@font-face {
	font-family: 'Conv_PlayfairDisplay-Regular';
	src: url('fonts/PlayfairDisplay-Regular.eot');
	src: local('☺'), url('fonts/PlayfairDisplay-Regular.woff') format('woff'), url('fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('fonts/PlayfairDisplay-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Black';
	src: url('fonts/Lato-Black.eot');
	src: local('☺'), url('fonts/Lato-Black.woff') format('woff'), url('fonts/Lato-Black.ttf') format('truetype'), url('fonts/Lato-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Heavy';
	src: url('fonts/Lato-Heavy.eot');
	src: local('☺'), url('fonts/Lato-Heavy.woff') format('woff'), url('fonts/Lato-Heavy.ttf') format('truetype'), url('fonts/Lato-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Bold';
	src: url('fonts/Lato-Bold.eot');
	src: local('☺'), url('fonts/Lato-Bold.woff') format('woff'), url('fonts/Lato-Bold.ttf') format('truetype'), url('fonts/Lato-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Lato-Regular';
	src: url('fonts/Lato-Regular.eot');
	src: local('☺'), url('fonts/Lato-Regular.woff') format('woff'), url('fonts/Lato-Regular.ttf') format('truetype'), url('fonts/Lato-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}






/* --- RESET --- */
body,h1,h2,h3,h4,h5,h6,img,a,p,dl,dt,dd,input,textarea,select,ul,li button,area,map{margin: 0; padding: 0; list-style: none; text-decoration: none; outline: none; border: none;}

html,body{
	height:100%;
	min-height:100%;
	}

body {
	overflow-x:hidden;
	font-size:14px;
	font-weight:normal;
}

/*fonts*/

.playfair{
	font-family: 'Conv_PlayfairDisplay-Regular',Arial,sans-serif;
	font-weight: normal;
}
.latoReg{
	font-family: 'Conv_Lato-Regular',Arial,sans-serif;
	font-weight: normal;
}
.latoBold{
	font-family: 'Conv_Lato-Bold',Arial,sans-serif;
	font-weight: normal;
}
.latoHeavy{
	font-family: 'Conv_Lato-Heavy',Arial,sans-serif;
	font-weight: normal;
}
.latoBlack{
	font-family: 'Conv_Lato-Black',Arial,sans-serif;
	font-weight: normal;
}


/*predefined classes*/
	
.transition{
	-webkit-transition: all 0.2s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.2s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.2s ease-in-out;/* Firefox 16+, Opera 12.50+ */	
	}
	
.centre-left{
	left:50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);             
    transform:translate(-50%,0%);
	position:relative;
	}
	
.centre-top{
	top:50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    -ms-transform:translate(0%,-50%);       
    transform:translate(0%,-50%);
	position:relative;
	}
	
.centre-left-top{
	top:50%;
	left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);   
    transform:translate(-50%,-50%);
	position:relative;
	}
	
.width-100,.tag-default{
	float:left;
	width:100%;
	position:relative;
	font-weight:normal;
	}


.absolute{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	}
	
.left{
	float:left;
	}
	
.right{
	float:right;
	}
	
.clear{
	clear:both;
	}

.height100{
	height:100%;
	}
	
.cursor{
	cursor:pointer;
	}
	
.center{
	text-align:center;
	}
	
.upper{
	text-transform:uppercase;
	}
	
.justify{
	text-align:justify;
	}

.normalText{
	text-transform: none;
}

.cubic{
	-webkit-transition: all 600ms cubic-bezier(.42,0,.58,1);
   -moz-transition: all 600ms cubic-bezier(.42,0,.58,1);
     -o-transition: all 600ms cubic-bezier(.42,0,.58,1);
        transition: all 600ms cubic-bezier(.42,0,.58,1); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(.42,0,.58,1);
   -moz-transition-timing-function: cubic-bezier(.42,0,.58,1);
     -o-transition-timing-function: cubic-bezier(.42,0,.58,1);
        transition-timing-function: cubic-bezier(.42,0,.58,1); /* easeInOutCubic */
}

.cubic2{
	-webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   -moz-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     -o-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* easeInOutCubic */
}
	

	
/*predefined classes*/	
		
/*custom*/	
.wrapper{
	width:100%;
	position:relative;
	float:left;
	overflow:hidden;
	background-color: #f5f2f1;
	min-height:100%;
	}




.safearea{
	width:980px;
	left:50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);             
    transform:translate(-50%,0%);
	position:relative;
	float:left;
	}

.bannerUL{
	position: relative;
}

.bannerUL li{
	background-size: cover;
	background-position: center;
}

.bannBull{
	position: absolute;
	bottom: 2%;
}

.bannBull li{
	background-image: url(../images/bull.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-position: -30px 0px;
}

.bannBull li.activeBull,.bannBull li:hover{
	background-position: 0px 0px;
}

.bannBull>li:last-child{
	margin-right: 0px;
}
.logoWrap{
	position: absolute;
	top: 0px;
	z-index: 10;
}

.logo{
	margin-right: 50px;
}

.formInfo{
	position: absolute;
	bottom: 5%;
	z-index: 9;
}

.formInfoWrap{
	width: 360px;
}
.formInfoContent{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: rgba(255,255,255,0.9);
}

.formInfoSend{
	margin-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #719549;
	position: relative;
}

.formInfoContent h2{
	font-size: 29px;
	line-height: 23px;
	color: #4e4e51;
}
.formInfoContent h2 span{
	font-size: 21px;
}
.formInfoContent h3{
	font-size: 45px;
	color: #719549;
}

.formInfoContent article{
	font-style: italic;
	font-size: 16px;
	color: #4a612f;
	margin-top: 5px;
}

.formInfoSend span{
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 12px;
    letter-spacing: 2px;
}
.formInfoSend input[type="text"]{
	background-color: #fff;
	text-indent: 20px;
	width: 100%;
	height: 27px;
	border: 1px solid #54663f;
	color: #7d7e81;
	font-size: 16px;
	margin-bottom: 4px;
}
.formInfoSend input[type="submit"]{
	margin-top: 3px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	width: 108px;
	height: 30px;
}


.videoWrapper{
	margin-top: 40px;
	margin-bottom: 60px;
}

.videoDiv{
	margin-left: 45px;
	width: 584px;
	height: 378px;
}


.VideoTitle {
    background-image: url("../images/logo2.png");
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 50px;
    margin-top: 14px;
    padding-top: 185px;
    width: 250px;
}

.VideoTitle h3 {
    color: #26495f;
    font-size: 29px;
    line-height: 36px;
}
.VideoTitle span{
	margin-top: 35px;
	display: block;
	height: 1px;
	background-color: #26495f;
	width: 45px;
}

.videoInfo{
	margin-left: 75px;
	color: #26495f;
	font-size: 17px;
	margin-top: 45px;
}
.locationInfoWrapper{
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #8cbad6;
}

.imageProperty {
    background-image: url("../images/buildingClouds.png");
    height: 549px;
    position: absolute;
    right: -67px;
    top: -146px;
    width: 774px;
}

.locationInfoLeft {
    margin-left: 75px;
    width: 290px;
}
.locationInfoLeft h3{
	margin-left: 12px;
	color: #26495f;
	font-size: 33px;
	line-height: 37px;
}


.locationInfoLeft article {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.3px;
    margin-top: 17px;
}
.locationInfoLeft article span,.videoInfo span.bullP{
	position: relative;
	top: -4px;
}

.evasionSurroundingsIMG{
	margin-top: 304px;
	background-image: url(../images/graph.png);
	margin-right: 52px;
	width: 444px;
	height: 191px;
}


.callDiv {
    background-image: url("../images/callIcon.png");
    background-repeat: no-repeat;
    margin-left: 75px;
    margin-top: -120px;
    padding-top: 53px;
    position: relative;
    width: 199px;
}
.callDiv span,.callDiv a{
	font-size: 22px;
	color: #fbdb48;
}
.callDiv a.phoneNumber{
	color: #fff;
	font-size: 30px;
	border-bottom: 1px solid #a7dced;
	padding-bottom:14px;
	position: relative;
}

.footerRow1{
	padding-top: 35px;
	padding-bottom: 23px;
}

.footerRow1 address{
	color: #6b6b6d;
	font-size: 14px;
	font-style: normal;
	width: 410px;
	line-height: 20px;
}
.footerRow1 span{
	color: #6b6b6d;
	font-size: 14px;
	margin-top: 10px;
}

.footerRow1 address span.marginit{
	margin-left: 13px;
}

.footerRow1 address a{
	color: #6b6b6d;
	position: relative;
}

.footerRow1 address a:hover::before,.callDiv a.phoneNumber:hover::before{
	width: 100%;
}

.footerRow1 address a::before,.callDiv a.phoneNumber::before {
    background-color: #6b6b6d;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
	-webkit-transition: all 0.2s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.2s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.2s ease-in-out;/* Firefox 16+, Opera 12.50+ */
    width: 0;
}
.callDiv a.phoneNumber::before{
	background-color: #fff;
	bottom: 15px;
}
.formInfoSend input[type="submit"]:hover{
	opacity: 0.7;
}

.social {
    clear: both;
    margin-top: 15px;
}
.social li {
    background-image: url("../images/social.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 21px;
    margin-right: 5px;
    position: relative;
    width: 21px;
}

.social li.fb{
	background-position: 0px 0px;
}

.social li.insta{
	background-position: -25px 0px;
}

.social li.twit{
	background-position: -50px 0px;
}

.social li.linkedin{
	background-position: -75px 0px;
	margin-right: 0px;
}

.social li.fb:hover{
	background-position: 0px -39px;
}

.social li.insta:hover{
	background-position: -25px -39px;
}

.social li.twit:hover{
	background-position: -50px -39px;
}

.social li.linkedin:hover{
	background-position: -75px -39px;
}

.footerRow2{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fbdb48;
}

.footerRow2Center span{
	color: #4e5050;
	font-size: 12px;
	float: left;
}

.footerRow2Center span.copy{
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ddd054;
}

.footerRow2Center span.copy span{
	float: none;
}




.thankYouWrapper{
	width: 100%;
	height: 100%;
	background-color: #719549;
	position: absolute;
	-webkit-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	left: 0px;
	top: 0px;
}
.thankyou{
	color: #77cca2;
	font-size: 22px;
	padding-bottom: 7px;
	position: relative;
	margin-left: 0px !important;
}
.thankyou::before{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 20px;
	height: 1px;
	content: "";
	background-color: #fff;
}
.get{
	color: #77cca2;
	font-size: 15px;
	margin-top: 7px;
	margin-bottom: 18px;
	margin-left: 0px !important;
}
.sm li{
	margin-right: 8px;
	background-image: url(../images/social.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	position: relative;
}
.sm li.insta{
	background-position: -25px 0px;
    margin-right: 0;
    width: 25px;
}

.sm li.fb:hover{
	background-position: 0px -39px;
}

.sm li.insta:hover{
	background-position: -25px -39px;
}

.thankYouDiv{
	margin-left: 85px;
}

.xbtn {
    background-image: url("../images/xbtn.png");
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
}

.thankYouWrapperOpen{
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}


@media screen and (max-width:1000px){

	.safearea{
		width: 760px;
	}

	.videoDiv {
		margin-left: 0;
		width: 475px;
	}

	.VideoTitle {
		margin-right: 0;
	}

	.videoInfo {
		margin-left: 0px;
		margin-top: 15px;
	}

	.locationInfoLeft {
		margin-left: 0;
	}

	.imageProperty {
		background-size: cover;
		height: 446px;
		top: -119px;
		width: 630px;
	}

	.evasionSurroundingsIMG {
		margin-right: 0px;
		margin-top: 240px;
	}

	.callDiv {
		margin-left: 0px;
		margin-top: -85px;
	}
}


@media screen and (max-width:760px){

	.safearea{
		width: 320px;
	}
	
	.logo {
		margin-right: 25px;
		width: 110px;
	}
	.logo img{
		width: 100%;
		height: auto;
	}

	.formInfo {
		position: relative;
		bottom: 0px;
	}

	.formInfoWrap {
		width: 100%;
	}

	.formInfoContent {
		background-color:transparent;
		padding: 20px 31px;
	}
	.bannBull{
		display: none;
	}

	.formInfoContent article {
		left: -10px;
		position: relative;
		font-size: 17px;
	}

	.videoDiv{
		width: 100%;
		height: 285px;
	}

	.VideoTitle {
		background-size: 110px auto;
		margin-right: 0;
		margin-top: 40px;
		padding-left: 125px;
		padding-top: 0;
		width: 192px;
	}

	.formInfoContent h2 {
		font-size: 31px;
		line-height: 27px;
	}

	.formInfoContent h3 {
		font-size: 48px;
	}


	.formInfoSend span {
		font-size: 22px;
		letter-spacing: 2px;
	}

	.formInfoSend input[type="text"] {
		font-size: 20px;
		height: 34px;
		margin-bottom: 4px;
	}

	.formInfoSend input[type="submit"] {
		font-size: 20px;
		height: 43px;
		width: 135px;
	}

	.videoWrapper {
		margin-top: 28px;
		margin-bottom: 105px;
	}

	.VideoTitle h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.VideoTitle span {
		margin-top: 9px;
	}

	.videoInfo {
		margin-top: 37px;
		font-size: 13px;
	}


	.locationInfoWrapper {
		padding-top: 175px;
	}

	.imageProperty {
		top: -258px;
		right: -75px;
		height: 333px;
		width: 483px;
	}

	.locationInfoLeft h3 {
		width: auto !important;
		font-size: 29px;
		line-height: 29px;
		margin-left: 58px;
	}

	.locationInfoLeft {
		width: 100%;
	}

	.locationInfoLeft article {
		float: left;
		line-height: 23px;
		margin-top: 8px;
		width: auto;
		font-size: 14px;
		margin-right: 0px;
		clear: both;
		left:50%;
		-webkit-transform: translate(-50%,0%);
		-moz-transform: translate(-50%,0%);
		-o-transform: translate(-50%,0%);
		-ms-transform: translate(-50%,0%);             
		transform:translate(-50%,0%);
	}


	.evasionSurroundingsIMG {
		background-repeat: no-repeat;
		background-size: contain;
		height: 154px;
		margin-top: 25px;
		width: 100%;
	}

	.callDiv {
		margin-left: 0px;
		margin-top: 25px;
		left:50%;
		-webkit-transform: translate(-50%,0%);
		-moz-transform: translate(-50%,0%);
		-o-transform: translate(-50%,0%);
		-ms-transform: translate(-50%,0%);             
		transform:translate(-50%,0%);
	}

	.footerRow2Center span.copy {
		border-right: medium none;
		margin-right: 0;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	.footerRow2Center span {
		line-height:16px;
		text-align: center;
		width: 100%;
		font-size: 11px;
	}
	
	.footerRow1 address {
		font-size: 12px;
		width: 240px;
	}
	
	.footerRow1 span {
		font-size: 12px;
	}
	.thankYouDiv {
    margin-left: 55px;
}
}




