@font-face {
  font-family: 'Chaparral Pro';
  src: url(./ChaparralPro-Bold.otf);
}
@font-face {
  font-family: 'Israr-Syria';
  src: url(./Israr-Syria.otf);
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: 'Dosis', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

::selection {
  background: #fad8d6;
}

::-moz-selection {
  background: #fad8d6;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #fad8d6;
}

a {
  color: #0074d9;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #40a6ff;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-weight: bold;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
}

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38;
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.body-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.body-wrapper .section {
  padding: 125px 75px;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  position: absolute;
  display: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
.body-wrapper .section.active {
  display: block;
  animation: section-active 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
}
.body-wrapper .section.active h1.section-title {
  animation: section-activeTitle 0.45s cubic-bezier(0, 0, 0.28, 0.99);
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.body-wrapper .section.active-top {
  display: block;
  animation: section-activeTop 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
}
.body-wrapper .section.active-top h1.section-title {
  animation: section-activeTitle 0.45s cubic-bezier(0, 0, 0.28, 0.99);
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.body-wrapper .section.hide {
  animation: section-hide 0.45s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
}
.body-wrapper .section.hide-top {
  animation: section-hideTop 0.45s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
}
.body-wrapper .section h1.section-title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Chaparral Pro";
  font-weight: bold;
  font-size: 2.34375em;
  color: #373737;
  position: relative;
  opacity: 0;
  top: -20px;
  transition: all 0.45s cubic-bezier(0, 0, 0.28, 0.99);
}

@keyframes section-active {
  0% {
    display: block;
    opacity: 1;
    top: 100vh;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes section-activeTop {
  0% {
    display: block;
    opacity: 1;
    top: -100vh;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes section-hide {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: -100vh;
    opacity: 1;
    display: none;
  }
}
@keyframes section-hideTop {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: 100vh;
    opacity: 1;
    display: none;
  }
}
@keyframes section-activeTitle {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
.side-nav {
  position: fixed;
  color: white;
  top: 50%;
  transform: translate(0, -50%);
  right: 40px;
  z-index: 1000;
}
.side-nav .side-nav-item {
  position: relative;
  cursor: pointer;
}
.side-nav .side-nav-item:hover .side-nav-title {
  display: block;
  right: 15px;
}
.side-nav .side-nav-item:hover .side-nav-circle {
  border: 1px solid #5c5c5c;
}
.side-nav .side-nav-item .side-nav-circle {
  width: 10px;
  cursor: pointer;
  height: 10px;
  border-radius: 50%;
  background: #f6f6f6;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  position: relative;
  box-sizing: border-box;
}
.side-nav .side-nav-item .side-nav-circle.active-circle {
  background: #ee6c63;
  transform: scale(1.1);
  border: 0;
}
.side-nav .side-nav-item .side-nav-title {
  transition: all 0.3s ease-in-out;
  color: #373737;
  letter-spacing: 0.3px;
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -50%;
  text-align: right;
  font-size: 0.8em;
  height: 20px;
  line-height: 5px;
  padding: 7.5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
}

.behind-scenes {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: "Chaparral Pro";
  background: white;
  text-align: center;
}
.behind-scenes .behind-scenes-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.behind-scenes .behind-scenes-bg svg {
  opacity: 0.7;
}
.behind-scenes .astronaut {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0;
}
.behind-scenes .astronaut.hide {
  display: none;
}
.behind-scenes .astronaut.play {
  animation: astronaut-rely 1s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes astronaut-rely {
  0% {
    top: 60%;
    opacity: 0;
  }

  50% {
    top: 50%;
    opacity: 1;
  }

  100% {
    top: 40%;
    opacity: 0;
  }
}
.body-wrapper {
  overflow-y: hidden;
}
.body-wrapper header.header {
  position: relative;
  background: linear-gradient(#b82009, #e9280b, #e9280b, #e9280b, #e9280b, #e9280b);
  padding: 50px 75px;
  padding-top: 25px;
}
.body-wrapper header.header .back-illu {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}
.body-wrapper header.header nav.nav {
  width: 100%;
  position: relative;
}
.body-wrapper header.header nav.nav::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  height: 75px;
  background: white;
  bottom: 0;
}
.body-wrapper header.header nav.nav .logo {
  float: left;
  width: 195px;
  height: 39px;
  position: relative;
  top: -12.5px;
  background-image: url("../img/logo-5.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.body-wrapper header.header nav.nav .burger {
  width: 28px;
  height: 22px;
  position: relative;
  float: right;
  cursor: pointer;
  display: none;
}
.body-wrapper header.header nav.nav .burger .burger-line {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 3px;
  background: #373737;
  border-radius: 1.5px;
}
.body-wrapper header.header nav.nav .burger.clicked::after, .body-wrapper header.header nav.nav .burger.clicked::before {
  opacity: 0;
}
.body-wrapper header.header nav.nav .burger::after, .body-wrapper header.header nav.nav .burger::before {
  transition: all 0.15s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 3px;
  border-radius: 1.5px;
  background: #373737;
}
.body-wrapper header.header nav.nav .burger::after {
  top: auto;
  bottom: 0;
}
.body-wrapper header.header nav.nav ul.ul {
  float: right;
  margin: 0;
  padding: 0;
}
.body-wrapper header.header nav.nav ul.ul li {
  position: relative;
  font-size: 0.9375em;
  margin-left: 45px;
  line-height: 18px;
  color: #373737;
  display: inline-block;
  cursor: pointer;
}
.body-wrapper header.header nav.nav ul.ul li:hover {
  color: #e62b1e;
}
.body-wrapper header.header nav.nav ul.ul li:hover::after {
  width: 100%;
}
.body-wrapper header.header nav.nav ul.ul li::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background: #f8c2bf;
}
.body-wrapper header.header .title {
  text-align: center;
  position: relative;
  margin-top: 95px;
}
.body-wrapper header.header .title h2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 3.125em;
  color: #f4f4f4;
  font-family: "Dosis";
  font-weight: 200;
  width: 100%;
  max-width: 800px;
  opacity: 0;
  animation: hfade 10s ease-in-out;
  animation-iteration-count: infinite;
}
.body-wrapper header.header .title h2#header-arabic {
  font-family: "Israr-Syria";
  animation-delay: 5s;
}
.body-wrapper header.header .title h4 {
  font-size: 1.8125em;
  color: #f4f4f4;
  font-family: "Dosis";
  font-weight: 200;
  margin: 0;
  margin-top: 20px;
}
.body-wrapper header.header .read-more-cta {
  color: #e62b1e;
  text-align: center;
  background: white;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, 0);
  width: 190px;
  height: 50px;
  border-radius: 25px;
  line-height: 11px;
  padding: 19.5px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Dosis";
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 7.5px 15px 1px rgba(0, 0, 0, 0.3);
}
.body-wrapper header.header .read-more-cta:hover {
  box-shadow: 0px 7.5px 40px 1px rgba(0, 0, 0, 0.45);
}

.clear-fix {
  clear: both;
}

@keyframes hfade {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
.body-wrapper section.about {
  position: relative;
  background-image: url(../img/about-bg.png);
  background-position: center;
  background-repeat: repeat;
  background-color: white;
}
.body-wrapper section.about.active .cards .card, .body-wrapper section.about.active-top .cards .card {
  animation: card-rely 0.5s cubic-bezier(0, 0, 0.28, 0.99);
}
.body-wrapper section.about.active .cards .card.first-card, .body-wrapper section.about.active-top .cards .card.first-card {
  animation: card-rely 1.2s cubic-bezier(0, 0, 0.28, 0.99);
}
.body-wrapper section.about.active .cards .card.second-card, .body-wrapper section.about.active-top .cards .card.second-card {
  animation: card-rely 0.7s cubic-bezier(0, 0, 0.28, 0.99);
}
.body-wrapper section.about .back-illu {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translate(0, -50%);
}
.body-wrapper section.about .cards {
  position: relative;
  margin-top: 50px;
}
.body-wrapper section.about .cards .card {
  width: 380px;
  height: 395px;
  background: white;
  padding: 63px 45px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  float: left;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.28, 0.99);
}
.body-wrapper section.about .cards .card.expanded {
  width: 85%;
  overflow-y: visible;
}
.body-wrapper section.about .cards .card.expanded .card-desc::after {
  display: none;
}
.body-wrapper section.about .cards .card.fade {
  animation: fade-card 0.3s cubic-bezier(0, 0, 0.28, 0.99);
}
.body-wrapper section.about .cards .card.second-card {
  transform: translate(-60%, 0) scale(0.9);
  animation: fade-card 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  opacity: 0.75;
}
.body-wrapper section.about .cards .card.first-card {
  transform: translate(-70%, 0) scale(0.8);
  animation: fade-card 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  opacity: 0.5;
}
.body-wrapper section.about .cards .card .card-title {
  font-weight: bold;
  font-size: 1.125em;
}
.body-wrapper section.about .cards .card .card-title span.red {
  color: #e62b1e;
}
.body-wrapper section.about .cards .card .card-subtitle {
  font-size: 0.9em;
}
.body-wrapper section.about .cards .card .card-subtitle span.red {
  color: #e62b1e;
}
.body-wrapper section.about .cards .card .card-desc {
  color: #363636;
  margin-top: 30px;
  font-size: 0.875em;
  overflow-y: hidden;
  max-height: 150px;
  height: 150px;
  position: relative;
}
.body-wrapper section.about .cards .card .card-desc::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.8));
}
.body-wrapper section.about .cards .card .card-cta {
  width: 130px;
  height: 38px;
  background: white;
  border: 2px solid #e62b1e;
  border-radius: 19px;
  text-align: center;
  line-height: 8px;
  padding: 13px 0;
  box-sizing: border-box;
  font-size: 0.625em;
  font-weight: bold;
  margin-top: 37px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}
.body-wrapper section.about .cards .card .card-cta:hover {
  background: #e62b1e;
  color: white;
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2);
}
.body-wrapper section.about .cards-controls {
  position: absolute;
  bottom: 55px;
  padding: 0px calc(calc(100% - 186px) / 2);
  box-sizing: border-box;
}
.body-wrapper section.about .cards-controls .control-circle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e62b1e;
  opacity: 0.5;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.body-wrapper section.about .cards-controls .control-circle.active-card {
  opacity: 1;
}

@keyframes about-hide {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: -50px;
    opacity: 0;
    display: none;
  }
}
@keyframes fade-card {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-40%, 0) scale(1.1);
  }
}
@keyframes card-rely {
  0% {
    left: 60%;
    opacity: 0;
  }

  100% {
    left: 50%;
  }
}
.body-wrapper section.salons {
  background: white;
  position: relative;
  overflow-x: hidden;
}
.body-wrapper section.salons.active .timeline .line, .body-wrapper section.salons.active-top .timeline .line {
  opacity: 0;
  transform-origin: top;
  animation: salon-line 0.4s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.body-wrapper section.salons.active .timeline .dates .salon-date, .body-wrapper section.salons.active-top .timeline .dates .salon-date {
  opacity: 0;
  animation: salon-date 0.6s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
.body-wrapper section.salons.active .timeline .dates .salon-date:nth-child(2), .body-wrapper section.salons.active-top .timeline .dates .salon-date:nth-child(2) {
  animation-delay: 1.1s;
}
.body-wrapper section.salons.active .timeline .salons-names .salon-name, .body-wrapper section.salons.active-top .timeline .salons-names .salon-name {
  animation: salon-name 0.6s cubic-bezier(0, 0, 0.28, 0.99);
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.body-wrapper section.salons.active .timeline .salons-names .salon-name:nth-child(3), .body-wrapper section.salons.active-top .timeline .salons-names .salon-name:nth-child(3) {
  animation-delay: 0.9s;
}
.body-wrapper section.salons.active .timeline .salons-names .salon-name::after, .body-wrapper section.salons.active-top .timeline .salons-names .salon-name::after {
  opacity: 0;
  animation: salon-nameAfter 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
.body-wrapper section.salons .back-illu {
  position: absolute;
  top: 0;
  left: 100px;
  width: 115px;
}
.body-wrapper section.salons .timeline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 140px;
  margin-right: 0;
}
.body-wrapper section.salons .timeline .salons-names {
  min-width: 200px;
}
.body-wrapper section.salons .timeline .salons-names .salon-name {
  position: relative;
  cursor: pointer;
  color: #5c5c5c;
  transition: all 0.3s ease-in-out;
  text-align: right;
  margin-bottom: 50px;
  font-size: 1.0625em;
  display: inline-block;
  float: right;
  opacity: 0;
}
.body-wrapper section.salons .timeline .salons-names .salon-name:last-child {
  margin-bottom: 0;
}
.body-wrapper section.salons .timeline .salons-names .salon-name:hover {
  color: #373737;
}
.body-wrapper section.salons .timeline .salons-names .salon-name:hover::after {
  background: #e62b1e;
}
.body-wrapper section.salons .timeline .salons-names .salon-name:hover::before {
  width: 100%;
}
.body-wrapper section.salons .timeline .salons-names .salon-name::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #e62b1e;
  box-sizing: border-box;
  background: white;
  top: 50%;
  right: -35.5px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.body-wrapper section.salons .timeline .salons-names .salon-name::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0%;
  height: 2px;
  background: #f39791;
  transition: all 0.3s ease-out;
}
.body-wrapper section.salons .timeline .line {
  width: 2px;
  height: 170px;
  background: #e62b1e;
  margin: 0 28px;
  position: relative;
  z-index: -1;
}
.body-wrapper section.salons .timeline .line .upper-circle,
.body-wrapper section.salons .timeline .line .lower-circle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e62b1e;
  border-radius: 50%;
  top: -3px;
  left: 50%;
  transform: translate(-50%, 0);
}
.body-wrapper section.salons .timeline .line .lower-circle {
  top: auto;
  bottom: -3px;
}
.body-wrapper section.salons .timeline .dates .salon-date {
  min-width: 200px;
  position: relative;
  text-align: left;
  font-style: italic;
  margin-bottom: 50px;
  font-size: 0.875em;
  color: #5c5c5c;
  opacity: 0.7;
}
.body-wrapper section.salons .timeline .dates .salon-date:last-child {
  margin-bottom: 0;
}
.body-wrapper section.salons .salon-details {
  display: block;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  background: white;
  z-index: 101;
  transition: all 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  overflow: hidden;
}
.body-wrapper section.salons .salon-details .salon-details-back-arrow {
  width: 15px;
  height: 28px;
  float: left;
  line-height: 28px;
  cursor: pointer;
}
.body-wrapper section.salons .salon-details .salon-details-title {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Chaparral Pro";
  font-weight: bold;
  font-size: 2.34375em;
  color: #373737;
  line-height: 35px;
  margin-left: 50px;
}
.body-wrapper section.salons .salon-details .details-arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: 200px;
  height: 50px;
  z-index: 10;
}
.body-wrapper section.salons .salon-details .details-arrows .salon-details-left-arrow,
.body-wrapper section.salons .salon-details .details-arrows .salon-details-right-arrow {
  width: 25px;
  height: 25px;
  cursor: pointer;
  float: right;
}
.body-wrapper section.salons .salon-details .details-arrows .salon-details-left-arrow.disabled,
.body-wrapper section.salons .salon-details .details-arrows .salon-details-right-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.body-wrapper section.salons .salon-details .details-arrows .salon-details-right-arrow {
  float: left;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper {
  width: 100%;
  height: calc(100vh - 250px);
  position: relative;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100vw;
  transition: all 0.5s cubic-bezier(0, 0, 0.28, 0.99);
  padding: 160px 225px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item:nth-child(1) .info h3.title {
  font-size: 1.89em;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item:nth-child(2) {
  flex-direction: row-reverse;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item:nth-child(2) .illu {
  margin-right: 100px;
  margin-left: 0;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item .info {
  min-width: 360px;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item .info h3.title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 2.0625em;
  position: relative;
  color: #373737;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item .info h3.title::after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 1px;
  background: #e62b1e;
  bottom: -10px;
  left: 0;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item .info .desc {
  margin-top: 35px;
  color: #5c5c5c;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item .illu {
  min-width: 260px;
  height: 260px;
  margin-left: 100px;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item.active-info {
  left: 0;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item.swip-left {
  left: -100vw;
}
.body-wrapper section.salons .salon-details .salon-details-wrapper .details-item.swip-right {
  left: 100vw;
}
.body-wrapper section.salons .salon-details.details-shown {
  right: 0;
}

@keyframes salons-hide {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: -50px;
    opacity: 0;
    display: none;
  }
}
@keyframes salon-name {
  0% {
    opacity: 0;
    right: -25px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes salon-nameAfter {
  0% {
    display: block;
    opacity: 0;
    transform: translate(0, -50%) scale(0);
  }

  100% {
    display: block;
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }
}
@keyframes salon-line {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes salon-date {
  0% {
    opacity: 0;
    left: -25px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}
.body-wrapper section.gallery {
  background: white;
  overflow: hidden;
}
.body-wrapper section.gallery.details-shown {
  min-height: 3000px;
}
.body-wrapper section.gallery.active .gallery-wrapper .album, .body-wrapper section.gallery.active-top .gallery-wrapper .album {
  animation: album-rely 1s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(2), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(2) {
  animation-delay: 0.4s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(3), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(3) {
  animation-delay: 0.45s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(4), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(4) {
  animation-delay: 0.5s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(5), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(5) {
  animation-delay: 0.55s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(6), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(6) {
  animation-delay: 0.6s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(7), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(7) {
  animation-delay: 0.7s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(8), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(8) {
  animation-delay: 0.8s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(9), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(9) {
  animation-delay: 0.9s;
}
.body-wrapper section.gallery.active .gallery-wrapper .album:nth-child(10), .body-wrapper section.gallery.active-top .gallery-wrapper .album:nth-child(10) {
  animation-delay: 1s;
}
.body-wrapper section.gallery .back-illu {
  position: absolute;
  right: 0;
  top: 50px;
  transform: rotateY(180deg);
  width: 100%;
}
.body-wrapper section.gallery .gallery-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 125px;
}
.body-wrapper section.gallery .gallery-wrapper .album {
  opacity: 0;
  width: 250px;
  height: 175px;
  background: white;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  margin-right: 25px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.body-wrapper section.gallery .gallery-wrapper .album:hover {
  box-shadow: 0px 5px 35px 1px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.body-wrapper section.gallery .gallery-wrapper .album .album-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  background-size: cover;
  background-position: center;
}
.body-wrapper section.gallery .gallery-wrapper .album .album-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  background: #e62b1e;
  color: white;
}
.body-wrapper section.gallery .gallery-wrapper .album .album-info .album-title {
  font-size: 0.875em;
}
.body-wrapper section.gallery .gallery-wrapper .album .album-info .album-desc {
  font-size: 0.8em;
  color: white;
  opacity: 0.7;
}
.body-wrapper section.gallery .album-details {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100vw;
  background: white;
  z-index: 101;
  transition: all 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  overflow: hidden;
}
.body-wrapper section.gallery .album-details .album-details-viewer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  cursor: zoom-out;
}
.body-wrapper section.gallery .album-details .album-details-viewer.hidden {
  display: none;
}
.body-wrapper section.gallery .album-details .album-details-viewer img#album-details-viewer-img {
  max-width: 90vw;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.7s ease-in-out;
}
.body-wrapper section.gallery .album-details .album-details-viewer img#album-details-viewer-img.blury {
  -webkit-filter: blur(10px);
}
.body-wrapper section.gallery .album-details .album-details-back-arrow {
  width: 15px;
  height: 28px;
  float: left;
  line-height: 28px;
  cursor: pointer;
}
.body-wrapper section.gallery .album-details .album-details-info {
  float: left;
  margin-left: 50px;
  line-height: 35px;
}
.body-wrapper section.gallery .album-details .album-details-info .album-details-title {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Chaparral Pro";
  font-weight: bold;
  font-size: 2.34375em;
  color: #373737;
}
.body-wrapper section.gallery .album-details .album-details-info .album-details-desc {
  font-size: 0.8em;
  color: #5c5c5c;
}
.body-wrapper section.gallery .album-details .album-details-wrapper {
  width: 100%;
  height: calc(100vh - 250px);
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 15px;
}
.body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item {
  width: 18vw;
  height: 11vw;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0, 0, 0.28, 0.99);
  cursor: pointer;
  z-index: 100;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
}
.body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item.hidden {
  display: none;
}
.body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item:hover {
  box-shadow: 0px 5px 45px 1px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.body-wrapper section.gallery .album-details .album-details-arrows {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0%);
  height: 50px;
  z-index: 10;
  padding: 0 15px;
  box-sizing: border-box;
}
.body-wrapper section.gallery .album-details .album-details-arrows .album-details-left-arrow,
.body-wrapper section.gallery .album-details .album-details-arrows .album-details-right-arrow {
  width: 15px;
  height: 15px;
  cursor: pointer;
  float: right;
}
.body-wrapper section.gallery .album-details .album-details-arrows .album-details-left-arrow.disabled,
.body-wrapper section.gallery .album-details .album-details-arrows .album-details-right-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.body-wrapper section.gallery .album-details .album-details-arrows .album-details-right-arrow {
  float: left;
  margin-right: 25px;
}
.body-wrapper section.gallery .album-details.details-shown {
  right: 0;
}

@keyframes gallery-hide {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: -50px;
    opacity: 0;
    display: none;
  }
}
@keyframes album-rely {
  0% {
    opacity: 0;
    top: -25px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
.body-wrapper section.team {
  background: #e62b1e;
  height: auto;
}
.body-wrapper section.team.active .team-wrapper .profile-wrapper, .body-wrapper section.team.active-top .team-wrapper .profile-wrapper {
  position: relative;
  opacity: 0;
  animation: team-fade 1s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.body-wrapper section.team.active .team-wrapper .profile-wrapper:nth-child(2), .body-wrapper section.team.active-top .team-wrapper .profile-wrapper:nth-child(2) {
  animation-delay: 0.4s;
}
.body-wrapper section.team.active .team-wrapper .profile-wrapper:nth-child(3), .body-wrapper section.team.active-top .team-wrapper .profile-wrapper:nth-child(3) {
  animation-delay: 0.45s;
}
.body-wrapper section.team.active .team-wrapper .profile-wrapper:nth-child(4), .body-wrapper section.team.active-top .team-wrapper .profile-wrapper:nth-child(4) {
  animation-delay: 0.5s;
}
.body-wrapper section.team.active .team-wrapper .profile-wrapper:nth-child(5), .body-wrapper section.team.active-top .team-wrapper .profile-wrapper:nth-child(5) {
  animation-delay: 0.55s;
}
.body-wrapper section.team.active .team-wrapper .profile-wrapper:nth-child(6), .body-wrapper section.team.active-top .team-wrapper .profile-wrapper:nth-child(6) {
  animation-delay: 0.6s;
}
.body-wrapper section.team h1.section-title {
  color: white;
  letter-spacing: 1px;
}
.body-wrapper section.team .back-illu {
  position: absolute;
  top: 20%;
  width: 100%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.body-wrapper section.team h1.team-category {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.15;
  font-family: "Chaparral Pro";
  font-weight: bold;
  font-size: 10em;
}
.body-wrapper section.team .team-wrapper {
  position: relative;
  margin-top: 35px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.body-wrapper section.team .team-wrapper .team-controls {
  position: absolute;
  height: 32px;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.body-wrapper section.team .team-wrapper .team-controls .team-left-arrow,
.body-wrapper section.team .team-wrapper .team-controls .team-right-arrow {
  width: 32px;
  height: 32px;
  float: left;
  cursor: pointer;
}
.body-wrapper section.team .team-wrapper .team-controls .team-left-arrow.disabled,
.body-wrapper section.team .team-wrapper .team-controls .team-right-arrow.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.body-wrapper section.team .team-wrapper .profile-wrapper {
  width: 27.3%;
  display: block;
  height: auto;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 10px 35px 1px rgba(0, 0, 0, 0.1);
  transition: all 1s ease-out;
  margin: 15px 3%;
  box-sizing: border-box;
  position: relative;
  transform-origin: top;
}
.body-wrapper section.team .team-wrapper .profile-wrapper.disabled {
  display: none;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eeeeee;
  position: absolute;
  margin: auto;
  left: -50px;
  transform: translate(0, -50%);
  top: 50%;
  float: left;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info {
  position: relative;
  padding: 20px 35px;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  padding-left: 75px;
  float: left;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-name {
  font-size: 1.1875em;
  position: relative;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-name::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #e62b1e;
  position: absolute;
  bottom: -12.5px;
  left: 0%;
  transform: translate(0%, 0);
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-desc {
  position: relative;
  margin-top: 25px;
  font-size: 0.9em;
  color: #373737;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .twitter,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .facebook,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .linkedin,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .email {
  width: 15px;
  height: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .twitter.disabled,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .facebook.disabled,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .linkedin.disabled,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .email.disabled {
  display: none;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .twitter:hover svg path,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .facebook:hover svg path,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .linkedin:hover svg path,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .email:hover svg path {
  fill: #111111;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .twitter svg,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .facebook svg,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .linkedin svg,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .email svg {
  width: 17.5px;
  height: 12.5px;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .twitter svg path,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .facebook svg path,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .linkedin svg path,
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .email svg path {
  fill: #6a6a6a;
}
.body-wrapper section.team .team-wrapper .profile-wrapper .member-info .member-social .linkedin {
  margin-top: -2px;
}

@keyframes team-hide {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: -50px;
    opacity: 0;
    display: none;
  }
}
@keyframes team-fade {
  0% {
    opacity: 0;
    top: -25px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes team-flip {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  30% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes team-slide {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.body-wrapper section.speakers {
  background: white;
  position: relative;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker, .body-wrapper section.speakers.active-top .speakers-wrapper .speaker {
  position: relative;
  opacity: 0;
  animation: speakers-fade 1s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(2), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(2) {
  animation-delay: 0.4s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(3), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(3) {
  animation-delay: 0.45s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(4), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(4) {
  animation-delay: 0.5s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(5), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(5) {
  animation-delay: 0.55s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(6), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(6) {
  animation-delay: 0.6s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(7), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(7) {
  animation-delay: 0.7s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(8), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(8) {
  animation-delay: 0.8s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(9), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(9) {
  animation-delay: 0.9s;
}
.body-wrapper section.speakers.active .speakers-wrapper .speaker:nth-child(10), .body-wrapper section.speakers.active-top .speakers-wrapper .speaker:nth-child(10) {
  animation-delay: 1s;
}
.body-wrapper section.speakers.active .back-illu, .body-wrapper section.speakers.active-top .back-illu {
  animation: speakers-illu 1s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.body-wrapper section.speakers .back-illu {
  position: absolute;
  width: 290px;
  height: 375px;
  bottom: -300px;
  left: -400px;
  background-image: url(../img/speakers-bg.png);
  background-position: center;
  background-size: cover;
}
.body-wrapper section.speakers .speakers-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}
.body-wrapper section.speakers .speakers-wrapper .speaker-brief {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85vw;
  height: 350px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 5px 30px 3.5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: none;
  padding: 35px 50px;
  box-sizing: border-box;
  text-align: center;
}
.body-wrapper section.speakers .speakers-wrapper .speaker-brief .brief-content {
  padding-top: 25px;
  box-sizing: border-box;
}
.body-wrapper section.speakers .speakers-wrapper .speaker-brief.shown {
  display: block;
}
.body-wrapper section.speakers .speakers-wrapper .speaker-brief .brief-close-wrapper {
  height: 25px;
  position: relative;
}
.body-wrapper section.speakers .speakers-wrapper .speaker-brief .brief-close-wrapper .brief-close {
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.body-wrapper section.speakers .speakers-wrapper .speaker-brief .brief-close-wrapper .brief-close::after, .body-wrapper section.speakers .speakers-wrapper .speaker-brief .brief-close-wrapper .brief-close::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #e62b1e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.body-wrapper section.speakers .speakers-wrapper .speaker-brief .brief-close-wrapper .brief-close::before {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.body-wrapper section.speakers .speakers-wrapper .speaker {
  width: 125px;
  text-align: center;
  padding: 20px 25px;
}
.body-wrapper section.speakers .speakers-wrapper .speaker .speaker-avatar {
  width: 100px;
  max-width: 140px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #eeeeee;
  background-position: center;
  background-size: cover;
}
.body-wrapper section.speakers .speakers-wrapper .speaker .speaker-name {
  color: #373737;
  font-size: 1.0625em;
  margin-top: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.body-wrapper section.speakers .speakers-wrapper .speaker .speaker-desc {
  color: #5c5c5c;
  font-size: 0.8125em;
  margin-top: 5px;
}
.body-wrapper section.speakers .speakers-wrapper .speaker:hover .speaker-avatar {
  box-shadow: 0px 0px 10px 1.8px rgba(230, 43, 30, 0.5);
}

@keyframes speakers-hide {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: -50px;
    opacity: 0;
    display: none;
  }
}
@keyframes speakers-fade {
  0% {
    opacity: 0;
    top: -25px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes speakers-illu {
  0% {
    bottom: -300px;
    left: -400px;
  }

  100% {
    bottom: -70px;
    left: -70px;
  }
}
.body-wrapper section.partners {
  background: white;
  position: relative;
}
.body-wrapper section.partners.active .partners-wrapper .partner, .body-wrapper section.partners.active-top .partners-wrapper .partner {
  position: relative;
  opacity: 0;
  animation: speakers-fade 1s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(2), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(2) {
  animation-delay: 0.4s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(3), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(3) {
  animation-delay: 0.45s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(4), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(4) {
  animation-delay: 0.5s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(5), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(5) {
  animation-delay: 0.55s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(6), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(6) {
  animation-delay: 0.6s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(7), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(7) {
  animation-delay: 0.7s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(8), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(8) {
  animation-delay: 0.8s;
}
.body-wrapper section.partners.active .partners-wrapper .partner:nth-child(9), .body-wrapper section.partners.active-top .partners-wrapper .partner:nth-child(9) {
  animation-delay: 0.9s;
}
.body-wrapper section.partners .partners-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.body-wrapper section.partners .partners-wrapper .partner {
  box-sizing: border-box;
  text-align: center;
  padding: 20px 25px;
}
.body-wrapper section.partners .partners-wrapper .partner .partner-avatar {
  width: 75px;
  max-width: 140px;
  height: 75px;
  margin: auto;
  transition: all 0.3s ease-in-out;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.body-wrapper section.partners .partners-wrapper .partner .partner-name {
  color: #373737;
  font-size: 1.0625em;
  margin-top: 15px;
}
.body-wrapper section.partners .partners-wrapper .partner .partner-desc {
  color: #5c5c5c;
  font-size: 0.8125em;
  margin-top: 5px;
}
.body-wrapper section.partners .partners-wrapper .partner.big-partner {
  width: 33.3%;
  padding: 10px 15px;
}
.body-wrapper section.partners .partners-wrapper .partner.big-partner .partner-avatar {
  width: 140px;
  height: 140px;
}
.body-wrapper section.partners .partners-wrapper .partner.mid-partner {
  width: 33.3%;
}
.body-wrapper section.partners .partners-wrapper .partner.mid-partner .partner-avatar {
  width: 100px;
  height: 100px;
}

.body-wrapper section.contact {
  background: #373737;
  position: relative;
}
.body-wrapper section.contact.active .contact-wrapper h4.contact-title, .body-wrapper section.contact.active-top .contact-wrapper h4.contact-title {
  animation: contact-fade 1s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.body-wrapper section.contact.active .contact-wrapper .contact-social, .body-wrapper section.contact.active-top .contact-wrapper .contact-social {
  animation: contact-fade 1s cubic-bezier(0, 0, 0.28, 0.99);
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.body-wrapper section.contact .back-illu {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
}
.body-wrapper section.contact h1.section-title {
  color: white;
  letter-spacing: 1px;
}
.body-wrapper section.contact .contact-wrapper {
  text-align: center;
  margin-top: 135px;
  position: relative;
}
.body-wrapper section.contact .contact-wrapper h4.contact-title {
  position: relative;
  color: white;
  font-size: 1.3125em;
  font-weight: normal;
  opacity: 0;
  top: -25;
}
.body-wrapper section.contact .contact-wrapper .contact-social {
  position: relative;
  opacity: 0;
  top: -25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
  margin: auto;
  margin-top: 65px;
}
.body-wrapper section.contact .contact-wrapper .contact-social .contact-facebook,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-twitter,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-instagram,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-linkedin,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-ted {
  width: 27px;
  height: 27px;
  padding: 25px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.body-wrapper section.contact .contact-wrapper .contact-social .contact-facebook svg path,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-twitter svg path,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-instagram svg path,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-linkedin svg path,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-ted svg path {
  fill: #efefef;
}
.body-wrapper section.contact .contact-wrapper .contact-social .contact-facebook:hover,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-twitter:hover,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-instagram:hover,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-linkedin:hover,
.body-wrapper section.contact .contact-wrapper .contact-social .contact-ted:hover {
  transform: scale(1.1);
  background: #434343;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
}
.body-wrapper section.contact .contact-wrapper .contact-social .contact-facebook {
  margin-left: 0;
}
.body-wrapper section.contact .contact-wrapper .contact-social .contact-ted svg {
  transform: scale(1.6);
}
.body-wrapper section.contact .footer-sticker {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 20px;
  width: 100%;
  min-height: 20px;
  color: #dddddd;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.body-wrapper section.contact .footer-sticker a {
  color: #dddddd;
}
.body-wrapper section.contact .footer-sticker span#heart {
  width: 20px;
  height: 20px;
  margin: 0 2.5px;
}
.body-wrapper section.contact .footer-sticker span#heart svg {
  animation: beat 1s ease-out infinite;
  position: relative;
  top: 1.5px;
  width: 10px;
  height: 10px;
}
.body-wrapper section.contact .footer-sticker span#heart svg path {
  fill: #ff4136;
}

@keyframes contact-hide {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    top: -50px;
    opacity: 0;
    display: none;
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.15);
  }
}
@keyframes contact-fade {
  0% {
    opacity: 0;
    top: -25px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 1350px) {
  .body-wrapper section.about .cards .card.expanded {
    width: 95vw;
  }
}
@media (max-width: 1200px) {
  .body-wrapper section.team .team-wrapper .profile-wrapper .member-avatar {
    width: 75px;
    height: 75px;
    left: -37.5px;
  }
  .body-wrapper section.team .team-wrapper .profile-wrapper .member-info {
    padding-left: 65px;
  }
  .body-wrapper section.speakers .speakers-wrapper .speaker {
    padding: 15px 20px;
    max-width: 140px;
  }
}
@media (max-width: 1080px) {
  .body-wrapper section.partners {
    padding: 100px 35px;
  }
}
@media (max-width: 1024px) {
  .body-wrapper header.header.section {
    overflow-x: hidden;
  }
  .body-wrapper header.header.section nav.nav ul.ul li {
    margin-left: 25px;
  }
  .body-wrapper section.about .cards .card.expanded {
    width: 100vw;
    border-radius: 0;
  }
  .body-wrapper section.salons .salon-details .details-arrows .salon-details-left-arrow {
    margin-right: -35px;
  }
  .body-wrapper section.salons .salon-details .details-arrows .salon-details-right-arrow {
    margin-left: -35px;
  }
  .body-wrapper section.salons .salon-details .salon-details-wrapper .details-item {
    margin-top: 50px;
  }
  .body-wrapper section.salons .salon-details .salon-details-wrapper .details-item:nth-child(1) .illu, .body-wrapper section.salons .salon-details .salon-details-wrapper .details-item:nth-child(3) .illu {
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  body {
    overflow-y: scroll;
  }
  body .body-wrapper {
    overflow: visible;
  }
  body .body-wrapper .behind-scenes,
  body .body-wrapper .side-nav {
    display: none;
  }
  body .body-wrapper .section {
    position: relative;
    display: block;
    height: auto;
    animation: none;
  }
  body .body-wrapper .section.hide, body .body-wrapper .section.hide-top, body .body-wrapper .section.active, body .body-wrapper .section.active-top, body .body-wrapper .section.header.hide {
    opacity: 1;
    top: 0;
    display: block;
    position: relative;
    animation: none;
  }
  body .body-wrapper .section h1.section-title {
    opacity: 1;
    top: 0;
  }
  body .body-wrapper header.header.section {
    min-height: 550px;
    height: 100vh;
  }
  body .body-wrapper section.about {
    min-height: 800px;
  }
  body .body-wrapper section.about .back-illu {
    min-width: 1000px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body .body-wrapper section.about .cards {
    margin-top: 100px;
  }
  body .body-wrapper section.about .cards .card {
    height: auto;
  }
  body .body-wrapper section.about .cards .card.expanded {
    min-height: 500px;
  }
  body .body-wrapper section.about .cards .card.expanded .card-desc {
    overflow-y: scroll;
    max-height: 250px;
    height: 250px;
  }
  body .body-wrapper section.salons .timeline .line {
    opacity: 1;
    z-index: auto;
    background: #e62b1e;
    transform: scale(1);
  }
  body .body-wrapper section.salons .timeline .line::after, body .body-wrapper section.salons .timeline .line::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #e62b1e;
    box-sizing: border-box;
    background: white;
    top: 50px;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  body .body-wrapper section.salons .timeline .line::after {
    top: auto;
    bottom: 35px;
  }
  body .body-wrapper section.salons .timeline .dates .salon-date {
    opacity: 1;
    left: 0;
  }
  body .body-wrapper section.salons .timeline .salons-names .salon-name {
    opacity: 1;
    right: 0;
  }
  body .body-wrapper section.salons .timeline .salons-names .salon-name::after {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
    display: none;
  }
  body .body-wrapper section.salons .salon-details .salon-details-wrapper .details-item {
    padding: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  body .body-wrapper section.salons .salon-details .salon-details-wrapper .details-item:nth-child(2) {
    margin-top: 100px;
  }
  body .body-wrapper section.salons .salon-details .salon-details-wrapper .details-item .info {
    min-width: 70vw;
  }
  body .body-wrapper section.salons .salon-details .salon-details-wrapper .details-item .illu {
    margin-left: 0;
    display: none;
  }
  body .body-wrapper section.gallery {
    padding-bottom: 250px;
  }
  body .body-wrapper section.gallery.details-shown {
    min-height: 950px;
  }
  body .body-wrapper section.gallery .back-illu {
    min-width: 1500px;
    right: 0;
    left: auto;
    top: 35px;
  }
  body .body-wrapper section.gallery .gallery-wrapper .album {
    opacity: 1;
    top: 0;
  }
  body .body-wrapper section.gallery .album-details {
    padding: 75px 50px;
  }
  body .body-wrapper section.gallery .album-details .album-details-info .album-details-title {
    font-size: 1.7em;
  }
  body .body-wrapper section.gallery .album-details .album-details-wrapper {
    overflow-y: visible;
    min-height: 500px;
  }
  body .body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item {
    width: 25vw;
    height: 20vw;
  }
  body .body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item:nth-child(4), body .body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item:nth-child(8) {
    margin-right: 0;
  }
  body .body-wrapper section.team .team-wrapper {
    margin-top: 75px;
  }
  body .body-wrapper section.team .team-wrapper .profile-wrapper {
    opacity: 1;
    top: 0;
    width: 40%;
    margin-left: 4%;
  }
  body .body-wrapper section.speakers .speakers-wrapper .speaker {
    opacity: 1;
    top: 0;
    max-width: 25%;
  }
  body .body-wrapper section.speakers .speakers-wrapper .speaker-brief#speaker-brief {
    height: 600px;
  }
  body .body-wrapper section.partners .partners-wrapper .partner.big-partner {
    width: 100%;
  }
  body .body-wrapper section.partners .partners-wrapper .partner.mid-partner {
    width: 50%;
  }
  body .body-wrapper section.contact .back-illu {
    min-width: 1000px;
    right: 0;
    left: auto;
    bottom: 0;
  }
  body .body-wrapper section.contact .contact-wrapper h4.contact-title,
  body .body-wrapper section.contact .contact-wrapper .contact-social {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 840px) {
  .body-wrapper section.gallery.details-shown {
    min-height: 1200px !important;
  }
  .body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item {
    width: 35vw !important;
    height: 25vw !important;
    margin-left: 0;
  }
  .body-wrapper section.speakers .speakers-wrapper .speaker {
    max-width: 33.3% !important;
  }
}
@media (max-width: 768px) {
  .body-wrapper header.header.section .back-illu {
    min-width: 768px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .body-wrapper header.header.section nav.nav .burger {
    display: block;
  }
  .body-wrapper header.header.section nav.nav ul.ul {
    clear: both;
    top: 50px;
    background: white;
    padding: 50px 75px;
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 90vw;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.19);
    display: none;
  }
  .body-wrapper header.header.section nav.nav ul.ul.expanded {
    display: block;
  }
  .body-wrapper header.header.section nav.nav ul.ul li {
    color: #373737;
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .body-wrapper header.header.section .title {
    font-size: 14px;
    text-align: left;
  }
  .body-wrapper section.about .cards .card .card-desc::after {
    display: none;
  }
  .body-wrapper section.salons .back-illu {
    left: 50px;
  }
  .body-wrapper section.salons .timeline {
    width: 100%;
  }
  .body-wrapper section.team .team-wrapper .profile-wrapper {
    margin: 40px 15px;
  }
  .body-wrapper section.team .team-wrapper .profile-wrapper .member-avatar {
    width: 100px;
    height: 100px;
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0);
  }
  .body-wrapper section.team .team-wrapper .profile-wrapper .member-info {
    padding: 35px;
    padding-top: 75px;
  }
}
@media (max-width: 640px) {
  .body-wrapper section.section.salons .back-illu {
    left: 15px;
  }
  .body-wrapper section.section.salons .timeline .line {
    order: 1;
    min-width: 2px;
  }
  .body-wrapper section.section.salons .timeline .salons-names {
    order: 2;
  }
  .body-wrapper section.section.salons .timeline .salons-names .salon-name {
    float: left;
  }
  .body-wrapper section.section.salons .timeline .dates {
    order: 3;
    margin-top: 50px;
    margin-left: -200px;
  }
  .body-wrapper section.section.salons .timeline .dates .salon-date {
    color: #9c9c9c;
  }
  .body-wrapper section.section.salons .salon-details {
    padding: 75px 25px;
  }
  .body-wrapper section.section.salons .salon-details .details-arrows .salon-details-left-arrow {
    margin-right: -15px;
  }
  .body-wrapper section.section.salons .salon-details .details-arrows .salon-details-right-arrow {
    margin-left: -15px;
  }
  .body-wrapper section.section.salons .salon-details .salon-details-title {
    margin-left: 15px;
    font-size: 1.6em;
    text-align: left;
  }
  .body-wrapper section.section.salons .salon-details .salon-details-wrapper .details-item .info h3.title {
    font-size: 1.7em;
  }
  .body-wrapper section.gallery.details-shown {
    min-height: 490vw !important;
  }
  .body-wrapper section.gallery .back-illu {
    top: auto !important;
    bottom: 0 !important;
  }
  .body-wrapper section.gallery .gallery-wrapper .album {
    margin-right: 0;
  }
  .body-wrapper section.gallery .album-details .album-details-wrapper .album-details-item {
    width: 80vw !important;
    height: 50vw !important;
  }
  .body-wrapper section.team .team-wrapper .profile-wrapper {
    margin: 40px 0 !important;
    width: 100% !important;
  }
  .body-wrapper section.team .team-wrapper .profile-wrapper .member-avatar {
    width: 125px;
    height: 125px;
  }
  .body-wrapper section.team .team-wrapper .profile-wrapper .member-info {
    padding-top: 100px;
  }
  .body-wrapper section.speakers .speakers-wrapper .speaker {
    max-width: 50% !important;
  }
}
@media (max-width: 505px) {
  .body-wrapper header.header.section {
    padding: 50px 25px;
  }
  .body-wrapper header.header.section nav.nav ul.ul {
    padding: 50px 25px;
  }
  .body-wrapper section.gallery.details-shown {
    min-height: 530vw !important;
  }
  .body-wrapper section.gallery .album-details .album-details-info {
    width: 100%;
    clear: both;
    margin-left: 0;
    margin-top: 26px;
  }
}
@media (max-width: 425px) {
  .body-wrapper .section {
    padding: 125px 35px;
  }
  .body-wrapper .section h1.section-title {
    font-size: 2em;
  }
  .body-wrapper header.header.section .title {
    font-size: 12px;
  }
  .body-wrapper header.header.section .read-more-cta {
    bottom: 75px;
    width: 85%;
  }
  .body-wrapper section.about .cards-controls {
    padding: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .body-wrapper section.gallery.details-shown {
    min-height: 550vw !important;
  }
  .body-wrapper section.section.salons {
    min-height: 650px;
  }
  .body-wrapper section.section.salons .salon-details .salon-details-wrapper {
    margin-top: 100px;
  }
  .body-wrapper section.partners .partners-wrapper .partner.mid-partner {
    width: 100% !important;
  }
  .body-wrapper section.speakers .speakers-wrapper .speaker-brief#speaker-brief {
    height: 800px !important;
    width: 100vw;
  }
}
@media (max-width: 375px) {
  .body-wrapper section.about .cards .card {
    padding: 63px 25px;
    width: 100vw;
    border-radius: 0;
  }
  .body-wrapper section.speakers .speakers-wrapper .speaker {
    max-width: 100% !important;
  }
  .body-wrapper section.gallery.details-shown {
    min-height: 580vw !important;
  }
}
@media (max-height: 600px) {
  .body-wrapper .section {
    padding-top: 75px;
  }
}
