@font-face {
  font-family: 'BonVivant-Regular';
  src: url('/fonts/BonVivant-Regular.eot');
  src: url('/fonts/BonVivant-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/BonVivant-Regular.woff2') format('woff2'), url('/fonts/BonVivant-Regular.woff') format('woff'), url('/fonts/BonVivant-Regular.ttf') format('truetype'), url('/fonts/BonVivant-Regular.svg#BonVivant-Regular') format('svg');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brown-Regular';
  src: url('/fonts/Brown-Regular.eot');
  src: url('/fonts/Brown-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Brown-Regular.woff2') format('woff2'), url('/fonts/Brown-Regular.woff') format('woff'), url('/fonts/Brown-Regular.ttf') format('truetype'), url('/fonts/Brown-Regular.svg#Brown-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela-Light';
  src: url('/fonts/Canela-Light.eot');
  src: url('/fonts/Canela-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Canela-Light.woff2') format('woff2'), url('/fonts/Canela-Light.woff') format('woff'), url('/fonts/Canela-Light.ttf') format('truetype'), url('/fonts/Canela-Light.svg#Canela-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela-LightItalic';
  src: url('/fonts/Canela-LightItalic.eot');
  src: url('/fonts/Canela-LightItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Canela-LightItalic.woff2') format('woff2'), url('/fonts/Canela-LightItalic.woff') format('woff'), url('/fonts/Canela-LightItalic.ttf') format('truetype'), url('/fonts/Canela-LightItalic.svg#Canela-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.clear, * html .clearfix, *:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 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% - 15px);
  margin-right: 30px;
}
.grid_6 + .grid_6 {
  margin-right: 0
}
.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 {
  float: left;
  display: block;
  position: relative;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
img {
  border: none;
  max-width: 100%;
  display: block;
}
a, img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
textarea:focus, input:focus, select:focus {
  outline: none;
}
/* General */
html {
  height: 100%;
}
body {
  font-family: 'Brown-Regular';
  font-size: 16px;
  color: #D8A58B;
  background: #142732;
  margin: 0;
  padding: 0;
  height: 100%;
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}
/* Headings */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}
h1 {
  font-family: 'Canela-Light';
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #d8a58b;
  margin: 0;
}
p {
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #d8a58b;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
}
h3 {
  font-family: 'Canela-Light';
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #d8a58b;
}
h4 {
  font-family: 'Canela-Light';
  font-size: 24px;
  line-height: 26px;
  text-align: left;
}
/* Navigation */
header {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 4.5vh;
  left: 0;
  right: 0;
  padding: 10px 50px;
  z-index: 10;
  text-align: center;
  transition: 1s all;
}
header.visible {
  transition-delay: 1s;
  top: -6vh;
  position: fixed;
  bottom: auto;
  transform: translateY(12vh);
}
header.visible .flag, header.visible .flag {
  visibility: visible;
}
.flag {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden
}
nav {
  display: inline-block;
  position: relative;
  text-align: center;
}
nav li {
  list-style: none;
  display: inline-block;
  padding: 0 25px 0 25px;
  font-size: 18px;
  line-height: 10px;
  position: relative;
}
nav li a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.23em;
  line-height: 15px;
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
}
nav li a:hover, nav li a.active {
  border-color: #ffffff;
}
/* #nav-toggle */
#nav-toggle {
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
    right: 30px;
    bottom: 14px;
    position: fixed;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #d8a58b;
  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:before {
  top: -10px
}
#nav-toggle span:after {
  bottom: -10px
}
#nav-toggle.active span {
  background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg)
}
/* enquiry */
.register {
  width: 540px;
  margin: auto;
  max-width: 96%;
  padding-top: 8vh;
}
.register .grid_12 {
  border-bottom: 1px solid #d8a58b;
  margin-bottom: 30px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
input, select {
  display: block;
  width: 100%;
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d8a58b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 none;
  text-transform: uppercase
}
select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
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;
}
.privacy {
  font-family: 'Brown-Regular';
  font-size: 12px;
  line-height: 16px;
  padding: 40px 20px;
  margin: auto;
  width: 400px;
  max-width: 100%;
}
.chk_holder {
  margin: 0;
}
#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;
  width: 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #d8a58b;
}
#chkInternational + label {
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #d8a58b;
  display: inline;
  margin: 0;
  color: #d8a58b;
  padding-left: 24px;
  position: relative;
  text-transform: uppercase
}
#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #d8a58b;
  content: '';
  display: block;
}
#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 10px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #d8a58b;
  border-right: 2px solid #d8a58b;
  content: '';
  display: block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#chkInternational:checked + label:after {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
  transform: translateY(-60%) rotate(45deg) scale(1);
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
  color: #d8a58b;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d8a58b;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #d8a58b;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d8a58b;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: $form-field-text;
  opacity: 1;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
/*footer*/
footer {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  background: #142732;
  text-align: center;
  padding: 100px 20px;
}
footer a {
  display: inline-block;
  margin: auto 20px;
}
footer a:first-child img {
  height: 21px;
}
/* Token Style */
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;
}
li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%
}
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-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px
}
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;
}
div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  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-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}
div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 101%;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}
* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none
}
main {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100% + 4px);
  background: #142732;
  transition: 1s ease;
  overflow: hidden; 
}
.ie main{
	/*overflow: inherit !important*/
	overflow: inherit;
	overflow-x: hidden;
	height: auto;
		
}
.ie #video{
	height: 100vh;
}

 
section {
  display: block;
  position: relative;
  width: 100%;
  background: #142732;
}
.container {
  display: block;
  position: relative;
  max-width: 100%;
  margin: auto
}
.row {
  display: block;
  width: 100%;
  position: relative;
  background: #142732;
}
.content-box {
  display: block;
  position: relative;
  width: 66%;
  max-width: 100%;
  float: left
}
.nofloat {
  float: none;
}
.landing {
  height: 100%;
  text-align: center;
  overflow: hidden
}
.middle-text {
  max-height: 30vh;
}
.landing * {
  position: relative;
  z-index: 2;
	margin-left: auto;
margin-right: auto;
}
.darklayer::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2
}
.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
	width: 90%
}
.landing .center-position {
  width: 920px;
  max-width: 75%;
}
.center-position p{
	padding-bottom: 50px !important;
}
.btn {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.23em;
  text-align: center;
  color: #142732;
  background-color: #D8A58B;
  text-transform: uppercase;
  width: 260px;
  padding: 12px;
  margin: auto;
  cursor: pointer;
  border: 1px solid #D8A58B;
  transition: 0.3s all;
}
.btn:hover {
  color: #D8A58B;
  background-color: #142732;
}
header .btn {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.frame span {
  display: block;
  position: fixed;
  background: #EAE5D9;
  z-index: 99999;
  transition: 0.5s ease;
}
.frame span:nth-child(1), .frame span:nth-child(4) {
  width: 100%;
  height: 40px;
  height: 3.2vh;
}
.frame span:nth-child(2), .frame span:nth-child(3) {
  width: 40px;
  width: 3.2vh;
  height: 100%;
}
.frame span:nth-child(1) {
  left: 0;
  top: 0;
}
.frame span:nth-child(2) {
  top: 0;
  right: 0;
}
.frame span:nth-child(3) {
  left: 0;
  bottom: 0;
}
.frame span:nth-child(4) {
  right: 0;
  bottom: 0;
}
.frame span:nth-child(1) {
  transform: translateY(-100%);
}
.frame span:nth-child(4) {
  transform: translateY(100%);
}
.frame span:nth-child(2) {
  transform: translateX(100%);
}
.frame span:nth-child(3) {
  transform: translateX(-100%);
}
.step1 .frame span {
  transform: none !important;
}
.step2 .ls {
  transform: scale(1);
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  padding: 0;
  background: transparent;
  z-index: 2;
  transition: 0.5s all;
  width: 50%;
  height: 100%;
}
.slick-arrow img {
  display: none;
  transition: 0.5s all
}
.slick-next.slick-arrow {
  left: auto;
  right: 0;
}
.slick-next {
  cursor: url("/images/icon/right.svg"), auto;
}
.slick-prev {
  cursor: url("/images/icon/left.svg"), auto;
}
.slick-dots {
  display: block;
  position: absolute;
  width: auto;
  list-style: none;
  text-align: center;
  bottom: 0;
  z-index: 2;
  width: 100px;
  transform: translateX(30px) translateY(30px);
}
.slick-dots::before {
  content: '';
  display: block;
  position: absolute;
  width: 60%;
  height: 1px;
  background: #D8A58B;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
	    transform: translateX(-2px);
}
.slick-dots li {
  display: block;
  position: absolute;
  left: 0;
}
.slick-dots li p  {
  display: block;
  transition: 0.3s all;
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.23em;
  text-align: center;
  color: #d8a58b;
  opacity: 0;
}
.slick-dots li.slick-active p {
  opacity: 1;
}
.slick-dots p {
  text-align: right;
	font-size: 13px;
  letter-spacing: 0.23em;
}
h4 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.b_submit.btn {
  width: 100%;
  max-width: 420px;
}
.txtLine {
  display: inline-block;
  transform: translateY(-0.25em);
}
.fakespan {
  position: absolute;
  display: inline-block;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #142732;
  z-index: 100;
}
.video-holder {
  position: absolute;
  width: 750px;
  max-width: 80%;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #142732;
  z-index: 100;
}
.gift {
  position: absolute;
  width: 800px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#h1 {
  font-family: 'BonVivant-Regular';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 100px;
  width: 100%;
  text-align: center
}
.shortvideo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-size: cover !important;
}
.stamp {
  position: fixed;
  right: 7.2vh;
  bottom: 7.2vh;
  width: 120px;
  max-width: 8%;
}
.ls {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  transition: 0.5s;
  transform: scale(1.1);
}
.ls::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 39, 50, 0.59);
}
.play-full-film {
  display: inline-block;
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.23em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: thick double #ffffff;
  padding: 12px 40px;
  transition: 0.3s all;
}
.play-full-film:hover {
  color: #ffffff;
  background-color: #142732;
}
.step4 {
  display: none;
}
.larg-logo {
  margin: auto;
  max-width: 350px;
  max-height: 21vh;
  padding-top: 4.5vh;
}
.page-title {
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.23em;
  line-height: 15px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
  text-transform: uppercase;
}
article {
  font-family: 'Canela-LightItalic';
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #d8a58b;
  width: 540px;
	max-width: 100%;
  margin: auto;
	font-style: italic
}
.name {
  display: block;
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 18px;
  text-align: center;
  color: #d8a58b;
  padding-top: 30px;
}
.text-holder {
  padding-left: 30px;
  float: right;
  display: block;
  width: 30%;
}
#points {
  list-style: decimal-leading-zero inside;
}
#points li a {
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #d8a58b;
}
.team-tite {
  font-family: 'Brown-Regular';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.13em;
  line-height: 20px;
  text-align: left;
  color: #d8a58b;
  text-transform: uppercase;
  display: block;
  padding: 30px 0 18px 0;
}
#team p {
  padding-bottom: 10px;
}
#map {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pop-up {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #142732;
  z-index: 10;
}
/*.pop-up iframe{
display: block;
position: absolute;
max-width: calc(100% - 100px) !important;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.close-pop-up{
position: absolute;
top: 50px;
left: 0;
right: 0;
color: #ffffff;
font-family: 'Brown-Regular';
font-weight: normal;
font-size: 13px;
letter-spacing: 0.23em;
text-align: center;
color: #fff;
border-bottom: double #ffffff;
}*/
#bg-video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: cover !important;
}
.art-text{
	display: block;
	 color: #FFFFFF;
	font-family: 'BonVivant-Regular';
  font-size: 100px;
  letter-spacing: 0;
  line-height: 150px;
  text-align: center;
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .shortvideo {
    height: 100%;
    min-height: 100%;
    max-width: 100%
  }
  #bg-video {
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .shortvideo, #bg-video {
    max-width: 100%
  }
}
.slick-holder {
  padding-left: 3.2vh;
  padding-right: 3.2vh;
  z-index: 2;
  position: relative
}
p a {
  color: inherit
}
/* --------------------------------------------------------------------  */
/* --------------------------------------------------------------------  */
/* --------------------------------------------------------------------  */
.mla {
  margin-left: auto
}
.mlra{
	margin-left: auto;
	margin-right: auto;
}
.sides {
  padding-left: 14vh;
  padding-right: 14vh;
}
.fullwidth {
  width: 100%;
}
.fullheight {
  height: 100%;
}
.vh100 {
  height: 100vh;
}
.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pt150 {
  padding-top: 200px;
}
.pb150 {
  padding-bottom: 200px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb50 {
  padding-bottom: 60px;
}
.pt50 {
  padding-top: 60px;
}
.centeralign {
  text-align: center
}
.justmobile{
	display: none
}
@media screen and (max-width : 1280px) {
  .sides {
    padding-left: 10vh;
    padding-right: 10vh;
  }
}
@media screen and (max-width : 1024px) {
 
}
@media screen and (max-width : 900px) {
  .frame span:nth-child(1), .frame span:nth-child(4) {
    height: 20px;
  }
  .frame span:nth-child(2), .frame span:nth-child(3) {
    width: 20px;
  }
  .slick-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo {
    width: 100px;
  }
  header .btn {
    display: none;
  }
  header.visible {
    transform: translateY(-30px);
  }
  .slick-arrow img {
    width: 30px !important;
    height: 30px !important;
  }
  footer {
    padding: 40px 20px;
  }
}
@media screen and (max-width : 768px) {
	
	.justmobile{
		display: block;
	}
	.register-btn{
	display: block;
    background: #142732;
    font-family: 'Brown-Regular';
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #d8a58b;
    position: fixed;
    bottom: 10px;
    left: 0;
    padding: 13px;
    letter-spacing: 0.2em;
    width: 100%;
    text-align: center;
	}
	.art-text{
		font-size: 40px;
		line-height: 50px;
	}
	
  #nav-toggle {
    display: block; 
  }
	
  nav li {
    padding: 0 0 0 40px;
  }
	
  .flag {
    visibility: visible;
    position: fixed;
    left: 30px;
    top: 30px;
    transform: none;
    width: 30px;
    height: 30px;
	display: none;
  }
	
  header {
    bottom: auto;
    top: 40px;
  }
	
  nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #142732;
    transform: translateX(100%);
    transition: 1s all;
    opacity: 0;
  }
	
	.show nav{
		transform: translateX(0);
		opacity: 1;
	}
	
  nav li {
    display: block;
    padding: 0;
    margin: 3vh auto;
  }
  .grid_6 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .sides {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-box {
    width: 100%;
  }
  .pt150 {
    padding-top: 100px;
  }
  .pb150 {
    padding-bottom: 100px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .slick-dots {
    transform: translateX(12px) translateY(30px);
  }
  .text-holder {
    padding-left: 0;
    float: left;
    display: block;
    width: 100%;
    padding-top: 50px;
  }
	.slick-slide{
		padding-right: 10px !important;
	}
	
		.slick-dots li p, .slick-dots p {
    font-size: 10px;
    line-height: 12px;
			width: auto;
}
	.slick-dots{
		width: 50px;
	}
	
}
@media screen and (max-width : 767px) {
  .logo {
    width: 170px;
  }
   
  .frame span:nth-child(1), .frame span:nth-child(4) {
    height: 10px;
  }
  .frame span:nth-child(2), .frame span:nth-child(3) {
    width: 10px;
  }
  header.visible {
    transform: translateY(-50%);
  }
  .slick-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slick-slider img {
    height: 200px !important;
    width: auto !important;
  }
  .slick-arrow img {
    width: 30px !important;
    height: 30px !important;
  }
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
  h3 {
    font-size: 28px;
    line-height: 30px;
  }
  p {
    font-size: 20px;
    line-height: 26px;
  }
  .register {
    padding: 0 20px;
  }
  #chkInternational + label, select, input {

	      font-size: 10px;
    letter-spacing: 0;
  }
  .register .grid_12 {
    border-bottom: 1px solid #d8a58b;
    margin-bottom: 18px;
  }
  .landing .center-position {
    width: calc(100% - 40px);
  }
  .landing .btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    transform: none;
    z-index: 2;
    width: 100%;
    padding: 8px;
    z-index: 6
  }
  footer a {
    display: block;
    margin: 0 auto 30px auto;
  }
  .stamp {
    max-width: 20%;
    right: 30px;
    bottom: 70px;
    z-index: 0;
  }
  .landing .center-position {
    max-width: 100%;
  }
  .landing .btn {
    padding: 14px;
  }
  footer {
    padding-bottom: 200px;
  }
  footer a img {
    height: 21px;
    margin: auto
  }
  .mla {
    margin-left: 0;
  }
	article{
		font-size: 26px;
		line-height: 32px;
	}
	.slick-dots {
    transform: translateX(15px) translateY(15px);
}
	.art-text {
    font-size: 30px;
    line-height: 46px;
}
	p{
		font-size: 15px;
		line-height: 21px;
	}
	 
}
@media screen and (max-width : 767px) and (orientation: landscape) {
  .landing .center-position {
    width: calc(100% - 40px);
    max-width: 50%;
  }
}