*{
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family: 'Muli', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#7f7f7f;
	font-weight:400;
}
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{
	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: 'Oswald', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#7f7f7f;
	font-weight:400;

}
.main-wrapper{
	width:100%;
	float:left;
	height:auto;
	background:url(images/body-bg.png) repeat center center;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}

/*======================= Header =====================*/
.header-wrapper{
	width:100%;
	float:left;
	height:auto;
	background:url(images/header-bg.png) no-repeat top center;
}
.header{
	width:100%;
	float:left;
	height:auto;
	padding:20px 0 15px;
}
.header ul {
	text-align:left;
	width:auto;
	float:right;
}
.header ul li{
	float:left;
	width:auto;
	padding-right:170px;
	position:relative;

}
.header ul li:last-child{
	padding:0;
}
.header ul li h3{
	font-size:30px;
	font-weight:300;
	color:#202020;
	margin:0 0 10px;

}
.header ul li p{
	font-size:20px;
	font-weight:600;
	color:#e6be36;
	margin:0;

}

/*======================== Menu Design ==================*/
.menu-container{
	width:100%;
	float:left;
	height:auto;
}
#menu-switcher,
.switch {
    display: none;
}
.menu-container label::before {
    border-bottom: 2px solid #fff;
    box-shadow: 0 5px 0 0 #fff, 0 0 0 0 inset, 0 -5px 0 0 #fff;
    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: 14px;
    top: 4px;
    width: 40px;
    z-index: 9999;
	border:1px solid #fff;
}

#navbar{
	width:100%;
	float:left;
	height:auto;
}
#navbar ul{
	text-align:center;
	display:block;
	width:100%;
	max-width:100%;

	position:relative;

	z-index:9;
}
.navbar-inner{
	display:block;
	width:100%;
	position:relative;
	margin:0 auto;
	background:#050505;
	border-radius: 25px 25px 0 0;
	float:left;
	padding: 4px 0;
}
.navbar-inner::before{
	width:100%;
	height:100%;
	left:0;
	bottom:-7px;
	content:'';
	background:#ebebeb;
	position:absolute;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	z-index:-1;
}
#navbar ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
	position:relative;
	line-height:14px;
}
#navbar ul li a{
	font-size:14px;
	color:transparent!important;
	line-height:24px;
	display:inline-block;
	padding:10px 20px;
	overflow:hidden;
	position:relative;
	font-weight:600;
	text-transform:uppercase;
}
#navbar li a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	line-height:44px;
	padding:0;
	color:#fff;
	content:attr(menu-title);
	-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;
}
#navbar li a::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:100%;
	line-height:44px;
	color:#fff;
	content:attr(menu-title);
	-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;
}
#navbar li a:hover::before{
	bottom:-100%;
}
#navbar li a:hover::after{
	bottom:0;
}

.logo-container {
	float:left;
	width:auto;
	width: 400px;/*Changed*/
	height: 130px;/*Changed*/
}

/*======================= Slider ===============================================*/

#slider{
  width:100%;
  height:400px;
  position:relative;
  overflow:hidden;
  float:left;
}
.slider-wrapper{
	width:100%;
	float:left;
	height:100%;
	overflow:hidden;
	position:relative;
}
.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;
}
.image{
  width:100%;
  height:100%;
}


/* 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:800px;
  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%;}
}
.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: 130px;
    color: #393939;
    margin: 0 0 15px;
    font-weight: 900;
    line-height: 100px;
	font-family: 'Muli', sans-serif;
	opacity: 0.47;
}
.banner-inner h3{
	font-size:53px;
	color:#383838;
	font-weight:400;
	line-height:50px;
	margin:0px 0 25px;
}
.banner-inner a{
	font-size:18px;
	color:#1d1d1d;
	font-weight:400;
	line-height:24px;
	margin:0px;
}
.banner-inner a:hover {
	color: #fff;
}


/* ============= For Single =============*/

/*================ For Two images ============*/
/* Animation */

/*========================== Content =========================*/
.content{
	width:100%;
	float:left;
	height:auto;
	padding:40px 0 40px;
	position:relative;
}

.content-inner{
	width:100%;
	float:left;
	height:auto;
}

.product-slider{
	width:606px;
	float:left;
	height:auto;
	position:relative;
}

/* slider*/

.frame {
	width: 606px;
	float: left;
	height: 459px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.frame div {
	margin-left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 2620px;
	overflow: hidden;
	float: left;
	margin-top: 336px;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 10px;
}

.frame .big-img {
	position: absolute;
	width: 600px;
	height: 340px;
	top: 0;
	left: 0;
	opacity: 0;
	background:#fff;
	box-shadow:2px 4px 10px rgba(221,221,221,0.41);
}
.frame .big-img img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-width: 100%;
    max-height: 100%;
}

.frame input {
	position: relative;
	left: 0;
	display: none;
}

.frame label.thumb {
	display: block;
	float: left;
	margin-right:16px;
	position:relative;
	cursor:pointer;
	height: 110px;
    width: 124px;
	background:#fff;
	z-index:99;
	border:1px solid #e6be36;
}

.frame label.thumb img {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	cursor: pointer;
}


.frame input#pic1:checked ~ .lab1,
.frame input#pic2:checked ~ .lab2,
.frame input#pic3:checked ~ .lab3,
.frame input#pic4:checked ~ .lab4 {
	opacity: 1;
	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 {
	opacity: 1;
	z-index: 100;
}
.content .container{
	position:relative;
	z-index:8;
}
.desc-right{
	width: 530px;
    float: right;
    height: auto;

}
.product-info{
	width:100%;
	float:left;
	height:auto;
}
.price{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin-bottom:20px;
	height:80px;
	height:auto
}
.price .sale-price{
	font-size:62px;
	color:#383838;
	font-weight:400;
	line-height:65px;
	display:inline-block;
}
.price .regular-price{
	font-size:24px;
	color:#b3b3b3;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-decoration /*line-through (tachado)*/
	margin-left:12px;
	display:inline-block;
}
.product-info .title{
	font-size:36px;
	color:#383838;
	font-weight:800;
	margin:0 0 15px;
	font-family: 'Muli', sans-serif;
}
.description{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 15px;
}
.description p{
	font-size:15px;
	color:#9f9f9f;
	font-weight:400;
	font-family: 'Muli', sans-serif;
	margin:0 0 23px;
}
.description p:last-child{
	margin:0;
}
.desc-inner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	z-index:3;
}
.frame label.thumb.lab4 {
	margin-right:80px;
}

/*=================== Info list ======================*/
.list-full {
	width:100%;
	float:left;
	height:auto;
	margin:0 0  15px;
}
.list-block{
	width:50%;
	float:left;
	font-size:18px;
	color:#7f7f7f;
	line-height:24px;
	padding:5px 0 25px;
	background:url(images/shape.png) no-repeat left bottom;
}
.list-block label{
	width:137px;
	float:left;
	font-size:18px;
	color:#e6be36;
	font-weight:500;
}
.list-block  span{
	color:#676767;
	font-size:16px;
	font-family: 'Muli', sans-serif;
	font-weight:400;
}
.list-block.color a{
	float:left;
	margin-right:5px;
	display:inline-block;
}
.list-block.color .colorbox{
	width: 18px;
    height: 18px;
    margin-top: 3px;
}
.info-list{
	width:100%;
	float:left;
	height:auto;
}
.service-list{
	width:100%;
	float:left;
	position:relative;
	padding:32px 0 0 0;
}
.service-list ul{
	margin:0 -15px;
}
.service-block {
	width:100%;
	float:left;
	height:auto;
	position:relative;
}

.service-list li{
	width:33.33%;
	float:left;
	text-align:left;
	padding:0 15px;
	position:relative;
	z-index:9;
}
.service-list li h2{
	font-size:18px;
	color:#373737;
	font-family: 'Muli', sans-serif;
	font-weight:800;
}
.service-list li .icon{
	height:170px;

	position:relative;
	background:url(images/icon-bg.png) no-repeat center center;
	margin:0 0 10px;
}

.service-list li .icon img{
	position:absolute;
	left:50%;
	top:50%;
	max-height:54px;
	width:auto;
	transform:translate(-50%,-50%);
	margin-top:-3px;

}
/*========================= tab-outer =====================*/
.tab-outer{
	width:100%;
	float:left;
	height:auto;
	background:url(images/tab-bg.jpg) no-repeat center center;
	padding:0px 0 40px;
	background-size:cover;
}
.tab-content{
	padding:0 0px 0px;
	position:relative;
	text-align:left;
}
.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:#f7d811;
	background:url(images/tab-menu-bg.png) no-repeat center bottom;
}
.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: center;
    margin: 0 auto 20px;
    display: inline-block;
    position: relative;
    border: 1px solid #f7d811;
	border-top:none;
    padding: 10px 0 0;
}
.tab_outer{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.label-block label{
	font-size:16px;
	color:#fff;
	line-height:24px;
	font-weight:700;
	cursor:pointer;
	font-family: 'Muli', sans-serif;
	display:inline-block;
	margin:0 35px;
	padding-bottom:26px;
	min-width:120px;
}
.tab-content p{
	color:#fff;
	margin:0 0 20px;
	font-weight:700;
	font-size:16px;
	font-family: 'Muli', sans-serif;
}
.video-block{
	float:right;
	height:auto;
	width:100%;
}
video.responsive-video {
    width: 100%;
		align: center;
}

/*=========================== Featured block ===========================*/
.featured-item{
	width:100%;
	float:left;
	height:auto;
	padding:40px 0 60px;
}
.product-item{
	margin:0 -15px;
}
.section-title{
	width:100%;
	float:left;
	height:auto;
	margin: 0 0 20px;
	position:relative;
	padding-top:0;
	text-align:center;
}
.section-title span{
	position:relative;
	z-index:3;
	font-size:24px;
	color:#272727;
	letter-spacing:2px;
	font-weight:800;
	position:relative;
	text-align:left;
	font-family: 'Muli', sans-serif;
}



.product-item li{
	width: 25%;
    text-align: center;
    display: inline-block;
    margin: 0 0px 0;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;

}
.product_top{
	width:100%;
	float:left;
	height:auto;
}

.product-thumb{
	display:block;
	width:100%;
	height:285px;
	overflow:hidden;
	position:relative;
	background:#fff;
	border:3px solid #fbdf08;

}
.product-thumb img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-width:90%;
	max-height:90%;
	-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-item li:hover .product-thumb img{
	-webkit-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg);
}

.product-item li p{
	font-size:16px;
	color:#e3e3e3;
	line-height:24px;
	margin:0px;
	text-align:left;
	font-family: 'Muli', sans-serif;
	float:left;
	text-align:center;
	padding:18px 20px 22px;
	background:url(images/title-bg.png) no-repeat center bottom;
	background-size:cover;
	width:100%;
}
.product-item li h3{
	font-size: 36px;
    color: #353535;
    line-height: normal;
    margin: 0px;
    font-weight: normal;
    line-height: 55px;
	text-align:center;
}
.product-item li h3 .sale-price{
	font-size: 36px;
    color: #404040;
    line-height: normal;
	display:inline-block;
	text-align:left;
}
.price-text{
    overflow: hidden;
	float:left;
	width:100%;
}
.show-button {
	position:absolute;
	width:100%;
	text-align:center;
	opacity:0;
	visibility:hidden;
	right:-100%;
	-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;
	bottom:20px
}
.product-item li:hover .show-button{
	opacity:1;
	visibility:visible;
	right:0;
}
.show-button a{
	font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 0px;
    font-weight: normal;
    line-height: 44px;
    background: #fbdf08;
    border-radius: 5px;
    display: inline-block;
    width: 130px;
	text-transform:uppercase;
}

/*=========================== Footer ==========================*/
.footer{
	width:100%;
	float:left;
	height:auto;
	background:url() no-repeat center bottom; /*img*/
	padding:15px 0;
}
.footer .pull-right{
	width:70%;
}
.footer-inner {
	width:100%;
	float:left;
	height:auto;
}
.footer-top{
	width:100%;
	float:left;
	height:auto;
}
.footer-logo{
	width:auto;
	float:left;
}
.footer-logo img{
float:left
}
.footer-logo a{
	display:inline-block;
}
.quick-link {
    width: auto;
    float: right;
    text-align: center;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
}
.quick-link li{
	display:inline-block;
	position:relative;
	margin:0 70px 0 0;
}
.quick-link li:last-child{
	margin:0;
}
.quick-link li a{
	font-size:16px;
	color:#8c8b8b;
	display:inline-block;
	line-height:24px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Muli', sans-serif;
}
.quick-link li a:hover{
	color:#fbdf08;
}
.footer-top{
	width:100%;
	float:left;
	height:auto;
}
.copyright{
	width:100%;
	height:auto;
	display:block;
	float:left;
	line-height:21px;
	text-align:right;
	font-weight:400;
	color:#8c8b8b;
	font-size:14px;
	margin-top:10px;
}
.panel-left{
	width:50%;
	float:left;
	padding-right:15px;
}
.video-block{
	width:50%;
	float:left;
	padding-left:15px;
}

.service-inner {
    text-align: center;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
.product-info .title{
	font-size:25px;
}
.label-block label{
	width:100%;
	margin:0;
	text-align:center;
}
.product-item li{
	width:100%!important;
	margin:0 0 30px!important;
	padding:0;
}
.product-item{
	margin:0;
}
.product-slider{
	width:290px;
	border-radius: 10px;
    padding: 10px;
}
.frame{
	width: 260px;
    float: none;
    margin: 0 auto;
    height: 240px;
}
.frame .big-img{
	width:100%;
	height:183px;
}
.frame label.thumb{
	height: 39px;
    width: 45px;
}
.frame div{
	margin-top:195px;
}

.frame::before{
	width:0;
	border:none;
}

.frame label.thumb{
	margin-right:10px;
}
.frame div{
	padding-left: 25px;
    padding-right: 25px;
}
.frame label.thumb::before{
	bottom:-4px;
}

.product-item li:last-child{
	margin:0!important;
}
.label-block label{
	font-size:18px;
	line-height:30px;
}
.quick-link li{
	width:100%;
}
#slider {
    height: 126px!important;
}
.content-txt {
    padding: 0 15px!important;
}
.banner-inner h1 {
    font-size: 22px!important;
    line-height: 24px;
    margin: 0 0 5px;
}
.banner-inner h3 {
    font-size: 18px!important;
    margin: 0 0 10px;
    line-height: 18px!important;
}
.banner-inner a {
    font-size: 14px!important;
}
.price .sale-price {
    font-size: 35px!important;
    line-height: 35px!important;
}
.price{
	margin:0 0 10px;
}

}

@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;
    font-size: 15px;
    min-width: 94px;
}
.label-block {
	padding:10px 20px 0px;
}
.frame{
	width:410px;
	float:none;
	margin:0 auto;
	height:379px
}
.frame .big-img{
	width:100%;
	height:281px;
}
.frame label.thumb{
	height:78px;
	width:84px;
	margin-right:7px;
}
.frame::before{
	width:0;
	border:none;
}
.frame div{
	margin-top:287px;
}

.product-item li:last-child{
	margin:0;
}
.frame div{
	padding-left:27px;
	padding-right:27px;
}
#slider {
    height: 170px!important;
}


}
@media only screen and (max-width: 639px){
.product-item li p{
	font-size:16px;
}
.product-item li h3{
	font-size:30px;
}
.list-block{
	width:100%;
	margin:0 0 10px;
}
.product_top{
	padding-right:0;
}
.product-info .title {
    font-size: 22px;
    line-height: 24px;
}
.list-full{
	margin:0;
}
}

@media only screen and (min-width: 640px) and (max-width:767px) {
.label-block label{
	margin:0 13px;
}
.product-slider {
    float: none;
    height: auto;
    margin: 0 auto;
}
.frame{
	float:none;
}
.product-thumb{
	width:100%;
	height:285px;
}
.product-item li:last-child{
	margin:0;
}
}

@media only screen and (max-width: 767px){
.container{
	width:100%;
}
#navbar ul{
	margin:0;
	float:left!important;
	width:100%!important;
}
.switch, .menu-container label{
	display:block;
}
#navbar {
    display: none;
	margin-top:15px;
	padding:10px 10px;
}
#menu-switcher:checked + #navbar {
    display: block;

}
.product-item li{
	width:50%;
	margin: 0 0 30px;
	float:left;
	background-position:center bottom 10px;
}
.product-item{
	padding:0;
}
.product-item li:nth-child(2){
	margin-right:0;
}
.menu-container{
	position:relative;
}
#navbar ul li{
	width:100%;
	float:left;
	text-align:left;
}
#navbar ul li a{
	padding:8px 0;
	display:block;
}
.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
	margin:30px 0 0;
}
.list-block{
	font-size:16px;
}
.service-list{
	padding:32px 0 0;
}
.service-list li{
	width:100%;
	padding:0 0 30px;
}
.content{
	padding:20px 0 20px;
	background:none;
}
.tab-content{
	padding:0px 0 0px;
}
.header ul{
	float:left;
	text-align:center;
}
.header ul li{
	width:100%;
	text-align:center;
	margin:0 0 15px!important;
	padding:0;
}
.panel-left{
	width:100%;
	padding:0 0 30px;
}
.video-block{
	width:100%;
	padding:0;
}
.product-slider{
	margin:0 auto;
	float:none;
}
.header ul{
	padding:0;
}
.footer-logo{
	width:100%;
	padding:0;
	text-align: center;
}
.quick-link{
	width:100%;
	margin:10px 0 0;
}
.header ul li{
	font-size:16px;
}

.quick-link li{
	width: 100%;
    margin: 0 0 10px;
}
.price .sale-price{
	font-size:45px;
}
.price .regular-price{
	font-size:25px;
}
.header {
	padding:15px 0;
}
.header ul li p{
	font-size:18px;
}
.header ul{
	margin: 0;
    width: 100%;
}

.logo-container {
    width: 100%;
    text-align: center;
	margin:0 0 15px;
}
.banner-inner h1{
	font-size:38px;
	line-height:24px;
	margin:0 0 5px;
}
.banner-inner h3{
	font-size:24px;
	margin:0 0 10px;
	line-height:28PX
}
.banner-inner a{
	font-size:16px;
}
.content-txt{
	padding:0 25px;
}
#slider{
	height:200px;
}
.service-list ul {
    margin: 0;
}
.featured-item {
	padding:40px 0 20px;
}
.header ul li h3{
	font-size:18px;
	margin: 0;
}
.footer .pull-right{
	width:100%;
}
.copyright{
	text-align:center;
}
.footer{
	background-size:100% auto;
	background-color:#fff;
	padding-top:35px

}

}



@media only screen and (min-width: 768px) and (max-width:991px) {
.container{
	width:750px;
}

.header ul li{
	text-align:left;
	font-size:14px;
}
.price .sale-price{
	font-size:45px;
}
.price .regular-price{
	font-size:25px;
}
.content-inner{
	padding:0;
}
.desc-right{
	width:100%;
	margin:30px 0 0;
}
.product-slider{
	margin:0 auto;
	float:none;
	height: 458px;
}
.list-block{
	font-size:16px;
}
.content{
	background-size:100% auto;
}
.service-list li{
	padding:0 10px;
}
.product-item li{
	width: 50%;
    margin: 0 0 30px;
}
.product-item li p{
	font-size:16px;
}
.label-block label{
	margin:0 20px;
}
.tab-content{
	padding:0;
}

.product-item li{
	background-position:center bottom;
}
.header ul li{
	padding: 0 80px 0 0;
}
.header ul li p{
	font-size:18px;
}
#navbar ul li a{
	padding:10px 5px;
}
.banner-inner h1{
	font-size:80px;
	line-height:80px;
}
.banner-inner h3{
	font-size:30px;
	line-height:20px;
}

.service-block{
	background-position:right bottom;
}
.service-list li h2{
	font-size:20px;
}

.service-block::before{
	height:100px;
	bottom:15px;
}
#slider{
	height:230px;
}
.footer-logo{
	max-width:150px;
}
.quick-link li{
	margin-right:35px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container{
	width:970px;
}
.content-inner{
	padding:0;
}
.service-inner {
    max-width: 210px;
    text-align: center;
}
.service-block{
	padding:45px 0 15px 40px;
	background-position: right bottom;
}
.desc-right{
	width: 315px;
    padding: 0;
}
.price{
	padding:0;
	margin:0 0 15px;
}
.price .sale-price{
	font-size:35px;
	line-height: 35px;
}
.price .regular-price{
	font-size:22px;
}
.list-block label{
	width:105px;
}
.list-block label,
.list-block span{
	font-size:16px;
}
.list-block{
	font-size:16px;
	    width: 100%;
}
.service-list li{
	padding:0 15px;
}

.product-item li p{
	font-size:16px;
}
.tab-content{
	padding:0;
}
.header ul li{
	font-size:13px;
}

.product-thumb{
	height:217px;
}
.list-block{
	padding:0 0 20px;
	margin:0 0 15px;
}
.list-full{
	margin:0;
}
.product-info .title{
	font-size:20px;
}
#slider{
	height:335px;
}
}

/*ASSEL EDITS*/

.p1 big-img

/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
