@charset "UTF-8";
/* CSS Document */
body {
	background: #fff;
	font-family: 'Helvetica Neue LT Std';
    font-weight: 300;
}
* {
	transition: all 0.2s ease-in;
	outline: none !important;
}
ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
/* Header */
#header {
	padding: 15px 20px;
}
#header img {
	max-width: 100%;
	height: auto;
}
#sub-logo {
	text-align: right;
}
#sub-logo img {
	height: 65px;
	width: auto;
	max-width: 100%;
}
img.mobile-logo {
	display: none;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline-block;
	margin-right: 100px;
	position: relative;
}
#nav li:last-of-type {
	margin-right: 0px;
}
#nav li a {
	color: #1d1d1b;
	font-size: 24px;
	padding: 20px 0px;
	display: block;
	cursor: pointer;
}
#nav li a:hover {
	text-decoration: none;
}
#nav ul {
	position: absolute;
	background-color: #fff;
	min-width: 140px;
	max-width: 170px;
	padding: 7px 12px 12px 12px;
	z-index: 1;
	left: -12px;
	top: 76px;
	visibility: hidden;
	opacity: 0;
}
#nav ul li {
	display: block;
	width: 100%;
}
#header li:hover ul {
	visibility: visible;
	opacity: 1;
}
#nav li a span {
	color: #a77860;
	font-weight: bold;
}
#nav ul li a {
	font-size: 18px;
	padding: 5px 0px;
}
#nav ul li a:hover {
	color: #a77860;
}
#mobile-header {
	display: none;
}
#mobile-header button {
	float: right;
	margin-top: 0px;
}
#mobile-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 100%;
	background: #fff;
}
#mobile-menu.open {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
#mobile-nav {
	margin: 0px;
	padding: 0px;
}
#mobile-nav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	width: 100%;
}
#mobile-nav li ul {
	display:none;
	transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
/*#mobile-nav li ul.open {
	visibility: visible;
	opacity: 1;
}*/
#mobile-nav li a {
	color: #000;
	display: block;
	padding: 10px 20px;
}
#mobile-nav li a:hover {
	text-decoration: none;
}
#mobile-nav li a span {
	color: #a77860;
	font-weight: bold;
}
#mobile-nav li ul li a {
	color: #959990;
	padding: 5px 20px;
}
/* Home Slider */
#home-slider {
	background: #fff;
	padding: 0px;
	height: auto;
	height: calc(100vh - 153px);
	position: relative;
}
#home-slider .row {
	padding: 0px;
	margin: 0px;
}
#home-slider .col {
	padding: 0px !important;
}
.slider-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.slider-logo img {
	max-width: 90%;
	height: auto;
}
.home-slides {
	height: calc(100vh - 153px);
}
.slide {
	height: calc(100vh - 153px) !important;
	background-position: center;
	background-size: cover;
	position: relative;
	width: 100%;
}
.slick-arrow {
	position: absolute;
	left: 30px;
	top: calc(50% - 65px);;
	z-index: 1;
}
.slick-arrow.right {
	right: 30px;
	left: auto;
}
.slick-slider div { 
	transition: none;
}
/* Accordion */
.accordion {
	margin-top: 20px;
	margin-bottom: 20px;
}
.card {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.card-body {
	padding: 20px 0px;
}
.card-body strong {
	font-weight: bold;
}
.card-header {
	background-color: #b88b74;
	border-radius: 0px;
	color: #fff;
	padding: 8px 10px 0px 10px;
	background-image: url(../img/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: top 23px right 15px;
}
.card-header.open {
	background-image: url(../img/arrow-up.png);
}
.card-header h2 {
	padding: 0px;
	margin: 0px;
}
.card-header .btn-link {
	color: #fff !important;
}
.card-header p {
	display: none;
}
.card-header.open p {
	display: block;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.btn-link {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 0px;
}
.btn-link:hover {
	color: #000;
	text-decoration: none;
}
#news-archive {
	width: 100%;
}
#news-archive li {
	margin-bottom: 10px;
}
#news-archive a {
	color: #b88b74;
	border-bottom: 1px solid #b88b74;
	padding: 0px;
	font-weight: bold;
}
#news-archive a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
/* About */
#about-images {
	margin-bottom: 0px;
}
.about-image {
	background-size: cover;
	height: 700px;
	margin-right: -10px;
}
.small-about-image {
	background-size: cover;
	height: 340px;
	margin-bottom: 20px;
}
/* Projects */
#projects {
	padding: 0px 10px;
	overflow-x: hidden;
}
.project-block {
	height: 450px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
}
.project-block h2, .project-block h3 {
	font-size: 32px;
}
.project-block h3 {
	margin: 0px;
	padding: 0px;
}
.project-block a {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	color: #000;
	opacity: 0;
	padding: 30px 20%;
	position: relative;
	cursor: pointer;
}
.project-block a:hover {
	opacity: 1;
	text-decoration: none;
}
.project-block a span {
	display: table-cell;
    vertical-align: middle;
}
#single-project {
	padding: 0px 5px;
}
#single-project .col-lg-4, #single-project .col-lg-7 {
	padding-right: 5px;
}
.featured-project-image {
	height: 700px;
}
.small-project-image {
	height: 600px;
}
.project-image {
	background-size: cover;
	background-position: center;
	position: relative
}
.project-caption {
	background: #a77860;
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.project-caption h2 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
.project-caption p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.single-project-block {
	margin-bottom: 20px;
}

.featured-project-image-hero {
	margin-top:20px
}


/* Lightbox */
.modal-backdrop {
  	background-color: #fff;
	opacity: 0.8 !important;
}
.modal-dialog {
	max-width: 800px;
}
.modal-content {
	border: 0px;
	padding: 0px;
	position: relative;
	border-radius: 0px;
	height: auto;
	background: transparent;
}
.modal-content button.close {
	color: #fff;
	opacity: 1 !important;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}
.carousel-caption {
	bottom: 0px;
	background: #a77860;
	color: #fff;
	text-align: left;
	padding: 20px;
	position: relative;
	left: auto;
	right: auto;
}
.carousel-caption p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}
.modal-body {
	padding: 0px;
}
.modal img {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 500px;
	height: 500px;
}
.carousel-control-next img, .carousel-control-prev img {
	width: 30px;
	height: auto;
}
.carousel {
	height: 100% !important;
}
/* Contact */
#contact {
	padding: 20px;
}
#contact h2 {
	background: #b88b74;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	margin: 0px;
	font-size: 24px;
	margin-bottom: 20px;
}
#contact h2 a {
	color: #fff;
	margin-right: 3px;
}
#contact h2 a:hover {
	color: #000;
}
#contact h2 span {
	margin-right: 30px;
}
#contact p {
	font-size: 16px;
	line-height: 20px;
}
#contact form {
	width: 100%;
}
#contact form input, #contact form textarea {
	width: 100%;
	border: 1px solid #b88b74;
	margin-bottom: 10px;
	color: #000;
	padding: 11px 7px 4px 7px;
	height: auto;
	font-size: 16px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
#contact form textarea {
	height: 170px;
	margin-bottom: 0px;
}
#contact form input[type="submit"] {
	background: #fff;
	text-align: left;
	font-weight: bold;
	color: #b88b74;
	margin-bottom: 20px;
}
#contact form input[type="submit"]:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
#contact-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
#contact-form {
	padding-right: 6px;
}
#contact-block {
	padding-left: 6px;
}
/* Footer  */
#footer {
	background: #a77860;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer-social-links {
	font-size: 22px;
}
#footer-social-links i {
	margin-right: 5px;
}
#footer-links {
	float: right;
}
#footer-links a {
	margin-left: 10px;
}
#copyright {
	display: inline-block;
}
#copyright br {
	display: none;
}
@media (max-width: 1199px) {
	#copyright span {
		display: none;
	}
	#copyright br.email-break {
		display: block;
	}
	#sub-logo img { 
		height: auto;
	}
	.about-image {
		background-position: center;
		height: 600px;
	}
	.small-about-image {
		background-position: center;
		height: 290px;
	}
	.project-block { 
		height: 350px;
	}
	.project-block h2, .project-block h3 {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	#header ul li {
		margin-right: 35px;
	}
	#copyright {
		width: 100%;
	}
	#footer {
		text-align: center;
	}
	#footer-links {
		width: 100%;
	}
	.about-image {
		background-position: center;
		height: 500px;
	}
	.small-about-image {
		background-position: center;
		height: 240px;
	}
	.project-block { 
		height: 250px;
	}
	.project-block h2, .project-block h3 {
		font-size: 20px;
	}
	.small-project-image {
		height: 400px;
	}
}
@media (max-width: 767px) {
	#header {
		position: fixed;
		z-index: 999;
		background: #fff;
		top: 0px;
	}
	#home-slider, #contact, #news {
		/* margin-top: 116px; */
		margin-top: 85px;
	}
	ul#nav {
		display: none;
	}
	#mobile-header {
		display: block;
	}
	#mobile-header img {
		max-width: 100%;
		height: auto;
	}
	#copyright br.mobile-break {
		display: block;
	}
	.slider-logo {
		display: none;
	}
	img.mobile-logo {
		/*
		display: block;
		padding: 20px 0px;
		*/
		display: block;
        padding: 0 !important;
        width: 250px !important;
        max-width: unset !important;
	}
	
	.slick-arrow {
		height: 50px;
	}
	#contact-form {
		padding-right: 15px;
	}
	#contact-block {
		padding-left: 15px;
	}
	#contact-image {
		height: 300px;
	}
	.about-image {
		background-position: top;
		height: 200px;
		margin-bottom: 20px;
	}
	.small-about-image {
		background-position: top;
		height: 200px;
	}
	#projects {
		padding-bottom: 5px;
	}
	.project-block { 
		height: 130px;
		margin-bottom: 10px;
		margin-right: -10px;
		margin-left: -10px;
	}
	.project-block a {
		padding: 15px;
	}
	.project-block h2, .project-block h3 {
		font-size: 16px;
	}
	#single-project .col-lg-4, #single-project .col-lg-7 {
		padding-right: 15px;
	}
	.featured-project-image {
		height: 550px;
	}
	.modal img {
		max-width: 100%;
		width: 100%;
		object-fit: cover;
		max-height: 300px;
		height: 300px;
	}
	.carousel-control-next img, .carousel-control-prev img {
		width: 15px;
		height: auto;
	}
}