/*
   .-----------------------------------------------------.
   |                        FONTS                        |
   '-----------------------------------------------------'
*/

.yth .reg-font {
  font-family: robotoregular, sans-serif;
}

.yth .sb-font {
  font-family: robotomedium, sans-serif;
  font-weight: normal;
}

.yth .b-font,
.yth strong {
  font-family: robotobold, sans-serif;
  font-weight: normal;
}

.yth .i-font {
  font-family: robotoitalic, sans-serif;
  font-weight: normal;
}

.yth,
.yth .light-font {
  font-family: robotolight, sans-serif;
  font-weight: normal;
}

.yth .bk-font {
  font-family: robotoblack, sans-serif;
  font-weight: normal;
}

.yth .conr-font,
.html5tooltip-box .conr-font {
  font-family: roboto_condensedregular, sans-serif;
  font-weight: normal;
}

.yth .coni-font {
  font-family: roboto_condenseditalic, sans-serif;
  font-weight: normal;
}

.yth .conb-font,
.html5tooltip-box .conb-font,
.divslider-content p strong,
.yth .yth-header-1,
.yth .yth-header-2,
.yth-loading .conb-font {
  font-family: roboto_condensedbold, sans-serif;
  font-weight: normal;
}

/*
   .-----------------------------------------------------.
   |            COMPATIBILITY WITH UNFPA SITE            |
   '-----------------------------------------------------'
*/

body #main > .max_wrapper {
  margin: 0;
  max-width: none;
  padding: 0;
  background: none;
}

body strong {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

body #main .breadcrumb,
.btn.btn-primary,
#page-title,
#toolbar {
  display: none!important;
}

/*
   .-----------------------------------------------------.
   |                       GENERAL                       |
   '-----------------------------------------------------'
*/

/* Top level container. */
.yth {
  background: #fff;
  color: #202020;
  font-size: 18px;
  line-height: 1.5em;/* 27px */
  min-width: 375px;
}

.yth * {
  font-family: inherit;
}

.yth a {
  color: #3079b3;
  text-decoration: none;
}

.yth a:hover {
  color: #3079b3;
  text-decoration: underline;
}

.yth-section-1 p a {
  color: #ab4bee;
}

.yth-section-3 p a {
  color: #ee4b4b;
}

.yth-section {
  background: #fff;
}

.yth-header-1 {
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: #636261;
}

.yth-header-2 {
  font-size: 32px;
  line-height: 44px;
  color: #636261;
}

.yth blockquote {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  border: 0;
  background: none;
  font-size: 1em;
  color: inherit;
}

.yth cite {
  margin: 0;
  font-size: 1em;
}

.yth-not-uppercase {
  text-transform: none;
}

/* Fixes Chrome button outline */
.yth button {
  outline: 0 none;
}

/* Fixes Edge showing emojis instead of some UTF-8 chars */
.yth .ms-edge-utf8-char-fix {
  font-family: "Segoe UI Symbol", sans-serif;
}

/* --- Positioning And Alignment --- */

.yth-width-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.yth-side-padding {
  padding-right: 30px;
  padding-left: 96px;
}

.yth-section-padd,
.yth-has-border {
  padding-bottom: 156px;
}

.yth-subsection {
  padding-top: 156px;
}

.yth-spacing-bottom {
  padding-bottom: 72px;
}

.yth-has-border {
  border-bottom: 3px solid #d1d2d4;
}

@media all and (max-width: 960px) {
  .yth-side-padding {
    padding-right: 30px;
    padding-left: 86px;
  }
}

@media all and (max-width: 768px) {
  .yth-side-padding {
    padding-right: 20px;
    padding-left: 66px;
  }

  .yth-section-padd,
  .yth-has-border {
    padding-bottom: 72px;
  }

  .yth-subsection {
    padding-top: 72px;
  }

  .yth-spacing-bottom {
    padding-bottom: 48px;
  }
}

@media all and (max-width: 640px) {
  .yth-side-padding {
    padding-right: 20px;
    padding-left: 56px;
  }
}

@media all and (max-width: 480px) {
  .yth-section-padd,
  .yth-has-border {
    padding-bottom: 48px;
  }
  
  .yth-subsection {
    padding-top: 48px;
  }

  .yth-spacing-bottom {
    padding-bottom: 36px;
  }
}

/*
   .-----------------------------------------------------.
   |                       LOADING                       |
   '-----------------------------------------------------'
*/

.yth-loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d2840;
  color: #fff;
  z-index: 29;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.yth-loading-inner {
  display: table-cell;
  vertical-align: middle;
}

.yth-loading-content {
  width: 100%;
  max-width: 350px;
  padding: 30px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.yth-loading-title {
  display: block;
  padding-bottom: 20px;
}

.yth-loading-bar {
  display: block;
  width: 275px;
  height: 7px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.07);
}

.yth-loading-bar-inner {
  display: block;
  width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.yth-loading-bar-piece {
  display: block;
  width: 55px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.yth-loading-bar-piece.piece-1 {
  left: 0;
  background: #4bc6f1;
}

.yth-loading-bar-piece.piece-2 {
  left: 55px;
  background: #f3ae60;
}

.yth-loading-bar-piece.piece-3 {
  left: 110px;
  background: #60bd62;
}

.yth-loading-bar-piece.piece-4 {
  left: 165px;
  background: #d967a8;
}

.yth-loading-bar-piece.piece-5 {
  left: 220px;
  background: #3794d0;
}

.yth-loading-count {
  display: block;
  padding-top: 18px;
}

@media all and (max-width: 400px) {
  .yth-loading-bar {
    width: 220px;
  }

  .yth-loading-bar-piece {
    width: 44px;
  }

  .yth-loading-bar-piece.piece-2 {
    left: 44px;
  }

  .yth-loading-bar-piece.piece-3 {
    left: 88px;
  }

  .yth-loading-bar-piece.piece-4 {
    left: 132px;
  }

  .yth-loading-bar-piece.piece-5 {
    left: 176px;
  }
}

/*
   .-----------------------------------------------------.
   |                         NAV                         |
   '-----------------------------------------------------'
*/

.yth-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 100%;
  z-index: 6;
}

/* Nav fades in once user scrolls. */
html.js .yth-nav {
  display: none;
}

.yth-nav ul {
  padding: 0;
  margin: -151px 0 0 0;
  width: 100%;
  position: relative;
  top: 50%;
}

.yth-nav ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yth-nav ul a {
  display: block;
  width: 100%;
  height: 34px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 34px;
  outline: 0;
  margin-top: 14px;
}

.yth-nav ul a:hover,
.yth-nav ul a.active {
  color: #fff;
  text-decoration: none;
}

.yth-nav-tile {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #d0d0d2;
  transition: background-color 0.3s;
}

.yth-nav-label {
  display: block;
  position: relative;
  height: 100%;
  text-align: left;
  width: 0;
  margin-left: 66px;
  overflow: hidden;
  text-indent: -800px;
  transition: width 0.3s, text-indent 0.35s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.yth-nav-label span {
  display: block;
  height: 100%;
  padding-left: 17px;
  overflow: hidden;
}

.yth-no-touchmobile .yth-nav a:hover .yth-nav-label,
/* Keep opened until scrolls to section - $.blur() */
.yth-nav a:focus .yth-nav-label,
/* For on-load animation */
.yth-nav a.js-hover .yth-nav-label {
  width: 150px;
  text-indent: 0;
}

/* --- Colors --- */

.yth-no-touchmobile .nav-section-0 a:hover .yth-nav-tile,
.nav-section-0 a:focus .yth-nav-tile,
.nav-section-0 a.active .yth-nav-tile,
.nav-section-0 a.js-hover .yth-nav-tile {
  background: #2467a0;
}

.nav-section-0 .yth-nav-label {
  background: rgba(36, 103, 160, 0.5);
}

.yth-no-touchmobile .nav-section-1 a:hover .yth-nav-tile,
.nav-section-1 a:focus .yth-nav-tile,
.nav-section-1 a.active .yth-nav-tile,
.nav-section-1 a.js-hover .yth-nav-tile {
  background: #8559d0;
}

.nav-section-1 .yth-nav-label {
  background: rgba(133, 89, 208, 0.5);
}

.yth-no-touchmobile .nav-section-2 a:hover .yth-nav-tile,
.nav-section-2 a:focus .yth-nav-tile,
.nav-section-2 a.active .yth-nav-tile,
.nav-section-2 a.js-hover .yth-nav-tile {
  background: #239b7b;
}

.nav-section-2 .yth-nav-label {
  background: rgba(35, 155, 123, 0.5);
}

.yth-no-touchmobile .nav-section-3 a:hover .yth-nav-tile,
.nav-section-3 a:focus .yth-nav-tile,
.nav-section-3 a.active .yth-nav-tile,
.nav-section-3 a.js-hover .yth-nav-tile {
  background: #b62659;
}

.nav-section-3 .yth-nav-label {
  background: rgba(182, 38, 89, 0.5);
}

.yth-no-touchmobile .nav-section-4 a:hover .yth-nav-tile,
.nav-section-4 a:focus .yth-nav-tile,
.nav-section-4 a.active .yth-nav-tile,
.nav-section-4 a.js-hover .yth-nav-tile {
  background: #b73adb;
}

.nav-section-4 .yth-nav-label {
  background: rgba(183, 58, 219, 0.5);
}

.yth-no-touchmobile .nav-section-5 a:hover .yth-nav-tile,
.nav-section-5 a:focus .yth-nav-tile,
.nav-section-5 a.active .yth-nav-tile,
.nav-section-5 a.js-hover .yth-nav-tile {
  background: #f79520;
}

.nav-section-5 .yth-nav-label {
  background: rgba(247, 149, 32, 0.5);
}

/* --- Responsive --- */

@media all and (max-width: 960px) {
  .yth-nav {
    width: 56px;
  }

  .yth-nav-label {
    margin-left: 56px;
  }

  .yth-nav ul {
    margin-top: -121px;
  }

  .yth-nav ul a {
    margin-top: 7px;
  }
}

@media all and (max-width: 768px) {
  .yth-nav {
    width: 46px;
  }

  .yth-nav-label {
    margin-left: 46px;
  }
}

@media all and (max-width: 640px) {
  .yth-nav {
    width: 36px;
  }

  .yth-nav-label {
    margin-left: 36px;
  }
}

/*
   .-----------------------------------------------------.
   |                    ENTRY SECTION                    |
   '-----------------------------------------------------'
*/

/* When this reaches the top of viewport, .yth-entry-main will become fixed. */
.yth-entry {
  position: relative;
  z-index: 1;
}

/* --- Triggers --- */

/* Triggers are used as scene activators. */
/* They also control the total height of the whole entry section. */
.yth-entry-triggers {
  position: relative;
  z-index: 2;
}

.yth-entry-triggers span {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.yth-entry-triggers .entry-trigger-6 {
  display: none;
}

/* Each scene lasts for 4 full viewport height scrolls. */
.yth-entry-js .yth-entry-triggers span {
  height: 150vh;
}

/* Exception is first scene, which is already on screen when animation starts */
/* so it should start animating at the moment which is after scene has */
/* already slide in to the screen. */
.yth-entry-js .yth-entry-triggers .entry-trigger-1 {
  /* This value is default scene height * fraction of scene which is */
  /* used for incoming animation. */
  height: 150vh;
}

/* And this last dummy trigger is there to keep 5th scene on screen for */
/* extra 1 viewport height which would normally be the moment when the */
/* next scene is sliding in, covering scene 5. */
.yth-entry-js .yth-entry-triggers .entry-trigger-6 {
  display: block;
  height: 100vh;
}

/* --- Scenes And Controls Wrapper --- */

.yth-entry-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* This will be changed to absolute position when js is on. */
/* This becomes fixed position once .yth-entry reaches the top of viewport. */
.yth-entry-stick {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yth-entry-js .yth-entry-stick {
  position: absolute;
  height: 100vh;
}

/* --- Controls --- */

.yth-entry-controls {
  display: none;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 2;
}

.yth-entry-js .yth-entry-controls {
  display: block;
}

.yth-entry-controls button {
  float: right;
  padding: 11px 0 10px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  outline: none;
  /* Reset */
  border: 0;
}

.yth-entry-controls button:focus,
.yth-entry-controls button:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.yth-entry-controls button.yth-entry-autoplay {
  margin-left: 30px;
}

button.yth-entry-autoplay {
  background: url(images/entry/entry-play.svg) 0 center no-repeat;
  background-size: auto 12px;
}

button.yth-entry-skip {
  padding-left: 20px;
  background: url(images/entry/entry-skip.svg) 0 center no-repeat;
  background-size: auto 11px;
}

button.yth-entry-autoplay.is-playing {
  background-image: url(images/entry/entry-pause.svg);
}

/* --- Scenes --- */

.yth-entry-scenes {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

/* This will be changed to absolute position when js is on. */
/* Each scene is absolute positioned so we can slide it etc. */
.yth-entry-scene {
  position: relative;
  width: 100%;
  /* 1/5 of 100% because there are 5 scenes. */
  height: 20%;
  overflow: hidden;
  cursor: default;
}

.yth-entry-js .yth-entry-scene {
  cursor: pointer;
}

.yth-entry-playing .yth-entry-scene {
  cursor: default;
}

.yth-entry-js .yth-entry-scene {
  position: absolute;
  height: 100%;
  left: 100%;
  top: 0;
  -webkit-transition: left 0.65s cubic-bezier(0.62,0.02,0.34,1);
  -moz-transition: left 0.65s cubic-bezier(0.62,0.02,0.34,1);
  transition: left 0.65s cubic-bezier(0.62,0.02,0.34,1);
}

.yth-entry-js .yth-entry-scene.yth-animated,
.yth-entry-js .yth-entry-scene.scene-1 {
  left: 0;
}

.yth-entry-content {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.yth-entry-content-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 30px;
}

.yth-entry-content-anim {
  overflow: hidden;
}

html.js .yth-entry-content-anim > * {
  display: block;
  -webkit-transition: transform 0.65s cubic-bezier(0.62,0.02,0.34,1);
  -moz-transition: transform 0.65s cubic-bezier(0.62,0.02,0.34,1);
  transition: transform 0.65s cubic-bezier(0.62,0.02,0.34,1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

html.js .yth-entry-content-anim.yth-animated > * {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

html.js .yth-entry-content-anim:nth-child(2) > * {
  -webkit-transition-delay: .12s;
  -moz-transition-delay: .12s;
  transition-delay: .12s;
}

.yth-entry-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

.yth-entry-tint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 4;
  overflow: hidden;
}

.yth-entry-js .yth-entry-tint {
  display: block;
}

.yth-entry .yth-credit {
  padding: 0;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  right: 14px;
  bottom: 10px;
  z-index: 3;
  font-size: 14px;
  line-height: 1.5em;
}

/* --- Scenes Individual Styles --- */

.yth-entry-scene.scene-1 {
  z-index: 1;
  background: #439bda;
}

.yth-entry-scene.scene-2 {
  z-index: 2;
  background: #d08317;
}

.yth-entry-scene.scene-3 {
  z-index: 3;
  background: #33d752;
}

.yth-entry-scene.scene-4 {
  z-index: 4;
  background: #d850be;
}

.yth-entry-scene.scene-5 {
  z-index: 5;
  background: #4e7187;
}

.scene-1 .yth-entry-bg {
  background-image: url(images/entry/entry-1.jpg);
}

.scene-2 .yth-entry-bg {
  background-image: url(images/entry/entry-2.jpg);
}

.scene-3 .yth-entry-bg {
  background-image: url(images/entry/entry-3.jpg);
}

.scene-4 .yth-entry-bg {
  background-image: url(images/entry/entry-4.jpg);
}

.scene-5 .yth-entry-bg {
  background-image: url(images/entry/entry-5.jpg);
}

/* --- Scene Contents --- */

.yth-entry-content-huge {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 300px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.yth-es .yth-entry-content-huge {
  font-size: 200px;
}

.yth-entry-content-copy {
  margin: 25px 0 0 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase;
}

.yth-entry-content-frame {
  margin: 0 auto;
  max-width: 868px;
  padding: 77px 30px 56px 30px;
  color: #fff;
  background: rgba(1, 12, 29, 0.7);
  text-transform: uppercase;
  text-align: center;
}

.yth-entry-content-frame-huge {
  margin: 0;
  font-size: 75px;
  line-height: 1em;
}

.yth-entry-content-frame-copy {
  margin: 6px auto 0 auto;
  font-size: 40px;
  line-height: 1.5em;
}

.yth-entry-logo {
  display: block;
  width: 211px;
  height: auto;
  margin: 28px auto 0 auto;
}

.yth-entry .yth-share-inner {
  width: 164px;
  margin: 0 auto;
  padding-top: 30px;
}

.yth-entry .yth-share a:not(:hover) {
  color: #fff;
}

/* --- Responsive --- */

@media all and (max-width: 1600px) {
  .yth-entry-content-huge {
    font-size: 250px;
    line-height: 1em;
  }

  .yth-entry-content-copy {
    font-size: 46px;
    line-height: 1.25em;
    margin-top: 22px;
  }
}

@media all and (max-width: 1400px) {
  .yth-es .yth-entry-content-huge {
    font-size: 150px;
  }
}

@media all and (max-width: 1300px) {
  .yth-entry-content-huge {
    font-size: 180px;
    line-height: 1em;
  }

  .yth-entry-content-copy {
    font-size: 36px;
    line-height: 1.25em;
    margin-top: 20px;
  }
}

@media all and (max-width: 1050px) {
  .yth-es .yth-entry-content-huge {
    font-size: 100px;
  }
}

@media all and (max-width: 900px) {
  .yth-entry-content-huge {
    font-size: 150px;
    line-height: 1em;
  }

  .yth-entry-content-copy {
    font-size: 32px;
    line-height: 1.25em;
    margin-top: 18px;
  }

  .yth-entry-content-frame-huge {
    font-size: 65px;
    line-height: 1em;
  }

  .yth-entry-content-frame-copy {
    font-size: 35px;
    line-height: 1.5em;
  }

  .yth-entry-logo {
    width: 180px;
  }
}

@media all and (max-width: 768px) {
  .yth-entry-content-huge {
    font-size: 100px;
    line-height: 1em;
  }
  
  .yth-es .yth-entry-content-huge {
    font-size: 80px;
  }

  .yth-entry-content-copy {
    font-size: 24px;
    line-height: 1.25em;
    margin-top: 16px;
  }

  .yth-entry-content-frame-huge {
    font-size: 55px;
    line-height: 1em;
  }

  .yth-entry-content-frame-copy {
    font-size: 30px;
    line-height: 1.5em;
  }

  .yth-entry-logo {
    width: 170px;
  }
}

@media all and (max-width: 640px) {
  .yth-entry-content-huge {
    font-size: 80px;
    line-height: 1em;
  }
  
  .yth-es .yth-entry-content-huge {
    font-size: 60px;
  }

  .yth-entry-content-frame {
    margin: 0 auto;
    max-width: 868px;
    padding: 37px 30px 30px 30px;
  }

  .yth-entry-content-frame-huge {
    font-size: 45px;
    line-height: 1em;
  }

  .yth-entry-content-frame-copy {
    font-size: 27px;
    line-height: 1.5em;
  }

  .yth-entry-content-frame-copy br {
    display: none;
  }

  .yth-entry-logo {
    width: 160px;
  }
}

@media all and (max-width: 480px) {
  .yth-entry-content-huge {
    font-size: 70px;
    line-height: 1em;
  }
  
  .yth-es .yth-entry-content-huge {
    font-size: 50px;
  }
}

@media all and (max-height: 600px) {
  .yth-entry-controls {
    top: 5px;
  }

  .yth-entry-content-frame {
    padding-top: 56px;
    height: 100%;
  }
  
  .yth-entry-content-frame-huge {
    font-size: 35px;
    line-height: 1em;
  }

  .yth-entry-content-frame-copy {
    font-size: 27px;
    line-height: 1.5em;
  }

  .yth-entry-logo {
    width: 100px;
    margin-top: 10px;
  }

  .yth-entry .yth-share-inner {
    padding-top: 10px;
  }

  .yth-entry-scene.scene-5 .yth-entry-content-inner {
    padding: 0;
  }
}

/*
   .-----------------------------------------------------.
   |                    SECTION INTRO                    |
   '-----------------------------------------------------'
*/

.yth-intro {
  height: 100vh;
  position: relative;
}

.yth-intro-js {
  height: 200vh;
}

.yth-intro-stick {
  height: 100vh;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.yth-intro-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
}

.yth-intro-bg-1 {
  width: 100%;
  height: 100%;
  background: center top no-repeat;
  background-size: cover;
}

.yth-intro-photocredit {
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #fff;
  opacity: 0.7;
  z-index: 3;
  font-size: 14px;
  line-height: 1.5em;
}

.yth-intro-content {
  display: table;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.yth-intro-content-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 96px 0 96px;
}

.yth-intro-content h2 {
  margin: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 120px;
  line-height: 1.2em;
}

.yth-intro-content p {
  margin: 34px auto 0 auto;
  max-width: 500%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1.25em;
}

.yth-intro-content-anim {
  overflow: hidden;
}

html.js .yth-intro-content-anim > * {
  display: block;
  -webkit-transition: transform 0.65s cubic-bezier(0.62,0.02,0.34,1);
  -moz-transition: transform 0.65s cubic-bezier(0.62,0.02,0.34,1);
  transition: transform 0.65s cubic-bezier(0.62,0.02,0.34,1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

html.js .yth-intro-content-anim.yth-animated > * {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

html.js .yth-intro-content-anim:nth-child(2) > * {
  -webkit-transition-delay: .12s;
  -moz-transition-delay: .12s;
  transition-delay: .12s;
}

/* --- Responsive --- */

@media all and (max-width: 960px) {
  .yth-intro-content-inner {
    padding: 0 86px;
  }
}

@media all and (max-width: 900px) {
  .yth-intro-content h2 {
    font-size: 80px;
    line-height: 1.2em;
  }

  .yth-intro-content p {
    font-size: 32px;
    line-height: 1.25em;
    margin-top: 30px;
  }
}

@media all and (max-width: 768px) {
  .yth-intro-content-inner {
    padding: 0 66px;
  }
  
  .yth-intro-content h2 {
    font-size: 70px;
    line-height: 1.2em;
  }

  .yth-intro-content p {
    font-size: 30px;
    line-height: 1.25em;
    margin-top: 16px;
  }
}

@media all and (max-width: 640px) {
  .yth-intro-content-inner {
    padding: 0 56px;
  }
}

@media all and (max-width: 560px) {
  .yth-intro-content h2 {
    font-size: 50px;
    line-height: 1.2em;
  }
}

@media all and (max-width: 480px) {
  .yth-intro-content h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .yth-intro-content p {
    font-size: 24px;
    line-height: 1.25em;
    margin-top: 16px;
  }
}

/*
   .-----------------------------------------------------.
   |                      WELCOME                        |
   '-----------------------------------------------------'
*/

p.yth-welcome-text {
  margin: 0 0 20px 0;
  text-align: center;
}

p.yth-welcome-highlight {
  margin: 60px auto 0 auto;
  text-align: center;
  color: #565354;
  max-width: 700px;
}

p.yth-welcome-highlight span {
  display: block;
}

.yth-welcome-highlight-begining {
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 3px;
}

.yth-welcome-highlight-medium {
  font-size: 36px;
  line-height: 55px;
  text-transform: uppercase;
}

.yth-welcome-highlight-large {
  font-size: 60px;
  line-height: 70px;
  color: #2467a0;
  text-transform: uppercase;
}

.yth-welcome-video {
  max-width: 750px;
  margin: 60px auto 0 auto;
}

.yth-welcome-video-holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.yth-welcome-video-holder iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
   .-----------------------------------------------------.
   |                     ICON LIST                       |
   '-----------------------------------------------------'
*/

h3.yth-iconlist-title {
  margin: 0 0 56px 0;
  text-align: center;
}

.yth-iconlist-list {
  overflow: hidden;
  margin-bottom: -55px;
}

.yth-iconlist-list ul {
  margin: 0 0 0 -30px;
  padding: 0;
}

.yth-iconlist-list ul li {
  float: left;
  width: 20%;
  padding: 0 0 0 30px;
  margin: 0 0 55px 0;
  box-sizing: border-box;
  list-style: none;
}

.yth-iconlist-icon {
  width: 100%;
  max-width: 135px;
  margin: 0 auto;
}

.yth-iconlist-iconholder {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.yth-iconlist-iconholder img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.yth-iconlist-list h4 {
  margin: 25px 0 30px 0;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.yth-iconlist-list p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.yth-iconlist-item-1 h4 {
  color: #de5299;
}

.yth-iconlist-item-2 h4 {
  color: #3b91d6;
}

.yth-iconlist-item-3 h4 {
  color: #90c92c;
}

.yth-iconlist-item-4 h4 {
  color: #f28601;
}

.yth-iconlist-item-5 h4 {
  color: #7b589e;
  margin: 10px 0 15px;
}

.yth-iconlist .yth-share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 48px;
  padding-top: 48px;
}

.yth-iconlist .yth-share-inner {
  width: 164px;
  margin: 0 auto;
}

@media all and (max-width: 1000px) {
  .yth-iconlist-list ul li {
    width: 33.3333%;
  }
  
  .yth-iconlist-list ul li:nth-child(4) {
    clear: left;
  }
}

@media all and (max-width: 640px) {
  .yth-iconlist-list ul li {
    width: 50%;
  }

  .yth-iconlist-list ul li:nth-child(3),
  .yth-iconlist-list ul li:nth-child(5) {
    clear: left;
  }

  .yth-iconlist-list ul li:nth-child(4) {
    clear: none;
  }

  .yth-iconlist .yth-share {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media all and (max-width: 480px) {
  .yth-iconlist-list ul li {
    width: 100%;
  }
}

/*
   .-----------------------------------------------------.
   |                     WORLD MAP                       |
   '-----------------------------------------------------'
*/

.yth-worldmap-title {
  margin: 0 auto 60px auto;
  text-align: center;
  max-width: 978px;
}

/* --- Map Factoids --- */

.yth-worldmap-facts-1,
.yth-worldmap-facts-2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.yth-worldmap-facts-1 {
  max-width: 540px;
}

.yth-worldmap-facts-inner {
  margin-left: -30px;
}

.yth-worldmap-fact {
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 36px;
  line-height: 44px;
  color: #636261;
}

.yth-es .yth-worldmap-fact,
.yth-fr .yth-worldmap-fact {
  font-size: 28px;
}

.yth-worldmap-fact-content {
  width: 100%;
}

.yth-worldmap-fact-icon-holder {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.yth-worldmap-fact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.yth-worldmap-fact-count {
  color: #2467a0;
}

/* Fact Type 1 */

.yth-worldmap-facts-1 {
  text-align: center;
  margin-bottom: 72px;
}

.yth-worldmap-facts-1 .yth-worldmap-fact-icon {
  max-width: 110px;
  margin: 0 auto;
}

.yth-worldmap-facts-1 .yth-worldmap-fact {
  width: 50%;
}

.yth-worldmap-facts-1 .yth-worldmap-fact-count {
  font-size: 72px;
  line-height: 1em;
  padding: 7px 0 11px 0;
}

/* Fact Type 2 */

.yth-worldmap-facts-2 .yth-worldmap-fact {
  width: 33.3333%;
  border-left: 2px solid #636261;
  padding: 0 30px;
}

.yth-worldmap-facts-2 .yth-worldmap-fact:last-child {
  padding-right: 0
}

.yth-worldmap-facts-2 .yth-worldmap-fact-icon {
  float: left;
  width: 65px;
}

.yth-worldmap-facts-2 .yth-worldmap-fact-count {
  font-size: 48px;
  line-height: 1em;
  margin-left: 90px;
  position: relative;
  top: -6px;
}

.yth-worldmap-facts-2 .yth-worldmap-fact-label {
  margin: -7px 0 0 90px;
  white-space: nowrap;
}

/* --- Map Controls --- */

.yth-worldmap-controls {
  width: 100%;
  overflow: hidden;
  margin-bottom: -16px;
}

.yth-worldmap-controls-inner {
  margin-left: -16px;
}

.yth-worldmap-controls button {
  display: block;
  float: left;
  width: 20%;
  padding: 0 0 0 16px;
  margin: 0 0 16px 0;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  vertical-align: top;
}

.yth-worldmap-b-content {
  display: block;
  width: 100%;
  min-height: 190px;
  overflow: hidden;
  padding: 23px 15px 20px;
  border: 2px solid;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.00001);
  transition: background-color 0.3s;
  font-size: 20px;
  line-height: 26px;
}

.yth-worldmap-count {
  display: block;
  font-size: 48px;
  line-height: 1em;
  padding-bottom: 10px;
}

.yth-worldmap-b1 .yth-worldmap-b-content {
  color: #8c5ca7;
  border-color: #8c5ca7;
}

.yth-worldmap-b2 .yth-worldmap-b-content {
  color: #f01956;
  border-color: #f01956;
}

.yth-worldmap-b3 .yth-worldmap-b-content {
  color: #f78e1e;
  border-color: #f78e1e;
}

.yth-worldmap-b4 .yth-worldmap-b-content {
  color: #1da573;
  border-color: #1da573;
}

.yth-worldmap-b5 .yth-worldmap-b-content {
  color: #0d84d8;
  border-color: #0d84d8;
}

.yth-worldmap-b1.active .yth-worldmap-b-content {
  background: rgba(140, 92, 167, 0.3);
}

.yth-worldmap-b2.active .yth-worldmap-b-content {
  background: rgba(240, 25, 86, 0.3);
}

.yth-worldmap-b3.active .yth-worldmap-b-content {
  background: rgba(247, 142, 30, 0.3);
}

.yth-worldmap-b4.active .yth-worldmap-b-content {
  background: rgba(29, 165, 115, 0.3);
}

.yth-worldmap-b5.active .yth-worldmap-b-content {
  background: rgba(13, 132, 216, 0.3);
}

/* --- Map And Disclaimer --- */

.yth-worldmap-map {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}

/* This corrects empty white spaces on svg map edges. */
.yth-worldmap-map-inner {
  margin: -0.4% -2% -0.7% -5%;
}

.yth-map-disclaimer {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 60px;
}

.yth-map-disclaimer p {
  margin: 0 0 0.8em 0;
}

.yth-map-disclaimer p:last-child {
  margin-bottom: 0;
}

/* --- Map Share --- */

.yth-worldmap .yth-share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 48px;
  padding-top: 48px;
}

.yth-worldmap .yth-share-inner {
  width: 164px;
  margin: 0 auto;
}

/* --- Responsive --- */

@media all and (max-width: 1150px) {
  .yth-worldmap-facts-2 {
    text-align: center;
  }
  
  .yth-worldmap-facts-2 .yth-worldmap-fact:last-child {
    padding-right: 30px;
  }

  .yth-worldmap-facts-2 .yth-worldmap-fact-icon {
    float: none;
    width: 65px;
    margin: 0 auto 10px auto;
  }

  .yth-worldmap-facts-2 .yth-worldmap-fact-count {
    margin-left: 0;
    top: 0;
  }

  .yth-worldmap-facts-2 .yth-worldmap-fact-label {
    margin: 4px 0 0 0;
    white-space: normal;
  }
}

@media all and (max-width: 1000px) {
  .yth-worldmap-b-content {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 8px 15px;
  }
}

@media all and (max-width: 950px) {
  .yth-worldmap-facts-2 .yth-worldmap-fact,
  .yth-worldmap-facts-2 .yth-worldmap-fact:last-child {
    padding-right: 0;
    border-left: 0;
  }

  .yth-worldmap-facts-2 .yth-worldmap-fact-icon {
    float: none;
    width: 65px;
    margin: 0 auto 10px auto;
  }

  .yth-worldmap-facts-2 .yth-worldmap-fact-count {
    margin-left: 0;
    top: 0;
  }

  .yth-worldmap-facts-2 .yth-worldmap-fact-label {
    margin: 4px 0 0 0;
    white-space: normal;
  }
}

@media all and (max-width: 768px) {
  .yth-worldmap-controls-inner {
    margin-left: 0;
  }

  .yth-worldmap-controls button {
    float: none;
    width: 100%;
    padding: 0;
  }

  .yth-worldmap-b-content {
    padding: 10px 20px 10px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    position: relative;
    vertical-align: middle;
    min-height: 0;
    position: relative;
  }

  .yth-worldmap-count {
    display: inline;
    font-size: 20px;
    line-height: 26px;
    padding: 0 5px 0 0;
  }

  .yth-worldmap-map {
    margin-top: 30px;
  }
}

@media all and (max-width: 640px) {
  .yth-worldmap-facts-1 {
    margin-bottom: 0;
  }
  
  .yth-worldmap-facts-inner {
    margin-left: 0;
  }
  
  .yth-worldmap-facts-1 .yth-worldmap-fact,
  .yth-worldmap-facts-2 .yth-worldmap-fact {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 48px;
  }

  .yth-worldmap-facts-2 .yth-worldmap-fact:last-child {
    margin-bottom: 0;
  }

  .yth-worldmap .yth-share {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/*
   .-----------------------------------------------------.
   |                   ENOUGH FACTOID                    |
   '-----------------------------------------------------'
*/

.yth-factoid-fact-1 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  max-width: 850px;
}

.yth-factoid-highlight {
  display: block;
  color: #8559d0;
  font-size: 1.250em;
}

.yth-factoid-fact-1 .yth-factoid-bracket {
  font-size: 0.800em;
  white-space: nowrap;
}

.yth-factoid-fact-2 {
  margin: 0;
  font-size: 36px;
  line-height: 60px;
  text-align: left;
}

.yth-factoid-fact-2 .yth-factoid-highlight {
  font-size: 1.667em;
}

.yth-factoid-fact-2 .yth-factoid-highlight {
  padding-bottom: 5px;
}

.yth-factoid-group {
  overflow: hidden;
}

.yth-factoid-group-inner {
  margin-left: -80px;
}

.yth-factoid-group-fact,
.yth-factoid-group-icons {
  float: left;
  padding-left: 80px;
  box-sizing: border-box;
}

.yth-factoid-group-fact {
  width: 55%;
}

.yth-factoid-group-icons {
  width: 45%;
}

.yth-factoid-icons {
  overflow: hidden;
}

.yth-factoid-icons-inner {
  margin-left: -30px;
}

.yth-factoid-icon {
  float: left;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}

.yth-factoid-icon-inner {
  width: 100%;
}

.yth-factoid-icon-holder {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.yth-factoid-icon-holder img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.yth-factoid .yth-share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 48px;
  padding-top: 48px;
}

.yth-factoid .yth-share-inner {
  width: 164px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  .yth-factoid-fact-2 .yth-factoid-highlight {
    font-size: 1.5em
  }
}

@media all and (max-width: 1100px) {
  .yth-factoid-fact-1 {
    font-size: 40px;
    line-height: 62px;
    max-width: 750px;
  }

  .yth-factoid-fact-2 {
    font-size: 30px;
    line-height: 50px;
  }
}

@media all and (max-width: 950px) {
  .yth-factoid-fact-1 {
    font-size: 36px;
    line-height: 54px;
    max-width: 650px;
  }

  .yth-factoid-fact-2 {
    font-size: 26px;
    line-height: 42px;
  }

  .yth-factoid-fact-2 .yth-factoid-highlight {
    font-size: 1.3em
  }
}

@media all and (max-width: 768px) {
  .yth-factoid-fact-1 {
    font-size: 30px;
    line-height: 46px;
    max-width: 550px;
  }

  .yth-factoid-highlight {
    font-size: 1.150em;
  }

  .yth-factoid-fact-2 {
    font-size: 22px;
    line-height: 36px;
  }

  .yth-factoid-fact-2 .yth-factoid-highlight {
    font-size: 1.3em
  }
}

@media all and (max-width: 640px) {
  .yth-factoid-fact-1 {
    font-size: 26px;
    line-height: 42px;
  }
  
  .yth-factoid-group-inner {
    margin-left: 0;
  }
  
  .yth-factoid-group-fact {
    width: 100%;
    padding-bottom: 30px;
  }

  .yth-factoid-fact-2 {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
  }

  .yth-factoid-group-fact,
  .yth-factoid-group-icons {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }

  .yth-factoid-group-icons {
    max-width: 400px;
    padding-top: 30px;
  }

  .yth-factoid .yth-share {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media all and (max-width: 480px) {
  .yth-factoid-fact-1 {
    font-size: 22px;
    line-height: 36px;
  }
  
  .yth-factoid-group-icons {
    max-width: 150px;
  }
  
  .yth-factoid-icons-inner {
    margin-left: 0;
  }

  .yth-factoid-icon {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

/*
   .-----------------------------------------------------.
   |                     DIV SLIDER                      |
   '-----------------------------------------------------'
*/

.yth-divslider-title {
  text-align: center;
  margin: 0 0 30px;
}

p.yth-divslider-intro {
  text-align: center;
  max-width: 847px;
  margin-left: auto;
  margin-right: auto;
}

ul.yth-divslider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 495px;
  overflow: hidden;
}

.yth-divslider > li {
  display: block;
  float: left;
  margin: 0 0 0 4px;
  padding: 0;
  width: 70px;
  height: 495px;
  border-radius: 3px;
  background: right center no-repeat;
  background-color: #b73adb;
  background-size: cover;
  -ms-transition: width 0.5s ease-out, height 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out, height 0.5s ease-out;
  transition: width 0.5s ease-out, height 0.5s ease-out;
  position: relative;
  overflow: hidden;
}

.yth-divslider > li:first-child {
  margin-left: 0;
}

.yth-divslider button {
  display: block;
  padding: 5px 30px 43px 30px;
  width: 495px;
  border: 0;
  border-radius: 3px;
  background-color: #b73adb;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;

  position: absolute;
  bottom: 0;
  left: calc(50% + 40px);
  z-index: 3;

  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.divslider-icon {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #000;
  opacity: 0.6;

  position: absolute;
  top: 18px;
  right: 50%;
  margin-right: -12px;

  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.divslider-content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.divslider-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 25px 35px 30px 35px;
  opacity: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 2;
  width: 100%;
}

.divslider-content h4 {
  margin: 0 0 5px 0;
  color: #b73adb;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: normal;
}

.divslider-content p {
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  color: #fff;
}

.divslider-content ul {
  margin: 0 0 0.7em 0;
  padding-left: 1em;
}

.divslider-content ul:last-child {
  margin-bottom: 0;
}

.divslider-arrow-down {
  display: none;
}

.divslider-copyright {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  font-size: 14px;
  line-height: 1.5em;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 2s;
}

li:nth-child(1) .divslider-copyright,
li:nth-child(3) .divslider-copyright,
li:nth-child(4) .divslider-copyright {
  color: #fff;
  text-shadow: none;
}

.yth-divslider-wrap .yth-share {
  padding-top: 48px;
}

/* --- Active --- */

.yth-divslider li.active {
  width: calc(100% - 296px);
}

.yth-divslider li.active button {
  display: none;
}

li.active .divslider-content {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  bottom: 0;
  z-index: 1;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.active .divslider-copyright {
  height: auto;
  opacity: 0.7;
}

.yth-divslider-wrap .yth-share-inner {
  width: 164px;
  margin: 0 auto;
}

/* --- Responsive --- */

@media all and (max-width: 900px) {
  ul.yth-divslider {
    height: auto;
  }

  .yth-divslider > li,
  .yth-divslider li.active {
    float: none;
    margin: 0 0 15px 0;
    width: 100%!important;
    height: auto;
    transition: none;
    background: none!important;
  }

  .yth-divslider button,
  .yth-divslider li.active button {
    display: block;
    width: 100%!important;
    position: static;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
    padding-top: 12px;
  }

  .divslider-icon {
    top: 27px;
  }

  .divslider-content-wrap {
    position: static;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  li.active .divslider-content-wrap {
    height: auto;
  }

  .divslider-content,
  li.active .divslider-content {
    display: block;
    width: 100%!important;
    text-shadow: none;
    position: static;
    opacity: 1;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    margin-top: 4px;
    background: none;
  }

  .divslider-content {
    margin-top: 0;
    padding-bottom: 17px;
  }

  .divslider-copyright {
    display: none;
  }

  .divslider-content p {
    color: inherit;
  }

  .divslider-arrow-down {
    display: inline;
  }

  .divslider-arrow-right {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .yth-divslider-wrap .yth-share {
    padding-top: 30px;
  }
}

/*
   .-----------------------------------------------------.
   |                      CIRCLES                        |
   '-----------------------------------------------------'
*/

.yth-circles-title {
  margin: 0 auto;
  max-width: 740px;
  text-align: center;
}

.yth-circles-main {
  width: 100%;
  overflow: hidden;
}

.yth-circles-inner {
  margin-left: -30px;
}

.yth-circles-content {
  float: left;
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --- Circles --- */

.yth-circles-circles {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 520px;
}

.yth-circles-heighter {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 96%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.yth-circles-circle {
  width: 60%;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  transition: all 0.7s;
}

html.js .yth-circles-circle {
  cursor: pointer;
  transform: scale(0.0001);
  -webkit-transform: scale(0.0001);
}

.yth-circles-circle-inner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.yth-circles-circle-inner-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.yth-circles-circle-inner-3 {
  display: table;
  width: 100%;
  height: 100%;
}

.yth-circles-circle-inner-4 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.yth-circles-circle-text {
  font-size: 25px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

/* Circle Specific. */

.yth-circles-circle.circ-1 {
  background-color: rgba(183, 58, 212, 0.5);
  color: rgba(156, 50, 186, 1);
  left: 20%;
  top: 0;
  z-index: 2;
}

.yth-circles-circle.circ-2 {
  background-color: rgba(183, 58, 212, 0.2);
  color: rgba(156, 50, 186, 0.6);
  bottom: 0;
  left: 0;
  z-index: 3;
}

.yth-circles-circle.circ-3 {
  background-color: rgba(183, 58, 212, 0.2);
  color: rgba(156, 50, 186, 0.7);
  right: 0;
  bottom: 0;
  z-index: 1;
}

.yth-circles .yth-circles-circle:hover {
  background-color: rgba(183, 58, 212, 0.8);
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s;
}

.circ-1 .yth-circles-circle-text {
  padding-bottom: 30px;
}

.circ-2 .yth-circles-circle-text {
  padding-right: 90px;
  padding-top: 15px;
}

.circ-3 .yth-circles-circle-text {
  padding-left: 100px;
  padding-top: 15px;
}

/* --- Descriptions --- */

html.js .yth-circles-copy {
  display: none;
}

.yth-circles-copy-title {
  margin: -6px 0 25px 0;
  padding-left: 57px;
  font-size: 23px;
  line-height: 32px;
}

.yth-circles-copy ul {
  margin: 0;
  padding: 0;
}

.yth-circles-copy ul li {
  margin: 10px 0 0 0;
  padding: 0 0 0 57px;
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}

.yth-circles-copy-dots {
  display: block;
  width: 50px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0.35em;
}

.yth-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  float: right;
  margin-left: 4px;
}

.yth-dot:last-child {
  margin-left: 0;
}

.yth-dot-pink {
  background: #e073ad;
}

.yth-dot-blue {
  background: #1799ce;
}

.yth-dot-green {
  background: #a4cd39;
}

.yth-dot-yellow {
  background: #fcb33e;
}

.yth-dot-violet {
  background: #4047a0;
}

/* --- Legend --- */

ul.yth-circles-legend {
  margin: -15px 0 0 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

ul.yth-circles-legend li {
  margin: 0;
  padding: 15px 20px 0 0;
  list-style: none;
  float: left;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  overflow: hidden;
}

ul.yth-circles-legend li img {
  float: left;
  width: 48px;
  height: 48px;
}

ul.yth-circles-legend li span {
  float: left;
  height: 48px;
  padding: 10px 0 0 9px;
  box-sizing: border-box;
}

/* --- Share --- */

.yth-circles .yth-share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 48px;
  padding-top: 48px;
}

.yth-circles .yth-share-inner {
  width: 164px;
  margin: 0 auto;
}

/* --- Responsive --- */

@media all and (max-width: 1100px) {
  .yth-circles-circle-text {
    font-size: 23px;
    line-height: 1em;
  }
}

@media all and (max-width: 1000px) {
  .yth-circles-circle-text {
    font-size: 22px;
    line-height: 1em;
  }

  .circ-1 .yth-circles-circle-text {
    padding-bottom: 25px;
  }

  .circ-2 .yth-circles-circle-text {
    padding-right: 50px;
  }

  .circ-3 .yth-circles-circle-text {
    padding-left: 75px;
  }
}

@media all and (max-width: 900px) {
  .yth-circles-circle-text {
    font-size: 21px;
    line-height: 1em;
  }
}

@media all and (max-width: 850px) {
  .yth-circles-circle-text {
    font-size: 19px;
    line-height: 1em;
  }

  .circ-1 .yth-circles-circle-text {
    padding-bottom: 20px;
  }

  .circ-2 .yth-circles-circle-text {
    padding-right: 40px;
  }

  .circ-3 .yth-circles-circle-text {
    padding-left: 65px;
  }
}

@media all and (max-width: 800px) {
  .yth-circles-circle-text {
    font-size: 18px;
    line-height: 1em;
  }

  .yth-circles-inner {
    margin-left: 0;
  }

  .yth-circles-content {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  
  .yth-circles-content-copies {
    padding-top: 60px;
  }
}

@media all and (max-width: 767px) {
  ul.yth-circles-legend img {
    width: 36px;
    height: 36px;
  }

  ul.yth-circles-legend li {
    padding: 15px 20px 0 0;
    font-size: 16px;
    line-height: 25px;
  }

  ul.yth-circles-legend li img {
    width: 36px;
    height: 36px;
  }

  ul.yth-circles-legend li span {
    height: 36px;
    padding-top: 6px;
  }
}

@media all and (max-width: 640px) {
  .yth-circles .yth-share {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media all and (max-width: 480px) {
  ul.yth-circles-legend li {
    float: none;
  }
}

@media all and (max-width: 420px) {
  ul.yth-circles-legend li {
    font-size: 13px;
    line-height: 25px;
  }
}

/*
   .-----------------------------------------------------.
   |                      SLICES                         |
   '-----------------------------------------------------'
*/

.yth-slices-mobile {
  display: none;
}

/* 1040 x 920 */
.yth-slices-arena {
  width: 100%;
  height: 0;
  padding-bottom: 88.46153%;
  overflow: hidden;
  position: relative;
  background: url(images/slices/arena.jpg) 0 0 no-repeat;
  background-size: 100%;
}

.yth-slices-circle {
  width: 16.5384%;
  height: 18.6956%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8.2%;
  margin-top: -8.15%;
  background: url(images/slices/circle.svg) 0 0 no-repeat;
  background-size: 100%;
  z-index: 1;
}

html.js .yth-slices-circle {
  opacity: 0;
}

.yth-slices-circle.enable-transition {
  transition: transform 3s ease-out, opacity 0.5s;
}

.yth-slices-circle.rotated {
  transform: rotate(1080deg);
}

html.js .yth-slices-circle.fade-in {
  opacity: 1;
}

.yth-slices-circle-text {
  width: 100%;
  height: 100%;
  background: url(images/slices/circle-text.png) 0 0 no-repeat;
  background-size: 100%;
}

.yth-es .yth-slices-circle-text {
  background-image: url(images/slices/circle-text-es.png)
}

.yth-fr .yth-slices-circle-text {
  background-image: url(images/slices/circle-text-fr.png)
}

html.js .yth-slices-circle-text {
  opacity: 0;
  transition: opacity 1s;
}

html.js .yth-slices-circle-text.fade-in {
  opacity: 1;
}

.yth-slices-items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.yth-slices-items > * {
  display: block;
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}

html.js .yth-slices-items > * {
  opacity: 0;
  transition: opacity 0.7s, box-shadow 0.3s;
}

html.js .yth-slices-items > *.fade-in {
  opacity: 1;
}

/* --- Quotes --- */

.yth-slices-quote {
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(images/slices/icon-quote.svg) 7px 8px no-repeat;
  background-size: 19px 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.23);
  z-index: 3;
}

.yth-slices-quote:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.yth-slices-quote-1 {
  top: 16%;
  left: 49.4%;
}

.yth-slices-quote-2 {
  top: 22.3%;
  left: 73.8%;
}

.yth-slices-quote-3 {
  top: 82.7%;
  left: 56.9%;
}

.yth-slices-quote-4 {
  top: 68.4%;
  left: 22.5%;
}

.yth-slices-quote-5 {
  top: 35.9%;
  left: 3.9%;
}

/* --- Images / Videos --- */

.yth-slices-img {
  width: 7.6923%;
  height: 8.69565%;
  border: 4px solid #fff;
  border-radius: 50%;
  background: 0 0 no-repeat;
  background-size: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.23);
  z-index: 3;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  outline: 0 none !important;
}

.yth-slices-img:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.yth-slices-video {
  background-image: url(images/slices/icon-video.svg);
  background-size: 30px 30px;
  background-position: center;
}

.yth-slices-img-1 {
  top: 14.7%;
  left: 37.7%;
  background-image: url(images/slices/img-1-thumb.jpg);
}

.yth-slices-img-2 {
  top: 14.3%;
  left: 64.8%;
  background-image: url(images/slices/img-2-thumb.jpg);
}

.yth-slices-img-3 {
  top: 30.1%;
  left: 90.6%;
  background-image: url(images/slices/img-3-thumb.jpg);
}

.yth-slices-img-4 {
  top: 50.8%;
  left: 91.5%;
}

.yth-slices-img-5 {
  top: 80.6%;
  left: 66.2%;
  background-image: url(images/slices/img-5-thumb.jpg);
}

.yth-slices-img-6 {
  top: 80.1%;
  left: 43.6%;
}

.yth-slices-img-7 {
  top: 64.8%;
  left: 30.9%;
  background-image: url(images/slices/img-7-thumb.jpg);
}

.yth-slices-img-8 {
  top: 43.9%;
  left: 36.1%;
  background-image: url(images/slices/img-8-thumb.jpg);
}

.yth-slices-img-9 {
  top: 58.1%;
  left: 6.6%;
}

/* --- Bg Colors --- */

.yth-slices-quote-1,
.yth-slices-img-1,
.yth-slices-img-2,
.yth-slices-card-1 .yth-slices-card-controls button {
  background-color: #80c2ec;
}

.yth-slices-quote-2,
.yth-slices-img-3,
.yth-slices-img-4,
.yth-slices-card-2 .yth-slices-card-controls button {
  background-color: #e1b06a;
}

.yth-slices-quote-3,
.yth-slices-img-5,
.yth-slices-card-3 .yth-slices-card-controls button {
  background-color: #6dac56;
}

.yth-slices-quote-4,
.yth-slices-img-6,
.yth-slices-img-7,
.yth-slices-card-4 .yth-slices-card-controls button {
  background-color: #c26ea5;
}

.yth-slices-quote-5,
.yth-slices-img-8,
.yth-slices-img-9,
.yth-slices-card-5 .yth-slices-card-controls button {
  background-color: #856baa;
}

/* --- Illustrations --- */

.yth-slices-art {
  background: 0 0 no-repeat;
  background-size: 100%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.yth-slices-art-1 {
  left: 49.4%;
  top: 30.7%;
  /* 231 x 165 */
  width: 22.2115%;
  height: 17.9347%;
  background-image: url(images/slices/illustration-1.svg);
}

.yth-slices-art-2 {
  left: 64.5%;
  top: 43.3%;
  /* 100 x 109 */
  width: 9.61538%;
  height: 11.847826%;
  background-image: url(images/slices/illustration-2.svg);
}

.yth-slices-art-3 {
  left: 79.4%;
  top: 52.8%;
  /* 127 x 66 */
  width: 12.21153%;
  height: 7.17391%;
  background-image: url(images/slices/illustration-3.svg);
}

.yth-slices-art-4 {
  left: 70.8%;
  top: 33.9%;
  /* 41x37 */
  width: 3.9423%;
  height: 4.0217%;
  background-image: url(images/slices/illustration-4.svg);
}

.yth-slices-art-5 {
  left: 81.8%;
  top: 78.9%;
  /* 179x172 */
  width: 17.21153%;
  height: 18.69565%;
  background-image: url(images/slices/illustration-5.svg);
}

.yth-slices-art-6 {
  left: 15.4%;
  top: 80.3%;
  /* 62x130 */
  width: 5.961538%;
  height: 14.130435%;
  background-image: url(images/slices/illustration-6.svg);
}

.yth-slices-art-7 {
  left: 26.4%;
  top: 81.0%;
  /* 89x116 */
  width: 8.55769%;
  height: 12.60869%;
  background-image: url(images/slices/illustration-7.svg);
}

.yth-slices-art-8 {
  left: 35%;
  top: 80.3%;
  /* 65x130 */
  width: 6.25%;
  height: 14.130435%;
  background-image: url(images/slices/illustration-8.svg);
}

.yth-slices-art-9 {
  left: 17.3%;
  top: 52.2%;
  /* 48x108 */
  width: 4.6153%;
  height: 11.73913%;
  background-image: url(images/slices/illustration-9.svg);
}

.yth-slices-art-10 {
  left: 7.5%;
  top: 46.4%;
  /* 106x102 */
  width: 10.1923%;
  height: 11.08695%;
  background-image: url(images/slices/illustration-10.svg);
}

.yth-slices-art-11 {
  left: 26.3%;
  top: 35.4%;
  /* 31x66 */
  width: 2.98077%;
  height: 7.17391%;
  background-image: url(images/slices/illustration-11.svg);
}

/* --- Texts --- */

.yth-slices-text {
  display: block;
  margin: 0;
  z-index: 2;
}

.yth-slices-text span {
  display: block;
}

.yth-slices-text-title {
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
}

.yth-slices-text-subtitle {
  font-size: 16px;
  line-height: 18px;
}

.yth-slices-text-description {
  font-size: 16px;
  line-height: 18px;
}

.yth-slices-text-1 {
  left: 51%;
  top: 0.2%;
  text-align: center;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.yth-slices-text-2 {
  top: 36.4%;
  left: 72%;
  width: 16.7%;
}

.yth-slices-text-3 {
  left: 54.5%;
  bottom: 0;
  width: 32%;
}

.yth-slices-text-4 {
  left: 0.2%;
  bottom: 0;
  width: 36%;
}

.yth-slices-text-5 {
  left: 0.2%;
  top: 23.6%;
  width: 26%;
}

.yth-slices-text-1,
.yth-slices-tooltip-quote-1,
.yth-slices-card-1 {
  color: #00aeef;
}

.yth-slices-text-2,
.yth-slices-tooltip-quote-2,
.yth-slices-card-2 {
  color: #f3ad5f;
}

.yth-slices-text-3,
.yth-slices-tooltip-quote-3,
.yth-slices-card-3 {
  color: #40ae49;
}

.yth-slices-text-4,
.yth-slices-tooltip-quote-4,
.yth-slices-card-4 {
  color: #d968a8;
}

.yth-slices-text-5,
.yth-slices-tooltip-quote-5,
.yth-slices-card-5 {
  color: #8c6aae;
}

/* --- Tooltip Content --- */

.yth-slices-tooltip-quote {
  display: block;
}

.yth-slices-tooltip-author {
  display: block;
  padding-top: 3px;
}

/* --- Responsive --- */

@media all and (max-width: 1000px) {
  .yth-slices-quote-3 {
    top: 78%;
  }
  
  .yth-slices-img-1 {
    top: 16%;
  }
  
  .yth-slices-img-2 {
    top: 16%;
  }
  
  .yth-slices-img-4 {
    top: 54.8%;
  }

  .yth-slices-img-5 {
    top: 76%;
  }
  
  .yth-slices-art-3 {
    top: 54%;
  }

  .yth-slices-art-5 {
    left: 83%;
    top: 75%;
  }

  .yth-slices-text-2 {
    width: 24%;
  }
}

@media all and (max-width: 900px) {
  .yth-slices-img-1 {
    top: 18%;
  }

  .yth-slices-img-2 {
    top: 18%;
  }

  .yth-slices-quote-1 {
    top: 18%;
  }

  .yth-slices-text-2 {
    top: 34%;
    left: 74%;
  }

  .yth-slices-img-3 {
    top: 28%;
  }

  .yth-slices-art-6 {
    left: 17%;
    top: 78.3%;
  }
}

@media all and (max-width: 850px) {
  .yth-slices-img-5 {
    top: 73%;
  }

  .yth-slices-quote-3 {
    top: 75%;
  }

  .yth-slices-art-6 {
    left: 17%;
    top: 77.3%;
  }

  .yth-slices-art-5 {
    left: 84%;
    top: 73%;
  }
}

@media all and (max-width: 800px) {
  .yth-slices-arena {
    display: none;
  }

  .yth-slices-mobile {
    display: block;
    width: 100%;
  }
}

/* --- Mobile --- */

.yth-slices-mobile-title {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

.yth-slices-card {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.yth-slices-card:last-child {
  margin-bottom: 0;
}

.yth-slices-card-copy {
  padding: 24px 30px;
}

.yth-slices-card-preview {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.yth-slices-card-art,
.yth-slices-card-img,
.yth-slices-card-img-2,
.yth-slices-card-quote,
.yth-slices-card-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yth-slices-card-img,
.yth-slices-card-img-2,
.yth-slices-card-quote,
.yth-slices-card-video {
  display: none;
}

.yth-slices-card-quote {
  padding: 0 20px;
}

.yth-slices-card-1 .yth-slices-card-quote {
  background: #00afe9;
}

.yth-slices-card-2 .yth-slices-card-quote {
  background: #f29023;
}

.yth-slices-card-3 .yth-slices-card-quote {
  background: #48c14a;
}

.yth-slices-card-4 .yth-slices-card-quote {
  background: #d968a8;
}

.yth-slices-card-5 .yth-slices-card-quote {
  background: #8659b4;
}

.yth-slices-card-quote-inner {
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
}

.yth-slices-card-quote-inner-2 {
  display: table-cell;
  vertical-align: middle;
}

.yth-slices-card-quote-quote {
  display: block;
}

.yth-slices-card-video {
  background: #000;
}

.yth-slices-card-img img,
.yth-slices-card-img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.yth-slices-card-img .yth-slices-card-img-info,
.yth-slices-card-img-2 .yth-slices-card-img-info {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 2;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.yth-slices-card-3 .yth-slices-card-img-info {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}

.yth-slices-card-4 .yth-slices-card-img-info {
  opacity: 0.9;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.yth-slices-card-5 .yth-slices-card-img-info {
  opacity: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.yth-slices-card-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.yth-slices-card-controls {
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.yth-slices-card-controls button {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.46);
  margin-right: 12px;
  background-repeat: no-repeat;
  outline: 0 none;
}

button.yth-slices-card-button-quote {
  background-image: url(images/slices/icon-quote.svg);
  background-position: 7px 8px;
  background-size: 19px 16px;
}

button.yth-slices-card-button-img {
  background-image: url(images/slices/icon-photo.svg);
  background-position: 7px 8px;
  background-size: 19px 16px;
}

button.yth-slices-card-button-video {
  background-image: url(images/slices/icon-video-simple.svg);
  background-position: 12px 6px;
  background-size: 15px 21px;
}

/* --- Share --- */

.yth-slices .yth-share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 48px;
  padding-top: 48px;
}

.yth-slices .yth-share-inner {
  width: 164px;
  margin: 0 auto;
}

@media all and (max-width: 560px) {
  .yth-slices .yth-share {
    margin-top: 32px;
    padding-top: 32px;
  }

  .yth .yth-slices-card-quote {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    font-family: 'robotomedium', sans-serif;
  }
}

@media all and (max-width: 420px) {
  .yth-slices-card-quote {
    font-size: 12px;
    line-height: 15px;
  }
}

/*
   .-----------------------------------------------------.
   |                  TEXT WITH IMAGE                    |
   '-----------------------------------------------------'
*/

.yth-txtimg-toptitle {
  text-align: center;
  margin: 0 0 46px;
}

.yth-txtimg-inner {
  margin-left: -70px;
}

html.js .yth-txtimg-inner {
  padding-top: 40px;
}

.yth-txtimg-image,
.yth-txtimg-text {
  width: 50%;
  padding-left: 70px;
  box-sizing: border-box;
}

.yth-txtimg-right .yth-txtimg-image,
.yth-txtimg-left .yth-txtimg-text {
  float: right;
}

.yth-txtimg-right .yth-txtimg-text,
.yth-txtimg-left .yth-txtimg-image {
  float: left;
}

/* --- Image --- */

.yth-txtimg-image-inner {
  padding-left: 38px;
  padding-bottom: 38px;
}

.yth-txtimg-holder {
  width: 100%;
  height: 0;
  padding-bottom: 118%;
  position: relative;
}

.yth-txtimg-holder img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.yth-txtimg-rectangle {
  display: block;
  width: 73%;
  height: 79%;
  position: absolute;
  left: -38px;
  bottom: -38px;
  z-index: 1;
  transition: top 0.1s;
}

html.js .yth-txtimg-rectangle {
  top: -38px;
  bottom: auto;
}

.yth-txtimg-credit {
  display: block;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  right: 14px;
  bottom: 10px;
  z-index: 3;
  font-size: 14px;
  line-height: 1.5em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* --- Text --- */

.yth-txtimg-text {
  position: relative;
}

.yth-txtimg-text-shifter {
  position: relative;
  top: 0;
  transition: top 0.1s;
}

.yth-txtimg-text-shifter > *:first-child {
  margin-top: 0;
}

.yth-txtimg-text-shifter > *:last-child {
  margin-bottom: 0;
}

.yth-txtimg-text .yth-txtimg-title {
  margin: -6px 0 10px 0;
}

@media all and (max-width: 960px) {
  .yth-txtimg-inner {
    margin-left: -35px;
  }

  .yth-txtimg-image,
  .yth-txtimg-text {
    padding-left: 35px;
  }
}

@media all and (max-width: 768px) {
  .yth-txtimg-right .yth-txtimg-image,
  .yth-txtimg-left .yth-txtimg-text,
  .yth-txtimg-right .yth-txtimg-text,
  .yth-txtimg-left .yth-txtimg-image {
    float: none;
    width: 100%;
  }
  
  .yth-txtimg-image-inner {
    padding-top: 38px;
  }
}

/*
   .-----------------------------------------------------.
   |                       QUOTE                         |
   '-----------------------------------------------------'
*/

/* Container for cycle pager and for inner-2. */
.yth-quote-inner {
  margin-top: -10px;
  overflow: hidden;
  position: relative;
}

.yth-quote-inner.yth-has-pager {
  padding-bottom: 48px;
}

/* Container for cycle prev/next and quotes div. */
.yth-quote-inner-2 {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

/* --- Quotes --- */

.yth-quote-quotes {
  width: 100%;
  overflow: hidden;
}

.yth-quote-quotes-inner {
  width: 100%;
  width: calc(100% + 80px);
}

blockquote.yth-quote-item {
  width: 100%;
  display: block;
  padding-right: 80px;
  box-sizing: border-box;
}

blockquote.yth-quote-item {
  margin-bottom: 40px;
}

blockquote.yth-quote-item:last-child {
  margin-bottom: 0;
}

html.js .yth-quote-item {
  margin-bottom: 0;
}

.yth-quote-item-inner {
  padding: 0 70px 0 75px;
  position: relative;
}

.yth-quote-item p {
  margin: 0 0 12px 0;
  padding-top: 10px;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  min-height: 44px;
}

.yth-quote-item p:before,
.yth-quote-item p:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  background: 0 0 no-repeat;
  background-size: 44px;
}

.yth-quote-item p:before {
  left: -75px;
  top: 0;
  background-image: url(images/quote/quote-start.png);
  /* TODO: Get double size image. */
}

.yth-quote-item p:after {
  right: -70px;
  bottom: 0;
  background-image: url(images/quote/quote-end.png);
  /* TODO: Get double size image. */
}

.yth-quote-item cite {
  display: block;
  color: #6e706f;
  font-size: 22px;
  line-height: 28px;
}

/* --- Controls --- */

.yth-quote-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  overflow: hidden;
  z-index: 102;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.yth-quote-pager span {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 6px;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: #828182;
}

.yth-quote-pager span:not(:hover):not(.cycle-pager-active) {
  background: #d2d0d1;
}

/* --- Responsive --- */

@media all and (max-width: 960px) {
  .yth-quote-item-inner {
    padding: 0 55px 0 60px;
  }

  .yth-quote-item p {
    font-size: 24px;
    line-height: 32px;
    min-height: 33px;
  }

  .yth-quote-item p:before,
  .yth-quote-item p:after {
    width: 33px;
    height: 33px;
    background-size: 33px;
  }

  .yth-quote-item p:before {
    left: -60px;
  }

  .yth-quote-item p:after {
    right: -55px;
  }

  .yth-quote-item cite {
    font-size: 20px;
    line-height: 26px;
  }
}

@media all and (max-width: 768px) {
  .yth-quote-item p {
    font-size: 20px;
    line-height: 28px;
  }

  .yth-quote-item cite {
    font-size: 18px;
    line-height: 25px;
  }
}

@media all and (max-width: 480px) {
  .yth-quote-item-inner {
    padding: 0 44px 0 50px;
  }

  .yth-quote-item p {
    min-height: 22px;
  }

  .yth-quote-item p:before,
  .yth-quote-item p:after {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }

  .yth-quote-item p:before {
    left: -50px;
  }

  .yth-quote-item p:after {
    right: -44px;
  }
}

/*
   .-----------------------------------------------------.
   |             SHARE CARDS / SHARE ICONS               |
   '-----------------------------------------------------'
*/

/* --- Share Icons --- */

.yth-share {
  overflow: hidden;
}

.yth-share a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 12px;
  color: #c5c5c5;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  outline: 0 none;
}

.yth-share a span {
  color: inherit;
}

.yth-share a:last-child {
  margin-right: 0;
}

.yth-share a:hover {
  text-decoration: none;
}

.yth-share .yth-share-fb:hover {
  color: #3B5998;
}

.yth-share .yth-share-tw:hover {
  color: #4DC8F1;
}

.yth-share .yth-share-linkedin:hover {
  color: #0275B5;
}

.yth-share .yth-share-gplus:hover {
  color: #D13F2D;
}

/* --- Share Cards / Action Cards --- */

.yth-cards {
  background: #f0f2f4;
}

.yth-cards h3 {
  text-align: center;
  margin: 0 0 42px 0;
}

.yth-cards-group {
  overflow: hidden;
}

.yth-cards-group-2 {
  margin-bottom: -30px;
}

.yth-cards-group ul {
  display: block;
  margin: 0 0 0 -30px;
  padding: 0;
}

.yth-cards-group li {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
  list-style: none;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
}

/* --- Share Card --- */

.yth-sharecard-img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.0001);
  background: #d0d0d2;
}

.yth-sharecard-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.yth-sharecard-credit {
  display: block;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 14px;
  line-height: 1.5em;
  z-index: 2;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.yth-sharecard-label {
  margin: 0;
  padding: 30px 15px;
  background: #fff;
  color: #f79520;
  font-size: 18px;
  line-height: 28px;
  min-height: 56px;
  text-align: center;
}

.yth-sharecard-share {
  padding: 14px 24px;
  background: #f79520;
}

.yth-sharecard-share a {
  color: #fff;
}

/* --- Action Card --- */

.yth-actioncard-img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.0001);
  background: #d0d0d2;
}

.yth-actioncard-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.yth-actioncard-text {
  margin: 0;
  padding: 30px 15px;
  background: #fff;
  color: #356595;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  min-height: 56px;
}

.yth .yth-actioncard-link {
  display: block;
  padding: 0 15px;
  background: #356595;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.yth .yth-actioncard-link:hover {
  background-color: #f79520;
  color: #fff;
  text-decoration: none;
}

.yth .yth-actioncard-link > span {
  display: inline-block;
  padding: 13px 30px 13px 0;
  background: url(images/sharecards/action-arrow.svg) right center no-repeat;
  background-size: 16px 24px;
}

@media all and (max-width: 860px) {
  .yth-cards-group li {
    width: 50%;
  }

  .yth-cards-group li:nth-child(odd) {
    clear: left;
  }
}

@media all and (max-width: 640px) {
  .yth-cards-group li {
    width: 100%;
  }
}

/*
   .-----------------------------------------------------.
   |                      DOWNLOADS                      |
   '-----------------------------------------------------'
*/

.yth-downloads h3 {
  margin: 0 0 42px 0;
  text-align: center;
}

.yth-downloads p {
  margin: 0 auto;
  max-width: 840px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #336497;
}

.yth-downloads p a {
  color: #f79520;
}

.yth-downloads ul {
  margin: 10px 0 65px;
  padding: 0;
  text-align: center;
}

.yth-downloads ul li {
  margin: 0 3px;
  padding: 12px 0 0 0;
  list-style: none;
  display: inline-block;
}

.yth-downloads ul li a {
  display: block;
  padding: 5px 9px 6px 9px;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1em;
  background: #f79520;
  text-transform: uppercase;
}

.yth-downloads ul li a:hover {
  color: #fff;
  background: #356595;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .yth-downloads h3 {
    font-size: 50px;
    line-height: 1.1em;
  }

  .yth-downloads p {
    font-size: 20px;
    line-height: 1.5em;
  }
}

@media all and (max-width: 640px) {
  .yth-downloads h3 {
    font-size: 40px;
    line-height: 1.1em;
  }

  .yth-downloads p {
    font-size: 18px;
    line-height: 1.5em;
  }
}

/*
   .-----------------------------------------------------.
   |                       FOOTER                        |
   '-----------------------------------------------------'
*/

.yth-footer {
  background: #f0f2f4;
}

.yth-footer p {
  margin: 0 auto;
  max-width: 600px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #58595b;
}

.yth-footer p.yth-footer-p1 {
  max-width: 750px;
}

.yth-footer p.yth-footer-p2 {
  padding-top: 76px;
}

.yth-footer-logos {
  width: 100%;
  overflow: hidden;
  padding-top: 57px;
  margin-bottom: -20px
}

.yth-footer-logos ul {
  margin: 0 0 0 -55px;
  padding: 0;
  text-align: center;
}

.yth-footer-logos ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 20px 55px;
  list-style: none;
}

.yth-footer-logos img {
  height: 76px;
  max-width: 100%;
}

.yth-footer-logos-2 img {
  height: 78px;
}

@media all and (max-width: 768px) {
  .yth-footer-logos img {
    height: 65px;
  }
}

@media all and (max-width: 640px) {
  .yth-footer-logos img {
    height: 60px;
  }

  .yth-footer-logos-2 img {
    height: 55px;
  }
}

@media all and (max-width: 480px) {
  .yth-footer-logos ul {
    margin: 0;
  }
  
  .yth-footer-logos ul li {
    display: block;
    padding-left: 0;
  }
}

/*
   .-----------------------------------------------------.
   |                       GLOBAL                        |
   '-----------------------------------------------------'
*/

@media all and (max-width: 768px) {
  .yth-entry .yth-credit,
  .yth-intro-photocredit,
  .yth-txtimg-credit,
  .divslider-copyright,
  .yth-sharecard-credit {
    font-size: 12px;
    line-height: 1.5em;
  }
}
