/* HEADER */

header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header-top {
    height: 38px;
    background: #b58b1e;
}
.header-bottom {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.85);
}
.navbar {
    margin-bottom:0px;
    border-radius:0px;
    border:0px;
    background: transparent;
}
.navbar.sticked-to-top .header-bottom {
    position: fixed;
    top: 0;
}
.navbar-brand {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.navbar-right {
    padding-right: 0;
}
.navbar > .header-bottom > .container .navbar-brand, .navbar > .header-bottom > .container-fluid .navbar-brand {
    margin-left:-15px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
}
.navbar-nav {
    margin: 12px 100px 0 0;
    padding: 0;
}
.navbar-nav > li > a, .navbar-nav > li > a:focus {
    padding: 5px 7px;
    margin: 0 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    background: transparent;
    position: relative;
}
.navbar-nav > li.bold-green > a, .navbar-nav > li.bold-green > a:focus {
    font-weight: 700;
    color: #006f66;
}
.en-us-header .navbar-nav > li > a, .en-us-header .navbar-nav > li > a:focus {
    margin: 0 18px;
}
.navbar-nav > li > a:after {
    background: #006f66;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}
.navbar-nav > li > a:hover {
    background: transparent;
}
.navbar-nav > li > a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}
.navbar-nav > li > a .caret {
    display:none;
}
.navbar-toggle {
    border:1px solid #212020;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-nav > li > .dropdown-menu {
    left: 0;
    right:auto;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    min-width: 180px;
    box-shadow: none;
    border: none;
    background: #f7f7f7;
    overflow: hidden;
}
.navbar-nav > li > .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color:#666;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
}
.navbar-nav > li > .dropdown-menu > li:last-child > a {
    border-bottom: 0;
}
.navbar-nav > li > .dropdown-menu > li:last-child {
    border-radius: 0;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
    background: #134b6a;
    color: #fff;
}
.navbar-nav > li > .dropdown-menu > li > a:hover .fa-caret-right {
    color:#212020;
}
/* Lang */

.dropdown.language .lang img {
    margin:-2px 4px 0px 0px;
}
.dropdown.language .dropdown-menu {
    border: 0px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 8px 0px 0px 0px;
    padding: 0px 0;
    left:-20px;
}
.dropdown.language .dropdown-menu > li > a {
    padding-top:5px;
    padding-bottom:5px;
}

/* Social */
.header-social {
    margin-right: 20px;
    margin-top: 9px;
}
.follow-us-on {
    margin-right:8px;
}
.social-link i {
    color: #fff;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social-link:last-child i {
    margin-right:0px;
}
.social-link .fa {
    font-size: 14px;
    margin-right: 12px;
}
.social-link .fa:hover {
    opacity: 0.6;
}

.header-top .right .dropdown-toggle img {
    margin: -4px 11px 0 0;
}
.header-top .right .dropdown-menu {
    margin-top: 6px;
    min-width: 140px;
    background: #f7f7f7;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.header-top .right .dropdown-menu li {
    padding: 0;
    margin: 0;
}
.header-top .right .dropdown-menu li a {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 20px;
}
.header-top .right .dropdown-menu li a img {
    margin-right: 10px;
}
.header-top .right .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.header-top .right .dropdown-menu li a:hover {
    background: #134b6a;
    color: #fff;
}

.header-bottom .custom-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-top .top-left {
    padding: 8px 0;
    color: #fff;
    opacity: 0.7;
}
.header-top .top-left a {
    color: #fff;
}
.header-top .top-left .info {
    margin-right: 30px;
}
.header-top .top-left .info:last-child {
    margin-right: 0;
}
.header-top .top-left .info i {
    margin-right: 4px;
}
.social-wrapper {
    float: right;
    margin-top: 12px;
}
.social-wrapper a {
    float: right;
    display:flex;
    height:32px;
    width:32px;
    border:2px solid #fff;
    border-radius:50%;
    align-items: center;
    justify-content: center;
    margin-right:10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-wrapper a:hover, .social-wrapper a:active {
    color: #006f66;
    border-color: #006f66 ;
}

.header-wrapper {
    padding: 20px 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-wrapper.scrolled {
    background-color: rgba(0,0,0,0.7);
    padding: 10px 0;
}
.header-wrapper.collapse-show {
    background-color: rgba(0,0,0,0.7);
}
.nav > li.visible-mobile-menu {
    display: none;
}