@charset "utf-8";

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.woff") format("woff");
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto-LightItalic.woff") format("woff");
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.woff") format("woff");
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed-Light";
  src: url("../fonts/RobotoCondensed-Light.woff") format("woff");
  src: url("../fonts/RobotoCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HansHand";
  src: url("../fonts/HansHand.woff") format("woff");
  src: url("../fonts/HansHand.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Roboto-Light", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1 {
  color: #000000;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 3em;
  margin: 30px 0 0 0;
  padding: 0;
}

h2 {
  color: #000000;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 2.6em;
  margin: 30px 0 0 0;
  padding: 0;
}

h3 {
  color: #000000;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 2.2em;
  margin: 30px 0 0 0;
  padding: 0;
}

h4 {
  color: #000000;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.8em;
  margin: 30px 0 0 0;
  padding: 0;
}

h5 {
  color: #000000;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.4em;
  margin: 30px 0 0 0;
  padding: 0;
}

h6 {
  color: #000000;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.2em;
  margin: 30px 0 0 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
  text-align: left;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

.hide_meta {
  display: none;
}

.top_notice {
  clear: both;
  display: none;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  width: 100%;
}

.notice {
  clear: both;
  display: table;
  height: auto;
  margin: 15px auto 15px auto;
  padding: 10px;
  position: relative;
  width: calc(100% - 20px);
}

.notice_red {
  background-color: red;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.3em;
  text-align: center;
}

.notice_green {
  background-color: green;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.3em;
  text-align: center;
}

.confirmation_button {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  clear: none;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.5em;
  height: auto;
  margin: 10px 4px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.confirmation_button:hover {
  background-color: #ffffff;
  color: #252525;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -210px;
  visibility: hidden;
}

.red_notice {
  background-color: red;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Quicksand", sans-serif;
  height: auto;
  margin: 10px auto;
  padding: 10px;
  position: relative;
  text-align: center;
  width: calc(100% - 20px);
}

.lime_notice {
  background-color: #81c244;
  list-style-position: inside;
  font-weight: 600;
}

.gen_button {
  clear: both;
  display: table;
  height: auto;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: auto;
}

.gen_button a,
.gen_button a:visited {
  border: 1px solid #374b92;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  clear: both;
  color: #374b92;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.4em;
  height: auto;
  margin: 0;
  padding: 15px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: auto;
}

.gen_button a:hover,
.gen_button a:visited:hover {
  background-color: #1e2a52;
  border: 1px solid #1e2a52;
  color: #ffffff;
}

.flicker_text {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0 0 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.1em;
  font-weight: 700;
  color: #ff0000;
  animation: flicker 2s infinite;
}

@keyframes flicker {

  0%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.4;
  }
}

/* INFO BAR */

.info_bar {
  background-color: #262346;
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 10px 1%;
  position: relative;
  width: calc(100% - 2%);
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .info_bar {
    padding: 5px 2%;
    width: calc(100% - 4%);
  }
}

.gen_note {
  color: red;
  font-size: 0.8em;
  font-weight: 600;
}

.gen_instruction {
  border: 1px solid red;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  clear: both;
  color: red;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 10px - 2px);
}

.socials {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 160px;
}

@media screen and (max-width: 560px) {
  .socials {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0 0 5px 0;
    text-align: center;
    width: 100%;
  }
}

.socials .fa {
  background-color: #3a356e;
  clear: none;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 0 0;
  padding: 0 0 0 5px;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: 35px;
}

@media screen and (max-width: 767px) {
  .socials .fa {
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    width: 30px;
  }
}

@media screen and (max-width: 560px) {
  .socials .fa {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 25px;
  }
}

.socials .fa:hover {
  background-color: #494389;
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.contacts {
  display: inline-block;
  float: right;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}

@media screen and (max-width: 560px) {
  .contacts {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

.contacts_container {
  float: left;
  padding: 8px 0 0 0;
}

@media screen and (max-width: 560px) {
  .contacts_container {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 5px 0 0 0;
    text-align: center;
    width: 100%;
  }
}

.contact_holder {
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.4em;
  height: auto;
  letter-spacing: -0.6px;
  margin: 0 0 0 20px;
  padding: 0;
  text-transform: uppercase;
  width: auto;
}

@media screen and (max-width: 1080px) {
  .contact_holder_qlinks {
    margin: 0 10px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact_holder {
    font-size: 1.2em;
    margin: 0 8px 0 8px;
  }
}

@media screen and (max-width: 440px) {
  .contact_holder {
    font-size: 1em;
    text-align: center;
  }
}

.contact_holder a,
.contact_holder a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
  color: #81c244;
  text-decoration: none;
}

/* HEADER TOP */

.header {
  background-color: #81c244;
  box-shadow: 2px 2px 18px 0 #000;
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 10px 5%;
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: calc(100% - 10%);
  z-index: 1;
}

.header.sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  margin: 0;
}

.logo {
  display: table-cell;
  height: auto;
  padding: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  width: 200px;
}

@media screen and (max-width: 560px) {
  .logo.sticky {
    display: table-cell;
    float: left;
    height: auto;
    white-space: nowrap;
    width: 100px;
  }
}

@media screen and (max-width: 560px) {
  .logo {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
    white-space: normal;
    width: 100%;
    z-index: 2;
  }
}

.logo .logo_main {
  display: block;
  height: 150px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .logo .logo_main {
    height: 120px;
  }
}

@media screen and (max-width: 1080px) {
  .logo .logo_main {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .logo .logo_main {
    height: 80px;
    margin: 0 auto;
    text-align: center;
  }
}

.logo_main.sticky {
  height: 50px;
  width: auto !important;
}

.logo .logo_mobile {
  display: none;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header_links {
  display: table-cell;
  height: 150px;
  padding: 0 0 0 20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  vertical-align: middle;
  width: 100%;
}

.header_links.sticky {
  height: auto;
  padding: 12px 0;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .header_links.sticky {
    padding: 12px 0;
  }
}

@media screen and (max-width: 1080px) {
  .header_links.sticky {
    padding: 4px 0 6px 0;
  }
}

@media screen and (max-width: 560px) {
  .header_links {
    clear: both;
    display: table;
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .header_links {
    height: 120px;
  }
}

@media screen and (max-width: 1080px) {
  .header_links {
    height: 100px;
  }
}

@media screen and (max-width: 560px) {
  .header_links {
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .header_links.sticky {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 100px);
  }
}

@keyframes flicker {

  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1.0;
  }
}

.flicker_link {
  animation: flicker 1s infinite;
}

.navigation {
  border-bottom: 1px solid #b3da8f;
  clear: none;
  display: table;
  float: right;
  height: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 5;
}

.navigation.sticky {
  border: 0;
  height: auto;
  padding: 5px 0 0 0;
}

.slogan {
  clear: none;
  color: #ffffff;
  display: table;
  float: right;
  font-family: "HansHand", sans-serif;
  font-size: 2.2em;
  height: 50%;
  line-height: 1em;
  margin: 0;
  padding: 28px 0 0 0;
  position: relative;
  text-align: right;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .slogan {
    font-size: 1.8em;
    padding: 24px 0 0 0;
  }
}

@media screen and (max-width: 1080px) {
  .slogan {
    font-size: 1.5em;
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .slogan {
    font-size: 1.1em;
    padding: 24px 0 0 0;
  }
}

@media screen and (max-width: 560px) {
  .slogan {
    font-size: 1.2em;
    height: auto;
    line-height: 1.2em;
    padding: 12px 0 0 0;
    text-align: center;
  }
}

.slogan.sticky {
  display: none;
}

.header_motif1,
.header_motif2,
.header_motif3,
.header_motif4 {
  background-attachment: scroll;
  background-position: center center;
  background-size: contain !important;
  height: 95px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 95px;
}

@media screen and (max-width: 560px) {
  .header_motif1 {
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header_motif3 {
    display: none;
  }
}

.header_motif1 {
  background-image: url(../images/header_motif1.png);
  left: 0;
  top: -10px;
  z-index: 1;
}

@media screen and (max-width: 560px) {
  .header_motif1 {
    display: none;
  }
}

.header_motif1.sticky {
  left: 90px;
  top: -40px;
}

.header_motif2 {
  background-image: url(../images/header_motif2.png);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.header_motif2.sticky {
  display: none;
}

.header_motif3 {
  background-image: url(../images/header_motif3.png);
  bottom: 15px;
  left: 15%;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .header_motif3 {
    bottom: 35px;
    left: 25%;
  }
}

.header_motif4 {
  background-image: url(../images/header_motif4.png);
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .header_motif2 {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .header_motif2 {
    display: table;
    height: 70px;
    left: 10px;
    top: 75px;
    width: 70px;
  }
}

/* SLIDER IMAGES */

.slider {
  clear: both;
  display: table;
  height: calc(100% - 60px - 160px);
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .slider {
    height: calc(100% - 60px - 140px);
  }
}

@media screen and (max-width: 1080px) {
  .slider {
    height: calc(100% - 60px - 120px);
  }
}

@media screen and (max-width: 767px) {
  .slider {
    height: 45%;
  }
}

@media screen and (max-width: 560px) {
  .slider {
    height: 35%;
  }
}

@media screen and (max-width: 440px) {
  .slider {
    height: 30%;
  }
}

.slider_holder {
  background: no-repeat scroll;
  background-size: cover !important;
  clear: both;
  display: table-cell;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

@keyframes animateSliderInfo {
  0% {
    top: -500px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }

  100% {
    top: 50%;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}

.slider_info {
  animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-name: animateSliderInfo;
  -moz-animation-name: animateSliderInfo;
  -o-animation-name: animateSliderInfo;
  -webkit-animation-name: animateSliderInfo;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  height: auto;
  left: 0;
  margin: 0 auto;
  padding: 0 15%;
  position: absolute;
  right: 0;
  top: -500px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 70%;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slider_title {
  color: #ffffff;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  text-shadow: 2px 2px 1px #000000;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .slider_title {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 1080px) {
  .slider_title {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .slider_title {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 560px) {
  .slider_title {
    font-size: 1.4em;
  }
}

.slider_description {
  color: #ffffff;
  font-family: "Roboto-Light", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 2px 2px 1px #000000;
}

@media screen and (max-width: 1080px) {
  .slider_description {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .slider_description {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 560px) {
  .slider_description {
    display: none;
  }
}

.slider_button {
  clear: both;
  display: table;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}

@media screen and (max-width: 767px) {
  .slider_button {
    margin: 15px auto;
  }
}

@media screen and (max-width: 560px) {
  .slider_button {
    margin: 5px auto 0 auto;
  }
}

.slider_button a,
.slider_button a:visited {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #cad665;
  clear: both;
  color: #cad665;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.5em;
  height: auto;
  margin: 0;
  padding: 15px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: auto;
}

@media screen and (max-width: 1200px) {

  .slider_button a,
  .slider_button a:visited {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 1080px) {

  .slider_button a,
  .slider_button a:visited {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {

  .slider_button a,
  .slider_button a:visited {
    font-size: 1em;
    padding: 10px 15px;
  }
}

.slider_button a:hover,
.slider_button a:visited:hover {
  background-color: rgba(0, 0, 0, 1);
}

.slider_badge {
  display: table;
  height: auto;
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  width: auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .slider_badge {
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 440px) {
  .slider_badge {
    left: 5px;
    top: 5px;
  }
}

.slider_badge img {
  display: block;
  height: auto !important;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .slider_badge img {
    width: 110px;
  }
}

@media screen and (max-width: 560px) {
  .slider_badge img {
    width: 90px;
  }
}

@media screen and (max-width: 440px) {
  .slider_badge img {
    width: 80px;
  }
}

/* READ MORE BOXES */

.qboxes {
  background-color: #9bc947;
  clear: both;
  display: table;
  height: auto;
  margin: 10px 5% 0 5%;
  padding: 20px 0;
  position: relative;
  top: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 10%);
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 1080px) {
  .qboxes {
    margin: 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .qboxes {
    padding: 0;
  }
}

.qboxes.sticky {
  margin: 0 5% -120px 5%;
  top: -120px;
}

@media screen and (max-width: 1080px) {
  .qboxes.sticky {
    margin: 0 auto;
    top: 0;
    width: 100%;
  }
}

.qbox_link {
  text-decoration: none !important;
}

.qbox_holder {
  width: calc(100% / 7 - 44px);
  height: auto;
  padding: 0;
  margin: 0 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .qbox_holder {
    margin: 0 20px;
    width: calc(100% / 3 - 44px);
  }
}

@media screen and (max-width: 440px) {
  .qbox_holder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
    float: none;
    margin: 0 5%;
    padding: 5px 0;
    width: calc(100% - 10%);
  }
}

.qbox_holder:hover {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  z-index: 2;
}

.qbox_icon {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto !important;
  border: 2px solid #374b93;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  clear: both;
  display: table;
  height: 110px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: 110px;
}

@media screen and (max-width: 1200px) {
  .qbox_icon {
    height: 110px;
    width: 110px;
  }
}

@media screen and (max-width: 1080px) {
  .qbox_icon {
    height: 80px;
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .qbox_icon {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 560px) {
  .qbox_icon {
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 440px) {
  .qbox_icon {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    white-space: nowrap;
    width: 60px;
  }
}

.qbox_holder:hover .qbox_icon {
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

.qbox_title {
  clear: both;
  color: #374b93;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  height: 40px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .qbox_title {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .qbox_title {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .qbox_title {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 440px) {
  .qbox_title {
    display: table-cell;
    font-size: 1em;
    height: auto;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: calc(100% - 70px);
  }
}

/* MAIN CONTENT */

.main_content {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 1000px;
}

@media screen and (max-width: 1080px) {
  .main_content {
    padding: 20px 5%;
    width: calc(100% - 10%);
  }
}

.main_content img {
  height: auto !important;
  max-width: 100%;
}

.main_content p {
  line-height: 1.4em;
}

.main_content ol li,
.main_content ul li {
  padding: 2px 0;
}

.content_h2 {
  color: #374b93;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 2.6em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
  .content_h2 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 767px) {
  .content_h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 560px) {
  .content_h2 {
    font-size: 1.8em;
  }
}

.ninjazanis_logo {
  width: 240px;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
}

/* INSERT 1 */

.insert1,
.insert2 {
  clear: both;
  display: table;
  height: 325px;
  margin: 10px auto 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .insert1,
  .insert2 {
    height: auto;
  }
}

.insert1 {
  background-color: #374b92;
}

.insert2 {
  background-color: #9aca3c;
}

.insert1_left,
.insert2_left {
  clear: none;
  display: table;
  height: 100%;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  width: 55%;
}

@media screen and (max-width: 1080px) {

  .insert1_left,
  .insert2_left {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {

  .insert1_left,
  .insert2_left {
    clear: both;
    height: auto;
    overflow: auto;
    width: 100%;
  }
}

.insert1_left {
  float: left;
}

@media screen and (max-width: 767px) {
  .insert1_left {
    float: none;
  }
}

.insert2_left {
  float: right;
}

@media screen and (max-width: 767px) {
  .insert2_left {
    float: none;
  }
}

.insert1_float,
.insert2_float {
  clear: both;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 20px 5% 20px 5%;
  position: relative;
  width: calc(100% - 10%);
  display: table;
}

@media screen and (max-width: 767px) {

  .insert1_float,
  .insert2_float {
    padding: 20px 4% 20px 4%;
    width: calc(100% - 8%);
  }
}

.insert1_header,
.insert2_header {
  clear: both;
  display: table;
  font-family: "HansHand", sans-serif;
  font-size: 2.4em;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}

@media screen and (max-width: 1080px) {

  .insert1_header,
  .insert2_header {
    font-size: 2em;
  }
}

@media screen and (max-width: 560px) {

  .insert1_header,
  .insert2_header {
    font-size: 1.8em;
  }
}

.insert1_header {
  color: #ffffff;
}

.insert2_header {
  color: #374b92;
}

.insert1_content,
.insert2_content {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.insert1_content {
  color: #ffffff;
}

.insert2_content {
  color: #000000;
}

.insert1_content p,
.insert2_content p {
  text-align: justify;
}

@media screen and (max-width: 767px) {

  .insert1_content p,
  .insert2_content p {
    font-size: 0.8em;
  }
}

.insert1_content img,
.insert2_content img {
  height: auto !important;
  max-width: 100%;
}

.insert1_content ol li,
.insert1_content ul li,
.insert2_content ol li,
.insert2_content ul li {
  padding: 2px 0;
}

@media screen and (max-width: 767px) {

  .insert1_content ol li,
  .insert1_content ul li,
  .insert2_content ol li,
  .insert2_content ul li {
    font-size: 0.8em;
  }
}

.insert1_middle,
.insert2_middle {
  clear: none;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20%;
}

@media screen and (max-width: 767px) {

  .insert1_middle,
  .insert2_middle {
    float: left;
    width: calc(100% / 3 * 2);
  }
}

.insert1_middle {
  float: left;
}

.insert2_middle {
  float: left;
}

.insert1_middle_top,
.insert2_middle_top {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
  clear: both;
  display: table;
  height: 180px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .insert1_middle_top,
  .insert2_middle_top {
    clear: none;
    float: left;
    height: auto;
    margin: 0 5px 5px 0;
    padding-bottom: calc(100% / 2 - 5px);
    width: calc(100% / 2 - 5px);
  }
}

.insert1_middle_top {
  border-bottom: 3px solid #374b92;
}

.insert1_middle_bottom,
.insert2_middle_bottom {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
  clear: both;
  display: table;
  height: 180px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.insert1_middle_bottom {
  border-top: 3px solid #374b92;
}

.insert2_middle_bottom {
  border-top: 3px solid #9aca3c;
}

@media screen and (max-width: 767px) {

  .insert1_middle_bottom,
  .insert2_middle_bottom {
    border: 0;
    clear: none;
    height: auto;
    margin: 0 5px 5px 0;
    padding-bottom: calc(100% / 2 - 5px);
    width: calc(100% / 2 - 5px);
  }
}

.insert1_right,
.insert2_right {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
  clear: none;
  display: table;
  height: 364px;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc(25% - 5px);
}

@media screen and (max-width: 1080px) {

  .insert1_right,
  .insert2_right {
    width: calc(30% - 5px);
  }
}

.insert1_right {
  border-left: 5px solid #374b92;
  float: right;
}

.insert2_right {
  border-left: 5px solid #9aca3c;
  float: right;
}

@media screen and (max-width: 767px) {

  .insert1_right,
  .insert2_right {
    border: 0;
    clear: none;
    float: left;
    height: auto;
    margin: 0 0 5px 0;
    padding-bottom: calc(100% / 3 - 5px);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: calc(100% / 3);
  }
}

.insert1_content a,
.insert1_content a:visited {
  color: #81c244;
}

.insert1_content a:hover,
.insert1_content a:visited:hover {
  color: #68a133;
}

/* TAGLINE */

.tagline {
  color: #374b93;
  font-family: "HansHand", sans-serif;
  font-size: 2.8em;
  height: auto;
  padding: 20px 5%;
  text-align: center;
  width: calc(100% - 10%);
}

@media screen and (max-width: 1080px) {
  .tagline {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 767px) {
  .tagline {
    font-size: 2.3em;
  }
}

@media screen and (max-width: 560px) {
  .tagline {
    font-size: 2em;
  }
}

/* MEDIA BOXES GALLERY */

.page_images_container {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

/* LOGO SLIDER */

.logo_slider {
  background-color: #ffffff;
  border-bottom: 10px solid #374b93;
  border-top: 10px solid #374b93;
  clear: both;
  display: table;
  height: auto;
  margin: 10px auto 0 auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.logo_slider_less {
  clear: both;
  display: table;
  height: auto;
  margin: 10px auto 0 auto;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .logo_slider_less {
    padding: 5px 0;
  }
}

/* PEOPLE - COACHES, OWNERS & BRANCHES */

.people {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.person_holder {
  border: 1px solid rgba(154, 202, 60, 0.5);
  clear: both;
  margin: 0 0 10px 0;
  min-height: 320px;
  padding: 15px;
  position: relative;
  width: calc(100% - 50px - 2px);
}

.person_name {
  clear: both;
  color: #374b92;
  font-family: "HansHand", sans-serif;
  font-size: 1.8em;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .person_name {
    font-size: 1.6em;
  }
}

.person_branch {
  background-color: #374b92;
  clear: both;
  color: #ffffff;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.6em;
  height: auto;
  margin: 0 auto 10px auto;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .person_branch {
    font-size: 1.2em;
  }
}

.person_designation {
  clear: both;
  color: #252525;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.4em;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .person_designation {
    font-size: 1.2em;
  }
}

.person_info {
  clear: both;
  height: auto;
  margin: 0;
  padding: 0 270px 0 0;
  position: relative;
  width: calc(100% - 270px);
}

@media screen and (max-width: 767px) {
  .person_info {
    font-size: 0.9em;
    padding: 0;
    width: 100%;
  }
}

.person_info h3 {
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.2em;
  margin: 0;
  padding: 20px 0 5px 0;
}

.person_pic {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  clear: none;
  display: table;
  height: 210px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 80px;
  width: 210px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .person_pic {
    height: 180px;
    top: 70px;
    width: 180px;
  }
}

@media screen and (max-width: 560px) {
  .person_pic {
    clear: both;
    display: table;
    float: none;
    height: 180px;
    left: auto;
    margin: 0 auto 15px auto;
    position: relative;
    right: auto;
    text-align: center;
    top: 0;
    width: 180px;
  }
}

.person_map {
  clear: both;
  display: table;
  height: auto;
  margin: 15px auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

/* PHOTO GALLERY */

.gallery_container {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  width: calc(100% - 10%);
}

@media screen and (max-width: 1080px) {
  .gallery_container {
    padding: 0 4%;
    width: 92%;
  }
}

.album_link {
  text-decoration: none;
}

.album_frame {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 10px;
  padding: 0;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% / 4 - 22px);
}

@media screen and (max-width: 767px) {
  .album_frame {
    margin: 5px;
    width: calc(100% / 2 - 12px);
  }
}

@media screen and (max-width: 560px) {
  .album_frame {
    margin: 5px;
    width: calc(100% / 1 - 12px);
  }
}

.album_frame:hover {
  transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  z-index: 2;
}

.album_holder {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
  display: table;
  height: auto;
  margin: 10px;
  padding-bottom: calc(100% - 20px);
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: calc(100% - 20px);
}

@media screen and (max-width: 1080px) {
  .album_holder {
    padding-bottom: calc(100 - 22px);
    width: calc(100% - 22px);
  }
}

.gallery_h3 {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 0;
  color: #ffffff;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1vw;
  font-weight: 300;
  height: auto;
  left: 0;
  margin: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 10px);
}

.gallery_h3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.album_holder:hover .gallery_h3 {
  bottom: 10%;
}

@media screen and (max-width: 1080px) {
  .gallery_h3 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767px) {
  .gallery_h3 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 560px) {
  .gallery_h3 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 440px) {
  .gallery_h3 {
    font-size: 3.8vw;
  }
}

/* FOOTER */

.footer {
  background-color: #9aca3c;
  clear: both;
  display: table;
  height: auto;
  margin: 10px auto 0 auto;
  padding: 30px 10% 30px 10%;
  position: relative;
  width: calc(100% - 20%);
}

@media screen and (max-width: 1080px) {
  .footer {
    padding: 40px 5% 30px 5%;
    width: calc(100% - 10%);
  }
}

@media screen and (max-width: 560px) {
  .footer {
    padding: 20px 5% 20px 5%;
  }
}

.socials_footer {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.socials_footer .fa {
  border: 1px solid #252525;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #252525;
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  padding: 0 0 0 4px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 26px;
}

.socials_footer .fa:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.credentials {
  clear: both;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  display: table;
  font-family: "Roboto Condensed-Light", sans-serif;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #000000;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #252525;
  text-decoration: underline;
}

/* FEATURED VIDEOS AND VIDEO GALLERY */
.resp_iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videos {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  text-align: center;
}

.videos_header {
  width: calc(100% - 8px);
  height: auto;
  padding: 0;
  margin: 0 0 15px 8px;
  position: relative;
  clear: both;
  font-size: 1.4em;
  line-height: 1em;
  color: #525252;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .videos_header {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .videos_header {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 560px) {
  .videos_header {
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto 15px 0;
    width: 100%;
  }
}

.video_holder {
  width: calc(100% / 2 - 3px);
  height: auto;
  padding-bottom: calc(100% / 4 - 3px);
  position: relative;
  clear: none;
  float: left;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .video_holder {
    width: 100%;
    padding-bottom: calc(100% / 2);
    clear: both;
    float: none;
  }
}

.video_holder:nth-child(2n + 1) {
  margin: 2px 2px 2px 0;
}

@media screen and (max-width: 767px) {
  .video_holder:nth-child(2n + 1) {
    margin: 4px 0;
  }
}

.video_holder:nth-child(2n + 2) {
  margin: 2px 0 2px 2px;
}

@media screen and (max-width: 767px) {
  .video_holder:nth-child(2n + 2) {
    margin: 4px 0;
  }
}

.video_holder_pg {
  margin: 10px;
}

.video_description {
  width: calc(100% - 30px);
  height: 40px;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_description {
    font-size: 0.8em;
  }
}

.video_holder:hover .video_description {
  opacity: 0;
}

.video_description_float {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.video_close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2002;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  background-color: #ff1e28;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: none;
}

.video_close:hover {
  transform: rotate(90deg);
  background-color: #b61c23;
}

.video_player {
  width: 80%;
  height: 60%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 2001;
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #000000;
}

@media screen and (max-width: 1080px) {
  .video_player {
    width: 90%;
    height: 60%;
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .video_player {
    height: 50%;
  }
}

@media screen and (max-width: 560px) {
  .video_player {
    height: 40%;
  }
}

/* width */
.video_player::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.video_player::-webkit-scrollbar-track {
  background: #505050;
}

/* Handle */
.video_player::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.video_player::-webkit-scrollbar-thumb:hover {
  background: #ff1e28;
}

.video_player_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  clear: none;
  display: none;
  z-index: 1800;
  background-color: rgba(0, 0, 0, 0.6);
}

.video_play_icon {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  transform: translateY(-50%);
  background-image: url("../images/video_player_icon.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_play_icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}

.video_holder:hover .video_play_icon {
  opacity: 0.5;
}

/* FORM STYLING */

.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: 48%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 2%;
  padding: 0;
  position: relative;
  width: 48%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: 31%;
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    clear: both;
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 2% 0 0;
  padding: 0;
  position: relative;
  width: 64%;
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 34%;
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 4px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #4d4d4d;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .form_label label {
    font-size: 1em;
  }
}

.form_field label.error {
  color: red;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: auto;
  margin: 0;
  padding: 2px 8px 0 0;
  position: absolute;
  right: 10px;
  top: 14px;
  width: auto;
}

@media screen and (max-width: 560px) {
  .form_field label.error {
    font-size: 0.6em;
    top: 16px;
  }
}

.form_field label.error:before {
  color: red;
  content: "\f071";
  font-family: "FontAwesome", sans-serif;
  padding: 0 5px 0 0;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  font-family: "Roboto", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="password"]:hover,
.form_field input[type="password"]:focus {
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
}

.form_field_disabled input[type="text"],
.form_field_disabled input[type="number"],
.form_field_disabled select,
.form_field_disabled input[type="password"] {
  background-color: #d6d6d6;
  border: 0;
  cursor: not-allowed;
}

.form_field_disabled input:hover[type="text"],
.form_field_disabled input:hover[type="number"],
.form_field_disabled select:hover,
.form_field_disabled input[type="password"]:hover {
  background-color: #d6d6d6;
  border: 0;
  cursor: not-allowed;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  font-family: "Roboto", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
}

.form_field textarea {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  font-family: "Roboto", sans-serif;
  height: 60px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
}

.form_field input[type="submit"] {
  background-color: transparent;
  border: 1px solid #374b93;
  clear: both;
  color: #374b93;
  cursor: pointer;
  display: table;
  float: right;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.6em;
  height: auto;
  margin: 15px 0 0 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: auto;
}

.form_field input[type="submit"]:hover,
.form_field input[type="submit"]:focus {
  background-color: #f2f2f2;
  border: 1px solid #000000;
  color: #000000;
}

.form_field_main_note {
  color: dodgerblue;
  text-decoration: none;
}

.form_field_main_note:hover {
  color: darkblue;
  text-decoration: none;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #525252;
  display: table;
  font-size: 0.8em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_note_red {
  color: #ff0000;
  font-weight: 700;
}

.red_asterisk {
  color: red;
  font-size: 0.6em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "FontAwesome", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.change_pw_button {
  border: 1px solid #9bc947;
  clear: both;
  color: #9bc947;
  display: table;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: auto;
}

.change_pw_button:hover {
  border: 1px solid #516b22;
  color: #516b22;
}

.form_label_note {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.2em;
  font-weight: 600;
  height: auto;
  margin: 0 0 15px 0;
  padding: 10px;
  width: calc(100% - 20px);
}

.hfield {
  display: none;
}

fieldset {
  border: 1px solid rgba(155, 201, 71, 0.5);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 25px 0;
  padding: 20px 20px 0 20px;
}

legend {
  color: #374b93;
  font-family: "Roboto Condensed-Light", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}

.date_first_lesson,
.gymnast_date_of_birth,
.lesson_date {
  background-image: url("../images/calendar_icon.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center right 5px;
}

/* PAGING */

.paging_current,
.paging_nonactive,
.paging_link {
  border: 2px solid #c4c4c4;
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 4px;
  padding: 0;
  text-align: center !important;
  text-decoration: none;
  width: 28px;
}

.paging_link {
  background-color: transparent;
}

.paging_link:hover {
  background-color: #638226;
  color: #000000;
}

.paging_current {
  background-color: #9aca3c;
  color: #000000;
}

.paging_nonactive {
  background-color: #e1e1e1;
}

.paging_holder {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: auto;
}

/* STYLE RADIO BOXES */
.radio_container {
  display: block;
  position: relative;
  padding-top: 0;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  clear: none;
}

/* Hide the browser's default checkbox */
.radio_container input {
  position: absolute;
  opacity: 0;
  width: 0;
  cursor: pointer;
  height: 0;
}

.radio_container_block {
  float: none;
  clear: both;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #c4c4c4;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.checkmark {
  background-color: #b4b4b4;
}

/* When the checkbox is checked, add a blue background */
.radio_container input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio_container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio_container .checkmark:after {
  left: 14px;
  top: 10px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* WHATSAPP CHAT */
.whatsapp_chat {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 2001;
}

@media screen and (max-width: 560px) {
  .whatsapp_chat {
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    transform: translateY(0);
  }
}

.whatsapp_chat img {
  width: 70px;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .whatsapp_chat img {
    width: 60px !important;
  }
}

@media screen and (max-width: 560px) {
  .whatsapp_chat img {
    width: 50px !important;
  }
}

.whatsapp_chat img:hover {
  transform: scale(1.1, 1.1);
}

/* THANK YOU PAGE AFTER ONLINE APPLICATION SUBMITTED */
.ty_block {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.ty_block table {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.ty_block table tr {
  width: 100%;
}

.ty_block table tr th {
  width: 50%;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ty_block table tr td {
  width: 50%;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ty_block h4 {
  text-align: center;
  padding: 10px 0;
  color: #525252;
  font-size: 1.5em;
}

/* Modal container */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content */
.modal-content {
  width: calc(90% - 40px);
  height: auto;
  padding: 20px;
  margin: 0 auto;
  position: fixed;
  background-color: #fff;
  border-radius: 8px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 560px) {
  .modal-content {
    width: calc(90% - 40px);
    left: 0;
    right: 0;
  }
}

.modal-content h2 {
  font-size: 2.6em;
}

@media screen and (max-width: 560px) {
  .modal-content h2 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 440px) {
  .modal-content h2 {
    font-size: 2.0em;
  }
}

.modal-content p {
  font-size: 1.1em;
  font-weight: 600;
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.0em;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

/* Enroll button */
.enroll-button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #007bff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 15px;
}

.enroll-button:hover {
  background-color: #0056b3;
}