*{
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#5c5c5c;
}
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;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#5c5c5c;
	font-weight:400;
}
.one-third{
	width:33.33%;
	float:left;
	height:auto;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.half{
	width:50%;
	float:left;
	height:auto;
}
.text-center{
	text-align:center;
}

/*======================= Header =====================*/
.header{
	width:100%;
	float:left;
	height:auto;
}
.header-top{
	width:100%;
	float:left;
	height:auto;
	padding:16px 0;
}
.header-top ul li{
	float:left;
	font-size:13px;
	color:#747474;
	line-height:24px;
	margin-right:24px;
}
.header-top ul li img{
	vertical-align:middle;
	display:inline-block;
	margin:0 4px 0 0;
}
.header-top ul li:last-child{
	margin-right:0;
}

/*======================== Menu Design ==================*/
.menu-container{
	width:100%;
	float:left;
	height:auto;
	padding:16px 0;
	position:relative;
}
#menu-switcher, 
.navbar-header > label,
.switch {
    display: none;
}
.menu-container label::before {
    border-bottom: 2px solid #333;
    box-shadow: 0 5px 0 0 #333, 0 0 0 0 inset, 0 -5px 0 0 #333;
    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;
}
.menu-container label {
    background: rgba(0, 0, 0, 0) 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 #333;
}

#navbar{
	width:100%;
	float:left;
	height:auto;
}
.logo{
	position:absolute;
	left:50%;
	top:27px;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:9;
}
#navbar .pull-left{
	float:left;
	text-align:right;
	width:450px;
}
#navbar li{
	display:inline-block;
}
#navbar li a{
	font-size:14px;
	color:#656565;
	display:inline-block;
	line-height:27px;
}
#navbar li a:hover{
	color:#c4c09d;
}
#navbar .pull-left li{
	margin-left:66px;
}
#navbar .pull-left li:first-child{
	margin-left:0;
}
#navbar .pull-right{
	float:right;
	text-align:left;
	width:450px;
}
#navbar .pull-right li{
	margin-right:66px;
}
#navbar .pull-right li:last-child{
	margin-right:0;
}
.menu-container #navbar{
	position:relative;
	z-index:99;
}
.menu-container::before{
	top:0;
	bottom:16px;
	position:absolute;
	width:100%;
	content:'';
	background:#e8e8e0;
	opacity:0.61;
	left:0;
	z-index:5;
}
.menu-container::after{
	top:16px;
	bottom:0;
	position:absolute;
	width:100%;
	content:'';
	background:#f5f5f5;
	left:0;
	z-index:3;
}


/*========================== Content =========================*/
.content{
	width:100%;
	float:left;
	height:auto;
	padding:51px 0 62px;
}
.content-inner{
	width:100%;
	float:left;
	height:auto;
	padding:0 18px;
}

.product-slider{
	width:560px;
	float:left;
	height:auto;
	position:relative;
	padding-bottom:22px;
}


/* slider*/

.frame {
	width: 100%;
	float: left;
	height: 521px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.frame div {
	margin-left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 2220px;
	overflow: hidden;
	float: left;
	margin-top:440px;
	padding-left:35px;
	padding-right:35px;
}

.frame .big-img {
	width:100%;
	height:424px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	border:1px solid #edede8;
}
.frame .big-img img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	max-width:100%;
	max-height:100%;
	margin:auto;
}
.frame input {
	position: relative;
	left: 0;
	display: none;
}

.frame label.thumb {
	display: block;
	float: left;
	margin-right:20px;
	height: 78px;
	width: 107px;
	border: 1px solid #edede8;
	background:#fff;
}

.frame label.thumb img {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	max-width:100%;
	max-height:100%;
	margin:auto;
	cursor: pointer;
}

.frame label.left {
	position: absolute;
	left: 0;
	bottom: 0px;
	margin: 0;
	cursor: pointer;
	width: 35px;
	height: 84px;
	text-align: center;
	line-height: 20px;
	background:#fff;
}

.frame label.right {
	position: absolute;
	right: 0;
	bottom: 0px;
	margin: 0;
	cursor: pointer;
	width: 37px;
	text-align: center;
	height: 84px;
	line-height: 20px;
	background:#fff;
}

.frame label.left img,
.frame label.right img {
	margin-top: 30px;
}
.frame label.one{
	z-index: 90;
}

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

.frame input#push1:checked ~ div,
.frame input#push2:checked ~ div {
	margin-left: 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;
	pointer-events: none;
}

.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,
.frame input#pic17:checked ~ .big-img.p17,
.frame input#pic18:checked ~ .big-img.p18,
.frame input#pic19:checked ~ .big-img.p19,
.frame input#pic20:checked ~ .big-img.p20 {
	opacity: 1;
	z-index: 100;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	-ms-box-sizing: border-box!important;
	box-sizing:border-box!important;
}
.frame .thumb{
	position:relative;
}
.frame .thumb img{
	z-index:8;
	position:relative;
}
.frame .thumb::before{
	width:20px;
	right:-21px;
	top:50%;
	margin-top:-2px;
	height:4px;
	background:#4b4b4b;
	content:'';
	position:absolute;
}

.frame .thumb.lab4::before{
 display:none;
}
.desc-right{
	width:552px;
	float:right;
	height:auto;
	padding-top:36px;
}
.product-info{
	width:100%;
	float:left;
	height:auto;
}
.price{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 23px;
}
.price .sale-price{
	font-size:52px;
	color:#575757;
	font-weight:300;
}
.price .regular-price{
	font-size:28px;
	color:#c6c6c6;
	font-weight:300;
	margin-left:12px;
	font-style:italic;
	position:relative;
}
.price .regular-price::before{
	width:100%;
	height:100%;
	content:'';
	background:url(images/decoration.png) no-repeat center center;
	position:absolute;
	left:0;
	top:0;
}
.product-info .title{
	font-size:36px;
	color:#c4c09d;
	font-weight:300;
	margin:0 0 20px;
	line-height:normal;
}
.description{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 15px;
}
.description p{
	font-size:14px;
	color:#858585;
	font-weight:300;
	margin:0 0 23px;
}
.description p:last-child{
	margin:0;
}
.desc-inner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	z-index:3;
}

/*=================== Info list ======================*/
.list-block{
	width:50%;
	float:left;
	font-size:18px;
	color:#777777;
	line-height:25px;
	padding:25px 0;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
.list-block label{
	width:98px;
	float:left;
	font-size:18px;
	color:#a3a3a3;
	font-weight:500;
	padding-left:0;
}
.list-block  span{
	color:#777777;
	font-weight:300;
}
.list-block.color a{
	float:left;
	margin-right:5px;
	display:inline-block;
}
.list-block.color .colorbox{
	width:25px;
	height:16px;
	margin-top: 5px;
}
.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;
}
.info-list::before{
	width:1px;
	top:28px;
	bottom:30px;
	position:absolute;
	left:44%;
	content:'';
	background:#e1e1e1;
}
.info-list .list-block:nth-child(5),
.info-list .list-block:nth-child(6){
	border:none;
}

.service-list{
	width:100%;
	float:left;
	height:auto;
	background: #edede8; 
    background: linear-gradient(to top, #edede8 , #fff); 
	padding:53px 0px 70px;
}
.service-list ul{
	padding:0 60px;
}
.service-list li{
	width:33.33%;
	float:left;
	height:auto;
	padding-right:85px;
}
.service-list li h2{
	font-size:24px;
	color:#c1bd9a;
	margin:12px 0 13px;
	font-weight:normal;
	line-height:normal;
}
.service-list li p{
	font-size:14px;
	color:#909090;
	margin:0px;
	font-weight:300;
	line-height:24px;
}

/*========================= tab-outer =====================*/
.tab-outer{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.tab-left{
	width:58%;
	float:left;
	height:100%;
	background:url(images/tab-left.png) no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.tab-right{
	width:42%;
	float:right;
	right:0;
	height:100%;
	padding:50px 0 0 44px;
	position:absolute;
	z-index:99;
	background:url(images/tab-right.png) no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.tab-right h2{
	font-size:53px;
	color:#c7c3a4;
	font-weight:300;
	margin:0 0 10px;
	line-height:normal;
}
.tab-right h3{
	font-size:42px;
	color:#909090;
	font-weight:400;
	margin:0;
	line-height:normal;
}

.tab-block{
	width:100%;
	float:left;
	height:auto;
	padding:0!important;
	border-top:none;
}
.tab-inner{
	width:740px;
	max-width:100%;
	float:right;
	height:auto;
	margin:121px 0px 100px;
	padding:18px 50px 35px;
	background:rgba(255,255,255,0.94);
	position:relative;
}
.tab-content{
	position:relative;
}
.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:#c4c09d;
}

.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{
	text-align:left;
	display:block;
	position:relative;
	z-index:81;
	width:100%;
	height:auto;
	margin:0 0 12px;
	float:left;
}
.tab-inner .label-block label:last-child{
	margin-right:0;
}
.label-block label{
	font-size:18px;
	color:#e2e1d6;
	line-height:38px;
	font-weight:500;
	cursor:pointer;
	margin:0 100px 0 0;
	position:relative;
	font-family: 'Roboto', sans-serif;
	float:left;
}

.tab-content p{
	color:#b2b2b2;
	margin:0 0 24px;
	font-weight:300;
	font-size:14px;
}

.video-block{
	float:right;
	height:auto;
	width:100%;
}
video.responsive-video {
    width: 100%;
}

/*=========================== Featured block ===========================*/
.featured-item{
	width:100%;
	float:left;
	height:auto;
	padding:70px 0 50px;
}
.product-item{
	width:100%;
	float:left;
	height:auto;
	padding:0 15px;
}
.section-title{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding-bottom:40px;
	font-size:30px;
	color:#818181;
	font-weight:300;
	position:relative;
	text-transform:uppercase;
}
.product-item li{
	width:50%!important;
	float:left;
	padding:0 15px;
	margin:0 0 50px;
}
.product-inner:hover .overlay{
	opacity:1;
	visibility:visible;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 0 100% 0 0;
    background: #c4c09d;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overlay a {
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    height: 100%;
    line-height: 120px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
}
.product-inner{
	width:100%;
	float:left;
	height:auto;
}
.product-thumb{
	width:100%;
	float:left;
	height:291px;
	position:relative;
	margin:0 0 12px;
	overflow:hidden;
	position:relative;
}

.product-thumb img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}

.product-item li p{
	font-size:14px;
	color:#a4a4a4;
	line-height:24px;
	font-weight:300;
}
.product-item li h3{
	font-size:24px;
	color:#c4c09d;
	line-height:normal;
	margin:0px 0 5px;
	font-weight:300;
}
.product-item li h1{
	font-size:52px;
	color:#575757;
	line-height:normal;
	margin:0 0 3px;
	font-weight:300;
}

/*=========================== Footer ==========================*/

.footer{
	width:100%;
	float:left;
	height:auto;
}

.copyright{
	width:100%;
	height:auto;
	display:block;
	float:left;
	line-height:20px;
	text-align:center;
	font-weight:300;
	color:#939393;
	font-size:14px;
	background:#f5f5f5;
	padding:6px 15px;
}
.footer-top{
	width:100%;
	height:auto;
	text-align:center;
	background:#fafaf8;
	display:block;
}
.footer-logo{
	width:100%;
	height:auto;
	margin-bottom:-15px;
	display:block;
	position:relative;
	top:-38px;
}
.quick_links{
	width:100%;
	display:block;
	margin:0px 0 14px;
}
.quick_links li{
	display:inline-block;
	margin:0 45px;
}
.quick_links li a{
	display:inline-block;
	font-size:16px;
	color:#c4c09d;
}
.quick_links li a:hover{
	color:#b2b2b2;
}
.footer-top p{
	max-width:735px;
	display:block;
	margin:0 auto;
	font-size:15px;
	font-weight:300;
	line-height:24px;
	color:#b2b2b2;
}
.service_info{
	width:100%;
	display:block;
	padding:36px 0 22px;
}
.service_info li{
	display:inline-block;
	margin:0 35px;
	vertical-align:middle;
	font-size:14px;
	line-height:24px;
	color:#747474;
}
.service_info li img{
	vertical-align:middle;
	display:inline-block;
	margin-right:8px;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
.product-info .title{
	font-size:25px;
}
.label-block label{
	width:100%;
	margin:0 0 0px;
	text-align:center;
}
.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{
	width: 290px;
	float: none;
	margin: 0 auto;
	height: 292px;
}
.frame .big-img{
	width:100%;
	height:220px;
}
.frame label.thumb{
	height:auto;
}
.frame div{
	margin-top:232px;
}
.frame label.thumb{
	width:45px;
	height:37px;
}
.frame input#push1:checked ~ div,
.frame input#push2:checked ~ div {
	margin-left: 0;
}
.frame label.thumb{
	margin-right:8px;
}
.frame label.left{
	width:42px;
}

.frame label.right{
	width:44px;
}
.frame div{
	padding-left:42px;
	padding-right:42px;
}
.product-slider{
	padding:0;
}
.overlay{
	height:75px;
}
.overlay a{
	line-height:75px;
}
.product-item li{
	width:100%!important
}
.product-thumb img{
	position:relative;
	float:left;
}
.product-thumb{
	height:auto;
}

}

@media only screen and (min-width: 480px) and (max-width:639px) {
.product-slider {
    width: 450px;
    float: left;
    height: auto;
    margin: 0 auto;
    float: none;
}
.label-block label{
	margin: 0;
	width: 100%;
	max-width: 255px;
}
.quick-links li{
	margin:0 15px;
}

.frame{
	width:450px;
	float:none;
	margin:0 auto;
	height:426px
}
.frame label.thumb{
	margin-right:8px;
}
.frame label.left,
.frame label.right{
	width:42px;
}
.frame div{
	padding-left:42px;
	padding-right:42px;
}
.frame .big-img{
	width:100%;
	height:339px;
}
.frame label.thumb{
	height:auto;
}
.frame div{
	margin-top:356px;
}
.frame label.thumb{
	width:85px;
	height:59px;
}
.frame input#push1:checked ~ div,
.frame input#push2:checked ~ div {
	margin-left: 0;
}
.product-item li{
	width:100%!important
}
.product-thumb img{
	position:relative;
	float:left;
}
.product-thumb{
	height:auto;
}
}
@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:25px;
}
.list-block label{
	width:120px;
}
.price{
	margin:0 0 10px;
}
.list-block{
	width:100%;
	padding:6px 0;
}
.info-list::before{
	background:none;
}
.info-list .list-block:nth-child(5){
	border-bottom:1px solid #e1e1e1;
}
.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:14px;
}
.product-item li h3{
	font-size:30px;
}
}

@media only screen and (min-width: 640px) and (max-width:767px) {
.half .list-block:last-child{
	border:none;
}
.label-block label{
	margin:0 5px;
	width: 128px;
}
.product-slider {
    float: none;
    height: auto;
    margin: 0 auto;
}
.frame{
	float:none;
}
.product-thumb{
	height:157px;
}

}

@media only screen and (max-width: 767px){
.container{
	width:100%;
}
.header-right{
	padding:0;
}
.navbar-header > label, .switch,
.menu-container label{
	display:block;
}
#navbar {
    display: none;
}
#menu-switcher:checked + #navbar {
    display: block;
}
.product-item li:nth-child(2){
	margin-right:0;
}

.logo {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.logo a{
	display:inline-block;
}
.header-right{
	width:100%;
	float:left;
}
.menu-container{
	position:relative;
	padding:8px 0;
}
#navbar ul li{
	width:100%;
	float:left;
	text-align:left;
}
#navbar ul li a{
	padding:8px 15px;
	display:block;
}
#navbar ul li a:hover::before, #navbar ul li.active a::before{
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
}
.price .sale-price{
	font-size:35px;
}
.price .regular-price{
	font-size:25px;
}
#navbar ul li{
	margin:0;
}
.list-block{
	font-size:16px;
}
.list-block.size a{
	margin-right:10px;
}
.service-list{
	padding:30px 0px 0;
}
.service-list h3{
	font-size:18px;
}
.service-list li{
	width:100%;
	padding:0 0 30px;
}
.content{
	padding:30px 0 30px;
}
.tab-content{
	padding:0px 0 30px;
}
.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{
	width:100%;
	padding:0;
}
.quick-link{
	width:100%;
	margin:0 0 30px;
}
.info-links{
	width:100%;
}
.info-links li,
.header ul li{
	font-size:16px;
}
.product-slider{
	float:none;
}
.quick-link,
.info-links{
	padding:0px;
}
.tab-inner{
	padding:0;
}
.tab-block{
	padding:20px;
}
.header ul{
	width:100%;
}
.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:10px;
}
.header-top ul li{
	display: inline-block;
	margin: 0 0 10px;
	float: none;
	font-size: 14px;
}
.logo {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: unset;
    z-index: 9;
    width: 100%;
    text-align: center;
	float:left;
}
#navbar .pull-left{
	width:auto;
}
#navbar .pull-right{
	width:auto;
}
.service-list ul{
	padding:0;
}
.service-list li h2{
	font-size:20px;
}
.tab-inner{
	margin:40px 0;
	width:100%;
	padding:20px;
}

.tab-right{
	padding-left:20px;
}
.tab-right h2{
	font-size:25px;
}
.tab-right h3{
	font-size:20px;
}
#navbar .pull-left{
	width:100%;
}
#navbar .pull-right{
	width:100%;
}
#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 5px;
}
.section-title{
	font-size:25px;
}
.service_info li{
	width:100%;
	margin:0 0 10px;
}
.featured-item{
	padding:40px 0;
}

}



@media only screen and (min-width: 768px) and (max-width:991px) {
.container{
	width:750px;
}
.header ul li{
	margin-left:15px;
}
.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
	margin:30px 0 0;
}
.product-slider{
	margin:0 auto;
}
.list-block{
	font-size:16px;
}
.list-block.size a{
	margin-right:10px;
}
.product-item li p{
	font-size:16px;
}
.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 .pull-right{
	margin-top:10px;
}
.header-top ul li{
	display:inline-block;
	margin:0 10px;
	float:none;
}
.logo {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: unset;
    z-index: 9;
    width: 100%;
    text-align: center;
}
#navbar .pull-left{
	width:auto;
}
#navbar .pull-right{
	width:auto;
}
.service-list ul{
	padding:0;
}
.service-list li h2{
	font-size:20px;
}
.tab-inner{
	margin:40px 0;
	width:420px;
	padding:20px;
}
.label-block label{
	margin-right:28px;
}
.tab-right{
	padding-left:20px;
}
.tab-right h2{
	font-size:25px;
}
.tab-right h3{
	font-size:20px;
}
.product-thumb{
	height:186px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
	width:970px;
}
.content-inner{
	padding:0;
}
.desc-right{
	width: 360px;
	padding: 0;
}
#navbar .pull-left,
#navbar .pull-right{
	width:auto;
}
.logo{
	width:160px;
}
.header-top ul li{
	margin-right:15px;
}
.header-top ul li{
	font-size:10px;
}
.price .sale-price{
	font-size:35px;
}
.price .regular-price{
	font-size:22px;
}
.price{
	margin:0 0 10px;
}
.product-info .title{
	font-size:25px;
	margin:0 0 10px;
}
.list-block{
	padding:6px 0;
	width:100%;
}
.info-list::before{
	background:none;
}
.service-list ul{
	padding:0;
}
.label-block label{
	margin-right:55px;
}
.tab-inner{
	width:548px;
}
.service_info li{
	margin:0 22px;
}
.info-list .list-block:nth-child(5){
	border-bottom:1px solid #e1e1e1;
}
.product-thumb{
	height:230px;
}

}

@media only screen and (min-width: 1200px){
.half .list-block:last-child{
	border:none;
}
}





