@font-face {
  font-family: 'SavoyeLetPlain';
  src: url("/fonts/SavoyeLetPlain.eot");
  src: url("/fonts/SavoyeLetPlain.eot?#iefix") format("embedded-opentype"), url("/fonts/SavoyeLetPlain.woff2") format("woff2"), url("/fonts/SavoyeLetPlain.woff") format("woff"), url("/fonts/SavoyeLetPlain.ttf") format("truetype"), url("/fonts/SavoyeLetPlain.svg#SavoyeLetPlain") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MinionPro-Regular';
  src: url("/fonts/MinionPro-Regular.eot");
  src: url("/fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/MinionPro-Regular.woff2") format("woff2"), url("/fonts/MinionPro-Regular.woff") format("woff"), url("/fonts/MinionPro-Regular.ttf") format("truetype"), url("/fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MinionProItalic';
  src: url("/fonts/MinionProItalic.eot");
  src: url("/fonts/MinionProItalic.eot") format("embedded-opentype"), url("/fonts/MinionProItalic.woff2") format("woff2"), url("/fonts/MinionProItalic.woff") format("woff"), url("/fonts/MinionProItalic.ttf") format("truetype"), url("/fonts/MinionProItalic.svg#MinionProItalic") format("svg"); }
@font-face {
  font-family: 'Optima';
  src: url("/fonts/Optima.eot");
  src: url("/fonts/Optima.eot?#iefix") format("embedded-opentype"), url("/fonts/Optima.woff2") format("woff2"), url("/fonts/Optima.woff") format("woff"), url("/fonts/.ttf") format("truetype"), url("/fonts/Optima.svg#Optima") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Optima-Bold';
  src: url("/fonts/Optima-Bold.eot");
  src: url("/fonts/Optima-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Optima-Bold.woff2") format("woff2"), url("/fonts/Optima-Bold.woff") format("woff"), url("/fonts/Optima-Bold.ttf") format("truetype"), url("/fonts/Optima-Bold.svg#Optima-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------ */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none; }
  * html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  *:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid_1 {
  width: 8.33%; }

.grid_2 {
  width: 16.67%; }

.grid_3 {
  width: 25%; }

.grid_4 {
  width: 33.33%; }

.grid_5 {
  width: 41.67%; }

.grid_6 {
  width: calc(50% - 30px); }

.grid_7 {
  width: 58.33%; }

.grid_8 {
  width: 66.67%; }

.grid_9 {
  width: 75%; }

.grid_10 {
  width: 83.33%; }

.grid_11 {
  width: 91.67%; }

.grid_12 {
  width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

img {
  border: none;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

textarea:focus {
  outline: none; }
  textarea:focus::-webkit-input-placeholder {
    opacity: 0.5; }
  textarea:focus:-moz-placeholder {
    opacity: 0.5; }
  textarea:focus::-moz-placeholder {
    opacity: 0.5; }
  textarea:focus:-ms-input-placeholder {
    opacity: 0.5; }
textarea:-webkit-input-placeholder {
  color: #934e41;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: #934e41;
  opacity: 1; }
textarea:-moz-placeholder {
  color: #934e41;
  opacity: 1; }
textarea::-moz-placeholder {
  color: #934e41;
  opacity: 1; }
textarea:-ms-input-placeholder {
  opacity: 1; }

input {
  font-family: 'Optima';
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 18.2px;
  line-height: 21.84px;
  text-align: left;
  color: #934e41;
  text-transform: uppercase; }
  input:focus {
    outline: none; }
    input:focus::-webkit-input-placeholder {
      opacity: 0.5; }
    input:focus:-moz-placeholder {
      opacity: 0.5; }
    input:focus::-moz-placeholder {
      opacity: 0.5; }
    input:focus:-ms-input-placeholder {
      opacity: 0.5; }
  input:-webkit-input-placeholder {
    color: #934e41;
    opacity: 1; }
  input::-webkit-input-placeholder {
    color: #934e41;
    opacity: 1; }
  input:-moz-placeholder {
    color: #934e41;
    opacity: 1; }
  input::-moz-placeholder {
    color: #934e41;
    opacity: 1; }
  input:-ms-input-placeholder {
    opacity: 1; }

select {
  font-family: 'Optima';
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 18.2px;
  line-height: 21.84px;
  text-align: left;
  color: #934e41;
  text-transform: uppercase;
  padding: 5px 7px;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left; }
  select:focus {
    outline: none; }
  select option {
    padding: 7px 5px;
    background: #fff;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left; }

html {
  height: 100%; }

body {
  font-family: 'MinionProItalic';
  font-size: 16px;
  background: #ffffff;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 100px; }

h1 {
  margin: 0;
  font-family: 'SavoyeLetPlain';
  font-weight: normal;
  color: #934e41;
  font-family: 'Optima';
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #934e41; }
  h1 span {
    display: block;
    font-weight: bold;
    font-size: 0.45em;
    text-align: center;
    color: #934e41;
    line-height: 1; }

h2 {
  margin: 0;
  font-family: 'SavoyeLetPlain';
  font-weight: normal;
  color: #934e41;
  font-size: 52px;
  line-height: 62.4px;
  text-align: center;
  color: #934e41; }

h3 {
  margin: 0;
  font-family: 'SavoyeLetPlain';
  font-weight: normal;
  color: #934e41;
  font-size: 52px;
  line-height: 62.4px;
  text-align: center;
  color: #934e41; }

h4 {
  margin: 0;
  font-family: 'SavoyeLetPlain';
  font-weight: normal;
  color: #934e41;
  font-size: 40px;
  color: #2A3851; }

h5 {
  margin: 0;
  font-family: 'SavoyeLetPlain';
  font-weight: normal;
  color: #934e41; }

p {
  font-family: 'MinionProItalic';
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #934e41;
  max-width: 100%;
  margin: auto; }
  p.highlight {
    width: 450px;
    font-weight: bold; }
  p.w800 {
    width: 800px; }
  p.small {
    font-size: 20px;
    max-width: 400px; }
  p.bold {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #934e41; }

header {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 0 25px;
  background: #ffffff; }
  header .main-logo {
    margin: 0 auto 0 25px;
    display: block;
    width: 150px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
    header .main-logo img {
      width: 200px; }
  header nav {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 50%; }
    header nav ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header nav ul li {
        list-style: none;
        display: inline-block;
        margin: 37px 25px 37px 0;
        font-size: 18px;
        line-height: 10px;
        position: relative; }
        header nav ul li a {
          font-family: 'Optima';
          font-weight: normal;
          font-size: 20px;
          line-height: 26px;
          text-align: left;
          color: #934e41; }
          header nav ul li a::after {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            left: 0;
            bottom: 0;
            background-color: #934e41;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            height: 1px; }
          header nav ul li a:hover::after {
            width: 100%; }
        header nav ul li.register-holder a {
          padding: 8px 30px;
          background-color: #934e41;
          color: #fff; }
  header::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -1px;
    left: 0;
    background-image: url(/images/home/thinbar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }

#page-home {
  padding-top: 0; }
  #page-home header {
    border-bottom: 1px solid transparent;
    background-color: transparent; }
    #page-home header::after {
      opacity: 0; }
    #page-home header .main-logo {
      opacity: 0; }
    #page-home header.visible {
      background: #ffffff; }
      #page-home header.visible::after {
        opacity: 1; }
      #page-home header.visible .main-logo {
        opacity: 1; }

#page-architecture .architecture {
  font-weight: bold;
  cursor: default; }
  #page-architecture .architecture::after {
    content: none; }

#page-interiors .interiors {
  font-weight: bold;
  cursor: default; }
  #page-interiors .interiors::after {
    content: none; }

#page-views .views {
  font-weight: bold;
  cursor: default; }
  #page-views .views::after {
    content: none; }

#page-location .location {
  font-weight: bold;
  cursor: default; }
  #page-location .location::after {
    content: none; }

#page-team .team {
  font-weight: bold;
  cursor: default; }
  #page-team .team::after {
    content: none; }

#page-garden .garden {
  font-weight: bold;
  cursor: default; }
  #page-garden .garden::after {
    content: none; }

#nav-toggle {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
  margin: 0 20px; }
  #nav-toggle span {
    cursor: pointer;
    height: 3px;
    width: 30px;
    background: #934e41;
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
    #nav-toggle span:after {
      cursor: pointer;
      height: 3px;
      width: 30px;
      background: #934e41;
      position: absolute;
      display: block;
      content: '';
      top: 10px;
      -webkit-transition: all .6s ease-in-out;
      -moz-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out;
      bottom: -10px; }
    #nav-toggle span:before {
      cursor: pointer;
      height: 3px;
      width: 30px;
      background: #934e41;
      position: absolute;
      display: block;
      content: '';
      top: 10px;
      -webkit-transition: all .6s ease-in-out;
      -moz-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out;
      top: -10px; }

#nav-toggle.active span {
  background-color: transparent !important; }
  #nav-toggle.active span:after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: a rotate(-45deg); }
  #nav-toggle.active span:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: a rotate(45deg); }

.formbox {
  display: block;
  position: relative;
  width: 100%; }
  .formbox .grid_12 {
    border-bottom: 1px solid #934e41;
    padding: 24px 0 20px 0; }
  .formbox h2 {
    font-family: 'Optima';
    font-weight: bold;
    font-size: 22.2px;
    line-height: 26.64px;
    color: #934e41;
    padding-bottom: 25px; }
  .formbox h2 + .grid_12 {
    border-top: 1px solid #934e41; }

.privacy {
  font-size: 10px;
  max-width: 400px;
  width: 100%;
  line-height: normal;
  margin-bottom: 50px; }
  .privacy a {
    color: inherit;
    text-decoration: underline; }

.chk_holder {
  margin: 0;
  color: #fff; }

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: left; }
  #chkInternational:checked + label:after {
    -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
    transform: translateY(-60%) rotate(45deg) scale(1); }

#chkInternational + label {
  font-family: 'Optima';
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: left;
  display: block;
  color: #934e41;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: 0; }
  #chkInternational + label:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #934e41;
    content: '';
    display: block; }
  #chkInternational + label:after {
    position: absolute;
    left: 0;
    width: 5px;
    height: 11px;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
    transform: translateY(-60%) rotate(45deg) scale(0);
    border-bottom: 2px solid #934e41;
    border-right: 2px solid #934e41;
    content: '';
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 10px 20px 10px;
  text-align: center; }
  footer a {
    font-family: 'Optima';
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #934e41;
    margin: 0 30px;
    transition: 0.3s all;
    border-bottom: 1px solid transparent; }
    footer a:hover {
      border-bottom: 1px solid #934e41; }

ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  clear: both; }
  ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0; }

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%; }

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block; }
  li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px; }

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000; }
  div.token-input-dropdown-project ul {
    margin: 0;
    padding: 0;
    display: block !important;
    max-height: 205px; }
    div.token-input-dropdown-project ul li {
      background: #ffffff;
      font-size: 14px;
      padding: 3px;
      margin: 0;
      list-style-type: none;
      font-weight: 100 !important; }
      div.token-input-dropdown-project ul li em {
        font-weight: bold;
        font-style: normal; }
    div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
      background: #ffffff; }
    div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
      background: #ffffff; }
    div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
      background-color: #ccc;
      color: #fff; }

ul.parsley-errors-list.filled {
  font-size: 10px;
  list-style: outside none none;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: translateY(-100%); }
  ul.parsley-errors-list.filled li {
    padding: 0;
    text-align: left;
    color: #F00D0D; }

ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: translateY(-100%); }
  ul.parsley-errors-list li {
    padding: 0;
    text-align: left;
    color: #F00D0D; }

main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% + 1px);
  padding: 0;
  margin: auto;
  overflow: hidden; }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 95px;
  height: 95px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: 0.3s all; }
  .play-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden; }

.container {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container.medium {
    width: 1024px; }
  .container.small {
    width: 768px; }

#landing {
  background-image: url(/images/home/1v2.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: scale(1.2); }
  #landing > div {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    width: 1000px;
    flex-direction: column; }
    #landing > div img {
      width: 100%;
      max-width: 350px; }
    #landing > div a.playbtn {
      width: 70px;
      margin: 4vw; }

.rightfloat {
  float: right; }

.abs-img-holder {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain; }
  .abs-img-holder img {
    display: none; }

.leftalign {
  text-align: left; }

.ptb-special {
  padding-top: 200px;
  padding-bottom: 200px; }

.abadeen-logo {
  display: block;
  width: 233px;
  margin: auto;
  max-width: 30%; }

#reg-form {
  text-align: center;
  padding: 50px 5vw;
  background: #ffffff; }

.cbre-logo {
  display: inline-block;
  margin: auto;
  width: 130px;
  margin-bottom: 50px; }

.b_submit {
  width: 210px;
  height: 45px;
  background: transparent;
  font-weight: bold;
  font-size: 18.92px;
  letter-spacing: -0.01em;
  line-height: 22.71px;
  text-align: center;
  color: #fff;
  background: #934e41;
  margin: 40px auto;
  cursor: pointer; }

.tel {
  font-family: 'Optima';
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #934e41; }
  .tel img {
    display: block;
    margin: 0 auto; }

.createby {
  padding-top: 40px;
  display: block;
  position: relative;
  right: 10px;
  color: #000000;
  margin: auto; }
  .createby img {
    margin: 0;
    width: 100px;
    display: inline-block;
    transform: translateY(5px) translateX(6px); }

.svg-text {
  display: block;
  width: 100%;
  margin: 50px auto; }

.register-logo {
  display: block;
  margin: 30px auto;
  max-width: 280px;
  width: 75%; }

.register-logo + .grid_12 {
  border-top: 1px solid #934e41; }

.reg-side-btn {
  display: block;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  width: 286px;
  margin: auto;
  margin-top: 40px; }

.artist {
  position: absolute;
  bottom: 30px;
  right: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-family: 'optima';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #fff; }

.btn {
  font-family: "Optima-Bold";
  font-size: 20px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
  background-color: #934e41;
  padding: 8px 24px;
  line-height: normal;
  display: block;
  margin: auto;
  position: relative;
  text-align: center; }
  .btn.readmore {
    margin: 50px auto;
    width: 200px;
    z-index: 2; }
    .btn.readmore::after {
      content: '';
      display: block;
      position: absolute;
      width: 200vw;
      height: 2px;
      background-color: #934e41;
      top: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      z-index: -1; }

.img-wrapper {
  position: relative;
  overflow: hidden; }
  .img-wrapper img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s; }
  .img-wrapper.animated img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }

.enq_frm {
  margin: auto; }

.red-line {
  display: block;
  position: relative;
  width: calc(50% - 30px);
  background-color: #934e41;
  height: 2px; }

.team-logo {
  width: 240px;
  margin: 50px 0; }

.team-logo + p.small {
  max-width: 100%; }

.title {
  font-family: 'Optima';
  text-transform: uppercase;
  font-size: 30px;
  line-height: normal; }

.bb1px {
  border-bottom: 1px solid #934e41; }

.white_effect::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, white 100%); }

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pb65 {
  padding-bottom: 65px; }

.pb100 {
  padding-bottom: 100px; }

.pt100 {
  padding-top: 100px; }

.pb36 {
  padding-bottom: 36px; }

.fullwidth {
  width: 100%; }

.just-mobile {
  display: none; }

.white {
  color: #fff !important; }

.wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.column {
  flex-direction: column; }

.centeralign {
  justify-content: center; }

.reverse {
  flex-flow: row-reverse; }

.space-between {
  justify-content: space-between; }

.middlealign {
  align-items: center; }

.column {
  flex-direction: column; }

.text-center {
  text-align: center; }

.ml0 {
  margin-left: 0; }

.mr0 {
  margin-right: 0; }

.mla {
  margin-left: auto; }

.mta {
  margin-top: auto; }

.mba {
  margin-bottom: auto; }

.mt-10vw {
  margin-top: -4vw; }

.m-enq {
  display: none; }

@media screen and (max-width: 1340px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (max-width: 1280px) {
  .ptb-special {
    padding-left: 20px; }

  h1 {
    font-size: 40px; } }
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 42px;
    line-height: 52.4px; }

  h2 {
    font-size: 42px;
    line-height: 52.4px; }

  p {
    font-size: 18px;
    line-height: 28px;
    width: 552px; }

  p.bold {
    font-size: 18px;
    line-height: 28px;
    width: 552px; }

  .tel {
    font-size: 22px;
    line-height: 28px; } }
@media screen and (max-width: 768px) {
  body {
    padding-top: 80px; }

  #nav-toggle {
    display: block; }

  header {
    width: 100%;
    height: 80px;
    background: #ffffff !important;
    justify-content: space-between;
    padding: 0; }
    header .main-logo {
      margin: auto 20px;
      opacity: 1 !important;
      z-index: 2; }
    header nav {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #fff;
      top: 0;
      left: 0;
      opacity: 0;
      transition: 1s;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
      header nav ul {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        header nav ul li {
          margin: 10px 0; }
    header.active_nav nav {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0); }

  .rightfloat {
    float: left; }

  #page-team .red-line {
    margin-bottom: 50px; }

  .grid_6 {
    width: 100%; }

  .m-column {
    flex-direction: column; }

  .m-reverse {
    flex-flow: column-reverse; }

  .reg-side-btn {
    width: 40px;
    right: -5px; }

  .m-pb50 {
    padding-bottom: 50px; }

  .mt-10vw {
    margin-top: 0; }

  .landing {
    background-position: left bottom; }

  h1 {
    font-size: 32px;
    line-height: 42px; }

  h2 {
    font-size: 32px;
    line-height: 42px; }

  .just-desktop {
    display: none !important; }

  .just-mobile {
    display: block; }

  .move .main-logo {
    top: 10px;
    left: 10px;
    z-index: 20;
    width: 200px; }

  .grid_7 {
    width: 100%; }

  .grid_4 {
    width: 100%; }

  .abs-img-holder {
    position: relative;
    top: auto;
    height: auto;
    right: auto;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none; }
    .abs-img-holder img {
      display: block; }

  .ptb-special {
    padding: 100px 0 0 0;
    text-align: center; }
    .ptb-special p {
      text-align: center; }
    .ptb-special h2 {
      text-align: center; }

  .container {
    padding-left: 20px;
    padding-right: 20px; }

  input {
    font-size: 12px;
    line-height: 20px; }

  select {
    font-size: 12px;
    line-height: 20px; }

  #chkInternational + label {
    font-size: 12px;
    line-height: 20px; }

  .tel {
    font-size: 16px;
    line-height: 20px; }

  footer a {
    font-size: 12px; }

  .formbox .grid_12 {
    border-bottom: 1px solid #934e41;
    padding: 14px 0 10px 0; }

  p.bold {
    font-size: 20px;
    line-height: 27px;
    width: 100%; }

  .play-btn {
    width: 50px;
    height: 50px; }

  p {
    width: 100%; }

  p {
    font-size: 18px;
    line-height: 22px; }
    p.small {
      font-size: 16px;
      max-width: 100%; }
    p.bold {
      font-weight: bold;
      font-size: 22px;
      line-height: 30px; }

  .title {
    font-size: 16px; }

  .mla {
    margin-left: 0; }

  .red-line {
    width: 70%; }

  .pb100 {
    padding-bottom: 50px; }

  .pt100 {
    padding-top: 50px; }

  .artist {
    bottom: 10px;
    right: 10px;
    transform: none;
    font-size: 12px; }

  .m-enq {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    font-family: 'Optima';
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    background-color: #934e41;
    color: #fff;
    z-index: 10;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase; }

  .register-holder {
    display: none !important; } }
@media screen and (max-width: 760px) {
  .main-logo {
    width: 200px; }

  h1 {
    font-size: 24px;
    line-height: 42px; }

  h2 {
    font-size: 24px;
    line-height: 42px; } }
