/***/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {display: none;}
#cssmenu {width: auto; line-height:1;}
#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #a2c33f;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {float: left;}
#cssmenu.align-center > ul {font-size: 0; text-align: center;}
#cssmenu.align-center > ul > li {display: inline-block; float: none;}
#cssmenu.align-center ul ul {text-align: left;}
#cssmenu.align-right > ul > li {float: right;}
#cssmenu.align-right ul ul {text-align: right;}
#cssmenu > ul > li > a {
  padding:20px 15px;
  margin: 0px 1px;
  font-size:14px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {color:#a2c33f;}
#cssmenu > ul > li.has-sub > a {padding-right:40px;}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top:24px;
  right:15px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {border-color: #a2c33f;}
#cssmenu ul ul {position: absolute; left: -9999px; z-index:9;}
#cssmenu li:hover > ul {left: auto;}
#cssmenu.align-right li:hover > ul {right: 0;}
#cssmenu ul ul ul {margin-left: 100%; top: 0;}
#cssmenu.align-right ul ul ul {margin-left: 0; margin-right: 100%;}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {/*height:45px;*/ height:auto;}
#cssmenu ul ul li a {
  padding:10px 10px;
  width:235px;
  font-size:13px;
  background:rgba(0,0,0,0.7);
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height:22px;
  text-align:left;
  margin:1px auto 0px auto;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {color: #ffffff; background-color:#08c15d;}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {border-color: #ffffff;}
@media only screen and (min-width: 150px) and (max-width: 767px) {
#cssmenu {background-color:#000; width: 100%;}
#cssmenu ul {width: 100%; display: none;}
#cssmenu.align-center > ul,
#cssmenu.align-right ul ul {text-align: left;}
#cssmenu ul li,
#cssmenu ul ul li,
#cssmenu ul li:hover > ul > li {width: 100%; height: auto;  border-top: 1px solid rgba(120, 120, 120, 0.15);}
#cssmenu ul li a,
#cssmenu ul ul li a {width: 100%;}
#cssmenu > ul > li > a {padding: 18px 20px; color:#FFF; text-align:left;}
#cssmenu > ul > li,
#cssmenu.align-center > ul > li,
#cssmenu.align-right > ul > li {float: none; display: block;}
#cssmenu ul ul li a {padding: 20px 20px 20px 30px; font-size:14px; color: #FFF; background: none;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {color: #FFF;}
#cssmenu ul ul ul li a {padding-left: 40px;}
#cssmenu ul ul,
#cssmenu ul ul ul {position: relative; left: 0; right: auto; width: 100%; margin: 0;}
#cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {display: none;}
#menu-line {display: none;}
#cssmenu #menu-button { display:block; padding:15px 15px; color: #FFF; cursor: pointer; font-size:14px; text-align:left; text-transform: uppercase;}
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #FFF;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #FFF;
    z-index: 99;
  }
#cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #FFF;
    z-index: 99;
  }
#cssmenu .submenu-button.submenu-opened:after {display: none;}
}
/***/




/***/
#fw_al_003 { overflow:hidden; height:auto; position:relative;}
#fw_al_003:hover { cursor:-moz-grab; cursor:-webkit-grab }
#fw_al_003:active { cursor:-moz-grabbing; cursor:-webkit-grabbing }
/*#fw_al_003>.carousel-inner>.item>img, #fw_al_003>.carousel-inner>.item>a>img { opacity:.4; margin:auto; width:100%!important }
.ps_fade { opacity:1 }*/
.ps_fade .item { top:0; z-index:1; opacity:0; width:100%; position:absolute; left:0!important; display:block!important; -webkit-transition:opacity ease-in-out 1s; -moz-transition:opacity ease-in-out 1s; -ms-transition:opacity ease-in-out 1s; -o-transition:opacity ease-in-out 1s; transition:opacity ease-in-out 1s }
.ps_fade .item:first-child { top:auto; position:relative }
.ps_fade .item.active { opacity:1; z-index:2; -webkit-transition:opacity ease-in-out 1s; -moz-transition:opacity ease-in-out 1s; -ms-transition:opacity ease-in-out 1s; -o-transition:opacity ease-in-out 1s; transition:opacity ease-in-out 1s }
.ps_control_bsquare .carousel-control {
	top: 50%;
	opacity:10px;
	width: 35px;
	height: 35px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size: 32px;
	cursor: pointer;
	overflow: hidden;
	line-height: 27px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
	padding:0px;
	background:rgba(0,0,0,0.3);
}

.ps_control_bsquare:hover .carousel-control { opacity:1 }
.ps_control_bsquare .carousel-control.left { left:0; }
.ps_control_bsquare .carousel-control.right { right:0; }
.ps_control_bsquare .carousel-control.left:hover, .ps_control_bsquare .carousel-control.right:hover { 
	color:#FFF; 
	background:rgba(0,0,0,0.6);
	-webkit-transition:opacity ease-in-out 1s; 
	 -moz-transition:opacity ease-in-out 1s; 
	 -ms-transition:opacity ease-in-out 1s; 
	 -o-transition:opacity ease-in-out 1s; 
	 transition:opacity ease-in-out 1s
}
.ps_control_bsquare .carousel-control.left>span:nth-child(1) {left:45%}
.ps_control_bsquare .carousel-control.right>span:nth-child(1) {right:45%}
/*.fw_al_003_slide { left:0; top:30%; right:0; margin:auto; padding:10px; position:absolute; text-align:left; width:80%; }*/
.fw_al_003_slide {
	left: 0%;
	top: 15%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 72%;
}
.fw_al_003_slide>h1 { 
	padding:5px 0px; 
	color:#FFF; 
	font-size:62px; 
	font-weight:bold; 
	line-height:62px; 
	margin-bottom:5px; 
	letter-spacing:1px;  
	font-style:italic;
	text-shadow: 2px 2px 4px #000000;
	-webkit-animation-delay:.7s;
	animation-delay:.7s;
	text-align: left;
}
.fw_al_003_slide > h2 {
	padding: 5px 0px;
	color: #fdfbfc;
	font-size: 38px;
	font-weight: normal;
	text-align: left;
	line-height: 46px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-style: italic;
	text-shadow: 2px 2px 4px #000000;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.fw_al_003_slide > p {
	padding: 20px;
	color: #FFF;
	background: rgba(74,98,113,0.7);
	font-size: 28px;
	font-weight: normal;
	line-height:30px;
	margin: 20px auto;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
	text-align: center;
	border-radius: 10px;
}
.fw_al_003_slide > p span {display:block; color:#FFF; font-size: 18px; font-weight: normal; line-height: 21px;}
.banner-but-1 {
	padding: 10px 30px;
	margin: 20px 5px;
	width: auto;
	display: inline-block;
	background-color: #a2c33f;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	border-radius: 5px;
}
.banner-but-1:hover {border:solid 2px #a2c33f; background-color:transparent;}
/***/



/***/
.parallax-1 {
	padding:0px; 
	margin:5% auto;
	width:100%;
	height:450px;
    background-image:url(../images/parallax-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display: block;
	overflow: hidden;
}
/***/








/***/
.all-product {margin:0px auto;}
.product-area {margin: 100px 0;}
.all-product .single-product {margin:0px; }
.single-product {margin: 30px 0;}
.product-thumb {position: relative;}
.all-product .single-product .product-thumb {padding-top: 0px;}
.product-thumb img {width: 100%;}
.all-product .owl-controls {position: absolute; top: 44%; width: 100%;}
#view-deal-related .all-product .owl-controls {position: absolute; top: 25%; width: 100%;}
#view-deal-related .all-product .owl-controls .owl-prev {left: 5px; position: absolute;}
#view-deal-related .all-product .owl-controls .owl-next {right: 06px; position: absolute;}
.all-product .owl-controls .owl-prev {left: 0; position: absolute;}
.all-product .owl-controls .owl-next {right: 0; position: absolute;}
#view-deal-related .all-product .owl-controls .owl-prev i, #view-deal-related .all-product .owl-controls .owl-next i  {
	background: #808080de;
	color: #f1f1f1;
}
.all-product .owl-controls .owl-prev i {
  background: rgba(150,176,79,0.5);
  color: #a2c33f;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  width: 50px;
}
.all-product .owl-controls .owl-next i {
  color: #a2c33f;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  background: rgba(150,176,79,0.5);
}
/**/
.all-product-1 {margin:0px auto;}
.all-product-1 .single-product {margin: 0 15px; }
.all-product-1 .single-product .product-thumb {padding-top: 0px;}
.all-product-1 .owl-controls {position: absolute; top: 44%; width: 100%;}
.all-product-1 .owl-controls .owl-prev {left: -5%; position: absolute;}
.all-product-1 .owl-controls .owl-next {right: -5%; position: absolute;}
.all-product-1 .owl-controls .owl-prev i {
 background: rgba(150,176,79,0.5);
  color: #FFF;
  font-size: 33px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  width: 30px;
  background-color:#999999;
}
.all-product-1 .owl-controls .owl-next i {
  background: rgba(150,176,79,0.5);
  color: #FFF;
  font-size: 33px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  background-color:#999999;
}
/**/
.all-product .owl-controls .owl-prev i:hover {transition: all 0.5s ease-out 0s; background: rgba(150,176,79,0.7); color: #ffffff;}
.all-product .owl-controls .owl-next i:hover {transition: all 0.5s ease-out 0s; background: rgba(150,176,79,0.7); color: #ffffff;}
.all-product .owl-controls .owl-buttons div {background: none; border: none;}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{display: none; position: relative; width: 100%; -ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer {overflow: hidden; position: relative; width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/***/




/***/
/***/



/***/
/***/




@media only screen and (min-width:150px) and (max-width:480px) {
.ps_control_bsquare .carousel-control {top:45%; width: 30px; height: 30px; font-size:15px; line-height: 28px; padding: 0px 10px;}
.fw_al_003_slide {top:15%; padding:0px; width:80%; left:0}
#fw_al_003 {overflow: inherit;}

.fw_al_003_slide > h1 {padding:px; font-size: 15px; line-height:25px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > h2 {padding: 5px 0px; font-size: 12px; line-height:20px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > p {padding: 5px 0px; font-size: 12px; line-height:20px; margin: 0px auto; letter-spacing: 1px;}
.fw_al_003_slide > p span {font-size: 12px; line-height:20px;}

.banner-but-1 {padding: 5px; margin: 5px; font-size: 12px; line-height: 20px;}
.all-product-1 .owl-controls .owl-prev {left: 0px; position: absolute;}
.all-product-1 .owl-controls .owl-next {right: 0px; position: absolute;}
}

@media only screen and (min-width:481px) and (max-width:767px) {
.ps_control_bsquare .carousel-control {top:45%; width: 30px; height: 30px; font-size:15px; line-height: 28px; padding: 0px 10px;}
.fw_al_003_slide {top:15%; padding:0px; width:80%; left:0}
#fw_al_003 {overflow: inherit;}

.fw_al_003_slide > h1 {padding:px; font-size: 16px; line-height:25px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > h2 {padding: 5px 0px; font-size: 13px; line-height:20px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > p {padding: 5px 0px; font-size: 13px; line-height:20px; margin: 0px auto; letter-spacing: 1px;}
.fw_al_003_slide > p span {font-size: 13px; line-height:20px;}

.banner-but-1 {padding: 10px; margin: 5px; font-size: 13px; line-height: 20px;}
.all-product-1 .owl-controls .owl-prev {left: 0px; position: absolute;}
.all-product-1 .owl-controls .owl-next {right: 0px; position: absolute;}
}

@media only screen and (min-width:768px) and (max-width:991px) {
/*#cssmenu > ul > li > a {padding:10px 10px; margin:0px; font-size:12px;}
#cssmenu > ul > li.has-sub > a::after {top:10px;}*/

.ps_control_bsquare .carousel-control {top:50%; width:40px; height:40px; font-size:18px; line-height:40px; padding: 0px 15px;}
.fw_al_003_slide {top: 20%; padding: 5px; width: 70%; }	
.banner-but {padding: 11px 15px; margin: 5px 0px; width: 155px; font-size: 14px;}

.fw_al_003_slide > h1 {padding:px; font-size: 25px; line-height:35px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > h2 {padding: 5px 0px; font-size: 20px; line-height:30px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > p {padding: 5px 10px; font-size: 17px; line-height:30px; margin-bottom: 5px; letter-spacing: 1px;}

.banner-but-1 {padding: 10px 17px; margin: 5px; font-size: 13px; line-height: 18px;}

.all-product-1 .owl-controls .owl-prev {left: 0px; position: absolute;}
.all-product-1 .owl-controls .owl-next {right: 0px; position: absolute;}
}

@media only screen and (min-width:992px) and (max-width: 1365px) {
#cssmenu > ul > li > a {padding:23px 20px; font-size:15px;}
#cssmenu > ul > li.has-sub > a::after {top:24px;}

.ps_control_bsquare .carousel-control {top:50%; width:40px; height:40px; font-size:18px; line-height:40px; padding: 0px 15px;}
.fw_al_003_slide {top: 20%; padding: 5px; width: 70%; }	
.banner-but {padding: 11px 15px; margin: 5px 0px; width: 155px; font-size: 14px;}

.fw_al_003_slide > h1 {padding:px; font-size: 30px; line-height:40px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > h2 {padding: 5px 0px; font-size: 25px; line-height:35px; margin:0px auto; letter-spacing: 1px;}
.fw_al_003_slide > p {padding: 5px 10px; font-size: 17px; line-height:30px; margin-bottom: 5px; letter-spacing: 1px;}

.banner-but-1 {padding: 10px 17px; margin: 5px; font-size: 13px; line-height: 18px;}

.all-product-1 .owl-controls .owl-prev {left: 0px; position: absolute;}
.all-product-1 .owl-controls .owl-next {right: 0px; position: absolute;}

}





/*@media only screen and (min-width:1366px) and (max-width: 1609px) {

}*/