﻿
.l-nav-2col {
    width: 9.5%;
    height: 100%;
    position: fixed;
    height: 38.62em;
    background-color: #333;
    margin-top: 4.375em; /* 70px */
}

.l-1col {
    margin-top: 4.375em; /* 70px */
    width: 90.5%;
    float: right;
}

/****************************************
 MODULE
 ****************************************/
#evt-hero-slider-viewport {
    background-color: #000;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.evt-hero-slider-slide-foreground {
    background: transparent url('images/evt-hero-overlay.png') bottom left repeat-x;
    position: absolute;
    bottom: 0;
    width: 1285px;
}

#evt-hero-slider-slides {
    height: inherit;
    width: 100%;
    transition: margin-left 0.5s, transform 0.5s, width 0.5s;
    -moz-transition: margin-left 0.5s, -moz-transform 0.5s, width 0.5s;
    -ms-transition: margin-left 0.5s, -ms-transform 0.5s, width 0.5s;
    -o-transition: margin-left 0.5s, -o-transform 0.5s, width 0.5s;
    -webkit-transition: margin-left 0.5s, -webkit-transform 0.5s, width 0.5s;
}

.evt-hero-slider-slide {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
    height: inherit;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
}

.evt-hero-slider-slide-cta {
    position: absolute;
    left: 8.2em;
    bottom: 2.25em;
    text-shadow: 2px 2px #000;
    width: 40%;
}

.evt-hero-slider-slide > img {
    max-width: none;
    transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -ms-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}

.evt-hero-slider-slide-cta > .caption-title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.evt-hero-slider-slide-cta > .caption-subtitle {
    font-size: 1.125em; /* 18 px */   
    font-weight: normal;
    line-height: 1.3em;
    padding-top: 0.5em;    
    text-transform: uppercase;
}

.evt-hero-slider-slide a {
    color: #fff;
    text-decoration: none;
}

.slider-selector {
    display: inline-block;
    height: 10px;
    margin: 0 10px;
    width: 10px;
}

.slider-selector:hover {
    cursor: pointer;
}

#evt-hero-slider-controls {
    bottom: 0.75em;
    left: 7.8em;
    position: absolute;
    z-index: 12;
}

.slider-selector.is-selected {
    background: transparent url('images/sliderSelected.png') 0 0 no-repeat;
}

.slider-selector.is-not-selected {
    background: transparent url('images/sliderUnselected.png') 0 0 no-repeat;
}

#evt-content-container .tout-container > *:first-child {
    margin-top: 15px;
}

@media all and (min-width: 960px) {
    #evt-hero-slider-viewport {
        border-right: 3px solid #666666;
        height: 100%;
        left: -115px;
        right: 500px;
        z-index: 11;

        transition:         right 0.5s;
        -moz-transition:    right 0.5s;
        -ms-transition:     right 0.5s;
        -o-transition:      right 0.5s;
        -webkit-transition:         right 0.5s;
    }

    .evt-hero-slider-slide-foreground {
        height: 100%;
    }

    .evt-hero-slider-slide img {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #evt-hero-slider-handle {
        background: url('images/evt-hero-handle.png') 0 0 no-repeat scroll;
        bottom: 150px;
        height: 83px;
        position: absolute;
        right: 0;
        z-index: 15;
        width: 17px;
    }

    #evt-hero-slider-handle.reversed {
        background: url('images/evt-hero-handle-left.png') 0 0 no-repeat scroll;
    }

    #evt-hero-slider-handle:hover {
        cursor: pointer;
    }

    #evt-content-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 15px;
        overflow-y: auto;
        width: 500px;
    }
}

@media all and (max-width: 959px) {
    #evt-hero-slider-viewport {        
        height: 465px;
        position: relative;
        width: 100%;
    }

    #evt-hero-slider-handle {
        display: none;
    }
    
    #evt-content-container {
        padding: 15px;
        margin: 0 auto;
        overflow: hidden;
        position: static;
    }

    .evt-hero-slider-slide-foreground {
        height: inherit;
    }

    .evt-hero-slider-slide > img {
        max-width: 959px;
        min-width: 959px;
    }

    #evt-hero-slider-controls {
        left: 1.4em;
    }

    .evt-hero-slider-slide-cta {
        left: 2em;
    }

    .evt-hero-slider-slide-foreground {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    #evt-hero-slider-viewport {        
        height: 370px;
    }

    .evt-hero-slider-slide > img {
        max-width: 768px;
        min-width: 768px;
    }

    .evt-hero-slider-slide-foreground {
        bottom: -30px;
    }

    .evt-hero-slider-slide-cta {
        width: 65%;
    }

        .evt-hero-slider-slide-cta > .caption-title {
            font-size: 2em;
            line-height: 1em;
}
}

@media all and (max-width: 480px) {
    #evt-hero-slider-viewport {        
        height: 230px;
    }

    .evt-hero-slider-slide > img {
        max-width: 480px;
        min-width: 480px;
    }

    .evt-hero-slider-slide-foreground {
        bottom: -75px;
    }

    .evt-content-col.two-col {
        width: 100%;
    }
    
    .evt-content-col {
        display: block;
        float: none;
        margin: 0 auto 15px !important;
        vertical-align: top;
    }

    .evt-hero-slider-slide-cta > .caption-title {
        font-size: 1.2em;
    }

    .evt-hero-slider-slide-cta > .caption-subtitle {
        font-size: 0.9em;
    }

    .caption-subtitle {
        display: none;
    }
}

@media all and (max-width: 320px) {
}

/* ==================== Event Schedule ==================== */
#evt-calendar {
    clear: both;
    max-width: 100%;
    min-width: 450px;
    width: auto;
}

#evt-calendar-dates {
    height: 60px;
    position: relative;
}

#evt-calendar-dates-viewport {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#evt-calendar-dates-left-control,
#evt-calendar-dates-right-control {
    display: none;
    height: 100%;
    padding: 0 1px;
    position: absolute;
    vertical-align: middle;
    width: 25px;
}

#evt-calendar-dates-left-control {
    left: 0;
    text-align: left;
    background-image: -ms-linear-gradient(right, transparent 0%, #999999 40%, #999999 100%);
    background-image: -moz-linear-gradient(right, transparent 0%, #999999 40%, #999999 100%);
    background-image: -o-linear-gradient(right, transparent 0%, #999999 40% #999999 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(0.4, #999999) color-stop(1, #999999));
    background-image: -webkit-linear-gradient(right, transparent 0%, #999999 40%, #999999 100%);
    background-image: linear-gradient(to left, transparent 0% #999999 40%, #999999 100%);
}

#evt-calendar-dates-right-control {
    right: 0;
    text-align: right;
    background-image: -ms-linear-gradient(left, transparent 0%, #999999 40%, #999999 100%);
    background-image: -moz-linear-gradient(left, transparent 0%, #999999 40%, #999999 100%);
    background-image: -o-linear-gradient(left, transparent 0%, #999999 40% #999999 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.4, #999999) color-stop(1, #999999));
    background-image: -webkit-linear-gradient(left, transparent 0%, #999999 40%, #999999 100%);
    background-image: linear-gradient(to right, transparent 0% #999999 40%, #999999 100%);
}

#evt-calendar-dates-left-control > a,
#evt-calendar-dates-right-control > a {
    display: block;
    margin-top: 19px;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul {
    list-style-image: none;
    min-width: 450px;
    padding: 8px 0 8px 8px;
        transition: margin-left 0.5s, transform 0.5s;
        -moz-transition: margin-left 0.5s, -moz-transform 0.5s;
        -ms-transition: margin-left 0.5s, -ms-transform 0.5s;
        -o-transition: margin-left 0.5s, -o-transform 0.5s;
    -webkit-transition: margin-left 0.5s, -webkit-transform 0.5s;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li {
    background-color: #fff;
    display: inline-block;
    height: 44px;
    margin: 0 4px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
            transition: color 0.5s, background-color 0.5s;
            -moz-transition: color 0.5s, background-color 0.5s;
            -ms-transition: color 0.5s, background-color 0.5s;
            -o-transition: color 0.5s, background-color 0.5s;
    -webkit-transition: color 0.5s, background-color 0.5s;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li > a {
    color: #000;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li > span {
    font-weight: bold;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li:hover {
    cursor: pointer;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li div.dayName,
#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li div.dayDate {
    display: block;
    width: 48px;
    text-align: center;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li.date-is-selected {
    border: 2px solid #fff;
    border-bottom: 0;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li.date-is-selected > a {
    color: #fff;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li.date-is-selected div.dayName,
#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li.date-is-selected div.dayDate {
    margin-left: -2px;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li .selector-arrow {
    opacity: 0;
    position: relative;
    top: 5px;
                transition: opacity 0.5s;
                -o-transition: opacity 0.5s;
                -moz-transition: opacity 0.5s;
                -ms-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

#evt-calendar-dates > #evt-calendar-dates-viewport > ul > li.date-is-selected .selector-arrow {
    opacity: 1;
}

#evt-calendar-day-details {
    margin-top: 1px;
    padding: 1px 10px;
}

#evt-calendar-day-details span.date {
    color: #fff;
}

#evt-calendar-day-details span.event-name {
    color: #333333;
    float: right;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#evt-calendar-day-details > ul,
#evt-calendar-day-details > ul > li,
#evt-calendar-image-details > ul,
#evt-calendar-image-details > ul > li {
    list-style-image: none;
    padding: 0;
}

#evt-calendar-day-details > ul > li,
#evt-calendar-image-details > ul > li {
    display: none;
    margin: 0.5em 0 0;
    opacity: 0;
                transition: opacity 1s;
                -moz-transition: opacity 1s;
                -ms-transition: opacity 1s;
                -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#evt-calendar-day-details > ul > li.date-detail-is-shown,
#evt-calendar-image-details > ul > li.date-detail-is-shown {
    display: list-item;
    opacity: 1;
}

#evt-calendar-day-details > ul {
    margin-bottom: 0.5em;
}

#evt-calendar-image-details > ul > li {
    margin-top: 0;
}

.arrow-highlight {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 22px solid;
    border-right: 20px solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    left: 1px;
    z-index: 10;
    border-top: 10px solid;
}

.arrow-border {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 25px solid;
    border-right: 25px solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    z-index: 10;
    border-top: 12px solid;
    border-color: #fff; 
    left: -3px;  
}

.evt-schedule-dateDetail {
    margin-top: -15px;
    /*margin-bottom: 40px;*/
}

.evt-schedule-dateDetail:first-child {
    margin-top: -5px;
}

#evt-calendar-header {
    vertical-align: top;
}

#evt-calendar-header > h6 {
    float: left;
    margin-top: 0;
}

#evt-calendar-header > .evt-calendar-fullLink {
    float: right;
}

#evt-schedule-dates {
    /*min-height: 300px;*/
}

.evt-calendar-image {
}

.evt-schedule-dateDetail ul li {
    line-height: 1.2em;
}

@media all and (min-width: 959px) {
    #evt-calendar-header > h6 {
        width: 60%;
    }
}

@media all and (max-width: 768px) {
    #evt-calendar-header > .evt-calendar-fullLink {
        clear: left;
        float: left;
        margin-bottom: 15px;
    }    
}

@media all and (max-width: 600px) {
    #evt-calendar-dates > #evt-calendar-dates-viewport > ul > li {
        height: 38px;
    }
}

@media all and (min-width: 481px) {
    .small-calendar #evt-calendar-day-details {
        position: absolute;
        top: 23px;
        right: 15px;
        text-align: center;
        width: 44%;
        height: 60px;
        padding-top: 5px;
    }

    .small-calendar #evt-calendar-day-details span.event-name {
        display: block;
        float: none;
        max-width: 100%;
    }
}

@media all and (max-width: 480px) {
    #evt-calendar {
        min-width: 100%;
    }

    #evt-calendar-dates > #evt-calendar-dates-viewport > ul {
        min-width: 100%;
    }
}

/* ==================== Event Top News Slider ==================== */
#evt-top-news-slider {
    position: relative;
    height: 225px;
}

#evt-top-news-slider-viewport {
    height: 220px;
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#evt-top-news-slider-slides {
    width: 1480px;
        transition: margin-left 0.5s, transform 0.5s;
        -moz-transition: margin-left 0.5s, -moz-transform 0.5s;
        -ms-transition: margin-left 0.5s, -ms-transform 0.5s;
        -o-transition: margin-left 0.5s, -o-transform 0.5s;
    -webkit-transition: margin-left 0.5s, -webkit-transform 0.5s;
}

.evt-top-news-slider-slide {
    display: inline-block;
    height: 200px;
    position: relative;
    width: 450px;
}

#evt-top-news-slider-header > h4 {
    display: inline-block;
}

#evt-top-news-slider-header > #evt-top-news-controls {
    display: inline-block;
    float: right;
    line-height: 1.5em;
}

.evt-top-news-slider-caption {
    background-color: #000;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    max-height: 48px;
    overflow: hidden;
    padding: 8px 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.evt-top-news-slider-caption > span.headline {
    display: inline-block;
    max-height: 32px;
    overflow: hidden;
    width: 72%;
}

.evt-top-news-slider-caption .readMoreCta {
    position: absolute;
    right: 5px;
    top: 8px;
}

#evt-top-news-slider-header > #evt-top-news-controls > .slider-selector {
    margin: 0 5px;
}

@media all and (max-width: 480px) {
    .evt-top-news-slider-slide {
        height: 120px;
        width: 230px;
    }

    #evt-top-news-slider-header > #evt-top-news-controls {
        display: block;
        float: none;
        line-height: 1em;
        margin-top: 4px;
    }

    .evt-top-news-slider-caption .readMoreCta {
        display: block;
        position: relative;
        right: 0;
        top: 0;
    }

    .evt-top-news-slider-caption .readMoreCta .sprite {
        display: none;
    }

    .evt-top-news-slider-caption {
        font-size: 0.8em;
        margin-top: -2px;
        position: relative;
    }

    #evt-top-news-slider-viewport {
        height: 130px;
    }
}

/* ==================== Event Countdown ==================== */
#evt-countdown {
    background-color: #000;
    height: 151px;
    margin: 0 auto;
    width: 100%;
}

#evt-countdown-header {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
        text-shadow: 2px 2px #000000;
        -moz-text-shadow: 2px 2px #000000;
        -ms-text-shadow: 2px 2px #000000;
        -o-text-shadow: 2px 2px #000000;
        -webkit-text-shadow: 2px 2px #000000;
}

#evt-countdown-header span {
    font-size: 1.05em;
}

#evt-countdown-countdown {
    font-family: "Oswald";
    margin: 0px auto 10px auto;
    padding-bottom: 5px;
    padding-top: 75px;
    white-space: nowrap;
    width: 173px;
}

#evt-countdown-countdown > .countdownBox {
    display: inline-block;
    height: 60px;
    padding: 0 1px;
    position: relative;
    width: 36px;
}

#evt-countdown-countdown > .countdownBox#remainingDays {
    width: 53px;    
}

#evt-countdown-countdown > .countdownBox > .countdownBox-header {
    background-color: #333333;
    border-bottom: 1px solid #000;
    color: #fff;
    height: 18px;
    font-size: 0.6em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
}

#evt-countdown-countdown > .countdownBox > .countdownBox-value {
    background-color: #191919;
    color: #eeae20;
    font-size: 1.9em;
    height: 40px;
    width: 100%;
}

.countdownBox-value ul.flip {
    list-style-image: none;
    width: 17px;
    height: 40px;
    line-height: 38px;
    position: relative;
    float: left;
    padding: 0;
}

.countdownBox-value ul.flip li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 17px;
    height: 40px;
    list-style-image: none;
}

.countdownBox-value ul.flip li:first-child {
    z-index: 2;
}

.countdownBox-value ul.flip li a {
    display: block;
    height: 100%;
}

.countdownBox-value ul.flip li a:hover {
    color: inherit;
}

.countdownBox-value ul.flip li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.countdownBox-value ul.flip li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.countdownBox-value ul.flip li a div.up {
    border-bottom: 1px solid #111;
    top: 0;
                        transform-origin: 50% 100%;
                        -moz-transform-origin: 50% 100%;
                        -ms-transform-origin: 50% 100%;
                        -o-transform-origin: 50% 100%;
                        -webkit-transform-origin: 50% 100%;
}

.countdownBox-value ul.flip li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0,0,0,.4);
}

.countdownBox-value ul.flip li a div.down {
    bottom: 0;
                        transform-origin: 50% 0%;
                        -moz-transform-origin: 50% 0%;
                        -ms-transform-origin: 50% 0%;
                        -o-transform-origin: 50% 0%;
                        -webkit-transform-origin: 50% 0%;
}

.countdownBox-value ul.flip li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    text-align: center;
    background-color: #333;
}

.countdownBox-value ul.flip li a div.up div.inn {
    top: 0;
}

.countdownBox-value ul.flip li a div.down div.inn {
    bottom: 0;
    background-image: -ms-linear-gradient(top, #3E3E3E 0%, #000000 150%);
    background-image: -moz-linear-gradient(top, #3E3E3E 0%, #000000 150%);
    background-image: -o-linear-gradient(top, #3E3E3E 0%, #000000 150%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3E3E3E), color-stop(1.5, #000000));
    background-image: -webkit-linear-gradient(top, #3E3E3E 0%, #000000 150%);
    background-image: linear-gradient(to bottom, #3E3E3E 0%, #000000 150%);
}

/* PLAY */

#evt-countdown.play ul li.before {
    z-index: 3;
}

#evt-countdown.play ul li.active {
    z-index: 2;
        animation: asd .25s .25s linear both;
        -moz-animation: asd .25s .25s linear both;
        -ms-animation: asd .25s .25s linear both;
        -o-animation: asd .25s .25s linear both;
        -webkit-animation: asd .25s .25s linear both;
}

#evt-countdown.play ul li.active .down {
    z-index: 2;
            animation: turn .25s .25s linear both;
            -moz-animation: turn .25s .25s linear both;
            -ms-animation: turn .25s .25s linear both;
            -o-animation: turn .25s .25s linear both;
            -webkit-animation: turn .25s .25s linear both;
}

#evt-countdown.play ul li.before .up {
    z-index: 2;
        animation: turn2 .25s linear both;
        -moz-animation: turn2 .25s linear both;
        -ms-animation: turn2 .25s linear both;
        -o-animation: turn2 .25s linear both;
        -webkit-animation: turn2 .25s linear both;
}

/*** keyframes ***/
@keyframes asd {
        0% {
            z-index: 2;
}

        5% {
            z-index: 4;
        }

        100% {
            z-index: 4;
        }
    }

@-moz-keyframes asd {
        0% {
            z-index: 2;
}

        5% {
            z-index: 4;
        }

        100% {
            z-index: 4;
        }
    }

@-ms-keyframes asd {
        0% {
            z-index: 2;
}

        5% {
            z-index: 4;
        }

        100% {
            z-index: 4;
        }
    }

@-webkit-keyframes asd {
        0% {
            z-index: 2;
        }

        5% {
            z-index: 4;
        }

        100% {
            z-index: 4;
        }
}

@keyframes turn {
        0% {
            transform: rotateX(90deg);
        }

        100% {
            transform: rotateX(0deg);
        }
}

@-moz-keyframes turn {
        0% {
            -moz-transform: rotateX(90deg);
        }

        100% {
            -moz-transform: rotateX(0deg);
        }
}

@-ms-keyframes turn {
        0% {
            -ms-transform: rotateX(90deg);
        }

        100% {
            -ms-transform: rotateX(0deg);
        }
}

@-webkit-keyframes turn {
        0% {
            -webkit-transform: rotateX(90deg);
        }

        100% {
            -webkit-transform: rotateX(0deg);
        }
}

@keyframes turn2 {
        0% {
            transform: rotateX(0deg);
        }

        100% {
            transform: rotateX(-90deg);
        }
}

@-moz-keyframes turn2 {
        0% {
            -moz-transform: rotateX(0deg);
        }

        100% {
            -moz-transform: rotateX(-90deg);
        }
}

@-ms-keyframes turn2 {
        0% {
            -ms-transform: rotateX(0deg);
        }

        100% {
            -ms-transform: rotateX(-90deg);
        }
}

@-webkit-keyframes turn2 {
        0% {
            -webkit-transform: rotateX(0deg);
        }

        100% {
            -webkit-transform: rotateX(-90deg);
        }
}

@keyframes show {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
}

@-moz-keyframes show {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
}

@-ms-keyframes show {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
}

@-webkit-keyframes show {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
}

@keyframes hide {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
}

@-moz-keyframes hide {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
}

@-ms-keyframes hide {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
}

@-webkit-keyframes hide {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
}


@media all and (min-width: 961px) {
    #evt-countdown.play .countdownBox-value ul li.before .up .shadow {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
            animation: show .25s linear both;
            -moz-animation: show .25s linear both;
            -ms-animation: show .25s linear both;
            -o-animation: show .25s linear both;
            -webkit-animation: show .25s linear both;
    }

    #evt-countdown.play .countdownBox-value ul li.active .up .shadow {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
            animation: hide .25s .15s linear both;
            -moz-animation: hide .25s .15s linear both;
            -ms-animation: hide .25s .15s linear both;
            -o-animation: hide .25s .15s linear both;
            -webkit-animation: hide .25s .15s linear both;
    }

    /*DOWN*/

    #evt-countdown.play .countdownBox-value ul li.before .down .shadow {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
        background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
            animation: show .25s linear both;
            -moz-animation: show .25s linear both;
            -ms-animation: show .25s linear both;
            -o-animation: show .25s linear both;
            -webkit-animation: show .25s linear both;
    }

    #evt-countdown.play .countdownBox-value ul li.active .down .shadow {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
        background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
            animation: hide .25s .15s linear both;
            -moz-animation: hide .25s .15s linear both;
            -ms-animation: hide .25s .15s linear both;
            -o-animation: hide .25s .15s linear both;
            -webkit-animation: hide .25s .15s linear both;
    }
}

/* ==================== Event Hospitality ==================== */
.event-hospitality table {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.event-hospitality table td a {
    text-transform: uppercase;
}

.event-hospitality table a span {
    float: left;
}

textarea#comments {
    height: 190px;
}

/* ==================== Event Garage Access/Bronze Badge ==================== */
.callout {
   background-color: #e1dfda;
}

.callout p:first-child {
    margin-top: 1em;
}


/* ==================== Event Moto GP Ticket Tiers ==================== */
.callout.t-bg-n {
    color: white;
    font-size: 1.125em;
    font-weight: bold;
}

/****************************************
 STATE
 ****************************************/


/****************************************
THEME
 ****************************************/
.evt-content-area {
    background-color: #ffffff;
}

.evt-sponsors {
    background-color: #e9e9e9;
}

/****************************************
RESPONSIVE
 ****************************************/
@media all and (max-width: 980px) and (min-width: 768px) {
}

@media all and (max-width: 768px) and (min-width: 480px) {
}

@media all and (max-width: 480px) {
}

@media all and (max-width: 320px) {
}