@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Lato:wght@900&family=Raleway:wght@400;600&display=swap');

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #000;
  background: #292928;
  padding-top: 72px;
}

.clear {
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
}
.align-center {
  text-align: center;
}

.text-highlight {
  color: #D98030;
}

.text-large {
  font-size: 1.5em;
  line-height: 2.4em;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.75em;
  margin: 4% 0;
}

h1 {
  margin: 6% 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  margin: 6% 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  margin: 6% 0;
  font-size: 3em;
  font-family: 'Dancing Script', cursive;
  font-weight: 600;
  line-height: 1.3em;
}

.buttons {
  margin: 4% 0;
  display: inline-block;
  font-size: 1.4em;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  padding: 18px 32px;
  line-height: 1.35em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.buttons:hover {
  background: #D98030;
  border-color: #D98030;
  color: #FFF;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #292928;
}

#header .logo {
  display: inline-block;
  float: left;
  line-height: 0;
  position: relative;
  z-index: 1000;
}

#header .logo > img {
  width: 98px;
  height: auto;
}

#header .header-inner {
  max-width: 1300px;
  padding: 11px 28px 11px 28px;
  margin: 0 auto;
  position: relative;
}

#header .header-inner:after {
  content: "";
  display: table;
  clear: both;
}

#header .menu-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  margin-left: -23px;
  margin-top: -14px;
  width: 46px;
  height: 37px;
  background: url("../img/menu-icon.69b9029f04d8.png") no-repeat 0 5px;
  cursor: pointer;
  display: none;
}

#header .menu-toggle.active {
  background-image: url("../img/menu-close-icon.9dc7895abdc9.png");
  background-position: 4px 0;
}

.mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.mainmenu .child {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.mainmenu .child:last-child {
  margin-right: 0;
}

.mainmenu .child > a {
  display: block;
  color: #FFF;
  font-size: 1.2em;
  padding: 8px 0;
  text-transform: uppercase;
  border-bottom: 12px solid transparent;
}

.mainmenu .child.selected > a,
.mainmenu .child > a:hover {
  border-color: #D98030;
}

.mainmenu .child.icon {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 6px;
}

.mainmenu .child.icon > a {
  padding: 0;
  border: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.mainmenu .child.icon > a:hover {
  opacity: 0.8;
}

#content {
  background: #FFF;
}

#footer {
  background: #292928;
}

#footer .credit {
  padding: 30px 30px;
  clear: both;
  text-align: center;
}

#footer .credit a {
  color: #b4b2b2;
}

#footer .credit a:hover {
  text-decoration: underline;
}

#footer .credit .credit-text,
#footer .credit .credit-logo {
  display: inline-block;
  vertical-align: middle;
}

#footer .credit .credit-text {
  font-size: 1em;
  line-height: 1.2em;
  color: #b4b2b2;
}

#footer .credit .credit-logo {
  display: inline-block;
  margin: 15px 3px;
  width: 201px;
  height: 32px;
  background: no-repeat url("../img/myo-concept.2acf34449c8b.png");
}

/* Section */

section {
  overflow: hidden;
  line-height: 0;
  background: no-repeat right bottom;
  background-size: cover;
}

section.section-white {
  background-color: #FFF;
}

section.section-gray {
  color: #FFF;
  background-color: #292928;
}

section.section-gray .buttons {
  color: #FFF;
  background-color: #292928;
  border-color: #FFF;
}

section.section-gray .buttons:hover {
  background: #D98030;
  border-color: #D98030;
}

section .text {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: justify;
  overflow: auto;
}

.forms ul,
section .text ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 60px;
}

.forms ul > li,
section .text ul > li {
  margin: 8px 0;
  line-height: 1.45em;
  text-align: left;
}

.forms ul > li:before,
section .text ul > li:before {
  content: "\25A0";
  color: #D98030;
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}

section .text a:not(.buttons) {
  color: #D98030;
}

section .text .text-box {
  margin: 5% auto;
  border: 1px solid #D98030;
  color: #D98030;
  padding: 18px 24px;
  max-width: 740px;
}

section .column.col-2 .text h3,
section .column.col-2-4 .text h3,
section .column.col-3 .text h3 {
  font-size: 1.2em;
  margin-top: 4%;
}

section .image-container {
  line-height: 0;
}

section .image-container .image {
  user-select: none;
}

section .image-container.format-original {
  margin: 4% 0;
  text-align: center;
}

section .image-container.format-original .image {
  max-width: 100%;
}

section .image-container.format-landscape .image {
  width: 100%;
}

section .gradient-image .gradient-container {
  position: relative;
}

section .gradient-image .gradient-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: transparent;
  background: -moz-linear-gradient(0deg, rgba(41,41,40,1) 0%, rgba(41,41,40,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(41,41,40,1) 0%, rgba(41,41,40,0) 100%);
  background: linear-gradient(0deg, rgba(41,41,40,1) 0%, rgba(41,41,40,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292928",endColorstr="#292928",GradientType=1);
}

section .gradient-image .text {
  padding-top: 3%;
  padding-bottom: 3%;
}

section .gradient-image .parallax {
  height: 700px;
}

section .image {
  height: auto;
}

section .animation-container {
  position: relative;
}

section .animation-container .image {
  max-width: 100%;
  z-index: 10;
}

section .animation-container .image2,
section .animation-container .image3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

section .animation-container .image2 {
  z-index: 20;
}

section .animation-container .image3 {
  z-index: 30;
  left: initial;
  right: -100%;
}

section .section-video {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

section .section-video video img {
  width: 100%;
  height: auto;
}

section .section-video .cover-logo {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
}

section .section-video .cover-scroll {
  cursor: pointer;
  width: 100%;
  height: 30%;
  background: url("../img/cover-scroll-icon.55ce2c919d3b.png") no-repeat center;
  position: absolute;
  bottom: 0;
  left: 0;
  user-select: none;
}

/* Row Column */
section .row-container.width-normal {
  max-width: 1030px;
  margin: 0 auto;
}

section .row.align-middle {
  text-align: center;
  margin: 3% 0;
}

section .row.align-middle .column {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.row.inset {
  margin-left: -9px;
  margin-right: -9px;
}

.row.inset .column {
  padding: 9px;
}

.row:after {
  content: "";
  display: table;
  clear: left;
}

.column {
  position: relative;
  float: left;
  margin: 0;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column.col-1 { width: 8.333333333333333%; }
.column.col-2 { width: 16.66666666666667%; }
.column.col-2-4 { width: 20%; }
.column.col-3 { width: 25%; }
.column.col-4 { width: 33.33333333333333%; }
.column.col-5 { width: 41.66666666666667%; }
.column.col-6 { width: 50%; }
.column.col-7 { width: 58.33333333333333%; }
.column.col-8 { width: 66.66666666666666%; }
.column.col-9 { width: 75%; }
.column.col-10 { width: 83.33333333333333%; }
.column.col-11 { width: 91.66666666666666%; }
.column.col-12 { width: 100%; }

.column .column-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

section .gmap-container {
  display: block;
  text-align: center;
}

section .gmap {
  width: 100%;
  height: 380px;
}

section .gmap-content {
  padding: 12px 0;
  line-height: 1em;
  font-size: 15px;
}

section .gmap-content .gmap-title {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
}

section .gmap-content .gmap-address {
  display: block;
}


/* Forms */
.forms {
  margin: 0 auto 3% auto;
  max-width: 720px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.forms h2 {
  margin: 2% 0;
}

.forms.sent {
  padding: 8%;
  color: #000;
  text-align: center;
  background-color: rgba(84, 84, 84, 0.09);
  font-size: 1.2em;
  line-height: 1.75em;
}

.forms .buttons {
  margin: 0 0 40px 0;
  background-color: #292928;
  border-color: #292928;
  color: #FFF;
  min-width: 300px;
}

.forms .buttons:hover {
  background-color: #D98030;
  border-color: #D98030;
}

.fields-wrapper {
  text-align: left;
}

.fields-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.form-field {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field select,
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field textarea {
  border: 0;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.35em;
  padding: 18px;
  width: 100%;
  background: #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field textarea {
  resize: vertical;
  height: 180px;
  min-height: 60px;
  max-height: 500px;
}

#field-id_bool_other_entry textarea {
  height: 75px;
}

::-webkit-input-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }
::-moz-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }
:-ms-input-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }
:-moz-placeholder { color: #031D40; opacity: 0.66; text-transform: uppercase; }

.form-field input[type="checkbox"] {
  position: relative;
  top: 1px;
  display: inline;
  margin-right: 12px;
}

.form-field input[type="checkbox"] + label {
  display: inline;
}

.form-field label {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.65em;
  margin-bottom: 6px;
}

.forms .errorlist {
  list-style: none;
  padding: 0;
  margin-top: 4px;
  font-weight: 700;
  color: #D98030;
  font-size: 0.9em;
  line-height: 1.65em;
}

.forms .errorlist li:before {
  display: none;
}

.forms small {
  color: #c0c0c0;
  font-weight: 700;
  font-size: 0.74em;
  height: 0;
  display: block;
}

.forms h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 3% 0;
}

.forms p {
  margin: 3% 0;
}

#id_cellphone {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

section .slider-container h3 {
  margin: 0;
  padding: 18px 18px 0 18px;
  color: #000;
  text-transform: uppercase;
}

section .slider {
  padding: 9px;
}

section .slider .slider-item {
  padding: 9px;
  outline: none;
}

section .slider .slider-item img {
  width: 100%;
  height: auto;
}

section .slider-container {
  position: relative;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -18px;
}

section .slider-container .slider-paginator {
  text-align: center;
  margin-bottom: 2%;
}

section .slider-container .slider-button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: no-repeat center center;
  margin: 18px 3%;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 15;
}

section .slider-container .slider-prev {
  background-image: url("../img/slider-prev.aded412d002e.png");
}

section .slider-container .slider-next {
  background-image: url("../img/slider-next.31bd46a05e99.png");
}

section .slider-container .slider-button.slick-disabled {
  opacity: 0.12;
  cursor: default;
}

section .slider-container .slider-button.slick-hidden {
  display: none;
}

section .slider-container .slider-layer-image {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 2%;
  width: auto;
  height: 100%;
  pointer-events: none;
}

section .slider-container[data-slick-slides-to-show="1"] {
  margin: 0;
}

section .slider-container[data-slick-slides-to-show="1"] .slider {
  padding: 0;
}

section .slider-container[data-slick-slides-to-show="1"] .slider .slider-item {
  padding: 0;
}

section.section-white .image-text {
  color: #292928;
}

section .image-text .image-container {
  padding: 0;
}

section .image-text .image-container .image {
  max-width: 100%;
  height: auto;
}

section .image-text .text {
  text-align: left;
  padding: 6% 0 0 5%;
  font-size: 1.25em;
  overflow: visible;
}

section .image-text .text .inner-text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  position: relative;
  left: 100%;
}

section .image-text .text .inner-text.appeared {
  visibility: visible;
  opacity: 1;
  left: 0;
}

section .image-text.direction-right .text .inner-text {
  left: initial;
  right: 100%;
}

section .image-text.direction-right .text .inner-text.appeared {
  left: initial;
  right: 0;
}

section .image-text .text p {
  margin: 6% 0;
}

.text-big {
  font-weight: 900;
  font-size: 5.5em;
  font-family: 'Lato', sans-serif;
}

sup {
  top: -3.8em;
  font-size: 1em;
  margin-left: -1em;
}

section .spacer {
  display: block;
  background: none;
  width: 100%;
  padding-bottom: 6%;
}

/* Staff */
#tinymce {
  padding: 0;
  background: #FFF;
  text-align: justify;
}

#tinymce a:not(.buttons) {
  color: #D98030;
}

.cms-toolbar-expanded #header {
  top: 46px;
}

.cms-plugin .column .column-url {
  display: none;
}

/* Parallax */
.parallax {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  min-height:100%;
  height: 100%;
  overflow: hidden;
}