@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,800i,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	background: #fff;
	font: 16px/30px 'Montserrat', sans-serif;
	margin: 0;
	min-width: 320px;
	color: #000000;
	overflow:hidden;
}
h1{
	font-size:36px;	line-height:36px;
	color:#000000;
	font-weight:700;
	margin:0 0 37px;
}
.wrapper p {
	margin: 0 0 16px;
}
.wrapper form,
.wrapper fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.wrapper input,
.wrapper button {
	vertical-align: middle;
	font: 14px/24px 'Asap', sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0) 0 0 0;
	-moz-box-shadow: inset rgba(0, 0, 0, 0) 0 0 0;
	box-shadow: inset rgba(0, 0, 0, 0) 0 0 0;
	-webkit-appearance: none;
}
.wrapper input::-moz-focus-inner,
.wrapper button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.wrapper button,
.wrapper input[type="button"],
.wrapper input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
.wrapper label,
.wrapper button,
.wrapper input[type="button"] {
	cursor: pointer;
}
.wrapper article,
.wrapper aside,
.wrapper details,
.wrapper figcaption,
.wrapper figure,
.wrapper footer,
.wrapper header,
.wrapper hgroup,
.wrapper menu,
.wrapper nav,
.wrapper section {
	display: block;
}
.wrapper figure {
	margin: 0;
}
.wrapper img {
	border: 0;
	border-style: none;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
.wrapper a,
.wrapper a:link,
.wrapper a:visited {
	color: #cccccc;
	text-decoration: none;
}
.wrapper a:focus,
.wrapper a:hover {
	outline: none;
	outline: 0;
}
.wrapper strong {font-weight: 700;}
.wrapper .container {
	padding: 0 20px;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
.wrapper .container {
	margin: 0 auto;
	max-width: 1134px;
	padding: 0 20px;
	position: relative;
}
.header-main {
	width:100%;
	padding:0 275px 18px 244px;
	margin:0 0 25px;
	border-bottom: 2px solid #e25b50;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-main:after {	content:"";	display:block;	clear:both;}
#header{padding:31px 0 0;}
.logo {
	float: left;
	overflow:hidden;
	width: 208px;
	margin:  0 0 0 -244px;
}
.logo a,
.logo span {
	display:block;
	width: 208px;
	height: 49px;
	text-indent:-9999px;
	opacity:1;
	background: url(../images/logo.png) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.logo a:hover{opacity:0.8;}
.wrapper .top-list{
	width:100%;
	margin:0 0 29px;
}
.top-list:after {	content:"";	display:block;	clear:both;}
.top-list li{
	float:left;
	width: 33.3%;
	font-size:18px;	line-height:32px;
	font-weight:300;
	color:#b8b8b8;
	margin: 0 0 10px;
	text-align:center;
}
.top-list li:first-child{
	text-align: left;
}
.top-list li:last-child{
	text-align: right;
}
.top-list li .fa{
	color:#e15b50;
	margin:0 12px 0 0;
	font-size:32px;
	display:inline-block;	vertical-align:top;}
.list-info {
	float: left;
	padding:12px 0 0;
}
.list-info li {
	float: left;
	position:relative;
	font-size:12px;	line-height:14px;
	color:#000000;
	margin: 0 37px 10px 0;
	padding:0 0 0 25px;
}
.list-info .text-gray {
	display:block;
	color:#cccccc;
	margin:0 0 2px;
}
.list-info .fa {
	color: #e25b50;
	position:absolute;
	top:-3px;
	left:0;
	font-size: 20px;
}
.list-info .fa.fa-envelope {
	font-size: 15px;
	top: 3px;
}
#search_box .search-link{ 
	display:block;
	text-decoration:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:2;
}
#search_box { 
	padding: 0;
	width: 261px;
	position: relative;
	margin: 4px -276px 12px 0;
	float: right;
}
.wrapper input[type="text"],
.wrapper input[type="password"],
.wrapper .text{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;	line-height:16px;
	display:block;
	height: 44px;
	padding: 14px 55px 14px 13px;
	color:#dddddd;
	margin:0;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	outline: none;
	outline: 0;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
.wrapper .text{color:#dddddd;}
/* placeholder input*/
input:-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
input::-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
input::-webkit-input-placeholder {
	 color:#dddddd;
}
input:focus:-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
input:focus::-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
input:focus::-webkit-input-placeholder {
	 color:#dddddd;
}
/* placeholder  textarea*/
textarea:-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
textarea::-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
textarea::-webkit-input-placeholder {
 	color:#dddddd;
}
textarea:focus:-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
textarea:focus::-moz-placeholder {
	 color:#dddddd;
	 opacity:1;
}
textarea:focus::-webkit-input-placeholder {
 	color:#dddddd;
}
#search_box .search_btn{
	position:absolute;
	top:0px;
	right:0px;
	height: 45px;
	width:50px;
	text-align:center;
	background: none;
	overflow:hidden;
	padding: 0;
	border:0;
	margin:0;
	font-size:24px;	color:#cccccc;
	cursor:pointer;
}
#search_box .search_btn .fa{
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	position:absolute;	top:50%;	right:13px;
	margin:-14px 0 0;
}
#search_box .search_btn:hover .fa,
#search_box .search-link:hover .fa{ opacity: 0.8;}

/* start menu */
#nav {background: #ffffff;}
#topnav{
	margin: 0 -1px;
	padding:0;
	list-style:none;
	font-size:0px;
	line-height:0px;
	text-align:justify;
}
#topnav > li {
	display:inline-block;
	vertical-align:top;
	position: relative;
	padding:0 0 0 10px ;
	margin:0 0 10px;
}
#topnav > li.last{
	width:100%;
	padding:0;
	margin:0;
	height:0px;
	overflow:hidden;
}
#topnav > li:first-child{padding:0;}
#topnav > li > a,
#topnav > li > label{ 
	color:#000000 !important;
	font-size:14px;
	line-height:16px;
	padding:0;
	display:block;
	position:relative;
	text-transform:uppercase;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
#topnav > li > a:hover,
#topnav > li > label:hover{
	color:#e15b50 !important;
}
#topnav > li > a .text-bold,
#topnav > li > label .text-bold{
	font-weight:700;
}
#topnav > li > a > span,
#topnav > li > label > span {
	position:relative;
}
#topnav li a,
#topnav li a:link,
#topnav li a:visited{ 
	text-decoration:none;
}
#topnav > li.active > a{ cursor: default;}
#nav .open-check {display:none;}
#topnav .children {
	text-align:left;
	background: #f6f6f6;
	position:absolute;
	top: 100%;
	left:-15px;
	width:220px;
	list-style: none;
	padding: 15px 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	
	display:none;
}
#topnav > li:hover .children {
	opacity:1;
	visibility: visible;
}
#topnav .children > li { margin: 0;}
#topnav .children > li:before {display:none;}
#topnav .children > li > a {
	font-size:15px;
	line-height: 20px;
	padding: 3px 15px ;
	display:block;
	text-decoration:none;
	position:relative;
	color:#626872;
	-webkit-transition: color .2s ease-in-out , background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out , background .2s ease-in-out;
	transition: color .2s ease-in-out , background .2s ease-in-out;
}
#topnav .children > li > a:hover,
#topnav .children > li.active > a {
	color: #343941;
	background: rgba( 0, 0, 0, 0.1);
}
#topnav > li > label,
#topnav .children > li > label{display:none;}
#nav .hold-toogle {
	display:none;
}
#nav .toogle-menu {
	z-index:61;
	width:40px;
	height:17px;
	color: #fff;
	text-indent:-99999px;
	position:relative;
	cursor: pointer;
	display:none;
	padding: 0 35px 0 0;
	font-size:14px;
	line-height:16px;
}
#nav .toogle-menu > span {
	position:absolute;
	right:0;
	height:3px;
	width:30px;
	background: #fff;
}
#nav .toogle-menu .t { top: 0;}
#nav .toogle-menu .c { top: 7px;}
#nav .toogle-menu .b { top: 14px;}
.close-menu {display:none;}
#topnav > li > .open-check ~ .children > li:nth-child(1),
#topnav > li > .open-check ~ .children > li:nth-child(2),
.children > li > .open-check ~ .children2 > li:nth-child(1),
.children > li > .open-check ~ .children2 > li:nth-child(2) {
	display:none;
}
/*end menu*/
/*product gallery*/
.product-box {
	margin: 0;
	position:relative;
	width:auto;
	padding: 57px 0 0;
	z-index:1;
}
.product-box:after {	content:"";	display:block;	clear:both;}
.product-images {
	float:left;
	width: 55%;
	padding:40px 0 0;
	z-index:1;
	position:relative;
}
.product-description {
	padding: 55px 0 0 51px;
	width:43%;
	float: right;
	position:relative;
	z-index:2;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.product-description:after {	content:"";	background: #f3f3f3 url(../images/bg-description.jpg) no-repeat 0 0;
	width:2000px;
	height:100%;
	position:absolute;	top:0px;	left:0px;
	z-index:-1;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;}
.product-description h1,
.slide-gallery h1,
.slide-gallery h2 {position:relative;}
.product-description h1 .ball,
.slide-gallery h1 .ball,
.slide-gallery h2 .ball{
	width:30px;
	height:30px;
	position:absolute;	top:4px;	left:-66px;
	background-color:#e25b50;
	-webkit-border-radius: 50%;	-moz-border-radius: 50%;	border-radius: 50%;
}
.product-description h1 .ball:after,
.slide-gallery h1 .ball:after,
.slide-gallery h2 .ball:after {	content:"";	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;	top:50%;	left:50%;
	margin:-25px 0 0 -25px;
	border: 2px solid #e25b50;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;}
.slide-gallery h1 .ball, .slide-gallery h2 .ball{top: 6px;}
.item-prise {
	display:block;
	font-size:24px;	line-height:26px;
	color: #e25b50;
	font-weight: normal !important;
	margin: 25px 0 58px;
	padding:0 0 0 4px;
}
.item-prise .text-sub{
	font-size:10px;	line-height:14px;
	color:#000000;
	display:block;
	padding:3px 0 0;
}
.product-description ul {
	margin: 15px 0 15px;
	padding:0 0 6px 2px;
	font-size:0px;
	line-height:0px;
}
.product-description ul li,
.black-box .list-unstyled li{
	position:relative;
	margin: 0 0 16px;
	display:block;
	font-size:14px;	line-height:24px;
	color:#000000;
	padding: 0 0 0 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-description ul li:before,
.black-box .list-unstyled li:before,
.hold-text ul li:before,
.white-box ul li:before{	content:"";	background: url(../images/bg-ball.png) no-repeat 0 0;
	width:21px;
	height:3px;
	position:absolute;	top:10px;	left:0px;}
.product-description .list-pay{
	width:100%;
	overflow:hidden;
	padding:0 0 6px 6px;
	margin:0 0 2px;
} 
.product-description .list-pay li:before{display:none;}
.product-description .list-pay li{
	float:left;
	margin:0 24px 10px 0;
	padding:0;
}
.black-box{
	background: url(../images/bg-black.gif) repeat 0 0;
	width:100%;
	padding:89px 0 55px;
	z-index:2;
	position:relative;
	-webkit-box-shadow: 0 10px 75px rgba(0,0,0,.66);
	-moz-box-shadow: 0 10px 75px rgba(0,0,0,.66);
	box-shadow: 0 10px 75px rgba(0,0,0,.66);
}
.black-box .title{
	font-size: 182px;
	line-height:154px;
	font-weight: bold;
	font-style: italic;
	color: rgba(255, 255, 255, 0.3);
	position:absolute;	top:0px;	left:0px;
	width:100%;
	text-align:center;
} 
.black-box .list-unstyled{
	-webkit-column-count: 2;
	 -moz-column-count: 2;
	 column-count: 2;
	 -webkit-column-gap: 0;
	 -moz-column-gap: 0;
	 column-gap: 0;
	 max-width:940px;
	 margin:0 auto 50px;
}
.black-box .list-unstyled li{
	font-size:16px;	line-height:24px;
	color:#ffffff;
	padding:0 0 0 59px;
	margin:0 0 33px;
}
.black-box .list-unstyled li:before{
	left:13px;
	top:50%;
	margin:-1px 0 0;
}
.black-box .list-unstyled .row {margin:0;}
/* product gallery */
.open-check {display:none;}
.fade-gallery {
	margin: 0;
	font-size:0px;
	line-height:0px;
	white-space: nowrap;
	overflow:hidden;
	position:relative;
}
.fade-gallery .thumbnail-hold-img {
	overflow:hidden;
	width:100%;
}
.fade-gallery label {cursor:pointer;}
.fade-gallery .thumbnail {
	display:inline-block;
	vertical-align:top;
	padding: 0 10px;
	width: 20%;
	font-size:15px;
	line-height:20px;
	white-space:normal;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -20%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.fade-gallery .open-check:checked ~ .thumbnail {margin-left: 0;}
.fade-gallery label.next, 
.fade-gallery label.prev {
	cursor: pointer;
	font-size: 40px;
	height:100%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 999;
	display:none;
	color: #a5adb0;
	width:25px;
	text-align:center;
}
.fade-gallery label.prev {
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
}
.fade-gallery label.next {
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
}
.fade-gallery .switcher {
	position:relative;
	padding:0 25px;
	margin: 0 0 15px;
}
.fade-gallery .switcher:after,
.fade-gallery .switcher:before {
	content:"";
	display:block;
	clear:both;
	width:25px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#fff;
	z-index:1;
}
.fade-gallery .switcher:before {
	left:auto;
	right:0;
}
.fade-gallery label.prev  {
	right: auto;
	left: 0;
}

.fade-gallery .hold-img .fa{
	font-size:100px;
	color: #e9f01d;
}
.thumbnail label {
	height:70px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.6;
	-webkit-transition: opacity .2s ease-in-out;	-moz-transition: opacity .2s ease-in-out;	-ms-transition: opacity .2s ease-in-out;	-o-transition: opacity .2s ease-in-out;	transition: opacity .2s ease-in-out;
}
.thumbnail label img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.fade-gallery .holder-img {
	width:100%;
	z-index:1;
	margin:0 0 100px;
	position:relative;
	height: 390px;
	text-align:center;
}
.fade-gallery .holder-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: -99999px;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.fade-gallery > .open-check:nth-of-type(1):checked ~ .holder-img img:nth-of-type(1),
.fade-gallery > .open-check:nth-of-type(2):checked ~ .holder-img img:nth-of-type(2),
.fade-gallery > .open-check:nth-of-type(3):checked ~ .holder-img img:nth-of-type(3),
.fade-gallery > .open-check:nth-of-type(4):checked ~ .holder-img img:nth-of-type(4),
.fade-gallery > .open-check:nth-of-type(5):checked ~ .holder-img img:nth-of-type(5),
.fade-gallery > .open-check:nth-of-type(6):checked ~ .holder-img img:nth-of-type(6),
.fade-gallery > .open-check:nth-of-type(7):checked ~ .holder-img img:nth-of-type(7),
.fade-gallery > .open-check:nth-of-type(8):checked ~ .holder-img img:nth-of-type(8),
.fade-gallery > .open-check:nth-of-type(9):checked ~ .holder-img img:nth-of-type(9),
.fade-gallery > .open-check:nth-of-type(10):checked ~ .holder-img img:nth-of-type(10),
.fade-gallery > .open-check:nth-of-type(11):checked ~ .holder-img img:nth-of-type(11),
.fade-gallery > .open-check:nth-of-type(12):checked ~ .holder-img img:nth-of-type(12),
.fade-gallery > .open-check:nth-of-type(13):checked ~ .holder-img img:nth-of-type(13),
.fade-gallery > .open-check:nth-of-type(14):checked ~ .holder-img img:nth-of-type(14),
.fade-gallery > .open-check:nth-of-type(15):checked ~ .holder-img img:nth-of-type(15){
	position:relative;
	left:auto;
}
.thumbnail:hover label,
.fade-gallery > .open-check:nth-of-type(1):checked ~ .switcher .thumbnail:nth-of-type(1) label,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .switcher .thumbnail:nth-of-type(2) label,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .switcher .thumbnail:nth-of-type(3) label,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .switcher .thumbnail:nth-of-type(4) label,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .switcher .thumbnail:nth-of-type(5) label,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .switcher .thumbnail:nth-of-type(6) label,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .switcher .thumbnail:nth-of-type(7) label,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .switcher .thumbnail:nth-of-type(8) label,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .switcher .thumbnail:nth-of-type(9) label,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .switcher .thumbnail:nth-of-type(10) label,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .switcher .thumbnail:nth-of-type(11) label,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .switcher .thumbnail:nth-of-type(12) label,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .switcher .thumbnail:nth-of-type(13) label,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .switcher .thumbnail:nth-of-type(14) label,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .switcher .thumbnail:nth-of-type(15) label {
	opacity: 1;
}
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(1) .prev,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(1) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(2) .prev,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(2) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(3) .prev,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(3) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(4) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(5) .next {
	display:none;
}
.fade-gallery label[for="modal"] {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	font:14px/18px "Cuprum",sans-serif;
}
.fade-gallery label[for="modal"] > span:first-child {
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	background:rgba(134,134,132,0.8);
	padding:2px 5px;
	height:auto;
	z-index:2;
	opacity:0;
	
	margin:-9px 0 0 -45px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.fade-gallery label[for="modal"]:hover > span:first-child {opacity:1;}

.fade-gallery label.prev .fa,
.fade-gallery label.next .fa {
	font-size: 40px;
	position:absolute;
	top:50%;
	left: 50%;
	margin: -20px 0 0 -5px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.fade-gallery label.prev:hover .fa,
.fade-gallery label.next:hover .fa {
	color: #d61c21;
}
.fade-gallery .close {
	position:absolute;
	display:none;
	top:0px;
	z-index:2;
	right:0;
	width:30px;
	height:30px;
	padding:4px 0 6px;
	text-align:center;
	border: 1px solid #f00;
	background:#d61c21;
	color:#fff;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}

.fade-gallery > .empty-marker {
	position:absolute;
	top: -99999px;
	left: -99999px;
}
.fade-gallery > .empty-marker:nth-of-type(1):empty ~ .switcher .thumbnail:nth-of-type(1),
.fade-gallery > .empty-marker:nth-of-type(2):empty ~ .switcher .thumbnail:nth-of-type(2),
.fade-gallery > .empty-marker:nth-of-type(3):empty ~ .switcher .thumbnail:nth-of-type(3),
.fade-gallery > .empty-marker:nth-of-type(4):empty ~ .switcher .thumbnail:nth-of-type(4),
.fade-gallery > .empty-marker:nth-of-type(5):empty ~ .switcher .thumbnail:nth-of-type(5),
.fade-gallery > .empty-marker:nth-of-type(6):empty ~ .switcher .thumbnail:nth-of-type(6),
.fade-gallery > .empty-marker:nth-of-type(7):empty ~ .switcher .thumbnail:nth-of-type(7),
.fade-gallery > .empty-marker:nth-of-type(8):empty ~ .switcher .thumbnail:nth-of-type(8),
.fade-gallery > .empty-marker:nth-of-type(9):empty ~ .switcher .thumbnail:nth-of-type(9),
.fade-gallery > .empty-marker:nth-of-type(10):empty ~ .switcher .thumbnail:nth-of-type(10),
.fade-gallery > .empty-marker:nth-of-type(11):empty ~ .switcher .thumbnail:nth-of-type(11),
.fade-gallery > .empty-marker:nth-of-type(12):empty ~ .switcher .thumbnail:nth-of-type(12) {
	display:none;
}

.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(1):checked ~ .holder-next label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-next label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-next label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-next label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-next label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-next label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-next label:nth-of-type(8){
	display:block;
}
.fade-gallery  .empty-marker:nth-of-type(1):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-prev label:nth-of-type(1),
.fade-gallery  .empty-marker:nth-of-type(2):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-prev label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(3):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-prev label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(4):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-prev label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-prev label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-prev label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(8):checked ~ .holder-prev label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(9):checked ~ .holder-prev label:nth-of-type(8),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(10):checked ~ .holder-prev label:nth-of-type(9),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(11):checked ~ .holder-prev label:nth-of-type(10),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(12):checked ~ .holder-prev label:nth-of-type(11),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher input.open-check:nth-of-type(13):checked ~ .holder-prev label:nth-of-type(12){
	display:block;
}
/*end product gallery*/


/* start switchers */
.switchers {
	text-align: center;
	display:none;
}
.switchers label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #bbb;
}
.switchers label:hover {
	background: #ccc;
	border-color: #777 !important;
}
#slide1:checked ~ .switchers label:nth-child(1),
#slide2:checked ~ .switchers label:nth-child(2),
#slide3:checked ~ .switchers label:nth-child(3),
#slide4:checked ~ .switchers label:nth-child(4),
#slide5:checked ~ .switchers label:nth-child(5) {
	background: #333;
	border-color: #333 !important;
}
#auto1:checked ~ .switchers label:nth-child(1),
#auto2:checked ~ .switchers label:nth-child(2),
#auto3:checked ~ .switchers label:nth-child(3),
#auto4:checked ~ .switchers label:nth-child(4),
#auto5:checked ~ .switchers label:nth-child(5) {
	animation:none;
	animation: switch1 10000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(2),
#auto2:checked ~ .switchers label:nth-child(3),
#auto3:checked ~ .switchers label:nth-child(4),
#auto4:checked ~ .switchers label:nth-child(5),
#auto5:checked ~ .switchers label:nth-child(1) {
	animation:none;
	animation: switch2 10000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(3),
#auto2:checked ~ .switchers label:nth-child(4),
#auto3:checked ~ .switchers label:nth-child(5),
#auto4:checked ~ .switchers label:nth-child(1),
#auto5:checked ~ .switchers label:nth-child(2) {
	animation:none;
	animation: switch3 10000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(4),
#auto2:checked ~ .switchers label:nth-child(5),
#auto3:checked ~ .switchers label:nth-child(1),
#auto4:checked ~ .switchers label:nth-child(2),
#auto5:checked ~ .switchers label:nth-child(3) {
	animation:none;
	animation: switch4 10000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(5),
#auto2:checked ~ .switchers label:nth-child(1),
#auto3:checked ~ .switchers label:nth-child(2),
#auto4:checked ~ .switchers label:nth-child(3),
#auto5:checked ~ .switchers label:nth-child(4) {
	animation:none;
	animation: switch5 10000ms infinite;
}
@keyframes switch1 {
	0%, 50%, 100%	{ background:#333; }
	60%, 95%	{ background:#bbb; }
}
@keyframes switch2 {
	0%, 50%, 100%	{ background:#bbb; }
	60%, 95%	{ background:#333; }
}

/* end switchers */
.product-description {
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1);
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.product-images {
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-ms-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}

.fade-gallery label.prev .fa,
.fade-gallery label.next .fa {
	font-size: 40px;
	position:absolute;
	top:50%;
	left: 50%;
	color: #544b4c;
	margin: -20px 0 0 -5px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.fade-gallery label.prev:hover .fa,
.fade-gallery label.next:hover .fa {
	color: #e15b50;
}
.fade-gallery .close {
	position:absolute;
	display:none;
	top:0px;
	z-index:2;
	right:0;
	width:30px;
	height:30px;
	padding:4px 0 6px;
	text-align:center;
	border: 1px solid #e15b50;
	background:#e15b50;
	color:#fff;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}

.fade-gallery > .empty-marker {
	position:absolute;
	top: -99999px;
	left: -99999px;
}
.fade-gallery > .empty-marker:nth-of-type(1):empty ~ .switcher .thumbnail:nth-of-type(1),
.fade-gallery > .empty-marker:nth-of-type(2):empty ~ .switcher .thumbnail:nth-of-type(2),
.fade-gallery > .empty-marker:nth-of-type(3):empty ~ .switcher .thumbnail:nth-of-type(3),
.fade-gallery > .empty-marker:nth-of-type(4):empty ~ .switcher .thumbnail:nth-of-type(4),
.fade-gallery > .empty-marker:nth-of-type(5):empty ~ .switcher .thumbnail:nth-of-type(5),
.fade-gallery > .empty-marker:nth-of-type(6):empty ~ .switcher .thumbnail:nth-of-type(6),
.fade-gallery > .empty-marker:nth-of-type(7):empty ~ .switcher .thumbnail:nth-of-type(7),
.fade-gallery > .empty-marker:nth-of-type(8):empty ~ .switcher .thumbnail:nth-of-type(8),
.fade-gallery > .empty-marker:nth-of-type(9):empty ~ .switcher .thumbnail:nth-of-type(9),
.fade-gallery > .empty-marker:nth-of-type(10):empty ~ .switcher .thumbnail:nth-of-type(10),
.fade-gallery > .empty-marker:nth-of-type(11):empty ~ .switcher .thumbnail:nth-of-type(11),
.fade-gallery > .empty-marker:nth-of-type(12):empty ~ .switcher .thumbnail:nth-of-type(12) {
	display:none;
}

.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(1):checked ~ .holder-next label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-next label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-next label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-next label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-next label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-next label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-next label:nth-of-type(8){
	display:block;
}
.fade-gallery  .empty-marker:nth-of-type(1):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-prev label:nth-of-type(1),
.fade-gallery  .empty-marker:nth-of-type(2):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-prev label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(3):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-prev label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(4):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-prev label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-prev label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-prev label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(8):checked ~ .holder-prev label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(9):checked ~ .holder-prev label:nth-of-type(8),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(10):checked ~ .holder-prev label:nth-of-type(9),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(11):checked ~ .holder-prev label:nth-of-type(10),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(12):checked ~ .holder-prev label:nth-of-type(11),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher input.open-check:nth-of-type(13):checked ~ .holder-prev label:nth-of-type(12){
	display:block;
}
#main .open-modal:checked ~ .product-box .product-images {width:100%;}
#main .open-modal:checked ~ .product-box .fade-gallery .holder-img {height: 700px;}
#main .open-modal:checked ~ .product-box .fade-gallery .holder-img img{

	-webkit-transform: scale(1.05) translateY(-50%);
	-moz-transform: scale(1.05) translateY(-50%);
	-ms-transform: scale(1.05) translateY(-50%);
	-o-transform: scale(1.05) translateY(-50%);
	transform:scale(1.05) translateY(-50%);
}
#main .open-modal:checked ~ .product-box .fade-gallery .close {display:block;}
#main .open-modal:checked ~ .product-box .fade-gallery label[for="modal"] > span:first-child {display:none;}
#main .open-modal:checked ~ .product-box .product-description {
	position:absolute;
	top:0;
	right:0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.text-center {	display:table;	position:relative;	overflow:hidden;	width:100%;	height:100%;}.text-center .text-inner {	display:table-cell;	vertical-align:middle;}.text-center .text-inner .text-last {	width:100%;	display:block;}
.box-categori{
	width:100%;
	margin:0 0 62px;
}
.box-categori ul{
	width:100%;
	overflow:hidden;
}
.box-categori ul li{
	float:left;
	width:16.6667%;
	padding:110px 5px 39px;
	text-align:center;
	border-left: 1px solid #f2f2f2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-categori ul li a{
	display:inline-block;	vertical-align:top;	height:150px;
	opacity:1;
	position:relative;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.box-categori ul li a:hover{opacity:0.8}
.box-categori ul li:first-child{border-left:none;}
.box-categori ul li img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


.box-categori .text-center {
	display: block;
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.box-categori .text-center .text-inner {
	display: block;
}
.box-categori .text-center .text-inner .text-last {
	width:100%;
	display:block;
	height: 150px;
	position:relative;
}



.gray-box{
	background-color:#f4f4f4;
	padding:44px 0 130px;
}
.gray-box .top-list{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
	margin:0 0 71px;
}
.gray-box .top-list li{
	width:33.3333%;
	float:left;
	font-size:24px;	line-height:24px;
	color:#000000;
	font-weight:700;
	text-align:center;
	margin:0 0 10px;
	position:relative;
	height:64px;
}
.gray-box .top-list li .hold-image{
	width:65px;
	text-align:center;
	position:absolute;	top:0px;	left:50%;
	margin:0 0 0 -33px;
}
.gray-box .top-list li .fa{
	font-size:64px;
	margin:0;}
.head-bull{
	position:relative;
	width:100%;
	margin:0 0 80px -9px;
}
.head-bull h2{
	font-size:160px;	line-height:160px;
	font-weight:800i;
	color:#e4e4e4;
	font-style:italic;
	margin:0;
	position:relative;
}
.head-bull .ball{
	width:30px;
	height:30px;
	position:absolute;
	bottom:7px;
	left:0;
	background-color:#e25b50;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.head-bull .ball:after {
	content:"";
	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	border: 2px solid #e25b50;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
h3{
	font: 18px/20px 'Montserrat', sans-serif;
	color:#e15b50;
	font-weight:600;
	margin:0 0 35px;
}
.hold-text  h3{
      margin: 30px 0 10px;
}
.gray-box .hold-text{
	font: 16px/30px 'Montserrat', sans-serif;
	color:#4d4d4d;
}
.gray-box .hold-text p{margin:0 0 30px;}
.hold-text ul li,
.white-box ul li{
	padding:0 0 0 41px;
	position:relative;
}

.hold-text ul{
	padding:0 0 30px;
	margin:0 0 80px;
}
.box-worth{
	padding:0 0 0 217px;
	width:100%;
	margin:0 0 75px;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.box-worth .box-red{
	padding: 92px 100px 94px 361px;
	border: 4px solid #e25b50;
	width:100%;
	position:relative;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.box-red .hold-image{
	position:absolute;	top:50%;	left:-156px;
	max-width:303px;
	margin:-226px 0 0;
}
h4{
	font-size:36px;	line-height:36px;
	font-weight:800;
	color:#000000;
	font-style:italic;
	margin:0 0 58px;
}
.list-worth li{
	font-size:18px;	line-height:20px;
	font-weight:600;
	padding:0 0 0 32px;
	margin:0 0 26px;
	position:relative;
}
.list-worth li:before {	content:"";	background: url(../images/bg-plus.png) no-repeat 0 0;
	width:14px;
	height:14px;
	position:absolute;	top:50%;	left:-1px;
	margin:-7px 0 0;}
.wrapper .container.box-profil{
	width:100%;
	padding:81px 20px 57px ;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.wrapper .container.box-profil:after {	content:"";	display:block;	clear:both;}
.box-profil .black-box{
	float:left;
	width:42.7%;
	position:relative;
	color:#ffffff;
	padding: 49px 90px 144px 4px;
	font-size:16px;	line-height:24px;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.box-profil .black-box h4{
	color:#ffffff;
	margin:0 0 62px;
}
.box-profil .black-box:after {	content:"";	background: url(../images/bg-black.gif) repeat 0 0;
	width:2000px;
	height:100%;
	position:absolute;	top:0px;	right:100%;
	-webkit-box-shadow: -55px 10px 75px rgba(0,0,0,.66);
	-moz-box-shadow: -55px 10px 75px rgba(0,0,0,.66);
	box-shadow: -55px 10px 75px rgba(0,0,0,.66);}
.box-profil .white-box{
	float:right;
	width:57.3%;
	padding: 50px 59px 142px 118px;
	font-size:14px;
	line-height:34px;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.box-profil .white-box h4{margin:0 0 36px;}
.white-box .hold-image{
	text-align:center;
	margin:0 0 24px;
	color:#000000;
}
.white-box ul{padding:5px 0 0;}
.white-box ul li{
	padding:0 0 0 48px;
	margin:0 0 6px;
}
.row{
	width:auto;
	overflow:hidden;
	margin:0 -15px;
}
.row .col{
	width:50%;
	float:left;
	padding:0 15px;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
#footer .text-gray{
	font-weight:700;
	color:#cccccc;
	font-size:14px;	line-height:16px;
	text-transform:uppercase;
	display:block;
	margin:0 0 4px;
}
#footer address,
.col .item{
	font-size:12px;	line-height:14px;
	font-style:normal;
	margin:0 0 37px;
}
.col .item{
	float:left;
	width:33.3333%;
}
#footer .logo{margin:0 0 20px;}
.menu-footer ul{
	font-size:0px;	line-height:0px;
	width:100%;
	background-color:#000000;
	display:table;
	margin:0 0 38px;
}
.menu-footer ul li{
	display:table-cell;
	border-left: 1px solid #4d4d4d;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.menu-footer ul li:first-child{border:none;}
.menu-footer ul li a{
	display:block;
	padding:18px 5px 17px;
	font-size:14px;	line-height:16px;
	color:#ffffff !important;
	font-weight:500;
	text-align:center;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu-footer ul li a:hover{color:#cccccc !important;}
.menu-footer{width:100%;}
.copy{
	font-size:10px;
	line-height:18px;
	color:#cccccc;
	margin:0 0 10px;
}
#footer .copy-big{
	font-weight:normal;
	color:#000;
	font-size:12px;	line-height:14px;
	display:block;
	margin:0 0 2px;
}
/*end product gallery*/
.hold-tabs,
.tab-menu {
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hold-tabs{
	margin:-37px -4px 78px;
	width:auto;
	padding:0 0 19px;
}
.hold-tabs:after,
.tab-menu:after {
	content:"";
	display:block;
	clear:both;
}
.tab-menu .nav {
	padding: 0;
	margin:0;
	list-style: none;
	width: 100%;
}
.tab-menu .nav {
	position:relative;
	z-index:2;
	background: url(../images/bg-black.gif) repeat 0 0;
	width:100%;
	padding:24px 38px 3px;
	z-index:2;
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0 10px 37px rgba(0,0,0,.66);
	-moz-box-shadow: 0 10px 37px rgba(0,0,0,.66);
	box-shadow: 0 10px 37px rgba(0,0,0,.66);
}
.tab-menu .nav:after  {
	content:"";
	display:block;
	clear:both;
}
.tab-menu .nav li {
	float:left;
	margin:0 18px 0 0;
}
.tab-menu .nav label {
	float: left;
	position: relative;
	font-size:18px;	line-height:32px;
	color: #ffffff;
	font-style:italic;
	font-weight:800;
	padding:8px 4px 18px;
	
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.tab-menu .nav label:after {
	content:"";
	display:block;
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:6px;
	background:#e25b50;
	
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-ms-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.product-slider,
.open-inp {display:none;}
.hold-tabs .tab-content,
.tab-menu .panel {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	padding:39px 28px 9px;
	font:300 14px/24px 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hold-tabs.hold-tabs-big .tab-content,
.tab-menu .panel {padding:92px 0 9px;}
.hold-tabs > input:nth-child(1):checked ~ .tab-menu .panel:nth-of-type(1),
.hold-tabs > input:nth-child(2):checked ~ .tab-menu .panel:nth-of-type(2),
.hold-tabs > input:nth-child(3):checked ~ .tab-menu .panel:nth-of-type(3),
.hold-tabs > input:nth-child(4):checked ~ .tab-menu .panel:nth-of-type(4),
.hold-tabs > input:nth-child(5):checked ~ .tab-menu .panel:nth-of-type(5) {
	opacity: 1;
	position: relative;
	z-index:2;
}
.hold-tabs .nav a {display:block;}
.hold-tabs .nav label:hover,
.hold-tabs .nav a:active label,
.hold-tabs > input:nth-child(1):checked ~ .tab-menu .nav li:nth-child(1) label,
.hold-tabs > input:nth-child(2):checked ~ .tab-menu .nav li:nth-child(2) label,
.hold-tabs > input:nth-child(3):checked ~ .tab-menu .nav li:nth-child(3) label,
.hold-tabs > input:nth-child(4):checked ~ .tab-menu .nav li:nth-child(4) label,
.hold-tabs > input:nth-child(5):checked ~ .tab-menu .nav li:nth-child(5) label {
	color: #fff;
}
.hold-tabs .nav a:active {background:#000;}
.hold-tabs .nav label:hover:after,
.hold-tabs .nav a:active label:after,
.hold-tabs > input:nth-child(1):checked ~ .tab-menu .nav li:nth-child(1) label:after,
.hold-tabs > input:nth-child(2):checked ~ .tab-menu .nav li:nth-child(2) label:after,
.hold-tabs > input:nth-child(3):checked ~ .tab-menu .nav li:nth-child(3) label:after,
.hold-tabs > input:nth-child(4):checked ~ .tab-menu .nav li:nth-child(4) label:after,
.hold-tabs > input:nth-child(5):checked ~ .tab-menu .nav li:nth-child(5) label:after {
	width:100%;
}
.tab-menu .product-wrapper {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	position:relative;
}
.tab-menu .product-wrapper > .product-cell{
	float:left;
	vertical-align:top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 20%;
	display:block;
	height:auto;
	margin:0 0 10px;
}
.tab-menu .caption {
	font-size:0px;
	line-height:0px;
}
.tab-menu .image-square,
.tab-menu .image-square a,
.tab-menu .caption .price {
	display:block;
	text-decoration:none;
	overflow:hidden;
	position:relative;
	font-size: 14px;
	line-height:16px;
	color:#8a8a8a;
	text-align:center;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.tab-menu .price_wrapper small,
.tab-menu .price_wrapper br {display:none;}
.list-goodes .product-image,
.tab-menu .image-square a {
	height: 183px;
	margin-bottom: 21px;
}
.tab-menu .caption {height: 100px;}
.tab-menu .image-square img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	opacity:1;
	
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.tab-menu .image-square a:hover img {opacity:0.7;}
.tab-menu .caption .title {
	display:block;
	font-size: 14px;
	line-height:16px;
	font-weight:700;
	padding-bottom: 9px;
	color:#000;
	text-decoration: none;
	text-align:center;
	
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.tab-menu .caption .title h4 {
	margin:0;
	font-style:normal;
	font-size:14px;	line-height:16px;
	font-weight:700;
}
.tab-menu .caption .title:hover {
	color: #e4932d;
	text-decoration: none;
}
#footer{
	padding:0 0 15px;
	width:100%;
	overflow:hidden;
}
/* Shop page */
/*slider*/
.slide-gallery {
	position:relative;
	color: #373735;
	padding: 55px 0 0;
	margin: 0;
}
.slide-gallery input {
	display: none;
}
#slide1:checked ~ .slides-wrap .gallery-list { margin-left:0; }
#slide2:checked ~ .slides-wrap .gallery-list { margin-left:-100%; }
#slide3:checked ~ .slides-wrap .gallery-list { margin-left:-200%; }

#auto:checked ~ .slides-wrap .gallery-list {
	animation: slide 30000ms infinite;
}

.gallery-holder {
	width: 100%;
	overflow: hidden;
	position:relative;
}
.gallery-list {
	width: 300%;
	line-height: 0;
	list-style:none;
	margin:0;
	padding:0;
}
.gallery-list li {
	width: 33.33%;
	float: left;
	position:relative;
	margin: 0 !important;
	background: #c5c5c5;
	font-size:18px;
	line-height:20px;
	color: #000;
	overflow:hidden;
	padding: 0 0 35px;
}
.gallery-list li a{
	display:block;
	width:100%;
	opacity:1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.gallery-list li a:hover{opacity:0.85;}
.gallery-list li:before {display:none;}
.gallery-list li .hold-img {
	position:relative;
	overflow:hidden;
}
.gallery-list li img {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
/* start autoplay */
.autoplay {
	position:absolute;
	right:0;
	top:0;
	color: #fff;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay {
	opacity:1;
	visibility: visible;
}
#slide1:checked ~ .slides-wrap .gallery-holder .pause,
#slide2:checked ~ .slides-wrap .gallery-holder .pause,
#slide3:checked ~ .slides-wrap .gallery-holder .pause,
#slide4:checked ~ .slides-wrap .gallery-holder .pause,
#slide5:checked ~ .slides-wrap .gallery-holder .pause {
	opacity:0;
	visibility: hidden;
}
.autoplay label {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	font-size:12px;
	line-height:17px;
	cursor:pointer;
}
@keyframes slide1 {
	0%, 30% { margin-left:0; }
	33%, 60%	{ margin-left:-100%; }
	63%, 90%	{ margin-left:-200%; }
	100%	{ margin-left:0; }
}
@keyframes slide2 {
	0%, 30%	{ margin-left:-100%; }
	33%, 60%	{ margin-left:-200%; }
	63%, 90%	{ margin-left:0; }
	100%	{ margin-left:-100%; }
}
@keyframes slide3 {
	0%, 30% { margin-left:-200%; }
	33%, 60%	{ margin-left:0; }
	63%, 90%	{ margin-left:-100%; }
	100%	{ margin-left:-200%; }
}

#auto1:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide1 30000ms linear infinite;
	-moz-animation: slide1 30000ms linear infinite;
	-o-animation: slide1 30000ms linear infinite;
	animation: slide1 30000ms linear infinite;
}
#auto2:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide2 30000ms linear infinite;
	-moz-animation: slide2 30000ms linear infinite;
	-o-animation: slide2 30000ms linear infinite;
	animation: slide2 30000ms linear infinite;
}
#auto3:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide3 30000ms linear infinite;
	-moz-animation: slide3 30000ms linear infinite;
	-o-animation: slide3 30000ms linear infinite;
	animation: slide3 30000ms linear infinite;
}
#auto4:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide4 30000ms linear infinite;
	-moz-animation: slide4 30000ms linear infinite;
	-o-animation: slide4 30000ms linear infinite;
	animation: slide4 30000ms linear infinite;
}
#auto5:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide5 30000ms linear infinite;
	-moz-animation: slide5 30000ms linear infinite;
	-o-animation: slide5 30000ms linear infinite;
	animation: slide5 30000ms linear infinite;
}
/* end autoplay */
/* start pause */
.pause {
	position:absolute;
	right:0;
	top:0;
	color: #fff;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.slide-gallery:hover .pause {
	opacity:1;
	visibility: visible;
}
.pause label {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	font-size:12px;
	line-height:17px;
	cursor: pointer;
}
#slide1:checked ~ .slides-wrap .pause label:nth-child(1),
#slide2:checked ~ .slides-wrap .pause label:nth-child(2),
#slide3:checked ~ .slides-wrap .pause label:nth-child(3),
#slide4:checked ~ .slides-wrap .pause label:nth-child(4),
#slide5:checked ~ .slides-wrap .pause label:nth-child(5) {
	animation:none;
	z-index:3;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(1),
#auto2:checked ~ .slides-wrap .pause label:nth-child(2),
#auto3:checked ~ .slides-wrap .pause label:nth-child(3),
#auto4:checked ~ .slides-wrap .pause label:nth-child(4),
#auto5:checked ~ .slides-wrap .pause label:nth-child(5) {
	animation: pause1 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(2),
#auto2:checked ~ .slides-wrap .pause label:nth-child(3),
#auto3:checked ~ .slides-wrap .pause label:nth-child(4),
#auto4:checked ~ .slides-wrap .pause label:nth-child(5),
#auto5:checked ~ .slides-wrap .pause label:nth-child(1) {
	animation:none;
	animation: pause2 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(3),
#auto2:checked ~ .slides-wrap .pause label:nth-child(4),
#auto3:checked ~ .slides-wrap .pause label:nth-child(5),
#auto4:checked ~ .slides-wrap .pause label:nth-child(1),
#auto5:checked ~ .slides-wrap .pause label:nth-child(2) {
	animation:none;
	animation: pause3 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(4),
#auto2:checked ~ .slides-wrap .pause label:nth-child(5),
#auto3:checked ~ .slides-wrap .pause label:nth-child(1),
#auto4:checked ~ .slides-wrap .pause label:nth-child(2),
#auto5:checked ~ .slides-wrap .pause label:nth-child(3) {
	animation:none;
	animation: pause4 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(5),
#auto2:checked ~ .slides-wrap .pause label:nth-child(1),
#auto3:checked ~ .slides-wrap .pause label:nth-child(2),
#auto4:checked ~ .slides-wrap .pause label:nth-child(3),
#auto5:checked ~ .slides-wrap .pause label:nth-child(4) {
	animation:none;
	animation: pause5 30000ms infinite;
}


@keyframes pause1 {
	0%, 30%, 100%	{ z-index:3;opacity:1;}
	33%, 60%	{ z-index:0;opacity:0;}
	63%, 90%	{ z-index:0;opacity:0; }
}
@keyframes pause2 {
	0%, 30%, 100%	{ z-index:0;opacity:0;}
	33%, 60%	{ z-index:3;opacity:1;}
	63%, 90%	{ z-index:0; opacity:0;}
}
@keyframes pause3 {
	0%, 30%, 100%	{ z-index:0;opacity:0;}
	33%, 60%	{ z-index:0;opacity:0;}
	63%, 90%	{ z-index:3;opacity:1; }
}
.controls {
	width: 100%;
	height: 55px;
	position:absolute;
	top: 50%;
	margin: -24px 0 0;
	left:0;
}
.controls label { 
	display: none;
	cursor:pointer;
	height: 55px;
	width: 25px;
	position:relative;
}
.controls label:hover {
	opacity: 0.8;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay label {
	z-index:1;
	opacity:0;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(1),
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(2),
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(3),
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(4),
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(5) {
	z-index:3;
	opacity:1;
}
#auto1:checked ~ .controls label:nth-child(2),
#auto2:checked ~ .controls label:nth-child(2),
#auto3:checked ~ .controls label:nth-child(2),
#slide1:checked ~ .controls label:nth-child(2), 
#slide2:checked ~ .controls label:nth-child(3), 
#slide3:checked ~ .controls label:nth-child(1) {
	float: right;
	display: block;
}
#auto1:checked ~ .controls label:nth-child(2):before,
#auto2:checked ~ .controls label:nth-child(2):before,
#auto3:checked ~ .controls label:nth-child(2):before,
#slide1:checked ~ .controls label:nth-child(2):before, 
#slide2:checked ~ .controls label:nth-child(3):before, 
#slide3:checked ~ .controls label:nth-child(1):before {
	position:absolute;
	top: 50%;
	right:0;
	width:100%;
	text-align:center;
	font-size: 33px;
	line-height:1;
	font-family: 'FontAwesome';
	content: "\f054";
	margin: -10px 0 0;
	color: #b0acac;
}
#auto1:checked ~ .controls label:nth-child(3),
#auto2:checked ~ .controls label:nth-child(3),
#auto3:checked ~ .controls label:nth-child(3),
#slide1:checked ~ .controls label:nth-child(3),
#slide2:checked ~ .controls label:nth-child(1),
#slide3:checked ~ .controls label:nth-child(2) {
	float: left;
	display: block;
}

#auto1:checked ~ .controls label:nth-child(3):before,
#auto2:checked ~ .controls label:nth-child(3):before,
#auto3:checked ~ .controls label:nth-child(3):before,
#slide1:checked ~ .controls label:nth-child(3):before,
#slide2:checked ~ .controls label:nth-child(1):before,
#slide3:checked ~ .controls label:nth-child(2):before {
	position:absolute;
	top: 50%;
	left:0;
	width:100%;
	text-align:center;
	font-size: 33px;
	line-height:1;
	font-family: 'FontAwesome';
	content: "\f053";
	margin: -10px 0 0;
	color: #b0acac;
}
.slides-wrap {
	position:relative;
	overflow:hidden;
}
/* Animation */

.slides-wrap .gallery-list {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: margin 800ms ease-out; 
	-moz-transition: margin 800ms ease-out; 
    -ms-transition: margin 800ms ease-out; 
     -o-transition: margin 800ms ease-out; 
        transition: margin 800ms ease-out; /* easeInOutQuart */

}
.slide-gallery {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.controls, .slides-wrap, .switchers, .switchers label {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*end slider*/
.row-black{
	margin: -44px 40px 135px;
	background: #000;
	font-size: 0px;
	line-height: 0px;
	color: #fff;
	position: relative;
	z-index: 0;
	box-shadow: 0 0 55px rgba(0,0,0,1);
}
.row-black.other {
	margin: 0 0 120px;
	box-shadow: 0 25px 25px rgba(0,0,0,0.5); 
}
.row-black .col-black{
	display:inline-block;
	vertical-align: middle;
	width: 33.33%;
	font-size: 22px;
	line-height: 26px;
	text-align:center;
	position: relative;
}
.row-black .col-black .description{
	display:block;
	position: relative;
	padding: 52px 20px 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	font-weight: 500;
}
.row-black .col-black .icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 0;
	color: #e25b50;
	font-size: 65px;
	line-height: 65px;
	margin: -30px 0 0;
}
.category-row{
	font-size: 0px;
	line-height: 0px;
	margin: 0 -15px 107px;
}
.category-row h3{
	 color: #f7990f;
 	font-size: 30px;
 	line-height: 32px;
	margin: 0;
	font-weight: 400;
}
.category-row .category-holder{
	display:inline-block;
	vertical-align:top;
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-holder .category{
	margin: 0 0 25px;
	border: 2px solid #fff;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 100%);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.category-holder .category a{
	display:block;
	width:100%;
	opacity:1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.category-holder .category a:hover{opacity:0.85;}
.category-holder .category img{
	display:block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#threendy_copyright a{
	font-size:13px;	line-height:25px;
	color:#cccccc;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#threendy_copyright a:hover{color:#e15b50;}
.product-table th {
	text-align: left;
	padding: 20px 5px 0;
}
.product-table td {
	padding: 5px;
	vertical-align: top;
}
.product-table td p {margin: 0 !important;}
.product-table tr:nth-child(odd) td {
	background: #fafafa;
}
.product-table ul {
	margin:10px  !important;
	line-height: 24px;
	padding:0;
}
@media (max-width: 1200px){
	.wrapper .top-list{text-align:center;}
	.header-main{
		padding:0 220px 18px 200px;
		position:relative;
	}
	.logo{margin:0 0 0 -200px;}
	#search_box{
		width:200px;
		margin:4px 0 12px;
		float:none;
		position:absolute;		top:0px;		right:0px;
	}
	.list-info{
		float:none;
		text-align: justify;
		line-height: 0;
		font-size: 1px;
		text-justify: newspaper;
		zoom:1;
	}
	.list-info:after {
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
		content: '';
		display: inline-block;
	}
	.list-info li{
		float:none;
		display:inline-block;		vertical-align:top;		margin:0 10px 10px 0;
	}
	.product-images,
	.product-description{width:50%;}
	.product-box,
	.product-images{padding:20px 0 0;}
	.black-box .title{
		font-size:100px;
		line-height:100px;
	}
	.black-box .list-unstyled{
		padding:0 20px;
		margin:0 auto 20px;
	}
	.black-box{padding:97px 0 50px;}
	.box-categori ul li{padding:70px 5px 39px;}
	.box-categori{margin:0 0 30px;}
	.gray-box .top-list,
	.hold-text ul{margin:0 0 30px;}
	.head-bull{margin:0 0 40px;}
	.head-bull h2{
		font-size:100px;		line-height:110px;
	}
	h3{margin:0 0 20px;}
	.tab-menu .product-wrapper > .product-cell{
		width:25%;
		padding:0 10px;
	}
	#header{padding:15px 0 0;}
	.hold-tabs{margin:-37px -4px 30px;}
	.slide-gallery {
	    padding: 30px 0 0;
	}
	.gallery-list li {
		padding: 0;
	}
	.row-black {
    	margin: -44px 40px 76px;
		box-shadow: 0 0 30px rgba(0,0,0,1);
	}
	.category-row {
	    margin: 0 -15px 70px;
	}
	.row-black.other {
		margin: 0 0 70px;
		box-shadow: 0 15px 15px rgba(0,0,0,1);
	}
}
@media (max-width: 1000px) {
	h1{
		font-size:24px;		line-height:26px;
	}
	.product-description h1 .ball,
	.head-bull .ball{
		width:15px;
		height:15px;
		left:-38px;
	}
	.head-bull .ball{left:0}
	.product-description h1 .ball:after,
	.head-bull .ball:after{
		width:30px;
		height:30px;
		margin:-15px 0 0 -15px;
	}
	.product-description {padding: 22px 0 0 30px;}
	.fade-gallery .holder-img{height: 438px;}
	/*   nav start  */
	#nav {
		padding: 10px 0;
		width:auto;
	}
	#topnav > li > label > .fa{display:block;}
	#nav .hold-toogle {
		display:block;
		text-align: right;
		height: 17px;
	}
	#nav .toogle-menu {
		display:inline-block;
		vertical-align:top;
	}
	#topnav > li > a,
	#topnav > li > label{color:#fff !important;}
	#topnav > li > a:hover,
	#topnav > li > label{color:#cccccc !important;}
	.menu-holder {
		position:fixed;
		top:0;
		right:-300px;
		height: 100%;
		overflow:hidden;
		overflow-y:auto;
		width: 280px;
		background: #e25b50; 
		z-index: 100000;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	#nav .open-check:checked ~ .menu-holder { right:0;}
	#topnav > li {
		display:block;
		color: #000;
		padding:0;
		position:static;
		margin:0;
		text-align:left;
		float: none;
	}
	#header #topnav > li:before {display:none;}
	#header #topnav > li > a,
	#header #topnav > li > label,
	#topnav .children > li > a,
	#topnav .children > li > label,
	#topnav .children2 li a,
	#topnav .children2 li label,
	#header ul#topnav > li > a,
	#header #topnav > li > a, 
	#header #topnav > li > a:link, 
	#header #topnav > li > a:visited{
		color: #fff ;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding: 15px 30px 15px 10px;
		border-bottom: 1px solid #dadae5;
		display:block;
		cursor: pointer;
		text-transform: none;
		font-size:14px;
		line-height:18px;
		font-weight: 400;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	#topnav > li > label::before {display:none;}
	#topnav .children > li > label.back-label,
	#topnav .children2 li label.back-label {padding: 15px 10px 15px 30px;}
	#topnav .children > li > a {
		margin:0;
		font-weight: normal;
	}
	#topnav > li > .open-check ~ .children > li:nth-child(1),
	#topnav > li > .open-check ~ .children > li:nth-child(2),
	#topnav .children > li > .open-check ~ .children2 > li:nth-child(1),
	#topnav .children > li > .open-check ~ .children2 > li:nth-child(2) {
		display:block;
	}
	#topnav > li > label,
	#topnav .children > li > label,
	#topnav .children2 li label {
		position:relative;
	}
	#topnav > li > label .fa,
	#topnav .children > li > label .fa,
	#topnav .children2 li label.back-label .fa {
		position:absolute;
		right: 10px;
		top: 50%;
		font-size:20px;
		margin: -10px 0 0;
	}
	#topnav .children > li > label.back-label .fa,
	#topnav .children2 li label.back-label .fa {
		right:auto;
		left: 10px;
	}
	#header #topnav > li > .open-check + a,
	#header .children > li > .open-check + a {display:none;}
	#nav .close-menu {
		display:block;
		padding: 10px;
		color: #fff;
		background: rgba( 255, 255, 255, 0.1);
		text-transform: uppercase;
		cursor:pointer;
	}
	#topnav > li > label, 
	#topnav .children > li > label {display:block;}
	#nav .close-menu .fa {
		float:right;
		font-size: 20px;
		margin: 3px 0 0;
	}
	.hidden-xs {display:none !important;}
	#topnav {
		position:static;
		float: none;
		margin:0;
		padding:0;
	}
	#topnav:after {display:none;}
	#topnav .children,
	#topnav .children2 {
		opacity:1;
		visibility: visible;
		display:block;
		position:absolute;
		top: 44px;
		bottom:0;
		margin: 0;
		z-index:20;
		background: #d61c21;
		border:none;
		padding:0;
		width: 100%;
		left:100%;
		overflow:hidden;
		overflow-y:auto;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		-ms-transition: left .2s ease-in-out;
		-o-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#topnav > li:last-child .children{
		left:100%;
		right: auto;
	}
	#topnav > li:hover .children{
		opacity:1;
		visibility: visible;
	}
	#topnav .children2 {top:0;}
	#topnav .children2 li {
		margin:0;
		width:100%;
		display:block;
		padding:0;
	}
	#topnav .children > li {
		width:100%;
		float: none;
		padding:0;
		margin:0;
		position:static;
	}
	#topnav > li > .open-check:checked ~ .children,
	#topnav .children > li .open-check:checked ~ .children2{left:0;}
	#topnav .children > li > a:before, 
	#topnav .children2 li a:before,
	#topnav .children2 li:before,
	#topnav > li > a:before {display:none;}
	#topnav .children > li > a:hover,
	#topnav .children > li.active > a {
		color: #fff;
		background: none;
	}
	/*  nav end  */
	.wrapper .top-list{margin:0 0 20px;}
	.header-main{
		padding:0 0 10px;
		margin:0;
		border:none;
	}
	.logo,
	#search_box{
		width:50%;
		margin:0 0 20px;
	}
	#search_box{
		float:left;
		position:relative;
	}
	.list-info{
		float:left;
		width:100%;
	}
	#header .top-list li .fa{font-size:20px;}
	#header .top-list li,
	#header .top-list li:first-child,
	#header .top-list li:last-child{
		font-size:12px;
		line-height:20px;
	}
	#header .top-list li .fa{float:none;}
	#nav{background:#e25b50;}
	.box-categori ul li{
		width:33.3333%;
		border-bottom: 1px solid #f2f2f2;
	}
	.box-categori ul li:first-child{border-left:1px solid #f2f2f2;}
	.box-categori ul li:last-child,
	.box-categori ul li:nth-child(3n){border-right:1px solid #f2f2f2;}
	.gray-box .top-list li{
		font-size:18px;		line-height:20px;
	}
	.head-bull h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.box-worth{
		padding:0 0 0 138px;
		margin:0 0 40px;
	}
	.box-worth .box-red{padding:50px 50px 50px 180px;}
	.box-red .hold-image{
		max-width:250px;
		margin:-179px 0 0;
	}
	.box-red .hold-image img{
		display:block;
		width:100%;
		height:auto;
	}
	.box-profil .black-box{padding:49px 30px 120px 4px;}
	.box-profil .white-box{padding:50px 59px 79px 51px;}
	.wrapper .container.box-profil{padding:50px 20px 90px;}
	.gallery-list li {
	    padding: 0 0 10px;
	}
	.row-black .col-black {
    	font-size: 18px;
    	line-height: 20px;
	}
	.row-black .col-black .description {
    	padding: 40px 20px;
	}
	.row-black .col-black .icon {
	    font-size: 60px;
	    line-height: 60px;
	}
	.category-row {
	    margin: 0 -15px 30px;
	}
	.fade-gallery label[for="modal"]{display:none;}
}
@media (max-width: 900px) {
	.tab-menu .product-wrapper > .product-cell {width:25%;}
	.box-profil .black-box,
	.box-profil .white-box{
		width:100%;
	}
	.box-profil .black-box:after{display:none;}
	.box-profil .black-box,
	.box-profil .white-box {padding: 30px 20px;}
	.box-profil .black-box h4{margin:0 0 20px;}
	h4{
		font-size:26px;		line-height:28px;
	}
	.menu-footer ul{
		display:block;
		width:100%;
		overflow:hidden;
	}
	.menu-footer ul li,
	.menu-footer ul li:first-child{
		float:left;
		width:33.3333%;
		border-bottom:1px solid #4d4d4d;
	}
}
@media (max-width: 800px) {
	.hold-tabs {margin:0;}
	.hold-tabs .tab-content p {margin:0 0 15px;}
	.tab-menu .product-wrapper > .product-cell {width:33.33%;}
	.product-images,
	.product-description{
		width:100%;
	}
	.product-images {
		margin: 0 0 15px;
	}
	.product-description{padding:22px 10px 0 ;}
	.product-description:before {
		content:"";
		background: url(../images/bg-description.png) no-repeat 0 0;
		width:2000px;
		height:100%;
		position:absolute;
		top:0px;
		right:100%;
		z-index:-1;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.product-images{padding:0;}
	.fade-gallery .holder-img {height: 300px;}
	.product-description h1{padding:0 0 0 35px;}
	.product-description h1 .ball{
		left:0;
		top:50%;
		margin:-7px 0 0;
	}
	h1{margin:0 0 15px;}
	.product-description ul li,
	.black-box .list-unstyled li{margin:0 0 10px;}
	.item-prise{margin:0 0 22px;}
	.product-description ul{margin:0 0 5px;}
	.row .col{width:100%;}
	#footer address,
	.col .item,
	.menu-footer ul{margin:0 0 20px;}
}
@media (max-width: 767px) {
	.hold-tabs, .tab-menu {margin: 0 0 30px;}
	.tab-menu .nav li {
		width:100%;
		margin:0;
	}
	.tab-menu .nav label {
		width:100%;
		padding:10px 0;
		font: 20px/22px "Open Sans",sans-serif;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.tab-menu .nav label:after {height:2px;}
	.tab-menu .nav {
		border-bottom:none;
		padding:2px 38px 10px;
	}
	h1 {
		font-size: 20px;
		line-height: 22px;
	}
	.black-box .list-unstyled{padding:0 15px;}
	.black-box .list-unstyled li{
		font-size: 15px;
		line-height: 21px;
		padding: 0 0 0 48px;
	}
	.gray-box .top-list li .fa{
		font-size:25px;
		float:none;
	}
	.gray-box .top-list li{
		padding:0 0 0 45px;
		height:auto;
		width:100%;
		display:block;
		float:none;
		margin:0 auto 10px;
		font-size:16px;		line-height:18px;
		text-align:left;
		-webkit-box-sizing: border-box;		-moz-box-sizing: border-box;		box-sizing: border-box;
	}
	.gray-box .top-list li .text-center,
	.gray-box .top-list li .text-center .text-inner {
		display:block;
		height:auto;
	}
	.gray-box .top-list li .hold-image{
		width:35px;
		margin:0;
		left:0;
		text-align:center;
	}
	.gray-box{padding:30px 0;}
	.gray-box .top-list{padding:0;}
	.hold-text ul{
		padding:0 0 10px;
		margin:0 0 10px;
	}
	.box-worth .box-red {padding: 50px 50px 50px 140px;}
	.gallery-list li {
	    padding: 0 0 25px;
	}
	#auto1:checked ~ .controls label:nth-child(2):before,
	#auto2:checked ~ .controls label:nth-child(2):before,
	#auto3:checked ~ .controls label:nth-child(2):before,
	#slide1:checked ~ .controls label:nth-child(2):before, 
	#slide2:checked ~ .controls label:nth-child(3):before, 
	#slide3:checked ~ .controls label:nth-child(1):before, 
	#auto1:checked ~ .controls label:nth-child(3):before,
	#auto2:checked ~ .controls label:nth-child(3):before,
	#auto3:checked ~ .controls label:nth-child(3):before,
	#slide1:checked ~ .controls label:nth-child(3):before,
	#slide2:checked ~ .controls label:nth-child(1):before,
	#slide3:checked ~ .controls label:nth-child(2):before{
		font-size: 25px;		line-height: 25px;
		
	}
	#auto1:checked ~ .controls label:nth-child(3):before, 
	#auto2:checked ~ .controls label:nth-child(3):before, 
	#auto3:checked ~ .controls label:nth-child(3):before, 
	#slide1:checked ~ .controls label:nth-child(3):before, 
	#slide2:checked ~ .controls label:nth-child(1):before, 
	#slide3:checked ~ .controls label:nth-child(2):before{
		left: -15px;
	}
	#auto1:checked ~ .controls label:nth-child(2):before, 
	#auto2:checked ~ .controls label:nth-child(2):before, 
	#auto3:checked ~ .controls label:nth-child(2):before, 
	#slide1:checked ~ .controls label:nth-child(2):before, 
	#slide2:checked ~ .controls label:nth-child(3):before, 
	#slide3:checked ~ .controls label:nth-child(1):before{
		right: -15px;
	}
	
	.row-black {
	    margin: -44px -20px 76px;
	    padding: 0 40px;
		text-align:center;
	}
	.row-black .col-black {
		width: auto;
	    font-size: 16px;
    	line-height: 24px;
	}
	.row-black .col-black .description {
		display:inline-block;
		vertical-align:top;
    	position: relative;
    	padding: 10px 20px 10px 50px;
	}
	.row-black .col-black .icon {
	    font-size: 30px;
	    line-height: 30px;
		margin: -15px 0 0;
		width: 42px;
		text-align:right;
	}
	.category-row .category-holder{
		width:100%;
	}
	.menu-footer ul li,
	.menu-footer ul li:first-child{
		width:100%;
	}
	.menu-footer ul li a{padding:10px 5px;}
	.slide-gallery {padding: 0;}
	.tab-menu{margin:0;}
	.hold-tabs{margin:0 0 10px;}
}
@media (max-width: 650px) {
	.wrapper .top-list {display:none;}
	.fade-gallery .holder-img {
		margin: 0 0 10px;
	}
	.tab-menu .product-wrapper > .product-cell {width:50%;}
	.logo, #search_box{
		width:100%;
	}
	.logo a,
	.logo span{margin:0 auto;}
	.header-main .list-info{display:none;}
	.black-box .title{
		position:static;
		font-size:40px;		line-height:42px;
		display:block;
		padding:0 10px;
		width:auto;
		margin:0 0 10px;
	}
	.black-box{padding:20px 0;}
	.black-box .list-unstyled{
		-webkit-column-count: 1;
		 -moz-column-count: 1;
		 column-count: 1;
	}
	.box-categori ul li{
		width:50%;
		padding:50px 5px 39px;
	}
	.box-categori ul li:nth-child(3n){border-right:none;}
	.box-categori ul li:nth-child(2n){border-right:1px solid #f2f2f2;}
	.product-description .list-pay li{margin:0 10px 10px 0;}
	.head-bull h2{
		font-size:30px;		line-height:35px;
	}
	.head-bull .ball{display:none;}
	.head-bull{margin:0 0 20px;}
	.gray-box .hold-text{
		font-size:14px;		line-height:26px;
	}
	.gray-box .hold-text p{margin:0 0 15px;}
	.box-red .hold-image{
		position:static;
		margin:0 auto 20px;
		max-width:150px;
	}
	.box-worth{
		padding:0;
		margin:0 0 20px;
	}
	.box-worth .box-red{
		padding:20px;
		border: 2px solid #e25b50;
	}
	h4 {
		font-size: 22px;
		line-height: 24px;
		margin:0 0 25px;
	}
	.list-worth li{
		font-size:14px;		line-height:16px;
		margin:0 0 10px;
	}
	.wrapper .container.box-profil{padding:20px;}
	.box-profil .black-box{
		font-size:14px;		line-height:20px;
	}
	.wrapper p{margin:0;}
	.wrapper input[type="text"],
	.wrapper input[type="password"],
	.wrapper .text{
		padding:10px 38px 10px 13px;
		height:36px;
	}
	#search_box .search_btn{height:36px;}
	#search_box .search_btn{font-size:19px;}
	#search_box .search_btn .fa{margin:-9px 0 0;}
	.product-table {
		font-size:12px;		line-height:15px;
	}
}
@media (max-width: 500px) {
	.tab-menu .product-wrapper > .product-cell {width:100%;}	
	#footer address,
	.col .item,
	.menu-footer ul{
		margin:0 0 10px;
	}
	.col .item{width:100%;}
	.slide-gallery{
		margin: 0 -20px;
	}
	
	.gallery-list li{
		padding: 0;
	}
	.row-black{
		box-shadow: 0 0 30px rgba(0,0,0,1);
		margin: 0 -20px 35px;
		padding: 0 10px;
	}
	.row-black .col-black .icon{
		text-align:center;
	}
	.fade-gallery .thumbnail {
		width:50%;
		margin-left: -50%;
	}
	.fade-gallery  .empty-marker:nth-of-type(2):not(:empty) ~ .switcher input.open-check:nth-of-type(1):checked ~ .holder-next label:nth-of-type(2),
	.fade-gallery  .empty-marker:nth-of-type(3):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-next label:nth-of-type(3),
	.fade-gallery  .empty-marker:nth-of-type(4):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-next label:nth-of-type(4),
	.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-next label:nth-of-type(5),
	.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-next label:nth-of-type(6),
	.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-next label:nth-of-type(7),
	.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-next label:nth-of-type(8),
	.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(8):checked ~ .holder-next label:nth-of-type(9),
	.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(9):checked ~ .holder-next label:nth-of-type(10),
	.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(10):checked ~ .holder-next label:nth-of-type(11){
		display:block;
	}
}
@media (max-width: 400px) {
	.box-categori ul li{width:100%;}	
	.box-categori ul li:first-child,
	.box-categori ul li{border-right:1px solid #f2f2f2;}
}


/** Categories **/
table.v4acp {
    margin-top: 20px;
}

.lcat a.all_cats{
	width: auto !important;
}
table.v4stw{
	padding: 0;
}
.v4accent{
	display: none;
}
.lcat a.all_cats{
	display: none;
}
table.v4acp tr.v4acp_head td.v4title{
	    font-size: 16px;
    font-family: "Open Sans";
    background: #F2F1EF;
    text-align: center;
    padding: 8px 0;
}

.v4title h2{
	font-size: 16px;
    font-family: "Open Sans";
	color: #4C4C4C;
	font-weight: 400;
}

table.v4midBox{
	border: none;
}

table.v4midBox tr.v4acp_mid td.v4mid{
	background: #fff;
}

table.v4midBox tr.v4acp_mid td.v4mid{
	padding: 0;
}

.lcat .ttl,
.lcat li{
    border-bottom: 1px solid #EEEBE6;
    padding: 8px 0;
    display: block;
    position: relative;
	color: #4C4C4C;
	font-size: 14px;
	font-family: 'Open Sans';
	margin: 0 !important;
	padding-left: 15px;
}

.lcat li a:before{
    content: "\f105 ";
    font-family: "Open Sans";
    position: relative;
    margin-right: 5px;
    font-size: 18px;
    color: #acacac;
	display:none;
}
.lcat li a,
.lcat .ttl{
	color: #4C4C4C !important;
	font-weight: 300;
	text-decoration: none !important;
	transition: 0.15s all;
}



.lcat li a:hover{
	color: #660000 !important;
	transition: 0.15s all;
}


.lcat li span:before{
    content: "\f105 ";
    font-family: "Open Sans";
    position: relative;
    margin-right: 5px;
    font-size: 18px;
	display:none;
}

.lcat li span.cnt:before{
	content: "";
}
a:visited{
	color: inherit !important;
}

.link a{
	color:#e15b50 !important;
}

/** Items Search Page ***/

.details {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

table.gallery div.ttl {
padding: 10px 30px !important;
text-align: center !important;
}

.ttl.g-std a,
.ttl.g-std a:visited,
.ttl.g-std a:link,
.details .ttl a,
.details .ttl a:visited,
.details .ttl a:link{
font-family: 'Open Sans' !important;
font-size: 16px !important;
color: #333 !important;
font-weight: 300;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.ttl.g-std a:hover{
color: #e15b50 !important;
text-decoration: none !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.v4stw a:link, .v4stw .g-novisited a:visited{
	color: #89B40F !important;
}

.g-nav.center{
	font-family: "Open Sans";
	color: #4C4C4C;
	font-weight: 300;
}

.details > div {
margin: 0 auto !important;
text-align: center !important;
}

.pic.lt + .details > div {
margin: 0 auto !important;
text-align: left !important;
}

.fixed > tbody > tr > td:first-child {
display: none !important;
}

table.gallery div.saleDiv{
	padding-top: 0;
}

.fixed{
width: 120px;
display: block;
margin-right:auto;
margin-left:auto;
text-align: center;
}
.bin,
.g-b{
font-family: 'Open Sans' !important;
font-size: 20px !important;
color: #e15b50 !important;
margin:0 auto  !important;
font-weight: 300 !important;
}

.pgbc{
background-color:#f9f9f9 !important;
}

.pgbc a,
.pgbc a:visited,
.pgbc a:link{
font-family: 'Open Sans' !important;
font-weight: 400 !important;
color:#333 !important;
text-decoration: none !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.pgbc a:hover{
color:#e15b50 !important;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

table.gallery div.subtitle{
    display: none !important;
}


div.itemseparator,
table{
    border-color: #e4dfd9 !important;
}

.ctrlbr{
    background-color: #f2f1ef;
    padding-top: 20px;
    padding-bottom: 0px;
	height: 40px;
    border: none !important;
}

td#CentralArea{
    position: relative;
}
td#CentralArea span.pdmt{
    margin-bottom:-40px !important;
}

span.pdmt .cur{
    color: #444 !important;
        padding: 8px 19px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    border: 1px #DBDBDB solid !important;
    border-style: solid !important;
    font-weight: normal;
    color: inherit;
    border-bottom-color: #C4C4C4 !important;
    background-color: #F7F8F9 !important;
    background-image: linear-gradient(#F7F8F9, #ECECEC) !important;
    font-size: 15px !important;
    font-family: 'Open Sans';
}

span.pdmt .label{
    font-weight: 300 !important;
    font-family: 'Open Sans' !important;
    font-size: 16px;
    margin-left: 20px;
}
.cmpBr {
    border-style: none;
    border-bottom-color: none;
    border-top-color: none;
    border-width: 0;
    height: 0;
    background-color: none;
    background-repeat: none;
}
 .grid td.left {
    border-left: 1px solid #eee;
}

.ent-iconblock {
    display: none;
}
