@font-face {font-family: 'rb'; src: url('font/roboto-bold-webfont.eot'); src: url('font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-bold-webfont.woff2') format('woff2'), url('font/roboto-bold-webfont.woff') format('woff'), url('font/roboto-bold-webfont.ttf') format('truetype'), url('font/roboto-bold-webfont.svg#robotobold') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rr'; src: url('font/roboto-regular-webfont.eot'); src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto-regular-webfont.woff2') format('woff2'), url('font/roboto-regular-webfont.woff') format('woff'), url('font/roboto-regular-webfont.ttf') format('truetype'), url('font/roboto-regular-webfont.svg#robotoregular') format('svg'); font-weight: normal; font-style: normal;}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	font-family: "rr", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2B2B2B;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}

.clr {clear: both;}
.hide {display: none;}

input:focus, textarea:focus {outline:none;}

fieldset {padding: 0px; margin: 0px; border: 0px;}

.box {
	width: 1100px;
	margin: 0px auto 0px auto;
}

.walign {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

strong {
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


h1 {
	background: url(img/logo.png) no-repeat left center;
	background-size: contain;
	text-indent: -9009px;
	font-size: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 250px;
}

h2 {
	font-size: 30px;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a {
	color: #F0AC02;
	text-decoration: none;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

strong {
	color: #56C4F5;
	text-decoration: none;
	font-weight: normal;
	font-family: "rb", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 150%;
	color: #2B2B2B;
}

.l, .r {
	width: 50%;
	float: left;
	height: 100vh;
	box-sizing: border-box;
}


.l {
	position: relative;
}



.l .slider {
	position: absolute; left: 0px; top: 0px;
	height: 100vh;
	width: 100%;
}

.l .slider .slick-slide {
	line-height: 100vh;
	width: 100%;
	height: 100vh;
}

.l .slider .back {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.l .slider .slick-zoom .back {
	transform: scale(1);
	-webkit-animation: cssAnimation 15s ease forwards;
	animation: cssAnimation 15s ease forwards;
	
}

@keyframes cssAnimation {
	from {
	  -webkit-transform: scale(1) translate(0px);
	}
	to {
	  -webkit-transform: scale(1.2) translate(0px);
	}
  }
@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}
	to {
		-webkit-transform: scale(1.2) translate(0px);
	}
}

.l .filter {
	width: 100%;
	height: 100vh;
	background-color: #FFFFFFAA;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 15;
}

.l .logo {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 25;
	background: url(img/logo.png) no-repeat center center;
	background-size: 50%;
}

.r {
	padding: 0px 3% 0px 3%;
	line-height: 100vh;
}


@media (max-width:710px) { 

body, html {
	font-size: 25px;
}

.l {
	width: 30%;
}

.r {
	width: 70%;
	padding: 0px 5% 0px 5%;
}

.l .logo {
	display: none;
}

h1 {
	width: 150px;
	height: 150px;
}

}