/*************************
        scroll to top
*************************/
#scrollUp {
	background: #555;
	border: 2px solid #ddd;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 100%;
	bottom: 25px;
	right: 25px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#scrollUp:hover {
	background: #ea5504;
	border-color: #ea5504;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.p-0 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 {
	margin-top: 0;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-150 {
	margin-top: 150px;
}
/*************************
      Margin right
*************************/
.mr-0 {
	margin-right: 0px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-50 {
	margin-right: 50px;
}
.mr-60 {
	margin-right: 60px;
}
.mr-70 {
	margin-right: 70px;
}
.mr-80 {
	margin-right: 80px;
}
.mr-90 {
	margin-right: 90px;
}
.mr-100 {
	margin-right: 100px;
}
.mr-110 {
	margin-right: 110px;
}
.mr-120 {
	margin-right: 120px;
}
.mr-130 {
	margin-right: 130px;
}
.mr-140 {
	margin-right: 140px;
}
.mr-150 {
	margin-right: 150px;
}
/*************************
      Margin bottom
*************************/
.mb-0 {
	margin-bottom: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-150 {
	margin-bottom: 150px;
}
/*************************
        Margin left
*************************/
.ml-0 {
	margin-left: 0;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-80 {
	margin-left: 80px;
}
.ml-90 {
	margin-left: 90px;
}
.ml-100 {
	margin-left: 100px;
}
.ml-110 {
	margin-left: 110px;
}
.ml-120 {
	margin-left: 120px;
}
.ml-130 {
	margin-left: 130px;
}
.ml-140 {
	margin-left: 140px;
}
.ml-150 {
	margin-left: 150px;
}
/*************************
        Padding top
*************************/
.pt-0 {
	padding-top: 0;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-150 {
	padding-top: 150px;
}
/*************************
        Padding right
*************************/
.pr-0 {
	padding-right: 0;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-108 {
	padding-right: 108px;
}
.pr-110 {
	padding-right: 110px;
}
.pr-120 {
	padding-right: 120px;
}
.pr-130 {
	padding-right: 130px;
}
.pr-140 {
	padding-right: 140px;
}
/*************************
        Padding bottom
*************************/
.pb-0 {
	padding-bottom: 0;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-150 {
	padding-bottom: 150px;
}
/*************************
        Padding left
*************************/
.pl-0 {
	padding-left: 0;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-108 {
	padding-left: 108px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-120 {
	padding-left: 120px;
}
.pl-130 {
	padding-left: 130px;
}
.pl-140 {
	padding-left: 140px;
}
.pl-150 {
	padding-left: 150px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
	padding: 0;
}
.ptb-10 {
	padding: 10px 0;
}
.ptb-20 {
	padding: 20px 0;
}
.ptb-30 {
	padding: 30px 0;
}
.ptb-40 {
	padding: 40px 0;
}
.ptb-50 {
	padding: 50px 0;
}
.ptb-60 {
	padding: 60px 0;
}
.ptb-70 {
	padding: 70px 0;
}
.ptb-80 {
	padding: 80px 0;
}
.ptb-90 {
	padding: 90px 0;
}
.ptb-100 {
	padding: 100px 0;
}
.ptb-110 {
	padding: 110px 0;
}
.ptb-120 {
	padding: 120px 0;
}
.ptb-130 {
	padding: 130px 0;
}
.ptb-140 {
	padding: 140px 0;
}
.ptb-150 {
	padding: 150px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
	margin: 0;
}
.mtb-10 {
	margin: 10px 0;
}
.mtb-15 {
	margin: 15px 0;
}
.mtb-20 {
	margin: 20px 0;
}
.mtb-30 {
	margin: 30px 0;
}
.mtb-40 {
	margin: 40px 0;
}
.mtb-50 {
	margin: 50px 0;
}
.mtb-60 {
	margin: 60px 0;
}
.mtb-70 {
	margin: 70px 0;
}
.mtb-80 {
	margin: 80px 0;
}
.mtb-90 {
	margin: 90px 0;
}
.mtb-100 {
	margin: 100px 0;
}
.mtb-110 {
	margin: 110px 0;
}
.mtb-120 {
	margin: 120px 0;
}
.mtb-130 {
	margin: 130px 0;
}
.mtb-140 {
	margin: 140px 0;
}
.mtb-150 {
	margin: 150px 0;
}
/*************************************
    Background variation set 
 **************************************/
/*colored background*/
.white-bg {
	background: #fff !important;
}
.gray-bg {
	background: #f8f8fa !important;
}
.gray-bg2 {
	background: #f2f2f2 !important;
}
.gray-bg3 {
	background: #f8f8f8 !important;
}
.black-bg {
	background: #000000 !important;
}
.default-bg {
	background: #50c1f0 !important;
}
.transparent-bg {
	background: transparent !important;
}
/*colored text*/
.white-txt {
	color: #fff !important;
}
/*Opacity background*/
.bg-opacity-black-10:before,
.bg-opacity-black-20:before,
.bg-opacity-black-30:before,
.bg-opacity-black-40:before,
.bg-opacity-black-50:before,
.bg-opacity-black-60:before,
.bg-opacity-black-70:before,
.bg-opacity-black-80:before,
.bg-opacity-black-90:before,
.bg-opacity-white-10:before,
.bg-opacity-white-20:before,
.bg-opacity-white-30:before,
.bg-opacity-white-40:before,
.bg-opacity-white-50:before,
.bg-opacity-white-60:before,
.bg-opacity-white-70:before,
.bg-opacity-white-80:before,
.bg-opacity-white-90:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bg-opacity-black-10:before {
	background: rgba(0, 0, 0, 0.1);
}
.bg-opacity-black-20:before {
	background: rgba(0, 0, 0, 0.2);
}
.bg-opacity-black-30:before {
	background: rgba(0, 0, 0, 0.3);
}
.bg-opacity-black-40:before {
	background: rgba(0, 0, 0, 0.4);
}
.bg-opacity-black-50:before {
	background: rgba(0, 0, 0, 0.5);
}
.bg-opacity-black-60:before {
	background: rgba(0, 0, 0, 0.6);
}
.bg-opacity-black-70:before {
	background: rgba(0, 0, 0, 0.7);
}
.bg-opacity-black-80:before {
	background: rgba(0, 0, 0, 0.8);
}
.bg-opacity-black-90:before {
	background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
	background: rgba(255, 255, 255, 0.1);
}
.bg-opacity-white-20:before {
	background: rgba(255, 255, 255, 0.2);
}
.bg-opacity-white-30:before {
	background: rgba(255, 255, 255, 0.3);
}
.bg-opacity-white-40:before {
	background: rgba(255, 255, 255, 0.4);
}
.bg-opacity-white-50:before {
	background: rgba(255, 255, 255, 0.5);
}
.bg-opacity-white-60:before {
	background: rgba(255, 255, 255, 0.6);
}
.bg-opacity-white-70:before {
	background: rgba(255, 255, 255, 0.7);
}
.bg-opacity-white-80:before {
	background: rgba(255, 255, 255, 0.8);
}
.bg-opacity-white-90:before {
	background: rgba(255, 255, 255, 0.9);
}
/*---------------------
    Animation Css
----------------------*/
@-webkit-keyframes crFlipX {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@keyframes crFlipX {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
/*-------------------
Common Style CSS
-------------------*/
.slick-slide:active,
.slick-slide:focus {
	outline: none;
}
.tab-content {
	width: 100%;
}
.tab-content .tab-pane {
	display: block;
	height: 0;
	max-width: 100%;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible;
}
.vbox-close {
	background: #ea5504 url("close.gif") no-repeat scroll 10px center !important;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	position: fixed;
	right: 40px;
	text-indent: 2px;
	top: 14px;
	width: 46px;
	border-radius: 2px;
}

/*------------------------------
    2. Header Area CSS
--------------------------------*/
/*header menu sticky*/

.header-menu {
	display: inline-block;
}

.header-option {
	display: inline-block;
	margin-right: -110px;
}
.header-sticky {
	-webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
	transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}
.header-sticky.is-sticky {
	background: rgba(255, 255, 255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 10px 0;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;

}
.header-sticky.is-sticky nav > ul > li > a {
	color: #000;
}
.header-sticky.is-sticky .header-option a {
	color: #000;
}
.header-sticky.is-sticky .header-menu-area nav > ul > li > a {
	padding: 20px 0;
	color: #000;
}
/*4. Mobile Menu CSS*/
.mobile-menu .mean-nav > ul {
	overflow-y: auto;
	max-height: 400px;
}
.mobile-menu {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 0 100% !important;
	flex: 1 0 100% !important;
}
.mobile-menu .mean-bar {
	position: relative;
	/*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -55px;
}
.mobile-menu .mean-bar .meanmenu-reveal span {
	position: relative;
	/*---- Menu Open ----*/
	/*---- Menu Close ----*/
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #282828;
	height: 3px;
	margin-top: 3px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}
.mean-container a.meanmenu-reveal {
	color: #282828;
}
.mean-container .mean-bar {
	padding: 0;
	min-height: 0;
}
.mean-container .mean-nav {
	background: transparent;
	margin-top: 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
	top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
	bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
	height: 2px;
	width: 26px;
	background-color: transparent;
	display: block;
	margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu .mean-bar .mean-nav {
	background-color: #ffffff;
}
.mobile-menu .mean-bar .mean-nav > ul {
	margin-bottom: 30px;
	border: 1px solid #eeeeee;
	border-top: 0px solid transparent;
	overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
	.mobile-menu .mean-bar .mean-nav > ul {
		max-height: 180px;
		overflow-y: auto;
	}
	.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	
}
@media only screen and (max-width: 479px) {
	.mobile-menu .mean-bar .mean-nav > ul {
		max-height: 220px;
		overflow-y: auto;
	}
}
.mobile-menu .mean-bar .mean-nav > ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	/*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
	font-size: 13px;
	display: block;
	color: #444444;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding: 0 40px 0 20px;
	width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li a:before {
	display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
	color: #202020;
	padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: -1px;
	top: 0;
	font-size: 20px !important;
	color: #444444;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	background-color: transparent;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
	line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul {
	position: static;
	background-color: #fff;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	box-shadow: none;
	display: none;
	float: left;
	min-width: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(0px) rotateX(0deg);
	transform: perspective(0px) rotateX(0deg);
	-webkit-transition: none;
	transition: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav > ul li ul li {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-right: 0px solid transparent;
	width: 100%;
	display: block !important;
	float: left;
	width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li a {
	font-size: 12px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a:before,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a:before,
.mobile-menu .mean-bar .mean-nav > ul li ul li a:before {
	display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul {
	background-color: rgba(0, 0, 0, 0.04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
	border-top: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
	border: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
	background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
	border-top: 1px solid #eeeeee;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
	border: 1px solid #eeeeee;
}
/*Mobile Menu css end*/
.header-container {
	position:relative;
}
.header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom: 1px solid #f2f2f2;
}
.header-wrapper {
	max-width: 1024px;
    margin: 0 auto;
}
.header-area .col-lg-9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.logo-area {
	display: inline-block;
}
.title-area {
	display: inline-block;
	margin-left: 13px;
}
.title-area p {
	font-size: 18px;
	font-weight: 700;
}

.main-menu > li {
	list-style: none;
	display: inline-block;
	padding: 0 18px;
	position: relative;
	border-right: 1px solid #989898;
}
.main-menu > li:last-child {
	border-right: none;
}
.main-menu > li > P {
	margin: 0;
	font-size: 9px;
	text-align: center;
}
.main-menu > li > a {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: 800;
	padding: 0 6px;
	text-transform: capitalize;
	position: relative;
	display: block;
	color: #000;
	text-align: center;
}
.main-menu > li:before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 50%;
	right: 50%;
	background: #ea5504;
	display: block;
	width: 0;
	height: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu > li:hover:before {
	left: 0;
	right: 0;
	width: 100%;
}
.main-menu > li:after {
	position: absolute;
	left: 0;
	content: "";
	bottom: -15px;
	display: block;
	width: 100%;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url(/web/public/images/icon/down.png);
	background-position: center;
}
.main-menu > li.active:after{
	background-image: url(/web/public/images/icon/down-act.png);
}
.dropdown,
.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	padding: 20px 0 0;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #ededed;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}
.main-menu > li:hover .dropdown,
.main-menu > li:hover .mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	visibility: visible;
}
.dropdown > li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.dropdown > li:last-child {
	border-bottom: none;
}
.dropdown > li > a {
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0;
	display: block;
	font-weight: 400;
	color: #666666;
}
.dropdown > li > a:hover,
.mega-menu > li > ul > li > a:hover {
	color: #ea5504;
}
.mega-menu {
	width: 100%;
	min-width: 500px;
	padding: 35px 15px 20px 15px;
	left: auto;
	right: 0;
}
.mega-menu > li {
	float: left;
	width: 33.33%;
	padding: 0px 5px 20px 5px;
	list-style: none;
}
.mega-menu > li > a.item-link {
	font-size: 12px;
	font-weight: 700;
	color: #666;
	line-height: 18px;
	margin: 0 0 12px;
	pointer-events: none;
}
.mega-menu > li > ul > li {
	list-style: none;
	display: block;
}
.mega-menu > li > ul > li > a {
	font-size: 13px;
	color: #898989;
	display: block;
	padding: 7px 0;
	font-weight: 400;
	line-height: 18px;
}

/*mini cart and search area css*/
.mini-cart-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mini-cart-search > div {
	margin-right: 35px;
}
.mini-cart-search > div:last-child {
	margin-right: 0;
}
.mini-cart {
	position: relative;
	padding: 15px 0;
}
.mini-cart > a {
	color: #000;
	position: relative;
	padding-left: 35px;
	display: block;
}
.mini-cart:hover > a {
	color: #ea5504;
}
.cart-icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cart-icon:before {
	content: '\f07a';
	font-family: FontAwesome;
	line-height: 1;
	font-size: 18px;
	vertical-align: center;
}
.cart-quantity {
	position: absolute;
	background: #ea5504;
	height: 19px;
	line-height: 19px;
	width: 19px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	left: 12px;
	top: -6px;
	z-index: 1;
}
.cart-title {
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	line-height: 1;
}
.cart-title > strong {
	display: block;
	font-weight: 500;
	margin-top: 6px;
}
.cart-dropdown {
	text-align: left;
	position: absolute;
	top: 100%;
	right: 0;
	width: 360px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 25px 15px 25px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
}
.cart-dropdown ul > li {
	display: block;
	list-style: none;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.cart-dropdown ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.cart-img {
	float: left;
	width: 25%;
}
.cart-img img {
	width: 100%;
}
.cart-img > a {
	display: block;
	border: 1px solid #ededed;
}
.cart-img > a:hover {
	border-color: #ea5504;
}
.cart-content {
	float: left;
	width: 62%;
	margin-left: 20px;
}
.product-name {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 30px 5px 0;
	text-align: left;
}
.cart-content span.quantity {
	color: #555555;
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}
.cart-content span.cart-price {
	display: block;
	margin-top: 8px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height: 21px;
}
.cart-remove {
	position: relative;
}
.cart-remove > a {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1;
}
.cart-subtotal {
	border-top: 1px solid #e5e5e5;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	padding: 15px 0;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}
.cart-subtotal > strong {
	font-weight: 400;
}
.cart-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}
.cart-btn a {
	background: #fff;
	color: #555;
	border: 2px solid #e5e5e5;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 48px;
	padding: 0;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 125px;
	border-radius: 3px;
}
.cart-btn a:hover {
	background: #ea5504;
	border-color: #ea5504;
	color: #fff;
}
.search-box {
	position: relative;
}
.search-box > a {
	font-size: 18px;
	height: 62px;
	line-height: 62px;
	display: block;
	color: #000;
}
.search-box:hover > a {
	color: #ea5504;
}
.search-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.search-dropdown > form {
	background: #fff;
	padding: 0 20px;
	white-space: nowrap;
}
.search-dropdown > form > input {
	background: none;
	border: none;
	color: #666666;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	outline: none;
	padding-right: 25px;
	width: 280px;
}
.search-dropdown > form > button {
	background: none;
	border: none;
	box-shadow: none;
	color: #666666;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	outline: none;
	cursor: pointer;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.search-dropdown > form > button:hover {
	color: #ea5504;
}
.currency-box {
	position: relative;
}
.currency-box > a {
	font-size: 18px;
	line-height: 62px;
	height: 62px;
	color: #000;
	display: block;
	text-align: center;
}
.currency-box:hover > a {
	color: #ea5504;
}
.currency-dropdown {
	background: #ffffff;
	color: #666666;
	font-size: 13px;
	min-width: 230px;
	padding: 30px 25px;
	position: absolute;
	right: 0;
	top: 100%;
	width: auto;
	text-align: left;
	z-index: 3000;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.currency-box:hover .currency-dropdown {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.currency-dropdown ul.menu-top-menu {
	margin-bottom: 25px;
}
.menu-top-menu > li {
	list-style: none;
	margin-bottom: 6px;
	white-space: nowrap;
}
.menu-top-menu > li > a {
	font-size: 13px;
	color: #666;
	line-height: 25px;
}
.menu-top-menu > li > a:hover {
	color: #ea5504;
}
.switcher {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 20px;
}
.language {
	margin-bottom: 8px;
}
.switcher-title {
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}
.switcher-menu {
	background: none;
	display: inline-block;
}
.switcher-menu > ul > li {
	list-style: none;
	position: relative;
}
.switcher-menu > ul > li > a {
	background: none;
	color: #ea5504;
	cursor: pointer;
	font-size: inherit;
	font-weight: normal;
	padding: 5px 15px 5px 0;
	position: relative;
	vertical-align: middle;
}
.switcher-menu > ul > li > a:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.switcher-dropdown {
	background: #fff;
	border: 1px solid #e5e5e5;
	height: auto;
	left: 50%;
	padding: 6px 10px !important;
	position: absolute;
	top: 100%;
	z-index: 1000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.switcher-menu > ul > li:hover .switcher-dropdown {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.switcher-dropdown > li {
	list-style: none;
	display: block;
	border-bottom: 0 10px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.switcher-dropdown > li:last-child {
	border-bottom: none;
}
.switcher-dropdown > li > a {
	background: none;
	color: #666666;
	display: block;
	line-height: 33px;
	white-space: nowrap;
}
.switcher-dropdown > li > a:hover {
	color: #ea5504;
}
/*header style 3*/
.header-area.header-sticky.is-sticky .header-boxshadow {
	margin-top: 0;
}
.header-area.header-sticky.is-sticky .header-boxshadow:before,
.header-area.header-sticky.is-sticky .header-boxshadow:after {
	display: none;
}
.header-area.header-sticky.is-sticky .header-boxshadow .header-inner {
	background: transparent;
	padding: 0 15px;
	box-shadow: none;
}
.header-boxshadow {
	margin: 0 auto;
	max-width: 1170px;
	margin-top: 60px;
	position: relative;
}
.header-inner {
	background: #fff;
	padding: 10px 15px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}
.header-boxshadow:after,
.header-boxshadow:before {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}
.header-boxshadow:before {
	left: 6px;
	right: 6px;
	top: 6px;
	z-index: 3;
}
.header-boxshadow:after {
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 2;
}
/*----------------------------
    Header Style 4 css
----------------------------*/
/*header top css*/
.header-top-language-currency .switcher {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
}
.header-top-language-currency .switcher > div {
	float: left;
	padding: 0 20px;
	position: relative;
	margin-bottom: 0;
}
.header-top-language-currency .switcher > div:before {
	background: #fff;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-top-language-currency .switcher > div:last-child:before {
	display: none;
}
.header-top-language-currency .switcher > div:first-child {
	padding-left: 0;
}
.header-top-language-currency .switcher > div:last-child {
	padding-right: 0;
}
.header-top-language-currency .switcher-menu > ul > li > a {
	color: #fff;
}
.header-top-language-currency .switcher-menu > ul > li:hover > a {
	color: #ea5504;
}
.header-top-right .menu-top-menu > li {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.header-top-right .menu-top-menu > li:before {
	background: #fff;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-top-right .menu-top-menu > li:last-child:before {
	display: none;
}
.header-top-right .menu-top-menu > li > a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}
.header-top-right .menu-top-menu > li:first-child > a {
	padding-left: 0;
}
.header-top-right .menu-top-menu > li:last-child > a {
	padding-right: 0;
}
.header-top-right .menu-top-menu > li > a:hover {
	color: #ea5504;
}
/*header middle css*/
.header-middle-area {
	padding: 30px 0;
}
.header-phone > p {
	color: #000;
	font-size: 15px;
	line-height: 21px;
	margin-left: 35px;
}
.header-search-area {
	padding: 5px 15px;
}
.header-search-area form {
	background: transparent;
	border: 1px solid #555;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
}
.header-search-area form input {
	border: none;
	color: #000000;
	height: 47px;
	line-height: 45px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 0 60px 0 20px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}
.header-search-area form button {
	background: none;
	border: none;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	outline: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1px;
	width: 45px;
	z-index: 9;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.header-search-area form button:hover {
	color: #ea5504;
}
.header-middle-area .mini-cart {
	margin-left: 30px;
}
/*header bottom area css*/
.header-bottom-area .header-boxshadow {
	margin-top: 0;
}
.header-bottom-area .header-inner {
	padding: 0;
}
.header-bottom-area.header-sticky.is-sticky .header-boxshadow {
	margin-top: 0;
}
.header-bottom-area.header-sticky.is-sticky .header-boxshadow:before,
.header-bottom-area.header-sticky.is-sticky .header-boxshadow:after {
	display: none;
}
.header-bottom-area.header-sticky.is-sticky .header-boxshadow .header-inner {
	background: transparent;
	box-shadow: none;
}
.logo-sticky {
	display: none;
}
.header-sticky.is-sticky .logo-sticky {
	float: left;
	display: block;
}
.header-sticky.is-sticky .header-menu {
	background: transparent;
}
.container-wrapper {
	margin-top: 0;
    position: relative;
    max-width: 1042px;
    margin-left: auto;
    margin-right: auto;
	padding-top:108px;
}
/*---------------------------
    1. map Area CSS
----------------------------*/
.map {
	background-image: url(/web/public/images/bg/map1s.png);
	height: 644px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
}
a.popup-img {
	position: absolute;
	width: 43px;
	height: 43px;
	line-height: 43px;
	margin-top: -21px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background: #373737;
	color: #fff;
	border-radius: 4px;
	z-index: 999;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.product-large-thumb {
	position:relative;
}
.product-large-thumb:hover a.popup-img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.popup-img:hover {
	background-color: rgba(241,90,34,0.7);
	color: #fff;
}
/*---------------------------
    2. Shop Categories Area CSS
-----------------------------*/
.cat-1 {
	width: 39%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: none;
}
.cat-2 {
	width: 61%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 61%;
	flex: 0 0 61%;
	max-width: none;
}
.cat-3 {
	width: 54%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 54%;
	flex: 0 0 54%;
	max-width: none;
}
.cat-4 {
	width: 46%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: none;
}
.cat-5 {
	width: 36%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: none;
}
.cat-6 {
	width: 64%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	max-width: none;
}
.categories-img {
	position: relative;
}
.categories-img > a {
	display: block;
	width: 100%;
}
.categories-img > a:hover {
	box-shadow: 0px 10px 30px 0px #d3d3d3;
}
.categories-content {
	background: #fff;
	left: 50%;
	margin: 0;
	margin-right: -50%;
	padding: 10px 15px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.categories-img:hover .categories-content {
	background: #ea5504;
}
.categories-content > h3 {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.categories-content > h4 {
	color: #ea5504;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.categories-img:hover .categories-content > h3,
.categories-img:hover .categories-content > h4 {
	color: #fff;
}
.bg-map {
	background-image: url('/web/public/images/bg/map512.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 80%;
	background-attachment: fixed;
}
/*-------------------------------------
    14. Footer Area CSS
---------------------------------------*/
/*--------------------------
    14.1 Footer Top Area CSS
----------------------------*/
.footer-top-area {
	padding-top: 125px;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-top-area  .footer-addr {
	
}
.footer-addr  .footer-img {
	display: inline-block;
}
.footer-addr  .footer-img img {
	
}
.footer-addr  .footer-txt{
	display: inline-block;
	margin-left:46px;
}
.footer-addr  .footer-txt p {
	font-size:14px;
}
.footer-title {
	text-align:center;
}
.footer-title > h3 {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	display: inline-block;
	line-height: 27px;
	margin-bottom: 25px;
	font-weight:700;
	
}
.link-widget > li {
	display: block;
	margin-bottom: 14px;
	text-align:center;
}
.link-widget > li > a {
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	display: block;
}
.link-widget > li > a > span {
	width: 4px;
    height: 4px;
    background-color: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
	margin-bottom: 1px;
}
.link-widget > li > a:hover{
    color: #ea5504;
}
/*--------------------------
    14.2 Footer Middle Area CSS
----------------------------*/
.footer-middle-area {
	padding-top: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-info {
	padding: 10px 0;
}
.icon {
	float: left;
	padding-top: 6px;
	color: #ea5504;
	font-size: 24px;
}
.footer-info > p {
	font-size: 15px;
	line-height: 21px;
    margin-left: 35px;
	color: #ececec;
	margin-bottom: 0;
}
/*------------------------------------
    14.3 Footer Bottom Area CSS
------------------------------------*/
.footer-payments-image {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 35px;
}
.footer-menu ul > li {
	display: inline-block;
	list-style: none;
	border-right: 1px solid #999999;
	line-height: 13px;
}
.footer-menu ul > li:last-child{
    border-right: 0;
}
.footer-menu ul > li > a {
	color: #ececec;
	font-size: 12px;
	font-weight: 500;
    display: block;
	letter-spacing: 1px;
	padding: 0 15px;
	text-transform: uppercase;
}
.footer-menu ul > li:first-child > a{
    padding-left: 0;
}
.footer-menu ul > li:last-child > a{
    padding-right: 0;
}
.footer-menu ul > li > a:hover{
    color: #ea5504;
    text-decoration: underline;
}
.footer-copyright > p {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	color: #ececec;
	margin-top: 10px;
}
.footer-copyright > p > a {
	color: #ea5504;
}
.footer-copyright > p > a:hover{
    text-decoration: underline;
}
#main--image {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 20vh;
	padding-bottom: 10vh;
}
#main--image:before {
	content: attr(data-alphabet);
	position: absolute;
	top: 28%;
	right: 0;
	letter-spacing: -4px;
	color: #cfcfcf;
	z-index: 1;
	opacity: 0;
	font-size: 60px;
	font-weight: 400;
	-webkit-transform: translate3d(10%, 0, 0);
	transform: translate3d(10%, 0, 0);
	-webkit-transition: all 1.4s cubic-bezier(.175, .885, .32, 1);
	-webkit-transition: all 1.4s cubic-bezier(.175, .885, .32, 1.275);
	transition: all 1.4s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}
#main--image.active:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#main--image h2 {
	letter-spacing: 4px;
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	z-index: 2;
	opacity: 0;
}
#main--image h2 span {
	font-size: 14px;
	display: block;
	opacity: 0;
	letter-spacing:0;
}
.line {
	width: 100%;
	height: 2px;
	background-color: #f15a22;
}
.auto-p {
	width: 100%;
	height: auto;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.sec-tit {
	padding-top: 74px;
	padding-bottom: 54px;
}
.sec-tit p {
	margin: 0;
	font-size: 16px;
	font-weight:600;
}
.sub-title {
	margin-top: 28px;
}
.sub-title p {
	margin: 0;
	font-size: 14px;
}
.slogan h3 {
color: #f15a22!important;
font-size: 14px!important;
font-weight: 700!important;
letter-spacing: 16px;	
}
.sub-tit {
	margin-bottom: 70px;
}
.sub-tit h3{
	font-size:16px;
	font-weight:600;
}
.home {
	position: fixed;
    bottom: 120px;
    right: 60px;
    width: 70px;
    height: 70px;
    background-image: url(/web/public/images/logo/Mascot@X2.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    z-index: 99;
}
.home a {
  font-size:13px;
  line-height: 160px;
}
li.is-loading, div.is-loading {
  background-image: url(/web/public/images/icon/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
	background-color:#333!important;
	background-size: 15%;
}

div.is-broken {
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/broken.png');
  background-repeat: no-repeat;
    background-position: center;
}
.is-loading img {
    opacity: 0;
    transition: transform 1s ease 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s, opacity 1s ease 0s;
    -webkit-transition: -webkit-transform 1s ease 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s, opacity 1s ease 0s;
    -ms-transition: -ms-transform 1s ease 0s, opacity 1s ease 0s;
}
.panel {
    margin-bottom: 20px;width: 100%;    margin-top: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
    background-color: #f15a22;
    border-color: #f15a22;
    color: #ffffff;
	    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/* Basic Grey */
.basic-grey {
margin-left:auto;
margin-right:auto;

background: #F7F7F7;
padding: 25px 15px 25px 10px;
font: 12px Georgia, "Times New Roman", Times, serif;
color: #888;
text-shadow: 1px 1px 1px #FFF;
border:1px solid #f15a22;
}
.basic-grey h1 {
font-size: 25px;
padding: 0px 0px 10px 40px;
display: block;
border-bottom:1px solid #E4E4E4;
margin: -10px -15px 30px -10px;;
color: #888;
}
.basic-grey h1>span {
display: block;
font-size: 11px;    margin-top: 10px;
}
.basic-grey label {
display: block;
margin: 0px;
}
.basic-grey label>span {
float: left;
width: 20%;
text-align: right;
padding-right: 10px;
margin-top: 10px;
color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="number"],  .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
border: 1px solid #DADADA;
color: #888;
height: 40px;
margin-bottom: 16px;
margin-right: 6px;
margin-top: 2px;
outline: 0 none;
padding: 3px 3px 3px 5px;
width: 70%;
font-size: 12px;
line-height:15px;
box-shadow: inset 0px 1px 4px #ECECEC;
-moz-box-shadow: inset 0px 1px 4px #ECECEC;
-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
padding: 5px 3px 3px 5px;
}
.basic-grey select {
background: #FFF url('down-arrow.png') no-repeat right;
background: #FFF url('down-arrow.png') no-repeat right);
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 70%;
height: 35px;
line-height: 25px;
}
.basic-grey textarea{
height:100px;
}
.basic-grey .button {
background: #66C1E4;
border: none;
padding: 10px 25px 10px 25px;
color: #FFF;
box-shadow: 1px 1px 5px #B6B6B6;
border-radius: 3px;
text-shadow: 1px 1px 1px #9E3F3F;
cursor: pointer;
}
.basic-grey .button:hover {
background: #3EB1DD
}
