 /*@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
body{
	background: url(../../im/bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	height: 100vh;
}
.header{
	position: relative;
	z-index: 10;
	background: #fff;
	padding:22px 3%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.45);
}
.social{
	float:left;
	padding-top: 20px;
}
.sform{
	float: right;
}
.search{
	display: block;
	border: 1px solid #e5e5e5;
	border-radius:5px;
	margin-top: 8px;
	width: 194px;
	height: 40px;
	padding-left:40px;
	background: url(../../im/search-icon.png) no-repeat #fff 16px center;
}
.leftmenu{
	display: block;
	position: relative;
	z-index: 8;
	float: left;
	width: 107px;
	height: 100vh;
	background: url(../../im/leftmenu-bg.png) no-repeat #313131 center top;
	background-size: 100% auto;
}
.leftmenu ul{
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 18vh;
}
.leftmenu ul li{
	list-style: none;
	display: block;
	width: 100%;
	text-align: center;
        position:relative;
}
.leftmenu ul li a{
	display: block;
	position: relative;
    font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	color: #b2b2b2;
	margin: 4vh 0;
}
.leftmenu ul li a:hover{
	text-decoration: none;
	color: #fff;
}
.leftmenu ul li:hover svg path{
	fill:#ffffff;
}
.rightmenu{
	display: block;
	position: relative;
	z-index: 9;
	float: right;
	width: 156px;
	height: 100vh;
	background:#cacaca;
	overflow:hidden;
}
.righttitle{
	display: block;
	font-family: 'Oxygen', sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	background: #e7592b;
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
}
.rightmenu ul{
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 5vh;
}
.rightmenu ul li{
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	text-align: center;
}
.rightmenu ul li a{
	display: block;
	position: relative;
    font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	color: #2b2b2b;
	margin: 6vh 0;
}
.rightmenu ul li a:hover{
	text-decoration: none;
	color: #e7592b;
}
.rightmenu ul li:hover svg path{
	fill:#e7592b;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden !important;
}

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : #d5d5d5;
  position   : absolute;
  width      : 18px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
	border-left:1px solid #bababa;
	padding:4px;
	
}
.nano > .nano-pane > .nano-slider {
  background: #9a9a9a;
  position              : relative;
  margin                : 0 1px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.leftcat{
	display: block;
	position: relative;
	float: left;
	width: 228px;
	height: 100vh;
	background:#e7592b;
}
.maincategory{
	display:block;
	position:relative;
	width:100%;
	background:#d4d4d4;
	text-align:center;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#2b2b2b;
	padding:20px 0;
}
.maincategory svg{
	display: inline-block;
	vertical-align: middle;
	margin-right:0px;
}
.fancybox-skin{
	padding:5px !important;
	border-radius:0 !important;
}
.dpdf{
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:228px;
	background:#d4d4d4;
	text-align:center;
	padding:20px 0;
}
.leftcat ul{
	margin:0;
	padding:0;
}
.leftcat ul li{
	list-style:none;
	display:block;
}
.leftcat ul li a{
	display:block;
	width:100%;
	padding:15px;
	padding-left:40px;
	background:url(../../im/wdot.png) no-repeat 18px center;
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	color:#fff;
	border-bottom:1px solid #e2242b;
}
.leftcat ul li a:hover{
	background:url(../../im/wdot.png) no-repeat #e2242b 18px center;
	text-decoration:none;
}
#loading {
position: fixed;
width: 100%;
height: 100vh;
background: #fff url('../../im/loading.gif') no-repeat center center;
background-size:60px;
z-index: 9999;
}
.pagetitle{
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#2b2b2b;
	margin-bottom:25px;
}
.contentbox{
	padding:20px 34px;
	padding-left:262px;
}
.probox{
	display:block;
	width:100%;
	background:#fff;
	padding:9px;
	margin-bottom: 35px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(202,202,202,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(202,202,202,1);
	box-shadow: 5px 5px 0px 0px rgba(202,202,202,1);
}
.pro-name{
	display:block;
	text-align:center;
	width:100%;
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	color:#2b2b2b;
	margin-bottom:3px;
}
.pro-art{
	display:block;
	text-align:center;
	width:100%;
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	color:#9d9d9d;
	margin-bottom:10px;
}
.detback{
	float:right;
	color:#a0a0a0;
	padding-left:30px;
	background:url(../../im/backbg.png) no-repeat left center;
}
.detback:hover{
	color:#a0a0a0;
	text-decoration:none;
}
.carousel.slide{
	background:#fff;
	margin:0 10%;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(202,202,202,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(202,202,202,1);
	box-shadow: 5px 5px 0px 0px rgba(202,202,202,1);
}
.carousel-inner .item{
	text-align:center;
}
.carousel-inner .item img{
	display:inline;
}
.carousel-control{
	color:#a0a0a0;
}
.carousel-control.left, .carousel-control.right{
	background:none;
}
.carousel-control.left span, .carousel-control.right span{
	font-size:40px;
	box-shadow:none;
	text-shadow:0;
}
.carousel-control:hover, .carousel-control:focus{
	color:#000;
}
.carousel-control.left{
	left:-15%;
}
.carousel-control.right{
	right:-15%;
}
.ctgs{
	width: 93%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25%;
}
.ctgs .sctg{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	transform-style: preserve-3d;
}
.ctgs .sctg img{
	-webkit-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px 15px rgba(0,0,0,0.75);
}
.sctg:hover img{
	display: block;
	width: 100%;
	outline:6px solid #e7592b;
	position: relative;
}
.ctgs .sctg:hover{
	position: relative;
	z-index: 9;
}
.sctg2{
	display: block;
	position: absolute;
	margin: 18%;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	transform: translateZ(50px);
}

.ctgs .sctg:hover .sctg2 img{
	display: block;
	width: 100%;
	outline:none;
	position: relative;
	z-index: 0;
}
.sctg2 span{
	display: block;
	width: 100%;
	text-align: center;
	padding: 7px 0;
}
.lhisbox{
	display: block;
	position: relative;
	width: 46%;
	margin-top: -100px;
}
.lhisbox span{
	display: block;
	position: relative;
	width: 100%;
	text-align: right;
font-size: 20px;
font-weight: bold;
	padding: 5px 0;
}
.lhisbox span img{
	display: block;
	position: absolute;
	right: -24px;
    top: 15px;
}
.rhisbox{
	display: block;
	position: relative;
	width: 46%;
	float: right;
	margin-top: -100px;
}
.rhisbox span{
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
font-size: 20px;
font-weight: bold;
	padding: 5px 0;
}
.rhisbox span img{
	display: block;
	position: absolute;
	left: -24px;
	top: 15px;
}
.lhisbox p, .rhisbox p{
display: block;
font-size: 14px;
padding: 10px 0;
line-height: 23px;
}
.bqot{
	display: table;
	width: 100%;
	padding: 50px;
	text-align: center;
	background: #F3F3F3;
	font-size: 20px;
	text-transform: uppercase;
}
.bqot span{
	display: block;
	font-weight: bold;
	font-size: 24px;
}

@media(max-width:767px){
	.contentbox{
		padding: 15px;
	}
	.pagetitle{
		font-size: 15px;
	}
	.sform{
		float: none;
	}
	.search{
		float: none;
		margin: 0 auto;
		margin-top: 15px;
	}
}

.subcats{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	right: 100%;
	top: 0;
	background: #e7592b;
	min-width: 200px;
}
.subcats li{
	list-style:none;
	display:block;
}
.subcats li a{
	display:block;
	width:100%;
	padding:15px;
	padding-left:40px;
	background:url(../../im/wdot.png) no-repeat 18px center;
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	color:#fff !important;
	border-bottom:1px solid #e2242b;
	margin: 0 !important;
	text-align: left !important;
}
.subcats li a:hover{
	background:url(../../im/wdot.png) no-repeat #e2242b 18px center;
	text-decoration:none;
}

.subcatss{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	left: 100%;
	top: 0;
	background: #e7592b;
	min-width: 200px;
}
.subcatss li{
	list-style:none;
	display:block;
}
.subcatss li a{
	display:block;
	width:100%;
	padding:15px;
	padding-left:40px;
	background:url(../../im/wdot.png) no-repeat 18px center;
	font-family: 'Oxygen', sans-serif;
	font-size:15px;
	color:#fff !important;
	border-bottom:1px solid #e2242b;
	margin: 0 !important;
	text-align: left !important;
}
.subcatss li a:hover{
	background:url(../../im/wdot.png) no-repeat #e2242b 18px center;
	text-decoration:none;
}

.leftmenu ul li:hover .subcatss{
	display: block !important;
}

.rightmenu ul li:hover .subcats{
	display: block !important;
}

.details{
display: none;
position: absolute;
top: 0;
background: rgba(255,255,255,0.95);
padding:4%;
width: 100%;
bottom: 0;
left: 0;
right: 0;
color:#545454;
}
.detclose{
	color:#545454;
	font-size: 24px;
	display: block;
	position: absolute;
	top: 5%;
	right: 5%;
	cursor: pointer;
}
