*{
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-size:16px;
	line-height:24px;
	color:#9d9d9d;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	font-family: 'Old Standard TT', serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}

.container{
	width:1200px;
	margin:0 auto;
	padding:0 15px;
	position:relative;
	z-index:3;
}
.one-third{
	width:33.33%;
	float:left;
	height:auto;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right!important;
}
.half{
	width:50%;
	float:left;
	height:auto;
}
.text-center{
	text-align:center;
}
.main-wrapper{
	width:100%;
	float:left;
	height:auto;
}

/*======================= Header =====================*/
.header-wrapper {
	width:100%;
	float:left;
	height:auto;
	background:url(images/top-bg.jpg) repeat top center;
	padding-top:68px;
}
.header-content{
	width:100%;
	float:left;
	height:auto;
	margin-bottom: -17px;
}
.header-left{
	width: auto;
    float: left;
    height: auto;
    z-index: 999;
}
.header-right{
	width:100%;
	float:right;
	height:auto;
}

/*======================== Menu Design ==================*/
.logo-container {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    z-index: 999;
    width: 154px;
    background: #0c323d;
    text-align: center;
    border-radius: 40px;
    padding: 22px 0 12px;
}
.menu-container{
	width:100%;
	float:right;
	height:auto;
	padding:0px 0 0px;
	position:relative;
}
#menu-switcher, 
.navbar-header > label,
.switch {
    display: none;
}
.menu-container label::before {
    border-bottom: 2px solid #a97a50;
    box-shadow: 0 5px 0 0 #a97a50, 0 0 0 0 inset, 0 -5px 0 0 #a97a50;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.switch{
	width:100%;
	float:left;
	height:auto;
	min-height:45px;
	position:relative;
	top:0;
}
.menu-container label {
    background: #fff none repeat scroll 0 0 !important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute !important;
    right: 0;
    top: 4px;
    width: 40px;
    z-index: 9999;
	border:1px solid #a97a50;
}
ul.left-info li{
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	color:rgba(255,255,255,0.75);
	padding-left:85px;
	position:relative;
}
.text-right{
	text-align:right!important
}

#navbar{
	width: 100%;
    float: right;
    height: 42px;
}
#navbar ul.menu-items.pull-left {
    width: auto;
    float: left;
	margin-left:-20px;
}
#navbar ul.menu-items.pull-right {
    width: auto;
    float: right;
	margin-right:-20px;
}
#navbar ul li{
	float:left;
	margin-right:40px;
}
#navbar ul li:last-child{
	margin:0;
}
#navbar ul.menu-left li:last-child{
	margin:0;
}
#navbar li a{
	font-size:18px;
	color:#fff;
	display:inline-block;
	font-weight:400;
	padding:11px 20px;
	position:relative;
	line-height:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-items li{
	display:inline-block;
	margin-left:0px;
}
.menu-items li:first-child{
	margin:0;
}

#navbar .pull-left li:first-child{
	margin-left:0;
}
#navbar .pull-right{
	float:right;
	text-align:left;
}
#navbar .pull-right li{
	margin-right:23px;
}
#navbar .pull-right li:last-child{
	margin-right:0;
}
.menu-container #navbar{
	position:relative;
	z-index:99;
}
.header-block{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.support-items{
	width:100%;
	float:left;
	height:auto;
	padding:15px 0 0;
}
.support-items ul li{
	width: auto;
    float: left;
    padding: 0px 134px 0 0;
    text-align: center;
    background: url(images/support-bg.png) no-repeat right center;
    margin-right: 20px;
}
.support-items ul li:last-child{
	padding:0;
	background:none;
	margin:0;
}
.support-block{
	width:100%;
	float:left;
	height:auto;
	padding:17px 0 17px;
}
.support-block ul li{
	float:left;
}
.support-block ul li .item-inner{
	text-align:left;
	font-size:18px;
	color:#fff;
	font-weight:300;
	line-height:21px;
	font-family:'Oswald', sans-serif;
}
.support-block ul li .item-inner strong {
	font-family:'Oswald', sans-serif;
	font-weight:500;
	color:#fff;
}

/*======================= Slider ===============================================*/

#slider{
  width:100%;
  height:400px;
  position:relative;
  overflow:hidden;
  margin:30px 0 0;
  float:left;
}
.slider-wrapper{
	width:100%;
	float:left;
	height:100%;
	overflow:hidden;
	position:relative;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:500%;
  height:100%;
  position:relative;
  -webkit-animation:slide 21s infinite;
  -moz-animation:slide 21s infinite;
  animation:slide 21s infinite;
}
.slider{
  width:20%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:auto;
}
.slide img{
  width:100%;
  height:auto;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:auto;
}


/* Contents */
.banner-inner{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:100%;
  height:auto;
  float:left;
  position:relative;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-animation:content-s 7s infinite;
  -moz-animation:content-s 7s infinite;
  animation:content-s 7s infinite;
  max-width:700px;
  padding:0 50px;
}
/* Animation */
@-webkit-keyframes slide{
  0%{
    margin-left:0%;
  }
  28%{
    margin-left:0%;
  }
  33%{
    margin-left:-100%;
  }
  55%{
    margin-left:-100%;
  }
  66.33%{
    margin-left:-200%;
  }
  85%{
    margin-left:-200%;
  }
  95%{
    margin-left:-200%;
  }
  100%{
  	margin-left:-400%;
  }
}
@-moz-keyframes slide{
   0%{
    margin-left:0%;
  }
  28%{
    margin-left:0%;
  }
  33%{
    margin-left:-100%;
  }
  55%{
    margin-left:-100%;
  }
  66.33%{
    margin-left:-200%;
  }
  85%{
    margin-left:-200%;
  }
  95%{
    margin-left:-200%;
  }
  100%{
  	margin-left:-400%;
  }
}
@keyframes slide{
   0%{
    margin-left:0%;
  }
  28%{
    margin-left:0%;
  }
  33%{
    margin-left:-100%;
  }
  62%{
    margin-left:-100%;
  }
  66.33%{
    margin-left:-200%;
  }
  85%{
    margin-left:-200%;
  }
  97%{
    margin-left:-200%;
  }
  100%{
  	margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-100%;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-100%;}
  90%{left:-100%;}
  100%{left:-100%;}
}
@-moz-keyframes content-s{
  0%{left:-100%;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-100%;}
  90%{left:-100%;}
  100%{left:-100%;}
}
@keyframes content-s{
  0%{left:-100%;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-100%;}
  90%{left:-100%;}
  100%{left:-100%;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}
.image{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center center;

	background-repeat:no-repeat;
}
#slider .container{
	height:100%;
}
.banner-inner{
	width:100%;
	float:left;
	text-align:left;
}
.banner-inner h1{
	font-size: 100px;
    color: #9b6840;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 60px;
	display:block;
	
}
.banner-inner h3{
	font-size:33px;
	color:#01161f;
	font-weight:700;
	line-height:35px;
	margin:0px 0 5px;
	letter-spacing:0px;
}
.banner-inner h4{
	font-size:25px;
	color:#01161f;
	font-weight:400;
	line-height:35px;
	margin:0px 0 20px;
	letter-spacing:5px;
}
.banner-inner a{
	font-size:21px;
	color:#616161;
	font-weight:700;
	line-height:24px;
	margin:0px;
	display:inline-block;
	line-height:24px;
	text-align:left;
	padding:0 50px;
	position:relative;
}
.banner-inner a::before{
	width: 40px;
	height:13px;
	position:absolute;
	left:0;
	content:'';
	background:url(images/shape.png) no-repeat left center;
	top: 3px;
}
.banner-inner a::after{
	width: 40px;
	height:13px;
	position:absolute;
	right:0;
	content:'';
	background:url(images/shape.png) no-repeat left center;
	top: 3px;
}
.banner-inner a:hover {
	color: #9b6840;
}
.banner-inner.text-right .content-txt{
	position:absolute;
	bottom:50px;
	right:0;
	top:auto;
	transform:unset;
}
.banner-inner.text-right{
	max-width:600px;
	right:0;
	left:auto;
}


/* ============= For Single =============*/
.slides.single{
	width:100%;
	animation: unset;
}
.slides.single .slider{
	width:100%;
}
.slides.single .content-txt{
	animation: unset;
}

/*================ For Two images ============*/
.slides.two{
	width:300%;
	height:100%;
	position:relative;
	-webkit-animation:slide2 14s infinite;
	-moz-animation:slide2 14s infinite;
	animation:slide2 14s infinite;
}
.slides.two .slider{
	width:33.33%;
}
/* Animation */
@-webkit-keyframes slide2{
  0%{
    margin-left:0%;
  }
  85%{
    margin-left:-100%;
  }
  95%{
    margin-left:-200%;
  }
  100%{
  	margin-left:-300%;
  }
}
@-moz-keyframes slide2{
   0%{
    margin-left:0%;
  }
  85%{
    margin-left:-100%;
  }
  95%{
    margin-left:-200%;
  }
  100%{
  	margin-left:-300%;
  }
}
@keyframes slide2{
   0%{
    margin-left:0%;
  }
  43%{
    margin-left:0%;
  }
  50%{
    margin-left:-100%;
  }
  93%{
    margin-left:-100%;
  }
  100%{
  	margin-left:-200%;
  }
}
 
/*========================== Content =========================*/
.content{
	width:100%;
	float:left;
	height:auto;
	padding:45px 0 40px;
}
.content-inner{
	width:100%;
	float:left;
	height:auto;
}

.product-slider{
	width:570px;
	float:left;
	height:auto;
	position:relative;
	background:url(images/slider-bg.png) no-repeat center center;
	-webkit-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	padding:20px;
}


/*============================== Slider ========================*/
.slider-block{
	width:642px;
	float:left;
	height:auto;
}

.frame {
	width: 100%;
    height: 508px;
    padding:25px 425px 25px 0px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.frame div {
	margin-left:0; 
	width:111px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-ms-transition:1s;
	-o-transition:1s;
	transition:1s;
	height:2220px;
}
.frame .big-img {
	position:absolute; 
	width: 405px;
    height: 508px;
    top: 0;
	right:0; 
	opacity:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	background:#fff;
	border-radius:20px;
}
.frame .big-img img{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}
.frame .frame-inner{
	width:126px;
	padding-right:15px;
	overflow:hidden;
}

.frame input {
	position:relative; 
	left:0; 
	display:none;
}
.frame label.thumb {
	display: block;
    width: 105px;
    height: 105px;
    float: left;
    margin: 0px 0 12px;
    position: relative;
	background:#fff;
	border-radius:20px;
	
}
.frame label.thumb img {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	cursor:pointer;
}
.frame label.thumb:hover img {
	opacity:0.8;
}

.frame label.left {
	position:absolute; 
	left:0; 
	top:0; 
	margin:0; 
	cursor:pointer; 
	width:105px; 
	height:20px; 
	text-align:center; 
}
.frame label.thumb.lab4,
.frame label.thumb.lab8,
.frame label.thumb.lab12,
.frame label.thumb.lab16 {
    margin-bottom: 35px;
}
.frame label.right {
	position:absolute; 
	left:0; 
	bottom:0px; 
	margin:0; 
	cursor:pointer; 
	width:105px; 
	text-align:center; 
	height:20px; 
}
.frame label.left img,
.frame label.right img {
	margin-top: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.frame label.left img{
	vertical-align:top;
}
.frame label.right img{
	vertical-align:bottom;
}
.frame label.one,
.frame label.two {
	z-index: 90;
}

.frame input#push1:checked ~ label.two,
.frame input#push3:checked ~ label.one,
.frame input#push2:checked ~ label.two,
.frame input#push4:checked ~ label.one
{
	z-index: 100;
}

.frame input#push1:checked ~ div,
.frame input#push2:checked ~ div {
	margin-top: -491px;
}

.frame input#push3:checked ~ div,
.frame input#push4:checked ~ div {
	margin-top: 0;
}

.frame input#pic1:checked ~ .lab1,
.frame input#pic2:checked ~ .lab2,
.frame input#pic3:checked ~ .lab3,
.frame input#pic4:checked ~ .lab4,
.frame input#pic5:checked ~ .lab5,
.frame input#pic6:checked ~ .lab6,
.frame input#pic7:checked ~ .lab7,
.frame input#pic8:checked ~ .lab8,
.frame input#pic9:checked ~ .lab9,
.frame input#pic10:checked ~ .lab10,
.frame input#pic11:checked ~ .lab11,
.frame input#pic12:checked ~ .lab12,
.frame input#pic13:checked ~ .lab13,
.frame input#pic14:checked ~ .lab14,
.frame input#pic15:checked ~ .lab15,
.frame input#pic16:checked ~ .lab16,
.frame input#pic17:checked ~ .lab17,
.frame input#pic18:checked ~ .lab18,
.frame input#pic19:checked ~ .lab19,
.frame input#pic20:checked ~ .lab20 {
	opacity:0.8;
}

.frame input#pic1:checked ~ .big-img.p1,
.frame input#pic2:checked ~ .big-img.p2,
.frame input#pic3:checked ~ .big-img.p3,
.frame input#pic4:checked ~ .big-img.p4,
.frame input#pic5:checked ~ .big-img.p5,
.frame input#pic6:checked ~ .big-img.p6,
.frame input#pic7:checked ~ .big-img.p7,
.frame input#pic8:checked ~ .big-img.p8,
.frame input#pic9:checked ~ .big-img.p9,
.frame input#pic10:checked ~ .big-img.p10,
.frame input#pic11:checked ~ .big-img.p11,
.frame input#pic12:checked ~ .big-img.p12,
.frame input#pic13:checked ~ .big-img.p13,
.frame input#pic14:checked ~ .big-img.p14,
.frame input#pic15:checked ~ .big-img.p15,
.frame input#pic16:checked ~ .big-img.p16 {
	opacity:1; 
	z-index:100;
}


.desc-right{
	width:580px;
	float:right;
	height:auto;
	border:1px solid #b89478;
	padding:84px 30px;
}
.right-inner{
	width:100%;
	float:left;
	height:auto;
}
.list-full.last{
	margin:0;
}
.product-info{
	width:100%;
	float:left;
	height:auto;
}
.price{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	font-size:16px;
	color:#333333;
}
.price-text{
	font-size:36px;
	font-weight:500;
	color:#484848;
	line-height:normal;
	 vertical-align:middle;
	 display:inline-block;
}
.price-inner{
	width:100%;
	display:inline-block;
	padding:0px;
	margin:0 0 15px;
	max-width:100%;
	position:relative;
}

.price .sale-price{
	font-size:50px;
	color:#000000;
	font-weight:700;
	vertical-align:middle;
	line-height:50px;
	display:inline-block;
	position:relative;
	z-index:2;
}
.price .regular-price{
	font-size: 30px;
    color: #b2b2b2;
    font-weight: 700;
    margin-left: 15px;
    vertical-align: bottom;
    display: inline-block;
    text-decoration: line-through;
    line-height: 48px;
    position: relative;
    z-index: 2;
}
.product-info .title{
	font-size:36px;
	font-weight:400;
	margin: 0 0 10px;
    line-height: 40px;
	color:#000000;
}
.description{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 35px;
}
.description p{
	font-size:16px;
	color:#000000;
	font-weight:400;
	margin:0 0 24px;
}
.description p:last-child{
	margin:0;
}
.desc-inner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	z-index:3;
}
.header-outer{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	
}



/*=================== Info list ======================*/
.list-block{
	width:100%;
	float:left;
	font-size:18px;
	color:#000000;
	line-height:25px;
	position:relative;
	font-weight:normal;
}
.list-left .list-block:last-child,
.list-right .list-block:last-child{
	background:none;
}
.list-block .pull-left{
	font-size:18px;
	line-height: 24px;
}
.list-block label{
	width:95px;
	float:left;
	font-size:18px;
	color:#000;
	font-weight:400;
	margin-bottom: 0px;
}
.list-block  span{
	color:#000000;
	font-weight:400;
	font-size:18px;
}
.list-full{
	width:100%;
	float:left;
	height:auto;
	padding: 0px;
    margin: 0;
	position:relative;
}
.list-full.last{
	border-bottom:none;
}
.list-full .list-block{
	width: 50%;
    float: left;
    height: auto;
    position: relative;
    padding-left: 10px;
    padding: 10px 0 10px 0;
}
/*.list-full .list-block::before{
	left:52px;
	right:30px;
	bottom:0;
	content:'';
	position:absolute;
	height:1px;
	bottom: auto;
	background:#f3e2ce;
}*/
.list-block.color a{
	float:left;
	margin-right:5px;
	display:inline-block;
}
.list-block.color .colorbox{
	width: 18px;
    height: 18px;
    margin-top: 3px;
}
.list-block.size a{
	float:left;
	margin-right:14px;
	display:inline-block;
	color:#b0b0b0;
}
.list-block.size a:hover{
	color:#7f7f7f;
}
.info-list{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	padding-top:0;
}
.list-left .list-block:last-child,
.list-right .list-block:last-child{
	border:none;
}
.list-left{
	width:50%;
	float:left;
	position:relative;
}
.list-right{
	width: 50%;
    float: left;
    position: relative;
}


.service-list{
	width:100%;
	float:left;
	height:auto;
	padding:60px 0px 80px;
}
.section_title{
	width:100%;
	float:left;
	height:auto;
}
.service-list .section_title h2{
	font-size:24px;
	color:#34495e;
	font-weight:700;
	margin:0 0 30px;
	text-align:center;
	padding-bottom:28px;
	background:url(images/title-bg.png) no-repeat center bottom;
}
.service-block{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background:#01161f;
	padding:15px;
}

.service-outer{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	border:6px solid #9b6940;
	padding:40px 15px 15px
}

.service-list ul{
	padding:0px;
	text-align:center;
	margin:0 -25px;
}
.service-list li{
	width:33.33%;
	float:left;
	height:auto;
	padding:0 25px;
}
.service-list li h2{
	font-size: 26px;
    color: #fff;
    margin: 0 0 5px;
    padding-top: 0px;
    position: relative;
    line-height: normal;
    font-weight: 400;
}
.service-inner{
	display: block;
    width: 100%;
    height: auto;
	float: left;
	position:relative;
	z-index:99;
	text-align:center;
}
.service-inner .icon{
	height:90px;
	position:relative;
	width:170px;
	text-align:center;
	margin:0 0 15px;
	display:inline-block;
}

.service-inner .icon img{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:5;
    width: auto;
    height: auto;
}
.service-content{
	display:inline-block;
	background:#fff;
	padding:27px;
	-webkit-box-shadow: 0 24px 35px rgba(235,235,235,0.71);
    -ms-box-shadow: 0 24px 35px rgba(235,235,235,0.71);
    -moz-box-shadow: 0 24px 35px rgba(235,235,235,0.71);
    box-shadow: 0 24px 35px rgba(235,235,235,0.71);
	width:222px;
}
.top_block{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	background:url(images/header-bg.png) no-repeat top left;
	-webkit-background-size:95% auto;
	-ms-background-size:95% auto;
	-moz-background-size:95% auto;
	background-size:95% auto;
}

/*========================= tab-outer =====================*/
.tab-outer{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	padding:75px 0;
	background:url(images/tab-bg.jpg) no-repeat center center;
	background-size:cover;
}

.tab-outer h2{
	font-size:24px;
	color:#fff;
	font-weight:700;
	font-family:'Playfair Display', serif;
	margin:0 0 60px;
}
.tab-block {
    width: 100%;
    float: left;
    height: auto;
    border-top: none;
    padding: 0px;
    display: block;
	z-index:9;
}
.tab-inner{
	width:100%;
	max-width:100%;
	float:right;
	height:auto;
	position:relative;
	padding:30px 30px;
	border:6px solid #9a673f;
	border-radius:20px 20px 0 0;
}

.tab_outer{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	padding:15px;
	background:#01161f;
	border-radius:30px 30px 0 0;
}
.tab-content{
	position: relative;
    max-width: 100%;
    width: 100%;
    float: right;
}
.tab-content p:last-child{
	margin:0;
}
.tab-block  input[type="radio"] {
    display: none;
}
.tabs .tab-selector-1:checked ~ .label-block .tab-label-1, .tabs .tab-selector-2:checked ~ .label-block .tab-label-2, .tabs .tab-selector-3:checked ~ .label-block .tab-label-3, .tabs .tab-selector-4:checked ~ .label-block .tab-label-4,
.label-block label:hover{
	color:#fff;
 	background:rgba(255,255,255,0.28);
}

.tabs .tab-selector-1:checked ~ .tab-content #menu1, .tabs .tab-selector-2:checked ~ .tab-content #menu2, .tabs .tab-selector-3:checked ~ .tab-content #menu3, .tabs .tab-selector-4:checked ~ .tab-content #menu4 {
    height: auto;
    opacity: 1;
    width: 100%;
    z-index: 100;
	visibility:visible;    
	padding:0;
}

.tab-content > .tab-pane {
    box-sizing: border-box;
    height: 0;
    position: relative;
    z-index: 1;
	overflow:hidden;
	opacity:0;
}
.label-block{
	display:block;
	z-index:81;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:0 0 15px;
}
.label-block label{
	font-size:21px;
	color:#ffffff;
	line-height:24px;
	font-weight:400;
	cursor:pointer;
	display:inline-block;
	position:relative;
	padding:8px 30px;
	text-align:left;
	margin:0 0 10px;
	
	
}
.label-block label:hover::before,
.tabs .tab-selector-1:checked ~ .label-block .tab-label-1::before, .tabs .tab-selector-2:checked ~ .label-block .tab-label-2::before, .tabs .tab-selector-3:checked ~ .label-block .tab-label-3::before, .tabs .tab-selector-4:checked ~ .label-block .tab-label-4::before{
	bottom:0;
	opacity:1;
	visibility:visible;
}
.tab-content{
	position:relative;
	position: relative;
    width: 100%!important;
}

.tab-content p{
	color:#cbcbcb;
	margin:0 0 25px;
	font-weight:400;
	font-size:15px;
	text-align:left;
	line-height:26px;
	font-family:'Lato', sans-serif;
}
.panel-left{
	width:50%;
	float:left;
	padding-right:15px;
}
.video-block{
	float:right;
	height:auto;
	width:50%;
	padding-left:15px;
}
video.responsive-video {
    width: 100%;
}

.featured-product{
	width:100%;
	float:left;
	height:auto;
	padding:50px 0;
	background:url(images/product-bg.jpg) repeat top center;
}
.section-title{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin:0 0 40px;
}
.section-title h2{
	font-size:30px;
	color:#000000;
	font-weight:700;
	margin:0;
	position:relative;
}
.featured-product ul{
	margin:0 -15px;
}
.featured-product ul li{
	width:25%;
	float:left;
	padding:0 15px;
	text-align:center;
}
.featured-product .thumb{
	width:100%;
	float:left;
	height:305px;
	position:relative;
	overflow:hidden;
	z-index:6;
	background:#fff;
	border-left:17px solid #b38459;
	border-right:17px solid #b38459;
	position:relative;
}
.featured-product .thumb img{
	cursor: pointer;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}
.featured-product .thumb a{
	display: inline-block;
    text-transform: uppercase;
	background:#fff;
    color: #9a673f;
    border: 1px solid #9a673f;
    line-height: 42px;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius:10px;
}
.featured-product h3{
	font-size:18px;
	font-weight:700;
	color:#333333;
	margin:20px 0 0px;
}
.featured-product h3 span{
	font-size:35px;
	color:#000000;
	font-weight:500;
}
.product-content .product-info {
	width:100%;
	float:left;
	position:relative;
	margin:0  0 15px;
	height:325px;
	border:10px solid #9d6b42;
	background:#fff;
	padding:0 10px;
}

.product-content {
	width:100%;
	float:left;
	height:auto;
}
.product-info:hover .thumb a{
	bottom: 20px;
    opacity: 1;
}
.product-info .thumb img {
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-info:hover .thumb img{
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg);
	opacity:0.5;
}
.product-content p{
	font-size:18px;
	color:#3d3d3d;
}


/*=========================== Footer ==========================*/
.bottom-block{
	width:100%;
	float:left;
	height:auto;
}

.footer-right ul{
	float:right;
}
.footer-right ul li{
	float:left;
	margin:0 0 40px 33px;
}
.footer-right ul li a{
	text-align:center;
	display:inline-block;
	font-size:24px;
	color:#fff;
	width:227px;
	line-height:48px;
	background:url(images/menu-bg.png) no-repeat center center;
	-webkit-background-size:100% auto;
	-ms-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	border-radius:8px;
}
.footer-right ul li a:hover{
	border-radius:8px;
	background:#fff;
	color:#3b3951;
}

.footer-inner{
	width:100%;
	float:left;
	height:auto;
	
}
.footer-outer{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	background:#01161f;
	border-radius:20px 20px 0 0;
}

.footer_top{
	width:100%;
	float:left;
	height:auto;
}
.footer .container{
	position:relative;
	z-index:5;
}
.copyright {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 56px;
    font-weight: 700;
    padding-top: 5px;
}
.footer-right-inner{
	width:100%;
	float:left;
	height:auto;
}
.footer-top{
	width:100%;
	height:auto;
	text-align:left;
	display:block;
	float:left;
	padding:0px 0 0px;
}
.footer-left{
	width:265px;
	float:left;
	height:auto;
	padding-top: 10px;
}
.footer-mid{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin:0 0 20px;
	position:relative;
}

.footer-mid a{
	position:relative;
	z-index:9;
}
.quick-link li{
	font-size:18px;
	color:#fff;
	padding:0 36px;
	display:inline-block;
}
.quick-link li a{
	font-size:18px;
	color:#fff;
	display:inline-block;
	font-weight:400;
	vertical-align:middle;
	line-height:26px;
	padding:15px 0 15px;
}

.footer_right{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin:0;
	padding:20px 130px;
	position:relative;
}
.footer-logo{
	width:auto;
	height:auto;
	display:block;
	position:relative;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top: -43px;
	width: 154px;
    background: #0c323d;
    text-align: center;
    border-radius: 40px;
    padding: 22px 0 12px;
}
.footer-logo a{
	display:inline-block;
}
.quick-link li.footer_logo {
    margin: 0 50px;
}

ul.quick-link.pull-left{
	width:auto;
	text-align:center;
	margin-top:0;
}
ul.quick-link.pull-right{
	width:auto;
	text-align:center;
	margin-top:0;
}

/*new*/
.footer{
	width:100%;
	float:left;
	height:auto;
	padding:0px 0 0px;
	position:relative;
	background:url(images/footer-bg.jpg) no-repeat center bottom;
}


.footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
.footer li a {
  padding: 8px 20px;
  display: block;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.footer li a:before,
#navbar li a:before {
  left: 20%;
  right: 20%;
  top: 50%;
  content: '';
  border-left: 12px solid #fff;
  border-right: 12px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-15deg);
  transform: translateY(-50%) rotate(-15deg);
  height: 3px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer li a:hover,
.footer li .current a {
  color: #ffffff;
}
.footer li a:hover:before,
#navbar li a:hover:before{
  left: 0;
  right: 0;
  opacity: 1;
}

.label-block label{
	position:relative;
}


.footer-top p{
	width:630px;
	max-width:100%;
	text-align:center;
	font-size:16px;
	color:#f5f5f5;
	margin:0 auto;
}

.quick-link li:not(.footer_logo) a:hover,
#navbar li a:hover {
  color:#fff;
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
	60% {
		-webkit-transform: translateY(-10px);
		-ms-transform:     translateY(-10px);
		transform:         translateY(-10px)
	}
}
.header-inner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	background:#01161f;
	border-radius:30px 30px 0 0;
	padding:14px 70px;
	border-bottom:17px solid #a97a50;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
.product-info .title{
	font-size:25px;
}
.label-block label {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    line-height: 40px;
}

.product-item li{
	width:100%!important;
	margin:0 0 30px!important;
}
.product-item{
	margin:0;
}
.quick-links li {
    width: 100%;
    margin: 0;
    text-align: left;
    display: block;
}
.product-slider{
	width:290px;
}
.frame{
	padding:25px 224px 25px 0px;
	height:320px;
}
.frame .big-img{
	width: 201px;
    height: 320px;
}
.frame label.thumb{
	width: 60px;
    margin: 0 0 10px;
    height: 60px;
}
.frame label.right img {
    vertical-align: middle;
}
.frame label.right,
.frame label.left{
	width: 60px;
    height: 20px;
}
.frame input#push1:checked ~ div,
.frame input#push2:checked ~ div {
	margin-top: -304px;
}

.frame input#push3:checked ~ div,
.frame input#push4:checked ~ div {
	margin-top: 0;
}
.quick_links li{
	margin:0!important;
}
.frame .frame-inner{
	width:80px;
}
.product-item{
	width:100%;
	float:left;
	margin:0!important;
}
.product-item li{
	padding:0;
}
.section-title h2 span{
	font-size:24px;
	padding:15px 16px;
}

.frame div::before{
	height:40px;
	width:290px;
}
.frame label.thumb::after {
    top: 5px;
    bottom: 5px;
}
.frame label.left img {
    margin-left: 0px;
}
.frame label.right img {
    margin-right: 0px;
}
.featured-product ul li{
	width:100%!important;
}
.list-block label{
	font-size:16px;
}
.quick-link li{
	width:100%;
}
.left-info li{
	font-size:16px!important;
}


.frame .big-img img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 92%;
    max-height: 86%;
    display: inline-block;
}
.footer{
	padding:50px 0 2px;
}
.copyright{
	padding:8px 0 0;
	font-size:13px;
}
.footer-mid{	
	margin:0 0 15px;
}
.quick-link li a {
    font-size: 16px;
    line-height: 20px;
}
.list-full .list-block{
	width:100%;
}
.price-inner{
	padding:0px 0 0 20px;
}
.tab-inner{
	padding:0 35px;
}
.support-items ul li .item-inner {
    font-size: 13px!important;
}

.product-slider {
    float: none;
	padding:10px;
}
.tab-inner::before {
    left: 15px;
    right: 15px;
}
.price-inner::before {
    left: -7px;
     background-size: 100% auto; 
}
.support-block ul li .item-inner{
	font-size:16px;
}
.support-block ul li {
    padding: 0;
	margin:0!important;
}
.list-block label{
	width:105px!important;
}
.list-full.last{
	padding:0;
}
.list-block span{
	font-size:14px;
}
.service-inner .icon{
	height:100px;
	background-size:100px auto;
}

.logo-container {
    position: absolute;
    left: 0;
    top: -1px;
    transform: unset!important;
    z-index: 999;
}
.logo-container img{
	max-width:200px;
}


}
@media only screen and (min-width: 480px) and (max-width:639px) {

.frame label.thumb::after {
    top: 5px;
    bottom: 5px;
}
.label-block label{
	font-size: 16px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    width: auto;
    margin: 0;
}
.quick-links li{
	margin:0 15px;
}
.frame{
	padding:25px 320px 25px 0px;
	height:417px;
}
.frame .big-img{
	width:315px;
	height:417px;
}
.frame label.thumb{
	width:78px;
	margin:0 0 10px;
	height:66px;
}
.frame label.right img {
    vertical-align: middle;
}
.frame label.right,
.frame label.left{
	width: 103px;
    height: 20px;
}
.frame input#push1:checked ~ div,
.frame input#push2:checked ~ div {
	margin-top: -401px;
}

.frame input#push3:checked ~ div,
.frame input#push4:checked ~ div {
	margin-top: 0;
}

.price-inner{
	padding:0px 0 0 30px;
}
.frame label.thumb img{
	left:0;
}
.product-slider::after{
	height:338px;
}
.product-slider {
    float: none;
}
.product-slider {
    float: none;
}
.frame label.thumb {
    width: 102px;
    height: 84px;
}
.product-slider::before{
	height:82px;
}
.product-slider{
	width:450px;
}
.featured-product ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.product-slider{
	padding:10px;
}



}
@media only screen and (max-width: 639px){
.header .info-list {
    width: 290px;
    float: none;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.product-info .title{
	font-size: 22px;
    line-height: 30px;
}
.price{
	margin:0 0 10px;
}
.list-block{
	width:100%;
	padding:10px 0;
}
.info-list::before{
	background:none;
}
.header .info-list li{
	margin:0 0 10px!important;
}
.half{
	width:100%;
}
.footer .info-list {
    width: 290px;
    float: none;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.footer .info-list li{
	margin:0 0 10px!important;
}
.product-item li p{
	font-size:18px;
}
.product-item li h3{
	font-size:30px;
}
.list-right,
.list-left{
	width:100%;
}
.list-left{
	margin: 0;
}
.list-block label{
	margin-bottom:5px;
	width: 120px;
}
.right-info ul li,
.left-info li{
	display:block;
}
.list-left .list-block:last-child{
	background:url(images/list-bg.png) repeat-x bottom left;
}
.left-info li{
	width:100%!important;
	margin:0!important;
	text-align:center!important;
}
.quick-link li{
	width:100%;
}

.price-inner::before {
    left: -7px;
}
.list-full .list-block{
	width:100%;
	padding:0;
	margin:0 0 10px;
}

}

@media only screen and (min-width: 640px) and (max-width:767px) {
.half .list-block:last-child{
	border:none;
}
.product-info {
    padding: 0px 0px;
		padding:0;
}
.right-info ul li,
.left-info li{
	display:block;
}
.label-block label{
	margin: 0 15px 0 0;
    font-size: 18px;
    padding: 0 18px;
    display: inline-block;
    width: auto;
	line-height: 50px;
}

.frame{
	float:none;
}

.price-inner{
	padding:0px 0 5px 25px;
}

}

@media only screen and (max-width: 767px){
.container{
	width:100%;
}
#navbar ul.menu-items.pull-left{

	text-align:left!important
}

#navbar ul.menu-items.pull-left,
#navbar ul.menu-items.pull-right{
	float:left!important;
	margin:0!important
}





.support-block{
	padding: 15px 0 15px;
}
.price-inner {
    padding: 0;
}
.header-right{
	padding:0;
}

.service-outer::before{
	left:-20px;
}
.service-outer::after{
	right:-10px;
	transform: rotate(5deg);
}
.service-list li h2{
	font-size:20px;
}
.price-inner::before{
	left:-7px;
}
.tab-outer h2{
	margin:0 0 40px;
}
.service-inner{
	float:none;
}
.service-list li:nth-child(2) {
    margin-top: 0px;
}
.navbar-header > label, .switch,
.menu-container label{
	display:block;
}
.price-text{
	font-size:25px;
}
#navbar {
    display: none;
}
#menu-switcher:checked + #navbar {
    display: block;
	position: absolute;
	width: 100%;
	background: #a97a50;
    top: 61px;
	left: 0;
	z-index:999;
}
.product-item li:nth-child(2){
	margin-right:0;
}

.logo {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.logo a{
	display:inline-block;
}
.header-right{
	width:100%;
	float:left;
}
.menu-container{
	position:relative;
}
#navbar li.home{
	padding-left:55px;
	background-position:15px center;
}
.logo-container::before{
	background:none;
}
.menu-container{
}
#slider{
	height:300px;
}
.content-txt{
	padding:0 20px;
}
.banner-inner h1{
	font-size:36px;
	line-height:40px;
	margin:0 0 10px;
}
.banner-inner h3{
	font-size:26px;
	line-height:32px;
	margin:0 0 10px;
}
.banner-inner p{
	font-size:18px;
}
.banner-inner .content-txt{
	bottom:25px;
}
#navbar ul li{
	width:100%;
	float:left;
	text-align:left;
	padding:0 15px;
}
#navbar ul li a{
	padding:12px 0px;
	display:block;
	text-align:center;
}
#navbar ul.menu-items.pull-left {
    width: 100%;
	padding:0;
}

.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
	padding:20px;
	margin:40px 0 0;
}
.right-inner{
	padding:0;
}
.product-info{
	padding:0px 0px;
}
.price .sale-price{
	font-size:30px;
	line-height: 30px;
}
.price .regular-price{
	font-size:25px;
	line-height: 30px;
}
#navbar ul li{
	margin:0!important;
}
#navbar ul.menu-right{
	width:100%;
}
#navbar ul li a{
	text-align: left;
    font-size: 16px;
	padding:10px 15px;
	display:inline-block
}

.list-block{
	font-size:16px;
	margin: 0 0 20px;
	padding:0;
}
.list-block.size a{
	margin-right:10px;
}
.service-list{
	padding:40px 0 30px;
}
.service-list h3{
	font-size:18px;
}
.service-list li{
	width:100%;
	margin: 0 0 40px;
	padding:0;
}

.tab-content{
	width: 100%;
}
.featured-product{
	padding: 40px 0;
}
.header ul{
	float:left;
	text-align:center;
}
.header ul li{
	width:100%;
	text-align:center;
	margin:0 0 10px;
}
.product-slider{
	margin:0 auto;
}
.header ul{
	padding:0;
}
.footer-logo{
    position: relative;
    margin: 0 0 10px;
	top:auto;
}
.quick-link{
	width:100%;
}
ul.quick-link.pull-left,
ul.quick-link.pull-right{
	width:100%;
	box-shadow:none;
}
.info-links li,
.header ul li{
	font-size:16px;
}
.product-slider{
	float:none;
}
.header ul{
	width:100%;
	padding:10px 0;
}
.header ul li p{
	float:none;
}
.header ul li h3::before{
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.info-links li, .header ul li{
	margin:10px 0 0px;
}
.product-item{
	padding:0;
	width:auto;
	margin:0 -15px;
}
.product-item li h1{
	font-size:32px;
}

.header .pull-left,
.header .pull-right{
	width:100%;
	text-align:center;
}
.header .pull-right{
	margin-top:0;
}
ul.quick-link.pull-right{
	margin-top:0;
}s
.header-top ul li{
	display: inline-block;
	margin: 0 10px 5px;
	float: none;
	font-size: 14px;
}
.top-right{
	width:100%;
	text-align:center;
}
.header .logo {
   width: auto;
    text-align: center;
    padding: 0;
    top: 9px;
    position: absolute;
}
.logo img{
	width:115px;
}
#navbar .pull-left{
	width:auto;
}
#navbar .pull-right{
	width:auto;
}

.service-list ul{
	padding:0;
	margin: 0;
}
.main-brief{
	display:none;
}
.ul.quick-link.pull-right{
	margin-top:0;
}
ab-outer{
	padding:20px 0 40px;
}
.label-block{
	margin-bottom:20px;
	width:100%;
	text-align:center;
	padding:0;
	
}
.tab-content p{
	font-size:15px;
}
.featured-product ul li{
	width:50%;
	margin:0 0 30px;
}

.footer-top p{
	font-size:16px;
}

.tab-right{
	padding-left:20px;
}
.tab-right h2{
	font-size:25px;
}
.tab-right h3{
	font-size:20px;
}
#navbar .pull-left{
	width:100%;
	padding:0;
}
#navbar .pull-right{
	width:100%;
	padding:0;
	margin:-1px 0 0;
}
#navbar ul.menu-items.pull-right {
    width: 100%;
    float: right;
}
#navbar .pull-left li{
	margin:0;
}
.tab-right{
	width:100%;
	padding:100px 15px;
	position:relative;
	left:auto;
	right:auto;
}
.tab-left{
	width:100%;
}
.product-item li h3{
	font-size:18px;
}
.quick_links li{
	margin:0 15px 0px;
}
.section-title{
	font-size:25px;
}
.service_info li{
	width:100%;
	margin:0 0 10px;
}
.featured-item{
	padding:40px 0;
}
.header-bottom ul li{
	font-size:14px;
	margin:0 8px 10px;
}
.header-bottom{
	padding:22px 0 12px;
}
.header-bottom ul li img{
	width:24px;
	height:auto;
}
.content{
	background:none;
	margin:0;
	padding:35px 0 40px;
}
.panel-left{
	width:100%;
	padding:0 0 30px;
}
.video-block{
	width:100%;
	padding:0;
}
.footer-left{
	width:100%;
	padding:0 0 20px;
}
.footer-right{
	width:100%;
	float:left;
	padding:0;
}

.footer-right ul li{
	margin:0 15px 15px 0;
}
.footer-right ul li a{
	font-size:18px;
}
.top-left{
	width:100%;
	text-align:center;
}
.banner-inner .badge{
	right:10px;
}
.banner-info{
	width: 78%;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 20px;
}
.banner-info span{
	font-size:25px;
}
.left-info,
.right-info ul,
.right-info{
	width:100%;
	text-align:center;
}
.header_inner{
	padding:0;
	border-radius:10px;
}
.header-wrapper{
	padding-top:60px;
}
.header-inner{
	padding:15px;
	border-radius:0;
}
.header-content{
	
    z-index: 99;
    position: relative;
	background-size: cover;
}
.service-block{
	max-width:100%;
}
.quick-link li{
	padding: 0;
    width: 100%;
    text-align: center;
	margin:0;
}
.quick-link li a{
	padding:8px 20px;
	display:inline-block;
}
.quick-link li:last-child{
	margin:0;
}
.quick-link li.footer_logo{
	margin:20px 0 ;
}
.right-info ul li{
	margin-right:20px;
}
.left-info li{
    float: none;
    width: auto;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0;
}
.left-info li:nth-child(2)::before,
.left-info li:nth-child(2)::after{
	display:none;
}

.header_inner::before,
.header_inner::after{
	display:none;
}
#navbar ul.menu-left{
	width:100%;
}


ul.left-info li{
	padding:0 15px;
}
ul.left-info{
	width:100%;
}
ul.left-info li::before{
	background:none;
}

.support-items ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    /* background: none; */
    background-position: center bottom;
	padding-bottom:10px;
}
.support-items ul li .item-inner {
	font-size: 16px;
}

.product-info::before{
	left:-30px;
	top:-30px;
}
.list-full::before{
	left:-30px;
}

.service-inner{
	padding:0;
}
.footer_top{
	padding:0;
}
.footer-top{
	background:url(images/tab-bg.jpg) no-repeat center center;
	padding:30px 0 15px;
}
.support-block ul li{
	width:100%;
	background-size:auto;
	padding:0;
	margin:0 0 10px;
}
.tab-inner{
	padding:20px;
}
.footer_right{
	padding:0;
}
.copyright{
	margin:0px 0 0;
}
#navbar ul{
	padding:10px 0;
}
.list-full{
	padding: 0;
    margin: 0 0 0px;
}

.logo-container {
    position: absolute;
    left: 0;
    top: -51px;
    transform: unset;
    z-index: 999;
}
.banner-inner h1 {
    font-size: 30px;
    margin: 0 0 5px;
}
.banner-inner h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0px 0 10px;
}
.banner-inner h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0 10px;
}
.banner-inner a{
	font-size:16px;
}
.content-txt{
	width:auto;
}
#slider {
    height: 240px;
}
.support-block ul li .item-inner{
	text-align:center!important
}
.support-block ul li .item-inner{
	font-size:15px;
}
.tab-outer{
	padding:30px 0;
}

}



@media only screen and (min-width: 768px) and (max-width:991px) {
.container{
	width:750px;
}
.support-items ul li{
	padding: 0px 78px 0 0px;
    background-size: 74px auto;
	margin-right:10px;
}
.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
	margin:30px 0 0;
	padding:30px;
}
.product-slider{
	margin: 0 auto;
}
.list-block{
	font-size:16px;
}
.list-block.size a{
	margin-right:10px;
}

.product-item{
	padding:0;
	width:auto;
	margin:0 -15px;
}
.product-item li h1{
	font-size:32px;
}

.product-slider{
	float:none;
}
.header .pull-left,
.header .pull-right{
	width:100%;
	text-align:center;
}
.header-top ul li{
	display:inline-block;
	margin:0 3px;
	float:none;
	font-size:14px;
}
.header-bottom ul li{
	font-size:14px;
	margin:0 8px;
}
.header-bottom ul li img{
	width:24px;
	height:auto;
}
#navbar .pull-left{
	width:auto;
	padding:0 17px;
}
#navbar .pull-right{
	width:auto;
	padding:0 17px;
}
.service-list ul{
	padding:0;
	margin:0 -15px;
}

.service-list li h4{
	font-size:14px;
}
#navbar .pull-left li{
	margin-left:0px;
}
#navbar .pull-right li {
    margin-right:0px;
}

.product-item li{
	width:50%;
	margin:0 0 30px;
}

.content{
	background: none;
    padding: 30px 0 25px;
    margin: 0;
}
.service-content{
	width:180px;
}
.service-content{
	padding:15px;
}
.footer-right ul li {
    float: right;
    margin: 0 0 20px 33px;
}
.top-left{
	width:100%;
	text-align:center;
	margin:0 0 12px;
}
.top-right{
	width:100%;
	text-align:center;
}
.logo{
	top:0;
}
#navbar li a{
	font-size: 16px;
	padding:11px 10px;
}
#navbar ul.menu-left li{
	margin-right:3px;
}
#navbar ul.menu-right li {
    margin-left: 3px;
    display: inline-block;
}
#slider{
	height:305px;
}
.banner-info{
	padding-left:20px;
	font-size:24px;
	line-height:36px;
}


.main-brief{
	left:-142px;
}

.quick-link li a{
	font-size:16px;
}
.header-top ul li .header-info span.text{
	font-size:13px;
}
.service-list li{
	padding:0 15px;
}

.left-info li{
	margin-right: 0;
    font-size: 12px;
	padding:0 40px;
}
.right-info ul li {
    font-size: 13px;
    color: #666666;
    display: inline;
    margin-right: 10px;
}
.header_inner::before,
.header_inner::after{
	display:none;
}
.tab_outer{
	padding:0;
}
.quick-link li{
	padding:0;
}
.logo-container::before{
	background-size:100% auto;
}

.top-part{
	padding:15px 0 0;
}
.header-left{
	width:120px;
	top:3px;
}
.support-items ul li .item-inner{
	font-size:12px;
}
ul.left-info li{
	padding:0 0 0 20px;
}
ul.left-info li::before{
	background:none;
}
.footer{
	background-size:cover;
}
.quick-link li.footer_logo {
    margin: 0 0px;
}

#navbar ul.menu-items.pull-left,
#navbar .pull-right{
	width:245px;
	padding: 0px;
}
#navbar ul.menu-items.pull-right {
    width: auto;
    float: right;
}

.label-block label{
	margin: 0 5px;
    font-size: 18px;
}
.tab-outer{
	padding:35px 0;
}
.service-list li h3{
	font-size:16px;
}

#navbar ul li{
	margin-right:0px;
}
ul.quick-link.pull-left {
	right:auto
}

.support-block ul li .item-inner{
	font-size:16px;
}


.frame label.right{
	right:6px;
}
.footer_right{
	padding:20px 30px;
}
.footer li{
	margin:0;
}
.service-inner .icon{
	width:100%
}
.service-list li h2{
	font-size:24px;
}
.banner-inner h1 {
    font-size: 70px;
    line-height: 70px;
	margin:0 0 10px
}
.banner-inner h3 {
    font-size: 28px;
}
.content-txt {
	width:auto;
}

.tab_outer {
    padding: 30px 20px;
}
.tab-content{
	width:100%;
}
.featured-product ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.featured-product h3 span{
	font-size:25px;
}
.header-inner{
	padding:14px 45px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
	width:970px;
}
.content-inner{
	padding:0;
}
.desc-right{
	width: 350px;
    padding: 20px;
}
.product-info{
	padding:0 0 0 0px;
}
.price-text{
	font-size:20px;
}
#navbar .pull-left,
#navbar .pull-right{
	width:auto;
}
.header-top ul li{
	margin:0 0 0 20px;
}
.price .sale-price{
	font-size:28px;
	line-height:50px;
}
.price .regular-price{
	font-size: 16px;
    line-height: 39px;
}
.price{
	margin:0 0 0px;
}
.product-info .title{
	font-size: 24px;
    margin: 0 0 10px;
    line-height: 26px;
}
.list-block.color a{
	margin-right:5px;
}
.list-block{
	padding:5px 0 0px;
	width:100%;
}
.list-full .list-block{
	width:100%;
}
.info-list::before{
	background:none;
}
.service-list ul{
	padding:0;
}

.service_info li{
	margin:0 22px;
}
.header-bottom ul li{
	font-size:18px;
}
.service-list li h2{
	font-size:21px;
}

.footer-right ul li a {
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 194px;
    line-height: 43px;
}
.footer-right ul li {
    float: left;
    margin: 0 0 20px 13px;
}

#navbar .pull-left{
	width:auto;
}
#navbar .pull-right{
	width:auto;
}
#navbar .pull-right li {
    margin-right: 0;
}
#navbar .pull-left li {
    margin-left: 0;
}

.list-block span{
	font-size:14px;
}
.service-list li{
	padding:0 30px;
}

.left-info li {
    font-size: 14px;
}
.right-info ul li {
    font-size: 14px;
    margin-right: 20px;
}
#navbar ul.menu-right li {
    margin-left: 5px;
    display: inline-block;
}
#navbar ul.menu-left li {
    margin-right: 5px;
    display: inline-block;
}

#navbar ul li {
    margin-right: 0;
}
.header_inner::after{
	bottom:-3px;
}
.header_inner{
	padding:0;
}
.tab-inner::before{
	background-size:100% auto;
}

.price-inner{
	margin: 0;
}
.support-items ul li .item-inner{
	font-size:16px;
}
.service-list ul{
	margin:0 -15px;
}

.product-info::before{
	left:-20px;
	top:-20px;
}
.list-full::before{
	left:-20px;
}
.support-items ul li{
	padding: 0px 110px 0 0;
    background-size: 105px;
	margin-right:7px;
}

.list-full {
    padding: 0px;
    margin: 0 0 1px;
}
.service-list li h3{
	font-size:16px;
}




.description{
	margin:0 0 20px;
}
.list-block label{
	font-size: 18px;
    width: 100px;
}
.footer_right{
	padding:20px 60px;
}
.list-full .list-block{
	padding:0px;
	margin:0 0 10px;
}


}

@media only screen and (min-width: 1200px){
.half .list-block:last-child{
	border:none;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
.service-list ul{
	margin:0 -15px;
}
}


@media only screen and (min-width: 1921px){
.footer,
.tab-outer,
.top-block,
.header-content,
.footer-top{
	background-size:100% auto;
}
}

