body{
	font-family: 'Questrial',Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.is-open{
	overflow: hidden;
}
ul{
	list-style: none;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
#wrap{
	position: relative;
	overflow: hidden;
}
/*Header*/
.header{
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	height: 40px;
	width: 100%;
	z-index: 50;
	left: 0;
}
.logo-text{
	padding-left: 25px;
}
.logo-text h1{
	margin: 0;
	line-height: 40px;	
	font-size: 12px;
}
.logo-text h1 a{
	text-transform: uppercase;
	color: #222222;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.logo-text h1 a:hover{
	color: #f94836;
}

.header-menu{
	line-height: 40px;
	font-size: 12px;
	color: #202020;
/*	font-weight: bold;*/
	padding-right: 20px;
}
.header-menu a{
	color: #202020;
	text-transform: uppercase;
	margin:0 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header-menu a:hover{
	color: #f94836;
}
/*End Header*/

/*Menu Nav*/
.menu-nav{
	width: 250px;
	position: fixed;
	height: 100%;
	right: -250px;
	top: 0;
	z-index: 100;
	background-color: #222222;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fixed-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.menu-nav.active{
	right: 0;
}
.nav-menu{
	width: 100%;
	text-align: right;
	padding:0 7px;
	margin: 190px 0 0 0;
}
.nav-menu li{
	padding: 9px 17px;
	border-bottom: 1px solid #333333;
}

.nav-menu li a{
	font-size: 13px;
	color: #999999;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav-menu li a:hover{
	color: #fff;
}
.nav-menu li.active a{
	color: #fff;
}
/*End Menu Nav*/

/*Book*/
.look-book-cn{
	position: relative;
}
.look-book{
	margin: 0;
}

.prev-next {
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 15px;
	font-size: 50px;
	cursor: pointer;
	color: #999999;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.prev-next:hover {
	color: #f94836;
}
.prev-next.next{
	right: 0;
	left: inherit;
	right: 15px;
}

.a-click.active-load:before{
	opacity: 1;
	visibility: visible;
}

.a-click:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 98;
	width: 30px;
	height: 30px;
	content: '';
	margin: auto;
	display: block;
	position: absolute;
	border-radius: 50%;
	border-top: 2px solid #f94836;
	border-left: 2px solid #f94836;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	animation: preloader 0.8s linear infinite;
    -moz-animation: preloader 0.8s linear infinite;
    -webkit-animation: preloader 0.8s linear infinite;
    -o-animation: preloader 0.8s linear infinite;
    -ms-animation: preloader 0.8s linear infinite;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	
}
.a-click figure img{
	width: auto !important;
	height: 100vh;
}
.a-click{
	display: block;
	position: relative;
}
.a-click:after{
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
	content: '';
	display: block;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.a-click:hover::after,
.a-click.active-load::after
{
	opacity: 1;
}
.a-click.active-load .more-dt{
	opacity: 0 !important;
}
.a-click:hover .more-dt{
	margin-top: 0;
	opacity: 1;
}
.more-dt{
	display: block;
	position: absolute;
	width: 110px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 50;
	line-height: 24px;
	top: 50%;
	color: #222222;
	margin: 20px auto 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	border: 1px solid #222;
}
.more-dt:hover{
	color: #f94836;
	border: 1px solid #f94836;
}

.look-book-dt{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background-color: #fff;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.look-book-dt.is-open{
	visibility: visible;
	opacity: 1;
}
.look-book-dt.is-popup-img{
	overflow:hidden;
}
.look-book-img{
	padding: 0;
	float: left;
}
.look-book-img img {
	max-height: 100vh;
	height: 100vh;
}

.book-dt-cn{	
	width: 45%;
	float:left;
	padding:10px 75px;
}

.book-dt-cn h2{
	font-size: 22px;
	color: #222222;
	font-weight: bold;
	margin: 100px 0 0 0;
}
.book-dt-cn p{
	color: #222222;
	margin: 20px 0 25px 0;
	font-size: 14px;
	line-height: 21px;
}
.attribute{
	font-size: 14px;
	color: #222222;
	display: block;
}
.attribute strong{
	font-weight: bold;
}
.color-att{
	font-size: 0;
	margin: 14px 0 0 0;
	padding:0;

}
.color-att li{
	font-size: 14px;
	display: inline-block;
	width: 17px;
	height: 17px;
	overflow: hidden;
}
.grallery{
	font-size: 0;
	margin: 25px -5px 0 -5px;
	padding: 0;
}
.grallery li{
	font-size: 14px;
	display: inline-block;
	margin: 0px 5px 0 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 100px;
}
.grallery li:before{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255,255,255,0.8);
	content: '';
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.grallery li:hover::before{
	opacity: 1;
}
.grallery li:after{
	display: block;
	width: 20px;
	height: 21px;
	background:url('../images/icon-view.png') no-repeat 50% 50%;
	content: '';
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
}
.grallery li:hover::after{
	opacity: 1;
	
}
.grallery li img{
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.grallery li:hover img{
	/*-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);*/
}
.price{
	color: #222222;
	font-size: 14px;
	display: block;
	margin: 45px 0 0 0;
}
.a-link{
	display: block;
	color: #fff;
	font-size: 13px;
	background-color: #222222;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.a-order{
	width: 65px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px
}
.a-order:hover{
	background-color: #f94836;
}
.a-question{
	display: block;
	color: #212121;
	font-size: 11px;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.a-question:hover{
	color: #f94836;
}
.close-popup{
	position: absolute;
	top: 7px;
	right: 10px;
	color: #222222;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.close-popup i{
	font-size: 15px;
}
.close-popup:hover{
	color: #f94836;
}
.popup-img{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	z-index: 9999;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.popup-img.is-open{
	opacity: 1;
	visibility: visible;
}
.popup-img img{
	display: block;
	margin: 30px auto 0 auto;
	max-width: 95%;
	max-height: 95vh;
}
/*Contact*/
.contact{
	position: fixed;
	width: 250px;
	right: -250px;
	top: 0;
	z-index: 999;
	background-color: #222222;
	height: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact.active{
	right: 0;
}
.close-contact{
	color: #fff;
	position: absolute;
	top: 7px;
	right: 20px;
	font-size: 12px;
	z-index: 900;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.close-contact:hover{
	color: #f94836;
}
.close-contact i{
	font-size: 15px;	
}
.contact-cn{
	padding: 0 7px;
	margin-top: 190px;
}
.contact-cn li{
	margin: 0;
	color: #999999;
	line-height: 20.72px;
	border-bottom:1px solid #333;
	padding:13px 17px;
	font-size: 13.03px;
}
.contact-cn li a{
	color: #ffffff;
}
/*About*/
.about{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background:url('../images/background/img-1.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 999;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;

	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about.active{
	opacity: 1;
	visibility: visible;
}
.overlay{
	width: auto;
	height: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	background-color: rgba(34,34,34,0.9);
}

.about-wr{
	position: absolute;
	width: 100%;
	z-index: 100;
	padding: 0px 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-cn{
	width: 50%;
}
.h-title{
	font-size: 13.03px;
/*	font-weight: bold;*/
	line-height: 17.98px;
	color: #fff;	
	margin: 0;
}
.hr{
	border: 0;
	margin: 0;
	height: 1px;
	background-color: #333333;
}
.about-cn .hr{
	margin-top: 18px;
}
.about-dt{
	color: #ccc;
	font-size: 13.03px;
	line-height: 22px;
	margin-top: 16px;
}
.about-dt p{
	margin: 0;
}

/*Terms Condition*/
#terms-condition{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#terms-condition.active{
	opacity: 1;
	visibility: visible;
}
.terms-condition{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background:url('../images/background/img-2.jpg') no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.terms-condition-wrap{
	position: relative;
	z-index: 100;
	padding: 0 100px;
}
.scroll-wrap{
	padding-left: 30px;
}
.terms-condition-cn{
	width: 50%;
	margin-top: 195px;
	padding-bottom: 30px;
	overflow: hidden;
}
.terms-condition-cn .hr{
	margin-top: 18px;
}
.terms-condition-cn .h3-title{
	color: #cccccc;
	margin: 20px 0 0 0;
}
.terms-condition-dt{
	color: #cccccc;
	font-size: 13.03px;
/*	font-weight: bold;*/
	line-height: 19.55px;
}
.terms-condition-dt h4{
	font-size: 13.03px;
	margin: 22px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.terms-condition-dt p{
	margin: 5px 0 0 0;
}
/*PRIVICY POLICY*/
#privicy-policy{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#privicy-policy.active{
	opacity: 1;
	visibility: visible;
}
.privicy-policy{
	background: url('../images/background/img-3.jpg') no-repeat;
	background-size: cover;
}

#privicy-policy-cn{
	height: 520px;
}
.privicy-policy-dt{
	margin-top: 25px;
}
.privicy-policy-cn p{
	margin-top: 0;
}
.scroll-bar{
	background-color: #fff !important;
}
.footer{
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 1;
}
.footer p{
	margin: 0;
	color: #212121;
	font-size: 8px;
}
.footer a{
	color: #f94836;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer a:hover{
	color: #212121;
}

/*Responsive*/
@media (max-width: 991px){
	.book-dt-cn{
		padding: 10px 30px;
	}
	.book-dt-cn h2{
		margin-top: 50px;
	}
	.book-dt-cn p{
		margin: 10px 0 10px 0;
	}
	.price{
		margin-top: 10px;
	}
	.a-order{
		margin-top: 15px;
	}
	.menu-nav ul{
		margin-top: 100px;
	}
	.terms-condition-wrap,.about-wr{
		padding: 0 30px;
	}
}
@media (max-width: 767px){
	.look-book-img img {
width: 100%;
max-height: 100%;
height: 100%;
}

.look-book-img{
		float: none;
		width:100%;
	}
	.book-dt-cn{
		width: 100%;
		float: none;
	}

	.about-wr{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		position: static;
		top: 0;
		margin-top: 150px;
		padding-bottom: 30px;
		overflow-y: auto;
	}
	.about-cn{
		width: 100%;
	}
	.terms-condition-cn{
		width: 100%;
	}


}
@media (max-width: 480px){
	.page-book{
		border-bottom: 1px solid #fff;
	}
	.terms-condition-cn{
		margin-top: 100px;
	}
	
}
@media (max-width: 320px){
	
}

#preloader{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
}
#preloader:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 10;
	margin: auto;
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border-top: 2px solid #f94836;
	border-left: 2px solid #f94836;
	border-right: 2px solid #f94836;
	border-bottom: 2px solid transparent;
	animation: preloader 0.8s linear infinite;
    -moz-animation: preloader 0.8s linear infinite;
    -webkit-animation: preloader 0.8s linear infinite;
    -o-animation: preloader 0.8s linear infinite;
    -ms-animation: preloader 0.8s linear infinite;
}
@-moz-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}