
@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuBold';
    src: url('fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuLight';
    src: url('Ubuntu-Light.woff2') format('woff2'),
        url('Ubuntu-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('fonts/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: 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*/


.unbuntuReg{
	font-family: 'UbuntuRegular',Arial,sans-serif;
	font-weight: normal;
}

.unbuntuBoldItalic{
	font-family: 'UbuntuBoldItalic',Arial,sans-serif;
    font-weight: normal;
}

.unbuntuBold{
	font-family: 'UbuntuBold',Arial,sans-serif;
    font-weight: normal;
}

.unbuntuMedium{
	font-family: 'UbuntuMedium',Arial,sans-serif;
    font-weight: normal;
}


.UbuntuLight{
	font-family: 'UbuntuLight',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;
	margin-right: 50px;
}
.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: #363d43;
	position: relative;
}

.formInfoContent h2{
	font-size: 29px;
	line-height: 23px;
	color: #363d43;
}
.formInfoContent h2 span{
	font-size: 20px;
	color: #7a7f84;
}
.formInfoContent h3{
	font-size: 45px;
	color: #2b3136;
}

.formInfoContent h3 span{
}

.formInfoContent article{
	font-size: 16px;
	color: #7a7f84;
	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 #7d7e81;
	color: #7d7e81;
	font-size: 16px;
	margin-bottom: 4px;
}
.formInfoSend input[type="submit"]{
	margin-top: 3px;
	background-color: #ffe40c;
	border: 1px solid #fff;
	font-size: 16px;
	width: 108px;
	color: #363d43;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none ;
}

.callDiv {
    background-image: url("../images/callIcon2.png");
    background-repeat: no-repeat;
    padding-top: 53px;
    position: relative;
    width: 199px;
	margin-top: 35px;
}
.callDiv span,.callDiv a{
	font-size: 22px;
	color: #fbdb48;
}
.callDiv a.phoneNumber{
	color: #fff;
	font-size: 30px;
	padding-bottom:14px;
	position: relative;
}
.callDiv a.phoneNumber:hover{
	color: #363d43;
}
footer{
	background-color: #363d43;
}

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

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

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

.footerRow1 address a{
	color: #fefefe;
	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{
	height: 33px;
	z-index: -1;
	background-color: #fbdb48;
	bottom: 15px;
}
.formInfoSend input[type="submit"]:hover{
	opacity: 0.7;
}

.social {
    clear: both;
    margin-top: 15px;
}
.social li {
    background-image: url("../images/social3.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: #363d43;
	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: #ffe40c;
}
.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/social3.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);
}

.infoWrapper {
	background-color: #f5f2f1;
	padding-top: 45px;
}
.infoLeft{
	margin-left: 40px;
	width: 380px;
	position: relative;
}
.yellowBG {
    position: absolute;
    background-color: #ffe40c;
    width: 255px;
    height: 44px;
    z-index: -1;
    left: -9px;
}
.infoLeft article{
	font-size: 40px;
	color: #4e4e51;
	position: relative;
}
.infoLeft article::before {
    content: "“";
    position: absolute;
    left: -20px;
}
.infoLeft article::after{
	content: "”";
}
 
.infoRight{
	margin-right: 37px;
	width: 450px;
}
.infoRight article{
	color: #4e4e51;
	font-size: 19px;
}

.blockWrapper{
	background-color: #fff;	
	position: relative;
	padding-bottom: 60px;
	margin-top: 140px;
}
.blockWrapper::before{
	content: "";
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: -165px;
	width: 165px;
}
.blockWrapper::after{
	content: "";
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	right: -165px;
	width: 165px;
}
.blockImagesWrapper{
	position: relative;
	top: -100px;
}

.blockImgDiv{
	width: 488px;
	position: relative;
}
.blockImg{
	background-size: cover;
	background-position: center;
	height: 325px;
	background-image: url(../images/img1.jpg);
	position: relative;
}
.blockName{
	position: absolute;
	color: #4e4e51;
	font-size: 26px;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
	left: -82px;
	bottom: 96px;
}

.blockImgDivRight .blockImg{
	background-image: url(../images/img2.jpg);
}

.blockImgDivRight .blockName{
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
	left: auto;
	right: -82px;
	z-index: 1;
}
.serenevaLogo{
	background-image: url(../images/serenevaLogo.png);
	width: 274px;
	height: 68px;
	margin-top: -55px;
	margin-bottom: 45px;
}

.iconDiv{
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 223px;
	padding-top: 100px;
	padding-bottom: 35px;
	border-left: 1px solid #cccdcf;
}
.iconDiv span{
	color: #59595b;
	font-size: 20px;
}
.iconsWrapper>div:last-child{
	border-right: 1px solid #cccdcf;
	background-position: -600px 26px;
}
.iconsWrapper>div:nth-child(1) {
    background-position: 79px 26px;
}
.iconsWrapper>div:nth-child(2){
	background-position: -147px 26px;
}
.iconsWrapper>div:nth-child(3){
	background-position: -374px 26px;
}


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

	.safearea{
		width: 760px;
	}

	.infoLeft {
		width: 250px;
		margin-left: 15px;
	}
	.infoLeft article {
		font-size: 27px;
	}
	.infoRight {
		margin-right: 15px;
		width: 361px;
	}
	.infoRight article {
		font-size: 17px;
	}
	.blockImgDiv {
		width: 378px;
	}
	.blockImg{
		height: 252px;
	}
	.iconDiv{
		width: 180px;
	}
	.iconsWrapper>div:last-child {
		background-position: -623px 26px;
	}
	.iconsWrapper>div:nth-child(3) {
		background-position: -399px 26px;
	}
	.iconsWrapper>div:nth-child(2) {
		background-position: -173px 26px;
	}
	.iconsWrapper>div:nth-child(1) {
		background-position: 55px 26px;
	}
	.blockName,.blockImgDivRight .blockName {
		-webkit-transform: rotate(0deg); 
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		 transform: rotate(0deg); 
		left: 0px;
		bottom: -36px;
		width: 100%;
		text-align: center;
	}
	.serenevaLogo{
		margin-top: -20px;
	}
	.yellowBG {
		width: 178px;
		height: 33px;
		left: -13px;
	}
}


@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%;
		margin-top: 20px;
	}

	.formInfoContent {
		padding: 20px 31px;
	}
	.bannBull{
		display: none;
	}

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


	.formInfoContent h2 {
		font-size: 26px;
	}
	.formInfoContent h2 span {
		font-size: 18px;
	}
	.formInfoContent h3 {
		font-size: 40px;
		margin-top: 5px;
		margin-bottom: 8px;
	}

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

	.formInfoSend input[type="text"] {
		font-size: 14px;
		height: 25px;
		margin-bottom: 4px;
	}
	.formInfoSend input[type="submit"] {
		font-size: 14px;
		height: 34px;
		width: 100px;
	}

	

	.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: 12px;
	}
	
	.footerRow1 address {
		font-size: 15px;
		width: 275px;
	}
	
	.footerRow1 span {
		font-size: 15px;
		margin-top: 18px;
	}
	.thankYouDiv {
		margin-left: 55px;
	}
	
	.infoLeft {
		width: 300px;
		margin-left: 15px;
	}
	.infoLeft article {
		font-size: 32px;
	}
	.infoRight {
		margin-right: 0px;
		width: 269px;
		margin-left: 15px;
		float: left;
		margin-top: 25px;
		position: relative;
	}
	.infoRight::before,.blockName::before{
		position: absolute;
		top: -13px;
		left: 0px;
		width: 20px;
		height: 1px;
		content: "";
		background-color: #4e4e51;
		}
	.infoRight article {
		font-size: 15px;
	}
	.blockName::before{
		top: auto;
		bottom: -10px;
		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%);
	}	
	.blockImgDiv {
		width: 410px;
		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;
	}
	.blockWrapper{
		background-color: transparent;;
	}
	.blockWrapper::before,.blockWrapper::after{
		display: none;
	}
	.blockImgDivRight {
		float: left;
		margin-top: 65px;
	}
	.iconDiv {
		width: 158px;
		margin-bottom: 8px;
	}
	.iconsWrapper>div:last-child {
		background-position: -636px 26px;
	}
	.iconsWrapper>div:nth-child(3) {
		background-position: -409px 26px;
	}
	.iconsWrapper>div:nth-child(2) {
		background-position: -180px 26px;
		border-right: 1px solid #cccdcf;
	}
	.iconsWrapper>div:nth-child(1) {
		background-position: 46px 26px;
	}
	.iconDiv span {
		font-size: 14px;
	}
	.callDiv {
		margin-top: 65px;
	}
	.yellowBG {
		width: 200px;
		height: 38px;
		left: -13px;
	}
	.bannerUL li{
		background-image: url(../images/bannMob.jpg) !important;
	}
	.formInfoWrap{
		margin-right: 0px;
	}
	.footerRow1 address font {
		clear: both;
		width: 100%;
		float: left;
	}
}




