body {
	overflow-x: hidden;
	position: relative;
}

.global-header {
	background: #191919;
	color: white;
}

	.global-header h1 {
		margin: 0;
	}

	.global-header hr {
		border-color: #242424;
		margin: 0;
	}

	.global-header-top {
		padding-top: 34px;
		padding-bottom: 22px;
	}

.global-header .se-logo {
	margin: 0 auto;
	height: 36px;
	vertical-align: top;
}

.global-header .navbar-toggle {
	vertical-align: top;
}

.global-header .navbar-nav > li > a {
	padding-right:16px;
	padding-left:16px;
}

#global-header-logo-col {
	text-align: center;
}



#global-header-user-col {
	text-align: right;
}

#global-header-nav {
	text-transform: uppercase;
}

/*=====================================
=            Global Header            =
=====================================*/
#global-navbar-header {
	position: relative;
}

#global-header-logo {
	display: block;
	margin-top: 1px;
	text-align: center;
	vertical-align: top;
}

/*centers logo perfectly on small devices*/
#global-header-logo a {
	margin-right: 5px;
}

#global-header-shipping {
	position: absolute;
	left: 0;
	background-image: url('../img/free-shipping.png');
	background-repeat: no-repeat;
	background-size: 221px;
	width: 221px;
	height: 10px;
	top: 56px;
}

.global-header-info {
	font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.push-nav .global-header-info {
	background: #191919;
	border-bottom: 1px solid #242424;
	font-size: 11px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}

.se-navbar-collapse {
	text-transform: uppercase;
}

@media (max-width: 1051px) {
	body {
		left: 0;
		min-width: 100%;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	body.push-open {
		overflow: hidden;
		position: fixed;
		width: 100%; height: 100%;
		/*padding-top: 60px;*/
	}

	/*=======================================
	=            Mobile Push Nav            =
	=======================================*/
	.push-nav {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;

		background: #1f1f1f;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 266px; height: 100%;
	}

	.push-nav-left {
		left: -266px;
		-webkit-overflow-scrolling: touch;
		border-right: 1px solid #242424;
	}

	.push-open-left .push-nav-left {
		left: 0;
	}

	.push-nav-right {
		right: -266px;
		border-left: 1px solid #242424;
	}

	.push-open-right .push-nav-right {
		right: 0;
	}

	.push-nav #nav-categories-phone {
		background: #191919;
	}

	.push-nav #nav-categories-list-phone {
		padding: 20px 20px 0;
	}

		.push-nav #nav-categories-list-phone li {
			font-size: 11px;
			margin-bottom: 15px;
		}

			.push-nav #nav-categories-list-phone li a {
				color: white;
				letter-spacing: 0.8pt;
			}

			.push-nav #nav-categories-list-phone li a:hover {
				text-decoration: none;
				opacity: 0.8;
			}

	.push-nav #nav-brands-dropdown-phone {
		margin-bottom: 25px;
		margin-top: 20px;
	}

	.push-nav #nav-brands-dropdown-phone ul {
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.push-nav ul.list-unstyled.dropdown-menu:last-child {
		border-bottom: 1px solid #333;
	}

		.push-nav #nav-brands-dropdown-phone .dropdown-menu>li>a {
			font-size: 13px;
			letter-spacing: 0.8pt;
		}

		.push-nav .dropdown .dropdown-selector {
			width: 20%;
		}

		@media (min-width:768px) {
			.push-nav .dropdown .dropdown-selector {
				width: 15%;
			}
		}


	/*=======================================
	=            Push Nav Search            =
	=======================================*/
	#push-nav-search {
		background: #191919;
		border-top: none;
		border-bottom: 1px solid #242424;
		margin: 0;
		padding: 16px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		#push-nav-search .form-group {
			margin: 0;
			float: left;
			width: 100%;
		}

		#push-nav-search .form-control {
			background: #191919;
			border-color: #242424;
			border-style: solid;
			border-width: 1px 0 1px 1px;
			color: #fff;
			float: left;
			font-size: 10px;
			letter-spacing: 1px;
			padding-top: 16px;
			padding-bottom: 17px;
			text-transform: uppercase;
			width: 80%;
		}

		#push-nav-search .btn-search {
			background: #191919;
			border-color: #242424;
			border-style: solid;
			border-width: 1px 1px 1px 0;
			float: right;
			width: 20%;
			height: 42px;
		}
}

@media (max-width: 767px) {
	body.push-open-left {
		left: 266px;
	}

	body.push-open-right {
		left: -266px;
	}

	.push-nav {
		width: 266px;
	}

	.push-nav-left {
		left: -266px;
	}

	.push-nav-right {
		right: -266px;
	}
	
	#push-nav-search .btn-search {
		height: 35px;
	}
}

@media (min-width: 768px) {
	body.push-open-left {
		left: 325px;
	}

	body.push-open-right {
		left: -325px;
	}

	.push-nav {
		width: 325px;
	}

	.push-nav-left {
		left: -325px;
	}

	.push-nav-right {
		right: -325px;
	}

	.global-header .se-logo {
		margin-top: 2px;
		height: 42px;
	}

	.push-nav .global-header-info {
		font-size: 12px;
		height: 82px;
		line-height: 82px;
	}

	#push-nav-search .form-control {
		/*width: 233px;*/
	}


	/*=======================================
	=            TABLET AND UP SEARCH       =
	=======================================*/

	#search-header {
		border-right: none;
		width: 162px;
	}

	#search-header input {
		background: #191919;
		border: none;
		height: 32px;
		border-bottom: 1px solid #2f2f2f;
		margin-left: 13px;
		padding-top: 8px;
		padding-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
		color: #ffffff;
		font-size: 13px;
	}

	#search-header input::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #ffffff;
	}
	#search-header input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    #ffffff;
	}
	#search-header input::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    #ffffff;
	}
	#search-header input:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #ffffff;
	}
}

.cart-icon {
	vertical-align: middle;
	width: 28px; height: 27px;
	background-position: -106px -73px;
	background-size: 200px 200px;
	float: right;
	margin-right: 22px;
	margin-top: 3px;
	background-image: url('../img/icon-sprite.png');
}
.cart-icon a:hover {
	text-decoration: none;
}

	.cart-amount {
		color: #FFFFFF;
	    display: block;
	    height: 100%;
	    line-height: 20px;
	    margin-top: 0;
	    text-indent: 14px;

	    font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}



.header-account-info {
	height: 60px;
	background: #191919;
	border-bottom: 1px solid #242424;
}

@media (min-width: 768px) {
	.header-account-info {
		height: 82px;
	}

	.cart-icon {
		margin-top: 7px;
	}
}

	.login-icon, .logged-in-icon {
		background-image: url("../img/icon-sprite.png");
	    background-position: -71px -70px;
	    background-size: 180px 180px;
	    height: 18px;
	    margin-right: 8px;
	    vertical-align: middle;
	    width: 20px;
		margin-left: 17px;
		float: none;
		display: inline-block;
		margin-top: 0px;
	}

	.account-link {
	    font-size: 11px;
	    color: #ffffff;
	    text-decoration: underline;
	    text-transform: uppercase;

		margin-left: 20px;
		line-height: 64px;
    }

    @media (max-width: 768px) {
	    .account-link:hover {
	    	color: white;
	    }
	}


    .username {
    	font-size: 13px;
    	font-weight: bold;
    	color: #ffffff;

		margin-left: 20px;
		line-height: 66px;
    }

    .username:hover {
    	color: #ffffff;
    }

    .log-out-link {
    	right: 20px;
		position: absolute;
		font-size: 10px;
		text-transform: uppercase;
		color: #ffffff;
		text-decoration: underline;

		top: 25px;
    }

    @media (min-width: 768px) {
    	.account-link {
			line-height: 85px;
	    }

	    .username {
			line-height: 85px;
	    }

	    .log-out-link {
			top: 35px;
	    }
    }

#brands-pulldown {
	padding-top: 20px;
	position: relative;
}


	#brands-pulldown .pushdown-column {
		margin-top: 29px;
		margin-bottom: 20px;
	}

	#brands-pulldown h4 {
		letter-spacing: 0.9pt;
	}

	#brands-pulldown ul {
		margin-top: 15px;
	}

	#brands-pulldown li {
		font-size: 10px;
		text-transform: uppercase;
		margin-bottom: 12px;
	}

	#brands-pulldown li a:hover {
		text-decoration: none;
		opacity: 0.8;
	}


@media (min-width: 1052px) {

	.header-account-info {
		position: absolute;
		right: 0;
		top: 47px;
		height: auto;
		background: transparent;
		border-bottom: none;
	}
	.login-icon {
		vertical-align: middle;
		width: 26px; height: 32px;
		background-position: -115px -107px;
    	background-size: 285px 285px;
    	float: left;
    	margin-right: 24px;
    	margin-top: -2px;
		background-image: url('../img/icon-sprite.png');
	}
	.cart-icon {
		vertical-align: middle;
		width: 28px; height: 26px;
		background-position: -106px -73px;
		background-size: 200px 200px;
		float: right;
		margin-top: -2px;
		margin-right: 0;
		background-image: url('../img/icon-sprite.png');
	}
		.cart-amount {
			color: #FFFFFF;
		    display: block;
		    height: 100%;
		    line-height: 20px;
		    margin-top: 0;
		    text-align: center;
			text-indent: 0;
			width: 37px;
		    font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
		}

	.logged-in {
    	float: left;
    }

        .logged-in-icon {
        	background-image: url("../img/icon-sprite.png");
		    background-position: -71px -70px;
		    background-size: 180px 180px;
		    float: left;
		    display: block;
		    height: 18px;
		    margin-right: 0;
		    vertical-align: middle;
		    width: 20px;
			margin-top: 5px;
			line-height: 12px;
			margin-left: 0px;
        }

        .username {
        	float: left;
        	display: block;
        	font-size: 15px;
        	font-weight: normal;
        	color: #ffffff;
			margin-top: 9px;
        	margin-right: 30px;
			line-height: 15px;
        }

        .account-link, .log-out-link {
        	border: 1px solid #242424;
		    float: left;
		    font-size: 10px;
		    height: 28px;
		    line-height: 28px;
		    margin-top: 1px;
		    padding: 0 10px;
		    color: #ffffff;
		    text-decoration: none;
		    text-transform: uppercase;
		    display: block;

		    -webkit-transition: opacity 0.3s ease-in-out;
		    opacity: 0;
		    height: 0;
		    width: 0;
		    padding: 0;
		    margin-top: 0px;
		    border: none;
		    overflow: hidden;
        }

        .account-link {
        	margin-right: 30px;        	
        	margin-left: 0px;
        }

        .log-out-link {
        	position: relative;
        	left: 0; right: 0;
        	top: 0;
        	margin-left: 20px;
        	margin-right: 0px;
        }

         .logged-in:hover .account-link, .logged-in:hover .log-out-link {
		    opacity: 1;
		    width: auto;
    		height: auto;
    		margin-top: 1px;
    		padding: 3px 10px 0;
    		line-height: 25px;
        	border: 1px solid #242424;
        }

        .logged-in:hover .account-link {
        	margin-right: 30px;
        	border-left: none;
        }

        .logged-in:hover .log-out-link {
        	min-width: 78px;
        }

        .account-link:hover, .log-out-link:hover {
	    	background-color: #212121;
        }

        .username:hover, .account-link:hover, .log-out-link:hover, .cart-amount:hover {
        	text-decoration: none;
        	color: #ffffff;
        }


}






@media (min-width: 1052px) {
	body.push-open-left,
	body.push-open-right {
		left: 0 !important;
	}

	.push-nav {
		display: none;
	}

	#global-navbar-header {
		padding-top: 34px;
		padding-bottom: 22px;
	}

	.global-header-info {
		line-height: 55px;
	}

	.global-header .se-logo {
		height: 55px;
		margin-top: 0;
	}

	#global-header-logo a {
		margin-right: 0px;
	}
}
