* {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: normal;
}

head,
script {
  display: none;
}

body {
  color: #8d6e9a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

body,
html {
  width: 100%;
  height: auto;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}

a {
  cursor: pointer;
  text-decoration: none;  
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

*:focus {
  outline: none !important;
}

::placeholder {
  color: #343433;
  opacity: 1;
  font-style: italic;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #343433;
  opacity: 1;
  font-style: italic;
  font-weight: 300;
}

.noscroll {
  overflow-y: hidden;
}

.fixed {
  position: fixed;  
}

.transition {
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;  
}

.zoom img {
  transform: scale(1) rotate(0.001deg);
  -o-transform: scale(1) rotate(0.001deg);
  -ms-transform: scale(1) rotate(0.001deg);
  -moz-transform: scale(1) rotate(0.001deg);
  -webkit-transform: scale(1) rotate(0.001deg);  
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col {
  flex-direction: column;
}

.button {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 40px;
  border-width: 2px;
  border-style: solid;
  color: #aa36b4;
  border-color: #aa36b4;
}

.button i {
  margin-right: 5px;
}

strong {
  font-weight: inherit;
}

strong.bold {
  font-weight: 600;
  color: #5d3a6b;
}

strong.highlight {
  font-weight: 600;
  color: #aa36b4;
}

.hidden {
  display: none;
}

p strong,
p a {
  display: inline;
}

/* -------------------------------------------------------------------------- */

@media only screen
and (min-width : 1160px) {
  .ease:hover {
    opacity: 0.6;
  }
  .zoom:hover img {
    transform: scale(1.1) rotate(1deg);
    -o-transform: scale(1.1) rotate(1deg);
    -ms-transform: scale(1.1) rotate(1deg);
    -moz-transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
  }  
  .phone {
    pointer-events: none;
  }
  #workshops ul li:hover h3 {
    background: rgba(170,54,180,0.9);  
  } 
  nav ul li:hover ul.submenu {
    display: block;
  }
  nav ul li:hover ul.submenu:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 18px;
    top: -18px;
    left: calc(50% - 15px);
    background: url(../img/arrow_top.svg) center top 1px no-repeat;
  }
  header a.prestige:hover img.magenta,
  #footer .logos a.prestige:hover img.magenta {
    opacity: 1;
  }
  header a.prestige:hover img.transparent,
  #footer .logos a.prestige:hover img.transparent {
    opacity: 0;
  }
  .resp {
    display: none;
  }
}

@media only screen
and (max-width : 1159px) {
  .noresp {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */

@keyframes pulsate {
  0% { opacity: 0.2; }
  50% { opacity: 1.0; }
  100% { opacity: 0.2; }
}

/* -------------------------------------------------------------------------- */

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;  
  width: 34px;
  height: 55px;
  z-index: 200;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  box-sizing: content-box;
  background: rgba(170,54,180,0.3);
  opacity: 1;
}

.mousey.sticky {
  opacity: 0;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* -------------------------------------------------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #39053d;
  z-index: 1000;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 20;
}

#cookie {
  position: fixed;
  bottom: 200px;
  left: 50px;
  width: 450px;
  height: auto;
  background: rgba(170,54,180,0.9); 
  z-index: 2000;
  font-size: 13px;
  color: #ffffff;
  text-align: justify;
  padding: 20px;
  opacity: 0;
  align-items: flex-start;
}

#cookie span {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  justify-content: flex-start;
}

#cookie i {
  z-index: 10;
  font-size: 100px;
  opacity: 0.2;
}

#cookie .content {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 20px;
}

#cookie .button {
  border: none;
  background: #39053d;
  font-size: 14px;
  padding: 8px 20px;
  margin: 15px 0 0 0;
  margin-right: auto;
  color: #ffffff;
}

/* -------------------------------------------------------------------------- */

header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 350px;  
}

body.splash header {
  position: fixed;
  height: 230px;
  background: rgba(57,5,61,0.74);  
}

header.sticky {
  position: fixed;
  top: -270px;
}

body.splash header.sticky {
  top: -150px;
}

#topline {
  width: 100%;
  height: 270px;
  border-bottom: rgba(255,255,255,0.2) 10px solid;
  padding: 0 50px;
}

#respmb {
  position: absolute;
  top: auto;
  bottom: auto;
  right: 30px;
  color: #aa36b4;
  font-size: 30px;
}

#respmc,
#respsmb {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 40px;
  z-index: 10;
  opacity: 1;
}

#respsmb {
  opacity: 0;
  z-index: 5;
}

#respmc.sm {
  opacity: 0;
  z-index: 5;
}

#respsmb.sm {
  opacity: 1;
  z-index: 10;
}

body.splash #topline {
  height: 150px;
}

nav {
  width: 100%;
  height: 80px;
  background: #aa36b4;
}

nav ul:not(.submenu),
nav ul:not(.submenu) li {
  height: 100%;
}

nav ul:not(.submenu) li {
  margin: 0 12px;
}

nav ul:not(.submenu) li a {
  color: #ffffff;
  text-transform: uppercase;
  height: 100%;
  letter-spacing: 1px;
}

nav ul.submenu {
  position: absolute;
  top: calc(100% - 10px);
  background: #39053d;
  padding: 20px;
  display: none;
}

nav ul.submenu li {
  padding: 10px 0;
  border-bottom: rgba(255,255,255,0.4) 1px dotted;
}

nav ul.submenu li:last-child {
  border: none;
}

nav ul.submenu a {
  white-space: nowrap;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
  text-align: center;
}

header a.dekor img {
  width: 460px;
  height: 78px;
}

header a.prestige {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 50px;
}

header a.prestige,
header a.prestige img {
  width: 136px;
  height: 100px;
}

ul.social {
  position: absolute;
  top: auto;
  bottom: auto;
  right: 50px;
}

ul.social li a {
  font-size: 30px;
  color: #aa36b4;
}

ul.social li a i.fa-facebook-f {
  font-size: 26px;
}

#slider {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
}

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

.owl-carousel .item img {
  object-fit: cover;
}

#wrapper {
  z-index: 20;
}

body.splash #wrapper {
  padding-top: 100vh;  
}

#welcome {
  background-image: linear-gradient(#e3e3e3, #ffffff);
  border-top: #ffffff 5px solid; 
}

#welcome ul,
#workshops ul,
#benefit ul {
  width: calc(100% + 34px);
  margin: -80px -17px 0 -17px;
  flex-wrap: wrap;
}

#welcome ul li,
#workshops ul li,
#benefit ul li {
  margin: 0 17px;
  width: 344px;
  align-self: stretch;
}

#welcome ul li .image,
#workshops ul li .image,
#benefit ul li .image {
  overflow: hidden;
  width: 100%;
  height: 310px;
}

#welcome ul li .image img,
#workshops ul li .image img,
#benefit ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#welcome h2 {
  height: 80px;
  background: rgba(255,255,255,0.85);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #aa36b4;
}

.heed.sticky {
  margin-top: 80px;
}

h1 {
  margin: 50px 0 40px 0;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #aa36b4;
  text-transform: uppercase;
  text-align: center;
}

#content h1 {
  margin-top: 0;
}

#content h2 {
  margin: 30px 0 10px 0;
  font-size: 20px;
  font-weight: 400;
  color: #aa36b4;
  text-transform: uppercase;
  border-bottom: rgba(170,54,180,0.5) 1px solid;
  padding-bottom: 5px;
}

#content h3 {
  margin: 30px 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 20px;
}

#content ul {
  background: rgba(170,54,180,0.2);
  padding: 15px 20px;
}

#content ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 600;
}

p {
  margin-top: 25px;
  text-align: justify;
  line-height: 24px;
}

p.note {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

p.highlight-box {
  background: rgba(170,54,180,0.2);
  padding: 15px 20px;
  border-left: #aa36b4 5px solid;
}

p.info {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 14px;
}

p a {
  color: #aa36b4;
}

.box {
  padding-bottom: 80px;
}

#hurry {
  height: 280px;
  background: rgba(57,5,61,0.74);
}

#hurry h3 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

#hurry p {
  color: #f3f3f3;
  text-align: center;
  margin: 20px 0;
}

#hurry .button {
  color: #ffffff;
  border-color: #ffffff;
}

#workshops {
  background-color: #ffffff;
  background-image: url(../img/flower-bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;  
  padding-bottom: 300px;
}

#workshops h2 {
  background: #aa36b4;
  text-transform: uppercase;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 300;
  height: 130px;
}

#workshops h2:after {
  content: '';
  position: absolute;
  width: 110px;
  height: 66px;
  bottom: -66px;
  left: calc(50% - 55px);
  background: url(../img/arrow.svg) center top -1px no-repeat;
}

#workshops .image {
  z-index: 10;
}

#workshops h3,
#benefit h2 {
  position: absolute;
  top: 250px;
  left: 0;
  height: 60px;
  background: rgba(57,5,61,0.74);
  z-index: 20;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

#workshops h3 span {
  font-size: 14px;
}

#workshops ul {
  margin-top: 60px;
  align-items: flex-start;
}

#workshops ul li {
  margin-top: 50px;
}

#workshops p {
  text-align: center;
  font-size: 15px;
  margin: 30px 0;
}

#workshops .button {
  margin-top: auto;
}

footer {
  height: 55px;
  z-index: 50;
  margin-top: -55px;
}

footer p {
  margin: 0;
  font-size: 14px;
  color: #aa36b4;
}

#footer {
  position: fixed;
  left: 0;
  bottom: -95px;
  z-index: 500;
  background: #39053d;
  height: 95px;
  width: 100%;
  padding: 0 50px;
}

#footer.sticky {
  bottom: 0;
}

#footer.sticky.bottom {
  bottom: 55px;
}

#footer .logos {
  margin-right: auto;
}

#footer .buttons {
  margin-left: auto;
}

#footer .button {
  margin-left: 10px;
  background: #aa36b4;
  border: none;
  color: #ffffff;
}

#footer .button span {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
}

#footer .logos {
  height: 80%;
}

#footer .logos a {
  margin-right: 20px;
}

#footer .logos a.dekor img {
  width: 300px;
  height: 51px;
}

#footer .logos a.prestige,
#footer .logos a.prestige img {
  width: 102px;
  height: 75px;
}

header a.prestige img,
#footer .logos a.prestige img {
  position: absolute;
  top: 0;
  left: 0;
}

header a.prestige img.magenta,
#footer .logos a.prestige img.magenta {
  opacity: 0;
}

header a.prestige img.transparent,
#footer .logos a.prestige img.transparent {
  opacity: 1;
}

#pagepic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 290px;
}

#pagepic:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57,5,61,0.74);
  top: 0;
  left: 0;
  z-index: 10;
}

#pageback {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;  
}

#pagepic img,
#pageback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#content {
  background-color: #ffffff;
  background-image: url(../img/flower-top.png);
  background-position: center  top -140px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 50px;
}

#benefit {  
  background-color: #ffffff;
  background-image: url(../img/flower-bottom.png);
  background-position: center bottom -200px;
  background-repeat: no-repeat;
  background-size: 100% auto;  
  padding: 50px 0 210px 0;  
}

#benefit ul {
  margin-top: 0;
}

.box.center p,
.box.center h2 {
  text-align: center;
}

.box.center h2 {
  font-size: 16px !important;
  margin-bottom: 20px !important;
  color: #8d6e9a !important;
  border-color: rgba(141,110,154,0.5) !important;
}

.box.center iframe {
  width: 100%;
  height: 400px;
}

.box.center .contact {
  margin: 25px 0 50px 0;
}

.box.center .contact a {
  font-size: 20px;
  font-weight: 600;
  color: #aa36b4;
  margin: 0 15px;
}

.box.center .contact a i {
  font-size: 48px;
  opacity: 0.5;
  margin-right: 10px;
}

#registration-form {
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
}

#registration-form .row {
  width: 100%;
  margin-top: 20px;
}

#registration-form .row:first-child {
  margin-top: 0;
}

#registration-form .row :first-child {
  margin-right: 10px;
}

#registration-form .row :last-child {
  margin-left: 10px;
}

#registration-form input {
  width: calc(50% - 10px);
}

#registration-form select {
  width: 100%;
  margin: 0 !important;
}

#registration-form input,
#registration-form select,
#registration-form textarea {
  padding: 10px 20px;
  border: #aa36b4 2px solid;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  color: #39053d;
}

#registration-form input:invalid,
#registration-form select:invalid,
#registration-form textarea:invalid {
  background: #f2f1f1;
}

#registration-form textarea {
  width: calc(94% - 20px);
  height: 150px;
  resize: none;
}

#registration-form select:invalid {
  color: #343433;
  font-style: italic;
  font-weight: 300;  
}

#registration-form select:invalid option {
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
}

#registration-form button {
  width: 6%;
  height: 150px;
  background: #aa36b4;
  border: none;
  cursor: pointer;
  font-size: 36px;
  color: #ffffff;
}

#registration-form button.progress {
  opacity: 0.5;
}

#registration-form .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(57,5,61,0.74);
  z-index: 100;
  display: none;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  padding: 0 10px;  
}

#registration-form .mask .wrapper {
  height: 100%;
}

#registration-form .mask .wrapper i {
  font-size: 80px;
}

#registration-form .mask .wrapper div {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fourofour {
  font-size: 400px;
  letter-spacing: 10px;
  font-weight: 800;
  opacity: 0.3;
  margin: -140px 0 -100px 0;
  z-index: 10;
  color: #aa36b4;
  text-align: center;
}

.timing-container {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.timing-container ul li {
  text-align: center;
}

.timing-container ul li.title {
  color: #aa36b4;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.timing-container ul {
  width: calc(50% - 10px);
}

.timing-container ul:nth-child(odd) {
  margin-right: 20px;
}

.timing-container ul.full {
  background: rgba(170,54,180,0.1) !important;
}

.timing-container ul.full li {
  opacity: 0.5;
}

.timing-container ul.full::before {
  content: 'Megtelt';
  position: absolute;
  top: 35%;
  left: 30%;
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 800;
  text-transform: uppercase;
  color: #aa36b4;
  transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  z-index: 50;
}

/* -------------------------------------------------------------------------- */

#video {
  width: 100%;
  background: #ffffff;
}

#video .picture {
  width: auto;
  height: 330px;
  flex-shrink: 1;
  flex-grow: 0;    
}

#video .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video .text {
  background: #39053d;
  width: 450px;
  height: 330px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 30px 80px 30px 30px;
}

#video .text h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

#video .text a {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #ffffff;
  font-size: 14px;
}

#video .text a i {
  font-size: 24px;
  margin-right: 10px;
}

#video .play {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #aa36b4;
  z-index: 100;
  border-radius: 100%;
  left: 400px;
}

#video .play i {
  color: #ffffff;
  font-size: 36px;
}

#video-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12,6,4,0.9);
  z-index: 1000;
}

#video-layer .closer {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #ffffff;
  font-size: 50px;
  display: block;
}

@media only screen
and (max-width : 840px) {
  #video-layer iframe {
    width: 480px;
    height: 270px;  
  }
}

@media only screen
and (max-width : 520px) {
  #video-layer iframe {
    width: 320px;
    height: 180px;  
  }
}

@media only screen
and (max-width : 1160px) {
  #video .play  {
    left: 430px;
  }
}

@media only screen
and (max-width : 960px) {
  #video .container  {
    flex-direction: column;  
  }
  #video .text,
  #video .picture {
    width: 100%;
  }
  #video .picture {
    order: 1;
  }
  #video .text {
    order: 2;
    height: auto;
    padding: 70px 30px 30px 30px;
    flex-direction: column;
  }
  #video .text a {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px auto 0 auto;
  }
  #video h3 {
    text-align: center;
    font-size: 18px !important;
  }
  #video .play {
    left: calc(50% - 50px);
    top: 280px;
  }
  #video .text a i {
    font-size: 18px;
    margin-right: 5px;
  }  
}

/* -------------------------------------------------------------------------- */

section#important {
  width: 100%;
  padding: 0 0 80px 0;
  background: #ffffff;
}

section#important .iwrapper {
  background: #ffebf1;
  border: #ff0000 2px solid;
  border-radius: 5px;
  flex-direction: column;
  padding: 30px 30px 30px 65px;
}

section#important .iwrapper .icon {
  position: absolute;
  top: 35px;
  left: -30px;
}

section#important .iwrapper .ititle {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff0000;
  font-weight: 600;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}

section#important .iwrapper .icontent {
  display: block;
  text-align: justify;
  font-size: 14px;
  width: 100%;
  color: #000000;  
}


section#important .iwrapper .icontent strong {
  display: inline-block;
  font-weight: 600;
}

@media only screen
and (max-width : 1160px) {
  section#important .iwrapper .icon {
    left: -15px;
  }
}

/* -------------------------------------------------------------------------- */

#course-inner-container {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 50px;
  background: #ffffff;
}

#course-inner-container .container {
  display: block;
  margin: 0 auto;
}

#course-inner-container .first-row {
  width: 100%;
  height: 780px;
  padding-top: 80px;
  margin-bottom: 100px;
  display: block;
}

#course-inner-container .first-row .container {
  height: 100%;
}

#course-inner-container .first-row .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
}

#course-inner-container .first-row .welcome-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 650px;
}

#course-inner-container .first-row h2 {
  font-size: 36px;
  color: #aa36b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#course-inner-container .first-row p {
  font-size: 16px;
  line-height: 30px;
  color: #5d3a6b;
  margin-top: 30px;
  margin-bottom: 0;
}

#course-inner-container .first-row .pictures {
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: -50px;
  left: 0;
}

#course-inner-container .first-row .pictures .pic {
  margin: 0 15px;
  height: 230px;
  overflow: hidden;
  border: #ffffff 5px solid;
}

#course-inner-container .first-row .pictures .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#course-inner-container .first-row .pictures .pic.main {
  position: absolute;
  top: -520px;
  right: -35px;
  width: 420px;
  height: 420px;
  overflow: hidden;
  border: #ffffff 5px solid;  
}

#course-inner-container p {
  font-size: 16px;
  line-height: 30px;
  color: #8d6e9a;
  margin-bottom: 30px;
  text-align: justify;
  display: block;
}

#course-inner-container p.center {
  text-align: center;
}

#course-inner-container p s,
#course-inner-container p strong {
  display: inline !important;
}

#course-inner-container p strong.underline {
  text-decoration: underline;
}

#course-inner-container .timing-row {
  width: 100%;
  height: 320px;
  margin: 50px 0;
}

#course-inner-container .timing-row .left-col {
  width: 50%;
  height: 100%;
  background: #aa36b4;
  align-items: center;
  justify-content: flex-end;
}

#course-inner-container .timing-row .left-col .text {
  width: 550px;
  display: block;
}

#course-inner-container .timing-row .left-col .text h3 {
  display: block;
  text-align: left;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

#course-inner-container .timing-row .left-col .text p {
  display: flex;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ffffff;
  padding-right: 30px;  
}

#course-inner-container .timing-row .left-col .text label {
  width: 240px;
}

#course-inner-container .timing-row .left-col .text span {
  font-style: italic;
  opacity: 0.5;
}

#course-inner-container .timing-row .left-col .text label,
#course-inner-container .timing-row .left-col .text span {
  display: block;
}

#course-inner-container .timing-row .left-col .text h3 span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  
}

#course-inner-container .timing-row .right-col {
  width: 50%;
  height: 100%;
}

#course-inner-container .timing-row .right-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#course-inner-container .mobile {
  display: none;
}

#course-inner-container h1 {
  margin: 0;
  background: #39053d;
  color: #ffffff;
  padding: 20px 0;
}

.quote-photo,
.quote-text {
  background: none !important;
}

.quote-text {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.quote-photo .image {
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  z-index: 10;
}

.quote-photo .quote {
  padding-left: 50px;
  flex-shrink: 1;
}

.quote-photo .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: rgba(57,5,61,0.74) url(../img/quote.svg) top 12px center no-repeat;
  background-size: 60% auto;
  z-index: 30;
}

.quote-photo li,
.quote-text li {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.quote-text li {
  width: 50%;
}

.quote-text li:nth-child(even) {
  padding-left: 15px !important;
}

.quote-text li:nth-child(odd) {
  padding-right: 15px !important;
}

.quote-photo h2,
.quote-text h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 24px;
  color: #0a4490;
  margin: 0 !important;
  background: none;
  border: none !important;
  padding: 0 !important;
  justify-content: flex-start;
}

.quote-photo h2 span,
.quote-text h2 span {
  margin-left: 5px;
  font-weight: 300;
  font-size: 14px;
}

.quote-photo p,
.quote-text p {
  font-size: 16px;
  line-height: 24px;
  color: #3a4040;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0 !important;
}

.quote-text h2::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../img/quote-text.svg) center center no-repeat;
  background-size: 100% auto;
  z-index: 30;
}

.quote-text h2 {
  padding-left: 30px !important;
}

.quote-text p {
  font-size: 14px;
  line-height: 21px;
}

.instructor {
  background: none !important;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;  
}

.instructor .background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 450px;
  z-index: 5;
}

.instructor .background-image-container img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);  
  opacity: 0.08;  
}

.instructor .image {
  width: 350px;
  height: 350px;
  flex-shrink: 0;
  z-index: 10;
}

.instructor .quote {
  padding-left: 50px;
  flex-shrink: 1;
}

.instructor .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: rgba(57,5,61,0.74);
  z-index: 30;
}

.instructor h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 24px;
  color: #0a4490;
  margin: 0 !important;
  background: none;
  border: none !important;
  padding: 0 !important;
  justify-content: flex-start;
}

.instructor h2 span {
  margin-left: 5px;
  font-weight: 300;
  font-size: 14px;
}

.instructor p {
  font-size: 16px;
  line-height: 24px;
  color: #3a4040;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0 !important;
}

.instructor p br {
  display: inline-block;
}

.xmas-open {
  flex-direction: column;
  margin: 25px 0;
  padding: 20px 20px 70px 20px;
  background: #aa36b4 url(../img/xmas-section.png) bottom center repeat-x;
  background-size: auto 50px;
}

.xmas-open h2.override {
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  border: none !important;
  margin: 0 !important;
  width: 100% !important;
  border: none !important;
}

.xmas-open h2::after {
  display: none;
}

.xmas-open h3 {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 10px 0 !important;
  border: none !important;
}

.xmas-open h4 {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  font-style: italic !important;
}