@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html, body {
  overflow-x: hidden; }

body {
  position: relative;
  min-height: 100%;
  font-family: "Open Sans", aria, verdana, sans-serif;
  font-weight: 300;
  font-size: 10px; }

/*
 *
 * General
 *
 */
:focus {
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

p {
  margin: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0; }

strong {
  font-weight: 400; }

label {
  cursor: pointer; }

th {
  font-weight: 400; }

figure {
  margin: 0; }

button {
  color: inherit; }

hr {
  margin: 1em 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

input, textarea, keygen, select, button {
  font: inherit; }

select {
  max-width: 100%; }

input:focus, textarea:focus, keygen:focus, select:focus, button:focus {
  /*background: $color-brand;
  border-color: $color-brand;
  color: #fff;*/ }

:focus::-webkit-input-placeholder {
  color: #ccc; }

:focus::-moz-placeholder {
  color: #ccc; }

:focus:-ms-input-placeholder {
  color: #ccc; }

:focus:-moz-placeholder {
  color: #ccc; }

input[type="search"] {
  min-height: 50px; }

input[type="submit"] {
  border: 0;
  padding: 10px 20px;
  cursor: pointer; }

textarea {
  display: block;
  width: 100%; }

iframe {
  border: 0; }

svg {
  fill: currentColor;
  vertical-align: middle; }

/*
 *
 * Formatted
 *
 */
.format-content {
  font-size: 1.7em;
  line-height: 1.7em; }

.format-content a {
  text-decoration: none;
  color: #ffc814;
  transition: all .2s; }

.format-content a:hover {
  color: #ebb414; }

.format-content p {
  margin: 1.5em 0; }

.format-content img, #sidebars img {
  max-width: 100%;
  height: auto; }

.format-content h2, .format-content h3 {
  font-size: 1.3em;
  line-height: 1.571em; }

.format-content h4 {
  font-weight: 1.1em;
  font-weight: 400; }

/* format-text */
.format-text table,
.format-text blockquote {
  margin: 1.5em 0 1.5em 0; }

.format-text table th {
  background-color: whitesmoke;
  color: #555; }

.format-text h2, .format-text h3 {
  margin: 1.571em 0 0.5em; }

.format-text h2:first-child {
  margin-top: 0; }

.format-text h2 {
  color: red;
  font-weight: 400;
  display: inline-block;
  border: 4px solid #c80032;
  border-right: 0;
  border-bottom: 0;
  border-radius: 24px;
  padding: 10px 20px; }

.format-text h3 {
  color: red;
  font-weight: 400; }

.format-text h5, .format-text h6 {
  text-transform: uppercase;
  letter-spacing: 1px; }

.format-text p:first-child, .format-text table:first-child, .format-text blockquote:first-child {
  margin-top: 0; }

.format-text p:last-child, .format-text table:last-child, .format-text blockquote:last-child {
  margin-bottom: 0; }

.format-text a:not(.btn):not(.button) {
  position: relative; }

.format-text a:not(.btn):not(.button):after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
  border-bottom: 2px solid;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.format-text a:not(.btn):not(.button):hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.format-text ul {
  list-style-type: none;
  padding-left: 1.5em;
  margin: 1.571em 0;
  overflow: hidden; }

.format-text li {
  margin-bottom: 14px;
  line-height: 1.4; }

.format-text li:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -28px;
  margin-top: 5px; }

.format-text ol {
  padding-left: 40px;
  margin: 1.5em 0; }

.format-text table th:first-child {
  width: 20%; }

.noscroll {
  overflow: hidden; }

.media {
  line-height: 0; }

/*
 *
 * General classes
 *
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.ratio-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: rgba(245, 245, 245, 0.1); }

.ratio-16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.button, .format-content .button {
  display: inline-block;
  padding: 16px 20px;
  border: 0;
  line-height: 1.25;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  transition: .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  background: #ffc814;
  color: #fff; }

.button:hover, .format-content .button:hover {
  background: #ebb414;
  color: #fff; }

.audio-loading .cp-center-container:after {
  content: "";
  display: inline-block;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px rgba(0, 0, 0, 0.2) solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  background: none;
  animation: spin .4s linear infinite;
  /*z-index: 11;*/
  /* Only audio player */
  width: 150px;
  height: 150px;
  z-index: 0; }

.audio-loading.centered .cp-center-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Can not use transform because it interfers with animation*/
  /*margin-left: -25px;
  margin-top: -25px;*/
  /* Only audio player */
  margin-top: -75px;
  margin-left: -75px; }

.audio-loading.white .cp-center-container:after {
  border: 2px rgba(255, 255, 255, 0.2) solid;
  border-top: 2px white solid; }

.site-inner {
  margin: 20px; }

.section .section-content,
.team-content {
  padding: 20px;
  border-radius: 5px;
  overflow: hidden; }

.colset-2 .section.bright {
  background-color: whitesmoke; }

.section.bright .section-content {
  background-color: whitesmoke; }

.team-content {
  background: #ffc814;
  color: #fff; }

.cart-btn, .format-content .cart-btn {
  display: block;
  max-width: 386px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }

.cart-btn .icon {
  margin-right: 10px; }

.cart-btn span {
  display: inline-block;
  padding: 10px 0; }

/*
 *
 * Header
 *
 */
#site-title-wrap {
  font-size: 22px;
  vertical-align: middle;
  background-color: #333;
  color: #fff;
  padding: 12px;
  text-align: center; }

@media only screen and (min-width: 401px) {
  #site-title-wrap {
    font-size: 30px; } }
#site-title-wrap .left-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 8px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 0;
  cursor: pointer; }

#site-title-wrap .right-icon {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  line-height: 0; }

#main-menu {
  display: flex;
  -ms-flex-pack: center;
  text-align: left;
  color: #fff; }

#main-menu > * {
  flex: 1;
  text-align: center; }

#main-menu .name {
  margin-bottom: 10px;
  font-size: 1.6em;
  word-break: break-word; }

#main-menu a {
  display: block;
  height: 100%;
  opacity: 0.8;
  padding: 0 10px; }

#main-menu li.current a, #main-menu a:hover {
  opacity: 1; }

#main-menu li {
  background-color: #ebb414;
  border-bottom: 1px solid #ebb414; }

#main-menu li.current {
  background-color: #ffc814;
  border-bottom: 1px solid #f3d272; }

/*
#main-menu li:nth-child(1) {
    background-color: rgb(55,210,208);
}

#main-menu li:nth-child(2) {
    background-color: rgb(70,225,208);
}*/
#main-menu li svg {
  padding: 15px;
  width: 100%; }

/*
#main-menu li:nth-child(3) {
    background-color: rgb(85,240,208);
}*/
#main-menu li:nth-child(2) svg {
  padding: 12px; }

/*
 *
 * Language selector
 *
 */
.wpml-ls-legacy-dropdown {
  text-align: left;
  font-size: 1.55em; }

.wpml-ls-legacy-dropdown > ul {
  position: relative; }

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 5px 10px;
  line-height: 0;
  white-space: nowrap; }

.wpml-ls-legacy-dropdown a.wpml-ls-link {
  background-color: #fff; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding: .2em .2em;
  padding: 9.5px; }

@media only screen and (min-width: 450px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: .2em 10px; } }
@media only screen and (min-width: 769px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: .2em .4em; } }
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 1em;
  max-width: none; }

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  font-size: 20px;
  margin-left: .4em; }

.wpml-ls-legacy-dropdown a span {
  vertical-align: middle; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -1px;
  border: 1px solid #fff8e0;
  border-top: 0;
  z-index: 101; }

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native {
  display: none; }

.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  background: #ffc814;
  color: #fff; }

/*
 *
 * Footer
 *
 */
.site-footer {
  background: #333;
  color: #fff;
  padding: 20px;
  text-align: center; }

/*
 *
 * Page main
 *
 */
.page-title {
  padding: 20px;
  background: #ffc814;
  color: #fff;
  font-size: 19px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400; }

.page-content {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px; }

/* Page - 404 */
.page-404 {
  text-align: center; }

/* Page - Re-creation report */
c-player .cp-center-container,
c-player.cp-big .cp-poster {
  height: calc(100vh - 330px) !important; }

@media only screen and (min-width: 1000px) {
  c-player .cp-drop-down-menu.cp-drop-down-menu-playlist,
  c-player .cp-drop-down-menu.cp-drop-down-menu-info {
    max-width: 970px;
    margin: 0 auto;
    width: 100%; } }
.section .section-title-wrap {
  background: #fff;
  color: #ffc814;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px; }

.section .section-title {
  margin: 0 auto;
  padding: 40px 0 20px;
  border-radius: 57px 57px 0 0; }

@media only screen and (min-width: 451px) {
  .section .section-title {
    background: linear-gradient(180deg, #fff, whitesmoke);
    width: 80%;
    padding: 20px 10%; } }
@media only screen and (min-width: 769px) {
  .colset-2 .section .section-title {
    width: 90%;
    padding: 20px 5%; } }
#app-audio-trigger-wrap {
  border: 1px solid #eee;
  border-bottom-width: 0;
  margin-top: 20px;
  border-radius: 4px 4px 0 0; }

.app-audio-trigger {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.09);
  color: #b9b9b9;
  padding: 10px;
  cursor: pointer; }

#app-audio-wrap.long-active #app-audio-long-trigger,
#app-audio-wrap.short-active #app-audio-short-trigger {
  background: rgba(0, 0, 0, 0.04);
  color: #ebb414;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-weight: 400; }

.app-audio {
  display: none; }

#app-audio-wrap.long-active #app-audio-long,
#app-audio-wrap.short-active #app-audio-short {
  display: block; }

/* Page - Guardians */
.img-wrap {
  text-align: center;
  line-height: 0; }

.site-inner .img-wrap-top {
  margin: -20px -20px 0; }

.site-inner .img-wrap-bottom {
  margin: 0 -20px -20px; }

#video {
  margin: 0 -20px -20px; }

@media only screen and (min-width: 769px) {
  .colset-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }

  .colset-2 .site-inner {
    flex: 1; } }
/*
.guardians-intro {
	margin: 50px;
}

.guardians-intro .image {
	width: 100px;
    float: left;
}

.guardians-intro img {
	width: 100%;
	height: auto;
	border: 1px solid lightgrey;
}*/
.guardians .guardians-item {
  margin: 0 20px 80px;
  color: #555;
  border-radius: 5px;
  overflow: hidden; }

.guardians .image {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-right: 20px;
  background: #ddd;
  line-height: 0;
  transition: width .4s; }

.guardians .image img {
  width: auto;
  height: auto;
  max-height: 80vh;
  border: 1px solid #eee;
  margin: 0 auto; }

.guardians .title {
  display: flex;
  width: 100%;
  position: relative;
  padding: 20px 110px 20px 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 0 0; }

.guardians .guardian-icon {
  margin-right: 10px;
  flex-grow: 0.1; }

.guardians .title h2 {
  flex: 5;
  display: flex;
  align-items: center;
  vertical-align: middle; }

.guardian-cart-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 100%;
  padding: 0 20px;
  background: #ffc814;
  color: #fff; }

.guardian-cart-btn .icon {
  height: 100%; }

.guardians .content {
  padding: 20px;
  background: whitesmoke; }

.guardians .content + .content {
  padding-top: 0; }

.guardians .variations > span {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  border: 3px solid transparent;
  border-radius: 3px;
  box-sizing: content-box;
  cursor: pointer;
  box-shadow: 0 0 2px #999;
  transition: .15s; }

.guardians .variations > span.current,
.guardians .variations > span:hover {
  transform: scale(1.15); }

.guardians .variations .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  box-shadow: 0 0 5px #999;
  background: #fff;
  color: #999;
  padding: 7px;
  border-radius: 5px;
  margin-top: -10px;
  white-space: nowrap; }

.guardians .variations > span:hover .tooltip {
  visibility: visible;
  opacity: 1; }

.guardians .variation-pre {
  margin-bottom: 3px;
  font-style: italic; }

.guardians .variation-title {
  font-size: 24px;
  color: #555;
  margin-top: 10px; }

.guardians .has-variations .sizes {
  float: right;
  cursor: pointer; }

.guardians .sizes span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  background: #e9e9e9;
  color: #999; }

.guardians .has-variations .sizes span {
  display: block;
  text-align: center; }

.guardians .sizes span:not(:last-child) {
  margin-bottom: 10px; }

@media only screen and (min-width: 1000px) {
  .guardians .guardians-item {
    margin-bottom: 30px;
    border-radius: 0 5px 5px 0; }

  .guardians .title {
    display: block; }

  .guardians .title h2 {
    display: inline-block; }

  .guardians .image {
    float: left;
    width: 30%;
    margin-bottom: 20px; }

  .guardians .guardians-item.img-horizontal .image {
    width: 50%; }

  .guardians .image img {
    width: 100%;
    max-height: none; } }
/* Page - Idea */
.email-wrap {
  text-align: center; }

.email {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden; }

.email > span {
  display: inline-block;
  padding: 10px 20px;
  background: whitesmoke; }

.email > span:nth-child(even) {
  background: #ccc;
  color: #fff; }

.email a, .email a:hover {
  color: inherit; }

.team {
  margin: 20px 0; }

.team .members-title, .team .image, .team .member-name, .team .short-desc, .team .expand-btn {
  text-align: center; }

.team .team-item {
  padding: 20px 20px 0 20px;
  margin-bottom: 50px; }

.team:not(.shortform) .team-item:last-child {
  margin-bottom: 0; }

.team .image img {
  width: 80%;
  border-radius: 50%;
  margin-bottom: 10px; }

.team .expand-btn {
  margin-bottom: 15px;
  color: #555;
  cursor: pointer; }

.team .team-item.selected .expand-btn {
  color: #ffc814;
  font-weight: 400; }

.team .member-name {
  font-size: 1.3em;
  line-height: 1.571em;
  font-weight: 300; }

.team .short-desc {
  padding: 15px;
  margin: 15px 0;
  border-radius: 5px;
  background: #999;
  color: #fff;
  font-weight: 400; }

.team .team-item.selected .short-desc {
  background: #ffc814; }

.team .expand-btn .icon {
  content: "+";
  font-size: 80px;
  margin-bottom: 10px; }

.team .expand-btn .hide-content .icon {
  line-height: 17px;
  margin-bottom: 22px; }

@media only screen and (min-width: 769px) {
  .team .team-item {
    width: 33.33%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; } }
.team .desktop-placeholder {
  margin: 0 20px 60px; }

/* Quote */
.quote {
  position: relative; }

.quote-content-wrap {
  display: inline-block;
  max-width: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  background: #fff; }

.white .quote-content-wrap {
  background: #fcfcfc; }

.dark .quote-content-wrap {
  box-shadow: 0 0 16px #111;
  background: #555; }

.quote-content {
  position: relative;
  padding: 10px 25px; }

.quote-content:after, .quote-content:before {
  position: absolute;
  line-height: 0;
  font-size: 70px;
  font-weight: 300;
  opacity: .8; }

.quote-content:before {
  content: "“";
  left: 0;
  top: 21px; }

.quote-content:after {
  content: "”";
  right: 0;
  bottom: -8px; }

.quote-content > *:first-child {
  margin-top: 0; }

.quote-content > *:last-child {
  margin-bottom: 0; }

.quote-author {
  margin-top: 10px;
  opacity: .7; }

.team-mq-outer {
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center; }

.team-mq .quote {
  display: inline-block; }

.team-mq.medium .quote-content-wrap {
  padding: 60px 20px 20px; }

.team-mq .member {
  position: relative;
  z-index: 5;
  vertical-align: middle; }

.team-mq .member .item {
  margin: 0 0 -20px 0; }

.team-mq .member .guardians-item {
  margin: 0 0 -50px; }

.team-mq .member .guardians-item {
  position: relative;
  text-align: center; }

.quote-wrap .media {
  background: no-repeat 50%/100%; }

.team-mq .member .media {
  width: 100px;
  height: 100px;
  transition: .4s; }

.team-mq .member .media {
  display: inline-block;
  vertical-align: middle;
  background-color: #eaeaea; }

.team-mq .media {
  border-radius: 50%;
  box-shadow: 0 0 3px #000; }

.team-mq .member .content {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
  margin-top: -20px;
  white-space: pre;
  box-shadow: 0 0 3px #999;
  opacity: 0;
  visibility: hidden;
  transition: .1s 0s;
  background: #f5f5f5;
  text-align: center;
  padding: 20px; }

@media only screen and (min-width: 601px) {
  .team-mq .quote {
    display: table-cell;
    vertical-align: middle; }

  .team-mq .quote-content-wrap {
    padding: 20px 20px 20px 60px; }

  .team-mq {
    display: inline-table; }

  .team-mq .member {
    display: table-cell;
    position: relative; }

  .team-mq .member .item {
    margin: 0 -50px 0 0; } }
.contact-overlay-trigger {
  cursor: pointer; }

.contact-overlay-trigger-fixed {
  z-index: 100;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #ffc814;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer; }

#cf-wrap {
  display: none;
  position: fixed;
  z-index: 9000;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  line-height: 1.5; }

.cf-wrap-outer {
  position: relative;
  height: 100%; }

.cf-wrap-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  max-height: 100%;
  overflow-y: auto;
  box-sizing: border-box; }

.full-contact-zone {
  text-align: center; }

.contact-zone .buttons-top .button {
  margin: 0 15px 15px 0; }

.contact-zone .buttons-top .button:last-child {
  margin-right: 0; }

@media only screen and (max-width: 600px) {
  #cf-wrap {
    font-size: 15px; }

  .contact-zone .button {
    margin-right: 15px;
    padding: 10px; }

  .contact-zone .cart-btn {
    padding: 0 10px; } }
.buttons-top .button .icon {
  width: 3.3em;
  height: 3.3em; }

.full-contact-zone .pre-contactform {
  color: #fff;
  font-size: 24px;
  margin: 20px 0; }

.full-contact-zone .line:not(:last-child) {
  margin-bottom: 30px; }

.contact-zone .texts {
  margin: 15px 0 30px; }

.contact-zone .texts > *:first-child {
  margin-bottom: 5px; }

.contact-zone .text {
  color: #d3d3d3;
  display: inline-block; }

.close-btn {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 55px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 55px;
  color: #ccc; }

.close-btn .icon {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%; }
