/* HEADER */

.navbar {
    margin-bottom:0px;
    border-radius:0px;
    border:0px;
    background: #f0f0f0;
}
.navbar-brand {
    height:auto;
    padding-top:23px;
    padding-bottom:23px;
}
.navbar-brand img {
    max-width: 260px;
}
.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-right: -15px;
    padding: 26px 0 0 0;
}
.navbar-nav > li > a {
    padding: 15px 15px 20px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    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;
}
.navbar-nav > li > a:hover {
    color: #134b6a ;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    background: none;
}
.navbar-nav > li.last > a {
    padding-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: 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;
}
.header-top {
    background: #134b6a;
    color: #fff;
    font-size:12px;
    font-weight: 600;
    padding: 15px 0 14px;
}
.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: #ddd;
}
.header-top .info i {
    margin-right: 5px;
}
.header-top .info.phone {
    margin-left: 25px;
    font-family: 'Roboto', sans-serif;
}
.header-top .info.phone:first-child {
    margin-left:0px;
}
.header-top .info.mail {
    margin-left: 25px;
}
.header-bottom {
    background: #fff;
}
.header-bottom.navbar-fixed-top .navbar-nav {
    margin-right:0px;
}
.header-bottom.with-shadow {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.07);
}
.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-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 {
    color:#18ba60;
}
.social-link .fa-twitter:hover {
    color: #18ba60;
}
.social-link .fa-facebook:hover {
    color: #18ba60;
}
.social-link .fa-google-plus:hover {
    color: #18ba60;
}
.social-link .fa-linkedin:hover {
    color: #18ba60;
}
.social-link .fa-youtube:hover {
    color: #18ba60;
}
.social-link .fa-instagram:hover {
    color: #18ba60;
}
.social-link .fa-pinterest:hover {
    color: #18ba60;
}
.searchbox {
    float: right;
}
.searchbox input {
    border-radius:0px;
    height: 38px;
    border: none;
    color: #fff;
    box-shadow:none;
    border: 0;
    font-size:12px;
    background: #18ba60;
    padding-left: 20px;
    float: left;
}
.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;
}
.input-group-btn.search {
    float: left;
}
.searchbox .btn {
    border-radius:0px;
    padding: 4px 12px 5px 12px;
    border: none;
    background: #18ba60;
    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: #18ba60;
    color: #144577;
    box-shadow: none;
}
.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 .right .dropdown-toggle {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    padding-right: 30px;
    background: url("/design/lang-dropdown-arrow.png") no-repeat right center;
}
.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;
}