h1
{
    color: #fff;
    background-color: #004c77; 
    padding: 10px;
    font-size: x-large;
}
.header-contact 
{
    padding-top: 10px;
    color: #fff;
    text-align: center;
    height: auto;
    font-size: medium;
    margin-bottom: 5px;
    background-color: #004c77
}

.lang 
{
    float: left;
}
.logo 
{
    max-width: 100%;
    height: auto;
    padding-top: 2%;
}

.carousel-container 
{
    padding-right: 0px;
    padding-left: 0px;
}

.navbar 
{
      border-bottom: 5px solid #004c77;
}

.navbar-cont
{
      padding-left: 0;
      padding-right: 0;
}


#sto, #korisni, #upotreba, #zanas 
{
    height: auto;
}

.lead 
{
    text-align: justify;
    font-size: larger;
}

/*Scroll to Top*/
.scroll-top-wrapper {
float: right;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
color: #eeeeee;
width: 50px;
height: 48px;
line-height: 48px;
right: 30px;
bottom: 30px;
padding-top: 2px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
clear: both;
}
.scroll-top-wrapper:hover {

}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
opacity: 1.0;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}

img
{
    max-width: 100%;
    height: auto;
}

.fb 
{
    color: #fff;
}

.fb:hover
{
    color: #eeeeee;
}