@import url('https://fonts.googleapis.com/css?family=Oswald');
a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  outline: 0;
}
section {
  float: left;
  width: 100%;
  height: 300px;
}
header {
  display: inline-block;
  width: 100%;
}
body {
  overflow-x: hidden;
}
/* SHORTCUTS DEFAULT */
/*Pagination*/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #f9b403;
  border-color: #f9b403;
  color: #222;
}
.pagination > li > a,
.pagination > li > span {
  color: #222;
  transition: .3s;
  border: 1px solid #b7b7b7;
}
.pagination {
  width: 100%;
  display: inline-block;
  transition: .3s;
  border-radius: 0;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border: 1px solid #b7b7b7;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #f9b403;
  background: #222;
  border-color: #222;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
/*navbar*/
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  z-index: 999;
  display: block;
 /* position: absolute;*/
 /* top: 70px;*/
 padding-top:25px;
  background-color:#000;
 /* background: linear-gradient(rgba(0, 0, 0, 0.1), #000);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) 40%, #000);*/
}
.inner-navbar {
  margin-bottom: 20px;
  position: static;
}
.navbar-nav {
  margin-right: -15px;
  display: inline-block;
  width: 81%;
  float: right;
  text-align: right;
  margin-bottom: 35px;
}
.navbar-nav li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  transition: 0.2s;
  padding: 10px 14px;
  font-family: 'Oswald';
  font-weight: bold;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background: #f9b403;
  color: #222;
}
.navbar-nav li.dropdown i {
  display: none;
}
.navbar-nav .active a {
  background: #f9b403;
  color: #222;
}
/*submenu*/
.dropdown-menu {
  padding: 0;
  border: 0;
  background-color: #f9b403;
  top: 98%;
  padding-top: 5px;
}
.dropdown-menu > li {
  display: inline-block;
  width: 100%;
}
.header-menu .nav.navbar-nav .dropdown-menu {
  background-clip: padding-box;
  border-top: none;
}
.header-menu .nav.navbar-nav .dropdown-menu:after {
  position: relative;
}
.header-menu .nav.navbar-nav .dropdown-menu a:hover,
.header-menu .nav.navbar-nav .dropdown-menu a:focus,
.header-menu .nav.navbar-nav .dropdown-menu a:active,
.header-menu .nav.navbar-nav .dropdown-menu a.active {
  color: #5f4400;
  background: #fff;
  text-decoration: none;
}
.dropdown-menu > li > a {
  font-size: 16px;
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  width: 100%;
  text-transform: uppercase;
  float: left;
  padding: 10px 15px;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background: #222;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  text-decoration: none;
  color: #5f4400;
  background: #fff;
}
.navbar-toggle {
  background: #fff;
}
.navbar-toggle .icon-bar {
  background: #5f4400;
}
.navbar-brand {
 /* padding-top: 15px;*/
 position:relative;
}
.navbar-brand img {
  z-index: 999;
  max-height:80px;
  max-width:150px;
  position:absolute;
 top:-15px;
}

.home-layout .navbar-brand img{ top:-15px;}

.navbar-toggle {
  background: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar {
  background: #000;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background: #fff;
}
.nav .open > a.dropdown-toggle,
.nav .open > a.dropdown-hover {
  color: #f9b403;
}
.navbar-right {
  list-style-type: none;
  padding-left: 0;
  padding: 7px 0;
  padding-top: 2px;
  display: inline-block;
  width:45%;/*width: 60%;*/
  float: right;
  text-align: right;
  margin-bottom: 25px;
}
.navbar-right .navbar-phone-number {
  display: inline-block;
  position: relative;
  bottom: 15px;
  transition: 0.2s;
}
.navbar-right .navbar-phone-number a:hover,
.navbar-right .navbar-phone-number a:focus {
  color: #f9b403;
}
.navbar-right .navbar-phone-number img {
  margin-right: 10px;
}
.navbar-right .navbar-phone-number span {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 5px;
}
.navbar-right .navbar-socials {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  margin-top: -2px;
}
.navbar-right .navbar-socials li {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
}
.navbar-right .navbar-socials li a {
  background: #f9b403;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-left: solid 1px #000;
  transition: 0.2s;
}
.navbar-right .navbar-socials li a i {
  font-size: 25px;
  position: relative;
  top: 8px;
  color: #000;
}
.navbar-right .navbar-socials li a:hover,
.navbar-right .navbar-socials li a:focus {
  background: #000;
}
.navbar-right .navbar-socials li a:hover i,
.navbar-right .navbar-socials li a:focus i {
  color: #f9b403;
}
/*calendar*/
.picker__day--today:before {
  border-top-color: #f9b403;
}
.picker__day--highlighted {
  border-color: #f9b403;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #fff;
  background: #f9b403;
}
.picker__input.picker__input--active {
  border-color: #f9b403;
}
/*inner-header*/
.inner-header {
  position: relative;
  background: url("../img/slider1.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inner-header > .container {
  position: relative;
}
.inner-header h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  display: inline-block;
  width: 100%;
  margin: 100px 0;
}
/*contact */
.contact-form {
  padding: 0 10px;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.contact-form .alert {
  margin: 0 5px;
  margin-bottom: 10px;
  background: rgba(249, 180, 3, 0.6);
  border-color: #f9b403;
  color: #222;
}
.contact-form .alert a {
  color: #222;
  opacity: 1;
}
.contact-form .col-sm-6,
.contact-form .col-sm-12 {
  padding: 5px;
}
.contact-form .input-group {
  width: 100%;
}
.contact-form button {
  font-family: 'Oswald';
  font-weight: bold;
  border: 0;
  border-top: 4px solid #f9b403;
  text-transform: uppercase;
  color: #000;
  padding: 7px 20px;
  height: 40px;
  font-size: 16px;
  display: inline-block;
  background: #f9b403;
  transition: 0.2s;
  margin-left: 5px;
  margin-top: 10px;
}
.contact-form button:hover {
  text-decoration: none;
  background: #222;
  color: #f9b403;
}
.contact-form input,
.contact-form textarea {
  border-radius: 0;
  border-color: #808080;
  height: 40px;
}
.contact-form textarea {
  height: 140px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f9b403;
  box-shadow: 0 0 8px rgba(86, 59, 126, 0.5);
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #b1b1b1;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.event-content a:hover,
.single-event a:hover,
.event-content a:focus,
.single-event a:focus {
  text-decoration: none;
}
/*carousel caption*/
.carousel-caption {
  left: 0;
  bottom: auto;
  text-align: left;
  top: auto;
  bottom: 10%;
  right: 0;
}
.carousel-caption .slider-title {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #fff;
}
/* shortcode gallary */
.shortcode-gallery {
  display: inline-block;
  width: 100%;
}
.shortcode-gallery h4 {
  font-size: 24px;
  margin: 20px 0;
}
.shortcode-gallery .shortcode-gallery-wrapp {
  width: 33%;
  padding: 0 15px;
  float: left;
  margin-bottom: 15px;
}
.shortcode-gallery .shortcode-gallery-wrapp a,
.shortcode-gallery .shortcode-gallery-wrapp a img {
  width: 100%;
  margin: 0;
  height: auto;
}
/* overlay */
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* owl carousel */
.owl-container {
  position: relative;
}
.small-container {
  width: 90%;
  padding: 0;
}
.owl-carousel {
  position: static;
}
/* select */
/* site map */
.map-site {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f9b403;
}
.map-site-letter-wrapp {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin-top: 10px;
  border-bottom: 1px solid #f9b403;
}
main .map-site .map-site-alphabet-list {
  padding: 0;
}
main .map-site .map-site-alphabet-list li {
  display: inline;
  padding: 5px;
  width: auto;
}
main .map-site .map-site-alphabet-list li:before {
  content: "";
}
span.map-site-letter {
  font-size: 22px;
  float: left;
  width: 100%;
  position: absolute;
  left: 6px;
  top: -5px;
  text-align: left;
}
.map-site-letter-wrapp .col-xs-6 {
  float: left;
  position: relative;
}
#scroll-to-top {
  margin: 20px 0;
}
/*datepicker*/
.picker__day--today:before {
  border-top-color: #f9b403;
}
.picker__day--highlighted {
  border-color: #f9b403;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #fff;
  background: #f9b403;
}
.picker__input.picker__input--active {
  border-color: #f9b403;
}
.next-race-menu {
  height: 70px;
  display: inline-block;
  width: 100%;
  background: #f9b403;
  /*float: left;*/
}
/*slider*/
.home-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
.home-slider .slider-overlay {
  /*background-image: url('../img/slider-bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.home-slider .slider-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  position: absolute;
  bottom: 200px;
  left: 0px;
}
.home-slider .slider-caption .row {
  position: relative;
}
.home-slider .slider-caption h4 {
  font-size: 30px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Oswald';
  font-weight: bold;
}
.home-slider .slider-caption h4 span {
  color: #f9b403;
}
.home-slider .slider-caption p {
  font-family: 'Oswald';
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.home-slider .slider-caption a {
  font-family: 'Oswald';
  border-top: 3px solid #f9b403;
  text-transform: uppercase;
  color: #000;
  padding: 5px 20px;
  padding-bottom: 8px;
  font-size: 14px;
  display: inline-block;
  background: #f9b403;
  transition: 0.2s;
  margin-top: 10px;
}
.home-slider .slider-caption a:hover,
.home-slider .slider-caption a:focus {
  text-decoration: none;
  background: #222;
  color: #f9b403;
}
.home-slider .row {
  position: relative;
}
.home-slider .slider-menu {
  position: absolute;
  bottom: 0px;
  right: 15px;
  padding-right: 0;
}
.home-slider .slider-menu ul {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
}
.home-slider .slider-menu ul li {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.home-slider .slider-menu ul li a {
  border-top: 5px solid #f9b403;
  display: inline-block;
  width: 100%;
  height: 70px;
  background: #f9b403;
  margin-bottom: 5px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  font-size: 30px;
}
.home-slider .slider-menu ul li a img {
  margin-right: 15px;
  position: relative;
  bottom: 3px;
}
.home-slider .slider-menu ul li a .white {
  display: none;
}
.home-slider .slider-menu ul li a:hover,
.home-slider .slider-menu ul li a:focus,
.home-slider .slider-menu ul li a:active {
  background: #222;
  text-decoration: none;
  color: #fff;
}
.home-slider .slider-menu ul li a:hover .white,
.home-slider .slider-menu ul li a:focus .white,
.home-slider .slider-menu ul li a:active .white {
  display: inline-block;
}
.home-slider .slider-menu ul li a:hover .black,
.home-slider .slider-menu ul li a:focus .black,
.home-slider .slider-menu ul li a:active .black {
  display: none;
}
.home-slider .slider-menu ul li:last-child {
  background: #f9b403;
  height: 90px;
}
.home-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 35%;
}
.home-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 35%;
}
.home-slider .curve {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: -110px;
}
.home-slider .curve img {
  width: 100%;
}
.events {
  padding-right: 0;
  position: relative;
}
.events .heading {
  border-bottom: solid 1px #f9b403;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
}
.events .heading h3 {
  margin: 0;
  float: left;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.events .heading h3 img {
  margin-right: 10px;
  position: relative;
  bottom: 4px;
}
.events .heading a {
  color: #000;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  background: #f9b403;
  transition: 0.3s;
  float: right;
}
.events .heading a:hover {
  box-shadow: 0 0 0 1px #f9b403;
  background: #222;
  color: #f9b403;
  text-decoration: none;
}
.events .single-event {
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 22px;
  margin-bottom: 22px;
  display: inline-block;
  width: 100%;
}
.events .single-event .date {
  width: 15%;
  display: inline-block;
  float: left;
  text-align: center;
  background: #000;
  padding-top: 5px;
}
.events .single-event .date span {
  font-size: 30px;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.events .single-event .date p {
  color: #fff;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
}
.events .single-event .text {
  width: 81%;
  display: inline-block;
  float: right;
}
.events .single-event .text .news-title {
  color: #5f4400;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.events .single-event .text .news-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #5f4400;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.events .single-event .text .news-title:hover:before,
.events .single-event .text .news-title:focus:before {
  right: 0;
}
.events .single-event .text .news-title:hover,
.events .single-event .text .news-title:focus {
  text-decoration: none;
}
.events .single-event .text p {
  font-family: 'Raleway';
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.instagram {
  padding: 0 75px;
  position: relative;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  border-bottom: solid 10px #f9b403;
}
.instagram .owl-carousel .owl-item img {
  max-height: 350px;
}
.instagram .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
}
.instagram .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
}
.instagram .owl-item {
  border: 1px solid #726f6c;
}
.instagram .camera {
  padding: 10px;
  background: #f9b403;
  display: inline-block;
  margin-bottom: 30px;
}
.instagram .follow-us {
  padding: 10px 25px;
  background: #f9b403;
  display: inline-block;
  margin-top: 60px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  transition: 0.3s;
}
.instagram .follow-us i {
  font-size: 25px;
  color: #000;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.instagram .follow-us:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}
.dining,
.market {
  display: inline-block;
  transition: 0.3s;
}
.dining .overlay,
.market .overlay {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: none;
  background-image: url('../img/overlay.png');
}
.dining .overlay .text,
.market .overlay .text {
  width: 100%;
  position: absolute;
  display: inline-block;
  top: 30%;
  text-align: center;
}
.dining .overlay .back,
.market .overlay .back {
  background: rgba(0, 0, 0, 0.4);
  width: 70%;
  display: inline-block;
  font-size: 30px;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
}
.dining .overlay .back span,
.market .overlay .back span {
  color: #f9b403;
  display: inline-block;
  margin-bottom: 15px;
}
.dining .overlay .back p,
.market .overlay .back p {
  color: #fff;
}
.dining img,
.market img {
  width: 100%;
}
footer {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-top:50px;
  background: #000;
  float: left;
  padding: 15px 0;
}
footer .col-xs-4 {
  border-left: 1px solid #f9b403;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
footer .col-xs-4:first-child {
  border: 0;
}
footer h3 {
  font-family: 'Oswald';
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
footer p {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-size: 12px;
  font-family: 'Raleway';
}
footer i {
  margin-right: 5px;
}
footer .foot-contact-us {
  text-align: center;
}
footer .foot-contact-us a:hover,
footer .foot-contact-us a:focus {
  color: #f9b403;
}
footer .foot-contact-us img {
  margin-right: 15px;
}
footer .foot-contact-us span {
  font-family: 'Oswald';
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
footer .newsletter .alert {
  background: #f9b403;
  color: #222;
  padding: 5px;
  border-color: #f9b403;
  margin-bottom: 10px;
}
footer .newsletter input {
  width: 65%;
  display: inline-block;
  float: left;
  height: 35px;
  border: 1px solid #f9b403;
  background: #000;
  padding-left: 10px;
  color: #fff;
  transition: 0.3s;
}
footer .newsletter input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #b1b1b1;
}
footer .newsletter input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #b1b1b1;
}
footer .newsletter input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #b1b1b1;
}
footer .newsletter input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #b1b1b1;
}
footer .newsletter input:focus {
  background: #222;
  box-shadow: none;
  outline: 0;
}
footer .newsletter button {
  width: 30%;
  float: right;
  height: 35px;
  font-family: 'Oswald';
  border-top: 3px solid #f9b403;
  text-transform: uppercase;
  color: #000;
  border: 0;
  padding: 8px 20px;
  padding-bottom: 8px;
  font-size: 14px;
  display: inline-block;
  background: #f9b403;
}
footer .newsletter button:hover,
footer .newsletter button:focus {
  border-top: 3px solid #f9b403;
  padding-top: 5px;
  text-decoration: none;
  background: #222;
  color: #f9b403;
}
footer .foot-visit {
  padding-top: 30px;
  text-align: center;
}
footer .foot-visit a:hover,
footer .foot-visit a:focus {
  color: #f9b403;
}
footer .foot-visit img {
  margin-right: 15px;
}
footer .foot-visit span {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 10px;
}
footer .footer-menu {
  display: inline-block;
  float: left;
  width: 46%;
}
footer .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu ul li {
  display: inline-block;
  float: left;
}
footer .footer-menu ul li a {
  border-left: 1px solid #f9b403;
  padding: 5px 8px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
  transition: 0.2s;
  font-size: 12px;
  display: inline-block;
}
footer .footer-menu ul li a:hover,
footer .footer-menu ul li a:focus {
  background: #f9b403;
  color: #000;
  text-decoration: none;
}
footer .footer-menu ul li:first-child a {
  border-left: none;
}
footer .foot-logo {
  display: inline-block;
  text-align: center;
  float: left;
  margin: 0 25px;
  margin-top: -35px;
}
footer .copyright {
  text-align: left;
  float: left;
}
footer .designed {
  text-align: right;
  float: right;
}
footer .designed a {
  color: #f9b403;
  text-transform: capitalize;
  font-family: 'Raleway';
  font-size: 12px;
}
.next-race-day {
  display: inline-block;
  padding-top: 20px;
}
.next-race-day h3 {
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  display: inline-block;
}
.next-race-day h3:after {
  content: '>';
  padding-left: 10px;
  position: relative;
  bottom: 2px;
}
.next-race-day .date,
.next-race-day .post {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}
.next-race-day .post {
  padding-left: 0;
}
.next-race-day .post:before {
  content: '|';
  margin-right: 10px;
}
.next-race-day .information {
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #000;
  color: #f9b403;
  background: #000;
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  transition: 0.2s;
  margin-left: 15px;
}
.next-race-day .information:hover,
.next-race-day .information:focus {
  color: #000;
  background: #f9b403;
  text-decoration: none;
}
.next-race-day .information:after {
  content: '>';
  margin-left: 7px;
  position: relative;
  bottom: 1px;
}
.next-race-logo {
  float: right;
  width: 8%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}
.next-race-logo img {
  margin-bottom: 5px;
}
.next-race-logo span {
  font-size: 12px;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  color: #353535;
}
#clockdiv {
  float: right;
  margin-left: 20px;
  margin-top: 5px;
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
}
#clockdiv > div {
  padding: 2px;
  display: inline-block;
}
#clockdiv div > span {
  border-radius: 3px;
  display: inline-block;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.smalltext {
  font-size: 12px;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  color: #353535;
}
.content {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 30px 15px;
  width: 100%;
}
.content-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-bg img {
  width: 100%;
  position: relative;
  top: 2px;
}
main.col-md-8 {
  margin-bottom: 40px;
}
main.col-md-8 h1 {
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
main.col-md-8 h2 {
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}
main.col-md-8 h3 {
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
main.col-md-8 img {
  max-width: 100%;
  margin-bottom: 25px;
}
main.col-md-8 h4 {
  font-family: 'Oswald';
  color: #f9b403;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
main.col-md-8 h5,
main.col-md-8 h6 {
  color: #f9b403;
  text-transform: uppercase;
}
main.col-md-8 p {
  font-family: 'Raleway';
  font-size: 14px;
  color: #000;
  margin-bottom: 25px;
}
main.col-md-8 dd {
  margin-bottom: 15px;
}
main.col-md-8 dl dt {
  font-family: 'Oswald';
}
main.col-md-8 dl dd {
  font-family: 'Raleway';
}
main.col-md-8 .jssocials-shares {
  margin-bottom: 20px;
}
main.col-md-8 .find-more {
  display: inline-block;
  width: 100%;
}
main.col-md-8 .find-more p {
  margin-bottom: 10px;
  text-transform: capitalize;
}
main.col-md-8 .find-more .col-xs-6 {
  padding: 2px;
}
main.col-md-8 .find-more .row {
  margin-left: -2px;
  margin-right: -2px;
}
main.col-md-8 .find-more a {
  font-family: 'Oswald';
  font-weight: bold;
  border-top: 4px solid #f9b403;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px;
  height: 50px;
  font-size: 18px;
  display: inline-block;
  background: #f9b403;
  transition: 0.2s;
  width: 100%;
}
main.col-md-8 .find-more a:hover {
  text-decoration: none;
  background: #222;
  color: #f9b403;
}
main.col-md-8 .jssocials-share-link {
  padding: 10px;
}
main.col-md-8 .jssocials-share-link span {
  width: auto;
  margin-bottom: 0;
  font-weight: 600;
}
main.col-md-8 .jssocials-share-link:hover,
main.col-md-8 .jssocials-share-link:focus {
  text-decoration: none;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}
main.col-md-8 .result {
  margin-bottom: 30px;
}
main.col-md-8 .result p {
  margin-bottom: 5px;
}
main.col-md-8 .news-title {
  border: 0;
  padding: 0;
  background: none;
  margin-bottom: 10px;
  color: #5f4400;
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
main.col-md-8 .news-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #5f4400;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
main.col-md-8 .news-title:hover:before,
main.col-md-8 .news-title:focus:before {
  right: 0;
}
main.col-md-8 .news-title:hover,
main.col-md-8 .news-title:focus {
  text-decoration: none;
  background: none;
  color: #5f4400;
}
main.col-md-8 p {
  margin-bottom: 15px;
}
main.col-md-8 .read-more {
  border-top: 3px solid #f9b403;
  display: inline-block;
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  transition: 0.2s;
  padding: 6px 12px;
  background: #f9b403;
  font-family: 'Oswald';
  font-weight: bold;
  margin-top: 10px;
}
main.col-md-8 .read-more:hover,
main.col-md-8 .read-more:focus {
  background: #222;
  color: #fff;
  text-decoration: none;
}
main.col-md-8 .event-image {
  padding: 0;
}
main.col-md-8 span {
  font-family: 'Raleway';
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
main.col-md-8 iframe {
  max-width: 100%!important;
}
aside.col-md-4 .slider-menu {
  margin-bottom: 30px;
}
aside.col-md-4 .slider-menu ul {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
}
aside.col-md-4 .slider-menu ul li {
  border-top: 5px solid #f9b403;
}
aside.col-md-4 .slider-menu ul li a {
  display: inline-block;
  width: 100%;
  height: 70px;
  background: #f9b403;
  margin-bottom: 5px;
  padding-left: 7px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
  color: #000;
  font-size: 25px;
}
aside.col-md-4 .slider-menu ul li a img {
  margin-right: 10px;
}
aside.col-md-4 .slider-menu ul li a .white {
  display: none;
}
aside.col-md-4 .slider-menu ul li a:hover,
aside.col-md-4 .slider-menu ul li a:focus,
aside.col-md-4 .slider-menu ul li a:active {
  background: #222;
  text-decoration: none;
  color: #fff;
}
aside.col-md-4 .slider-menu ul li a:hover .white,
aside.col-md-4 .slider-menu ul li a:focus .white,
aside.col-md-4 .slider-menu ul li a:active .white {
  display: inline-block;
}
aside.col-md-4 .slider-menu ul li a:hover .black,
aside.col-md-4 .slider-menu ul li a:focus .black,
aside.col-md-4 .slider-menu ul li a:active .black {
  display: none;
}
aside.col-md-4 .events .heading h3 {
  font-size: 18px;
  position: relative;
  top: 6px;
}
aside.col-md-4 .events .heading h3 img {
  bottom: 3px;
  width: 9%;
  margin-right: 5px;
}
aside.col-md-4 .events .heading a {
  padding: 4px 12px;
}
aside.col-md-4 .facebook {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.inner-slider {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  margin-bottom: 35px;
}
.inner-slider .slider-overlay {
  background-image: url('../img/slider-bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inner-slider img {
  width: 100%;
}
main.col-md-8 span.fc-state-default.fc-button-next,
main.col-md-8 span.fc-state-default.fc-button-prev {
  width: auto;
  background: #f9b403;
}
main.col-md-8 span.fc-state-default.fc-button-next .fc-text-arrow,
main.col-md-8 span.fc-state-default.fc-button-prev .fc-text-arrow {
  position: relative;
  bottom: 2px;
}
main.col-md-8 span.fc-button-today {
  background: #f9b403;
}
main.col-md-8 span.fc-corner-left.fc-corner-right {
  float: right;
}
main.col-md-8 .fc-event-inner {
  transition: 0.2s;
}
main.col-md-8 .fc-event-inner .fc-event-time {
  display: none;
}
main.col-md-8 .fc-event-inner:hover,
main.col-md-8 .fc-event-inner:focus {
  background: #222;
  border-color: #222;
  border-radius: 3px;
}
main.col-md-8 .fc-event-inner:hover span,
main.col-md-8 .fc-event-inner:focus span {
  color: #fff;
}
.event-calendar {
  margin-bottom: 30px;
}
.event-calendar span {
  color: #222;
}
.event-calendar .view-events-calendar {
  float: right;
  border-top: 3px solid #f9b403;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  color: #222;
  font-size: 12px;
  transition: 0.2s;
  padding: 9px 12px;
  height: 40px;
  background: #f9b403;
  font-family: 'Oswald';
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 10px;
}
.event-calendar .view-events-calendar img {
  display: none;
}
.event-calendar .view-events-calendar:hover,
.event-calendar .view-events-calendar:focus {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.event-calendar .race-schedule {
  float: right;
  border-top: 3px solid #f9b403;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  color: #222;
  font-size: 12px;
  transition: 0.2s;
  padding: 9px 12px;
  height: 40px;
  background: #f9b403;
  font-family: 'Oswald';
  font-weight: bold;
}
.event-calendar .race-schedule:hover,
.event-calendar .race-schedule:focus {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.event-calendar .btn-group > .btn:first-child {
  width: 100%;
  background: #fff;
  box-shadow: none;
  border-radius: 0px;
  border: solid 1px #222;
  padding: 10px;
  border-radius: 5px;
}
.event-calendar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.event-calendar .bootstrap-select {
  margin-left: 0px !important;
  margin-bottom: 20px;
}
.event-calendar .bootstrap-select:focus {
  box-shadow: none;
}
.event-calendar .bootstrap-select span.bs-caret .caret {
  width: auto;
}
.event-calendar .selectpicker {
  height: 40px;
  font-size: 18px;
}
.event-calendar .selectpicker option {
  font-family: '';
  font-size: 18px;
}
.event-calendar .filter-option {
  font-family: 'Raleway';
}
.event-calendar .open {
  background: none;
}
.event-calendar .open .dropdown-menu {
  padding: 0;
  margin: 0;
  margin-top: 7px;
  border-radius: 5px;
  margin-left: 0;
}
.event-calendar .open .dropdown-menu ul {
  background: #fff;
}
.event-calendar .open .dropdown-menu ul li {
  float: left;
}
.event-calendar .open .dropdown-menu ul li a {
  color: #222;
  background: #f9b403;
  padding: 5px 10px;
  font-weight: 400;
  transition: 0.2s;
}
.event-calendar .open .dropdown-menu ul li a:hover,
.event-calendar .open .dropdown-menu ul li a:active {
  padding-left: 25px;
  background: #222;
}
.event-calendar .open .dropdown-menu ul li a:hover span,
.event-calendar .open .dropdown-menu ul li a:active span {
  color: #fff;
}
.event-calendar .open .dropdown-menu ul li a span {
  font-family: 'Raleway';
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 14px;
}
.event-calendar .btn.dropdown-toggle {
  outline: 0!important;
  box-shadow: none;
  height: 40px;
  margin-left: 0;
}
.event-calendar .bs-caret {
  width: auto;
}
.ui-dialog-content .calendar-event-date {
  font-family: 'Raleway';
  font-weight: bold;
}
.ui-dialog-content p {
  font-family: 'Raleway';
}
.ui-dialog-content a {
  background: #f9b403;
  padding: 3px 10px;
  color: #222;
  transition: 0.2s;
  border-radius: 3px;
  border-top: 2px solid #f9b403;
  text-transform: capitalize;
}
.ui-dialog-content a:hover,
.ui-dialog-content a:focus {
  text-decoration: none;
  background: #222;
  color: #fff;
}
.ui-dialog-title {
  font-family: 'Oswald';
  font-weight: bold;
}
