#barba-wrapper {
  margin-top: 50px;
}
@media (min-width: 960px) {
  #barba-wrapper {
    margin-top: 66px;
  }
}
@media (min-width: 1100px) {
  #barba-wrapper {
    margin-top: 73px;
  }
}

.header .spacer {
  width: calc(100% - 30px);
  max-width: 800px;
}

.header .triggers_container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.header .trigger_video {
  line-height: 0.9;
  font-size: 11px;
  text-align: center;
}
@media (min-width: 768px) {
  .header .trigger_video:hover {
    background: #008DC9;
    color: #FFF;
    border: 2px #008DC9 solid;
    opacity: 1;
  }
}
.header .trigger_video:hover span {
  color: #FFF;
}
@media (min-width: 768px) {
  .header .trigger_video {
    border: 2px #EEE solid;
    border-radius: 100px;
    padding: 2px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
}
.header .trigger_video i {
  font-size: 3em;
}
@media (min-width: 768px) {
  .header .trigger_video i {
    font-size: 2em;
    margin-right: 5px;
  }
}
.header .trigger_video span {
  display: block;
  text-transform: uppercase;
  font-family: "roboto condensed", sans-serif;
  color: #555;
}
@media (min-width: 768px) {
  .header .trigger_video span {
    position: relative;
    top: 1px;
  }
}
.header .trigger_video span strong {
  display: none;
}
@media (min-width: 768px) {
  .header .trigger_video span strong {
    display: inline;
  }
}

.trigger_header_nav, .trigger_header_search, #language_sel, .header .navigations {
  display: none !important;
}

.page_hims {
  background: #FFF;
}
.page_hims .new_audio_player {
  background-color: #FFF;
  border-top: 5px #008DC9 solid;
  /*border:2px #EEEEEE solid; */
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: -20px;
  left: 20px;
  width: calc(100% - 60px);
  max-width: 500px;
}
@media (min-width: 768px) {
  .page_hims .new_audio_player {
    left: auto;
    top: auto;
    bottom: auto;
    position: relative;
    width: auto;
    margin-bottom: 30px;
    background-color: #FFF;
    border: 2px #EEEEEE solid;
    border-radius: 100px;
    padding: 10px;
  }
}
.page_hims .new_audio_player .hp_slide {
  width: 100%;
  background: #EEE;
  height: 15px;
  margin-left: 5px;
  border-radius: 100px;
  overflow: hidden;
}
.page_hims .new_audio_player .hp_range {
  width: 0;
  background: #008DC9;
  height: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_hims .new_audio_player .fa-play-circle, .page_hims .new_audio_player .fa-pause-circle-o, .page_hims .new_audio_player .fa-stop-circle {
  font-size: 30px;
  color: #13485F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_hims .new_audio_player .back-icon {
  margin-right: 5px;
}
.page_hims .new_audio_player .back-icon.disabled .fa-stop-circle {
  color: #CCC;
}
.page_hims .new_audio_player .duration {
  color: #999;
  font-size: 0.9em;
  margin-top: 3px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .page_hims .new_audio_player .duration {
    margin-top: 1px;
  }
}
.page_hims .new_audio_player .duration:before {
  content: "Length: ";
}
.page_hims .new_audio_player span {
  margin-right: 10px;
  margin-left: 5px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #555;
}
@media (min-width: 768px) {
  .page_hims .new_audio_player span {
    color: #008DC9;
  }
}
.page_hims .new_audio_player audio {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 30px;
  background-color: #EEEEEE;
}
@media (min-width: 768px) {
  .page_hims .new_audio_player audio {
    background-color: #FFF;
  }
}
.page_hims .hero_banner {
  text-align: left;
  padding: calc(20px + 15vw) 15px;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page_hims .hero_banner {
    min-height: 350px;
    padding: 7vw 15px;
  }
}
.page_hims .hero_banner h1, .page_hims .hero_banner h2, .page_hims .hero_banner h3, .page_hims .hero_banner h4 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 141, 201, 0.7);
  color: #FFF;
  display: inline-block;
  padding: 5px 15px;
  line-height: 1;
  margin: 0;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .page_hims .hero_banner h1, .page_hims .hero_banner h2, .page_hims .hero_banner h3, .page_hims .hero_banner h4 {
    font-size: 80px;
  }
}
.page_hims .hero_banner .banner_text {
  font-family: "Rubik", sans-serif;
  color: #FFF;
  background: rgba(0, 107, 152, 0.75);
  padding: 10px 15px;
  line-height: 1;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  letter-spacing: -1px;
}
.page_hims .hero_banner .banner_text p {
  margin: 0;
}
@media (min-width: 768px) {
  .page_hims .hero_banner .banner_text {
    font-size: 22px;
  }
}
.page_hims .hero_banner a {
  display: inline-block;
  background: #13485F;
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 10px;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .page_hims .hero_banner a {
    font-size: 22px;
    margin: 0px 34px;
  }
  .page_hims .hero_banner a:before {
    width: 0;
    height: 0;
    border-top: 40px solid #13485F;
    border-left: 14px solid transparent;
    content: "";
    left: -14px;
    top: 0;
    position: absolute;
  }
  .page_hims .hero_banner a:after {
    width: 1px;
    height: 0;
    border-top: 40px solid #13485F;
    border-right: 14px solid transparent;
    content: "";
    right: -14px;
    top: 0;
    position: absolute;
  }
}
.page_hims .slider_hims_menu {
  background: #008DC9;
}
.page_hims .slider_hims_menu:before, .page_hims .slider_hims_menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10;
}
.page_hims .slider_hims_menu:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#008DC9), to(rgba(0, 141, 201, 0)));
  background: linear-gradient(to right, #008DC9, rgba(0, 141, 201, 0));
}
.page_hims .slider_hims_menu:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#008DC9), to(rgba(0, 141, 201, 0)));
  background: linear-gradient(to left, #008DC9, rgba(0, 141, 201, 0));
}
.page_hims .slider_hims_menu .slick-next {
  right: 10px;
}
.page_hims .slider_hims_menu .slick-prev {
  left: 10px;
}
.page_hims .slider_hims_menu .slick-next, .page_hims .slider_hims_menu .slick-prev {
  /*background: #008DC9;*/
}
.page_hims .slider_hims_menu .slick-next:before, .page_hims .slider_hims_menu .slick-next:after, .page_hims .slider_hims_menu .slick-prev:before, .page_hims .slider_hims_menu .slick-prev:after {
  opacity: 1;
}
.page_hims .slider_hims_menu .slick-next.slick-disabled:before, .page_hims .slider_hims_menu .slick-next.slick-disabled:after, .page_hims .slider_hims_menu .slick-prev.slick-disabled:before, .page_hims .slider_hims_menu .slick-prev.slick-disabled:after {
  opacity: 0.1;
}
.page_hims .slider_hims_menu button {
  /*background: #008DC9;*/
  color: #FFF;
  border-radius: 100px;
  z-index: 20;
  font-weight: bold;
}
.page_hims .slider_hims_menu .slide_link {
  text-align: center;
  margin: 10px 5px;
}
.page_hims .slider_hims_menu .slide_link span {
  background: transparent;
  color: #FFF;
  border-radius: 100px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .page_hims .slider_hims_menu .slide_link span {
    font-size: 14px;
  }
}
.page_hims .slider_hims_menu .slick-current span {
  background: #FFF;
  color: #008DC9;
}
@media (min-width: 768px) {
  .page_hims .content_block_landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_hims .content_block_landing .image {
  position: relative;
  height: calc(200px + 10vw);
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .page_hims .content_block_landing .image {
    width: 50%;
    height: auto;
  }
}
.page_hims .content_block_landing .title {
  color: #13485F;
  font-size: 20px;
  line-height: 1.2em;
}
@media (min-width: 420px) {
  .page_hims .content_block_landing .title {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .page_hims .content_block_landing .title {
    font-size: 28px;
  }
}
.page_hims .content_block_landing .text {
  background: #FFF;
  color: #555;
  padding: 30px 20px;
  position: relative;
}
.page_hims .content_block_landing .text strong {
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .page_hims .content_block_landing .text {
    font-size: 15px;
    padding: 2vw;
    width: calc(50% - 4vw);
  }
}
@media (min-width: 960px) {
  .page_hims .content_block_landing .text {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .page_hims .content_block_landing .text {
    padding: 4vw;
    width: calc(50% - 8vw);
  }
}
@media (min-width: 768px) {
  .page_hims .content_block_landing.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page_hims .repeater_gallery {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 141, 201, 0.05)), to(rgba(0, 141, 201, 0.2)));
  background: linear-gradient(rgba(0, 141, 201, 0.05), rgba(0, 141, 201, 0.2));
  padding: 20px 0;
}
@media (min-width: 768px) {
  .page_hims .repeater_gallery {
    padding: 60px 0;
  }
}
.page_hims .repeater_gallery .spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
}
@media (min-width: 1300px) {
  .page_hims .repeater_gallery .spacer {
    width: 90%;
  }
}
.page_hims .repeater_gallery .intro {
  width: 100%;
  display: block;
  color: #13485F;
  text-align: center;
}
.page_hims .repeater_gallery .intro h1, .page_hims .repeater_gallery .intro h2, .page_hims .repeater_gallery .intro h3, .page_hims .repeater_gallery .intro h4, .page_hims .repeater_gallery .intro h5 {
  margin: 0 0 20px 0;
  font-size: 20px;
}
@media (min-width: 420px) {
  .page_hims .repeater_gallery .intro h1, .page_hims .repeater_gallery .intro h2, .page_hims .repeater_gallery .intro h3, .page_hims .repeater_gallery .intro h4, .page_hims .repeater_gallery .intro h5 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .page_hims .repeater_gallery .intro h1, .page_hims .repeater_gallery .intro h2, .page_hims .repeater_gallery .intro h3, .page_hims .repeater_gallery .intro h4, .page_hims .repeater_gallery .intro h5 {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 960px) {
  .page_hims .repeater_gallery .intro h1, .page_hims .repeater_gallery .intro h2, .page_hims .repeater_gallery .intro h3, .page_hims .repeater_gallery .intro h4, .page_hims .repeater_gallery .intro h5 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .page_hims .repeater_gallery .intro h1, .page_hims .repeater_gallery .intro h2, .page_hims .repeater_gallery .intro h3, .page_hims .repeater_gallery .intro h4, .page_hims .repeater_gallery .intro h5 {
    font-size: 32px;
  }
}
.page_hims .repeater_gallery a {
  display: block;
  width: calc(33% - 4px);
  height: 115px;
  margin: 2px;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .page_hims .repeater_gallery a {
    width: calc(25% - 10px);
    height: 115px;
  }
}
@media (min-width: 768px) {
  .page_hims .repeater_gallery a {
    height: 84px;
    border: 3px #FFF solid;
    margin: 5px;
    width: calc(25% - 16px);
  }
}
@media (min-width: 960px) {
  .page_hims .repeater_gallery a {
    height: 114px;
  }
}
@media (min-width: 1100px) {
  .page_hims .repeater_gallery a {
    height: 147px;
  }
}
@media (min-width: 1300px) {
  .page_hims .repeater_gallery a {
    height: 160px;
  }
}
@media (min-width: 1500px) {
  .page_hims .repeater_gallery a {
    height: 180px;
  }
}
.page_hims .repeater_gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_hims .mini_title {
  text-align: center;
  color: #13485F;
  width: 100%;
}
.page_hims .mini_title h1, .page_hims .mini_title h2, .page_hims .mini_title h3, .page_hims .mini_title h4, .page_hims .mini_title h5 {
  color: #13485F;
  margin: 0 0 15px 0;
}
@media (min-width: 420px) {
  .page_hims .mini_title h1, .page_hims .mini_title h2, .page_hims .mini_title h3, .page_hims .mini_title h4, .page_hims .mini_title h5 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page_hims .mini_title h1, .page_hims .mini_title h2, .page_hims .mini_title h3, .page_hims .mini_title h4, .page_hims .mini_title h5 {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 960px) {
  .page_hims .mini_title h1, .page_hims .mini_title h2, .page_hims .mini_title h3, .page_hims .mini_title h4, .page_hims .mini_title h5 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .page_hims .mini_title h1, .page_hims .mini_title h2, .page_hims .mini_title h3, .page_hims .mini_title h4, .page_hims .mini_title h5 {
    font-size: 28px;
  }
}
.page_hims .gallery_present, .page_hims .gallery_past {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page_hims .gallery_present, .page_hims .gallery_past {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .page_hims .gallery_past {
    margin-right: 15px;
  }
}
.page_hims .gallery_present {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px rgba(0, 141, 201, 0.2) solid;
}
@media (min-width: 768px) {
  .page_hims .gallery_present {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 960px) {
  .page_hims .gallery_present {
    border-left: 1px rgba(0, 141, 201, 0.2) solid;
    padding-left: 14px;
    margin-left: 0px;
  }
}
.page_hims .area_video {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .page_hims .area_video {
    padding: 60px 0;
  }
}
.page_hims .area_video .intro {
  width: 100%;
  display: block;
  color: #13485F;
  text-align: center;
}
.page_hims .area_video .intro h1, .page_hims .area_video .intro h2, .page_hims .area_video .intro h3, .page_hims .area_video .intro h4, .page_hims .area_video .intro h5 {
  margin: 0 0 20px 0;
  font-size: 20px;
}
@media (min-width: 420px) {
  .page_hims .area_video .intro h1, .page_hims .area_video .intro h2, .page_hims .area_video .intro h3, .page_hims .area_video .intro h4, .page_hims .area_video .intro h5 {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .page_hims .area_video .intro h1, .page_hims .area_video .intro h2, .page_hims .area_video .intro h3, .page_hims .area_video .intro h4, .page_hims .area_video .intro h5 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .page_hims .area_video .intro h1, .page_hims .area_video .intro h2, .page_hims .area_video .intro h3, .page_hims .area_video .intro h4, .page_hims .area_video .intro h5 {
    font-size: 32px;
  }
}