/*
 * VARIABLES
 */
/*
 * Import helper functions
 */
/*
 * VARIABLES
 */
/* -------------------------------------------------- */
/**
 * Apply box-sizing: border box to all elements
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noVideo {
  margin: 2rem 0 2rem 0; }

.videos {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }
  .videos .video {
    margin-top: 45px; }
    .videos .video .name, .videos .video .hits, .videos .video .description, .videos .video .date {
      margin: 5px 0px 5px 0px; }
    .videos .video .iframe {
      padding: 5px; }
    .videos .video .name {
      font-weight: 600; }
    .videos .video .buttons svg {
      height: 1.5rem;
      width: 1.5rem; }
    .videos .video .video-wrapper__play {
      pointer-events: none;
      background-color: #464646;
      position: absolute;
      z-index: 8;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 3rem;
      height: 3rem;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.15s ease-out;
      transition: -webkit-transform 0.15s ease-out;
      -o-transition: -o-transform 0.15s ease-out;
      -moz-transition: transform 0.15s ease-out, -moz-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, -moz-transform 0.15s ease-out, -o-transform 0.15s ease-out; }
      .videos .video .video-wrapper__play:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
      .videos .video .video-wrapper__play svg {
        width: 80%;
        height: 80%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 8px;
        margin: auto; }
        .videos .video .video-wrapper__play svg path.lievo-altstroke {
          display: none; }
        .videos .video .video-wrapper__play svg * {
          fill: #fff;
          stroke: #fff; }

/****** Single Videos ******/
.single-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 750px) {
    .single-video-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .single-video-container .single-video {
    width: 65%; }
    @media (max-width: 750px) {
      .single-video-container .single-video {
        width: 100%; } }
    .single-video-container .single-video .name {
      font-size: 1.5rem;
      font-weight: 600; }
      @media (max-width: 600px) {
        .single-video-container .single-video .name {
          font-size: 1.1rem; } }
    .single-video-container .single-video .description {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 1.1rem; }
      @media (max-width: 600px) {
        .single-video-container .single-video .description {
          font-size: 0.8rem; } }
    .single-video-container .single-video .iframe {
      position: relative;
      max-width: 100%;
      height: 0;
      padding-bottom: 60%; }
      .single-video-container .single-video .iframe iframe {
        max-width: 100%; }
    .single-video-container .single-video .hits, .single-video-container .single-video .date {
      font-size: 1.1rem; }
      @media (max-width: 600px) {
        .single-video-container .single-video .hits, .single-video-container .single-video .date {
          font-size: 0.7rem; } }
  .single-video-container .random-videos-wrapper {
    width: 30%;
    margin-left: 3%; }
    @media (max-width: 750px) {
      .single-video-container .random-videos-wrapper {
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 600px) {
      .single-video-container .random-videos-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .single-video-container .random-videos-wrapper .single-video__wrapper {
      width: 100%; }
      @media (max-width: 750px) {
        .single-video-container .random-videos-wrapper .single-video__wrapper {
          width: 48%;
          margin: 1rem 0; } }
      @media (max-width: 600px) {
        .single-video-container .random-videos-wrapper .single-video__wrapper {
          width: 100%; } }
      @media (max-width: 600px) {
        .single-video-container .random-videos-wrapper .single-video__wrapper .video-wrapper__play {
          width: 3rem !important;
          height: 3rem !important; } }
      @media (max-width: 600px) {
        .single-video-container .random-videos-wrapper .single-video__wrapper .video-wrapper__play svg {
          left: 8px; } }
      .single-video-container .random-videos-wrapper .single-video__wrapper .video {
        width: 100%; }
    .single-video-container .random-videos-wrapper h3 {
      font-size: 0.8rem; }
      @media (max-width: 750px) {
        .single-video-container .random-videos-wrapper h3 {
          font-size: 0.7rem; } }

/* social logos when connected */
.social {
  list-style: none;
  text-align: left;
  overflow: hidden; }
  .social li {
    position: relative;
    width: 100%; }
    .social li label {
      text-align: left;
      line-height: 2px;
      width: 100%; }
      .social li label input {
        width: 15px;
        margin-right: 10px; }
      .social li label img {
        position: relative;
        top: 2px;
        padding: 0px 6px 0px 0px; }

.formField .label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  margin: 0; }
  @media (min-width: 700px) {
    .formField .label {
      float: left;
      width: 30%;
      line-height: 2;
      padding-right: 15px; } }

.formField .box_blue,
.box_blue {
  border: 1px solid #51afeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #cef1ff;
  padding: 12px;
  margin-bottom: 16px; }
  .formField .box_blue img,
  .box_blue img {
    float: left;
    margin-right: 10px; }
  .formField .box_blue a,
  .box_blue a {
    text-decoration: underline;
    color: #265b84;
    font-size: 85%; }

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

.form__label-date {
  display: block;
  font-weight: bold;
  margin: 5px 0 0 25px; }

.video-gallery .video-wrapper {
  width: 33.3333%;
  float: left; }

.video-embed__video-max-wrapper {
  max-width: 700px;
  margin: 2rem auto 2rem;
  position: relative; }

.video-embed__video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  cursor: pointer; }

.video-embed__video-play {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #66db3b;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out, -moz-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, -moz-transform 0.15s ease-out, -o-transform 0.15s ease-out; }
  .video-embed__video-play:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .video-embed__video-play svg {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 8px;
    margin: auto; }
    .video-embed__video-play svg path.lievo-altstroke {
      display: none; }
    .video-embed__video-play svg * {
      fill: #fff;
      stroke: #fff; }

.video-embed__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.video-embed__iframe {
  width: 100%;
  height: 100%; }

.video-embed__text {
  display: none; }
  @media (min-width: 600px) {
    .video-embed__text {
      display: block;
      max-width: 600px;
      margin: 1rem auto 1.5rem auto; } }

.watchMoreVideos {
  margin-top: 1rem; }
