#calendar {
    width:100%;
    height: 100%;
    max-width: 1280px;
    position: absolute;
    top:0;
    z-index: 600;
    background: #151415;
    border-bottom-color:#a27d36;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    margin:0 auto;
    display:none;
    height:auto;
    padding-bottom:50px;
}
#event-calendar,
#event-calendar2 {
    color:#ffffff;
    font-family: 'DIN-Medium';
    font-weight: normal;
    font-style: normal;
    width:90%;
    height:90%;
    max-width:434px;
    /* max-height:468px; */
    font-size:16px;
    margin: 20px auto;
}
#event-calendar ul,
#event-calendar2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}
 
#event-calendar li,
#event-calendar2 li {
    display: block;
    float: left;
    width:14.2%;
    max-width: 58px;
    max-height: 52px;
    margin:0;
    cursor:pointer;
    border-top-color:#222222;
    border-top-style:solid;
    border-top-width:2px;
    border-right-color:#222222;
    border-right-style:solid;
    border-right-width:2px;
}
#event-calendar li.c-dayname,
#event-calendar2 li.c-dayname {
    border:none;
}
#event-calendar li.last,
#event-calendar2 li.last {
    width:13.364055%;
    max-width: 58px;
    border-right:none;
}
#event-calendar li .info,
#event-calendar2 li .info {
    width:100%;
    max-width: 55px;
    height:36px;
    text-align:center;
    line-height: 36px;
}

#event-calendar2 li.close1 .info,
#event-calendar2 li.close2 .info { border: 2px solid #151415; }
#event-calendar2 li.close1 .info:hover,
#event-calendar2 li.close1.sel .info,
#event-calendar2 li.close2 .info:hover,
#event-calendar2 li.close2.sel .info{
    border: 2px solid #83aca5;    
}
#event-calendar2 li.close1.active2 .info,
#event-calendar2 li.close2.active2 .info
    { background-color: #83aca5; border: 2px solid #6d2264; }


#event-calendar li.no-hhn .info,
#event-calendar2 li.no-hhn .info { color: #222222; cursor:default;}
/* #event-calendar li .info:hover { background-color: #bd923f; border: 2px solid #bd923f; } */


#event-calendar li.price1 .info { border: 2px solid #d0242f; }
#event-calendar li.price1 .info:hover,
#event-calendar li.price1.active .info
    { background-color: #d0242f; border: 2px solid #d0242f; }
#event-calendar li.price2 .info{ border: 2px solid #959595; }
#event-calendar li.price2 .info:hover,
#event-calendar li.price2.active .info
    { background-color: #959595; border: 2px solid #959595; }
#event-calendar li.price3 .info { border: 2px solid #2455d0; }
#event-calendar li.price3 .info:hover,
#event-calendar li.price3.active .info
    { background-color: #2455d0; border: 2px solid #2455d0; }
#event-calendar li.price4 .info { border: 2px solid #fbaf3f; }
#event-calendar li.price4 .info:hover,
#event-calendar li.price4.active .info
    { background-color: #fbaf3f; border: 2px solid #fbaf3f; }
#event-calendar li.price5 .info { border: 2px solid #00a651; }
#event-calendar li.price5 .info:hover,
#event-calendar li.price5.active .info
    { background-color: #00a651; border: 2px solid #00a651; }


#mobile-legend {
    width:95%;
    height: auto;
    max-width: 435px;
    min-height: 90px;
    margin: 25px auto;
    border: 2px solid #222222;
    padding: 10px 0 0 10px;
    color:#ffffff;
    font-family: 'DIN';
    font-weight: normal;
    font-style: normal;
}
#mobile-legend .cItem {
    float:left;
    margin: 5px 10px 20px 0;
    font-size:14px;
}
#mobile-legend .cItem > span.glyphicon {
    font-size: 12px;
    margin-right: 2px;
}
#mobile-legend .cItem .last {
    float:left;
    margin: 10px 0 20px 0;
}
#legend {
    width:100%;
    height: auto;
    max-width: 435px;
    min-height: 90px;
    margin: 25px auto;
    border: 2px solid #222222;
    padding: 10px 0 0 10px;
    color:#ffffff;
    font-family: 'DIN';
    font-weight: normal;
    font-style: normal;
    display:none;
}
#legend .cItem {
    float:left;
    margin: 5px 15px 20px 0;
    font-size:18px;
}
#legend .cItem > span.glyphicon {
    font-size: 20px;
    margin-right: 2px;
}
#legend .cItem .last {
    float:left;
    margin: 10px 0 20px 0;
}
#legend .p1 > span.glyphicon,
#mobile-legend .p1 > span.glyphicon { color: #d0242f; }
#legend .p2 > span.glyphicon,
#mobile-legend  .p2 > span.glyphicon { color: #959595; }
#legend .p3 > span.glyphicon,
#mobile-legend  .p3 > span.glyphicon { color: #2455d0; }
#legend .p4 > span.glyphicon,
#mobile-legend  .p4 > span.glyphicon { color: #fbaf3f; }
#legend .p5 > span.glyphicon,
#mobile-legend  .p5 > span.glyphicon { color: #00a651; }

#close1am,
#close2am {
    cursor: pointer;
}

#event-details, 
#close1am,
#close2am {
    width:100%;
    height:100%;
    /* max-width:480px; */
    text-align:left;
    color:#c0c0c0;
    font-family: 'DIN';
    font-weight: normal;
    font-style: normal;
    margin-top:20px;
    padding-left: 25px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 18px;
}

#event-details h1, 
#close1am h1,
#close2am h1 {
    color:#ffffff;
    font-family: 'DIN-Condensed';
    font-weight: bold;
    font-style: normal;
    font-size: 27px;
    text-transform:uppercase;
    margin-top:
}
#close1am h1,
#close2am h1,
div.event-time2 {
    color: #aaa;
    margin-top: 0px;
}
#close1am.sel h1,
#close2am.sel h1,
#close1am.sel div.event-time2,
#close2am.sel div.event-time2{
    color: #fff;
}
#event-details div.event-time {
    float:right;
    font-family: 'DIN-Condensed-Light';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    position: relative;
    bottom: -3px;
    margin-top: 17px;
    margin-bottom: 8.5px;
    line-height: 1.1em;
}
div.event-time2 {
    font-family: 'DIN-Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.1em;
}
#close1am, #close2am { max-width: 480px; margin: 0 auto; }
#calendar hr {
    margin-top: 15px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #333333;
    width: 100%; 
}
#calendar hr.ninety {
    width: 90%; 
    margin-top: 45px;
}
#event-details p {
    width:85%;
}
#calSignup {
    margin: 20px 0 40px 0;
    padding: 12px 37px;
}
h2.cal {
    font-size:18px;
    color: #bd923f;
    margin:0 0 3px 0;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#event-details .legal {
    font-size:12px;
    line-height:15px;
}
#event-details .prices {
    font-weight: bold;
    font-size: 20px;
    color:#fff;
    margin-top:4px;
}
#event-details .btn-buy {
    padding-left:60px;
    padding-right:60px;
    float:right;
}

#legend-2 {
    width:100%;
    height: auto;
    max-width: 435px;
    min-height: 90px;
    margin: 25px auto;
    border: 2px solid #222222;
    padding: 10px 0 0 10px;
    color:#ffffff;
    font-family: 'DIN';
    font-weight: normal;
    font-style: normal;
}
#legend-2 .cItem {
    float:left;
    margin: 5px 15px 20px 0;
    font-size:18px;
}
#legend-2 .cItem > span.glyphicon {
    font-size: 20px;
    margin-right: 2px;
}
#legend-2 .cItem .last {
    float:left;
    margin: 10px 0 20px 0;
}
#legend-2 .p1 > span.glyphicon { color: #d0242f; }
#legend-2 .p2 > span.glyphicon { color: #959595; }
#legend-2 .p3 > span.glyphicon { color: #2455d0; }
#legend-2 .p4 > span.glyphicon { color: #fbaf3f; }
#legend-2 .p5 > span.glyphicon { color: #00a651; }


@media (max-width: 767px) {
     h2.cal {
         font-size:14px;
     }
    #event-details {
        font-size: 13px;
        line-height: 15px;
    }
    #event-details .legal {
        font-size:11px;
        line-height:13px;
    }
    #event-details .prices {
        font-size: 14px;
    }
    #event-details div.event-time {
        float:left;
        margin-bottom:20px;
        display:block;
    }
}
@media (max-width: 1023px) {
    #event-details .btn-buy {
        padding-left:20px;
        padding-right:20px;
        float:right;
     }
}
@media (min-width: 768px) {
    #event-calendar,
    #event-calendar2 {
        color: #ffffff;
        font-family: 'DIN-Medium';
        font-weight: normal;
        font-style: normal;
        width: 100%;
        height: 100%;
        max-width: 400px;
        /* max-height: 468px; */
        font-size: 16px;
        margin: 48px auto;
        border-left: 1px solid #222;
        border-bottom: 1px solid #222;
        background: #000;
    }
    #event-calendar li .info,
    #event-calendar2 li .info{
        height:48px;
        line-height: 48px;
    }
    #event-details {margin-top:48px;}
    #legend { display:block;}
    #mobile-legend { display:none;}
}

@media (min-width: 1250px) {
    
     #event-details h1 {
         font-size: 31px;
     }
     #event-details div.event-time {
         font-size: 28px;
     }
}


