/*

 ..............._.........._................._..........._..............
 .._ __ ___  __| |_      _(_)_ __ ___     __| | ___  ___(_) __ _ _ __...
 .| '__/ _ \/ _` \ \ /\ / / | '__/ _ \   / _` |/ _ \/ __| |/ _` | '_ \..
 .| | |  __/ (_| |\ V  V /| | | |  __/  | (_| |  __/\__ \ | (_| | | | |.
 .|_|  \___|\__,_| \_/\_/ |_|_|  \___|   \__,_|\___||___/_|\__, |_| |_|.
 ..........................................................|___/........

Theme Name:  Irene Theorin - Redwire
Description: Irene Theorin Wordpress Theme
Version:     1.0
Author:      Esteban di Augusto - @Redwire Design
Tags:        Irene Theorin, design, wordpress, responsive, mobile-first

*/
/* VENDOR - Default fall-backs and external files.
========================================================================== */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=89179efe-188f-496e-ac8a-d27253d20617");
@font-face {
  font-family: "Trade Gothic Regular";
  src: url("../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix");
  src: url("../fonts/TradeGothicLTStd.ttf") format("truetype"), url("../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("eot"), url("../fonts/7b555e94-d57a-415e-a36e-1b0c5d3b90d2.woff2") format("woff2"), url("../fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"), url("../fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
}
@font-face {
  font-family: "Trade Gothic Bold";
  src: url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix");
  src: url("../fonts/TradeGothicLTStd-Bold.ttf") format("truetype"), url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot?#iefix") format("eot"), url("../fonts/d2e623ca-efc6-4557-ae55-ebb786065dcf.woff2") format("woff2"), url("../fonts/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"), url("../fonts/d5153ad4-7c93-4757-9147-640e69ec4801.svg#d5153ad4-7c93-4757-9147-640e69ec4801") format("svg");
}
@font-face {
  font-family: "Trade Gothic Bold Oblique";
  src: url("../fonts/5c90cd43-1e43-418c-b94c-e0687d8c2dc4.eot?#iefix");
  src: url("../fonts/TradeGothicLTStd-BoldObl.ttf") format("truetype"), url("../fonts/5c90cd43-1e43-418c-b94c-e0687d8c2dc4.eot?#iefix") format("eot"), url("../fonts/28713fce-3c78-4ec7-86bd-fc6da65d2b1c.woff2") format("woff2"), url("../fonts/746f551e-eccf-461a-93a8-b885802a32a5.woff") format("woff"), url("../fonts/ee5ac1bd-d9cf-43b7-8e09-407b4c5d4e9e.svg#ee5ac1bd-d9cf-43b7-8e09-407b4c5d4e9e") format("svg");
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on December 2, 2016 */
@font-face {
  font-family: "mixficklemedium";
  src: url("../fonts/mixfickle-webfont.woff2") format("woff2"), url("../fonts/mixfickle-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* BASE - Base Variable file along with starting point Mixins and Placeholders.
========================================================================== */
.c-oly, .cc, .ith-section-bg__first--grey, .ith-section-bg__img--grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("../images/patterns/grayscale.svg#greyscale");
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
  -webkit-filter: grayscale(1);
}

.ith-section-bg__img--grey:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  /* IE 6-9 */
  -webkit-filter: grayscale(0);
}

/*-- G E N E R I C --*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Trade Gothic Regular", sans-serif;
  font-size: 14px;
  color: #00010f;
  text-align: center;
  position: relative;
}

a {
  text-decoration: none;
  color: #9599af;
  outline: 0;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #ff4d2e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trade Gothic Bold", sans-serif;
  color: #00010f;
  text-transform: uppercase;
  margin: 0;
}

p {
  margin-bottom: 5px;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: block;
}

h1 {
  margin-left: -3px;
}
h1.ith-title {
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (min-width: 880px) {
  h1.ith-title {
    font-size: 60px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 1080px) {
  h1.ith-title {
    font-size: 85px;
    line-height: 100px;
  }
}
h1.ith-title--medium {
  margin-left: 0;
  font-size: 25px;
  line-height: 50px;
}
h1.title-informal {
  font-family: "mixficklemedium", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 40px;
}
@media only screen and (min-width: 720px) {
  h1.title-informal {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1080px) {
  h1.title-informal {
    font-size: 80px;
  }
}

h2.ith-title {
  font-size: 17px;
  line-height: 1;
}
@media only screen and (min-width: 880px) {
  h2.ith-title {
    font-size: 50px;
    line-height: 1;
  }
}

h3 {
  margin-bottom: 10px;
}
h3.ith-title {
  font-size: 17px;
  line-height: 20px;
}
h3.title-informal {
  font-family: "mixficklemedium", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

a {
  display: inline-block;
}
a h2 {
  position: relative;
}
a h2:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 8px;
  background-image: url("../images/icons/title-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 5px;
  height: 8px;
}
@media only screen and (min-width: 880px) {
  a h2:after {
    margin: 0 0 2px 15px;
    width: 10px;
    height: 15px;
  }
}
a h2:hover:after {
  background-image: url("../images/icons/title-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

main {
  height: 100%;
}

.section {
  width: 100%;
  overflow: hidden !important;
}
@media only screen and (min-width: 880px) {
  .section {
    height: 100%;
  }
}

.ith-container {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 25px 15px;
  min-height: auto !important;
}
@media only screen and (min-width: 880px) {
  .ith-container {
    padding: 100px;
  }
}
.ith-container--full-width {
  padding-left: 0;
  padding-right: 0;
}

.ith-text-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 880px) {
  .ith-text-content {
    max-width: 640px;
    padding: 50px 0 60px;
  }
}
.ith-text-content p {
  font-family: "Trade Gothic Regular", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 32px;
}
.ith-text-content p strong {
  font-family: "Trade Gothic Bold", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}

.ith-text--highlighted {
  color: #ff4d2e;
}
.ith-text--uppercase {
  text-transform: uppercase;
}
.ith-text--align-center {
  text-align: center !important;
}
.ith-text--align-left {
  text-align: left;
}
.ith-text--align-right {
  text-align: right;
}
.ith-text--bright {
  color: #FFFFFF;
}

.ith-float--left {
  float: left !important;
}

.ith-float--right {
  float: right !important;
}

.ith-action-link {
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 13.05px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #9599af;
  margin-bottom: 3px;
}
.ith-action-link:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 1px;
  background-image: url("../images/icons/action-link-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 5px;
  height: 8px;
}
.ith-action-link:hover:after {
  background-image: url("../images/icons/action-link-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 5px;
  height: 8px;
}

.ith-action-down,
.ith-action-page-down {
  display: none;
  width: 32px;
  height: 32px;
  animation: animaArrow 1s infinite;
  -webkit-animation: animaArrow 1s infinite;
  -moz-animation: animaArrow 1s infinite;
  -o-animation: animaArrow 1s infinite;
}
@media only screen and (min-width: 880px) {
  .ith-action-down,
.ith-action-page-down {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .ith-action-down img, .ith-action-down svg,
.ith-action-page-down img,
.ith-action-page-down svg {
    width: 100%;
    height: 100%;
  }
}
.ith-action-down:hover,
.ith-action-page-down:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ith-action-down .go-down,
.ith-action-page-down .go-down {
  fill: #858791;
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.ith-action-down:hover .go-down,
.ith-action-page-down:hover .go-down {
  fill: #ff4d2e;
}

@-webkit-keyframes animaArrow {
  0%, 100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
  }
}
@keyframes animaArrow {
  0%, 100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(15px);
    -ms-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
  }
}
.ith-mini-title {
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 13.05px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #9599af;
  margin-bottom: 10px;
}
@media only screen and (min-width: 880px) {
  .ith-mini-title {
    margin-bottom: 20px;
  }
}

.ith-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ith-list--vertical li {
  display: block;
}
.ith-list--horizontal li {
  display: inline-block;
}

@media only screen and (min-width: 880px) {
  .ith-section {
    display: table;
    width: 100%;
    height: 100%;
  }
}
.ith-section__col {
  position: relative;
  display: block;
}
@media only screen and (min-width: 880px) {
  .ith-section__col {
    display: table-cell;
    vertical-align: top !important;
    height: 100%;
  }
}
.ith-section__col--2 {
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .ith-section__col--2 {
    width: 50%;
  }
}
.ith-section__col--valign-middle {
  vertical-align: middle !important;
}

.ith-section-bg {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (min-width: 720px) {
  .ith-section-bg {
    height: 460px;
  }
}
@media only screen and (min-width: 880px) {
  .ith-section-bg {
    height: 100%;
  }
}
.ith-section-bg__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.ith-section-bg__img--grey {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ith-section-bg__img--hide-on-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.ith-section-bg__img--hidden {
  display: none;
}
.ith-section-bg__first {
  position: absolute;
  left: -100%;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1.1s cubic-bezier(0.48, 0.13, 1, 1);
  -moz-transition: all 1.1s cubic-bezier(0.48, 0.13, 1, 1);
  -o-transition: all 1.1s cubic-bezier(0.48, 0.13, 1, 1);
  transition: left 1.1s cubic-bezier(0.48, 0.13, 1, 1);
}
.ith-section-bg--overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ith-section-bg--overlay-dark:after {
  background-color: #00010f;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
.ith-section-bg--overlay-light:after {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.ith-section-container {
  padding: 50px 15px;
  min-height: 230px;
}
@media only screen and (min-width: 880px) {
  .ith-section-container {
    padding: 50px;
    height: auto;
  }
}
.ith-section-container--small-on-mobile {
  min-height: 0;
  padding-top: 25px;
  padding-bottom: 15px;
}
.ith-section-container--padding-top-big {
  padding-top: 50px;
}
@media only screen and (min-width: 880px) {
  .ith-section-container--padding-top-big {
    padding-top: 100px;
  }
}

.ith-social-link img, .ith-social-link svg {
  width: 30px;
  height: 30px;
}

.ith-flip--horizontal {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.ith-flip--vertical {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.ith-one-col {
  width: 100%;
  position: relative;
  display: inline-block;
}

.ith-half {
  display: inline-block;
}
.ith-half--item {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 720px) {
  .ith-half--item {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}

.social-icon + .social-icon {
  margin-left: 10px;
}
.social-icon img, .social-icon svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.social-icon svg path {
  fill: #FFFFFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-icon:hover svg path {
  fill: #d9d9d9;
}
.social-icon p {
  display: inline-block;
}

.backstage-memories-content, .your-memories-content {
  position: absolute;
  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%);
  width: 100%;
}

.color--black {
  color: #00010f;
}

.color--white {
  color: #FFFFFF;
}

.mmc-control, .item-bg--fullscreen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

/* FRAMEWORK - Structure and layout files.
========================================================================== */
.c-oly--right:after, .cc--right:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  z-index: 7;
}

.c-oly--left:after, .cc--left:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  z-index: 7;
}

.cc {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 110px;
}
@media only screen and (min-width: 880px) {
  .cc {
    width: 150px;
  }
}
.cc--right {
  -webkit-transition: right 0.2s ease-out;
  -moz-transition: right 0.2s ease-out;
  -ms-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
  right: -80px;
}
@media only screen and (min-width: 880px) {
  .cc--right {
    right: -125px;
  }
}
.cc--right:hover {
  right: 0;
}
.cc--right.inactive {
  right: -150px;
}
.cc--left {
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -ms-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  left: -80px;
}
@media only screen and (min-width: 880px) {
  .cc--left {
    left: -125px;
  }
}
.cc--left:hover {
  left: 0;
}
.cc--left.inactive {
  left: -150px;
}
.c-oly {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: red;
  z-index: 11;
  width: 100px;
}
@media only screen and (min-width: 880px) {
  .c-oly {
    width: 150px;
  }
}
.c-oly--right {
  right: 0;
}
.c-oly--left {
  left: 0;
}
.c-oly.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.c-btn {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 23px;
  z-index: 20;
  cursor: pointer;
}
.c-btn:after {
  position: relative;
  font-family: "Trade Gothic Bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
  z-index: 15;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.c-btn--left {
  right: -5px;
  background-image: url("../images/icons/updates-arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: right 0.15s ease-out;
  -moz-transition: right 0.15s ease-out;
  -ms-transition: right 0.15s ease-out;
  -o-transition: right 0.15s ease-out;
  transition: right 0.15s ease-out;
}
.c-btn--left:after {
  content: "Previous";
  color: #343434;
  float: right;
  margin-right: 30px;
}
.c-btn--left.active {
  right: 15px;
}
.c-btn--left.active:after {
  opacity: 1;
}
.c-btn--right {
  left: -5px;
  background-image: url("../images/icons/updates-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.c-btn--right:after {
  content: "Next";
  color: #FFFFFF;
  float: left;
  margin-left: 30px;
}
.c-btn--right.active {
  left: 15px;
}
.c-btn--right.active:after {
  opacity: 1;
}

.play-button {
  display: block;
  width: 45px;
  height: 45px;
}
.play-button .svg-play {
  fill: #FFFFFF;
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.play-button:hover .svg-play {
  fill: #ff4d2e;
}

.flat-button {
  font-family: "Trade Gothic Bold", sans-serif;
  color: #00010f;
  display: inline-block;
  padding: 20px 30px 16px;
  background-color: #9599af;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.flat-button:hover {
  color: #00010f;
  background-color: #ff4d2e;
}

input,
select,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 0;
  outline: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

input[type=text],
input[type=email],
textarea,
input[type=file] {
  font-family: "Trade Gothic Bold", sans-serif;
  background-color: transparent;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-size: 14px;
  padding: 7px 5px 4px;
  margin-bottom: 10px;
  width: 100%;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}

input[type=file] {
  display: none;
}

textarea {
  border: 2px solid #9599af;
}

input[type=submit] {
  position: relative;
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}

#email-newsletter {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
@media only screen and (min-width: 720px) {
  #email-newsletter {
    max-width: 305px;
  }
}

.btn-submit {
  color: #FFFFFF;
  display: inline-block;
  padding: 7px 15px 0 0;
  background-position: right 10px;
  background-repeat: no-repeat;
  background-image: url("../images/icons/right-white-arrow.svg");
  background-size: 5px;
  -webkit-transition: color 0.2s ease-out, background-image 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-image 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background-image 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-image 0.2s ease-out;
  transition: color 0.2s ease-out, background-image 0.2s ease-out;
  font-family: "Trade Gothic Bold", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.btn-submit:hover {
  color: #ff4d2e;
  background-image: url("../images/icons/right-red-arrow.svg");
}
.btn-submit--generic {
  margin: 3px 0 0 10px;
}
.btn-submit--upload-file {
  cursor: pointer;
  float: left;
  margin-bottom: 2px;
  margin-right: 5px;
}

.email-newsletter .wpcf7-not-valid-tip {
  display: none;
}

.field-description {
  color: #9599af;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#file-name {
  display: block;
  font-size: 12px;
  font-family: "Trade Gothic Regular", sans-serif;
  color: #FFFFFF;
  text-align: left;
  float: left;
  width: 100%;
  margin: 3px 0 0;
}

.wpcf7-not-valid-tip {
  text-align: left;
}

.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: white;
  text-align: left;
  margin-bottom: 20px !important;
  font-family: "Trade Gothic Bold", sans-serif;
  color: #398f14;
  font-size: 20px;
}

.ajax-loader {
  display: none;
}

.wpcf7-form .file-image .wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%;
  padding-top: 7px;
}

header .curtain {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  left: 0;
  height: 100px;
  z-index: 100;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -ms-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
@media only screen and (min-width: 880px) {
  header .curtain {
    top: -100px;
  }
}
header .curtain.background--dark {
  background-color: #00010f;
}
header.fixed .curtain {
  top: 0;
}

header .peel-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}
header .peel {
  display: block;
  position: absolute !important;
  top: 10px;
  left: 0;
  text-align: left;
  width: 158px;
  height: 80px;
  z-index: 900;
}
@media only screen and (min-width: 880px) {
  header .peel {
    display: none !important;
  }
}
header .peel__link {
  padding-left: 20px;
  padding-top: 38px;
}

.menu-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  z-index: 100;
  background-color: #FFFFFF;
  display: none;
}

.menu-container {
  position: fixed;
  min-height: 640px;
  top: 0;
  right: -100%;
  z-index: 150;
  -webkit-transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 880px) {
  .menu-container {
    width: 350px;
    right: -350px;
  }
}
.menu-container--opened {
  -webkit-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.menu {
  position: relative;
  height: 100%;
  background-color: #00010f;
}
.menu__close-control {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50px;
  right: 50px;
}
.menu__items {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#menu-main-menu {
  list-style: none;
  display: inline-block;
}
#menu-main-menu li {
  display: block;
  text-align: left;
  margin-bottom: 12px;
}
#menu-main-menu li a {
  font-family: "Trade Gothic Bold", sans-serif;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#menu-main-menu li a:hover {
  color: #9599af;
}
#menu-main-menu li.menu-item-bottom {
  margin-top: 45px;
}
#menu-main-menu li.menu-item-bottom a {
  color: #ff4d2e;
}
#menu-main-menu li.menu-item-bottom a:hover {
  color: #e12100;
}

.signature {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 150px;
  display: none;
}
.signature.active {
  display: inline-block;
}
.signature.active .ith-signature {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.signature.active .ith-signature--1 {
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
  -webkit-animation-delay: 0s;
  /* Chrome, Safari, Opera */
  animation-delay: 0s;
}
.signature.active .ith-signature--2 {
  animation: dash 2.8s linear forwards;
  -webkit-animation: dash 2.8s linear forwards;
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
}
.signature.active .ith-signature--3 {
  animation: dash 1.5s linear forwards;
  -webkit-animation: dash 1.5s linear forwards;
  -webkit-animation-delay: 0.7s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.7s;
}
.signature.active .ith-signature--4 {
  animation: dash 1.5s linear forwards;
  -webkit-animation: dash 1.5s linear forwards;
  -webkit-animation-delay: 1.2s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.2s;
}
.signature.active .ith-signature--6 {
  animation: dash 1.4s linear forwards;
  -webkit-animation: dash 1.4s linear forwards;
  -webkit-animation-delay: 1.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.5s;
}
.signature.active .ith-signature--5 {
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
  -webkit-animation-delay: 1.7s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.7s;
}
.signature.active .ith-signature--7 {
  animation: dash 2.5s linear forwards;
  -webkit-animation: dash 2.5s linear forwards;
  -webkit-animation-delay: 2s;
  /* Chrome, Safari, Opera */
  animation-delay: 2s;
}
.signature.active .ith-signature--8 {
  animation: dash 1s linear forwards;
  -webkit-animation: dash 1s linear forwards;
  -webkit-animation-delay: 3.3s;
  /* Chrome, Safari, Opera */
  animation-delay: 3.3s;
}
.signature.active .ith-signature--9 {
  animation: dash 1.1s linear forwards;
  -webkit-animation: dash 1.1s linear forwards;
  -webkit-animation-delay: 3.6s;
  /* Chrome, Safari, Opera */
  animation-delay: 3.6s;
}
.signature.active .i-signature {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.signature.active .i-signature--1 {
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
  -webkit-animation-delay: 0s;
  /* Chrome, Safari, Opera */
  animation-delay: 0s;
}
.signature.active .i-signature--2 {
  animation: dash 1.5s linear forwards;
  -webkit-animation: dash 1.5s linear forwards;
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
}
.signature.active .i-signature--3 {
  animation: dash 1.5s linear forwards;
  -webkit-animation: dash 1.5s linear forwards;
  -webkit-animation-delay: 0.7s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.7s;
}
.signature.active .i-signature--6 {
  animation: dash 1.5s linear forwards;
  -webkit-animation: dash 1.5s linear forwards;
  -webkit-animation-delay: 1.2s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.2s;
}
.signature.active .i-signature--5 {
  animation: dash 1.4s linear forwards;
  -webkit-animation: dash 1.4s linear forwards;
  -webkit-animation-delay: 1.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.5s;
}
.signature.active .i-signature--4 {
  animation: dash 2.3s linear forwards;
  -webkit-animation: dash 2.3s linear forwards;
  -webkit-animation-delay: 1.9s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.9s;
}
.signature.active .i-signature--7 {
  animation: dash 1s linear forwards;
  -webkit-animation: dash 1s linear forwards;
  -webkit-animation-delay: 3.2s;
  /* Chrome, Safari, Opera */
  animation-delay: 3.2s;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.burger-wrapper {
  position: fixed;
  cursor: pointer;
  right: 15px;
  top: 40px;
  z-index: 100;
}
@media only screen and (min-width: 880px) {
  .burger-wrapper {
    right: 45px;
    top: 50px;
  }
}
.burger-wrapper .burger-menu {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 19px;
}
.burger-wrapper .burger-menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000000;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -ms-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.burger-wrapper .burger-menu span:nth-child(1) {
  top: 0;
  left: 0;
}
.burger-wrapper .burger-menu span:nth-child(2) {
  top: 8px;
  left: -3px;
}
.burger-wrapper .burger-menu span:nth-child(3) {
  top: 16px;
  left: 0;
}
.burger-wrapper .burger-menu:hover span:nth-child(2) {
  left: 3px;
}
.burger-wrapper.background--light span {
  background-color: #FFFFFF;
}
.burger-wrapper.background--dark span {
  background-color: #FFFFFF;
}

.sign-up-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow-y: scroll;
}
@media only screen and (min-width: 720px) {
  .sign-up-container {
    overflow: hidden;
  }
}

.sign-up--close-control {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 20px;
  height: 20px;
  z-index: 999;
}

.sign-up--positioner {
  position: fixed;
  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%);
  width: 100%;
  max-width: 640px;
}

.sign-up {
  background-color: #00010f;
  width: 100%;
  height: 100%;
  padding: 50px;
  text-align: left;
  color: #FFFFFF;
}
.sign-up h1 {
  color: #FFFFFF;
}
.sign-up p {
  margin: 10px 0 20px;
  font-size: 16px;
  line-height: 28px;
}
.sign-up p:last-child {
  margin-bottom: 0;
}
.sign-up .flat-button {
  margin-bottom: 10px;
}
.sign-up h3 {
  margin-top: 35px;
}

.fullscreen-hero {
  text-align: left;
}
@media only screen and (min-width: 880px) {
  .fullscreen-hero {
    height: 100%;
  }
}

.fullscreen-hero {
  margin-top: 100px;
}
@media only screen and (min-width: 880px) {
  .fullscreen-hero {
    margin-top: 0;
  }
}
.fullscreen-hero--backstage {
  font-size: 0;
  overflow: hidden;
}
.fullscreen-hero .ith-section-bg__img {
  cursor: default;
}
@media only screen and (min-width: 880px) {
  .fullscreen-hero .ith-section-bg__img {
    right: auto;
    width: 100%;
    left: -100%;
  }
}
.fullscreen-hero .ith-section-bg__img--fixed {
  left: 0;
  width: 100%;
  height: 100%;
}

.ith-logo {
  position: absolute;
  top: 22px;
  right: 113px;
  width: 131px;
  height: 74px;
  display: none;
  z-index: 10;
}
@media only screen and (min-width: 880px) {
  .ith-logo {
    display: block;
  }
}
.ith-logo img {
  width: 100%;
  display: block;
}

.date-box {
  background-color: #bdc1d3;
  padding: 20px 0 12px;
  font-family: "Trade Gothic Bold", sans-serif;
  color: #FFFFFF;
  width: 100px;
  position: relative;
  float: left;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.date-box__day {
  font-size: 50px;
  line-height: 1;
  width: 100%;
  display: inline-block;
}
.date-box__month {
  font-size: 17px;
  width: 100%;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
}

.about-side-image {
  position: absolute;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  display: none;
}
@media only screen and (min-width: 1080px) {
  .about-side-image {
    display: block;
    width: 200px;
    height: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-side-image {
    width: 246px;
    height: 370px;
  }
}

.programme-concerts-container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 25px;
}

.programme-concerts {
  display: inline-block;
  text-align: left;
  font-size: 0;
  width: 100%;
  margin: 40px auto 30px;
}
@media only screen and (min-width: 880px) {
  .programme-concerts {
    margin: 30px auto 30px;
  }
}

.programme-concert {
  display: inline-block;
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .programme-concert {
    width: 50%;
  }
}
.programme-concert:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .programme-concert:last-child {
    margin-bottom: auto;
  }
}

.programme-concert-image {
  position: relative;
  width: 50%;
  max-width: 288px;
  background-color: #f0f1f2;
  display: none;
}
@media only screen and (min-width: 880px) {
  .programme-concert-image {
    display: inline-block;
  }
}
.programme-concert-image:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ratio 1:1 */
}
.programme-concert-image__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.programme-concert-description {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .programme-concert-description {
    width: 50%;
    padding-left: 30px;
    padding-right: 15px;
  }
}
.programme-concert-description .date-box {
  margin-right: 20px;
}
@media only screen and (min-width: 880px) {
  .programme-concert-description .date-box {
    float: none;
    margin-bottom: 20px;
  }
}
.programme-concert-description a {
  margin-top: 12px;
}
.programme-concert-description h3, .programme-concert-description p, .programme-concert-description .concert-where {
  padding-left: 120px;
}
@media only screen and (min-width: 880px) {
  .programme-concert-description h3, .programme-concert-description p, .programme-concert-description .concert-where {
    padding-left: 0;
  }
}

.concert-where {
  margin-bottom: 4px;
}

.filter-concerts {
  color: #00010f;
  text-transform: uppercase;
  float: left;
}
.filter-concerts__lbl {
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 17px;
  margin-right: 10px;
  display: inline-block;
}
.filter-concerts__dd {
  font-family: "Trade Gothic Regular", sans-serif;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #00010f;
}
.filter-concerts__dd select {
  padding: 4px 10px 4px 2px;
  cursor: pointer;
}
.filter-concerts__dd:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  background-image: url("../images//icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 8px;
  height: 5px;
  pointer-events: none;
}

.loading {
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 17px;
  color: #ff4d2e;
  text-transform: uppercase;
  margin: 80px auto;
  display: none;
}

.updates-container {
  display: block;
  padding-bottom: 0;
}

.updates-list {
  position: relative;
  width: 100%;
  font-size: 0;
}

.update-box {
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
}
@media only screen and (min-width: 880px) {
  .update-box {
    overflow: hidden;
    height: 333px;
  }
}
.update-box:first-child {
  display: none;
}
.update-box__col {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
}
@media only screen and (min-width: 880px) {
  .update-box__col {
    width: 50%;
  }
}
.update-box__col--bg {
  background-color: #f0f2f2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 333px;
}
.update-box__col--article {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 880px) {
  .update-box__col--article {
    height: 100%;
  }
}
@media only screen and (min-width: 880px) {
  .update-box__col--desktop-right {
    float: right;
  }
}
.update-box__col .update-positioner {
  padding: 50px 15px 40px;
}
@media only screen and (min-width: 880px) {
  .update-box__col .update-positioner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 50px 50px 40px;
  }
}
.update-box__col .update-post-info {
  margin-bottom: 12px;
  font-size: 12px;
}
.update-box__col .update-post-text {
  line-height: 30px;
}
.update-box__col .update-post-text:last-child {
  margin-bottom: 0;
}

a h1.back-title .back-arrow {
  width: 16px;
  height: 24px;
  display: inline-block;
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  margin: 0 15px 5px 0;
}
@media only screen and (min-width: 880px) {
  a h1.back-title .back-arrow {
    margin: 0 15px 10px 0;
  }
}
@media only screen and (min-width: 1080px) {
  a h1.back-title .back-arrow {
    margin: 0 15px 15px 0;
  }
}
a:hover .back-arrow {
  fill: #ff4d2e;
}

.post-item-link {
  display: block;
  height: 100%;
  width: 100%;
}
.post-item-link h3 {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.post-item-link .update-post-text {
  color: #00010f;
}
.post-item-link:hover .update-post-text {
  color: #00010f;
}
.post-item-link:hover h3 {
  color: #9599af;
}

.post-content-wrapper {
  padding-bottom: 40px;
}

.post-title {
  font-size: 25px !important;
}
@media only screen and (min-width: 880px) {
  .post-title {
    font-size: 50px !important;
  }
}

.post-subtitle {
  margin-bottom: 24px;
}

.posts-navigation {
  position: relative;
  width: 100%;
  margin-top: 85px;
}
.posts-navigation .post-navigation-item {
  position: relative;
  width: 33.3333333333%;
}
.posts-navigation .post-navigation-item--next {
  float: right;
  text-align: right;
}
.posts-navigation .post-navigation-item--next img, .posts-navigation .post-navigation-item--next svg {
  margin-left: 5px;
}
.posts-navigation .post-navigation-item--prev {
  float: left;
  text-align: left;
}
.posts-navigation .post-navigation-item--prev img, .posts-navigation .post-navigation-item--prev svg {
  margin-right: 5px;
}
.posts-navigation .post-navigation-item--all {
  display: none;
}
@media only screen and (min-width: 880px) {
  .posts-navigation .post-navigation-item--all {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center;
    display: block;
  }
}
.posts-navigation .post-navigation-item a {
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 13.05px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #9599af;
}
.posts-navigation .post-navigation-item a svg path {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.posts-navigation .post-navigation-item a:hover {
  color: #ff4d2e;
}
.posts-navigation .post-navigation-item a:hover svg path {
  fill: #ff4d2e;
}

.social-list {
  margin-bottom: 24px;
}
.social-list li {
  margin-right: 5px;
}

.contact-content-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.contact-info {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 720px) {
  .contact-info {
    text-align: left;
    width: 33.3333333333%;
    margin-bottom: auto;
  }
}
.contact-info__management {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .contact-info__management {
    text-align: left;
  }
}
.contact-info__image {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 80px;
}
.contact-info__content {
  margin-top: 140px;
}
.contact-info p {
  line-height: 22px;
}
.contact-info p strong {
  color: #ff4d2e;
}

.management-image {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 170px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.media-elements-container {
  padding-bottom: 0;
  display: block;
}
.media-elements-container--dark {
  background-color: #00010f;
}

.media-elements {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 0;
}

.media {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  width: 50%;
}
@media only screen and (min-width: 880px) {
  .media {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1080px) {
  .media {
    width: 25%;
  }
}
.media a {
  width: 100%;
  display: inline-block;
}
.media .ar-image {
  max-width: 100%;
}
@media only screen and (min-width: 880px) {
  .media .ar-image {
    min-height: 350px;
  }
}
.media .ar-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}
.media:hover .svg-play {
  fill: #ff4d2e;
}

.photo h3 {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.photo:hover h3 {
  color: #ff4d2e;
}

.play-video-button {
  position: absolute;
  left: 50%;
  top: 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%);
}
@media only screen and (min-width: 720px) {
  .play-video-button {
    left: 50px;
    top: 52%;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.media-info-wrapper {
  position: absolute;
  top: 55%;
  width: 100%;
  padding: 0 50px;
  margin-top: 55px;
  display: none;
}
@media only screen and (min-width: 720px) {
  .media-info-wrapper {
    display: block;
  }
}

.media-info-content {
  width: 100%;
  text-align: left;
  color: white;
}
.media-info-content h3 {
  color: white;
  font-size: 17px;
  line-height: 20px;
}
.media-info-content p {
  font-size: 14px;
}

.media-container {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.media-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}

@media only screen and (min-width: 880px) {
  .video-container {
    background-image: none !important;
  }
  .video-container--hidden-on-desktop {
    position: absolute;
    left: -100%;
    top: 0;
  }
}

video {
  display: none;
}
@media only screen and (min-width: 880px) {
  video {
    display: block;
  }
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

video#homevideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close-media-btn {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../images//icons/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: -40px;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.close-media-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.close-media-btn--light {
  background-image: url("../images//icons/close--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.close-media-btn--light:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.hidden {
  display: none;
}

.media-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.media-content > * {
  color: #FFFFFF;
}
.media-content span {
  font-family: "Trade Gothic Regular", sans-serif;
  font-size: 11px;
  color: #9599af;
  display: block;
}
.media-content h3 {
  color: #FFFFFF;
  margin: 20px auto !important;
}
.media-content p {
  font-family: "Trade Gothic Regular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 880px) {
  .hide-on-mobile {
    display: block;
  }
}

.ar-image {
  position: relative;
  width: 100%;
  background-color: #e0e1e2;
  display: inline-block;
}
.ar-image:before {
  content: "";
  display: inline-block;
  padding-top: 100%;
  /* ratio 1:1 */
}
.ar-image__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.recordings {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1200px;
  text-align: left;
  display: block;
  font-size: 0;
}

.recording-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 50px;
  text-align: left;
  max-width: 600px;
  font-size: 14px;
}
@media only screen and (min-width: 720px) {
  .recording-item {
    display: inline-block;
    width: 50%;
    padding-right: 40px;
    vertical-align: top;
  }
}
.recording-item__image {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 160px;
  height: 213px;
}
.recording-item__content {
  display: inline-block;
  width: 100%;
  height: 100px;
  padding-left: 180px;
  min-height: 213px;
  word-break: break-word;
  text-align: left;
}
.recording-item:last-child {
  margin-bottom: 0;
}

.separator {
  padding: 0 5px;
}

.main-scrolling {
  display: block;
}
@media only screen and (min-width: 880px) {
  .main-scrolling {
    display: none;
  }
}

.peel {
  display: none;
  position: absolute;
  left: -209px;
  top: 10px;
  width: 209px;
  height: 93px;
  background-image: url("../images/peel.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (min-width: 880px) {
  .peel {
    top: 52px;
  }
}
.peel--white {
  background-image: url("../images/peel--white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.peel__link {
  font-family: "Trade Gothic Bold", sans-serif;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 3px;
  padding-left: 40px;
  padding-top: 45px;
  font-size: 17px;
  color: #FFFFFF;
}
.peel__link img, .peel__link svg {
  width: 5px;
  height: 8px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.peel__link .link-arrow {
  fill: #FFFFFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.peel__link:hover .link-arrow {
  fill: #ff4d2e;
}
.peel__link--dark {
  color: #00010f;
}
.peel__link--dark .link-arrow {
  fill: #00010f;
}
.peel__link--backstage {
  padding-left: 20px;
  padding-top: 38px;
}
@media only screen and (min-width: 880px) {
  .peel__link--backstage {
    padding-left: 40px;
    padding-top: 45px;
  }
}
.peel--displayed {
  position: fixed;
  display: block;
  left: 0;
  z-index: 120;
  text-align: left;
  width: 158px;
  height: 80px;
}
@media only screen and (min-width: 880px) {
  .peel--displayed {
    position: absolute;
    z-index: 20;
    top: 52px;
    width: 209px;
    height: 93px;
  }
}
.peel--page {
  animation: peeling 0.45s linear forwards, changezindex 0s forwards;
  -webkit-animation-delay: 1s, 1.45s;
  animation-delay: 1s, 1.45s;
  display: none;
}
@media only screen and (min-width: 880px) {
  .peel--page {
    display: block;
    opacity: 0;
  }
}
@keyframes peeling {
  from {
    left: -209px;
    opacity: 1;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes changezindex {
  100% {
    z-index: 1;
  }
}

.more-info {
  color: #ff4d2e;
}
.more-info:hover {
  color: #c71e00;
}

.fancybox-title {
  color: #00010f;
  text-align: left;
  margin-top: 15px;
}

.title-link {
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 12.99px;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.title-link--medium {
  font-size: 25px;
}
.title-link--medium img, .title-link--medium svg {
  width: 8px;
  height: 13px;
  margin-bottom: 2px;
}
.title-link--white {
  color: #FFFFFF;
}
.title-link--white svg path {
  fill: #FFFFFF;
}
.title-link--black {
  color: #00010f;
}
.title-link--black svg path {
  fill: #00010f;
}
.title-link:hover {
  color: #ff4d2e;
}
.title-link:hover svg path {
  fill: #ff4d2e;
}
.title-link svg path {
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

html.fp-enabled,
.fp-enabled body {
  overflow-x: hidden !important;
}

#fullpage {
  width: 100%;
  position: relative;
  display: block;
}
@media only screen and (min-width: 880px) {
  #fullpage {
    height: 100%;
  }
  #fullpage section {
    height: 100%;
  }
}

.fp-section,
.fp-tableCell {
  height: auto !important;
}
@media only screen and (min-width: 880px) {
  .fp-section,
.fp-tableCell {
    display: table-cell;
    height: 100% !important;
  }
}

.first-section .ith-section__col:hover .ith-section-bg__img--hide-on-hover,
.programme-section .ith-section__col:hover .ith-section-bg__img--hide-on-hover,
.multimedia-section .ith-section__col:hover .ith-section-bg__img--hide-on-hover,
.theorins-section .ith-section__col:hover .ith-section-bg__img--hide-on-hover,
.updates-section .ith-section__col:hover .ith-section-bg__img--hide-on-hover {
  opacity: 0;
}

.first-section .ith-section {
  margin-top: 80px;
}
@media only screen and (min-width: 880px) {
  .first-section .ith-section {
    margin-top: auto;
  }
}
.first-section .ith-section-container {
  position: relative;
  height: 100%;
  min-height: 325px;
}
@media only screen and (min-width: 720px) {
  .first-section .ith-section-container {
    min-height: 400px;
  }
}
@media only screen and (min-width: 880px) {
  .first-section .ith-section-container {
    min-height: auto;
  }
}

.concerts {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 880px) {
  .concerts {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0 50px;
  }
}

.concert-list li {
  margin-bottom: 30px;
}
.concert-list li:last-child {
  margin-bottom: 0;
}

.concert-container {
  width: 100%;
  display: inline-block;
}
.concert-container .concert-where {
  color: #00010f !important;
}
.concert-container:hover .date-box, .concert-container:focus .date-box {
  background-color: #ff4d2e;
}
.concert-container:hover .concert-where, .concert-container:focus .concert-where {
  color: #00010f !important;
}

.concert {
  width: 100%;
  display: inline-block;
}

.concert-info {
  position: relative;
  width: 100%;
  padding-left: 120px;
}
.concert-info__description {
  color: #9599af !important;
}
.updates-section {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.updates-floating-header {
  position: absolute;
  left: 50px;
  z-index: 2;
  top: 410px;
}
@media only screen and (min-width: 880px) {
  .updates-floating-header {
    left: 53%;
    left: calc( 50% + 40px );
    top: 100px;
  }
}
.updates-floating-header--on-page {
  top: 50px;
  left: 15px;
}
@media only screen and (min-width: 880px) {
  .updates-floating-header--on-page {
    left: 50px;
    top: 180px;
  }
}

.update-title-positioner {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}
.update-title-positioner--on-page {
  padding-left: 15px;
  padding-right: 15px;
  bottom: 0;
}
@media only screen and (min-width: 880px) {
  .update-title-positioner--on-page {
    bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.update-post-info {
  margin-bottom: 20px;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage {
  height: 100%;
}

.owl-item {
  height: 100%;
}
.owl-item .item {
  width: 100%;
  height: 100%;
}

#updates-carousel {
  height: 100%;
}

.homepage-container {
  position: relative;
  height: 100%;
}

.homepage-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 45px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 254px;
}
@media only screen and (min-width: 720px) {
  .homepage-logo {
    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%);
    bottom: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 525px;
  }
}
@media only screen and (min-width: 880px) {
  .homepage-logo {
    left: 0;
    max-width: 625px;
  }
}
.homepage-logo img {
  width: 100%;
  display: block;
}

.no-animation .homepage-logo {
  left: 50%;
}
.no-animation .ith-section-bg__first {
  left: 0;
}
.no-animation .ith-section-bg__first:last-child {
  display: none;
}
.no-animation .peel {
  display: block;
  left: 0;
  z-index: 1;
}

.typed-cursor {
  display: none;
}

.first-section .ith-section {
  margin-top: 0 !important;
}
@media only screen and (min-width: 880px) {
  .first-section .ith-section {
    margin-top: auto !important;
  }
}
@media only screen and (max-width: 879px) {
  .first-section .ith-section__col .peel {
    display: none !important;
  }
}
.first-section .ith-section__col:first-child {
  position: absolute;
  top: 325px;
  left: 0;
  height: 400px;
}
@media only screen and (min-width: 720px) {
  .first-section .ith-section__col:first-child {
    top: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 880px) {
  .first-section .ith-section__col:first-child {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}
.first-section .ith-section__col:last-child {
  padding-bottom: 400px;
}
@media only screen and (min-width: 720px) {
  .first-section .ith-section__col:last-child {
    padding-bottom: 400px;
  }
}
@media only screen and (min-width: 880px) {
  .first-section .ith-section__col:last-child {
    padding-bottom: 0;
  }
}
.first-section .ith-section .homepage-logo {
  bottom: 75px;
}
@media only screen and (min-width: 720px) {
  .first-section .ith-section .homepage-logo {
    bottom: auto;
  }
}

.backstage-section {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.backstage-section__inner {
  position: relative;
  padding: 0 40px;
  text-align: left;
}

.backstage-bg-zoom {
  width: 100%;
  height: 100%;
}
.backstage-bg-zoom .ith-section-bg .ith-section-bg__img {
  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%);
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-in;
  -moz-transition: width 0.3s ease-out, height 0.3s ease-in;
  -ms-transition: width 0.3s ease-out, height 0.3s ease-in;
  -o-transition: width 0.3s ease-out, height 0.3s ease-in;
  transition: width 0.3s ease-out, height 0.3s ease-in;
}
.backstage-bg-zoom:hover .ith-section-bg .ith-section-bg__img {
  width: 130%;
  height: 130%;
}
.backstage-bg-zoom:hover .title-link {
  color: #ff4d2e;
}
.backstage-bg-zoom:hover .title-link svg path {
  fill: #ff4d2e;
}

.item-bg {
  display: none;
}
@media only screen and (min-width: 720px) {
  .item-bg {
    display: block;
  }
}
.item-bg--fullscreen {
  width: 100%;
  height: 100%;
}

.overlay--darken:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00010f;
  opacity: 0.9;
}

.ith-section__col--backstage {
  display: inline-block;
}

.my-memories {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 100px;
  min-height: 740px;
}
@media only screen and (min-width: 880px) {
  .my-memories {
    min-height: 0;
    margin-top: 0;
  }
}
.my-memories .my-memories-title {
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .my-memories .my-memories-title {
    top: 60px;
  }
}

#my-memories-carousel {
  height: 100%;
  width: 100%;
  background-color: #00010f;
}

.my-memories__inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 120px;
}
@media only screen and (min-width: 880px) {
  .my-memories__inner {
    top: 150px;
  }
}
@media only screen and (min-width: 880px) {
  .my-memories__inner {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.memory {
  position: relative;
  width: 100%;
  max-width: 1180px;
  font-size: 0;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (min-width: 880px) {
  .memory {
    padding: 0 40px;
  }
}
.memory > div {
  display: inline-block;
}
.memory__side {
  font-size: 14px;
  background-color: #00010f;
  max-width: 100%;
}
@media only screen and (min-width: 880px) {
  .memory__side {
    max-width: 75%;
  }
}
.memory__side img {
  width: 100%;
  display: inline-block;
}
.memory__body {
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 880px) {
  .memory__body {
    text-align: left;
    margin-top: 0;
    vertical-align: bottom;
    padding-left: 40px;
    max-width: 25%;
  }
}
.memory__body p {
  color: white;
}
@media only screen and (min-width: 720px) {
  .memory__body p {
    display: block;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.title-tiny {
  font-family: "Trade Gothic Bold", sans-serif;
  font-size: 13.05px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #9599af;
  margin-bottom: 3px;
}

@media only screen and (min-width: 720px) {
  .my-memory-title {
    display: block;
    margin: 15px 0 20px !important;
  }
}

.mmc-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 23px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.mmc-control--previous {
  left: 15px;
  background-image: url("../images/icons/arrow-left.svg");
}
.mmc-control--next {
  right: 15px;
  background-image: url("../images/icons/arrow-right.svg");
}
.mmc-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.your-memories {
  position: relative;
  width: 100%;
  padding-top: 100px;
  background-color: #00010f;
}
@media only screen and (min-width: 720px) {
  .your-memories {
    height: 100%;
    padding-top: 0;
  }
}
.your-memories__inner {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 720px) {
  .your-memories__inner {
    position: absolute;
    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%);
    width: 100%;
    padding: 0;
  }
}

img.your-memories-bg {
  width: 100%;
  max-width: 1180px;
}

.your-memories-title {
  display: inline-block;
  margin-bottom: 40px !important;
}

.submit-memories {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  display: none;
}
.submit-memories:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00010f;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
}
.submit-memories__inner {
  height: 100%;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
  float: left;
  padding: 80px 10px 40px;
}
@media only screen and (min-width: 720px) {
  .submit-memories__inner {
    float: none;
    height: auto;
    padding: 0;
    position: absolute;
    padding: 0 10px;
    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%);
  }
}
.submit-memories__inner > p {
  color: #9599af;
  margin-bottom: 30px;
}
.submit-memories__inner > p strong {
  font-size: 14px;
}
.submit-memories__inner h1 {
  margin-bottom: 30px;
  line-height: 1.4;
}

.submit-memories__form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.close-form {
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 120;
}
@media only screen and (min-width: 720px) {
  .close-form {
    right: 40px;
  }
}
.close-form img, .close-form svg path {
  fill: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.close-form img:hover, .close-form svg path:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.form-description {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #FFFFFF !important;
}

#my-memories-carousel .owl-stage-outer {
  overflow-y: inherit;
}
@media only screen and (min-width: 880px) {
  #my-memories-carousel .owl-stage-outer {
    overflow-y: hidden;
  }
}

.backstage-memories {
  position: relative;
  width: 100%;
  padding-top: 100px;
  background-color: #00010f;
}
@media only screen and (min-width: 720px) {
  .backstage-memories {
    height: 100%;
    padding-top: 0;
  }
}
.backstage-memories__inner {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 720px) {
  .backstage-memories__inner {
    position: absolute;
    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%);
    width: 100%;
    padding: 0;
  }
}

img.backstage-memories-bg {
  width: 100%;
  max-width: 1180px;
}

.backstage-memories-title {
  display: inline-block;
  margin-bottom: 40px !important;
}

.latest-container {
  text-align: left;
  font-size: 0;
}
.latest-container .my-memories-subsection-title {
  margin-top: 40px;
}

.my-memories-subsection-title {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 25px;
  text-align: center;
}

footer {
  position: relative;
  background-color: #00010f;
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 50px;
}
@media only screen and (min-width: 720px) {
  footer {
    padding: 0;
  }
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #FFFFFF;
}
footer.fp-section, footer.fp-tableCell {
  height: auto !important;
}
footer .ith-section-container {
  width: 100%;
  display: inline-block;
}

.ith-two-floating-col {
  position: relative;
  width: 100%;
}
.ith-two-floating-col--left {
  float: left;
}
.ith-two-floating-col--right {
  float: right;
}

.scroll-top {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.scroll-top .scroll-top-svg {
  fill: #4e4e64;
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.scroll-top:hover .scroll-top-svg {
  fill: #ff4d2e;
}

.newsletter {
  margin-bottom: 40px;
  display: inline-block;
}
.newsletter p {
  display: inline-block;
}
.newsletter form {
  margin-top: 10px;
}

.footer-contact {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 720px) {
  .footer-contact {
    width: 350px;
  }
}

@media only screen and (min-width: 720px) {
  .follow-irene {
    text-align: right;
  }
}

.management-contact,
.social-contact {
  position: relative;
  margin-top: 20px;
  color: #9599af;
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .social-contact {
    text-align: right;
  }
}

.contact-logo {
  margin-top: 10px;
}
@media only screen and (min-width: 720px) {
  .contact-logo {
    position: absolute;
    left: 200px;
    bottom: 4px;
    margin: 0;
  }
}

.ith-footer-last {
  position: relative;
  display: inline-block;
  color: #4e4e64;
  width: 100%;
  padding: 0;
  color: #4e4e64;
  font-size: 11px;
  margin-top: 30px;
}
@media only screen and (min-width: 720px) {
  .ith-footer-last {
    text-align: right;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 106px;
    padding: 0;
    margin: 0;
  }
}
.ith-footer-last a {
  color: #4e4e64;
}
.ith-footer-last a:hover {
  color: #ff4d2e;
}

/*# sourceMappingURL=style.css.map */
