@font-face {
  font-family: MontserratRegular;
  src: url("fonts/Montserrat-Regular.otf") format("opentype"); }
@font-face {
  font-family: MontserratLight;
  src: url("fonts/Montserrat-Light.otf") format("opentype"); }
@font-face {
  font-family: MontserratBold;
  font-weight: bold;
  src: url("fonts/Montserrat-Bold.otf") format("opentype"); }
.clear {
  width: 100%;
  height: 0px;
  clear: both; }

a,
a:hover,
a:focus,
a:active {
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

strong {
  font-family: MontserratBold;
  font-weight: bold; }

body {
  font-family: MontserratRegular; }

.btn-primary {
  border: none;
  border-radius: 0px;
  background-color: #000; }

.btn-primary:hover {
  background-color: #d71920; }

.container {
  width: 1300px;
  max-width: 100%; }

.logo_container {
  text-align: center;
  position: fixed;
  height: 100px;
  padding: 0px;
  padding-left: 20px;
  top: 20px; }
  .logo_container img {
    width: 220px;
    max-width: 100%;
    animation-name: show_logo;
    animation-duration: 0.4s; }

@media screen and (max-width: 780px) {
  .logo_container {
    z-index: 800;
    position: relative; }
    .logo_container img {
      width: 100px;
      max-width: 100%; } }
.logo_container_small {
  height: 60px;
  padding: 0px;
  padding-left: 20px;
  top: 5px; }

.logo_container_small img {
  width: 80px;
  max-width: 100%;
  animation-name: hide_logo;
  animation-duration: 0.4s; }

@keyframes hide_logo {
  from {
    width: 220px; }
  to {
    width: 80px; } }
@keyframes show_logo {
  from {
    width: 80px; }
  to {
    width: 220px; } }
/* navbar */
.navbar-default {
  background-color: transparent;
  border-color: transparent; }

.navbar-default .navbar-nav {
  padding-top: 30px; }

.navbar-default .navbar-nav > li > a {
  font-family: MontserratBold;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin: 4px;
  margin-left: 8px;
  margin-right: 8px; }

.navbar-default .navbar-nav > li:first-child > a {
  margin-left: 0px; }

.navbar-default .navbar-nav > li:last-child > a {
  margin-right: 0px; }

.navbar-default .navbar-nav > li > a:hover {
  color: #d71920; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #d71920;
  background-color: transparent; }

.navbar-right {
  margin-right: 0px; }

.navbar-default .navbar-toggle {
  border-color: #000;
  background-color: #000;
  z-index: 900;
  position: absolute;
  right: 10px;
  top: 10px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
  background-color: #fff; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 540px; }

.slider_container {
  padding: 0px;
  position: relative; }

/* DEFAULT SLIDER PAGINATION */
.front_slider_image_full_page {
  padding: 0px;
  margin-top: 100px; }

@media screen and (max-width: 780px) {
  .front_slider_image_full_page {
    padding: 0px;
    margin-top: 40px; } }
.slider_item {
  height: 650px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.slider_item_image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.slider_item_iner_text {
  position: absolute;
  bottom: 100px;
  right: 80px;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  max-width: 90%;
  min-width: 400px; }
  .slider_item_iner_text h3 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4.7pt; }
  .slider_item_iner_text h2 {
    font-size: 40px;
    padding-top: 0px;
    margin-top: 0px;
    font-weight: 300; }
  .slider_item_iner_text .red {
    color: #d71920; }

.slider_join_box {
  background-color: #d71920;
  width: auto;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -40px;
  left: 20%;
  background-color: #000; }
  .slider_join_box p {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.20em;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: 300; }
  .slider_join_box a:hover {
    text-decoration: none; }

.box_red {
  background-color: #d71920 !important; }

.traiangle_1 {
  text-align: center;
  position: relative;
  height: 0px;
  top: -90px;
  z-index: 300; }
  .traiangle_1 span {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.20em;
    color: #000; }

@media screen and (max-width: 780px) {
  .slider_container {
    width: 100%; }

  .slider_item {
    height: 370px;
    width: 100%; }

  .slider_item_iner_text {
    right: 0px;
    bottom: 60px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0px; }
    .slider_item_iner_text h3 {
      font-size: 12px; }
    .slider_item_iner_text h2 {
      font-size: 20px; }
    .slider_item_iner_text .slider_join_box p {
      font-size: 12px; }

  .traiangle_1 {
    display: none; } }
/*
.owl-theme .owl-controls {
    position: absolute;
    top: 46%;
    text-align: center;
    width: 30px;
    right: 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: $red;
}
*/
.main_slider_controlls {
  position: absolute;
  top: 55%;
  left: 2%;
  width: 96%;
  z-index: 999; }

@media screen and (max-width: 780px) {
  .main_slider_controlls {
    display: none; } }
#main_slider_prev {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #fff;
  background-color: rgba(215, 25, 32, 0.8);
  color: #fff;
  font-size: 20px;
  line-height: 0px;
  text-align: center;
  background-image: url("../img/left_arrow.png");
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: 7px center;
  cursor: pointer; }

#main_slider_next {
  float: right;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #fff;
  background-color: rgba(215, 25, 32, 0.8);
  color: #fff;
  font-size: 20px;
  line-height: 0px;
  text-align: center;
  background-image: url("../img/right_arrow.png");
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer; }

#main_slider_prev:hover,
#main_slider_next:hover {
  background-color: #d71920; }

#news_section {
  padding-top: 80px; }

#news_box {
  padding: 0px; }
  #news_box a {
    color: #000; }

.news_single_box_out {
  position: relative;
  padding: 10px;
  padding-bottom: 50px;
  margin-bottom: 20px; }

.news_single_box {
  padding: 0px;
  position: relative;
  overflow: hidden; }

.news_single_box_white {
  margin: 3%;
  padding: 20px;
  margin-top: -50px;
  animation-name: news_single_box_text_anime_back;
  animation-duration: 1.4s;
  width: 94%;
  background-color: #fff;
  z-index: 300; }
  .news_single_box_white h3 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: 000;
    letter-spacing: 2pt;
    font-family: MontserratLight; }
  .news_single_box_white h2 {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    color: 000; }

.news_single_box img {
  max-width: 100%;
  -moz-transition: all 1.8s;
  -webkit-transition: all 1.8s;
  transition: all 1.8s; }

.news_single_box_out:hover .news_single_box img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

@keyframes news_single_box_text_anime {
  from {
    margin-top: -50px; }
  to {
    margin-top: -80px; } }
@keyframes news_single_box_text_anime_back {
  from {
    margin-top: -80px; }
  to {
    margin-top: -50px; } }
@media screen and (min-width: 990px) {
  .news_single_box_out:hover .news_single_box_white {
    margin-top: -80px;
    animation-name: news_single_box_text_anime;
    animation-duration: 1s; } }
@media screen and (max-width: 990px) {
  .news_single_box img {
    width: 100%;
    -moz-transition: all 1.8s;
    -webkit-transition: all 1.8s;
    transition: all 1.8s; } }
.home_bottom {
  padding-top: 0px; }

.box_home_bottom {
  margin-bottom: -40px;
  background-color: #fff;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 100; }
  .box_home_bottom .btn-primary {
    background-color: #000;
    border: none;
    padding: 15px;
    font-size: 17px;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.25em;
    border-radius: 0px; }
  .box_home_bottom .btn-primary:hover {
    background-color: #d71920;
    color: #fff; }

.black_line {
  border-bottom: 2px solid #000; }

.social {
  padding-top: 0px;
  text-align: center; }
  .social img {
    padding: 10px; }

.social_bg {
  background-color: #fff;
  position: relative;
  z-index: 200;
  width: 270px;
  margin-left: auto;
  margin-right: auto; }

.contact_placeholder img {
  width: 100%;
  height: 100%; }

.contact_box_in {
  border: 1px solid #000;
  padding: 20px;
  padding-bottom: 15px; }
  .contact_box_in h3 {
    padding: 0px;
    margin: 0px; }
  .contact_box_in .form-control {
    border: 1px solid #000;
    border-radius: 0px;
    width: 500px;
    max-width: 100%; }
  .contact_box_in .btn-default {
    border: none;
    color: #fff;
    background-color: #000;
    border-radius: 0px; }
  .contact_box_in .helper_box {
    padding: 0px;
    float: left; }
  .contact_box_in .helper_text {
    text-align: left;
    padding-left: 20px; }
    .contact_box_in .helper_text p {
      font-size: 12px;
      font-weight: 100; }
  .contact_box_in textarea {
    min-height: 120px; }

.hero_image {
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  display: flex; }
  .hero_image span {
    align-self: flex-end; }
  .hero_image h2 {
    font-family: MontserratBold;
    color: #fff;
    font-size: 55px;
    letter-spacing: 0.05em; }
  .hero_image p {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0.05em; }

@media screen and (max-width: 780px) {
  .hero_image {
    margin-top: 20px;
    min-height: 150px; }
    .hero_image h2 {
      font-size: 35px; }
    .hero_image p {
      font-size: 14px; } }
.single_container_1 {
  padding: 0px;
  padding-top: 15px; }

.grey_box {
  background-color: #D8D8D8;
  padding: 20px;
  padding-bottom: 0px; }
  .grey_box p {
    font-size: 17px;
    font-weight: 100; }

.traiangle_3 {
  text-align: center;
  position: relative;
  height: 0px;
  top: -85px;
  z-index: 300; }
  .traiangle_3 span {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.20em;
    color: #000; }

.contact_bar_holder {
  padding-right: 0px; }

.event_registration_container {
  border: 2px solid #000;
  min-height: 300px;
  margin-top: 40px;
  padding: 20px; }

.form_columns {
  padding: 10px;
  text-align: center;
  max-width: 100%; }
  .form_columns h3 {
    padding: 0px;
    margin: 0px; }
  .form_columns .form-control {
    border: 2px solid #000;
    border-radius: 0px;
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .form_columns .btn-default {
    border: none;
    color: #fff;
    background-color: #000;
    border-radius: 0px; }
  .form_columns .helper_box {
    padding: 0px;
    float: left; }
  .form_columns .helper_text {
    text-align: left;
    padding-left: 20px; }
    .form_columns .helper_text p {
      font-size: 12px;
      font-weight: 100; }

.about_us_container_1 {
  padding: 0px;
  padding-top: 20px; }

.spacer_div {
  padding: 0px; }

.spacer_div_left {
  padding-right: 10px; }

.spacer_div_right {
  padding-left: 10px; }

@media screen and (max-width: 780px) {
  .spacer_div_left {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px; }

  .spacer_div_right {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px; }

  .grey_box {
    padding-bottom: 20px; } }
td {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.news_container_1 {
  padding: 0px;
  padding-top: 20px; }
  .news_container_1 a {
    color: #000; }

.single_news_container_1 {
  padding: 0px;
  padding-top: 20px;
  min-height: 400px; }

.single_news_content h6 {
  letter-spacing: 0.15em; }
.single_news_content h2 {
  padding: 0px;
  margin: 0px; }
.single_news_content p {
  font-weight: 100; }

.login_container_1 {
  border: 2px solid #000;
  margin-top: 20px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

.google_map_container {
  background-color: #999;
  min-height: 400px;
  text-align: center;
  padding-top: 15%; }

.newsletter_container {
  padding-top: 60px;
  padding-bottom: 20px; }
  .newsletter_container .line {
    width: 100%;
    height: 1px;
    background: #000; }
  .newsletter_container .form-control {
    border: 2px solid #000;
    border-radius: 0px;
    width: 350px;
    height: 45px;
    max-width: 100%;
    font-size: 20px;
    color: #000; }
  .newsletter_container .btn-default {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    height: 44px;
    border: 2px solid #000; }

.newsletter_column {
  padding-top: 20px; }
  .newsletter_column p {
    font-size: 22px;
    padding-top: 5px; }

.newsletter_column_2 {
  text-align: center; }

.newsletter_column_3 {
  text-align: right; }
  .newsletter_column_3 a {
    margin-left: 10px; }

.home_sponsors {
  padding-top: 60px;
  padding-bottom: 20px; }

.sponsors_column p {
  font-size: 22px;
  padding-top: 5px; }

.sponsors_column_1 {
  padding: 0px; }

.sponsors_column_2 {
  text-align: right;
  padding: 0px; }
  .sponsors_column_2 img {
    height: 140px;
    margin-left: 10px; }

#menuModal .modal-content {
  background-color: #000;
  border-radius: 0px; }

.mobile_nav a {
  color: #fff; }
.mobile_nav a:hover {
  color: #d71920; }

.button_sig_in {
  padding: 4px;
  text-align: right; }
  .button_sig_in .btn-default {
    width: 100px; }

.button_register {
  padding: 4px;
  text-align: left; }
  .button_register .btn-default {
    width: 100px; }

@media screen and (max-width: 780px) {
  .button_sig_in {
    padding: 4px;
    text-align: center; }
    .button_sig_in .btn-default {
      width: 200px; }

  .button_register {
    padding: 4px;
    text-align: center; }
    .button_register .btn-default {
      width: 200px; } }
.conrad {
  text-align: left;
  padding-bottom: 20px; }
  .conrad a {
    color: #000; }

.gallery_holder {
  margin-top: 100px;
  min-height: 500px;
  padding: 0px; }
  .gallery_holder img {
    padding: 5px;
    height: 200px;
    width: auto; }

/*# sourceMappingURL=style.css.map */
