body {
    padding-top: 3.5rem;
    font-family: Lato,sans-serif;
}
main {
    padding: 2rem 0;
}
img {
    max-width: 100%;
}
.btn.btn-primary, a {
    transition: all .2s ease-in-out;
}
a {
    color: #f94c3b;
}
a:hover {
    color: #f71f0a;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Teko,sans-serif;
    text-transform: uppercase;
}
blockquote {
    color: #999;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 3rem auto;
    width: 80%;
}
caption {
    caption-side: top;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: .5rem;
}
.lead {
    font-size: 1.2rem;
}
.btn.btn-primary {
    background-color: #f94c3b;
    border-color: #f94c3b;
}
.btn.btn-primary:hover {
    background-color: #e11a07;
    border-color: #e11a07;
}
.card .card-img, .card .card-img-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.table th, .table td {
    padding: .6rem .7rem .5rem .8rem;
    vertical-align: initial;
}
.thead-dark th {
    background-color: #000 !important;
}
nav .container-fluid, main .container-fluid {
    max-width: 1366px;
}
.navbar-brand {
    position: absolute;
    top: .25rem;
}
.navbar.fixed-top {
    background: #000;
    color: #fff;
    /*border-bottom: 1px solid #ddd;*/
    font-family: Teko,sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    box-shadow: 0 0 2rem rgba(0,0,0,.15);
}
/*.navbar.fixed-top .navbar-nav {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
}*/
.navbar-collapse {
    margin: .4rem 0;
}
.navbar.fixed-top .navbar-nav a {
    color: #fff;
    padding: .5rem;
}
.navbar.fixed-top .navbar-nav .active a {
    color: #fff;
}
.navbar.fixed-top .navbar-toggler {
    padding: .25rem .5rem;
}
.navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

header {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
header .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
    position: relative;
}
header h1 {
    font-size: 3.6rem;
    text-transform: uppercase;
}
header .lead {
    font-size: 1.35rem;
}
header.has-image {
    margin-top: 1.5rem;
    color: #eee;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
header.has-image .dimmer {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .45;
}
.block {
    padding: 0 0 1.5rem;
}
.block img {
    border-radius: .25rem;
}
.block .column-block .col-md:not(:last-child) {
    margin-bottom: 1.5rem;
}
.block .column-block img {
    height: 100%;
    object-fit: cover;
}
.block .image-gallery-block .carousel {
    border-radius: .25rem;
    overflow: hidden;
}
.page-link {
    color: #f94c3b;
}
.page-link:hover {
    color: #e11a07;
}
.page-item.active .page-link {
    background-color: #f94c3b;
    border-color: #f94c3b;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 82.5%;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
}
.responsive-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.responsive-video iframe {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
}

.post-everyone {
    display: none;
}
.post-everyone hr, .post-occasional hr, .post-mobile hr {
    margin: .6rem 0 1.5rem 0;
}

.home-article {
    margin-bottom: 1.5rem;
}

.home-article .image-link {
    display: block;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
}
.home-article .header-link {
    margin-bottom: .5rem;
}
.home-article .header-link a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
}
.home-article .post-meta {
    margin-bottom: .5rem;
}
.border-right-large {
    border-right: 1px solid rgba(1,1,1,.1);
}
.border-left-large {
    border-left: 1px solid rgba(1,1,1,.1);
}
#webcam-galler1 .carousel-control-prev, #webcam-gallery .carousel-control-next {
    width: 10%;
}
#webcam-gallery .carousel-caption {
    top: 8px;
    padding: 0;
    bottom: initial;
}
#webcam-gallery .carousel-indicators {
    margin-bottom: .3rem;
}

.html-block .right-50 {
    float: right;
    width: 49%;
    margin-left: 1%;
}

@media (max-width:991px) {
    .navbar-brand {
        position: relative;
        top: 0;
    }
    .navbar-brand img {
        width: 75%;
    }
    .navbar-collapse {
        margin: .5rem 0 0 0;
    }
    .navbar.fixed-top .container {
        max-width: 100%;
    }
    .navbar.fixed-top .navbar-nav a {
        padding: 0;
    }

    header.has-image {
        margin-top: 1.8rem;
    }
}

@media (max-width:767px) {

    .post-everyone {
        display: initial;
    }
    .post-occasional {
        display: none;
    }

    .border-right-large, .border-left-large {
        border-right: none;
    }

    .html-block .right-50 {
        float: initial;
        width: 100%;
        margin: 0 0 1rem 0;
    }
    .html-block .right-50 img {
        float: initial;
        width: 100%;
        margin: 0;
    }
}
@media (min-width:768px)
{
    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 0;
    }
    .post-mobile {
        display: none;
    }
}
.post-meta {
    font-size: .875rem;
}
.post-meta span:not(:last-child)::after {
    content: "\25C6";
    display: inline-block;
    padding: 0 .25rem;
}
.classes-meta {
    font-size: .875rem;
    margin-bottom: 0;
}
.classes-meta span::before {
    content: "\25CB";
    display: inline-block;
    padding: 0 .25rem;    
}
.archive article {
    padding-bottom: 1rem;
}
.comments .alert {
    background: #f4f4f4;
    padding: 2rem 2.5rem;
}

sponsors .container-fluid {
    overflow: hidden;
    max-width: 4855px;
}
#sponsors_inner {
    width: 9710px;
    line-height: 35px;
    font-size: 0;
    -webkit-animation: bannermove 45s linear infinite;
    -moz-animation: bannermove 45s linear infinite;
    -ms-animation: bannermove 45s linear infinite;
    -o-animation: bannermove 45s linear infinite;
    animation: bannermove 45s linear infinite;
}
#sponsors_inner:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#sponsors_inner span {
    width: 50%;
    float: left;
}

#sponsors_inner img {
    margin-right: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@keyframes "bannermove" {
    0% {margin-left: 0px;}
    100% {margin-left: -4855px;}
}
@-moz-keyframes bannermove {
    0% {margin-left: 0px;}
    100% {margin-left: -4855px;}
}
@-webkit-keyframes "bannermove" {
    0% {margin-left: 0px;}
    100% {margin-left: -4855px;}
}
@-ms-keyframes "bannermove" {
    0% {margin-left: 0px;}
    100% {margin-left: -4855px;}
}
@-o-keyframes "bannermove" {
    0% {margin-left: 0px;}
    100% {margin-left: -4855px;}
}

footer {
    background-color: #000;
}

.has-image .container.text-center {
    padding: 7.5rem 0;
}

#headerlink {
    color: #fff;
}

#headerlink p {
    margin-bottom: .7rem;
}

#headerlink .row {
    max-width: 300px;
    margin: 0 auto;
}

#countdown_days, #countdown_hours, #countdown_mins, #countdown_secs {
    margin: 0;
    line-height: 1;
}

#countdown_hours_h4 {
    margin-left: -.4rem;
}

.table-autowcentered {
    width: auto;
    margin: 0 auto;
}