/* NAVIGATION */
#nav {
    background:#000;
    padding-top:20px;
	z-index: 500;
	position: relative;
}
.home #nav {
    background:none;
	z-index: 500;
	  position: absolute;
    width: 100%;
}
#nav .row {
    padding-bottom:8px;
    position: relative;
    z-index: 500;
}

#nav .logo img {
	max-width:259px;
}
@media (min-width:768px) {
    #nav .logo img {
        margin-left:20px;
    }
}
#navigation {
    position: relative;
		margin-top:25px;
    font-family: "Archivo Narrow",sans-serif;
}
#navigation, #navigation ul {
    padding:0;
    list-style-type: none;
}
a.nav-overlay {
    visibility: hidden;
    top: 106px;
    z-index: 500;
    opacity:0;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
	outline: 0 none;
}
a.nav-overlay.show {
    visibility: visible;
    opacity:0.8;
}

/* TOP LEVEL NAV */
#navigation > li > a {
	font-size: 15px;
	font-size: 1.5rem;
    color:#fff;
    padding:13px 25px 13px 15px;
    position: relative;
    text-transform:uppercase;
    font-weight: 700;
    letter-spacing:1px;
    outline:none;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
	margin-left: 4px;
	margin-right: 4px;
	padding: 13px 17px 13px 11px;
}
/*#navigation > li > a:before {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,225,230,1) 10%, rgba(224,225,230,1) 90%, rgba(255,255,255,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(10%,rgba(224,225,230,1)), color-stop(90%,rgba(224,225,230,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(224,225,230,1) 10%,rgba(224,225,230,1) 90%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(224,225,230,1) 10%,rgba(224,225,230,1) 90%,rgba(255,255,255,1) 100%); 
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(224,225,230,1) 10%,rgba(224,225,230,1) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(224,225,230,1) 10%,rgba(224,225,230,1) 90%,rgba(255,255,255,1) 100%); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 )"; 
    width:1px;
    height:98%;
    position: absolute;
    top:0;
    left:-5px;
    display: block;
    content: "";
}*/
#navigation > li > a:after {
    color:#fff;
    display: block;
    content:"";
    border-top:6px solid #fff;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    position:absolute;
    right:0;
    top:18px;
    -webkit-transform:scale(.9999);
    -moz-transform:scale(.9999);
    transform:scale(.9999);
}
#navigation > li > a:hover, #navigation > li > a:active {
	text-decoration:underline;
}

/*#navigation > li:first-child > a {
    background:#103474;
    color:#fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 31px;
    text-align: center;
    width:227px;
    padding: 6px 26px 6px 13px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	margin:0;
}*/

#navigation > li:first-child > a i {
	float: left;
	font-size: 29px;
	font-size: 2.9rem;
	opacity: 0.25;
	position: relative;
	top: 1px;
}
#navigation > li:first-child > a:before {
	display: none;
}
#navigation > li, #navigation > li > a {
    display: inline-block;
    float: left;
}
#navigation > li {
    margin-right:30px;
}

#navigation > li:first-child > a.active {
    padding-bottom:9px;
    padding-top:10px;
}
#navigation > li:first-child > a.active i {
	opacity: 0.75;
}

/* SECOND LEVEL PRODUCTS */
#navigation > li > ul {
    position:absolute;
    left:0;
    top:52px;
    border:1px solid #D7DFED;
}
#navigation > li:first-child > ul.tier2 {
    display: none;
    background:#fff;
    width:227px;
    border-left:1px solid #D7DFED;
	min-height: 292px;
}
#navigation > li:first-child > ul.tier2 > li > a {
    color: #17469A;
    text-transform:uppercase;
    padding:17px 16px 15px;
    font-size: 13.5px;
    font-size: 1.35rem;
    display:block;
    border-top:1px solid #dedede;
    border-bottom:1px solid #f6f6f6;
    position: relative;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    font-weight: 700;
    width:100%;
}
/*
#navigation > li:first-child > ul.tier2 > li > a:hover {
    color:#fff;
    background:#92BCEA;
    text-decoration: none;
    border-bottom-color:#8eb5e7;
    opacity:.8;
}
*/
#navigation > li:first-child > ul.tier2 > li:first-child > a {
    border-top:none;
}
#navigation > li:first-child > ul.tier2 > li:last-child > a {
    border-bottom:1px solid #D7DFED;
}
#navigation > li:first-child > ul.tier2 > li > a.active {
    background:url(../Images/nav/nav-subProduct-hover.png) no-repeat;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width:106%;
    position:relative;
    color:#fff;
    z-index: 2;
    outline: none;
    opacity: 1;
    background-position: -1px top;
}

/* THIRD LEVEL PRODUCTS  */
#navigation > li ul.sub-panel {
		display: none;
    position: absolute;
/*     visibility: hidden; */
    top:0;
    height: 100%;
    z-index: -1;
    padding-left: 226px;
    border-bottom:1px solid #D7DFED;
    overflow:hidden;
    box-shadow:0 6px 10px rgba(0,0,0,.3);
}




#navigation > li:nth-child(2) ul.sub-panel {
	margin-left:155px;
}
#navigation > li:nth-child(3) ul.sub-panel {
	margin-left:142px;
}
#navigation > li:nth-child(4) ul.sub-panel {
	margin-left:441px;
}
#navigation > li:nth-child(5) ul.sub-panel {
	margin-left:439px;
}



/*
#navigation > li:nth-child(2) ul.sub-panel {
	margin-left:127px;
}
#navigation > li:nth-child(3) ul.sub-panel {
	margin-left:80px;
}

#navigation > li:nth-child(5) ul.sub-panel {
	margin-left:470px;
}




DROP DOWN STYLES - OLD


*/



#navigation > li ul.sub-panel > li {
    /*background: url(../Images/nav/nav-sub-bg.png);*/
    background:#fff;
    height: 100%;
}
#navigation .sub-panel div {
    padding-top:5px;
    padding-bottom:5px;
    width:25%;
    height:100%;
    float:left;
    border-left:1px solid #fff;
    border-right:1px solid #c4c4c3; 
}
#navigation .sub-panel div:first-child {
    border-left:0;
}
#navigation > li > ul.tier2 > li > .sub-panel div:first-child:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    opacity:.15;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 )"; /* IE6-9 */
}
#navigation .sub-panel div:last-child {
    border-right:1px solid #D7DFED;
}
    
#navigation .nav-sub > ul, #navigation .nav-block > ul {
    padding-left:36px;
    padding-right:18px;
/*    background:rgba(113,113,113,.18);*/
    height:100%;
}
.nav-sub > ul hr {
	margin-bottom: 3px;
	margin-top: 18px;
	margin-right: 19px;
}
.sub-panel > li {
	position: relative;
}
/*
.sub-panel > li > div {
	position: absolute;
}
*/
.sub-panel > li > div:nth-child(1) {
	left:0;
}
.sub-panel > li > div:nth-child(2) {
	left:25%;
}
.sub-panel > li > div:nth-last-child(3):first-child + div {
	left:33.3333%
}
.sub-panel > li > div:last-child:nth-child(3) {
	left:66.6666%
}
.sub-panel > li > div:nth-child(3), .sub-panel > li > div:last-child:nth-child(2) {
	left:50%;
}
.sub-panel > li > div:nth-child(4) {
	left:75%;
}
#navigation .nav-sub + .nav-block {
    padding-left:5px;
}
#navigation .nav-sub + .nav-block > ul {
    padding-left:28px;
    background:rgba(113,113,113,.10);
}
#navigation .nav-block + .nav-block > ul {
    background:rgba(113,113,113,0);
}
/*
#navigation[data-open="1"] > li:first-child > ul.tier2 > li:nth-child(1) > a, 
#navigation[data-open="1"] > li:first-child > ul.tier2 > li:nth-child(1) > a:hover, 
#navigation[data-open="2"] > li:first-child > ul.tier2 > li:nth-child(2) > a, 
#navigation[data-open="2"] > li:first-child > ul.tier2 > li:nth-child(2) > a:hover, 
#navigation[data-open="3"] > li:first-child > ul.tier2 > li:nth-child(3) > a, 
#navigation[data-open="3"] > li:first-child > ul.tier2 > li:nth-child(3) > a:hover, 
#navigation[data-open="4"] > li:first-child > ul.tier2 > li:nth-child(4) > a, 
#navigation[data-open="4"] > li:first-child > ul.tier2 > li:nth-child(4) > a:hover, 
#navigation[data-open="5"] > li:first-child > ul.tier2 > li:nth-child(5) > a, 
#navigation[data-open="5"] > li:first-child > ul.tier2 > li:nth-child(5) > a:hover, 
#navigation[data-open="6"] > li:first-child > ul.tier2 > li:nth-child(6) > a, 
#navigation[data-open="6"] > li:first-child > ul.tier2 > li:nth-child(6) > a:hover, 
#navigation[data-open="7"] > li:first-child > ul.tier2 > li:nth-child(7) > a, 
#navigation[data-open="7"] > li:first-child > ul.tier2 > li:nth-child(7) > a:hover, 
#navigation[data-open="8"] > li:first-child > ul.tier2 > li:nth-child(8) > a, 
#navigation[data-open="8"] > li:first-child > ul.tier2 > li:nth-child(8) > a:hover, 
#navigation[data-open="9"] > li:first-child > ul.tier2 > li:nth-child(9) > a,
#navigation[data-open="9"] > li:first-child > ul.tier2 > li:nth-child(9) > a:hover {
    background:url(../Images/nav/nav-subProduct-hover.png) no-repeat;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width:106%;
    position:relative;
    color:#fff;
    z-index: 2;
    outline: none;
    opacity: 1;
    background-position: -1px top;
}
*/
/*
#navigation[data-open="1"] > li:first-child > ul.tier2 > li:nth-child(1) > ul.sub-panel,
#navigation[data-open="2"] > li:first-child > ul.tier2 > li:nth-child(2) > ul.sub-panel, 
#navigation[data-open="3"] > li:first-child > ul.tier2 > li:nth-child(3) > ul.sub-panel, 
#navigation[data-open="4"] > li:first-child > ul.tier2 > li:nth-child(4) > ul.sub-panel, 
#navigation[data-open="5"] > li:first-child > ul.tier2 > li:nth-child(5) > ul.sub-panel, 
#navigation[data-open="6"] > li:first-child > ul.tier2 > li:nth-child(6) > ul.sub-panel, 
#navigation[data-open="7"] > li:first-child > ul.tier2 > li:nth-child(7) > ul.sub-panel, 
#navigation[data-open="8"] > li:first-child > ul.tier2 > li:nth-child(8) > ul.sub-panel, 
#navigation[data-open="9"] > li:first-child > ul.tier2 > li:nth-child(9) > ul.sub-panel {
    visibility: visible;
    opacity:1;
}
*/

.nav-sub > ul > li > a, .nav-block.nav-spotlight li:nth-child(2) a {
    color: #5e5e5e;
    padding-top:16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    display:block;
    padding-bottom:2px;
}
.nav-sub > ul > li > a:hover, .nav-block.nav-spotlight li:nth-child(2) a:hover, 
.nav-sub > ul > li > a:active, .nav-block.nav-spotlight li:nth-child(2) a:active {
	color: #17469A;
}
.nav-sub > ul > li > ul {
    margin-bottom:5px;
    line-height: 2.4rem;
}
.nav-sub > ul > li > ul a {
    color:#5e5e5e;
    display: block;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.nav-sub > ul > li > ul  a:hover, .nav-sub > ul > li > ul a:active {
	color: #17469A;
}
.nav-block.nav-spotlight li:first-child a {
    text-transform:uppercase;
    font-size: 12px;
    font-size: 1.1rem;
    padding-top:24px;
    display: block;
}
.nav-block.nav-spotlight li:nth-child(2) a {
    padding-top:0;
}
.nav-block.nav-spotlight li:nth-child(3) {
    position:relative;
}
.nav-block.nav-spotlight li:nth-child(3) span {
    padding:5px;
    color:#fff;
    background:#475262;
    display: block;
}

/* THIRD LEVEL NON-PRODUCTS  */
#navigation > li > ul.sub-panel {
	height: 306px;
	top: 50px;
	padding-left: 0;
	max-width: 290px;
}
#navigation .sub-panel div {
	max-width:290px;
}
#navigation > li > ul.sub-panel.col-2 {
	max-width: 583px;
	width:583px !important;
}
#navigation > li > ul.sub-panel.tier2 {
/*     visibility: visible; */
    background: url(../Images/nav/nav-sub-bg.png);
    border-bottom:1px solid #D7DFED;
    border-left:1px solid #D7DFED;
    box-shadow:0 6px 10px rgba(0,0,0,.3);
}
/*
#navigation > li > ul.sub-panel.tier2 > li {
    height:352px;
}
*/
#navigation > li > ul.sub-panel.tier2 div:first-child:before {
    display: none;
}
#mobile-toggle {display: none;}
@media all and (max-width:991px) {
	#navigation > li:first-child > a i {
		left: 6px;
	}
	#navigation > li > a:after {
		right: 10px;
	}
	#navigation > li:first-child > a {
		padding: 6px 0;
		width: 130px;
	}
	#navigation > li:nth-child(2) ul.sub-panel {
		margin-left:109px;
	}
	#navigation > li:nth-child(3) ul.sub-panel {
		margin-left:236px;
	}
	#navigation > li:nth-child(4) ul.sub-panel {
		margin-left:336px;
	}
	#navigation > li:nth-child(5) ul.sub-panel {
		margin-left:188px;
	}
	#navigation > li > a {
		padding: 13px 21px 13px 12px;
	}
	#nav .logo {
		padding-right: 14px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		/*height:70px;*/
		overflow: hidden;
	}
	/*#top-bar .row ul#toolbar li.active input[type="text"] {
		width:100px;
	}*/
	#top-bar .row ul#cart li a span.cart-label {
		display: none;
	}
	#top-bar .row ul#cart li a:before {
		border-color:transparent transparent transparent #95b7de;
	}
	#top-bar .row ul {
		padding:0;
	}
}
@media all and (max-width:1045px) {
    #nav .row {
        position: absolute;
        max-height: 80px;
    }

	#wrapper { position:relative; }
	#nav .logo {padding-right:92px;}
	.logo img {
		width: 90%;
	}
	#mobile-toggle {
		display: inline-block;
		color: #17469A;
		font-size: 14px;
		font-size: 1.4rem;
		text-transform: uppercase;
	}
	#mobile-toggle i {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 5px;
		position: relative;
		top:3px;
	}
	#navigation {display: none;}
	#navigation > li > a:after {
		right: auto;
		left:12px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 3px solid #17469A;
		border-right: 3px solid transparent;
		top:22px;
	}
	#navigation > li > a.active:after {
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 3px solid #17469A;
		border-bottom: 3px solid transparent;
		top:20px;
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 1000ms ease;
		transition: all 1000ms ease;
	}
	#navigation > li ul.sub-panel {
		width:100%;
		max-width: 100%;
		margin-left:100%;
	}
	#navigation > li ul.sub-panel > li {
		width:100%;
		padding-bottom:28px;
	}
	#navigation > li:first-child ul.sub-panel > li {
		padding-bottom:0;
	}
	#navigation .sub-panel div {
		width:100%;
	}
	#navigation {
		margin-top:1px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		margin-left:150%;
		display: block;
		width:100%;
	}
	#navigation > li, #navigation > li > a {
		width: 100% !important;
	}
	#navigation > li:not(:first-child) > a.active {
		border:0;
	}
	#navigation > li:first-child > a{
		border-top:1px solid #d7d7d7;
	}
	#navigation > li > a, #navigation > li:first-child > a, #navigation > li:first-child > a.active {
		border-bottom:1px solid #d7d7d7;
		color: #17469A;
		background:#fff;
		padding:17px 24px 17px 24px;
		text-align: left;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1;
		margin:0;
	}
	#navigation > li:first-child > a:hover, #navigation > li:first-child > a:active, 
	#navigation > li > a:hover, #navigation > li > a:active{
		background: #fff rgba(0, 0, 0, 0) url("../Images/nav/nav-sub-bg.png") repeat scroll 0 0 !important;
		color:#17469A;
	}
	#navigation > li > a i {
		display: none;
	}
	#navigation > li:first-child > a:after {
		display: block;
		color: #17469A;
		width:0;
		padding:0;
        padding-top: 50px;
	}
	.sub-panel li .nav-sub {
		border:0;
	}
	.sub-panel li .nav-sub:first-child > ul > li:first-child > a {
		padding-top:6px;
	}
	.sub-panel li .nav-sub:first-child > ul > li a {
		padding-bottom:6px;
	}
	#navigation.mobile-active {
		margin:0;
        margin-top: 50px;
	}
	a.nav-overlay.mobile-show {
		visibility: visible;
		opacity:0.8;
	}
	#navigation > li:first-child ul.tier2 {
		width:100%;
		display: none;
		max-height: 0;
		position: relative;
		top:auto;
		float: left;
		clear:both;
		min-height: 0;
	}
	#navigation > li:first-child .active + ul.tier2 {
		max-height:none;
		background:rgba(0, 0, 0, 0) url("../Images/nav/nav-sub-bg.png") repeat scroll 0 0;
	}
	#navigation > li ul.sub-panel, #navigation > li:first-child ul.tier2 > li > a,
	#navigation > li:first-child ul.tier2 .sub-panel, #navigation > li > ul.sub-panel.col-2 {
		max-height: 0;
		height:0;
		width: 100%  !important;
		max-width: 100%  !important;
		z-index: 2;
		display: block !important;
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
		-moz-box-shadow: 0 0 0 rgba(0,0,0,.0);
		box-shadow: 0 0 0 rgba(0,0,0,.0);
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		margin-left: 0 !important;
		height: auto;
		position: relative;
		top: 0;
		border:0;
		padding-left:0;
	}
	#navigation > li:first-child ul.tier2 .sub-panel > li > div {
		background: rgba(0,0,0,.1);
		width:100% !important;
		max-width: none;
	}
	#navigation > li > .active + ul.sub-panel, #navigation > li:first-child .active + ul.tier2 > li > a, #navigation > li:first-child ul.tier2 .mobile-active + .sub-panel {
		max-height: 1000px;
		height: auto;
	}
	#navigation .sub-panel {
		background: rgba(0, 0, 0, .1);
	}
	
	#navigation .sub-panel div {
		position: relative;
		top: auto;
		width: 100%;
		padding: 0;
		float: none;
		left:0;
		border:0 !important; 
		height: auto;
	}
	#navigation li:first-child .sub-panel div:first-child {
		padding-top:12px;
	}
	#navigation li:first-child .sub-panel div:last-child {
		padding-bottom:12px;
	}
	#navigation .sub-panel div ul {
		margin-bottom:0;
	}
	#navigation .sub-panel div > ul {
		padding-left:30px;
	}
	#navigation > li:first-child .sub-panel div > ul {
		padding-left:36px;
	}
	#navigation > li:first-child .active + ul.tier2 > li > a { 
		background:none;
		color:#5e5e5e;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 16px;
		font-size: 1.6rem;
		text-transform: capitalize;
		padding:15px 36px 15px 36px;
	}
/*
	#navigation > li:first-child .active + ul.tier2 > li > a:hover {
		color:#17469A;
	}
*/
	#navigation > li:first-child .active + ul.tier2 > li > a:before {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #17469A;
		border-top: 3px solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		display: inline-block;
		margin-left: -9px;
		margin-top: 7px;
	}
	#navigation > li:first-child .active + ul.tier2 > li > a.mobile-active:before {
		border-left: 3px solid transparent;
		border-top: 3px solid #17469A;
		border-right: 3px solid transparent;
		margin-left: -10px;
		margin-top: 9px;
	}
	#navigation > li:first-child > ul.tier2 > li > a, #navigation > li:first-child > ul.tier2 > li > a.active {
		color: #5e5e5e;
		background:none;
	}
}
@media all and (max-width:1045px) {
	#nav {
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		transition: all 300ms ease-in; 
		height: 100px;
	}
	#nav.search-open {
		margin-top: 42px;
	}
	#nav .logo {
		padding-right: 0;
		text-align: left;
		margin: 0 auto;
		float: none;
		margin-left:13px;
        padding-left: 0;
        padding-bottom: 7px;
	}
	#mobile-toggle {
		color: #fff;
		display: inline-block;
		font-size: 1.4rem;
		position: absolute;
		right: 25px;
		text-transform: uppercase;
		top: 0;
	}
	.stock-check, .cross-reference {
		display: none;
	}
	#cart, #user-toolbar {
		position: absolute;
	}
	#top-bar {
		position: relative;
		height: auto;
		font-size: 1.2rem;
	}
	#top-bar .row ul#user-toolbar {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		/*right: 30px;
		top:9px;*/
		width:200px;
	}
	#top-bar.cart-open {
		margin-top:44px;
	}
	#cart {
		top: -44px;
		width: 100%;
		height: 44px;
	}
	#cart li {
		width:100%;	
	}
	#top-bar .row ul#cart li a span.cart-label {
		display: block;
	}
	#top-bar .row ul#cart li a:before {
		display: none;
	}
	#top-bar .row ul#cart li a > *, #top-bar .row ul#cart li a span.cart-label {
		float:none;
		display: inline-block;
	}
	#top-bar .row ul#cart li a span.cart-label {
		font-size: 15px;
		padding-left:0;
	}
	
	#top-bar .row ul#cart li a {
		background: #b6cee7 none repeat scroll 0 0;
		display: block;
		float: none;
		height: 44px;
		text-align: center;
		width: 100%;
		border-bottom:1px solid #fff;
	}
	#top-bar .row ul#cart li a span.cart-num {
		background: #b6cee7 none repeat scroll 0 0;
		color: #767778;
		font-size: 21px;
		padding: 7px 4px 10px 0px;
		border:none;
	}
	#top-bar .row ul#cart li i.fa {
		background: #B6CEE7;
		color: #767778;
		font-size: 21px;
		padding: 10px;
	}
	#top-bar .row ul#toolbar {
		/*width: 100%;*/
	}
	#top-bar .row ul li {
		position:static;
	}
    #top-bar .row ul li a {
        padding:10px;
        margin:0;
    }
	#top-bar .row ul li.search {
		float: right;
	}
	#top-bar .row ul#toolbar li.search.active button {
		width:44px;
        padding-bottom:0;
	}
	#top-bar .row ul#toolbar li a, #top-bar .row ul#toolbar li button {
		padding: 10px;
	}
	/*#top-bar .row ul#toolbar li.active input[type="text"] {
		left: 0;
		position: absolute;
		width: 100%;
		top: 44px;
		max-width: none;
		padding:12px 21px 12px;
		font-sixe:16px;
		font-size: 1.6rem;
	}*/
	#top-bar .row ul#toolbar li button:before {
		font-family: "fontawesome";
		font-size: 2.2rem;
		padding-right: 7px;
	}
	#top-bar .row ul#user-toolbar li.lang a {
		margin-left: 8px;
		padding: 10px 5px;
	}
    #nav .col-md-9 {
        max-height: 80px;
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    #nav .col-md-9 {
        width: 100% !important;
    }
}

@media (max-width: 374px) {
    #mobile-toggle {
        top: inherit;
    }
    #nav {
        height: 150px;
    }
   
}
@media (max-width: 415px) {
    #top-bar {
        height: auto; 
    }
    #top-bar .row ul#toolbar li.search {
        padding-bottom: 6px;
        float: left;
    }
}