html {
  scroll-behavior: smooth;
}
#header{
  z-index: 2000;
}
#header .header_top .header_left {
    left: 0px;
    position: relative;
}
.header_top {
    border-bottom: transparent;
}
.header_mobile .header_menu{
  top: 111px!important;
}
/*.header_content .menu>li.franchise {
  display: none;
}
.header_mobile .header_menu ul li.franchise a {
  display: none; 
}*/
@media (max-width: 1199px) and (min-width: 460px){
#header .header_logo img {
    max-height: 40px;
    max-width: 120px;
    margin-left: 0px;
}
}
section{
  padding:0px;
}
.upperSpace{
  height:116px;
}
@media (max-width: 1200px){
  .upperSpace{
    height:111px;
  }
}
p {
  font-size: 1.1rem;
  color: var(--fbc-verydarkgrey);
}
h2.title {
  font-weight: 400;
  color: var(--fbc-blue);
  font-size: 2rem;
  margin-bottom: 10px;
}
h2.title{
  font-weight: 400;
  color: var(--fbc-blue);
  font-size: 2rem;
  margin-bottom:10px;
}
h2.title span{
  font-weight: 700;
}
h2.title span.text-brown, .lead span.text-brown{
  font-weight: 600;
  color: var(--fbc-brown);
}
.lead.strong {
    font-weight: 700;
}
p.subtitle.text-center{
  font-size:0.8rem;
  color: var(--fbc-brown);
  font-weight:600;
  letter-spacing:0.05rem;
  text-transform: uppercase;
}
.members-connect {
  display: inline-block;
  background-color: var(--fbc-brown);
  padding: 6px 10px 5px 6px;
}
.title-bg-grey{
  background-color: #f0f0f0;
}
.header-title {
    background: #202945;
    display: flex;
    padding: 30px 0px 30px 0px;
    overflow: hidden;
    position: static !important;
    background-image: url(/assets/site-zones/freedomfrance/img/icons/logo-fbc-opacity15.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    background-blend-mode: soft-light;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.header-title h1 {
    font-weight: 700;
    color:var(--fbc-white);
}
.title-bg-grey{
  background-color: #f0f0f0;
}
.title-bg-blue {
    background-color: var(--fbc-blue);
    overflow: hidden;
    position: static !important;
    background-image: url(/assets/site-zones/freedomfrance/img/icons/logo-fbc-opacity15.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    background-blend-mode: soft-light;   
}
.title-bg-blue h2 {
    font-weight: 400;
    color: var(--fbc-white);
    font-size: 2rem;
    margin-bottom: 10px;
}
.title-bg-blue h2 > span {
    font-weight: 700;
    color: var(--fbc-white);
}

.members-connect a,.members-connect a:hover{
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size:0.80rem;
}
.ltr-spacing-1 {letter-spacing:1px;}
.ltr-spacing-2 {letter-spacing:1.2px;}
.header_left{
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.header_logo{
  line-height: 80px;
}
.header_top .header_left span,.header_top .header_left span:hover{
  margin:0;
}
.header_top .header_left span a,.header_top .header_left span a:hover{
  margin: 0px 5px;
}
@media (max-width: 320px){
.header_top .header_left span a, .header_top .header_left span a:hover {
 margin: 3px;
}
}
.navbar-brand{
  padding: 0;
  height: auto;
  line-height: inherit;
}
.header_logo img{
  height: 70px;
  max-height: 70px;
}

.members-connect img{
  margin-right: 5px;
}

.header_top .header_left a i{
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
#footer-section  {
  background-color: #f4f4f4;
  color: var(--fbc-blue);
  font-size: 13px;
}
#footer-section a, #footer-section a:hover {
    color: #051f33;
    font-size: 13px;
    text-decoration: underline;
}

.bases-footer a {
  display: inline-block;
}
.bases-footer a:before{
 content: " | ";
}
.bases-footer a:after {
 content: " | ";
}

ul.footer-menu{
  list-style-type: none;
}
.footer-menu li,.footer-content .links-footer li{
  padding: 0rem 0.8rem 0.8rem 0rem;
 
}
.footer-content h4,.footer-content p{
  font-size: 13px;
}
.footer-content img{
  max-width: 100%;
  margin-bottom: 1rem;
}
.footer-content .icon-fnt-user{
  font-size: 30px;
  vertical-align: sub;
}
.footer-content .footer-menu,.links-footer{
  padding-left: 0.5rem;
}
#footer-section .login-register a i{
  font-size: 1rem;
}
.social-fbc a i {
  font-size: 1.5rem;
}
.social-fbc a {
    text-decoration: none!important;
    margin-right: 10px;
}
@media (min-width: 1024px){
.bases-footer a:before{
 content: "";
}
.bases-footer a:nth-child(1):before{
 content: " | ";
}
.bases-footer a:after {
 content: " | ";
}
.header-title {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30%;
}
.title-bg-blue {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30%;
}
}
.contact-us-fixed{
  position: fixed;
  bottom: 0;
  right: 15px;
  background-color: var(--fbc-skyblue);
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 3rem;
  border: 1px solid var(--fbc-skyblue);
  border-bottom: none;
  cursor: pointer;
  z-index: 1000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all ease .3s;
}

.contact-us-fixed:hover{
  background-color: #fff;
  color: var(--fbc-skyblue);
  padding-bottom: 1rem;
}
.r-tabs .r-tabs-tab{
  border-top: 3px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,.nav-tabs .r-tabs-state-active .navlink {
  border-bottom-color: #fff;
  color: inherit;
}

.nav-link{
  color: inherit;
}

.btn-secondary {
    background: var(--fbc-blue);
    color: var(--bs-white);
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background-color: #fff;
  color:var(--fbc-skyblue);
  border: 1px solid var(--fbc-skyblue);
  --bs-btn-focus-shadow-rgb: none;
}
.btn.light-blue{
  background-color: var(--fbc-lightblue);
  color:#fff;
  border: 1px solid var(--fbc-lightblue);
  font-size: 1rem;
}
.btn.light-blue:hover{
  background-color: #fff;
  color:var(--fbc-lightblue);
}
.btn.btn-brown{
  background-color: var(--fbc-brown);
  color:#fff;
  border: 1px solid var(--fbc-brown);
  font-size: 1rem;
  letter-spacing:1px;
}
.btn.btn-brown:hover{
  background-color: #fff;
  color:var(--fbc-brown);
}
.btn-medium{
  min-width: 50%;
  padding: 0.5rem 1rem;
}
.img-container{
  overflow:hidden;
}
.img-container img{
  width:100%;
}
a{
  color: var(--fbc-skyblue);
}
a:hover, #footer-section a:hover{
  color: var(--fbc-brown);
}

select.form-control{
  appearance: auto;
}
.boxcaption {
    position: relative;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 2%);
    cursor: pointer;
}


/**** bg ****/

.bgOrizontal {
  padding-top: 50.25%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bgOrizontal40 {
  padding-top: 45vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/****colors***/

.fbc-lightblue {
  color:var(--fbc-lightblue);
}

/****bases & boats****/

.boat_intro a{
  font-size: 1rem;
}
#box-base .base-desc .swiper-container{
  height: 350px;
}
.boat_intro ul li{
  font-size: 0.85rem;
}
.base-features{
  margin: 2rem 0;
}
.base-features .panel{
  margin: 1.5rem 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f1f1;
}
.base-features .panel-heading{
  margin-bottom: 1rem;
}
.boat_intro ul.boat-info{
  border: none;
}
.boat_intro ul.boat-info li{
  font-weight: 400;
  text-transform: capitalize;
}
.boat_intro .btn.blue{
  font-weight: 400;
  font-size: 1.1rem;
}
.thumbnail {
  padding: 4px;
  border: 1px solid #ddd;
}
.thumbnail .base-item{
  height: 100%;
}
.thumbnail .base-item .caption{
  height: calc(100% - 215px);
  display: flex;
  flex-flow: column wrap;
}
.thumbnail .base-item .caption .btn{
  margin-top: auto;
}
#render-container{
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px){
  #header .header_logo .logo :nth-child(1){
    max-height: 55px;
  }
}
@media (max-width: 768px){
  .members-connect{
    padding: 7px 10px 6px 6px;
  }
  .members-connect a{
    font-size: 0.6em;
  }
  .members-connect img{
    width: 20px;
  }
}

/*css effects */

/*toogle cards */

.boxcaption {
  position: relative;
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  box-shadow: 0px 0px 30px 3px rgb(0 0 0 / 2%);
  cursor: pointer;
}
.boxcaption.showExtraTxt .text6Box{ 
  visibility:visible;
  width:100%;
  opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;    
    transition: opacity .25s ease-in-out;
  z-index:10;

}
.boxcaption p.title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: 'Muli semibold';
    color: var(--fbc-blue);
    line-height: 1.5rem;
}
.boxcaption .read-more-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
   text-align: center;
}
.img-team-card img {min-width:120px;}
.boxcaption .read-more p{
    color: #87735a;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}
.boxcaption.showExtraTxt .text6Box p {
    line-height: 1.2;
    color: #fff;
}

.text6Box p.close {
    opacity: 1;
    font-weight: 100;
    position: absolute;
    bottom: 0;
    right: 13px;
    font-size:13px;
}
.text6Box {
  text-align: center;
  position: absolute;
  top: 0;
  right:0;
  opacity:0;
  height: 100%;
  cursor: pointer;
  cursor: hand;
  visibility:hidden;
}
.text6Box.bg-red {
	background:var(--fbc-red);
}
.text6Box.bg-skyblue {
	background:var(--fbc-skyblue);
}
.text6Box.bg-brown {
	background:var(--fbc-brown);
}
.text6Box.bg-blue {
	background:var(--fbc-blue);
}
.text6Box.bg-lightblue {
	background:var(--fbc-lightblue);
}
.text6Box.bg-grey {
	background:var(--fbc-grey);
}

/*** flip cards  ****/

.flip-card {
  background-color: transparent;
  min-height: 200px;
  perspective: 1000px;
}
.flip-card-lg {
  background-color: transparent;
  min-height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #fff;
}
.flip-card-front.bg{
   background-size: cover!important;
   background-repeat: no-repeat!important;
}
.flip-card-front .read-more{
    color: #87735a;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}
.flip-card-front .title{
   background: var(--fbc-blue);
   padding: 10px;
   min-width:250px;
}
.flip-card-front .title p{
    color: var(--fbc-white);
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 0!important;
}
.flip-card-front img{
 width:125px;
}

.flip-card-back {
  transform: rotateY(180deg);
}
.flip-card-back p{
  color:var(--fbc-white);
}
.bg-red {
	background:var(--fbc-red);
}
.bg-blue {
	background:var(--fbc-blue);
}
.bg-skyblue {
	background:var(--fbc-skyblue);
}
.bg-brown {
	background:var(--fbc-brown);
}
.bg-lightblue {
	background:var(--fbc-lightblue);
}
.bg-grey {
	background:var(--fbc-grey);
}