/* ADD-ON MODULES and INCLUDES
---------------------------------------------------------------------------------------------------------------------------- */ 

/* universal express logo */
.uep-logo { 
	margin: 30px 0 10px 0;
	text-decoration:none;
}
.uep-copy { text-align:center; font-size:21px; }
.uep-copy a {
	font-size:22px;
	line-height:25px;
	color:#bc3f29;
	text-decoration:underline;
	text-transform:uppercase;
}
.uep-copy a:hover {
	font-size:22px;
	line-height:25px;
	color:#bc3f29;
	text-decoration:none;
	text-transform:uppercase;
}
hr.rides {
    margin-top: 45px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px dotted #5a585a;
    width: 100%;
}
.ticketad-container {
    margin-top:20px;
}
.ticketad-container img,
.bestevent-container img {
    margin-bottom: 8px;
}
.bestevent-container .golden-ticket {
    color:#be2932;    
}

/* mini calendar */ 
.panel-tix .row {
    padding-left:0 !important;
}
.tic-cal{
	font-family: "DIN-Condensed-Medium", Arial, helvetica, sans-serif;
	font-size: 15px;
	color: #d9e0d3;
	padding: 12px 12px 10px 14px;
	width: 100%;
	height: auto;
	background: #000;
    margin: 0 auto 20px auto;
	max-width:220px;
}
.tic-cal em {
    font-style:normal;
    color:#bc3f29;
    letter-spacing: 1px
}
    
.tic-cal ul{
    font-size:13px;
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
    margin-top: 10px;
}
 .tic-cal li{
    display: block;
    float: left;
    width: 13.7%;
    height: 23px;
    background: #000;
    border:1px #4d4d4d solid;
    margin:0 1px 1px 0;
}
.tic-cal li .info{
    width: 100%;
    height:21px;
    text-align:center;
    font-family: 'DIN-Condensed-Medium', Arial, helvetica, sans-serif;
    font-size:14px;
    line-height:14px;
    padding-top:2px;
    border:3px #000 solid;
}
.tic-cal ul.cal .c-dayname {
    background-color:#b0b2b4;
}
.tic-cal ul.cal .c-dayname .info {
    border:3px #b0b2b4 solid;
    color:#000;
}
.tic-cal ul.cal .no-hhn .info {
    color:#4d4d4d !important;
} 
.tic-cal ul.cal .hhn .info{
    background: #000;
    color:#d9dfd2;
}
.tic-cal ul.cal .hhn-active {
    border:1px #bc3f29 solid;
}
.tic-cal ul.cal .hhn-active .info {
    border:1px #bc3f29 solid;
}
.tic-cal .legend {
    font-size: 16px;
    color:#fff;
    line-height: 0px;
    text-align: right;
}
.mini-legend > span.glyphicon {
    border:1px #bc3f29 solid; 
    color: #000; 
    font-size: 10px;
    position: relative;
    top:-1px;
    margin-right: 4px;
}
#calendar-container {
    margin-top:30px;
    margin-left:15px;
}

/* TABLET
---------------------------------------------------------------------------------------------------------------------------- */

@media all and (min-width:768px) {
	.uep-copy { text-align:center; font-size:16px; }
	.uep-copy a {
		font-size:16px;
		line-height:25px;
	}
	.uep-copy a:hover {
		font-size:16px;
		line-height:25px;
	}
    .tic-cal{
        margin: 0 0 20px 0;
    }
    .ticketad-container {
        font-size:16px;
    }
    .bestevent-container {
        font-size:16px;   
    }
}


