/* HEADER */

.navbar {
    margin-bottom:0;
    border-radius:0;
    border:0;
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
}
.navbar-brand {
    height:auto;
    padding: 0 15px;
}
.navbar-brand img {
    max-width: 208px;
}
.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 {
    font-size: 14px;
    padding: 16px 0 0 0;
}
.navbar-nav > li > a {
    padding: 15px 0 10px;
    margin: 0 15px;
    color: #27272b;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
}
.navbar-nav > li > a:after {
    background: #ffef1d;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
    margin-top: -2px;
}
.navbar-nav > li > a:hover {
    color: #27272b;
}
.navbar-nav > li > a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    background: none;
}
.navbar-nav > li:last-child > a {
    margin-right: 0;
}
.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:0px;
    min-width: 180px;
    box-shadow: none;
    border: none;
    background: #144577;
}
.navbar-nav > li > .dropdown-menu > li > a {
    padding-top:9px;
    padding-bottom:9px;
    font-size:13px;
    color:#fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    -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 > a:hover {
    background: #ffef1d;
}
.navbar-nav > li > .dropdown-menu > li > a:hover .fa-caret-right {
    color:#212020;
}
.header-top {
    background: #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.header-top a {
    color: #fff;
    -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;
}
.header-top a:hover {
    color: #ffef1d;
}
.header-top .left {
    position: relative;
    height: 46px;
    z-index: 1;
    padding-top: 14px;
}
.header-top .left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 9000px;
    background: #27272b;
    display: block;
    z-index: -1;
}
.header-top .right {
    position: relative;
    height: 46px;
    z-index: 1;
}
.header-top .right:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 9000px;
    background: #ffef1d;
    display: block;
    z-index: -1;
}
.header-top .info.address {
    position: relative;
    padding-left: 16px;
}
.header-top .info.address:after {
    font-weight: 300;
    content: '\f041';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 16px;
}
.header-top .info.phone {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-left: 22px;
}
.header-top .info.phone:after {
    content: '\f095 ';
    font-weight: 300;
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 18px;
}
.header-top .info.mail {
    margin-left: 25px;
    position: relative;
    padding-left: 25px;
}
.header-top .info.mail:after {
    font-weight: 300;
    content: '\f0e0';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 15px;
}
.header-bottom {
    background-color: #fff;
}
.header-bottom.navbar-fixed-top .navbar-nav {
    margin-right:0px;
}
.header-bottom.navbar-fixed-top {
    box-shadow: 0 2px 2px 1px #ccc;
    z-index:99999;
}
.header-bottom.navbar-smaller .navbar-brand {
    padding-top:15px;
    padding-bottom:15px;
    -webkit-transition: padding 0.3s ease 0s;
    -moz-transition: padding 0.3s ease 0s;
    -ms-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
}
.header-bottom.navbar-smaller .navbar-nav {
    padding-top:15px;
    -webkit-transition: padding 0.3s ease 0s;
    -moz-transition: padding 0.3s ease 0s;
    -ms-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
}
.header-bottom.navbar-smaller .navbar-nav > li > a {
    padding-bottom:28px;
    -webkit-transition: padding 0.3s ease 0s;
    -moz-transition: padding 0.3s ease 0s;
    -ms-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
}
.header-bottom.navbar-smaller.navbar-smaller-no-transition .navbar-brand {
    padding-top:15px;
    padding-bottom:15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.header-bottom.navbar-smaller.navbar-smaller-no-transition .navbar-nav {
    padding-top:15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.header-bottom.navbar-smaller.navbar-smaller-no-transition .navbar-nav > li > a {
    padding-bottom:28px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* 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-top: 12px;
}
.follow-us-on {
    margin: 3px 13px 0 0;
    font-size: 12px;
    font-weight: 600;
    display: block;
    float: left;
    color: #27272b;
    text-transform: uppercase;
}
.social-link {
    margin-right: 8px;
}
.social-link i {
    color: #27272b;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border-radius: 50%;
    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:hover i, .social-link i:hover {
    background: #27272b!important;
    color: #fff;
}
.social-link .fa {
    font-size: 14px;
}
.social-link .fa:hover {
    background: #fff;
}
.social-link .fa-twitter:hover {
    background: #fff;
}
.social-link .fa-facebook:hover {
    background: #fff;
}
.social-link .fa-google-plus:hover {
    background: #fff;
}
.social-link .fa-linkedin:hover {
    background: #fff;
}
.social-link .fa-youtube:hover {
    background: #fff;
}
.social-link .fa-instagram:hover {
    background: #fff;
}
.social-link .fa-pinterest:hover {
    background: #fff;
}
.searchbox {
    float: right;
}
.searchbox input {
    border-radius:0px;
    height: 38px;
    border: none;
    color: #fff;
    box-shadow:none;
    border: 0;
    font-size:12px;
    background: #ffef1d;
    padding-left: 20px;
}
.searchbox input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    opacity:1;
}
.searchbox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity:1;
}
.searchbox input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity:1;
}
.searchbox input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity:1;
}
.searchbox input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    opacity:1;
}
.searchbox .btn {
    border-radius:0px;
    padding: 4px 12px 5px 12px;
    border: none;
    background: #ffef1d;
    color:#fff;
    font-size: 14px;
    border: 0;
    margin: 0;
    height: 38px;
    -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
.searchbox .btn:hover {
    background: #ffef1d;
    color: #27272b;
    box-shadow: none;
}
.searchbox .btn {
    background: #ffef1d;
    box-shadow: none;
    color: #fff;
}
.header-top .top-menu {
    float: right;
    margin-right: 20px;
    border-right: 1px solid #617588;
    margin-top: 9px;
    padding-right: 15px;
}
.header-top .top-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}
.header-top .top-menu a:last-child {
    margin-right: 0;
}
.header-top .top-menu a:hover {
    color: #ffef1d;
}
.language-wrapper {
    float: right;
    margin: 14px 0 0 20px;
    position: relative;
}
.language-wrapper img {
    height: 22px;
    float: left;
    margin-top: -2px;
    margin-right: 4px;
}
.language-wrapper a {
    color: #27272b;
}
.language-wrapper .dropdown-toggle:hover {
    text-decoration: none;
}
.language-wrapper .dropdown-toggle i {
    margin-left: 5px;
}
.language-wrapper a:hover {
    color: #27272b;
    text-decoration: underline;
}
.language-wrapper .dropdown-menu {
    min-width: 0;
    left: -15px;
    margin-top: 5px;
    border-radius: 0;
    padding: 0;
}
.language-wrapper .dropdown-menu li {
    padding: 0;
    margin: 0;
}
.language-wrapper .dropdown-menu li a.active, .language-wrapper .dropdown-menu li a.active:hover {
    background: #27272b;
    color: #fff;
}
.language-wrapper .dropdown-menu li a:hover {
    background: #ffef1d;
    color: #27272b;
}