
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

.wrapper {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 40px 0 40px;
	mix-blend-mode: normal;
}

.header {
	position: fixed;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
/*	background-color: rgba(0, 0, 0, 0.5);*/
	z-index: 3;
	transition: .35s ease-in-out;
	top:0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.header .wrapper {
	position: relative;
}

.header .logo {
	max-width: 190px;
	margin: 40px 0 30px 0;
}

.nav {
	position: absolute;
	padding-right: 40px;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.nav i {
	font-size: 50px;
	color: #fff;
	display: none;
}

.nav li {
	color: #fff;
	list-style: none;
	display: inline-block;
	letter-spacing: 1px;
}

.nav a::after {
	display:block;
  content: '';
  border-bottom: solid 2px #fff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  padding-top:10px;
}

.sub-nav a:after{
	transform: scaleX(0);
}

.nav a:hover::after {
	transform: scaleX(1);
}

.active:after{
	transform: scaleX(1) !important;
}

.main-nav {
	margin-top:0;
	margin-bottom:0;
}

.nav li:last-child a {
	margin-right: 0;
	padding-right: 0;
}

.sub-nav li:last-child a {
	  margin: 0;
    padding: 20px;
    display: block;
}

.sub-nav {
	position: absolute;
	background-color: inherit;
/*	background-color: rgba(0, 0, 0, 0.5);
*/	/*background-color: rgba(84, 86, 90, 1);*/
	padding: 0;
	z-index: -1;
	transition: 250ms ease-in-out;
	width: 200px;
	visibility: hidden;
	opacity: 0;
}

.nav a {
	display: block;
	padding: 20px;
	margin: 0 5px 0 5px;
}

.nav a {
	text-decoration: none;
	color: inherit;
}

.sub-nav a{
	margin: 0;
	padding: 20px ;
	display: block;
}

.sub-nav li {
	width: 100%;
}

.nav li:hover .sub-nav, .nav.hover .sub-nav {
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.scrolled {
		background: white;
/*	background: rgba(84, 86, 90, 1);*/
	text-shadow: none;
}

.scrolled .sub-nav {
	background: white;
/*	background: rgba(84, 86, 90, 1);*/
}

.scrolled a::after {
  border-bottom: solid 2px #54565a !important;  
}

.scrolled .logo{
	filter: invert(31%) sepia(14%) saturate(145%) hue-rotate(182deg) brightness(50%) contrast(84%);
}

.scrolled li {
	color: #54565a !important;
}

.scrolled i {
		color: #54565a !important;
}

#slider {
	overflow: hidden;
	position: relative;
	height: 100vh;
	max-height: 1080px;
}

#slider .content {
	overflow: visible;
	position: relative;
	width: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }

 .slide img {
 	object-fit: cover;
 	width: 100%;
 	height: 100vh;
 	max-height: 1080px;
 }


.slide:first-child {
}

.slide:nth-child(2) {
	margin-left: 100%;
}

.slide:nth-child(3) {
	margin-left: 200%;
}

.slide:nth-child(4) {
	margin-left: 300%;
}

.slide:nth-child(5) {
	margin-left: 400%;
}

.slide:nth-child(6) {
	margin-left: 500%;
}

.slide:nth-child(7) {
	margin-left: 600%;
}

.slide:nth-child(8) {
	margin-left: 700%;
}

.home-page .section {
	text-align: center;
	margin: 100px 0 150px 0;
}

.section {
	text-align: center;
	margin: 100px 0 150px 0;
}

h1 {
	font-size: 28px;
	letter-spacing: 8px;
	line-height: 200%;
	display: inline-block;
	margin-top:0;
	color: #54565a;
}

h1:after {
	border-bottom: 2px solid #54565a;
	width: 25px;
	display:block;
	content: '';
	margin-top: 40px;
}

.hcenter:after {
	margin-left: auto;
	margin-right: auto;
}

.section p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 200%;
	margin:40px 0 40px 0;
}

.section h2 {
	font-weight: inherit;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 200%;
	margin:40px 0 40px 0;
}

.home p{
	padding-left: 75px;
	padding-right: 75px;
}

.callouts {
	font-size: 0;
	position: relative;
}

.background {
	position: absolute;
	top:10%;
	width: 100%;
	height: 80%;
	background-color: #1d1d1f;
	z-index: -1;
}

.callouts .box {
	width: 30%;
	height: 600px;
	margin-right: 5%;
	background-color: grey;
	display: inline-block;
	position: relative;
}

.callouts a {
	height: 100%;
	width: 100%;
	display: block;
}

.callouts .box:last-child {
	margin-right: 0;
}

.callouts .box:first-child {
	background: url('images/callout_1.jpg') no-repeat center center;
	background-size: cover;
}

.callouts .box:nth-child(2) {
	background: url('images/callout_2.jpg') no-repeat center center;
	background-size: cover;
}

.callouts .box:nth-child(3) {
	background: url('images/callout_3.jpg') no-repeat center center;
	background-size: cover;
}

.callouts .box:hover .bar {
	padding:300px 0;
	margin-top: -300px;
}

.callouts .box:hover span span {
	width: 100%;
}

.callouts span span{
    height: 2px;
    background-color: white;
    margin-bottom: -10px;
    width: 0;
    transition: .35s ease-in-out;
}

.callouts span {
	display: inline-block;
	height: 0;
	letter-spacing: 2px;
}

.callouts .bar {
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 0;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 60px 0;
	margin-top: -60px;
	letter-spacing: 1px;
	transition: .35s ease-in-out;
}

.footer {
	min-height: 300px;
	background-color: #54565a;
	color: #fff;
	position: relative;
}

.footer .end {
	text-align: center;
	width: 100%;
	background-color: #1d1d1f;
	color: #54565a;
	bottom:0;
	font-size: 12px;
	position: absolute;
}

.col {
		padding-top:50px;
	display: inline-block;
	vertical-align: top;
}
.footer .logo {
	width: 150px;
	margin-right: 70px;
}

.footer p {
	letter-spacing: 1px;
}

.footer h3 {
	letter-spacing: 8px;
	display: inline-block;
	margin:0 0 20px 0;
}

.footer h3:after {
	border-bottom: 2px solid white;
	width: 25px;
	display:block;
	content: '';
	margin-top: 20px;
}

.socials {
	padding-top:50px;
	float:right;
}

.socials i {
	margin-left: 20px;
	font-size: 26px;
}

.socials-page {
	padding-top: 0;
	margin-left: 0px;
	float: left;
}

.socials-page i {
	margin-left: 0px;
	margin-right: 20px;
}

.owl-carousel .item {
	background-color: #000;
}

.owl-item {
	box-sizing: border-box;
	border: 5px solid white;
	transform: scale(1);
	transition: 1s ease-in-out;
}

.owl-carousel .item img {
	opacity: 0.4;
		transition: 1s ease-in-out;
}

.owl-carousel .center {
transform:scale(1.2);
z-index: 1;
	transition: 1s ease-in-out;
}

.owl-carousel .center img {
	opacity: 1;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-carousel {
	padding: 100px 0;
	overflow: hidden;
}

.header-space {
	height: 150px;
}

.col-2 {
	width: 50%;
	text-align: left;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.padding-left {
	padding-left: 75px;
}

.padding-right {
	padding-right: 75px;
}

.col-2 img {
	width: 100%;
	/*max-height: 570px;*/
	object-fit: cover;
}

.margin-bottom {
	margin-bottom: 100px;
}

.remove-hidden {
	font-size: 0;
}

.mobile {
	display: none;
	padding-top: 150px;
    height: 100%;
    position: fixed;
    width: 100%;
    background-color: rgba(84, 86, 90, 1);
    z-index: 2;
    box-sizing: border-box;
    top: -100%;
    transform-origin: bottom;
    transition: 1s ease-in-out;
}

.mobile-nav {
    display: block;
    width: 100%;
    z-index: 3;
    background-color: rgba(84, 86, 90, 1);
    cursor: pointer;
    text-align: center;
}


.mobile-nav li {
	margin: 40px auto;
	color: #fff;
	list-style: none;
	display: block;
	font-size: 26px;
	max-width: fit-content;
}

.mobile-nav li::after {
  display:block;
  content: '';
  border-bottom: solid 2px #fff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  padding-top:10px;
}

.mobile-nav li:hover::after {
	transform: scaleX(1);
}

a {
	text-decoration: none;
}

.header-colour {
		background: rgba(84, 86, 90, 1);
}

.header-colour i {
	color: white !important;
}

.header-colour .logo{
	filter: none;
}

.gallery {
	margin-top: 20px;
}

.gallery-section {
	display: inline-block;
	position: relative;
	width: 50%;
	overflow: hidden;
	text-align: left;
}

.gallery-section .dummy {
	margin-top:75%;
}

.gallery-section .element {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:10px;
	overflow: hidden;
}

.margin-top {
	margin:50px 0 0 0;
}

.gallery-section img {
	object-fit: cover;
	width: 101%;
	transition: 250ms ease-in-out;
}

/*.gallery-section p{
	position: absolute;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
	padding:50px;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
	transition: 250ms ease-in-out;
}
*/

.gallery-section h2{
	margin: 0;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	letter-spacing: 2px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
/*	background-color: rgba(0, 0, 0, 50%);*/
	color: #fff;
	width: 100%;
	padding:25px;
	box-sizing: border-box;
	transition: 250ms ease-in-out;
}

.gallery-section-hover:hover {
	opacity: 0.6;
}

.rtl div {
	float: right;
}

.project-gallery {
	margin: 10px auto;
	max-width: 960px;
	text-align: left;
}

.project-gallery img {
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}

.project-gallery-portrait img {
	width: 50%;
}

.project-gallery-portrait img:first-child {
	padding-right: 10px;
}

.project-gallery-portrait img:nth-child(2) {
	padding-left: 10px;
}

.socials a {
	color: white;
}

.socials a:hover {
	color: lightgrey;
}

.socials-page a {
	color: black;
}

.socials-page a:hover {
	color: grey;
}

form {
	margin-bottom: 50px;
}

form .form-row {
	display: flex;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 200%;
	margin:40px 0 40px 0;
}

form label {
	display: inline-block;
	width: 30%;
}

form input {
	flex-grow: 1;
	display: inline-block;
    border: none;
    border-bottom: 1px #54565a solid;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    font-size: 16px;
}

form textarea {
	height: 150px;
	flex-grow: 1;
	overflow: auto;
    resize: vertical;
    border: none;
    border-bottom: 1px #54565a solid;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    font-size: 16px;
}

form button {
	color: white;
	border: none;
	background-color: #54565a;
	    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    font-size: 16px;
    width: 70%;
    margin: 0 0 0 30%;
    cursor: pointer;
}

.address {
	margin-top: 20px;
}

.address p {
/*	width: 50%;
	display: inline-block;*/
	vertical-align: top;
	margin: 10px 0 10px;
}

.padding-fix {
	padding-left: 10px;
}

 input:focus, textarea:focus, select:focus{
     outline: none;
 }

@media (max-width: 992px) {
	.project-gallery-portrait img {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.rtl div {
		float: inherit;
	}
	.padding-left {
		padding-left: 0px;
	}
	.padding-right {
		padding-right: 0px;
	}
	.col-2 {
		width: 100%;
		padding: 20px;
		display: block;
	}
	.section {
		margin: -40px 0 0 0;
	}
	.home-page .section {
		margin: 50px 0 50px 0;
	}
	.socials {
		text-align: center;
		float: none;
	}
	.socials-page {
		text-align: center;
	}
	.col {
		width: 100%;
		text-align: center;
	}
	.footer {
		padding-bottom: 100px;
	}
	.footer .logo {
		margin: 0;
	}
	.socials i {
		margin-left: 10px;
		margin-right: 10px;
	}
	.socials-page i {
		margin-left: 0px;
		margin-right: 20px;
	}
	.nav i {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
		font-size: 40px;
	}
	.nav .full-screen {
		display: none;
	}
	.mobile {
		display: block;
	}
	.callouts .box {
		height: 300px;
		width: 100%;
		margin: 25px 0 25px 0;
	}
	.callouts .box:hover .bar {
	padding:150px 0;
	margin-top: -150px;
	}
	.gallery-section {
	width: 100%;
	}
	.header {
		
	}
	.header .logo {
		max-width: 150px;
		margin: 30px 0 20px 0;
    padding-left: 20px;
	}
	.wrapper {
		padding: 0 20px 0 20px;
	}
	.nav {
		padding-right: 20px;
		width: 40px;
		text-align: center;
	}
	#slider {
		height: initial;
		padding-bottom: 55%;
		/*margin-top: 96px;*/
	}
	.slide img {
		height: initial;
	}
	.mob-center {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	form {
		text-align: left;
	}
	form .form-row {
		flex-wrap: wrap;
	}

	form label {
		width: 100%;
	}
	form button {
		margin: 0;
		width: 100%;
	}

	.address p {
		width: 100%;
	}
	.padding-fix {
		padding: 0;
	}
}

.top-reset {
	top:0%;
}

/*.project-gallery {
   line-height:0;
   -webkit-column-count:2;
   -webkit-column-gap:5px; 
   -moz-column-count:2;
   -moz-column-gap:5px;
   column-count:2;
   column-gap:5px;
}

.project-gallery img {
   width: 100% !important;
   height: auto !important;
   margin-bottom:5px;
}

@media (max-width: 1200px) {
   .project-gallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 1000px) {
   .project-gallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 800px) {
   .project-gallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 400px) {
   #.project-gallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}*/
