:root {
  --fbc-white: #fff;
  --fbc-blue: #202945;
  --fbc-lightblue: #33647E;
  --fbc-skyblue: #7CA7AD;
  --fbc-grey: #CFD2D3;
  --fbc-brown: #95785E;
  --fbc-red: #993921;
  --fbc-lightgrey: #f0f0f0;
  --fbc-darkgrey: #858585;
  --fbc-verydarkgrey: #333333;
  --fbc-main-font: 'Muli Regular', sans-serif;
  --fbc-main-font-bold: 'Muli Bold', sans-serif;
  --fbc-main-font-semibold: 'Muli SemiBold', sans-serif;
  --fbc-main-font-light: 'Muli Light', sans-serif;
}

body {
  font-family:var(--fbc-main-font);
  color:var(--fbc-blue);
  font-size: 14px;
  -webkit-animation:color-change-2x 2s linear infinite alternate both;
  -moz-animation:color-change-2x 2s linear infinite alternate both;
  animation:color-change-2x 2s linear infinite alternate both;
}

.row-flex, .row-flex>div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

h1 {
  font-size:2.5em;
  /*text-transform: capitalize;*/
}

h2 {
  font-size:2em;
  font-weight: 300;
}
h2 > span {
  font-weight: 300;
  color: var(--fbc-blue);
}
.h1,.h2,.h3,h1,h2,h3 {
  margin-top: 10px;
  margin-bottom: 20px;

}

h2 a {
  text-transform:uppercase;
  color:#666;
  text-decoration:none!important;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.heading {
  margin: 0;
  font-size: 36px;
  line-height: 1.4;
  position: relative;
  font-weight: 400;
}
.heading span{
  font-weight: 400!important;
  color: var(--fbc-blue)!important;
}
.header h2{
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3em;
}
.header {
  padding: 25px 0px 70px 0px;
}
table.titBarTab {
  margin: 5px 30px 0px 0px;
  position: relative;
  width: 100%;
}
table.titBarTab tr:first-child {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
table.titBarTab td strong {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 300;
}
@media screen and (max-width:768px) {
  table.titBarTab {
    margin: 30px 30px 15px 0px;
    position: relative;
    width: 100%;
  }
  table.titBarTab td strong {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 300;
  }
}
p {
  font-size:1.5rem;
  color: var(--fbc-verydarkgrey);
}

a {
  color: var(--fbc-blue);
  text-decoration:none;
}
a:focus, a:hover {
  color: #23527c;
  text-decoration:none;
}
hr {
  margin-top:10px;
  margin-bottom:20px;
  border:0;
  border-top: 1px solid #d6d6d6;
}
section{
  padding:60px 0px  60px 0px;
}
.header-title{
  background:#f4f4f4;
  padding:30px 0px  30px 0px;
}
.header-title h1{
  font-weight: 700;
}


#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: #f1f1f1
}

#preloader .preloader-dot {
  width: 0;
  height: 0;
  border: 2px solid rgb(72, 141, 210);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  animation: preloader 3s ease infinite;
  -ms-animation: preloader 3s ease infinite;
  -moz-animation: preloader 3s ease infinite;
  -webkit-animation: preloader 3s ease infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}
.breadcrumb {
  padding: 8px;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  letter-spacing: 1px;
}

.breadcrumb a{
  text-decoration: none;
}
.breadcrumb a:hover,.breadcrumb a:focus {
  color:inherit;
  text-decoration: none;
}
.title-block {
  width:60px;
  height:2px;
  background: var(--fbc-blue);
  margin:0 auto 30px;
}

.title-block-white {
  width:60px;
  height:2px;
  background: var(--fbc-white);
  margin:0 auto 30px;
}

.container {
  padding-right:0;
  padding-left:0;
}

.row {
  margin-right:0;
  margin-left:0;
}
.right-fbc-pin {
  position: relative;
  float: right;
}

@media (max-width: 768px) {
  .right-fbc-pin {
    position: relative;
    float: right;
    max-width: 50px;
    bottom: 8px;
  }
}
.red {
  color:red;
}


.thumbnail {
  border-radius:0;
  width:100%;
}

.modal-backdrop {
  background-color: var(--fbc-white);
}
/********** BUTTONS ***********/

.btn {
  display:inline-block;
  margin-bottom:0;
  text-transform:uppercase;
  font-weight:300;
  border-radius: 0px;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.btn-primary {
  color: var(--fbc-white);
  background-color:var(--fbc-skyblue);
  border-color:var(--fbc-skyblue);
}
.btn.btn-primary:hover {
  color: var(--fbc-skyblue);
  background-color: var(--white);
  border-color: var(--fbc-skyblue);
}
.btn-info {
  color: #fff;
  background-color:var(--fbc-lightblue);
  border-color:var(--fbc-lightblue);
}
.btn.btn-info:hover {
  color: var(--fbc-lightblue);
  background-color: #fff;
  border-color:var(--fbc-lightblue);
}
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: var(--fbc-white);
  background-color: var(--fbc-white);
}

.btn-item-available {
  color:#000;
  background-color: var(--fbc-white);
  border:1px solid #666;
  display: block;

}

.btn-item-reserved-you {
  color: var(--fbc-white);
  background-color: #ce90d4;
  border-color: #ce90d4;
  display: block;
}

.btn-item-confirmed {
  color: var(--fbc-white);
  background-color: #81c784;
  border-color: #81c784;
  display: block;
}

.btn-item-reserved-other {
  color: var(--fbc-white);
  background-color: #d8a89e;
  border-color: #d8a89e;
  display: block;
}

.btn-item-reserved-with-list {
  color: var(--fbc-white);
  background-color: #d8a89e;
  border-color: #d8a89e;
  display: block;
}

.btn-item-confirmed-other {
  color: var(--fbc-white);
  background-color: #c00;
  border-color: #c00;
  display: block;
}

.btn-item-confirmed-sharing {
  color: var(--fbc-white);
  background-color: #c00;
  border-color: #c00;
  display: block;
}

.btn-item-reserved-club {
  color:#000;
  background-color: var(--fbc-white);
  border:1px solid #666;
  display: block;
}
/********* UI *********/

.ui-corner-all{
  border-radius:0;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper select {
  height: 35px;
  color: #555;
  background-color: var(--fbc-white);
  background-image: none;
  border: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: var(--fbc-white) !important;
  background:none !important;
  background-color: #46be9c !important;
  border-color: #46be9c !important;
}
.ui-visual-focus {
  box-shadow:none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 8px;
  height: 8px;
}
/******* EVENTOS *******/

.btn-item-available-event {
  color:var(--fbc-white);
  background-color:#319ad6;
  border-color:#376f98;
  display: block;
}

.btn-item-reserved-event {
  color:var(--fbc-white);
  background-color:#FF6600;
  border-color:#cccccc;
  display: block;

}

/********* SERVICIOS *********/


.btn-item-boat-blocked {
  color:var(--fbc-white);
  background-color:#ff0000;
  border-color:#ff0000;
  display: block;
}

.btn-item-block-boat {
  color:var(--fbc-white);
  background-color:#666;
  border-color:#666;
  display: block;

}

.btn-white {
  color: var(--fbc-blue);
  background-color: var(--fbc-white);
  border-color: #dcdcdc;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 16px 95px;
  font-size: 26px;
}

.btn-white:hover, .btn-white:focus {
  color: var(--fbc-white);
  background-color:var(--fbc-blue);
  border-color: var(--fbc-blue);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 16px 95px;
  font-size: 26px;
  text-decoration: none;
}
.btn-white a:hover, .btn-white a:focus{
  color: var(--fbc-white);
  text-decoration: none;
}

.btn-blue {
  color: var(--fbc-white);
  background-color: transparent;
  border-color: var(--fbc-white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 16px 30px;
  /*font-size: 2rem;*/
}
.btn-blue:hover, .btn-blue:focus {
  color: var(--fbc-blue);
  background-color:var(--fbc-white);
  border-color: var(--fbc-white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 16px 30px;
  /*font-size: 2rem;*/
}

.btn-blue-reverse {
  color: var(--fbc-white);
  background-color: var(--fbc-blue);
  border-color: var(--fbc-white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 13px 25px;
  /*font-size: 2rem;*/
}
.btn-blue-reverse:hover, .btn-blue-reverse:focus {
  color: var(--fbc-white);
  background-color: var(--fbc-lightblue);
  border-color: var(--fbc-white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 13px 25px;
  /*font-size: 2rem;*/
}

@media (max-width: 460px) {
  .btn-blue,.btn-blue-reverse,.btn-blue:hover, .btn-blue:focus, .btn-blue-reverse:hover, .btn-blue-reverse:focus {
    /*font-size: 2rem;*/
  }

}

btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-sm {
  width: 50px;
  height: 50px;
  padding: 5px 8px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 100px;
  height: 100px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 50px;
}
.btn-circle.btn-xl.gold:hover,  .btn-circle.btn-xl:focus {
  background: #F87407;
  color: var(--fbc-white);
  cursor: text;
  outline: transparent;
  box-shadow: none;
}
.btn-circle.blue:hover,  .btn-circle.blue:focus {
  cursor: default;
}
.tab-content>.tab-pane {
  padding-top:20px;
}
.tab-content>.tab-pane:focus-visible {
  outline: none;
}

.minBlockH {
  min-height:100vh;
}

.form-control {
  height:35px;
  border-radius:0;
  -webkit-box-shadow:inset none;
  box-shadow:inset none;
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  padding:6px 12px;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  background-color:#eee;
  opacity:1;
}

.modal-content {
  border-radius: 0px;
  border: 0px;
  padding: 10px;
  overflow-y: auto;
  max-height: 75vh;
}

label {
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
}

.label{
  white-space: initial;
}

.badge {
  padding: 1px 3px 2px;
  font-size: 9px;
  font-weight: bold;
  white-space: nowrap;
  color: var(--fbc-white);
  background-color: #999999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.badge:hover {
  color: var(--fbc-white);
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

/*** admin search form ***/

.search_form_list{
  padding-top: 10px;
  padding-bottom: 10px;
}
.search_form_list .form-control {
  height: 34px;
}
.search_form_list .search_form_title{
  padding: 5px;
}

/************* CALENDARIO ***********/

#calendar {
  width: 100%;
  margin-top:15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

#calendar a {
  text-decoration: none;
}
#calendar a:active,#calendar a:focus,#calendar a:hover {
  color:inherit;
}

#calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#calendar li {
  display: block;
  float: left;
  width: 14.342%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
}

#calendar .the-calendar-cell, #calendar the-calendar-cell-date, #calendar the-calendar-cell-period{
  width:100%;
}

#calendar .the-calendar-cell{
  float:left;
  position:relative;
}
#calendar .the-calendar-cell-date{
  font-weight: bold;
  font-size: 15px;
  color: #0082E4;
}
#calendar ul.weekdays {
  height: 40px;
  background:var(--fbc-skyblue);
  /*width: calc(100% - 3px);*/
}

#calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding: 10px 6px;
  color: var(--fbc-white);
  font-size: 13px;
}

#calendar .days li {
  min-height: auto;
}

#calendar .days li:hover {
  background: #d3d3d3;
}

#calendar .date {
  text-align: center;
  margin-bottom: 5px;
  padding: 4px;
  background: #333;
  color: var(--fbc-white);
  width: 20px;
  border-radius: 50%;
  float: right;
}

#calendar .event {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 40px;
  margin-bottom: 5px;
  line-height: 14px;
  background: #e4f2f2;
  border: 1px solid #b5dbdc;
  color: #009aaf;
  text-decoration: none;
}

#calendar .event-desc {
  color: #666;
  margin: 3px 0 7px 0;
  text-decoration: none;
}

#calendar .other-month {
  background: #f5f5f5;
  color: #666;
}

.calendar-date-action{
  margin-bottom: 3px;
}


/* ============================
        Mobile Responsiveness
   ============================*/

@media (min-width: 168px) {
  #calendar .calendar-row{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  #calendar .calendar-day, #calendar .other-month{
    flex: 1;
  }
}
/*
@media (max-width: 768px) {
    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar .days li {
        min-height: auto;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }
}
*/



/* BASES  */
.base-item .swiper-fix-height-min{
  height:190px;
}
.base-item .col-md-6 {
  padding-left:0px;
}
.base-item h2 a, .base-item-01 h2 a:hover, .base-item-01 h2 a:focus{
  text-transform: none;
  font-size: 0.8em;
}
.base-item .caption {
  margin:20px 10px 5px;
}
.base-item .info-bases{
  min-height: 90px
}
.info-bases a{
  color:inherit;
}
.base-item .info-bases .list-group {
  padding-left: 0;
  margin-bottom: 10px;
}
.base-item .desc-bases {
  margin: 0px 0px 16px;
  min-height: 60px;
}

#desctiptionBase .panel {
  margin-bottom: 5px;
  background-color: var(--fbc-white);
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.info-bases .fa {
  color: var(--fbc-lightblue);
}
.info-bases .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: var(--fbc-white);
  border-top: 1px solid #ddd;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
#box-base .nav.tab-content>.tab-pane {
  padding-top:0px;
}
#box-base #mapBases {
  width: 100%;
  height: 300px;
}
#box-base .fa.fa-plus, #box-base .fa.fa-minus {
  color:var(--fbc-blue);
}
#box-base .panel-title {
  font-size: 14px;
}
#box-base  a.accordion-toggle {
  display: block;
  padding: 10px  15px;
}
.baseDebut button {
  background: none;
  border:none;
  color:var(--fbc-blue);
}

#box-base .shortText span{
  display: inline;
  margin-bottom: 0px;
  text-align: left;
  color: var(--fbc-blue);
  font-size: 1.3em;
}
#box-base .shortPrices {
  display: block;
  /*border-top: 1px solid #e8e8e8;*/
  border-bottom: 1px solid #e8e8e8;
  min-height: 90px;
  padding-top: 14px;
  padding-bottom: 10px;
}
#box-base .shortPrices p a {
  color:#46be9c;
  font-weight: 700;
  font-size: 16px;
}
.shortPrices .col-md-3{
  padding-right:0px;
  padding-left:0px;
}
#box-base .boat-intro-button{
  position:block;
  margin-top:3%;
}

#box-base.base-descText img {
  display: block;
  max-width: 100%;
  height: auto;
}


/********** BOATS LIST *************/

.boat_intro_img {
  height:255px;
}

.boat_intro_img a {
  display:block;
  height:100%;
  position:relative;
  width:100%;
}

.boat_intro a {
  text-transform:uppercase;
  font-size:18px;
  font-weight:600;
}

.boat_intro ul {
  list-style:none;
  border-top:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
}

.boat_intro ul li {
  display:inline-block;
  color:#000;
  position:relative;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  margin-right:10px;
  padding-right:10px;
  padding-bottom:3px;
}

.boat_intro ul i {
  position:relative;
  top:3px;
  font-size:20px;
}

.boat_intro ul li:after {
  position:absolute;
  height:20px;
  right:0;
  top:4px;
  border-right:1px solid #e8e8e8;
  content:"";
  display:block;
}

.boat_intro ul li:last-child:after {
  position:absolute;
  height:20px;
  right:0;
  top:4px;
  border-right:0;
  content:"";
  display:block;
}

.boat_intro ul img {
  width:20px;
  margin-right:10px;
  position:relative;
  top:-2px;
}

.boat_intro span {
  display:block;
  margin-bottom:15px;
  text-align:center;
  color:#002E5B;
  font-size:1.8em;
}
.boat_intro .btn {
  border-radius: 0px;
}
.boat-socio-cost img {
  height:80px;
  margin-bottom:10px;
}
.section-title {
  line-height:1.2;
  margin-top:8%;
  margin-bottom:8%;
}


/* pagina ID_boat-view */
#boat-view .shortPrices {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  min-height: 78px;
  padding-bottom: 10px;
}
#boat-view .shortPrices h2 {
  color: #46be9c;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 6px;
  margin-bottom: 10px;
}
#boat-view .shortPrices a {
  color: #46be9c;
}
#boat-view .base-boatText img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/*boats user account */
.userBoats .swiper-button-next, .userBoats .swiper-button-prev {
  top: 35%;
}

.btn.white {
  color:var(--fbc-blue);
  background:var(--fbc-white);
  border-color:var(--fbc-white);
}

.btn.white:hover,.btn.white:focus {
  background:var(--fbc-white);
  color:var(--fbc-blue);
}

.btn .blue:hover,.btn .blue:focus {
  background:var(--fbc-white);
  color: var(--fbc-blue);
  border:1px solid var(--fbc-blue);
}
.btn.gold,.btn.gold:hover,.btn.gold:focus {
  background: #f2df37;
  color: var(--fbc-white);
  border: 1px solid #f2df37;
}
.btn.silver,.btn.silver:hover,.btn.silver:focus {
  background: #c7c7c7;
  color: var(--fbc-white);
  border: 1px solid #c7c7c7;
}
.btn.bronze,.btn.bronze:hover,.btn.bronze:focus,.btn.bronze:hover {
  background: #d8ac4a;
  color: var(--fbc-white);
  border: 1px solid #d8ac4a;
}
.btn.small {
  font-size:13px;
  height:42px;
  line-height:38px;
}

.btn.medium {
  height:50px;
  line-height:46px;
  min-width:200px;
}

.btn.large {
  font-size:20px;
  font-weight:600;
  height:58px;
  line-height:45px;
  padding:8px 60px;
}

.btn.full {
  width:100%;
}

.more {
  display:inline-block;
  text-transform:uppercase;
  font-weight:600;
  font-size:14px;
  color:#444!important;
  margin:10px 0 20px;
}

.more:hover,.more:focus {
  color:#BB9C6F!important;
}

/* FOOTER */

#footer-section {
  background-color:#f4f4f4;
  color:#051f33;
  font-size: 13px;
}
#footer-section a, #footer-section a:hover {
  color:#051f33;
  text-decoration: none;
}

.footer-content {
  padding: 60px 0px 20px 0px;
  position: relative;
  /*display: block;*/
}

.footer-content a,.footer-content a:hover,.footer-content a:focus,.footer-content a:active {
  text-decoration:none;
}

.footer-content a i {
  font-size:1.8em;
}

#footer-section .brand-image{
  position: relative;
  margin-bottom:10px;
}
#footer-section .brand-name {
  position: relative;
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
#footer-section .brand-description {
  position: relative;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
}
#footer-section .brand-address {
  position: relative;
  margin-top: 15px;
}
#footer-section .brand-address p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2em;
}
#footer-section .brand-address a{
  text-decoration: none;
  color: inherit;

}
.bases-footer{
  max-width:400px;
  margin:0 auto;
}
.copyright  {
  position: relative;
  display: block;
  top: 13px;
}
.social-fanautic {
  position: relative;
  display: block;
  top: 7px;
}
.social-fanautic a{
  margin-left:8px;
}
.copyright p {
  font-size: 13px;
  color:#939495;
}
.hasShadow,.nav li {
  position:relative;
}

.thumbnail .caption,.no-padding {
  padding:0;
}


.btn.blue,.btn.solid.blue {
  background: var(--fbc-brown);
  color: var(--fbc-white);
  border:1px solid var(--fbc-brown);
  /*font-size:1.5rem;*/
}

/**** CALENDAR *****/
.the-calendar-cell-padder{
  padding: 5px;
}
.is-weekend{
  background-color:#e6cd69;

}

@media (max-width:980px){

  #calendar li {
    padding: 1px;
  }
  .the-calendar-cell-padder {
    padding: 1px;
  }

}

/* ACCORDEON */

.accordion-toggle:hover {
  text-decoration: none;
}
.panel-title .glyphicon {
  color:var(--fbc-blue);
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: rgba(245, 245, 245, 0.17);
  border-color: #ddd;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
  color: inherit;
  text-decoration: none;
}

/*NAV PILLS */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: var(--fbc-white);
  background-color: var(--fbc-blue);
}
.nav-pills>li>a {
  border-radius: 0px;
}
.nav-stacked>li {
  float: none;
  background: #f4f4f4;
}
.nav-stacked>li+li {
  margin-top: 10px;
  margin-left: 0;
  background: #f4f4f4;
}

/*NAV TABS */
.nav-tabs>li>a {
  border-radius: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  font-weight: 500;
}
.nav-tabs>li>a {
  font-weight: 500;
}

/*SWIPER */

.swiper-slide-01 {
  background: url('/assets/images/bg/slider-fanautic.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#map {
  width: 100%;
  height: 1000px;
}
#map .leaflet-top {
  top: 15%!important;
}
#mapBases {
  width: 100%;
  height: 600px;
}
#mapFn .containerMap{
  position: relative;
}
.sldtext {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.sldtext .container {
  margin-top: 10%;
}
@media(min-width:768px) and (max-width:768px) {
  .sldtext .container {
    margin-top: 20%;
  }
}
.sldtext a {
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
}
.sldtext p {
  color: var(--fbc-white);
  font-size: 2.5em;
  font-weight:bold;
  display: block;
  z-index: 99999;
  margin-bottom: 0px;
  text-shadow: 1px 1px 3px rgb(72, 71, 71);
}
.sldClaim span {
  color: var(--fbc-blue);
  font-size: 2.5em;
  font-weight:800;
  z-index: 99999;
  margin-bottom: 0px;
  /*text-shadow: 1px 1px 3px rgb(72, 71, 71);*/
}

.typed-cursor{
  opacity: 1;
  animation-iteration-count: infinite;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite;
}
@keyframes typedjsBlink{
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes typedjsBlink{
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
  }
}
.typed-fade-out{
  opacity: 0;
  transition: opacity .25s;
  -webkit-animation: 0;
  animation: 0;
}
.sldClaim{
  max-width:800px;
  height: 210px;
}

@media(max-width:420px) {
  .sldClaim{
    max-width:800px;
    height: 100px;
  }
}
@media (min-width: 421px) and (max-width: 1300px) {
  .sldClaim{
    height:150px;
  }
}
.box-text {
  position: relative;
  display: block;
  float: right;
  max-width: 29%;
  margin: 0 auto;
}
.swiper-pagination-bullet-active {
  background: var(--fbc-blue)!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E")!important;
  right: 10px;
  left: auto;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E") !important;
  left: 10px;
  right: auto;

}

.swiper-fix-height-min{
  height:65vh;
}
.swiper-fix-height-medium{
  height:70vh;
}
.swiper-fix-height-max{
  height:600px;
}

.box-boats .swiper-fix-height-min{
  height:255px;
}
.box-arrow {
  position: absolute;
  border: 2px solid white;
  z-index: 99999;
  top: 34%;
  width: 120px;
  right: 7%;
  height: 50px;
}
@media  (max-width : 460px) {
  .sldtext {
    padding: 4%;
  }
  .sldtext .container {
    margin-top:  calc(50% - 50px);
    ;
  }
  .sldtext p,.sldtext span  {
    font-size: 1.2em;
    font-weight: 600;
  }
  .searchEngine {
    padding: 10px 12px 0px 10px!important;
    height: 70px!important;
  }
  .searchEngine .form-control {
    font-size: 1em!important;
    border-radius: 0px!important;
  }
  #ajax-form-search-bases .btn-primary {
    padding: 9.9px!important;

  }
  #ajax-form-search-bases .easy-autocomplete {
    position: relative;
    width: 100%!important;
  }
  .searchMap {
    font-size: 15px!important;
  }
  .searchMap img{
    width:7%;
  }
}
.overlay-mask {
  /*background: url(/assets/images/bg/overly-mask.png) center center repeat;*/
  background: rgba(52, 74, 113, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#ajax-form-search-bases .col-md-9,  #ajax-form-search-bases .col-sm-9, #ajax-form-search-bases .col-xs-8, #ajax-form-search-bases .col-md-3 ,#ajax-form-search-bases .col-sm-3 , #ajax-form-search-bases .col-xs-4
{
  padding-left:0px;
  padding-right:0px;
}
#ajax-form-search-bases .btn-primary {
  color: var(--fbc-white);
  background-color: var(--fbc-blue);
  border-color: var(--fbc-blue);
  border: 0px;
  border-radius: 0px;
  width: 100%;
  padding: 10px;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: 300;
}
#ajax-form-search-bases .easy-autocomplete.eac-square input {
  border: none;
}
#ajax-form-search-bases .easy-autocomplete-container ul li, #ajax-form-search-bases .easy-autocomplete-container ul .eac-category {
  text-align: left;
}
#ajax-form-search-bases .easy-autocomplete input {
  border-color: #ccc;
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  box-shadow: none;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.searchEngine {
  background: rgba(255, 255, 255, 0.57);
  max-width: 800px;
  padding: 18px 20px 3px 20px;
  font-family: 'Raleway', sans-serif;
  height: 90px;
  position: relative;
}

.searchEngine a,.searchEngine a:hover  {
  color:var(--fbc-white);
}
.searchEngine .form-control {
  height: 50px;
  border: 0px;
  font-size: 1.3em;
}

.searchMap {
  background: var(--fbc-white);
  max-width: 330px;
  padding: 10px;
  color: #626262;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
.searchMap span a,.searchMap span a:hover  {
  color: #626262;
}
.backtoSld {
  position: absolute;
  left: 50%;
  z-index: 9999;
  bottom: 0;
  background: var(--fbc-brown);
  padding: 10px 30px 10px 30px;
}
.backtoSld a, .backtoSld a:hover {
  color: var(--fbc-white);
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
}
.backtoSld a .fa {
  color: var(--fbc-white);
  font-size: 20px;
}
#carousel-bases, #carousel-blog {
  min-height: 440px;
}
#carousel-bases .carousel-fanautic-slider, #carousel-blog .carousel-fanautic-slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#carousel-bases .swiper-slide, #carousel-blog .swiper-slide {
  text-align: center;
  border: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: start;
}
#carousel-bases .swiper-pagination-carousel .swiper-pagination-bullet, #carousel-blog .swiper-pagination-carousel .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
#carousel-bases .swiper-pagination-carousel .swiper-pagination-bullet-active, #carousel-blog .swiper-pagination-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--fbc-blue);
}
.carousel-box {
  padding:40px;
}
.carousel-box .caption {
  min-height:150px;
  text-align: center;
}
.carousel-box .thumbnail {
  border: 0px;
  padding:10px 10px 20px 10px;
}
.carousel-box .caption h2 {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 20px;
}
.carousel-box .moreinfo a {
  font-weight: 600;
  font-size: 15px;
}
.carousel-box .moreinfo a:hover {
  text-decoration: none;
}

/*SECTION BLOG HOME POST*/
#section-home-blog-posts {
  padding-top: 60px;
  margin-bottom: -180px!important;
  position: relative;
}
#fanautic-homeblog-posts #carousel-blog {
  min-height: 560px;
}
#fanautic-homeblog-posts {
  position: relative;
  display: block;
  bottom: 150px;
}

#fanautic-homeblog-posts .carousel-box {
  padding: 0px;
}

#fanautic-homeblog-posts .carousel-box .thumbnail {
  border: 0px;
  padding: 0px;
}

#fanautic-homeblog-posts .carousel-box .caption {
  min-height: 231px;
  text-align: center;
  margin-top: 5%;
  color: var(--fbc-darkgrey);
  padding: 10px 30px 20px;
}
#fanautic-homeblog-posts .carousel-box .caption a, #fanautic-homeblog-posts .carousel-box .caption a:hover {
  text-decoration: none;
  color:inherit;
}
#fanautic-homeblog-posts .carousel-box .caption h2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5%;
  font-weight: 600;
  color: var(--fbc-blue);
}
#fanautic-homeblog-posts .carousel-box .caption .post-meta-author, #fanautic-homeblog-posts .carousel-box .caption .post-meta-data{
  font-weight: 500;
}
#fanautic-homeblog-posts .carousel-box .caption p{
  text-align:left;
}

/* SECTION BLOG*/
.media{
  border: 1px solid #e8e8e8;
  padding: 5px;
}
.media h2 a {
  text-transform: none;
}
.media p {
  font-size: 15px;
}
.blog-img {
  min-height: 200px;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.media-img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}

/*SECTION EVENTS & DEALS*/
#section-event-news{
  margin-top:3%;
  margin-bottom:3%;
}
#section-event-news .event-item, #section-event-news .news-items{
  margin-top:5%;
}
#section-event-news h2{
  font-weight:700;
}
#section-event-news .event-item a{
  color: inherit;
  text-decoration: none;
}
#section-event-news .event-item h3, #section-event-news .event-item h3 a{
  font-size: 26px;
  font-weight: 400;
  margin-bottom:3%;
  text-decoration: none;
}

#section-event-news .news-item  h3, #section-event-news .news-item  h3 a{
  font-size: 18px;
  text-decoration: none;
}
.news-item {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom:15px;
  font-size: 0;
  background-color: #fafafa;
}
.news-item .img, .news-item .text {
  font-size: 14px;
  display: inline-block;
}
.news-item .img img {
  width: 100%;
}

#section-event-news .news-item .text .date {
  color: #9e9e9e;
  font-size: 20px;
  margin-bottom: 18px;
  display: block;
}
#section-event-news .read-more {
  color: #898989;
  text-decoration: none;
  display: block;
  margin-top: 20px;
}
.news-item .col-md-6 {
  padding-right:0px;
  padding-left:0px;
}
.news-item .text {
  vertical-align: middle;
  padding:20px;
}

.allEvents .swiper-fix-height-min {
  height:290px;
  z-index:0;
}
.allEvents .news-item, .subcategories .news-item {
  font-size: inherit;
}
.allEvents .news-item .col-md-6, .subcategories .news-item .col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.allEvents time {
  font-size: 5.5rem;
  text-align: center;
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1em;
  margin: 10px 0px 10px 0px;
  color: #9e9e9e;
}
.allEvents h2, .subcategories h2 {
  margin-top: 20px;
  text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
  font-weight: 500;
  font-size:2.5rem;
}
/*.subcategories .container{width:750px;}*/
.subcategories {
  padding: 30px 0px 30px 0px;
}
.subcategories h2 {
  text-align: center;
  color: var(--fbc-white);
}
.allEvents .desc-bases {
  margin-bottom: 3%;
  position: relative;
  display: block;
}
.allEvents .squarebox .evts-thumb, #event-view .squarebox .evts-thumb, .subcategories .squarebox .evts-thumb {
  position: relative;
  /*margin-bottom: 50px;*/
  color: var(--fbc-white);
  text-align: left;
}

.subcategories .swiper-button-prev, .evts-thumb_mainsubcategories .swiper-button-next{
  display:none;
}

.allEvents .squarebox .evts-thumb_link, #event-view .squarebox .evts-thumb_link {
  color: var(--fbc-white);
  text-decoration: none;
}

.squarebox .desc a {
  color: inherit;
}

.squarebox .evts-thumb_media {
  position: absolute;
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.squarebox .evts-thumb_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.squarebox .evts-thumb_header {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 30%;
  padding: 10px 2px;
  overflow: hidden;
  z-index:5;
}
.squarebox .evts-thumb__avatar {
  width: 59px;
  height: 59px;
}
.squarebox .c-avatar {
  border-radius: 50%;
  border: 4px solid hsla(0,0%,100%,.5);
}
.squarebox .evts-thumb_reviews, .squarebox .evts-thumb_highlight {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.squarebox .evts-thumb_reviews {
  display: inline-block;
  margin-left: 7px;
  padding: 9px 13px;
  font-weight: 800;
  line-height: 1;
}
.squarebox .evts-thumb_highlight {
  position: absolute;
  top: 20px;
  right: -55px;
  width: 200px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
  background-color: rgba(0,0,0,.25);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}
.squarebox .evts-thumb_reviews, .squarebox .evts-thumb_highlight {
  font-size: 1.2rem;
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
}
.squarebox strong {
  font-weight: 800;
  color: inherit;
}
.squarebox .evts-thumb_main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 285px;
  padding: 15px;
}
.squarebox .evts-thumb_main  h3 {
  margin-top: 10px;
  margin-bottom: auto;
  font-size:20px;
  line-height: 1.2;
}
.squarebox .evts-thumb_title-wrapper {
  max-height: 124px;
  overflow: hidden;
  z-index:5;
}
.subcategories .squarebox .evts-thumb_title-wrapper {
  max-height: 124px;
  width:100%;
  background: rgba(0, 0, 0, 0.3607843137254902);
  overflow: hidden;
  z-index: 9999;
}
.subcategories .swiper-button-prev, .subcategories .swiper-button-next{
  display:none;
}
.subcategories .squarebox .evts-thumb_main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px;
}
.subcategories .squarebox .evts-thumb_media {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.squarebox .evts-thumb_title {
  display: inline;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--fbc-white);
}
.squarebox .evts-thumb_info {
  /*height: 104px;
  display: -ms-flexbox;
  display: flex;*/
  color: var(--fbc-verydarkgrey);
  padding-bottom: 10px;
}
.squarebox .evts-thumb_extra {
  overflow: hidden;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 120px;
  padding: 10px 15px;
  background-color: #f0f0f0;
}
.squarebox .evts-thumb_details {
  font-size: 1.8125rem;
}
.squarebox .evts-thumb_date {
  font-weight: 500;
}
.squarebox .evts-thumb_where {
  display: -ms-flexbox;
  font-size: 1.2rem;
}
.evts-thumb_when{
  color: #9e9e9e;
}
.evts-thumb_destination{
  color: #9e9e9e;
}
.squarebox .evts-thumb_pricing {
  padding:10px 15px;
  min-height:80px;
}
.squarebox .evts-thumb_monedas-inner {
  float: left;
  padding:6px;
  border-right:1px solid #dadada;
}

.squarebox .evts-thumb_monedas-inner strong {
  font-size:1.6rem;
}
.squarebox .evts-thumb_pricing-inner {
  float: right;
  padding: 8px 15px;
}
.squarebox .evts-thumb_pricing-inner p:nth-child(2) {
  font-size: 12px;
  line-height: 1.1;
}
.squarebox .evts-thumb_pricing-inner strong {
  font-size: 4rem;
  color: var(--fbc-lightblue);
}
.squarebox .evts-thumb_price {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  font-size: 2.1875rem;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}
.squarebox .evts-thumb_booking {
  width: 100%;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  background-color: #14ace4;
}

@media (min-width: 62em){
  .squarebox .evts-thumb_date {
    font-size: 3rem;
  }
}
#evtCardBox .evtPrice {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1%;
  z-index: 9999;
  background: rgba(0,0,0,.25);
  color: var(--fbc-white);
  display: block;
}
#evtCardBox .overlay-blue-mask {
  background: rgb(4 18 89 / 29%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 130px;
  padding: 14px;
}
#evtCardBox .wrap_event_widget.details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
}
@media (min-width:200px) and (max-width:320px){
  #evtCardBox .evtPrice {
    top: 18%;
    width: calc(100% - 30px);
  }
}
@media (min-width:321px) and (max-width:700px){
  #evtCardBox .evtPrice {
    top: calc(25% - 81px);
    width: calc(100% - 30px);
  }
}
#evtDesc .evts-thumb_pricing {
  padding: 10px 15px;
  min-height: 80px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
#evtCardBox .evtPrice span, #evtCardBox .overlay-blue-mask span {
  font-size: 1.8em;
  color: var(--fbc-white);
}
#evtCardBox .EpreDesc-box {
  overflow: hidden;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 15px;
  background-color: var(--fbc-blue);
  color: var(--fbc-white);
}
#evtCardBox .EpreDesc-box i{
  font-size: 4em;
  text-align: center;
  position: relative;
  color:var(--fbc-white);
  display: flow-root;
}
#evtCardBox .wrap_event_widget .col-md-6{
  padding-left: 0px;
  padding-right: 0px;
}
#evtCardBox .single_event_right_info{
  padding:10px;
}
#evtCardBox .single_event_right_info h3{
  font-weight: 700;
}
#evtCardBox .single_event_right_info h5{
  font-weight: 600;
  font-size: 15px;
}
#evtCardBox .wrap_event_widget .boatsEvt p, #evtCardBox .wrap_event_widget .pricexEvt p {
  font-size: 1em;
}
#evtCardBox .single_event_right_info .btn {
  width:100%;
}
#evtCardBox .event_widget .wrap_event_widget small {
  font-size: 70%;
}
#evtCardBox .wrap_event_widget i {
  font-size: 1.5em;
  color: var(--fbc-blue);
}
#evtCardBox .buyEvnt strong {
  font-size:14px;
}
#evtCardBox .brgray{
  border-right: 1px solid #dadada;
}
/*Strong signal*/
.icon-fn-blue {
  fill:#569e26;
}
@media only screen and (max-width: 600px){
  #evtCardBox .EpreDesc-box {
    padding: 0px;
  }
  #evtCardBox .EpreDesc-box i{
    font-size: 2em;
  }
  #evtCardBox .wrap_event_widget p{
    line-height:0.4;
    font-size: 1em;
  }
}
@media only screen and (width:1024px) {
  #evtCardBox .single_event_right_info h5 {
    font-size: 13px;
  }
  #evtCardBox .wrap_event_widget p{
    line-height:1;
    font-size: 12px;
  }
}
/* SECTION COINS */

.total-balance-gold, .total-balance-silver, .total-balance-bronze {
  font-size: 40px;
}
.text-total-creditos {
  color: #989898;
}
.evtPrice span {
  font-size:5.5rem;
  color: #14ace4;
}
.evtPrice sub {
  font-size:1.5rem;
}
/* PANEL PRICING */

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.box-multiple-pricing .panel {
  margin-bottom: 20px;
  background-color: var(--fbc-white);
  border: 1px solid #dedede;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-pricing:hover {
  box-shadow:none;
}

.bigprice{
  float:left;
  width:100%;
  font-size: 43px;
  font-weight: bold;
}

.panel-pricing .panel-heading {
  padding: 0px 10px;
}
.box-multiple-pricing .fa-check {
  margin-top: 10px;
  font-size: 15px;
  color: var(--fbc-blue);
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(222, 222, 222, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
.panel-pricing .panel-body p {
  font-size: 40px;
}
.panel-pricing .desc {
  padding-top: 10px;
}



/* TOOLTIP*/

.tooltip.top .tooltip-inner{
  max-width:310px;
  padding:20px 20px;
  color:#777777;
  font-size: 14px;
  line-height: 1.5;
  border:2px solid var(--fbc-blue);
  text-align:center;
  background-color:var(--fbc-white);
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow , .tooltip.right .tooltip-arrow, .tooltip.left .tooltip-arrow, .tooltip.bottom .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: var(--fbc-blue);
}



/* MARGINS & PADDINGS */
.mt2{
  margin-top:2%;
}
.mt3{
  margin-top:3%;
}
.mt5{
  margin-top:5%;
}
.mt6{
  margin-top:6%;
}
.mt8{
  margin-top:8%;
}
.mt10{
  margin-top:10%;
}
.mt15{
  margin-top:15%;
}
.mt60{
  margin-top:60%;
}
.mr10{
  margin-right: 10px;
}
.mr20{
  margin-right: 20px;
}
.mb1{
  margin-bottom:1%;
}
.mb2{
  margin-bottom:2%;
}
.mb3{
  margin-bottom:3%;
}
.mb4{
  margin-bottom:4%;
}
.mb5{
  margin-bottom:5%;
}
.mb8{
  margin-bottom:8%;
}
.mb10{
  margin-bottom:10%;
}
.mbx10{
  margin-bottom:10px;
}
.pdl0 {
  padding-left:0px;
}
.pdr0 {
  padding-right:0px;
}
.pbx10{
  margin-bottom:10px;
}
.pbx20{
  margin-bottom:20px;
}
.p-5 {
  padding:5rem;
}

@media only screen and (max-width: 600px){
  .pdl0sm {
    padding-left:0px;
  }
  .pdr0sm {
    padding-right:0px;
  }
  .mb5sm{
    margin-bottom:5%;
  }
  .mt8sm{
    margin-top:8%;
  }
}

/* MIX */
.error {
  padding: 10px;
  color: #ef7b7b;
}

.innerOffer {
  background: #f4f4f4;
  padding: 5%;
  background-image: url(/assets/images/icons/fanautic-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
  background-blend-mode: overlay;
}
.biglist {
  font-size: 1.3em;
  line-height: 1.6;
  font-weight: 500;
  color: #9c9c9c;
  margin-top: calc(15% - 5px);
}
.custom-bullet li {
  display: block;
}

.custom-bullet li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  float: left;
  margin-left: -17px;
  color: var(--fbc-blue);
}
.pagination {
  margin: 10px 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid var(--fbc-blue);
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.white {
  color:var(--fbc-white);
}
.blue{
  color: var(--fbc-blue);
}
.lightblue{
  color: var(--fbc-lightblue);
}
.skyblue{
  color: var(--fbc-skyblue);
}
.grey{
  color: var(--fbc-darkgrey);
}
.bg-grey{
  background: var(--fbc-grey);
}
.bg-lightgrey{
  background: var(--fbc-lightgrey);
}
.blueBg{
  background:var(--fbc-blue);
}
.lbluFnt{
  color: var(--fbc-blue);
}
.grayBg{
  background:#f4f4f4;
}
.greenfn{
  color:#46be9c;
}
.redfn{
  color:#de6b6b;
}
.iconst40Font{
  font-size:40px;
}
.alpha60 {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.overly-mask {
  background: url(/assets/images/bg/overly-mask.png?78) center center repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.tags-icn{
  font-size:  20px;
  top: 1px;
  position: relative;
}
.overlay-blue-mask {
  background: #0412594a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 108px;
  padding: 14px;
}
/* PRICE FOR */

.tripPricesTable h3{
  color: #9e9e9e;
}
.tripPricesTable h4 a, .tripPricesTable p {
  color: #a7a7a7;
}
.tripPricesTable h4 a {
  text-decoration: underline;
}
.tripPricesTable .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.tripPricesTable .price {
  font-size: 4rem;
  font-weight: 800;
  color: #46be9c;
}

.boat_intro .tripPricesTable .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.boat_intro .tripPricesTable .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.boat_intro .tripPricesTable .price {
  font-size: 3rem;
  font-weight: 800;
  color: #46be9c;
}
.boat_intro .tripPricesTable .table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #ddd;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}

@media (max-width:420px){
  .boat_intro .tripPricesTable h4 a {
    font-size:12px;
  }
  .boat_intro .tripPricesTable .price {
    font-size: 2rem;
    font-weight: 800;
    color: #46be9c;
  }
  .boat_intro .tripPricesTable p {
    font-size: 12px;
  }
}

#scroll-right {
  position: relative;
  -webkit-animation: scrollright infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation: scrollright infinite;
  animation-duration: 3s;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes scrollright {
  from {
    right: 0px;
  }
  to {
    right: 180px;
  }
}

@keyframes scrollright {
  from {
    right: 0px;
  }
  to {
    right: 180px;
  }
}

.scroll-lIcon {
  width:6%;
}

.iframe-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.iframe-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.header_right img.dnt-avatar {
  max-width: 26px;
}

#section-1-fanautic-home {
  display:none;
}

#modalidades-socios .container > .row {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

#modalidades-socios .container .row > [class*="col-"]{
  display: flex;
  margin-bottom: 15px;
}
#modalidades-socios {
  padding:0px 0px 20px 0px
}
#modalidades-socios .panel {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;

}
#modalidades-socios .panel-pricing .panel-body {
  background-color: #fff;
}
#modalidades-socios .panel-body img {
  height:100px;
}
#modalidades-socios .panel-pricing .panel-heading {
  padding: 5px;
  background: #f0f0f0;
}
#modalidades-socios .panel-pricing .desc {
  padding: 15px;
  text-align:left;
}
#modalidades-socios .panel-pricing .desc p {
  position: relative;
  margin-top: 1px;
  display: block;
  margin: 10px 0 0px;
}

#modalidades-socios .socioModFbc-01 .panel-pricing .desc {
  padding: 10% 15px;
}
#modalidades-socios .socioModFbc-01 .panel-pricing .panel-heading {
  padding: 10px;
  background: #f0f0f0;
}
#modalidades-socios .socioModFbc-01 .panel-pricing .panel-heading h3{
  margin-top: 5px;
  margin-bottom: 0px;
  color: var(--fbc-blue);
  font-weight: 700;
}
#modalidades-socios .socioModFbc .panel-pricing .desc {
  padding: 5%;
  min-height: 285px;
}
#modalidades-socios .socioModFbc .panel-pricing .panel-heading {
  padding: 10px;
  background: #f0f0f0;
}
#modalidades-socios .socioModFbc .panel-pricing .panel-heading h3{
  margin-top: 5px;
  margin-bottom: 0px;
  color: var(--fbc-blue);
  font-weight: 700;
}
#modalidades-socios .bigprice {
  font-size:4rem;
  font-weight:600;
}

.my_admin_content {
  margin-top:5%;
}

.my_admin_content {
  margin-top:5%;
}

/*///// hib boats /////*/
.hubs-bases{
  position: absolute;
  top:10px;
  right:5px;
  z-index: 100;
  display: flex;
  flex-flow: row wrap;
}
.hubs-bases .hub-base{
  text-align: center;
  background-color: var(--fbc-blue);
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  margin: 0.2rem;
  border:1px solid var(--fbc-white);
}
.hubs-bases .hub-base p{
  color: var(--fbc-white);
  font-size: 0.65rem;
  letter-spacing: 0.05rem;
  margin: 0;
}