html.overlay-open {
	overflow:hidden;
}
.headerBanner #navTabs * {
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.headerBanner .logoNavContainer { 
    top: 0;
    left: 0;
    right: 0;
    z-index:2001;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007ce4+0,029ded+100 */
	background: #007ce4; /* Old browsers */
	background: -moz-linear-gradient(left,  #007ce4 0%, #029ded 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #007ce4 0%,#029ded 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #007ce4 0%,#029ded 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ce4', endColorstr='#029ded',GradientType=1 ); /* IE6-9 */
}
.headerBanner .logoNavContainer:after {
	content:'';
	display:block;
	clear:both;
}
.floatNav .headerBanner .logoNavContainer {
	position:fixed;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.floatNav.menu-open .headerBanner .logoNavContainer,
.floatNav.filter-open .headerBanner .logoNavContainer {
	left:300px;
	right:-300px;
}
.floatNav.account-open .headerBanner .logoNavContainer {
	left:-300px;
	right:300px;
}
.toTopLink {
	-webkit-transition:300ms ease-out;
	-moz-transition:300ms ease-out;
	-o-transition:300ms ease-out;
	transition:300ms ease-out;
	position:fixed;
	display:block;
	bottom:70px;
	right:20px;
	color:#828282;
	font-size:2.5em;
	opacity:0;
	filter:alpha(opacity=0);
}
.floatNav .toTopLink {
	display:block;
	opacity:1;
	filter:alpha(opacity=1);
}
.floatNav .floatAdditional {
	position: fixed;
	left: 0;
	right: 0;
}
.toTopLink a,
.toTopLink a:hover,
.toTopLink a:active {
	color:inherit;
}

.activeSearch .wpthemeBanner.wpthemeBannerPrimaryNavigation {
    opacity: 0;
}
.activeSearch.disableBtn .wpthemeBanner.wpthemeBannerPrimaryNavigation {
    display: none;
}

.wpthemePrimaryNav li li.scrollBoxArrow,
.navScroller .scrollBoxArrow {
    color: #555;
    text-align: center;
    padding: 3px 0;
    font-size: 18px;
    vertical-align: middle;
    line-height: 18px;
    background: #f7f7f7;
    cursor: pointer;
}


.navScroller.popup {
    z-index: 2002;
    background: #fff;
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	border: 1px solid #ededed;
    border-top: none;
}
.navScroller.popup ul {
    font-weight: bold;
    color: #FFF;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.navScroller.popup ul a,
.navScroller.popup ul a:hover {
    background-color: #0000;
    line-height: 16px;
    white-space: nowrap;
    padding: 13px 15px;
    display: block;
    border-top: 1px solid #f3f3f3;
    font-weight: normal;
    float: none;
}


.navScroller .scrollBoxArrow {
	display:none;
}
.navScroller.scroll .scrollBoxArrow {
	display:block;
}
.navScroller.scroll .navScrollBox {
	overflow:auto;
}
@media screen and (max-width: 768px) {
/*	.floatNav .wpthemeLogo .logo {
		width:33px;
	} */
}