/* 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;

    }
}

.ribbon_mad {
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 156px;
    height: 156px;
    text-align: right;
}

.ribbon_mad span {
    font-size: 1.5em;
    font-weight: bold;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-align: center;
    line-height: 40px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 206px;
    display: block;
    background: #cb4335;
    background: linear-gradient(#f14f3f 0%, #cb4335 100%);
    box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 40px;
    left: -7px;
    height:40px;
}

.ribbon_mad span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #cb4335;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #cb4335;
}

.ribbon_mad span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #cb4335;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #cb4335;
}

.ponuda_item {
    width:33%;
    padding:0 10px 50px 10px;
    position: relative;
}
@media (max-width: 1200px) {
    .ponuda_item {
        width:50%;
    }
}
@media (max-width: 767px) {
    .ponuda_item {
        width:100%;
        padding:0 0 50px 0;
    }
}