/*
    Created on : Jul 13, 2015, 10:48:22 AM
    Author     : jasko
*/

.lead-image {
    width: 100%;
    /*max-width: 340px;*/
    /*height: 236px;*/
}
.lead-cont {
    overflow: hidden;
    position: relative;
}
.nav-left, .nav-right {
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
}
.nav-left {
    left: 0;
}
.nav-right {
    right: 0;
}
.big-nav-left, .big-nav-right {
    position: absolute;
    width: 60px;
    /*top: 45%;*/
    top: 0;
    bottom: 0;
    /* height: 20px; */
    cursor: pointer;
    font-size: 16px;
    line-height: 34px;
    z-index: 90;
    /*background-color: #1C6798;*/
    /* border-radius: 2px 0 2px 0; */
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in;
}
.big-nav-left {
    left: 0;
}
.big-nav-right {
    right: 0;
}
/*.big-nav-left:before {*/
/*.nav-arrow-left:before {
    content: '\e079';
}*/
.nav-arrow-left {
    left: 0;
    width: 35px;
}
/*.big-nav-right:before {*/
/*.nav-arrow-right:before {
    content: '\e080';
}*/
.nav-arrow-right {
    right: 0;
    width: 35px;
}
.search-grid .js-search-image-position .add-to-wishlist {
    z-index: 95;
}
.navigator-arrow {
    /*font-family: 'Glyphicons Halflings';*/
    pointer-events: none;
    background-color: #1C6798;
    top: 43%;
    top: calc(50% - 17px);
    position: absolute;
}
.navigation-container {
    display: none;
}
.show-other-dates {
    margin-top: 20px;
    margin-bottom: 0;
}
#map-view .grid-item {
    width: 100%!important;
}
.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    left: 160px;
}
.gallery-widget-property-link {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
@media screen and (min-width: 1025px) {
    .big-nav-left:hover,
    .big-nav-right:hover {
        opacity: 1!important;
        text-decoration: none;
        color: #fff;
    }
    .image-wrap:hover .navigator {
        opacity: .7;
    }
    .big-nav-left, .big-nav-right {
        opacity: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .big-nav-left, .big-nav-right {
/*        width: 45px;
        top: 43%;
        top: calc(50% - 20px);*/
        font-size: 16px;
        line-height: 40px;
    }
    .lead-image {
        max-width: 100%;
        height: 248px;
    }
    .image-wrap {
        height: 248px;
    }
}