
.footer-section{
    width: 100%;
    background-image: url('../../image/black-image.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: aliceblue;*/
    padding: 40px 15px;
}

.line{
    width: 30px;
    border-top: 2px solid #c2986b;
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo{
    margin-bottom: 40px;
}

.footer-logo img{
    height: 120px;
}

.pages{
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
}

.footer-section ul{
    list-style-type: none;
    padding-left: 0px;
}

.footer-section ul li{
    padding: 3px 0px;
    font-weight: normal !important;
}

.footer-section ul li span{
    margin-right: 10px;
}

.footer-section ul li a{
    color: #fff;
    text-decoration:  none;
    transition: all .3s;
    font-weight: normal !important;
}

.footer-section ul li a:hover{
    color: #c2986b;
}

.input{
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid #c2986b;
    margin-bottom: 20px;
}

.input:focus{
    background-clip: transparent !important;
    border: 1px solid gold;
}

.subscribe i{
    font-size: 1.6rem;
    margin-left: 10px;
    color: #c2986b;
}

.first{
    margin-left: 0px !important;
}

.prijatelji{
    width: 32.1%;
    margin-top: 3%;
}

#adver-prijatelj{
    width: 100%;
}

@media (min-width: 567px){

}

@media (min-width: 768px){

    .line{
        width: 30px;
        border-top: 2px solid #c2986b;
        margin-bottom: 15px;
        margin-top: 20px;
        margin-left: 0px;
    }

    .footer-logo{
        margin-bottom: 0px;
    }

    .pages{
        margin-top: 0px;
        margin-bottom: 0px;
    }

}

@media (min-width: 992px){

}

@media (min-width: 1200px){

}