@import "fonts/fontello/css/fontello.css";
/*

 **************************************
 *
 * Utility LESS mixins and CSS rules
 * 2016 - Riccardo Falco
 *
 **************************************

*/
@media all and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  .show-tablet {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .show-tablet {
    display: none !important;
  }
}
@media all and (max-width: 1199px) {
  .show-desktop {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }
}
.rcontainer {
  width: 1200px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.rcontainer:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 1199px) {
  .rcontainer {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .rcontainer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
._css_retina_detection_ {
  width: 1px;
}
@media (min-moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  ._css_retina_detection_ {
    width: 2px;
  }
}
.rotate {
  display: inline-block;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pulse {
  display: inline-block;
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -ms-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.arrow-pulse {
  display: inline-block;
  -webkit-animation: arrow-pulse 1s infinite linear alternate;
  -moz-animation: arrow-pulse 1s infinite linear alternate;
  -o-animation: arrow-pulse 1s infinite linear alternate;
  -ms-animation: arrow-pulse 1s infinite linear alternate;
  animation: arrow-pulse 1s infinite linear alternate;
}
@-moz-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-webkit-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-o-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-ms-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.rotate-and-pulse {
  display: inline-block;
  -webkit-animation: rotate-and-pulse 2s infinite linear;
  -moz-animation: rotate-and-pulse 2s infinite linear;
  -o-animation: rotate-and-pulse 2s infinite linear;
  -ms-animation: rotate-and-pulse 2s infinite linear;
  animation: rotate-and-pulse 2s infinite linear;
}
@-moz-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-webkit-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-o-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-ms-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
.pulse-heart {
  display: inline-block;
  -webkit-animation: pulse-heart 2s infinite linear;
  -moz-animation: pulse-heart 2s infinite linear;
  -o-animation: pulse-heart 2s infinite linear;
  -ms-animation: pulse-heart 2s infinite linear;
  animation: pulse-heart 2s infinite linear;
}
@-moz-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*
	Hamburger animated icon, it requires an html like
	
	<a href="#" data-ng-class="{'open': isMobileMenuOpen}">
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
	</a>
	
*/
.hamburger-animated-1 {
  display: inline-block;
  width: 2em;
  height: 1em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.hamburger-animated-1 span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger-animated-1 span:nth-child(even) {
  left: 0.4em;
  border-radius: 0 1000px 1000px 0;
}
.hamburger-animated-1 span:nth-child(odd) {
  left: 0;
  border-radius: 1000px 0 0 1000px;
}
.hamburger-animated-1 span:nth-child(1),
.hamburger-animated-1 span:nth-child(2) {
  top: 0;
}
.hamburger-animated-1 span:nth-child(3),
.hamburger-animated-1 span:nth-child(4) {
  top: 0.4em;
}
.hamburger-animated-1 span:nth-child(5),
.hamburger-animated-1 span:nth-child(6) {
  top: 0.8em;
}
.hamburger-animated-1.open span:nth-child(1),
.hamburger-animated-1.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-animated-1.open span:nth-child(2),
.hamburger-animated-1.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-animated-1.open span:nth-child(1) {
  left: 0;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(2) {
  left: 0.5em;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(5) {
  left: 0;
  top: 0.7em;
}
.hamburger-animated-1.open span:nth-child(6) {
  left: 0.5em;
  top: 0.7em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.normalcase {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.background-default {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.absolute-overlay {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.display-table {
  display: table;
}
.display-table-row {
  display: table-row;
  vertical-align: middle;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.position-relative {
  position: relative;
  z-index: 1;
}
.shadow-before:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.clear-after:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
.list-reset {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.list-reset li,
.list-reset.inline-block li {
  display: inline-block;
}
.list-reset.block li {
  display: block;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
}
* {
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  max-height: none;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
img {
  border: 0;
  vertical-align: middle;
  height: auto;
}
input,
textarea,
keygen,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
p {
  margin: 0;
}
.fulltext a,
.fulltext a:hover,
.fulltext a:active,
.fulltext a:visited,
.fulltext a:focus {
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.fulltext p {
  margin: 10px 0;
}
.icon {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: 1em;
}
.icon:before {
  margin: 0;
}
section {
  padding: 25px 0;
}
@media all and (max-width: 1199px) {
  section {
    padding: 20px 0;
  }
}
@media all and (max-width: 767px) {
  section {
    padding: 15px 0;
  }
}
.font-prata {
  font-family: 'Prata', serif;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.font-muli {
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
}
.rcontainer {
  padding-left: 100px;
  padding-right: 100px;
}
@media all and (max-width: 1199px) {
  .rcontainer {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media all and (max-width: 767px) {
  .rcontainer {
    padding-left: 10%;
    padding-right: 10%;
  }
}
body {
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 18px;
}
@media all and (max-width: 1199px) {
  body {
    font-size: 15px;
    line-height: 17px;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 16px;
  }
}
body.fixed,
body.home {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -ms-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
}
.main-title {
  font-family: 'Prata', serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.main-title:before {
  content: "~";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 1199px) {
  .main-title {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .main-title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 35px;
  }
}
.fulltext {
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 26px;
}
@media all and (max-width: 1199px) {
  .fulltext {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .fulltext {
    font-size: 14px;
    line-height: 20px;
  }
}
.fulltext p {
  margin: 20px 0;
}
@media all and (max-width: 1199px) {
  .fulltext p {
    margin: 18px 0;
  }
}
@media all and (max-width: 767px) {
  .fulltext p {
    margin: 15px 0;
  }
}
.fulltext a,
.fulltext a:active,
.fulltext a:visited,
.fulltext a:focus,
.fulltext a:hover {
  text-decoration: underline;
}
.big-vertical-padding {
  padding: 80px 0;
}
@media all and (max-width: 1199px) {
  .big-vertical-padding {
    padding: 60px 0;
  }
}
@media all and (max-width: 767px) {
  .big-vertical-padding {
    padding: 30px 0;
  }
}
.framed {
  padding: 25px;
}
@media all and (max-width: 1199px) {
  .framed {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .framed {
    padding: 15px;
  }
}
.tilde-before {
  position: relative;
}
.tilde-before:before {
  content: "~";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu-item {
  vertical-align: middle;
  margin: 0 25px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 16px;
}
.menu-item:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 0;
  height: 2px;
}
@media all and (max-width: 767px) {
  .menu-item:after {
    height: 1px;
  }
}
@media all and (min-width: 768px) {
  .menu-item:hover:after,
  .menu-item.current:after {
    width: 100%;
  }
  .menu-item:after,
  .menu-item.white:after {
    background-color: #fff;
  }
  .menu-item.black:after {
    background-color: #000;
  }
}
@media all and (max-width: 1199px) {
  .menu-item {
    font-size: 15px;
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .menu-item {
    font-size: 14px;
    margin: 0 15px;
  }
}
.underlined {
  position: relative;
  display: inline-block;
}
.underlined:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 0;
  height: 2px;
}
@media all and (max-width: 767px) {
  .underlined:after {
    height: 1px;
  }
}
@media all and (min-width: 768px) {
  .underlined:hover:after,
  .underlined.current:after {
    width: 100%;
  }
  .underlined:after,
  .underlined.white:after {
    background-color: #fff;
  }
  .underlined.black:after {
    background-color: #000;
  }
}
.white-text-shadow {
  text-shadow: 0.1em 0.1em 0.1em #333333;
}
.my-slideshow,
.my-slider {
  position: relative;
  height: 100%;
}
.my-slideshow .arrows,
.my-slider .arrows {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.my-slideshow .arrows .arrow,
.my-slider .arrows .arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}
.my-slideshow .arrows .arrow.left,
.my-slider .arrows .arrow.left {
  float: left;
  margin-left: 5px;
}
.my-slideshow .arrows .arrow.right,
.my-slider .arrows .arrow.right {
  float: right;
  margin-right: 5px;
}
@media all and (max-width: 1199px) {
  .my-slideshow .arrows .arrow,
  .my-slider .arrows .arrow {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .my-slideshow .arrows .arrow,
  .my-slider .arrows .arrow {
    font-size: 20px;
  }
}
.my-slideshow .slideshow,
.my-slider .slideshow,
.my-slideshow .slider,
.my-slider .slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.my-slideshow .slideshow .slider-content,
.my-slider .slideshow .slider-content,
.my-slideshow .slider .slider-content,
.my-slider .slider .slider-content {
  position: relative;
  height: 100%;
  white-space: nowrap;
  -webkit-transition: left 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  -moz-transition: left 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  -ms-transition: left 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  -o-transition: left 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  transition: left 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
}
.my-slideshow .slideshow .slider-content .slider-item,
.my-slider .slideshow .slider-content .slider-item,
.my-slideshow .slider .slider-content .slider-item,
.my-slider .slider .slider-content .slider-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.my-slideshow .slideshow .slideshow-item,
.my-slider .slideshow .slideshow-item,
.my-slideshow .slider .slideshow-item,
.my-slider .slider .slideshow-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.my-slideshow .slideshow .slideshow-item.current,
.my-slider .slideshow .slideshow-item.current,
.my-slideshow .slider .slideshow-item.current,
.my-slider .slider .slideshow-item.current {
  opacity: 1;
  z-index: 1;
}
.fog-overlay {
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
}
.fog-overlay.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
.fog-overlay#loading-overlay {
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
}
.fog-overlay .spinner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 70px;
  margin-left: -50px;
  margin-top: -35px;
  display: inline-block;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
#header {
  position: absolute;
  z-index: 100;
  text-align: center;
  width: 100%;
  top: 60px;
}
@media all and (max-width: 767px) {
  #header {
    display: none !important;
  }
}
#header .locale {
  position: absolute;
  top: 0;
  left: 60px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 1199px) {
  #header .locale {
    top: -20px;
    left: 40px;
    font-size: 13px;
  }
}
#header .locale a {
  margin-right: 10px;
  display: inline-block;
  padding-bottom: 1px;
}
#header .locale a.current {
  border-bottom: 1px solid #fff;
}
#header.black {
  padding: 20px 0;
  position: static;
  background-color: #000;
}
#header .logo img {
  width: 120px;
  height: auto;
  vertical-align: middle;
}
#header .menu-item {
  color: #fff;
}
#sidebar {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar .sidebar-toggle {
  color: #fff;
}
#sidebar .sidebar-toggle.black .icon.open {
  color: #000;
}
#sidebar .sidebar-toggle .icon {
  font-size: 40px;
  z-index: 2;
  top: 20px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  transition: visibility 0s ease 1s, opacity 1s ease 0s;
}
#sidebar .sidebar-toggle .icon.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  transition: visibility 0s ease 0s, opacity 1s ease 0s;
}
#sidebar .sidebar-toggle .icon.close {
  position: fixed;
}
#sidebar .sidebar-toggle .icon.open {
  position: absolute;
}
#sidebar .overlay {
  background-color: #000;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: scroll;
  padding: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  -moz-transition: -moz-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  -ms-transition: -ms-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  -o-transition: -o-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  transition: transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
}
#sidebar .overlay.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#sidebar .overlay .content-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
#sidebar .overlay .content-wrap .content {
  display: table-cell;
  vertical-align: middle;
}
#sidebar .overlay .content-wrap .content a {
  display: block;
  margin-bottom: 15px;
}
#sidebar .overlay .content-wrap .content a.logo {
  margin-bottom: 30px;
}
#sidebar .overlay .content-wrap .content a.logo img {
  width: 200px;
}
#sidebar .overlay .content-wrap .content .menu {
  margin-bottom: 30px;
}
#sidebar .overlay .content-wrap .content .facebook {
  margin-bottom: 30px;
}
#sidebar .overlay .content-wrap .content .locale {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 17px;
}
#sidebar .overlay .content-wrap .content .locale a {
  display: inline-block;
  padding-bottom: 1px;
  margin: 0 10px;
  margin-bottom: 30px;
}
#sidebar .overlay .content-wrap .content .locale a.current {
  border-bottom: 1px solid #fff;
}
#main {
  position: relative;
}
#footer {
  text-align: center;
  padding: 25px;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  font-size: 14px;
  line-height: 16px;
}
@media all and (max-width: 1199px) {
  #footer {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  #footer {
    padding: 15px;
  }
}
@media all and (max-width: 1199px) {
  #footer {
    font-size: 13px;
    line-height: 14px;
  }
}
@media all and (max-width: 767px) {
  #footer {
    font-size: 12px;
    line-height: 13px;
  }
}
#footer.home {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 0;
}
#footer .socials {
  margin-bottom: 30px;
}
@media all and (max-width: 1199px) {
  #footer .socials {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  #footer .socials {
    margin-bottom: 20px;
  }
}
#footer .socials .icon {
  font-size: 20px;
  line-height: 20px;
}
#footer .contacts {
  margin-bottom: 30px;
}
@media all and (max-width: 1199px) {
  #footer .contacts {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  #footer .contacts {
    margin-bottom: 15px;
  }
}
#footer .contacts .contact {
  vertical-align: middle;
  margin: 0 15px;
}
@media all and (max-width: 767px) {
  #footer .contacts .contact {
    display: block;
    margin-bottom: 5px;
  }
}
#footer .contacts .separator {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  #footer .contacts .separator {
    display: none !important;
  }
}
#footer .bottom .menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0px;
}
@media all and (max-width: 1199px) {
  #footer .bottom .menu {
    display: block;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #footer .bottom .menu {
    margin-bottom: 10px;
  }
}
#footer .bottom .menu .menu-item {
  color: #000;
  font-size: inherit !important;
  line-height: inherit !important;
}
@media all and (max-width: 767px) {
  #footer .bottom .menu .menu-item {
    display: block;
    margin-bottom: 10px;
  }
}
#footer .bottom .copyright {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 5px;
}
#easter {
  display: none;
  position: fixed;
  color: #fff;
  font-size: 200px;
  z-index: 100000;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  text-shadow: 0px 0px 10px #ff0097;
  /*
	@easterDuration: 1s;
	.transform(scale(0,0));
	opacity: 1;
	-webkit-transition: -webkit-transform @easterDuration linear, opacity @easterDuration linear;
	-moz-transition: -moz-transform @easterDuration linear, opacity @easterDuration linear;
	-ms-transition: -ms-transform @easterDuration linear, opacity @easterDuration linear;
	-o-transition: -o-transform @easterDuration linear, opacity @easterDuration linear;
	transition: transform @easterDuration linear, opacity @easterDuration linear;
	
	&.easter{
		.transform(scale(10,10));
		opacity: 0;
	}
*/
}
#easter.visible {
  display: inline-block;
  -webkit-animation: heart 2s linear;
  -moz-animation: heart 2s linear;
  -o-animation: heart 2s linear;
  -ms-animation: heart 2s linear;
  animation: heart 2s linear;
}
@-moz-keyframes heart {
  0% {
    -webkit-transform: translateX(-100vw) rotate(0deg);
    -moz-transform: translateX(-100vw) rotate(0deg);
    -ms-transform: translateX(-100vw) rotate(0deg);
    -o-transform: translateX(-100vw) rotate(0deg);
    transform: translateX(-100vw) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(100vw) rotate(1500deg);
    -moz-transform: translateX(100vw) rotate(1500deg);
    -ms-transform: translateX(100vw) rotate(1500deg);
    -o-transform: translateX(100vw) rotate(1500deg);
    transform: translateX(100vw) rotate(1500deg);
  }
}
@-webkit-keyframes heart {
  0% {
    -webkit-transform: translateX(-100vw) rotate(0deg);
    -moz-transform: translateX(-100vw) rotate(0deg);
    -ms-transform: translateX(-100vw) rotate(0deg);
    -o-transform: translateX(-100vw) rotate(0deg);
    transform: translateX(-100vw) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(100vw) rotate(1500deg);
    -moz-transform: translateX(100vw) rotate(1500deg);
    -ms-transform: translateX(100vw) rotate(1500deg);
    -o-transform: translateX(100vw) rotate(1500deg);
    transform: translateX(100vw) rotate(1500deg);
  }
}
@-o-keyframes heart {
  0% {
    -webkit-transform: translateX(-100vw) rotate(0deg);
    -moz-transform: translateX(-100vw) rotate(0deg);
    -ms-transform: translateX(-100vw) rotate(0deg);
    -o-transform: translateX(-100vw) rotate(0deg);
    transform: translateX(-100vw) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(100vw) rotate(1500deg);
    -moz-transform: translateX(100vw) rotate(1500deg);
    -ms-transform: translateX(100vw) rotate(1500deg);
    -o-transform: translateX(100vw) rotate(1500deg);
    transform: translateX(100vw) rotate(1500deg);
  }
}
@-ms-keyframes heart {
  0% {
    -webkit-transform: translateX(-100vw) rotate(0deg);
    -moz-transform: translateX(-100vw) rotate(0deg);
    -ms-transform: translateX(-100vw) rotate(0deg);
    -o-transform: translateX(-100vw) rotate(0deg);
    transform: translateX(-100vw) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(100vw) rotate(1500deg);
    -moz-transform: translateX(100vw) rotate(1500deg);
    -ms-transform: translateX(100vw) rotate(1500deg);
    -o-transform: translateX(100vw) rotate(1500deg);
    transform: translateX(100vw) rotate(1500deg);
  }
}
@keyframes heart {
  0% {
    -webkit-transform: translateX(-100vw) rotate(0deg);
    -moz-transform: translateX(-100vw) rotate(0deg);
    -ms-transform: translateX(-100vw) rotate(0deg);
    -o-transform: translateX(-100vw) rotate(0deg);
    transform: translateX(-100vw) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(100vw) rotate(1500deg);
    -moz-transform: translateX(100vw) rotate(1500deg);
    -ms-transform: translateX(100vw) rotate(1500deg);
    -o-transform: translateX(100vw) rotate(1500deg);
    transform: translateX(100vw) rotate(1500deg);
  }
}
#slides-section {
  padding: 25px;
  width: 100vw;
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  #slides-section {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  #slides-section {
    padding: 15px;
  }
}
#slides-section #slides-wrap {
  width: calc(100vw - 50px);
  height: calc(100vh - 50px);
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap {
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
  }
}
#slides-section #slides-wrap .shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0%)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  transition: visibility 0s ease 1s, opacity 1s ease 0s;
}
#slides-section #slides-wrap.shadowed .shadow {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100%)";
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  transition: visibility 0s ease 0s, opacity 1s ease 0s;
}
#slides-section #slides-wrap .indexes {
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .indexes {
    display: none !important;
  }
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .indexes {
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .indexes {
    top: auto;
    right: auto;
    left: 0;
    bottom: 50px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#slides-section #slides-wrap .indexes .index {
  display: block;
  text-align: right;
  line-height: 45px;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .indexes .index {
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .indexes .index {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
  }
}
#slides-section #slides-wrap .indexes .index .icon {
  font-size: 45px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  -moz-transition: -moz-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  -ms-transition: -ms-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  -o-transition: -o-transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  transition: transform 1s cubic-bezier(0.5, 0.03, 0.27, 0.99), opacity 1s linear;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .indexes .index .icon {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .indexes .index .icon {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#slides-section #slides-wrap .indexes .index .dot {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 10px;
  margin-left: 5px;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .indexes .index .dot {
    display: block;
    margin: 10px auto 5px;
  }
}
#slides-section #slides-wrap .indexes .index .number {
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}
#slides-section #slides-wrap .indexes .index .number a,
#slides-section #slides-wrap .indexes .index .number a:hover,
#slides-section #slides-wrap .indexes .index .number a:active,
#slides-section #slides-wrap .indexes .index .number a:visited,
#slides-section #slides-wrap .indexes .index .number a:focus {
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
#slides-section #slides-wrap .indexes .index .number p {
  margin: 10px 0;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .indexes .index .number {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .indexes .index .number {
    font-size: 14px;
    line-height: 20px;
  }
}
#slides-section #slides-wrap .indexes .index .number p {
  margin: 20px 0;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .indexes .index .number p {
    margin: 18px 0;
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .indexes .index .number p {
    margin: 15px 0;
  }
}
#slides-section #slides-wrap .indexes .index .number a,
#slides-section #slides-wrap .indexes .index .number a:active,
#slides-section #slides-wrap .indexes .index .number a:visited,
#slides-section #slides-wrap .indexes .index .number a:focus,
#slides-section #slides-wrap .indexes .index .number a:hover {
  text-decoration: underline;
}
#slides-section #slides-wrap .indexes .index.current .icon,
#slides-section #slides-wrap .indexes .index:hover .icon {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#slides-section #slides-wrap .indexes .index.current .dot,
#slides-section #slides-wrap .indexes .index:hover .dot {
  opacity: 1;
}
#slides-section #slides-wrap .slides-list {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: top 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  -moz-transition: top 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  -ms-transition: top 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  -o-transition: top 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
  transition: top 1s cubic-bezier(0.5, 0.03, 0.27, 0.99);
}
#slides-section #slides-wrap .slides-list .slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#slides-section #slides-wrap .slides-list .slide.with-transition {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 2s, opacity 2s ease 0s;
  -moz-transition: visibility 0s ease 2s, opacity 2s ease 0s;
  -ms-transition: visibility 0s ease 2s, opacity 2s ease 0s;
  -o-transition: visibility 0s ease 2s, opacity 2s ease 0s;
  transition: visibility 0s ease 2s, opacity 2s ease 0s;
}
#slides-section #slides-wrap .slides-list .slide.with-transition.'current' {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 2s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 2s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 2s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 2s ease 0s;
  transition: visibility 0s ease 0s, opacity 2s ease 0s;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.5);
  display: table;
  padding: 20px;
  text-align: center;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content {
  display: table-cell;
  vertical-align: middle;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content.with-transition {
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content.with-transition.current-add {
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content.with-transition.current-remove {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content.with-transition.current {
  opacity: 1;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text {
  display: inline-block;
  width: 30%;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text {
    width: 70%;
  }
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title {
  font-family: 'Prata', serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:before {
  content: "~";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:before {
  content: "~";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 35px;
  }
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 0;
  height: 2px;
}
@media all and (max-width: 767px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:after {
    height: 1px;
  }
}
@media all and (min-width: 768px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:hover:after,
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title.current:after {
    width: 100%;
  }
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:after,
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title.white:after {
    background-color: #fff;
  }
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title.black:after {
    background-color: #000;
  }
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:after {
  bottom: 40px;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .title:hover:after {
  width: 0;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .separator {
  font-family: 'Prata', serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 50px;
  line-height: 55px;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .fulltext {
  text-align: center;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .text .fulltext p {
  margin: 0px;
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  font-size: 30px;
  margin-left: -15px;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .icon {
    font-size: 25px;
    margin-left: -13px;
  }
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .icon.prev {
  top: 20px;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .icon.prev {
    top: 18px;
  }
}
#slides-section #slides-wrap .slides-list .slide .content-wrap .content .icon.next {
  bottom: 20px;
}
@media all and (max-width: 1199px) {
  #slides-section #slides-wrap .slides-list .slide .content-wrap .content .icon.next {
    bottom: 18px;
  }
}
#top-slider .scroll-down,
#top-slideshow .scroll-down,
#top-map .scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  font-size: 30px;
  margin-left: -15px;
}
@media all and (max-width: 1199px) {
  #top-slider .scroll-down,
  #top-slideshow .scroll-down,
  #top-map .scroll-down {
    display: none !important;
  }
}
#top-slider .scroll-down.in-map,
#top-slideshow .scroll-down.in-map,
#top-map .scroll-down.in-map {
  bottom: 50px;
  color: #fff;
}
@media all and (max-width: 1199px) {
  #top-slider .scroll-down.in-map,
  #top-slideshow .scroll-down.in-map,
  #top-map .scroll-down.in-map {
    bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  #top-slider .scroll-down.in-map,
  #top-slideshow .scroll-down.in-map,
  #top-map .scroll-down.in-map {
    bottom: 30px;
  }
}
#top-slider,
#top-slideshow {
  padding: 25px;
  width: 100vw;
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  #top-slider,
  #top-slideshow {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  #top-slider,
  #top-slideshow {
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  #top-slider .my-slideshow .arrows,
  #top-slideshow .my-slideshow .arrows,
  #top-slider .my-slider .arrows,
  #top-slideshow .my-slider .arrows {
    display: none !important;
  }
}
#top-slider .my-slideshow .arrows .arrow,
#top-slideshow .my-slideshow .arrows .arrow,
#top-slider .my-slider .arrows .arrow,
#top-slideshow .my-slider .arrows .arrow {
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 26px;
}
#top-slider .my-slideshow .arrows .arrow a,
#top-slideshow .my-slideshow .arrows .arrow a,
#top-slider .my-slider .arrows .arrow a,
#top-slideshow .my-slider .arrows .arrow a,
#top-slider .my-slideshow .arrows .arrow a:hover,
#top-slideshow .my-slideshow .arrows .arrow a:hover,
#top-slider .my-slider .arrows .arrow a:hover,
#top-slideshow .my-slider .arrows .arrow a:hover,
#top-slider .my-slideshow .arrows .arrow a:active,
#top-slideshow .my-slideshow .arrows .arrow a:active,
#top-slider .my-slider .arrows .arrow a:active,
#top-slideshow .my-slider .arrows .arrow a:active,
#top-slider .my-slideshow .arrows .arrow a:visited,
#top-slideshow .my-slideshow .arrows .arrow a:visited,
#top-slider .my-slider .arrows .arrow a:visited,
#top-slideshow .my-slider .arrows .arrow a:visited,
#top-slider .my-slideshow .arrows .arrow a:focus,
#top-slideshow .my-slideshow .arrows .arrow a:focus,
#top-slider .my-slider .arrows .arrow a:focus,
#top-slideshow .my-slider .arrows .arrow a:focus {
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
#top-slider .my-slideshow .arrows .arrow p,
#top-slideshow .my-slideshow .arrows .arrow p,
#top-slider .my-slider .arrows .arrow p,
#top-slideshow .my-slider .arrows .arrow p {
  margin: 10px 0;
}
@media all and (max-width: 1199px) {
  #top-slider .my-slideshow .arrows .arrow,
  #top-slideshow .my-slideshow .arrows .arrow,
  #top-slider .my-slider .arrows .arrow,
  #top-slideshow .my-slider .arrows .arrow {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  #top-slider .my-slideshow .arrows .arrow,
  #top-slideshow .my-slideshow .arrows .arrow,
  #top-slider .my-slider .arrows .arrow,
  #top-slideshow .my-slider .arrows .arrow {
    font-size: 14px;
    line-height: 20px;
  }
}
#top-slider .my-slideshow .arrows .arrow p,
#top-slideshow .my-slideshow .arrows .arrow p,
#top-slider .my-slider .arrows .arrow p,
#top-slideshow .my-slider .arrows .arrow p {
  margin: 20px 0;
}
@media all and (max-width: 1199px) {
  #top-slider .my-slideshow .arrows .arrow p,
  #top-slideshow .my-slideshow .arrows .arrow p,
  #top-slider .my-slider .arrows .arrow p,
  #top-slideshow .my-slider .arrows .arrow p {
    margin: 18px 0;
  }
}
@media all and (max-width: 767px) {
  #top-slider .my-slideshow .arrows .arrow p,
  #top-slideshow .my-slideshow .arrows .arrow p,
  #top-slider .my-slider .arrows .arrow p,
  #top-slideshow .my-slider .arrows .arrow p {
    margin: 15px 0;
  }
}
#top-slider .my-slideshow .arrows .arrow a,
#top-slideshow .my-slideshow .arrows .arrow a,
#top-slider .my-slider .arrows .arrow a,
#top-slideshow .my-slider .arrows .arrow a,
#top-slider .my-slideshow .arrows .arrow a:active,
#top-slideshow .my-slideshow .arrows .arrow a:active,
#top-slider .my-slider .arrows .arrow a:active,
#top-slideshow .my-slider .arrows .arrow a:active,
#top-slider .my-slideshow .arrows .arrow a:visited,
#top-slideshow .my-slideshow .arrows .arrow a:visited,
#top-slider .my-slider .arrows .arrow a:visited,
#top-slideshow .my-slider .arrows .arrow a:visited,
#top-slider .my-slideshow .arrows .arrow a:focus,
#top-slideshow .my-slideshow .arrows .arrow a:focus,
#top-slider .my-slider .arrows .arrow a:focus,
#top-slideshow .my-slider .arrows .arrow a:focus,
#top-slider .my-slideshow .arrows .arrow a:hover,
#top-slideshow .my-slideshow .arrows .arrow a:hover,
#top-slider .my-slider .arrows .arrow a:hover,
#top-slideshow .my-slider .arrows .arrow a:hover {
  text-decoration: underline;
}
#top-slider .my-slideshow .arrows .arrow.left,
#top-slideshow .my-slideshow .arrows .arrow.left,
#top-slider .my-slider .arrows .arrow.left,
#top-slideshow .my-slider .arrows .arrow.left {
  margin-left: 40px;
}
@media all and (max-width: 1199px) {
  #top-slider .my-slideshow .arrows .arrow.left,
  #top-slideshow .my-slideshow .arrows .arrow.left,
  #top-slider .my-slider .arrows .arrow.left,
  #top-slideshow .my-slider .arrows .arrow.left {
    margin-left: 20px;
  }
}
#top-slider .my-slideshow .arrows .arrow.right,
#top-slideshow .my-slideshow .arrows .arrow.right,
#top-slider .my-slider .arrows .arrow.right,
#top-slideshow .my-slider .arrows .arrow.right {
  margin-right: 40px;
}
@media all and (max-width: 1199px) {
  #top-slider .my-slideshow .arrows .arrow.right,
  #top-slideshow .my-slideshow .arrows .arrow.right,
  #top-slider .my-slider .arrows .arrow.right,
  #top-slideshow .my-slider .arrows .arrow.right {
    margin-right: 20px;
  }
}
#top-slider .my-slideshow .slideshow .slideshow-item:before,
#top-slideshow .my-slideshow .slideshow .slideshow-item:before,
#top-slider .my-slider .slideshow .slideshow-item:before,
#top-slideshow .my-slider .slideshow .slideshow-item:before,
#top-slider .my-slideshow .slider .slideshow-item:before,
#top-slideshow .my-slideshow .slider .slideshow-item:before,
#top-slider .my-slider .slider .slideshow-item:before,
#top-slideshow .my-slider .slider .slideshow-item:before,
#top-slider .my-slideshow .slideshow .slider-item:before,
#top-slideshow .my-slideshow .slideshow .slider-item:before,
#top-slider .my-slider .slideshow .slider-item:before,
#top-slideshow .my-slider .slideshow .slider-item:before,
#top-slider .my-slideshow .slider .slider-item:before,
#top-slideshow .my-slideshow .slider .slider-item:before,
#top-slider .my-slider .slider .slider-item:before,
#top-slideshow .my-slider .slider .slider-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(50, 50, 50, 0.4);
}
#top-map {
  padding: 25px;
  width: 100vw;
  height: 70vh;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  #top-map {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  #top-map {
    padding: 15px;
  }
}
#top-map #googleMap {
  width: 100%;
  height: 100%;
}
#top-map #googleMap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.2);
  pointer-events: none;
}
#main-section {
  padding: 80px 0;
}
@media all and (max-width: 1199px) {
  #main-section {
    padding: 60px 0;
  }
}
@media all and (max-width: 767px) {
  #main-section {
    padding: 30px 0;
  }
}
#services-section {
  padding: 80px 0;
}
@media all and (max-width: 1199px) {
  #services-section {
    padding: 60px 0;
  }
}
@media all and (max-width: 767px) {
  #services-section {
    padding: 30px 0;
  }
}
#services-section .item {
  position: relative;
  text-align: center;
  padding: 1px 20%;
}
@media all and (max-width: 767px) {
  #services-section .item {
    padding: 10px 0;
  }
}
#services-section .item .icon {
  font-size: 60px;
  display: block;
  margin-bottom: 30px;
}
@media all and (max-width: 1199px) {
  #services-section .item .icon {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  #services-section .item .icon {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
#services-section .item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #000;
  top: 110px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 1199px) {
  #services-section .item:before {
    width: 12px;
    height: 12px;
    top: 90px;
  }
}
@media all and (max-width: 767px) {
  #services-section .item:before {
    display: none !important;
  }
}
#services-section .item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 100%;
  top: 0;
  background-color: #000;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #services-section .item:after {
    display: none !important;
  }
}
#services-section .item.first:before {
  background-color: #000;
}
#services-section .item.first:after {
  top: 110px;
  height: calc(100% - 110px);
}
@media all and (max-width: 1199px) {
  #services-section .item.first:after {
    top: 90px;
    height: calc(100% - 90px);
  }
}
#services-section .item.last:after {
  height: 110px;
}
@media all and (max-width: 1199px) {
  #services-section .item.last:after {
    height: 90px;
  }
}
#services-section .columns-wrap {
  max-width: 1500px;
  margin: 0 auto;
}
#services-section .columns-wrap:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 767px) {
  #services-section .columns-wrap {
    display: none !important;
  }
}
#services-section .columns-wrap .column {
  float: left;
  width: 50%;
}
#services-section .columns-wrap .column.left .item:before {
  right: -8px;
}
@media all and (max-width: 1199px) {
  #services-section .columns-wrap .column.left .item:before {
    right: -6px;
  }
}
#services-section .columns-wrap .column.left .item:after {
  right: -1px;
}
#services-section .columns-wrap .column.right .item:before {
  left: -8px;
}
@media all and (max-width: 1199px) {
  #services-section .columns-wrap .column.right .item:before {
    left: -6px;
  }
}
#services-section .columns-wrap .column.right .item:after {
  left: -1px;
}
#services-section .all-items {
  width: 1200px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
#services-section .all-items:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 1199px) {
  #services-section .all-items {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #services-section .all-items {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1199px) {
  #services-section .all-items {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media all and (max-width: 767px) {
  #services-section .all-items {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media all and (min-width: 768px) {
  #services-section .all-items {
    display: none !important;
  }
}
#other-slides-section {
  padding: 25px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
}
@media all and (max-width: 1199px) {
  #other-slides-section {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  #other-slides-section {
    padding: 15px;
  }
}
#other-slides-section:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
#other-slides-section .link {
  display: inline-block;
}
@media all and (max-width: 767px) {
  #other-slides-section .link {
    display: block;
  }
}
#other-slides-section .link .icon,
#other-slides-section .link .label {
  vertical-align: middle;
}
#other-slides-section .link .icon.icon,
#other-slides-section .link .label.icon {
  font-size: 40px;
  margin: 0 5px;
}
@media all and (max-width: 767px) {
  #other-slides-section .link .icon.icon,
  #other-slides-section .link .label.icon {
    font-size: 30px;
  }
}
#other-slides-section .link .icon.icon.arrow,
#other-slides-section .link .label.icon.arrow {
  font-size: 26px;
}
@media all and (max-width: 767px) {
  #other-slides-section .link .icon.icon.arrow,
  #other-slides-section .link .label.icon.arrow {
    font-size: 20px;
  }
}
#other-slides-section .link.first {
  float: left;
  margin-left: 20px;
}
@media all and (max-width: 767px) {
  #other-slides-section .link.first {
    float: none;
    margin-left: 0;
  }
}
#other-slides-section .link.last {
  float: right;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  #other-slides-section .link.last {
    float: none;
    margin-right: 0;
  }
}
#contact-form {
  padding: 80px 0;
  padding-top: 0 !important;
}
@media all and (max-width: 1199px) {
  #contact-form {
    padding: 60px 0;
  }
}
@media all and (max-width: 767px) {
  #contact-form {
    padding: 30px 0;
  }
}
#contact-form .rcontainer {
  padding: 0;
}
@media all and (max-width: 767px) {
  #contact-form .rcontainer {
    padding: 0 15px;
  }
}
#contact-form #thanks-wrap {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  display: table;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
}
#contact-form #thanks-wrap.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
#contact-form #thanks-wrap .shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#contact-form #thanks-wrap .thanks-content {
  display: table-cell;
  vertical-align: middle;
}
#contact-form #thanks-wrap .thanks-content .content {
  padding: 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
#contact-form #thanks-wrap .thanks-content .content .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
#contact-form #thanks-wrap .thanks-content .content .fulltext {
  text-align: center;
}
#contact-form form .row:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
#contact-form form .row .input-wrap {
  float: left;
  padding: 15px;
  width: 100%;
}
@media all and (max-width: 1199px) {
  #contact-form form .row .input-wrap {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  #contact-form form .row .input-wrap {
    padding: 5px 0;
    width: 100% !important;
  }
}
#contact-form form .row .input-wrap.three {
  width: 33%;
}
#contact-form form .row .input-wrap label .label {
  display: block;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 30px;
}
@media all and (max-width: 1199px) {
  #contact-form form .row .input-wrap label .label {
    line-height: 25px;
  }
}
@media all and (max-width: 767px) {
  #contact-form form .row .input-wrap label .label {
    line-height: 20px;
  }
}
#contact-form form .row .input-wrap label .input {
  width: 100%;
  color: #000;
  border: none;
  font-size: smaller;
  padding: 10px;
  font-weight: 100;
}
#contact-form form .row .input-wrap label .input.textarea {
  resize: none;
  height: 100px;
}
#contact-form form .privacy-wrap {
  padding: 0 20px 0 50px;
  position: relative;
}
#contact-form form .privacy-wrap .input {
  position: absolute;
  top: 0;
  left: 20px;
}
#contact-form form .recaptcha-wrap {
  margin: 20px 0;
  text-align: center;
}
#contact-form form .recaptcha-wrap .g-recaptcha > div {
  margin: 0 auto;
}
#contact-form form .buttons {
  text-align: center;
}
#contact-form form .buttons button {
  font-weight: normal;
  text-transform: uppercase;
  background-color: transparent;
  padding: 10px 30px;
  border: 1px solid #000;
}
#contact-form form .error {
  font-size: smaller;
  margin: 5px 0;
  color: red;
  letter-spacing: 0;
}
#stories-section .story-wrap {
  max-width: 1600px;
  padding: 0 20px;
  margin: 100px auto;
}
#stories-section .story-wrap:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap {
    margin: 80px auto;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap {
    margin: 50px auto;
    height: auto;
  }
}
#stories-section .story-wrap.first {
  margin-top: 0;
}
#stories-section .story-wrap .text-wrap,
#stories-section .story-wrap .preview {
  float: left;
  width: 50%;
  height: 60vw;
  max-height: 850px;
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .text-wrap,
  #stories-section .story-wrap .preview {
    float: none;
    width: 100%;
  }
}
#stories-section .story-wrap.even .text-wrap,
#stories-section .story-wrap.even .preview {
  float: right;
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap.even .text-wrap,
  #stories-section .story-wrap.even .preview {
    float: none;
  }
}
#stories-section .story-wrap .text-wrap {
  display: table;
  padding: 0 10vw;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .text-wrap {
    padding: 0 6vw;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .text-wrap {
    height: auto;
    margin-bottom: 30px;
    padding-left: calc(10% - 20px);
    padding-right: calc(10% - 20px);
  }
}
#stories-section .story-wrap .text-wrap .text {
  display: table-cell;
  vertical-align: middle;
}
#stories-section .story-wrap .text-wrap .text .title {
  padding-bottom: 0;
  font-family: 'Prata', serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  padding-bottom: 0 !important;
  margin-bottom: 20px;
}
#stories-section .story-wrap .text-wrap .text .title:before {
  content: "~";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .text-wrap .text .title {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .text-wrap .text .title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 35px;
  }
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .text-wrap .text .title {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .text-wrap .text .title {
    margin-bottom: 5px;
  }
}
#stories-section .story-wrap .text-wrap .text .title:before {
  display: none;
}
#stories-section .story-wrap .text-wrap .text .subtitle {
  font-family: 'Prata', serif;
  letter-spacing: 0.02em;
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
#stories-section .story-wrap .text-wrap .text .subtitle:before {
  content: "~";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .text-wrap .text .subtitle {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .text-wrap .text .subtitle {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 35px;
  }
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .text-wrap .text .subtitle {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 40px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .text-wrap .text .subtitle {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
#stories-section .story-wrap .text-wrap .text .subtitle:before {
  font-family: 'Prata', serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 36px;
  line-height: 43px;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .text-wrap .text .subtitle:before {
    font-size: 30px;
    line-height: 36px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .text-wrap .text .subtitle:before {
    font-size: 25px;
    line-height: 30px;
  }
}
#stories-section .story-wrap .text-wrap .text .fulltext p {
  margin: 0;
}
#stories-section .story-wrap .preview {
  position: relative;
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .preview {
    height: 50vw;
  }
}
#stories-section .story-wrap .preview .overlay {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.5);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .preview .overlay {
    opacity: 1;
    visibility: visible;
  }
}
#stories-section .story-wrap .preview .overlay .icon {
  color: #fff;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .preview .overlay .icon {
    font-size: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .preview .overlay .icon {
    font-size: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
#stories-section .story-wrap .preview:hover .overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
#stories-section .story-wrap .preview .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#stories-section .story-wrap .my-slideshow {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .my-slideshow {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow {
    font-size: 15px;
    line-height: 16px;
  }
}
#stories-section .story-wrap .my-slideshow.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
#stories-section .story-wrap .my-slideshow .close {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 40px;
  left: 50%;
  font-size: 50px;
  margin-left: -25px;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .my-slideshow .close {
    top: 30px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow .close {
    top: 20px;
  }
}
#stories-section .story-wrap .my-slideshow .arrows {
  z-index: 10;
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow .arrows {
    display: block;
  }
}
#stories-section .story-wrap .my-slideshow .arrows .arrow {
  font-size: inherit;
  line-height: inherit;
}
#stories-section .story-wrap .my-slideshow .arrows .arrow.left {
  margin-left: 40px;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .my-slideshow .arrows .arrow.left {
    margin-left: 30px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow .arrows .arrow.left {
    margin-left: 20px;
  }
}
#stories-section .story-wrap .my-slideshow .arrows .arrow.right {
  margin-right: 40px;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .my-slideshow .arrows .arrow.right {
    margin-right: 30px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow .arrows .arrow.right {
    margin-right: 20px;
  }
}
#stories-section .story-wrap .my-slideshow .indexes {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 0;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .my-slideshow .indexes {
    bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow .indexes {
    bottom: 20px;
  }
}
#stories-section .story-wrap .my-slideshow .indexes .index {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#stories-section .story-wrap .my-slideshow .slideshow {
  background-color: #000;
}
#stories-section .story-wrap .my-slideshow .slideshow .slideshow-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#stories-section .story-wrap .my-slideshow .slideshow .slideshow-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  z-index: 1;
  margin-top: -50px;
  margin-left: -50px;
  cursor: pointer;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .my-slideshow .slideshow .slideshow-item .icon {
    font-size: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow .slideshow .slideshow-item .icon {
    font-size: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
#stories-section .story-wrap .my-slideshow .slideshow .slideshow-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.5);
}
#stories-section .story-wrap .my-slideshow .slideshow .youtube-player {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 1s, opacity 1s ease 0s;
  transition: visibility 0s ease 1s, opacity 1s ease 0s;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 25px;
}
#stories-section .story-wrap .my-slideshow .slideshow .youtube-player.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  transition: visibility 0s ease 0s, opacity 1s ease 0s;
}
@media all and (max-width: 1199px) {
  #stories-section .story-wrap .my-slideshow .slideshow .youtube-player {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  #stories-section .story-wrap .my-slideshow .slideshow .youtube-player {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
  }
}
