
p, li, div {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 20px;
    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; }

.btn {
    padding: 6px 20px 8px
}

.tabs__navigation {
    border: medium none
}

ul.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
}

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

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:visited {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 24px;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.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 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 none
}

header .navigation nav {
    float: none;
    padding: 0;
}

header a.brand {
    display: inline-block;
    max-height: none;
    padding: 20px 0
}
header a.brand img {
    max-height: 80px
}
header a.brand div {
    font-size: 40px;
    line-height: 44px
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header a.brand {
        padding: 30px 0;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}



section adress { margin-bottom: 0; }

section.navigation .container-fluid,
section.topnav .container-fluid { padding-top: 0; padding-bottom: 0; }
section.navigation {
    position: relative;
}
section.navigation div,
section.navigation p,
section.navigation a {
    text-align: left;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    section.navigation div,
    section.navigation p,
    section.navigation a {
        text-align: center;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


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 .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 .business-hours__item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
section .business-hours__item label {
    margin: 0;
}
section .business-hours__item .business-hours__item__content {
    border-bottom: medium none;
    margin-left: 0;
}

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 p,
section div {
    text-align: center;
}

section .business-hours__item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px
}
section .business-hours__item label {
    border: 1px solid;
    margin: 0
}
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: rgba(0,0,0,0.9); color: #fff; }

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

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: #ff7f00;
    background-color: #ff7f00;
    color: #ffffff;
}

a.btn:hover,
.btn:hover {
    border-color: #ff7f00;
    background-color: #000000;
    color: #ff7f00;
}

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

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

section.navigation  { background: rgba(0,0,0,0.2); }
section.navigation.topnav  { background: #191919; }
section.info        { background: rgba(255,255,255,0.2); color: #ffffff; }

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

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

main > section { 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:hover { color: #ffffff; }

main > section.topnav { background-color: #191919; }
main > section.topnav nav ul li a { color: #ff7f00; }

main > section .business-hours__item {
    background: rgba(255,255,255,0.1);
}
main > section .business-hours__item label {
    border-color: #ffffff;
}

.event__list.event__list--short-view a.event {
    background: rgba(255,255,255,0.1);
    color: #FF7F00;
}
.event__list.event__list--short-view a.event::before {
    color: #FF7F00;
    background-color: rgba(0,0,0,0.9);
    border-color: rgba(255,255,255,0.5);
}

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

.tabs__navigation {
    background-color: rgba(255,255,255,0.1);
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active,
.nav-tabs > li > a:visited,
.nav-tabs > li > a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #FF7F00;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:visited,
.nav-tabs > li.active > a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border-color: rgba(0,0,0,0.9);
}

.form-control {
    background: rgba(255,255,255,0.1);
    color: #fff;
}


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

footer .tabs__navigation {
    border-color: #ffffff;
    background-color: transparent;
}
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 {
    background-color: #000000;
    color: #8a8a8a;
    border-color: #000000;
}

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 {
    background-color: #191919;
    color: #ff7f00;
    border-color: #191919;
}

footer .nav-tabs > li.active > a {
    background-color: #ff7f00;
    color: #ffffff;
    border-color: #ff7f00;
}

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: #ff7f00;
}

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;
}

.tab-content > .tab-pane {
    display: block;
    height:0;
    overflow:hidden;
}

.tab-content > .active {
    display: block;
    height:auto;
}

.container-fluid.container-locations {
    padding-left: 0;
    padding-right: 0;
}
