body{
    font-family:'PT Sans Narrow',sans-serif;
    color: #232323;
    background-color:#F8F8F8;
    font-size:17px
}

.row-width {
    margin: 0 auto;
    max-width: 960px;
}



.header {
    background: #232323 none repeat scroll 0 0;
    color: white;
}

.header i {
    color: #ffba11;
    
}

.logo {
    max-height: 60px;
    margin-top: 0px;
    margin-right: 5px;
}

h1 {
    padding: 10px 0px 10px 0px !important;
    margin: 0 !important;
    font-size: 42px !important;
    text-transform: uppercase;
    
}

.vtop h2 {
    padding: 0px !important;
    margin: 0 !important;
    font-size: 26px !important;
    text-transform: uppercase;
}

.languages, .phone {
    padding-top: 14px;
    font-size: 32px;
}

.phone {
    font-weight: bold;
}

.header {
    position: fixed;
    top: 0px;
    left:0px;
    z-index: 9999999 !important;
}

.header a {
    color: white;
    text-decoration: none;
}

.header a.active, .header a:hover {
    color: #ffba11;
}

#slider {
    position: relative;
    height: 100vh;
    max-height: 600px;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homeinfo {
    position: absolute;
    bottom: 0;
    background-color: #ffba11;
    padding: 30px;
    border-bottom: 1px solid #E0E0E0;
}



.divider_center {
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
}

.services {

    padding: 30px 0px 30px 0px;
}

.border-top {
    border-top: 1px solid #E0E0E0;
    margin-top: 30px;
    padding-top: 30px;
}

.homeinfotitle {
    font-size: 32px;
}


.excursions {
    background-color: white;
    padding-top: 25px;
}

.excursions a img {
    border-radius: 50%;
    max-width: 140px;
    border: 6px solid #ffba11;
}


.zeljko {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #232323;
}


.excursions a:hover img {
    border: 6px solid #232323;
}

.valgin {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 30px;
}

#owner_details {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#owner_details li {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

#owner_details li i {
    margin-right: 10px;
    font-size: 16px;
}

.footer {
    background-color: #232323;
    color: white;
    padding: 10px 0px 10px 0px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


.notification {
    display: block;
    position: relative;
    background-color: white;
    padding: 6px 15px 6px 15px;
    font-weight: bold;
    margin-bottom: 10px;
    
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    color: white;
}


.notification i {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.notification.error {
    
    background-color: red;
}

.notification.success {
    background-color: #00D56A;
}

.notification.warning {
    background-color: #FF8000;
}



@media only screen and (max-width: 979px) {
    
    h1, .phone {
        font-size: 36px !important;
    }
    
    .homeinfotitle {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    
    h1 {
        font-size: 30px !important;

    }
    
    h1 img {
        width: 50px;
    }
    
    .phone, .languages{
        font-size: 26px !important;
    }
    
    .phone {
        padding-top: 0px !important;
    }
    
    .languages {
        float: right;
        margin-top: -58px;
    }
    
    .divider_center {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: 1px solid #232323;
        border-bottom: 1px solid #232323;
        padding: 8px !important;
    }
    
    .homeinfo {
        padding: 10px 0px 0px 0px !important;
        
        
    }
    
    .homeinfotitle {
        line-height: 32px;
        font-size: 20px;
        text-align: left;
    }
    
    .homeinfotitle i {
        font-size: 18px;
        margin-right: 10px;
    }
    
    .excursions img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .services {

        padding: 10px 0px 10px 0px;
    }
}