* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
/**
 * Menu specific generic styles
**/
a, a:hover, .grid-item:hover img, .grid-item img, .grid-item:hover .title-overlay, .grid-item .title-overlay {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header, #header:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.main_menu ul li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#responsive-menu-pro-noscroll-wrapper {
  height: initial !important;
}
.main_menu {
  padding: 1% 0;
  display: flex;
  justify-content: center;
}
.main_menu > ul > li:hover .nav-drop {
  height: auto !important;
}
ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  background-color: #000;
}
/******************************************/
div.mc-image {
  webkit-transition: initial !important;
  transition: initial !important;
}
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
.site-wrapper.home .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
.page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-content a {
  color: #fff;
  font-weight: 700;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.page-content a:hover {
  color: #c90000;
  border-bottom: 1px solid #c90000;
}
hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.page-header {
  background-attachment: fixed;
  background-position: bottom center !important;
  color: #fff;
  text-align: center;
  line-height: 2.3em;
  display: flex;
  width: 100%;
  /* height: 45vh; */
}
.page-header h2 {
  margin-bottom: 0;
}
.header-title {
  /* padding-top: 140px !important; */
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.4);
  height: 100% !important;
  width: 100%;
  padding: 5% 0;
  align-items: center;
  /* padding-left: 20%;
    padding-right: 20%; */
  justify-content: center;
  font-size: 22px;
  letter-spacing: 2px;
  /* padding-bottom: 60px !important; */
}
.header-title hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header-title h2 {
  letter-spacing: 5px;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 24px;
}
.page-header img {
  max-width: 300px;
  height: auto;
}
.page {
  width: 80% !important;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1300px) {
  .page {
    width: 1200px !important;
  }
}
@media screen and (max-width: 800px) {
  .page-header {
    /* height: 40vh; */
  }
  .page-header img {
    max-width: 250px;
  }
  .header-title {
    /*  padding-top: 50px;
        padding-bottom: 80px; */
    font-size: 24px;
  }
}
.rc-anchor-normal-footer, .rc-anchor-invisible-text, .rc-anchor, .rc-anchor-invisible, .rc-anchor-light, .rc-anchor-invisible-hover, .grecaptcha-badge {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
/*--- FONT EMBEDDING ---*/
@font-face {
  font-family: "transat bold";
  src: url("../../fonts/transat_bold-webfont-webfont.woff2") format("woff2"), url("../../fonts/transat_bold-webfont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "transat";
  src: url("../../fonts/transat_standard-webfont-webfont.woff2") format("woff2"), url("../../fonts/transat_standard-webfont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*--- GENERAL ---*/
body {
  line-height: 1.8em;
  font-family: "transat";
  font-size: 18px;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  background: url(../../../assets/img/page-bg.jpg) #000;
  color: #fff;
  background-attachment: fixed;
  background-size: cover;
}
/*--- MENU ---*/
#header {
  padding-left: 1%;
  padding-right: 1%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#header:hover, #header:focus {
  background: rgba(0, 0, 0, 0.9);
}
#header a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
#header a:hover {
  border-bottom: 1px solid #fff;
}
.header-social {
  display: none;
}
ul.dropdown ul li, ul.dropdown-vertical {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.dropdown ul {
  margin-top: 15px !important;
  padding-bottom: 5px !important;
  padding-top: 0px !important;
  background: rgba(0, 0, 0, 0.9) !important;
}
ul.dropdown li {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
ul.dropdown li a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 2px !important;
  margin-bottom: 5px;
}
ul.dropdown a, ul.dropdown ul li a {
  color: #fff !important;
  padding-bottom: 0;
}
ul.dropdown ul li {
  padding-bottom: 10px !important;
}
ul.dropdown a:hover, ul.dropdown ul li a:hover {
  color: #fff !important;
}
/*--- FOOTER ---*/
#footer {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 1%;
  padding-right: 1%;
  text-transform: uppercase;
}
#footer a {
  color: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-social {
  text-align: left;
  font-size: 16px;
}
.footer-social i {
  margin-right: 10px;
}
.footer-credits {
  text-align: right;
  font-size: 12px;
  line-height: 1.3em;
}
/*--- MOBILE MENU + FOOTER ---*/
@media screen and (max-width: 1200px) {
  .footer-social {
    display: none;
  }
  .footer-credits {
    text-align: center;
  }
  .footer-inner {
    display: block;
  }
  .header-social {
    display: block;
    text-align: left;
    color: #fff;
  }
  .header-social i {
    margin-right: 10px;
  }
}
/*--- EQUIPMENT ---*/
.gear-grid h2, .gear-grid h3 {
  text-align: left !important;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.gear-info ul {
  padding-bottom: 50px;
}
.gear-info-grid {
  margin: 50px auto 0;
  width: 1200px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.gear-info-grid h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}
.gear-info-grid div {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 5px;
  padding-right: 10px;
}
.gear-info-grid div li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .wrapper-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gear-info-grid {
    grid-template-columns: 100%;
    padding-top: 30px;
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .gear-grid {
    grid-template-columns: 100%;
  }
  .gear-items {
    order: 1;
  }
  .gear-gallery {
    order: 2;
  }
  .gear-info-grid {
    grid-template-columns: 100%;
    padding-top: 0px;
  }
  .gear-info ul {
    padding-bottom: 20px;
  }
}
/*--- TEAM ---*/
.team-member {
  display: grid;
  grid-template-columns: 40% 60%;
  align-content: center;
  align-items: center;
  grid-gap: 20px;
  padding-bottom: 50px;
}
.team-member img {
  max-width: 100%;
  height: auto;
}
.team-member h2 {
  text-align: left;
}
.team-more {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px !important;
  font-weight: 400;
  position: relative;
  top: 30px !important;
}
.team-more:hover {
  background: #fff;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .team-member {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
  }
  .team-member img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1299.9px) {
  .team-member {
    margin-bottom: 50px !important;
  }
  .team-more {
    position: relative;
    top: 20px !important;
    margin-bottom: 60px !important;
  }
  .team-member h2 {
    text-align: center !important;
    margin-top: 0 !important;
  }
}
/*--- ANIMATIONS ---*/
.focus-in-contract-bck {
  -webkit-animation: focus-in-contract-bck 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: focus-in-contract-bck 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.fade-in {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-8-5 7:53:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-8-5 7:53:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
