.content-full-screen {
    position: fixed;
    display: block;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 0px;
    transition: all ease-in-out 300ms;
    }
.content-full-screen.off {
    opacity: 0;
    }
.single-item .slick-list {
    opacity: 1;
    display: block;
    }
.slick-dots {
    bottom: 16px;
    display: none !important;
    position: absolute;
    margin: 0px auto;
    padding: 0px;
    right: 0px;
    left: 0px;
    width: 364px;
    white-space: nowrap;
    }
.slick-dots li {
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    content: '';
    margin: 0px 12px;
    cursor: pointer;
    }
.slick-dots li:nth-child(4) {
    margin-right: 42px;
    }
.slick-dots li:nth-child(5) {
    margin-left: 42px;
    }
.slick-dots li button {
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    color: rgba(241, 238, 233, 0);
    border: 1px solid rgb(241, 238, 233);
    border-radius: 50%;
    font-size: 2px;
    transition: all ease-in-out 300ms;
    background-color: transparent;
    cursor: pointer;
    }
.slick-dots li.slick-active button{
    background-color: #fff;
    }
.landing-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 76px);
    margin-top: 76px;
    transition: all ease-out 600ms;
    }
.landing-image.expand{
    height: calc(100vh - 76px);
    margin-top: 76px;
    }
.landing-image .landing-text{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    width: 100%;
    color: #fff;
    font-family: "MacklinSansMedium";
    opacity: 0;
    text-align: center;
    padding: 0px 21px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.6);
    transition: all ease-in 300ms;
    }
.landing-image .landing-text.on{
    opacity: 1;
    }
.landing-image .landing-text .green-text{
    color: rgb(191, 188, 7);
    }
.landing-image .landing-text .green-text.padded{
    display: block;
    padding-bottom: 24px;
    }
.landing-image .landing-text .transit-dash{
    display:block;
    }
.landing-image .landing-text .thin-pipe{
    font-family: "MacklinSansExtraLight";
    font-size: 42px;
    position: relative;
    display: none;
    top: 5px;
    }
.green-box{
    background-color: rgba(191, 188, 7, 0.7);
    padding: 12px 12px 10px 18px;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-19-xs.webp);
    background-position:center center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-14-xs.webp);
    background-position:center center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-15-xs.webp);
    background-position:center center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-16-xs.webp);
    background-position:center center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-18b-xs.webp);
    background-position:center bottom;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-13-xs.webp);
    background-position:center bottom;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-45-xs.webp);
    background-position:center bottom;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-40-xs.webp);
    background-position:center bottom;
    }
@keyframes bounce{
    0%{
        transform: translateY(0px);
    }
    10%{
        transform: translateY(0px);
    }
    15%{
        transform: translateY(-12px);
    }
    25%{
        transform: translateY(0px);
    }
    35%{
        transform: translateY(0px);
    }
    40%{
        transform: translateY(-12px);
    }
    50%{
        transform: translateY(0px);
    }
    60%{
        transform: translateY(0px);
    }
    65%{
        transform: translateY(-12px);
    }
    75%{
        transform: translateY(0px);
    }
    85%{
        transform: translateY(0px);
    }
    90%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(0px);
    }
}
.down-arrow-container {
    position: absolute;
    display: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 55px;
    width: 26px;
    }
.down-arrow {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 26px;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    animation-name: bounce;
    animation-duration: 9s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    }
.down-arrow:hover{
    margin-bottom: 6px;
    animation-name: none;
    transition: all ease-in-out 300ms;
    }
/* ---------- /ABOVE THE FOLD ---------- */
#marker-1{
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 95vh;
    }
.full-width-container{
    position: relative;
    width: 100%;
    background-color:rgb(238, 236, 231);
    }
.content.full-screen-drop{
    margin-top: 100vh;
    }
.hot-spot-row-left {
    justify-content: flex-end;
    }
.col-pad-btm{
    padding-bottom: 24px;
    }
.col-margin-btm{
    margin-bottom: 24px;
    }
.image-border{
    border: 32px solid #000;
    }
.image-collage-container{
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding-top: 55px;
    }
.image-collage-text{
    display: block;
    position: relative;
    text-align: left;
    left: -2px;
    top: 0px;
    font-size: 36px;
    line-height: 1em;
    padding: 0px 0px 9px 12px;
    font-family: "MacklinSansMedium";
    }
.image-collage-text.small{
    display: block;    
    }
.image-collage-text.large{
    display: none;    
    }
.bottom-align {
    display: flex;
    align-items: flex-end;
    }
.photo{
    position: relative;
    cursor: pointer;
    }
.picture-container {
    position: relative;
    }
.plus{
    position: absolute;
    display: block;
    font-size: 36px;
    bottom: 9px;
    right: 9px;
    z-index: 999999;
    color: #fff;
    }
.click-text{
    position: absolute;
    display: none;
    font-size: 14px;
    color: #222;
    font-family: "MacklinSansRegular";
    top: -1px;
    right: -39px;
    width: 44px;
    line-height: 1em;
    }
.amenity-floorplate-label{
    position: absolute;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    right: 12px;
    }
.amenity-floorplate-label.label-1{
    top:calc(69% - 12px);
    }
.amenity-floorplate-label.label-2{
    top:calc(32.5% - 12px);
    }

@media only screen and (min-width:576px){
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-19-sml.webp);
    background-position:center center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-14-sml.webp);
    background-position:center center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-15-sml.webp);
    background-position:center center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-16-sml.webp);
    background-position:center center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-18b-sml.webp);
    background-position:center bottom;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-13-sml.webp);
    background-position:center bottom;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-45-sml.webp);
    background-position:center bottom;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-40-sml.webp);
    background-position:center bottom;
    }
}
@media only screen and (min-width:768px){
.landing-image{
    height: calc(100vh - 160px);
    margin-top: 112px;
    }
.landing-image .landing-text{
    letter-spacing: 0.26em;
    }
.landing-image .landing-text .green-text.padded{
    display: inline-block;
    padding-bottom: 0px;
    }
.landing-image .landing-text .transit-dash{
    display:inline-block;
    }
.image-collage-container{
    padding-top: 120px;
    }
.image-collage-text{
    position: absolute;
    text-align: right;
    padding: 0px 0px 9px 11px;
    right: 10px;
    top: -117px;
    }
.image-collage-text.small{
    display: none;    
    }
.image-collage-text.large{
    display: block;    
    }
.col-sm-adj-7{
    width: 85.7%;
    }
.ScoreImageCont{
	display: inline-block;
	}
}
@media only screen and (min-width:992px){
.down-arrow-container {
    display: block;
    }
.amenity-floorplate-label.label-1{
    top:calc(71% - 12px);
    }
.amenity-floorplate-label.label-2{
    top:calc(34.5% - 12px);
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-19-md.webp);
    background-position:center center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-14-md.webp);
    background-position:center center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-15-md.webp);
    background-position:center center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-16-md.webp);
    background-position:center center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-18b-md.webp);
    background-position:center bottom;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-13-md.webp);
    background-position:center bottom;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-45-md.webp);
    background-position:center bottom;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-40-md.webp);
    background-position:center bottom;
    }
}
@media only screen and (min-width:1100px){
.landing-image .landing-text .thin-pipe{
    display: inline-block;
    }
}
@media only screen and (min-width:1200px){
.slick-dots {
    display: block !important;
    }
.click-text{
    display: block;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-19-full.webp);
    background-position:center center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-14-full.webp);
    background-position:center center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-15-full.webp);
    background-position:center center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-16-full.webp);
    background-position:center center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-18b-full.webp);
    background-position:center bottom;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-13-full.webp);
    background-position:center bottom;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-45-full.webp);
    background-position:center bottom;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-40-full.webp);
    background-position:center bottom;
    }
}
@media only screen and (max-width:1100px) and (orientation : portrait){
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-19-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-14-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-15-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-16-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-18b-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-13-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-45-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-40-mobile-lg.webp);
    background-position:left center;
    }
}
@media only screen and (max-width:576px) and (orientation : portrait){
.landing-image {
    height: 89vh;
    margin-top: 0px;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-19-mobile.webp);
    background-position:right center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-14-mobile.webp);
    background-position:right center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-15-mobile.webp);
    background-position:left bottom;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-16-mobile.webp);
    background-position:right center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-18b-mobile.webp);
    background-position:left center;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-13-mobile.webp);
    background-position:right center;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-45-mobile.webp);
    background-position:left center;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-40-mobile.webp);
    background-position:right center;
    }
}