 

@font-face {
    font-family: 'DIN-Regular';
    src: url('/fonts/DIN-Regular.eot');
    src: url('/fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DIN-Regular.woff2') format('woff2'),
        url('/fonts/DIN-Regular.woff') format('woff'),
        url('/fonts/DIN-Regular.ttf') format('truetype'),
        url('/fonts/DIN-Regular.svg#DIN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN-LightAlternate';
    src: url('/fonts/DIN-LightAlternate.eot');
    src: url('/fonts/DIN-LightAlternate.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DIN-LightAlternate.woff2') format('woff2'),
        url('/fonts/DIN-LightAlternate.woff') format('woff'),
        url('/fonts/DIN-LightAlternate.ttf') format('truetype'),
        url('/fonts/DIN-LightAlternate.svg#DIN-LightAlternate') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN-LightAlternate_1';
    src: url('/fonts/DIN-LightAlternate_1.eot');
    src: url('/fonts/DIN-LightAlternate_1.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DIN-LightAlternate_1.woff2') format('woff2'),
        url('/fonts/DIN-LightAlternate_1.woff') format('woff'),
        url('/fonts/DIN-LightAlternate_1.ttf') format('truetype'),
        url('/fonts/DIN-LightAlternate_1.svg#DIN-LightAlternate') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('/fonts/DINPro-Bold.eot');
    src: url('/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DINPro-Bold.woff2') format('woff2'),
        url('/fonts/DINPro-Bold.woff') format('woff'),
        url('/fonts/DINPro-Bold.ttf') format('truetype'),
        url('/fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



html {
	font-size: 10px;
}



.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% - 20px);
}
.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: block;
}
 
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
}
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: 'DinRegular', sans-serif;
	font-size: 14px;
	background: #fff;
	color: #4d4d4f;
	margin: 0;
	padding: 0;
 
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-family: 'DINPro-Bold';
	color: #fff;
	line-height: 1;
	text-align: center;

}
p {
	text-align: left;
	margin: 0;
}

h2 {
	font-size:9rem;
	font-size:5rem;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-family: 'DIN-LightAlternate';
	font-size: 4.8rem;
	font-size: 3.2rem;
	text-transform: uppercase;
}

h4 {
	font-size: 1.8rem;
	text-transform: uppercase;

}

/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: relative;
	position: absolute;
	top:0;
	z-index: 9;
	text-align: center;
	
	width: 94px;
	margin:auto;
	right: 0;
	
}
header form {
	display: flex;
	justify-content: space-between;
}
header  a {
	background: none;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'DINPro-Bold';
}
header a.active {
	background: #f78163;
}
.logo {
	margin: 0 auto;
	display: block;
	width: 234px;
}
nav {
	margin: 0 auto;
	padding: 0;
}
#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;
}
/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span: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: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: 100%;
	margin: 0 auto;
}

form#portal_enquiry {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}

div#thank {
    padding: 100px 0;
}

div#thank h2{
    color: #4d4d4f;
	text-align: center;
	text-transform: initial;
	margin-bottom: 40px;
}

div#thank p{
    text-align: center;
	font-size: 2rem;
}
form#portal_enquiry .grid_6 {
	margin-bottom: 30px;
	border-bottom: 1px solid #525252;

}
input, select {
	font-size: 16px;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	color: #4d4d4f;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'DIN-Regular';
	

}

input.b_submit {
	width: 194px;
	margin:auto;
	background: #f26b51;
	color: #ffffff;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-align: center;
	font-family: 'DINPro-Bold';
	padding: 10px 0;
	border: none;
	display: block;
	margin-bottom: 30px;
}

.mando {
	font-size: 1.4rem;
	display: block;
	text-align: center;
	margin-bottom: 60px;
}

select {
	padding: 10px 0;
	text-align-last: left; text-align: left;
-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
select option {
	padding: 10px 0;
	text-align-last: left; text-align: left;
-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
.privacy {
	font-size: 16px;
	text-align: center;
	padding: 0 60px;
}
.privacy a {
	color: #4d4d4f;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #4d4d4f;
}



#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: center;
	
  }
  #chkInternational + label {
	padding: 2px 0 2px 26px;
	position: relative;
	text-align: left;
	display: block;
	color: #4d4d4f;
	letter-spacing: 1px;
	display: block;
	margin: auto;
	font-size: 1.6rem;
	font-family: 'DIN-Regular';
	 font-style: normal;
	 font-weight: 300;
	 text-transform: uppercase;
	margin-bottom: 10px;

  }
  #chkInternational + label:before {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #4d4d4f;
	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 #4d4d4f;
	border-right: 2px solid #4d4d4f;
	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: #4d4d4f;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #4d4d4f;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #4d4d4f;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #4d4d4f;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #4d4d4f;
	opacity: 1;
}
 

/* 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;
}
li.token-input-token-project {
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
	color: #4d4d4f;
	cursor: default;
	white-space: nowrap;
	list-style: none;
	display: block;
	font-size:16px;

}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #4d4d4f;
}
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: #4d4d4f;
	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: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
	position: absolute;
}

*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}


.container-fluid, section {
	width: 100%;
	max-width: calc(100%);
	margin-left: auto;
	margin-right: auto;
}
.container-lg, .container-sml,  .container {
	max-width: calc(100% - 120px);
	margin-left: auto;
	margin-right: auto;
}

 .container-fluid {
	width:100%;
}

.container {
	width: 720px;
}

.container-lg {
	width: 1035px;
}

.container-sml {
	width: 660px;
}

.w300 {
	width: 200px;
	max-width: 100%;
}


.top0 {
	top: 0;
}
.bg-img {
	background-position:  center;
	/* background-position: top center; */
	background-repeat:no-repeat;
	background-size: cover;
	/* transition: all 1s linear; */
	filter: grayscale(100%);
	transition: filter 3s ease;
}

#hero .bg-img {
	transition: all 3s ease;
	background-position: center 80%;
}

#hero .bg-img.show-color {
	background-position: center 100%;
}

#hide-color {
	filter: grayscale(100%);
	/* transition: all 1s linear; */
}

.show-color {
	filter: grayscale(0)!important;
}

.parallax-inner {
    left: 0 !important;
}

.parallax-background {
	overflow: hidden;
	position: relative;
}
.parallax-background.active .parallax-inner {
	filter: grayscale(0);
}
.para-wrapper {
	overflow: hidden;
	position: relative;
}



.mob  {
	display: none;
}
.full-vh {
	height: 100vh;
}

.flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}

.mb45 {
	margin-bottom: 45px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}

.bg-pink {
	background: #fef3f1;
}
.bg-orange {
	background: #f26b51;
}

.orange {
	color: #f78163;
}
.black {
	color: #000000;
}
.slightblack {
	color: #515153;
}
.white {
	color: #fff;
}
.text-center {
	text-align: center;
}
.pt60  {
	padding-top: 60px;
}
.pt70 {
	padding-top: 70px;
}
.pt40 {
	padding-top: 40px;
}
.pb70 {
	padding-bottom: 70px;
	/* background: red!important; */
}

.pb45 {
	padding-bottom: 45px;
}
.pb40 {
	padding-bottom: 40px;
}

.pb80 {
	padding-bottom: 80px;
}

.fs38 {
	font-size: 3.8rem;
}
.fs32 {
	font-size: 3.2rem;
}

.fs24 {
	font-size: 2.4rem;
}
.fs30 {
	font-size: 3rem;
}
.fs28 {
	font-size: 2.8rem;
}
.fs16 {
	font-size: 16px;
}
.relate {
	position: relative;
}

.caption {
	padding: 30px 60px;
	display: inline-block;
	background:#f26b51;
	top: 120px;
	position: absolute;
	z-index: 2;
}

.caption h3,
.caption h2 {
	text-align: left;
}


.btn {
	font-size: 2.5rem;
	background: #fff;
	text-transform: uppercase;
	color: #f26b51;
	text-align: center;
	width: 232px;
	display: block;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b49e9a;
	font-family: 'DINPro-Bold';
}

.section-tag {
	display: inline-block;
	position: absolute;
	bottom: 100px;
	bottom: 65px;
	left: 0;
	background: #f26b51;
	padding: 30px 60px;
}

.artist {
	position: absolute;
	bottom: 45px;
	bottom: 25px;
	font-size: 2.4rem;
	font-size: 1.5rem;
	left: 60px;
	color: #fff;
}

#icon-wrapper img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 40px;
	/* width: 70px; */
}

#icon-wrapper p {
	text-align: center;
}

.rothe {
	width: 175px;
}

.abd {
	width: 134px;
}

.cbre {
	width: 130px;
}

footer .flex {
	align-items: center;
}

footer .flex a {
	display: inline-block;
}
.presentation{
	margin: auto;
	width: 1440px;
	max-width: 80%;
	display: block;
}
@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 900px) {
	html {
		font-size: 9px;
	}

	.container-lg, .container-sml,  .container {
		max-width: calc(100% - 60px);
	}

	.caption, .section-tag {
		padding: 20px 30px;
	}

	.artist  {
		left: 30px;
	}
	
}

@media screen and (max-width : 760px) {
	div#thank {
		padding: 50px 0;
	}
	.desk {
		display: none!important;
	}

	.mob {
		display: block!important;
	}

	.flex {
		flex-direction: column;
		align-items: center;
	}
	#icon-wrapper img {
		margin-bottom: 20px;
	}

	.flex > *:not(:last-child) {
		margin-bottom: 35px;
	}

	
	html {
		font-size:6px;
	}

	.caption, .section-tag {
		padding: 20px 15px;
	}

	.mb20 {
		margin-bottom: 10px;
	}

	.container-lg, .container-sml, .container {
		max-width: calc(100% - 30px);
	}

	.fs38 {
		font-size: 18px;
	}

	.logo {
		width: 117px;
	}

	.pb70 {
		padding-bottom: 35px;
	}
	.pt60 {
		padding-top: 30px;
	}
	.mb70 {
		margin-bottom: 35px;
	}
	.mb60 {
		margin-bottom: 30px;
	}
	.mb45 {
		margin-bottom: 25px;
	}

	.pb80 {
		padding-bottom: 40px;
	}
	.mb80 {
		margin-bottom: 40px;
	}

	.grid_6 {
		width: 100%;
	}


	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 14px;
	}

	.fs32 {
		font-size: 16px;
	}

	.fs24 {
		font-size: 20px;
	}

	h4 {
		font-size: 14px;
	}

	.fs16 {
		font-size: 10px;
	}

	input, select,li.token-input-token-project {
		font-size: 14px;
	}
	.section-tag {
		padding: 10px 15px;
		bottom: 30px;
	}

	input.b_submit {
		font-size: 14px;
	}
	.privacy {
		font-size: 14px;
		padding: 0;
	}
	.artist {
		left: 15px;
		bottom: 10px;
	}

	form#portal_enquiry {
		flex-direction: column;
	}

	#features div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;

	}

	#features img {
		width: 40px;
	}
	#features p {
		width: calc(100% - 50px);
	}

}

@media screen and (max-width : 420px) {
}
