/**********************************/
/* ZAGLAVLJE */
.header{
    
    
}

.header_1{
    padding: 15px 0 20px 0;
}


.header_1 ul li{
    padding: 1px 10px;
    border-left: 1px solid #377E9D;
}

.header_1 ul li:first-child{
    border-left: none;
}


.header_1 ul li a{
    color: #377E9D;
    transition: all .2s;
}

.header_1 ul li a:hover{
    color: #3BA2DA;
}

.header_1 ul li a i{
    font-size: 20px;
}

.header_1_language_active{
    color: #ff8169 !important;
}

.header_1_subscribe a{
    color: #ff8169 !important;
    transition: all .2s;
}

.header_1_subscribe a:hover{
    color: #DD920B !important;
}

.header_1_subscribe a i,
.header_1_email a i{
    font-size: 16px !important;
}

.header_1_subscribe a span,
.header_1_email a span{
    margin-left: 10px;
    font-size: 15px;
}




.header_2 .navbar{
    border-radius: 0;
    margin-bottom: 0 !important;
}

.header_2 .navbar .container-fluid{
    padding: 0;
}

.header_2 .navbar-brand{
    height: 100px;
    margin-top: -60px;
    padding: 0;
}

.header_2 .navbar-brand img{
    height: 100%;
}

.header_2 .navbar ul li a{
    color: #3BA2DA;
    font-size: 16px;
    padding: 7px 18px;
}

.header_2 .navbar ul li a:hover{
    color: #377E9D;
}

.header_2 .navbar ul li a:hover,
.header_2 .navbar ul li a:focus{
    background: transparent;
}



.header_2 .navbar-nav > .open > a, 
.header_2 .navbar-nav > .open > a:hover, 
.header_2 .navbar-nav > .open > a:focus{
    background: #3BA2DA !important;
    color: #fff;
}

.header_2 .navbar-nav > .open > a i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-bottom: 1px;
}

.header_2 .dropdown-menu{
    box-shadow: none;
    outline: none;
    border: none;
    min-width: 200px;
    border-radius: 0;
    background: #3BA2DA !important;
}

.header_2 .dropdown-menu li{
    list-style-type: none;
    margin: 0 14px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.header_2 .dropdown-menu li:last-child{
    border-bottom: none;
}

.header_2 .dropdown-menu li a,
.header_2 .dropdown-menu li a:focus{
    background: transparent !important;
    color: #fff !important;
    padding: 5px 50px 5px 0  !important;
    font-size: 13px !important;
    transition: all .2s;
}

.header_2 .open .dropdown-menu  li a:hover{
    background-image:none !important;
    background: #3BA2DA !important;
    color: #223244 !important;
}

.header_2 .dropdown-menu .collapse,
.header_2 .dropdown-menu .collapsing{
    padding: 0 !important;
}


.header_2 .dropdown-menu .collapse li,
.header_2 .dropdown-menu .collapsing li{
    border: none;
}

.header_2 .dropdown-menu .collapse li a,
.header_2 .dropdown-menu .collapsing li a{
    padding: 4px 0 !important;
    display: block;
}

.header_2 .dropdown-menu .collapse li a i,
.header_2 .dropdown-menu .collapsing li a i{
    width: 20px;
    text-align: center;
}

.header_2 .dropdown-menu .collapse li a:hover,
.header_2 .dropdown-menu .collapse li a:focus{
    background: transparent !important;
}


.header_2_regbtn,
.header_2_regbtn:focus{
    background: #ff8169 !important;
    color: #fff !important;
    transition: all .2s;
}

.header_2_regbtn i{
    width: 30px;
    text-align: center;
}

.header_2_regbtn:hover{
    background: #377E9D !important;
    color: #fff !important;
}

.header_2_regbtn:hover i{
    text-align: right;
}

.small_language_select{
    border-bottom: 1px solid #eee;
}

.small_language_select button{
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    background: #377E9D;
    color: #fff;
}

.small_language_select ul{
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0;
}

.small_language_select ul li{
    list-style-type: none;
}
.small_language_select ul li a{
    display: block;
    padding: 10px 5vw;
    color: #377E9D;
}


@media (max-width: 768px)
{

    .header_2 .navbar{
        padding: 0 20px;
        border-bottom: 1px solid #eee;
    }
    
.header_2 .navbar-brand{
    height: 60px;
    margin: 0 0 0 5vw;
    padding: 10px;
}

.header_2 .navbar-brand img{
    height: 100%;
}
    
.header_2 .navbar-toggle{
    border: 1px solid #ddd;
    padding: 8px 20px;
}


.header_2 .collapse,
.header_2 .collapsing{
    background: #3BA2DA !important;
    padding: 0 20vw;
}

.header_2 .navbar ul li a,
.header_2 .navbar ul li a:hover,
.header_2 .navbar-nav > .open > a, 
.header_2 .navbar-nav > .open > a:hover, 
.header_2 .navbar-nav > .open > a:focus,
.header_2 .dropdown-menu,
.header_2 .dropdown-menu li a,
.header_2 .dropdown-menu li a:focus,
.header_2 .open .dropdown-menu  li a:hover{
    background: transparent !important;
    color: #eee !important;
}

.header_2 .navbar ul li{
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.header_2 .navbar li:last-child{
    border-bottom: none;
}


.header_2 .navbar ul li a{
    padding: 10px 5px ;
}

.header_2 .dropdown-menu li{
    border-bottom: 1px solid rgba(255,255,255,.5) !important;
    margin: 0;
    padding: 0 20px;
}

.header_2 .dropdown-menu li:last-child{
    border-bottom: none !important;
}


.header_2 .collapse .header_2_regbtn,
.header_2 .collapse .header_2_regbtn:focus,
.header_2 .collapsing .header_2_regbtn,
.header_2 .collapsing .header_2_regbtn:focus{
    background: #ff8169 !important;
    color: #fff !important;
    transition: all .2s;
    width: 50vw;
    margin: 20px auto;
    text-align: center;
}

.header_2 .collapse .header_2_regbtn:hover{
    background: #377E9D !important;
    color: #fff !important;
}

}