@import url('reset.css');
@import url('fonts.css');

/*= General Style =*/

/* Colors:

Green: 5fffdb
Golden: D1B27C
Brown: 898989

*/

body{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: fixed;
	font-family: 'overpass', arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	background: #5fffdb;
	background: #494949;
}

.main{
	background: url('../images/bg-1.png') no-repeat;
	background-size: 45%;
	background-position: bottom right;
}

.container{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.inner-container{
	padding: 0 2%;
}

.loader-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #494949;
	z-index: 999999;
}

.loader-overlay .inner{
	width: 20%;
	max-width: 100px;
	margin: 38vh auto 0;
}

.loader-overlay .inner .loader-img{
	width: 90%;
	margin: 0 auto;
}

.loader-overlay .inner .loader-text{
}

.loader-overlay .inner .loader-img img,
.loader-overlay .inner .loader-text img{
	width: 100%;
}

.welcome-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #494949;
	display: none;
	z-index: 9999;
	overflow: hidden;
}

.welcome-overlay .inner{
}

.welcome-overlay .inner .animate-logo-block{
	max-width: 340px;
	margin: 0 auto;
	height: 86px;
	margin-top: 38vh;
}

.eq-ack{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #494949;
	z-index: 9999;
}

.eq-ack .head-1{
	margin: 35vh 0 0;
}

.eq-ack .head-1 h2{
	font-family: 'MyriadPro', arial, sans-serif;
	font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #ef7162;
    text-align: center;
}

.eq-ack .text-block-1{
}

.eq-ack .text-block-1 p{
	font-family: 'overpass', arial, sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}

/*= Header Style =*/

.header-block{
}

.header-block .header-0{
	position: absolute;
	width: 100%;
	background: #5fffdb;
	border-bottom: 3px solid #D1B27C;
	z-index: 99;
}

.header-block .header-0.close{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 4px solid #898989;
}

.header-block .header-0 .text-block{
	float: left;
	margin: 3px 0 2px;
}

.header-block .header-0 .text-block p{
	font-family: 'overpass', arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
	color: #898989;
}

.header-block .header-0 p a{
	font-family: 'overpass', arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	color: #898989;
}

.header-block .header-0 p a:hover,
.header-block .header-0 p a:focus{
	text-decoration: underline;
}

.header-block .header-0 .close-icon{
	float: right;
	max-width: 7px;
	padding: 3px;
	margin: 7px 0 6px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.header-block .header-0 .close-icon:hover,
.header-block .header-0 .close-icon:focus{
	box-shadow: 0 0 3px 0 #000000;
}

.header-block .header-0 .close-icon:active{
	box-shadow: none;
}

.header-block .header-0 .close-icon img{
	width: 100%;
}

.header-block .header-1{}

.header-block .header-1 .inner-container{
	position: relative;
}

.header-block .header-1 .logo-block{
}

.header-block .header-1 .logo-block a{
	display: block;
	max-width: 300px;
}

.header-block .header-1 .logo-block a .image-block,
.header-block .header-1 .logo-block a .image-block img{
	width: 100%;
}

.header-block .header-1 .book-copy{
	position: absolute;
	bottom: 0;
	right: 2%;
}

.header-block .header-1 .book-copy a{
	display: block;
}

.header-block .header-1 .book-copy a .image-block{
	display: inline-block;
	max-width: 32px;
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.header-block .header-1 .book-copy a .image-block img{
	width: 100%;
}

.header-block .header-1 .book-copy a .text-block{
	display: inline-block;
	vertical-align: middle;
}

.header-block .header-1 .book-copy a .text-block p,
.header-block .header-1 .book-copy a .text-block p span{
	font-family: 'overpass', arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	color: #5FFFDB;
}

.header-block .header-1 .book-copy a .text-block p span.c2{
	display: none;
}

.header-block .header-1 .book-copy a:hover .text-block p,
.header-block .header-1 .book-copy a:focus .text-block p,
.header-block .header-1 .book-copy a:hover .text-block p span,
.header-block .header-1 .book-copy a:focus .text-block p span{
	color: #ef7162;
}

.header-block .header-2{
}
	
.header-block .header-2 .banner-block{
}

.header-block .header-2 .banner-block a{
	display: block;
}

.header-block .header-2 .banner-block a .image-block{
}

.header-block .header-2 .banner-block a .image-block img{
	width: 100%;
}

/*= Footer Style =*/

.footer-block{
}

.footer-block .social-block{}

.footer-block .social-block ul{
}

.footer-block .social-block ul li{
	display: inline-block;
	margin: 0 24px 0 0;
	vertical-align: bottom;
}

.footer-block .social-block ul li:first-child{
	font-family: 'overpass', arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
    color: #D1B27C;
    text-align: center;
}

.footer-block .social-block ul li:last-child{
	margin: 3px 0;
}

.footer-block .social-block ul li a{
	display: block;
}

.footer-block .social-block ul li a .image-block{
	max-width: 34px;
}

.footer-block .social-block ul li a .image-block img{
	width: 100%;
}

.footer-block .footer-main{
	margin: 0;
	background: transparent;
	padding: 8px 0 7px;
}

.footer-block .footer-1{
	position: relative;
}

.footer-block .footer-1 .copyright{
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
}

.footer-block .footer-1 .copyright img{
	width: 100%;
}

.footer-block .footer-1 p{
	font-family: 'overpass', arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	text-align: left;
	margin : 0 0 0 17px;
}

.footer-block .footer-2{
}

.footer-block .footer-2 p,
.footer-block .footer-2 p a{
	font-family: 'overpass', arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	text-align: left;
}

.footer-block .footer-1 p a,
.footer-block .footer-2 p a{
	color: #ffffff;
	font-family: 'overpass', arial, sans-serif;
	font-weight: bold;
}

.footer-block .footer-1 p a:focus,
.footer-block .footer-1 p a:hover,
.footer-block .footer-2 p a:focus,
.footer-block .footer-2 p a:hover{
	text-decoration: underline;
}

/*= Main Content =*/

.main-content{
	padding: 0;
	min-height: 400px;
	margin: 0;
}

/*= Home =*/

.home{
}

.home .block-01{

}

.home .block-0{
	float: left;
	width: 38%;
}

.home .block-0 .sketch-block{
	position: relative;
	overflow: hidden;
}

.home .block-0 .sketch-block .image-block{
}

.home .block-0 .sketch-block .image-block img{
	width: 100%;
	opacity: 0;
}

.home .block-0 .sketch-block .overlay-block{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -175px;
}

.home .block-0 .sketch-block .overlay-block img{
	width: 100%;
}

.home .block-1{
	float: left;
	width: 55%;
	margin-left: -50px;
}

.home .block-1 .head-1{
}

.home .block-1 .head-1 h1{
	font-family: 'MyriadPro', arial, sans-serif;
    font-size: 57px;
    line-height: 52px;
    color: #ef7162;
    text-align: center;
    letter-spacing: 11px;
}

.home .block-1 .head-1 h1 span{
	font-size: 38px;
	line-height: 44px;
}

.home .block-1 .text-block-1{
}

.home .block-1 .text-block-1 p{
	font-family: 'GOTHIC', arial, sans-serif;
	font-size: 22px;
	line-height: 27px;
	color: #C1AF87;
	text-align: center;
	letter-spacing: 2px;
}

.home .block-1 .head-2{}

.home .block-1 .head-2 h2{
	font-family: 'impact', arial, sans-serif;
	font-size: 42px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 4px;
}

.home .block-1 .text-block-2{
}

.home .block-1 .text-block-2 p{
	font-family: 'GOTHIC', arial, sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #C1AF87;
	text-align: center;
	letter-spacing: 2px;
}

.home .block-1 .head-3{}

.home .block-1 .head-3 h2{
	font-family: 'MISTRAL', arial, sans-serif;
	font-size: 58px;
    line-height: 67px;
	color: #5FFFDB;
	text-align: center;
}

.home .block-2{
	width: 90%;
}

.home .block-2 .text-block-1{
}

.home .block-2 .text-block-1 p{
	font-family: 'overpass', arial, sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #ffffff;
	text-align: left;
}

.home .block-2 .text-block-1 p span{
	font-family: 'overpass', arial, sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
}

.home .block-2 .text-block-1 p span.red{
	color: #ef7162;
}

.home .block-4{
}

.home .block-4 .head-1{}

.home .block-4 .head-1 h2{
	font-family: 'MyriadPro', arial, sans-serif;
	font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #ef7162;
    text-align: center;
}

.home .block-4 .detail-block{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.home .block-4 .left-block{
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}

.home .block-4 .left-block .block{
	display: block;
}

.home .block-4 .left-block .block .image-block{
	display: inline-block;
	vertical-align: middle;
	max-width: 64px;
	margin: 0 auto;
}

.home .block-4 .left-block .block .image-block img{
	width: 100%;
}

.home .block-4 .left-block .block .text-block{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 32px;
}

.home .block-4 .left-block .block .text-block p{
	font-family: 'overpass', arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
}

.home .block-4 .left-block .block .text-block p span{
	font-family: 'overpass', arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #ef7162;
    text-align: left;
}

.home .block-4 .right-block{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.home .block-4 .right-block .form-block{
}

.home .block-4 .right-block .form-block .block,
.home .block-4 .right-block .form-block .block{
	padding: 0 0 24px;
}

.home .block-4 .right-block .form-block .block input[type="text"],
.home .block-4 .right-block .form-block .block textarea{
	width: 100%;
    padding: 7px 10px;
    outline: none;
    border: 1px solid #D1B27C;
    font-family: 'OpenSans', arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #ffffff;
    background: transparent;
	-webkit-box-shadow: inset 0 0 0 999px #494949;
}

.home .block-4 .right-block .form-block .block textarea{
	height: 58px;
}

.home .block-4 .right-block .form-block input[type="submit"]{
	display: block;
    width: 100%;
    padding: 8px 24px 6px;
    margin: 0 auto;
    border: 1px solid #D1B27C;
    text-align: center;
    font-family: 'overpass', arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
	color: #ffffff;
	background: transparent;
}

.home .block-4 .right-block .form-block .block input[type="text"]:focus,
.home .block-4 .right-block .form-block .block textarea:focus,
.home .block-4 .right-block .form-block input[type="submit"]:focus,
.home .block-4 .right-block .form-block .block input[type="text"]:hover,
.home .block-4 .right-block .form-block .block textarea:hover,
.home .block-4 .right-block .form-block input[type="submit"]:hover{
    box-shadow: 0 0 5px 0 #D1B27C;
}

.home .block-4 .right-block .form-block .block input[type="text"]:focus,
.home .block-4 .right-block .form-block .block textarea:focus,
.home .block-4 .right-block .form-block .block input[type="text"]:hover,
.home .block-4 .right-block .form-block .block textarea:hover{
	-webkit-box-shadow: inset 0 0 0 999px #494949;
}

.home .block-4 .right-block .form-block input[type="submit"]:active{
    background: #D1B27C;
    color: #494949;
    font-weight: bold;
    box-shadow: none;
}

.home .block-3{
	width: 100%;
}

.home .block-3 .head-1{
}

.home .block-3 .head-1 h2{
	font-family: 'MyriadPro', arial, sans-serif;
	font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #ef7162;
    text-align: left;
}

.home .block-3 .photo-block{
}

.home .block-3 .photo-block .light-box{}

.home .block-3 .photo-block .light-box li{
	max-width: 110px;
	display: inline-block;
	margin-right: 2%;
}

.home .block-3 .photo-block .light-box li a{
	display: block;
}

.home .block-3 .photo-block .light-box li a .image-block{
	width: 100%;
	position: relative;
}

.home .block-3 .photo-block .light-box li a .image-block img{
	width: 100%;
}

.home .block-3 .photo-block .light-box li a .image-block .image-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(95,255,219,0.7);
	opacity: 0;
}

.home .block-3 .photo-block .light-box li a:hover .image-block .image-overlay,
.home .block-3 .photo-block .light-box li a:focus .image-block .image-overlay{
	opacity: 1;
}

.home .block-3 .photo-block .light-box li a .image-block .image-overlay .image-block{
	position: absolute;
	width: 100%;
	left: 0;
}

.home .block-3 .photo-block .light-box li a .image-block .image-overlay .image-block img{
	max-width: 17px;
	display: block;
	margin: 0 auto;
}

.home .block-3 .video-block{
	width: 90%;
	max-width: 740px;
}

.home .block-3 .video-block ul{
}

.home .block-3 .video-block ul li{
	width: 48%;
	float: left;
	margin-right: 2%;
}

.home .block-3 .video-block ul li .image-block{
	max-width: 340px;
	position: relative;
}

.home .block-3 .video-block ul li .image-block img{
	width: 100%;
}

.home .block-3 .video-block ul li .image-block .video-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}