@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
.wrapper{font-family: 'Lato', sans-serif;}
#header .form-link{color: #999;}
#main .table-info .price{color: #0061c8;}
#main .table-info .vat{color: #000;}
#footer a,
#footer a:link, 
#footer a:visited{color: #000;}
.advert-holder .double a{color:#000;}
.advert-holder .color a{color:#fff;}
.advert-holder .block .title{ color: #fff;}
.table-holder a,
.table-holder a:link,
.table-holder a:visited{color: #000;}
.table-holder a:hover,
.advert-holder .double a:hover{color: #0061c8;}
.advert-holder .color a:hover{color: #000;}
#header .form-link{background: #f8f8f8;}
#main .table-info{ background: #f8f8f8;}
#footer{ background: #f8f8f8;}
.table-info:before{background: #f8f8f8;}
.product-images{background: #fff;}
.descript-holder:before{background: #dfdfdf;}
.wrapper h2:before{background: #0061c8;}
.top-block:before{background: #0061c8;}
.info-holder .parent-block:after{background: #dfdfdf;}
.wrapper h4:before{background: #0061c8;}
.heading-line{background: #fff;}
.advert-holder .color{background: #0061c8;}
.advert-holder .double{background: #f8f8f8;}
.advert-holder .block .title:after{background: #1870cd;}
.advert-holder .block .box{background: #f8f8f8;}
.advert-holder .block .box .l-title:after{ background: #e1e1e1;}
.table-holder .twin-box table th:after{background: #e1e1e1;}
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	margin: 0;
	min-width: 320px;
	font-size: 14px;
	line-height: 24px;
}
.wrapper form,
.wrapper fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.wrapper input,
.wrapper button {
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	-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:link,
.wrapper a:visited {
	text-decoration: none;
}
.wrapper a:focus,
.wrapper a:hover {
	outline: none;
	outline: 0;
}
.wrapper ul {
	list-style: none;
}
.wrapper p {
	display: block;
	margin: 0 0 12px;
}
.wrapper .container {
	max-width: 1137px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
#header{
	padding: 33px 0 0;
	position: relative;
}
#header:before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
    left: -170px;
	border: 170px solid transparent;	
	border-left: 170px solid #f8f8f8; 
	border-top: 170px solid #f8f8f8;
}
#header:after{
	content: '';
	position: absolute;
	display: block;
	width: 494px;
	height: 328px;
	top: 0;
	right: 0;
	background: url(../images/header-right.png);
	z-index: -1;
}
#header .logo{
	display: block;
	float: left;
	margin: 0 79px 0 0;
	max-width: 407px;
	width: 100%;
	-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;
}
#header .logo img{
	max-width: 100%;
	width: 100%;
}
#header .logo:hover,
#footer .footer-logo img:hover{
	opacity: 0.8;
}
#header .price .text:after{content: 'Beste Preise';}
#header .quality .text:after{content: 'Top Qualität';}
#header .rocket .text:after{content: 'Schneller Versand';}
#header .award .text:after{content: '1 Monat Widerrufsrecht';}
#header .form-link{
	display: inline-block;
	vertical-align: top;
	max-width: 357px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	padding: 25px 0 21px 19px;
}
#header .form-link:after{
	content: "\f002";
	position: absolute;
	display: block;
	top: 23px;
	right: 24px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#search_listing_form{
    position: relative;
    overflow: hidden;
    max-width: 357px;
}
#s_f{
    display: inline-block;
    vertical-align: top;
    max-width: 357px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    padding: 25px 0 21px 19px;
    background: #f8f8f8;
    outline: none;
    border: none;
    color: #999;
}
#search_listing_form .btn-search{
    position: absolute;
    border: none;
    display: block;
    background: transparent;
    top: 23px;
    right: 15px;
    color: #999;
    font-size: 24px;
    line-height: 24px;
    outline: none;
}
.header-top{
	width: 100%;
	overflow: hidden;
	margin: 0 0 48px;
}
.header-bottom{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 48px;
}
.header-bottom li{
	display: inline-block;
	margin: 0 81px 0 0;
}
.header-bottom .fa{
	font-size: 16px;
	line-height: 24px;
}
.header-bottom li:last-child{margin: 0;}
.header-bottom .text{padding: 0 0 0 12px;}
.title-holder{
	padding: 0 0 0 40px;
}
.wrapper h1{
	padding: 33px 0 0;
	font-size: 44px;
	line-height: 46px;
	display: block;
	margin: 0;
}
.title-holder .subtitle{
	font-size: 24px;
	line-height: 26px;
	display: block;
    padding: 8px 0 0 0;
    font-weight: normal;
	margin: 0 0 30px;
}
#main .table-info .top-img{margin: 0 0 64px;}
#main .table-info table{margin: 0 0 90px;}
#main .table-info{
    width: 100%;
    box-sizing: border-box;
    padding: 48px 169px 60px 0;
    position: relative;
}
#main .table-info table{
    border-collapse: collapse;
    width: 100%;
}
#main .table-info td,
#main .table-info th{
    padding: 12px 0 18px;
    vertical-align: top;
    text-align: left;
    width: 50%;
    border-bottom: 2px solid #cfcfcf;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
#main .table-info th{padding-right: 35px;}
#main .table-info td{
	font-weight: bold;
	padding-left: 17px;
}
#main .table-info .price{
	font-size: 34px;
	line-height: 36px;
	font-weight: bold;
	display: block;
	margin: 0 0 2px;
}
#main .table-info .vat{display: block;}
.table-info:before{
	content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000px;
    height: 100%;
}
#main .pay-list{
	padding: 30px 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
#main .pay-list li{
	margin: 0 40px 0 0;
	display: inline-block;
}
.descript-holder{
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    margin: 0 0 52px;
}
.descript-holder:before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 95px;
    left: 1px;
}
.descript-holder:after{
    content: '';
    background: url(../images/content-block-after.png) no-repeat;
    width: 113px;
    height: 106px;
    position: absolute;
    top: 9px;
    right: 0px;
}
.wrapper h2{
	font-size: 36px;
	line-height: 43px;
    font-weight: 700;
    position: relative;
    margin: 0 0 86px;
    padding: 0 120px 0 0;
}
.wrapper h2:before{
    content: '';
    display: block;
    width: 62%;
    height: 4px;
    position: absolute;
    top: 24px;
    left: 256px;
    z-index: -1;
}
.descript-holder .heading-line{padding: 0 42px 0 0;}
.descript-holder .block{
    box-sizing: border-box;
    padding: 0px 59px 0 59px;
    font-size: 16px;
    line-height: 24px;
}
.descript-holder .block .info-box{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 45px 0 40px;
}
.descript-holder .block .info-box p img {
	display:block;
	width:100%;
	height:auto;
	max-width: 800px;
}
.descript-holder .block .frst{
	margin: 0 0 53px;
}
.descript-holder strong{
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 0 0 13px 98px;
}
.descript-holder p{
    margin: 0 0 24px;
}
.descript-holder .block .image-box{
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 17px;
}
.descript-holder .block .image-box img{
	max-width: 501px;
	width:100%;
}
.descript-holder .block .info-box ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.descript-holder .block .info-box ul li{
    margin: 0 0 12px;
    position: relative;
}
.descript-holder .block .info-box ul li:before{
    content: '';
    background: url(../images/li-before.png) no-repeat;
    width: 11px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: -19px;
}
.info-holder{
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 22px 0 0 0;
}
.info-holder:after{
    content: '';
    background: url(../images/info-block-after.png) no-repeat;
    width: 106px;
    height: 106px;
    position: absolute;
    top: 9px;
    right: 0px;
}
.top-block{
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 53px;
	margin: 0 0 91px;
}
.top-block:before{
    content: '';
    display: block;
    max-width: 954px;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 24px;
    left: 2px;
    z-index: -1;
}
.top-block .title{
    max-width: 249px;
    width: 100%;
    display: block;
    background: #fff;
    margin: 0 0 0 73px;
    z-index: 1;
    padding: 0 24px 0 26px;
}
.top-block .title img{
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
.info-holder .parent-block{
    overflow: hidden;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 68px 0 96px;
}
.info-holder .parent-block:after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 23px;
    right: 0px;
}
.info-holder .parent-block .block{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 29px 0 2px;
    font-size: 16px;
    line-height: 24px;	
}
.wrapper h3{
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 23px 0;	
}
.info-holder .parent-block .block strong{
    display: block;
    margin: 0 0 12px;	
}
.info-holder .parent-block .block p{
	
}
.info-holder .parent-block .block ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 700;
}
.info-holder .parent-block .block ul li{
	position: relative;
	margin: 0 0 12px;
}
.info-holder .parent-block .block ul li:before{
    content: '';
    background: url(../images/li-before.png) no-repeat;
    width: 11px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: -20px;	
}
.info-holder .parent-block .block:last-child{
	padding-top: 36px;
}
.article-holder{
    width: 100%;
    overflow: hidden;
    margin: 0 0 165px;
}

.wrapper h4{
    font-size: 35px;
    line-height: 40px;
    position: relative;
    text-align: center;
    margin: 0 0 69px;
}
.wrapper h4:before{
    content: '';
    display: block; 
    width: 100%;
    z-index: -1;
    height: 4px;
    position: absolute;
    top: 23px;
    left: 2px;
}
.heading-line{padding: 0 42px;}
.article-holder .hold-img{
    text-align:right;
    position: relative;
    min-height: 430px;
    padding: 173px 0 0 150px;
    box-sizing: border-box;
}
.article-holder .hold-img .first-img{
    max-width: 415px;
    width: 100%;
    margin: auto;
    display: block;
}
.article-holder .hold-img img {
    display:block;
    width:100%;
    height: auto;
    max-width: 420px;
}
.img-cover{
    position: absolute;
    left: -21px;
    top: 0;
}
.article-holder .block{
    box-sizing: border-box;
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
}
.article-holder .l-side .info-box{
    box-sizing: border-box;
    padding: 0 120px 0 1px;
}
.article-holder .l-side .photo{
    position: relative;
    margin: 0 0 80px;
}
.article-holder .l-side .photo:before{
    content: '';
    position: absolute;
    overflow: hidden;
    background: url(../images/green-blur.jpg);
    width: 633px;
    height: 494px;
    z-index: -1;
    top: -70px;
    left: -20px;
}
.article-holder .l-side .photo img{
    max-width: 424px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;   	
}
.article-holder .r-side .info-box{
    box-sizing: border-box;
    padding: 12px 101px 0 15px;
    margin: 0 0 90px;
}
.article-holder .r-side .double-photo{
	position: relative;
	width: 100%;
}
.article-holder .r-side .double-photo:before {
    content: '';
   	background: url(../images/article-shadow.png) no-repeat;
    width: 629px;
    height: 484px;
    position: absolute;
    top: -85px;
    left: -130px;
    z-index: -1;    	
}
.article-holder .r-side .double-photo .frst-img{
    margin: 14px 0 0 -117px;
    overflow: hidden;
    width: 100%;	
}
.advert-holder{
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 40px;
}
.advert-holder .block{
    float: left;
    box-sizing: border-box;	
    min-height: 389px;
    overflow: hidden;
}
.advert-holder .color{
    padding: 37px 0px 0px 38px;
    position: relative;
    width: 51.1%;
    overflow: hidden;
}
.advert-holder .color .s-twin{
    box-sizing: border-box;
    width: 34.4%;
    float: left;
}
.advert-holder .color .l-twin{
    box-sizing: border-box;
    width: 65.6%;
    padding: 7px 0 0 0;
    font-size: 0;
    position: absolute;
    line-height: 0;
    bottom: 0;
    right: -25px;
}
.advert-holder .color .l-twin img{
    width: 100%;
    max-width: 356px;
    margin: 0;   
}
.advert-holder .double{
	width: 48.8%;
	float:right;	
}
.advert-holder .block .title{
    font-size: 34px;
    line-height: 40px;
    display: block;
    margin: 0 0 45px;
    font-weight: 600;
    position: relative;
}
.advert-holder .block .title:after{
    content: '';
    width: 95%;
    height: 1px;
    position: absolute;
    top: 52px;
    left: 2px;
}
.advert-holder .color ul{
    margin: 0;
    padding: 0 21px 0 2px;
}
.advert-holder .block .box{
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #fff;
    padding: 46px 0 0px 38px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}
.advert-holder .block .box .l-title{
	font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    display: block;
    margin: 0 0 48px;
    position: relative;
}
.advert-holder .block .box .l-title:after{
    content: '';
    width: 100%;
    max-width: 194px;
    height: 1px;
    position: absolute;
    top: 43px;
    left: 3px;
}
.advert-holder .block .box ul{
    padding: 0 0 0 3px;
    margin: 0;
}
.advert-holder .double .left .img-holder,
.advert-holder .double .right .img-holder{
	overflow: hidden;
	box-sizing: border-box;
	width: 100%
}
.advert-holder .double .left .img-holder{padding: 0 0 0 1px;}
.advert-holder .double .left img{
    width: 100%;
    max-width: 148px;	
}
.advert-holder .double .left ul{margin: 0 0 48px;	}
.advert-holder .double .right ul{margin: 0 0 24px;	}
.table-holder{
	overflow: hidden;
	width: 100%;
    margin: 0 0 109px;
}
.table-holder a,
.advert-holder .color a,
.advert-holder .double a,
.advert-holder a:link,
.advert-holder a:visited{
    -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;
}
.table-holder .twin-box{
    box-sizing: border-box;
    width: 16.4%;
    display: inline-block;
    vertical-align: top;
    padding: 0 11px 0 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.table-holder .twin-box table{
    width: 100%;
}
.table-holder .twin-box table th{
    text-align: left;
    position: relative;
    margin: 0 0 49px;
    font-size: 16px;
    line-height: 16px;
    display: block;	
}
.table-holder .twin-box table th:after{
    content: '';
    width: 100%;
    max-width: 148px;
    height: 1px;
    position: absolute;
    top: 34px;
    left: 1px;   
}
#footer{
	width: 100%;
	padding: 60px 0 0;
	overflow: hidden;
}
#footer .box-holder{
    width: 100%;
    overflow: hidden;
}
#footer .footer-logo{
	float: left;
	margin: 0 81px 0 0;
}
#footer .footer-logo a{
	display: block;
	margin: 0 0 30px;
}
#footer .copyright{
	float: left;
	padding: 18px 0 0;
	font-size: 12px;
	line-height: 18px;
}
#footer .right{
	float: right;
	margin: 0 110px 0 0;
}
#footer .right ul{
	padding: 22px 0 0;
	margin: 0;
}
#footer .right li{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 80px 0 0;
}
#footer .right li:last-child{margin: 0;}
/* start menu */
#nav{
	width: 100%;
	position: relative;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0 0 24px;
}
#nav:after{
	content: '';
	display: block;
	position: absolute;
	background: #0061c8;
	width: 100%;
	height: 4px;
	bottom: -1px;
}
#nav .toogle-menu {
	z-index:61;
	width:40px;
	height:17px;
	text-indent:-99999px;
	position:relative;
	cursor: pointer;
	display:none;
	padding: 0 35px 0 0;
	font-size:14px;
	line-height:16px;
	color: #fff;
}
#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;}
#nav .open-check {
    display: none;
}
#topnav{
	width: 100%;
	margin: 0;
	padding: 0;
    font-size: 0;
    line-height: 0;
}
#topnav li{
	display: inline-block;
    vertical-align: top;
    margin: 0 23px 0 0;
    position: relative;
    font-size: 13px;
    line-height: 15px;
}
#topnav li:last-child{margin-right: 0;}
#topnav li a,
#topnav li a:link, 
#topnav li a:visited{
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	-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:hover a{color: #0061c8;}
#threendy_copyright{ margin: 0 0 20px; }
 /*product gallery*/
.product-box {
	position:relative;
    width: 100%;
    margin: 0 auto 70px;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.product-images {
	float:right;
	width: 54%;
}
.product-description {
	width:46%;
	float: left;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	position: relative;
}
.open-check {display:none;}
.product-box:after {
	content:'';
	display:block;
	clear:both;
}
.fade-gallery {
	margin: 0 0 20px;
	font-size:0px;
	line-height:0px;
	white-space: nowrap;
	position:relative;
	text-align:center;
}
.fade-gallery .thumbnail-hold-img {
	overflow:hidden;
	width:100%;
}
.fade-gallery label {cursor:pointer;}
.switcher .thumbnail {
	display: none;
	width: 30px;
	text-align:center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 10px;
}
.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: #4f5249;
	width:28px;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fade-gallery label.prev,
.fade-gallery label.next {
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
}
.switcher {
	position:relative;
	white-space: normal;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding: 3px 15px 0;
}
.fade-gallery label.prev  {
	right: auto;
	left: 0;
}
.fade-gallery .hold-img .fa{
	font-size:100px;
	color: #e9f01d;
}
.thumbnail label {
	height:10px;
	width:10px;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	background: #e5e5e5;
}
.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;
	position:relative;
	height: 500px;
	text-align:center;
	margin: 0 0 36px;
}
.fade-gallery .holder-img img {
	margin:0 auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	left:-99999px;
	opacity:1;
	-webkit-transition: max-height .2s ease-in-out;	
	-moz-transition: max-height .2s ease-in-out;	
	-ms-transition: max-height .2s ease-in-out;	
	-o-transition: max-height .2s ease-in-out;	
	transition: max-height .2s ease-in-out;
}
.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:0;
}
.thumbnail:hover label,
.fade-gallery > .open-check:nth-of-type(1):checked ~ .switcher-holder .thumbnail:nth-of-type(1) label,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .switcher-holder .thumbnail:nth-of-type(2) label,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .switcher-holder .thumbnail:nth-of-type(3) label,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .switcher-holder .thumbnail:nth-of-type(4) label,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .switcher-holder .thumbnail:nth-of-type(5) label,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .switcher-holder .thumbnail:nth-of-type(6) label,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .switcher-holder .thumbnail:nth-of-type(7) label,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .switcher-holder .thumbnail:nth-of-type(8) label,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .switcher-holder .thumbnail:nth-of-type(9) label,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .switcher-holder .thumbnail:nth-of-type(10) label,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .switcher-holder .thumbnail:nth-of-type(11) label,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .switcher-holder .thumbnail:nth-of-type(12) label,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .switcher-holder .thumbnail:nth-of-type(13) label,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .switcher-holder .thumbnail:nth-of-type(14) label,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .switcher-holder .thumbnail:nth-of-type(15) label {
	background: #0061c8;
}
.fade-gallery label[for="modal"] {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	font-size: 14px;
	line-height: 18px;
}
.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;}
.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;
	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: 26px;
	position:absolute;
	top:50%;
	left: 50%;
	margin: -13px 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: #6b717a;
}
.fade-gallery .close {
	position:absolute;
	display:none;
	top:-38px;
	z-index:2;
	right:0;
	width:30px;
	height:30px;
	font-size:14px;
	line-height: 30px;
	text-align:center;
	border: 1px solid #343941;
	color:#343941;
	text-align:center;
	-webkit-border-radius: 50% ;
	-moz-border-radius: 50% ;
	border-radius: 50% ;
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}
.fade-gallery .close .fa {
	line-height: 28px;
}
.fade-gallery .close:hover{ background: rgba( 0, 0, 0, 0.1);} 
.fade-gallery > .empty-marker {
	position:absolute;
	top: -99999px;
	left: -99999px;
}
.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(1):checked ~ .holder-next label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(2):checked ~ .holder-next label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(3):checked ~ .holder-next label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(4):checked ~ .holder-next label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(5):checked ~ .holder-next label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(6):checked ~ .holder-next label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(7):checked ~ .holder-next label:nth-of-type(8),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher-holder .switcher input.open-check:nth-of-type(8):checked ~ .holder-next label:nth-of-type(9){
	display:block;
}
.fade-gallery  .empty-marker:nth-of-type(1):not(:empty) ~ .switcher-holder .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-holder .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-holder .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-holder .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-holder .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-holder .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-holder .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-holder .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-holder .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-holder .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-holder .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-holder .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 .title-holder {
	visibility: hidden;
}
#main .open-modal:checked ~ .product-box .fade-gallery .holder-img img {
	-webkit-transform: translateY(-50%), scale(1.5);
	-moz-transform: translateY(-50%) scale(1.5);
	-ms-transform: translateY(-50%) scale(1.5);
	-o-transform: translateY(-50%) scale(1.5);
	transform: translateY(-50%) scale(1.5);
}
#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);
}
#main .open-modal:checked ~ .product-box .gall-next{right: 0;}
#main .open-modal:checked ~ .product-box .gall-prev{left: 0;}
.fade-gallery .gall-prev,
.fade-gallery .gall-next {
	width: 40px;
	height: 60px;
	position:absolute;
	top: 50%;
	left: -75px;
	margin: -30px 0 0;
	z-index:3;
}
.fade-gallery .gall-next {
	left: auto;
	right: 0;
	-webkit-transition: right .2s ease-in-out;
	-moz-transition: right .2s ease-in-out;
	transition: right .2s ease-in-out;
}
.fade-gallery .gall-prev label,
.fade-gallery .gall-next label {
	display:none;
	width: 40px;
	height: 60px;
	-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 .gall-prev label:hover,
.fade-gallery .gall-next label:hover {opacity:0.8;}
.fade-gallery .gall-prev label .fa,
.fade-gallery .gall-next label .fa {
	font-size:80px;
	line-height:82px;
	color:#ccc;
}
/*
.fade-gallery > .open-check:nth-of-type(1):checked ~ .holder-img .gall-next label:nth-of-type(2),
.fade-gallery > .open-check:nth-of-type(2):checked ~ .holder-img .gall-next label:nth-of-type(3),
.fade-gallery > .open-check:nth-of-type(3):checked ~ .holder-img .gall-next label:nth-of-type(4),
.fade-gallery > .open-check:nth-of-type(4):checked ~ .holder-img .gall-next label:nth-of-type(5),
.fade-gallery > .open-check:nth-of-type(5):checked ~ .holder-img .gall-next label:nth-of-type(6),
.fade-gallery > .open-check:nth-of-type(6):checked ~ .holder-img .gall-next label:nth-of-type(7),
.fade-gallery > .open-check:nth-of-type(7):checked ~ .holder-img .gall-next label:nth-of-type(8),
.fade-gallery > .open-check:nth-of-type(8):checked ~ .holder-img .gall-next label:nth-of-type(9),
.fade-gallery > .open-check:nth-of-type(9):checked ~ .holder-img .gall-next label:nth-of-type(10),
.fade-gallery > .open-check:nth-of-type(10):checked ~ .holder-img .gall-next label:nth-of-type(11),
.fade-gallery > .open-check:nth-of-type(11):checked ~ .holder-img .gall-next label:nth-of-type(12) {
	display:block;
}
*/
.fade-gallery > .open-check:nth-of-type(2):checked ~ .holder-img .gall-prev label:nth-of-type(1),
.fade-gallery > .open-check:nth-of-type(3):checked ~ .holder-img .gall-prev label:nth-of-type(2),
.fade-gallery > .open-check:nth-of-type(4):checked ~ .holder-img .gall-prev label:nth-of-type(3),
.fade-gallery > .open-check:nth-of-type(5):checked ~ .holder-img .gall-prev label:nth-of-type(4),
.fade-gallery > .open-check:nth-of-type(6):checked ~ .holder-img .gall-prev label:nth-of-type(5),
.fade-gallery > .open-check:nth-of-type(7):checked ~ .holder-img .gall-prev label:nth-of-type(6),
.fade-gallery > .open-check:nth-of-type(8):checked ~ .holder-img .gall-prev label:nth-of-type(7),
.fade-gallery > .open-check:nth-of-type(9):checked ~ .holder-img .gall-prev label:nth-of-type(8),
.fade-gallery > .open-check:nth-of-type(10):checked ~ .holder-img .gall-prev label:nth-of-type(9),
.fade-gallery > .open-check:nth-of-type(11):checked ~ .holder-img .gall-prev label:nth-of-type(10),
.fade-gallery > .open-check:nth-of-type(12):checked ~ .holder-img .gall-prev label:nth-of-type(11) {
	display:block;
}



.fade-gallery  .empty-marker:nth-of-type(2):not(:empty) ~ .open-check:nth-of-type(1):checked ~ .holder-img .gall-next label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(3):not(:empty) ~ .open-check:nth-of-type(2):checked ~ .holder-img .gall-next label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(4):not(:empty) ~ .open-check:nth-of-type(3):checked ~ .holder-img .gall-next label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .open-check:nth-of-type(4):checked ~ .holder-img .gall-next label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .open-check:nth-of-type(5):checked ~ .holder-img .gall-next label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .open-check:nth-of-type(6):checked ~ .holder-img .gall-next label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .open-check:nth-of-type(7):checked ~ .holder-img .gall-next label:nth-of-type(8),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .open-check:nth-of-type(8):checked ~ .holder-img .gall-next label:nth-of-type(9),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .open-check:nth-of-type(9):checked ~ .holder-img .gall-next label:nth-of-type(10),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .open-check:nth-of-type(10):checked ~ .holder-img .gall-next label:nth-of-type(11),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .open-check:nth-of-type(11):checked ~ .holder-img .gall-next label:nth-of-type(12){
	display:block;
}
.fade-gallery  .empty-marker:nth-of-type(1):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(1),
.fade-gallery  .empty-marker:nth-of-type(2):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(3):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(4):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(8),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(9),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(10),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(11),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher-holder .switcher .thumbnail:nth-of-type(12) {
	display:inline-block;
	vertical-align:top;
}
/* the end  */
/*slider*/

.slide-gallery {
	text-align: center;
	position:relative;
	color: #373735;
	margin: 0 0 100px;
}
.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.3%;
	float: left;
	position:relative;
	padding: 12px 0 0 !important;
	margin: 0 !important;
	background: #f8f8f8;
	font-size:18px;
	line-height:20px;
	color: #fff;
}
.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;
}

.gallery-list li .title-holder {
	position:absolute;
	top: 40px;
    left: 0;
	z-index: 3;
	color: #000; 
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.gallery-list li .title-holder .title {
	padding: 0;
	display:block;
	font-size:36px;
	line-height:38px;
    margin: 0 0 23px;
}
.gallery-list li .title-holder .hold-btn {
	padding: 6px 0 0;
}
.gallery-list li .title-holder .btn {
	display:inline-block;
	vertical-align:top;
	padding: 7px 10px;
	background: #ededef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-align:center;
	-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;
}
.gallery-list li .title-holder .btn:hover {
	background: #d5d5d5;
	color: #333;
}
/* start autoplay */
.autoplay {
	position:absolute;
	right:0;
	bottom: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 switchers */
.switchers {
	text-align: center;
	position:absolute;
	bottom: -37px;
	left:0;
	width:100%;
}
.switchers label {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
    background: #e5e5e5;
}
.switchers label:hover {
	background: #0061c8;
}
#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: #0061c8;
}
#auto1:checked ~ .switchers label:nth-child(1),
#auto2:checked ~ .switchers label:nth-child(2),
#auto3:checked ~ .switchers label:nth-child(3) {
	animation: switch1 30000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(2),
#auto2:checked ~ .switchers label:nth-child(3),
#auto3:checked ~ .switchers label:nth-child(1) {
	animation: switch2 30000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(3),
#auto2:checked ~ .switchers label:nth-child(1),
#auto3:checked ~ .switchers label:nth-child(2) {
	animation: switch3 30000ms infinite;
}

@keyframes switch1 {
	0%, 30%, 100%	{ background:#0061c8; }
	33%, 60%	{ background: #e5e5e5; }
	63%, 90%	{ background: #e5e5e5; }
}
@keyframes switch2 {
	0%, 30%, 100%	{ background:#e5e5e5; }
	33%, 60%	{ background:#0061c8; }
	50%, 70%	{ background:#e5e5e5; }
}
@keyframes switch3 {
	0%, 30%, 100%	{ background:#e5e5e5; }
	33%, 60%	{ background:#e5e5e5; }
	63%, 90%	{ background:#0061c8; }
}
.pause {
	position:absolute;
	right:0;
	bottom: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: 44px;
	position:absolute;
	top: 50%;
	margin: -22px 0 0;
	left:0;
}
.controls label { 
	display: none;
	cursor:pointer;
	height: 44px;
	width: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	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) {
	display: block;
    position: absolute;
    right: -79px;
}
#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 {
	content: '';
	position:absolute;
    top: 0;
    right: 0;
	border: 26px solid transparent;
    border-left: 26px solid #0061c8;
}
#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) {
	display: block;
    position: absolute;
    left: -79px;
}
#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 {
	content: '';
	position:absolute;
	top: 0;
	left:0;
	border: 26px solid transparent;	
	border-right: 26px solid #0061c8;
}
.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;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*end slider*/
#topnav > li > label, #topnav .children > li > label {display: none;}
#topnav .children {
    text-align: left;
    background: #0061c8;
    position: absolute;
    top: 35px;
    left: 0;
    width: 250px;
    list-style: none;
    padding: 15px 10px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
    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;
}
#topnav .children li{
    float: none;
    display: block;
    margin: 0 0 12px;
}
#topnav .children li a{
    display: block;
    margin: auto;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}
#topnav .children li a:hover{text-decoration: underline;}
#topnav > li {
    padding: 0 0 23px;
}
#topnav > li:hover .children{
        opacity:1;
        visibility: visible;
}
@media (max-width: 1450px){
	#header:after{width: 380px;}
    #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) {
        display: block;
        position: absolute;
        right: -15px;
    }
    #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) {
        display: block;
        position: absolute;
        left: -15px;
    }
}
@media (max-width: 1200px){
    #topnav li{
        font-size: 12px;
        line-height: 13px;
        margin: 0 10px 0 0;
    }
    #nav:after{bottom: 0;}   
}
@media(max-width: 1024px){
    #main .open-modal:checked ~ .product-box .title-holder {
        visibility: visible;
    }
    .gallery-list li .title-holder{top: 10px;}
    .gallery-list li .title-holder{
        position: relative;
        text-align: center;
        margin: 0 0 30px;
    }
    .gallery-list li .title-holder .title{margin: 0 0 10px;}
    #threendy_copyright{text-align: center;}
	.top-block:before { width: 84%;}
    .article-holder .r-side .info-box {
        padding: 12px 35px 0 50px;
        margin: 0 0 30px;
    }
    .advert-holder .double { background: #f8f8f8;}
    .advert-holder .block .box .l-title:after {width: 90%;}
	#header:after{display: none;} 
	#main .pay-list{text-align: center;}
	#header .logo{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.header-top{ margin: 0 0 15px;}
	.header-bottom{
		font-size: 15px;
		line-height: 17px;
		margin: 0 0 10px;
	}
	.wrapper h1{padding: 5px 0 0;}
	.title-holder{padding: 0;}
	.header-bottom li{
		display: block;
		margin: 0 0 20px
	}
    .slide-gallery{padding: 20px 0 0;}
    #search_listing_form{max-width: 100%;}
    #search_listing_form .btn-search{
        top: 8px;
        right: 8%;
    }
	#header .form-link,
    #s_f{
		max-width: 90%;
	    padding: 10px 0 11px 19px;
		display: block;
		margin: auto;
	}
	#header .form-link:after{top: 8px;}
	.product-box{margin: 0 0 20px;}
	.wrapper h1,
	.title-holder .subtitle{text-align: center;}
	#main .table-info{background: #f8f8f8;}
	#main .table-info .top-img{margin: 0;}
	#main .table-info{padding: 20px;}
	#main .table-info table{margin: 0 0 30px;}
	#footer .right ul{padding: 10px 0 0;}
	#footer{
        font-size: 12px;
        line-height: 18px;
        padding: 20px 0 0 0;
    }
	#footer .footer-logo a{margin: 0 0 10px;}
	#footer .footer-logo,
	#footer .right,
	#footer .copyright{
	    display: block;
	    margin: auto;
	    text-align: center;
	    float: none;
	}
	.product-images,
	.product-description {
		float: none;
		width:100%;
		margin:0 0 20px;
	}
	.product-box .open-modal:checked ~ .product-description {position:relative;}
	.fade-gallery .holder-img,
	#main .open-modal:checked ~ .product-box .fade-gallery .holder-img {height: 400px;}
	#main .open-modal:checked ~ .product-box .fade-gallery .close {display: none;}
	#main .open-modal:checked ~ .product-box .fade-gallery label[for="modal"] > span:first-child,
	.fade-gallery label[for="modal"] > span:first-child {display:none;}
	#main .open-modal:checked ~ .product-box .product-description {
		position:static;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	#main .open-modal:checked ~ .product-box .fade-gallery .holder-img img {
		-webkit-transform: translateY(-50%) scale(1);
		-moz-transform: translateY(-50%) scale(1);
		-ms-transform: translateY(-50%) scale(1);
		-o-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
	.product-box {padding: 15px 10px 5px;}
	.fade-gallery .gall-prev{left: 0;}
	#nav{ 
		background: #0061c8;
		margin: 0 0 20px;
	}
	#nav .hold-toogle{padding: 20px;}
	#nav:after{ display: none;}
	#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;
	}
	.menu-holder {
		position:fixed;
		top:0;
		right:-300px;
		height: 100%;
		overflow:hidden;
		overflow-y:auto;
		width: 280px;
		background: #0061c8; 
		z-index: 1005;
		-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:hover > a,
	#topnav > li.active > a,
    #topnav > li:hover > label,
    #topnav .children > li:hover{
		color: #fff !important;
		background: #000;
	}
	#topnav .children > li > label.back-label,
	#topnav .children2 li label.back-label {padding: 15px 10px 15px 30px;}
	#topnav .children > li > a {
        text-align: left;
		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;
	}
	#topnav > li > a:hover {
		color: #575757;
	}
	#header #topnav > li > .open-check + a,
	#header .children > li > .open-check + a {display:none;}
	#nav .close-menu {
		display:block;
		padding: 14px 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: -2px 0 0;
	}
	#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: 43px;
		bottom:0;
		margin: 0;
		z-index:20;
		background: #0061c8;
		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 .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  */
	.descript-holder .block {
    	padding: 0px 10px 0 10px;
    }
    .descript-holder .block .info-box {
    	padding: 0 10px 0 28px;
	}
    .wrapper h2:before {
        width: 56.6%;
    }
	.info-holder .parent-block {
    	padding: 0 25px 0 25px;
	}
    .article-holder .block{
        width: 100%;
        float: none;
    }
    .article-holder .hold-img{padding: 0;}
    .article-holder .hold-img img{margin: auto;}
    .article-holder .r-side .info-box{padding: 12px 15px;}
    .article-holder .r-side .double-photo:before,
    .article-holder .l-side .photo:before{display: none;}
    .article-holder .hold-img .img-cover,
    .article-holder .hold-img .first-img{
        position: static;
        margin: 0 auto 30px;
    }
    .article-holder .l-side .info-box{padding: 0 20px;}
    .article-holder .l-side .photo img {
        margin: auto;
        display: block;
        width: 100%;
    }
    .wrapper h4{margin: 0 0 30px;}
    .article-holder{margin: 0 0 10px;}
    .article-holder .l-side .photo{margin: 0 0 30px;}
    .table-holder {	margin: 0 0 41px;}
}
@media(max-width: 900px){
	.info-holder .parent-block .block {
    	width: 100%;
	}
	.info-holder .parent-block .block:last-child {
    	padding-top: 10px;
	}
   .wrapper h2:before {
        width: 48%;
    }
    .table-holder .twin-box {
        width: 32.9%;
        margin: 0 0 15px;
    }
    .advert-holder .double,
    .advert-holder .color{
        float: none;
        width: 100%;
    }
    .advert-holder .color .l-twin img {
        width: 96%;
        max-width: none;
}
@media (max-width: 767px) {
	.descript-holder .block {
	    width: 100%;
	    margin: 0 0 25px;
	}
	.descript-holder .block .image-box {text-align: center;}
	.descript-holder strong {margin: 0 0 13px 38px;}
    .descript-holder:after {display: none;}
    .wrapper h2:before { width: 65%;}
    .info-holder:after {display: none;}   
    .top-block:before {width: 100%;}   
}
@media (max-width: 500px) {
	.wrapper h2:before {display: none;}
    .top-block:before { display: none;}
    .top-block {margin: 0 0 50px;}
    .table-holder .twin-box {width: 47.7%;}
    .top-block .title{margin: 0;}
    .advert-holder .color .s-twin,
    .advert-holder .color .l-twin {
        width: 100%;
        float: none;
    }
    .advert-holder .color{
    	text-align: center;
    	padding: 36px 10px 26px 10px;
    	min-height: unset;
    }
    .advert-holder .block .box {
        width: 100%;
        float: none;
        padding: 30px 10px 0px 10px;
        text-align: center;
        border:none;
    }
    .advert-holder .block .box .l-title:after {
        width: 100%;
        max-width: none;
    }
    .advert-holder .color .l-twin img { display: none;}
	.fade-gallery .gall-prev label .fa, 
	.fade-gallery .gall-next label .fa{
		font-size: 50px;
		line-height: 52px;
	}
	.fade-gallery .gall-prev{left: -15px;}
	.fade-gallery .gall-next{right: -15px;}
	.switcher .thumbnail {width: 20px;}
	.fade-gallery .holder-img {margin: 0 0 5px;	}
	.wrapper h1 {
		font-size:30px;		line-height:35px;
	}
	.wrapper h2 {
		padding:0;
		margin: 0 0 20px;
	}
	.descript-holder .heading-line {
		padding:0;
	}
	.descript-holder {padding:0;}
}
@media(max-width: 350px){
    .table-holder .twin-box {width: 100%;}
    .table-holder {margin: 0 0 15px;}
}