@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);

body {
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
}

input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

table {
    line-height: 18px;
}

.content-separator {
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: #00BDC9
}

a:hover {
    color: #000000;
}

#top-nav-wrap {
    background: #000;
}

#top-nav-links {
    margin-left: 10px;
}

#top-nav-links a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 25px 25px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

#top-nav-links a:hover, #top-nav-links a.selected {
    color: #00BDC9;
}

#search-box input {
    border: 1px solid #ededed;
    padding: 12px;
    width: 240px;
    color: #fff;
    background-color: #333;
}

#search-box input:focus {
    outline: none;
}

#search-box button:hover {
    color: #00BDC9;
}

#search-box button {
    background-color: transparent;
    color: #fff;
}

#top-nav-search {
    margin-top: 12px;
    margin-bottom: 12px;
}

#custom-links, .category-links, #top-events, .more-link, .buy-link {
    color: #000;
}

#custom-links li, .category-links li, #top-events li {
    border-bottom: 1px dotted #cccccc;
    cursor: pointer;
}

#custom-links li:last-child, .category-links li:last-child, #top-events li:last-child {
    border-bottom: none;
}

#custom-links a, .category-links a, #top-events a {
    color: #000;
    text-decoration: none;
    display: block;
}

#custom-links li:hover a, .category-links li:hover a, #top-events li:hover a {
    color: #00BDC9;
}

li.category-links-title a, #top-events-title span {
    margin-bottom: 10px;
    font-size: 25px;
    color: #00BDC9;
    background-image: none;
    border-bottom: none;
    font-weight: bold;
}

#top-events-title {
    margin-bottom: 5px;
}

#top-events-title span {
    color: #000;
}

li.category-links-title {
    border-bottom: none;
}

#social-icons a {
    color: #00BDC9;
}

#social-icons a:hover {
    color: #00BDC9;
}

#top-events-title a {
    color: #00BDC9
}

#top-events-title a:hover {
    color: #000;
}

#content, #mini-content {
    color: #000;
}

.content-title, TD.tn_results_header_title, .checkout_title {
    color: #000000;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

TD.tn_results_header_subtitle, TD.tn_results_header_subtitle a {
    font-size: 14px;
}

#customSearchButton, .tn_results_tickets_text a, .ssc_lrBuyBtn,
.tn_results_ticket_purchase a, .btn, .btn:hover {
    padding: 5px 8px;
    display: inline-block;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background: #fff;
    border: 2px solid #000;
    margin: 0px;
    text-shadow: none;
    border-radius: 0px;
}

#customSearchButton:hover, .tn_results_tickets_text a:hover,
.ssc_lrBuyBtn:hover, .tn_results_ticket_purchase a:hover {
    background-color: #00BDC9;
    border-color: #00BDC9;
    color: #fff;
}

.ssc_lrBuyBtn {
    padding: 3px 7px;
}

#footer {
    background-color: #00BDC9;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#copyright {
    font-size: 11px;
}

.thumb-caption {
    color: #000;
}

.slide-title {
    font-size: 20px;
}

.slide-description {
    font-size: 14px;
    display: block;
    padding: 0px;
    margin: 0px;
}

.hot-ticket-link {
    background-color: #999;
    color: #fff;
    font-weight: normal;
}

.hot-ticket-link:hover {
    color: #ffffff;
    background-color: #00BDC9;
}

#navToggle {
    color: #fff;
    padding-top: 5px;
}

.responsive-nav-link, .responsive-nav-link:hover {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #333;
    font-weight: bold;
}

#ssc_filterHdr, .ssc_lhTable {
    background-color: #00BDC9 !important;
    color: #fff;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

.ssc_lhTable tbody {
    color: #fff;
}

#ssc_filterHdr a:hover {
    color: #fff;
}

.ssc_sortNoArrow {
    color: #00BDC9 !important;
}

.ssc_sortDnArrow {
    color: #fff !important;
}

.ssc_sortUpArrow {
    color: #fff !important;
}

#footer-menu a {
    font-weight: bold;
    text-decoration: none;
}

.checkout_totals_total {
    color: #00BDC9 !important;
}

#copyright-info {
    color: #333;
    font-size: 10px;
}


@media screen and (max-width: 720px) {
    .tn_results_event_text {

    }
}