/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#home-slider .slider-caption-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home-slider .slick-dots li button {
  background: none;
}
#home-slider .slick-dots li button:hover:before,
#home-slider .slick-dots li button:focus:before,
#home-slider .slick-dots li.slick-active button:before {
  border: 2px solid #fff;
  background-color: #000;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1230px;
}

.columns,
.column {
  min-height: 1px;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.contact-form .gform_title {
  letter-spacing: 1px;
}
.contact-form_footer .gform_title {
  display: none;
}
.contact-form_footer .gform_description {
  color: #fff;
  font-size: 37px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  letter-spacing: 1px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
.slider-bottom-text {
  position: absolute;
  width: 60%;
  left: 50%;
  bottom: 0;
  color: rgba(255, 255, 255, 0.37);
  font-family: "Teko", sans-serif;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 1024px) {
  .slider-bottom-text {
    bottom: -5px;
  }
}
@media (min-width: 1025px) {
  .slider-bottom-text {
    bottom: -12px;
  }
}

.bottom-text {
  line-height: .75;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  overflow-x: hidden;
  background-color: #0e0e0e;
  background-attachment: fixed;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button:not(.menu-icon),
.button:not(.basic-btn),
input[type='submit'],
input[type='reset'] {
  transition: all 0.3s ease;
  border: 0;
  padding: 12px 20px 8px;
  margin-bottom: 0;
  background-color: #d30000;
  min-width: 170px;
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 27px;
  text-transform: uppercase;
}
button:not(.menu-icon):hover, button:not(.menu-icon):focus,
.button:not(.basic-btn):hover,
.button:not(.basic-btn):focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus {
  background-color: #d30000;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  background-color: #fff;
  color: #252525;
}

.tagcloud a {
  font-size: 18px !important;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Teko", sans-serif;
  color: inherit;
  text-transform: uppercase;
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #d30000;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #6d0000;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 50px;
  font-family: FontAwesome;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #d30000;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .flex-content .top-section, .flex-content .content-block, .flex-content .flex-slider .slick-slide, .flex-content .video-block, .flex-content .upcoming-events, .flex-content .instagram, .profile-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  margin-bottom: 30px;
}

.logo img {
  max-height: 150px;
}

h1.main-title {
  color: transparent;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1000;
}

.blog .blog-item,
.page-template-template-faq .faq-item {
  color: #d30000 !important;
}

.current-menu-item {
  color: #d30000 !important;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #d30000;
}
.not-found .label:hover {
  background-color: #aa0000;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  margin-top: 50px;
}
.footer .gform_heading {
  line-height: 2em;
  margin-bottom: 14px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

@media (min-width: 1025px) {
  .flex-content p {
    text-align: justify;
    margin-bottom: 20px;
  }
}
.flex-content section:first-child {
  padding-top: 75px;
}
.flex-content section:last-child {
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .flex-content .top-section .top-section__img-col {
    text-align: center;
  }
}
.flex-content .top-section .top-section__content {
  padding-top: 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  line-height: 33px;
}
@media (min-width: 1025px) {
  .flex-content .top-section .top-section__content {
    text-align: justify;
    line-height: 62px;
    font-size: 18px;
  }
}
.flex-content .top-section .top-section__bottom .double-title {
  position: relative;
  padding-top: 45px;
  padding-bottom: 15px;
}
.flex-content .top-section .top-section__bottom .double-title__bg {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  color: rgba(237, 27, 38, 0.2);
  font-weight: 700;
  font-size: 140px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Teko", sans-serif;
}
.flex-content .top-section .top-section__bottom .double-title__item {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 1;
}
.flex-content .top-section .top-section__bottom .double-title__item p {
  text-align: center;
}
.flex-content .top-section .top-section__bottom .double-title__item p {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 1025px) {
  .flex-content .top-section .top-section__bottom .double-title__item p {
    line-height: 62px;
    font-size: 62px;
  }
}
.flex-content .top-section .top-section__bottom .double-title__item strong {
  color: #ed1b26;
}
.flex-content .box-about {
  /*background-image: url(images/box_shadow.png);*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 1025px) {
  .flex-content .box-about {
    padding-bottom: 105px;
  }
}
.flex-content .box-about .box-about__bg {
  margin: 0 auto;
  box-shadow: 0px -2px 130px 44px rgba(234, 20, 20, 0.52);
}
.flex-content .box-about .linear-gradient__inner {
  margin: 0 auto;
  background-image: url("../images/box_shadow.png");
  background-size: 2560px;
  background-position: center;
}
.flex-content .box-about .box-about__item {
  position: relative;
  height: 615px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .flex-content .box-about .box-about__item {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .flex-content .box-about .box-about__item .box-about__link {
    font-size: 24px;
  }
}
.flex-content .box-about .box-about__link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.flex-content .box-about .box-about__link p {
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.flex-content .box-about .box-about__link:hover {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.flex-content .box-about .box-about__link:hover p {
  color: #fff;
}
.flex-content .box-about .box-about__link .box-about_btn {
  color: #fff;
  font-family: "Teko", sans-serif;
  letter-spacing: 3px;
}
.flex-content .box-about .box-about__link .box-about_btn p {
  line-height: 30px;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .flex-content .box-about .box-about__link .box-about_btn p {
    font-size: 30px;
  }
}
.flex-content .box-about .box-about__link .box-about_btn strong {
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .flex-content .box-about .columns {
    padding: 0 5px;
  }
  .flex-content .box-about .columns:first-child {
    padding-left: 0;
  }
  .flex-content .box-about .columns:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .flex-content .top-section .top-section__bottom .double-title__bg {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .flex-content .top-section .top-section__bottom .double-title__bg {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .flex-content .box-about .columns {
    padding: 0;
  }
}
.flex-content .content-block p img {
  padding-top: 50px;
}
@media (min-width: 1025px) {
  .flex-content .content-block {
    padding: 75px 0;
  }
}
.flex-content .content-block__item {
  position: relative;
}
.flex-content .content-block__item p:last-child {
  margin-bottom: 0;
}
.flex-content .content-block .basic-btn {
  font-family: "Teko", sans-serif;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .flex-content .flex-slider-wrap {
    padding: 0 0 100px 0;
  }
}
.flex-content .flex-slider-title {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .flex-content .flex-slider-title {
    margin-bottom: 50px;
  }
}
.flex-content .flex-slider {
  border: 10px solid #d30000;
}
.flex-content .flex-slider .slick-slide {
  width: 100%;
}
@media (min-width: 1025px) {
  .flex-content .flex-slider .slick-slide {
    min-height: 670px;
  }
}
@media (max-width: 1024px) {
  .flex-content .flex-slider .slick-slide {
    min-height: 400px;
  }
}
@media (min-width: 1600px) {
  .flex-content .flex-slider .slick-prev, .flex-content .flex-slider .slick-next {
    width: 106px;
    height: 263px;
  }
}
.flex-content .flex-slider .slick-prev:hover:before, .flex-content .flex-slider .slick-next:hover:before {
  opacity: 0.8;
}
.flex-content .flex-slider .slick-prev:before, .flex-content .flex-slider .slick-next:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  transition: all .3s ease;
}
@media (min-width: 1600px) {
  .flex-content .flex-slider .slick-prev:before, .flex-content .flex-slider .slick-next:before {
    width: 106px;
    height: 263px;
  }
}
@media (min-width: 641px) and (max-width: 1599px) {
  .flex-content .flex-slider .slick-prev:before, .flex-content .flex-slider .slick-next:before {
    width: 40px;
    height: 100px;
  }
}
.flex-content .flex-slider .slick-arrow {
  background-color: transparent;
}
@media (min-width: 641px) and (max-width: 1599px) {
  .flex-content .flex-slider .slick-arrow {
    width: 40px;
    height: 100px;
  }
}
.flex-content .flex-slider .slick-arrow:before {
  left: 0;
}
.flex-content .flex-slider .slick-next:before {
  right: 0;
  left: auto;
}
@media (min-width: 641px) and (max-width: 1599px) {
  .flex-content .flex-slider .slick-prev {
    left: 30px;
  }
}
@media (min-width: 1600px) {
  .flex-content .flex-slider .slick-prev {
    left: -176px;
  }
}
.flex-content .flex-slider .slick-prev:before {
  background-image: url("../images/arrow-left.png");
}
@media (min-width: 641px) and (max-width: 1599px) {
  .flex-content .flex-slider .slick-next {
    right: 30px;
  }
}
@media (min-width: 1600px) {
  .flex-content .flex-slider .slick-next {
    right: -176px;
  }
}
.flex-content .flex-slider .slick-next:before {
  background-image: url("../images/arrow-right.png");
}
.flex-content .flex-slider .slick-dots li button:before {
  background-color: #FFF;
}
.flex-content .flex-slider .slick-dots li button:hover:before, .flex-content .flex-slider .slick-dots li button:focus:before, .flex-content .flex-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #000;
  border: 2px solid #fff;
}
.flex-content .content-overlay {
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  text-align: center;
}
.flex-content .content-overlay__horizontal-lines {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  .flex-content .content-overlay__img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .flex-content .content-overlay__def-indent {
    padding: 60px 0;
  }
  .flex-content .content-overlay__lines-indent {
    padding: 30px 0;
  }
  .flex-content .content-overlay__item_single {
    max-width: 920px;
    margin: 0 auto;
  }
  .flex-content .content-overlay__item_not-single {
    max-width: 560px;
    padding-left: 30px;
  }
  .flex-content .content-overlay h2 {
    font-size: 62px;
  }
  .flex-content .content-overlay h1 strong, .flex-content .content-overlay h2 strong, .flex-content .content-overlay h3 strong, .flex-content .content-overlay h4 strong, .flex-content .content-overlay h5 strong, .flex-content .content-overlay h6 strong {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .flex-content .content-overlay .custom_offset {
    margin-left: 13.66667%;
  }
}
@media (min-width: 1025px) {
  .flex-content .video-block {
    padding: 104px 0 92px 0;
  }
}
.flex-content .video-block__column {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
.flex-content .video-block .row {
  font-size: 0;
}
.flex-content .video-block .col-count-1 .video-block__column {
  width: 100%;
}
.flex-content .video-block .col-count-2 .video-block__column {
  display: inline-block;
}
.flex-content .video-block .col-count-2 .video-block__column:first-of-type {
  width: 54%;
}
.flex-content .video-block .col-count-2 .video-block__column:last-of-type {
  width: 46%;
  padding-left: 35px;
}
.flex-content .video-block .col-count-2 .video-block__column:last-of-type p {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .flex-content .video-block .col-count-2 .video-block__column:first-of-type {
    width: 100%;
  }
  .flex-content .video-block .col-count-2 .video-block__column:last-of-type {
    width: 100%;
    padding-left: 0;
  }
}
.flex-content .video-block__embed {
  border: 2px solid #d30000;
}
@media (max-width: 640px) {
  .flex-content .video-block__embed {
    margin-bottom: 30px;
  }
}
.flex-content .video-block__col-full {
  margin-bottom: 30px;
}
.flex-content .video-block h3 {
  letter-spacing: 1.4px;
}
@media (max-width: 1024px) {
  .flex-content .float-video .embed-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .flex-content .float-video .embed-container p {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .flex-content .video-left, .flex-content .video-right {
    width: 53.4%;
    padding-bottom: 30%;
  }
  .flex-content .video-left {
    float: left;
    margin-right: 30px;
  }
  .flex-content .video-right {
    float: right;
    margin-left: 30px;
  }
  .flex-content .video-full-width {
    float: none;
    margin-bottom: 40px;
  }
}
.flex-content .view-athlets .box {
  position: relative;
  margin: 0 -15px;
  height: 428px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-content .view-athlets .relative {
  background-size: cover;
}
.flex-content .view-athlets .box .bg_red {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 0, 0, 0.63);
}
.flex-content .view-athlets__inner {
  display: table;
  margin: 0 auto;
  margin-left: 20%;
}
@media only screen and (max-width: 1279px) {
  .flex-content .view-athlets__inner {
    margin-left: auto;
  }
}
.flex-content .view-athlets .absolute-athlet {
  width: 100%;
  height: 100%;
}
.flex-content .img-wrapper {
  position: absolute;
  left: -17%;
  top: -82px;
  z-index: 1;
  max-width: 554px;
  max-height: 381px;
}
.flex-content .view-athlets .view-athlets__content {
  height: 428px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}
.flex-content .view-athlets .view-athlets__content .view-athlets__subtitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
}
@media (min-width: 1025px) {
  .flex-content .view-athlets .view-athlets__content .view-athlets__subtitle {
    font-size: 27px;
  }
}
.flex-content .view-athlets .view-athlets__content .view-athlets__title {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 6px;
  font-size: 50px;
  line-height: 1em;
}
@media (min-width: 1025px) {
  .flex-content .view-athlets .view-athlets__content .view-athlets__title {
    font-size: 80px;
  }
}
.flex-content .view-athlets .view-athlets__content .view-athlets__descr {
  margin-bottom: 32px;
  max-width: 480px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.flex-content .view-athlets .view-athlets__content .view-athlets__descr p {
  text-align: center;
  line-height: 1.5em;
  margin: 0;
}
@media (min-width: 1025px) {
  .flex-content .view-athlets .view-athlets__content .view-athlets__descr {
    font-size: 18px;
  }
}
.flex-content .view-athlets .view-athlets__content .view-athlets__btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #d30000;
  font-family: "Teko", sans-serif;
}
@media (min-width: 1025px) {
  .flex-content .view-athlets .view-athlets__content .view-athlets__btn {
    font-size: 27px;
  }
}
.flex-content .view-athlets .view-athlets__content .view-athlets__btn p {
  display: inline-block;
  margin: 0;
  letter-spacing: 3px;
  line-height: .9;
}
@media (min-width: 1025px) {
  .flex-content .view-athlets .view-athlets__content .view-athlets__btn p {
    font-size: 27px;
  }
}
.flex-content .view-athlets .view-athlets__content .view-athlets__btn:hover {
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 1279px) {
  .flex-content .view-athlets .absolute-athlet {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .flex-content .view-athlets .red-box {
    display: none;
  }
  .flex-content .view-athlets .relative {
    margin-top: -1px;
  }
}
.flex-content .view-athlets__col {
  background-size: cover;
  background-position: 35%;
}
.flex-content .view-athlets__col_left {
  background-position: 86%;
}
@media only screen and (max-width: 1024px) {
  .flex-content .view-athlets__col_left {
    padding-bottom: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .flex-content .view-athlets__col_right .view-athlets__inner {
    margin: 0;
    padding-left: 26%;
  }
  .flex-content .view-athlets .img-wrapper {
    left: -22%;
  }
}
@media only screen and (min-width: 1921px) {
  .flex-content .view-athlets__inner {
    margin: 0;
    padding-left: 200px;
  }
  .flex-content .view-athlets .img-wrapper {
    left: -14%;
  }
}
.flex-content .upcoming-events {
  background-position: 50%;
}
@media (min-width: 1025px) {
  .flex-content .upcoming-events {
    padding-top: 74px;
  }
  .flex-content .upcoming-events__col {
    padding: 45px 0 55px 0;
  }
  .flex-content .upcoming-events__col_left {
    position: relative;
    padding-right: 30px;
  }
  .flex-content .upcoming-events__col_left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background-color: #d30000;
  }
  .flex-content .upcoming-events__col_right {
    padding-left: 45px;
  }
  .flex-content .upcoming-events .section-title {
    font-size: 56px;
  }
  .flex-content .upcoming-events .events-left {
    text-align: left;
  }
  .flex-content .upcoming-events .events-right {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .flex-content .upcoming-event {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .flex-content .upcoming-event {
    margin-bottom: 20px;
  }
}
.flex-content .upcoming-event__title {
  position: relative;
  display: inline-block;
  margin: 0;
}
.flex-content .upcoming-event__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 8px;
  height: 8px;
  background-color: #d30000;
  border-radius: 50%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
@media (min-width: 1025px) {
  .flex-content .upcoming-event__title {
    font-size: 35px;
    color: #252525;
  }
}
.flex-content .upcoming-event__link {
  display: block;
  color: #252525;
}
.flex-content .upcoming-event__link:hover {
  color: #d30000;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skew(-11deg);
  -ms-transform: skew(-11deg);
  transform: skew(-11deg);
}
@media (min-width: 1025px) {
  .flex-content .instagram {
    padding: 85px 0 110px 0;
  }
}
.flex-content .instagram__title {
  text-align: center;
}
@media (max-width: 640px) {
  .flex-content .instagram__title strong {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .flex-content .instagram__title {
    margin-bottom: 70px;
  }
}
.flex-content .instagram__box {
  text-align: center;
}
.flex-content .instagram__column {
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 15px;
}
.flex-content .instagram__item {
  position: relative;
  border: 2px solid #d30000;
  display: inline-block;
  max-width: 320px;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 2150px) {
  .flex-content .instagram__item {
    max-width: 260px;
  }
}
.flex-content .instagram__mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(211, 0, 0, 0.63);
  transition: all .5s ease;
}
.flex-content .instagram__mask:hover {
  opacity: 1;
}
.flex-content .instagram__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
}
.flex-content .instagram__link {
  display: inline-block;
}
.flex-content .instagram__link:hover .instagram__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.flex-content .instagram__img {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.wcbb-abbreviation-row {
  position: relative;
}

.wcbb-abbreviation {
  display: none;
}
@media (min-width: 1920px) {
  .wcbb-abbreviation {
    position: absolute;
    display: block;
    z-index: 10;
    max-width: 294px;
    max-height: 1000px;
    height: 100%;
    width: 100%;
  }
  .wcbb-abbreviation__img {
    height: 100%;
  }
  .wcbb-abbreviation_left {
    left: -300px;
  }
  .wcbb-abbreviation_right {
    right: -280px;
  }
}

@media (min-width: 1920px) {
  .contest-history .wcbb-abbreviation_left {
    left: -320px;
    top: 2%;
  }
}

.contest-cat, .contest-item {
  font-size: 18.34px;
}

.contest-item {
  margin-bottom: 10px;
  font-weight: normal;
}

.contest-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.contest-link:hover {
  color: #d30000;
}

@media (min-width: 1025px) {
  .bottom-box__col_left {
    width: 54%;
  }
}
@media (min-width: 1200px) {
  .bottom-box__col_left {
    width: 58%;
  }
}
.bottom-box__col_middle {
  padding: 25px 0 0;
}
@media (max-width: 1024px) {
  .bottom-box__col_middle {
    display: none;
  }
}
@media (min-width: 1025px) {
  .bottom-box__col_middle {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .bottom-box__col_middle {
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .bottom-box__col_right {
    text-align: right;
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .bottom-box__col_right {
    width: 16%;
  }
}
.bottom-box__content h2 {
  line-height: .9em;
  letter-spacing: .03em;
  margin: 0;
}
.bottom-box__content strong {
  font-weight: 500;
}
.bottom-box__btn {
  display: inline-block;
}

.photos-tabs {
  display: none;
}

@media (min-width: 1025px) {
  .red-line {
    overflow: hidden;
  }
  .red-line h1, .red-line h2, .red-line h3, .red-line h4, .red-line h5, .red-line h6 {
    position: relative;
    display: inline-block;
  }
  .red-line h1:after, .red-line h2:after, .red-line h3:after, .red-line h4:after, .red-line h5:after, .red-line h6:after {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: 50%;
    border: 1px solid #d30000;
    height: 1px;
    width: 2000px;
    margin-left: 10px;
  }
  .red-line h2 {
    line-height: 1em;
  }
}

.inv-recaptcha-holder {
  display: none;
}

@media (max-width: 1024px) {
  .inner-padding {
    padding: 0 15px !important;
  }
}

.photos-section {
  font-size: 0;
}
.photos-section__list, .photos-section__slider {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  .photos-section__list {
    width: 20%;
  }
  .photos-section__slider {
    width: 80%;
  }
}

.photos-section__slider {
  position: relative;
}
.photos-section__slider .slick-prev, .photos-section__slider .slick-next {
  background-color: transparent;
  padding: 0;
  min-width: auto;
  font-size: 0;
  -webkit-transform: translate(0, -150%);
      -ms-transform: translate(0, -150%);
          transform: translate(0, -150%);
}
.photos-section__slider .slick-prev:hover, .photos-section__slider .slick-prev:focus, .photos-section__slider .slick-next:hover, .photos-section__slider .slick-next:focus {
  background-color: transparent;
}
.photos-section__slider .slick-prev:before, .photos-section__slider .slick-next:before {
  color: #d30000;
}
.photos-section__slider .slick-prev {
  left: -30px;
}
.photos-section__slider .slick-next {
  right: -30px;
}

.person-info {
  list-style: none;
  margin: 0;
}
.person-info__item {
  font-weight: normal;
  margin-bottom: 5px;
}
.person-info__item:last-child {
  margin-bottom: 0;
}

.contest-history-box__item {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .contest-history-box__item {
    margin-bottom: 55px;
  }
}
.contest-history-box__item strong {
  display: block;
  margin-bottom: 20px;
}

.athlete-thumb img {
  max-height: 450px;
  width: auto;
  border: 2px solid #d30000;
}
@media (max-width: 640px) {
  .athlete-thumb {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .single-athlete-title {
    font-size: 40px;
  }
}

@media (min-width: 641px) {
  .single-athlete-col_full {
    padding-right: 50px;
    padding-left: 50px;
  }
  .single-athlete-col_left {
    padding-right: 50px;
  }
  .single-athlete-col_right {
    padding-left: 50px;
  }

  .verticat-line {
    position: relative;
  }
  .verticat-line:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 3px;
    background-color: #d30000;
    height: 100%;
  }
}
.contest-info {
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .contest-info__item {
    font-size: 18.34px;
    line-height: 40px;
  }
}
.contest-info__item img {
  width: 100%;
  height: auto;
}
.contest-info__item_wrap {
  margin-bottom: 30px;
}
.contest-info__item_red {
  color: #d30000;
}
.contest-info__item_indent {
  margin-bottom: 30px;
}
.contest-info__item_wrap {
  max-width: 326px;
}
.contest-info__link_red {
  color: #d30000;
}
.contest-info__link_red:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .contest-info {
    margin-bottom: 30px;
  }
}

.result-box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #797979;
  font-size: 18.34px;
}
.result-box__cat {
  font-weight: bold;
  margin-bottom: 10px;
}
.result-box__item {
  margin-bottom: 20px;
}
.result-box__item:last-child {
  margin-bottom: 0;
}
.result-box__link {
  color: #fff;
  text-decoration: none;
}
.result-box__link:hover {
  color: #d30000;
}

.athletes-table th {
  padding: 3px 12px;
}

.profile-img {
  max-width: 182px;
  width: 100%;
  height: 203px;
}
@media (max-width: 1024px) {
  .profile-img {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .profile-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.image-box-left {
  float: left;
  margin: 0 1em 1em 0;
}
.image-box-right {
  float: right;
  margin: 0 0 1em 1em;
}
.image-box-left, .image-box-right {
  max-width: 300px;
}
.image-box-left img, .image-box-right img {
  display: block;
  width: 100%;
  margin: 0;
}
@media (max-width: 640px) {
  .image-box-left, .image-box-right {
    float: none;
    margin: 0 auto 30px;
  }
}

.photos-tabs {
  min-height: 200px;
}
.photos-tabs.is-loading {
  position: relative;
}
.photos-tabs.is-loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(211, 0, 0, 0.25);
  border-top-color: #d30000;
  border-radius: 50%;
  -webkit-animation: wcbb-spin 0.8s linear infinite;
  animation: wcbb-spin 0.8s linear infinite;
}
@-webkit-keyframes wcbb-spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes wcbb-spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/*# sourceMappingURL=custom.css.map */