﻿.sos-header:before, .sos-header:after {
    content: "";
    display: table;
}

.sos-header:after {
    clear: both;
}

.sos-header {
    white-space: nowrap !important;
    height: 70px;
}

.sos-header a {
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

.sos-header nav {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.sos-header-nav {
        font-size: 12px;
        color: #fff;
        display: inline-block;
        background: url(../menu-icon.png) no-repeat left top;
        margin-top: 19px;
        min-height: 33px;
        padding-left: 44px;
        cursor: pointer;
        position: relative;
        padding-right: 10px;
}

    .sos-header-nav a.nav-link {
        color: #fff;
    }

.sos-header-nav:hover {
    color: #f6b220;
}

.sos-header-nav:hover a.nav-link {
	color: #f6b220;
}

.sos-header-nav:hover .sos-header-nav-menu {
	display:block;
}

.sos-header ul li:hover .text-hover {
	opacity: 1;
}


@media (min-width: 768px){
    .sos-header-nav .sos-header-nav-menu {
        position: absolute;
        left: 0;
        top: 14px;
        width: 200px;
        opacity: 0;
        padding-top: 16px;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
    }
}

@media (min-width: 768px) {
    .sos-header-nav:hover .sos-header-nav-menu {
    opacity: 1;
    z-index: 9999999;
}
}


.enumenu_ul {
    padding: 0px;
    list-style: none;
}

.sos-header-nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99;
    display: none;
    width: 200px;
}

.menu.submenu-ul-level1 li a {
	background: rgba(31,26,107,0.8);
	color: #fff;
	padding-left: 90px;
}

.enumenu_ul.desk li:hover > ul {
	opacity: 1;
}

.enumenu_ul > li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #143d79;
}

.enumenu_ul li a {
    font-size: 14px;
    color: #fff;
    padding: 14px 13px;
}

.enumenu_ul.desk .sb-menu .sb-menu {
	left: 100%;
	top: 0;
}
.enumenu_ul.desk ul li a {
	display: block;
	background: none;
}
.enumenu_ul.desk li:hover > a {
	background-color: #F6B220;
	color: #fff;
}
.enumenu_ul .arrow {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 26px;
	height: 24px;
	background: url(../images/plus.png) no-repeat center center;
	cursor: pointer;
	z-index: 999;
	background-size: 11px;
}

.sos-header-nav-menu li {
    display: block;
    width: 100%;
    min-height: 0px;
}

.sos-header-nav-menu li a {
    display: block;
    padding: 14px 8px;
    color: #fff;
    background: #236192;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;
}

.sos-header .header-right {
    height: 100px;
    float: right;
    background: #2A4D87;
    padding: 0 46px;
    border-left: 1px solid #1d3865;
    position: relative;
}

    .sos-header .header-right span {
        float: left;
    }

    .sos-header .header-right img {
        display: block;
    }

    /*.sos-header .header-right .header-right-logo {
        margin-top: 10px;
    }*/
    .header-right-logo {
        margin-top:15px;
    }

.toggle-nav {
    float: left;
    background-image: url(../nav-arrow-left.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -18px;
    top: 20px;
}

.sos-header-logo {
    display: inline-block;
    margin-left: 10px;
    margin-top:-30px;
}
#smallLogoImg {
    height:50px;
    width:50px;
    margin-top:-10px;
}

.sos-title {
    color: #FFFFFF;
    font-size: 22px;
    display:inline-block;
}

.hidden-xs .toolbar {
    
    margin-top: 5px;
}

div.shopping-cart-status {
    display:none;
}

.sos-secondary-navbar {
    background-color: #EEEEEE;
    color: #2F518A;
}

.sos-navbar-links {
    float:right!important;
    margin-right:100px;
}
