/*gallery-3-plus*/

.slick-slide {
    margin-right: 4px;
    margin-left: 4px;
    cursor: pointer;
}

    .slick-slide img, .slick-slide video {
        width: 100%;
        height: 100%
    }

    .slick-slide p {
        font-size: 20px;
        color: #3c3c3c;
        direction: rtl;
        margin: 0;
        margin-right: 15px;
        margin-top: 5px;
    }

.slick-dots li button .slick-dot-icon:before {
    display: none;
}

.gallery-3 {
    margin-bottom: 25px;
}


.embed-responsive {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.IsLandingPage .imgTitle {
    bottom: 0;
    position: absolute;
    margin-bottom: 15px;
    color: var(--ffffff, #FFF);
    text-align: right;
    font-family: 'blenderRegular';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

    .IsLandingPage .imgTitle p {
        color: var(--ffffff, #FFF);
        text-align: right;
        font-family: 'blenderRegular';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }



.embed-responsive .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
    margin: -22px 0 0 -22px;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
}

.IsLandingPage .slick-slide {
}

.IsLandingPage .gallery-3-plus .img-border {
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.IsLandingPage .sim-icon-control-play:before {
    content: "";
    background: url(/_layouts/15/TlvSP2013PublicSite/images/PlayVideo.svg) no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    background-size: cover;
}

.embed-responsive:hover .icon, .embed-responsive:focus .icon {
    transform: scale(1.1);
}

.embed-responsive .embed-responsive-item {
    visibility: hidden;
}

.ImageGallery {
    float: inherit;
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .slick-dots {
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
        margin-top: 10px;
    }

        .slick-dots li {
            display: inline;
            margin-right: 10px;
        }

            .slick-dots li.slick-active button {
                background-color: #ffcd32;
            }

            .slick-dots li button {
                border: 0;
                font-size: 0;
                background-color: #bfbfbf;
                width: 15px;
                height: 8px;
                padding: 0;
            }

    .gallery-carousel .slick-slide.selected img {
        opacity: 1
    }

    .slick-slide .gallery-img {
        background: black;
    }

    .slick-slide img, .slick-slide video {
        opacity: 0.85
    }

    .slick-slide:hover img {
        opacity: 1
    }

    .slick-slide p {
        color: #646464;
        font-size: 17px;
    }

    .gallery-main-img {
        width: 100%;
        height: 370px;
        position: relative;
        margin-bottom: 20px
    }

        .gallery-main-img img, .gallery-main-img video {
            width: 100%;
            /*height: 100%;*/
        }

    .gallery-3 {
        margin-bottom: 50px;
    }

        .gallery-3 .gallery-main-title {
            background-color: #3c3c3c;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 4px 23px;
            padding-bottom: 0px;
        }

            .gallery-3 .gallery-main-title span {
                color: #ffffff;
                font-size: 25px
            }

        .gallery-3 .gallery-carousel .slick-list {
            margin: 0 -7px;
        }

        .gallery-3 .slick-slide {
            margin-left: 7px;
            margin-right: 7px;
            cursor: pointer;
            position: relative
        }

            .gallery-3 .slick-slide img, .gallery-3 .slick-slide video {
                height: 120px;
            }

        .gallery-3 .gallery-carousel .slick-track {
            height: 100%;
            margin: 0
        }

        .gallery-3 .gallery-carousel .slick-slide.selected .img-border {
            border: 4px #ffcd32 solid;
        }

        .gallery-3 .img-border {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 120px;
        }

        .gallery-3 .galley-close-img {
            height: 35px;
            width: 35px;
            background-color: #ffcd32;
            text-align: center; /*float:left*/
            position: absolute;
            left: 0;
            top: 0;
            background-image: url("/_layouts/15/TlvSP2013PublicSite/images/close-img-x.png");
            background-position: center center;
            background-size: 15px;
            background-repeat: no-repeat;
        }

            .gallery-3 .galley-close-img:focus {
                border: 2px solid #3c3c3c;
            }
}

@media (min-width: 1200px) {

    .gallery-main-img {
        height: 445px;
    }

    .gallery-3 .slick-slide img, .gallery-3 .slick-slide video {
        height: 145px;
    }

    .gallery-3 .img-border {
        height: 145px;
    }
}


@media(max-width: 768px) {
    .gallery-3.slick-dots {
        display: flex;
        flex-direction: row;
        /*flex-wrap: wrap;*/
        align-content: center;
        justify-content: center;
        position: inherit;
        margin-top: 0px;
    }

    .gallery-main-img img, .gallery-main-img video {
        width: 100%;
        border-radius: 10px;
    }

    .ImageGallery .slick-dots li {
        color: transparent;
        margin: 0px !important;
        width: 5pt;
        height: 5pt;
        border-radius: 2.5pt;
        background-color: rgb(220, 220, 220);
        vertical-align: middle;
        margin: 4.5pt !important;
    }

    .bumperItems .slick-dots li button {
        background-color: transparent !important;
    }

    .ImageGallery .slick-dots {
        height: 7pt;
        margin-top: 27pt;
        margin-bottom: 48pt;
        top: 85% !important;
        text-align: center !important;
        background-color: transparent;
        position: absolute;
    }

        .ImageGallery .slick-dots li.slick-active {
            background-color: #c6c6c6;
            height: 7pt;
            width: 7pt;
            border-radius: 3.5pt;
            margin: 3pt !important;
        }

    ul li.p-small-1,
    ul li.n-small-1 {
        transform: scale(0.8);
    }
}
