@font-face {
    font-family: 'Kimberley';
    src:url('../fonts/Kimberley.ttf.woff') format('woff'),
        url('../fonts/Kimberley.ttf.svg#Kimberley') format('svg'),
        url('../fonts/Kimberley.ttf.eot'),
        url('../fonts/Kimberley.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/** teaser extras **/
body {
    background-image: url(../img/football-stadium.jpg);
    background-size: cover;
    background-position: fixed;
}
body:after {
    content: ' ';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index:-1;
}
.jumbotron { background: transparent; padding: 20px 0px; color: #fff; text-align: center; margin-bottom: 0;}
.jumbotron .offering { text-align: left; }
.jumbotron a { color: #fff; font-weight: bold; text-decoration: underline; }
.container { z-index: 1000; }
/*footer { position: fixed; bottom: 0; left: 0; width: 100%; }*/
.footer { border-top: none; background: #000; margin-top: 60px; }
div.logo { text-align: center; position: absolute; width: 100%; }
img.navbar-logo { display: inline-block;  margin-top: 10px;  }
#gt-slides { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); margin-bottom: 40px; }
#gt-slides img { width: 100%; }
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 10px 40px;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
}

.carousel-caption h1 {
    font-size: 24px;
    margin-top:10px;
    font-weight: bold;
}

.carousel-indicators{
    top: 20px;
    bottom: auto;
}

.carousel-control {
    width: 10%;
}
#clockdiv{
    margin: 0 0 40px 0;
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 32px;
    padding: 20px 0;
    /*background: #333;*/
}

#clockdiv > div{
    padding: 10px;
    background: #9EB300;
    display: inline-block;
}

#clockdiv div:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#clockdiv div:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #e0df00;
    min-width:72px;
    display: inline-block;
    color: #333;
    font-weight: bold;
}

.smalltext{
    padding-top: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 768px){
    #clockdiv div > span{
        min-width: auto;
    }
}
/** teaser extras end **/

.nav > li > a:hover, .nav > li > a:focus {
    border-bottom: 3px solid #e0df00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
     color: #333;
    background-color: transparent;
    border-bottom: 3px solid #e0df00;
}

.btn-primary {
    color: #e0df00;
    background-color: transparent;
    border-color: #e0df00;
}

.btn-primary:hover,
.btn-primary:focus, .btn-primary.focus,
.btn-primary:active .btn-primary.active {
    color: #333;
    background-color: #e0df00;
    border-color: #e0df00;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #333;
    background-color: #e0df00;
    border-color: #e0df00;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #333;
    background-color: #e0df00;
    border-color: #e0df00;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #333;
    background-color: #e0df00;
}

/**/

.landing-cols h2 {
    font-family: "Kimberley", sans-serif;
    color: #e0df00;
    border-bottom: 3px solid #222;
    letter-spacing: .1em;
}

.landing-cols h2 i {
    color: #333;
}

.landing-cols .feed-item p.date {
    color: #e0df00;
    background: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.inplay ul.games > li > a:hover,
.inplay ul.games > li > a:active,
.inplay ul.games > li > a:focus {
     border-bottom: 1px solid #e0df00;
}

.sportsbook a:hover img, .sportsbook a:active img, .sportsbook a:focus img,
.casinoteaser div.item:hover,
.vfl a:hover img, .vfl a:active img, .vfl a:focus img {
    border-bottom: 3px solid #e0fd00;
}
