/*
pozadinska boja (black): #1d1e20
glavna boja (orange): #e78728
boja kruga (orange2): #c57d3b
boja teksta (white): #e78728
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #e78728;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #888  url("../images/bagage.jpg");
    min-height: 100%;

}

a {
    text-decoration: none;
}

.link {
    color: #e78728;
}

header {
    background: #01008a;
    min-height: 60px;
}


/* NAVIGATION */
#main-nav {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    background: #01008a;
}

#logo-container {
    display: block;
    clear: right;
}

#logo {
    float: left;
    display: block;
}

#menu-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 12px;
}

#menu-icon:hover {
    cursor: pointer;
    background: #16558f;
}

.menu-icon-line {
    width: 28px;
    height: 4px;
    margin: 6px;
    background: #e78728;
}

#top-nav {
    display: none;
    list-style-type: none;
    clear: both;
}

#top-nav li a {
    display: block;
    height: 60px;
    text-align: center;
    padding: 20px 25px;
    color: #e78728;
    transition: 400ms;
    font-weight: bold;
    letter-spacing: 1px;
}

#top-nav li a.nav-active {
       background: #e78728;
    color: #000;
}

#top-nav  li a:hover:not(.nav-active) {
     background: #16558f ;
    color: #e78728;
}
/* NAVIGATION END */



/* CONTENT */
#content {
    max-width: 960px;
    margin: 0 auto;
    background: #16558f;
}

.paragraph-casual {
    padding: 10px 20px;
}

.usluge-description {
    padding: 30px 20px 10px 20px;
    text-align: center;
}

#intro {
    height: 500px;
    max-width: 960px;
    background: #222 url("../images/Autopraonica-Blic-Zadar.jpg") no-repeat center;
}

#background-photo {
    max-width: 960px;
}

.div-title {
    text-align: center;
    color: #e78728;
     text-shadow: 2px 2px black;
}

#main-title {
    padding: 160px 20px 20px 20px;
    font-size: 36px;
}

#sub-title {
    padding: 0 20px 40px 20px;
}

#blic-autopraonica-image {
    width: 100%;
    text-align: center;
}



#home-div {
    padding: 40px 20px;
}

#home-div p {
    padding: 10px 0;
}

#home-div h3 {
    padding: 50px 0 10px 0;
}

/* O NAMA */
#about-us {
    padding: 40px 20px;
}

#about-us p {
    padding: 10px 0;
}

/* O NAMA END */



/* PRICES */
#prices {
    width: 100%;
    position: relative;
    overflow: none; 
}

#price-title {
padding: 30px 20px 0 20px;
}

.price-column {
    display: inline-block;
    width: 100%;
}

.price-column a li:hover { /* hovered link is bold */
    transition: 150ms;
    background: #444;
    font-weight: bold;
    padding-left: 20px;
}

.price-column ul {
    list-style-type: none;
}

.price-column li {
    background: #333;
    padding: 5px 10px;
}

.price-category {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    margin: 39px 5px 5px 5px;
}

.price-service {
    margin: 5px; /* margin: 5px 5px 5px 20px; za uvučeno */
    position: relative;
    padding: 5px 10px;
    background: #444;
}

.price-kn {
    position: absolute;
    right: 5px;
    padding: 0 5px;
    background: inherit;
    text-align: right;
}
/* PRICES END */



/* USLUGE */
.usluga {
    padding: 20px;
}

.usluga-title {
    padding: 20px 0 20px 0;
}

.usluga-price {
    padding: 10px 0;
}

.usluga-p {
    padding: 10px 0;
}

.usluga-image {
    width: 100%;
    padding: 20px 0;
}
/* USLUGE END */



/* CONTACT */
#about {
    margin-bottom: 20px;
    clear: both;
}

#contact-title {
    padding: 30px 20px 10px 20px;
}

#about address {
    max-width: 250px;
    margin: 0 auto 70px auto;

}

#contact-modern {

}

.contact-p-info {
    padding: 20px 0 0 0;
}

.contact-p-button {
    padding: 10px 0;
}

#contact-modern button {
    padding: 5px 18px;
    width: 250px;
    background: #e78728;
    color: #000;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

#contact-modern button i {
    color: #000;
    padding-right: 5px;
}

.contact-info {
    font-weight: bold;
    text-transform: uppercase;
}

#worktime-modern {
    max-width: 250px;
    margin: 50px auto 50px auto;
}


/* CONTACT END */



/* MAPS */
#title-location {
    padding: 30px 20px 20px 20px;
}

#g-maps p {
    padding: 20px;
}

#g-maps iframe {
    width: 100% !important;
    clear: both;
}
/* MAPS END */



/* FOOTER */
#footer-main {
    background-color: #01008a;
    min-height: 170px;
    font-style: italic;
}

#footer-container {
    max-width: 960px;
    min-height: 130px;
    margin: 0 auto;
    background-color: #01008a;
}

#footer-work-time {
    padding: 10px;
}

#footer-work-time p {
    padding: 3px;
}

#footer-contact {
    max-width: 480px;
    padding: 10px;
}

#footer-contact p {
    padding: 3px;
}

.footer-contact-info {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 8px;
}
/* FOOTER END */



/* RESPONSIVE */
@media screen and (min-width: 680px) {
    #menu-icon {
        display: none;
    }

    #top-nav {
        display: inline-block;
        clear: none;
    }

    #top-nav li {
        display: inline-block;
    }

    .price-column {
        width: 50%;
    }

    #price-column-1 {
        position: relative;
        left: 0;
        padding-bottom: 40px;
    }

    #price-column-2 {
        position: absolute;
        right: 0;
        padding-bottom: 40px;
    }

    #contact {
        padding-top: 10px;
    }

    #footer-work-time {
        float: right;
        padding-right: 15px;
        text-align: left;
    }


    #footer-contact {
        float: left;
    }
}

       @media only screen and (max-width: 600px) {
     
        .location-img {
          max-height: 300px;
          width: 100vw;
        }

  
      }
/* RESPONSIVE END */