@font-face {
    font-family: 'revolutionrevolution';
    src: url('revolution-webfont.eot');
    src: url('revolution-webfont.eot?#iefix') format('embedded-opentype'),
         url('revolution-webfont.woff') format('woff'),
         url('revolution-webfont.ttf') format('truetype'),
         url('revolution-webfont.svg#revolutionrevolution') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

body {
    font-family: 'proxima-nova';
    font-size: 12px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
}

/* FONTS */

.green {
    color: #17a454;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

#content h1 {
    font-family: 'revolutionrevolution';
    color: #fff6c2;
    font-size: 42px;
    letter-spacing: 2px;
}


    #content h1.mainHeading {
    font-family: 'revolutionrevolution';
    color: #fff6c2;
    font-size: 380%;
    letter-spacing: .05em;
    font-weight: normal;
    line-height: 2em;
    }


/* FIXED POSITION ELEMENTS */

#bg {
    position: fixed;
    left: 0px;
    top: 59px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    z-index: 1;
}

#bgCover {
    position: fixed;
    left: 0px;
    top: 59px;
    width: 100%;
    height: 100%;
    background-image: url('../images/bgCover.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    z-index: 2;
}

#header {
    width: 100%;
    height: 59px;
    background-image: url('../images/header.jpg');
    background-repeat: repeat-x;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    text-align: left;
}

/* STRUCTURE */

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    margin-top: 59px;
}

#content {
    position: relative;
    width: 1025px;
    margin: 0 auto;
    border: 1px solid #4c4c4c;
    color: #fff;
    margin-top: 274px;
    background-color: rgba(37,37,37,.8);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,1);
}

#footer {
    position: relative;
    width: 100%;
    height: 146px;
    background-color: #151515;
    border-top: 1px solid #262626;
    margin-top: 98px;
}

/* HEADER */

    #header a {
        display:inline-block;
        vertical-align:middle;
    }
        #header a img#logo {
            width: 160px;
            position: relative;
            top: 19px;
            left: 21px;
            height: auto;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 40px;
        }



    #header .nav,
    #header .social,
    #header a {
        display:inline-block;
        vertical-align:middle;
        height:100%;
        border:0px dotted green;
    }

        #header .nav {
            text-align:center;
        }
            #header .nav a {
                font-family:proxima-nova;
                font-weight:600;
                font-size:9pt;
                color:rgba(255,255,255,.93);
                text-transform:uppercase;
                text-decoration:none;
                padding:31px 17px 0px 17px;
                background-color:rgba(0,0,0,.5);
                border-bottom:2px solid rgba(255,255,255,0);
                text-align:center;
                line-height: 0;
                height: 26px;
                margin-right: -4px;
                letter-spacing: .15em;

                /* -webkit-transform-style: preserve-3d; */
                /* -webkit-backface-visibility: hidden; */

                -webkit-transition-property: background-color, border-bottom, color, -webkit-transform;
                -webkit-transition-duration: .2s, .13s, .1s, .15s;
                -webkit-transition-delay: .1s, 0s, 0s, 0s;
                -webkit-transition-timing-function: ease-out, linear, linear, ease-out;


            }

            #header .nav a.pageOn,
            #header .nav a:hover {
                background-color:rgba(255,255,255,.25);
                border-bottom:2px solid rgba(0,166,81,1);
                color:rgba(255,247,191,1);
            }
            #header .nav a:active {
                background-color:rgba(255,255,255,.5);
                border-bottom:2px solid rgba(0,166,81,1);
                color:rgba(255,255,255,.8);
                /* -webkit-transform:scale(.9); */
            }




        #header .social {
            text-align:right;
            float:right;
            margin-right:27px;
            height: 59px;
        }

            #header .social a {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            height: 100%;
            margin-left: 11px;
            }

            #header .social a:before {
                display: inline-block;
                *display: inline;
                zoom: 1;
                vertical-align: middle;
                height: 100%;
                width:0px;
                content:'';
            }

            #header .social a .socialIcon {
                display: inline-block;
                *display: inline;
                zoom: 1;
                vertical-align: middle;
                width: 23px;
                height: auto;
            }

/* CONTENT */

#content .address {
    position: absolute;
    left: 0px;
    top: -38px;
    color: #fff;
    text-align: left;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}

    #content .address a:hover {
    text-decoration: none;
    }

#content .wisdom {
    width: 360px;
    position: absolute;
    right: 0px;
    top: -89px;
    color: #fff;
    text-align: right;
    font-size: 15px;
}

    #content .wisdom h1 {
        font-family: 'revolutionrevolution';
        font-size: 180%;
        line-height: 1em;
        font-weight: 100;
        letter-spacing: .03em;
        margin-top: 0px;
        color: #fff;
    }

    #content .wisdom p {
        font-family: 'proxima-nova', arial, sans-serif;
        font-size: 90%;
        line-height: 1.3em;
        font-weight: 100;
        letter-spacing: .1em;
        margin-top: 0px;
        color: #fff;
    }

#content .leftCol {
    width: 665px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    vertical-align: top;
}

    #content .leftCol .featured {

    }

    #content .leftCol .featured .cell {
        border-bottom: 1px solid #585858;
        padding-bottom: 7px;
        position: relative;
    }

    #content .leftCol .featured .cell .featuredImg {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        border-bottom: 1px solid #585858;
    }

    #content .leftCol .featured .cell img {
        margin-top: 15px;
        width: 100%;
    }

    #content .leftCol .featured h1.headline {
        font-family: 'revolutionrevolution';
        color: #fff6c2;
        font-size: 380%;
        letter-spacing: .05em;
        font-weight: normal;
        line-height: 2em;
    }

        #content .leftCol .featured .cell h1 {
            font-family: "proxima-nova", arial, sans-serif;
            color: #fff;
            font-size: 250%;
            text-transform: uppercase;
            line-height: 1em;
            margin-top: 15px;
            margin-bottom: 6px;
            letter-spacing: .05em;
            font-weight: 700;
        }

        #content .leftCol .featured .cell h2 {
            color: #fff;
            font-size: 120%;
            font-weight: 100;
            text-transform: uppercase;
            margin-bottom: 14px;
            margin-top: 12px;
            line-height: 1.3em;
            letter-spacing: .1em;
        }

        #content .leftCol .featured .cell h3 {
            color: #17a454;
            font-weight: 700;
            font-size: 120%;
            letter-spacing: .05em;
            line-height: 1em;
            margin-bottom: 10px;
        }

    #content .leftCol .upcoming {
        margin-top: 40px;
        position: relative;
        margin-bottom: 85px;
    }

        #content .leftCol .upcoming .calLinkTop {
            position: absolute;
            top: 56px;
            right: 0px;
        }

        #content .leftCol .upcoming .calLinkBottom {
            float: right;
        }

            #content .leftCol .upcoming .calLinkTop a, #content .leftCol .upcoming .calLinkBottom a {
                color: #17a454;
                text-decoration: none;
                font-size: 115%;
                letter-spacing: .07em;
                font-weight: 600;
            }

        #content .leftCol .upcoming .cell {
            border-top: 1px solid #5a5a5a;
            border-bottom: 1px solid #5a5a5a;
            height: 255px;
            background-color: #1c1c1c;
            margin-bottom: 30px;
        }

        #content .leftCol .upcoming .cell h1 {
            font-family: "proxima-nova", arial, sans-serif;
            color: #fff;
            font-size: 200%;
            text-transform: uppercase;
            line-height: 1em;
            margin-top: 8px;
            margin-bottom: 7px;
        }

        #content .leftCol .upcoming .cell .square {
            width: 222px;
            height: 100%;
            display: inline-block;
            *display: inline;
            zoom: 1;
            background-size: cover;
            background-position: 50% 50%;
            cursor: pointer;
            margin-right: -4px;
        }

        #content .leftCol .upcoming .cell .info {
            vertical-align: top;
            margin-left: 31px;
            width: 412px;
            height: 100%;
            display: inline-block;
            *display: inline;
            zoom: 1;
            position: relative;
        }

            #content .leftCol .upcoming .cell .info .inner {
                padding: 20px 20px 0px 0px;
            }

            #content .leftCol .upcoming .cell .info .date {
                color: #fff6c2;
                font-weight: 700;
                letter-spacing: .1em;
                font-size: 100%;
            }

            #content .leftCol .upcoming .cell p.details {
                text-transform: none;
                color: #808080;
                font-size: 110%;
                letter-spacing: .05em;
                line-height: 1.4em;
            }

            #content .leftCol .upcoming .cell .info h3 {
                color: #17a454;
                font-weight: 700;
                font-size: 120%;
                letter-spacing: .05em;
                line-height: 1em;
                margin-top: 10px;
            }

            .ticketsBtn {
                position: absolute;
                right: -1px;
                bottom: 0px;
                width: 154px !important;
            }

            .featuredImg .ticketsBtn {
                right: 0px;
            }

            .cellBG {
                width: 242px;
                height: 36px;
                position: absolute;
                right: 154px;
                bottom: 0px;
                background-image: url('/images/cellBG.png');
                background-repeat: no-repeat;
                text-align: right;
            }

            .cellBG .inner {
                padding: 4px 9px 0px 0px !important;
            }

            .cellBG .day {
                color: #17a454;
                font-size: 130%;
                text-transform: uppercase;
                padding-right: 8px;
                letter-spacing: .05em;
                font-weight: 700;
            }

            .cellBG .month {
                color: #fff6c2;
                font-weight: 700;
                font-size: 220%;
                text-transform: uppercase;
                letter-spacing: .03em;
                margin-right: 8px;
            }

    #content .leftCol .upcoming .headline {
        font-family: 'revolutionrevolution';
        color: #fff6c2;
        font-size: 380%;
        letter-spacing: .05em;
        font-weight: normal;
        line-height: 2em;
    }

#content .rightCol {
    width: 287px;
    margin-left: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    vertical-align: top;
}

    #content .rightCol .announced {
        background-color: #1c1c1c;
        text-align: center;
        margin-top: 20px;
    }

    #content .rightCol .announced h1.headline {
        font-family: 'revolutionrevolution';
        color: #fff6c2;
        font-size: 150%;
        letter-spacing: .05em;
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 18px;
    }

    #content .rightCol .announced .cell {
        border-bottom: 1px solid #585858;
        width: 245px;
        margin-left: 22px;
        margin-bottom: 8px;
        height: 43px;
        overflow-y: hidden;
    }

    #content .rightCol .announced .cell .date {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 52px;
        height: 43px;
        background-color: #17a454;
        text-align: center;
        color: #fff6c2;
        vertical-align: middle;
        margin-right: -3px;
    }

        #content .rightCol .announced .cell .date .month {
            text-transform: uppercase;
            font-size: 110%;
            letter-spacing: .2em;
            width: 100%;
            font-weight: 700;
            position: relative;
            left: 1px;
            top: 2px;
        }

            #content .rightCol .announced .cell .date .month p {

            }

        #content .rightCol .announced .cell .date .day {
            font-size: 220%;
            font-weight: 600;
            position: relative;
            top: -4px;
            left: 1px;
            letter-spacing: .08em;
        }

    #content .rightCol .announced .cell .title {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 182px;
        padding-left: 10px;
        text-align: left;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .05em;
        line-height: 1em;
    }

        .rightCol .announced .calLink {
        color: #17a454;
        text-decoration: none;
        font-size: 130%;
        letter-spacing: .1em;
        font-weight: 600;
        padding: 12px 0px 18px 0px;
        }

        .rightCol .announced .calLink a:hover {
            text-decoration: none;
        }

    #content .rightCol .connected {
        background-color: #1c1c1c;
        text-align: center;
        margin-top: 90px;
    }

        #content .rightCol .connected p {
        color: #818181;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 85%;
        letter-spacing: .05em;
        line-height: 1.3em;
        width: 90%;
        margin: auto;
        }

    #content .rightCol .connected form {
        width: 85%;
        margin: auto;
        padding-bottom: 28px;
    }

    #content .rightCol .connected input[type='text'] {
        width: 100%;
        display: block;
        height: 40px;
        background-color: rgba(54,54,54,1);
        border: 1px solid rgba(70,70,70,1);
        color: #fff;
        text-align: center;
        margin: 18px 0px 10px 0px;
        font-family: "proxima-nova";
        font-size: 100%;
        letter-spacing: .1em;
        font-weight: 100;
    }

    #content .rightCol .connected input[type='submit'] {
        width: 100%;
        height: 40px;
        background-image: url('/images/newsletter_submit.jpg');
        color: rgba(255,247,191,1);
        font-size: 150%;
        font-family: "proxima-nova";
        font-weight: 700;
        letter-spacing: .1em;
        cursor: pointer;
        border: 0px solid transparent;
    }

    #content .rightCol .connected h1.headline {
        font-family: 'revolutionrevolution';
        color: #fff6c2;
        font-size: 150%;
        letter-spacing: .05em;
        font-weight: normal;
        padding-top: 11px;
        padding-bottom: 15px;
    }

    #content .rightCol .radio {
        background-color: #1c1c1c;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

#footer .inner {
    color: #fff;
    margin-top: 25px;
    font-size: 100%;
}

    #footer .inner p {
    letter-spacing: .13em;
    font-weight: 100;
    color: #CECECE;
    }

    #footer .inner a:hover {
        text-decoration: none;
    }

    #footer .inner .copyright {
    font-size: 80%;
    color: #9d9d9d;
    line-height: 1.5em;
    margin-top: 15px;
    letter-spacing: .1em;
    }

    #footer .inner .copyright a:hover {
        text-decoration: underline;
    }

#footer .inner img {
    width: 172px;
    margin-bottom: 15px;
}

/* BOOKING FORM */

.booking form {
    width: 100%;
    margin: 22px auto 80px auto;
}

.booking form input {
    width: 330px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: -5px;
    margin-top: -1px;
    height: 60px;
    text-align: center;
    font-family: "proxima-nova";
    font-size: 100%;
    letter-spacing: .1em;
    border: 1px solid #3f3f3f;
    background-color: rgba(0,0,0,.54);
    color: #fff;
}

.booking form textarea {
    display: block;
    margin-top: -1px;
    width: 659px !important;
    height: 120px !important;
    padding: 49px;
    text-align: center;
    font-family: "proxima-nova";
    font-size: 100%;
    letter-spacing: .1em;
    border: 1px solid #3f3f3f;
    background-color: rgba(0,0,0,.54);
    color: #fff;
}

    .booking form input::-webkit-input-placeholder {
       color: #fff;
    }

    .booking form input:-moz-placeholder { /* Firefox 18- */
       color: #fff;
    }

    .booking form input::-moz-placeholder {  /* Firefox 19+ */
       color: #fff;
    }

    .booking form input:-ms-input-placeholder {
       color: #fff;
    }

.booking .inner form #captcha {
    width: 328px;
    height: 78px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    border: 1px solid #3f3f3f;
    margin-top: -1px;
}

.booking form input.lock_it_in {
    width: 343px;
    display: block;
    height: auto;
    border: none;
    margin-top: 10px;
    background-color: rgba(0,0,0,0);
    float: right;
}

.booking .inner form h2 {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .09em;
    text-align: left;
    margin-top: -10px;
    padding-left: 8px;
}

/* GENERIC TEXT STYLES */

.textHolder {
    position: relative;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    background-color: #1c1c1c;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 15px 22px;
    font-size: 14px;
    line-height: 22px;
}

    .textHolder p {
        margin-bottom: 15px;
    }

    .textHolder a {
        color: #17a454;
        text-decoration: none;
    }

    .textHolder h1 {
        color: #17a454 !important;
        font-size: 24px !important;
        font-family: "proxima-nova",sans-serif !important;
        letter-spacing: 1px !important;
        margin-bottom: 4px !important;
    }

    .textHolder .reserve {
        width: 100%;
        text-align: center;
        margin-top: 52px;
        margin-bottom: 25px;
    }


/* CONTACT PAGE */

.contact .inner {

}

    .textHolder.contact {
    margin-top: 0px;
    }

    .textHolder.contact h1 {
        padding-top: 13px;
    }

    .textHolder.contact p {
        font-weight: 100;
        letter-spacing: .07em;
        line-height: 1.3em;
    }

    .contact .textHolder .reserve a {
        color: #fff6c2;
        font-size: 200%;
        font-weight: 700;
        letter-spacing: .05em;
    }

        .contact .textHolder .reserve a img {
        width: 15px;
        height: auto;
        }

.contact #map-canvas {
    position: absolute;
    top: 29px;
    right: 21px;
}

/* BOOKING PAGE */

.booking .textHolder {
    border-top: 0px solid #5a5a5a;
    border-bottom: 0px solid #5a5a5a;
    background-color: transparent;
    margin-top: 15px;
    padding: 0px;
}

    .booking .textHolder h1 {
        color: #fff !important;
        font-size: 28px !important;
        border-bottom: 1px solid #353535;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 14px !important;
        margin-top: 25px;
    }

    .booking .textHolder h1.play {
        font-family: 'revolutionrevolution' !important;
        color: #fff6c2 !important;
        font-size: 42px !important;
        letter-spacing: 2px !important;
        line-height: 40px !important;
        border-bottom: 0px solid #fff !important;
    }

    .booking .textHolder p {
        margin-bottom: 1em;
        font-weight: 100;
        letter-spacing: .05em;
        font-size: 90%;
    }

    .booking .textHolder strong {
        color: #17a454 !important;
        font-size: 130%;
        letter-spacing: .05em;
    }

/* FUN PAGE */

.fun .mainHeading {
    margin-bottom: -13px;
}

.mainHeading img {
    width: 35px;
    display: inline;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-right: 14px;
}

.mainHeading span {
    display: inline-block;
    font-size: 35%;
    font-family: "proxima-nova", arial, sans-serif;
    position: relative;
    top: 2px;
    left: 10px;
    font-weight: 600;
}

.fun .instagram h2 {
    font-size: 115%;
    margin-bottom: 15px;
    letter-spacing: .1em;
    font-weight: 600;
}

.fun .instagram .cell {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: -4px;

    margin-right: -3px;
    width: 221px;
    height: 221px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

    .fun .instagram .cell .overlay {
    background-color: rgba(255,0,126,.85);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;

    transition-property: opacity;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;

    -webkit-transition-property: opacity;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: opacity;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease-in-out;
    }

    .fun .instagram .cell:hover .overlay {
    opacity: 1;
    }

    .fun .instagram .cell .overlay:before {
        content: '';
        width: 0px;
        height: 100%;

        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        margin-right: -4px;
    }

    .fun .instagram .cell .overlay .theMeat {
        width: 100%;

        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        margin-right: -4px;
    }

        .fun .instagram .theMeat {
        text-transform: uppercase;
        }

        .fun .instagram .theMeat h2 {
            margin-bottom: 0px;
            font-size: 120%;
            letter-spacing: .05em;
            font-weight: 700;
        }

        .fun .instagram .theMeat .icon {
            width: 28px;
            height: auto;
            display: block;
            margin: 8px auto 11px auto;
        }

        .fun .instagram .cell .overlay .theMeat h1 {
            font-size: 130% !important;
            letter-spacing: .05em !important;
            line-height: 1em;
            color: #FFF !important;
            font-family: "proxima-nova", arial, sans-serif !important;
            font-weight: 600;
            display: block;
        }

    .fun .tweets {
    }

    .fun .tweets .tweetHolder {
        margin-top: 16px;
    }

    .fun .tweets ul.home-tweets-ul {
        list-style-type: none;
    }

    .fun .tweets ul.home-tweets-ul li:first-child {
        font-size: 260%;
    }

    .fun .tweets ul.home-tweets-ul li {
        font-size: 125%;
        margin-bottom: 25px;
        font-weight: 100;
        letter-spacing: .04em;
        color: #dbdbdb;
    }

    .fun .tweets ul.home-tweets-ul li a {
        color: #17a454;
        font-weight: 700;
    }

    .fun .tweets ul.home-tweets-ul li .home-tweet-date {
        color: #17a454;
        font-weight: 700;
    }

    .fun .viewToggle {
    text-align: left;
    position: relative;
    padding: 32px 0px 60px 0px;
    color: #17a454;
    font-size: 130%;
    letter-spacing: .1em;
    font-weight: 600;
    }





/* ===================== */
/* --- CALENDAR PAGE --- */
/* ===================== */

.fullWidth {
    width: 978px;
    display: block;
    margin: auto;
    text-align: left;
}

    .fullWidth .viewToggle {
    text-align: right;
    position: absolute;
    top: 95px;
    right: 20px;
    color: #17a454;
    font-size: 130%;
    letter-spacing: .1em;
    font-weight: 600;
    }
    .fullWidth .viewToggle.bottom {
    position: relative;
    top: 0px;
    right: -3px;
    padding: 32px 0px 25px 0px;
    }

    .cal_nav {
    text-align: center;
    }

    .cal_nav img {
        width: 12px;
        height: auto;
        display: inline;
        vertical-align: middle;
    }

    .cal_nav h2 {
        display: inline;
        vertical-align: middle;
        margin: 0px 10px;
        font-size: 175%;
        letter-spacing: .05em;
    }

    .calendar {
        opacity: 0;
    }

    .calendar #days {
        width: 100%;
        margin-top: 35px;
    }

        .calendar #days li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 139px;
        text-align: center;
        margin-right: -4px;
        border: 1px solid transparent;
        margin-bottom: 7px;
        font-weight: 700;
        font-size: 110%;
        letter-spacing: .1em;
        }

    .calendar .cell {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;

        margin-right: -4px;
        margin-bottom: -1px;

        width: 139px;
        min-height: 116px;
        border: 1px solid #636363;
        position: relative;
        background-color: rgba(0,0,0,.4);
    }

        .calendar .cell .date {
        position: absolute;
        top: 5px;
        right: 5px;
        font-weight: 700;
        letter-spacing: .05em;
        }

        .calendar .cell .showHolder {

        }

        .calendar .cell .show2 {
            border-top: 1px solid #2C2C2C;
        }

            .calendar .cell .show2 .showTitle {
            margin-top: 16px;
            }

        #content .calendar .cell .presentedBy {
        font-family: "proxima-nova", arial, sans-serif;
        width: 108px;
        display: block;
        margin: 23px auto 0px auto;
        text-align: left;
        font-size: 85%;
        line-height: 1.2em;
        font-weight: 600;
        letter-spacing: .04em;
        color: #fff6c2;
        font-style: italic;
        }

        #content .calendar .cell .showTitle {
        font-family: "proxima-nova", arial, sans-serif;
        width: 108px;
        display: block;
        margin: 6px auto 0px auto;
        text-align: left;
        font-size: 110%;
        line-height: 1.1em;
        font-weight: 600;
        letter-spacing: .04em;
        color: #fff6c2;
        }

        #content .calendar .cell .support {
        font-family: "proxima-nova", arial, sans-serif;
        width: 108px;
        display: block;
        margin: 10px auto 0px auto;
        text-align: left;
        font-size: 90%;
        line-height: 1.3em;
        font-weight: 600;
        letter-spacing: .05em;
        color: #fff6c2;
        }

        .calendar .cell .gettix {
        width: 108px;
        display: block;
        /*
        position: absolute;
        bottom: -4px;
        left: 15px;
        */
        margin: 13px auto 16px auto;
        text-align: center;
        font-size: 100%;
        background-image: url('../images/gettix_bg.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        font-size: 90%;
        letter-spacing: .08em;
        font-weight: 700;
        color: #fff6c2;
        }

        .calendar .cell .gettix a {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;

            padding: 6px 0px 6px 0px;
            width: 100%;
        }

        .calendar .cell .gettix a:after {
            content: '';
            width: 0px;
            height: 0px;
            border-left: 6px solid #fff6c2;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            margin-left: 4px;
            margin-bottom: 2px;
            margin-right: -3px;

            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
        }

#content .leftCol .calendarList {
    margin-top: 0px !important;
}

.calendarList .cell .flyer {
    width: 164px;
    height: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
    margin-right: -4px;
}

.calendarList .cell .info {
    width: 470px !important;
}

    #content .leftCol .calendarList .cell p.support {
    text-transform: uppercase;
    color: #fff;
    font-size: 110%;
    letter-spacing: .1em;
    line-height: 1.4em;
    font-weight: 600;
    }

    #content .leftCol .calendarList .cell p.support span {
        text-transform: lowercase;
        color: #808080;
        font-weight: 500;
    }






/* ================ */
/* --- BLOGGAGE --- */
/* ================ */

    .blog #content .leftCol p {
    text-transform: none;
    color: #808080;
    font-size: 100%;
    letter-spacing: .05em;
    line-height: 1.7em;
    padding-bottom: 1.7em;
    }

    .blog #content .leftCol ul {

    }

    .blog #content .leftCol ol {

    }

    .blog #content .leftCol .item {
        border-bottom: 1px solid rgba(255,255,255,.25);
        width: 99%;
        margin: 0px 0px 112px 0px;
    }

        .blog #content .leftCol .item .featured {
        max-width: 100%;
        height: auto;
        margin-bottom: 25px;
        }

        .blog #content .leftCol .item .date {
        color: #fff6c2;
        font-weight: 700;
        letter-spacing: .1em;
        font-size: 100%;
        padding-bottom: .8em;
        }

        .blog #content .leftCol .item h1 {
        font-family: "proxima-nova", arial, sans-serif;
        color: #fff;
        font-size: 200%;
        text-transform: uppercase;
        line-height: 1em;
        margin-bottom: .7em;
        }

        .blog #content .leftCol .item .share {
        margin: 10px 0px 15px 0px;
        display: block;
        }

        .blog .share span {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            margin-right: 6px;
            line-height: 1em;
            position: relative;
            top: 1px;
            letter-spacing: .1em;
            font-weight: 600;
            color: #17a454;
            font-size: 90%;
        }

        .share ul {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            margin-right: -4px;
        }

            .share ul li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            margin-right: 5px;
            }

            .share ul li a {
                display: block;
                width: 20px;
                height: 20px;
                position: relative;
            }

                .share ul li a img {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: auto;
                }

                .share ul li a img:first-child { z-index: 5; opacity: 1; }
                .share ul li a:hover img:first-child { z-index: 0; opacity: 0; }
                .share ul li img:last-child { z-index: 0; opacity: 0; }
                .share ul li a:hover img:last-child { z-index: 5; opacity: 1; }








/*

AR OVERLAY: NEWSLETTER (lightbox):
Anything with the class "arOverlay" will function as a lightbox.
Note: Newsletter popup is included in the index.php file.

*/

.arOverlay.newsletter {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.arOverlay.newsletter.ON {
    z-index: 9999;
    opacity: 1;

    transition-property: z-index, opacity !important;
    transition-duration: 0ms, 500ms !important;
    transition-delay: 0ms, 100ms !important;
    -webkit-transition-property: z-index, opacity !important;
    -webkit-transition-duration: 0s, 500ms !important
    -webkit-transition-delay: 0ms, 100ms !important;
}

.arOverlay.newsletter.OFF {
    z-index: -9999 !important;
    opacity: 0 !important;

    transition-property: opacity, z-index;
    transition-duration: 500ms, 0ms;
    transition-delay: 0ms, 500ms;
    -webkit-transition-property: opacity, z-index;
    -webkit-transition-duration: 500ms, 0ms;
    -webkit-transition-delay: 0ms, 500ms;


}

    .arOverlay.newsletter .inner {
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 612px;
        height: 427px;
        margin-left: -306px;
        margin-top: -215px;
        border: 1px solid rgba(92, 92, 92, 1);
        background-image: url('/images/lightbox_bg.jpg');
        background-position: top left;
        background-repeat: no-repeat;
        color: #fff;
    }

        .arOverlay.newsletter .inner .close,
        .arOverlay.newsletter .inner input[type="submit"] {
            cursor: pointer;
        }

        .arOverlay.newsletter .inner img.close {
            position: absolute;
            top: -30px;
            right: -1px;
            width: 20px;
            height: auto;
        }

        .arOverlay.newsletter .inner .column {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            width: 50%;
            margin-right: -4px;
            text-align: center;
        }

            .arOverlay.newsletter .inner .column h2 {
                line-height: 1.1em;
                font-weight: 600;
                letter-spacing: .07em;
                font-size: 134%;
            }

                .arOverlay.newsletter .inner form input[type="text"] {
                    width: 100%;
                    display: block;
                    height: 40px;
                    background-color: rgba(54,54,54,1);
                    border: 1px solid rgba(70,70,70,1);
                    color: #fff;
                    text-align: center;
                    margin: 22px 0px 10px 0px;
                    font-family: "proxima-nova";
                    font-size: 80%;
                    letter-spacing: .1em;
                    font-weight: 100;
                }

                .arOverlay.newsletter .inner form input[type="submit"] {
                    width: 100%;
                    height: 40px;
                    background-image: url('/images/newsletter_submit.jpg');
                    color: rgba(255,247,191,1);
                    font-size: 130%;
                    font-family: "proxima-nova";
                    font-weight: 700;
                    letter-spacing: .1em;
                }

            .arOverlay.newsletter .inner p.close {
                font-size: 70%;
                font-weight: 600;
                color: rgba(255, 255, 255, 0.5);
                letter-spacing: .08em;
                margin-top: 14px;
            }


    .arOverlay .bgOverlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,.85);
        z-index: 0;
    }
