@font-face {
  font-family: 'FuturaLT';
  src: url('/static/fonts/FuturaLT/FuturaLT-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaLT';
  src: url('/static/fonts/FuturaLT/FuturaLT-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaLT';
  src: url('/static/fonts/FuturaLT/FuturaLT.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaLT';
  src: url('/static/fonts/FuturaLT/FuturaLT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaLT';
  src: url('/static/fonts/FuturaLT/FuturaLT-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
html,
body {
  font-family: 'FuturaLT', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
.mainSection {
  padding-top: 66px;
  min-height: calc(100vh - 80px);
}
.btn,
.form-control {
  border-radius: 2px;
}
.btn {
  transition: all 0.3s ease-out;
}
.btn:hover {
  transform: scale(1.03);
}
.btn-huge {
  padding: 20px 30px;
}
.btn-big {
  padding: 12px 20px;
}
.panel {
  box-shadow: none;
}
.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.full-height .panel {
  height: 100%;
}
.full-height .panel .panel-body {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.full-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.max1200 {
  max-width: 1200px;
}
.navbar {
  position: fixed;
  width: 100%;
  background: none;
  border: none;
  z-index: 1;
  transition: background-color 0.7s linear;
  border-radius: 0;
}
.navbar a {
  color: #fff;
}
.navbar .logo img {
  transition: all 0.3s linear;
}
.navbar.small {
  background: #2a2a2a;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.navbar.small a {
  color: #fff;
}
.navbar.small .logo img {
  height: 66px!important;
  padding: 10px!important;
}
.cover_title {
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  text-shadow: 1px 1px 10px #000000;
  background-attachment: fixed;
}
.cover_title h2 {
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 800;
}
.cover_title h5 {
  font-size: 22px;
  font-weight: 200;
  text-transform: uppercase;
}
.cover_title:before {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 149%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cover_title .cover_title_content {
  color: #fff;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 80%;
  margin: auto;
}
