/***************************************
* FONTS
***************************************/
@font-face {
    font-family: 'neuland';
    src: url('../fonts/neulandgrotesk-condensedbold.woff') format('woff'),
         url('../fonts/neulandgrotesk-condensedbold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

/***************************************
* GENERIC DEFINITIONS
***************************************/
p,h1,h2,h4,h5,h6,span,input,a,div{
    font-family: 'neuland' !important;
}
body {
    background: #000;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

footer {
    clear:both;
    position:relative;
    height:120px;
    margin-bottom:-120px;
}

.text-white {color: #fff;}
.text-black {color: #000000;}
.text-pink {color: #EA346D;}
.text-red {color: #E33723;}
.text-blue {color: #001B40;}
.text-grey {color: #00111C;}
.text-beige {color: #C7B28E;}


.bg-white {background: #fff;}
.bg-black {background: #000;}
.bg-pink {background: #EA346D;}
.bg-red {background: #E33723;}
.bg-blue {background: #001B40;}
.bg-grey {background: #00111C;}
.bg-beige {background: #C7B28E;}

.bg-sea {background:url(../images/Back-journey.jpg) no-repeat;background-size: cover;}
.bg-opacity{background: #ffffffba;}
.bg-opacity-black{background: #000000ba;}

.border-white {border: solid 3px #fff;}
.border-black {border: solid 1px #000;}
.border-pink {border: solid 1px #EA346D;}
.border-red {border: solid 1px #E33723;}
.border-blue {border: solid 1px #001B40;}
.border-grey {border: solid 1px #00111C;}
.border-beige {border: solid 1px #C7B28E;}

.fs-7 {
    font-size: 0.75rem !important;
}
.fs-8 {
    font-size: 0.5rem !important;
}
.fs-9 {
    font-size: 0.25rem !important;
}
.fs-11 {
    font-size: 5.0rem;
}
.h-100vh{
min-height: 100vh !important;
}

.btn-pink {
    color: #fff;
    background: #EA346D;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1.5em;
    cursor: pointer;
    border:none;
}
    .btn-pink:hover, .btn-pink:focus {
        color: #001B40;
        border: none;
    }
.btn-beige {
    color: #fff;
    background: #C7B28E;
    border: solid 3px #fff;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1.5em;
    cursor: pointer;
    border: none;
}

.btn {
    color: #fff;
    border: solid 3px #fff;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 1em;
    cursor: pointer;
    width: 100%;
    margin: 10px 0;
    border: none;
}

.noscroll {
    overflow: hidden !important;
}

.cursor-pointer {
    cursor: pointer
}
.popup {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110vh;
    z-index: 999;
}
.hidden {
    display:none;
}
.overflow-y-scroll{
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#fff;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ffffffba;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #ffffffba;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #00111C;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.rb-button tr {
    display: inline;
}
.rb-button input {
    display: none;
}

.rb-button label {
    background: #fff;
    border-radius: 25px;
    padding: 5px 15px;
    color: #00A9E0;
    border: none;
    font-size: 1em;
    width: 150px;
    text-align: center;
}

.rb-button input:checked + label {
    background: #00A9E0;
    color: #fff;
}


/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
    
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    

    
}
