﻿.TlvVisitEvents {
}

    /* HomePage */
    .TlvVisitEvents.HomePage ul {
        width: 74%;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        overflow: hidden;
    }


.datesDiv {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    font-size: 20px;
    font-weight: bold;
    font-family: GoodPro-NarrBold !important;
}


.TlvVisitEvents.HomePage ul li {
    width: 33%;
    float: left;
    margin: 0 3px 92px 0;
}

    .TlvVisitEvents.HomePage ul li .item {
        max-width: 384px;
        width: 100%;
        display: block;
        color: #333;
        padding: 8px;
    }

    .TlvVisitEvents.HomePage ul li .img-and-date {
        position: relative;
        display: block;
        color: #333;
    }

        .TlvVisitEvents.HomePage ul li .img-and-date img {
            max-width: 368px;
            width: 100%;
            min-height: 322px;
        }

        .TlvVisitEvents.HomePage ul li .img-and-date .startDate {
            width: 120px;
            height: 120px;
            position: absolute;
            bottom: 0;
            background: #ffffff;
            text-align: center;
            padding-top: 20px;
        }

        .TlvVisitEvents.HomePage ul li .img-and-date .outofTown {
            position: absolute;
            top: 12px;
            right: 12px;
            background: rgba(0,0,0,0.50);
            text-align: center;
            color: #ffffff;
            padding: 10px;
        }

        .TlvVisitEvents.HomePage ul li .img-and-date .startDate .day {
            font-size: 60px;
            font-weight: bold;
            font-family: GoodPro-NarrUltra !important;
            line-height: 60px;
        }

        .TlvVisitEvents.HomePage ul li .img-and-date .startDate .month {
            font-size: 15px;
            font-weight: bold;
        }

    .TlvVisitEvents.HomePage ul li .info {
        padding: 24px 0 24px 24px
    }

        .TlvVisitEvents.HomePage ul li .info .subtitle {
            padding: 0 0 8px 0;
            color: #757575;
        }

        .TlvVisitEvents.HomePage ul li .info .location {
            font-size: 18px;
            font-weight: bold;
            padding: 0 0 2px 0;
        }

        .TlvVisitEvents.HomePage ul li .info .title {
            font-weight: bold;
            padding: 0 0 10px 0;
            font-size: 18px;
            margin: 0;
        }

            .TlvVisitEvents.HomePage ul li .info .title a {
                color: #333;
            }

        .TlvVisitEvents.HomePage ul li .info .where {
            overflow: hidden;
            color: #757575;
            padding: 0 0 10px 0;
            display: inline-block;
        }

            .TlvVisitEvents.HomePage ul li .info .where .icon-pin {
                float: left;
                padding: 2px 12px 0 0;
            }

            .TlvVisitEvents.HomePage ul li .info .where .address {
                float: left;
            }

        .TlvVisitEvents.HomePage ul li .info .when {
            color: #757575;
        }

            .TlvVisitEvents.HomePage ul li .info .when .fa-calendar {
                float: left;
                padding: 2px 12px 0 0;
            }

        .TlvVisitEvents.HomePage ul li .info .when {
            padding: 0 0 6px 0;
        }

.TlvVisitEvents.HomePage .allEvents {
    width: 74%;
    margin: 0 auto;
    text-align: right;
    background: url('/_layouts/15/TlvVisitSite/img/arrow.svg') no-repeat right;
    /*background-position-y: 25%;*/
    padding-right: 50px;
}

    .TlvVisitEvents.HomePage .allEvents a {
        font-family: GoodPro-NarrBold !important;
        font-size: 36px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 3.53;
        letter-spacing: normal;
        color: #131a28;
        text-decoration: none;
    }

        .TlvVisitEvents.HomePage .allEvents a img {
            padding: 0 0 10px 16px;
        }

/* SeeDo */

.TlvVisitEvents.MegaEvents #subMenuFilterLi, .TlvVisitEvents.HomePage #subMenuFilterLi,
.TlvVisitEvents.MegaEvents #filterSelectedItemsLbl, .TlvVisitEvents.HomePage #filterSelectedItemsLbl {
    display: none;
}



.TlvVisitEvents.SeeDo ul, .TlvVisitEvents.MegaEvents ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    margin-left: 10px;
}

    .TlvVisitEvents.SeeDo ul li, .TlvVisitEvents.MegaEvents ul li {
        float: left;
        margin: 0 40px 92px 0;
    }

        .TlvVisitEvents.SeeDo ul li .item, .TlvVisitEvents.MegaEvents ul li .item {
            width: 281px;
            display: block;
            color: #333;
            padding: 8px;
        }

        .TlvVisitEvents.SeeDo ul li .img-and-date, .TlvVisitEvents.MegaEvents ul li .img-and-date {
            position: relative;
            display: block;
            color: #333;
        }

            .TlvVisitEvents.SeeDo ul li .img-and-date img, .TlvVisitEvents.MegaEvents ul li .img-and-date img {
                width: 265px;
                min-height: 260px;
                width: 100%;
            }

            .TlvVisitEvents.SeeDo ul li .img-and-date .startDate, .TlvVisitEvents.MegaEvents ul li .img-and-date .startDate {
                width: 120px;
                height: 120px;
                position: absolute;
                bottom: 0;
                background: #ffffff;
                text-align: center;
                padding-top: 20px;
            }

            .TlvVisitEvents.SeeDo ul li .img-and-date .outofTown, .TlvVisitEvents.MegaEvents ul li .img-and-date .outofTown {
                position: absolute;
                top: 12px;
                right: 12px;
                background: rgba(0,0,0,0.50);
                text-align: center;
                color: #ffffff;
                padding: 10px;
            }

            .TlvVisitEvents.SeeDo ul li .img-and-date .startDate .day, .TlvVisitEvents.MegaEvents ul li .img-and-date .startDate .day {
                font-size: 50px;
                font-weight: bold;
                font-family: GoodPro-NarrUltra !important;
                line-height: 60px;
            }

            .TlvVisitEvents.SeeDo ul li .img-and-date .startDate .month, .TlvVisitEvents.MegaEvents ul li .img-and-date .startDate .month {
                font-size: 15px;
                font-weight: bold;
            }

        .TlvVisitEvents.SeeDo ul li .info, .TlvVisitEvents.MegaEvents ul li .info {
            padding: 24px 0 24px 24px
        }

            .TlvVisitEvents.SeeDo ul li .info .subtitle, .TlvVisitEvents.MegaEvents ul li .info .subtitle {
                padding: 0 0 8px 0;
                color: #757575;
            }

            .TlvVisitEvents.SeeDo ul li .info .location, .TlvVisitEvents.MegaEvents ul li .info .location {
                font-size: 18px;
                font-weight: bold;
                padding: 0 0 2px 0;
            }

            .TlvVisitEvents.SeeDo ul li .info .title, .TlvVisitEvents.MegaEvents ul li .info .title {
                font-weight: bold;
                padding: 0 0 10px 0;
                font-size: 18px;
                margin: 0;
            }

                .TlvVisitEvents.SeeDo ul li .info .title a, .TlvVisitEvents.MegaEvents ul li .info .title a {
                    color: #333;
                }

            .TlvVisitEvents.SeeDo ul li .info .where, .TlvVisitEvents.MegaEvents ul li .info .where {
                overflow: hidden;
                color: #757575;
                padding: 0 0 10px 0;
                display: inline-block;
            }

                .TlvVisitEvents.SeeDo ul li .info .where .icon-pin, .TlvVisitEvents.MegaEvents ul li .info .where .icon-pin {
                    float: left;
                    padding: 2px 12px 0 0;
                }

                .TlvVisitEvents.SeeDo ul li .info .where .address, .TlvVisitEvents.MegaEvents ul li .info .where .address {
                    float: left;
                }

            .TlvVisitEvents.SeeDo ul li .info .when, .TlvVisitEvents.MegaEvents ul li .info .when {
                color: #757575;
            }

                .TlvVisitEvents.SeeDo ul li .info .when .fa-calendar, .TlvVisitEvents.MegaEvents ul li .info .when .fa-calendar {
                    float: left;
                    padding: 2px 12px 0 0;
                }

            .TlvVisitEvents.SeeDo ul li .info .when, .TlvVisitEvents.MegaEvents ul li .info .when {
                padding: 0 0 6px 0;
            }

.TlvVisitEvents.SeeDo .allEvents, .TlvVisitEvents.MegaEvents .allEvents {
    width: 74%;
    margin: 0 auto;
    text-align: right;
    background: url('/_layouts/15/TlvVisitSite/img/arrow.svg') no-repeat right;
    /*background-position-y: 25%;*/
    padding-right: 50px;
}

    .TlvVisitEvents.SeeDo .allEvents a, .TlvVisitEvents.MegaEvents .allEvents a {
        font-family: GoodPro-NarrBold !important;
        font-size: 36px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 3.53;
        letter-spacing: normal;
        color: #131a28;
        text-decoration: none;
    }

        .TlvVisitEvents.SeeDo .allEvents a img, .TlvVisitEvents.MegaEvents .allEvents a img {
            padding: 0 0 10px 16px;
        }


.TlvVisitEvents.LocationFirst {
    display: flex;
    flex-direction: column;
}

    .TlvVisitEvents.LocationFirst .EventsSection {
        order: 2;
    }

    .TlvVisitEvents.LocationFirst .LocationsSection {
        order: 1;
    }


#subMenuFilter {
    /*float: right;*/
    /*margin-top: -35px;*/
    /*z-index: 100;
    text-transform: uppercase;
    font-family: GoodPro-NarrBold;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #131a28;*/
    z-index: 1000;
    margin-left: 5px;
    margin-right: 5px;
    background: url('/_layouts/15/TlvVisitSite/img/arrow-down.svg') no-repeat 100%;
    /* cursor: pointer;
    text-decoration: none;
    */
}


#subMenuFilter {
    display: none;
}

.SeeDo#subMenuFilter {
    display: inline-block;
}

#filterDiv {
    display: none;
    overflow: auto !important;
    right: 0px;
    max-width: 37%;
    max-height: 65%;
    /*min-height: 700px;*/
    width: 100%;
    height: 100%;
    /*border: 2px red solid;*/
    position: fixed;
    background-color: #fff;
    padding: 0px 60px 20px 88px;
    margin-top: 0px;
    border: solid 1px #cfcfcf;
    z-index: 1001;
}

.SeeDo .filterSelectedItems {
    /*left: 0px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    margin-top: -40px;*/
    left: 0px;
    width: 100%;
    position: fixed;
    top: 172px;
    background-color: #fff;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    z-index: 999;
    /*min-height: 70px;*/
}

.interestsSelectedList li {
    border-radius: 3px;
    border: solid 1.2px #131a28;
    font-family: GoodPro-NarrBold;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #131a28;
    padding: 4px 10px;
    margin: 10px !important;
}

.delFilter {
    background-image: url(/_layouts/15/TlvVisitSite/img/acc-icon/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    float: right;
    margin-left: 15px;
    transform: translate(0%,50%);
    cursor: pointer;
}

.clearAll {
    font-family: GoodPro-NarrBold;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #131a28 !important;
    text-transform: uppercase;
    /*float: right !important;*/
    border: none !important;
    cursor: pointer;
    /*position:fixed;
    right:0px;*/
}

.interestsSelectedList {
    /*transform: translate(0%,27%);*/
}


.separator {
    border: solid 1px #cfcfcf;
    background-color: #d8d8d8;
    /*opacity: 0.5;*/
    width: 2px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

.separatorHorisontal {
    border: solid 1px #cfcfcf;
    background-color: #d8d8d8;
    opacity: 0.5;
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 25px;
}

.filterHead h2 {
    font-family: GoodPro-NarrBold;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #131a28;
    margin-top: 60px;
    margin-bottom: 45px;
}

.hideFilterMenu {
    background-image: url(/_layouts/15/TlvVisitSite/img/acc-icon/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    width: 20px;
}

.bottomFilterItem {
    line-height: 30px;
    padding-bottom: 30px;
    font-family: GoodPro;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: 0.5px;
    color: #131a28;
}

.switchBtn {
    float: right;
}

.bottomFilterSection {
    /*bottom: 0px;
    position: absolute;
    width: 100%;
    padding: 0px 60px 0px 80px;
    left: 0;*/
}

div#datepickerEaB div.ui-widget {
    /*width: 60% !important;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    /*margin-bottom: 30px;*/
    border: none;
}

.ui-datepicker-month, .ui-datepicker-year {
    font-family: "GoodPro-Narr" !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background: none;
    /*color: #3c3c3c !important;*/
    /*display: block !important;*/
}

.ui-datepicker-month {
    height: 17px !important;
    font-size: 28px !important;
}

.ui-datepicker-group-last .ui-datepicker-month {
    margin-right: 20px !important;
}

.ui-datepicker-group-first .ui-datepicker-month {
    margin-left: 20px !important;
}

.ui-datepicker-year {
    height: 17px !important;
    font-size: 28px !important;
}

/*.ui-datepicker-group {
    display: inline-block !important;
    width: 50% !important;
}*/

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    z-index: 100 !important;
    position: relative !important;
    color: transparent !important;
    width: 21px !important;
    font-size: 18px !important;
    cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-state-hover .ui-datepicker-prev {
    float: left !important;
    top: 2px !important;
    /*left: 0px !important;*/
    background-image: url("/_layouts/15/TlvSP2013PublicSite/images/arrowLeftMobileMenu.png") !important;
    background-repeat: no-repeat !important;
    border: none !important;
}

    .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
        opacity: 0.4 !important;
    }

.ui-state-hover {
    background: none !important;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-state-hover .ui-datepicker-next {
    float: right !important;
    top: 2px !important;
    /*right: 0px !important;*/
    background-image: url("/_layouts/15/TlvSP2013PublicSite/images/arrowRightMobileMenu.png") !important;
    background-repeat: no-repeat !important;
    border: none !important;
}

span.ui-state-default {
    /*color: #b2b2b2 !important;*/
}

a.ui-state-default {
    /*color: #696969 !important;*/
}

a.ui-state-default, span.ui-state-default {
    font-size: 18px;
    height: 11px;
    text-decoration: none;
}

.dp-highlight-first, .dp-highlight-last, .dp-highlight-first-more, .dp-highlight,
.dp-highlight-first a, .dp-highlight-last a, .dp-highlight-first-more a, .dp-highlight a {
    font-weight: bold !important;
    color: #fff !important;
    background-color: #00b2ef;
    border: none;
}

.dp-highlight-first {
    border-radius: 18px;
    border: none;
}

.dp-highlight-last {
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    border: none;
}

.dp-highlight-first-more {
    border-radius: 0px;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    border: none;
}

.dp-highlight {
    font-weight: bold;
    color: #fff;
    background-color: #00b2ef;
    border: none;
}

.ui-datepicker-calendar td {
    text-align: center !important;
    line-height: 26px !important;
}

/*.ui-datepicker-calendar {
    width: 88.58% !important;
    margin: 31px 5.71% 30px 5.71% !important;
}*/

.ui-datepicker-title {
    /*padding-top: 7px;*/
}

.ui-datepicker-calendar th {
    height: 11px !important;
    font-family: "GoodPro-Narr";
    font-size: 18px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3c3c3c !important;
    padding-bottom: 10px !important;
}

.ui-datepicker-calendar thead tr {
    border-bottom: 1px solid #cfcfcf !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-header {
    border: none !important;
    background: none !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline !important;
    padding: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
}

a.ui-state-default, span.ui-state-default {
}

.filterRBOutDiv {
    padding-left: 0px !important;
    margin-bottom: 10px;
}

.audienceFilterDiv, .eventsFilterDiv, .venuesFilterDiv {
    margin: 10px 0px 20px 0px;
}

    .audienceFilterDiv label, .eventsFilterDiv label, .venuesFilterDiv label {
        margin-bottom: 2px !important;
    }

.venuesFilterDiv {
    display: none;
}

.eventsFilterDiv {
    display: none;
}

.audienceFilterDiv {
    display: none;
}

.audienceFilter, .venuesFilter {
    display: inline-block;
    border-radius: 1px;
    background-color: #eeeeee;
    font-family: GoodPro-NarrMedium;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: 0.2px;
    text-align: center;
    color: #131a28;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    margin: 8px !important;
}

    .audienceFilter:hover label, .venuesFilter:hover label {
        cursor: pointer;
    }

    .audienceFilter.selected, .venuesFilter.selected {
        display: inline-block;
        border-radius: 1px;
        border: solid 1.2px #131a28;
        background-color: #fff;
        font-family: GoodPro-NarrMedium;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.88;
        letter-spacing: 0.2px;
        text-align: center;
        color: #131a28;
        line-height: 32px;
        padding: 0px 10px 0px 10px;
        margin: 8px !important;
    }

    .audienceFilter .delFilter, .venuesFilter .delFilter {
        height: 18px;
    }



.RBcontainer {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/
    padding-left: 25px;
    margin-right: 10px;
    font-family: GoodPro;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #131a28;
    text-decoration: none;
}

a.filterRB, a.filterRB:hover, a.filterRB:focus, a.filterRB:visited {
    color: #131a28;
    text-decoration: none;
}

.RBcontainer input {
    position: absolute;
    opacity: 0;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.RBcheckmark {
    position: absolute;
    top: 6px;
    right: 0px;
    height: 13px;
    width: 13px;
    /*border: solid 2px #6d6d6d;
    border-radius: 50%;*/
    background: url(/_layouts/15/TlvVisitSite/img/selectArrowDown.png) no-repeat left;
    /*background-position-x: 80%;*/
    background-size: 13px;
    cursor: pointer;
}



.RBcontainer:hover input ~ .RBcheckmark {
}

.RBcontainer input:checked ~ .RBcheckmark {
    /*border: solid 2px #00b2ef;*/
    background: url(/_layouts/15/TlvVisitSite/img/arrowLeftTable.png) no-repeat left;
    background-size: 8px;
}


.RBcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.RBcontainer input:checked ~ .RBcheckmark:after {
    display: block;
}

.RBcontainer .RBcheckmark:after {
    /*top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00b2ef;*/
}

.interestsSelectedList {
}

@media screen and (min-width: 1420px) and (max-width: 1900px) {
    .TlvVisitEvents ul {
        width: 86% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .TlvVisitEvents ul {
        width: 94% !important;
    }

    #subMenuFilter {
        background-position-x: 95% !important;
    }


    #filterDiv {
        padding: 0px 30px 60px 30px !important;
    }

    .bottomFilterSection {
        /*padding: 0px 30px 0px 30px;*/
    }
}



/*IE 8,9 and 10*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .TlvVisitEvents ul li .item {
        border-bottom: 4px solid #fecc1d;
    }
}

/*IE 10 and above*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .TlvVisitEvents ul li .item {
        border-bottom: 4px solid #fecc1d;
    }
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    @keyframes bg {
        0% {
            background-size: 0 4px, 4px 0, 100% 4px, 4px 0;
        }

        25% {
            background-size: 0 4px, 4px 0, 100% 4px, 4px 100%;
        }

        50% {
            background-size: 100% 4px, 4px 0, 100% 4px, 4px 100%;
        }

        75% {
            background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
        }

        100% {
            background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
        }
    }

    .TlvVisitEvents ul li .item {
        border-bottom: 0;
        background-repeat: no-repeat;
        background-image: linear-gradient(to right, #fecc1d 100%, #fecc1d 100%), linear-gradient(to bottom, #fecc1d 100%, #fecc1d 100%), linear-gradient(to right, #fecc1d 100%, #fecc1d 100%), linear-gradient(to bottom, #fecc1d 100%, #fecc1d 100%);
        background-size: 0 4px, 4px 0, 100% 4px, 4px 0;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        padding: 4px;
    }

        .TlvVisitEvents ul li .item.hover {
            animation: bg 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
            background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
        }

        .TlvVisitEvents ul li .item.border_blue {
            background-image: linear-gradient(to right, #1eb4fc 100%, #1eb4fc 100%), linear-gradient(to bottom, #1eb4fc 100%, #1eb4fc 100%), linear-gradient(to right, #1eb4fc 100%, #1eb4fc 100%), linear-gradient(to bottom, #1eb4fc 100%, #1eb4fc 100%);
        }

        .TlvVisitEvents ul li .item.border_purple {
            background-image: linear-gradient(to right, #F592FF 100%, #F592FF 100%), linear-gradient(to bottom, #F592FF 100%, #F592FF 100%), linear-gradient(to right, #F592FF 100%, #F592FF 100%), linear-gradient(to bottom, #F592FF 100%, #F592FF 100%);
        }

        .TlvVisitEvents ul li .item.border_red {
            background-image: linear-gradient(to right, #E53323 100%, #E53323 100%), linear-gradient(to bottom, #E53323 100%, #E53323 100%), linear-gradient(to right, #E53323 100%, #E53323 100%), linear-gradient(to bottom, #E53323 100%, #E53323 100%);
        }

        .TlvVisitEvents ul li .item.border_yello {
            background-image: linear-gradient(to right, #fecc1d 100%, #fecc1d 100%), linear-gradient(to bottom, #fecc1d 100%, #fecc1d 100%), linear-gradient(to right, #fecc1d 100%, #fecc1d 100%), linear-gradient(to bottom, #fecc1d 100%, #fecc1d 100%);
        }
}

@media(max-width:1200px) {
    h1,
    .h1 {
        margin: 60px 15px 0px 15px !important;
    }

    .SeeDo#subMenuFilter {
        display: inline-block;
    }


    .SeeDo#subMenuFilter {
        line-height: 40px !important;
        left: 0px;
        width: 100%;
        position: fixed;
        top: 153px;
        background-color: #fff;
        border-top: solid 1px #cfcfcf;
        border-bottom: solid 1px #cfcfcf;
        z-index: 1000;
        background-position-x: 62%;
        float: right;
        margin-top: -35px;
        margin-left: 0px;
        margin-right: 0px;
        text-transform: uppercase;
        font-family: GoodPro-NarrBold !important;
        font-size: 16px !important;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px !important;
        text-align: center !important;
        color: #131a28 !important;
        cursor: pointer;
        text-decoration: none;
    }
}

@media(max-width:959px) {
    .TlvVisitEvents.HomePage ul li {
        margin-bottom: 50px;
    }

    .TlvVisitEvents ul li .item {
        background-image: none;
        padding:0px;
    }

    .TlvVisitEvents.HomePage ul li .item {
        
        padding: 0px;
    }

    .TlvVisitEvents.HomePage .allEvents, .TlvVisitEvents.SeeDo .allEvents, .TlvVisitEvents.MegaEvents .allEvents {
        line-height: 34px;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        text-align: right;
        color: #00beff;
        background: url('/_layouts/15/TlvVisitSite/img/arrowBlue.svg') no-repeat right;
        background-size: 15px;
        background-position-y: 90%;
        padding-right: 20px;
    }


        .TlvVisitEvents.HomePage .allEvents a, .TlvVisitEvents.SeeDo .allEvents a, .TlvVisitEvents.MegaEvents .allEvents a {
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: 0.5px;
            text-align: right;
            color: #00beff;
            float: none !important;
            vertical-align: bottom;
            text-transform: uppercase;
        }

    .TlvVisitEvents.HomePage ul {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }

        .TlvVisitEvents.HomePage ul li {
            width: 100%;
            float: inherit;
        }

    .TlvVisitEvents.SeeDo ul, .TlvVisitEvents.MegaEvents ul {
        width: 100%;
        margin: 0;
    }

        .TlvVisitEvents.SeeDo ul li, .TlvVisitEvents.MegaEvents ul li {
            width: 100%;
            float: inherit;
        }

            .TlvVisitEvents.SeeDo ul li .item, .TlvVisitEvents.MegaEvents ul li .item {
                width: 100%;
                height: inherit !important;
            }

            .TlvVisitEvents.SeeDo ul li .img-and-date img, .TlvVisitEvents.MegaEvents ul li .img-and-date img {
                width: 100%;
                height: inherit;
            }

    div#datepickerEaB div.ui-widget {
        width: 100% !important;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-next {
        left: 0;
    }

    .ui-datepicker .ui-datepicker-prev {
        right: 0;
    }


    .SeeDo#subMenuFilter {
        line-height: 40px !important;
        left: 0px;
        width: 100%;
        position: fixed;
        top: 153px;
        background-color: #fff;
        border-top: solid 1px #cfcfcf;
        border-bottom: solid 1px #cfcfcf;
        z-index: 1000;
        background-position-x: 62%;
        float: right;
        margin-top: -35px;
        margin-left: 0px;
        margin-right: 0px;
        text-transform: uppercase;
        font-family: GoodPro-NarrBold !important;
        font-size: 16px !important;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px !important;
        text-align: center !important;
        color: #131a28 !important;
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase;
    }

    #filterDiv {
        padding: 0px 15px !important;
    }

    #subMenuFilter {
        display: none;
    }

    .filterHead h2 {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #131a28;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .SeeDo#subMenuFilter {
        display: inline-block;
    }

    #filterDiv {
        display: none;
        overflow: scroll !important;
        right: 0px;
        max-width: 100%;
        max-height: 100%;
        min-height: 450px;
        width: 100%;
        height: 100%;
        /*border: 2px red solid;*/
        position: absolute;
        background-color: #fff;
        padding: 0px 60px 60px 88px;
        margin-top: 1px;
        border: solid 1px #cfcfcf;
        margin-top: 41px;
    }

    .separator {
        display: none;
        border: solid 1px #cfcfcf;
        background-color: #d8d8d8;
        opacity: 0.5;
        width: 2px;
        height: 20px;
        float: left;
    }

    .separatorHorisontal {
        border: solid 1px #cfcfcf;
        background-color: #d8d8d8;
        opacity: 0.5;
        width: 100%;
        height: 2px;
        float: left;
        margin-bottom: 25px;
    }

    .hideFilterMenu {
        background-image: url(/_layouts/15/TlvVisitSite/img/acc-icon/close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 20px;
        width: 20px;
    }

    .bottomFilterItem {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.88;
        letter-spacing: 0.5px;
        color: #131a28;
    }

    .switchBtn {
        float: right;
    }





    .filterSelectedItems {
        position: static;
    }

    .interestsSelectedList li {
        width: auto !important;
        float: left !important;
        border-radius: 3px;
        border: solid 1.2px #131a28;
        font-family: GoodPro-NarrBold;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #131a28;
        padding: 4px 10px;
        margin: 5px 10px !important;
    }

    .interestsSelectedList {
        /*transform:none;*/
    }

    .delFilter {
        background-image: url(/_layouts/15/TlvVisitSite/img/acc-icon/close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        width: 10px;
        height: 10px;
        float: right;
        margin-left: 15px;
        transform: translate(0%,50%);
        cursor: pointer;
    }

    .clearAll {
        /*font-family: GoodPro-NarrBold;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #00beff !important;
        text-transform: uppercase;
        float: right !important;
        border: none !important;
        cursor: pointer;*/
    }
}
