
/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary > .panel-heading h3 {
  color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */

/* header styles */


header {
  font-family: 'open sans', sans-serif;
}

header * {
  margin: 0;
}

header .header-container {
  display: block;
  background:#FFFF;
}

header a,
header a:hover{
  color:black;
  text-decoration: none;
}

header ul{
  list-style-type: none;
}

header .hamburger-icon-column{
  display:none;
}

header .mobile-slide-out-header-container,
header .sub-menu-outer-wrapper{
  visibility:hidden;
  opacity:0;
}

header .mobile-slide-out-header-container{
  position:fixed;
  top:0;
  left:0;
  width:calc(100vw - 12px);
  width:98.7vw;
  height:100vh;
  background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.9));
  overflow-y:scroll;
  overflow-x:auto;
  transition:0.5s;
  z-index:101;
}

header .mobile-slide-out-header-container a{
  color:white;
}

header .mobile-slide-out-wrapper{
  display:flex;
  justify-content: center; 
  min-width:431px; 
}

header .slide-out-menu{
  padding:80px 0 70px;
  text-align: center;
  width:100%;
}

header .header-row,
header .navigation-list,
header .navigation-column,
header .nav-best-marina-columns-wrapper,
header .navigation-list>li{
  display:flex;
}

header .sub-menu-outer-wrapper{
  position:absolute;
  width: 208px;
  transition-duration: 0.5s;
  z-index:10;
}

header .navigation-list>li:hover .sub-menu-outer-wrapper,
header div:hover>.sub-menu-outer-wrapper{
  visibility: visible;
  opacity:1;
}

header .sub-menu-item a{
  padding:8px 15px;
  display:inline-block;
  width:100%;
}

header .sub-menu-inner-wrapper{
  position:relative;
  right:7px;
  border-top-color: #e1762a;
  background-color: #ffffff;
  border-top-width: 2px;
  border-top-style: solid;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

header .sub-menu-inner-wrapper a{
  color: #2e448d;
}

header .header-row{
  justify-content: space-between;
  max-width:1310px;
  margin:0 auto;
  
}

header .navigation-column{
  padding-right:23px;
  white-space: nowrap;
}

header .nav-best-marina-columns-wrapper,
header .navigation-list{
  align-items: center;
}

header .logo-wrapper img{
  height:100%;
  margin-left:50px;
}

header .logo-column{
  width:283px;
  height:130px;
}

header .best-marina-wrapper{
  width:126px;
  height:120px;
}


header .header{
  color:#2e448d;
  font-size:13px;
  font-weight:600;
  padding:0 13px;
  height:100%;
  line-height:128px;
  display: inline-block;
}

header #rentalsHeader{
  color:#333333;
}

header .book-now-button-wrapper{
  padding:0 13px;
}

header .book-now-button-wrapper a{
  background-color: #e1762a;
  color: #ffffff;
  border-color: #e1762a;
  padding:9px;
  border-width:2px;
  border-style:solid;
  border-radius:2px;
  font-size:13px;
  line-height:130px;
  font-weight:600;
}

header .book-now-button-wrapper a:hover{
  opacity:0.9;
}

header .navigation-list>li{
  height:100%;
}

header .navigation-list>li:hover,
header #rentalsList{
  border-bottom-color: #e1762a;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

header .sub-menu-item a{
  font-size:12px;
  line-height:23px;
  font-weight:400;
  padding:8px 15px;
}

header .sub-menu-item a:hover{
  color:#333333;
  background:rgb(254, 254, 254);
}

header .book-online-list{
  display:flex;
  flex-direction: column;
  row-gap:6px;
}

header .book-online-list a{
  font-size:21px;
  line-height:29.4px;
}

@media only screen and (max-width:1190px){
  header .header{
    padding:0;
    font-size:11px;
  }

  header .navigation-list>li{
    padding:0 5px;
  }

  header .book-now-button-wrapper a{
    font-size:11px;
  }

  header .book-now-button-wrapper{
    padding:0 5px;
  }

  header .sub-menu-item{
    padding:0 5px;
  }
  
  header .sub-menu-item a{
    font-size:11px;
    font-weight:400;
    line-height:23px;
    color:#2e448d;
    padding:0;
    border-left:1px solid rgb(225, 225, 225);
    border-right:1px solid rgb(225, 225, 225);
  }

  header .sub-menu-item a:hover{
    color:#333333;
    background:rgb(254, 254, 254);
  }
}

/* mobile header styles */
@media only screen and (max-width:989px){
  header .navigation-column,
  header .best-marina-column{
    display:none;
  }

  header .hamburger-icon-column{
    display:block;
    position:absolute;
    z-index:9000;
    right:56px;
    color:white;
  }

  header .hamburger-icon-column .hamburger-icon{
    color:#2e448d;
  }

  header .display-slide-nav-menu{
    opacity:1;
    visibility:visible;
  }

  header .logo-column{
    max-width:197px;
    max-height:90px;
  }

  header .slide-menu-icon{
    font-size:35px;
  }

  header .slide-menu-icon:hover{
    cursor: pointer;
  }

  header .hamburger-icon-column .fa-close{
    color:#FFFF;
  }

  header .slide-out-item{
    font-size:35px;
    font-weight:400;
    line-height:56px;
  }

  header .slide-out-item a{
    width:100%;
    display:inline-block;
  }

  header .slide-out-sub-item{
    font-size:21px;
    line-height:29.4px;
    margin-bottom:6px;
  }

  header .slide-out-book-now-button{
    margin-top:12px;
  }

  header .slide-out-book-now-button a{
    color: hsl(0, 0%, 100%);
    font-size:35px;
    line-height:56px;
  }

  header .slide-out-book-now-button span{
    background-color: #e1762a;
    color: hsl(0, 0%, 100%);
    padding:17.5px 52.5px;
    border-radius:2px;
    font-size:35px;
    line-height:56px;
    border:2px solid #e1762a; 
  }

  header .slide-out-item a:hover{
    opacity: 0.7;
  }
}

@media only screen and (max-width:767px){
  header .logo-column{
    max-width:175px;
    max-height:80px;
  }

  header .header-row{
    max-width:85%;
  }

  header .logo-wrapper img{
    margin-left:0;
  }
}

/* footer styles */

footer {
  font-family: 'open sans', sans-serif;
}

footer .footer-container {
  display: block;
}

footer * {
  margin: 0;
}

footer h2{
  margin:0;
  padding:0;
  border:none;
  margin-top:17px;
  margin-bottom:8px;
  font-size:19.8px;
  font-weight:600;
  line-height:21.78px;
}

footer p{
  font-size:18px;
  font-weight:400;
  line-height:29.7px;
  margin:15.3px 0;
}

footer h2,
footer p,
footer a{
  color:white;
}

footer a:hover{
  color:white;
  text-decoration: underline;
}

footer .footer-upper-row{
  background:url('/skin/img/footer.png') #5282b8;;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top:40px;
  padding-bottom:67px;
}

footer .footer-upper-row-column-wrapper{
  display:flex;
}

footer .footer-lower-row{
  background:#2f458c;
}

footer .footer-lower-row p{
  margin:0;
}

footer .footer-lower-col,
footer .footer-upper-row-column-wrapper{
  max-width:1310px;
  margin-left:auto;
  margin-right:auto;
  padding:0 50px;
}

footer .footer-lower-col p{
  font-size:11px;
  padding:15px 0;
  line-height:29.7px;
  font-weight:400;
}

footer .footer-column{
  width:29%;
}

footer #contactColumn{
  margin-left:6%;
}

footer .scroll-to-top-button,
footer .scroll-to-top-button a{
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index:100;
}

footer .scroll-to-top-button{
  opacity: 0;
  visibility: hidden;
}

footer .scroll-to-top-button a{
  background-color: #2f458c;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  border: 1px solid rgb(47, 69, 140);
  position: fixed;
  right: 48px;
  bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:11px;
  color:white;
}

footer .scroll-to-top-button a:hover{
  background-color: #ffffff;
  color: #e1762a;
  border: 1px solid #e1e1e1;
}

footer .scroll-to-top-button a:hover,
footer .scroll-to-top-button a:visited,
footer .scroll-to-top-button a:active,
footer .scroll-to-top-button a:focus{
  text-decoration: none;
}

footer .show-scroll-up-button{
  opacity: 0.7;
  visibility: visible;
}

@media only screen and (max-width:767px){
  footer .footer-upper-row-column-wrapper{
    display:block;
  }

  footer #contactColumn h2{
    margin-top:128px;
  }

  footer #contactColumn{
    margin-left:auto;
  }

  footer .footer-column,
  footer .footer-lower-col{
    max-width: 85%;
    width:auto;
    margin:0 auto;
  }

  footer .footer-lower-col,
  footer .footer-upper-row-column-wrapper{
    padding:0;
  }

  footer .scroll-to-top-button{
    display:none;
  }
}