.clearfix {
    clear: both;
}

.active, .current {
    cursor: default;
}

.content_section, .tout_copy_v2 .tout_header_v2.font_35, .content_section_head {
    font-weight: normal;
}

input, select, input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.tag_block .tag_block_items span, .tag_block .tag_block_items a, .tag_block .info_block_items span, .tag_block .info_block_items a, .info_block .tag_block_items span, .info_block .tag_block_items a, .info_block .info_block_items span, .info_block .info_block_items a, .tag_block .tag_block_items, .tag_block .info_block_items, .info_block .tag_block_items, .info_block .info_block_items {
    font-weight: normal;
    color: #484848;
}

.tag_block .tag_block_head, .tag_block .info_block_head, .info_block .tag_block_head, .info_block .info_block_head {
    color: #494949;
}

.info_block .info_block_items span span {
    margin-bottom: 0;
}

.btn-calendar-ticket {
    background: #089ddf;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 15px 110px 15px 15px;
    display: inline-block;
    position: relative;
    font: 16px/22px 'Open Sans', sans-serif;
    margin-right: 15px;
}

.btn-buy-ticket {
    background: #ec4227;
}
#btnBuyNowTop
{
    margin-bottom:20px;
}
.btn-app-download {
   margin-top: 7px;
    margin-right: 16px;
    display: inline-block;
    vertical-align:bottom;
}
.btn-app-download .dc-app-download {
        width: 201px !important;
         height: 52px !important;
    margin-top: 10px;
}
.ar .btn-app-download {
    margin-right: 0px;
}
.ar .btn-calendar-ticket {
    margin-right: 0;
    margin-left: 15px;
}

.btn-calendar-ticket:after {
    content: "";
    background: url(../images/dtcm_calendar/ticket_icon.png) 0 0 no-repeat;
    width: 31px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 16px;
}
/*.btn-app-download:after {
    content: "";
    background: url(../images/dtcm_calendar/icon_btn_download.png) 0 0 no-repeat;
    width: 21px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 16px;
}*/

.twitter-icon-dsf, .fb-icon-dsf, .g-plus-dsf, .instagram-icon-dsf {
    background: url(../images/sprites.png);
    margin: 0 15px 0 0;
}

.twitter-icon-dsf {
    width: 29px;
    height: 29px;
    background-position: 0 -155px;
}

    .twitter-icon-dsf:hover {
        background-position: 0 -182px;
    }

.fb-icon-dsf {
    width: 15px;
    background-position: -34px -155px;
    height: 27px;
}

    .fb-icon-dsf:hover {
        background-position: -34px -182px;
    }

.g-plus-dsf {
    width: 28px;
    height: 27px;
    background-position: -366px -155px;
}

    .g-plus-dsf:hover {
        background-position: -366px -182px;
    }

.instagram-icon-dsf {
    width: 28px;
    height: 27px;
    background-position: -94px -155px;
}

    .instagram-icon-dsf:hover {
        background-position: -94px -182px;
    }

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/
    .bx-wrapper .bx-viewport {
        /*  -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;*/
        left: 0;
        background: #fff;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 11px;
        right: 11px;
    }

    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #fff;
            display: block;
            width: 12px;
            height: 12px;
            margin: 0 2px;
            outline: 0;
            border-radius: 100%;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #009ade;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        left: 0;
        background: url(../images/inner-slider-arrow.jpg) no-repeat 0 0;
    }

    .bx-wrapper .bx-next {
        right: 0;
        background: url(../images/inner-slider-arrow.jpg) no-repeat right 0;
    }

        .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
            opacity: 0.7;
        }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -29px;
        outline: 0;
        width: 58px;
        height: 59px;
        z-index: 5;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url("../images/controls.png") -86px -44px no-repeat;
            margin: 0 3px;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .bx-wrapper .bx-caption b, .bx-wrapper .bx-caption em {
            display: block;
            font: bold 36px/110% 'Open Sans', sans-serif;
        }

        .bx-wrapper .bx-caption em {
            font: normal 20px 'Open Sans', sans-serif;
        }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 40px 30px;
        }

.inner-slider-dsf {
    direction: ltr;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
}

    .inner-slider-dsf li + li {
        display: none;
    }

.inner-google-map {
    margin: 20px 0 50px;
    width: 100%;
    height: 450px;
}

/*Search Filter
---------------------------------------*/
.search-filter-dsf {
    float: left;
    width: 100%;
    margin: 40px 0 10px;
}

    .search-filter-dsf #links {
        float: right;
    }

    .search-filter-dsf .search-inner {
        float: left;
        width: 80%;
        background: #f89c1b;
        border-top: 1px #cccccc solid;
        padding: 0 10%;
        margin: -1px 0 0;
    }

    .search-filter-dsf a {
        float: left;
        font: normal 14px/18px 'Open Sans', sans-serif;
        margin: 20px 0 0 30px;
    }

        .search-filter-dsf a:hover {
            text-decoration: underline;
        }

        .search-filter-dsf a:active {
            color: purple;
        }

    .search-filter-dsf input[type="search"] {
        float: left;
        width: 37%;
        height: 38px;
        font: 14px 'Open Sans', sans-serif;
        outline: none;
        color: #484848;
        border: 1px solid #cccccc;
        padding: 0 10px;
        margin: 15px 0;
    }

    .search-filter-dsf .tab-btn {
        position: relative;
        float: left;
        min-width: 104px;
        text-align: center;
        background: #484848;
        color: #fff;
        text-transform: uppercase;
        text-decoration: initial;
        padding: 17px 15px;
        font: bold 13px/18px 'Open Sans', sans-serif;
        margin: 0;
    }

        .search-filter-dsf .tab-btn:hover {
            color: #fff;
            background: #484848;
        }

        .search-filter-dsf .tab-btn.active {
            background: #f89c1b;
        }

    .search-filter-dsf .tab-margin {
        margin: 0 0 0 10%;
    }

    .search-filter-dsf .search-btn {
        float: left;
        background: #484848;
        color: #ffffff !important;
        text-decoration: initial !important;
        padding: 9px 39px 9px 15px;
        display: inline-block;
        position: relative;
        font: 14px/22px 'Open Sans', sans-serif;
        margin: 15px 0 15px 10px;
    }

        .search-filter-dsf .search-btn:after {
            content: "";
            background: url(../images/dtcm_calendar/search-icon.png) 0 0 no-repeat;
            width: 15px;
            height: 15px;
            position: absolute;
            right: 15px;
            top: 12px;
        }

    .search-filter-dsf .view-btns {
        float: left;
        padding: 0;
        margin: 0 0 10px;
    }

    .search-filter-dsf .star-btn {
        position: relative;
        float: left;
        width: 44px;
        height: 48px;
        padding: 0;
        margin: 10px 1px 0 0;
        border: 1px solid #484848;
        background: #484848;
    }

        .search-filter-dsf .star-btn:after {
            content: "";
            background: url(../images/dtcm_calendar/download_2.png) right bottom no-repeat;
            width: 18px;
            height: 25px;
            position: absolute;
            right: 50%;
            margin-right: -9px;
            margin-top: -12.5px;
            top: 50%;
        }

        .search-filter-dsf .star-btn.active, .search-filter-dsf .star-btn:hover {
            background: #ececec;
            border: 1px solid #cccccc;
        }

            .search-filter-dsf .star-btn.active:after, .search-filter-dsf .star-btn:hover:after {
                background-position: right 0;
            }

    .search-filter-dsf .list-view-btn {
        position: relative;
        float: left;
        width: 44px;
        height: 48px;
        border: 1px solid #484848;
        padding: 0;
        margin: 10px 1px 0 0;
        background: #484848;
    }

        .search-filter-dsf .list-view-btn:after {
            content: "";
            background: url(../images/dtcm_calendar/download_2.png) left 0 no-repeat;
            width: 23px;
            height: 15px;
            position: absolute;
            right: 11px;
            top: 17px;
        }

        .search-filter-dsf .list-view-btn.active, .search-filter-dsf .list-view-btn:hover {
            border: 1px solid #cccccc;
            background: #ececec;
        }

            .search-filter-dsf .list-view-btn.active:after, .search-filter-dsf .list-view-btn:hover:after {
                background-position: -30px 0;
            }

    .search-filter-dsf .map-btn {
        position: relative;
        float: left;
        width: 44px;
        height: 48px;
        border: 1px solid #484848;
        padding: 0;
        margin: 10px 0 0 0;
        background: #484848;
    }

        .search-filter-dsf .map-btn:after {
            content: "";
            background: url(../images/dtcm_calendar/download_2.png) left bottom no-repeat;
            width: 17px;
            height: 25px;
            position: absolute;
            right: 50%;
            margin-right: -8.5px;
            margin-top: -12.5px;
            top: 50%;
        }

        .search-filter-dsf .map-btn.active, .search-filter-dsf .map-btn:hover {
            border: 1px solid #cccccc;
            background: #ececec;
        }

            .search-filter-dsf .map-btn.active:after, .search-filter-dsf .map-btn:hover:after {
                background-position: -33px bottom;
            }

    .search-filter-dsf .search-filter-btn {
        display: none;
        position: relative;
        float: left;
        width: 100%;
        font: 15px 'Open Sans', sans-serif;
        color: #089ddf;
        padding: 16px 0 16px 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

        .search-filter-dsf .search-filter-btn:after {
            content: "";
            background: url(../images/dtcm_calendar/filter-arrow.png) 0 bottom no-repeat;
            width: 13px;
            height: 7px;
            position: absolute;
            right: 9px;
            top: 50%;
            margin-top: -3.5px;
        }

        .search-filter-dsf .search-filter-btn.active:after {
            background-position: top;
        }

    .search-filter-dsf .filter-btn {
        position: relative;
        float: left;
        font: bold 15px 'Open Sans', sans-serif;
        color: #fff;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        padding: 24px 40px 24px 20px;
        margin: 0 15px 0 15px;
        line-height: 21px;
    }

        .search-filter-dsf .filter-btn:after {
            content: "";
            background: url(../images/dtcm_calendar/filter-arrow.png) 0 bottom no-repeat;
            width: 13px;
            height: 7px;
            position: absolute;
            right: 13px;
            top: 32px;
        }

        .search-filter-dsf .filter-btn.active {
            color: #ffffff;
        }

            .search-filter-dsf .filter-btn.active:after {
                background-position: top;
            }

    .search-filter-dsf .filters {
        display: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .search-filter-dsf .filters p {
            float: left;
            width: 100%;
            font: normal 14px "open sans";
            color: #fff;
            padding: 0;
            margin: 0 0 6px;
        }

        .search-filter-dsf .filters a {
            float: left;
            font: normal 14px/14px "open sans";
            color: #484848;
            text-decoration: none;
            padding: 6.5px 10px;
            border: 1px solid #cccccc;
            background: #fff;
            margin: 0 10px 10px 0;
        }

            .search-filter-dsf .filters a.active {
                color: #fff;
                border: 1px solid #484848;
                background: #484848;
            }

    .search-filter-dsf .custom-select {
        float: left;
        cursor: pointer;
        position: relative;
        width: 15%;
        margin: 15px 0;
    }


        .search-filter-dsf .custom-select select {
            font: normal 14px 'open sans';
            padding: 5px;
            box-shadow: none;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            text-indent: 0.01px;
            text-overflow: "";
            width: 100%;
            height: 40px;
            background: #ffffff;
            border: 1px solid #cccccc;
            color: #484848;
            position: relative;
        }

        .search-filter-dsf .custom-select:after {
            content: '';
            background: url("../images/sprites.png") -57px -119px no-repeat;
            width: 18px;
            height: 10px;
            position: absolute;
            right: 15px;
            margin-top: -3.5px;
            top: 50%;
            pointer-events: none;
            z-index: 2;
        }

        .search-filter-dsf .custom-select:before {
            content: '';
            background: #fff;
            width: 41px;
            height: calc(100% - 2px);
            position: absolute;
            right: 1px;
            top: 1px;
            pointer-events: none;
            z-index: 1;
        }

.no-touch .search-filter-dsf .filters a:hover {
    color: #fff;
    border: 1px solid #484848;
    background: #6F6E6E;
}

.search-feature-filter {
    margin-top: 10px;
}

.heading {
    float: left;
    font: normal 40px 'Open Sans', sans-serif;
    line-height: 100%;
    color: #484848;
    padding: 0;
    margin: 30px 0 25px 10%;
    width: 100%;
}

    .heading span {
        float: left;
    }

        .heading span h1 {
            line-height: inherit;
            font-size: inherit;
        }

    .heading a {
        float: left;
        font-size: 15px;
        text-decoration: none;
        color: #089ddf;
        margin: 22px 0 0 30px;
        line-height: 100%;
        font-weight: normal;
    }

        .heading a:hover {
            text-decoration: underline;
        }

        .heading a:active {
            color: purple;
        }

    .heading small {
        font-size: 14px;
        clear: both;
        display: block;
    }

    .heading.inner {
        margin: 0;
    }

/*Events
---------------------------------------*/
.events-dsf {
    max-width: 1200px;
}

    .events-dsf h2, .events-dsf h2.heading, .events-dsf h1, .events-dsf .heading {
        float: left;
        font: normal 40px/100% 'Open Sans', sans-serif;
        color: #484848;
        padding: 0;
        margin: 0 0 40px;
    }

        .events-dsf h2 span, .events-dsf h2.heading span, .events-dsf h1 span, .events-dsf .heading span {
            float: left;
        }

        .events-dsf h2 a, .events-dsf h2.heading a, .events-dsf h1 a, .events-dsf .heading a, .events-dsf a.heading-link {
            float: left;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            color: #089ddf;
            margin: 23px 0 0 30px;
            line-height: 100%;
        }

            .events-dsf h2 a:hover, .events-dsf h2.heading a:hover, .events-dsf h1 a:hover, .events-dsf .heading a:hover {
                text-decoration: underline;
            }

            .events-dsf h2 a:active, .events-dsf h2.heading a:active, .events-dsf h1 a:active, .events-dsf .heading a:active {
                color: purple;
            }

.events-dsf {
    float: left;
    width: 100%;
    margin: 10px 0;
}

    .events-dsf .blue-btn {
        display: block;
        clear: both;
        text-align: center;
        width: 220px;
        line-height: 19px;
        font-weight: normal;
        color: #fff;
        background: #089ddf;
        padding: 10px 0;
        margin: 0 auto 15px;
    }

    .events-dsf ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 0 5px;
    }

        .events-dsf ul li {
            position: relative;
            float: left;
            width: 285px;
            height: 257px;
            padding: 0;
            margin: 0 20px 20px 0;
        }

            .events-dsf ul li:nth-of-type(4n + 4) {
                margin-right: 0;
            }

            .events-dsf ul li img {
                float: left;
                width: 100%;
                border: 1px solid #ccc;
                border-bottom: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            .events-dsf ul li .featured-sign {
                background: url(../images/dtcm_calendar/featured-sign.png) 0 0 no-repeat;
                width: 20px;
                height: 27px;
                position: absolute;
                right: 10px;
                top: -5px;
            }

        .events-dsf ul .inner-text {
            position: absolute;
            width: 89.4%;
            left: 0;
            bottom: 0;
            background: #fff;
            padding: 18px 5% 5px;
            border: 1px solid #cccccc;
            min-height: 58px;
        }

            .events-dsf ul .inner-text h3, .events-dsf ul .inner-text h2 {
                float: left;
                width: 100%;
                font: bold 14px/18px 'Open Sans', sans-serif;
                color: #089ddf;
                padding: 0;
                margin: 0;
            }

                .events-dsf ul .inner-text h3:hover, .events-dsf ul .inner-text h2:hover {
                    text-decoration: underline;
                }

                .events-dsf ul .inner-text h3:active, .events-dsf ul .inner-text h2:active {
                    color: purple;
                }

            .events-dsf ul .inner-text p {
                float: left;
                width: 100%;
                font: normal 14px/19px 'Open Sans', sans-serif;
                color: #494949;
                padding: 0;
                margin: 0;
            }

.rightColumn .short-related-deals.short-related-deals-new .trip_item li {
    padding-bottom: 15px;
    margin-bottom: 0;
}

    .rightColumn .short-related-deals.short-related-deals-new .trip_item li .directory-img-link {
        height: 37px;
    }

    .rightColumn .short-related-deals.short-related-deals-new .trip_item li:last-child {
        border-bottom: 1px solid #ccc;
    }

    .rightColumn .short-related-deals.short-related-deals-new .trip_item li b a {
        font: normal 14px 'Open Sans', sans-serif;
        color: #089ddf;
    }

        .rightColumn .short-related-deals.short-related-deals-new .trip_item li b a:hover {
            text-decoration: underline;
        }

        .rightColumn .short-related-deals.short-related-deals-new .trip_item li b a:active {
            color: purple;
        }

    .rightColumn .short-related-deals.short-related-deals-new .trip_item li .content_sdsc a {
        font-size: 12px;
        font-weight: normal;
        min-height: inherit;
        color: #767676;
    }

.fb-page-plugin {
    margin-bottom: 50px;
}

.deal-cont {
    margin-bottom: 50px;
}

    .deal-cont .deal-thumb {
        margin: 0 auto 20px;
        width: 300px;
    }

        .deal-cont .deal-thumb img {
            width: 100%;
            border: 1px solid #cccccc;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-bottom: none;
        }

        .deal-cont .deal-thumb p {
            width: 100%;
            border: 1px solid #cccccc;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 10px;
            color: #089ddf;
            font: bold 14px/19px 'Open Sans', sans-serif;
        }

            .deal-cont .deal-thumb p small {
                display: block;
                color: #494949;
                font-size: 14px;
                font-weight: normal;
            }

            .deal-cont .deal-thumb p a:hover {
                color: inherit;
                text-decoration: underline;
            }

            .deal-cont .deal-thumb p a:active {
                color: purple;
            }

.tout {
    float: left;
}

.events-wrapper-new {
    border: none !important;
}

    .events-wrapper-new .trip_item {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .events-wrapper-new .trip-item-image, .events-wrapper-new .trip-item-image img {
        width: 166px;
    }

    .events-wrapper-new .free-event {
        color: #6eb121;
        font-size: 10px;
        display: inline-block;
        margin-left: 10px;
    }

    .events-wrapper-new .prel-blocks {
        margin: 0;
    }

    .events-wrapper-new .trip_detail.main_cell.valign-top .font_24 {
        font-size: 13px;
        font-weight: normal;
    }

    .events-wrapper-new .calendar-item-title.Name {
        margin: 4px 0 6px;
    }

    .events-wrapper-new .prel-blocks-tags, .events-wrapper-new .prel-blocks div.prel-blocks-tags, .events-wrapper-new .prel-blocks .calendar-tags a {
        color: #999999;
        cursor: pointer;
    }

        .events-wrapper-new .prel-blocks-tags:hover, .events-wrapper-new .prel-blocks div.prel-blocks-tags:hover, .events-wrapper-new .prel-blocks .calendar-tags a:hover {
            background: #ececec;
            color: #484848;
        }

    .events-wrapper-new a:hover {
        text-decoration: underline;
        color: #009ade !important;
    }

        .events-wrapper-new a:hover span {
            color: #009ade !important;
        }

        .events-wrapper-new a:hover:active {
            color: purple !important;
        }

            .events-wrapper-new a:hover:active span {
                color: purple !important;
            }

    .events-wrapper-new .trip-item-image, .events-wrapper-new .events-wrapper-new .trip-item-image a {
        position: relative;
    }

    .events-wrapper-new .featured-sign {
        background: url(../images/dtcm_calendar/featured-sign.png) 0 0 no-repeat;
        width: 20px;
        height: 27px;
        position: absolute;
        right: 10px;
        top: 15px;
    }

.search-result-page-new {
    float: right;
    margin-top: -20px;
    margin-bottom: 40px;
}

    .search-result-page-new .pagination-wrapper li {
        margin-top: 2px;
        font-weight: normal;
    }

    .search-result-page-new .pagination-wrapper a {
        font-size: 14px;
        color: #009ade;
    }

        .search-result-page-new .pagination-wrapper a.current {
            color: #484848;
        }

.page-listview-count {
    cursor: pointer;
    border: 1px solid #cccccc;
    position: relative;
    float: left;
    margin-top: -20px;
    width: 85px;
}

    .page-listview-count select {
        border: none;
        font: 14px 'Open Sans', sans-serif;
        padding: 0 15px;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-overflow: "";
        width: 100%;
        height: 40px;
        outline: none;
    }

    .page-listview-count:after {
        content: '';
        background: #fff url(../images/page-listview-count-arrow.jpg) 0 0 no-repeat;
        width: 14px;
        height: 9px;
        position: absolute;
        right: 15px;
        margin-top: -3.5px;
        top: 50%;
        pointer-events: none;
    }

    .page-listview-count:before {
        content: '';
        background: #fff;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none;
    }

    .page-listview-count option {
        background: #fff;
        color: #000;
        padding: 5px 0;
    }

.map-location {
    float: left;
    width: 100%;
    margin-top: -10px;
}

    .map-location .map-canvas {
        width: 100%;
        height: 450px;
    }

.featured-slider-dsf {
    direction: ltr;
    margin-bottom: 10px;
}

    .featured-slider-dsf li + li {
        display: none;
    }

    .featured-slider-dsf .bx-wrapper .bx-controls-direction a {
        opacity: 0.3;
    }

    .featured-slider-dsf .gradient {
        /*background: url(../calendar/slider-gradient.png) bottom repeat-x;*/
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.events-tiles {
    float: left;
    width: 100%;
}

    .events-tiles .tiles {
        float: left;
        width: calc(25% - 17px);
        margin-left: 20px;
        position: relative;
        border: 1px solid #cccccc;
        background-color: #c0c0c0;
        min-height: 150px;
    }

        .events-tiles .tiles:first-child {
            margin-left: 0;
        }

        .events-tiles .tiles > a:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            background: url(../calendar/slider-gradient.png) bottom repeat-x;
            background-size: auto 100%;
        }

        .events-tiles .tiles img {
            border: 1px solid #cccccc;
            width: 100%;
        }

        .events-tiles .tiles .caption {
            position: absolute;
            bottom: 20px;
            left: 25px;
            cursor: pointer;
        }

            .events-tiles .tiles .caption a {
                color: #fff !important;
            }

            .events-tiles .tiles .caption h4 {
                font: normal 21px/28px 'Open Sans', sans-serif;
                margin-bottom: 5px;
            }

            .events-tiles .tiles .caption p {
                font-weight: 600;
                font-size: 10px;
                text-transform: uppercase;
                line-height: 14px;
            }

.info_block_cont .info_block:last-child {
    border-bottom: 1px solid #ccc;
}

.info_block .info_block_items a {
    color: #1e9dd6;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    /*line-height: 14px;*/
}

.info_block .info_block_items span.font_25 {
    margin-bottom: 0;
}

html body .info_block .info_block_items {
    line-height: 16px;
    padding-bottom: 10px;
}

.info_block .info_block_items a.anchor-tel {
    color: #484848;
    pointer-events: none;
}

.featured-slider-dsf .desktop {
    display: block;
}

.featured-slider-dsf .mobile {
    display: none;
}

.bottom-cont {
    float: left;
    width: 100%;
}

    .bottom-cont .btn-cal-default {
        display: none;
    }

.font_400 {
    font-size: 40px;
}

.font_260 {
    font-size: 28px;
}

.sub-breadcrumb-new {
    margin-bottom: 20px;
}

    .sub-breadcrumb-new li span, .sub-breadcrumb-new li span.last {
        background: url("../images/breadcrumb-arrow.jpg") no-repeat 0 0;
        width: 6px;
        height: 11px;
    }

.hotel-location-detail h1 {
    margin-top: 0;
    margin-bottom: 12px;
}

.sub-breadcrumb-new li a {
    font-size: 14px;
    text-decoration: none;
}

.mt50 {
    margin-top: 50px;
}

.inner-heading {
    color: #484848;
    font-size: 28px;
    margin-top: 50px;
    font-weight: normal;
    margin-bottom: -10px;
}

.tout_copy_v2 .tout_subheader_v2 {
    min-height: 11px;
    height: 11px;
    overflow: hidden;
}

.btn-cal-default {
    background: #089ddf;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 45px;
    margin: 0 auto;
    line-height: 19px;
}

.event-slider-pagination {
    text-align: center;
    margin-top: 5px;
    display: none;
}

    .event-slider-pagination .bx-pager-item {
        display: inline-block;
    }

        .event-slider-pagination .bx-pager-item a {
            display: inline-block;
            background: #cccccc;
            text-indent: -9999px;
            width: 12px;
            height: 12px;
            margin: 0 2px;
            outline: 0;
            border-radius: 100%;
        }

            .event-slider-pagination .bx-pager-item a.active {
                background: #009ade;
            }

.pormotion-slider-dsf {
    float: left;
    width: 100%;
    display: none;
    margin-top: 10px;
}

    .pormotion-slider-dsf .pormotion-slider-cont {
        max-width: 980px;
        margin: 0 auto 70px;
    }

.info_block_cont_new a {
    text-decoration: none;
}

    .info_block_cont_new a:hover {
        text-decoration: underline;
        color: #009ade;
    }

    .info_block_cont_new a:active {
        color: purple;
    }

.ajax-loader {
    width: 100%;
    height: 400px;
    background: url("../calendar/loader.GIF") no-repeat center;
}

.no-result {
    width: 100%;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font: normal 30px 'Open Sans', sans-serif;
    margin-bottom: 50px;
}

.rightColumn .short-related-deals-new .trip_item .trip_detail, .rightColumn .short-related-deals-new .trip_item li .content_sdsc {
    float: right;
    width: calc(100% - 60px);
}

.mobile-tabs {
    display: none;
}

    .mobile-tabs span {
        position: relative;
        font-size: 21px;
        font-weight: normal;
        display: block;
        color: #000000;
        border: 1px solid #cccccc;
        padding: 8.5px 15px;
        line-height: 28px;
    }

    .mobile-tabs > div {
        position: relative;
    }

    .mobile-tabs em, .mobile-tabs em {
        position: absolute;
        right: -0px;
        top: 0;
        width: 48px;
        height: calc(100% + 1px);
        background: url("../images/mobile-tabs-arrow.jpg") no-repeat center #484848;
    }

        .mobile-tabs em.active {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .mobile-tabs .sub-menu {
        background: #484848;
        bottom: 0;
        width: 100%;
        padding: 23px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }

    .mobile-tabs a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 100%;
        color: #9b9b9b;
        display: block;
        margin-bottom: 15px;
    }

        .mobile-tabs a.active {
            color: #ffffff;
        }

        .mobile-tabs a:last-child {
            margin-bottom: 0;
        }

.new-hero-wrapper {
    background: none;
}

.event-page-map .map_marker {
    background: url(../images/marker.png) 0 0 no-repeat;
    width: 22px;
    height: 35px;
    text-indent: -9999px;
}

.content_box {
    clear: both;
    overflow: auto;
}

.newsletter-container {
    display: none;
    z-index: 55;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 540px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 35px 40px 40px;
    font-weight: normal;
}

    .newsletter-container .h2 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 32px;
    }

    .newsletter-container .mb25 {
        margin-bottom: 25px;
    }

    .newsletter-container .mt25 {
        margin-top: 25px;
    }

    .newsletter-container .mt20 {
        margin-top: 20px;
    }

    .newsletter-container .error {
        font-size: 12px;
        color: #ff0000;
    }

    .newsletter-container p {
        float: left;
        width: 100%;
        padding-top: 0;
    }

    .newsletter-container .email {
        width: 100%;
        height: 37px;
        background-color: #fff;
        box-shadow: inset 0 0 5px #e8e7e7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        border: solid 1px #ccc;
        margin-top: 5px;
        float: left;
    }

    .newsletter-container .checkbox-cont {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .newsletter-container .checkbox {
        float: left;
        width: 50%;
    }

        .newsletter-container .checkbox fieldset {
            margin-bottom: 10px;
        }

        .newsletter-container .checkbox input[type=checkbox]:checked + label:before {
            background-position: bottom center;
        }

        .newsletter-container .checkbox label:before {
            background: url(../images/dtcm_calendar/checkbox.png) 0 0 no-repeat;
            width: 19px;
            height: 20px;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
        }

        .newsletter-container .checkbox label {
            display: inline-block;
            cursor: pointer;
            position: relative;
            padding: 0 0 0 25px;
        }

        .newsletter-container .checkbox input[type="checkbox"] {
            display: none;
        }

    .newsletter-container .btn-cal-default {
        font-weight: normal;
        color: #ffffff !important;
        padding: 10px;
        margin-top: 20px;
    }

    .newsletter-container .close {
        background: url(../images/dtcm_calendar/close.png) 0 0 no-repeat;
        width: 19px;
        height: 19px;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

.event-page-map .info-box {
    width: 200px !important;
}

.category-para {
    float: left;
    width: 100%;
    margin: 20px 0;
}

/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */
/* Base */
.add-to-cal {
    display: block;
}

    .add-to-cal .btn-calendar-ticket + .addtocalendar {
        margin-top: 15px;
    }

.addtocalendar var {
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent !important;
    text-align: center;
    /*margin-left: 15px;*/
    /*margin-top: 15px;*/
}

.atcb-link {
    display: block;
    outline: none !important;
    cursor: pointer;
}

    .atcb-link:focus ~ ul,
    .atcb-link:active ~ ul,
    .atcb-list:hover {
        visibility: visible;
    }

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link {
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

/* Blue */
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
    margin-right: 15px;
    padding: 16px;
    color: #fff;
    font: 16px 'Open Sans', sans-serif;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: #089ddf;
    zoom: 1;
}
.atc-style-orange .atcb-link,
.atc-style-orange .atcb-link:hover,
.atc-style-orange .atcb-link:active,
.atc-style-orange .atcb-link:focus {
    background: #ec972e;
}
.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid #bababa;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

    .atc-style-blue .atcb-item-link,
    .atc-style-blue .atcb-item-link:hover,
    .atc-style-blue .atcb-item-link:active,
    .atc-style-blue .atcb-item-link:focus {
        color: #000;
        font-family: "Verdana";
        font-size: 14px;
        text-decoration: none;
        outline: none;
        padding: 5px 15px;
    }

        .atc-style-blue .atcb-item-link:hover,
        .atc-style-blue .atcb-item-link:active,
        .atc-style-blue .atcb-item-link:focus {
            color: #fff;
        }

    .atc-style-blue .atcb-item.hover,
    .atc-style-blue .atcb-item:hover {
        background: #4281f4;
    }

.ar .search-filter-dsf .custom-select select {
    direction: rtl;
}

.addtocalendar .loader {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #089ddf;
    position: absolute;
}

    .addtocalendar .loader:after {
        background: url("../calendar/loader.GIF") no-repeat center #fff;
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        border-radius: 5px;
        margin: -20px 0 0 -20px;
    }

.inner-banner img {
    width: 100%;
}

    .inner-banner img.mobile {
        display: none;
    }

.calendar-item-title h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: -3px;
    display: block;
}

.tag_block .info_block_head h2, .info_block .info_block_head h2 {
    font-size: inherit;
}

.contact-info {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    background: #ececec;
    padding: 8%;
    margin: 0 0 20px;
}

    .contact-info p {
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        margin: 0 0 20px;
    }

        .contact-info p strong {
            float: left;
            font-weight: 600;
            margin-bottom: 10px;
            width: 100%;
        }

    .contact-info b, .contact-info a {
        float: left;
        width: auto;
        font-weight: 600;
    }

    .contact-info b {
        width: 100%;
        margin-bottom: 10px;
    }

        .contact-info b a {
            width: 220px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .contact-info b:last-child {
            margin-bottom: 0;
        }

        .contact-info b:before {
            content: "";
            float: left;
            width: 16px;
            height: 14px;
            background-image: url("../images/dtcm_calendar/contact-info-icon.png");
            background-repeat: no-repeat;
            margin-right: 10px;
        }

        .contact-info b.fax:before {
            background-position: left top;
        }

        .contact-info b.phone:before {
            height: 16px;
            background-position: left -30px;
        }

        .contact-info b.mail:before {
            height: 16px;
            background-position: left bottom;
        }

@media screen and (max-width: 1250px) {
    .search-filter-dsf .search-inner {
        width: 96%;
        padding: 0 2%;
        border-top: none;
    }

    .search-result-page-new .pagination-wrapper {
        max-width: 100%;
    }

    .tout {
        float: none;
    }

    h2.heading {
        margin-left: 2%;
    }

    .events-dsf {
        width: 90%;
        padding-left: 5%;
    }

        .events-dsf ul li {
            width: 32%;
            margin: 0 2% 20px 0;
        }

            .events-dsf ul li:nth-of-type(4n + 4) {
                margin-right: 2%;
            }

            .events-dsf ul li:nth-of-type(3n + 3) {
                margin-right: 0;
            }

    .search-filter-dsf .tab-margin {
        margin-left: 2%;
    }

    .search-filter-dsf #links {
        margin: 0 2%;
    }
}

@media screen and (max-width: 910px) {
    h2.heading {
        margin-left: 2%;
    }

    .events-dsf ul li {
        width: 46%;
        margin-right: 0 !important;
    }

        .events-dsf ul li:nth-of-type(even) {
            float: right;
        }

    .inner-google-map {
        height: 300px;
    }

    .bx-wrapper .bx-caption span {
        padding: 10px 30px;
    }

    .events-tiles .tiles {
        width: calc(50% - 15px);
        margin-bottom: 25px;
        margin-left: 0 !important;
    }

        .events-tiles .tiles:nth-child(even) {
            float: right;
        }

    .search-filter-dsf .filter-btn {
        clear: left;
        margin-left: 0;
        border-left: none;
    }

    .search-filter-dsf input[type="search"] {
        width: 50%;
    }

    .search-filter-dsf .custom-select {
        width: 22%;
    }
}

@media screen and (max-width: 767px) {

    .contact-info b a {
        width: 70%;
    }


    .newsletter-container {
        /*height: calc(100% - 55px);  -- Commented out BY WAQAR at DC on 01-05-2016*/
        /*left: 0;*/
        top: 90px; /*Chnaged from 55px to 90px BY WAQAR at DC on 01-05-2016*/
        transform: translate(-50%, 0);
        overflow: auto;
    }

    .bx-wrapper .bx-caption {
        /*display: none;*/
    }

        .bx-wrapper .bx-caption b {
            font-size: 24px;
        }

        .bx-wrapper .bx-caption em {
            font-size: 16px;
        }

    .newsletter-container .checkbox {
        width: 100%;
    }

    .no-result {
        padding: 10px;
        margin-bottom: 0;
        font-size: 20px;
    }

    .map-location .map-canvas {
        height: 300px;
    }

    .search-filter-dsf {
        margin-top: 11px;
    }

    .search-feature-filter {
        margin-top: -1px;
    }

    h2.heading span, .events-dsf h2 span, h1.heading span, .events-dsf h1 span {
        display: none;
    }

    .mobile-tabs {
        display: block;
    }

    .pormotion-slider-dsf, .events-tiles .tiles {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .info_block_cont_new .tag_block, .info_block_cont_new .info_block {
        display: block;
    }

    .info_block_cont_new .info_block_head {
        width: 100%;
        float: left;
    }

    .map-location {
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .events-dsf h2 span, .events-dsf h2.heading span, h2.heading span, .events-dsf h1 span, .events-dsf .heading span, .heading span {
        width: 100%;
    }

    .events-dsf ul .inner-text p {
        color: #484848;
    }

    .events-wrapper-new .prel-blocks-tags, .events-wrapper-new .prel-blocks div.prel-blocks-tags, .events-wrapper-new .prel-blocks .calendar-tags a {
        color: #484848;
    }

    .events-wrapper-new .calendar-item-title.Name {
        font-size: 14px;
    }

    .events-wrapper-new .free-event {
        font-size: 11px;
    }

    .content_section_head {
        font-size: 23px;
    }

    .content_wrap .content_cell.main_cell.list_cell {
        padding: 0;
    }

    .inner-slider-dsf {
        margin-bottom: 20px;
    }

    .button_item.print {
        display: table-cell !important;
    }

    #tabMenu.tab_menu.deals_tabs li {
        border-right: 1px solid #ccc;
    }

    .events-dsf h2, .events-dsf h2.heading, .events-dsf h1, .events-dsf h1.heading {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 28px;
        padding: 0 10px;
    }

        .events-dsf h2 a, .events-dsf h2.heading a, .events-dsf h1 a, .events-dsf h1.heading a, .heading-link {
            margin-left: 0;
            margin-top: 0;
        }

    .events-dsf {
        width: 100%;
        padding-left: 0;
    }

    .prel-blocks-tags, .prel-blocks div.prel-blocks-tags, .prel-blocks .calendar-tags a {
        padding: 13px 10px;
        font-size: 13px;
    }

    .event-slider-pagination {
        display: block;
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    body #tabMenu li {
        float: left;
        width: 30%;
    }

    .hotel-location-detail h1 {
        font-size: 30px;
        line-height: 30px;
        padding-top: 10px;
    }

    .inner-heading {
        font-size: 23px;
        margin-top: 30px;
    }

    .bottom-cont {
        text-align: center;
        margin: -40px 0 35px;
        position: relative;
        z-index: 2;
    }

        .bottom-cont .search-result-page-new, .bottom-cont .page-listview-count {
            display: none;
        }

        .bottom-cont .btn-cal-default {
            display: inline-block;
        }

            .bottom-cont .btn-cal-default:hover {
                color: #fff;
            }

    h2.heading a, .heading-link {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

    .bx-wrapper .bx-caption span {
        padding: 30px 15px;
    }

    .featured-slider-dsf .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .featured-slider-dsf .desktop {
        display: none;
    }

    .featured-slider-dsf .mobile {
        display: block;
        width: 100%;
    }

    .events-tiles .tiles {
        padding: 0;
    }

    /*.events-tiles .tiles:nth-child(even) {*/
    /*float: left;*/
    /*}*/
    .inner-google-map {
        height: 250px;
    }

    .search-filter-dsf .search-inner {
        width: 96%;
        padding: 0 2%;
    }

    .search-filter-dsf .tab-btn {
        display: none;
    }

    .search-filter-dsf input[type="search"] {
        width: 100%;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0 0;
        border-radius: 0;
    }

    .search-filter-dsf .custom-select {
        width: 100%;
        margin: 10px 0;
    }

    .search-filter-dsf .filter-btn {
        padding: 14px 42px 24px 20px;
        border: none;
        clear: none;
        font-weight: normal;
        margin: 0 20px;
    }

        .search-filter-dsf .filter-btn:after {
            top: 22px;
        }

    .search-filter-dsf .search-btn {
        margin-left: 0;
        padding: 15px 47px 15px 15px;
        margin-top: 0;
    }

        .search-filter-dsf .search-btn:after {
            top: 50%;
            margin-top: -7.5px;
        }

    .search-filter-dsf .map-btn, .search-filter-dsf .list-view-btn, .search-filter-dsf .star-btn {
        border: none !important;
    }

    .search-filter-dsf #links {
        /*display: none;*/
        position: absolute;
        top: -1px;
        left: -20px;
    }

    .search-filter-dsf .tab-margin {
        margin-left: 2%;
    }

    .search-filter-dsf {
        position: relative;
        padding-top: 110px;
    }

        .search-filter-dsf .view-btns {
            position: absolute;
            right: -2px;
            top: 49px;
            width: 100%;
        }

            .search-filter-dsf .view-btns a {
                width: calc(33.33% - 1px);
                height: 50px;
            }

                .search-filter-dsf .view-btns a:after {
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

        .search-filter-dsf .search-filter-btn {
            display: block;
        }

    .search-box-cont {
        display: none;
    }

    h2.heading {
        width: 88%;
        font: normal 20px 'Open Sans', sans-serif;
        margin: 20px 15px 20px;
    }

    .events-dsf h2 a, .events-dsf h2.heading a, .events-dsf h1 a, .events-dsf .heading a, .events-dsf a.heading-link {
        margin: 9px 10px 20px !important;
        clear: both;
    }

    .events-wrapper-new .trip-item-image, .events-wrapper-new .trip-item-image img {
        width: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .trip_item li:last-child {
        display: none;
    }

    .rightColumn .short-related-deals.short-related-deals-new .trip_item li {
        width: 100%;
    }

    .info_block .info_block_items a.anchor-tel {
        color: #1e9dd6;
        pointer-events: auto;
    }
}

@media screen and (max-width: 620px) {

    .inner-banner img.mobile {
        display: block;
    }

    .inner-banner img.desktop {
        display: none;
    }

    .events-wrapper-new .featured-sign {
        top: 10px;
    }

    .events-dsf ul {
        text-align: center;
    }

        .events-dsf ul li {
            width: 100%;
            max-width: 350px;
            float: none;
            display: inline-block;
            text-align: left;
            margin-bottom: 7px;
            height: auto;
        }

        .events-dsf ul .inner-text {
            position: static;
            float: left;
        }

        .events-dsf ul li:nth-of-type(even) {
            float: none;
        }

    .events-dsf .blue-btn {
        position: relative;
        top: -4px;
        margin-bottom: 0;
    }

    .pormotion-slider-dsf {
        margin-top: 15px;
    }

        .pormotion-slider-dsf .pormotion-slider-cont {
            margin-bottom: 20px;
        }

    .addtocalendar {
        /*margin: 15px 0 0 !important;*/
        /*display: block;*/
        /*max-width: 155px;*/
    }
}

@media screen and (max-width: 400px) {
    .deal-cont .deal-thumb {
        width: 100%;
    }

    /*.events-tiles .tiles {*/
    /*width: 100%;*/
    /*margin-left: 0 !important;*/
    /*margin-bottom: 10px;*/
    /*}*/
    /*.events-tiles .tiles:nth-child(even) {*/
    /*float: left;*/
    /*}*/
}

@media screen and (max-width: 450px) {
    /*.deal-cont .deal-thumb {*/
    /*width: 100%;*/
    /*/!*}*!/*/
    .events-tiles .tiles {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

        .events-tiles .tiles:nth-child(even) {
            float: left;
        }
}

@media print {
    .sub-breadcrumb-new, #tabMenu, .btn-calendar-ticket, .inner-slider-dsf, .inner-google-map, .tiles-container-head {
        display: none;
    }

    .homepage_wrap {
        padding-top: 0;
    }

    body {
        width: 830px;
    }
}

#widgetSelection #display {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    width: 100%;
    direction: ltr;
}

.search-filter-dsf .venue-select {
    width: 200px;
    clear: both;
    margin-top:0px;
}
/*# sourceMappingURL=style-calender.css.map */
