
body {
    background-color: #000;
}

p, li, div {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
}
h1        { font-size: 38px; line-height: 42px; }
h2        { font-size: 28px; line-height: 32px; }
h2.intro  { font-size: 38px; line-height: 42px; }
h3        { font-size: 22px; line-height: 26px; }
h3.intro  { font-size: 28px; line-height: 32px; }

.tabs { font-family: "Open Sans Condensed", sans-serif; }

a.brand:hover { text-decoration: none; }

.tabs__navigation {
    border: medium none
}
.tabs__navigation .nav-tabs {
    border-bottom: 1px solid #ddd;
}


.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid #ddd;
}

.nav-tabs li {
    margin-bottom: 0;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-bottom: -1px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:visited {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #b92521;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:visited {
    color: #555555;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: normal;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: none;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

header a.brand {
    display: inline-block;
    max-height: none;
    padding: 30px 0
}
header a.brand img {
    max-height: 80px
}
header a.brand div {
    font-size: 40px;
    line-height: 44px
}
section.navigation {
    position: relative;
}
section.navigation .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}
header .navigation nav {
    padding: 45px 0;
    margin: 0;
}

section adress { margin-bottom: 0; }

section.topnav .container-fluid { padding: 0 }
section.topnav .row > div[class^="col-"] {
    padding: 0
}
section.topnav nav ul {
    display: inline-block
}
section.topnav nav ul li a {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 12px
}

section.cta h1 { margin-bottom: 20px; }
section.cta h3 { margin-bottom: 30px; }

section.section--contact div,
section.section--contact ul,
section.section--contact ol,
section.section--contact li,
section.section--contact p,
section.section--contact h2,
section.section--contact h3 {
    text-align: left
}
section.section--contact .privacy {
    margin-left: 6px;
    font-weight: normal;
}

section .addressdata {
    margin-left: 70px
}
section .addressdata div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    vertical-align: middle
}

section .addressdata div.addressdata__location {
    padding: 0 0 20px
}

section .tab-pane div,
section .tab-pane ul,
section .tab-pane ol,
section .tab-pane li,
section .tab-pane p,
section .tab-pane h2,
section .tab-pane h3 {
    text-align: left
}

section .event__list.event__list--short-view {
    margin: 0 0 10px 0
}
section .event__list.event__list--short-view a.event {
    font-size: 14px;
    line-height: 16px;
    display: block;
    border-bottom: medium none;
    text-align: left;
    padding-left: 70px;
    margin-bottom: 10px;
}
section .event__list.event__list--short-view a.event:before {
    padding: 6px 20px 7px;
    top: 0;
    border: 1px solid;
}
section .event__list.event__list--full-view {
    padding-top: 30px
}
section .event__list.event__list--full-view div,
section .event__list.event__list--full-view p,
section .event__list.event__list--full-view ul,
section .event__list.event__list--full-view ol,
section .event__list.event__list--full-view li {
    text-align: left
}
section .event__list.event__list--full-view .event {
    border-bottom: 1px solid;
}
section .event__list.event__list--full-view .event__headline {
    display: block;
    margin-bottom: 20px
}
section .event__list.event__list--full-view .event__price {
    font-weight: bold
}
section .event__list.event__list--full-view a.btn {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    padding: 12px 20px
}
section .event__list.event__list--full-view img {
    border: 1px solid;
}
@media (max-width: 1030px) {
    section .event__list.event__list--full-view a.btn {
        padding: 12px 10px
    }
}
@media (max-width: 880px) {
    section .event__list.event__list--full-view a.btn {
        padding: 12px 5px
    }
    section .event__list.event__list--full-view a.btn i {
        display: none
    }
}

section h1,
section h2,
section h3,
section div {
    text-align: left;
}

section .business-hours__item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px
}
section .business-hours__item label {
    border: 1px solid;
    margin: 1px;
    height: 38px;
}
section .business-hours__item .business-hours__item__content {
    border-bottom: medium none;
    margin-left: 0
}


.slick-next:before {
    content: '\f054';
    font-family: FontAwesome !important;
}
.slick-prev:before {
    content: '\f053';
    font-family: FontAwesome !important;
}



/* colors */


body {  background-color: #b92521; color: #ffffff;  }

/* links */
a,
a:active,
a:visited,
a:hover { color: #ffffff; }

a.brand,
a.brand:active,
a.brand:visited,
a.brand:hover { color: #ffffff; }

/* buttons */
a.btn,
a.btn:active,
a.btn:visited,
.btn {
    border-color: #ffffff;
    background-color: #b92521;
    color: #ffffff;
}

a.btn:hover,
.btn:hover  {
    border-color: #b92521;
    background-color: #ffffff;
    color: #b92521;
}

.cta .btn,
.cta a.btn:active,
.cta a.btn:visited,
.cta a.btn:focus {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}
.cta .btn:hover,
.cta a.btn:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #b92521;
}

.hvr-underline-reveal:before { background: #ffffff; }

main > section:nth-child(odd) { background-color: #ffffff; }
main > section:nth-child(even) { background-color: #f4f4f4; }

main > section:nth-child(odd) section,
main > section:nth-child(even) section   { background-color: transparent; }

main > section           { color: #7b7b7f; }
main > section.info      { background-color: #333333; color: #ffffff; }
main > section.cta       { background-color: transparent; color: #ffffff; }

main > section.section--contact a,
main > section.section--contact a:active,
main > section.section--contact a:visited,
main > section.section--contact a:focus { color: #7b7b7f; }

.event__list--short-view .event { border-color: #e0e0e0; }
.event__list--full-view .event { border-color: #e0e0e0; }

.business-hours__item label { border-color: #e0e0e0; }
.business-hours__item__content { border-color:  #e0e0e0; }

.business-hours__item--today .business-hours__item__content,
.business-hours__item--today label {
    background-color: rgba(255, 255, 255, 0.5);
}
.event__list.event__list--short-view a.event {
    color: #b92521;
}
.event__list.event__list--short-view a.event::before {
    background-color: #ffffff;
    border-color: #e0e0e0;
    color: #7b7b7f;
}

.business-hours__item--open label,
.business-hours__item--open time { color: #2a642d; }

.business-hours__item--closed label,
.business-hours__item--closed time { color: #b30505; }

.menu__item { border-color: #e0e0e0; }

.mediaslide .slick-next::before,
.mediaslide .slick-prev::before { color: #b92521; }


/* footer colors */
footer section { color: #ffffff; }
footer section.section--locations { background-color: #ffffff; color: #b92521; }

footer .tabs__navigation {
    border-color: #ffffff;
}
footer .tabs-section .tabs .nav-tabs > li > a,
footer .tabs-section .tabs .nav-tabs > li > a:focus,
footer .tabs-section .tabs .nav-tabs > li > a:active,
footer .tabs-section .tabs .nav-tabs > li > a:visited,
footer .tabs-section .tabs .nav-tabs > li > a:hover { color: #7b7b7f; }

footer .tabs-section .tabs .nav-tabs > li.active > a,
footer .tabs-section .tabs .nav-tabs > li.active > a:focus,
footer .tabs-section .tabs .nav-tabs > li.active > a:active,
footer .tabs-section .tabs .nav-tabs > li.active > a:visited,
footer .tabs-section .tabs .nav-tabs > li.active > a:hover { color: #ffffff; }

footer .nav-tabs > li.active > a,
footer .nav-tabs > li.active > a:focus,
footer .nav-tabs > li.active > a:active,
footer .nav-tabs > li.active > a:visited,
footer .nav-tabs > li.active > a:hover {
    background-color: #b92521;
    color: #ffffff;
    border-color: #b92521;
}

footer .mde { background-color: #1b98d5; }
footer .mde p { color: #ffffff; }

footer .btn,
footer a.btn:active,
footer a.btn:visited,
footer a.btn:focus {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}
footer .btn:hover,
footer a.btn:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #b92521;
}

footer .mde .btn,
footer .mde a.btn:active,
footer .mde a.btn:visited,
footer .mde a.btn:focus {
    background-color: #005a9f;
    border-color: #005a9f;
    color: #ffffff;
}

footer .mde .btn:hover,
footer .mde a.btn:hover {
    color: #005a9f;
    border-color: #005a9f;
    background-color: #ffffff;
}

