/* Minification failed. Returning unminified contents.
(337,20): run-time error CSS1046: Expect comma, found '33'
(337,25): run-time error CSS1046: Expect comma, found ')'
(536,29): run-time error CSS1046: Expect comma, found '0'
(536,33): run-time error CSS1046: Expect comma, found '/'
(543,29): run-time error CSS1046: Expect comma, found '0'
(543,33): run-time error CSS1046: Expect comma, found '/'
(845,24): run-time error CSS1046: Expect comma, found '33'
(845,29): run-time error CSS1046: Expect comma, found ')'
(967,20): run-time error CSS1046: Expect comma, found '33'
(967,25): run-time error CSS1046: Expect comma, found ')'
(1034,35): run-time error CSS1046: Expect comma, found '132'
(1034,43): run-time error CSS1046: Expect comma, found '/'
(1045,38): run-time error CSS1046: Expect comma, found '142'
(1045,44): run-time error CSS1046: Expect comma, found ')'
 */
body {
    margin: 0;
    background-color: black !important;
    color: #fff;
    overflow-x: hidden;
    font-size: 1.6em;
}

/** {
    font-family: 'Lato', sans-serif,arial;
    font-weight: 300;
}*/

* {
    font-family: 'Oswald', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif,arial;*/
}

a button {
    background-color: #a70000;
    border: 1px #a70000 solid;
    padding: 10px;
    color: white;
}

    a button:hover {
        background-color: #990000;
        border: 1px #c10000 solid;
    }

.header {
    background: url("/Content/Images/haunted_forest-bkgd.jpg") no-repeat center center;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 40px;
}

.clear {
    clear: both;
}

.loaderOverlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.75);
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-bottom: 10px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-top: 46vh;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.finePrint {
    font-family: 'Open Sans',sans-serif,Arial !important;
    color: #eee;
    font-weight: 400;
    font-size: 0.6em;
    margin: 0 0 20px 0;
}

    .finePrint p {
        font-family: 'Open Sans',sans-serif,Arial !important;
        color: #eee;
        font-weight: 400;
        margin: 0 0 20px 0;
    }

    .finePrint strong {
        font-family: 'Open Sans',sans-serif,Arial;
        color: #fff;
        font-weight: 600;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Menu */
.menuBar {
    overflow: hidden;
    padding: .25em 0 0;
    margin: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 3.2em;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
}

    .menuBar li {
        float: left;
        padding: 0.5em 1em;
        list-style: none;
        color: #fff;
    }

        .menuBar li a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 0.85em;
            font-weight: normal;
        }

        .menuBar li.menuItem {
            margin-top: 3px;
        }

        .menuBar li a:visited {
            color: #fff;
        }

        .menuBar li a:hover {
            color: #aaaaaa;
        }

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.1s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: left;
    margin-top: 1em;
    margin-left: 1em;
    font-size: 0.8em;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 2em;
    color: #818181;
    display: block;
    transition: 0.1s;
    padding-left: 1.25em;
    text-indent: -1.25em;
}

.overlay-content a.insetItem {
    margin-left: 1.25em;
    font-size: 1.75em;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}


.menuBar .openMenuBtn {
    font-size: 1.5em;
    margin-top: -0.4em;
    cursor: pointer;
    margin-left: -0.5em;
}

input[type=radio] {
    height: .7em;
    width: 0.7em;
}

.overlay .closebtn {
    position: absolute;
    top: 6px;
    right: -10px;
    font-size: 3em;
}

.socialMedia {
    font-size: 1.3em;
    margin-bottom: -10px;
    margin-top: -8px;
}

    .socialMedia a {
        text-decoration: none;
    }

    .socialMedia i {
        color: #ddd;
        font-size: 1.5em;
        padding: 0 2px;
    }
    .socialMedia p {
        font-size: 0.75em;
        font-family: 'Open Sans',sans-serif,Arial !important;
        margin: 5px auto 0px auto;
        color: #a09f9f;
        max-width: 500px;
    }

    .socialMedia a {
        color: #666 !important;
    }

        .socialMedia a:hover {
            color: #aaa !important;
        }
/* End Menu */
.logoContainer {
    padding: 9.5em 0;
    padding-top: 11em;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    border-bottom: 3px solid #000;
    user-select: none;
}

.logo {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .logo img {
        max-width: 100%;
        width: 50vw;
        min-width: 260px;
        max-width: 475px;
        margin-bottom: 62px;
    }

.homeLogo img {
    min-width: 260px;
    max-width: 700px;
    margin: 101px 0;
}



.contentTitle {
    padding: .25em 0;
    margin: 0;
    border-bottom: 2px solid #80171b;
}

    .contentTitle span {
        background-color: #80171b;
        color: #ffffff;
        font-size: 1.5em;
        padding: .25em .5em;
        text-transform: uppercase;
    }


/* Index Page */

.featuredAttractions {
    width: 1250px;
    margin: 0 auto;
}

.featuredAttraction {
    width: 100%;
    margin: 0 auto;
    /*float: left;
    max-width: 500px;*/
}

    .featuredAttraction a {
        color: #fff;
        text-decoration: none;
    }

    .featuredAttraction .image {
        max-width: 100%;
        height: 500px;
        max-height: 500px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

.highlighted {
    color: #fff;
}

table {
    margin: 30px auto 40px auto;
    font-size: 0.95em;
}

.featuredTable {
    font-size: 1.1em;
}

table.featuredTable tr td {
    font-size: 2.5em;
    line-height: 40px;
    text-align: left;
    color: rgb(179 33 39);
}

    table.featuredTable tr td:first-child {
        font-size: 6em;
        line-height: 60px;
        padding-right: 10px;
    }

.featuredAttraction .image.theater {
    background-image: url("/Content/Images/the-theatrelost-souls.jpg");
}

.featuredAttraction .image.hospital {
    background-image: url("/Content/Images/the-hospitallost-souls.jpg");
}

.attractionImageContainer img {
    max-width: 100%;
    max-height: 100%;
}

.attractionImageContainer img,
.attractionsAddress img {
    border: 2px solid #000;
}

    .attractionImageContainer img:hover,
    .attractionsAddress img:hover {
        border: 2px solid rgb(128, 23, 27);
    }

.attractionImageContainer div {
    margin-top: 1em;
    padding: 0;
}

.attractionsAddress {
    display: none;
}


.frontIndexContentContainer .addr {
    font-size: 1.5em;
    margin: 0;
}

@media screen and (min-width: 815px) {
    .attractionImageContainer .img {
        float: left;
    }

    .attractionImageContainer .addr {
        float: right;
    }

        .attractionImageContainer .addr .street,
        .attractionImageContainer .addr .cityState {
            float: none;
        }

    .homeLogo img {
        min-width: 540px;
        max-width: 605px;
        margin: 202px 0;
    }

    .attractionImageContainer .addr {
        margin-top: calc(1em + 90px);
    }
}

@media screen and (min-width: 1025px) {
    .attractionImageContainer {
        display: none;
    }

    .attractionsAddress {
        width: 100%;
        text-align: center;
        padding-top: 1em;
    }

    .attractionsAddress {
        display: table;
    }

    table {
        margin: 50px auto 50px auto;
        font-size: 0.95em;
    }
}


.fastTrack {
    font-size: 1.5em;
    margin-top: 2%;
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

    .fastTrack div {
        padding-top: 10px;
    }

    .fastTrack button {
        padding: 10px 20px;
        background-color: rgb(128, 23, 27);
        color: white;
        border: 1px solid #dcdcdc;
        border-radius: 6px;
        font-size: 1em;
        cursor: pointer;
        text-transform: uppercase;
    }

.hours {
    background: url("/Content/Images/haunted_forest-bkgd.jpg") no-repeat center center;
}

    .hours .table {
        margin: 0;
        margin-top: 2%;
        display: table;
        width: 99.95%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        border-collapse: collapse;
    }

    .hours.fastTrackAvailable .table {
        margin-top: 0%;
    }

    .hours .table .tr {
        display: table-row;
        border-collapse: collapse;
    }

        .hours .table .tr .td {
            display: table-cell;
            height: 80px;
            /*border: 1px solid #fff;*/
            border: 2px solid #000;
            border-collapse: collapse;
            width: 14.28%;
        }

        .hours .table .tr.fullWidth .td {
            width: 100%;
        }

        .hours .table .tr .td.dayOfWeek {
            height: 50px;
            text-align: center;
            margin: auto 0;
            line-height: 50px;
            font-size: 1.5em;
        }

.dayOfWeek {
    background-color: #00000040;
}

.hours .table .tr .td .date {
    padding: 5% 5% 10% 5%;
    font-weight: 300;
}

    .hours .table .tr .td .date span.spnDayOfTheWeek {
        display: none;
    }

.hours .table .tr .td.timeGroup1 {
    background-color: rgba(25, 125, 25, 0.5);
}

.hours .table .tr .td.timeGroup2 {
    background-color: rgba(125, 25, 25, 0.5);
}

.hours .table .tr .td.timeGroup3 {
    background-color: rgba(225, 255, 0, 0.5);
}

.hours .table .tr .td.timeGroup4 {
    background-color: rgba(170, 100, 0, 0.5);
}

.hours .table .tr .td .eventDayText {
    padding: 5%;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
}

.calendarPriceDisclaimer {
    background-color: rgb(0 0 0 / 80%);
    text-align: center;
    font-size: 1.25em;
    font-weight: 300;
}

.hoursLegend{
    background-color: rgb(0 0 0 / 80%);
    text-align: left;
    color: #fff;
    padding: 0 0 0 10px;
    padding: 20px;
}

    .hoursLegend .hoursHeader {
        font-size: 1.25em;
    }

    .hoursLegend .timeGroup1 {
        background-color: rgb(25, 125, 25);
    }

    .hoursLegend .timeGroup2 {
        background-color: rgb(125, 25, 25);
    }

    .hoursLegend .timeGroup3 {
        background-color: rgb(225, 255, 0);
    }

    .hoursLegend .timeGroup4 {
        background-color: rgb(170, 100, 0);
    }

    .hoursLegend .hoursGrouping {
        float: left;
        padding: .25em .5em;
        width: 45%;
        min-width: 165px;
    }

    .hoursLegend .hoursColor {
        height: 20px;
        width: 20px;
        float: left;
        margin-right: 10px;
        border-radius: 20%;
    }

    .hoursLegend .hoursDescription {
        float: left;
        font-size: 1.2em;
    }


.disclaimers {
    margin: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: grey;
}

.hours .disclaimers p {
    color: #fff;
}


.pricesContainer {
    font-size: 1.35em;
    border-top: 1px solid #fff;
}

    .pricesContainer .pricesHeader {
        font-size: 1.25em;
        margin: 10px 0 0 10px;
        font-weight: bold;
    }

    .pricesContainer .priceGroup {
        margin: 10px 0 10px 10px;
    }

    .pricesContainer .purchaseLocationTypeHeader {
        font-weight: bold;
    }

    .pricesContainer table {
        width: 100%;
        margin: 0;
        border-collapse: collapse;
    }

        .pricesContainer table td {
            border: 1px solid #fff;
            vertical-align: top;
            text-align: center;
            font-weight: 100;
        }

/* End Index Page */
/* Start About Us Page */
.aboutPage {
    width: 95%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
}

    .aboutPage p {
        color: #aba8a8;
        font-family: 'Open Sans', sans-serif,arial;
        line-height: 1.75em;
        padding: 0 1em;
    }

        .aboutPage p.bold {
            font-weight: 600;
            text-decoration: underline;
        }

        .aboutPage p:last-child {
            padding-bottom: 1em;
        }

a {
    text-decoration: underline;
}


/* End About Us Page */

/* Image Gallery */

.cycle-slideshow {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}

    .cycle-slideshow img {
        max-width: 100%;
        width: 100%;
    }

/* End Image Gallery */


/* Causes */

.causes .imageContainer {
    margin: 0 auto;
    max-width: 354px;
    margin-top: 2em;
}

    .causes .imageContainer img {
        max-width: 100%;
    }

.causes .weSupport {
    font-size: 1.7em;
    text-align: center;
}

.causes .yourSupport {
    font-size: 1.3em;
    text-align: center;
    margin-top: 1.5em;
}

    .causes .yourSupport a,
    .causes .yourSupport a:visited {
        color: #6e6e6b;
        text-decoration: underline;
    }

/* End Causes*/

/* Image Gallery */

.imageGallery p {
    /*font-family: "Annie Use Your Telescope";*/
    margin: .5em;
    font-family: "Open Sans",sans-serif,arial;
    font-size: 1em;
    text-align: center;
    color: grey;
    margin: 12px 0 22px 0;
}


.my-gallery {
    margin: 0 auto;
    width: 620px;
}

    .my-gallery img {
        width: 100%;
        height: auto;
    }

    .my-gallery figure {
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        width: 150px;
    }

    .my-gallery figcaption {
        display: none;
    }

/* End Image Gallery*/
footer {
    color: #929292;
    font-size: 1em;
    padding: 0 1em;
    text-align: center;
    border-top: 1px solid #353535;
    margin-top: 3em;
    padding-top: 26px;
    padding-bottom: 16px;
}

    footer p {
        margin-top: 25px;
    }




.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}

    .tooltip .tooltiptext {
        font-family: 'Open Sans',sans-serif,Arial !important;
        visibility: hidden;
        width: 180px;
        font-weight: 400;
        color: #333;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: -60%;
        left: 600%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        font-family: Arial;
        font-size: 12.5px;
        padding: 10px;
        background-color: white;
        text-align: left;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            left: -2%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            transform: rotate(90deg);
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }


.frontIndexContentContainer img {
    width: 100%;
}

.frontIndexContentContainer .addr {
    margin: 20px 0 40px 0;
}

.frontIndexContentContainer .mobile {
    display: none;
}


.radioContainer p {
    margin-bottom: 5px;
}

.radioContainer label {
    font-weight: 300;
    font-size: 0.9em;
    margin-right: 20px;
    /*color: #CCC;*/
    /* font-family: 'Open Sans'; */
    /* font-size: 0.7em;*/
}

.announcement {
    width: 100%;
    text-align: center;
    background-color: #000;
}
    .announcement .announceHeader {
        color: rgb(179 33 39);
        font-size: 2.5em;
    }
    .announcement .announceDetail {
        font-size: 1.5em;
        margin: 0px 10px;
    }
    .announcement .announceExpand {
        cursor: pointer;
    }

@media screen and (max-width: 999px) {
    .logo, .logo img {
        max-width: 98%;
    }

    .ticketSelection {
        max-width: 100%;
    }

    .frontIndexContentContainer .desktop {
        display: none;
    }

    .frontIndexContentContainer .mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .hours .table .tr .td {
        height: 15px;
    }
}

@media screen and (max-width: 475px) {
    table.featuredTable tr td {
        font-size: 2em;
    }

        table.featuredTable tr td:first-child {
            font-size: 5em;
        }
}

@media screen and (max-width: 374px) {
    .hours .table .tr .td.dayOfWeek {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 692px) {
    table.featuredTable:nth-child(2) {
        margin-top: 1em;
    }
}

@media screen and (max-width: 520px) {
    .featuredTable {
        max-width: 75vw !important;
    }

    .menuItem.about {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .menuItem.contact {
        display: none;
    }

    .my-gallery {
        width: 310px;
    }
}

@media screen and (max-width: 715px) {

    .menuItem.hoursMenu,
    .menuItem.imageGalleryMenu,
    .menuItem.causesMenu {
        display: none;
    }
}

.ticketSelection .fastTrackExplanation {
    font-size: 0.85em;
    padding: 0 0 2em 0;
    font-weight: 300;
    color: #888;
}

.fastTrackExplanationStripe {
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    width: 95%;
    margin: 0 auto;
}

    .fastTrackExplanationStripe p {
        padding: 2%;
    }

    .fastTrackExplanationStripe a,
    .fastTrackExplanationStripe a:visited {
        color: #fff;
    }

        .fastTrackExplanationStripe a:hover {
            color: #aaaaaa;
        }

.help {
    color: #ffffff96;
    margin-left: 5px;
    font-size: 0.85em;
    z-index:1;
}

.selectionError {
    color: rgb(179 33 39);
    text-align: center;
    margin-top: 20px;
    display: none;
    font-weight: 800;
    /*background-color: #ce0000;
    padding: 5px;
    border-radius: 2px;
    font-size: 0.8em;
    font-family: 'Open Sans', arial;
    text-transform: uppercase; */
}

.ticketSelection {
    width: 95%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.50);
    color: #ffffff;
    font-size: 1.4em;
    text-align: left;
    padding: .5em 0;
}
.barcodeImage {
    text-align: center;
    padding: 30px;
}
    .barcodeImage img {
        max-width: 240px;

    }

.ticketSelection .ticketPurchaseHeader {
    border-bottom: 3px solid rgba(0, 0, 0, 0.55);
}

    .ticketSelection select {
        font-size: .75em;
        text-align: center;
        border: none;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 2px 20px;
        background-color: #464343;
    }

    .ticketSelection .ticketTypeDisclaimer {
        display: none;
        font-size: 0.65em;
        margin-bottom: 0.75em;
    }

        .ticketSelection .ticketTypeDisclaimer.completedSale {
            display: block;
            font-size: 0.75em;
            margin-top: 0.75em;
        }


    .ticketSelection select {
        width: 100%;
        font-size: 1.1em;
    }

    .ticketSelection button {
        padding: 15px 20px;
        margin: 10px 0;
        background-color: rgb(132 132 132 / 50%);
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 1.1em;
        cursor: pointer;
        text-transform: uppercase;
        width: 100%;
    }

        .ticketSelection button.confirmAndPay {
            background-color: rgb(50 142 50)
        }

#ticketConfirmation {
    display: none;
}

.ticketTypeContainer, .quantityContainer, .priceContainer, .radioContainer {
    padding: 0 0 15px 0;
}
.priceContainer {
display:none;
}
    #ticketSaleConfirmation .confirmLineItem {
        color: #c1c1c1;
    }

    #ticketSaleConfirmation .confirmLineItem span {
        color: #fff;
    }

.confirmThankYouMsg, ticketTypeDisclaimerConfirm {
    margin-top: 20px;
    font-size: 0.75em;
}

.emailConfirmationSent {
    font-size: 0.75em;
}

.emailConfirmationResend,
.emailResendFeedback {
    font-size: 0.65em;
    margin-top: 1em;
}

    .emailConfirmationResend a,
    .emailConfirmationResend a:visited {
        color: #fff;
        text-decoration: underline;
    }

        .emailConfirmationResend a:hover {
            color: #aaaaaa;
        }

.ticketSelection .disclaimer {
    font-size: 1rem;
    line-height: 1.15em;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}

#weekDayVsWeekendContainer {
    /*  border: 2px solid grey;
    padding: 10px;
    margin: 20px 0px;*/
    display: none;
}

.checkbox-wrapper {
    display: flex;
    align-items: center; /* Vertically center the items */
}

    .checkbox-wrapper input[type="checkbox"] {
        margin: 0 10px 0 0;
        width: 50px;
        height: 50px;
    }

    .checkbox-wrapper label {
        font-weight: normal;
    }

.confirmAndPayDisclaimer {
    margin-left: 50px;
}

@media screen and (max-width: 675px) {
    .ticketSelection .ticketPurchaseHeader {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 400px) {

    .barcodeImage img {
        max-width: 100%;
    }
}

