.heading_div {
    border-bottom: solid 1px #015490;
    width: 100%;
}

.heading {
    color: #015490;
    font-size: 18px;
    float: left;
    position: absolute;
    bottom: 4px;
}

.heading_icon {
    float: right;
}

.button_blue {
    background-color: rgb(1, 84, 144);
    color: white;
    text-align: center;
    font-size: 16px;
    width: 250px;
    height: 30px;
    line-height: 30px;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    
    border-radius: 3px;
}

.text-div {
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
}

.download_button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.tab {
    text-align: center;
    color: rgb(1, 84, 144);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border: solid 1px rgb(222, 222, 222);
    padding-top: 5px;
    padding-bottom: 5px;
}


.tab_current {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border: solid 1px rgb(222, 222, 222);
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0170BF;
}

.tab:hover {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border: solid 1px rgb(222, 222, 222);
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0170BF;
}

/* ////////////////////////////////////////// MENI //////////////////////////////////////////////////////// */

@media all and (max-width: 800px)
{
    .logo {
         width: 150px;
        margin-top: 10px;
    }
}

.top_meni {
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
}

.top_meni_address {
    padding-right: 10px; 
    border-right: solid 1px white;
}

.top_meni_telephone {
     padding-left: 10px;
}

.bottom_meni {
    height: 95px;
    padding-top: 10px;
    
}

.meni_tab_collection {
    width: auto;
    height: auto;
    float: right;
    overflow: hidden;
}

.meni_tab {
    width: 125px;
    height: 45px;
    float: left;
    overflow: hidden;
    
    margin-top: 40px;
    
    line-height: 43px;
    color: white !important;
    text-align: center;
    font-size: 14px;
}

.meni_tab:hover {
    width: 125px;
    height: 45px;
    float: left;
    overflow: hidden;
    
    margin-top: 40px;
    
    line-height: 43px;
    color: white;
    text-align: center;
    font-size: 14px;
    
    background-color: #015490;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.meni_tab_dropdown {
    width: 125px;
    height: 45px;
    float: left;
    overflow: hidden;
    
    line-height: 43px;
    color: white !important;
    text-align: center;
    font-size: 14px;
}

.meni_tab_dropdown:hover {
    width: 125px;
    height: 45px;
    float: left;
    overflow: hidden;
    
    line-height: 43px;
    color: white;
    text-align: center;
    font-size: 14px;
    
    background-color: #015490;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.meni_tab_small {
    width: 95px;
    height: 45px;
    float: left;
    overflow: hidden;
    
    margin-top: 40px;
    
    line-height: 43px;
    color: white !important;
    text-align: center;
    font-size: 14px;
}

.meni_tab_small:hover {
    width: 95px;
    height: 45px;
    float: left;
    overflow: hidden;
    
    margin-top: 40px;
    
    line-height: 43px;
    color: white;
    text-align: center;
    font-size: 14px;
    
    background-color: #015490;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.meni_dropdown_div_natjecanja {
    z-index: 10 !important; 
    position: absolute;
    max-width: 125px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0170BF;
    
    display: none;
}

#natjecanja:hover #meni_dropdown_div_natjecanja {
    display: block;
}

#savez:hover #meni_dropdown_div_savez {
    display: block;
}

.current {
    background-color: white !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
    color: #0170BF !important;
}

.mobile_meni_icon {
    float: right;
}


.mobile_meni_tab_big {
    height: 50px; 
    line-height: 50px; 
    width: 100%; 
    font-size: 18px;
}


.mobile_meni_tab_small {
    height: 30px; 
    line-height: 30px; 
    width: 100%; 
    padding-left: 20px;
    color: white;
}

/* ////////////////////////////////////////// STICKY FOOTER //////////////////////////////////////////////////////// */

* {
	margin: 0;
}

html, body {
	height: 100%;
    font-family: lato, sans-serif;
}

@media all and (min-width: 640px) 
{
    .wrapper {
        min-height: 100%;
        height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
        height: 100%;
        margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
    }

    .footer, .push {
        height: 155px; /* .push must be the same height as .footer */
        position: relative;
    }
}

@media all and (max-width: 640px) 
{
    .wrapper {
        min-height: 100%;
        height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
        height: 100%;
        margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
    }

    .footer, .push {
        height: 70px; /* .push must be the same height as .footer */
        position: relative;
    }
}

.footer-bottom {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: white;
    text-align: center;
    overflow: hidden;
}

.footer_div {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/* ////////////////////////////////////////// INDEX //////////////////////////////////////////////////////// */

.index_main_news {
    max-height: 352px; 
    overflow: hidden;
}

@media all and (min-width: 768px)
{
    .index_main_news2 {
        max-height: 165px; 
        overflow: hidden; 
        padding: 0px !important;
    }
}

@media all and (max-width: 768px)
{
    .index_main_news2 {
        max-height: 352px; 
        overflow: hidden; 
        padding: 0px !important;
    }
}

.novost {
    padding-top: 20px;
    overflow: hidden;
}

@media all and (min-width: 768px)
{
    .novost_img {
        max-width: 235px;
        max-height: 130px;
        width: 100%;
        height: auto;

        overflow: hidden;
    }
    
    .img-galerije {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px)
{
    .novost_img {
        max-height: 352px; 
        overflow: hidden; 
        padding: 0px !important;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    } 
    
    .img-galerije {
        max-height: 352px; 
        overflow: hidden; 
        padding: 0px !important;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

.novost_naslov {
    color: #015490;
    margin-bottom: 20px;
    font-size: 14px;
    
    overflow: hidden;
}

.novost_text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    text-align: justify;
    
    overflow: hidden;
}

.novost_datum {
    width: 110px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: white;
    background-color: #015490;
    text-align: center;
    margin-right: 10px;
    
    float: left;
    overflow: hidden;
}

.novost_vise {
    width: 110px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: white;
    background-color: #0170BF;
    text-align: center;
    margin-right: 10px;
    
    float: left;
    overflow: hidden;
}

.novost_border {
    border-bottom: solid 1px rgb(220, 220, 220);
    padding-bottom: 20px;
    height: 151px;
    overflow: hidden;
}


.main_news_text {
    font-size: 11px; 
    margin-top: 5px;
}


@media all and (min-width: 992px)
{
    .main_news_heading {
        /* Firefox */
        width: -moz-calc(100% - 19px);
        /* WebKit */
        width: -webkit-calc(100% - 19px);
        /* Opera */
        width: -o-calc(100% - 19px);
        /* Standard */
        width: calc(100% - 19px);
        
        position: absolute; 
        bottom: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        background-color: rgba(1, 112, 191, 0.5);
        color: white;
        font-size: 16px;
    }
}

@media all and (max-width: 991px)
{
    .main_news_heading {
        /* Firefox */
        width: -moz-calc(100% - 19px);
        /* WebKit */
        width: -webkit-calc(100% - 19px);
        /* Opera */
        width: -o-calc(100% - 19px);
        /* Standard */
        width: calc(100% - 19px);
        
        position: absolute; 
        bottom: 0px;
        padding: 15px;
        padding-left: 15px;
        background-color: rgba(1, 112, 191, 0.5);
        color: white;
        font-size: 16px;
    }
    
}

    .main_news_heading_small {
        width: 100%;
        
        position: absolute; 
        bottom: 0px;
        padding: 15px;
        padding-left: 15px;
        background-color: rgba(1, 112, 191, 0.5);
        color: white;
        font-size: 16px;
    }

/* ////////////////////////////////////////// NATJECANJA //////////////////////////////////////////////////////// */

.row_natjecanja {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #015490;
}

.border-grey-bottom {
    border-bottom: solid 1px #015490;
}

.border-grey-right {
    border-right: solid 1px #015490;
}

.min-height-40 {
    min-height: 40px;
}

.natjecanja_datum {
    float: right; 
    width: auto !important; 
    padding-left: 5px; 
    padding-right: 5px;
}

.savez_subheading {
    color: rgb(1, 84, 144);
    font-size: 14px;
    font-weight: bold;
}


/* ////////////////////////////////////////// SAVEZ //////////////////////////////////////////////////////// */

.tajnik_info {
    color: rgb(1, 84, 144);
    font-size: 14px;
    font-weight: normal;
}


/* ////////////////////////////////////////// SAVEZ //////////////////////////////////////////////////////// */
.kontakt-label {
    color: rgb(1, 84, 144);
    font-size: 16px;
    font-weight: 300;
    height: 16px;
    line-height: 14px;
}

.input_text {
    width: 100%;
    min-height: 14px;
    color: #C4C4C4;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-style: italic;
    padding: 6px;
    background-color: rgb(250, 250, 250);
    margin-top: 5px;
    margin-bottom: 20px;
    color: #015490;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    border: solid 1px #0170BF;
}

.submit_button {
    width: 100%; 
    background-color: #015490; 
    color: white; 
    border: none; 
    height: 30px; 
    font-size: 17px; 
    line-height: 30px; 
    margin-bottom: 30px;
}


#mobile_meni {
    -o-transition: height 0.8s; /* Safari */
    -moz-transition: height 0.8s; /* Safari */
    -webkit-transition: height 0.8s; /* Safari */
    transition: height 0.8s;
}

.iframe {
    max-width: 560px; width: 100%; height: auto; min-height: 350px;
}

.novost_img_2 {
    width: 100%; max-width: 400px; height: auto; margin-left: auto; margin-right: auto;
}