/* 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;
    font-size: 15px;
    padding: 18px 0 0 0;
}
.navbar-nav > li > a {
    padding: 15px 14px 33px 14px;
    font-size: 14px;
    color: #212020;
    text-transform: uppercase;
    font-weight: 500;
    -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: #18ba60 ;
}
.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: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: #18ba60;
}
.navbar-nav > li > .dropdown-menu > li > a:hover .fa-caret-right {
    color:#212020;
}
.header-top {
    background: #144577;
    color: #fff;
    font-size:13px;
    font-weight: 300;
}
.header-top a {
    color: #fff;
    -webkit-transition: color 0.4s ease 0s, background 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s, background 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s, background 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s, background 0.4s ease 0s;
    transition: color 0.4s ease 0s, background 0.4s ease 0s;
}
.header-top a:hover {
    color: #18ba60;
}
.header-top .left {
    margin-top: 9px;
}
.header-top .info i {
    margin-right: 5px;
}
.header-top .info.phone {
    margin-left:22px;
}
.header-top .info.phone:first-child {
    margin-left:0px;
}
.header-top .info.mail {
    margin-left: 50px;
}
.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: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -ms-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 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: #2b5784;
    padding-left: 20px;
    float: left;
    width: 110px;
}
.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: #2b5784;
    color:#fff;
    font-size: 14px;
    border: 0;
    margin: 0;
    height: 38px;
    box-shadow: none;
    -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: #2b5784;
    color: #18ba60;
    box-shadow: none;
}
.header-top .top-menu {
    float: right;
    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: #18ba60;
}
.header-top .webshop {
    float: right;
    display: block;
    background: #18ba60;
    padding: 9px 15px 10px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
.header-top .webshop:hover {
    background: #13944c;
    color: #fff;
}
.header-top .webshop i {
    font-size: 16px;
    margin-right: 4px;
}
.header-top .webshop.online-prijava {
    /*background: #00AEEF;*/
	background: #ff0000;
    padding-top: 10px;
}
.header-top .webshop.online-prijava:hover {
    /*background: #008bbf;*/
	background: #da1212;
}
@-moz-document url-prefix() {
    .header-top .webshop.online-prijava {
        padding-top: 9px;
    }
}