@charset "utf-8";
/* CSS Document */
bodyXXX {
  font-family: aktiv-grotesk, sans-serif;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  background-color: #ffffff;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_logo {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 5px;
}
.nav_logo img {
  display: inline-block;
  width: auto;
  height: 75px;
  margin: 0px 10px 0px 0px;    
}
.nav_title {
  display: block;
  font-family: bebas-neue-pro, sans-serif;
  color: #ffffff;
  font-size: 60px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: -2.5px;
  margin: 0px 0px 0px 0px;
  margin-left: 5px;
  padding: 0px 20px 0px 20px;
}
.nav_container {
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  /*overflow:hidden;*/
}
.navbar-nav {
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  background: transparent;
  padding: 10px 0px 10px 0px;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav > li {
  align-self: center;
  float: none;
  padding: 0px 6px 0px 6px;
}
.navbar-nav > li > a {
  font-family: bebas-neue-pro, sans-serif;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  background-color: transparent;
}
.navbar-nav > li > a:hover {
  color: #f3334b;
  text-decoration: none;
  background-color: transparent;
}
.navbar-nav > li > a:focus {
  color: #e2e2e2;
  background-color: transparent;
}
.navbar-nav > li > a:active {
  color: #e2e2e2;
  background-color: transparent;
}
.nav_contact {
  display: flex;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 5px 0 5px auto;
}
.nav_contact a {
  display: inline-block;
  font-family: aktiv-grotesk, sans-serif;
  min-width: 100px;
  max-width: 150px;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -.25px;
  background: #f3334b;
  border-radius:5px;    
  border: 1px #f3334b solid;
  padding: 12px 16px 14px 16px !important;
  margin: 0 0 0 0px;
  text-decoration: none !important;
}
.nav_contact a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #002986;
  border: 1px #002986 solid;
  text-decoration: none !important;
}
.nav_contact a span {
  display: block;
  font-weight: 600;
}
/* Desktop Nav*/
.navbar {
  position: relative;
  display: block;
  /*flex-direction: row;*/
  width: 100%;
  right: 0px;
  left: auto;
  border-bottom-width: 0px !important;
  margin-bottom: 20px;
  padding: 0px !important;
  background-color: #000000;
  border: 0px;
  z-index: 1002 !important;
}
.desktop_nav {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px #fff solid;
  background-color: rgba(9, 0, 0, 1.0) !important;
}
.desktop_nav_container {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;    
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
      .nav_contact {
    display: flex;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 10px auto;
  }
    
}
@media (max-width: 650px) {
  .nav_contactXXX {
    display: flex;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0;
  }
  .nav_logo {
    display: block;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
  }
  .desktop_nav_container {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    justify-content: center;
  }
  .nav_title {
    display: block;
    font-family: bebas-neue-pro, sans-serif;
    color: #ffffff;
    font-size: 50px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -2.5px;
    margin: 0px 0px 0px 0px;
    margin-left: 0px;
    padding: 0px 0px 20px 0px;
  }
}
/* Desktop Nav*/
@media (max-width: 1200px) {}
@media (min-width: 1200px) {}
@media (min-width: 1300px) {
  .desktop_nav {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 40px 10px 40px;
    border-bottom: 1px #fff solid;
    background-color: rgba(9, 0, 0, 1.0) !important;
  }
  .nav_title {
    display: block;
    font-family: bebas-neue-pro, sans-serif;
    color: #ffffff;
    font-size: 70px;
    line-height: 65px;
    font-weight: 600;
    letter-spacing: -2.5px;
    margin: 0px 0px 0px 0px;
    margin-left: 0px;
    padding: 0px 20px 0px 20px;
  }
  .nav_logoXXX {
    display: block;
    padding: 0px 30px 0px 0px;
    margin-left: 0px;
  }
  .nav_logoXXX img {
    display: block;
    width: auto;
    height: 75px;
  }
  .navbar-nav {
    display: flex;
    /*width:100%;*/
    height: 80px;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    background: transparent;
    padding: 10px 0px 10px 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-nav > li {
    align-self: center;
    float: none;
    padding: 0px 6px 0px 6px;
  }
  .navbar-nav > li > a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
}
@media (min-width: 1400px) {}
@media (min-width: 1500px) {}
@media (min-width: 1600px) {}
@media (min-width: 1700px) {}
@media (hover:none), (hover:on-demand) {}