﻿#section1 {
    height: 100vh !important;
}

.sectionSlid {
    z-index: 2;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin-top: 0px !important;
    top: 0 !important;
    right: 0;
    left: 0;
    padding:0px;
}

    .sectionSlid IMG, .bannerPic img, .bannerPic.mobile img {
        z-index: 2;
        height: 100vh !important;
        width: auto;
        text-align: center;
        width: auto\9; /* ie8 */
        top: 0 !important;
        margin-top: 0 !important;
    }

    .sectionSlid .slick-prev, .sectionSlid .slick-next, .slick-mid {
        z-index: 3000 !important;
        top: 94% !important;
        position: absolute !important;
    }

    .sectionSlid span.day {
        direction: ltr;
    }

/** SECTION 1 **/
.section_wapper {
    position: relative;
    z-index: 100;
}

.sectionSlid {
    direction: ltr;
    margin-bottom: 0;
    background: #000;
}
    /*.sectionSlid { margin-top:39px;}*/
    .sectionSlid .bannerPic, .sectionSlid .bannerPic.mobile {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .sectionSlid .slick-slide:after {
        content: "";
        opacity: 0.5;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        height: 45%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjA2MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(6,6,6,1) 100%);
        background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(6,6,6,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
    }

[dir='rtl'] .slick-slide {
    float: right;
}

.sectionSlid .slick-slide {
    position: relative;
    width: 100%;
}

    .sectionSlid .slick-slide > DIV {
        position: absolute;
        left: 20px;
        bottom: 22px;
        right: 27px;
        z-index: 5;
        direction: rtl;
    }

        .sectionSlid .slick-slide > DIV .title_Wapper {
            display: inline-block;
            position: relative;
            width: 100%;
        }

        .sectionSlid .slick-slide > DIV H2 {
            display: inline-block;
            background: #ef4230;
            font: normal 3.4em/34px 'blenderRegular', Arial;
            color: #FFF;
            margin: 0;
            padding: 0 0 0 12px;
        }

            .sectionSlid .slick-slide > DIV H2 A {
                color: #FFF; /*background: #ef4230 url(/_layouts/15/TlvSP2013PublicSite/images/arrow_right2x.png) no-repeat right center; background-size:10%;*/
                padding: 5px 12px 0 0;
                display: inline-block;
            }

                .sectionSlid .slick-slide > DIV H2 A.open {
                    background: #ef4230 url(/_layouts/15/TlvSP2013PublicSite/images/xIcon.png) no-repeat right center;
                    background-size: 18px auto;
                }

            .sectionSlid .slick-slide > DIV H2 span {
                font-size: 28px;
                float: right; /*margin-top:20px;*/
                margin-left: 15px;
            }

        .sectionSlid .slick-slide > DIV .title_Wapper DIV {
            display: none;
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.75);
            padding: 15px 10px 12px 10px;
            -webkit-transition: all 0.4s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
        }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .close_popup {
                width: 49px;
                height: 42px;
                bottom: -42px;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV H3 {
                font: normal 2.0em/20px 'BlenderBold', Arial;
                color: #FFF;
                padding: 0 0 13px 0;
                margin: 0;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV P {
                font: normal 1.9em/20px 'blenderRegular', Arial;
                color: #FFF;
                margin: 0 0 23px 0;
                padding: 0;
                max-height: 60px;
                overflow: hidden;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .more {
                display: inline-block;
                font: normal 1.7em/23px 'blenderRegular', Arial;
                color: #FFF;
                float: left;
                white-space: nowrap;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .share {
                display: inline-block;
                float: right;
                vertical-align: middle;
                padding-right: 3px;
            }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share * {
                    vertical-align: middle;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share > A {
                    opacity: 0.6;
                    -webkit-transition: none;
                    -moz-transition: none;
                    -o-transition: none;
                    transition: none;
                }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share > A:hover {
                        opacity: 1;
                    }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .faceIcon {
                    display: inline-block;
                    background: url(/_layouts/15/TlvSP2013PublicSite/images/open_facebook.png) no-repeat;
                    background-size: 12px auto;
                    width: 12px;
                    height: 20px;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .shareIcon {
                    display: inline-block;
                    background: url(/_layouts/15/TlvSP2013PublicSite/images/open_share.png) no-repeat;
                    background-size: 17px auto;
                    width: 17px;
                    height: 17px;
                    margin: 0 17px;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .mapIcon {
                    display: inline-block;
                    background: url(/_layouts/15/TlvSP2013PublicSite/images/open_pin.png) no-repeat;
                    background-size: 14px auto;
                    width: 14px;
                    height: 20px;
                }

        .sectionSlid .slick-slide > DIV .title_Wapper + BR {
            display: none;
        }

        .sectionSlid .slick-slide > DIV .day {
            display: inline-block;
            background: #0072C1;
            font: normal 2.4em/30px 'blenderRegular', Arial;
            color: #FFF;
            padding: 0 12px 0 16px;
        }

        .sectionSlid .slick-slide > DIV .time {
            display: inline-block;
            background: #ffcb31;
            padding: 0 13px;
            font: normal 2.4em/30px 'blenderRegular', Arial;
            color: #3c3c3c;
        }

.sectionSlid .slick-prev, .slick-mid {
    background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_next.png) no-repeat center;
    background-size: 7px, auto;
    width: 26px;
    height: 26px;
    border: 1px solid #FFF;
    right: 0;
    top: 50%;
    margin: -13px 0 0 0;
}

.sectionSlid .slick-next {
    background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_prev.png) no-repeat center;
    background-size: 7px, auto;
    width: 26px;
    height: 26px;
    border: 1px solid #FFF;
    right: 0;
    left: auto;
    top: 50%;
    margin: 12px 0 0 0;
}

    .sectionSlid .slick-next:focus {
        background: rgba(0,0,0,0) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_left_hover.png) no-repeat center;
        background-size: 100%, auto;
    }

.sectionSlid .slick-prev:focus, .slick-mid {
    background: rgba(0,0,0,0) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_right_hover.png) no-repeat center;
    background-size: 100%, auto;
}

.slick-prev:before, .slick-next:before, .slick-mid {
    display: none;
}

.sectionSlid .slick-next {
    font-size: 0px;
}

.sectionSlid .slick-prev, .slick-mid {
    font-size: 0px;
}

.slick-mid {
    -webkit-transform: translate(0, -50%);
    background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/pause.png) no-repeat center !important;
}

    .slick-mid.pause {
        -webkit-transform: translate(0, -50%);
        background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/play.png) no-repeat center !important;
    }

.sectionSlid .icon_Wapper {
    display: block;
}

.sectionSlid .icon-left-arrow {
    position: relative;
    top: 9px;
}

@media (min-width: 480px) {

    .sectionSlid .slick-slide > DIV {
        bottom: 80px;
    }
}

@media (min-width: 768px) {
    .sectionSlid .slick-prev, .sectionSlid .slick-next, .slick-mid {
        z-index: 3000 !important;
        top: 85% !important;
        position: absolute !important;
    }

    .sectionSlid .slick-prev, .slick-mid {
        background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_next.png) no-repeat center;
        background-size: 9px auto;
        width: 35px;
        height: 35px;
        border: 1px solid #FFF;
        top: auto;
        margin: 0;
        bottom: 30px;
        right: 30px;
    }

    .sectionSlid .slick-next {
        background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_prev.png) no-repeat center;
        background-size: 9px auto;
        width: 35px;
        height: 35px;
        border: 1px solid #FFF;
        top: auto;
        margin: 0;
        left: auto;
        bottom: 30px;
        right: 98px;
    }

    .slick-mid {
        right: 64px;
    }

    .sectionSlid .slick-slide > DIV {
        left: 31px;
        bottom: 80px;
    }

        .sectionSlid .slick-slide > DIV H2 {
            display: inline-block;
            background: #ef4230;
            font: normal 3.4em/34px 'blenderRegular', Arial;
            color: #FFF;
            margin: 0;
            padding: 0 0 0 12px;
        }

            .sectionSlid .slick-slide > DIV H2 A.open {
                background: #ef4230 url(/_layouts/15/TlvSP2013PublicSite/images/xIcon.png) no-repeat right center;
                background-size: 20px auto;
            }

        .sectionSlid .slick-slide > DIV .title_Wapper {
            display: inline-block;
            position: relative;
            width: 70%;
        }

            .sectionSlid .slick-slide > DIV .title_Wapper + BR {
                display: block;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .close_popup {
                width: 57px;
                height: 68px;
                bottom: -68px;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV {
                padding: 15px 18px 15px 10px;
            }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV H3 {
                    font: normal 2.5em/25px 'BlenderBold', Arial;
                    color: #FFF;
                    padding: 0 0 18px 0;
                    margin: 0;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV P {
                    font: normal 1.9em/21px 'blenderRegular', Arial;
                    color: #FFF;
                    padding: 0 0 25px 0;
                    margin: 0;
                    max-height: 105px;
                    overflow: hidden;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .more {
                    display: inline-block;
                    font: normal 1.8em 'blenderRegular', Arial;
                    color: #FFF;
                    float: left;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share {
                    display: inline-block;
                    float: right;
                    vertical-align: middle;
                    padding-right: 7px;
                }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share * {
                        vertical-align: middle;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .faceIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/face_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 12px;
                        height: 20px;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .shareIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/share_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 17px;
                        height: 17px;
                        margin: 0 22px;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .mapIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/pin_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 14px;
                        height: 20px;
                    }

        .sectionSlid .slick-slide > DIV .day {
            display: inline-block;
            background: #0072C1;
            font: normal 3.0em/40px 'blenderRegular', Arial;
            color: #FFF;
            padding: 0 15px 0 16px;
        }

        .sectionSlid .slick-slide > DIV .time {
            display: inline-block;
            background: #ffcb31;
            padding: 0 13px;
            font: normal 3.0em/40px 'blenderRegular', Arial;
            color: #3c3c3c;
        }
}

@media (max-width: 768px) {
    .sectionSlid .slick-prev {
        margin: -38px 0 0 0;
    }

    .sectionSlid .slick-mid {
        margin: -13px 0 0 0;
    }

    .sectionSlid .icon-left-arrow {
        top: 3px;
    }
}

@media (min-width:992px) {
    .sectionSlid .slick-prev, .sectionSlid .slick-next {
        top: 85% !important;
    }

    .section_wapper { /*bottom: 0;right: 0; position: absolute; left: 0;top: 0;*/
        z-index: 100;
    }

    .sectionSlid {
        direction: ltr;
    }
        /*.sectionSlid { margin-top:120px;}*/
        .sectionSlid .bannerPic, .sectionSlid .bannerPic.mobile {
            position: relative;
            z-index: 2;
            margin-right: 0;
        }

        .sectionSlid .slick-slide:after {
            content: "";
            opacity: 0.6;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            z-index: 3;
            height: 45%;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjA2MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(6,6,6,1) 100%);
            background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(6,6,6,1)));
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
            background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(6,6,6,1) 100%);
        }

        .sectionSlid .slick-slide > DIV {
            position: absolute;
            left: 14px;
            bottom: 80px;
            z-index: 4;
            direction: rtl;
        }

            .sectionSlid .slick-slide > DIV .title_Wapper {
                display: inline-block;
                position: relative;
                width: 80%;
            }

            .sectionSlid .slick-slide > DIV H2 {
                display: inline-block;
                background: #ef4230;
                font: normal 4.7em/59px 'blenderRegular', Arial;
                color: #FFF;
                margin: 0;
                padding: 0 0 0 18px;
            }

                .sectionSlid .slick-slide > DIV H2 A {
                    color: #FFF; /*background: #ef4230 url(/_layouts/15/TlvSP2013PublicSite/images/arrow_right2x.png) no-repeat right center;*/ /*background-size:17%;*/
                    padding: 0 18px 0 0;
                }

                    .sectionSlid .slick-slide > DIV H2 A.open {
                        background: #ef4230 url(/_layouts/15/TlvSP2013PublicSite/images/xIcon.png) no-repeat right center;
                        background-size: 25px auto;
                    }

                .sectionSlid .slick-slide > DIV H2 span {
                    font-size: 38px;
                    float: right; /*margin-top:10px;*/
                    margin-left: 15px;
                }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV {
                display: none;
                position: absolute;
                bottom: 100%;
                left: 0;
                right: 0;
                background: rgba(0,0,0,0.70);
                padding: 20px 18px 15px 24px;
                -webkit-transition: all 0.4s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.4s ease-out;
                transition: all 0.4s ease-out;
            }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .close_popup {
                    width: 35px;
                    height: 32px;
                    bottom: -46px;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV H3 {
                    font: normal 2.8em/28px 'BlenderBold', Arial;
                    color: #FFF;
                    margin: 0 0 16px 0;
                    padding: 0;
                    height: 28px;
                    overflow: hidden;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV P {
                    font: normal 2.0em/21px 'blenderRegular', Arial;
                    color: #FFF;
                    margin: 0 0 20px 0;
                    padding: 0;
                    max-height: 63px;
                    overflow: hidden;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .more {
                    display: inline-block;
                    font: normal 2.0em 'blenderRegular', Arial;
                    color: #FFF;
                    float: left;
                    white-space: nowrap;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share {
                    display: inline-block;
                    float: right;
                    vertical-align: middle;
                    padding-right: 0;
                }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share * {
                        vertical-align: middle;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .faceIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/face_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 12px;
                        height: 20px;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .shareIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/share_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 17px;
                        height: 17px;
                        margin: 0 17px;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .mapIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/pin_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 14px;
                        height: 20px;
                    }

            .sectionSlid .slick-slide > DIV .day {
                display: inline-block;
                background: #0072C1;
                font: normal 2.8em/38px 'blenderRegular', Arial;
                color: #FFF;
                padding: 0 18px 0 20px;
            }

            .sectionSlid .slick-slide > DIV .time {
                display: inline-block;
                background: #ffcb31;
                padding: 0 19px;
                font: normal 2.8em/38px 'blenderRegular', Arial;
                color: #3c3c3c;
            }

        .sectionSlid .slick-prev, .slick-mid {
            background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_right.png) no-repeat center;
            background-size: auto, auto;
            width: 36px;
            height: 36px;
            border: 1px solid #FFF;
            right: 14px;
            margin: 0;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

        .sectionSlid .slick-next {
            background: rgba(0,0,0,0.10) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_left.png) no-repeat center;
            background-size: auto, auto;
            width: 36px;
            height: 36px;
            border: 1px solid #FFF;
            right: 84px;
            left: auto;
            margin: 0;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

    .slick-mid {
        right: 49px;
    }

    .sectionSlid .slick-next:hover {
        background: rgba(0,0,0,0) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_left_hover.png) no-repeat center;
        background-size: auto, auto;
    }

    .sectionSlid .slick-prev:hover {
        background: rgba(0,0,0,0) url(/_layouts/15/TlvSP2013PublicSite/images/arrow_right_hover.png) no-repeat center;
        background-size: auto, auto;
    }

    .sectionSlid .slick-next:focus {
        background: transparent url(/_layouts/15/TlvSP2013PublicSite/images/arrow_left_hover.png) no-repeat center;
        background-size: auto, auto;
    }

    .sectionSlid .slick-prev:focus {
        background: transparent url(/_layouts/15/TlvSP2013PublicSite/images/arrow_right_hover.png) no-repeat center;
        background-size: auto, auto;
    }

    .slick-prev:before, .slick-next:before, .slick-mid:before {
        display: none;
    }
}

@media (min-width: 1200px) {
    /** home page**/


    .sectionSlid .slick-slide > DIV {
        left: 30px;
        bottom: 39px;
    }

        .sectionSlid .slick-slide > DIV H2 {
            display: inline-block;
            background: #ef4230;
            font: normal 4.7em/59px 'blenderRegular', Arial;
            color: #FFF;
            margin: 0;
            padding: 0 0 0 18px;
        }

            .sectionSlid .slick-slide > DIV H2 A.open {
                background: #ef4230 url(/_layouts/15/TlvSP2013PublicSite/images/xIcon.png) no-repeat right center;
                background-size: 25px auto;
            }

        .sectionSlid .slick-slide > DIV .title_Wapper {
            display: inline-block;
            position: relative;
            width: 100%;
        }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV {
                display: none;
                position: absolute;
                bottom: 100%;
                left: 0;
                right: 0;
                background: rgba(0,0,0,0.70);
                padding: 20px 18px 15px 24px;
                -webkit-transition: all 0.4s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.4s ease-out;
                transition: all 0.4s ease-out;
            }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .close_popup {
                    width: 70px;
                    height: 32px;
                    bottom: -46px;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV H3 {
                    font: normal 3.1em/31px 'BlenderBold', Arial;
                    color: #FFF;
                    margin: 0 0 20px 0;
                    padding: 0;
                    height: 31px;
                    overflow: hidden;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV P {
                    font: normal 2.2em/23px 'blenderRegular', Arial;
                    color: #FFF;
                    margin: 0 0 27px 0;
                    padding: 0;
                    max-height: 69px;
                    overflow: hidden;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .more {
                    display: inline-block;
                    font: normal 2.0em 'blenderRegular', Arial;
                    color: #FFF;
                    float: left;
                }

                .sectionSlid .slick-slide > DIV .title_Wapper DIV .share {
                    display: inline-block;
                    float: right;
                    vertical-align: middle;
                }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share * {
                        vertical-align: middle;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .faceIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/face_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 12px;
                        height: 20px;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .shareIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/share_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 17px;
                        height: 17px;
                        margin: 0 17px;
                    }

                    .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .mapIcon {
                        display: inline-block;
                        background: url(/_layouts/15/TlvSP2013PublicSite/images/pin_icon.png) no-repeat;
                        background-size: auto, auto;
                        width: 14px;
                        height: 20px;
                    }

        .sectionSlid .slick-slide > DIV .day {
            font: normal 2.9em/38px 'blenderRegular', Arial;
        }

        .sectionSlid .slick-slide > DIV .time {
            font: normal 2.9em/38px 'blenderRegular', Arial;
        }

    .sectionSlid .slick-prev {
        right: 29px;
    }

    .sectionSlid .slick-next {
        right: 98px;
    }

    .slick-mid {
        right: 64px;
        display: block;
        position: relative !important;
    }

    .sectionSlid .slick-prev, .sectionSlid .slick-next, .slick-mid {
        z-index: 3000 !important;
        top: 91.5% !important;
        position: absolute !important;
    }

    .buttonWrapperGeneral {
        height: 100vh;
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

@media (min-width: 1919px) {
    .sectionSlid .slick-slide > DIV {
        position: absolute;
        left: 47px;
    }

        .sectionSlid .slick-slide > DIV H2 {
            display: inline-block;
            background: #ef4230;
            font: normal 6.4em/74px 'blenderRegular', Arial;
            color: #FFF;
            margin: 0;
            padding: 0 0 0 24px;
            width: auto;
        }

            .sectionSlid .slick-slide > DIV H2.open {
                background: #ef4230 url(/_layouts/15/TlvSP2013PublicSite/images/xIcon.png) no-repeat 25px;
                background-size: auto auto;
            }

        .sectionSlid .slick-slide > DIV .title_Wapper DIV {
            padding: 20px 30px 15px 24px;
        }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .close_popup {
                width: 97px;
                height: 74px;
                bottom: -74px;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV H3 {
                font: normal 3.1em/31px 'BlenderBold', Arial;
                padding: 0 0 25px 0;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV P {
                font: normal 2.1em/25px 'blenderRegular', Arial;
                padding: 0 0 35px 0;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .more {
                font: normal 2.0em 'blenderRegular', Arial;
                white-space: nowrap;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .faceIcon {
                display: inline-block;
                background: url(/_layouts/15/TlvSP2013PublicSite/images/face_icon.png) no-repeat;
                background-size: auto, auto;
                width: 12px;
                height: 20px;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .shareIcon {
                display: inline-block;
                background: url(/_layouts/15/TlvSP2013PublicSite/images/share_icon.png) no-repeat;
                background-size: auto, auto;
                width: 17px;
                height: 17px;
                margin: 0 17px;
            }

            .sectionSlid .slick-slide > DIV .title_Wapper DIV .share .mapIcon {
                display: inline-block;
                background: url(/_layouts/15/TlvSP2013PublicSite/images/pin_icon.png) no-repeat;
                background-size: auto, auto;
                width: 14px;
                height: 20px;
            }

        .sectionSlid .slick-slide > DIV .day {
            font: normal 3.7em/50px 'blenderRegular', Arial;
            padding: 0 24px 0 30px;
        }

        .sectionSlid .slick-slide > DIV .time {
            padding: 0 27px;
            font: normal 3.7em/50px 'blenderRegular', Arial;
        }

    .sectionSlid .slick-prev {
        right: 47px;
    }

    .sectionSlid .slick-next {
        right: 117px;
        z-index: 4;
    }

    .slick-mid {
        right: 82px;
    }
    /* .nextSlid { left:20px; }*/
}

/* The mobile first ui */

.sliderItemsWrapper {
    width: 100%;
    max-width: 1920px;
    height: 832px;
    background-color: #fff;
}

.emptyDivFiller {
    float: left;
    max-width: 315px;
    width: 16.4%;
    position: relative;
}

.partWidthSlider {
    float: right;
    max-width: 1605px;
    width: 83.6%;
    position: relative;
    height: 100%;
    max-height: 832px;
}

.mfSlider {
    margin-bottom: 0px;
    direction: rtl;
  /*  overflow: hidden;
     max-width: 1605px;*/
    height: 100%;
}

.mfSlider .slick-list, .mfSlider .slick-track {
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.mfSlider .slick-slide {
    float: left;
    height: 100%;
    max-height: 832px;
    position: relative;
    list-style: none;
}

.eventImgDiv {
    width: 49.72%;
    max-width: 798px;
    float: right;
    /* z-index: 10;*/
    max-height: 832px;
    position: relative;
    height: 100%;
}

.eventContentDiv {
    width: 50.28%;
    float: left;
    max-width: 807px;
    position: relative;
    max-height: 832px;
    height: 100%;
}

.contentAlignBottom {
    position: absolute;
    bottom: 0;
}

.eventSummary {
    height: 100%;
    background-color: #0072C1;
    z-index: 100;
    width: 118%;
    max-height: 443px;
    max-width: 953px;
    padding-top: 16%;
    padding-bottom: 25%;
    margin-top: 23px;
}

.eventSummary hr {
    margin-top: 0px;
    margin-bottom: 46px;
    border: 0px;
    max-width: 138px;
    height: 0px;
    border-bottom: solid 1px #ffffff;
    background-color: #ffffff;
    width: 14.5%;
    text-align: left;
    margin-left: 9%;
}

.eventSummary .summarySpan {
    margin-left: 9%;
    margin-right: 20%;
    width: 100%;
    min-width: 825px;
    min-height: 88px;
    max-height: 158px;
    overflow-y: hidden;
}

.eventSummary .summarySpan span, .eventSummary .summarySpan div, .eventSummary .summarySpan label {
    font-family: BlenderRegular;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

h2.eventTitle {
    margin-bottom: 49px;
    width: 69%;
    max-width: 557px;
    margin-left: 0px;
}

.eventDateTime {
    height: 21px;
    font-family: BlenderRegular;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: right;
    color: #3c3c3c;
}

h2.eventTitle a {
    font-family: "BlenderRegular";
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: right;
    color: #3c3c3c;
    text-decoration: none;
}

.buttonPos {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.buttonBg {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50px;
    position: relative;
    bottom: 160px;
    right: -180px;
}

.buttonBg img {
    position: relative;
    width: 25px;
    height: 35px;
    left: 41px;
    top: 32.5px;
}

.mfSlider .slick-prev, .mfSlider .slick-next, .slick-playpause {
    width: 14px;
    height: 19px;
    margin: 34.5px 18.5px 34.5px 18.5px;
    color: transparent;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.mfSlider .slick-prev {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/mainEvent/mf/grayArrowright.svg);
    left: 8%;
    right: auto;
}

.mfSlider .slick-next {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/mainEvent/mf/grayArrowleft.svg);
    right: 92%;
    left: auto;
}

.slick-playpause {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/mainEvent/mf/grayPause.svg);
    float: right;
}

.mfSlider .slick-next, .mfSlider .slick-prev {
    position: absolute;
    top: 90.5% !important;
    z-index: 350;
}

.controlButtonsMF {
    float: right;
    position: absolute;
    background-color: #f7f5f5;
    max-height: 88px;
    max-width: 190px;
    height: 10.6%;
    width: 12%;
    bottom: 0px;
    right: 0px;
    padding: 0px 1.2% 0px 1.2%;
    z-index: 250;
}
