/* Add here all your CSS customizations */
.page-header {
    border-top-color: rgba(0,0,0,0.3);
    border-bottom-color: rgba(0,0,0,0.15);
}
.page-header h1 {
    border:0;
}
html.boxed .body {
    margin:0 auto;
}
.masonry .masonry-item {
    width:24%;
    margin-right:1%;
    margin-bottom:1%;
}

.vBox {
    border-radius:4px;
    border:1px solid lightgray;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin:0 0 20px;
}
.vHeader {
    margin:10px 10px 10px;
}
.vLine {
    height:1px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.vBody {
    margin:20px 10px 10px;
}
#footer {
    padding: 20px 0 0;
}
#footer .footer-copyright {
    margin-top:0;
}
a.brand-left {
    display: block;
    height: 100%;
    right: 1200px;
    position: fixed;
    text-align: right;
    top: 0;
    width: 500px;
    background-image:url(/images/apartmani/111/thumb/800x450/154128438821.jpg);
    background-position:top right;
    background-repeat:no-repeat;
}
a.brand-right {
    display: block;
    height: 100%;
    left: 1200px;
    position: fixed;
    text-align: left;
    top: 0;
    width: 500px;
    background-image:url(/images/apartmani/111/thumb/800x450/154128438821.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}
@media (max-width: 1200px) {
    a.brand-left,a.brand-right {
        display:none;
    }
}
@media (max-width: 767px) {
    html.sticky-header-negative.sticky-header-active #header .header-btn-collapse-nav {
        margin-top: 47px;

    }
}
