body {
    margin:0; 
    background:#fff; 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
* {
    margin:0; 
    padding:0
}
a {
    outline:0; 
    text-decoration:none;
}
img{
    border:0
}

li{
    list-style:none;
}
.clr{
    clear: both;
}

.top-bar {
    background: url('../images/top-bar-bg.jpg') repeat-x;
    width: 100%;
    height: 50px;
    display: block;
}

.header {
    background: url('../images/header-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 570px;
    display: block;
}

.header-overlay {
    background: url('../images/header-overlay.png') repeat-x;
    width: 100%;
    height: 100%;
    max-height: 570px;
    display: block;
    position: absolute;
    z-index: -1;
}

.header-overlay.small {
    max-height: 150px;
}

.header-container{
    display: block;
    max-width: 800px;
    width: 100%;
    padding-top:60px;
    margin: 0 auto;
}

.logo {
    display: inline-block;
    float: left;
    width:50%; 
    height:50px; 
    background:url('../images/logo.png') no-repeat;
}

.menu {
    display: inline-block;
    float: left;
    width:50%; 
    height:50px; 
    text-align: right;
}

.menu li{
    display: inline-block;
}

.menu li a{
    box-sizing: border-box;
    color:#fff;
    background: #272727;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 50px;
}

.menu li a:hover, .menu li a.active{
    color:#dc1f26;
}

#slider {
    max-width:800px; 
    width:92%;
    margin:0 auto;
    padding-top: 30px;
}

.slick-slide img{
    width: 100%;
    height: auto;
}

.slick-prev {
    left: 20px !important;
    z-index: 2;
    top: 30% !important;
}
.slick-next {
    right: 20px !important;
    z-index: 2;
    top: 30% !important;
}
.slick-prev:before, .slick-next:before{
    color:#dc1f26 !important;
}

.content {
    width:100%;
    display: table; 
    background: #fff url('../images/content-bg.png') repeat-x;
}

.content-container {
    max-width:800px; 
    width:100%; 
    margin:0 auto;
}

.ribbon-red{
    width:100%;
    height: 10px;
    display: block; 
    background: #dc1f26; 
}

.ribbon-gray{
    width:100%;
    height: 10px;
    display: block; 
    background: #999; 
}

.banner{
    margin-top:50px;
    width: 100%;
    min-height: 30px;
    font-family: Georgia, Geneva, sans-serif;
    font-size: 20px;
    color: #999;
    line-height: 30px;
    background: #3b3b3b;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.heading-split{
    display:table;
    width: 100%;
    margin-top: 30px;
}
.heading-split li{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -1.7px;
    margin-right:8px;
}
.heading-split span:last-of-type{
    float: left;
}
.red{
    color:#dc1f26 !important;
}
.gray{
    color: #3b3b3b !important;
    text-transform: uppercase;
}
.lines{
    background: url('../images/crosslines.png') no-repeat;
    height: 30px;
    width: 50%;
    float: right !important;
    margin-right:0px !important;
}

.description{
    margin:30px 0px;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 18px;
    padding-bottom: 40px;
    border-bottom: #c9c9c9 solid 1px;
}

.bottom-box{
    margin-top:30px;
    display:block;
    width: 99%;
    margin:0 auto;
}

.bottom-box li{
    width: 33%;
    box-sizing: border-box;
    font-size: 18px;
    color: #848484;
    line-height: 24px;
    letter-spacing: -0.8px;
    float: left;
    padding: 15px;
}

.footer{
    display: table;
    width: 100%;
    background: #272727;
    margin-top: 50px;
}

.logo-footer {
    display: block;
    margin: 30px auto;
    width:280px; 
    height:50px; 
    background:url('../images/logo.png') no-repeat;
}
.footer-menu{
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 800px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.footer-menu li{
   display: inline-block; 
}

.footer-menu li a{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #999;
    line-height: 18px;
    padding: 5px 15px;
}

.footer-menu li a:hover, .footer-menu li a.active{
    color:#dc1f26;
}

.copyright{
    display: block;
    width:100%;
    max-width: 800px;
    height: 60px;
    margin: 30px auto 6px auto;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

/*USLUGE*/
.usluge{
    margin-top: 20px;
}
.usluge li{
    margin: 20px 0px;
}

.usluge li h5{
    color:#3b3b3b;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.usluge li a{
    color: #dc1f26;
}

/*GALERIJA*/
.galerija{
    display: table;
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.galerija .single{
    width: 20%;
    float: left;
}
.galerija .single a img{
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 4px;
}

.galerija .single a img:hover, .galerija .single a img:focus{
    opacity: 0.6;
}
/*RESPONSIVE*/

@media screen and (max-width: 830px){
    .logo {
        display:block;
        float:none;
        width:100%; 
        height:50px; 
        background-position: center;
    }
    .menu {
        margin-top: 30px; 
        display:block;
        float: none;
        width: 100%;
        height: 50px;
        text-align: center;
    }
    .content{
        box-sizing: border-box;
        padding: 0% 4%;
    }
    .lb-outerContainer, #lightbox img, .lb-dataContainer{
        width: 100% !important;
        height: unset !important;
    }
    .lb-data .lb-close{
        width: 20px !important
    }
}

@media screen and (max-width: 530px){
    .slick-slide{
        max-height: 250px !important;
    }
    .slick-prev, .slick-next {

        top: 40% !important;
    }
    .lines{
        width: 100%;
        display: block;
    }
    .description{
        font-size: 16px;
    }
    .bottom-box{
        width: 100%;
    }
    .bottom-box li{
        width: 100%;
    }
    .galerija .single{
        width: 33%;
    }
    .lb-outerContainer, #lightbox img, .lb-dataContainer{
        width: 100% !important;
        height: unset !important;
    }
    .lb-data .lb-close{
        width: 18px !important
    }

}

@media screen and (max-width: 376px){

    .menu li a {
        padding: 16px 15px;
        font-size: 12px;
    }
    
    #slider {
        width:98%;
    }

    .slick-slide{
        max-height: 150px !important;
    }
    .slick-prev, .slick-next {

        top: 50% !important;
    }

    .banner{
        margin-top:20px; 
        font-size: 14px;
        min-height: 20px;
    }
    .heading-split li{
        font-size: 22px;
    }

    .lines{
        width: 100%;
        display: block;
    }
    .description{
        font-size: 16px;
    }
    .bottom-box{
        width: 100%;
    }
    .bottom-box li{
        width: 100%;
    }

    .footer-menu li a{
        font-size: 14px;
        padding: 5px 10px;
    }

    .galerija .single{
        width:50%;
    }

    .lb-outerContainer, #lightbox img, .lb-dataContainer{
        width: 100% !important;
        height: unset !important;
    }
    .lb-data .lb-close{
        width: 16px !important
    }
    
}