
@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url('../fonts/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Light.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Light.woff') format('woff'), url('../fonts/BrandonGrotesque-Light.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Regular.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Regular.woff') format('woff'), url('../fonts/BrandonGrotesque-Regular.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4 {font-family: 'BrandonGrotesque-Regular';color: #7B6756 !important}
html,body {overflow-x: hidden;font-family: 'BrandonGrotesque-Light';}
.site-color {color: #7b6756}
a:hover {text-decoration: none;}
.site-menu {background: #7b6756;}
.site-menu a {
  font-family: 'BrandonGrotesque-Regular';
  text-align: right;
}

.site-menu .nav-primary a {position: relative;overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}
.site-menu .nav-primary a:hover {
  color: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}



.site-menu .nav-primary a::before {
  content:'';
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fff;
  transform: translateX(0%);
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.site-menu .nav-primary a:hover::before {
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
  width: 100%;
}

.social-links use {fill:#fff;}
.toggle-x--close span {border-color:#fff}
.fullscreen-slideshow {background: #bebebf;}
.v-line {height:110px;}

.banner-mosaic__banners .image {position: relative;}

.banner-mosaic__banners .image .bg::after {
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.banner-mosaic__banners .image .bg {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.banner-mosaic__banners .image .bg {
  opacity: 0.35;
}
.image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8em 8em;
  width: 100%;
  height: 100%;
  color: #fff;
}
.image figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.image figcaption .inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);width:100%; text-align: center;}
.image figcaption h2{
  color: #fff !important;
  position: relative;
  font-size:1.2rem;
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image figcaption h2 {
  
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.image figcaption h2::before {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height:0px;
  top: -90px;
  width:1px;
  background: #fff;
  -webkit-transition: height 0.35s, -webkit-transform 0.35s;
  transition: height 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image figcaption h2::after {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height:0px;
  bottom: -90px;
  width:1px;
  background: #fff;
  -webkit-transition: height 0.35s, -webkit-transform 0.35s;
  transition: height 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image:hover figcaption h2::before,
.image:hover figcaption h2::after {
  height:80px;
  -webkit-transition: height 0.35s, -webkit-transform 0.35s;
  transition: height 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

}

.image:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.image:hover figcaption::before {
  background: rgba(123, 103, 86, 0.65);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


.project-details h4 {color: #7b6756;font-size:1.2rem;}
.project-details p {color: #333;}

.project-btn {text-align: center;padding:50px 0px}
.project-btn.next,
.project-btn.prev {
  background: #f2f2f2;
}
.project-btn.all a,
.project-btn.next a,
.project-btn.prev a {position: relative;display: block;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn a:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}
.project-btn.next a::before {
  content:'';
  position: absolute;
  right: 120px;
  top: 10px;
  width: 30px;
  height: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.prev a::before {
  content:'';
  position: absolute;
  left: 120px;
  top: 10px;
  width: 30px;
  height: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.prev a:hover::before {
  width: 50px;
  left: 100px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.next a:hover::before {
  width: 50px;
  right: 100px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.all a::before {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  height: 0px;
  width: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.all a::after {
  content:'';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  height: 0px;
  width: 1px;
  background: #7b6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.project-btn.all a:hover::after,
.project-btn.all a:hover::before {
  height: 30px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}


.news-grid {margin-top:100px;}
.news-grid .image {height:50vh;}
.news-grid .col-md-4 p {margin-top:5px;}

.news-grid .col-md-4:nth-child(3n-1) {
  transform: translateY(-30px);
}

.greyscale-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
 filter: url(#greyscale);
 filter: gray;
 background: #fff;
}

.image figcaption span{
  position: absolute;
  left: 5em;
  bottom: 4em;
  font-size:12px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.image figcaption span {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.image figcaption span::before {
  content:'';
  position: absolute;
  left:-1em;
  transform: translateX(-50%);
  width:0px;
  top: 10px;
  height:1px;
  background: #fff;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.image:hover figcaption span::before {
  width:1.5em;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

}

.image:hover figcaption span {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.references .inner {padding:10px;}
.references .inner img {width: 100%; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;}

  .references .inner img:hover {width: 100%; -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none; -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}
#contact-form {width: 80%; margin:0px auto;}
#contact-form .field {
  width: 100%;
  position: relative;
  margin:30px 0px;
}
#contact-form .field label {
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  width: 100%;
  padding: 18px 0;
  font-size: 1.45em;
  letter-spacing: 0.075em;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  text-indent: 10px;
}
#contact-form .field label + span {
  font-family: 'SSStandard';
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 #cd6302;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
#contact-form .field input[type="text"],
#contact-form .field textarea {
  border: none;
  background: #E8E9EA;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  padding-left: 19.5%;
  color: #313A3D;
  font-size: 1em;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
#contact-form .field input[type="text"]#msg,
#contact-form .field textarea#msg {
  height: 100%;
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
#contact-form .field input[type="text"]:focus, #contact-form .field input[type="text"].focused,
#contact-form .field textarea:focus,
#contact-form .field textarea.focused {
  outline: none;
}
#contact-form .field input[type="text"]:focus#msg, #contact-form .field input[type="text"].focused#msg,
#contact-form .field textarea:focus#msg,
#contact-form .field textarea.focused#msg {
  padding-bottom: 150px;
}
#contact-form .field input[type="text"]:focus + label, #contact-form .field input[type="text"].focused + label,
#contact-form .field textarea:focus + label,
#contact-form .field textarea.focused + label {
  width: 18%;
  background: #7b6756;
  color: #fff;
}
#contact-form .field input[type="text"].focused + label,
#contact-form .field textarea.focused + label {
  color: #FD9638;
}
#contact-form .field:hover label {
  width: 18%;
  background: #7b6756;
  color: white;
}
#contact-form input[type="submit"] {
  background: #7b6756;
  color: white;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  font-size: 1.4em;
  margin-top:30px;
  float: right;
  letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  cursor: pointer;
}
#contact-form input[type="submit"]:hover,
#contact-form input[type="submit"]:focus {
  background: transparent;
  border: 1px solid #7b6756;
  color: #7b6756;
}


.site-footer {background: #f2f2f2;padding-top:0px;margin-top:0px;padding-bottom:30px;}
.site-footer a {color: #606060;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;}
.site-footer a:hover {color: #7B6756;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;}
.site-footer .nav-footer a:hover {}
.nav-footer {padding:20px 0;}


.nav-footer a {color:#7b6756;position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding:20px;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}
.nav-footer a:hover {color:#606060;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,all 0.35s;
}

.nav-footer a::after {
  content:'';
  position: absolute;
  right: -10px;
  top:50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #606060;
}


.nav-footer div:last-child a::after {
  display: none;
}





/*  Team Starts */
.team-members {
	transform: rotate(-45deg);
}
.team-members li {
  list-style: none;
}
.team-members li > div {
	float: left;
	width: 20%;
}

.team-members li:nth-child(2) > div:first-child {
	margin-left: 20%;
}

.team-members li:last-child > div:first-child {
	margin-left: 40%;
}

.member-details > div {
	background-color: #ddd;
	margin: 5px;
}
.member-details img {
	transform: rotate(45deg) translate(0, 15px) scale(1.2);
	display: block;
	width: 100%;
	height: 100%;
}

/* hover content - style */
.member-details > div {
	position: relative;
	overflow: hidden;
}

.member-info {
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translate(-12px, 15px);
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}

.member-info h3,
.member-info p {
	margin: 0;
	color: #fff !important;
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.member-info h3 {
	font-size: 14px;
	font-weight: 400;
	top: -100px;
}

.member-info p {
	font-weight: 300;
	font-size: 12px;
	bottom: -150px;
}

.member-details > div:after {
	content: '';
	background-image: linear-gradient(45deg, rgba(123, 103, 86, 0.8) 50%, transparent 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

/* hover content - onhover */
.member-details *,
.member-details > div:after {
	cursor: pointer;
	transition: all .4s ease;
}

.member-details:hover *,
.member-details:hover > div:after {
	opacity: 1;
	visibility: visible;
}

.member-details:hover .member-info h3 {
	top: 0;
}

.member-details:hover .member-info p {
	bottom: 0;
}

/* Team overview */
.team-overview {
	padding-right: 15px;
}
.team-overview h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.team-overview > a {
	margin-bottom: 30px;
	display: block;
}

.team-overview > a:before {
	content: '';
	width: 10px;
	height: 2px;
	position: relative;
	top: -3px;
	margin-right: 5px;
	background-color: #ccc;
	display: inline-block;
}


/* For centering elements - optional - Can use table,tablecell instead */
.flex-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-center > div:first-child {
	order: 2;
}

/* RESPONSIVE */
@media only screen and (max-width : 992px) {
	.sm-no-flex {
		display: block;
	}
	.sm-no-float {
		float: none !important;
	}
	.sm-text-center {
		text-align: center;
	}
}

@media only screen and (max-width : 550px) {
	.team-members li {
		text-align: center;
	}
	.team-members li > div {
		float: none;
		display: inline-block;
		width: 30%;
		margin: 0 !important;
	}
	.team-members {
		transform: rotate(0);
	}
	.member-details img {
		transform: rotate(0) translate(0, 0);
	}
	.team-overview {
		padding: 15px;
	}

}

@media only screen and (max-width : 399px) {
	.team-members li > div {
		width: 48%;
	}
}




.fullscreen-slideshow__images .image::after {
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}

@media screen and (max-width:600px) {
  .slider .flickity-viewport .image h2 {width: 90%;}
}