/* 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: 'Quicksand', sans-serif;
  
 
  font-weight:100;
  font-size:14px;
  text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.65);
  position:relative;
  z-index:3;
}

header .fake-background-space{
  height:140px;
}

header * {
  margin: 0;
}

header .header-container {
  position:fixed;
  z-index:9999;
  display: block;
  background:#f2f2f2;
  top:0;
  left:0;
  width:100%;
  color:white;
  box-shadow: 0 1px 7px -3px rgba(0,0,0,.3);
}

header .header-container.header-moved{
  background:white;
}

header ul{
  margin:0;
  padding:0;
  list-style: none;
}

header a:active,
header a:focus,
header a:visited{
  text-decoration: none;
}

header .slide-out-mobile-row,
header .sub-menu-wrapper,
header .hamburger-column,
header .upper-row{
  display:none;
}

header .upper-row{
  background:#ee801d;
}

header .upper-row a{
  color:white;
}

header .inner-upper-row,
header .inner-nav-logo-row,
header .inner-slide-out-mobile-row{
  max-width:1154px;
  padding:0 3px;
  margin:0 auto;
}

header .inner-upper-row,
header .inner-nav-logo-row,
header .nav-list{
  display:flex;
}

header .inner-upper-row,
header .inner-nav-logo-row{
  justify-content: space-between;
}

header .logo-column img{
  max-height:130px;
}

header a{
  text-decoration: none;
}

header .logo-column a{
  width:263px;
  display:block;
  padding:15px;
  padding-top:5px;
  padding-bottom:5px;
}

header .boating-open-column,
header .phone{
  padding: 3px 15px;
}

header .nav-list a,
header .nav-list button{
  color: #595959;
  background:none;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(1, 2, 2, 0.65);
}

header .nav-list>li:not(:first-child){
  margin-left:20px;
}

header .nav-list .sub-menu-expansion-icon{
  margin-left:10px;
  font-size:20px;
  transform: translateY(2px);
}

header .nav-list{
  margin-top: 24px;
  flex-wrap: wrap;
  row-gap:15px;
}

header .nav-list li:hover .sub-menu-wrapper{
  display:block;
  position:absolute;
}

header .nav-list .sub-menu{
  position:relative;
  transform:translate(-23px,10px);
  text-align: right;
  background:white;
  z-index:500;
  width:200px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.75);
  border-bottom: 4px solid #ededed;
  border-top: 5px solid #ededed;
}

header .nav-list .sub-menu a{
  padding:16px 35px 16px 20px;
  display:block;
  text-align: right;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ededed;
  line-height:14px;
}

header .nav-list #aboutUsNavList .sub-menu{
  transform:translate(-87px, 10px);
}

header a:hover,
header button:hover{
  color: #2873e8;
  text-decoration: none;
}

header .upper-row a:hover{
  color:white;
}

header .boating-open-column{
  width:50%;
}

@media only screen and (max-width:1200px){
  header .inner-upper-row,
  header .inner-nav-logo-row,
  header .inner-slide-out-mobile-row{
    max-width: 970px;
  }

  header .logo-column{
    width:25%;
  }

  header .nav-list a,
  header .nav-list button{
    font-size:12px;
  }
}

/* mobile header styles */
@media only screen and (max-width:992px){
  html.no-overflow{
    overflow:hidden;
  }

  header .fake-background-space{
    height:71px;
  }

  header .slide-out-mobile-row{
    display:block;
    max-height:0;
    transition: max-height 0.5s;
    overflow: hidden;
  }

  header .slide-out-mobile-row.display-slide-out-menu{
    max-height:500px;
  }

  header .slide-out-mobile-row li.sub-menu-open .sub-menu-wrapper{
    display:block;
  }

  header .nav-column{
    display:none;
  }

  header .hamburger-column{
    display:block;
  }

  header .logo-column img{
    max-height:64px;
  }

  header .logo-column a{
    width:100%;
    display:block;
    padding-bottom:2px;
  }

  header .logo-column{
    flex-basis:75%;
  }

  header .inner-upper-row,
  header .inner-nav-logo-row,
  header .inner-slide-out-mobile-row{
    padding:0 18px;
    max-width:750px;
  }

  header .inner-nav-logo-row{
    align-items: center;
  }

  header .hamburger-column{
    flex-basis:15%;
    font-size:20px;
  }

  header .hamburger-column button{
    background:#2873e8;
    color:white;
    padding:5px 10px;
    border-radius:4px;
  }

  header .slide-out-nav-list-column a,
  header .slide-out-nav-list-column .sub-menu-header{
    display:block;
    width:100%;
    padding:16px 15px 17px 26px;
    text-align: left;
    background:white;
    color: #4d4d51;
    font-weight:100;
    text-shadow: none;
  }


  header .slide-out-nav-list-column a:hover,
  header .slide-out-nav-list-column .sub-menu-header:hover{
    color: #2873e8;
    background-color: rgb(239, 239, 239);
    text-decoration: none;
  }

  header .slide-out-nav-list-column li.sub-menu-open .sub-menu-header:hover{
    background-color: white;
  }

  header .slide-out-nav-list-column .sub-menu-header{
    display:flex;
    justify-content: space-between;
  }

  header .slide-out-nav-list-column li{
    border-top:1px solid #e2e2e2;
  }

  header .slide-out-nav-list-column>li:last-child{
    border-bottom:1px solid #e2e2e2;
  }

  header .slide-out-nav-list-column{
    overflow: auto;
    height:300px;
    padding-bottom:30px;
  }

  header .sub-menu a{
    padding:16px 15px 17px 46px;
    background-color: #efefef;
  }
}

@media only screen and (max-width:768px){
  header .upper-row{
    display:none;
  }

  header .fake-background-space{
    height:71px;
  }
}

/* footer styles */

footer {
  font-family: 'Quicksand', sans-serif;
}

footer .footer-container {
  display: block;
  background:#2873e8;
  color:white;
  padding:29px 0 47px 0;
}

footer a{
  color:white;
  text-decoration: none;
}

footer a:hover{
  color:white;
  text-decoration: none;
}

footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

footer * {
  margin: 0;
}

footer .footer-row{
  max-width: 1154px;
  margin:0 auto;
  padding:0 3px;
}

footer .footer-row{
  display:flex;
}

footer .footer-column{
  width:16.6%;
  padding:0 15px;
}

footer .copyright-col{
  margin-left:auto;
  text-align: right;
}

footer .link-list li{
  margin-bottom:16px;
  line-height:17px;
}

footer .link-list a{
  font-weight:600;
  font-size:17px;
  line-height:15px;
}

footer .contact-p{
  line-height:20px;
}

footer .footer-column p{
  margin-bottom:15px;
}

footer .copyright-col{
  align-self: end;
}

footer .copyright-col p{
  line-height:17px;
}

footer .skin-foot-ims{
  margin-bottom: 15px;
  display:block;
  line-height:17px;
}

footer a:active,
footer a:focus,
footer a:visited{
  text-decoration: none;
  color:white;
}

@media only screen and (max-width:1200px){
  footer .footer-row{
    max-width: 970px;
  }
}

@media only screen and (max-width:992px){
  footer .footer-row{
    max-width: 750px;
  }

  footer .skin-foot-ims{
    display:block;
    line-height:17px;
  }

  footer .copyright-col{
    align-self: center;
  }

  footer .footer-container {
    padding-bottom:30px;
  }
}

@media only screen and (max-width:768px){
  footer .footer-row{
    flex-direction: column;
    align-items: center;
  }

  footer .copyright-col{
    margin:0;
    text-align: center;
    margin-top:55px;
  }

  footer{
    text-align: center;
  }

  footer .footer-column{
    align-self:center;
    width:100%;
  }
}