@font-face {
	font-family: 'AdobeGaramondLTRegular';
	src: url('../fonts/AdobeGaramondLTRegular.eot');
	src: url('../fonts/AdobeGaramondLTRegular.eot') format('embedded-opentype'), url('../fonts/AdobeGaramondLTRegular.woff2') format('woff2'), url('../fonts/AdobeGaramondLTRegular.woff') format('woff'), url('../fonts/AdobeGaramondLTRegular.ttf') format('truetype'), url('../fonts/AdobeGaramondLTRegular.svg#AdobeGaramondLTRegular') format('svg');
}
@font-face {
	font-family: 'AdobeGaramondLTSemibold';
	src: url('../fonts/AdobeGaramondLTSemibold.eot');
	src: url('../fonts/AdobeGaramondLTSemibold.eot') format('embedded-opentype'), url('../fonts/AdobeGaramondLTSemibold.woff2') format('woff2'), url('../fonts/AdobeGaramondLTSemibold.woff') format('woff'), url('../fonts/AdobeGaramondLTSemibold.ttf') format('truetype'), url('../fonts/AdobeGaramondLTSemibold.svg#AdobeGaramondLTSemibold') format('svg');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'AdobeGaramondLTRegular';
}
.modal-dialog{
	width:100%;
	max-width:700px;
	margin:0px auto;
	padding:0px;
}
.modal{
	padding:5% 0px 0px 0px !important;
}
.pup-bg{
	position:relative;
	background:url(../images/popup.png) no-repeat top center;
	width:100%;
	height:700px;
	padding:0px 10%;
	background-size:contain;
}
.pop-logo{
	position:relative;
	margin-top:70px;
	width:100%;
	float:left;
	text-align:center;
}
.pop-logo img{
	max-width:200px;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.cross-sign{
	position:absolute;
	top:0px;
	right:0px;
	color:#FFF;
	font-size:40px;
	cursor:pointer;
}
.pup-text{
	position:relative;
	text-align:center;
	padding:20px 0px;
	float:left;
	width:100%;
	clear:both;
}
.pup-text h1{
	text-align:center;
	color:#FFF;
	font-size:35px;
	margin:0px;
	padding:0px;
	font-family: 'AdobeGaramondLTRegular';
}
.pup-text h2{
	color:#FFF;
	font-size:20px;
	margin:0px;
	padding:20px 0px;
	text-align:center;
}
.pup-text p{
	color:#FFF;
	font-size:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family: 'AdobeGaramondLTRegular';
}
.pup-text p span{
	font-family: 'AdobeGaramondLTSemibold';
}
.lush-img{
	position:relative;
	padding:20px 0px;
	text-align:center;
	width:100%;
	float:left;
}
.lush-img img{
	max-width:250px;
	width:90%;
	width:100%;
	display:inline-block;
	vertical-align:top;
}

@media (max-width:699px){
.pup-bg{
	background-size:100% 75%;
}
.pup-text h1{
	font-size:25px;
}
.pup-text h2{
	font-size:18px;
}
.pup-text p{
	font-size:18px;
}
}
@media (max-width:480px){
.pup-bg{
	background-size:100% 68%;
}
.pup-text h2{
	font-size:15px;
}
.pup-text p{
	font-size:15px;
}
}