/* Add here all your css styles (customizations) */
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    background-color: #0f2843 ;
    min-height: 80px;
}

.container {
    max-width: 1180px;
}

.u-header__section--light .navbar-toggler {
    color: #fff;
}

#nav-submenu-pages {
    margin-top:30px;
}

#header_meta {
    border-top: none;
    z-index: 10;
    min-height: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 3px;
}

.container_wrap_meta {
background: #333333;
}

#top .social_bookmarks {
    height: 30px;
    z-index: 150;
    -webkit-backface-visibility: hidden;
    margin: 0 0 0 -9px;
}

.av_icon_active_left .social_bookmarks {
    float: left;
}

.phone-info {
    float: right;
    margin-top: -18px;
}

.phone-info a {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}


.mt-20 {
    margin-top: 20px !important;
}

.relative {
        position: relative;
}

.badge-corner:empty {
    display: inline-block;
}
.badge-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 120px solid #888;
    border-top-color: rgba(0, 0, 0, 0.3);
    border-left: 120px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.badge-corner span {
    position: absolute;
    top: -95px;
    left: -70px;
    font-size: 15px;
    color: #fff;
	transform: rotate(45deg);
}
.badge-corner-base {
    border-top-color: #3498db;
}
.badge-corner-alt {
    border-top-color: #9cd70e;
}
.badge-corner-light {
    border-top-color: #ecf0f1;
}
.badge-corner-light span {
    color: #2c3e50;
}
.badge-corner-dark {
    border-top-color: #131313;
}
.badge-corner-orange {
    border-top-color: #ff8a3c;
}
.badge-corner-red {
    border-top-color: #ff0000;
}

.btn-warning {
    color: #fff !important;
    background-color: #ffc107;
    border-color: #ffc107;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: #0f2944 !important;
    border: 0;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link-sub:hover {
    color:#fff;
}



.hs-sub-menu, .hs-mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    visibility: hidden;
    background-color: #0f2944 !important;
    opacity: 1 !important;
}

.g-brd-primary-header {
    border-color: #fff !important;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link-sub, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link-sub {
    color: #fff !important;
}

.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before {
    background: #fff;
}

.login-button-mobile {
    margin-top: -12px;
    margin-left: 10px;
}

.hamburger--slider .hamburger-inner {
    top: 8px !important;
}

