/* self-contained header css, mobile first */
#toggle-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	top:0;left:0;
	display: none;
	z-index: -1;
}

header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:99;
	visibility: visible;
    
    	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

header.search-active {
	/*-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	transform: translate(0, 60px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;*/
}

.content-wrapper.search-active {
	/*-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	transform: translate(0, 60px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;*/
}

header.cart-active {
	width:100%;
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

header.scrolled.cart-active {
	width: calc(100% - 15px);
}

.global-header.cart-active {
	width: 100%; /*calc(100% - 15px);*/
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

.global-header {
	visibility: visible;
	-webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
header .header-content {
	background-color: transparent;
	height: 70px;
    padding: 10px 0;
    -webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	position:absolute;
	width:100%;
}

header .header-content.add-bg {
	background-color: #1f1f1f;
}

header.eb-header.on-white .header-content.add-bg .nav-container ul li a{
	color:#FFF;
}

header .header-content a.eb-logo img {
	margin: 10px auto 0;
    width: 95px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

header.eb-header .header-content a.eb-logo img.black {
	display:none;
}

header.eb-header.on-white .header-content a.eb-logo img.white {
	display:none;
}

header.eb-header.on-white .header-content a.eb-logo img.black {
	display:block;
}

header.eb-header .header-content.add-bg a.eb-logo img.white {
	display:block;
}

header.eb-header .header-content.add-bg a.eb-logo img.black {
	display:none;
}

header.eb-header {
	color:#FFF;
}

header.eb-header.on-white .nav-container ul li a {
	color:#000;
}

header .eb-logo.search-active img.white {
	display:block !important;
}

header .eb-logo.search-active img.black {
	display:none !important;
}

header.eb-header.on-white.search-active .nav-container ul li a {
    color: #FFF;
}

header.eb-header.invert {
	color:#000;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

/* toggle mobile icon colors to be black when the header is on a page with white background */
header.eb-header.on-white .mobile-nav-buttons a i,
header.eb-header.on-white .mobile-nav-toggle a {
	color:#000;
}

header .header-content.add-bg .mobile-nav-buttons a i,
header .header-content.add-bg .mobile-nav-toggle a {
	color:#fff;
}



header .nav-container {
	width:100%;
	display: none;
}

header .nav-container.expanded {
	position:relative;
	top:25px;
	display:block;
}

header .nav-container ul {
	padding:0px;
	margin:0px;
	position:relative;
}

header .nav-container ul li {

}

header .nav-container ul li:last-child { /* no bottom border on last menu item */
	border-bottom:none;
}

header .nav-container ul li a {
	font-size:9pt;
	font-weight:700;
	color:#FFF;
	display: block;
    padding: 20px 20px 43px 20px;
    border-top:1px solid #3f3f3f;
    text-transform: uppercase;
   	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	-webkit-backface-visibility: hidden; 
}

header .nav-container ul li a:focus {
	text-decoration:none;
}

header.eb-header .eb-logo img {
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}


.mobile-nav-buttons {
    position: absolute;
    right: 10px;
    top: 24px;
}

.mobile-nav-buttons a {
	color:#FFF;
	font-size:16pt;
	line-height:9pt;
	padding: 0 10px;
	width: 40px;
    display: inline-block;
    position:relative;
}

/* sub-menu style */

header .nav-container ul.submenu {
	padding:0;
	margin:0;
}

header .nav-container ul.submenu li a {
	font-size:9pt;
	font-weight:300;
	background-color:#2c2c2c;
	text-transform: uppercase;
}

header .mobile-nav-toggle {
	position: absolute;
	left:10px;
	top:25px;
}

header .mobile-nav-toggle a {
	color:#FFF;
	font-size:16pt;
	line-height:9pt;
	padding: 0 10px;
	width: 40px;
    display: inline-block;
}

header .nav-container a.toggle-submenu i {
	float:right;
	display:inline-block;
	color:#ef2ba5;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	-webkit-backface-visibility: hidden;
}

header .nav-container a.toggle-submenu.expanded i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* helper classes */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#offcanvas-cart {
	visibility: visible;
}

/* search field */
#search-container {
	display:none;
    position: relative;
    left: 0;
    right:0;
    z-index: 100;
    width:100%;
    height:60px;
    margin:0 auto;
    text-align: center;
    /*-webkit-transform: translate(0, -60px);
	-moz-transform: translate(0, -60px);
	-o-transform: translate(0, -60px);
	-ms-transform: translate(0, -60px);
	transform: translate(0, -60px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;*/
	visibility: visible;
}

#search-container input {
    width: 90%;
    color:#000;
    height:60px;
    padding: 10px 20px;
    font-size: 12pt;
    border: none;
}

#search-container button.submit {
    padding: 20px;
    margin: 0;
    height: 60px;
    margin-top: -3px;
    margin-left: -5px;
    width:10%;
    font-size:12pt;
}

#search-container.search-active {
    /*-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);*/
}

#search-container.cart-active {
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
}


.header-content.search-active {
	background-color: #1f1f1f;
}

header #cartToggle {
	position: relative;
}

header .cartCount {
	position: absolute;
	top:10px;left:35px;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #ff0000;
	color: rgba(255,255,255,1.0);
	border-radius: 15px;
	text-align: center;
	line-height:16px;
	font-size: 8px;
}


/* BELOW sm */
@media only screen and (max-width: 767px) {
	
	header .cartCount {
    	top: -5px;
    	left: 25px;
    }
	
	header .nav-container ul li a {
		background-color:#1f1f1f;
		padding: 20px;
	}
	
	header.search-active {
		/*-webkit-transform: translate(0, 40px);
		-moz-transform: translate(0, 40px);
		-o-transform: translate(0, 40px);
		-ms-transform: translate(0, 40px);
		transform: translate(0, 40px);
		    -webkit-transition: all 300ms ease;
	    -moz-transition: all 300ms ease;
	    -o-transition: all 300ms ease;
	    transition: all 300ms ease;
	    -webkit-backface-visibility: hidden;*/
	}

	.content-wrapper.search-active {
		/*-webkit-transform: translate(0, 40px);
		-moz-transform: translate(0, 40px);
		-o-transform: translate(0, 40px);
		-ms-transform: translate(0, 40px);
		transform: translate(0, 40px);
		    -webkit-transition: all 300ms ease;
	    -moz-transition: all 300ms ease;
	    -o-transition: all 300ms ease;
	    transition: all 300ms ease;
	    -webkit-backface-visibility: hidden;*/
	}
	
	#search-container {
		height:40px;
	}
	
	#search-container input {
		height:40px;
	}
	
	#search-container button.submit {
		height:40px;
		font-size:9pt;
		padding: 12px;
	}
	
	#search-container input {
		padding: 8px;
		font-size:10pt;
	}
	
}

/* sm */
@media only screen and (min-width:767px) and (max-width: 991px) {
	
	header .cartCount {
    	top: -5px;
    	left: 25px;
    }
	
	header .nav-container ul li a {
		background-color:#1f1f1f;
		padding: 20px;
	}
}

/* desktop nav up to large  */
@media only screen and (min-width: 992px) and (max-width:1199px) {
	header.cart-active .header-content {
		/*width:calc(100% - 15px);*/
	}
}

/* desktop nav */
@media only screen and (min-width: 992px) {
		
	header .header-content {
		height: 100px;
	    padding: 20px 0;
	}
	
	header .header-content a.eb-logo img {
		margin:5px 0 0 20px;
		width: 169px;
	    position: absolute;
		left: 0px;
		z-index: 2;
	}
	
	header .nav-container {
		border: none;
		text-align:right;
		top:initial;
		width:100%;
		display: inline-block;
	}
	
	header .nav-container.expanded {
		top: inherit;
		width:100%;
		/*display: inline-block;*/
		text-align: right;
		position:relative;
	}
	
	header .nav-container ul:first-child {
		display: inline-block;
		width: 100%;
	}
	
	header .nav-container ul:first-child li {
		display: inline-block;
	}
	
	header .nav-container ul li a {
    	border-top: none;
	}
	
	header .nav-container ul.submenu {
		position:absolute;
		top: 80px;
		background-color: #1f1f1f;
		left: 0;
		display:block;
		width:100%;
		text-align: center;
	}

	header .nav-container ul.submenu li {
		width: 195px;
	    height: 180px;
		border:none;
		border-right:1px solid #3f3f3f;
		display: inline-block;
		text-align:center;
		position: relative;
		-webkit-transition: all 150ms ease;
	    -moz-transition: all 150ms ease;
	    -o-transition: all 150ms ease;
	    transition: all 150ms ease;
	}
	
	header .nav-container ul.submenu li a {
		background-color:transparent;
	    font-size: 10pt;
		line-height: 11pt;
		font-weight: 600;
		padding: 76px 20px;
	}
	
	header .nav-container ul.submenu li:hover {
		background-color: #2c2c2c;
	}
	
	header .nav-container ul.submenu li::after { 
		content: "";
	    background-color: transparent;
	    display: block;
	    position: relative;
	    height: 6px;
        left: -1px;
		width: 196px;
	    -webkit-transition: all 150ms ease;
	    -moz-transition: all 150ms ease;
	    -o-transition: all 150ms ease;
	    transition: all 150ms ease;
	    -webkit-backface-visibility: hidden;
	}
	
	header .nav-container ul.submenu li:hover::after { /* add pink line highlight on hover */
	    background-color: #ef2ba5;
	}
	
	header .nav-container ul.submenu li:last-child { /* no right border on last menu item */
		border-right:none;
	}
	
	header .nav-container ul.submenu li:first-child::after {
		width:195px;
		left:0px;
	}
	
	header i.fa {
		font-size: 16pt;
		line-height: 9pt;
	}

}

/* large desktop nav */
@media only screen and (min-width: 1200px) {

	header.eb-header .eb-logo.cart-active img {
	    -webkit-transform: translateX(21em);
        -moz-transform: translateX(21em);
        -o-transform: translateX(21em);
        -ms-transform: translateX(21em);
        transform: translateX(21em);
        -webkit-backface-visibility: hidden;
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
	}
	
	header.eb-header .eb-logo img {
		-webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
	}
	
	#search-container button.submit span {
		text-align: left;
    	display: inline-block !important;
    	font-size: 10pt;
	}
}


/* xlarge desktop nav */
@media only screen and (min-width: 1430px) {

	header .header-content a.eb-logo img {
		margin:5px 0 0 50px;
	}

	header .nav-container ul.submenu li {
		width:270px;
		height:230px;
	}
	
	header .nav-container ul.submenu li a {
		padding:101px 20px;
	}
	
	header .nav-container ul.submenu li::after { 
		width: 271px;
		left:-1px;
	}
	
	header .nav-container ul.submenu li:first-child::after {
		width:270px;
		left:0px;
	}
	
	header .nav-container ul a i.fa-shopping-cart {
		margin-right:30px;
	}

}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('/assets/images/flags2.png') no-repeat;
}


.flag.flag-ar {
    background-position: -16px 0;
}

.flag.flag-au {
    background-position: -32px 0;
}

.flag.flag-be {
    background-position: -48px 0;
}

.flag.flag-br {
    background-position: -64px 0;
}

.flag.flag-ca {
    background-position: -80px 0;
}

.flag.flag-cl {
    background-position: 0 -11px;
}

.flag.flag-cn {
    background-position: -16px -11px;
}

.flag.flag-cz {
    background-position: -32px -11px;
}

.flag.flag-de {
    background-position: -48px -11px;
}

.flag.flag-dk {
    background-position: -64px -11px;
}

.flag.flag-es {
    background-position: -80px -11px;
}

.flag.flag-fi {
    background-position: 0 -22px;
}

.flag.flag-fr {
    background-position: -16px -22px;
}

.flag.flag-gb {
    background-position: -32px -22px;
}

.flag.flag-hu {
    background-position: -48px -22px;
}

.flag.flag-ie {
    background-position: -64px -22px;
}

.flag.flag-il {
    background-position: -80px -22px;
}

.flag.flag-it {
    background-position: 0 -33px;
}

.flag.flag-jp {
    background-position: -16px -33px;
}

.flag.flag-kr {
    background-position: -32px -33px;
}

.flag.flag-mx {
    background-position: -48px -33px;
}

.flag.flag-nl {
    background-position: -64px -33px;
}

.flag.flag-nz {
    background-position: -80px -33px;
}

.flag.flag-pt {
    background-position: 0 -44px;
}

.flag.flag-ru {
    background-position: -16px -44px;
}

.flag.flag-se {
    background-position: -32px -44px;
}

.flag.flag-us {
    background-position: -48px -44px;
}
