
/*
    Grid
*/

.block {
	font-size: 0;
}
.ib {
	display: inline-block;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.vb {
	vertical-align: bottom;
}

.grecaptcha-badge {
	opacity: 0;
	display: none;
}
.main {
}
.section {
	position: relative;
}
.hero-form {
	height: 100vh;
	min-height: 860px;
}
.centered {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
}
.centered-middle {
	display: table-cell;
	vertical-align: middle;
}
.padd-new {
	padding: 10%;
}
.padd-edges {
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1500px;
	margin: 0 auto;
}
.padd-top-bot {
	padding-top: 14%;
	padding-bottom: 10%;
}
.padd-top-bot.top-sml {
	padding-top: 8%;
}
.padd-left {
	padding-left: 6%;
	max-width: 1500px;
	margin: 0 auto;
}
.padd-right {
	padding-right: 6%;
	max-width: 1500px;
	margin: 0 auto;
}
.intro {
	position: absolute;
	left: 0;
	right: 0;
	height: 100vh;
	background-color: #e5e5e5;
	z-index: 50;
}
.full,
.full-video-auto {
	height: 100vh;
}
.object-fit,
.object-fit-tall {
	position: relative;
}
.z1 {
	z-index: 1;
}
.z2 {
	z-index: 2;
}
.object-fit {
	background-color: #333;
}
.object-fit img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.object-fit-tall img {
    width: 100%;
    height: 110%;
    object-fit: cover;
}
.overflow-hide {
	overflow: hidden;
}
.full video,
.full-video-auto video {
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
 	background-color: #111;
  	background-image:;
  	background-position: center center;
  	background-size: contain;
   	object-fit: cover;
   	z-index:1;
}
.video-relative,
.video-relative video {
}
.video-relative {
	display: none;
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 20;
}
.video-relative.video-show {
	display: block;
}
.video-relative video {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
 	background-color: #111;
  	background-image:;
  	background-position: center center;
  	background-size: contain;
   	object-fit: cover;
}
.but-vid a {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
}

.cover {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}
.logo-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 370px;
	z-index: 2;
	padding-bottom: 30px;
}
.logo-center-over {
	position: relative;
	display: block;
	overflow: hidden;
}
.logo-center-over-content {
	position: absolute;
}
.text-enter {
	text-align: center;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	z-index: 2;
}
.text-enter a {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.text-enter a:hover {
	border-bottom: 1px solid transparent;
}
.text-mid {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 790px;
	z-index: 2;
	text-align: center;
}
.text-mid.text-wider {
	width: 90%;
}
.text-mid .text-ani-contact {
	padding-top: 0;
}
.line-vertical {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 50%;
	z-index: 2;
}
.line-vertical span {
	position: absolute;
	width: 2px;
	height: 110px;
	bottom: 0;
	background-color: #fff;
}

.gallery {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
/*.gallery .owl-item {
	width: 100%;
	height: 72vh;
}*/
.gallery .owl-item {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #666;
	position: relative;
}

.line-vert {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 100px;
	z-index: 2;
	background-color: transparent;
	animation-name: goLine;
	animation-duration: 2.5s;
}
.line-vert-home {
	position: absolute;
	width: 1px;
	height: 0;
	z-index: 3;
	left: 50%;
	bottom: 0;
	background-color: #fff;
	/*animation-name: goLine;
	animation-duration: 2.5s;*/
	-webkit-animation: goLine linear 2s 3 forwards;
    animation: goLine linear 2s 3 forwards;
}

@-webkit-keyframes goLine {
0% {
	height: 10px;
	bottom: 90px;
	background-color: #fff;
}
35% {
	height: 100px;
	bottom: 0;
}
50% {
	height: 100px;
	bottom: 0;
}
85% {
	height: 0;
	bottom: 0;
}
100% {
	height: 0;
	background-color: #fff;
}
}

@keyframes goLine {
0% {
	height: 10px;
	bottom: 90px;
	background-color: #fff;
}
35% {
	height: 100px;
	bottom: 0;
}
50% {
	height: 100px;
	bottom: 0;
}
85% {
	height: 0;
	bottom: 0;
}
100% {
	height: 0;
	background-color: #fff;
}
}


.introOut {
	animation-name: introOut;
	animation-duration: 4.5s;
	animation-fill-mode: forwards;
}
@keyframes introOut {
0% {
	opacity: 1;
}
60% {
	opacity: 1;
}
99.9% {
	z-index: 2;
}
100% {
	opacity: 0;
	z-index: 0;
}
}
@-webkit-keyframes introOut {
0% {
	opacity: 1;
}
60% {
	opacity: 1;
}
99.9% {
	z-index: 2;
}
100% {
	opacity: 0;
	z-index: 0;
}
}

.logoUp {
	animation-name: logoUp;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
}
@keyframes logoUp {
0% {
	margin-top: 0;
}
100% {
	margin-top: -100px;
}
}
@-webkit-keyframes logoUp {
0% {
	margin-top: 0;
}
100% {
	margin-top: -100px;
}
}

.logoIn {
	animation-name: logoIn;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
}
@keyframes logoIn {
0% {
	opacity: 0;
}
5% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@-webkit-keyframes logoIn {
0% {
	opacity: 0;
}
5% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

.logoInSecond {
	animation-name: logoInSecond;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
@keyframes logoInSecond {
0% {
	opacity: 0;
}
40% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@-webkit-keyframes logoInSecond {
0% {
	opacity: 0;
}
40% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

.lineOut {
	animation-name: lineOut;
	animation-duration: 8s;
	animation-fill-mode: forwards;
}
@keyframes lineOut {
0% {
	opacity: 1;
}
90% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}
@-webkit-keyframes lineOut {
0% {
	opacity: 1;
}
90% {
	opacity: 1;
}
100% {
	opacity: 0;
}
}

.bg-white {
	background-color: #fff;
}
.bg-grey {
	background-color: #e5e5e5;
}
.bg-red {
	background-color: #960000;
}
.bg-black {
	background-color: #000;
}
.centre {
	text-align: center;
}
.padd {
	padding: 10%;
	padding-left: 5%;
	padding-right: 5%;
}
.padd.padd-contact {
	padding-top: 190px;
}
.padd.mani {
	padding: 10%;
	padding-left: 10%;
	padding-right: 0;
}
.padd.alt {
	padding: 10%;
	padding-left: 0;
	padding-right: 10%;
}
.padd-projects {
	padding: 10%;
	padding-left: 8%;
	padding-right: 8%;
}
.img-620 {
	max-width: 620px;
	margin: 0 auto;
	/*padding-top: 70px;
	padding-bottom: 40px;*/
}
.img-1100 {
	max-width: 1100px;
	margin: 0 auto;
}
.img-1210 {
	max-width: 1210px;
	margin: 0 auto;
	/*padding-top: 60px;*/
}
.img-padd-top {
	padding-top: 45px;
}
.bg-car {
	background-image: url(../images/bg-car.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}
.manifesto-cols {
	position: relative;
	overflow: hidden;
	display: block;
}
.manifesto-cols img {
	width: 37%;
}
.manifesto-cols-over {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 37%;
	right: 0;
	z-index: 2;
}
.manifesto-cols-over .heading {
	position: absolute;
	bottom: 2px;
	width: 100%;
}
.manifesto-cols-alt {
	position: relative;
	overflow: hidden;
	display: block;
}
.manifesto-cols-alt img {
	width: 37%;
	margin-left: 63%;
}
.manifesto-cols-over-alt {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 37%;
	z-index: 2;
}
.manifesto-cols-over-alt .heading {
	position: absolute;
	bottom: 2px;
	width: 100%;
}
.manifesto-cols-over h2,
.manifesto-cols-over-alt h2 {
	/*padding-bottom: 5%;*/
}
.manifesto-cols-over .align-mid,
.manifesto-cols-over-alt .align-mid {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}


.projects-grid {
	padding: 5%;
	padding-top: 20px;
	padding-bottom: 10%;
}
.padd-nav {
	padding: 8.6%;
	padding-top: 190px;
	padding-bottom: 0;
}
.project {
	width: 42%;
	margin: 4%;
	margin-bottom: 3%;
}
.project a:hover {
	opacity: 0.8;
}
.project-info {
	padding-top: 36px;
}
.project-left {
	float: left;
}
.project-right {
	float: right;
}
.nav-folio-left {
	width: 70%;
}
.text-right {
	width: 30%;
	text-align: right;
}
.project-wrap {
	display: none;
}
.project-wrap.active {
	display: block;
}


.text-tl {
	color: #fff;
	position: absolute;
	z-index: 2;
	padding: 5%;
	padding-top: 8%;
}
.text-tl p {
	color: #fff;
}
.disclaimer {
	padding-top: 160px;
	/*padding-left: 10%;
	padding-right: 10%;*/
	padding-bottom: 10%;
	/*max-width: 1200px;*/
	margin: 0 auto;
}
.disclaimer h1 {
	text-align: center;
	max-width: none;
	padding-bottom: 30px;
}
/*
.disclaimer p {
	font-size: 16px;
	margin-bottom: 20px;
}
.disclaimer ul {
	font-family: 'gt_pressuralight', Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    font-size: 16px;
    line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.disclaimer ul li {
	background-image: url(../images/icon-bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	-moz-background-size: 20px;
	list-style: none;
	padding-left: 30px;
}*/
.img-mob {
	display: none;
}
.socdisplay {
	display: block;
}
.sochide {
	display: none;
}


/* Footer */

.footer {
	text-align: center;
	background-color: #030303;
}
.footer img {
	/*max-width: 110px;*/
}
.footer-inner {
	/*padding-top: 70px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;*/
}
ul.nav-footer {
	display: block;
	padding-top: 35px;
}
ul.nav-footer li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
ul.nav-footer li a {
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
ul.nav-footer li a:hover {
	color: #999;
}
.mani-img-desktop {
	opacity: 1;
}
.mani-img-mobile img {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.logo-rma {
	text-align: center;
	width: 76px;
	margin: 0 auto;
	padding: 0;
}
.logo-rma img {
	text-align: center;
	width: 76px !important;
	margin: 0;
	padding: 0;
}
.logo-rma a,
.logo-rma a:hover {
	border: 0;
}
.desktop {
	display:block!important;
}
.mobile {
	display:none!important;
}

/* End main CSS ............................................ */

@media screen and (min-width: 1024px) {

.logo-rma {
	padding-top: 8%;
}

}

@media screen and (min-width: 1441px) {

.manifesto-cols-over h2,
.manifesto-cols-over-alt h2 {
	padding-bottom: 80px;
}

}


@media screen and (min-width: 1023px) and (max-width: 1025px) {

.img-620 {
	max-width: 450px;
	/*padding-top: 70px;
	padding-bottom: 40px;*/
}
.img-1210 {
	max-width: 550px;
}

}

@media screen and (min-width: 1024px) and (max-width: 1440px) {

h1 br,
h1 br {
	display: none;
}
/*
.nav-folio-left ul {
	padding-left: 0;
}
.nav-folio-left ul li a {
	font-size: 62px;
	line-height: 62px;
}
.nav-folio-left ul li a span {
	width: 0;
	margin-top: 35px;
	margin-left: 20px;
	margin-right: 10px;
}
.nav-folio-left ul li a:hover span,
.nav-folio-left ul li a.on span {
	width: 50px;
}*/
.padd.mani {
	padding: 10%;
	padding-left: 5%;
	padding-right: 0;
}
.padd.alt {
	padding: 10%;
	padding-left: 0;
	padding-right: 5%;
}
.manifesto-cols-over h2,
.manifesto-cols-over-alt h2 {
	font-size: 42px;
	line-height: 47px;
}
.manifesto-cols-over p,
.manifesto-cols-over-alt p {
	font-size: 16px;
	line-height: 22px;
}
.bg-car img {
	width: 88%;
}

}

@media screen and (max-width: 1023px) {

.hero-form {
	height: auto;
	min-height: 40px;
	padding-top: 70px;
	padding-bottom: 30px;
}
.bg-car img {
	width: 88%;
}
.padd-projects {
	padding-top: 140px;
	padding-bottom: 140px;
}
.padd-mob-first {
	padding-top: 100px;
	padding-bottom: 60px;
}
.padd-mob-second {
	padding-top: 40px;
	padding-bottom: 90px;
}
.padd-para p {
	padding-left: 30px;
	padding-right: 30px;
}
p br {
	display: none;
}
.text-tl p br {
	display: block;
}
.project-block p {
	padding-right: 30px;
}
.project-block p br {
	display: block;
}
.full-video-auto {
	height: auto;
	position: relative;
}
.full-video-auto video {
	width: 100%;
	height: auto;
	position: relative;
	right: auto;
	bottom: auto;
	top:auto;
	right:auto;
	background-size: none;
 	background-color: #333;
  	background-image:none;
  	background-position: none;
  	background-size: none;
	object-fit: contain;
   	z-index:1;
}

/*
.nav-folio-left ul {
	padding-left: 0;
	padding-bottom: 30px;
}*/
.nav-folio-left,
.nav-folio-right {
	width: 100%;
}
.nav-folio-right {
	width: 100%;
}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

h1 br,
h1 br {
	display: none;
}
.footer-inner {
	/*padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;*/
}
ul.nav-footer li {
	padding-left: 15px;
	padding-right: 15px;
}
.padd.mani {
	padding: 10%;
	padding-left: 0;
	padding-right: 0;
}
.padd.alt {
	padding: 10%;
	padding-left: 0;
	padding-right: 0;
}
.manifesto-cols-over p {
}
.manifesto-cols-over h2,
.manifesto-cols-over-alt h2 {
	font-size: 35px;
	line-height: 40px;
	/*padding-bottom: 20px;*/
}
.manifesto-cols-over p,
.manifesto-cols-over-alt p {
	font-size: 15px;
	line-height: 20px;
}

/*
.nav-folio-left ul li a {
	font-size: 62px;
	line-height: 62px;
}
.nav-folio-left ul li a span {
	width: 0;
	margin-top: 35px;
	margin-left: 0;
	margin-right: 0;
}
.nav-folio-left ul li a:hover span,
.nav-folio-left ul li a.on span {
	width: 50px;
	margin-right: 10px;
}*/

.padd-nav {
	padding: 8.6%;
	padding-bottom: 0;
	padding-top: 160px;
}
.nav-folio-left {
	width: 55%;
}
.text-right {
	width: 45%;
}
.text-right p {
	font-size: 15px;
	line-height: 22px;
}
.project-info {
	padding-top: 25px;
}

.text-mid {
	width: 90%;
}


}


@media screen and (max-width: 767px) {

.img-mob {
	display: block;
}
.desktop {
	display:none!important;
}
.mobile {
	display:block!important;
}
.video-top,
.video-top video {
	display: none !important;
}
.padd-left {
	padding-left: 5%;
	padding-right: 5%;
}
.padd-right {
	padding-left: 5%;
	padding-right: 5%;
}
.mani-img-desktop2 {
	display: block;
	text-align: center;
}
.mani-img-desktop2 img {
	max-width: 450px;
}
.padd.mani,
.padd.alt {
	padding: 10%;
	padding-left: 10%;
	padding-right: 10%;
}
.padd.padd-contact {
	padding-top: 110px;
}
.manifesto-cols img {
	width: 100%;
}
.mani-img-desktop img {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.mani-img-mobile img {
	height: auto;
	overflow: hidden;
	opacity: 1;
	width: 40%;
}
.manifesto-cols-over,
.manifesto-cols-over-alt {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.manifesto-cols-alt img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.manifesto-cols-over h2,
.manifesto-cols-over-alt h2 {
	/*padding-top: 5%;
	padding-bottom: 5%;*/
}
.manifesto-cols-over .heading,
.manifesto-cols-over-alt .heading {
	position: relative;
	bottom: 2px;
	width: 100%;
}
.manifesto-cols-over .align-mid,
.manifesto-cols-over-alt .align-mid {
	position: relative;
	left: auto;
	top: auto;
	transform: translate(0, 0);
	width: 100%;
}

.text-mid {
	width: 90%;
}
.project-block-left,
.project-block-right {
	width: 100%;
}
.project-block-left {
	padding-bottom: 25px;
}
.text-tl {
	padding-top: 80px;
}

.padd-nav {
	padding: 8.6%;
	padding-bottom: 0;
	padding-top: 100px;
}
.nav-folio-left {
	width: 100%;
}
.text-right {
	width: 100%;
	padding-top: 10px;
}
.project {
	width: auto;
	margin: 4%;
}
.project-info {
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo-rma {
	padding-bottom: 20px;
}



}


@media screen and (min-width: 480px) and (max-width: 767px) {

h1 br {
	display: none;
}
.padd {
	padding: 70px;
	padding-left: 5%;
	padding-right: 5%;
}
.footer-inner {
	/*padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;*/
}
ul.nav-footer li {
	padding-left: 10px;
	padding-right: 10px;
}

/*.nav-folio-left ul li a {
	font-size: 45px;
	line-height: 45px;
}
.nav-folio-left ul li a span {
	width: 0;
	margin-top: 28px;
	margin-left: 0;
	margin-right: 0;
}
.nav-folio-left ul li a:hover span,
.nav-folio-left ul li a.on span {
	width: 50px;
	margin-right: 10px;
}*/

}

@media screen and (max-width: 479px) {

.cover.img-concierge-push {
	/*background-position: center right;*/
}
.line-vertical span {
	height: 150px;
}
h1 br {
	display: none;
}
.padd {
	padding: 50px;
	padding-left: 25px;
	padding-right: 25px;
}
.padd.mani,
.padd.alt {
	padding: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
}
.logo-center {
	width: 300px;
}
.text-enter {
	bottom: 110px;
}
.footer-inner {
	/*padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;*/
}
ul.nav-footer li {
	padding-left: 10px;
	padding-right: 10px;
}
.img-620 {
	/*padding-top: 40px;
	padding-bottom: 40px;*/
}
.img-1210 {
	/*padding-top: 40px;*/
}
/*
.nav-folio-left ul li a {
	font-size: 45px;
	line-height: 50px;
}
.nav-folio-left ul li a span {
	width: 0;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
}
.nav-folio-left ul li a:hover span,
.nav-folio-left ul li a.on span {
	width: 30px;
	margin-right: 10px;
}*/
/*
.disclaimer p {
	font-size: 15px;
	margin-bottom: 20px;
}*/
.disclaimer ul {
    font-size: 15px;
    line-height: 22px;
}
.mani-img-desktop2 img {
	max-width: 280px;
}
.project-block {
	font-size: 0;
	margin-bottom: 50px;
}
.disclaimer {
	padding-top: 120px;
}
.logo-rma {
	padding-bottom: 15px;
}

}

@media screen and (min-width: 320px) and (max-width: 550px) {

.manifesto-cols-over .caps,
.manifesto-cols-over-alt .caps {
	margin-bottom: 0;
}
.manifesto-cols-over .heading,
.manifesto-cols-over-alt .heading {
	padding-top: 0;
}
.manifesto-cols-over h2,
.manifesto-cols-over-alt h2 {
	padding-bottom: 15px;
	padding-top: 0;
}
.manifesto-cols-over .mani-img-mobile,
.manifesto-cols-over-alt .mani-img-mobile {
	display: block;
	padding-bottom: 14px;
}
.manifesto-cols-over .mani-img-mobile img,
.manifesto-cols-over-alt .mani-img-mobile img {
	width: 40%;
}

}
