﻿.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 27px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 5px;
}

[dir='rtl'] .slick-prev {
    right: 5px;
    left: auto;
}

.slick-prev:before {
    content: '❯';
}

[dir='rtl'] .slick-prev:before {
    content: '❮';
}

.slick-next {
    right: 5px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 5px;
}

.slick-next:before {
    content: '❮';
}

[dir='rtl'] .slick-next:before {
    content: '❯';
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

#mainNavBtn {
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-sizing: border-box;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 10;
    cursor: pointer;
    float: right;
    border-radius: 5px;
}

    #mainNavBtn.on {
        color: #FFFFFF;
    }

    #mainNavBtn:before, #mainNavBtn:after, #mainNavBtn span {
        background: #FFFFFF;
        content: '';
        display: block;
        width: 90%;
        height: 3px;
        position: absolute;
        left: 5%;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        margin: 0;
        text-shadow: 2px 2px rgba(0,0,0,0.5);
    }

    #mainNavBtn:before {
        top: 3px;
    }

    #mainNavBtn span {
        top: 12px;
    }

    #mainNavBtn:after {
        top: 21px;
    }

    #mainNavBtn span.x, #mainNavBtn span.x2 {
        background: none;
        top: 11px;
    }

    #mainNavBtn.on span.x {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #FFFFFF;
    }

    #mainNavBtn.on span.x2 {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #FFFFFF;
    }

    #mainNavBtn.on:before, #mainNavBtn.on:after, #mainNavBtn.on span {
        background: none;
    }

        #mainNavBtn.on.w span.x2, #mainNavBtn.on span.x {
            background-color: #FFFFFF;
        }

.clearfix {
    clear: both;
    display: table;
    width: 100%;
    float: none;
}

.mob_site * {
    box-sizing: border-box;
}
/*
.SliderContainer {
    padding-top: 12px;
}*/

.fbButtons {
    padding-top: 10px;
}

@media only screen and (min-width: 769px) {
    .mobile-header, .mobile_main_buttons {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    table.content {
        width: 100%;
    }

    .mobile-top-header {
        height: 40px;
        text-align: center;
        width: 100%;
    }

        .mobile-top-header .mobLogo-cont {
            text-align: center;
            margin: 2px 40px 0 0;
            display: block;
        }

            .mobile-top-header .mobLogo-cont a.mob-logo {
                float: none;
                font-size: 19px;
                vertical-align: top;
                position: static;
                width: 130px;
                margin: auto;
                display: block;
            }

                .mobile-top-header .mobLogo-cont a.mob-logo span {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    width: 60px;
                    text-align: center;
                    font-size: 16px;
                    line-height: 15px;
                    top: 5px;
                }

                .mobile-top-header .mobLogo-cont a.mob-logo img {
                    max-height: 35px;
                    width: auto;
                    display: inline-block;
                    vertical-align: top;
                }

        .mobile-top-header .logo-phone {
            position: absolute;
            top: 1px;
            margin: 5px;
            max-width: 40%;
            width: auto;
            margin-right: 0;
            left: 1px;
            text-align: left;
        }

            .mobile-top-header .logo-phone a {
                display: inline-block;
                border: 2px solid #FFFFFF;
                padding: 3px 5px;
                font-size: 18px;
            }

            .mobile-top-header .logo-phone:after, .mobile-top-header .logo-phone:before {
                display: block;
                background: #FFFFFF;
                position: absolute;
                content: ' ';
                left: 0;
                width: calc(50% - 80px);
                height: 2px;
                top: 26px;
                display: none;
            }

            .mobile-top-header .logo-phone:before {
                left: auto;
                right: 0;
            }

    .mobile-mid-header {
        position: relative;
    }

        .mobile-mid-header #header-search {
            width: 100%;
            display: block;
            float: none;
            padding: 0;
            margin: 0;
        }

            .mobile-mid-header #header-search input#autocomplete {
                height: 40px;
                padding: 0 10px;
                font-size: 18px;
                border: none;
                background-position: 5px 3px;
            }

            .mobile-mid-header #header-search .AutoCompleteResult {
                max-width: 100%;
                height: auto;
                top: 85px !important;
                max-height: calc(100% - 85px) !important;
                position: fixed;
                right: 0;
                overflow: auto;
            }

                .mobile-mid-header #header-search .AutoCompleteResult p {
                    margin: 5px;
                    padding: 5px;
                    font-size: 18px;
                    border-bottom: 1px solid #666666;
                }

                .mobile-mid-header #header-search .AutoCompleteResult img {
                    height: 50px;
                }

            .mobile-mid-header #header-search .close {
                position: absolute;
                width: 40px;
                height: 40px;
                background: #C10629;
                display: inline-block;
                top: 0;
                left: 0;
                font-size: 40px;
                color: #FFFFFF;
                text-align: center;
                line-height: 40px;
                display: none;
            }

                .mobile-mid-header #header-search .close:after {
                    content: '\00d7';
                }

    .MainContent {
        padding: 78px 0;
    }

    .mobile-header {
        display: block;
        height: 85px;
        background: #000000;
        position: fixed;
        width: 100%;
        border-bottom: none;
        z-index: 1000;
        top: 0;
        right: 0;
    }

        .mobile-header > td {
            display: block;
            padding: 0;
        }

    .rightBar {
        display: none;
    }

    .topLinks, .top-links-row {
        display: none;
    }

    .mobile-header-content {
        display: none;
        position: fixed;
        width: 100%;
        right: 0;
        top: 85px;
        z-index: 99;
        font-size: 0;
        background: #000000;
        border-bottom: none;
        height: calc(100% - 85px);
        overflow: auto;
    }

        .mobile-header-content .menu-link {
            display: block;
            font-size: 18px;
            border-bottom: solid 1px rgba(212,190,151,0.36);
        }

            .mobile-header-content .menu-link a {
                display: block;
                padding: 10px 20px;
            }

                .mobile-header-content .menu-link a img {
                    width: 20px;
                }

        .mobile-header-content #collapseMenu .rightBarLink {
            padding: 10px 50px 10px 20px;
            background-position: 95% 9px !important;
            font-family: arial;
            font-size: 18px;
            border: none;
            border-bottom: solid 1px rgba(212,190,151,0.36);
        }

        .mobile-header-content #collapseMenu .sub {
            padding: 5px 20px;
        }

            .mobile-header-content #collapseMenu .sub div {
                border: none;
            }

                .mobile-header-content #collapseMenu .sub div:before {
                    content: '-';
                    display: inline;
                    color: rgba(212,190,151,0.36);
                    margin-left: 5px;
                }

    /*.SliderContainer {
        width: 100% !important;
        direction: rtl;
        height: auto;
        padding-top: 0;
    }

        .SliderContainer .SliderWide {
            width: auto;
            background: #D4BE97;
            margin: 0 0 5px;
            border-top: 3px solid #D4BE97;
            border-bottom: 3px solid #D4BE97;
        }

            .SliderContainer .SliderWide .slide-item {
                margin: 0px 2px;
                min-height: 150px;
                background-size: cover;
                position: relative;
            }

                .SliderContainer .SliderWide .slide-item a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                }

                .SliderContainer .SliderWide .slide-item img {
                    height: auto;
                    width: 100%;
                    display: none;
                }
*/
    .mobile_main_buttons {
        display: block;
        width: 100%;
        font-size: 0;
        margin: 0;
    }

        .mobile_main_buttons .topDelim {
            width: 32.3%;
            padding: 5px;
            border: 1px solid;
            margin: 0 0 1%;
            display: inline-block;
            font-size: 18px;
            text-align: right;
            float: none;
            height: auto;
            border-bottom: solid 1px rgba(212,190,151,0.36);
            cursor: pointer;
            position: relative;
            background: #000000;
            box-sizing: border-box;
        }

            .mobile_main_buttons .topDelim a {
                display: inline-block;
            }

            .mobile_main_buttons .topDelim.mid {
                margin: 0 1.5% 1%;
            }

            .mobile_main_buttons .topDelim.ActiveTab {
                background-position: bottom;
                background-repeat: repeat-x;
                height: auto;
            }

            .mobile_main_buttons .topDelim .toggle-icon {
                position: absolute;
                z-index: 9;
                width: 20px;
                height: 20px;
                top: 4px;
                text-align: center;
                left: 0;
                color: #FFFFFF;
                display: inline-block;
                font-size: 20px;
                cursor: pointer;
                line-height: 20px;
            }

                .mobile_main_buttons .topDelim .toggle-icon:after {
                    content: '+';
                }

            .mobile_main_buttons .topDelim.open .toggle-icon:after {
                content: '-';
            }

            .mobile_main_buttons .topDelim .SubMenu {
                position: static;
                margin: 0;
                background: transparent;
                padding: 5px;
                font-size: 18px;
            }

                .mobile_main_buttons .topDelim .SubMenu > div {
                    padding: 5px 0;
                }

                    .mobile_main_buttons .topDelim .SubMenu > div:before {
                        content: '-';
                        display: inline;
                        color: rgba(212,190,151,0.36);
                    }

                    .mobile_main_buttons .topDelim .SubMenu > div a {
                        display: inline-block;
                        margin-right: 5px;
                    }

            .mobile_main_buttons .topDelim.showall {
                display: none;
            }

        .mobile_main_buttons .SubMenu {
            width: 100%;
            margin-top: 2px;
            font-size: 18px;
            right: 0;
        }

            .mobile_main_buttons .SubMenu .PriceMenu, .mobile_main_buttons .SubMenu .SuperPriceMenu {
                padding: 5px;
                border-bottom: 1px solid rgba(255,255,255,0.4);
            }

        .mobile_main_buttons .divSuperPrice-mobile {
            display: block;
            width: 100%;
            background: #C2072A;
            margin: 0;
            font-size: 17px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            padding: 0;
        }

            .mobile_main_buttons .divSuperPrice-mobile img {
                height: 18px;
                margin-top: 5px;
            }

            .mobile_main_buttons .divSuperPrice-mobile a > * {
                display: inline-block;
                vertical-align: top;
            }

    #ShowsContainer {
        padding: 5px 0;
    }

        #ShowsContainer > div:nth-child(even) .Show {
            margin-right: 2%;
        }

    .Show {
        width: 49%;
        text-align: center;
        padding: 0;
        margin: 0 0 10px 0;
    }

        .Show .ShowTitle {
            overflow: hidden;
            font-size: 14px !important;
            display: block;
            -webkit-text-size-adjust: 100%;
            margin-top: 5px;
            height: 20px;
        }

        .Show .ShowImg {
            width: 100%;
        }

        .Show .ShowRange {
            font-size: 14px !important;
            display: block;
            -webkit-text-size-adjust: 100%;
        }

        .Show .show-info {
            bottom: 0;
            width: 100%;
            left: 0;
            padding: 3px;
            overflow: hidden;
        }

        .Show .img_wrap {
            position: relative;
            line-height: 0;
        }

        .Show .SuperPriceContained {
            width: 100%;
            font-size: 17px;
            padding: 0;
            bottom: 0;
            height: 20px;
        }

            .Show .SuperPriceContained .SuperPriceMarker {
                background-color: #C2072A;
            }

            .Show .SuperPriceContained img {
                height: 16px;
                width: auto;
                margin: 2px;
                display: inline-block;
                vertical-align: middle;
            }

    .Show_delim {
        display: none;
    }

    .ShowDetails {
        position: fixed;
        top: 85px;
        z-index: 999;
        width: 100%;
        left: 0;
        margin: 0;
        height: calc(100% - 85px);
        overflow: auto;
        background: #000000;
    }

        .ShowDetails header {
            height: 150px;
            background-size: cover;
            position: relative;
        }

            .ShowDetails header h3 {
                margin: 0;
                background: rgba(0,0,0,0.6);
                position: absolute;
                width: 100%;
                bottom: 0;
                padding: 10px 15px;
                font-size: 21px;
            }

            .ShowDetails header a.share {
                position: absolute;
                left: 10px;
                top: 10px;
                z-index: 9;
                background: black;
                padding: 2px 5px;
                font-size: 12px;
            }

            .ShowDetails header .close-info {
                position: absolute;
                right: 10px;
                top: 5px;
                z-index: 9;
                font-size: 17px;
                background: #000000;
                border-radius: 100%;
                padding: 0;
                height: 25px;
                width: 25px;
                text-align: center;
                cursor: pointer;
                line-height: 25px;
            }

        .ShowDetails iframe, .ShowDetails embed {
            width: 100%;
        }

        .ShowDetails .ShowEvents {
            padding: 0;
        }

        .ShowDetails .order-row {
            padding: 0;
        }

            .ShowDetails .order-row .order-row-content {
                display: none;
                padding: 5px 15px;
            }

                .ShowDetails .order-row .order-row-content marquee {
                    width: calc(100% - 70px) !important;
                }

            .ShowDetails .order-row .order-row-title {
                position: relative;
                display: block;
                padding: 5px 15px;
                font-size: 17px;
                background: #645B4D;
                border-bottom: 1px solid #332D24;
            }

                .ShowDetails .order-row .order-row-title h4 {
                    margin: 0;
                }

                    .ShowDetails .order-row .order-row-title h4 img {
                        width: 22px;
                        margin: 0 5px;
                        position: relative;
                        top: 4px;
                        background-color: #C2072A;
                        padding: 4px;
                    }

                .ShowDetails .order-row .order-row-title .icon-toggle {
                    position: absolute;
                    z-index: 9;
                    width: 30px;
                    height: 30px;
                    left: 0;
                    text-align: center;
                    top: 0;
                    line-height: 30px;
                    font-size: 21px;
                    cursor: pointer;
                }

                    .ShowDetails .order-row .order-row-title .icon-toggle:after {
                        content: '+';
                    }

            .ShowDetails .order-row.open .order-row-content {
                display: block;
            }

            .ShowDetails .order-row.open .icon-toggle:after {
                content: '-';
            }

        .ShowDetails .info-row {
            padding: 5px 0;
            border-bottom: 1px solid #ABA192;
        }

            .ShowDetails .info-row strong {
                margin-left: 10px;
                width: 50px;
                display: inline-block;
            }

        .ShowDetails .calltoorder {
            width: 49%;
            padding: 5px;
            text-align: center;
            font-size: 20px;
            box-sizing: border-box;
            margin: 10px 0;
            background-color: #eef62f;
           
            display: inline-block;
            margin-left: 2%;
            position: relative;
        }

            .ShowDetails .calltoorder a {
                display: block;
                position: relative;
                z-index: 5; 
                color:black;
            }

        .ShowDetails .OrderNowSuper, .ShowDetails .OrderNowLink {
            width: 49%;
            position: relative;
            padding: 5px;
            text-align: center;
            font-size: 20px;
            box-sizing: border-box;
            margin: 10px 0;
            display: inline-block;
        }

            .ShowDetails .OrderNowSuper img, .ShowDetails .OrderNowLink img {
                position: absolute;
                right: 10px;
                z-index: 4;
            }

            .ShowDetails .OrderNowSuper a, .ShowDetails .OrderNowLink a {
                display: block;
                position: relative;
                z-index: 5;
            }

        .ShowDetails .ShowDescription {
            padding: 15px;
            border: none;
            color: #FFFFFF;
        }

    .Footer > table td {
        display: inline-block;
        padding: 10px;
        box-sizing: border-box;
        line-height: 20px;
        width: 50%;
    }

        .Footer > table td a {
            font-size: 16px;
        }

            .Footer > table td a.FooterHeader, .Footer > table td .FooterHeader {
                font-weight: bold;
            }

        .Footer > table td.FooterPhone {
            text-align: center;
        }

            .Footer > table td.FooterPhone a {
                font-size: 24px;
                display: block;
                text-align: center;
                padding: 10px 0;
            }
}
