@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham-medium.eot");
  src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Condensed';
  src: url("../fonts/GothamCondensed-Bold.eot");
  src: url("../fonts/GothamCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamCondensed-Bold.woff2") format("woff2"), url("../fonts/GothamCondensed-Bold.woff") format("woff"), url("../fonts/GothamCondensed-Bold.ttf") format("truetype"), url("../fonts/GothamCondensed-Bold.svg#GothamCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'gotham black';
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: "Gotham Book", Helvetica, Arial, serif;
  color: #4a4a4a;
  background: #fff;
  letter-spacing: normal;
  position: relative; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Gotham", Helvetica, Arial, serif;
  font-weight: 900;
  margin-bottom: 15px;
  letter-spacing: normal;
  color: #211551; }
  html[lang="cs-CZ"] h1, html[lang="cs-CZ"] h2, html[lang="cs-CZ"] h3, html[lang="cs-CZ"] h4, html[lang="cs-CZ"] h5, html[lang="cs-CZ"] h6 {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] h1, html[lang="ru-RU"] h2, html[lang="ru-RU"] h3, html[lang="ru-RU"] h4, html[lang="ru-RU"] h5, html[lang="ru-RU"] h6 {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] h1, html[lang="hr"] h2, html[lang="hr"] h3, html[lang="hr"] h4, html[lang="hr"] h5, html[lang="hr"] h6 {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

/* HEADER */
h1, h2, h3 {
  font-family: "Gotham condensed", Helvetica, Arial, serif; }
  html[lang="cs-CZ"] h1, html[lang="cs-CZ"] h2, html[lang="cs-CZ"] h3 {
    font-family: "Gotham condensed", Helvetica, Arial, serif; }
  html[lang="ru-RU"] h1, html[lang="ru-RU"] h2, html[lang="ru-RU"] h3 {
    font-family: "Gotham condensed", Helvetica, Arial, serif; }
  html[lang="hr"] h1, html[lang="hr"] h2, html[lang="hr"] h3 {
    font-family: "Gotham condensed", Helvetica, Arial, serif; }

h1 {
  font-size: 36px;
  letter-spacing: 0px; }

h2 {
  font-size: 40px;
  letter-spacing: 0px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px; }

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 80px; }
  h2 {
    font-size: 70px; } }

@media screen and (max-width: 992px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 20px; }
  p {
    font-size: 17px;
    line-height: 25px; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 36px; }
  h2,
  .new-to-f45 .img-w-text .text-sec h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; } }

/* Fonts
    font-family: 'Rubik', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a[href^="tel"] {
  text-decoration: inherit;
  color: inherit; }

a {
  text-decoration: none; }

button {
  outline: none !important; }

a, img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: none; }

fieldset, img {
  border: none; }

ul, ol {
  padding-left: 17px; }

address {
  font-size: 14px;
  font-style: normal;
  line-height: 24px; }

input:-moz-placeholder {
  color: transparent; }

input:focus {
  outline: none;
  border: none; }
  input:focus::-webkit-input-placeholder {
    color: transparent; }
  input:focus::-moz-placeholder {
    color: transparent; }

input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

input[type='search'] {
  box-sizing: border-box; }

input[type='checkbox'] + label, input[type='radio'] + label {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
  vertical-align: baseline; }

input[type='file'] {
  width: 100%; }

[type='text'], [type='password'],
[type='date'], [type='datetime'],
[type='datetime-local'], [type='month'],
[type='week'], [type='email'],
[type='number'],
[type='search'], [type='tel'],
[type='time'],
[type='url'], [type='color'],
textarea, .form-control, select {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  box-sizing: border-box;
  background-color: white;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 10px 15px;
  height: 3.125rem;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  border: 1px solid #cccdd4;
  border-radius: 2px;
  box-shadow: none; }
  [type='text']:focus, [type='password']:focus,
  [type='date']:focus, [type='datetime']:focus,
  [type='datetime-local']:focus, [type='month']:focus,
  [type='week']:focus, [type='email']:focus,
  [type='number']:focus,
  [type='search']:focus, [type='tel']:focus,
  [type='time']:focus,
  [type='url']:focus, [type='color']:focus,
  textarea:focus, .form-control:focus, select:focus {
    border: 1px solid #d6001c;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.3) !important; }
  [type='text'].lg, [type='password'].lg,
  [type='date'].lg, [type='datetime'].lg,
  [type='datetime-local'].lg, [type='month'].lg,
  [type='week'].lg, [type='email'].lg,
  [type='number'].lg,
  [type='search'].lg, [type='tel'].lg,
  [type='time'].lg,
  [type='url'].lg, [type='color'].lg,
  textarea.lg, .form-control.lg, select.lg {
    height: 60px; }

.input-lg {
  height: 70px;
  padding: 17px 18px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 2px; }

.form-control.error {
  border: 1px solid #d6001c;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.3) !important; }

.form-control.input-lg {
  font-size: 18px;
  height: 60px; }

textarea {
  height: 200px;
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  opacity: 0.6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

label, legend {
  font-size: 0.875rem;
  display: block;
  margin: 0;
  font-weight: bold;
  line-height: 2; }
  label.middle, legend.middle {
    margin: 0 0 1.25rem;
    padding: 0.6875rem 0; }
  label.error, legend.error {
    color: #d6001c; }
  label > [type='checkbox'], label > [type='label'], legend > [type='checkbox'], legend > [type='label'] {
    margin-right: 0.625rem; }

.form-group {
  margin: 0 0 1.25rem; }

.mfp-healcode-signup hr {
  border-color: #cccdd4; }

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  select:disabled {
    background-color: #f6f6f6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

.btn-sml {
  min-width: 148px;
  padding: 16px 30px 14px;
  letter-spacing: 1.5px; }

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */ }

.control-indicator {
  position: absolute;
  top: 3px;
  left: 0; }

/* Focus */
/* Checked state */
/* Active */
/* Checkbox modifiers */
label.checkbox, label.radio {
  position: relative;
  padding-left: 37px;
  text-transform: none !important;
  color: inherit !important;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 7px; }
  label.checkbox .form-control, label.radio .form-control {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: auto;
    height: auto;
    left: 0; }

.checkbox label.error {
  display: none !important; }

.checkbox .control-indicator, .radio .control-indicator {
  width: 25px;
  height: 25px;
  display: block; }

.checkbox .control-indicator {
  background: url(../images/icons/icon-checkbox.png) 0 0 no-repeat;
  background-size: 25px 50px; }

.checkbox input:checked ~ .control-indicator {
  background-position: 0 -25px; }

/* Radio modifiers */
.radio .control-indicator {
  background: url(../images/icons/icon-radio.png) 0 0 no-repeat;
  background-size: 25px 50px; }

.radio input:checked ~ .control-indicator {
  background-position: 0 -25px; }

.input-choices {
  position: relative; }

.input-choices.primary .choices-box {
  border-radius: 1.25rem;
  padding: 0.0625rem 0.625rem 0.0625rem 0.625rem;
  background-color: #f6f6f6; }

.input-choices.primary .input-close {
  background-color: #106fd8; }

.input-choices.primary .input-close:hover {
  background-color: #073261; }

.input-choices.secondary .choices-box {
  background-color: #f6f6f6; }

.input-choices.secondary .input-close {
  background-color: #9b9ba1; }

.input-choices.secondary .input-close:hover {
  background-color: #5b5b61; }

.choices-box {
  border: 1px solid #cccdd4;
  padding: 0.0625rem 0.375rem 0.0625rem 0.375rem;
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
  background-color: #ffffff;
  font-weight: normal; }

.input-close {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/icon-close.png) 50% 50% no-repeat;
  background-color: #cccdd4;
  background-size: 8px 8px;
  cursor: pointer;
  margin-left: 0.375rem;
  font-style: normal;
  transition: background-color 0.2s ease-in-out; }

.input-close:hover {
  background-color: #87899a; }

.error + .control-indicator {
  border: 1px solid #d6001c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.3) !important; }

.valid + .error + .control-indicator {
  border: none;
  box-shadow: none !important; }

.form-group.agree-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

textarea.form-control {
  resize: none; }

.col-xs-12 {
  width: 100%; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

.form-search {
  position: relative; }
  .form-search .fa-search {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px; }

.form-control-search {
  padding-right: 40px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 18px;
  font-size: 20px;
  line-height: 1;
  border-radius: 2px;
  user-select: none;
  outline: none; }
  .btn.btn-dark {
    color: white;
    background: #201551;
    border: 2px solid #201551;
    position: relative;
    overflow: hidden !important; }
    .btn.btn-dark:hover {
      background: transparent;
      border-color: #201551;
      color: #201551; }

.btn-primary {
  color: #fff;
  background-color: #d6001c;
  border-color: #d6001c; }
  .btn-primary.btn-secondary {
    background: transparent;
    color: #d6001c; }

.btn-block {
  display: block;
  width: 100%; }

.btn-lg {
  padding: 17px 18px !important; }

.btn.btn-lg {
  font-size: 18px;
  line-height: 1.35; }

.btn, a.btn {
  font-weight: 900;
  font-size: 14px;
  font-family: "Gotham", Helvetica, Arial, serif;
  display: inline-block;
  text-align: center;
  padding: 16px 30px 14px;
  text-transform: uppercase; }
  html[lang="cs-CZ"] .btn, html[lang="cs-CZ"] a.btn {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .btn, html[lang="ru-RU"] a.btn {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .btn, html[lang="hr"] a.btn {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

.btn-center {
  max-width: 205px;
  display: block;
  margin: 0 auto; }

.btn-outline, a.btn-outline {
  border: 2px solid #d6001c;
  color: #d6001c;
  overflow: hidden !important;
  background: transparent !important;
  position: relative;
  z-index: 10;
  letter-spacing: 1.5px;
  transition: none; }
  .btn-outline.white, a.btn-outline.white {
    border-color: #fff;
    color: #fff; }
  .btn-outline:hover, a.btn-outline:hover {
    background-color: #d6001c;
    color: #fff; }
  .btn-outline.btn-default:hover, a.btn-outline.btn-default:hover {
    color: #d6001c; }

/* Btn 10  */
.btn-default {
  background: #d6001c;
  color: #fff;
  border: 2px solid transparent;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10; }
  .btn-default:hover {
    background-color: transparent;
    color: #d6001c;
    border-color: #d6001c; }

.btn-outline:before, .btn-default:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #d6001c;
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }

.btn-default:before {
  background: #fff; }

.btn-default:after {
  background: #f6f6f6; }

.btn-outline:before, .btn-outline:after, .btn-default:before, .btn-default:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #d6001c;
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }

.btn-outline:after, .btn-default:after, .btn-dark:after {
  z-index: -15;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6); }

.btn-outline:hover:before, .btn-dark:hover:before {
  opacity: 1;
  width: 116%; }

.btn-outline:hover:after, .btn-dark:hover:after {
  opacity: 1;
  width: 120%; }

.mt30 {
  margin-top: 30px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt100 {
  padding-top: 100px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb115 {
  margin-bottom: 115px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl20 {
  padding-left: 20px !important; }

.bdr-btm-none {
  border-bottom: none !important; }

.padd-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.padd-tb-90 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.sm-ptb {
  padding: 30px 0; }

.md-ptb {
  padding: 52px 0; }

.bg-clr-silver {
  background: rgba(0, 0, 0, 0.06); }

.mt-40 {
  margin-top: 40px; }

.m-h-10 {
  margin: 0 10px; }

.m-h-20 {
  margin: 0 20px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.clear-fix:before, .clear-fix:after {
  content: '';
  display: table;
  clear: both; }

.d-block {
  display: block !important;
  width: 100%; }

/* Flex */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-center, .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.text-left {
  text-align: left !important; }

.d-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.bg-grey {
  background: rgba(0, 0, 0, 0.04); }

.color-blue {
  color: #211551 !important; }

.container {
  margin: 0 auto;
  max-width: 1340px;
  width: 100%; }

.app-row {
  margin-left: -15px;
  margin-right: -15px; }

.app-col {
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin: 0 -10px; }

.row > div {
  padding: 0 10px; }

.container.sml {
  max-width: 1140px; }

.clearfix {
  clear: both; }

.float, .contentSection {
  float: left;
  width: 100%; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.full-width {
  width: 100% !important; }

.half-width {
  width: 50% !important; }

.font-30 {
  font-size: 30px; }

.font-34 {
  font-size: 34px; }

.font-18 {
  font-size: 18px; }

.font-14 {
  font-size: 14px;
  line-height: 1.4; }

.font-16 {
  font-size: 16px;
  line-height: 1.4; }

.link-underline {
  text-decoration: underline; }

.justify-content-center {
  justify-content: center; }

.align-items-center {
  align-items: center; }

.font-sm {
  font-size: 13px;
  line-height: 1.4; }

.note {
  color: #d6001c;
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
  font-family: "gotham black", "Gotham Book", Helvetica, Arial, serif;
  font-weight: 900; }

.text-grey {
  color: rgba(84, 84, 84, 0.5); }

.link {
  text-decoration: none; }
  .link:hover {
    text-decoration: underline; }

.action-buttons .link {
  text-transform: none;
  margin-left: 10px; }

.link-text {
  color: inherit; }

.strong {
  font-weight: bold; }

.text-muted {
  color: #babdbf; }

.text-muted-light {
  color: rgba(74, 74, 74, 0.5); }

.flex-1 {
  flex: 1; }

.f-subtext {
  font-family: "Gotham", Helvetica, Arial, serif; }
  html[lang="cs-CZ"] .f-subtext {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .f-subtext {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

.action-buttons-center {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .action-buttons-center {
      margin-top: 50px; } }
  .action-buttons-center .btn-center {
    max-width: none; }
    @media (max-width: 340px) {
      .action-buttons-center .btn-center {
        white-space: normal; } }

.white-space-nowrap {
  white-space: nowrap; }

.box.scroll-area {
  padding: 10px;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #cccdd4;
  line-height: 1.5; }

.grecaptcha-badge {
  pointer-events: none;
  opacity: 0 !important; }

/* for video responsive */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.col {
  -ms-flex-preferred-size: 302px;
  flex-basis: 302px;
  text-align: center; }
  .col h4 {
    text-transform: uppercase;
    padding-bottom: 15px; }
  .col p {
    font-size: 14px;
    line-height: 22px; }
  .col img {
    margin-bottom: 15px;
    max-width: 65px; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive iframe, .embed-responsive img, .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9:before {
  display: block;
  content: "";
  padding-top: 56.25%; }

.space {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.col-4 {
  width: 40%; }

.col-6 {
  width: 60%; }

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor; }

@media screen and (min-width: 1024px) {
  .d-md-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .is-visible-mobile, .is-visible-mobile-flex {
    display: none !important; }
  .is-visible-tablet {
    display: block !important; }
  .is-visible-tablet-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .col-md-6 {
    width: 50%; }
  .col-md-12 {
    width: 100%; }
  .col-md-4 {
    width: 33.33333%; }
  .text-right-md {
    text-align: right; }
  .d-sm-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

div.white-popup {
  padding: 25px; }

@media screen and (max-width: 767px) {
  .mt-xs-10 {
    margin-top: 10px; }
  .is-hidden-mobile,
  .is-hidden-tablet,
  .is-visible-tablet-flex {
    display: none !important; }
  .is-visible-mobile {
    display: block !important; }
  .is-visible-mobile-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  div.white-popup {
    max-width: 90%; }
  .mt-xs-50 {
    margin-top: 50px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .justify-content-center-xs {
    justify-content: center; }
  .text-center-xs {
    text-align: center; } }

/* HEADER */
.site-header {
  float: left;
  width: 100%;
  padding: 45px 0;
  font: 700 14px "Proxima Nova Rg";
  text-transform: uppercase;
  position: relative;
  z-index: 99999; }
  .site-header.inner-header {
    padding: 0;
    z-index: 100; }
    .site-header.inner-header .container {
      justify-content: center;
      width: 100%;
      min-height: 108px;
      align-items: center; }
  .site-header li {
    list-style: none; }
  .site-header .inner-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }

.site-header-left {
  float: left; }
  .site-header-left .logo {
    float: left;
    margin-right: 30px; }
    .site-header-left .logo img {
      max-width: 125px; }
  .site-header-left .inner-logo .logo {
    margin-right: 0; }
  .site-header-left .site-navigation {
    float: right; }
    .site-header-left .site-navigation li {
      margin-left: 30px;
      /*70px;*/
      float: left;
      position: relative; }
      .site-header-left .site-navigation li:first-of-type {
        margin-left: 0; }

.site-header-right {
  float: right;
  flex: 1; }
  .site-header-right ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end; }
    .site-header-right ul li {
      float: left;
      margin-left: 30px; }
      .site-header-right ul li.btn-outline a {
        padding-bottom: 0; }
      .site-header-right ul li a {
        position: relative; }

.site-navigation li {
  padding: 10px 0; }
  .site-navigation li a {
    position: relative; }
  .site-navigation li.has-child a:after {
    display: none !important; }
  @media screen and (min-width: 768px) {
    .site-navigation li.has-child > a + .caret {
      cursor: pointer;
      display: block;
      position: absolute;
      right: -15px;
      top: 50%;
      margin-top: -2px;
      width: 0;
      height: 0;
      border-top: 0.3em solid #211551;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; } }

.site-navigation li a:after,
.site-header-right li a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #211551;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.site-header-right li a:hover:after {
  width: 100%; }

.site-header ul,
.footer-top ul {
  padding-left: 0;
  list-style: none; }

.site-header ul li a,
.footer-top ul li a {
  color: #211551; }
  .site-header ul li a:hover,
  .footer-top ul li a:hover {
    color: #d6001c; }

.site-header ul li a.btn {
  color: #d6001c;
  letter-spacing: 0px; }
  .site-header ul li a.btn:hover {
    color: #fff; }

.site-navigation li.active a:after,
.site-navigation li:hover a:after,
.site-navigation li.current-menu-item a:after {
  width: 100%; }

.site-header-left-inner .site-navigation li.current-menu-item a {
  color: #d6001c; }

.site-header-right li.current-menu-item a:after {
  width: 100%; }

.site-header-right ul li.btn-outline {
  cursor: pointer; }
  .site-header-right ul li.btn-outline a {
    color: #d6001c;
    letter-spacing: 0px;
    text-decoration: none; }
    .site-header-right ul li.btn-outline a:hover {
      color: #ffffff;
      text-decoration: none; }
  .site-header-right ul li.btn-outline:hover a {
    color: #ffffff;
    text-decoration: none; }
  .site-header-right ul li.btn-outline a:after {
    display: none !important;
    opacity: 0; }

.site-header-left-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .site-header-left-inner .site-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-header-left-inner .site-navigation .btn-outline:hover a {
    color: #fff; }
  .site-header-left-inner .site-navigation li a {
    font-family: "Gotham", Helvetica, Arial, serif; }
    html[lang="cs-CZ"] .site-header-left-inner .site-navigation li a {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="ru-RU"] .site-header-left-inner .site-navigation li a {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="hr"] .site-header-left-inner .site-navigation li a {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
  .site-header-left-inner .site-navigation .btn-outline {
    padding: 15px 30px; }
    .site-header-left-inner .site-navigation .btn-outline > a:after {
      display: none !important; }

.inner-logo span {
  font-size: 24px;
  font-family: "Gotham", Helvetica, Arial, serif;
  color: #d6001c;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 30px; }
  .inner-logo span:after {
    content: '';
    height: 46px;
    width: 2px;
    background: #211551;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  html[lang="cs-CZ"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

.site-header .site-navigation li a {
  font-family: "Gotham", Helvetica, Arial, serif;
  font-weight: bold; }
  html[lang="cs-CZ"] .site-header .site-navigation li a {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .site-header .site-navigation li a {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .site-header .site-navigation li a {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

@media screen and (min-width: 1024px) {
  .site-header ul li .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    min-width: 150px;
    width: 100%;
    background: white;
    display: block; }
  .site-header ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }
  .site-header ul li:not(.btn) {
    padding: 46px 0; }
    .site-header ul li:not(.btn).menu-item-has-children {
      position: relative; }
      .site-header ul li:not(.btn).menu-item-has-children:hover a:after {
        display: none !important; }
      .site-header ul li:not(.btn).menu-item-has-children a:hover:after {
        display: none !important; }
      .site-header ul li:not(.btn).menu-item-has-children:after {
        position: absolute;
        right: -14px;
        content: "";
        width: 11px;
        height: 11px;
        display: block;
        top: 49%;
        transform: translateY(-50%);
        background: url("../images/arrow-down.svg") no-repeat center;
        background-size: contain; }
    .site-header ul li:not(.btn) ul li {
      padding: 0;
      float: none;
      margin: 0;
      display: block; }
      .site-header ul li:not(.btn) ul li a {
        border-top: 1px solid rgba(155, 155, 155, 0.5);
        display: block;
        padding: 12px 10px;
        font-size: 10px;
        text-align: center; }
        .site-header ul li:not(.btn) ul li a:hover {
          background: rgba(155, 155, 155, 0.15);
          color: inherit; }
        .site-header ul li:not(.btn) ul li a:after {
          display: none; } }

@media only screen and (max-width: 1370px) {
  .site-header ul li a.btn {
    padding: 15px 30px; }
  .site-header-left .logo {
    margin-right: 30px; }
  .site-header-left .site-navigation li,
  .site-header-right ul li {
    margin-left: 30px; } }

@media only screen and (max-width: 1200px) {
  .site-header-left {
    float: left; }
  .site-header-right ul li, .site-header-left.site-header-left-inner .site-navigation li {
    margin-left: 15px; }
  .site-header-left .logo {
    margin-right: 35px; }
  .site-header-left .site-navigation li {
    margin-left: 20px; }
  .site-header-left.site-header-left-inner .site-navigation li:first-of-type {
    margin-left: 0; }
  .site-header-left-inner .site-navigation .btn-outline {
    padding: 15px 15px; } }

@media screen and (max-width: 1199px) {
  .toggle-btn {
    width: 30px;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 25px;
    cursor: pointer; }
    .toggle-btn span {
      display: block;
      width: 100%;
      height: 4px;
      background: #211551;
      margin-bottom: 4px;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .toggle-btn span:last-of-type {
        margin-bottom: 0; }
    .toggle-btn.toggleActive span {
      -webkit-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg);
      top: 9px;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .toggle-btn.toggleActive span:last-of-type {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
        top: 0px; }
      .toggle-btn.toggleActive span:nth-of-type(2) {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px); }
  .menuActive body {
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .menuActive body:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5); }
  .menuActive {
    overflow: hidden; }
  .site-header {
    padding: 35px 0; }
  .site-header-left {
    width: auto; }
  .site-header-right {
    margin-right: 60px; }
  .site-header-left .site-navigation {
    display: block;
    position: fixed;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 15px 25px 70px;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    height: calc(100% - 120px);
    overflow-y: auto;
    z-index: 999999; }
  .menuActive .site-header-left .site-navigation {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .35s ease;
    transition: all .35s ease; }
  .site-header-left .site-navigation li {
    margin-left: 0;
    float: none;
    padding: 0 !important; }
    .site-header-left .site-navigation li a {
      padding: 15px 0 15px;
      display: block;
      border-bottom: 1px solid #211551; }
    .site-header-left .site-navigation li li a {
      padding-left: 20px; }
  .site-header-left-inner .site-navigation ul {
    display: block; }
  .site-header-left-inner .site-navigation .btn-outline {
    position: relative;
    left: 0;
    right: auto;
    margin-top: 20px;
    display: none; }
  .site-header-left-inner .site-navigation .btn-outline {
    padding: 0; }
    .site-header-left-inner .site-navigation .btn-outline a {
      padding: 15px 30px; }
  .site-header-left-inner .site-navigation li:last-of-type a {
    border-bottom: 0; }
  .inner-header .site-header-left .site-navigation {
    top: 91px;
    height: 100%; }
  .site-navigation li a:after,
  .site-header-right li a:after {
    display: none; }
  .site-header-left.site-header-left-inner .site-navigation li {
    margin-left: 0px; }
  .site-navigation ul > li.current-menu-item > a {
    color: #d6001c; }
  .site-header-right .sub-menu {
    display: none !important; }
  .site-header-left .logo {
    position: absolute;
    left: 25px; }
    .site-header-left .logo img {
      max-width: 75px; }
  .site-header-left .inner-logo .logo {
    position: static; }
  .site-header-left .btn {
    padding: 10px 12px;
    font-size: 13px;
    position: absolute;
    right: 70px; }
  header.inner-header .container {
    min-height: 60px; }
  .site-header {
    padding: 25px 0; }
  .site-header-right {
    margin-right: 45px; }
  .site-header-left .site-navigation li,
  .site-header-right ul li {
    font-size: 13px; } }

@media screen and (max-width: 992px) {
  .site-header-right.is-hidden-mobile {
    display: block !important; }
  .footer-top ul li.current-menu-item a {
    color: #d6001c; } }

@media screen and (max-width: 767px) {
  .site-header-right.is-hidden-mobile {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .site-header .container {
    padding: 0 15px; }
  .toggle-btn {
    right: 15px; }
  .site-header-left .btn {
    right: 60px; } }

/* HEADER ENDS*/
/* Sub navigation*/
.sub-navigation {
  background: #F6F6F6; }
  .sub-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px; }
    .sub-navigation ul li {
      float: left; }
      .sub-navigation ul li a {
        padding: 19px 15px;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        color: rgba(12, 0, 51, 0.5);
        font-family: "Gotham", Helvetica, Arial, serif;
        position: relative; }
        html[lang="cs-CZ"] .sub-navigation ul li a {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="ru-RU"] .sub-navigation ul li a {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="hr"] .sub-navigation ul li a {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        .sub-navigation ul li a:after {
          content: "";
          transition: all 0.2s linear;
          height: 4px;
          width: calc(100% - 30px);
          bottom: 0;
          display: block;
          position: absolute;
          opacity: 0; }
        .sub-navigation ul li a:hover:after {
          opacity: 1; }
      .sub-navigation ul li.active a {
        color: #0c0033; }
        .sub-navigation ul li.active a:after {
          opacity: 1; }

.site-header-left-inner .site-navigation .btn-outline a {
  letter-spacing: 0;
  color: #d6001c;
  font-weight: 900; }

.studio-notification {
  background: rgba(0, 0, 0, 0.06);
  padding-top: 15px;
  padding-bottom: 15px; }
  .studio-notification a, .studio-notification a:visited {
    color: #FF0439 !important; }

/* STAY UPDATE */
.stay-update {
  margin: 70px auto;
  float: left;
  width: 100%; }
  .stay-update .container {
    max-width: 420px;
    padding: 0;
    text-align: center; }
  .stay-update h4 {
    font-size: 34px;
    font-family: "Gotham condensed", Helvetica, Arial, serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 4px solid #d6001c;
    display: inline-block;
    padding-bottom: 10px; }
    html[lang="cs-CZ"] .stay-update h4 {
      font-family: "Gotham condensed", Helvetica, Arial, serif; }
    html[lang="ru-RU"] .stay-update h4 {
      font-family: "Gotham condensed", Helvetica, Arial, serif; }
    html[lang="hr"] .stay-update h4 {
      font-family: "Gotham condensed", Helvetica, Arial, serif; }
  .stay-update .input-box {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 95px; }
  .stay-update input[type="email"] {
    width: 100%;
    font-family: "Gotham Book", Helvetica, Arial, serif;
    font-size: 18px;
    color: rgba(55, 60, 116, 0.5);
    border: none;
    background: transparent;
    border-bottom: 4px solid #d6001c;
    padding: 15px 35px 15px 0; }
  .stay-update input[type="submit"] {
    position: absolute;
    right: 5px;
    background: transparent url(../images/arrow-fwd.svg) no-repeat center center;
    border: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    top: 10px;
    cursor: pointer; }

/* FOOTER */
.site-footer {
  padding-bottom: 50px; }
  .site-footer .footer-top {
    padding: 0 65px 20px;
    border-bottom: 1px solid #211551;
    margin-bottom: 20px; }

.footer-top ul li {
  text-transform: uppercase;
  color: #211551;
  font-size: 14px;
  font-family: "Gotham", Helvetica, Arial, serif;
  font-weight: 700; }
  html[lang="cs-CZ"] .footer-top ul li {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .footer-top ul li {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .footer-top ul li {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

.footer-top-lt-top {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px; }
  .footer-top-lt-top p {
    font-size: 16px; }

.footer-top-lt-btm {
  margin-top: 10px; }
  .footer-top-lt-btm ul li {
    float: left;
    padding: 2px 15px 2px 0;
    border-right: 1px solid #211551;
    margin-right: 15px;
    text-transform: none; }
    .footer-top-lt-btm ul li:last-of-type {
      border: none; }

.footer-top-rt ul {
  -webkit-columns: 2 130px;
  columns: 2 130px; }
  .footer-top-rt ul li {
    padding-bottom: 10px; }

.footer-top-rt.flex.space-between {
  margin-top: 15px; }

.footer-btm {
  padding-left: 65px; }
  .footer-btm a {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 50%;
    background: #211551;
    float: left;
    margin-right: 25px;
    font-size: 20px; }
    .footer-btm a:hover {
      background: #d6001c; }

.site-footer .footer-top {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.stay-update {
  margin-bottom: 0; }

.footer-top-lt-btm {
  margin: 10px 0 0; }

.footer-top-lt > div {
  width: 100%;
  text-align: center; }
  .footer-top-lt > div.footer-top-lt-btm ul li {
    display: inline-block;
    float: none;
    margin-right: 0; }
    .footer-top-lt > div.footer-top-lt-btm ul li + li {
      padding-left: 15px; }
    .footer-top-lt > div.footer-top-lt-btm ul li:last-child {
      padding-right: 0; }
  .footer-top-lt > div.footer-top-lt-top {
    flex: auto;
    justify-content: center; }

.footer-top-rt ul {
  columns: inherit;
  text-align: right; }

.footer-top-rt ul li {
  display: inline-block;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0; }
  .footer-top-rt ul li + li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #211551; }
  .footer-top-rt ul li:last-child {
    padding-right: 0; }

/***********************************************************************marketting web************************************************
*************************************************************************************************************************************8
**************************************************************************************************************************************
 */
.site-footer .footer-top-lt > div.footer-top-lt-top img {
  margin-right: 10px; }

.site-footer.site-footer-default {
  justify-content: flex-start;
  padding-bottom: 20px; }

.site-footer.site-footer-default .footer-top {
  width: 100%;
  padding: 0 0px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #211551; }
  @media screen and (min-width: 768px) {
    .site-footer.site-footer-default .footer-top {
      align-items: flex-end; } }

.site-footer.site-footer-default .footer-top-lt {
  flex: 1; }
  .site-footer.site-footer-default .footer-top-lt > div {
    text-align: left; }
    .site-footer.site-footer-default .footer-top-lt > div.footer-top-lt-top {
      justify-content: flex-start; }

.site-footer.site-footer-default .footer-btm {
  padding-left: 0;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .site-footer.site-footer-default .footer-btm {
      display: flex; }
      .site-footer.site-footer-default .footer-btm .footer-btm-right {
        min-width: 268px;
        display: flex;
        justify-content: flex-end; }
      .site-footer.site-footer-default .footer-btm .dropdown-language {
        text-align: right; } }
  .site-footer.site-footer-default .footer-btm .footer-btm-left {
    flex: 1; }

.social-list:after, social-list:before {
  content: "";
  display: table;
  clear: both; }

.dropdown-language {
  position: relative;
  display: inline-block;
  width: auto; }
  .dropdown-language > span {
    color: #211551;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
    .dropdown-language > span.dropdown-toggle {
      margin-left: 10px;
      position: relative; }
      .dropdown-language > span.dropdown-toggle a {
        position: relative;
        padding-right: 15px; }
        .dropdown-language > span.dropdown-toggle a:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 6px 6px 6px;
          border-color: transparent transparent #211551 transparent;
          content: "";
          position: absolute;
          right: 0;
          top: 45%; }
        .dropdown-language > span.dropdown-toggle a img, .dropdown-language > span.dropdown-toggle a span {
          vertical-align: middle;
          display: inline-block; }
    .dropdown-language > span a {
      border-radius: 0;
      margin: 0;
      color: #211551;
      width: auto;
      font-weight: bold;
      height: auto;
      line-height: 1.4;
      float: none;
      background: none;
      display: block;
      text-align: left;
      font-size: inherit; }
      .dropdown-language > span a:hover {
        background: none; }
  .dropdown-language ul {
    position: absolute;
    list-style: none;
    padding: 10px 15px;
    background: white;
    z-index: 9;
    bottom: 0;
    right: 0;
    border: 1px solid #211551;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .dropdown-language ul.show {
      opacity: 1;
      visibility: visible; }
    .dropdown-language ul li a {
      color: #211551;
      width: auto;
      font-weight: bold;
      height: auto;
      white-space: nowrap;
      line-height: 1.4;
      float: none;
      background: none;
      margin: 2px 0;
      display: block;
      padding: 0;
      text-align: left;
      border-radius: 0;
      font-size: inherit; }
      .dropdown-language ul li a:after {
        display: none; }
      .dropdown-language ul li a:hover {
        background: none; }
      .dropdown-language ul li a img, .dropdown-language ul li a span {
        vertical-align: middle;
        display: inline-block; }

.site-footer-loyals {
  padding: 50px 0;
  font-size: 20px;
  font-weight: 600; }
  .site-footer-loyals textarea {
    height: 180px; }
  .site-footer-loyals .info {
    margin: 40px 0 40px; }
  .site-footer-loyals .label-address {
    font-weight: bold;
    color: #d6001c;
    margin: 0 0 5px; }
  .site-footer-loyals .item-address {
    display: flex;
    align-items: flex-start; }
    .site-footer-loyals .item-address + .item-address {
      margin: 40px 0 0; }
    .site-footer-loyals .item-address .label-address {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #211551; }
    .site-footer-loyals .item-address .flag {
      max-width: 80px;
      min-width: 80px; }
    .site-footer-loyals .item-address .info {
      line-height: 1.5;
      margin: 0 0 0 30px;
      flex: 1; }
  .site-footer-loyals .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    margin-right: 5px;
    border: 2px solid #211551;
    color: #211551;
    border-radius: 50%;
    font-size: 35px; }
    .site-footer-loyals .social a:hover {
      background: #211551;
      color: white; }
  .site-footer-loyals h2 {
    font-size: 40px; }
    .site-footer-loyals h2 span {
      display: block;
      font-size: 50px;
      text-transform: uppercase;
      color: #d6001c; }
  .site-footer-loyals.footer-dark {
    color: white;
    background: #211551; }
    .site-footer-loyals.footer-dark .form-control {
      background: none;
      color: white; }
      .site-footer-loyals.footer-dark .form-control::-moz-placeholder {
        color: white;
        opacity: 1; }
      .site-footer-loyals.footer-dark .form-control:-ms-input-placeholder {
        color: white; }
      .site-footer-loyals.footer-dark .form-control::-webkit-input-placeholder {
        color: white; }
    .site-footer-loyals.footer-dark h2 {
      color: white; }
    .site-footer-loyals.footer-dark .item-address .label-address {
      border-bottom: 1px solid white; }
    .site-footer-loyals.footer-dark .social a {
      border: 2px solid white;
      color: white; }
      .site-footer-loyals.footer-dark .social a:hover {
        background: white;
        color: #d6001c; }
  @media screen and (min-width: 768px) {
    .site-footer-loyals .info {
      margin: 50px 0; }
    .site-footer-loyals .item-address + .item-address {
      margin: 70px 0 0; }
    .site-footer-loyals .get-in-touch {
      padding-right: 40px; } }

@media screen and (min-width: 768px) {
  .site-footer.site-footer-default .footer-top-rt {
    justify-content: flex-end; } }

@media screen and (max-width: 992px) {
  .site-footer .footer-top {
    padding: 0 30px 20px; }
  .footer-btm {
    padding-left: 30px; }
  .footer-top-rt {
    text-align: left; }
    .footer-top-rt ul {
      margin-top: 0px;
      text-align: left; }
      .footer-top-rt ul li {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 10px 0 0 !important;
        border: none !important;
        border-right: 1px solid #211515 !important; }
        .footer-top-rt ul li + li {
          padding-right: 10px !important;
          margin-right: 10px !important; }
        .footer-top-rt ul li:last-child {
          margin-right: 0px !important;
          padding-right: 0 !important;
          border: none !important; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .site-footer.site-footer-default .footer-top-rt {
    max-width: 620px; } }

@media screen and (max-width: 767px) {
  .footer-btm-right {
    margin: 10px 0; }
  .site-footer .footer-top {
    padding: 0 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%; }
  .footer-btm {
    padding-left: 0px; }
  .footer-btm p {
    float: right;
    font-size: 15px; }
  .footer-top-lt-top {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .footer-top-lt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .footer-btm a {
    display: block;
    float: left;
    margin-right: 15px; } }

#cookie-law-info-bar {
  padding: 0 !important; }

.cookie-box {
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 15px;
  position: fixed;
  display: block !important;
  bottom: 20px;
  right: 20px;
  width: 250px;
  z-index: 99; }
  .cookie-box br {
    display: none; }
  .cookie-box .cli-bar-message {
    width: 100% !important; }
  .cookie-box button {
    font-size: 12px;
    height: 26px;
    padding: 0 10px; }
    .cookie-box button + button {
      margin-left: 5px; }
  .cookie-box p {
    text-align: left;
    line-height: 18px;
    color: #211551;
    font-size: 12px; }
  .cookie-box .cli_action_button {
    background-color: #d6001c !important;
    border-color: #d6001c !important;
    font-weight: 900 !important;
    font-family: "Gotham", Helvetica, Arial, serif !important;
    display: inline-block !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 6px 14px !important;
    margin: 0 !important; }
    html[lang="cs-CZ"] .cookie-box .cli_action_button {
      font-family: "Gotham Book", Helvetica, Arial, serif !important; }
    html[lang="ru-RU"] .cookie-box .cli_action_button {
      font-family: "Gotham Book", Helvetica, Arial, serif !important; }
    html[lang="hr"] .cookie-box .cli_action_button {
      font-family: "Gotham Book", Helvetica, Arial, serif !important; }
  .cookie-box a {
    color: #d6001c; }
  .cookie-box a.cli_action_button {
    color: white; }

html[lang="sl-SI"] .cookie-box {
  width: 280px; }

@media screen and (max-width: 480px) {
  .cookie-box {
    width: calc(100% - 40px);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footer-btm {
    text-align: center; }
    .footer-btm a {
      display: inline-block;
      float: none;
      margin-right: 5px; }
    .footer-btm p {
      font-size: 14px;
      float: left;
      margin-top: 10px;
      width: 100%; } }

.slider-item .container {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 70px; }

.slider-item .btn {
  margin-bottom: 60px; }

.slick-dots {
  text-align: center;
  padding-left: 0; }
  .slick-dots li {
    width: 14px;
    border: 2px solid #fff;
    background: transparent;
    height: 14px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #fff;
      border-color: transparent; }
    .slick-dots li button {
      border: none;
      outline: none !important;
      background: none !important;
      font-size: 0;
      cursor: pointer; }

.slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -55px;
  width: 100px;
  height: 100px;
  border: none;
  outline: 0;
  padding: 0;
  text-indent: -99999px;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 50% 50% 0; }
  .slick .slick-arrow:after, .slick .slick-arrow:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border-left: 2px solid white;
    border-bottom: 2px solid white; }

.slick .slick-next:after {
  transform: rotate(225deg);
  top: 36px;
  left: 0px; }

.slick .slick-next:before {
  transform: rotate(225deg);
  top: 36px;
  left: 6px; }

.slick .slick-prev:after, .slick .slick-prev:before {
  transform: rotate(45deg);
  top: 36px;
  right: 0px; }

.slick .slick-prev:after {
  right: 6px; }

.slick-list {
  outline: none !important; }

.slick-slide {
  outline: none !important;
  outline: none; }
  .slick-slide * {
    outline: none !important; }
  .slick-slide:focus {
    outline: none; }

.slick .slick-arrow.slick-next {
  border-radius: 50%  0   0 50%;
  left: auto;
  right: -55px; }

@media screen and (max-width: 767px) {
  .slick .slick-arrow {
    left: -20px;
    width: 50px;
    height: 50px; }
  .slick .slick-prev:after, .slick .slick-prev:before,
  .slick .slick-next:after, .slick .slick-next:before {
    top: 18px;
    width: 13px;
    height: 13px; }
  .slick .slick-arrow.slick-next {
    left: auto;
    right: -20px; } }

.mainWrapper {
  position: relative;
  overflow: hidden; }

#map {
  z-index: 1; }

.page-template-template-studio .hidden-studio-microsite {
  display: none; }

.notify-top .container {
  padding: 0 !important; }

.bg-img-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.redBar {
  padding: 70px 0;
  background: #d6001c; }
  .redBar .btn:hover {
    border-color: #fff;
    color: red; }
    .redBar .btn:hover:after, .redBar .btn:hover:before {
      background: white; }
  .redBar.sml {
    padding: 17px 20px;
    text-align: center;
    display: none; }
    .redBar.sml .container {
      padding: 0; }
    .redBar.sml.stick {
      position: fixed;
      display: block;
      left: 0;
      width: 100%;
      z-index: 9999999;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .redBar.sml h3 {
      margin-bottom: 0;
      padding-bottom: 0;
      font: 900 24px/28px "Gotham", Helvetica, Arial, serif; }
      html[lang="cs-CZ"] .redBar.sml h3 {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="ru-RU"] .redBar.sml h3 {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="hr"] .redBar.sml h3 {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
  .redBar .container {
    padding: 0 25px; }
  .redBar * {
    color: #fff; }
  .redBar h3 {
    font: 700 36px/42px "Roboto", sans-serif;
    padding-bottom: 10px;
    letter-spacing: 0px; }
  @media only screen and (max-width: 1200px) {
    .redBar h3 {
      font-size: 28px; } }
  @media screen and (max-width: 992px) {
    .redBar {
      padding: 35px 0 25px; }
      .redBar.sml h3 {
        font-size: 18px;
        line-height: 24px; }
      .redBar.sml .btn {
        padding: 10px 20px; }
      .redBar h3 {
        font-size: 30px;
        line-height: 36px; } }
  @media screen and (max-width: 767px) {
    .redBar.sml {
      padding-top: 12px;
      padding-bottom: 12px; }
      .redBar.sml .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap; }
      .redBar.sml h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px; }
    .redBar h3 {
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (max-width: 480px) {
    .redBar {
      padding: 50px 0; }
      .redBar.sml h3 {
        font-size: 14px;
        line-height: 18px; }
      .redBar h3 {
        font-size: 24px;
        line-height: 30px; } }

.heading {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0; }
  .heading.right:after {
    left: 80%;
    right: auto; }
  .heading.center:after {
    right: auto;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .heading:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 10000%;
    right: 35%;
    background: #d6001c;
    top: 100%; }

.map {
  position: relative;
  min-height: calc(100vh - 107px); }

.workoutInfo.pt80 {
  padding-top: 70px !important; }

.schedule .threeColSectionContent {
  padding: 0 0 50px; }
  .schedule .threeColSectionContent .col {
    -ms-flex-preferred-size: 339px;
    flex-basis: 339px; }
  .schedule .threeColSectionContent img {
    margin-bottom: 30px; }
  .schedule .threeColSectionContent p {
    font-size: 14px;
    line-height: 24px; }
  .schedule .threeColSectionContent h4 {
    font-size: 22px;
    line-height: 30px;
    color: #d6001c;
    padding-bottom: 5px;
    margin-bottom: 0; }
  .schedule .threeColSectionContent .trainingDays {
    display: block;
    font: 300 22px/26px "Gotham", Helvetica, Arial, serif;
    color: rgba(74, 74, 74, 0.5);
    padding-bottom: 20px; }
    html[lang="cs-CZ"] .schedule .threeColSectionContent .trainingDays {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="ru-RU"] .schedule .threeColSectionContent .trainingDays {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="hr"] .schedule .threeColSectionContent .trainingDays {
      font-family: "Gotham Book", Helvetica, Arial, serif; }

.schedule .threeColSection .btn {
  max-width: 220px;
  font-size: 16px;
  letter-spacing: 0px; }

.mfp-content .container {
  background: white;
  padding: 40px;
  max-width: 800px; }

.container-sect {
  max-width: 1340px;
  margin: 0 auto; }

.bg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover; }

.new-to-f45 .img-w-text {
  min-height: 470px; }
  .new-to-f45 .img-w-text .text-sec h2 {
    line-height: 50px; }
  .new-to-f45 .img-w-text:nth-child(2n) .img-sec:before {
    transform: translate(-50%, -50%); }

.exerciseInfo {
  padding-bottom: 50px; }
  .exerciseInfo .col {
    text-align: left; }
    .exerciseInfo .col:first-of-type {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      margin-right: 30px;
      border-right: 1px solid #d6001c;
      padding-right: 30px; }
      .exerciseInfo .col:first-of-type h3 {
        color: #d6001c;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 42px; }
      .exerciseInfo .col:first-of-type p {
        font: 300 22px "Gotham", Helvetica, Arial, serif;
        padding-bottom: 5px; }
        html[lang="cs-CZ"] .exerciseInfo .col:first-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="ru-RU"] .exerciseInfo .col:first-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="hr"] .exerciseInfo .col:first-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
    .exerciseInfo .col p {
      font: 300 16px/24px "Gotham", Helvetica, Arial, serif; }
      html[lang="cs-CZ"] .exerciseInfo .col p {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="ru-RU"] .exerciseInfo .col p {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="hr"] .exerciseInfo .col p {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
    .exerciseInfo .col:last-of-type {
      -webkit-box-flex: 99999;
      -ms-flex: 99999;
      flex: 99999; }

.exercise-section-content.mb115 {
  margin-bottom: 70px !important; }

.heading-w-desc .heading {
  display: inline-flex;
  margin-right: 100px;
  font: 900 25px "Roboto", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 60px; }

.heading-w-desc p {
  -webkit-box-flex: 99999;
  -ms-flex: 99999;
  flex: 99999;
  padding-left: 50px;
  font: 400 18px/24px "Roboto", sans-serif;
  letter-spacing: 0px;
  position: relative;
  color: #9b9b9b;
  padding-right: 50px; }
  .heading-w-desc p:after {
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    height: 17px;
    background: #E1E1E1;
    top: 5px; }

/* ==== Slider Image Transition === */
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes ProgressDots {
  from {
    width: 0px; }
  to {
    width: 100%; } }

@keyframes ProgressDots {
  from {
    width: 0px; }
  to {
    width: 100%; } }

/* MAGNIFIC POPUP */
.mfp-wrap, .mfp-bg {
  z-index: 9999999; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .videoContainer video {
    /* optional */
    width: 100%;
    height: 100%; }

.hero-video-wrapper .bg-container {
  width: 110%;
  -moz-transform: skew(13deg, 0deg);
  -webkit-transform: skew(13deg, 0deg);
  -o-transform: skew(13deg, 0deg);
  -ms-transform: skew(13deg, 0deg);
  transform: skew(13deg, 0deg); }

.hero-video-wrapper {
  -moz-transform: skew(-13deg, 0deg);
  -webkit-transform: skew(-13deg, 0deg);
  -o-transform: skew(-13deg, 0deg);
  -ms-transform: skew(-13deg, 0deg);
  transform: skew(-13deg, 0deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: #211551;
  padding-left: 100px;
  margin-left: -100px; }
  .hero-video-wrapper.fill-background {
    background-color: transparent; }

.videoContainer video {
  width: 130vw;
  height: 100vw; }

.inner-logo span {
  font-size: 24px;
  font-family: "Gotham", Helvetica, Arial, serif;
  color: #d6001c;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 30px; }
  .inner-logo span:after {
    content: '';
    height: 46px;
    width: 2px;
    background: #211551;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  html[lang="cs-CZ"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .inner-logo span {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

.site-contact ul {
  list-style: none;
  padding: 0; }
  .site-contact ul li {
    position: relative;
    padding: 0px 42px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .site-contact ul li:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 40px;
      background: #d6001c;
      top: 36px;
      /* -webkit-transform: translateY(-50%);
              transform: translateY(-50%); */
      left: auto;
      right: 0; }
    .site-contact ul li:last-of-type:after {
      display: none; }
    .site-contact ul li a {
      display: block;
      margin: 0 auto; }
    .site-contact ul li img {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
    .site-contact ul li a, .site-contact ul li p {
      font-size: 16px;
      line-height: 1.35;
      color: #211551; }
    .site-contact ul li a:hover {
      color: #d6001c; }

.red-circle {
  background: #d6001c;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .red-circle img {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0; }

.class-section .heading:after {
  right: 10%; }

.class-section .col h4 {
  font-family: 'gotham_blackregular';
  font-weight: normal; }

/* Inner training */
.day-one-txt .heading:after {
  right: 72%; }

.day-one-txt p {
  max-width: 1140px; }

.cl-schedule h6, .cl-schedule p {
  font-size: 22px; }

.cl-schedule h6 {
  color: #d6001c;
  margin-bottom: 10px; }

.cl-schedule ul li p {
  color: #9b9b9b; }

.cl-schedule ul li:after {
  top: 10px; }

.prodigy-contact ul li a, .prodigy-contact ul li p {
  font-size: 16px;
  line-height: 1.35; }

.bgsec-prodigy {
  padding: 120px 0 130px; }

.red-text h2 {
  color: #d6001c; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0 !important; }

.inner-ul ul {
  text-align: center; }

.inner-ul .footer-top-lt-btm ul li {
  display: inline-block;
  padding: 2px 15px 2px 15px;
  border-right: 1px solid #211551;
  margin: 0;
  text-transform: none; }
  .inner-ul .footer-top-lt-btm ul li:last-of-type {
    border: 0; }

.sub-brand .fa {
  font-size: 18px;
  margin-right: 10px; }

.site-header + .navbar-fix-top {
  top: 110px; }

.navbar-fix-top.navbar-fix-top-challenge .navbar-brand {
  background: url(/wp-content/uploads/2019/01/logo.svg) 0 0 no-repeat;
  width: 65px; }

.navbar-fix-top.navbar-fix-top-challenge .sub-brand {
  color: #211551; }

.navbar-fix-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1; }
  .navbar-fix-top .navbar-brand {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    background: url(../images/logos/f45-logo-white.svg) 0 0 no-repeat;
    background-size: 3.75rem 1.8125rem;
    width: 3.75rem;
    height: 1.8125rem;
    display: inline-block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden; }

.sub-brand {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase; }

.heading-line {
  width: 52px;
  height: 5px;
  display: block;
  background-color: #d6001c;
  margin-bottom: 20px; }

.float, .contentSection {
  float: none; }

.cta-button {
  margin: 50px 0 15px;
  display: inline-block; }

.justify-center {
  justify-content: center; }

.three-col .col {
  flex-basis: auto;
  width: 33.33333%; }
  .three-col .col img {
    margin: auto;
    max-width: 100%; }

.our-studio {
  overflow: hidden;
  position: relative;
  padding: 50px 0; }

.punchline.text-center .punchline-content,
section.float, .contentSection,
section.challenge {
  float: none; }

.simple-text li {
  font-size: 18px;
  line-height: 27px; }

.simple-text p, .simple-text ul, .simple-text ol {
  margin-bottom: 20px; }

.simple-text p {
  padding: 0; }

.col h4.red {
  font-size: 22px;
  line-height: 30px;
  color: #d6001c;
  padding-bottom: 5px;
  margin-bottom: 0; }

.col .date {
  display: block;
  font: 300 22px/26px "Gotham", Helvetica, Arial, serif;
  color: rgba(74, 74, 74, 0.5);
  padding-bottom: 20px; }
  html[lang="cs-CZ"] .col .date {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .col .date {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .col .date {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

.tpl-prodigy .img-w-text .text-sec h2, .tpl-prodigy .heading, .tpl-prodigy .threeColSectionContent h4 {
  color: #d6001c; }

.featured-text h1, .featured-text h2, .featured-text h3 {
  color: #d6001c; }

.tpl-prodigy .heading:after {
  background: #211551; }

.map .search-results .input-group .button {
  border-color: transparent;
  background: #ff003c;
  color: white; }
  .map .search-results .input-group .button:hover {
    background: #cc0030; }

.map .search-results .search-form {
  max-height: 50px; }

div.prodigy-trial-navbar-fix-top .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

div.prodigy-trial-navbar-fix-top .navbar-brand {
  background: none;
  overflow: visible;
  text-indent: inherit;
  height: auto;
  width: auto;
  max-width: 10rem;
  margin-left: -15px; }

.mfp-wrap .mfp-content .position {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold; }

.mfp-wrap .mfp-content .position:after {
  content: "";
  width: 54px;
  height: 2px;
  background: #d6001c;
  position: absolute;
  left: 0;
  bottom: 0; }

.mfp-wrap .mfp-content .member-text-heading {
  display: flex; }

.mfp-wrap .mfp-content .member-head-info {
  flex: 1;
  padding-right: 10px; }

.mfp-wrap .mfp-content .member-text-heading .member-social {
  margin: 0; }

.mfp-healcode-signup.mfp-wrap .mfp-content {
  max-width: 560px; }

@media screen and (min-width: 1024px) {
  body .map .search-results {
    left: 25px; } }

@media screen and (min-width: 768px) {
  .mfp-wrap .mfp-content .name {
    font-size: 42px; }
  .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .row.flex-wrap {
      flex-wrap: wrap; }
  .hidden-desktop {
    display: none !important; }
  .heading.heading-center {
    text-align: center;
    display: block; }
    .heading.heading-center:after {
      right: auto;
      left: 50%;
      width: 25%;
      max-width: 200px;
      transform: translateX(-50%); }
  .heading.heading-right {
    text-align: right;
    display: block; }
    .heading.heading-right:after {
      left: 80%;
      right: auto; }
  body .studio-listing .col, body .studio-listing .h-col {
    width: 33.3333%;
    margin-right: 0; }
  .navbar-fix-top .navbar-brand {
    margin-right: 18px;
    background-size: 4.9375rem 2.375rem;
    width: 4.9375rem;
    height: 2.375rem;
    display: inline-block; }
  .hero .hero-intro {
    float: left;
    width: calc(100% - 450px);
    padding: 0 50px 0 0; }
    .hero .hero-intro h1 {
      font-size: 70px; }
    .hero .hero-intro p {
      font-size: 20px; }
    .hero .hero-intro .video-play-btn .play-btn-txt {
      font-size: 40px; }
  .mobile-no-bg img {
    display: none; } }

@media only screen and (max-width: 1370px) {
  .container {
    padding: 0 25px; }
  .new-to-f45 .img-w-text .text-sec h2 {
    font-size: 30px; } }

@media only screen and (max-width: 1200px) {
  .col, .punchline .threeColSectionContent .col {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%; }
  .exerciseInfo {
    padding-bottom: 50px; }
    .exerciseInfo .col:last-of-type p br {
      display: none; }
  .exercise-section-content.mb115 {
    margin-bottom: 60px !important; }
  .why-f45-works .img-w-text .img-sec {
    width: 50%; }
  .why-f45-works .img-w-text .text-sec {
    width: 52%;
    padding-right: 15px; }
  .inner-logo span {
    font-size: 21px;
    font-family: "Gotham", Helvetica, Arial, serif;
    color: #d6001c;
    padding-left: 20px;
    display: inline-block;
    margin-left: 20px; }
    .inner-logo span:after {
      content: '';
      height: 40px;
      width: 2px;
      background: #211551;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    html[lang="cs-CZ"] .inner-logo span {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="ru-RU"] .inner-logo span {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="hr"] .inner-logo span {
      font-family: "Gotham Book", Helvetica, Arial, serif; } }

@media only screen and (max-width: 1024px) {
  .studio-listing {
    display: block !important; }
  body .map {
    height: 500px !important;
    width: 100%;
    overflow: hidden; }
  #map-canvas, #map-location {
    width: 100% !important;
    height: 100% !important; } }

@media screen and (max-width: 992px) {
  .heading {
    margin-bottom: 30px; }
  .col h4 {
    padding-bottom: 5px; }
  .stay-update {
    margin: 50px 0; }
    .stay-update h4 {
      padding-bottom: 15px;
      margin-bottom: 25px; }
  .exerciseInfo {
    padding-bottom: 50px; }
  .exercise-section-content.mb115 {
    margin-bottom: 50px !important; }
  .new-to-f45 .img-w-text .text-sec h2 {
    line-height: 48px; }
  .heading-w-desc p {
    font-size: 16px;
    line-height: 22px; }
  .heading-w-desc .heading {
    margin-right: 60px; }
  .videoContainer video {
    width: 300vw;
    height: 150vw; }
  .site-contact ul li {
    padding: 0 25px; }
    .site-contact ul li a, .site-contact ul li p {
      font-size: 14px; }
  .inner-ul .footer-top-lt-btm {
    margin: 0 auto;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  div.prodigy-trial-navbar-fix-top .navbar-brand {
    max-width: 7rem; }
  .hidden-mobile {
    display: none !important; }
  .inner-logo span {
    font-size: 18px;
    padding-left: 10px;
    display: block;
    margin-left: 10px; }
  .inner-logo span:after {
    height: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .col-xs-6 {
    width: 50% !important; }
  .width-xs-100 {
    width: 100%; }
  .width-xs-100 + .width-xs-100 {
    margin-top: 20px; }
  .empty-schedule {
    height: auto;
    line-height: 1.5; }
  .col,
  .exerciseInfo .col:first-of-type,
  .punchline .threeColSectionContent .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px; }
  .btn {
    padding: 12px 20px; }
  .stay-update {
    margin: 50px 0; }
  .stay-update h4 {
    padding: 0 0px 20px;
    display: block;
    margin-bottom: 20px; }
  .cta-btn-left .show-for-large {
    color: #211551;
    padding: 10px 25px; }
  .exerciseInfo .col,
  .punchline .threeColSectionContent .col:last-of-type {
    margin-bottom: 0; }
  .exerciseInfo .col:first-of-type {
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 20px; }
  .exerciseInfo {
    padding-bottom: 40px; }
  .exercise-section-content.mb115 {
    margin-bottom: 70px !important; }
  .new-to-f45 .img-w-text {
    min-height: inherit; }
  .punchline .threeColSectionContent .trainingDays {
    font-size: 22px;
    line-height: 24px; }
  .punchline .threeColSectionContent h4 {
    font-size: 26px;
    line-height: 28px; }
  .new-to-f45 .img-w-text .text-sec {
    padding-right: 130px; }
  .new-to-f45 .img-w-text .img-sec:before {
    right: 15px; }
  .new-to-f45 .img-w-text:nth-child(2n) .text-sec {
    padding-left: 130px;
    padding-right: 25px; }
  .new-to-f45 .img-w-text:nth-child(2n) .img-sec:before {
    left: 15px; }
  .new-to-f45 .img-w-text .text-sec h2 {
    line-height: 42px; }
  .heading-w-desc {
    display: block;
    width: 100%;
    clear: both; }
  .heading-w-desc .heading {
    display: block;
    margin-bottom: 30px;
    margin-right: 0; }
  .heading-w-desc p {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  .heading-w-desc p:after {
    content: none; }
  .bgSecWithSideHeading.hero.innerpage.teamHero {
    padding-top: 200px;
    padding-bottom: 50px; }
  .heading-w-desc p br {
    display: none; }
  .videoContainer video {
    width: 133vw;
    height: 266vw; }
  .site-contact ul li {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 15px 0; }
  .site-contact ul li:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #d6001c;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    margin-top: 10px; }
  .exercise-section-content.mb115 {
    margin-bottom: 55px !important; }
  .punchline.text-right .heading:after, .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .heading {
    display: block; } }

.text-center {
  text-align: center; }

.agree-check label.error-block {
  border: 1px solid #ef4135;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 65, 53, 0.6); }

.footer .agree-container {
  margin-left: 40px;
  text-align: center; }

.agree-box .agree-input {
  width: 1px;
  height: 1px;
  margin-left: 10px;
  margin-top: 14px; }

.footer .newsletter input {
  margin-bottom: 0; }

.footer .agree-box.control-block {
  width: 330px;
  margin: 0 auto; }

.agree-box.control-block {
  margin-left: 0;
  /*padding: 2px 0 0;*/ }

.agree-box.control-block.error {
  border: 1px solid #ef4135; }

.agree-box.control-block.error:after {
  background: none; }

.agree-input-box {
  float: left;
  width: 25px; }

.footer .checkbox .control-indicator {
  background-size: 20px 40px;
  width: 20px;
  height: 20px; }

.agree-input-box .control-inline {
  padding-top: 0; }

.agree-label-box {
  float: left;
  width: 305px;
  padding: 0px 0 0px 0px; }

.mfp-content .agree-label-box {
  padding-left: 0; }

.mfp-healcode-signup .healcode-signup-form .agree-box .error-block label.error {
  border: 1px solid #ef839c;
  width: 300px;
  margin-left: 0; }

.mfp-healcode-signup .agree-box .error-block:after {
  left: 368px; }

.agree-label-box label {
  font-size: 11px;
  line-height: 1.2;
  font-weight: normal; }

.mfp-container {
  padding-left: unset;
  padding-right: unset; }

#iframe-signup-glofox iframe {
  overflow: scroll;
  min-height: 651px;
  width: 50%;
  margin-lef: 25%; }

.mfp-glofox-signup button.mfp-close {
  margin-right: 20%; }

.form-heading {
  color: #010101;
  font-weight: bold;
  margin-bottom: 0.25rem; }

.mfp-healcode-signup label.error-block.cvv_field:after {
  bottom: -1.8rem; }

.mfp-healcode-signup .code_landing label {
  width: 100%; }

.iti-mobile .intl-tel-input.iti-container {
  z-index: 99999999; }

.agree-label-box label {
  font-size: 14px;
  padding: 8px 0px 0px 15px; }

.liability-waiver {
  max-height: 427px !important;
  overflow: auto; }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .agree-label-box {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .footer .agree-container {
    margin-left: 0px; } }

@media screen and (max-width: 480px) {
  .mfp-healcode-signup.mfp-wrap .mfp-content {
    max-width: calc(100% - 20px); }
  body {
    font-size: 14px; }
  .punchline .threeColSectionContent .col {
    max-width: 90%;
    margin: 0 auto 30px; }
  .stay-update h4 {
    padding: 0 20px 10px;
    display: block;
    margin-bottom: 0; }
  .exercise-section-content.mb115 {
    margin-bottom: 50px !important; }
  .class-section .heading:after {
    right: 0; } }

/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.modal.is-visible {
  visibility: visible; }

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35); }

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0; }

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1; }

.modal-header,
.modal-content {
  padding: 1em; }

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0; }

.semantic-content .modal-close {
  position: static;
  padding: 0; }

.modal-close:hover {
  color: #777; }

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal-content > *:first-child {
  margin-top: 0; }

.modal-content > *:last-child {
  margin-bottom: 0; }

/* HERO SECTION */
.hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  .hero.login-block p {
    border-bottom: 1px solid #211551;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .hero .heading-box {
    max-width: 354px;
    text-transform: uppercase;
    background: #fff;
    padding: 30px 18px;
    margin-bottom: 0; }
    .hero .heading-box .form {
      text-transform: none;
      text-align: left; }
    .hero .heading-box.heading-box-sm {
      max-width: 285px; }
    .hero .heading-box.right {
      float: right; }
      .hero .heading-box.right h2:after {
        left: 70%;
        right: auto; }
    .hero .heading-box h2 {
      border-bottom: 1px solid #211551;
      line-height: 0.85em;
      letter-spacing: 0;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px;
      padding-top: 15px;
      font-size: 50px; }
      .hero .heading-box h2:after {
        position: absolute;
        right: 80%;
        top: -10px;
        width: 1000%;
        height: 5px;
        background: #d6001c;
        content: ""; }
    .hero .heading-box p {
      font-size: 11px;
      color: #211551;
      line-height: 20px;
      letter-spacing: 0px;
      padding-bottom: 25px; }
      .hero .heading-box p a {
        color: inherit; }
    .hero .heading-box ul {
      padding-left: 0;
      list-style: none;
      margin: 0 -18px -30px; }
      .hero .heading-box ul li {
        font-size: 20px;
        font-family: "Gotham", Helvetica, Arial, serif;
        font-weight: 900;
        display: block; }
        html[lang="cs-CZ"] .hero .heading-box ul li {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="ru-RU"] .hero .heading-box ul li {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="hr"] .hero .heading-box ul li {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        .hero .heading-box ul li a {
          display: block;
          padding: 24px 18px;
          color: #211551;
          position: relative;
          -webkit-transition: all .35s ease;
          transition: all .35s ease; }
          .hero .heading-box ul li a i {
            position: absolute;
            font-size: 28px;
            right: 20px;
            top: 50%;
            transform: translateY(-50%); }
          .hero .heading-box ul li a:hover {
            color: #fff;
            letter-spacing: 0px;
            background: #d6001c; }
        .hero .heading-box ul li.item-hightlight {
          color: #fff;
          letter-spacing: 0px;
          background: #d6001c; }
          .hero .heading-box ul li.item-hightlight a {
            color: white; }
            .hero .heading-box ul li.item-hightlight a:before {
              background: transparent;
              /*display: none;*/
              height: 0; }
          .hero .heading-box ul li.item-hightlight + li a:before {
            background: transparent;
            /*display: none;*/
            height: 0; }
        .hero .heading-box ul li:hover + li a:before {
          background: transparent;
          /*display: none;*/
          height: 0; }
        .hero .heading-box ul li a:before {
          position: absolute;
          top: 0;
          left: 18px;
          width: calc(100% - 36px);
          background: #000;
          height: 1px;
          content: "";
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .hero .heading-box ul li:hover a:after {
          right: 7px; }
        .hero .heading-box ul li:hover a:before {
          background: #d6001c; }
    .hero .heading-box .heading-inner {
      padding: 30px 18px 0; }
    .hero .heading-box.right .vertical-logo:after {
      right: auto;
      left: 70%; }
    .hero .heading-box .vertical-logo {
      position: relative;
      text-align: center;
      margin-bottom: 20px;
      border-bottom: 1px solid #211551;
      padding-bottom: 10px; }
      .hero .heading-box .vertical-logo:after {
        position: absolute;
        right: 85%;
        top: 25px;
        width: 1000%;
        height: 5px;
        background: #d6001c;
        content: ""; }
      .hero .heading-box .vertical-logo img {
        width: 170px; }
  .hero .videoContent {
    position: relative;
    padding-bottom: 650px;
    z-index: -1;
    height: 100%; }
  .hero .hero-video-wrapper,
  .hero .videoContent .background-video {
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    padding: 0;
    margin: 0; }
  .hero .action-buttons.d-flex {
    align-items: center; }
  .hero.hero-image {
    padding-bottom: 260px;
    padding-top: 60px; }
  .hero.hero-video {
    position: relative; }
    .hero.hero-video .background-video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .hero.hero-video iframe {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      border: 0;
      transform: translate(-50%, -50%); }
    .hero.hero-video .container {
      position: absolute;
      top: 0;
      max-width: 1340px;
      left: 0;
      right: 0;
      width: 100%;
      padding: 60px 0px; }
  .hero.hero-location .heading-box p {
    font-size: 10px;
    position: relative;
    padding-left: 25px;
    line-height: 17px; }
    .hero.hero-location .heading-box p .icon {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 17px;
      height: auto; }
    .hero.hero-location .heading-box p:after {
      display: none !important; }
    .hero.hero-location .heading-box p a {
      display: block;
      color: #211551; }
      .hero.hero-location .heading-box p a:hover {
        color: #d6001c; }
  .hero .container {
    position: relative; }

@media only screen and (max-width: 1300px) {
  .hero.hero-image {
    padding-bottom: 60px; }
  .hero.hero-video .container {
    padding: 60px 30px; } }

@media screen and (max-width: 767px) {
  .hero {
    min-height: 500px;
    padding-top: 50px;
    display: flex;
    padding-bottom: 50px;
    align-items: flex-end; }
    .hero:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(-180deg, rgba(33, 21, 81, 0) -20%, #211551 100%); }
    .hero .heading-box {
      background: none;
      text-align: center;
      padding: 0;
      margin: auto;
      max-width: none;
      float: none !important; }
      .hero .heading-box .form {
        color: white; }
        .hero .heading-box .form label, .hero .heading-box .form a {
          color: inherit; }
      .hero .heading-box .vertical-logo {
        border: none;
        padding-bottom: 0; }
        .hero .heading-box .vertical-logo:after {
          display: none; }
      .hero .heading-box h2 {
        font-size: 36px;
        color: white;
        border: none; }
        .hero .heading-box h2:after {
          display: none; }
      .hero .heading-box p {
        font-weight: bold;
        font-size: 16px;
        border: none;
        color: white; }
      .hero .heading-box ul, .hero .heading-box p {
        margin: auto;
        max-width: 280px; }
      .hero .heading-box ul li {
        font-size: 16px; }
        .hero .heading-box ul li:not(.item-hightlight) {
          background: white; }
        .hero .heading-box ul li + li {
          margin-top: 10px; }
        .hero .heading-box ul li a {
          padding: 17px 18px; }
          .hero .heading-box ul li a:before {
            display: none; }
    .hero.hero-image {
      padding-bottom: 40px;
      padding-top: 60px; }
    .hero.hero-video {
      display: block;
      padding: 0; }
      .hero.hero-video .container {
        top: auto;
        bottom: 40px;
        padding: 0; }
      .hero.hero-video .videoContent {
        padding-bottom: 520px; }
    .hero.hero-location .container {
      position: static; }
      .hero.hero-location .container .heading-box {
        padding: 20px; }
        .hero.hero-location .container .heading-box p {
          text-align: left; }
        .hero.hero-location .container .heading-box p, .hero.hero-location .container .heading-box h2 {
          color: #4a4a4a; }
          .hero.hero-location .container .heading-box p a, .hero.hero-location .container .heading-box h2 a {
            word-break: break-all;
            color: inherit; }
    .hero.hero-location:after {
      display: none; }
    .hero .hero-video-wrapper {
      padding: 0;
      margin: 0; }
    .hero .container {
      z-index: 2; } }

.heading-box-no-line hr, .heading-box-no-line h2:after {
  display: none; }

/* HERO SECTION ENDS */
html[lang="sl-SI"] .hero .heading-box.heading-box-sm {
  max-width: 312px; }

.hero-video-wrapper .background-video-jwplayer div {
  overflow: initial !important;
  padding: 0 !important;
  position: static !important; }

/* HERO TRIAL SECTION */
.hero-trial {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-trial .hero-intro {
    color: white;
    padding: 0 40px 0 0; }
    .hero-trial .hero-intro .video-play-btn {
      display: flex;
      align-items: center;
      padding-top: 35px; }
      .hero-trial .hero-intro .video-play-btn .play-btn-txt {
        padding-left: 25px;
        font-size: 38px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
        font-family: "Gotham condensed", Helvetica, Arial, serif; }
      .hero-trial .hero-intro .video-play-btn button {
        width: 110px;
        height: 110px;
        background-color: #ffffff;
        border-radius: 50%;
        position: relative;
        box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.5);
        transition: opacity 0.25s ease-in-out;
        padding: 0;
        border: 0; }
        .hero-trial .hero-intro .video-play-btn button:after {
          content: '';
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          border-left: 34px solid #d6001c;
          margin-left: 4px;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          left: 50%; }
    .hero-trial .hero-intro h1 {
      color: white;
      font-weight: 900; }
  .hero-trial .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 100vh; }
    .hero-trial .container:after, .hero-trial .container:before {
      display: none; }
  .hero-trial .hero-form {
    background: white;
    padding: 30px; }
  .hero-trial .heading-box {
    width: 450px;
    padding: 0px;
    margin-top: 20px;
    background: white; }
    .hero-trial .heading-box h2:after {
      position: absolute;
      top: -10px;
      width: 1000%;
      height: 5px;
      content: "";
      background: #d6001c;
      left: 70%;
      right: auto; }
    .hero-trial .heading-box p {
      margin-bottom: 25px; }
    .hero-trial .heading-box .h4 {
      text-transform: uppercase; }
    .hero-trial .heading-box h2 {
      position: relative;
      font-size: 50px;
      letter-spacing: 0; }
  .hero-trial .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%; }
    .hero-trial .img-bg:after {
      content: '';
      background-color: rgba(55, 60, 116, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /*z-index: 2;*/
      height: 100%; }
  .hero-trial .img-bg-trial:after {
    display: none; }

.hero-form-container .heading-box a {
  color: #d6001c; }

.hero-form-container .heading-box h2 {
  border: none;
  padding-bottom: 0; }

.hero-form-container .heading-box .h4 {
  font-size: 16px; }

.hero-form-container .heading-box span.control-indicator.error {
  border: 1px solid #d6001c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 0, 28, 0.6) !important; }

.thanks.message {
  margin: 20px 0 0;
  text-align: center;
  color: #d6001c !important; }

.hero-trial-challenge iframe {
  max-width: 100% !important; }

.hero-trial-challenge .container .img-bg {
  background-size: contain;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  left: auto;
  right: 0px;
  z-index: -1; }
  .hero-trial-challenge .container .img-bg:after {
    display: none; }

.hero-trial-challenge .hero-intro, .hero-trial-challenge .video-play-btn {
  color: #211551; }
  .hero-trial-challenge .hero-intro h1, .hero-trial-challenge .video-play-btn h1 {
    color: inherit; }

.hero-trial-challenge .hero-intro-image {
  max-width: 110px;
  margin-bottom: 25px; }

.hero-trial-challenge .hero-intro ul {
  font-size: 14px; }
  .hero-trial-challenge .hero-intro ul li + li {
    margin-top: 5px; }

.hero-trial-challenge .heading-box {
  border: 5px solid #d6001c; }

@media (max-width: 1200px) {
  .hero-trial-challenge .img-bg-trial {
    display: none; }
  .hero-trial-challenge .container .img-bg {
    display: none; } }

.f45-studio-list.ui-autocomplete {
  list-style: none;
  max-height: 300px;
  overflow: auto;
  background: white;
  width: 100% !important;
  max-width: 316px !important;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  width: 100%; }
  .f45-studio-list.ui-autocomplete li {
    padding: 8px 20px; }
    .f45-studio-list.ui-autocomplete li:hover {
      background: #d6001c;
      color: white; }

.white-popup-block {
  position: relative; }

@media screen and (min-width: 768px) {
  .hero-trial .heading-box {
    min-width: 450px; }
  .hero-trial .hero-intro {
    width: calc(100% - 450px); }
  .hero-form-container .hero-intro, .hero-form-container .hero-form {
    flex: 1; } }

@media screen and (max-width: 992px) {
  .hero-trial .hero-intro {
    padding: 0 40px  30px 0; }
    .hero-trial .hero-intro .video-play-btn .play-btn-txt {
      font-size: 26px; }
    .hero-trial .hero-intro .video-play-btn {
      justify-content: flex-start;
      padding-top: 25px; }
      .hero-trial .hero-intro .video-play-btn .play-btn {
        width: 60px;
        height: 60px; }
      .hero-trial .hero-intro .video-play-btn button:after {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 19px solid #d6001c; } }

@media screen and (max-width: 767px) {
  .navbar-fix-top + .hero-trial {
    padding-top: 70px !important; }
  .hero-trial.hero-form-container {
    padding-top: 110px;
    background: white; }
  .hero-trial .img-bg {
    height: 570px; }
  .hero-trial .hero-form {
    padding: 25px 20px 20px;
    color: #211551; }
    .hero-trial .hero-form .heading-box .hero-form p, .hero-trial .hero-form .heading-box .hero-form h2 {
      color: #211551; }
  .hero-trial:after, .hero-trial .heading-box h2:after {
    display: none; }
  .hero-video.hero .container {
    top: auto;
    bottom: 40px;
    padding: 0; }
  .hero-trial {
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .hero-trial .container {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      height: auto; }
    .hero-trial .hero-intro {
      color: inherit; }
      .hero-trial .hero-intro h1 {
        color: inherit; }
    .hero-trial .img-bg {
      height: 570px; }
    .hero-trial .heading-box {
      width: 100%;
      min-width: 0;
      margin-top: 0;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      margin-bottom: 30px; }
      .hero-trial .heading-box .white-popup-block {
        padding: 25px 20px; }
      .hero-trial .heading-box p {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 0; }
      .hero-trial .heading-box h2 {
        font-size: 40px;
        margin-bottom: 10px; }
      .hero-trial .heading-box .form-group {
        margin: 0 0 15px; }
      .hero-trial .heading-box .intl-tel-input input {
        padding-left: 52px !important; }
      .hero-trial .heading-box .form-control.input-lg {
        font-size: 16px;
        height: 50px;
        padding: 5px 18px; }
      .hero-trial .heading-box.right {
        float: none; }
      .hero-trial .heading-box iframe {
        width: 100% !important;
        max-height: none !important;
        height: 100%;
        min-height: 740px !important; } }

/* HERO TRAIL SECTION ENDS */
.accordion {
  border-top: 1px solid rgba(173, 174, 186, 0.4);
  margin-bottom: 3.125rem;
  list-style-type: none;
  background: #fff;
  border-radius: 2px;
  margin-left: 0;
  padding: 0; }
  .accordion .accordion-item {
    border-bottom: 1px solid rgba(173, 174, 186, 0.4); }
    .accordion .accordion-item.is-active .accordion-title {
      color: #888992; }
  .accordion .accordion-title {
    display: block;
    padding: 1.875rem 0;
    color: #454b93;
    position: relative;
    font-size: 1.0625rem;
    font-weight: 600;
    border: none;
    line-height: inherit;
    transition: color 0.25s ease-in-out; }
    .accordion .accordion-title:hover, .accordion .accordion-title:focus {
      color: #888992;
      background-color: rgba(0, 0, 0, 0); }
  .accordion .accordion-content {
    padding: 0 0;
    display: none;
    border-bottom: none;
    background-color: #fff; }
    .accordion .accordion-content p, .accordion .accordion-content ul, .accordion .accordion-content ol {
      margin-bottom: 20px;
      font-size: 15px;
      padding: 0; }
    .accordion .accordion-content a {
      color: #106fd8; }

.studio-accordion {
  text-align: left; }
  .studio-accordion .studio-accordion__heading {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 0.0625rem solid #ccc;
    padding: 0.75rem 0.3125rem; }
  .studio-accordion .studio-accordion__body {
    display: none; }
    .studio-accordion .studio-accordion__body .coming-soon .opening-text, .studio-accordion .studio-accordion__body .coming-soon .opening-date {
      font-size: .675rem;
      color: #333; }
    .studio-accordion .studio-accordion__body.active {
      display: block; }

.block-text ul li {
  float: left;
  width: 50%;
  color: #4a4a4a;
  margin: 5px 0; }

.block-text .title {
  width: 50%;
  margin: 25px 0 0 0;
  text-align: right;
  text-transform: uppercase;
  padding: 0 40px 20px 0px;
  border-bottom: 4px solid #d6001c;
  font-weight: bold;
  font-size: 22px; }

.block-text ul {
  overflow: hidden;
  list-style: none;
  padding: 0; }
  .block-text ul li a {
    color: inherit; }

@media screen and (max-width: 767px) {
  .block-text ul li {
    float: none;
    width: 100%;
    text-align: center;
    margin: 10px 0; }
    .block-text ul li:after {
      display: none; }
  .block-text .title {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    border: none;
    position: relative; }
    .block-text .title:after {
      content: "";
      width: 3px;
      height: 80px;
      background: #d6001c;
      position: absolute;
      left: 50%;
      margin-left: -2px;
      top: -100px;
      bottom: auto; } }

.block-amenities-content li {
  margin: 0 0 9px; }

@media screen and (min-width: 768px) {
  .block-amenities-content ul {
    display: flex;
    flex-wrap: wrap; }
  .block-amenities-content li {
    width: 33.333%;
    max-width: 33.3333%;
    flex: 0 0 33.33333%; } }

/* THREE COL SECTION */
.threeColSection {
  overflow: hidden; }
  .threeColSection .btn.btn-center {
    display: block; }

.dark-section {
  background-color: rgba(0, 0, 0, 0.04) !important; }

.threeColSectionContent {
  padding: 0 50px 50px; }
  .threeColSectionContent h4 {
    margin-bottom: 0px;
    padding-bottom: 30px; }

.col-img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #d6001c;
  display: block;
  margin: 0 auto 20px;
  position: relative; }
  .col-img.dark {
    background: #211551; }
  .col-img img {
    max-width: 58%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }

.icon-list-text {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  padding-bottom: 30px;
  font-weight: 300;
  font-family: "Gotham", Helvetica, Arial, serif; }
  html[lang="cs-CZ"] .icon-list-text {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .icon-list-text {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .icon-list-text {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

@media screen and (min-width: 768px) {
  .threeColSectionContent {
    padding-bottom: 0; }
    .threeColSectionContent .col {
      width: 33.33333%;
      flex-basis: inherit;
      margin-top: 30px;
      padding: 0 20px; }
    .threeColSectionContent + .btn {
      margin-top: 50px; }
  .four-col-section .threeColSectionContent .col {
    width: 25%; } }

@media only screen and (max-width: 1370px) {
  .threeColSectionContent {
    padding: 0 25px 30px; } }

@media screen and (max-width: 992px) {
  .threeColSectionContent {
    padding: 0 0px 0px; }
  .threeColSection.padd-tb-90 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (max-width: 767px) {
  .threeColSection {
    text-align: center; }
    .threeColSection .heading + p {
      margin-bottom: 30px; }
    .threeColSection.padd-tb-90 {
      padding-top: 50px !important;
      padding-bottom: 50px !important; }
    .threeColSection .col {
      max-width: 80%;
      margin: 0 auto 30px; }
  .icon-list-text {
    font-size: 18px;
    line-height: 30px; } }

.member {
  padding: 30px 15px;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .member:hover .member-info {
    opacity: 1;
    visibility: visible; }
  @media screen and (min-width: 768px) {
    .member .member-image {
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      height: 450px;
      overflow: hidden; }
      .member .member-image > img {
        opacity: 0;
        visibility: hidden; } }
  @media screen and (max-width: 767px) {
    .member .member-image {
      background: none !important; } }

.member-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.8); }
  .member-info .position {
    margin: 0 0 12px; }
  .member-info .name {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    font-size: 40px; }
    .member-info .name a {
      color: inherit; }

.member-social {
  margin: 0 0 40px; }
  .member-social a {
    color: #211551;
    font-size: 24px;
    margin: 0 5px; }
    .member-social a:hover {
      color: #d6001c; }

.member-info .name:after {
  content: "";
  height: 4px;
  background: #d6001c;
  width: 60px;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

#mindbody_membership_options {
  padding-left: 20px;
  padding-right: 20px; }

.recommend-text {
  background: #f5f5f5;
  padding: 12px 12px;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  color: #211551;
  margin: 0; }

.purchase-plan .link-decoration {
  color: inherit; }

.table-div {
  color: #181A35;
  margin: 40px 0; }
  .table-div + .action-buttons {
    margin-top: 80px; }
  .table-div .table-heading {
    font-size: 20px;
    color: #181A35;
    font-weight: bold;
    font-family: "Gotham", Helvetica, Arial, serif; }
  .table-div .table-body {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797; }
  .table-div .d-flex {
    margin: 10px 0; }
  .table-div .left {
    flex: 1;
    font-family: "Gotham", Helvetica, Arial, serif;
    padding-right: 20px;
    font-weight: bold; }
  .table-div .right {
    text-align: right; }

.membership_options .d-flex {
  color: #211551;
  margin-bottom: 0 !important;
  padding: 18px 12px;
  cursor: pointer; }
  .membership_options .d-flex:hover {
    background: #f5f5f5; }
  .membership_options .d-flex .text {
    padding-right: 20px; }
  .membership_options .d-flex .text, .membership_options .d-flex .text + div {
    line-height: 1.6; }
  .membership_options .d-flex .price {
    text-align: right; }
    .membership_options .d-flex .price strong {
      font-family: "Gotham", Helvetica, Arial, serif; }
  .membership_options .d-flex .sub-text {
    color: #7F7F7F;
    font-size: 12px;
    display: block; }
  .membership_options .d-flex.first-item {
    background: #f5f5f5; }
  .membership_options .d-flex .btn {
    margin-left: 10px;
    border-radius: 5px;
    min-width: 140px;
    padding-right: 15px;
    padding-left: 15px; }

@media screen and (max-width: 767px) {
  .member {
    padding: 0 5px; }
  .member-info {
    padding: 20px 10px; }
    .member-info .name {
      font-size: 18px; }
  .member-social {
    margin: 0 0 10px; } }

.our-team.editable {
  padding: 30px 0; }
  .our-team.editable .member {
    padding: 10px 0px; }
  .our-team.editable .three-col {
    margin: 0 -15px; }
  .our-team.editable .member-image {
    border: 1px solid #DADADA;
    position: relative; }
  .our-team.editable .member-info {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.mb-15 {
  margin-bottom: 15px; }

.form-modal-content {
  padding: 30px 0; }

.modal-form.white-popup {
  border-radius: 5px;
  padding: 30px; }
  .modal-form.white-popup .mfp-close {
    top: 15px;
    right: 15px; }

.form-modal-heading {
  font-weight: bold;
  font-size: 16px;
  color: #0C0033;
  font-family: "Gotham", Helvetica, Arial, serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(24, 26, 53, 0.1); }
  html[lang="cs-CZ"] .form-modal-heading {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .form-modal-heading {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="hr"] .form-modal-heading {
    font-family: "Gotham Book", Helvetica, Arial, serif; }

.input-file-container {
  position: relative;
  cursor: pointer;
  text-align: right; }
  .input-file-container input[type="text"] {
    padding-right: 80px;
    opacity: 1; }
  .input-file-container button {
    font-size: 16px;
    padding: 0;
    border: none !important;
    height: auto;
    position: absolute;
    top: 50%;
    background: none;
    right: 20px;
    transform: translateY(-50%); }
  .input-file-container input[type="file"] {
    cursor: pointer;
    opacity: 0;
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

.font-12 {
  font-size: 12px; }

.add-able {
  color: #211551; }

.remove-able {
  position: relative; }
  .remove-able .remove-field {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #211551;
    font-size: 30px; }

.link-decoration {
  text-decoration: underline; }
  .link-decoration:hover {
    text-decoration: none;
    cursor: pointer; }

.block-tpl {
  padding: 30px 0; }

.group-form {
  margin: 0 0 20px; }
  .group-form .group-grey {
    padding: 20px;
    background: #F6F6F6; }
    .group-form .group-grey .form-group:last-child {
      margin-bottom: 5px; }
  .group-form legend {
    margin: 0 0 10px; }

.actions {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer; }
  .actions a {
    float: left; }
    .actions a + a {
      margin-left: 4px; }

.remove-btn, .actions a, .remove-photo {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: white;
  transition: opacity 0.2s linear;
  background: #211551; }
  .remove-btn:hover, .actions a:hover, .remove-photo:hover {
    opacity: 0.8; }

.remove-photo {
  box-shadow: 0 0 1px 1px white; }

.flex-wrap {
  flex-wrap: wrap; }

.relative {
  position: relative; }

.photo {
  margin: 10px 0; }
  .photo .actions {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2; }

.review-item {
  padding: 15px;
  background: #F7F7F7;
  margin: 15px 0;
  border: 1px solid #DADADA;
  overflow: hidden;
  font-size: 14px; }
  .review-item p, .review-item .name {
    font-family: "Gotham", Helvetica, Arial, serif;
    font-size: inherit;
    font-weight: 700;
    color: #211551;
    padding-right: 80px;
    line-height: 22px;
    max-width: 880px; }
    html[lang="cs-CZ"] .review-item p, html[lang="cs-CZ"] .review-item .name {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="ru-RU"] .review-item p, html[lang="ru-RU"] .review-item .name {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="hr"] .review-item p, html[lang="hr"] .review-item .name {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
  .review-item .name {
    margin: 0 0 2px; }
  .review-item .address {
    opacity: 0.5; }
  .review-item .image {
    margin-right: 15px;
    max-width: 98px;
    float: left; }
    .review-item .image + div {
      overflow: hidden; }
  @media screen and (max-width: 767px) {
    .review-item .image {
      max-width: 60px; } }

.ui-sortable-helper {
  border-color: #d6001c !important; }

.mb-30 {
  margin-bottom: 30px; }

.challenge {
  float: left;
  width: 100%; }
  .challenge .slider-item {
    position: relative; }
    .challenge .slider-item .container {
      z-index: 2;
      position: relative; }
    .challenge .slider-item.slider-item-light * {
      color: #211551; }
    .challenge .slider-item.slider-item-light .btn-outline {
      border-color: #d6001c; }
      .challenge .slider-item.slider-item-light .btn-outline:hover {
        color: white; }
    .challenge .slider-item * {
      color: #fff; }
    .challenge .slider-item.slick-slide {
      overflow: hidden; }
    .challenge .slider-item h2 {
      text-transform: uppercase;
      padding-bottom: 15px;
      margin-bottom: 40px;
      position: relative; }
      .challenge .slider-item h2:after {
        position: absolute;
        content: "";
        right: auto;
        top: 100%;
        width: 0%;
        height: 5px;
        background: #d6001c;
        left: 70%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transition-delay: .5s;
        transition-delay: .5s; }
    .challenge .slider-item h3 {
      font-family: "gotham black", "Gotham", Helvetica, Arial, serif;
      font-weight: 900;
      text-transform: uppercase; }
      html[lang="cs-CZ"] .challenge .slider-item h3 {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="ru-RU"] .challenge .slider-item h3 {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="hr"] .challenge .slider-item h3 {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
    .challenge .slider-item p {
      font-size: 24px;
      line-height: 40px;
      letter-spacing: 0px;
      padding-bottom: 45px; }
    .challenge .slider-item img {
      margin: 0 auto 130px;
      max-width: 400px; }
  .challenge .slider-item h2, .challenge .slider-item p, .challenge .slider-item .btn {
    opacity: 1; }
  .challenge .slick-dots {
    text-align: center;
    padding-left: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0; }
  @media screen and (min-width: 1024px) {
    .challenge .slider-item h3 {
      font-size: 45px; } }

@media only screen and (max-width: 1370px) {
  .challenge .slider-item p {
    font-size: 22px; } }

@media screen and (max-width: 992px) {
  .challenge .slider-item p {
    padding-bottom: 35px; } }

@media screen and (max-width: 767px) {
  .challenge .slider-item p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 30px; }
  .challenge .slider-item.slick-slide {
    background-position: 77% center; } }

@media screen and (max-width: 480px) {
  .challenge .slider-item.slick-slide {
    background-position: 80% center; } }

.agree-label-box a {
  color: #d6001c; }

img#img-loading {
  margin: 10px auto; }

.mt-100 {
  margin-top: 100px; }

.steps {
  position: relative; }
  .steps .form-header {
    padding-top: 15px; }
    @media screen and (min-width: 1024px) {
      .steps .form-header h2 {
        font-size: 45px; } }
    .steps .form-header h2 .price {
      background: #eee;
      color: #211551;
      display: inline-block;
      padding: 4px 10px;
      font-size: 45px;
      margin-right: -30px;
      float: right;
      margin-left: 10px;
      margin-top: -5px; }
    .steps .form-header h2:before, .steps .form-header h2:after {
      clear: both;
      display: table;
      content: "";
      background: none;
      position: static;
      height: auto; }
    @media screen and (max-width: 992px) {
      .steps .form-header h2 {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .steps .form-header h2 .price {
        font-size: 40px;
        margin-right: -20px; } }
  .steps .confirm-tick {
    margin-bottom: 20px; }
  .steps .agree-label-box {
    width: auto; }
  @media screen and (max-width: 992px) {
    .steps {
      min-height: 697px; }
      .steps .mt-100 {
        margin-top: 0px; } }
  .steps.congratulation_step {
    min-height: 0 !important;
    padding-bottom: 0 !important; }
  .steps .date-field {
    display: flex; }
    .steps .date-field select {
      flex: 1; }
      .steps .date-field select + label {
        margin-left: 5%;
        flex: 1; }
        .steps .date-field select + label input {
          margin-left: 0 !important;
          width: 100% !important; }
    .steps .date-field select + select {
      margin-left: 5%; }
  .steps .back-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #211551; }
  .steps .action-buttons {
    display: flex;
    align-items: center; }
    .steps .action-buttons .btn + .btn {
      margin-left: 12px; }

.mfp-content .highlight {
  color: #2A2c5c;
  font-weight: 700;
  font-family: "Gotham", Helvetica, Arial, serif; }

@media screen and (max-width: 767px) {
  .mfp-content .steps .form-header h2 .price {
    margin-right: -30px; } }

.mfp-content .form-heading {
  line-height: 1.4; }

.mfp-content .healcode-signup-form {
  position: relative; }
  .mfp-content .healcode-signup-form .steps .form-header {
    text-align: left; }
    .mfp-content .healcode-signup-form .steps .form-header p {
      color: #4a4a4a;
      line-height: 1.4;
      padding: 0; }
      .mfp-content .healcode-signup-form .steps .form-header p:not(.sub-heading) {
        font-size: 18px; }
  .mfp-content .healcode-signup-form .sub-heading {
    margin-bottom: 30px; }

.mfp-content .add_hide_button a {
  color: #1700ee !important;
  font-weight: bold !important; }

@media (max-width: 1025px) {
  .mfp-content .form-heading, .mfp-content action-buttons {
    margin-top: 0 !important; } }

.loading-inner-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #211551;
  font-weight: 700; }
  .loading-inner-form div {
    width: 100%;
    line-height: 1.3;
    font-size: 18px; }

.btn.btn-primary {
  transition: all 0.3s ease;
  border-width: 2px; }
  .btn.btn-primary:hover {
    background-color: transparent;
    color: #d6001c;
    border-color: #d6001c; }

.btn-outline-black {
  background: white;
  border-color: #211551;
  color: #211551;
  border-radius: 0;
  border-width: 2px; }
  .btn-outline-black:after, .btn-outline-black:before {
    display: none; }
  .btn-outline-black:hover {
    color: white;
    background-color: #211551;
    border-color: #211551; }

.mfp-healcode-signup .healcode-signup-form .term_step .agree-checkbox {
  padding-left: 40px !important;
  background: none !important;
  border: none !important;
  font-weight: bold !important; }
  @media screen and (max-width: 767px) {
    .mfp-healcode-signup .healcode-signup-form .term_step .agree-checkbox {
      line-height: 1.4; } }
  .mfp-healcode-signup .healcode-signup-form .term_step .agree-checkbox .control-indicator {
    margin: 13px 13px 13px 0px !important; }

.mfp-healcode-signup .steps fieldset {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-weight: normal !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .agree-label-box label {
    font-size: 11px !important;
    line-height: unset !important; } }

@media screen and (max-width: 767px) {
  .agree-label-box {
    text-align: left; }
  .agree-label-box label {
    font-size: 11px !important;
    line-height: unset !important;
    font-weight: normal !important; }
  .agree-label-box {
    text-align: left; } }

.teamInfo {
  padding-top: 45px;
  padding-bottom: 35px; }
  .teamInfo .col {
    text-align: left; }
    .teamInfo .col img {
      max-width: 100%;
      margin-bottom: 0;
      max-width: 80%; }
    .teamInfo .col:first-of-type {
      -ms-flex-preferred-size: 269px;
      flex-basis: 269px;
      text-align: center;
      margin-right: 60px;
      border-right: 2px solid #d6001c; }
    .teamInfo .col:last-of-type {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
      flex: 0 0 900px; }
      .teamInfo .col:last-of-type p {
        font-family: "Gotham", Helvetica, Arial, serif;
        font-weight: 300;
        line-height: 26px;
        padding-bottom: 30px;
        letter-spacing: 0px; }
        html[lang="cs-CZ"] .teamInfo .col:last-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="ru-RU"] .teamInfo .col:last-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, serif; }
        html[lang="hr"] .teamInfo .col:last-of-type p {
          font-family: "Gotham Book", Helvetica, Arial, serif; }

@media only screen and (max-width: 1370px) {
  .teamInfo .col:last-of-type {
    -webkit-box-flex: 99999;
    -ms-flex: 99999;
    flex: 99999; }
  .teamInfo .space-evenly {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .teamInfo {
    padding-top: 40px;
    padding-bottom: 0; }
    .teamInfo .col img {
      margin-bottom: 30px; }
    .teamInfo .col:first-of-type {
      margin-right: 0;
      margin-bottom: 30px;
      border: none;
      border-bottom: 2px solid #d6001c; }
    .teamInfo .col:first-of-type,
    .teamInfo .col:last-of-type {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/* TESTIMONIAL */
.testimonial {
  padding: 70px 0; }
  .testimonial .container {
    max-width: 900px;
    margin: 0 auto; }
  .testimonial .testi-nav {
    max-width: 650px;
    margin: 0 auto 40px;
    overflow: hidden; }
    .testimonial .testi-nav .slick-dots,
    .testimonial .testi-nav .slick-arrow {
      display: none !important; }
    .testimonial .testi-nav .slick-slide {
      margin: 0 5px; }
      .testimonial .testi-nav .slick-slide img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: none;
        transition: none; }
      .testimonial .testi-nav .slick-slide.slick-current img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
  .testimonial .testi-for h3 {
    position: relative;
    padding-top: 70px;
    font-family: "Gotham Book", Helvetica, Arial, serif;
    font-size: 26px;
    padding-bottom: 30px;
    font-weight: 400; }
    .testimonial .testi-for h3:after {
      top: 0%;
      background: url(../images/quote.svg) no-repeat center top;
      width: 67px;
      height: 55px;
      content: "";
      position: absolute;
      left: 0; }
    .testimonial .testi-for h3:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 6px;
      height: 4px;
      background: #d6001c;
      width: 160px; }
  .testimonial .testi-for strong {
    font: 700 22px/36px "Gotham", Helvetica, Arial, serif;
    color: #211551; }
    html[lang="cs-CZ"] .testimonial .testi-for strong {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="ru-RU"] .testimonial .testi-for strong {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="hr"] .testimonial .testi-for strong {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    .testimonial .testi-for strong span {
      font-family: "Gotham", Helvetica, Arial, serif;
      color: #545454;
      font-weight: 300; }
      html[lang="cs-CZ"] .testimonial .testi-for strong span {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="ru-RU"] .testimonial .testi-for strong span {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="hr"] .testimonial .testi-for strong span {
        font-family: "Gotham Book", Helvetica, Arial, serif; }

.testimonial--style2 {
  background: #211551;
  padding: 70px 0;
  color: white; }
  .testimonial--style2 .testimonial-slider {
    padding: 0 100px; }
  .testimonial--style2 .avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid white; }
  .testimonial--style2 .testimonial-text {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.35;
    font-family: "Gotham", Helvetica, Arial, serif; }
    html[lang="cs-CZ"] .testimonial--style2 .testimonial-text {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
  .testimonial--style2 .name {
    font-size: 24px;
    margin: 0 0 10px;
    font-family: "Gotham", Helvetica, Arial, serif; }
    html[lang="cs-CZ"] .testimonial--style2 .name {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
  .testimonial--style2 .position {
    font-size: 18px; }
  .testimonial--style2 .slick-arrow {
    width: 53px;
    height: 53px;
    border-radius: 50% !important;
    background: none;
    border: 1px solid white;
    left: 0; }
    .testimonial--style2 .slick-arrow:before {
      width: 14px;
      height: 14px;
      top: 50%;
      left: 54%;
      transform: translate(-50%, -50%) rotate(45deg);
      border-width: 1.5px; }
    .testimonial--style2 .slick-arrow:after {
      display: none !important; }
    .testimonial--style2 .slick-arrow.slick-next {
      right: 0;
      left: auto; }
      .testimonial--style2 .slick-arrow.slick-next:before {
        transform: translate(-50%, -50%) rotate(225deg);
        left: 45%; }

@media (max-width: 1200px) {
  .testimonial .testi-for h3 {
    font-size: 26px;
    line-height: 38px; } }

@media screen and (max-width: 992px) {
  .testimonial .testi-for h3 {
    font-size: 24px; }
  .testimonial--style2 .testimonial-text {
    font-size: 20px; }
  .testimonial--style2 .name, .testimonial--style2 .position {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .testimonial {
    padding: 50px 0; }
    .testimonial .testi-nav {
      max-width: 500px;
      margin: 0 auto 20px; }
    .testimonial .testi-for h3 {
      padding-top: 70px;
      font-size: 22px;
      line-height: 32px; }
    .testimonial .testi-for strong {
      font: 700 20px/30px "Gotham", Helvetica, Arial, serif; }
      html[lang="cs-CZ"] .testimonial .testi-for strong {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="ru-RU"] .testimonial .testi-for strong {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="hr"] .testimonial .testi-for strong {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
    .testimonial .testi-for h3:after {
      width: 50px;
      height: 38px;
      background-size: 84%; }
  .testimonial--style2 .testimonial-slider {
    padding: 0 30px; }
  .testimonial--style2 .testimonial-text {
    font-size: 20px; }
  .testimonial--style2 .name {
    font-size: 16px; }
  .testimonial--style2 .position {
    font-size: 14px; }
  .testimonial--style2 .slick-arrow {
    width: 30px;
    height: 30px;
    left: -10px; }
    .testimonial--style2 .slick-arrow.slick-next {
      left: auto;
      right: -10px; }
    .testimonial--style2 .slick-arrow:before {
      width: 5px;
      height: 5px; } }

@media screen and (max-width: 480px) {
  .testimonial .testi-for h3 {
    font-size: 20px;
    line-height: 30px; } }

.punchline {
  padding: 70px 0;
  overflow: hidden; }
  .punchline.pb90 {
    padding-bottom: 70px !important; }
  .punchline.mb35 {
    margin-bottom: 0 !important; }
  .punchline .heading:after {
    right: 80%;
    left: auto; }
  .punchline.text-right .heading:after {
    left: 80%;
    right: auto; }
  .punchline .punchline-content {
    float: left; }
    .punchline .punchline-content p:last-child {
      padding-bottom: 0; }
  .punchline.text-right .punchline-content {
    float: right; }
  .punchline .heading {
    margin-bottom: 30px; }
  .punchline p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    padding-bottom: 30px;
    font-weight: 300;
    max-width: 55%;
    font-family: "Gotham", Helvetica, Arial, serif; }
    html[lang="cs-CZ"] .punchline p {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="ru-RU"] .punchline p {
      font-family: "Gotham Book", Helvetica, Arial, serif; }
    html[lang="hr"] .punchline p {
      font-family: "Gotham Book", Helvetica, Arial, serif; }

@media screen and (min-width: 1024px) {
  .punchline.text-right .text:after, .punchline.text-right .text:before {
    content: "";
    display: table;
    clear: both; }
  .punchline.text-right p {
    float: right; }
  .punchline.text-right .btn {
    float: right;
    clear: both; }
  .punchline.text-center p {
    margin-left: auto;
    margin-right: auto; }
  .punchline.text-center .heading:after {
    right: auto;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media only screen and (max-width: 1370px) {
  .punchline p {
    font-size: 22px; }
  .punchline.text-right.pb90 {
    padding-bottom: 75px !important; } }

@media only screen and (max-width: 1200px) {
  .punchline.text-right.pb90 {
    padding-bottom: 70px !important; }
  .punchline .threeColSectionContent h4 {
    font-size: 22px;
    line-height: 32px; }
  .punchline .threeColSectionContent .trainingDays {
    font-size: 26px;
    line-height: 28px; } }

@media only screen and (max-width: 1024px) {
  .punchline p {
    max-width: 100%; } }

@media screen and (max-width: 992px) {
  .punchline p {
    font-size: 20px;
    line-height: 32px; }
    .punchline p br {
      display: none; }
  .punchline.text-right .punchline-content p {
    padding-left: 60px; }
  .workoutInfo.pt80 {
    padding-top: 50px !important; }
  .punchline.text-right.pb90 {
    padding-bottom: 50px !important; }
  .bg-grey.punchline.text-right.pb90 {
    padding-top: 50px !important; } }

@media screen and (max-width: 767px) {
  .punchline .punchline-content {
    float: none; }
  .punchline .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .punchline.text-left .punchline-content {
    text-align: center; }
  .punchline + .punchline {
    padding-top: 0; }
  .punchline.pb90 {
    padding-bottom: 50px !important; }
  .punchline.text-right .punchline-content {
    text-align: center;
    float: none; }
  .punchline.text-right .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .heading:after {
    left: 0;
    right: 0;
    max-width: 50%;
    margin: auto; }
  .punchline {
    padding: 50px 0; }
    .punchline p {
      font-size: 18px;
      line-height: 30px; }
      .punchline p br {
        display: none; }
    .punchline.text-right .punchline-content p {
      padding-left: 0px; }
    .punchline.text-right.pb90 {
      padding-bottom: 50px !important;
      margin-bottom: 0 !important; } }

@media screen and (max-width: 480px) {
  .punchline p {
    font-size: 16px; } }

.text-media-block .load-more {
  margin-top: 50px; }

.text-media-block .image img {
  margin: 0 0 20px; }

.text-media-block .row {
  padding-bottom: 50px;
  border-bottom: 2px solid #211551; }
  .text-media-block .row + .row {
    margin-top: 50px; }

.text-media-block h3 {
  color: #211551; }
  .text-media-block h3 a {
    color: inherit; }

.text-media-block .read-more {
  text-transform: uppercase;
  color: #211551;
  font-weight: bold;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .text-media-block {
    margin: 50px 0; }
    .text-media-block .image {
      min-width: 370px;
      max-width: 370px;
      flex: 0 0 370px;
      text-align: center; }
      .text-media-block .image img {
        margin: 0 0; } }

.img-w-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex; }
  .img-w-text .icon {
    padding: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    top: 50%;
    margin: -47px 0 0 -47px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    background: white;
    justify-content: center;
    align-items: center; }
  .img-w-text .text-sec {
    float: right;
    padding: 70px 0px 70px 75px;
    width: 50%;
    position: relative; }
    .img-w-text .text-sec h2 {
      padding-bottom: 25px;
      letter-spacing: 0;
      margin-bottom: 0; }
    .img-w-text .text-sec p {
      padding-bottom: 30px;
      font-family: "Gotham", Helvetica, Arial, serif;
      font-weight: 300; }
      html[lang="cs-CZ"] .img-w-text .text-sec p {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="ru-RU"] .img-w-text .text-sec p {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
      html[lang="hr"] .img-w-text .text-sec p {
        font-family: "Gotham Book", Helvetica, Arial, serif; }
  .img-w-text .img-sec {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center; }
  .img-w-text .hero-video-wrapper {
    box-sizing: initial; }
    .img-w-text .hero-video-wrapper .background-video, .img-w-text .hero-video-wrapper .background-video-jwplayer {
      -moz-transform: skew(13deg, 0deg);
      -webkit-transform: skew(13deg, 0deg);
      -o-transform: skew(13deg, 0deg);
      -ms-transform: skew(13deg, 0deg);
      transform: skew(13deg, 0deg);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .img-w-text .hero-video-wrapper .background-video div, .img-w-text .hero-video-wrapper .background-video-jwplayer div {
        overflow: initial !important; }
      .img-w-text .hero-video-wrapper .background-video iframe, .img-w-text .hero-video-wrapper .background-video-jwplayer iframe {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        border: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.no-slash-effect .reverse {
  flex-direction: row-reverse; }

.no-slash-effect .img-w-text {
  border: none; }

.no-slash-effect .img-sec {
  position: static !important; }

@media screen and (min-width: 768px) {
  .no-slash-effect .container .text-sec {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0; }
  .no-slash-effect .hero-video-wrapper {
    width: 50%; } }

.no-slash-effect .hero-video-wrapper {
  padding: 0;
  margin: 0;
  overflow: visible;
  z-index: inherit;
  position: static !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }
  .no-slash-effect .hero-video-wrapper img {
    width: 100%; }
  .no-slash-effect .hero-video-wrapper .background-video, .no-slash-effect .hero-video-wrapper .background-video-jwplayer {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }
  .no-slash-effect .hero-video-wrapper .bg-container {
    position: static !important;
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    background: none !important; }

@media screen and (min-width: 768px) {
  .reverse.img-w-text .img-sec .hero-video-wrapper {
    -moz-transform: skew(13deg, 0deg);
    -webkit-transform: skew(13deg, 0deg);
    -o-transform: skew(13deg, 0deg);
    -ms-transform: skew(13deg, 0deg);
    transform: skew(13deg, 0deg);
    padding-left: 0;
    margin-left: auto;
    padding-right: 100px;
    margin-right: -100px; }
    .reverse.img-w-text .img-sec .hero-video-wrapper .background-video, .reverse.img-w-text .img-sec .hero-video-wrapper .background-video-jwplayer {
      -moz-transform: skew(-13deg, 0deg);
      -webkit-transform: skew(-13deg, 0deg);
      -o-transform: skew(-13deg, 0deg);
      -ms-transform: skew(-13deg, 0deg);
      transform: skew(-13deg, 0deg); }
    .reverse.img-w-text .img-sec .hero-video-wrapper .bg-container {
      -moz-transform: skew(-13deg, 0deg);
      -webkit-transform: skew(-13deg, 0deg);
      -o-transform: skew(-13deg, 0deg);
      -ms-transform: skew(-13deg, 0deg);
      transform: skew(-13deg, 0deg);
      left: -55px;
      background-position: left center; }
  .reverse.img-w-text .text-sec {
    float: left;
    padding-left: 0px;
    padding-right: 70px; }
  .reverse.img-w-text .img-sec {
    right: 0;
    left: auto; }
  .img-w-text .text-sec p {
    margin-bottom: 0;
    padding-bottom: 0; }
    .img-w-text .text-sec p + * {
      margin-top: 30px; }
  .img-w-text.video-w-text {
    min-height: 470px; } }

@media screen and (max-width: 992px) {
  .hero-video-wrapper .bg-container {
    width: 120%; }
  .reverse.img-w-text .img-sec .hero-video-wrapper .bg-container {
    left: -65%; }
  .img-w-text .text-sec h2 {
    font-size: 30px; }
  .img-w-text .text-sec p {
    padding-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .no-slash-effect .container {
    width: auto; }
  .mobile-no-bg {
    background: none !important; }
  .image-w-content {
    float: none; }
    .image-w-content .img-w-text {
      display: block;
      float: none; }
  .img-w-text {
    border: none; }
    .img-w-text .icon {
      width: 50px;
      height: 50px;
      margin: 0;
      top: 10px;
      left: auto;
      right: 10px; }
      .img-w-text .icon img {
        max-width: 30px; }
    .img-w-text .container {
      padding: 0; }
    .img-w-text .img-sec {
      position: static;
      display: block;
      width: 100%; }
      .img-w-text .img-sec .hero-video-wrapper {
        position: static;
        z-index: 1;
        padding: 0;
        margin: 0;
        -webkit-transform: none !important;
        transform: none !important; }
        .img-w-text .img-sec .hero-video-wrapper .hero-video {
          position: relative;
          -webkit-transform: none !important;
          transform: none !important;
          padding-top: 56.25%; }
        .img-w-text .img-sec .hero-video-wrapper .bg-container {
          position: static;
          -webkit-transform: none !important;
          transform: none !important; }
          .img-w-text .img-sec .hero-video-wrapper .bg-container.mobile-no-bg {
            height: auto; }
      .img-w-text .img-sec:after {
        content: none; }
    .img-w-text .text-sec {
      float: none;
      text-align: center;
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      padding: 50px 25px; }
      .img-w-text .text-sec p {
        color: #211551; }
        .img-w-text .text-sec p:last-child {
          padding-bottom: 0; } }

.schedule-box {
  font-family: "Gotham", Helvetica, Arial, serif; }
  @media screen and (max-width: 767px) {
    .schedule-box .date-box {
      width: 100% !important;
      left: 0 !important; }
    .schedule-box .date-box, .schedule-box .schedule-heading .d-flex {
      overflow: auto; } }

.schedule-heading {
  text-align: center;
  background: #f0f0f0;
  padding: 25px 0; }
  .schedule-heading .category-item {
    padding: 0 20px;
    flex: 1; }
    .schedule-heading .category-item + .category-item {
      border-left: 2px solid #d6001c; }
    .schedule-heading .category-item .name {
      color: #d6001c;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0 0 10px; }
    .schedule-heading .category-item .date {
      font-size: 14px;
      color: #9b9b9b; }

.date-box .date-item {
  flex: 1;
  background: #2a2c5c;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-family: "Gotham", Helvetica, Arial, serif;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .date-box .date-item:first-child {
    border: none; }
  .date-box .date-item.today, .date-box .date-item active.today {
    background: #d6001c; }
    .date-box .date-item.today .date-number, .date-box .date-item active.today .date-number {
      color: white; }
  .date-box .date-item .icon-image {
    margin: auto;
    width: 50px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .date-box .date-item .date {
    font-size: 10px;
    text-transform: uppercase; }
  .date-box .date-item .date-number {
    margin: 5px auto;
    font-size: 14px;
    color: #408CE0; }

.schedule-item-tilte {
  margin: 2px 0;
  padding: 9px 20px;
  font-weight: bold;
  font-size: 12px;
  background: #2a2c5c;
  text-transform: uppercase;
  color: white;
  position: relative; }
  .schedule-item-tilte:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    position: absolute;
    right: 20px;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%; }

.schedule-item-body .item {
  display: flex;
  color: #181A35;
  position: relative; }
  .schedule-item-body .item:after {
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background: #f3f3f5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block; }
  .schedule-item-body .item .content {
    padding: 15px 20px;
    flex: 1;
    border-left: 2px solid #f3f3f5; }
    .schedule-item-body .item .content h4 {
      font-size: 14px;
      margin: 0 0px; }
    .schedule-item-body .item .content p {
      margin: 0;
      color: #181A35;
      opacity: 0.5;
      font-size: 12px;
      padding: 0; }
  .schedule-item-body .item .time {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    min-width: 100px;
    text-align: right; }
    .schedule-item-body .item .time span {
      display: block;
      font-weight: normal;
      font-size: 12px;
      opacity: 0.5;
      text-align: right; }
  .schedule-item-body .item .action-button {
    padding: 15px 20px; }
    .schedule-item-body .item .action-button button {
      border-radius: 20px;
      color: white;
      font-weight: bold;
      padding: 8px 20px;
      background-color: #408CE0;
      border-color: #408CE0;
      text-transform: uppercase; }
      .schedule-item-body .item .action-button button:hover {
        background: #d6001c;
        border-color: #d6001c; }

.location-block .block__column + .block__column .location-block__item {
  margin-top: 0; }

.location-block h3 {
  font-size: 24px;
  margin: 0 0; }

.location-block p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #211551; }

.location-block form {
  max-width: 547px; }
  .location-block form label {
    color: #211551; }

.location-block .btn-outline {
  margin-top: 40px; }

.location-block__code {
  min-width: 76px;
  font-size: 24px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  color: #d6001c;
  border: 1px solid #d6001c; }

.location-block__item {
  align-items: center;
  margin: 58px 0; }

.location-block__content {
  padding-left: 30px;
  padding-right: 30px;
  color: #211551; }
  .location-block__content:hover {
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .location-block .block__column + .block__column .location-block__item {
    margin-top: 58px; }
  .location-block .block__column {
    flex: 1; } }

.countdown-date {
  margin: 0 0 22px; }
  .countdown-date .countdown-col {
    flex: 1;
    text-align: center; }
  .countdown-date .countdown-num {
    font-size: 48px;
    font-family: "Gotham condensed", Helvetica, Arial, serif;
    color: #d6001c;
    letter-spacing: 0.23px; }
    html[lang="cs-CZ"] .countdown-date .countdown-num {
      font-family: "Gotham condensed", Helvetica, Arial, serif; }
  .countdown-date .countdown-unit {
    font-family: "Gotham", Helvetica, Arial, serif;
    font-size: 14px;
    color: #211551;
    font-weight: 700;
    letter-spacing: 0.07px;
    text-align: center; }
    html[lang="cs-CZ"] .countdown-date .countdown-unit {
      font-family: "Gotham Book", Helvetica, Arial, serif; }

.countdown-top-title {
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .countdown-date .countdown-unit {
    color: white; }
  .countdown-top-title {
    color: white; } }

.feature-slider .containers {
  background: #F3F0F0; }

.feature-slider h2 {
  text-align: center;
  margin-bottom: 60px; }

.feature-slider .testi-nav {
  font-weight: 900;
  color: #211551;
  text-transform: uppercase; }
  .feature-slider .testi-nav .slick-slide.slick-current {
    color: #d6001c; }

.feature-slider .slick-text-top {
  color: #d6001c;
  margin: 0 0 20px;
  display: block;
  font-weight: 900; }

.feature-slider .slick-image {
  background-size: cover;
  background-position: center;
  flex: 1; }
  .feature-slider .slick-image img {
    opacity: 0;
    visibility: hidden; }

.feature-slider .slick-text {
  padding: 30px 20px 30px 0;
  background: #F3F0F0;
  color: #211551;
  font-size: 18px; }
  .feature-slider .slick-text ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0; }
    .feature-slider .slick-text ul li {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.78px;
      margin: 10px 0 0; }

.feature-slider .slick-dots {
  font-size: 18px;
  color: #211551;
  bottom: auto;
  top: -40px; }
  .feature-slider .slick-dots li {
    margin: 0 10px;
    width: auto;
    height: auto;
    border: none;
    background: none !important; }
    .feature-slider .slick-dots li.slick-active a {
      color: #d6001c; }
    .feature-slider .slick-dots li a {
      color: inherit;
      font-weight: 900; }

@media screen and (min-width: 1024px) {
  .feature-slider .slick-text {
    padding: 60px 50px 60px 0; }
  .feature-slider h2 {
    font-size: 46px; }
  .feature-slider h3 {
    font-size: 40px; }
  .feature-slider .slick-dots li {
    margin: 0 50px; } }

@media screen and (min-width: 768px) {
  .feature-slider .d-sm-flex.container {
    min-height: 500px;
    position: relative; }
  .feature-slider .slick-image {
    position: absolute;
    right: 0;
    width: 58%;
    height: 100%; }
  .feature-slider .slick-text {
    width: 40%; } }

@media (max-width: 1370px) {
  .feature-slider .slick-image {
    right: 25px; } }

@media screen and (max-width: 767px) {
  .feature-slider .slick-image {
    margin: 0 -25px; }
  .feature-slider .slick-text {
    padding-right: 0; }
  .feature-slider .slick-dots li {
    margin: 5px;
    font-size: 13px; } }

.logo-list .logo-list-container {
  padding: 38px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .logo-list .logo-list-container a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px 38px;
    flex: 0 0  25%;
    max-width: 25%;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .logo-list .logo-list-container a {
        flex: 0 0  50%;
        justify-content: flex-start;
        max-width: 50%; } }

.app-download {
  background: #f3f0f0;
  padding-top: 70px; }
  .app-download .container {
    border-bottom: 1px solid #B0B0B0; }
  .app-download .text {
    padding-bottom: 30px; }
  .app-download .buttons a + a {
    margin-left: 15px; }
  .app-download .buttons img {
    width: 172px; }
  .app-download .heading:after {
    top: 110%; }
  @media screen and (min-width: 768px) {
    .app-download .d-sm-flex {
      align-items: center; }
    .app-download .buttons a + a {
      margin-left: 35px; }
    .app-download .heading {
      text-align: left; }
    .app-download .text {
      flex: 1; }
    .app-download .image {
      flex: 1;
      text-align: right; }
    .app-download .text {
      padding-top: 30px;
      margin-top: -70px; } }
  @media screen and (min-width: 1024px) {
    .app-download .heading {
      font-size: 46px; } }

.challenge-block {
  font-family: "Gotham", Helvetica, Arial, serif; }
  html[lang="cs-CZ"] .challenge-block {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  html[lang="ru-RU"] .challenge-block {
    font-family: "Gotham Book", Helvetica, Arial, serif; }
  .challenge-block__result {
    margin: 30px auto; }
  .challenge-block__tags {
    position: absolute;
    padding: 16px;
    text-align: right;
    width: 100%;
    top: 0;
    right: 0; }
    .challenge-block__tags a {
      font-size: 12px;
      color: #FFFFFF;
      line-height: 24px;
      background: #211551;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 8px;
      padding: 2px 10px;
      margin: 0 0px 5px 5px; }
  .challenge-block__item {
    position: relative;
    margin-bottom: 32px; }
  .challenge-block__body h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-family: inherit;
    font-weight: bold; }
    .challenge-block__body h3 a {
      color: inherit; }
  .challenge-block__image {
    min-height: 153px;
    margin: 0 0 25px; }
    .challenge-block__image img {
      width: 100%; }
  .challenge-block__date {
    font-family: "Gotham Book", Helvetica, Arial, serif;
    font-size: 14px;
    color: #B0B0B0;
    line-height: 14px;
    margin-bottom: 20px; }
  .challenge-block__text {
    font-size: 14px;
    font-weight: 500;
    color: #6D7278;
    line-height: 24px; }

.filter {
  background-color: #F3F0F0;
  padding: 18px 0;
  color: #211551;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }
  .filter a {
    color: inherit; }
    .filter a:hover {
      color: #d6001c; }
  .filter__left label {
    font-size: 18px; }
  .filter__left input {
    height: 44px;
    width: 300px;
    border-radius: 0;
    box-shadow: none; }
  .filter__left .form__group {
    position: relative; }
  .filter__left button {
    position: absolute;
    right: 14px;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%); }
    .filter__left button:hover {
      color: #211551; }
  .filter__right {
    flex: 1;
    text-align: right; }
  .filter__text {
    margin-top: 15px;
    margin-bottom: 15px; }
    .filter__text a {
      margin-left: 20px; }
      .filter__text a.current {
        position: relative; }
        .filter__text a.current:after {
          position: absolute;
          content: "";
          width: 100%;
          left: 0;
          bottom: -8px;
          height: 3px;
          background: #211551; }
  @media screen and (min-width: 1200px) {
    .filter__text a {
      margin-left: 40px; } }
  @media screen and (max-width: 992px) {
    .filter__left input {
      width: 100%; }
    .filter__right {
      text-align: left; }
      .filter__right a {
        margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .filter__text a, .filter__text span {
      display: block;
      padding: 8px 0;
      margin: 0; }
      .filter__text a:after, .filter__text span:after {
        display: none; }
      .filter__text a.current, .filter__text span.current {
        color: #d6001c; } }

.filter-result-text {
  background: #211551;
  padding: 17px 0;
  font-weight: 500;
  color: #f3f0f0; }
  .filter-result-text a {
    color: inherit;
    text-decoration: underline; }
    .filter-result-text a:hover {
      text-decoration: none; }

.article-content iframe {
  width: 100%; }

@media screen and (min-width: 1024px) {
  .article-content iframe {
    height: 480px; }
  .article-content h3 {
    font-size: 65px; }
  .article-content h4 {
    font-size: 60px; } }

.article-content p img {
  margin: 0; }

.article-content ul, .article-content ol, .article-content p, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6, .article-content img {
  padding: 0;
  margin: 0 0 30px; }

.article-content ul, .article-content ol {
  margin-left: 20px; }

.article-content h2, .article-content h1 {
  margin: 0 0 50px; }

.article-content li {
  font-size: 20px; }
  .article-content li + li {
    margin-top: 10px; }

.block-recipe {
  font-size: 16px; }
  .block-recipe ul, .block-recipe ol {
    list-style: none;
    padding: 0;
    margin: 0; }
  .block-recipe li {
    font-size: inherit; }
    .block-recipe li + li {
      margin-top: 15px; }
  .block-recipe h5 {
    margin: 0 0 0px; }
  .block-recipe .recipe-title {
    font-size: 2rem;
    margin: 0 0 15px; }
  .block-recipe .block-recipe-top {
    margin-bottom: 20px; }
    .block-recipe .block-recipe-top .col-md-4 {
      position: relative; }
      .block-recipe .block-recipe-top .col-md-4 p {
        font-size: inherit;
        margin-bottom: 0; }
      .block-recipe .block-recipe-top .col-md-4 + .col-md-4:after {
        content: "";
        position: absolute;
        left: -15px;
        height: 100%;
        width: 1px;
        background: #e5e5f5;
        top: 50%;
        transform: translateY(-50%); }
  .block-recipe ol {
    counter-reset: any-name; }
    .block-recipe ol li {
      counter-increment: any-name;
      padding-left: 20px;
      position: relative; }
      .block-recipe ol li:before {
        position: absolute;
        left: 0;
        color: #d6001c;
        top: 0;
        font-weight: bold;
        content: counter(any-name); }
  @media screen and (min-width: 1024px) {
    .block-recipe iframe {
      height: 280px; } }
  @media screen and (max-width: 767px) {
    .block-recipe ul, .block-recipe ol {
      margin-bottom: 30px; }
    .block-recipe .block-recipe-top {
      margin-bottom: 20px; }
      .block-recipe .block-recipe-top .row {
        display: flex;
        font-size: 14px; }
        .block-recipe .block-recipe-top .row .col-md-4 {
          width: 33.3333%; } }

.add_file {
  position: absolute;
  right: 15px;
  top: 18px; }

.dz-error-message, .dz-error-mark, .dz-success-mark {
  display: none; }

.dz-details {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  word-break: break-all; }
  .dz-details .dz-size {
    margin-left: 10px;
    min-width: 70px; }

.dz-filename {
  text-align: left; }

.dz-preview {
  padding-right: 20px;
  position: relative; }

.dz-remove {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0;
  position: absolute;
  right: 0;
  color: #d6001c;
  top: 15px; }
  .dz-remove:before {
    content: "\f00d";
    font-size: 18px; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ui-sortable > div {
  cursor: move; }

.photo-block, .member-review-block, .our-team.editable {
  min-height: 66vh; }

.overlay-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none; }
  .show-loading .overlay-loading {
    display: block; }

.overlay-container {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; }

.modal-form .overlay-loading, .heading-box .overlay-loading, .has-loading .overlay-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.6); }

.form-modal + .overlay-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.6); }

.circular {
  -webkit-animation: 2s linear infinite rotate;
  animation: 2s linear infinite rotate;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: 1.5s ease-in-out infinite dash,6s ease-in-out infinite color;
  animation: 1.5s ease-in-out infinite dash,6s ease-in-out infinite color;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  0%, 100%, 40%, 66%, 80%, 90% {
    stroke: #2b2c5c; } }

@keyframes color {
  0%, 100%, 40%, 66%, 80%, 90% {
    stroke: #2b2c5c; } }

@media (min-width: 768px) and (max-width: 992px) {
  .studio_owner_header .site-navigation li.has-child > a + .caret {
    display: none; } }

@media screen and (max-width: 767px) {
  .hero .heading-box .overlay-loading {
    background: none; }
  .studio_owner_header .sub-menu-studio_owner {
    display: block !important; } }

.hero-competition {
  position: relative;
  min-height: calc(100vh - 108px);
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero-competition__img {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%; }
    .hero-competition__img:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      height: 100%;
      width: 100%; }
  .hero-competition__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid  #b3b3ba;
    background: rgba(0, 0, 0, 0.3);
    text-align: center; }
    .hero-competition__bottom .d-flex {
      justify-content: center;
      align-items: center; }
  .hero-competition__bottom-label {
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: bold; }
    .hero-competition__bottom-label strong {
      font-weight: bold;
      font-size: 26px;
      margin: 0 12px 0 0; }
    .hero-competition__bottom-label span {
      margin-top: 2px; }
  .hero-competition .img {
    margin: 0 0 30px; }
  .hero-competition h1, .hero-competition h2 {
    text-transform: uppercase;
    color: inherit;
    margin: 0 0 30px; }
    .hero-competition h1 span, .hero-competition h2 span {
      font-weight: 300; }
  @media screen and (max-width: 767px) {
    .hero-competition__bottom-label {
      padding: 0 12px; }
      .hero-competition__bottom-label strong {
        font-size: 16px;
        margin-right: 5px; } }

.countdown {
  justify-content: center;
  font-size: 60px;
  margin: 10px 0 40px 0; }
  .countdown__num {
    font-weight: 600;
    min-width: 100px;
    text-align: center; }
  .countdown__des {
    font-size: 14px;
    text-transform: uppercase;
    color: #b3b3ba;
    margin-top: 5px; }
  .countdown__dot {
    color: transparent;
    width: 70px;
    text-align: center;
    display: block;
    position: relative; }
    .countdown__dot:after, .countdown__dot:before {
      content: "";
      width: 8px;
      height: 8px;
      background-color: #b3b3ba;
      border-radius: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 20px;
      position: absolute; }
    .countdown__dot:after {
      top: auto;
      bottom: 24px; }
  @media screen and (max-width: 767px) {
    .countdown {
      font-size: 40px; }
      .countdown__des {
        font-size: 11px; }
      .countdown__dot:before {
        top: 12px; }
      .countdown__dot:after {
        bottom: 20px; } }

.page-heading {
  color: white;
  position: relative;
  min-height: 340px;
  padding: 20px 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center; }
  .page-heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 1; }
  .page-heading .container {
    position: relative;
    z-index: 2; }
  .page-heading * {
    color: inherit; }
  .page-heading h1, .page-heading h2 {
    text-transform: uppercase; }
  .page-heading p {
    max-width: 660px;
    margin: auto; }

.form-submission h2 {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 34px; }

.app-step {
  max-width: 890px;
  margin: 60px  0; }
  .app-step__sub-title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 30px; }
  .app-step__number {
    position: absolute;
    left: 0;
    top: -5px;
    background: #d6001c;
    color: white;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    z-index: 1;
    font-weight: bold; }
  .app-step__body, .app-step__action, .app-step__heading {
    padding-left: 70px;
    position: relative; }
  .app-step__item {
    padding-bottom: 60px;
    position: relative; }
    .app-step__item.last-child {
      padding-bottom: 30px; }
    .app-step__item:after {
      content: "";
      position: absolute;
      top: 70px;
      left: 22px;
      background: #979797;
      height: calc(100% - 106px);
      width: 1px;
      z-index: -1; }
  .app-step label {
    text-transform: uppercase;
    color: #babdbf; }

.input-file-container--secondary label {
  text-align: left;
  margin: 2px 0; }

.input-file-container--secondary.dz-started {
  border: 2px dashed #babdbf;
  border-radius: 4px;
  padding: 22px 20px; }
  .input-file-container--secondary.dz-started .dz-remove {
    top: 0; }
  .input-file-container--secondary.dz-started button, .input-file-container--secondary.dz-started label, .input-file-container--secondary.dz-started input, .input-file-container--secondary.dz-started .dz-image {
    display: none; }

.input-file-container--secondary .form-control {
  border: 2px dashed #babdbf;
  border-radius: 4px;
  min-height: 64px; }

.input-file-container--secondary button {
  left: 0% !important;
  display: flex;
  align-items: center;
  font-size: 120%;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  transform: translateY(-50%);
  top: 32px; }

.input-file-container--secondary input[type="file"] {
  width: 100%; }

.video-block {
  padding: 60px 0 40px; }
  .video-block + .video-block {
    padding-top: 30px; }
  .video-block .container:after {
    margin-top: 20px;
    background: #4a4a4a;
    width: 100%;
    display: block;
    height: 1px;
    content: ""; }
  .video-block__filter .btn {
    min-width: 110px; }
  @media screen and (min-width: 768px) {
    .video-block form {
      width: 70%; } }

@media screen and (min-width: 768px) {
  .competition-video-list .col-md-6:first-child {
    width: 44%; }
    .competition-video-list .col-md-6:first-child + .col-md-6 {
      flex: 1; } }

.video-detail {
  padding: 30px 0;
  border-bottom: 1px solid rgba(173, 174, 186, 0.4); }
  .video-detail .btn {
    padding: 12px 24px 10px; }

/* CARD */
.card, .video {
  border-radius: 2px;
  background-color: white;
  margin-bottom: 1%;
  overflow: hidden;
  position: relative; }
  .card figure, .video figure {
    overflow: hidden;
    position: relative; }
  .card img, .video img {
    width: 100%; }
  .card h3, .video h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .card h3 .btn, .video h3 .btn {
      padding: 8px 14px 6px;
      color: white !important;
      font-size: 12px;
      position: static;
      min-width: 70px;
      margin: -4px 0 0px; }
      .card h3 .btn:hover, .video h3 .btn:hover {
        color: #d6001c !important; }
    .card h3 a, .video h3 a {
      color: inherit; }
  .card p, .video p {
    font-size: 14px;
    line-height: 1.4; }
  .card .cardInfo, .card .video-body, .video .cardInfo, .video .video-body {
    padding: 20px 0; }
  @media screen and (max-width: 767px) {
    .card h3 a, .video h3 a {
      display: block; }
    .card h3 .btn, .video h3 .btn {
      margin: 0 0 0 5px; } }

.video .vote-container {
  position: absolute;
  right: 0;
  display: flex;
  margin: 0; }
  .video .vote-container p {
    margin: 2px 10px 0 0;
    padding: 0;
    line-height: 1;
    font-family: "Gotham Book", Helvetica, Arial, serif;
    font-weight: 500;
    top: 1px;
    position: relative;
    color: #4a4a4a;
    font-size: 14px; }

.video h3 {
  padding-right: 120px;
  position: relative; }

.card-section-block.three-col .flex {
  margin: 0 -8px; }

.card-section-block.three-col .card {
  flex-basis: 33.333%;
  padding: 0 8px 70px; }
  .card-section-block.three-col .card figure {
    display: block;
    max-height: 260px; }
  @media screen and (max-width: 767px) {
    .card-section-block.three-col .card {
      flex-basis: 50%; } }

a.icon-play {
  width: 85px;
  height: 85px;
  border: solid 2px white;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  a.icon-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-width: 20px 0 20px 30px;
    margin-left: 6px;
    border-color: transparent transparent transparent white;
    border-style: solid; }
  a.icon-play:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 992px) {
    a.icon-play {
      transform: translate(-50%, -50%) scale(0.7); } }
