﻿/**
 * VIDEO GALLERY
 */
.video-gallery {
  margin-top: 48px; }

.video-gallery--hero-video {
  position: relative;
  padding: 0 0 56.25%;
  margin: 0 0 36px; }
  .video-gallery--hero-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-gallery--list-wrapper {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #d4d3d3; }
  .video-gallery--list-wrapper a {
    display: block; }

.video-gallery--thumbnail-image {
  margin-bottom: 12px;
  position: relative; }
  .video-gallery--thumbnail-image:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0; }
    .video-gallery--thumbanil-wrapper-ruby .video-gallery--thumbnail-image:after {
      content: url(../Images/icon_videoflag_ruby.png); }
    .video-gallery--thumbanil-wrapper-member .video-gallery--thumbnail-image:after {
      content: url(../Images/icon_videoflag_member.png); }

.video-gallery--play-icon-wrapper {
  display: block;
  width: 68px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s; }

.video-gallery--thumbnail-image a:hover .video-gallery--play-icon-wrapper {
  opacity: 1; }

.icon_play-background {
  fill: #404040;
  transition: fill 0.1s; }

.icon_play:hover .icon_play-background {
  fill: #e30c3f; }

.video-gallery--thumbnail-wrapper {
  margin-bottom: 48px; }
  .row:last-child [class*="col-"]:nth-last-child(3) .video-gallery--thumbnail-wrapper,
  .row:last-child [class*="col-"]:nth-last-child(2) .video-gallery--thumbnail-wrapper,
  .row:last-child [class*="col-"]:nth-last-child(1) .video-gallery--thumbnail-wrapper {
    margin-bottom: 0; }

.video-gallery--thumbnail-wrapper .video-gallery--video-title h2 {
  margin-bottom: 6px;
  font-size: 20px; }

/**
 * PHOTO GALLERY LIST
 */
/**
 * Hero
 */
.photo-gallery-hero {
  padding: 450px 24px 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 950px) {
    .photo-gallery-hero {
      padding: 300px 24px 30px; } }
  @media (max-width: 767px) {
    .photo-gallery-hero {
      padding: 200px 24px 12px; } }
  .photo-gallery-hero:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    opacity: 1; }
  .photo-gallery-hero h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 50px; }
    @media (max-width: 767px) {
      .photo-gallery-hero h1 {
        font-size: 36px; } }

/**
 * Gallery list
 */
.photo-gallery-list {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.photo-gallery-list-item {
  width: 33%;
  margin-bottom: 4px; }
  .photo-gallery-list-item:nth-last-child(1), .photo-gallery-list-item:nth-last-child(2), .photo-gallery-list-item:nth-last-child(3) {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .photo-gallery-list-item {
      width: 100%; }
      .photo-gallery-list-item, .photo-gallery-list-item:nth-last-child(2), .photo-gallery-list-item:nth-last-child(3) {
        margin: 0 0 10px; } }

.photo-gallery-list-item-link {
  display: block;
  color: #fff; }

.photo-gallery-list-item-inner {
  padding: 75% 0 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.photo-gallery-list-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.25s; }
  .photo-gallery-list-item-link:hover .photo-gallery-list-item-content {
    opacity: 1; }

.photo-gallery-list-item-title {
  color: inherit;
  border: none;
  padding: 0;
  margin: 0 0 12px; }

/**
 * 	PHOTO GALLERY SINGLE
 */
/**
 * Gallery
 */
.photo-gallery {
  margin: 48px 0;
  padding: 0 10px; }
  @media (max-width: 767px) {
    .photo-gallery {
      margin: 24px 0; } }

.photo-gallery-full-wrapper {
  margin-bottom: 48px;
  transition: height 0.5s;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .photo-gallery-full-wrapper {
      margin-bottom: 24px; } }

.photo-gallery-incoming-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  opacity: 0; }
  .image-incoming .photo-gallery-incoming-image {
    opacity: 1;
    transition: opacity 0.5s; }

.photo-gallery-full-image {
  opacity: 1; }
  .image-incoming .photo-gallery-full-image {
    opacity: 0;
    transition: opacity 0.5s; }

.photo-gallery-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.25s; }
  .photo-gallery-full-wrapper:hover .photo-gallery-navigation {
    opacity: 1; }

.photo-gallery-navigation-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: middle;
  height: 72px;
  width: 48px;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0.5;
  transition: opacity 0.25s; }
  .photo-gallery-navigation-link:hover {
    opacity: 1; }
  .photo-gallery-navigation-link:focus {
    outline: none; }
  .photo-gallery-navigation-link svg {
    fill: #fff;
    height: 36px;
    width: auto; }

.photo-gallery-navigation-prev {
  border-radius: 0 6px 6px 0; }

.photo-gallery-navigation-next {
  border-radius: 6px 0 0 6px; }

.photo-gallery-thumbnails-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.5%; }

.photo-gallery-thumbnail {
  outline: none;
  display: block;
  width: 24%;
  margin: 0 0.5% 9px;
  opacity: 0.75;
  transition: opacity 0.25s; }
  .photo-gallery-thumbnail:hover {
    opacity: 1; }
  .photo-gallery-thumbnail:focus {
    outline: none; }
  .photo-gallery-thumbnail.active {
    opacity: 1; }
  @media (max-width: 767px) {
    .photo-gallery-thumbnail {
      width: 32.33%;
      margin-bottom: 3px; } }

.photo-gallery-thumbnail-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70% 0 0; }

