/* 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 {
  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 a:hover,
header a:active,
header a:focus{
  text-decoration: none;;
}

header {
  font-family: "Oswald", sans-serif;
  position:relative;
  z-index:3;
}

header ul{
  list-style:none;
}

header * {
  margin: 0;
}

header .header-container {
  display: block;
}

header .expansion-button-column,
header .submenu-container{
  display: none;
}

header .main-row{
  background:#01234d;
}

header .inner-main-row{
  max-width:1350px;
  margin:0 auto;
}

header .left-column{
  width:73.984%;
}

header .logo-column {
  width: 20%;
  padding:10px;
  display:flex;
  align-items: center;
}

header .logo-column img{
  max-width:70%;
  width:100%;
}

header .left-column,
header .nav-list,
header .inner-main-row{
  display:flex;
}

header .nav-column{
  width:80%;
  align-items: center;
  display:flex;
  justify-content: end;
  padding:10px;
}

header .nav-list{
  flex-wrap:wrap;
  justify-content: end;
}

header .nav-list>li>a{
  display:flex;
  padding:16px 0;
  text-transform:uppercase;
  color:white;
  letter-spacing:1px;
  line-height:21px;
  margin:0 15px;
  transition:0.3s linear;
}

header .nav-list>li>a:hover{
  color:#9DE3F3;
}

header .nav-list>li:first-child a{
  margin-left:0;
}

header .nav-list>li:last-child a{
  margin-right:0;
}

header .submenu-header i{
  display:flex;
  align-items: center;
  justify-content: end;
  width:19.8px;
  font-size:15px;
  transform:translateX(1px);
}

header .right-column{
  width:26.016%;
}

header .right-column>div,
header .right-column ul{
  width:100%;
  height:100%;
}

header .right-column-button-links{
  display:flex;
  column-gap:10px;
  align-items: center;
  justify-content: end;
}

header .right-column-button-links a{
  display:flex;
  align-items:center;
  justify-content: center;
  padding:12px 24px;
  border:1px solid rgb(26, 172, 231);
  background: rgb(26, 172, 231);
  color:white;
  line-height:1;
  column-gap:5px;
  text-align: center;
}

header .right-column-button-links>li:first-child a{
  background:#E8AB1400;
  text-transform: uppercase;
  display:flex;
  transition:0.3s linear;
}

header .right-column-button-links>li:first-child a:hover{
  background:#1CACE7;
  color:white;
}

header .right-column-button-links>li:last-child a{
  transition:0.3s linear;
}

header .right-column-button-links>li:last-child a:hover{
  background:none;
  color:white;
}

header .right-column-button-links a i{
  width:14px;
  height:14px;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:18px;
}

header .right-column-button-links>li{
  width:46.596%;
}

header .right-column-button-links>li:first-child{
  width:calc(46.596% - 10px);
}

@media only screen and (min-width:1025px){
  header .submenu-container{
    position:absolute;
    display:block;
    visibility: hidden;
    transition: 0.3s linear 0.3s;
    opacity:0;
  }

  header .inner-submenu-container{
    position:relative;
    left:15px;
  }

  header .nav-list>li:hover .submenu-container{
    visibility: visible;
    opacity:1;
    transition:0.3s visibility linear;
  }

  header .submenu{
    min-width:130px;
    padding:7px 16px;
    background:white;
  }
  header .submenu a{
    padding-left:9px;
    padding-top:11px;
    padding-bottom:11px;
    display:block;
    text-transform: uppercase;
    letter-spacing:1px;
    color:rgb(36,36,36);
    line-height:20px;
    transition:0.3s linear;
  }

  header .submenu a:hover{
    color:#1CACE7;
  }

  header .submenu li:not(:last-child){
    border-bottom:1px solid rgb(249,249,249);
  }
}

@media only screen and (max-width:1024px){
  header .nav-column{
    display:none;
  }
  header .left-column{
    width:58%;
  }
  header .right-column{
    width:42%;
  }
  header .logo-column{
    width:80%;
    order:2;
  }
  header .expansion-button-column{
    width:20%;
    display:flex;
    padding:10px;
  }
  header .logo-column>div{
    width:203.788px;
  }
  header .logo-column img{
    width:58%;
  }
  header .expansion-button{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background:none;
    color:white;
    font-size:28px;
  }
  header .expansion-button .fa-close{
    display:none;
  }
  header .right-column-button-links a{
    font-size:13px;
    line-height:13px;
  }

  /*  */

  header .nav-column{
    display:block;
    position:absolute;
    top:77px;
    width:100%;
    padding:0;
    overflow:hidden;
    transition:0.15s linear;
    transform:scaleY(0);
    transform-origin:top;
  }
  header.skin-nav-menu-opened .nav-column{
    transform:scaleY(1);
  }
  header .nav-column>nav{
    background:white;
    padding:7px 16px;
  }

  header .nav-list{
    display:block;
  }

  header .nav-list>li>a{
    padding:11px 0;
    color:rgb(36,36,36);
    font-size:13px;
    line-height:19.5px;
    letter-spacing:1px;
  }
  header .nav-list>li:first-child a,
  header .nav-list>li:last-child a,
  header .nav-list>li>a{
    margin:0;
  }

  header .nav-list>li:not(:last-child){
    border-bottom:1px solid rgb(249,249,249);
  }

  header .submenu-container{
    display:block;
    max-height:0;
    overflow:hidden;
    transition:max-height 0.3s ease-out;
  }

  header .submenu-opened .submenu-container{
    max-height:250px;
  }

  header .submenu{
    margin:7px 16px;
  }

  header .submenu a{
    display:block;
    padding:11px 0 11px 8px;
    text-transform: uppercase;
    color:rgb(36,36,36);
    font-size:13px;
    letter-spacing:1px;
    line-height:20px;
  }

  header .submenu li:not(:last-child){
    border-bottom:1px solid rgb(249,249,249);
  }

  header.skin-nav-menu-opened .expansion-button .fa-bars{
    display:none;
  } 
  header.skin-nav-menu-opened .expansion-button .fa-close{
    display:block;
  }
  header .expansion-button:active,
  header .expansion-button:focus{
    color:#F59C35;
  }
}

/* mobile header styles */
@media only screen and (max-width:767px){
  header .left-column{
    width:100%;
  }
  header .logo-column{
    width:80%;
    order:1;
  }
  header .expansion-button-column{
    width:20%;
    order:2;
  } 
  header .right-column{
    display:none;
  }

  header .logo-column img{
    width:38%;
  }
  header .expansion-button{
    font-size:21px;
  }
  header .nav-column{
    top:70px;
  }
}

/* footer styles */

footer a:hover,
footer a:active,
footer a:focus{
  text-decoration: none;;
}

footer {
   font-family: "Hind Guntur", sans-serif;
}

footer ul{
  list-style:none;
}

footer .footer-container {
  display: block;
  background:#01234d;
}

footer .inner-footer-container{
  max-width:1280px;
  margin:0 auto;
  padding-top:54px;
}

footer * {
  margin: 0;
}

footer .footer-column:nth-child(1){
  width:28.063%;
}

footer .footer-column:nth-child(2){
  width:21.342%;
}

footer .footer-column:nth-child(3){
  width:22.094%;
}

footer .footer-column:nth-child(4){
  width:28.501%;
}

footer .inner-top-row{
  display:flex;
}

footer .footer-column>div{
  padding:18px;
}

footer .footer-column:nth-child(1)>div{
  margin-right:30%;
  padding:18px 18px 18px 0;
}

footer .logo-column img{
  max-width:50%;
  width:100%;
}

footer .logo-column{
  margin-bottom:20px;
}

footer .boat-tampa-column p{
  font-size:16px;
  line-height:24px;
  margin-bottom:20px;
  color:white;
  font-weight:400;
}

footer .social-list{
  display:flex;
  column-gap:5px;
}

footer .social-list a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:28px;
  height:28px;
  background:white;
  font-size:16px;
}

footer .social-list span{
  display:flex;
  align-items: center;
  justify-content: center;
  color:#02234D;
}

footer .social-list img{
  width:28px;
  height:28px;
}

footer h2{
  border:none;
  margin:0;
  padding:0;
  font-family: "Oswald", sans-serif;
  font-size:20px;
  font-weight:500;
  letter-spacing:-0.5px;
  color:white;
  line-height:28px;
  margin-bottom:20px;
}

footer .footer-links-list a{
  display:inline-block;
  line-height:24px;
  color:white;
  font-size:16px;
  transition:0.3s linear;
}

footer .footer-links-list a:hover{
  color:#9DE3F3;
}

footer .footer-links-list{
  display:flex;
  flex-direction:column;
  row-gap:7px;
}

footer .support-list{
  width:91.659%;
  display:flex;
  flex-direction:column;
  row-gap:14px;
}

footer .support-list a{
  display:flex;
  column-gap:5px;
}

footer .support-list a span:first-child{
  display:flex;
  min-width:21.5px;
  color:#9CE3F3;
}

footer .support-list a i{
  font-size:16px;
  transform:translate(2px, 3px);
}

footer .support-list a span:last-child{
  color:white;
  font-size:18px;
  line-height:27px;
  display:inline-block;
}

footer .top-row{
  padding-bottom:36px;
  border-bottom:1px solid rgb(156,227, 243);
}

footer .lower-row{
  padding:18px 0;
}

footer .lower-row>div{
  display:flex;
  justify-content: space-between;
}

footer .copyright-stellar-column p{
  line-height:27px;
  padding:10px 10px 10px 0;
}

footer .copyright-stellar-column p{
  color:white;
  font-size:13px;  
}

footer .copyright-stellar-column p a{
  color:white;
  transition:0.3s linear;
}

footer .copyright-stellar-column p a:hover{
  color:#9DE3F3;
}

footer .lower-footer-links-column ul{
  display:flex;
  padding:10px;
  padding-right:0;
}

footer .lower-footer-links-column li{
  line-height:27px;
}

footer .lower-footer-links-column li a{
  display:inline-block;
  color:white;
  font-size:13px;
  transition:0.3s linear;
}

footer .lower-footer-links-column li a:hover{
  color:#9DE3F3;
}

footer .lower-footer-links-column ul{
  column-gap:16px;
}

footer .lower-footer-links-column,
footer .copyright-stellar-column{
  display:flex;
  align-items: center;
  width:50%;
}

footer .lower-footer-links-column{
  justify-content: end;
}

@media only screen and (max-width:1024px){
  footer .inner-footer-container{
    padding-top:51px;
  }
  footer .top-row{
    padding-bottom:34px;
  }
  footer .footer-column:nth-child(1)>div,
  footer .footer-column:nth-child(2)>div,
  footer .footer-column:nth-child(3)>div,
  footer .footer-column:nth-child(4)>div{
    padding:17px;
    margin-right:0;
  }

  footer .footer-column:nth-child(1){
    width:26%;
  }
  footer .footer-column:nth-child(2),
  footer .footer-column:nth-child(3){
    width:19%;
  }
  footer .footer-column:nth-child(4){
    width:36%;
  }
  footer .boat-tampa-column p{
    font-size:15px;
    line-height:22.5px;
  }
  footer h2{
    font-size:18px;
    line-height:25.2px;
    letter-spacing:-0.5px;
  }
  footer .footer-links-list a{
    font-size:15px;
    line-height:22.5px;
  }
  footer .support-list a span:last-child{
    font-size:17px;
    line-height:25.5px;
  }
  footer .lower-row{
    padding:17px 0;
  }
  footer .copyright-stellar-column p,
  footer .lower-footer-links-column ul{
    padding:10px;
  }
  footer .copyright-stellar-column p{
    line-height:25.5px;
    font-size:12px;
  }
  footer .lower-footer-links-column{
    width:35%;
  }
  
  footer .copyright-stellar-column{
    width:65%;
  }

  footer .lower-footer-links-column li a{
    font-size:12px;
    line-height:25.5px;
  }

  footer .footer-links-list{
    row-gap:6.5px;
  }

  footer .lower-footer-links-column ul{
    flex-wrap:wrap;
    justify-content: end;
  }
}

@media only screen and (max-width:767px){
  footer .inner-top-row{
    flex-direction: column;
  }
  footer .footer-column:nth-child(1),
  footer .footer-column:nth-child(2),
  footer .footer-column:nth-child(3),
  footer .footer-column:nth-child(4){
    width:100%;
  }
  footer .logo-column{
    max-width:500px;
  }
  footer .logo-column img{
    max-width:55%;
  }
  footer .boat-tampa-column p{
    font-size:14px;
    line-height:21px;
  }
  footer .footer-column:nth-child(1)>div, 
  footer .footer-column:nth-child(2)>div,
  footer .footer-column:nth-child(3)>div,
  footer .footer-column:nth-child(4)>div{
    padding:16px;
  }
  footer h2{
    line-height:22.4px;
    font-size:16px;
  }
  footer .footer-links-list a{
    line-height:21px;
    font-size:14px;
  }
  footer .support-list a span:last-child{
    font-size:16px;
    line-height:24px;
  }
  footer .copyright-stellar-column,
  footer .lower-footer-links-column{
    width:100%;
    justify-content: center;
  }
  footer .lower-row>div{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .inner-footer-container{
    padding-top:32px;
  }
  footer .top-row{
    padding-bottom:0;
  }
  footer .copyright-stellar-column p,
  footer .lower-footer-links-column li{
    line-height:24px;
  }
  footer .lower-footer-links-column ul{
    padding-top:0;
  }
  footer .lower-row{
    padding:16px 0;
  }
  footer .footer-links-list{
    row-gap:6px;
  }
  footer .lower-footer-links-column ul{
    justify-content: center;
  }
}