@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,300i,400,400i,500,500i,700,700i');
/* font-family: 'Roboto Mono', monospace; */


/*@font-face {
    font-family: "GTPressuraMonoRegular";
    src: url("/fonts/GTPressuraMonoRegular.eot");
    src: url("/fonts/GTPressuraMonoRegular.eot") format("embedded-opentype"),  url("/fonts/GTPressuraMonoRegular.woff2") format("woff2"),  url("/fonts/GTPressuraMonoRegular.woff") format("woff"),  url("/fonts/GTPressuraMonoRegular.ttf") format("truetype"),  url("/fonts/GTPressuraMonoRegular.svg#GTPressuraMonoRegular") format("svg");
}*/

.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;
    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 {
    padding: 0;
    margin: 0;
    background: #000000;
}
body {
    font-family: 'Roboto Mono', monospace;
    font-size: 17px;
    background: #ffffff;
    color: #000;
    margin: 0;
    padding-top: 95px;
    overflow-x: hidden;
	letter-spacing: 1.2px;

}
body.no_scroll{
	overflow: hidden;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}
p {
    font-size: 1em;
    text-align: left;
    margin: 0;
    color: #5c5d61;

}
p.arial_bold{
		font-family: Arial;
	font-weight: bold;
}
p.head {
   font-family: 'Roboto Mono', monospace;

}


.w545 {
    width: 545px;
    max-width: 100%;
   
}
.w430 {
    width: 22vw;
    width: 25vw;
	max-width: 500px;
	
}
.w22vw{
	width: 22vw;
	max-width: 450px;
}
.grid_3 {
    width: 28%;
    float: left;
}
.grid_9 {
    width: 72%;
    float: left;
}
.grid_10 {
    width: 83%;
    float: left;
	display: block;
	position: relative;
}
.grid_12 {
    width: 100%;
    float: left;
	display: block;
	position: relative;
}
h1 {
 
}
h2 {
}
h3 {
}
h4 {

    color: #2a3851;
}
/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
    background: #f2f2f2;
    font-family: "Didot-Bold";
    padding: 0 100px;
    padding: 0 5vw;
    top: 0;
    left: 0;
    z-index: 10;
}
header * {
    font-family: "Didot-Bold";
    font-size: 1em;
}
.logo {
    margin: 0;
    display: block;
    position: absolute;
    left: 100px;
    left: 5vw;
    top: 50%;
    transform: translatey(-50%);
}
.logo svg {
    margin: 0 auto;
    display: block;
    width: 350px;
}
#mainnav {
    display: block;
    text-align: right;
    margin: 0;
}
nav {
    margin: 0 auto;
    padding: 0;
}
#nav li {
    list-style: none;
    display: inline-block;
    padding: 25px 0 25px 3vw;
    line-height: 10px;
    position: relative;
    vertical-align: middle;
	letter-spacing: 0.8em;
}
#nav li a {
	font-family: 'Roboto Mono', monospace;
	font-weight: 300;
    color: #e27483;
    font-size: 1.2em;
    border-bottom: 2px solid transparent;
    letter-spacing: 1px;
    transition: 0.5s all;
  
}
#nav li a:hover {
    border-bottom: 2px solid #e27483;
	
}
#page-home #nav li a.home, #page-architecture #nav li a.architecture, #page-interiors #nav li a.interiors, #page-location #nav li a.location, #page-team #nav li a.team{
	 border-bottom: 2px solid #e27483;
	font-weight: 700;
}
#nav li a.registernow {
    display: inline-block;
    border: 3px solid #e27483;
    padding: 15px 25px;
}
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 38px;
    right: 7vw;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
    cursor: pointer;
    height: 3px;
    width: 30px;
    background: #e27483;
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.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);
}
/* header*/

.container {
    width: 100%;
    padding: 0 100px;
    padding: 0 5vw;
    position: relative;
    margin: 0 auto;
    display: block;
}
section {
    width: 100%;
    position: relative;
    padding: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.w105 {
    width: 105px;
}
.grid_6 {
    width: 50%;
    float: left;
    position: relative;
}
.last {
    margin-right: 0;
}
.w95 {
    width: 95%;
    max-width: 100%;
}
.padding-t-80 {
    padding-top: 80px;
}
.padding-t-140 {
    padding-top: 140px;
}
.padding-b-70 {
    padding-bottom: 70px;
}
.padding-r-115 {
    padding-right: 115px;
}
.padding-l-40 {
    padding-left: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.padding-r-105 {
    padding-right: 105px;
}
.impression {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 25px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    z-index: 1;
}
.impression.lb {
    left: 15px;
    bottom: 15px;
    right: auto;
}
/* enquiry */
.register {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
	padding-left: 15vw;
	padding-right: 15vw;
}
.b_submit {
    background-color: #e27483;
    padding: 18px 25px;
    display: block;
    width: 170px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
	cursor: pointer;
}

.formbox {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
}
input, select {

    font-family: 'Roboto Mono', monospace; 
    margin: 0 0 15px 0;
    padding: 10px 0;
    width: 100%;
    color: #5c5d61;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #e6939e;
    text-align: left;
   
    text-transform: uppercase;
	font-size: 1em;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 30px #0c0212 inset;
 -webkit-text-fill-color: #ffffff !important;
}
select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}
select option {
    background: #000000;
    color: #fff;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}
.privacy {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.privacy a {
    color: #000000;
    text-decoration: underline;
}
.chk_holder {
    margin: 0 auto 0 auto;
    color: #fff;
	border-bottom: 1px solid #e6939e;
	margin-bottom: 15px;
}
#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;
    line-height: 25px;
    width: 20px;
    text-align: left;
	
}
#chkInternational + label {
    padding: 0 0 0 45px;
    position: relative;
font-family: 'Roboto Mono', monospace; 
    display: inline-block;
    margin-bottom: 13px;
    color: #5c5d61;
	text-transform: uppercase;
	    font-size: 1em;
}
#chkInternational + label:before {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #5c5d61;
    content: "";
    display: block;
}
#chkInternational + label:after {
    position: absolute;
    left: 0;
    width: 6px;
    height: 12px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
    transform: translateY(-60%) rotate(45deg) scale(0);
    border-bottom: 2px solid #5c5d61;
    border-right: 2px solid #5c5d61;
    content: "";
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.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: #5c5d61;
 opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #5c5d61;
 opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #5c5d61;
 opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #5c5d61;
 opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #5c5d61;
 opacity: 1;
}
 
/*footer*/

footer .container {
    max-width: 900px;
    text-align: center;
}
.bgfooter {
    height: 20px;
    width: 100%;
    background: transparent;
    background-image: url(../images/register_art.png);
    background-repeat: repeat-x;
    background-position: left;
    z-index: 2;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: -16px;
}
footer {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto;
    background: #ae6f5a;
}
.logoholder {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 25%;
}
.cbre{
	transform: translateY(-5px);
}
.logoholder img {
    max-width: 75%;
    margin: 0 auto;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pr140 {
    padding-right: 140px;
    padding-right: 7vw;
}
.pb250 {
    padding-bottom: 250px;
    padding-bottom: 22vw;
}
.pt17vw {
    padding-top: 17vw;
}
.textholder {
    display: inline-block;
    text-align: center;
    margin: 0 30px;
    margin-bottom: 40px;
}
.h_line {
    display: inline-block;
    margin: 0 10px;
    color: #ffffff;
}
/* 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 #e6939e;
    clear: both;
	margin-bottom: 15px;
}
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;
}
li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #e6939e;
    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;
    z-index: 13;
    color: #000;
}
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;
    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 {
    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;
}
.grid_5 {
    display: block;
    position: relative;
    width: 42%;
    float: left;
    margin: 0;
}
.grid_7 {
    display: block;
    width: 58%;
    position: relative;
	float: left;
}
.grid_8 {
    display: block;
    position: relative;
    width: 66%;
    float: left;
    margin: 0;
    padding: 0;
}
.grid_4 {
    display: block;
    float: left;
    margin: 0;
    width: 34%;
}
.abs {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.abs.right {
    left: auto;
    right: 0;
}
.img_art_70 {
    display: block;
    position: absolute;
    width: calc(100% + 50px);
    width: calc(42vw + 50px);
    max-width: initial;
    z-index: 1;
    left: 0;
    top: 0;
}
.img_art_300 {
    display: block;
    position: relative;
    width: calc(100% + 300px);
    width: calc(28vw + 300px);
    max-width: initial;
    z-index: 1;
}
.img_art_Y-500 {
    display: block;
    position: relative;
    width: calc(100% + 40px);
    width: calc(66vw + 40px);
    max-width: initial;
    z-index: 1;
    margin-top: -500px;
    margin-top: -24vw;
    float: right;
}
.img_art_Y-280 {
    display: block;
    position: absolute;
    width: calc(100% + 250px);
    width: calc(42vw + 223px);
    max-width: initial;
    z-index: 1;
    top: -280px;
    top: -18vw;
    left: 0;
}
.minheight100 {
    min-height: 100px;
}
.orange {
    color: #c07d59;
}
.goto {
	font-size: 1em;
    color: #e27483;
	transition: 0.5s all;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
	font-family: 'Roboto Mono', monospace;
  	font-weight: 700;
	letter-spacing: 0;

}
.goto:hover{
border-bottom: 1px solid #e27483;
}
.bg_holder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 100px);
    width: calc(100% - 5vw);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_holder.right {
    left: initial;
    right: 0;
}
.register_art {
    position: absolute;
    display: block;
    right: 0;
    top: -2vw;
    width: 33vw;
    z-index: 2;
}
.typical {
    margin-bottom: 6vw;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 24vw);
    width: calc(34vw + 200px);
}
.live_txt {
    margin-top: 35vw;
}
.fullheight {
    height: calc(100vh - 112px);
    width: 100%;
    background-size: cover;
    position: relative;
}
.img-art-bl {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    max-width: 40%;
}
.abs.rb {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
    height: auto;
	min-height: 350px;
}
.pl20 {
    padding-left: 20px;
}
.detailsholder {
    width: 360px;
    padding-right: 25px;
    float: left;
    padding-top: 50px;
}
.map {
    width: calc(100% - 360px);
    float: right;
    position: relative;
}
.linkholder {
    margin-top: -1px;
}
.linkholder a {
    display: block;
    padding: 8px 0;
    color: #e27483;
    border-top: 1px solid #e27483;
    border-bottom: 1px solid #e27483;
    position: relative;
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
}
.linkholder a:after {
    position: absolute;
    content: '';
    display: block;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    height: 12px;
    width: 1px;
    background: #e27483;
}
.linkholder a.active:after {
    right: 9.5px;
}
.linkholder a.active:before {
    right: 9.5px;
}
.linkholder a:before {
    position: absolute;
    content: '';
    display: block;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    height: 12px;
    width: 1px;
    background: #e27483;
}
.detailsholder p {
    margin-bottom: 40px;
}
.linkholder ul {
    margin: 5px 0;
    padding: 0;
    display: none;
}
.linkholder li {
    display: block;
    line-height: 1.7;
}
.linkholder li span {
    display: inline-block;
    text-align: left;
    width: 25px;
}
.poi {
display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #e27483;
    background: #fff;
    color: #e27483;
    font-weight: bold;
    font-size: 0.7em;
    letter-spacing: 0;
}
.poi.active {
    background: #e27483;
    color: #fff;
}
.poi span {
    position: absolute;
    display: block;
    left: 50%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.place-name {
    display: block;
    position: relative;
    padding: 10px 0;
    border: 2px solid #949597;
    border-left: 0 none;
    border-right: 0 none;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-style: normal;
}
.place-name span {
    display: inline-block;
    padding-left: 10px;
    font-style: normal;
	font-weight: 700;
}

.shop_adress span {
    display: block;
}
.alexandria_art {
    width: 75vw;
}
.one_third {
    display: block;
    position: relative;
    width: calc(33.333% - 40px);
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 60px;
}
.img-art {
    display: block;
    position: relative;
}

.head.name {
    margin-top: 30px;
}

.interview {
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 5;
    top: 0;
    left: 0;
    padding-top: 200px;
	display: none;
	height: 100vh;
	overflow-y: scroll ;
	-webkit-overflow-scrolling: touch;
	
}
#becky .red{
	color: #ae6f5a;
}


.scroll {
    position: relative;
    display: block;
    overflow-y: visible;
    width: 100%;
    height: auto;
    margin: 0 auto;
	
}
.close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 150px;
    left: 50px;
}
.close::after, .close::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
     top: 50%;
    left: 0;
    background-color: #e27483;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
img.will_art {
    display: block;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 47vw;
}
img.distiler_art {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 47vw;
    bottom: -3vw;
}
.rt1 {
    position: absolute;
    top: -20px;
    left: 0;
}
.will-ptb {
    padding-top: 15vw;
    padding-bottom: 5vw;
}

.becky-ptb {
    padding-bottom: 8vw;
}
.designers_art {
	width: 45vw;
	max-width: initial;
	padding-bottom: 80px;
}
.becky_art{
	position: absolute;
	bottom: -40px;
	left: 0;
}
.tb_holder{
	width: 100%;
	margin-bottom: 50px;
}
.rt2{
	    padding: 6vw 0;
    margin-right: -5vw;
}
.ip2{
	margin-top: -15vw;
}

#wp , #wb{
 	cursor: pointer;
}
.right_text-holder{
	left: calc(42% + 2.5vw);
}
.right_text-holder .bottom0{
	position: absolute;
	left: 0;
	bottom: 40px;
}
.art_developers{
	width: 65vw;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.layer-bottom{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -5px;
	height: 20px;
	background-image: url(../images/overlay.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: left;
}
.layer-side{
	display: block;
	position: absolute;
	width: 20px;
	right: -5px;
	bottom: 0;
	height: 100%;
	background-image: url(../images/overlay-h.png);
	background-size: contain;
	background-repeat: repeat-y;
	background-position: bottom;
}
.art_gray_text{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70vw;
	margin-bottom: -150px;
	z-index: 2;
}
.mh{
	padding-top: 50px;
    padding-bottom: 50px;
}
.mh::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -16px;
	left: 0;
	background-image: url(../images/overlay_gray.png);
	background-position: left;
	background-size: contain;
	background-repeat: repeat-x;
	
	
}
.img-art{
	position: relative;
}
.img-art.art-holder{
		    position: absolute;
    bottom: 0;
    width: 100%;
}
.img-art::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    bottom: -2px;
    left: 0;
    background-image: url(../images/overlay.png);
    background-position: left;
    background-repeat: repeat-x;
    background-size: contain;
}
.art_developer{
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 65vw;
}
.tel{
	font-size: 1.8em;
	margin-bottom: 15px;
	display: inline-block;
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
}
.flexslider p{
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	text-align: left;
}
#page-team .w430{
	 	padding: 2vw 0;
}






















/*  STAR STYLE   ----------------------------------------------------  */
.z1{z-index: 1}

.no_margin_right {
    margin-right: 0;
}
.pt150 {
    padding-top: 150px;
}
.pb100 {
    padding-bottom: 100px;
}
.pt100{
	padding-top: 100px;
}
.pb50{
	padding-bottom: 50px;
}
.pt245 {
    padding-top: 245px;
}
*.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt90 {
    padding-top: 90px;
}
.pb70 {
    padding-bottom: 70px;
}
*.pt50 {
    padding-top: 40px;
}
*.pb50 {
    padding-bottom: 50px;
}
*.fullwidth {
    width: 100%;
}
*.floatright {
    float: right;
}
*.floatleft {
    float: left;
}
*.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
*.ptb150 {
    padding-top: 150px;
    padding-top: 7.5vw;
    padding-bottom: 150px;
    padding-bottom: 7.5vw;
}
.padding-r-50 {
    padding-right: 50px;
}
.mr0 {
    margin-right: 0;
}
.pb300 {
    padding-bottom: 300px;
}
.pl320 {
    padding-left: 320px;
}
.pl100 {
    padding-left: 100px;
    padding-left: 5vw;
}
.mt50 {
    margin-top: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb260 {
    margin-bottom: 260px;
    margin-bottom: 13vw;
}
.mt25 {
    margin-top: 25px;
}
.pt140 {
    padding-top: 140px;
}
.pl20 {
    padding-left: 20px;
    padding-left: 1vw;
}
.mtb40{
	margin-bottom: 40px;
	margin-top: 40px;
}
.pr20 {
    padding-right: 20px;
    padding-right: 1vw;
}
.pl100 {
    padding-left: 100px;
    padding-left: 5vw;
}
.pr50 {
    paddin-right: 50px;
    padding-right: 2.5vw;
}
.pl50 {
    paddin-left: 50px;
    padding-left: 2.5vw;
}
.pl70 {
    padding-left: 70px;
    padding-left: 3.5vw;
}
.pb400 {
    padding-bottom: 400px;
    padding-bottom: 18vw;
}
.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pr5vw {
    padding-right: 5vw;
}
.pl5vw {
    padding-left: 5vw;
}
.rightalign {
    text-align: right !important;
}
.pl140 {
    padding-left: 140px;
    padding-left: 7vw;
}
.art {
    max-width: initial;
    z-index: 2;
    display: block;
}
.pt15vw {
    padding-top: 15vw;
}
.bg_gray {
    background-color: #f2f2f2;
}
.red {
    color: #e27483;
}
.mt6vw{
	margin-top: 6vw;
}
.justify{
	text-align: justify;
}
.just_mobile{
		display: none !important;
	}
.bold{
	font-weight: 700;
}
.medium{
	font-weight: 500;
}
.regular{
	font-weight: 400;
}
.light{
	font-weight: 300;
}
.italic {
    font-style: italic;
}
.uppercase{
		text-transform: uppercase;
}
.lowercase{
		text-transform: lowercase;
}
.hidden{
	visibility: hidden;
}



@media screen and (max-width: 1400px) {

	.becky-ptb {

    padding-bottom: 0;
}
	.pr140 {
    padding-right: 3vw;
}
	

	#nav li{
		padding-left: 25px;
	}
	body{
		font-size: 16px;
	}
	.w430 {
    width: 50vw;
    max-width: 80%;
}
	header{
		padding: 0 25px;
	}
	.logo{
		left: 25px;
	}
	.pl5vw {
    padding-left: 25px;
}
	.pr5vw {
    padding-right: 25px;
}
.w22vw {
    width: 30vw;
	max-width: 100%;
}
	#page-team .w430{
	 	padding: 2.5vw 0;
}
	#nav li a{
		font-size: 1em;
	}

}

@media screen and (max-width: 1024px) {
	body{
		font-size: 14px;
		    padding-top: 85px;
	}
	.w430 {
    max-width: 100%;
}
	#nav li {
    padding-left: 15px;
}
	#nav li a.registernow {
    padding: 10px 19px;
}
	.abs.rb {
    min-height: 250px;
}
.poi {
    width: 20px;
	height: 20px;

	}
	
}

@media screen and (max-width: 980px) {
	.tel{
		font-size: 1.4em;
	}
	.w545 {
    width: 100%; 
}
	.location_land{
		background-image: url(../images/location/1m.jpg) !important;
	}
	.just_desktop{
		display: none !important;
	}
	.just_mobile{
		display: block !important;
	}
	body{
		font-size: 16px;
		padding-top: 100px;
	}
	header{
		min-height: 100px;
	}
	
	.logo {
    margin: 0;
    display: block;
    position: absolute;
    left: 100px;
    left: 7vw;
    top: 34px;
    transform: none;
}
	#mainnav {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-top: 100px;
}
#nav-toggle {
    display: block;
}
ul#nav {
    display: none;
    clear: both;
	height: calc(100vh - 100px);
	padding-top: 50px;
	
}
	#nav li a.registernow{
		width: initial;
	}
ul#nav li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
	    margin: 4vh auto;
}
ul#nav li a {
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: normal;
    padding: 10px 0;
 
}
	
	
	.abs.right {
    left: auto;
    right: auto;
}
	.grid_7 {
    width: 100%;
		
}
	.grid_5{
		width: 100%;
	}

	.abs {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    background-size: cover;
    background-position: center;
		height: 100vh;
}
 .abs.vw75{
  
    height: 75vw;
}
	.bg_holder {
    width: 100%;

}
	.mobile_bg_holder{
		width: calc(100% - 14vw);
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.img_art_70 {
     width: calc(100% + 50px);
    width: 100vw;
    top: auto;
    position: relative;
    left: auto;
		margin-left: -7vw;
		margin-top: -50%;
}
	.w430 {
    width: 90%;
		float: inherit;
}
	.live_txt {
    margin-top: 80px;
}
	.goto{
		border-bottom: 1PX solid #e27483;
	}
	.mob_height{
		height: 100vw;
	}
	.grid_9{
		width: 100%;
		float: left;
	}
	.grid_3 {
		width: 100%;
		float: left;
	}
	.img_art_300 {
    width: 85%;
    z-index: 1;
    padding-top: 0 !important;
		    margin-top: -50px;
		    margin-top: -4vw;
	
}
	.mb100 {
    margin-bottom: 50px;
}
	.impression{
		display: none;
	}
	.pl140_mobile {
    padding-left: 7vw;
}
		.pr140_mobile {
    padding-right: 7vw;
}
	.pb300 {
    padding-bottom: 30px;
}
	img.img_art_70.second {
    margin-top: -55px;
		width: 100%;
		margin-top: -6vw;
}
	.grid_6{
		width: 100%;
	}
	#page-home .grid_6{
		max-width: 80%;
		margin-bottom: 30px;
	}
	.register_art{
		width: 80%;
	}
	.register{
		padding-top: 150px;
		padding-left: 7vw;
		padding-right: 7vw;
		padding-top: 150px !important;
	}
	section{
		margin-top: 0 !important;
	}
		.img_art_Y-280 {
    width: 100%;
    position: relative;
    top: auto;
    padding: 0;
    margin-top: -14%;

	}
	.pl5vw {
    padding-left: 7vw;
}
	.pt17vw {
    padding-top: 50px;
}
	.w22vw{
		width: 90%;
		float: inherit;
	}
	.pb250 {
    padding-bottom: 50px;
}
	.mobile_float{
    float: inherit;
}
	#page-architecture .slider_holder .container{
		padding: 0;
	}
	.pb400{
		padding-bottom: 50px;
	}
	.grid_8{
		width: 100%;
	}
	.grid_4{
		width: 100%;
	}
	.img_art_Y-500 {
    width: 100%;
    max-width: initial;
    margin-top: -24vw;
    float: left;
    margin-bottom: 50px;
}
	.bg_holder.right {
    left: 0;
    right: 0;
}
	.mobile_pt50{
		padding-top: 50px;
	}	
	.mobile_pb50{
		padding-bottom: 50px;
	}
	.mobile_pt100{
		padding-top: 100px;
	}
	#page-interiors .grid_7.pr5vw{
		padding-right: 0;
	}
	.pr20 {
		padding-right: 0;
	}
	.pl20{
		padding-left: 0;
	}
	.mobile_w22vw {
		max-width: 90%;
	}
	.pt15vw{
		padding-top: 50px;
	}
	#page-interiors .grid_4.pl140 {
		padding-left: 0;
	}
	.justify{
		text-align: left !important;
	}
	.img-art-bl{
		max-width: 80%;
	}
	.abs.rb{
		bottom: 0;
		padding-top: 50px;
	}
	#page-location .slider_holder{
		padding: 0;
	}

	
	.slider_holder .grid_4{
		padding-bottom: 50px;
	}
	.map {
    width: 100%;
    float: left;
    position: relative;
}
	.container.map_holder{
		padding: 0;
	}
	.detailsholder {
    width: 100%;

}
	.mh{
		padding-left: 0;
		padding-right: 0;
	}
	.one_third{
		width: 100%;
		margin-right: 0;
		margin: 50px auto;
	}
	.alexandria_art {
    width: 90%;
}
	img.will_art {
	display: block;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 80vw;
    top: -9%;
}
	img.distiler_art {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 90%;
    bottom: -9vw;
}
	.interview .floatright {
    float: left;
}
	.pt150{
		padding-top: 50px;
	}
	.interview {
		padding-left: 0;
		padding-right: 0;
		padding-top: 200px;
	}
	.close{
		top: 110px;
	}
	.designers_art {
    width: 100%;
padding: 0;
}
	#page-team .abs  {
		height: initial;
		display: block;
		position: relative;
		height: 75vw;
	}	
	.right_text-holder .bottom0{
		position: relative;
		bottom: initial;
		left: auto;
		
	}
	#page-team .grid_5{
		margin-bottom: 40px;
	}
	.mobile_bg_gray{
		background-color: #f2f2f2;
	}
	#page-team .img-art::before{
		content: none;
	}
	*.ptb100{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.alexandria_art{
    margin-bottom: -19vw;
		position: absolute;
		z-index: 1;
	}
	
	.alexandria_art + .container {
		padding-top: 0;
	}
	.art_developer {
    position: absolute;
    right: 0;
    bottom: -2vw;
    width: 65vw;
    left: auto;
    z-index: 2;
}
	.pt100 {
    padding-top: 50px;
}
	
	.art_developers
	{
	width: 65vw;
    position: absolute;
    bottom: auto;
    left: auto;
    z-index: 2;
    top: 0;
    right: 0;
		
	}
	
	#page-team .container{
		padding-left: 0;
		padding-right: 0;
	}
	.mobile_bg_gray{
		background: #f2f2f2;
	}
	.mobile_pt0{
		padding-top: 0;
	}
	.mobile_pt50{
		padding-top: 50px;
	}
	.mobile_mb0{
		margin-bottom: 0;
	}
	.poi {
  
    width: 3.5vw;
		height: 3.5vw;
	}
	.poi span{
		font-size: 0.8em;
	}
	.right_text-holder {
    left: auto;
}

	
}

@media screen and (max-width: 760px) {
	#chkInternational + label, input, select{
		font-size: 0.8em;
	}
	#chkInternational + label{
		font-size: 0.6em;
	}
.img_art_Y-280 {
    margin-top: -21vw;
}	
	#chkInternational + label:before {
    width: 15px;
    height: 15px;
}
	#chkInternational + label {
		padding: 5px 0 5px 21px;
	}
		.tel {
    font-size: 1em;
}
}
@media screen and (max-width: 330px) {
.img_art_Y-280 {
    margin-top: -23vw;
}	
	#chkInternational + label{
		font-size: 0.5em;
	}

}
