/*@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

body {
  font-size: 12px;
  color: #7a7879;
  line-height: 1.42857;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  background: #000000 url("../images/bg.png");
  background-position: center center;
  background-repeat: repeat-y;
}

h1,
h2,
h3,
h4 {
  color: #ec9001;
  margin-top: 10px;
  font-family: "Oswald";
}
h1 {
  color: #ec9001;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ec9001;
  text-align: center;
  margin-top: 0px;
}
a {
  color: #ec9001;
  text-decoration: none;
}
a:hover {
  text-decoration: blink;
}

a:visited {
  color: #949293;
}

ul,
ol {
  list-style: none;
}

p {
  font-size: 14px;
  font-family: "Helvetica .Condensed";
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}
.navbar-static-top {
  background: #170149;
  border-bottom: 3px solid #ec9001;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background: #e6001d;
  transition: all 0.5s ease 0s;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-size: 14px;
  padding: 15px 26px;
  transition: all 2s ease 0s;
}

.socil-ikens {
  text-align: center;
}
.socil-ikens li {
  margin-bottom: 10px;
}

.navbar-inverse .navbar-nav > li ul li a {
  display: block !important;
}
.navbar-inverse .navbar-nav > li ul li:hover {
  background: #666;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #e6001d;
  transition: all 0.5s ease 0s;
}
.dropdown-menu li a {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
}
.dropdown-menu {
  background: #170149;
  min-width: 100%;
}
.dropdown-menu li a:hover {
  background: #e6001d;
  color: #ffffff;
}

/*side-bar-left*/
.features h3 {
  background: #17024e url("../images/features-bg.png");
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  border-bottom: 2px solid #ec9001;
}
.features li a {
  color: #ffffff;
  font-size: 13px;
}
.features li {
  background: #17024e url("../images/features-li-bg.png");
  background-repeat: repeat-x;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  color: #ffffff;
  border-bottom: 2px solid #ec9001;
}
.features li:hover {
  background: #17024e url("../images/features-li-hover.png");
  background-repeat: repeat-x;
}

.form-signin {
  background: #e6001d;
  overflow: hidden;
  padding: 15px 10px;
}
.form-signin .form-group label,
.form-signin .form-group label a {
  display: inline;
  color: #ec9001;
  font-weight: bold;
}
.form-signin .checkbox {
  margin-left: 20px;
}

.login-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background: #e6001d;
  border: 2px solid #ffffff;
  width: 100%;
  height: 45px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.login-btn:hover {
  background: #ffffff;
  color: #e6001d;
}

.register-here,
.forgot-password {
  text-align: center;
  display: block;
  padding-top: 5px;
  color: #ec9001;
}
.register-here a,
.forgot-password a {
  color: #ffffff;
}
.register-here a:hover,
.forgot-password a:hover {
  color: #ec9001;
}

.form-signin .form-control {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-signin input {
  border-radius: 0px;
}
ul {
  padding-left: 0;
}

.form-signin-heading {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;
  text-align: center;
  margin-top: auto;
}
.bike-month li a {
  background: #17024e url("../images/bike-Month-li-bg.png");
  background-repeat: repeat-x;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.bike-month li a:hover {
  background: #17024e url("../images/red-bg.png");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bike-month li a {
  color: #ffffff;
  font-size: 16px;
}
.side-bar-add img {
  margin: 0 auto 10px auto;
  display: block;
}

.mid-bar {
  margin: 20px auto;
  text-align: center;
  color: #ec9001;
}
.mid-bar img {
  padding: 3px;
  border: 1px solid #666666;
  text-align: center;
  width: 125px;
  height: auto;
  transition: all 0.2s ease 0s;
}

.mid-bar img:hover {
  padding: 0px;
  transition: all 0.3s ease 0s;
}
.add-bar-bottem img {
  margin: 10px auto;
  display: block;
}
.foote-manu {
  background: #170149;
  border-top: 3px solid #ff9900;
  border-bottom: 3px solid #ff9900;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.foote-manu a {
  font-size: 16px;
  color: #ffffff;
  transition: all 1.5s ease 0s;
}

.foote-manu a:hover {
  color: #e6001d;
  transition: all 0.5s ease 0s;
}
.copy-right {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
}
.mid-bar strong a {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  color: #ec9001;
}
.mid-bar strong a:hover {
  color: #ffffff;
}
.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;

  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.bottem-add img {
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.add-left-bar img {
  margin-bottom: 10px;
}

.add-left-bar img {
  margin: 0 auto;
  display: block;
}
.input-group-search input {
  width: 70%;
  display: inline;
}
.input-group-search button {
  width: 25%;
  float: right;
}
/*****************iner***page*****************************/
.form-row div {
  margin-bottom: 10px;
}
.beer-and-wine {
  text-align: center;
}
.beer-and-wine span {
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 20px;
}

.beer-and-wine li {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #ec9001;
  display: inline;
  display: inline-block;
}
.beer-and-wine a:hover {
  color: #ffffff;
}
/*.beer-wine{
	background:url("../images/icon_wine_bar.gif");
}
.full-Bar{
background:url("../images/icon_full_bar.gif");

}
.entertainment{
background:url("../images/icon_entertainment.gif");

}
.vegetarian{
background:url("../images/icon_vegetarian.gif");

}
.handicap{
background:url("../images/icon_handicap_accessible.gif");
}
.country{
background:url("../images/cap.png");

}
.dance-music{
background:url("../images/dance-music.png");

}
.blues{
background:url("../images/blues.png");

}
.jazz{
background:url("../images/jazz.png");

}
.hard-rock{
background:url("../images/hard-rock.png");

}*/

.sponsors-list li {
  display: inline;
}
.sponsors-list img {
  margin: 24px;
}
.bar-icon {
  text-align: right;
  margin-top: 3px;
}
.liquor-bar {
  border: 1px solid #e6001d;
  padding: 5px 0px 0px 0px;
  overflow: hidden;
  background: #333333;
  margin-bottom: 15px;
}
.liquor-bar a {
  font-size: 14px;
  font-weight: bold;
  color: #ec9001;
}
.liquor-bar p {
  padding: 0px;
  margin: 3px 0px 0px 10px;
  font-size: 12px;
  color: #9d9d9d;
}
.bar-icon li {
  display: inline;
  padding-left: 5px;
  padding-top: 3px;
}
.star-platinum > img {
  margin-top: 1px;
  position: relative;
  max-width: none;
  margin-bottom: 5px;
}
.pagination {
  float: right;
}
.pagination > li > a,
.pagination > li > span {
  background: #333333;
  border: none;
  color: #9d9d9d;
}
.page-bottem {
  margin-bottom: 20px;
  margin-top: 20px;

  background: #333333;
  border: none;
  color: #9d9d9d;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #333333;
  color: #ec9001;
}
.search {
  color: #ffffff;
  background: #170149;
  border: 1px solid #ffffff;
}
.search:hover,
.search:focus,
.search.focus {
  color: #ec9001;
  background: #170149;
  border: 1px solid #ec9001;
}

.col-mm-2 {
  width: 20%;
  float: left;
  padding: 15px;
  text-align: center;
}
.add-left-bar > li {
  margin-bottom: 5px;
}
#contactform,
#contact-form label {
  color: #ec9001;
  font-weight: bold;
}
#contact-form {
  margin-bottom: 15px;
}
/*****************Responsive***Part*****************************/
.coming-soon img {
  display: block;
  margin: 0 auto;
}

.online-payments {
  text-align: center;
  margin-top: 60px;
}

.address {
  margin-top: 40px;
  margin-bottom: 20px;
}

.address p {
  color: #ec9001;
}

.month-table {
  background: #170149;
}
.month-table thead {
  background: #e6001d;
  color: #ffffff;
}
.month-table a:hover {
  color: #ec9001;
  text-decoration: none;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #ec9001;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: 250px;
  max-width: 100%;
  width: 100%;
}

.holi-days {
  margin-top: 15px;
}

.restaurant-list a {
  color: #ec9001;
}
.ricks-review {
  text-align: center;
}
.ricks-review > strong {
  color: #ec9001;
}
.ricks-review > p {
  color: #fefefe;
  border: dashed 1px #ec9001;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.restaurant-list > img {
  float: right;
}
.listings-back {
  margin-top: 40px;
}
.listings-back a,
.listing-box a {
  color: #ec9001;
}
#myCarousel {
  margin-bottom: 20px;
}

.bike-listing strong {
  font-size: 14px;
}
.submit-current {
  display: block;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #fefefe;
  background: #170149;
  border: dashed 1px #fefefe;
  text-decoration: none;
}
.submit-current:hover {
  color: #fefefe;
  background: #111111;
  border: dashed 1px #fefefe;
  text-decoration: none;
}
.carousel-listing .carousel-inner .item img {
  height: 450px;
}

#bikerRegister label,
#bikerRegister p,
#CaptchaForm label {
  color: #ec9001;
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1025px) {
  body {
    background: #000000 url("../images/bg-tab.png");
    background-position: center center;
    background-repeat: repeat-y;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 15px 20px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 22px;
  }

  .form-group label {
    font-size: 11px;
  }
  .col-mm-2 {
    width: auto;
  }

  .col-xs-6 {
    width: 50%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .navbar-static-top {
    border-bottom: 1px solid #ec9001;
  }
  .foote-manu {
    border-top: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
  }

  .quote {
    display: none;
  }
  .form-horizontal {
    padding: 30px 0px;
    width: 100%;
  }
  .sponsors-list img {
    margin: 10px;
  }
  .liquor-bar-place {
    margin-top: 15px;
    text-align: center;
  }
  .bar-icon {
    text-align: center;
    margin-top: 45px;
  }
  .star-platinum > img {
    display: block;
    margin: 0 auto;
  }

  .online-payments {
    text-align: center;
    margin-top: 30px;
  }
  .address {
    text-align: center;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
