

body{
    background-color: #d9d9dc;
}

.logo{
    height: 50px;
    width: 200px;
}

.navbar {
    min-height: 75px;

}
.navbar-custom {
    background-color: #d9d9dc;
    border-bottom:5px solid #027eed;
    margin-bottom: 0;

}
.navbar-header{
    min-height: 75px;
}

.navbar-toggle{
    background: #FFF url('../images/favicon.ico') right center no-repeat;
    width:64px;
}
button.navbar-toggle{
    margin-top: 20px;
}
.navbar-nav {
    margin: 15px 25px;
    font-size: 120%;
}
.navbar-toggle .icon-bar{
    background-color: #027eed;
}
.jumbotron{
    height: 390px;
    padding: 0 !important;
    border-bottom: 5px solid #027eed;
    margin-bottom: 40px;
}
.background-img{
    height: 385px;
    width: 100%;
}

.caption {
    text-align: center;
    margin: 10px;
}

#telefon{
   color: #ff8c1a;
}
.preporuka{
    margin-top: 30px;
    text-align: center;
}

.cena{
    color: #ff8c1a;
   font-size: 150%;
}

/* Icon */

.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

.icon.major {
    text-align: center;
    cursor: default;
    background-color: #009bdb;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/bg01.png");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/bg01.png");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/bg01.png");
    background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("/images/bg01.png");
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 5em;
    height: 5em;
    line-height: 5em;
    box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
    margin: 10px 0 0 0;
}

.icon.major:before {
    font-size: 2.5em;
}

/* SMALL DEVICES */

@media (max-width: 768px) {


    .logo{
        margin-left: auto;
       margin-right: auto;
    }
    .jumbotron{
        height: 155px;
        padding: 0 !important;
    }
    .background-img{
        height: 150px;
        width: 100%;
    }
   }

@media (max-width: 360px) {


    .logo{
        height: 50px;
        width: 200px;
    }
    .navbar {
        min-height: 80px;
    }
    .navbar-header{
        min-height: 80px;
    }
}
@media(max-width:1015px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}