/* =========================================================================
	3.HEADER STYLE.
============================================================================ */

/* -------------- PROJEKT NAVIGATION ------------- */

.navbtn:hover, .navbtn:hover .fa {color: #ccc }
.navbtn:focus, a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover, a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus { color: #C93734; }
.navbtn, .new-nav { background-color: #222; color: #fff !important;  }
.new-nav ul, .new-nav ul li { list-style: none; margin: 0; padding: 0; }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;   
    font-family: Univers47LightCondensed, sans-serif; -webkit-font-smoothing: antialiased;
}
.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #B0CB1F; }
.dropdown-item:focus, .dropdown-item:hover { color: #000; text-decoration: none; background-color: #B0CB1F; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
/**/a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover, a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus { /*color: #000;*/ }

/* -------------- 3.1. Top bar. ------------- */

@media (max-width: 1200px) { .language {position: fixed; top: 5px; left: 10px;} }
/*@media (min-width: 1200px) { .language {position: fixed; top: 5px; right: 0px;} }*/
.f-right { float: right; }
.top-head.transparent .top-nav > ul > li > a:hover {  color: #fff !important; }  
.top-nav ul li ul:hover, .top-nav li li a:hover { background-color: rgba(57,63,66,0.55); color: #fff !important; text-transform: uppercase; }  
.footer-bottom ul, .footer-bottom li, .top-nav ul, .top-nav li { margin: 0; padding: 0; list-style: none; font-family: Univers47LightCondensed, sans-serif; -webkit-font-smoothing: antialiased; }
.top-nav ul { margin-top: 0; margin-bottom: 10px; }
.footer-bottom .footer-menu li a { color: #fff !important; padding-right: 20px; text-transform: uppercase; }
.footer-middle h3 a:hover, .footer-bottom .footer-menu li a:hover { color: #fff !important; cursor: pointer; }
.top-nav li li a, .w-recent-posts li, .inner-menu ul ul li a, .top-bar ul ul li a { border-top: 0px #fff solid; }
.top-nav ul li ul, .top-nav li li a { background-color: rgba(255,255,255,0.85); color: #4E565A; text-transform: uppercase; }
.top-nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    border-top-style: solid;
    border-top-width: 1px;
    z-index: 999;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.darker-bg, .top-head.sticky-nav { background-color: rgba(57,63,66,0.95); }
.top-nav ul { border-color: #fff; }
.top-head { border-bottom: 1px #555 solid; }  
.top-head { color: #fff; background: -moz-linear-gradient(270deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.45)), color-stop(100%, rgba(0,0,0,0))); background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); background: -o-linear-gradient(270deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); background: -ms-linear-gradient(270deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); }
.top-head { transition: top 700ms ease; -webkit-transition: top 700ms ease; top: -100px; color: #fff; }
.top-head.transparent.sticky-nav .top-nav>ul>li>a { text-shadow: none; }  
.top-head.sticky-nav .top-nav>ul>li>a { color: #fff; }
.top-head.transparent .top-nav>ul>li>a { text-shadow: 0 1px 0px rgb(0 0 0 / 20%); }
.top-head.transparent .top-nav > ul > li > a { color: #fff; }
.nav-border-bottom>ul>li:after { background-color: #fff; color: #fff; text-shadow: 1px 1px 1px rgb(0 0 0 / 15%); }
.top-nav > ul > li:after { -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.top-head { -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.top-nav ul li:hover>a { color: #fff; font-weight: bold; letter-spacing: 0.5px; }
.top-nav > ul > li.hasChildren > a:after { -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.top-head.transparent .top-nav>ul>li.hasChildren:hover>a:after, top-nav>ul>li.hasChildren:hover>a:after { color: #fff; }

.top-bar {
	min-height: 35px;
	padding:10px 0
}
.top-bar ul li {
	float: left;
	line-height: 30px;
	position:relative;
	padding: 0 15px;
	font-size:11px
}
.top-bar ul ul li{
	float:none;
	line-height:normal;
}
.dropdown-menu {
	min-width: 160px;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(0,0,0,.09) !important;
	border-radius: 0px;
}
.top-bar ul ul li:first-child a{
	border-top:0
}
.top-bar ul li i {
	margin-right: 5px;
}
.top-bar ul > li > a {
	text-transform: uppercase;
	display:block;
	margin: 0 -15px;
	padding: 0 15px;
}
.top-bar ul:not(.social-list) > li li a{
	border-radius:0
}

.top-bar ul.social-list li:first-child a,.top-bar ul.social-list li:last-child a{
	width:35px
}
.bar-menu li a {
	font-size: 11px;
	text-transform: uppercase;
}
.top-bar .alter-bg.social-list li a:hover{
	background:rgba(0,0,0,.2) !important
}
.top-bar .alter-bg.social-list li a:after{
	color:#eee !important;
}
.middle-ul{
	margin:0 10px;
	overflow:hidden
}
.top-bar .center-tbl ul{
	float:left
}
.top-bar .social-list{
	overflow:hidden
}
.top-bar .social-list li{
	margin:0;
	padding:0
}
.top-bar .social-list li a{
	height:30px;
	width:30px;
	line-height:30px
}
.top-bar.main-bg li.dropdown ul li a{
	border-top-color :rgba(255,255,255,.3)
}
.top-bar .social-list li a{
	border-radius:0px;
	margin:0;
	padding:0
}
.top-bar ul ul li{
	line-height:normal;
}
.top-bar ul ul li a{
	line-height:normal;
	padding:10px 15px
}
.top-bar ul li a b{
	font-weight:normal;
	font-size: 10px;
	margin: 10px 0 0 5px;
}
.currency ul,.language ul{
	min-width:80px !important
}
.login-ul input[type=text], .login-ul input[type=email], .login-ul input[type=password], .login-ul select, .login-ul input[type=file]{
	height:40px
}

.top-border {
	height:3px;
}
.top-head:after{
	clear:both;
	display:table;
	content:" ";
}
.top-head .container, .top-head .navcontainer {
	position:relative;
	display:table;
	height:100%;
}
.tbl-row{
	display:table-row;
	height:100%
}
.responsive-nav{
	display:table-cell;
	vertical-align:middle;
	height:100%
}
.full.responsive-nav{
	display:block
}
.no-lines:before,.no-lines:after{
	display:none !important
}
.top-head .logo {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.top-head.boxed-transparent .logo {
	height:100%
}
.top-head.boxed-transparent .logo:before {
	position:absolute;
	right:0;
	bottom:-1px;
	display:inline-block;
	content:"";
	height:1px;
	width:100%;
	animation:move .5s normal forwards ease-in-out;
	animation-delay:1s;
	-webkit-animation-delay:1s;
	transform-origin:right top;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.top-head .logo a {
	display:table-cell;
	vertical-align:middle;	
	padding-left: 13px;
}
.top-head.transparent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 0px rgba(255,255,255,.2) solid;
	z-index: 99;
/*    background: transparent; */
}
.top-head.fixed-head {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	border-bottom:0 ;
}
.top-head.fluid.transparent {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:99;
	border-bottom:1px rgba(0,0,0, 0.2) solid;
}
.top-head.fluid.transparent .logo {
	border-right:1px rgba(0,0,0 ,0.2) solid;
}
.top-head.fluid .transparent.dark .logo {
	border-right:1px rgba(255,255,255,0.2 ) solid;
	padding-right:20px;
}
.top-head.fluid.transparent.dark {
	border-bottom:1px rgba(255 ,255,255,0.2) solid;
}
.top-head.boxed-transparent {
	position:fixed;
	top:20px;
	left:0;
	width:100%;
	height:auto;
	z-index:99;
	background-color:transparent;
	border-bottom:0;
}
.top-head.boxed-transparent > .container {
	border:1px rgba(0,0,0,0.2) solid;
	padding: 0 30px 0 0;
	border-bottom-right-radius: 7em;
	border-top-right-radius: 7em;
}
.top-head.boxed-transparent.dark > .container {
	border: 1px rgba(255,255,255,0.4) solid;
}
.top-head.boxed-transparent .logo {
	padding-left: 30px;
}
.top-head.boxed-transparent > .container .head-srch-cart{
	margin-right:-30px
}
.top-head.boxed-transparent .lft-line {
	position:absolute;
	left:0px;
	bottom:0;
	display:inline-block;
	content:"";
	height:100%;
	width:1px;
	animation:move 0.4s normal forwards ease-in-out;
	animation-delay:1.4s;
	transform-origin:bottom left;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.top-head.boxed-transparent .bot-line {
	position:absolute;
	left:0;
	top:-1px;
	display:inline-block;
	content:"";
	height:1px;
	animation:move .7s normal forwards ease-in-out;
	animation-delay:1.7s;
	transform-origin:left bottom;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.top-head.transparent .top-nav > ul > li{
	padding-left:0;
	padding-right:0;
	margin:0 10px
}
.top-head.transparent .top-nav > ul > li:hover{
	background:transparent
}
.top-head.boxed-transparent .top-nav > ul > li:hover{
	background:transparent
}
.top-head.semi-light{
	background-color:rgba(255,255,255,.3);
}
.top-head .container.semi-light{
	background-color:rgba(255,255,255,.3);
}
.top-head.semi-dark{
	background-color:rgba(0,0,0,.3);
}
.top-head .container.semi-dark{
	background-color:rgba(0,0,0,.3);
}

/*
------------- 2. header 2 -------------- */
.top-head.header-2 .top-nav > ul > li > a,.top-head.header-2 .top-nav > ul > li > span > a {
	font-size:12px
}
.top-head.transparent.header-2 .top-nav > ul > li, .top-head.transparent.header-2 .top-search, .top-head.transparent.header-2 .top-cart {
	border-left-color: rgba(255,255,255,.2);
}
.top-head.transparent.header-2 .top-cart {
	border-right-color: rgba(255,255,255,.2);
}
.top-head.header-2 .top-nav > ul > li{
	padding: 20px 10px 20px 0;
}
.top-head.header-2 .top-nav > ul > li > a,.top-head.header-2 .top-nav > ul > li > span > a{
	padding: 0 13px;
	line-height: 35px;
}
.top-head.header-2 .top-search,.top-head.header-2 .top-cart {
	padding: 0;
	margin: 20px 0 0 10px;
	position:relative;
}
.top-head.header-2 .top-search > a,.top-head.header-2 .top-cart > a{
	padding: 0 15px;
	display:block;
	position:relative;
	line-height: 35px;
}
.top-head.header-2 .top-search > a:before,.top-head.header-2 .top-cart > a:before{
	position:absolute;
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	content:"";
	display:inline-block;
	-moz-transform: scale(1.8);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(1.8);
	transform: scale(0);
	opacity:0;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s ;
	transition:all 0.3s ease 0s ;
	z-index:1;
}
.top-head.header-2 .top-search > a:hover:before,.top-head.header-2 .top-cart > a:hover:before{
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1
}
.top-head.header-2 .top-search > a > span,.top-head.header-2 .top-cart > a > span{
	position:relative;
	z-index:2
}
.top-head.header-2 .top-cart > a > i{
	z-index:2
}
.top-head.header-2 .top-search > a:hover span,.top-head.header-2 .top-cart > a:hover span{
	color:#fff;
}
.top-head.header-2 .top-cart .cart-box{
	margin-top:20px
}
.top-head.header-2 .top-cart .cart-num{
	top: 3px;
	right:6px
}
.top-head.header-2 .top-cart > a,.top-head.header-2 .top-search > a {
	margin: 0;
}
.top-head.header-2 .top-nav > ul > li:hover{
	background:transparent
}
.top-head.header-2 .top-nav > ul > li:hover > a > span:after,.top-head.header-2 .top-nav > ul > li:hover > a:after,.top-head.header-2 .top-nav > ul > li:hover > span > a > span:after,.top-head.header-2 .top-nav > ul > li:hover > span > a:after{
	color:#fff
}

/*
------------- 3. header 3 -------------- */
.top-head.header-3, .top-head.header-4 {
	padding: 15px 0 0;
}
.top-head.header-3 .logo {
	display: table;
	margin: 0 auto;
	float: none;
	border: 0;
	padding:15px 0
}
.top-head.header-3 .logo:before, .top-head.header-4 .logo:before {
	display: none;
}
.top-head.header-3 .container {
	height: auto;
}
.top-head.header-3 .full, .top-head.header-4 .full {
	display: table;
	margin: 15px auto 0;
	clear: both;
}
.top-head.header-3 .container, .top-head.header-3 .top-search, .top-head.header-4 .container, .top-head.header-4 .top-search {
	height: auto;
}
.top-head.header-3 .top-search, .top-head.header-4 .top-search {
	border-left: 0;
}
.top-head.header-3 .top-nav > ul > li,.top-head.header-3 .top-search,.top-head.header-4 .top-nav > ul > li{
	padding:10px 15px 20px
}
.top-head.header-3 .top-cart{
	padding:10px 0 20px
}
.top-head.header-3 .top-nav > ul > li:hover,.top-head.header-4 .top-nav > ul > li:hover,.top-head.header-5 .top-nav > ul > li:hover,.top-head.header-6 .top-nav > ul > li:hover{
	background:transparent
}

/*
------------- 4. header 4 -------------- */
.top-head.header-4 .top-search {
	float: right;
	padding: 7px 7px 7px 12px;
	margin: 8px 0 0;
}
.top-head.header-4 .top-cart {
	padding:20px 0 0 10px
}
.top-head.header-4 .top-cart .cart-box{
	margin-top: 25px;
}
.top-head.header-4 .top-search button {
	margin:-7px -7px -7px 0;
	padding: 7px 15px;
}
.top-head.header-4 .top-search input[type=text] {
	border: 0;
	font-size: 11px;
	width: 400px;
	height:auto;
	padding:0
}
.top-head.header-4.shop-head{
	padding-top:0
}
.top-shop-links{
	font-size:11px;
	margin-top:9px;
	margin-right:25px
}
.top-shop-links a{
	display:inline-block;
	padding:10px;
}
.top-shop-links a i{
	margin-right:7px
}
.top-shop-section .container{
	padding-right:25px;
	padding-left:25px
}
.top-shop-section [class*="col-md-"]{
	padding-left:5px;
	padding-right:5px
}
.top-head.header-3.sticky-nav .full, .top-head.header-4.sticky-nav .full{
	margin:0 auto
}
/*
------------- 5. header 5 -------------- */
.top-head.header-5 .top-search, .top-head.header-6 .top-search {
	border-left: 0px;
	position: relative;
}
.top-head.header-5 .top-search > a, .top-head.header-5 .top-cart > a {
	line-height: 33px;
	width: 33px;
	height: 33px;
	text-align: center;
	display: block;
	position: relative;
}
.top-head.header-5 .top-cart .cart-num {
	position: absolute;
	top: -3px;
	right: 0;
	left: auto;
}
.top-head.header-5 .bx-search .search-box button {
	background-color: transparent;
}
.top-head.header-5 .top-nav > ul > li > a {
	position: relative;
}
.top-head.header-5 .top-nav > ul > li:before,.top-head.header-5 .top-nav > ul > li .inner-mega:before {
	width: 0;
	position: absolute;
	bottom: 1px;
	left: 50%;
	height: 1px;
	content: "";
	display: inline-block;
}
.top-head.header-5 .top-nav > ul > li:hover:before,.top-head.header-5 .top-nav > ul > li:hover .inner-mega:before,.top-head.header-5 .top-nav > ul > li.selected .inner-mega:before,.top-head.header-5 .top-nav > ul > li.selected:before {
	width: 100%;
	left: 0;
}
.top-head.header-5 .top-nav > ul > li.mega-menu:before{
	display:none
}
.top-head.header-5 .top-search{
	padding: 23px 0;
}
.top-head.header-5 .top-cart{
	padding: 23px 0 23px  10px;
}

/*
------------- 6. header 6 -------------- */
.top-head.header-6 .top-nav > ul > li > a,.top-head.header-6 .top-nav > ul > li > span > a {
	line-height: 1;
	position: relative;
	display: block;
	margin: -30px -15px;
	padding: 30px 15px;
}
.top-head.header-6 .top-nav > ul > li > a > i,.top-head.header-6 .top-nav > ul > li > span > a > i {
	display: block;
	text-align: center;
	padding: 0 0 10px;
	font-size: 14px;
}
.top-head.header-6 .top-nav > ul > li:hover > a,.top-head.header-6 .top-nav > ul > li:hover > span > a {
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.top-head.header-6 .top-nav > ul > li:before,.top-head.header-6 .top-nav > ul > li .inner-mega:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	content: "";
	display: inline-block;
	width: 100%;
	background-color: transparent;
	z-index: 0;
}
.top-head.header-6 .top-nav > ul > li:hover:before,.top-head.header-6 .top-nav > ul > li:hover .inner-mega:before {
	height: 95%;
}
.top-head.header-6 .top-nav > ul > li .inner-mega{
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px
}
.top-head.header-6 .top-nav > ul > li > a:before,.top-head.header-6 .top-nav > ul > li > span > a:before {
	position: absolute;
	top: -10px;
	left: 0;
	height: 2px;
	content: "";
	display: inline-block;
	width: 100%;
	background-color: transparent;
	opacity:0
}
.top-head.header-6 .top-nav > ul > li:hover > a:before,.top-head.header-6 .top-nav > ul > li:hover > span > a:before {
	top: 1px;
	opacity:1
}
.top-head.header-6 .top-nav > ul > li.mega-menu:before {
	display: none;
}
.top-head.header-6 .top-nav > ul > li.hasChildren:hover > a:after,.top-head.header-6 .top-nav > ul > li:hover .inner-mega a,.top-head.header-6 .top-nav > ul > li:hover .inner-mega a:after{
	color:#fff
}
.top-head.header-6 .top-search {
	padding: 32px 0 26px 15px;
}
.top-head.header-6 .top-search > a{
	padding: 12px;
}
.top-head.header-6 .top-cart {
	padding: 32px 0 26px 10px;
}
.top-head.header-6 .top-cart > a {
	padding: 12px;
	display: block;
	line-height: 1;
}
.top-head.header-6 .top-cart > a .cart-num{
	top: -4px;
	right: -4px;
}
/*
------------- 7. header 7 -------------- */
.up-head{
	padding: 20px 0;
	position:relative;
	display: table;
	width: 100%;
}
.up-head:after{
	display:table;
	clear:both;
	content:""
}
.top-head.header-7 .logo:before {
	display: none;
}
.top-head.header-7 .up-head {
	padding: 20px 0;
}
.top-head .full.main-bg {
	display: block;
}
.top-head .full.main-bg .top-nav {
	display: table;
	float: none;
	margin: auto;
}
.top-head .full.main-bg .top-nav > ul > li {
	padding:15px 18px
}
.top-head .full.main-bg .top-nav > ul > li > a,.top-head .full.main-bg .top-nav > ul > li > span > a{
	font-weight:normal
}
.top-head .full.main-bg .top-nav > ul > li:hover > a span:after,.top-head .full.main-bg .top-nav > ul > li:hover > span > a span:after{
	color:#fff
}
.top-head.header-7 .top-search {
	float: right;
	border-radius: 3px;
	padding: 7px 7px 7px 12px;
	margin: 0;
	height: auto;
}
.top-head.header-7 .top-search button {
	border: 0;
	background: transparent;
}
.top-head.header-7 .top-search input[type=text] {
	border: 0;
	font-size: 11px;
	width: 200px;
	height:auto;
	padding:0
}
.top-head.header-7 .top-cart{
	padding: 11px 0 0 10px;
}
.top-head.header-7 .top-cart .cart-box{
	margin-top: 25px;
}
.top-head .full.main-bg .top-nav > ul > li {
	border-left: 1px rgba(255,255,255,.3) solid;
}
.top-head .full.main-bg .top-nav ul ul li {
	text-shadow: none;
}

/*
------------- 8. header 8 -------------- */
.top-head.header-8{
	border-bottom:0
}
.top-head.header-8 .top-nav > ul > li > a,.top-head.header-8 .top-nav > ul > li .inner-mega > a {
	line-height: 1;
	margin: -30px -15px;
	display:block;
	padding: 30px 15px 22px 15px;
}
.top-head.header-8 .top-nav > ul > li > a span,.top-head.header-8 .top-nav > ul > li > span > a span {
	display: block;
	margin-top: 7px;
	line-height: 12px;
	font-size: 11px;
	font-weight: 400;
	text-transform: capitalize;
}
.top-head.header-8 .top-nav > ul > li.hasChildren > a:after,.top-head.header-8 .top-nav > ul > li.hasChildren > span > a:after {
	display: none;
}
.top-head.header-8 .top-nav > ul > li:hover > a,.top-head.header-8 .top-nav > ul > li.selected > a,.top-head.header-8 .top-nav > ul > li:hover > span > a,.top-head.header-8 .top-nav > ul > li.selected > span > a  {
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.top-head.header-8 .top-search {
	border-left: 0px;
	position: relative;
	margin-left:10px
}
.top-head.header-8 .top-search > a, .top-head.header-8 .top-cart > a {
	line-height: 33px;
	width: 33px;
	height: 33px;
	margin-top: 30px;
	text-align: center;
	display: block;
	position: relative;
}
.top-head.header-8 .top-cart{
	margin-left:10px;
	padding-bottom: 25px !important;
}
.top-head.header-8 .top-cart .cart-num {
	position: absolute;
	top: -7px;
	right: -5px;
	left: auto;
}
.top-head.header-8 .top-nav ul ul{
	border-top:0
}
.top-head.header-8 .top-nav > ul > li > a,.top-head.header-8 .top-nav > ul > li.inner-mega {
	position: relative;
	font-weight: bold;
}
.top-head.header-8 .top-nav > ul > li > a:before,.top-head.header-8 .top-nav > ul > li > span > a:before {
	width: 0;
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 1px;
	content: "";
	display: inline-block;
}
.top-head.header-8 .top-nav > ul > li:hover > a:before,.top-head.header-8 .top-nav > ul > li.selected > a:before,.top-head.header-8 .top-nav > ul > li.inner-mega:hover:before {
	width: 100%;
	left: 0;
}
.top-head.header-8 .top-cart,.top-head.header-8 .top-search{
	padding: 0;
}

/*
--------------------- header left -------------------- */
.left-side-wrap{
	margin:0 !important;
	margin-left: 280px !important;
	width:auto !important;
	position:relative
}
.right-side-wrap{
	margin:0 !important;
	margin-right: 280px !important;
	width:auto !important;
	position:relative
}
.header-left,.header-right{
	position:fixed;
	left:0;
	top:0 !important;
	width:280px;
	height:100%;
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	z-index:999;
	border-bottom:0;
	padding:70px 0;
}
.header-left .responsive-nav,.header-right .responsive-nav{
	display:block
}
.header-right{
	left:auto;
	right:0;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.header-left .logo,.header-right .logo{
	display:table;
	margin:auto;
	float:none;
	padding:10px 20px
}
.side-nav{
	padding:40px 0;
}
.side-nav > ul > li {
	position: relative;
	margin: 0;
	padding:0 30px
}
.side-nav > ul > li > a:hover i, .side-nav > ul > li.selected > a i {
	margin-top: 5px;
}
.side-nav > ul > li > a {
	display: block;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: bold;
	padding:15px 0;
	border-bottom:1px rgba(0,0,0,.1) solid
}
.black-bg .side-nav > ul > li > a {
	border-bottom:1px rgba(255,255,255,.1) solid
}
.header-left .top-search,.header-right .top-search {
  border: 1px rgba(0, 0, 0, 0.1) solid ;
}
.black-bg.header-left .top-search,.black-bg.header-right .top-search,.dark-bg.header-left .top-search,.dark-bg.header-right .top-search {
  border: 1px rgba(255, 255, 255, 0.1) solid;
}
.side-nav > ul > li.current > a{
	font-weight:bold
}
.side-nav > ul li a i{
	font-size:16px;
	margin-right:10px
}
.side-nav > ul ul {
	position: absolute;
	min-width: 220px;
	top:0;
	left:100%;
	z-index:99;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.side-nav ul ul li {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 35px;
}
.side-nav ul ul li a{
	padding-left:20px !important
}
.side-nav ul ul li i{
	font-size:12px
}
.side-nav li li a {
	display: block;
	overflow: hidden;
	padding: 0 25px !important;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	line-height: 40px !important;
}
.side-nav li.hasChildren:after {
	position: absolute;
	top: 15px;
	right: 30px;
	display: inline-block;
	content: "\f105";
	font-family: FontAwesome;
	-moz-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}
.side-nav li.hasChildren:hover:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.side-nav li li.hasChildren:after {
	top: 2px;
	right: 10px;
}
.header-left .top-search,.header-right .top-search{
	display:table;
	width: 76%;
	margin: 0 12% 30px !important;
	padding:0 0 0 10px !important
}
.header-left .top-search a,.header-right .top-search a{
	line-height:1
}
.header-left .search-box,.header-right .search-box{
	position:static
}
.header-left .top-search input[type=text], .header-right .top-search input[type=text]{
	border:0;
	height:39px;
	background:transparent;
	width:85%;
	padding:0
}
.side-nav li.mega-menu > ul > li{
	width:100%;
}
.side-nav li.mega-menu > ul > li h4{
	font-size:13px;
	line-height: 40px;
	margin: 0;
	padding-left: 15px;
	cursor:pointer;
	color:#fff;
	font-weight:normal
}
.header-right li.mega-menu > ul > li h4{
	padding-left: 30px;
}
.header-right .side-nav ul li a{
	text-align:right
}
.header-right .side-nav > ul ul {
	right:100%;
	left:auto
}
.header-right .side-nav li.hasChildren:after {
	left: 30px;
	content: "\f104";
	right:auto
}
.header-right .side-nav li li.hasChildren:after {
	left: 15px;
}
.header-right .side-nav li li i{
	float: right;
	margin:15px 0 0 10px
}
.side-header-bottom{
	text-align:center;
	font-size:12px;
	padding:30px
}
.side-header-bottom .social-list{
	display:table;
	margin:15px auto 5px
}
.top-head.transparent-3 {
	border-bottom: 0px rgba(255,255,255,0) solid;
}
.top-head.transparent-3 .top-cart > a{
	margin-left: 5px
}
.top-head.transparent-3 .fluid-header{
	padding-right:30px
}
.top-head.dark .top-nav > ul > li > a, .top-head.dark .top-nav > ul > li > span > a {
	color:#fff;
}
.top-head.not-dark .top-nav > ul > li:not(.selected) > a,.top-head.not-dark .top-nav > ul > li:not(.selected) > span > a ,.top-head.not-dark .top-nav > ul > li:not(.selected) > a:after, .top-head.not-dark .top-cart > a {color:#444 !important;}
.top-head.not-dark .top-nav > ul > li > a, .top-head.not-dark .top-nav > ul > li > a:after {
	text-shadow:none !important;
}
.top-head.not-dark.transparent, .top-head.transparent.not-dark .logo, .top-head.transparent.not-dark .top-search {
	border-color:rgba(0,0,0,.2);
}
.top-head .full.main-bg .top-nav > ul > li > a,.top-head .full.main-bg .top-nav > ul > li > span > a, .top-head .full .main-bg .top-nav > ul > li > a:after {
	color:#fff !important;
}
.top-head.transparent.sticky-nav, .top-head.transparent.sticky-nav .logo, .top-head.transparent.sticky-nav .top-search {
	border:0px !important;
}
.top-head{
	transition: top 700ms ease;
	-webkit-transition: top 700ms ease;
	top:-100px
}
.top-head.sticky-nav {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
	position:fixed;
	z-index:999;
	width:100%;
	top:0;
	left:0;
}
/* fluid headers */
.top-head .fluid-header{
	width:100% !important
}
.top-head .fluid-header .top-nav .mega-menu > ul{
	width:98.5% !important
}
.top-head .fluid-header .logo {
	float: left;
	padding: 25px 20px 15px 0px;
}
.top-head.sticky-nav .bot-line, .top-head.sticky-nav .lft-line,.top-head.sticky-nav.header-3 .logo,.top-head.sticky-nav .up-head,.top-head.sticky-nav.boxed-transparent .logo:before{
	display:none
}
.top-head.sticky-nav.boxed-transparent > .container{
	border:0
}
.navbtn {
padding: 25px 0px 0px 0px;
	display:none;
	position:fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 71px;
	line-height: 71px;
	text-align:center;
	z-index:9999;
	font-size:22px;
	color:#fff;
}
.navbtn.active {
	right:40%;
}
.navbtn:focus{
	color:#fff
}
.new-nav {
	position:fixed;
	right:-40%;
	top:0;
	z-index:9999;
	width:40%;
	height:100%;
	overflow:scroll;
	display:none
}
.new-nav.active {
	right:0;
}
.new-nav ul ul {
	display:none;
	background:#fff;
}
.new-nav li {
	position:relative;
}
.new-nav li:after{
	display:none
}
.new-nav > ul > li a, .new-nav > ul > li.mega-menu h4 {
	text-transform: uppercase;
	display:block;
	padding:12px 20px;
	color:#ccc;
	font-size:13px;
	border-bottom:1px #353535 solid;
	margin:0;
	cursor:pointer
}
.new-nav > ul > li i {
	margin-right:10px;
}
.new-nav > ul > li.mega-menu [class*="col-md-"] {
	padding:0 ;
}
.new-nav li.hasChildren:after,.new-nav > ul > li.mega-menu h4:after {
	position:absolute;
	top:15px;
	right:15px;
	display:inline-block;
	content:"\f107";
	font-family:FontAwesome;
	font-size:15px;
	-moz-transition:transform 0.3s linear;
	-o-transition:transform 0.3s linear;
	-webkit-transition:transform 0.3s linear;
	transition:transform 0.3s linear;
	color:#ddd;
}
.new-nav li.hasChildren.active:after {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.new-nav ul ul li a, .new-nav > ul > li.mega-menu h4 {
	border-bottom:1px #1F1F1F solid;
	color:#868686;
}
.new-nav ul ul li.selected > a {
	background-color:#000;
}
.new-nav li li.selected > a {
	background-color:#0A0A0A;
}
.new-nav li.hasChildren.active > a, .new-nav li.hasChildren.active > h4 {
	background:#0B0B0B;
}
.top-nav {
	float:left;
	min-height:1px
}
.top-nav > ul > li {
	float:left;
	position:relative;
	padding: 40px 15px;
	cursor:pointer;
}

.sticky-nav .top-nav > ul > li {
	float:left;
	position:relative;
	padding: 30px 15px;
	cursor:pointer;
}

.top-nav > ul > li a{
	z-index:4 !important;
	font-size:14px
}
.header-9 .top-nav > ul > li.mega-menu > span{
	margin-left:-15px;
	margin-right:-15px;
	padding-right:15px;
	padding-left:15px
}
.header-9 .top-nav > ul > li:hover{
	background:transparent
}
.header-9 .top-nav > ul > li:not(.mega-menu):after,.header-9 .top-nav > ul > li.mega-menu > span:after{
	position:absolute;
	width:100%;
	height:100%;
	right:0;
	top:0;
	content:"";
	display:inline-block;
	border-right-width:1px;
	border-right-style:solid;
	border-top-right-radius:10em;
	border-bottom-right-radius:10em;
	z-index:2;
}
.header-9 .top-nav > ul > li:not(.mega-menu):before,.header-9 .top-nav > ul > li.mega-menu > span:before{
	position:absolute;
	width: 35px;
	height:100%;
	left: -35px;
	top:0;
	content:"";
	display:inline-block;
	z-index:1
}
.header-9 .top-nav > ul > li:not(.mega-menu):first-child:before{
	border-top-right-radius:10em;
	border-bottom-right-radius:10em;
	z-index:3 !important;
	left: -15px !important;
	width: 55px;
}
.header-9 .top-nav > ul > li.mega-menu:first-child > span:before{
	border-top-right-radius:10em;
	border-bottom-right-radius:10em;
	z-index:3 !important;
	left: -15px !important;
	width: 55px;
	background:#fff !important;
}

.header-9 .top-nav > ul > li:not(.mega-menu):first-child,.header-9 .top-nav > ul > li.mega-menu:first-child > span{
	padding-left: 45px;
}
.header-9 .top-nav > ul > li:not(.mega-menu):first-child > ul{
	left:0
}
.top-head.header-9 .top-search{
	margin-left:10px
}
/*.top-head.sticky-nav.header-9 .top-nav > ul > li:first-child{
	padding-left:15px
}*/
.top-nav > ul > li > a, .top-nav > ul > li > span > a {
	font-weight:700;
	text-transform:uppercase;
	z-index:2;
	font-size:14px;
	letter-spacing:0.5px;
	position: relative; 
	font-weight: normal !important;
}
li.mega-menu .inner-mega {
	position:relative;
	display:block;
	margin: -30px 0;
	padding: 30px 0;
}
.top-nav > ul > li ul, .top-head .top-cart .cart-box, .bx-search .search-box, .top-search .search-box {
	-webkit-box-shadow:0px 2px 2px 0px rgba(0,0, 0,0.3);
	-moz-box-shadow:0px 2px 2px 0px rgba( 0,0,0,0.3);
	box-shadow:0px 2px 2px 0px rgba(0,0,0,0.3);
}
.top-nav ul li ul {
	position:absolute;
	top:100%;
	left:0;
	min-width:210px;
	border-top-style:solid;
	border-top-width:1px;
	z-index:999;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.top-nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.top-nav ul li:hover > ul,.side-nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.header-9 .top-nav > ul > li:not(.mega-menu) > ul {
	left: -35px;
}
.top-nav.colored-submenu ul li ul {
	border-top:0 !important;
}
.top-nav ul li ul ul,.side-nav ul li > ul {
	top:0;
	left:100%;
	border-top-width:0;
	border-left-style:solid;
	border-left-width:3px;
	-webkit-transform: translate3d(30px,0,0);
	transform: translate3d(30px,0,0);
}
.top-nav ul li ul li:hover > ul,.side-nav ul li:hover > ul {
	top:0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.top-nav ul li ul li > ul.rit-menu {
	top:0;
	right:100%;
	left:auto;
	-webkit-transform: translate3d(-30px,0,0);
	transform: translate3d(-30px,0,0);
	border-right-width:3px;
	border-right-style:solid;
	border-left:0
}
.top-nav ul li ul li:hover > ul.rit-menu {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.top-nav ul ul li {
	line-height:normal;
	float:none;
	position:relative;
	display:block;
}
.top-nav > ul > li.hasChildren > a:after, .top-nav > ul > li.hasChildren > span > a:after {
	display:inline-block;
	font:normal normal normal 8px/1 FontAwesome;
	content:"\f078";
	margin-left:5px;
	top:-2px;
	position:relative;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
	transition-delay:0.3s !important;
}
.top-nav > ul > li.hasChildren:hover > a:after, .top-nav > ul > li.hasChildren:hover > span > a:after {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.top-nav ul li li.hasChildren > a:after, .top-nav ul li li.hasChildren > span > a:after {
	content:"\f105";
	float:right;
	display:inline-block;
	font:normal normal normal 12px/1 FontAwesome;
}
.top-nav .mega-menu > ul > li > a:after, .top-nav .mega-menu ul li:first-child:hover:before, .top-nav .mega-menu ul:before {
	display:none;
}
.top-nav li li a {
	display:block;
	padding:13px 15px;
	-moz-transition:all 0.2s ease 0s;
	-ms-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
	font-size:13px;
	line-height:1.5
}
.top-nav li.mega-menu li a{
	padding: 15px 10px;
}
.top-nav li li a:hover {
	/*padding-left:20px;*/
}
.top-nav li li:first-child > a {
	border-top:0;
}
.top-nav li li i {
	margin-right:8px;
}
.top-nav > ul > .mega-menu {
	position:static;
}
.top-nav .mega-menu > ul {
	left:15px;
	/*top:100%;*/
	display:table;
}
.top-nav .mega-menu ul ul {
	border-left-width:0;
	border-top-width:0;
	position:static;
	margin:0 10px;
	display:block !important;
	opacity:1 !important;
	-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 0 rgba(0,0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.top-nav .mega-menu:hover ul li ul{
	visibility:visible
}
.top-nav .mega-menu > ul > li {
	padding-bottom:15px;
	display:table-cell;
}
.top-nav .mega-menu > ul > li h4 {
	font-weight:900;
	text-transform:uppercase;
	font-size:13px;
	margin:20px 10px 15px;
}
.nav-border-bottom > ul > li:before, .nav-border-bottom li.mega-menu .inner-mega:before {
	position:absolute;
	bottom:2px;
	height:2px;
	left:0;
	width:100%;
	content:"";
	display:inline-block;
	z-index:1;
}
.nav-border-bottom > ul > li:after, .nav-border-bottom li.mega-menu .inner-mega:after {
	position:absolute;
	bottom:25px;
	height:1px;
	left:0;
	/* width:0; */
	content:"";
	display:inline-block;
	z-index:2;
}
.sticky-nav .nav-border-bottom > ul > li:after, .sticky-nav .nav-border-bottom li.mega-menu .inner-mega:after,.sticky-nav .nav-border-bottom > ul > li:before, .sticky-nav .nav-border-bottom li.mega-menu .inner-mega:before{
	/*display:none*/
}
.nav-border-bottom > ul > li:hover:after, .nav-border-bottom > ul > li.mega-menu:hover span:after,.nav-border-bottom > ul > li.selected:after, .nav-border-bottom > ul > li.mega-menu.selected span:after {
	width:100%;
}
.nav-border-bottom > ul > li.mega-menu:before, .nav-border-bottom > ul > li.mega-menu:after, .nav-border-left > ul > li.mega-menu:before, .nav-border-left > ul > li.mega-menu:after, .nav-border-top > ul > li.mega-menu:before, .nav-border-top > ul > li.mega-menu:after, .nav-border-right > ul > li .mega-menu:before, .nav-border-right > ul > li.mega-menu:after {
	display:none;
}
.nav-border-top > ul > li:before, .nav-border-top li.mega-menu .inner-mega:before {
	position:absolute;
	top:2px;
	height:2px;
	left:0;
	width:100%;
	content:"";
	display:inline-block;
	z-index:1;
}
.nav-border-top > ul > li:after, .nav-border-top li.mega-menu .inner-mega:after {
	position:absolute;
	top:2px;
	height:2px;
	left:0;
	width:5px;
	content:"";
	display:inline-block;
	z-index:2;
}
.nav-border-top > ul > li:hover:after, .nav-border-top > ul > li.mega-menu:hover span:after {
	width:100%;
}
.nav-border-left > ul > li:before, .nav-border-left li.mega-menu .inner-mega:before {
	position:absolute;
	top:20%;
	height:60%;
	left:-15px;
	width:2px;
	content:"";
	display:inline-block;
	z-index:1;
}
.nav-border-left > ul > li:after, .nav-border-left li.mega-menu .inner-mega:after {
	position:absolute;
	bottom:20%;
	height:5px;
	left:-15px;
	width:2px;
	content:"";
	display:inline-block;
	z-index:2;
}
.nav-border-left > ul > li:hover:after, .nav-border-left > ul > li.mega-menu:hover span:after {
	height:60% ;
}
.nav-border-right > ul > li:before, .nav-border-right li.mega-menu .inner-mega:before {
	position:absolute;
	top:20%;
	height:60%;
	right:-15px;
	width:2px;
	content:"";
	display:inline-block;
	z-index:1;
}
.nav-border-right > ul > li:after, .nav-border-right li.mega-menu .inner-mega:after {
	position:absolute;
	bottom:20%;
	height:5px;
	right:-15px;
	width:2px;
	content:"";
	display:inline-block;
	z-index:2;
}
.nav-border-right > ul > li:hover:after, .nav-border-right > ul > li.mega-menu:hover span:after {
	height:60%;
}
.nav-animate > ul > li > a span, .nav-animate > ul > li > span > a span {
	position:relative;
	display:inline-block;
	-webkit-transition:-webkit-transform 0.4s;
	-moz-transition:-moz-transform 0.4s;
	transition:transform 0.4s;
}
.nav-animate > ul > li > a span:after, .nav-animate > ul > li > span > a span:after {
	display:inline-block;
	position:absolute;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	width:100%
}
.nav-animate > ul > li > a, .nav-animate > ul > li > span > a {
	position:relative;
	overflow:hidden;
	display:block;
}
.nav-animate.to-right > ul > li > a span:after, .nav-animate.to-right > ul > li > span > a span:after {
	right:150%;
}
.nav-animate.to-right > ul > li:hover > a > span, .nav-animate.to-right > ul > li:hover > span > a > span {
	-webkit-transform:translateX(150%);
	-moz-transform:translateX(150%);
	transform:translateX(150% );
}
.nav-animate.to-left > ul > li > a span:after, .nav-animate.to-left > ul > li > span > a span:after {
	left:150%;
}
.nav-animate.to-left > ul > li:hover > a > span, .nav-animate.to-left > ul > li:hover > span > a > span {
	-webkit-transform:translateX(-150%);
	-moz-transform:translateX(-150%);
	transform:translateX(-150%);
}
.nav-border-bottom.to-left > ul > li:after, .nav-border-bottom.to-left li.mega-menu .i nner-mega:after,.nav-border-top.to-left > ul > li:after, .nav-border-top.to-left li.mega-menu .i nner-mega:after {
	left:auto;
	right:0;
}

.nav-border-left.to-bottom > ul > li:after, .nav-border-left.to-bottom li.mega-menu .inner-mega:after {
	bottom:auto;
	top:20%;
}
.nav-animate.to-bottom > ul > li > a span:after, .nav-animate.to-bottom > ul > li > span > a span:after {
	left:0;
	top:-100%;
}
.nav-animate.to-bottom ul > li:hover > a > span, .nav-animate.to-bottom > ul > li:hover > span > a > span {
	-webkit-transform:translateY(100%);
	-moz-transform:translate Y(100%);
	transform:translateY(100%);
}
.nav-animate.to-top > ul > li > a span:after, .nav-animate.to-top > ul > li > span > a span:after {
	left:0;
	top:100%;
}
.nav-animate.to-top ul > li:hover > a > span, .nav-animate.to-top > ul > li:hover > span > a > span {
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
}

.top-nav[class*="nav-border-"] > ul > li{
	padding-left:0;
	padding-right:0;
	margin-right:10px;
	margin-left:10px
}
.top-nav[class*="nav-border-"] > ul > li:hover{
	background:transparent
}
.top-head .top-search {
	padding: 43px 10px;
		-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sticky-nav .top-search {
	padding: 33px 10px;
		-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.top-nav.scale > ul > li > a {
	overflow:visible
}
.top-nav.scale > ul > li > a span:after{
	opacity:0;
	transform:scaleY(5);
	left:0;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top-nav.scale > ul > li:hover > a span:after{
	opacity:1;
	transform:scaleY(1);
}
.top-head .top-search > a {
	font-weight:bold;
	display:block;
	line-height:1;
}
.top-search {
	float:left;
	position:relative;
}
.head-srch-cart-fluid .top-search {
	border-left:1px rgba(255,255,255,.2) solid;
}
.head-srch-cart .top-search > a, .head-srch-cart .top-cart > a {
	float:none;
	display:block;
	text-align:center;
	margin:15px 0;
	border-radius:2em;
	height: 49px;
	line-height: 49px;
	width:30px;
	text-align:center
}
.top-search .search-box {
	position:fixed;
	top:50%;
	width:50%;
	left:50%;
	border-bottom-style:solid;
	border-bottom-width:4px;
	padding: 0 0 20px 0;
	line-height:1;
	z-index:999;
	margin-left:-25%;
	margin-top:-40px;
	display:none;
}
.top-search .search-box input[type=text] {
	width:95%;
	border:0;
	font-size:35px;
	text-transform:none;
	background:transparent;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:200;
}
.top-search .search-box button {
	border:0;
	width:30px;
	height:30px;
	line-height:28px;
	text-align:center;
}
.srch-overlay {
	background:rgba(0, 0,0,0.9);
	position:fixed;
	width:100%;
	height:100%;
	z-index:99;
	left:0;
	top:0;
}
.close-srch {
	position:absolute;
	right:0;
	top:20px;
	display:block;
	font-size:0px;
}
.close-srch:before {
	font-size:25px;
}
.top-head .top-cart {
	float:right;
	padding: 29px 5px;
}
.top-head .top-cart > a {
	font-weight:bold;
	position:relative;
}
.top-cart .cart-num {
	display:inline-block;
	font-style:normal;
	line-height: 13px;
	position:absolute;
	border-radius:50%;
	top: -10px;
	right: -10px;
	font-size: 9px;
	font-weight:normal;
	width: 15px;
	text-align: center;
	height: 15px;
}
.top-cart {
	position:relative;
}
.top-cart .cart-box {
	position:absolute;
	top:100%;
	right:0;
	min-width:275px;
	padding:20px;
	min-height:200px;
	border-top-style:solid;
	border-top-width:3px;
	z-index:99;
	display:none
}
.head-srch-cart .top-cart .main-bg {
	color:#fff
}
.cart-box .empty {
	line-height:160px;
	text-align:center;
	color:#f00;
}
.mini-cart-list li {
	position:relative;
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:11px;
}
.mini-cart .cart-body {
	padding-right:10px;
	line-height:1.7;
}
.cart-mini-lft {
	float:left;
	margin-right:8px;
}
.cart-mini-lft img {
	width:40px;
	padding:1px;
}
.mini-cart-list a.remove {
	position:absolute;
	right:0;
	top:0;
}
.mini-cart-total {
	padding:0 0 10px;
	font-weight:400;
	overflow:hidden;
	font-size:11px;
}
.mini-cart-total .clearfix {
	padding:5px 0;
	overflow:hidden;
}
.mini-cart-total .total {
	margin-top:10px;
	padding-top:15px;
}
.mini-cart .checkout {
	text-align:center;
	padding-top:15px;
}
.mini-cart .checkout a {
	margin:0 5px;
	height:35px;
	display:inline-block;
	line-height:33px;
	padding:0 20px;
	text-transform:none;
}
.head-srch-cart .top-search, .head-srch-cart .top-cart {
	margin:0 0 0 5px !important;
	padding:0 !important;
}
.head-srch-cart .top-cart .cart-num {
	top: 4px;
	right: 4px;
}

/*
----------- inner-menu -------------- */
.inner-menu{
	height:40px
}
.inner-menu ul > li {
	border-left: 1px rgba(255,255,255,.3) solid;
	float:left;
	position:relative
}
.inner-menu ul > li > a{
	height: 40px;
	line-height: 40px;
	padding:0 18px;
	display:block;
}
.inner-menu ul ul,.top-bar li ul{
	position:absolute;
	left:0;
	top:100%;
	min-width: 200px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	overflow:hidden;
	z-index:-1;
	opacity:0
}
.top-bar li ul{
	margin-top:10px
}
.inner-menu ul li:hover > ul,.top-bar ul li:hover > ul{
	z-index:2;
	opacity:1
}
.top-bar ul li:hover > ul{
	z-index:999
}
.inner-menu ul ul li,.top-bar ul ul li{
	float:none
}
.inner-menu ul ul li a,.top-bar ul ul li a{
	display:block;
	text-shadow: none;
}
.inner-menu ul ul li:hover > a,.inner-menu ul ul li.selected > a,.top-bar ul ul li:hover > a{
	background: rgba(0,0,0,.05);
	color:#333
}

/* ==========================================================================
  14. RESPONSIVE DESIGN.
============================================================================= */
@media (min-width: 768px){
	.top-nav .mega-menu > ul {
		width: 720px;
	}
}
@media (min-width: 992px){
	.top-nav .mega-menu > ul { width: 940px; 	}
}
@media (min-width: 1200px){
	.top-nav .mega-menu > ul {
		width: 1140px;
	}
}
@media (max-width: 1200px) {
	.new-nav{
		display:block		
	}	
	.navbtn{
		display:block !important;
	}
	.responsive-nav{
		display:none;
		position:fixed;
		right:-100%;
		top:0;
		width:40%;
	}
	.responsive-nav li{
		display:block;
		float:none !important
	}
	.top-head .logo{
		display:table;
		margin:auto;
		float:none !important;
		border:0 !important;
		padding:10px 0
	}
}
@media (max-width: 1024px){
	.top-head.transparent.full{
		padding:0 10px;
	}
}
@media (max-width: 768px) {
	.navbtn{
		width: 35px;
		height: 71px;
		line-height: 71px;
		text-align: center;
		z-index: 9999;
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.new-nav > ul > li a, .new-nav > ul > li.mega-menu h4{
		font-size:13px;
		padding:10px 15px
	}
	.new-nav{
		width:60%;
		right:-60%
	}
	.navbtn.active{
		right:60%
	}
}

