@charset "UTF-8";
.photo-block h2 {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  margin: 0;
  padding: 15px;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0; }

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 300px;
  max-width: 366px;
  max-height: 360px;
  width: 48%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/* Individual effects */
/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia {
  background: #2f3238; }

figure.effect-julia img {
  max-width: none;
  height: 400px;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-julia figcaption {
  text-align: left; }

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0; }

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-360px, 0, 0); }

figure.effect-julia p:first-child {
  transition-delay: 0.15s; }

figure.effect-julia p:nth-of-type(2) {
  transition-delay: 0.1s; }

figure.effect-julia p:nth-of-type(3) {
  transition-delay: 0.05s; }

figure.effect-julia:hover p:first-child {
  transition-delay: 0s; }

figure.effect-julia:hover p:nth-of-type(2) {
  transition-delay: 0.05s; }

figure.effect-julia:hover p:nth-of-type(3) {
  transition-delay: 0.1s; }

figure.effect-julia:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1); }

figure.effect-julia:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
  background: #df4e4e; }

figure.effect-goliath img,
figure.effect-goliath h2 {
  transition: transform 0.35s; }

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px; }

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0); }

figure.effect-goliath:hover img {
  transform: translate3d(0, -80px, 0); }

figure.effect-goliath:hover h2 {
  transform: translate3d(0, -100px, 0); }

figure.effect-goliath:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Hera *****/
/*-----------------*/
figure.effect-hera {
  background: #303fa9; }

figure.effect-hera h2 {
  font-size: 158.75%; }

figure.effect-hera h2,
figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50%; }

figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform-origin: 50%; }

figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2; }

figure.effect-hera p a {
  color: #fff; }

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
  opacity: 0.6; }

figure.effect-hera p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-hera p a:first-child i {
  transform: translate3d(-60px, -60px, 0); }

figure.effect-hera p a:nth-child(2) i {
  transform: translate3d(60px, -60px, 0); }

figure.effect-hera p a:nth-child(3) i {
  transform: translate3d(-60px, 60px, 0); }

figure.effect-hera p a:nth-child(4) i {
  transform: translate3d(60px, 60px, 0); }

figure.effect-hera:hover figcaption::before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); }

figure.effect-hera:hover h2 {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1); }

figure.effect-hera:hover p i:empty {
  transform: translate3d(0, 0, 0);
  /* just because it's stronger than nth-child */
  opacity: 1; }

/*-----------------*/
/***** Winston *****/
/*-----------------*/
figure.effect-winston {
  background: #162633;
  text-align: left; }

figure.effect-winston img {
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  transition: opacity 0.45s, transform 0.45s;
  transform: rotate3d(0, 0, 1, 45deg);
  transform-origin: 0 100%; }

figure.effect-winston h2 {
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0); }

figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0; }

figure.effect-winston a {
  margin: 0 10px;
  color: #5d504f;
  font-size: 170%; }

figure.effect-winston a:hover,
figure.effect-winston a:focus {
  color: #cc6055; }

figure.effect-winston p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0); }

figure.effect-winston:hover img {
  opacity: 0.6; }

figure.effect-winston:hover h2 {
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  transform: rotate3d(0, 0, 1, 20deg); }

figure.effect-winston:hover p i {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

figure.effect-winston:hover p a:nth-child(3) i {
  transition-delay: 0.05s; }

figure.effect-winston:hover p a:nth-child(2) i {
  transition-delay: 0.1s; }

figure.effect-winston:hover p a:first-child i {
  transition-delay: 0.15s; }

/*-----------------*/
/***** Selena *****/
/*-----------------*/
figure.effect-selena {
  background: #fff; }

figure.effect-selena img {
  opacity: 0.95;
  transition: transform 0.35s;
  transform-origin: 50% 50%; }

figure.effect-selena:hover img {
  transform: scale3d(0.95, 0.95, 1); }

figure.effect-selena h2 {
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0); }

figure.effect-selena p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform-origin: 50% 0%; }

figure.effect-selena:hover h2 {
  transform: translate3d(0, 0, 0); }

figure.effect-selena:hover p {
  opacity: 1;
  transform: perspective(1000px) rotate3d(1, 0, 0, 0); }

/*-----------------*/
/***** Terry *****/
/*-----------------*/
figure.effect-terry {
  background: #34495e; }

figure.effect-terry figcaption {
  padding: 1em; }

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: '';
  transition: transform 0.35s; }

figure.effect-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  transform: translate3d(70px, 60px, 0); }

figure.effect-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  transform: translate3d(-15px, -15px, 0); }

figure.effect-terry img,
figure.effect-terry p a {
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-terry img {
  opacity: 0.85; }

figure.effect-terry h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  transition: transform 0.35s;
  transform: translate3d(100%, 0, 0); }

@media screen and (max-width: 920px) {
  figure.effect-terry h2 {
    padding: 0.75em 10px;
    font-size: 120%; } }

figure.effect-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%; }

figure.effect-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  transform: translate3d(90px, 0, 0); }

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
  color: #f3cf3f; }

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover img {
  opacity: 0.6; }

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
  transform: translate3d(0, 0, 0); }

figure.effect-terry:hover p a {
  opacity: 1; }

figure.effect-terry:hover p a:first-child {
  transition-delay: 0.025s; }

figure.effect-terry:hover p a:nth-child(2) {
  transition-delay: 0.05s; }

figure.effect-terry:hover p a:nth-child(3) {
  transition-delay: 0.075s; }

figure.effect-terry:hover p a:nth-child(4) {
  transition-delay: 0.1s; }

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/
figure.effect-phoebe {
  background: #675983; }

figure.effect-phoebe img {
  opacity: 0.85;
  transition: opacity 0.35s; }

figure.effect-phoebe:hover img {
  opacity: 0.6; }

figure.effect-phoebe figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle2.svg) no-repeat center center;
  background-size: 100% 100%;
  content: '';
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(5, 2.5, 1);
  transform-origin: 50% 50%; }

figure.effect-phoebe:hover figcaption::before {
  opacity: 0.6;
  transform: scale3d(1, 1, 1); }

figure.effect-phoebe h2 {
  margin-top: 1em;
  transition: transform 0.35s;
  transform: translate3d(0, 40px, 0); }

figure.effect-phoebe:hover h2 {
  transform: translate3d(0, 0, 0); }

figure.effect-phoebe p a {
  color: #fff;
  font-size: 140%;
  opacity: 0;
  position: relative;
  display: inline-block;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-phoebe p a:first-child {
  transform: translate3d(-60px, -60px, 0); }

figure.effect-phoebe p a:nth-child(2) {
  transform: translate3d(0, 60px, 0); }

figure.effect-phoebe p a:nth-child(3) {
  transform: translate3d(60px, -60px, 0); }

figure.effect-phoebe:hover p a {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
  background: #3498db; }

figure.effect-apollo img {
  opacity: 0.95;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s; }

figure.effect-apollo h2 {
  text-align: left; }

figure.effect-apollo:hover img {
  opacity: 0.6;
  transform: scale3d(1, 1, 1); }

figure.effect-apollo:hover figcaption::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

figure.effect-apollo:hover p {
  opacity: 1;
  transition-delay: 0.1s; }

/*-----------------*/
/***** Kira *****/
/*-----------------*/
figure.effect-kira {
  background: #fff;
  text-align: left; }

figure.effect-kira img {
  transition: opacity 0.35s; }

figure.effect-kira figcaption {
  z-index: 1; }

figure.effect-kira p {
  padding: 2.25em 0.5em;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -10px, 0); }

figure.effect-kira p a {
  margin: 0 0.5em;
  color: #101010; }

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
  opacity: 0.6; }

figure.effect-kira figcaption::before {
  position: absolute;
  top: 0;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.5em;
  background: #fff;
  content: '';
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform-origin: 50% 0; }

figure.effect-kira:hover img {
  opacity: 0.5; }

figure.effect-kira:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

figure.effect-kira:hover figcaption::before {
  opacity: 0.7;
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1); }

/*-----------------*/
/***** Steve *****/
/*-----------------*/
figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: #000; }

figure.effect-steve:before,
figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  transition: opacity 0.35s; }

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0; }

figure.effect-steve figcaption {
  z-index: 1; }

figure.effect-steve img {
  opacity: 1;
  transition: transform 0.35s;
  transform: perspective(1000px) translate3d(0, 0, 0); }

figure.effect-steve h2,
figure.effect-steve p {
  background: #fff;
  color: #2d434e; }

figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em; }

figure.effect-steve h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(0.9, 0.9, 1); }

figure.effect-steve:hover:before {
  opacity: 1; }

figure.effect-steve:hover img {
  transform: perspective(1000px) translate3d(0, 0, 21px); }

figure.effect-steve:hover h2:before {
  opacity: 0; }

figure.effect-steve:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/*-----------------*/
/***** Moses *****/
/*-----------------*/
figure.effect-moses {
  background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%); }

figure.effect-moses img {
  opacity: 0.85;
  transition: opacity 0.35s; }

figure.effect-moses h2,
figure.effect-moses p {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #fff; }

figure.effect-moses h2 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  transition: transform 0.35s;
  transform: translate3d(10px, 10px, 0); }

figure.effect-moses p {
  float: right;
  padding: 20px;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0); }

figure.effect-moses:hover h2 {
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

figure.effect-moses:hover img {
  opacity: 0.6; }

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%); }

figure.effect-jazz img {
  opacity: 0.9; }

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform-origin: 50% 50%; }

figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  transform: scale3d(0.8, 0.8, 1); }

figure.effect-jazz h2 {
  padding-top: 26%;
  transition: transform 0.35s; }

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0; }

figure.effect-jazz:hover img {
  opacity: 0.7;
  transform: scale3d(1.05, 1.05, 1); }

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: #030c17; }

figure.effect-ming img {
  opacity: 0.9;
  transition: opacity 0.35s; }

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1); }

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  transition: transform 0.35s; }

figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.5); }

figure.effect-ming:hover h2 {
  transform: scale(0.9); }

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-ming:hover img {
  opacity: 0.4; }

/*---------------*/
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
  background: linear-gradient(-45deg, #000 0%, #fff 100%); }

figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: calc(100% + 10px);
  opacity: 0.9;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 242px; }

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  transform: scale3d(0.5, 0.5, 1);
  transform-origin: 50% 50%; }

figure.effect-lexi:hover img {
  opacity: 0.6;
  transform: translate3d(0, 0, 0); }

figure.effect-lexi h2 {
  text-align: left;
  transition: transform 0.35s;
  transform: translate3d(5px, 5px, 0); }

figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  transform: translate3d(20px, 20px, 0); }

figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
  background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%); }

figure.effect-duke img,
figure.effect-duke p {
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-duke:hover img {
  opacity: 0.1;
  transform: scale3d(2, 2, 1); }

figure.effect-duke h2 {
  transition: transform 0.35s;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% 100%; }

figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% -100%; }

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center; }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }

@media (min-width: 992px) {
  .home.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand .c-desktop-logo-inverse {
    position: absolute;
    top: 6px;
    max-width: 100px; } }

@media (min-width: 1200px) {
  .fix {
    left: 50px; } }

.video-container {
  width: 100%;
  height: 100vh; }

.yt-controls {
  position: absolute !important;
  bottom: 15px;
  z-index: 9999 !important;
  right: 15px; }
  .yt-controls .fa {
    font-size: 24px;
    color: white; }
    .yt-controls .fa:first-child {
      padding: 0 5px 0 0; }

svg + svg {
  margin-top: 2em; }

.scroll-down {
  max-width: 30px;
  margin: 0 auto;
  position: absolute !important;
  bottom: 110px;
  z-index: 100000;
  left: 0;
  right: 0; }

svg {
  width: 30px;
  max-height: 40px;
  display: inline-block; }

.arrow-down path {
  stroke: white;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; }

@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: .8; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.arrow-down path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */ }

.arrow-down path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */ }

.arrow-down path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */ }

.intro-c-lang {
  background: #eee;
  margin-top: 31px !important; }
  .intro-c-lang a {
    padding: 8px !important; }
  .intro-c-lang .dropdown-menu {
    margin-right: 100px;
    top: 69px; }

.c-page-on-scroll .intro-c-lang {
  margin-top: 14px !important; }
  .c-page-on-scroll .intro-c-lang .dropdown-menu {
    top: 52px; }

.c-content-label {
  float: left;
  margin-bottom: 10px; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .owl-item .img-responsive, .thumbnail a > img, .thumbnail > img {
  max-width: 210px;
  float: left;
  padding-right: 20px;
  clear: both; }

/* --------------- */ 

@media (min-width: 992px) {
  /* 992px */
  .c-layout-header .c-topbar {
    height: 45px; } /*45*/
}
@media (max-width: 991px) {
  /* 991px */
  .c-layout-header .c-topbar {
    margin: 0;
    min-height: 45px; } /*45*/
}

  .c-layout-header-fixed .c-layout-page {
    margin-top: 145px; } /*145 // 165 slideshow header */
  .c-layout-header-fixed.c-layout-header-topbar .c-layout-page {
    margin-top: 145px; } /*145*/

.c-layout-header-fixed .c-layout-header .c-topbar .container .c-top-menu .c-links a, .c-layout-header-fixed .c-layout-header .c-topbar .container .c-top-menu .c-links .c-divider {
    font-size: 20px;
    padding-top: 8px;
}

.tab-content .tab-pane {    
    position: relative;
}
#pedigree_tree {
    font-size: 12px;
}
iframe {
    border: none; 
}
#hippomundo{
    height: 100vh;
    font-size: 12px;
}
#paardtabs {
    text-transform: uppercase;
    border-bottom: 1px solid #33a457;
    margin-top: 5px;
}
#paardtabs .active a {
    background-color: #fff;
    color: #33a457;
}
            
.font14 {
    font-size: 14px;
}

.text-grey {
    color: #686c71 !important;
}
.text-light-grey {
    color: #8a8d91;
}
.text-green {
    color: #33a457;
}
.text-white {
    color: #fff;
}
a.text-white:hover {
    color: #fff;
}
a.text-green:link, a.text-green:hover {
    color: #33a457;
}
.background-green {
    background-color: #33a457;
}

h4  {
    color: #33a457;
}

.c-theme-btn.btn.btn-white {
  color: #33a457;
  background: #fff;
  border-color: #fff; }
.c-theme-btn.btn.btn-white:hover{
  color: #fff;
  background: #33a457;
  border-color: #fff; 
}

.borderradius5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.borderradius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.spacingbanner {
    height: 40px;
}
.spacingbanner-60 {
    height: 60px;
}

.height75 {
    min-height: 75px;
}
@media (max-width: 991px) {
    .height75 {
        min-height: auto;
        height: auto;
    }
}

.height150 {
    height: 150px;
}
.height100 {
    height: 100px;
}
.height80 {
    height: 80px;
}

.taalkeuze {
    background-color: #686c71;
}

.p-t-10 {
    padding-top: 10px;
}


.pedigree {
    border: 0px solid #cecece;
    border-collapse: collapse;
    width: 100%;
}
.pedigree td {
    border-bottom: 1px solid #33a457;
    border-collapse: collapse;
    padding: 3px 1px;
}
.pedigree td.noborder {
    border-bottom: 0px solid #33a457;
}
.pedigree td.highlight {
    font-weight: bold;
}

.paardoverzicht {
    background-image: url('/userfiles/image.php?src=/assets/base/img/nopic.jpg&w=600&h=400&zc=1');
    background-size: auto 190px; 
    background-position: center;
    background-repeat: no-repeat; width:100%; height:190px;
}

@media (min-width: 991px) {
    
.c-content-feature-4 .c-feature-bg,
.c-content-feature-4 .c-content-area {
  height: 600px; /* 350 / 750 */
  margin-bottom: -600px; /*350 / 750 */ }

  .c-content-feature-4 .c-feature-content .c-content-v-center {
    height: 445px; /*350 / 750 */ }
  
  .c-content-feature-4 .c-content-left.c-diagonal {
    border-right: 200px solid; /*100*/
    border-top: 600px solid transparent; } /*350 / 750 */
  .c-content-feature-4 .c-content-left.c-arrow {
    border-right: 200px solid; /*100*/
    border-top: 300px solid transparent;/*175 / 375 */
    border-bottom: 300px solid transparent; /*175 / 375 */ }
  
  .c-content-feature-4 .c-content-right.c-semi-circle {
    border-top-left-radius: 25% 50%; /* 20 50 */
    border-bottom-left-radius: 25% 50%; }
  .c-content-feature-4 .c-content-right.c-diagonal {
    border-left: 200px solid; /*100*/
    border-top: 600px solid transparent; } /* 350 / 750 */
  .c-content-feature-4 .c-content-right.c-arrow {
    border-left: 200px solid; /*100*/
    border-top: 300px solid transparent; /*175 / 375*/
    border-bottom: 300px solid transparent; /*175 / 375*/ }
  
}

@media (max-width: 991px) {
    .c-content-feature-4 .c-feature-bg {
      width: 100%;
      height: 700px; /* 0 / 750 */
      margin-bottom: -0px; }
    
      .c-content-feature-4 .c-feature-content > .c-content-v-center {
        height: auto;
        padding-top: 0px; /* 0 */ }
}

.page_content p {
    margin-bottom: 20px;
}
.page_content h2 {
    color: #33a457;
}

#cf4a {
    background-size: 1000px 667px;
    background-position: right -30px; 
    background-attachment: scroll;
    background-repeat: no-repeat;
}
#cf4a_titel {
    margin-top: 0px;
}

/* homepage ronde banner foto : iphone */
@media only screen and (max-width: 500px) {
    .c-content-feature-4 .c-feature-bg {
        width: 100%;
        height: 330px; /* 0 / 750 */
        margin-bottom: -0px; 
    }
    .c-content-feature-4 .c-feature-content > .c-content-v-center {
        height: auto;
        padding-top: 0px; /* 0 */ 
    }
    #cf4a {
        background-size: 500px 333px;
        background-position: center 10px; 
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #cf4a_titel {
        margin-top: 30px;
        margin-bottom: 0px;
    }
}


/* homepage ronde banner foto : ipad */
@media only screen and (min-width: 501px) and (max-width: 1350px) {
    #cf4a {
        background-size: cover;
        background-position: -100px -10px;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    #cf4a_titel {
        margin-top: 0px;
    }
}