@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

body{
  background-color: #f5f5f5 !important;
}
.bgback {
    background-image: url('../skin/img/WATERSPORTS_TopBANNER.jpg');
    min-height: 315px;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    border-bottom: 30px #0076c1 solid;
}
#header {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100px;
    z-index: 1;
}
#logo {
    float: left;
    margin: 0;
}
#logo a img {
    max-height: 150px;
    padding: 10px;
    margin-top: 30px;
    max-width: none;
    width: auto;
    height: 100%;
}
#main_menu {
    float: right;
    display: block;
    margin-top: 20px;
}
#main_menu > ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
#main_menu > ul > li {
    float: left;
    margin-top: 3px;
    margin-left: 2px;
}
#main_menu > ul > li > a {
    font-family: "Lato" , "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: bold;
}
#main_menu > ul > li > a:hover, #main_menu > ul > li.active > a {
    background-color: #1a1d69;
    color:#fff;
}
#content{
  margin-top: 275px;
  border-radius: 10px;
  padding-top: 50px;
  margin-bottom: 50px;
  padding-left:0;
  padding-right:0;
}
@media only screen and (max-width: 768px) {
  #main_menu {
    display: none;
  }
  #header h3{
    width: 100%;
    text-align: center;
  }
}

#content .center-footer{
  margin-top: 50px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#888;
}
#content .center-footer p{
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#888;
  font-size: 12px;
}

#footer {
    background: #2f2f2f;
    padding: 40px 0 20px;
    color: #d5d5d5;
    border-top: 4px solid #fff;
}
#footer a{
  color:#FFF;
}
#footer .bottom {
    padding-top: 30px;
    border-top: 5px solid #484848;
    color: #8b8c8d;
}
#footer .row{
  margin-bottom: 35px;
}
#footer h3{
  color:#FFF;
  font-family: "Open Sans";
  font-size: 14px;
}
@media (min-width: 768px){
  #myNavbar2{
    display: none !important;
  }
}
.ui-datepicker-month, .ui-datepicker-year{
  color:#000;
}
.form {
    -webkit-border-radius: 0px !important;
    border-radius:  0px !important;
    border: solid #2d2c3e 2px !important;
}
.form label{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px !important;
  margin-bottom: -6px;
  padding: 0px;
}
.navbar-toggle.main-menu{
  margin-top: -202px !important;
  z-index: 999;
  cursor: pointer;
  background-color: rgba(255,255,255,.7) !important;
}
.navbar-toggle.main-menu .icon-bar {
    background-color: #000 !important;
}
#myNavbar2{
    z-index: 9999;
    position: absolute;
    top: 40px;
    width: 100%;
    background: rgb(255, 255, 255);
}