.mobile-show-tablet,.mobile-show-sm,.mobile-show-xs {
    display: none;
}
/* Button Styles */

.fl-btn {
    color: white;
    font-size: 14px;
    padding: 12px 23px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    text-shadow: none;
    cursor: pointer;
}

.fl-btn-small {
    text-transform: none;
    padding: 6px 15px;
    font-size: 10px;
}

.fl-btn-thin {
    padding: 6px 10px;
}

.fl-btn:link, .fl-btn:visited {
    color:white;
    border: none;
}

.fl-btn-red {
    background-color: #dd3a37;
}

.fl-btn-blue {
    background-color: #377ad0;
}

.fl-btn-green {
    background-color: #62d93b;
}

.fl-btn-black {
    background-color: #666666;
}

/* Remind Me */
.remind-me {
    background-color: #2d51ad;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 9px 12px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -28px;
    transform: translateY(28px);
}

a#terms-link {
    text-decoration: underline;
}

div.termswrap {
    float: right;
    margin-bottom: 10px;
    background-color: #fffe00;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
}

.taxes div {
    text-align: right;
}

/* Facebook Cmment */


.fb-comments, .fb-comments * {
    width: 100% !important;
}

#purchase_form input[type="checkbox"],
#purchase_form input[type="radio"]
{
    width: auto;
    margin: 4px;
}

@media screen and (max-width: 991px) {
    .remind-me.right {
        width: 100%;
        margin: 10px 0;
        transform: none;
        padding: 10px 0;
    }
    .fl-btn-tablet {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
/* Remind Me End */


/* Button Styles End*/
@media screen and (max-width: 991px){
    /* Main layout for responsive */
    #body_dynamic_css {
        background-image: none;
    }
    div.contain {
        width: 100%;
        padding: 0 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mobile-show-tablet {
        display: block;
    }
    .mobile-hide {
        display: none;
    }

    #status_message {
        width: 100%;
    }

    #status_message p {
        width: 90%;
        margin: 0;
        padding: 20px;
    }
    .res-seat {
        transform: scale(0.8);
    }
    div.multiday-warning a {
        width: 94%;
        margin-top: 10px;
        text-align: center;
        font-size: .8em;
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .mobile-show-sm {
        display: block;
    }
    .res-seat {
        transform: scale(0.5);
    }
}

@media screen and (max-width: 467px) {
    .mobile-show-xs {
        display: block;
    }
    .res-seat {
        transform: scale(0.33);
    }
}
