/**============== /developments ==============**/
.developments-hero {
    align-items: center;
    background: url(/themes/custom/brokerage/images/shutterstock_2334387793.png);
    background-position: center;
    background-size: cover;
    display: flex;
    height: 600px;
    justify-content: center;
    padding-top: 73.69px;
    position: relative;
    text-align: center;
    width: 100%;
}

.developments-hero::before {
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.new-development {
    color: #FFF;
    display: block;
}

.new-development figure {
    height: 267px;
    position: relative;
    display: block;
    background-color: #d7d7d7;
}

.new-development figure:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 2;
}

.new-development figure:hover:after {
    opacity: 0.75;
}

.new-development img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.new-development .development-btn {
    background-color: #ccc1a3;
    border-color: #ccc1a3;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    padding: 20px 46px;
    z-index: 3;
}

.new-development figure:hover .development-btn {
    opacity: 1;
}

/**============== /places/* ==============**/
.development-hero {
    align-items: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    height: 655px !important;
    justify-content: center;
    position: relative;
}

.development-hero::before {
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.development-info {
    background-color: #555;
}

.slideshow-container {
    height: 600px;
    position: relative;
    max-width: 100vw;
}

.slideshow-container .slick-list,
.slideshow-container .slick-track {
    height: 600px !important;
}

.slideshow-container .slick-slide {
    height: 600px !important;
    padding-left: 0 !important;
}

.slideshow-container .slick-slide img {
    height: 600px;
    object-fit: cover;
    width: 100vw;
}

.slideshow-arrows {
    border: 1px solid #FFF;
    color: #FFF;
    padding: 10px 20px !important;
    position: absolute !important;
    top: 50% !important;
    transition: all .15s ease-in;
    transform: translateY(-50%);
    z-index: 1 !important;
}

.slideshow-arrows:hover {
    background-color: #FFF;
    color: #101010;
}

.slideshow-prev {
    cursor: pointer;
    left: 7px !important;
}

.slideshow-next {
    cursor: pointer;
    right: 7px !important;
}

#map {
    width: 100%;
    height: 500px;
}