@font-face {
    font-family: 'AvenirLTStdBook';
    src: url('/fonts/AvenirLTStdBook.eot');
    src: url('/fonts/AvenirLTStdBook.eot') format('embedded-opentype'),
         url('/fonts/AvenirLTStdBook.woff2') format('woff2'),
         url('/fonts/AvenirLTStdBook.woff') format('woff'),
         url('/fonts/AvenirLTStdBook.ttf') format('truetype'),
         url('/fonts/AvenirLTStdBook.svg#AvenirLTStdBook') format('svg');
}


@font-face {
    font-family: 'HavanaSunsetSansFilled';
    src: url('/fonts/HavanaSunsetSansFilled.eot');
    src: url('/fonts/HavanaSunsetSansFilled.eot') format('embedded-opentype'),
         url('/fonts/HavanaSunsetSansFilled.woff2') format('woff2'),
         url('/fonts/HavanaSunsetSansFilled.woff') format('woff'),
         url('/fonts/HavanaSunsetSansFilled.ttf') format('truetype'),
         url('/fonts/HavanaSunsetSansFilled.svg#HavanaSunsetSansFilled') format('svg');
}


@font-face {
    font-family: 'HavanaSunsetSansOutline';
    src: url('/fonts/HavanaSunsetSansOutline.eot');
    src: url('/fonts/HavanaSunsetSansOutline.eot') format('embedded-opentype'),
         url('/fonts/HavanaSunsetSansOutline.woff2') format('woff2'),
         url('/fonts/HavanaSunsetSansOutline.woff') format('woff'),
         url('/fonts/HavanaSunsetSansOutline.ttf') format('truetype'),
         url('/fonts/HavanaSunsetSansOutline.svg#HavanaSunsetSansOutline') format('svg');
}
*{ font-weight: normal !important;}

.outline{
	   font-family: 'HavanaSunsetSansOutline';
}
.filled{
	    font-family: 'HavanaSunsetSansFilled';
}

.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: 50%;
}
.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 {
		position: relative;
                float: left;
                display: block;
}
.col {
    display: block;
    position: absolute;
    background-color: green;
    height: 100%;
    z-index: 1000;
    top: 0;
    width: 2px;
  
  
}

.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;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer !important;
	font-weight: normal;
}
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 */
body {
	font-family: 'AvenirLTStdBook';
	font-size: 16px;
	background: #fff;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	float: none;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
h2, h3, h4, h5 {
	margin-top: -0.12em;
}
p {
	color: #ffffff; 
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}
h1 {
	
}
h2 {
	font-family: 'HavanaSunsetSansFilled';
}
h3.title {
	font-family: 'HavanaSunsetSansFilled';
	color: #ffffff;
	font-size: 2em;
	margin: 40px 0 60px 0;
	
}
h4 {
	font-size: 40px;
	color: #2A3851;
}

/* Navigation */ 
header {
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
	background: transparent;
	text-align: right;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	overflow: hidden;
	transform: translatex(100%);
	transition:all 0.5s ease-out;
	z-index: 50;
	
}
header.active_nav{
	transform: translatex(0);
	background: rgba(0,0,0,0.0);
 
}
header span.bgholder{
	display: block;
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
	background: #ec008c;
	
}
header span.bgholder::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ec008c;
	bottom: 0;
	right: 50%;
    transform: skewY(70deg);
}
.logo {
	margin: 0 auto;
	display: block;
    position:fixed;
    top:52px;
    left:0;
    width: 286px;
    z-index:100;
}


.logo svg {
	width: 100%;
	height: auto;
}

nav {
    margin: 0 auto;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0 ,-50%);
    width: 50%;
}
nav ul{
	display: block;
    position: relative;
    float: left;
	padding: 50px;
}
nav ul li {
	list-style: none;
	display: block;
	padding:12px 0 15px 0;
	position: relative;
	text-align: left;
	border-bottom: 4px solid #ffffff;
	
}
 nav ul#nav li {
	padding-bottom: 20px;
}
nav ul#nav li.noborderbottom{
	margin: 0;
	margin: 35px 0;
}
nav ul#nav li.noborderbottom a{
	padding: 10px 15px;
	text-align: center;
	font-size: 2em;
	background: #4d0946;
}
 nav ul li a {
	 display: block;
	font-size:41px; 
	font-size:2.56em; 
	font-family: 'HavanaSunsetSansFilled';
	text-transform: uppercase;
	text-align: left;
	 padding-bottom: 12px;
}
/* nav-toggle */
#nav-toggle {
    position: fixed;
    top: 52px;
    right: 0;
    z-index: 52;
    cursor: pointer;
      width: 60px;
    height: 60px;
    background: transparent;

   
}
#nav-toggle span.lines, #nav-toggle span.lines:after, #nav-toggle span.lines:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	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.lines{
	top: 40px;
    right: 20px;
}
#nav-toggle span.lines:before {
	top: -10px
}
#nav-toggle span.lines: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 {

}
.formbox {

}

input, select {
	font-family: 'AvenirLTStdBook';
	font-size: 1em;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	color: #000000;
	border: 0 none;
	background: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	text-align: left;
	padding-left: 5px
}
select {
    padding: 10px 10px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}
    select option {
        padding: 10px 10px;
        background: #fff;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }
label {
    font-family: 'HavanaSunsetSansFilled';
    font-size: 30px;
    font-size: 2em;
    display: block;
    padding-bottom: 10px;
    color: #4e2053;
}
.pop-up-holder label{
	   font-size: 1em;
}
.pop-up-holder input, .pop-up-holder  select{
    font-family: 'AvenirLTStdBook';
    font-size: 14px;
    margin: 0 auto;
    padding: 5px !important;
	 text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}
.pop-up-holder .input_holder{
	padding: 5px 0;
}
.pop-up-holder select option {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

.input_holder{
	    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0 15px 0;
}
.b_submit{
	font-family: 'HavanaSunsetSansFilled';
	font-size: 44px;
	font-size: 2.75em;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #ffffff;
	max-width: 100%;
	border-bottom: 6px solid #750d55;
	background: transparent;
	padding: 0;
	margin-top: 30px;
	cursor: pointer;
	width: initial;
	max-height: initial;
}
.privacy {
	font-size: 10px;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #000;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #000;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #000;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #000;
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 {
color: transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: transparent;
}
/*footer*/ 
footer {
display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 10px;
}
footer h2{
	font-size: 2.5em;
	position: relative;
}
footer h2 span{
	font-size: 1.17em;
}
footer .grid_8{
	border-bottom: 5px solid #ec008c;
	padding-bottom: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 5px;
}
footer .grid_8 a{
	font-family: 'HavanaSunsetSansFilled';
	font-size: 3em;
	display: inline-block;
	margin: 0 10px;
	color: #414042;
	text-transform: uppercase;
	
}
.social_media_holder {
	display: block;
	position: relative;
}
.socialmedia{
	fill: #ec008c;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	
}

.faceb .socialmedia, .insta .socialmedia{
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 6px;
}
#iframe_embedded{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
footer .grid_2.rightfloat {
    transform: translateY(5px);
}
/* 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;
	border-bottom: 1px solid #525252;
	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;
    bottom: 17px;
    left: 3px;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}
span.triangle-topright{
display: block;
    width: 0;
    height: 0;
    border-top: 200px solid #ec008c;
    border-left: 100px solid transparent;
    max-width: 100%;
    opacity: 1;
    position: fixed;
    top: 52px;
    right: 0;
    z-index: 51;
	transition: 0.5s all;
    }
span.triangle-topright.noopacity{
	border-top: 200px solid transparent;
}

section{
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.wrapper{
	display: block;
	position: relative;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

.video_holder{
	position: absolute;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    left: 0;
    top: 50px;
    z-index: 1;
    width: 100%;
}
.video_holder iframe{
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
 
 
.content-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #000;
}

.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

}
.icon-unmute {
    opacity: 0;
}
.unmute .icon-mute{
	opacity: 0
}
#mute-video.unmute .icon-unmute {
    opacity: 1;
}
#mute-video {
    position: absolute;
    top: 140px;
    left: 47px;
    width: 48px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    display: block;
}
#mute-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}
.landing{
	overflow: hidden;
}
.art_text{
	font-family: 'HavanaSunsetSansOutline';
	font-size: 200px;
	font-size: 12.5em;
	display: block;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: 30px;
	z-index: 1;
	color: #ec008c;

}
.art_text.secondtype{
	font-size: 200px;
	font-size: 12.5em;
	display: block;
	position: relative;
	top: auto;
	transform: none;
	left: auto;
	z-index: 1;
	color: #ec008c;
	padding-left: 20px;
	line-height: 0.8em;
	padding-bottom: 30px;
}
/*.art_text_small{
    font-size: 112px;
    font-size: 7.5em;
    display: inline-block;
    position: relative;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform:  rotate(90deg) translateX(0) translateY(-285%);
    transform:  rotate(90deg) translateX(0) translateY(-285%);
	font-weight: normal;
}*/
.min{
font-size: 112px;
    font-size: 7.5em;
    display: block;
    position: absolute;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: left top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translateX(0) translateY(-100%);
    transform: rotate(-90deg) translateX(0) translateY(-100%);
    font-weight: normal; 
    right: 0;
    width: 100vw;
    width: 550px;
	text-align: right;
	top: 0;
	line-height: 1.2;
}
.yolo{
	    font-size: 112px;
    font-size: 7.5em;
    display: block;
    position: absolute;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(90deg) translateX(0) translateY(-100%);
    transform: rotate(90deg) translateX(0) translateY(-100%);
    font-weight: normal;
    right: 0.9em;
    width: 100vw;
    text-align: right;
    line-height: 1;
    top: 2.1em;
}




.reg_yaaas{
	font-size: 87px;
	font-size:5.8em; 
    display: block;
    position: absolute;
    left: auto;
    z-index: 1;
    color: #ec008c;
/*  -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(90deg) translateX(0) translateY(-100%);
    transform: rotate(90deg) translateX(0) translateY(-100%);*/
    font-weight: normal;
    right: 0;
    text-align: right;
    line-height: 1.2;
	top: 1.4em;
    max-width: 300px;
    border-bottom: 10px solid #ec008c;
	
}

.play_first{
font-size: 87px;
    font-size: 5.43em;
    display: block;
    position: absolute;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translateX(0) translateY(-100%);
    transform: rotate(-90deg) translateX(0) translateY(-100%);
    font-weight: normal;
    right: 0;
    width: 130px;
    text-align: right;
    line-height: 1;
    top: 0;

}
.play_second{
font-size: 87px;
    font-size: 5.43em;
    display: block;
    position: absolute;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg) translateX(0) translateY(-100%);
    transform: rotate(90deg) translateX(0) translateY(-100%);
    font-weight: normal;
    left: 0;
    width: 130px;
    text-align: right;
    line-height: 1;
    top: 0;
}



h2.reg_one{
font-size: 9em;
font-size: 10.5em;
padding-left: 20%; 
 
}
h2.reg_two{
	font-size: 7em;
	font-size: 8.3em;
padding-left: 20%;
 
}
h2.reg_two + a{
		font-size: 3em;
padding-left: 20%;
	color: #ffffff;
	    font-family: 'HavanaSunsetSansFilled';
}
.art_text_small span{
	    display: inline-block;
    transform: matrix(1, 0, 0, 1, 0, 0);
    position: relative
}
.hash{
	font-family: 'HavanaSunsetSansOutline';
    font-size: 138px;
    font-size: 8.625em;
	color: #ec008c;
	position: absolute;
	bottom: 0;
	right: 40px;
	transform: translateY(50%);
}
.hash_fillcolor{
	font-family: 'HavanaSunsetSansFilled';
	font-size: 70px;
	font-size: 4.6em;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #ec008c;
	max-width: 100%;
}
.hash_fillcolor.specialmargin{
	margin-top: -20px;
	margin-bottom: 20px;
} 
#page-happenings .hash_fillcolor{
 
    position: absolute;
margin-top: 25%;
}
.title{
	font-size: 106px;
	font-size: 6.625em;
	color: #ec008c;
	text-align: left;
	text-transform: uppercase;
}
.checkinout .title{
	font-size: 5em;
}
.bp{
	font-size: 72px;
	font-size: 4em;
	color: #ec008c;
	text-align: left;
	text-transform: uppercase;
}
.copy{
font-size: 14px;
font-size: 0.875em;
color: #414042;
text-align: left;
max-width: 100%;
	display: block;
	line-height: 1.5em;
}

.copy.small{
	max-width: 300px;
	width: 100%;
}
#page-home .copy.small{
	max-width: 200px;
}
.exclusionmark{
font-family: 'HavanaSunsetSansFilled';
    display: block;
    font-size: 200px;
    font-size: 12.5em;
    color: #ec008c;
    padding-right: 25px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.grid_3.cactus{
	transform: translateY(-50%);
}
.ohidden
{
    overflow:hidden
}
.trigger{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 15%;
	font-family: 'HavanaSunsetSansFilled';
    font-size: 100px;
    font-size: 6.25em;
	color: #ec008c;
	transform: translateY(-26.5%);
	text-align: right;
	line-height: 85px;
	text-align: left;
}
.trigger span.arrow{
	position: absolute;
	bottom: 10px;
	right: -40px;
}
.trigger.right{
	left: auto;
	right: 15%;
}
.trigger .arrow svg{
	fill: #ffffff;
	width: 50px;
	transition: 0.5s all;
}
.trigger:hover .arrow svg{
	transform: translateX(25px);
}
.a1{
	transform: translateY(200px);
}

.a2{
	position: absolute;
	bottom: 0;
	left: calc(100% / 12);
}
.a3{
	position: absolute;
	bottom: 0;
	right: calc(100% / 12);
}
.a4{
   position: absolute;
   left:0;
   bottom:0;
  padding-right: 50px;
}
#page-happenings .a4 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 50px;
}
.a5{
	transform: translateY(-71px) translateX(20px);
	
}
.a6{
	transform: translateX(-60px);
}
.a7{
	transform: translateX(15%);

}
.a8{
		transform: translateY(-50px) translateX(20px);
}
.a9 {
    transform:  translateX(-60px);
}
.a10{
	transform: translateY(50%);
	max-width: 310px;
    width: 40%;
}
.a11{
	margin-top: 100px;
	transform:translateX(-40%);
}
.fp{
	padding-left: 7.5%;
}
.a12{
	width: calc(100% - 220px);
}
.a13{
	max-width: 429px;
	width: 55%;
}
.a14{
	transform: translateY(65%);
	max-width: calc(100% - 450px);
	max-width: 316px;
	width: 40%;
}
.a15{
	width: 60%;
	max-width: 429px;
}
.a16{
	    max-width: 316px;
    width: 47%;
}
.mw20{
	width: 20%;
}
.learnmore{
	font-family: 'HavanaSunsetSansFilled'; 
	font-size: 44px;
	font-size: 2.75em;
	display: block;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #ec008c;
	max-width: 100%;
	border-bottom: 6px solid transparent;
	padding-top: 30px;
	transition: 0.3s all;
	clear: both;
}
.learnmore.purple:hover{
	border-color: #ec008c !important;
}
.learnmore.darkpurple:hover{
	border-color: #4d0946 !important;
}

.border-white{
	border-color: #ffffff;
}
.border-pink{
	border-color: #ec008c;
}
.ilove{
 
    position: absolute;
    right: 40px;
    bottom: 0;
	transform: translateY(25%);
 
}
.sl{
	font-family: 'HavanaSunsetSansFilled';
	font-size: 152px;
    font-size: 9.5em;
    color: #ec008c;
    position: absolute;
    right: 40px;
    top: 0;
	/*transform: translateY(-75%);*/
	line-height: 120px;
	z-index: 50;
}
.ofh{
overflow: hidden;
}
 
.h-3{
	fill: #ffffff !important;
}
.ilove.centerposition{
	position: relative;
	right: auto;
	transform: none;
}

.grid_4.reverce{
	width: 44.44%;
	float: right;
}

.grid_5.reverce{
	width: 55.56%;
	
}
.small_logo{
	position: relative;
	display: inline-block;
	margin: 0 5px;
	z-index: 2;
}
.deicorp{

}
.turner{
 
}
.scottcarver{

}

.triangle_purple{
width: 0;
height: 0;
border-style: solid;
border-width: 400px 240px 0 0;
border-color: #ec008c transparent transparent transparent;
line-height: 0px;
_border-color: #ec008c #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
opacity: 0.8;
		z-index: 3;
}
span.top_corner.triangle_purple{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	

}
.triangle_aqua{
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 400px 240px;
border-color: transparent transparent #5cfff2 transparent;
line-height: 0px;
_border-color: #000000 #000000 #5cfff2 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
opacity: 0.5s;
z-index: 3;
}

#page-team .triangle_aqua{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
height: 0;
border-style: solid;

	    border-width: 400px 240px 0 0;
    border-color: #5cfff2 transparent transparent transparent;
	
line-height: 0px;
_border-color: #000000 #000000 #5cfff2 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
opacity: 0.5s;
z-index: 3;
}
span.bottom_corner.triangle_aqua{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;

}
.slider_holder span.triangle_aqua{
	bottom: -79px;
}
.fields_holder{
	float: right;
	width: 80%;
	padding: 20px 60px;
	background-color: #ec008c;
	margin-top: 20px;
}
.register_art_holder{
	margin-left: 41.67%;
	position: relative;
}
.register_art_holder img{
	position: absolute;
	width: calc(100% - 20px);
	bottom: 0;
	left: 20px;
}
.wrap{
	display: block;
	position: relative;
}
.landing_bgholder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	transition: transform 2s ease-out;
	overflow: hidden;
}
.landing_bgholder.active{
transform: scale(1);
}
.tt40{
	transform: translateY(-40%);
}
.omg {
    font-family: 'HavanaSunsetSansFilled';
    font-size: 200px;
    font-size: 12.5em;
    display: block;
    position: absolute;
    color: #ec008c;
    bottom: -22%;
    left: -21%;
}
.img_effect{
	overflow: hidden;
	display: inline-block;
	float: left;
	
}

/*.img_effect img{
	transform: scale(1.2);
	transition: 2s all ease-out;
}
.img_effect.active img{
		transform: scale(1);
}*/
.nd h2, .nd p{
	margin-left: 17%;
}
.darkPurplebgholder, .aquabgholder{
	padding-bottom: 25px;
}
.darkPurplebgholder::before{
	content: '';
	position: absolute;
	width: 1000%;
	height: 100%;
	top: 0;
	left: -100vw;
	margin: 0 auto;
	background: #4e0946;
	z-index: -1;
}
.lightPurplebgholder::before{
	content: '';
	position: absolute;
	width: 1000%;
	height: 100%;
	top: 0;
	left: -100vw;
	margin: 0 auto;
	background: #e00186;
	z-index: -1;
}
.aquabgholder::before{
	content: '';
	position: absolute;
	width: 1000%;
	height: 100%;
	top: 0;
	left: -100vw;
	margin: 0 auto;
	background: #5cfff2;
	z-index: -1;
}
.ofxh{
	overflow-x: hidden !important;
}
.current_offers{
		font-family: 'HavanaSunsetSansOutline';
	font-size: 100px;
	font-size: 6.25em;
	display: block;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: 30px;
	z-index: 1;
	color: #000000;
}
.tbp{
	font-family: 'HavanaSunsetSansOutline';
	font-size: 100px;
	font-size: 6.25em;
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
	color: #000000;
}
.fomo_holer{
	display: block;
	position: absolute;
	width: 20px;
	height: 150px;
	bottom: 0;

}
.fomo{
	font-family: 'HavanaSunsetSansOutline';
	font-size: 100px;
	font-size: 6.25em;
	display: block;
	position: absolute;
	left: 30px;
	z-index: 1;
	color: #000000;
	-webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg) translateX(0) translateY(-100%);
    transform: rotate(90deg) translateX(-50%) translateY(-100%);
    font-weight: normal;
    left: 20;
    text-align: right;
    line-height: 1;
	z-index: 3;

}
#page-team .fomo{
	bottom: auto;
	top: 50%;
	font-size: 164px;
	font-size: 9.11em;
}
.number_holder{
	font-family: 'HavanaSunsetSansFilled';
	font-size: 150px;
	font-size: 8.33em;
	color: #ec008c;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -0.07em;
}
.wrap.cc{
	padding-left: 110px;
}
.copy.w400{
	max-width: 400px;
}
.slider_title{
    font-size: 72px;
    font-size: 4em;
    color: #ec008c;
    text-align: left;
    text-transform: uppercase;
    display: block;
    background: #ffffff;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    width: 100%;
}
.center_slider_text{
	width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
}
.center_slider_text p{
	
	font-size: 14px;
	padding-bottom: 10px;
}

.video_frame.fullwidth {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video_frame.fullwidth video{
	width: 100%;
	max-width: 100%;
}
.Play_btn{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	max-width: 100px;
}
.control_holder{
	width: calc(((100% - 1366px) / 2 ) + 1366px);
	float: right;
	z-index: 4;
}
.register_top_space{
	padding: 150px;
}
.team_smal_logo.dei, .team_smal_logo.tur{
	left: 14%;
	top: -40px;
}
.team_smal_logo.sco{
	left: 0;
	top: 40px;
}
.w_half_size{
	display: block;
	width: 50%;
	position: relative;
	margin: 0 auto;
}


.w_half_size .center_content{
	width: 90%;
	text-align: center;
}

.contact_title{
	font-size: 72px;
	font-size: 4em;
	text-align: center;
	margin: 0 auto 20px auto;
	text-transform: uppercase;
}

#page-contact p, #page-contact .action{
	    font-family: 'HavanaSunsetSansFilled';
	  font-size: 30px;
	font-size: 1.785em;
}

 span.squre_dar_purple{
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background: #4e0946;
	bottom: -40px;
	left: -30px;
}
span.squre_aqua_squre {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background: #5cfff2;
	bottom: -40px;
	left: -30px;
}

span.squre_purple_squre{
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background: #e00186;
	top: -40px;
	right: -30px;
	display: none;
}


#map{
	width: 100%;
	
}


.pop-up-holder, .fastenq-holder {
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
display: none;
}
.pop-up-thankyou{
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	
}
.pop-up-thankyou select{
	background-color: transparent;
		color: #ffffff;
	     text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
    border-bottom: 1px solid #ffffff;
	position: relative;
	background-image: url('/images/buttons/arrow.png');
	background-position: 98% 48%;
	background-size: auto;
	background-repeat: no-repeat;
} 
.pop-up-thankyou select option{
	color: #242424;
}
a.thankyou-closebtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
	width: 40px;

}
.second-form-holder {
    display: block;
    position: relative;
    padding: 30px 25px;
}
.pop-up-thankyou .pop-up-container{
padding: 80px 75px 0 75px;
	  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(41,4,56) 50%, rgb(18,18,18) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(41,4,56) 50%, rgb(18,18,18) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(41,4,56) 50%, rgb(18,18,18) 100%);
	max-width: 700px;
	border-radius: 25px;
	width: 100%;
}

.pop-up-container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%,-50%);
	width: 900px;
	max-width: 90%;
}

.pop-up-holder .fields_holder,  .fastenq-holder .fields_holder{
	width: 100%;
	max-width: 100%;
}

.pop-up-thankyou h2{
	font-size: 3em;
}
.personalize{
	font-size: 1.5em;
	font-family: 'HavanaSunsetSansFilled';
	color: #85d1d6;
}

.fastenq-holder .input_holder{
	    padding: 5px 0 13px 0;
}

.pop-up-holder .grid_6, .fastenq-holder .grid_6{
	padding-left: 25px;
	padding-right: 25px;
}
.pop-up-img-holder{
	display: block;
	width: 100%;
}
.close_pop_up, .close_fastenq{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 2;
}
textarea{
	width: 100%;
	height: 100px;
	background: #ffffff;
}
.boxshadow::before{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% + 400px);
	top: -200px;
	left: 0;
	z-index: -1;
}
.spc.boxshadow::before{
	position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: calc(100% + 150px);
    top: -75px;
    left: 0;
    z-index: -1;
}
.boxshadow.bg_aqua::before{
		background: #5cfff2;
}

.boxshadow.bg_purple::before{
	background: #ec008c;
}
#page-home .ilove.slow{
	top: 100%;
}

.boxshadow.bg_darkpurple::before{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% + 200px);
	top: -100px;
	left: 0;
	z-index: -1;
	background-color: #4d0946;
}
.splash_holder{
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/splash/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	
}

.splash1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0;
	transition: 1s opacity;
	max-width: 80%;
	margin: 0 auto;

}
.complet-my-profile{
	display: block;
	position: relative;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 10px;
	background: #ec008c;
	color: #ffffff;
    font-family: 'HavanaSunsetSansFilled';
	font-size: 1.5em;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}
.l-h{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	max-width: 120px;
}
.new_offer_holder{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 9px 0 8px 0;
	z-index: 100;
	background: #39d1df;
	text-align: center;
	height: 52px;
}
.new_offer_holder a{
	 font-family: 'HavanaSunsetSansFilled';
	font-size: 1.3em;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 5px 30px;
}
.frame{
	position: absolute;
    width: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.new_offer_holder a span{
	color: #4e0946;
}
/*.splash2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0;
	transition: 0.6s opacity;
		max-width: 50%;
	margin: 0 auto;
	
}*/
.splash2 {
    position: absolute;
    top: 48%;
    left: 50.5%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    transition: 0.6s opacity;
    max-width: 44%;
    margin: 0 auto;
    width: 290px;
}
.splash_holder.start .splash1{
	opacity: 1;
}
.splash_holder.start .splash2{
	transition-delay: 0.8s;
	opacity: 1;
}

.veiw_3D{
	display: none;
}

#page-thankyou .fullheight{
	height: calc(100vh - 182px);
}

#page-team .art_text {
	transform: translateY(25%);
	margin-left: auto;
	margin-right: auto;
	    text-align: left;
    float: right;
    padding-right: 100px;
}
.Heard{
	background: #4e0946;
	text-align: center;
	padding: 10px;
}
.Heard a{
	color: #ffffff;
	font-size: 1em;
	font-family: 'HavanaSunsetSansFilled';
	text-align: center;
	display: inline-block;
	letter-spacing: 2px;
}

#page-team .art_text {
	transform: translateY(25%);
	margin-left: auto;
	margin-right: auto;
	    text-align: left;
    float: right;
    padding-right: 100px;
}
.Heard{
	background: #4e0946;
	text-align: center;
	padding: 10px;
}
.Heard a{
	color: #ffffff;
	font-size: 1em;
	font-family: 'HavanaSunsetSansFilled';
	text-align: center;
	display: inline-block;
	letter-spacing: 2px;
}
.animate{
	transition: 0.7s background;
}
.change{
	background-image: url(../images/apartments-ocean/ocean-view-finishes.jpg) !important;
}
.moreinfo{
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}

.slider_disclaimer{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: block;
	color: #ffffff;
  font-family: 'AvenirLTStdBook';
 
}
.disclaimer::before{
	  font-family: 'AvenirLTStdBook';
	content: 'Disclaimer: Not actual park';
	position: absolute;
	display: block;
	color: #ffffff;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	font-size: 10px;
 
}
.disclaimer.left::before{
	right: auto;
	left: 10px;
}
.landing .disclaimer::before{
	color: #000000;
}
.disclaimer_holder{
	position: relative;
	display: inline-block;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
*.v_hidden{
	visibility: hidden;
}
.pt35{
	padding-top: 35px;
}
*.black{
	color: #000000;
}
*.white{
	color: #ffffff;
}
*.gray{
	color: #414042;
}
*.pl45{
	padding-left: 45px;
}
*.noborderbottom{
	border-bottom: 0 none;
}
*.fullheight{
	height: 100vh;
	overflow: hidden;
}
*.fullwidth{
	width: 100%;
}
*.ptb100{
	padding-top: 100px;
	padding-bottom: 100px;
}
*.pt100{
	padding-top: 100px;
}
*.pb100{
	padding-bottom: 100px;
}
.pt50{
	padding-top: 50px;
}
*.pb150{
	padding-bottom: 150px;
}
*.mb50{
	margin-bottom: 50px;
}

*.ptb200{
	padding-top: 200px;
	padding-bottom: 200px;
}
*.pt200{
	padding-top: 200px;
}
*.pb200{
	padding-bottom: 200px;
}

*.plr20{
	padding-left: 20px;
	padding-right: 20px;
}
*.pl20{
	padding-left: 20px;
}
*.pr20{
	padding-right: 20px;
}
*.mr20{
	margin-right: 20px;
}
.leftalign{
	text-align: left;
}
.centeralign{
	text-align: center
}
.rightalign{
	text-align: right;
}
.centeralign{
	text-align: center;
}
.block{
	display: block;
}
.bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg_darkpurple{
	background-color: #4d0946;
}
.darkpurple{
	color: #4d0946 !important;
}
.bg_aqua{
	background-color: #5cfff2;
}
.purple{
	 color: #ec008c;
}
.bg_purple{
	background-color: #ec008c;
}
.abs{
	position: absolute;
}
.h100{
	height: 100%;
}
.rightside{
	right: 0;
}
.leftside{
	left: 0;
}
.z1{
	z-index: 1;
}
.z2{
	z-index: 2;
}
.center_content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ml125{
	margin-left:  125px;
}
.rightfloat{
	float: right;
}
.leftfloat{
	float: left;
}
.inlineblock{
	display: inline-block;
}
.relative{
	position: relative;
}
.txr20{
	transform: translateX(20px);
}
.txl20{
	transform: translateX(-20px);
}
.tyt40{
	transform: translateY(-40%);
}
.tyb40{
	transform: translateY(40%);
}
.hidden{
	visibility: hidden;
}
.pl1grid{
	padding-left: calc( 100% / 12);
}
.ml1grid{
	margin-left: calc( 100% / 12);
}
.pr1grid{
    padding-right: calc(100% / 12);
}
.pl2grid{
	padding-left: calc((100% / 12 )* 2);
}
.pr2grid{
    padding-right: calc((100% / 12 )* 2);
}
.w50{
	max-width: 50%;
	width: 100%;
}
*.w200{
	max-width: 200px !important;
	
}
.mxw500{
	max-width: 500px;
	width: 100%;
}
.mb40{
	margin-bottom: 50px;
}
.mb50{
	margin-bottom: 50px;
}
.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}
.mt40{
	margin-top: 40px;
}

.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.b0{
    bottom:0;
}
.t0{
	top: 0;
}
.pl2of7{
	padding-left: calc((100% / 7 )* 2);
}
.ptb150{
	padding-top: 150px;
	padding-bottom: 150px;
}
.pl200{
	padding-left: 200px;
}
.pl100{
	padding-left: 100px;
}
.ml300{
	margin-left: 300px;
}
.ml200{
	margin-left: 200px;
}
.ml00{
	margin-left: 200px;
}
.ml20{
	margin-left: 20px;
}
.pt150{
	padding-top: 150px;
}
.ty25{
	transform: translateY(12.5%);
}
.mt-50{
	margin-top: -50px;
}
.mb100{
	margin-bottom: 100px;
}
.b-100{
	bottom: -100px;
}
.ml-100{
	margin-left: -100px;
}
.pl33{
	padding-left: 33%;
}
.blw20{
	border-left: 20px solid #ffffff;
}
.ml170{
	margin-left: 170px;
}
.try100{
	transform: translateY(100px);
}
.ty-50{
	    transform: translateY(-50px);
}
.pl10{
	padding-left: 10px;
}
.pt10{
	padding-top: 10px;
}
.nodesktop{
	display: none;
}
strong{
	font-weight: bold !important;
}
.disclaimer_enq{
	display: block;
	max-width: 100%;
	font-size: 10px !important;
	padding-top: 25px;
}
.disclaimer_enq a{
	text-decoration: underline;
}

input[type="submit"]{
	cursor: pointer !important;
}



.loader-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 100000000000;
    display: none;
}

/*  Preloader  */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10em;
  height: 10em;
  -webkit-transform: translateZ(0) translate(-50%,-50%);
  -ms-transform: translateZ(0) translate(-50%,-50%);
  transform: translateZ(0) translate(-50%,-50%);
	
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ec008c;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #4d0946;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-aspect-ratio: 1920/1080) {
    
	.fullyvideo {
          height: 100%;
          
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100%;
    }
}	
@media screen and (max-width : 1359px) {
	body {
		font-size: 15px;
	}
	.pl200 {
    padding-left: 150px;
}
	.fields_holder {
		width: 85%;
	}
	h2.reg_one, h2.reg_two{
		padding-left: 15%;
	}
	h2.reg_two + a{
 
			padding-left: 15%;
	}
	footer .grid_8 a{
		font-size: 2em;
	}
	nav{
		width: 90%;
		left: 40%;
	}
	.hidden{
		height: 50%;
	}

	.fields_holder{
		padding: 30px;
	}
	.triangle_purple {
		border-width: 300px 180px 0 0;
	}
	.triangle_aqua {
		border-width: 0 0 300px 180px;
	}
	.ilove {
 
    right: 40px;
 
}
	.ilove {
    width: 90px;
 
}
	.title{
		padding-right: 30px;
	}

}
@media screen and (max-width : 1200px) {
		.pl200 {
    padding-left: 125px;
}
	.boxshadow::before {
  
    height: calc(100% + 300px);
    top: -150px;
 
}
	.title {
		font-size: 5em;
	}
	.Play_btn{
		max-width: 75px;
		}
		.sl {
  
    font-size: 7em;
			line-height: 0.9em;
 
		transform: translateY(-50%);}
	#page-team .fomo{
		font-size: 7em;
		top: 40%;
	}
}
@media screen and (max-width : 1100px) {
	
	
	
	
	.ilove   {
    width: 100px;
 
	}
.pl1grid {
    padding-left: 20px
}
	.a11 {
    
    margin-left: -40px;
}
	
	.min{
		font-size: 5em
	}
}

@media screen and (max-width : 1050px) {
	#page-team .art_text{
		padding-right: 5px;
	}
	h2.reg_one {
    font-size: 9em;
    padding-left: 20px;
}
	h2.reg_two {
  
    padding-left: 20px;
}
	h2.reg_two + a{
 
		padding-left: 20px
	}
	.reg_yaaas{
		font-size: 5.2em;
	}
	.yolo {

		font-size: 5em;
	}
	.hash_fillcolor {
  
		font-size: 3em;
		}
	.title {
    font-size: 4em;
}
	.art_text {
		font-size: 11em;}
.ml125 {
    margin-left: 60px;
}
	.trigger{
		font-size: 5em;
		line-height: 0.9em;
	}
	.trigger span.arrow {
    bottom: 0;
}.fields_holder {
    width: calc(100% - 20px);
}
	*.pt200 {
    padding-top: 140px;
}
	*.pb200 {
    padding-bottom: 140px;
}
	.sl {
  
    font-size: 6em;
 
		transform: translateY(-50%);}
	
	header span.bgholder::before {
 
    transform: skewY(74deg);
}
	.logo{
		width: 120px;
		width: 220px;
	}
	#page-team .team_smal_logo {
    width: 150px;
}
	footer h2 {
    font-size: 2.2em;
   
}
}

@media screen and (max-width : 999px) {

	.video_holder iframe{
		min-height: 100%;
	}
	.art_text.secondtype{
		padding-bottom: 100px;
	}
	 #page-contact .fullyvideo {
        width: auto;
        height: 100%;
    }
	#page-team .triangle_aqua {

		border-width: 140px 160px 0 0;}
	#page-team .art_text {
    padding-top: 200px;
    transform: none;
    float: left;
	}
	.trigger span.arrow{
		right: 10px;
	}
	#page-thankyou .fullheight{
	height: auto;
		padding-top: 0;
}
	.nomobile{
		display: none ;
	}
	.nodesktop{
		display: block;
	}
	
	 
	.video_holder::after{
		content: none;
	}
	
 
	
	header span.bgholder{
	width: 100%;
	}
	nav {
    margin: 0 auto;
    padding: 0;
    display: block;
    position: absolute;
    top: 100px;
    left: auto;
    transform: none;
    width: auto;
		right: 30px;
}
	nav ul {
    display: block;
    position: relative;
    float: none;
    padding: 0;
}
	nav ul li a{
		text-align: right;
		margin-bottom: 2px;
		padding-bottom: 4px;
	}
	nav ul li {
    padding: 6px 0 5px 0;
    border-bottom: 2px solid #ffffff;
		text-align: right;
}
	span.triangle-topright {
    border-top: 140px solid #ec008c;
    border-left: 75px solid transparent;
}
#nav-toggle span.lines {
    top: 25px;
    right: 10px;
}
	#nav-toggle { 
    width: 50px;
    height: 60px;
}
	
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    width: 100%;
}
	.art_text{
		left: 20px;
	}
	.hash_fillcolor.specialmargin {
    margin-top: auto;
    margin-bottom: auto;
}
	h1.art_text {
    transform: none;
    margin-top: -75px;
    position: relative;
    text-align: left;
    left: auto;
    text-align: left;
    top: auto;
	font-size: 10em;
		line-height: 0.85em;
    padding-bottom: 20px;
}
	
	.hash_fillcolor {
    font-size: 5em;
}
	.register_art_holder {
    margin-left: auto;
}
	.yolo {
    font-size: 8em;
    display: inline-block;
  position: relative;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg) translateX(-60%) translateY(0);
     transform: rotate(90deg) translateX(-60%) translateY(0);
    font-weight: normal; 
    right: auto;
    width: initial;
    text-align: left;
    line-height: 1;
    top: auto;
    padding-bottom: 30px;
    padding-right: 40px;
}
	.title {
    font-size: 6em;
}
	
	.copy{
		font-size: 1em;
	}
	.trigger, .trigger.right {
    left: auto;
    right: auto;
	left: 10px;
		text-align: left;
	}
	.trigger span.arrow{
		position: relative;
    transform: translateX(-10px);
    display: inline-block;
	}
	.abs{
		position: relative;
	}
	.leftside{
		left: initial;
	}
	.rightside{
		right: initial;
	}
	t0{
		top: initial;
	}
	.h100{
		height: auto;
	}
	.txr20{
		transform: none;
	}
	.txl20 {
    transform: none;
}
	.pl200 {
    padding-left: 20px;
}
	.play_first, .play_second  {
    font-size: 87px;
    font-size: 5.43em;
    display: block;
    position: relative;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform:  rotate(-90deg) translateX(0) translateY(100%);
    transform:  rotate(-90deg) translateX(0) translateY(100%);
    font-weight: normal;
    right: 0;
    width: 130px;
    text-align: left;
    line-height: 1;
    top: auto;
	padding-left: 35px;
}
	.min {
    font-size: 5em;
    display: block;
    position: relative;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform:  rotate(-90deg) translateX(0) translateY(100%);
    transform:  rotate(-90deg) translateX(0) translateY(100%);
    font-weight: normal;
    right: 0;
    width: 100vw;
    width: 230px;
    text-align: left;
    top: 0;
    line-height: 0.9em;
		    padding-top: 17px;
		
}
	.center_content.none{
		position: relative;
		left: initial;
		top: initial;
		transform: none;
		padding-top: 100px;
		padding-left: 40px;
		padding-bottom: 60px;
	}
	#page-happenings .center_content.none{
padding: 0;
		z-index: 2;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(0,-50%);
	}
 


	
	.hash{
		transform: translateY(-50%);
		     right: 10px;
    font-size: 9em;
	}
	.mw20 {
     width: 50%;
}
	.lady, .ma20{
		float: right;
    width: calc(100% - 40px) !important;
		transform: translateY(-20px)
		
	}
	.a2, .a3  {
    position: absolute;
    bottom: 0;
    left: 10px;
}
	.grid_4.reverce {
    width: 100%;
    float: left;
}
	.triangle_purple {
    border-width: 245px 120px 0 0;
}
	.triangle_aqua {
    border-width: 0 0 245px 120px;
}
	.try100{
		transform: none;
	}
	.reg_yaaas {
    font-size: 8em;
    display: inline-block;
  position: relative;
    left: auto;
    z-index: 1;
    color: #ec008c;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg) translateX(-100%) translateY(0);
     transform: rotate(90deg) translateX(-100%) translateY(0);
    font-weight: normal; 
    right: auto;
    width: initial;
    text-align: left;
    line-height: 0.85em;
    top: auto;
    
}
	#page-contact .reg_yaaas{
		display: none;
	}
	h2.reg_one{
		margin-top: 50px;
	}
	h2.reg_one, h2.reg_two{
		padding-right: 0;
	}
	 
	.fields_holder {
    width: 100%;
}
	.register_art_holder img{
		display: block;
		position: relative;
		transform: none;
		left: auto;
		top: auto;
		margin: 0 auto;
		margin-top: 40px;
	}
	.register_art_holder{
		padding: 0;
	}
	footer .grid_2{
		margin-bottom: 40px;
	}
 footer .grid_2.rightfloat, footer .grid_2.rightfloat .wrap {
		float: left;
	 width: 100%;
	 
	}

	footer *{
		text-align: left !important;
	}
	footer .grid_8 {

    border-left: 5px solid #ec008c;
    padding-bottom: initial;
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
    bottom: auto;
		border-bottom: none;
		margin-bottom: 40px;
		padding: 40px 0;
				margin-left: 39px;
		width: calc(100% - 50px);
}
	footer .grid_8 a {
    font-family: 'HavanaSunsetSansFilled';
    font-size: 3em;
    display: block;
    margin: 0;
    color: #414042;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
		margin-bottom: 10px;
}
	footer .social_media_holder{
		float: right;
		    transform: translateY(-5px);
	}
	footer .grid_2.rightfloat {
    transform: translateY(0);
		margin-bottom: 0;
}
	*.mr20{
		margin-right: initial;
	}
	.hidden{
		display: none;
	}
	.a4 {
    position: relative;
    left: auto;
    bottom: auto;
    padding-right: 0;
    float: right;
    width: calc(100% - 60px) !important;
}
	.w50 {
    max-width: 85%;

}
	#page-home .copy.small {
    max-width: 75%;
}
	.control_holder .flex-control-nav, #video .flex-control-paging{
		display: none;
	}
	.a5 {
    transform: none;
    margin-top: 20px;
}
	.slider_holder{
		padding: 50px 0 0 0;
	}
	.omg {
 font-size: 8em;
    bottom: -40px;
    left: 20px;
}
	.a6 {
    transform: none;
    width: calc(100% - 60px) !important;
    float: right;
    margin-top: -40px;
}
	.boxshadow::before, .spc.boxshadow::before {
    height: calc(100% + 200px);
    top: -100px;

}
	.a9 {
    transform: none;
    position: relative;
    width: calc(100% - 40px);
    float: right;
}
	.a7 {
    transform: none;
    width: calc(100% - 40px);
    float: right !important;
}
	.pop-up-img-holder {
    display: none;
    width: 100%;
}
	*.fullheight {
    height: 75vh;
    overflow: hidden;
}
	#page-home .fullheight{
		height: 75vw;
		 
	}
	.video_holder{
		min-height: 100%;
	}
	
	.a14 {
    width: 45%;
}
	.mmt0{
		margin-top: 0;
	}
	.a6.mmt0{
		margin-top: 40px;
	}
	.mbgpurple{
		background-color: #ec008c;
	}
	.m75vh img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}
	.ty25 {
    transform: none;
}
		.a15 {
   display: none;
}
	.art_text.secondtype.mfs9em{
		font-size: 9em;
	}
	#page-moveinnow .a20{
		    width: calc(100% - 80px);
    float: right;
    margin-top: -40px;
	}
	.a20.b{
		width: calc(100% - 40px);
	}
	.a21, .a22{
		  width: calc(100% - 80px);
    float: right;
		transform: translateY(-20px);
	}
	.a24{
		width: 55%;
	}
	.sl{
		display: none;
	}
	.current_offers{
	left: 20px;
    line-height: 0.8em;
    transform: translateY(-50%);
    top: 0;
	
	}
	.lightPurplebgholder::after{
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		height: 100px;
		left: 0;
		bottom: -99px;
		background: #e00186;
	}
	.fomo{
    bottom: auto;
    font-size: 9.25em;
    top: -9px;
    text-align: left;
    width: auto;
		text-align: left;
		left: 6px;
	}
	.tbp{
font-size: 5.25em;
    left: auto;
    position: relative;
    top: auto;
    margin-bottom: 75px;
    padding-left: 20px;
	}
	.wrap.cc {
    padding-left: initial;
		margin: 0 0 40px 0;
		overflow-x: hidden;
}
	.number_holder{
		    position: relative;
    transform: translateX(-15px);
    top: auto;
    left: auto;
    margin-top: initial;
    display: block;
	}
	.bp{
		padding-left: 20px;
	}
	.wrap.cc .copy{
		padding-left: 20px;
	}

.center_slider_text {
max-width: 90%;
}
	#page-moveinnow .triangle_aqua, #page-moveinnow .triangle_purple {
		display: none;
	}
		#page-gallery .slider_holder {
    padding: 0 0 0 0;

	
}
	#page-happenings .a4 {
    position: relative;
    left: auto;
    bottom: auto;
    padding-right: initial;
    float: left;
    padding-left: 20px;
}
	.a10 {
    transform: none;
    max-width: initial;
    width: 60%;
    margin-bottom: 50px;
    margin-top: 10px;
}
	#page-happenings .hash_fillcolor {
transform: none;
    margin: 50px 0 46px 0;
    position: relative;
    display: block;
}
	.a11 {
    margin-left: initial;
    margin-top: 30px;
    transform: none;
    width: 90%;
}
	.a12 {
    width: calc(100% - 20px);
		margin-top: 60px;
}
	.team_smal_logo.dei, .team_smal_logo.tur{
		left: auto;
		top: -20px;
	}
.dpi {
    width: 75%;
    float: right;
    transform: none;
    right: 0;
}
	#page-team .pt200 {
		padding-top: 100px;
	}
	.turi{
			    width: 90%;
    float: right;
    transform: none;
 
    right: 0;
    margin-top: -150px;
	}
	#page-team .fomo{
		display: none;
	}
	#page-team .team_smal_logo{
		width: 120px;
	}
	.a25{
		width: calc(100% - 40px);
		float: right
	}
	.ml170{
		margin-left: initial;
	}
	.w_half_size {
 
    width: 80%;
 
}
	.a30{
		margin-top: -100px;
	}
	.dark_purple_squre::before, .aqua_squre::before, .purple_squre::before{
		content: none;
	}
	#page-contact .mb50{
		margin-bottom: 10px;
	}
	#page-contact .mt40, #page-contact .mt50{
		margin-top: 10px;
		}
	 
	.ilove{
		right: 20px;
	}
	#page-home .ilove  {
   
		bottom: 0;
}
	#enq{
		padding-bottom: 200px;
		padding-top: 100px;
	}
	a.small_logo.deicorp.pt150 {
 transform: translateY(-26%);
    padding-left: 10px;
    padding-top: 140px;
}
	a.small_logo.turner.pt200 {
    padding-right: 10px;
}
	a.small_logo.scottcarver.pt10 {
    padding: 0 5px;
}
	/*----------------------------------------------------------*/
	*.m75vh{
		height: 75vh;
	}
	#page-thankyou .m75vh{
			height: 80vw;
	}
	.mptb0{
		padding-top: 0;
		padding-bottom: 0;
	}
	.mmb10{
		margin-bottom: 10px;
	}
	.mptb100{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.mpt50{
		padding-top: 50px;
	}
	.mptb50{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mpt100{
		padding-top: 100px;
	}
	.mpb0{
		padding-bottom: 0;
	}
	.mpb200{
		padding-bottom: 200px;
	}
	.mpb100{
		padding-bottom: 100px;
	}
	.mpb50{
		padding-bottom: 50px;
	}
	.flex-direction-nav {
    width: 40%;
}
	.plr20{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mplr0{
		padding-right: 0;
		padding-left: 0;
	}
	.mpl0{
		padding-left: 0;
	}
	.mpt0{
		padding-top: 0;
	}
	.mpb40{
		padding-bottom: 40px;
	}
	.mpr0{
		padding-right: 0;
	}
	.mpl30{
		padding-left: 30px;
	}
	.mpl60{
		padding-left: 60px;
	}
	.mml40{
		margin-left: 40px;
	}
	.grid_3.cactus {
    transform: translateY(0);
}
	
	.l20{
		padding-left: 10px;
	}
	.pr20{
		padding-right: 10px;
	}
	.title {
    padding-right: initial;
 
}
	.m_leftalign{
		text-align: left;
	}
	.m_floatright{
		float: right;
	}
	.m_floatleft{
		float: left;
	}
	
	.mpl10{
		padding-left: 10px;
	}
	.mpr10{
		padding-right: 10px;
	}
	.mplr10{
		padding-left: 10px;
		padding-right: 10px;
	}
	.mmb20{
		margin-bottom: 20px;
	}
	.mmb40{
		margin-bottom: 40px;
	}
	.mmb100{
		margin-bottom: 100px;
	}
	.mpt0{
		padding-top: 0;
	}
	.mmt40{
		margin-top: 40px;
	}
	.mdn{
		display: none;
	}
	.m_tyt-20{
		transform: translateY(-20px);
	}
	.m_block{
		display: block
	}
	.m_pr35{
		padding-right: 35px;
	}
	.m_width50{
		width: 50%;
	}
	.m_m0a{
		margin: 0 auto;
		float: none;
	}
	.m_pb100{
		padding-bottom: 100px;
	}
	*.mpl20{
padding-left: 20px;
	}

	.mml0{
		margin-left: 0;
	}
	.mpt20{
		padding-top: 20px;
	}
	.mpt10{
		padding-top: 10px;
	}
	.mpb75{
		padding-bottom: 100px;
	}
	.mpt75{
		padding-top: 100px;
	}
	.grid_3.cactus{
		width: 70%;
	}
	#page-happenings h1.art_text{
		padding-bottom: 0
	}
	 span.squre_dar_purple, span.squre_aqua_squre, span.squre_purple_squre{
display: none;
}


}

@media screen and (max-width : 760px) {
	.pop-up-thankyou h2 {
    font-size: 2em;
}
	.pop-up-thankyou select{
		padding: 5px;
	}
	.pop-up-thankyou .input_holder{
		padding-bottom: 0;
	}
	.second-form-holder{
		padding: 0 10px 10px 10px;
	}
	.personalize.mb20{
		margin-bottom: 10px;
	}
	.complet-my-profile {
    
		margin: 20px auto 0 auto;}
	.pop-up-thankyou .pop-up-container {
	    padding: 50px 15px 0 15px;
		width: 90%;
	}
		.pop-up-holder{
		overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
	}.pop-up-holder h3{
		padding-left: 5px;
	}

	.pop-up-holder .grid_6, .fastenq-holder .grid_6 {
    padding-left: 0;
    padding-right: 0;
}
	.fields_holder{padding: 5px;}
	#mute-video{
		left: 10px;
	}
	.mh400{
		height: 400px;
	}
	h3.title {
    font-family: 'HavanaSunsetSansFilled';
    color: #ffffff;
    font-size: 1.5em;
    margin: 30px auto 15px auto;
}

    .pop-up-holder label {
        font-family: 'HavanaSunsetSansFilled';
        font-size: 30px;
        font-size: 1.5em;
        display: block;
        padding-bottom: 5px;
        color: #4e2053;
    }
	
	.pop-up-holder .input_holder{
		padding: 5px 0 0 0;
	}
	.pop-up-holder .b_submit{
		font-size: 1.5em;
	}
.title {
    font-size: 5em;
}
 
.triangle_purple {
    border-width: 148px 78px 0 0;
}
	.triangle_aqua {
    border-width: 0 0 148px 78px;
}


	body{
		font-size: 14px;
		overflow-x: hidden;
	}
		nav {
    top: 80px;
}

	.logo{
		width: 130px;
	}
	header span.bgholder::before {
 
    border-width: 150px 150px 0 0;
   
}
	nav ul li a{
		font-size: 2em;
		line-height: 20px;
	}
	nav ul#nav li {
    padding-bottom: 5px;
}
	nav ul#nav li.noborderbottom {
    margin: 0;
    margin: 15px 0 0 0;
}
	
	header.active_nav {
    background: #ec008c;
	    overflow-y: scroll;
}
	.current_offers {
 
    transform: translateY(-72%);
   
}
	#page-contact .art_text{
		margin-top: 0;
		padding-bottom: 0;
	}
    	h1.art_text {
        margin-top: 0;  
}
	
}

@media screen and (max-width : 330px) {
	body{
		font-size: 12px;
	}
		.pop-up-container {
    position: relative;
     top: initial; 
     left: initial;
    margin: 0 auto;
     transform: none; 
    width: 900px;
    max-width: 90%;
    height: auto;
		-webkit-overflow-scrolling: touch;
}
}


/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .video_holder::after{
		  content: none;
	  }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.video_holder::after{
		  content: none;
	  }
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .video_holder::after{
		  content: none;
	  }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.video_holder::after{
		  content: none;
	  }
}