﻿


.NeighberhoodLinksSlider {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}


#NeighberhoodSliderControl .item-content {
    font: 700 24px 'blenderRegular', Arial;
    text-align: right;
    border-radius: 10px;
    color: #000;
    text-align: right;
/*    padding-bottom: 25px;*/
    margin-bottom: 18px; /*background-image: radial-gradient(circle at 2% 100%, #fff6f4, #ffffff 73%);box-shadow: 0 5px 11px 0 rgba(115, 68, 68, 0.13);*/
/*    padding-top: 75px;*/
}

    #NeighberhoodSliderControl .item-content .text-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#NeighberhoodSliderControl .item-content-out {
    text-decoration: none;
    display: block;
}

    #NeighberhoodSliderControl .item-content-out:hover {
        text-decoration: none;
    }

#NeighberhoodSliderControl button.slick-autoplay-toggle-button:hover, #NeighberhoodSliderControl button.slick-autoplay-toggle-button:focus {
    background-color: transparent !important;
    opacity: 1;
}

#NeighberhoodSliderControl .item-content .content-info {
    padding-top: 14px;
    padding-bottom: 30px;
    text-align: center;
}

#NeighberhoodSliderControl .item-content .content-summary {
    max-width: 560px;
    width: 100%;
    margin: 10px auto;
}

#NeighberhoodSliderControl .item-content .content-info .title {
    font-family: 'blenderBold',Arial;
    background-position: center 0 !important;
    background-repeat: no-repeat !important;
    background-size: 85px !important;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-top: 26px !important;
    font-family: 'blenderBlack';
    font-size: 35px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}


#NeighberhoodSliderControl .slick-prev {
    position: relative;
    top: 260px;
    z-index: 5;
    right: -30px;
}

#NeighberhoodSliderControl .slick-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: -7px;
    transform: translate(-35%, -50%);
}

#NeighberhoodSliderControl .slick-play-icon:before, #NeighberhoodSliderControl .slick-pause-icon:before {
    /*display: none;*/
    width: 25px;
    height: 25px;
}

#NeighberhoodSliderControl .slick-play-icon:before {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/neighborhood/Play.svg);
    content: "";
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}

#NeighberhoodSliderControl .slick-pause-icon:before {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/neighborhood/Pause.svg);
    content: "";
    display: inline-block;
    background-position: center;
}

#NeighberhoodSliderControl .slick-arrow {
    height: 74px;
    width: 74px;
    border: none;
    border-radius: 50%;
    background-color: #f4f4f4;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.NeighberhoodLinksSlider #NeighberhoodSliderControl .slick-list {
    padding: 9px;
    margin-left: 0;
}

.slick-track {
    width: 100%;
}

.NeighberhoodLinksSlider .slick-initialized .slick-slide {
    max-width: 1200px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

    .NeighberhoodLinksSlider .slick-initialized .slick-slide .item-content {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 324px;
    }

    .NeighberhoodLinksSlider .slick-initialized .slick-slide .content_slider {
        padding: 0 !important;
    }

.NeighberhoodLinksSlider .title {
    float: none;
    padding: 0px !important
}

.NeighberhoodLinksSlider #NeighberhoodSliderControl {
    top: -50px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
    /*.NeighberhoodLinksSlider #NeighberhoodSliderControl .slick-dots{display:none !important;}*/
    .NeighberhoodLinksSlider #NeighberhoodSliderControl .slick-dots li button .slick-dot-icon:before {
        content: "" !important;
    }

.NeighberhoodLinksSlider .slick-dots li {
    color: transparent;
    width: 10px;
    height: 10px;
    flex-grow: 0;
    opacity: 0.3;
    border-radius: 10px;
    background-color: #1a77d3;
}



.NeighberhoodLinksSlider .slick-dots {
    text-align: center !important;
    background-color: transparent;
    position: absolute;
}

    .NeighberhoodLinksSlider .slick-dots li.slick-active {
        opacity: 1;
    }

.you-know-container{
    display:flex;
    justify-content:center;
    align-items:center;
}
.you-know-container .you-know-img {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/neighborhood/youknow.svg);
    background-size: 100%;
    width: 57px;
    height: 57px;
}
.you-know-container .you-know-text {
    color: #3C3C3C;
    text-align: right;
    font:700 28px 'blenderRegular';
    line-height: 140%;
    text-transform: capitalize;
    margin-right:7px;
}

@media (max-width: 768px) {
    #NeighberhoodSliderControl .item-content {
        padding-top: 45px;
    }

        #NeighberhoodSliderControl .item-content .content-info .title {
            font-family: 'blenderBold',Arial;
            background-position: right !important;
            background-repeat: no-repeat !important;
            background-size: 30px !important;
            margin-right: auto;
            margin-left: auto;
            display: inline-block;
            padding-top: 10px !important;
            /*padding-right: 40px !important;*/
            font-family: 'blenderBlack';
            font-size: 26px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            text-align: center;
            color: #000;
        }

        #NeighberhoodSliderControl .item-content .content-summary {
            max-width: 310px;
            width: 100%;
            margin: 10px auto;
            opacity: 0.7;
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
            text-align: center;
            color: #030303;
        }

        #NeighberhoodSliderControl .item-content .content-info span {
            font-size: 12px;
        }
    /*.NeighberhoodLinksSlider  .slick-initialized .slick-slide{width:150px;height:323px;}*/

    .NeighberhoodLinksSlider .title h2 {
        float: none;
    }

    .NeighberhoodLinksSlider .title {
        margin-bottom: 18px;
    }

    .NeighberhoodLinksSlider #NeighberhoodSliderControl {
        top: 0 !important;
    }

    .NeighberhoodLinksSlider .slick-initialized .slick-slide {
        max-width: 100vw;
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .NeighberhoodLinksSlider .slick-initialized .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }

        .NeighberhoodLinksSlider .slick-initialized .slick-slide .content_slider {
            padding: 10px !important;
        }

    .NeighberhoodLinksSlider #NeighberhoodSliderControl .slick-list {
        padding: 10px !important;
    }
}
