/* ### BANNER ### */
.main-banner {
        background: url('http://www.iznajmi.ba/_gfx/banner-2-wide-orange-domain.png');
        height: 522px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        /* text-shadow: 2px 2px 4px #e24e02; */
        /* border-bottom: 2px solid #000; */
}
    
.layover-banner {
        background-color: rgba(255,255,255,0.40);
        height: 520px;
}


.izba-lineheight { line-height: normal !important; }
.izba-textshadow { text-shadow: 2px 4px #000 !important; }

.izba-background {
          background-color: #e24e02;
          color: #FFF;
}
.izba-bg-light { background-color: #FAFAFA; }
        
.izba-bannertext {  
        text-align: center; 
        vertical-align: bottom;
        /* text-shadow: 1px 1px 2px black; */
}

.izba-cat {
        img {
          -webkit-filter: saturate(0%) opacity(50%);
                  filter: saturate(0%) opacity(50%);
           cursor: pointer;

          &:hover {
            -webkit-filter: saturate(100%);
                    filter: saturate(100%);
          }
        }
}


/* ### ### SEARCHBOX ### ### */
.form-control {
        background-color:#FFF;
        transition: 0.5s ease-in-out;
}
.form-control:focus {
        background-color: #fffdef;
        border-width: 2px;  

}
.input-box { position: relative; }

.input-box i {
        position: absolute;
        right: 40px;
        top: 40px;
        color: #e24e02;
        /* color: #ced4da; */

}

