html {
  position: relative;
  min-height: 100%;
}

html,
body {
  height: 100%;
}

body {
  background: #ccc url(../jpg/main-background-2b25c53b4c736697649da63a9152710a24ad.jpg) repeat-x 0px 50px;
  color: #444;
}

h1 {
  color: #0d132a;
  font: 700 34px/36px 'Oswald', sans-serif;
}

h2 {
  font: 700 18px/18px 'Open Sans Condensed', sans-serif;
}

h3 {
  font: 700 18px/18px 'Open Sans Condensed', sans-serif;
}

.text-yellow {
  color: rgb(255, 216, 20) !important;
}

time.race-time {
  text-decoration: underline dotted;
  cursor: help;
  white-space: nowrap;
}

.table-hrn a:visited {
  color: purple;
}

.top-pushdown-ad {
  position: sticky;
  background: #222 url(../png/nav-bg-361e35bddeddbb203e74e99c59e1f41724ad.png) repeat-x top;
  box-shadow: 0 4px 15px -5px #000;
  color: #fff;
  max-height: 90px;
}

.top-pushdown-ad.with-sticky-video-player {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-height: 160px;
  height: 160px;
}

.top-nav {
  background: #222 url(../png/nav-bg-361e35bddeddbb203e74e99c59e1f41724ad.png) repeat-x top;
  border-bottom: 1px solid #444;
  box-shadow: 0 4px 15px -5px #000;
  color: #fff;
  padding: 0;
}

.top-nav a {
  color: #fff;
  font: 700 14px/14px 'Open Sans Condensed', sans-serif;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}

.top-nav .dropdown-toggle::after {
  display: none;
  /* turn off dropdown arrows to save space */
}

.top-nav .nav-link {
  height: 50px;
  background: url(../png/nav-sep-28ebb7464f20cb7bbc76cb3ac9aa6a4824ad.png) no-repeat right bottom;
  display: flex;
  align-items: center;
}

.top-nav .nav-link-text {
  white-space: nowrap;
}

.top-nav .dropdown.show {
  background: #eee url(../png/nav-bg-361e35bddeddbb203e74e99c59e1f41724ad.png) repeat-x bottom;
}

.top-nav .nav-link {
  padding: 0;
}

.top-nav .dropdown.show .nav-link {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.top-nav .dropdown-menu {
  background: #ddd url(../png/striped-bg-fb240bd2717eb8d215ebc27d6966ddbe24ad.png);
  border-radius: 0 0 .25rem .25rem;
  margin-top: 0;
  padding: 4px;
}

.top-nav .dropdown-item {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  background: #eee;
  padding: 4px 8px;
}

.top-nav .dropdown-item:hover {
  background: #fff;
}

.top-search {
  border: 1px inset #666;
  border-radius: 3px;
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.7);
}

.top-search .query {
  background: transparent;
  border: 0;
  color: #aaa;
  padding-left: 4px;
  width: 60px;
  font-size: 80%;
}

@media (min-width: 768px) {
  .top-search .query {
    width: 100px;
    font-size: 100%;
  }
}

.top-search .btn {
  border-width: 0px;
  padding: 0;
}

.main-logo {
  padding: 10px;
}

.main-container {
  background-color: #fff;
  border: 10px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 7px -3px #000;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .main-container {
    border-width: 0px;
  }
}

.main-container iframe {
  max-width: 100%;
}

.side-ad-container {
  position: relative;
}

.left-ad,
.right-ad {
  position: absolute;
  display: none;
  width: 160px;
  height: 600px;
}

.left-ad {
  left: -170px;
}

.right-ad {
  right: -170px;
}

@media (min-width: 1300px) {

  .left-ad,
  .right-ad {
    display: block;
  }
}

.footer {
  background-color: #222;
  color: #aaa;
  font: 400 10px/14px 'Open Sans', sans-serif;
  padding-top: 1rem;
  padding-bottom: 60px;
}

.footer a {
  color: #fff;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bg-primary.text-light a {
  color: #f8f9fa !important;
}

.alert:empty {
  display: none;
}

.ticker {
  color: #fff;
  background-color: #777;
  font: 700 12px/12px 'Open Sans', sans-serif;

  line-height: 30px;
  border-top: 1px solid #555;
  border-bottom: 2px solid #ccc;
}

.ticker .col-auto,
.ticker .col-sm-auto {
  padding-left: 5px;
  padding-right: 5px;
}

.ticker a {
  color: #fff;
}

.ticker .ticker-heading {
  background: url(../gif/ticker-bg-93b8f834d13daf54712ba76e1a82e9c024ad.gif) no-repeat right bottom;
  height: 30px;
  padding-right: 15px;
}

.ticker .ticker-username {
  color: #ffff00;
  text-decoration: underline;
}

#fullscreenAd .modal-dialog {
  max-width: 600px;
}

#fullscreenAd .modal-body {
  padding: 0;
  width: 600px;
  height: 400px;
}

#fullscreenAd .close {
  position: absolute;
  z-index: 999999999;
  top: 0px;
  right: 0px;
  margin: 5px;
  width: 40px;
  height: 40px;

  color: black;
  border: 3px solid black;
  border-radius: 20px;
  background-color: white;
}

#sliderAd {
  max-width: 300px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  background-color: white;
  border-top: 2px solid #0d50a1;
  box-shadow: 0 4px 10px #666;
  display: none;
}

#sliderAd .close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 5px;
  width: 40px;
  height: 40px;

  color: black;
  border: 3px solid black;
  border-radius: 20px;
  background-color: white;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item:before {
  padding-right: 0.25rem;
}

.widget-box {
  margin-top: 20px;
  box-shadow: 0 2px 7px -1px #aaa;
  font: 12px/16px helvetica, arial, sans-serif;
}

.widget-box * {
  max-width: 100%;
}

.widget-box h2 {
  margin: 0;
}

.widget-box a {
  font-weight: bold;
}

.widget-box .row {
  margin: 0px 10px;
  padding: 10px 0px;
}

.widget-box .row+.row {
  border-top: 1px dotted #ccc;
}

.read-more-thumbnail {
  max-width: 108px;
}

.read-more-headline {
  margin-bottom: 5px;
}

.striped-header {
  background: #777 url(../png/striped-bg-fb240bd2717eb8d215ebc27d6966ddbe24ad.png);
  color: #fff;
  font: 700 18px/18px 'Open Sans Condensed', sans-serif;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase;
}

.striped-header a {
  color: #fff;
}

.social-buttons img {
  display: block;
  max-width: 32px;
}

.fs-sidewall-container {
  z-index: 1 !important;
}

#fs-sticky-footer {
  z-index: 1;
}
