html{height: 100%;}
body{
	margin:0;
	color:#000;
	font-family:  14px/1.2 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	background: #f6f6f6 url('../images/bg-page.png');
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	height: 100%;
}
img{border:0;vertical-align:top;-ms-interpolation-mode:bicubic;}
a{
	background-color:transparent;/*for IE*/
	text-decoration:underline;
	color:#fff;
}
a:hover{text-decoration:none;}
input,textarea,select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover{cursor:pointer;}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea{-webkit-appearance:none;}
textarea,
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
input[type=image]{
	padding:0;
	border:none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner{
	padding:0 !important;
	border:0 none !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
form :-moz-placeholder{color:#;}
form ::-moz-placeholder{color:#; opacity:1;}
form :-ms-input-placeholder{color:#;}
form ::-webkit-input-placeholder{color:#;}
h1{font-size:2em;margin:0.67em 0}
h2{font-size:1.5em;margin:0.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:0.83em;margin:1.67em 0}
h6{font-size:0.75em;margin:2.33em 0}
mark{background:none;}
q{quotes:none}
q:before,
q:after{content:'';content:none}
p,dl,menu,ol,ul{margin:0 0}
dd{margin:0 0 0 40px}
menu,ol,ul,li{padding:0 0 0 40px;}
nav ul,nav ol{list-style:none;list-style-image:none}
.wrapper{
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	table-layout: fixed;
	font-family: 'Open Sans';
}
.page{
	display: table-row;
}
.wrapper-header{
	background: #275d77;
	margin: 0 auto;
	width: 100%;
}
#header{
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
#header:after{
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.logo{
	background: url(../images/logo.png) no-repeat;
	width: 135px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	display: block;
	margin: 20px 20px 20px 10px;
}
.logo a{
	display: block;
	height: 100%;
}
.main-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
.main-nav li{
	float: left;
	padding: 19px 0 0;
	vertical-align: middle;
	position: relative;
}
.main-nav a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 27px 18px 20px;
	font-size: 14px;
	line-height: 1.2;
}
.main-nav .active:after{
	content: '';
	position: absolute;
	text-decoration: none;
	left: 16px;
	right: 16px;
	bottom: 2px;
	background: #fff;
	height: 1px;
}
.main-nav a:hover{
	background: #fff;
	color: #275d77;
	border-radius: 5%;
}
#main{
	margin-bottom: 681px;
}

.cta{
	background: #dbdcdc url(../images/bg-cta.jpg) 50% 0 repeat-x;
	border-bottom: 3px solid #fff;
	-webkit-box-shadow: inset 0 -2px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 2px rgba(0,0,0,.1);
	margin-bottom: 151px;
}
.cta--gallery:after{
	content: '';
	clear: both;
	display: table;
	width: 100%;
}
.cta--gallery .slick-list{
	padding-bottom: 104px;
	margin-bottom: -104px;
}
.cta--gallery .slideset{
	width: 99999px;
}
.cta--gallery .slick-initialized{
	width: auto;
}
.cta--gallery .slide{
	outline: none;
	width: 980px;
	float: left;
}
.cta--gallery .slide:after{
	content: '';
	clear: both;
	display: table;
}
.cta--gallery .slide--holder{
	margin: 0 auto;
	width: 980px;
	position: relative;
	min-height: 471px;
	padding: 0 0 0 30px;
}
.cta--gallery .gallery-image{
	position: absolute;
	bottom: -102px;
	left: 52px;
}
.cta--gallery .shadow-clock:after{
	content: '';
	background: url(../images/shadow-watch.png);
	width: 902px;
	height: 684px;
	position: absolute;
	right: 1155px;
	top: -90px;
	z-index: -1;
}
.cta--gallery .slick-arrow{
	top: 0;
	bottom: 0;
	position: absolute;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 80px;
	z-index: 999;
}
.cta--gallery .slick-prev{
	left: 0;
}
.cta--gallery .slick-next{
	right: 0;
}
.cta--gallery .slick-arrow:after{
	content: '';
	position: absolute;
	top: 193px;
	background: url('../images/sprite.png') no-repeat;
	width: 24px;
	height: 40px;
	display: block;
	left: 26px;
}
.cta--gallery .slick-next:after{
	background-position: -28px 0;
	left: auto;
	right: 26px;
}
.cta--gallery .slick-dots{
	position: absolute;
	bottom: 61px;
	left: 53px;
	right: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cta--gallery .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
	padding: 0 0;
}
.cta--gallery .slick-dots button{
	margin: 0;
	padding: 0;
	background: none;
	border: 2px solid transparent;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-indent: -9999px;
	position: relative;
	vertical-align: middle;
}
.cta--gallery .slick-dots button:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #818181;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.cta--gallery .slick-dots .slick-active button{
	border-color: #275d77;
}
.cta--gallery .slick-dots .slick-active button:after{
	background: #275d77;
}
.cta .text-holder{
	float: right;
	width: 480px;
	padding-top: 158px;
	padding-right: 15px;
}
.cta .title-holder{
	margin-left: -280px;
	background: #fff;
	padding: 40px 80px 47px 279px;
	margin-bottom: 28px;
	border-radius: 0 5px 5px 0;
}
.cta .title{
	font-size: 36px;
	line-height: 1.2;
	font-weight: 300;
	color: #275d77;
}
.cta .title mark{
	color: #919191;
	background: none;
	padding: 0;
}
.btn{
	font-size: 24px;
	line-height: 1.2;
	padding: 25px 25px 27px 31px;
	box-shadow: inset 0 1px 2px rgba(255,255,255,.55);
	border-radius: 4px 0 0 4px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -241px;
}
.btn-orange .end{
	margin-right: 72px;
}
.btn.end:after{
	content: '';
	position: absolute;
	left: 100%;
	top: -1px;
	bottom: -1px;
	margin-left: 2px;
	width: 69px;
	box-shadow: inset 0 1px 2px rgba(255,255,255,.55);
	border-radius: 0 4px 4px 0;
}
.btn.end:before{
	content: '>';
	position: absolute;
	left: 100%;
	top: 50%;
	margin: -12px 0 0 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	z-index: 1;
}
.btn-orange.end:after{
	border: 1px solid #c67845;
	background: #e9842d;
	background: linear-gradient(to bottom, #e9842d 0%,#d64c0d 100%);
}
.btn-orange{
	color: #fff;
	border: 1px solid #c67845;
	background: #e9842d;
	background: linear-gradient(to bottom, #e9842d 0%,#d64c0d 100%);
}
.promo{
	width: 1000px;
	margin: 0 auto;
	padding: 59px 0 0 0;
}
.promo:before{
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.list-holder{
	text-align: center;
	overflow: hidden;
	margin-bottom: 57px;
	vertical-align: middle;
}
.list-holder .img-list{
	display: inline-block;
	position: relative;
	z-index: 10;
	margin-left: -7px;
}
.list-holder:before{
	content: '';
	background: url(../images/shadow-list.png) no-repeat;
	position: absolute;
	width: 233px;
	height: 80px;
	margin: 29px -50px;
	z-index: 10;
}
.list-holder .img-list:before{
	content: '';
	background: url(..//images/points.png) repeat-x;
	background-position: right bottom;
	width: 2000px;
	height: 7px;
	position: absolute;
	left: 100%;
	top: 50%;
	text-indent: -9999px;
}
.list-holder .img-list:after{
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	background: url(..//images/points.png) repeat-x;
	width: 2000px;
	height: 7px;
	text-indent: -9999px;
}
.text-holder{
	text-align: center;
}
.text-holder h3{
	font-size: 36px;
	color: #275d77;	
	line-height: 1.2;
	font-weight: 300;
	margin: 19px;
	padding-left: 8px;
}
.text-holder p{
	font-size: 22px;
	color: #9e9e9e;	
	line-height: 1.2;
	font-weight: 300;
	padding-left: 5px;
}
.forms{
	display: block;
	font-size: 22px;
	color: #9e9e9e;	
	line-height: 1.2;
	font-weight: 300;
	margin: 15px 0 56px 49px;
}
.forms:after{
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
.forms .row{
	float: left;
	margin: 19px 38px 9px 20px;
	display: inline-block;
}
.forms .row input{
	width: 371px;
	border: 1px solid #d4d4d4;
	padding: 17px 0 17px 29px;
	border-radius: 5px;
}
.buttom{
	 margin: 0 0px 195px 319px;
}
.btn2{
	font-size: 24px;
	line-height: 1.2;
	padding: 22px 35px 25px 46px;
	box-shadow: inset 0 1px 2px rgba(255,255,255,.55);
	border-radius: 4px 0 0 4px;
	position: relative;
	text-decoration: none;
}
.btn-orange2 .end2{
	margin-right: 72px;
}
.btn2.end2:after{
	content: '';
	position: absolute;
	left: 100%;
	top: -1px;
	bottom: -1px;
	margin-left: 2px;
	width: 70px;
	box-shadow: inset 0 1px 2px rgba(255,255,255,.55);
	border-radius: 0 4px 4px 0;
}
.btn2.end2:before{
	content: '>';
	position: absolute;
	left: 100%;
	top: 50%;
	margin: -12px 0 0 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	z-index: 1;
}
.btn-orange2.end2:after{
	border: 1px solid #c67845;
	background: #e9842d;
	background: linear-gradient(to bottom, #e9842d 0%,#d64c0d 100%);
}
.btn-orange2{
	color: #fff;
	border: 1px solid #c67845;
	background: #e9842d;
	background: linear-gradient(to bottom, #e9842d 0%,#d64c0d 100%);
}
.promo-visual{
	float: right;
	margin-right: 1px ;
	background: url(..//images/img-1.png) no-repeat;
	width: 579px;
	height: 463px;
	text-indent: -9999px;
	position: relative;	
} 
.promo-visual img{
	float: right;
	text-indent: -9999px;
	padding: 18px 27px;
}
.promo-visual:before{
	content: '';
	background: url(../images/shadow-screen.png) no-repeat;
	width: 264px;
	height: 323px;
	text-indent: -9999px;
	top: 0;
	right: 9px;
	position: absolute;
	display: block;
}
.promo-text{
	overflow: hidden;
	display: table;
	margin-left: 38px;
}
.promo-text ul{
	margin: 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;	
}	
.promo-text li:before{
	content: '';
	position: absolute;
	background: url(../images/check.png) no-repeat;
	margin: 15px 0 0 -37px;
	width: 21px;
	height: 17px;
}
.promo-text li{
	position: relative;
	padding-left: 39px;
	color: #585858;
	width: 280px;
	font-size: 18px;
	line-height: 48px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
}
.promo h2{
	font-family: 'Open Sans';
	color: #275d77;
	font-size: 36px;
	font-weight: 300;
	padding: 4px 0 31px 0;
}
#footer{
	background: #275d77;
	color: #c6c6c6;
	font-size: 14px;
	width: 100%;
	display: table-footer-group;
}
.footer-wrapper{
	display: table-cell;
	height: 1%;
	border-top: 1px solid #fff;
}
.footer-wrapper:after{
	display: table;
	content: '';
	clear: both;
	width: 100%;
}
.footer-holder{
	margin: 0 auto;
	width: 1000px;
	padding: 47px 0 88px 17px;
}
.logo-small{
	display: inline-block;
	overflow: hidden;
	padding: 0 0; 
	vertical-align: middle;
}
.footer-holder p{
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	top: 50%;
	padding: 13px 23px 11px 23px;
	font-size: 14px;
}
.footer-holder mark{
	color: #fff;
	font-weight: bolder;
}
.footer-holder .logo-small a{
	vertical-align: middle;
	background: url(../images/logo.png) no-repeat;
	width: 135px;
	height: 60px;
	text-indent: -9999px;
	display: inline-block;
}
.footer-nav{
	float: right;
	display: inline-block;
}
.footer-nav ul{
	margin: 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	display: inline-block;
}
.footer-nav li{
	display: inline-block;
	position: relative;
	padding: 22px 11px;
	margin-left: 1px;
	float: left;
	font-size: 14px;
}
.footer-nav a{
	color: #c6c6c6;
	text-decoration: none;
}
.footer-nav a:hover{
	text-decoration: underline;
	color: #fff;	
	font-weight: bolder;
}
.footer-nav li:after{
	content: '/';
	position: absolute;
	color: #c6c6c6;
	top:0;
	padding: 22px 8px;
}
.footer-nav li:last-child:after{
	display: none;
}

