
/*--LAYOUT-------------------------------------------------------*/

html {
	height: 100%;
	padding: 7.8em 0 0 0;
	margin: 0;
	background-color: #e4e4e5;
}

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #3f4042;
}

a, a:hover {
	color: #d05e24;
}

img {
	max-width: 100%;
	height: auto;
}

header {
	padding: 2em 0 1em 0;
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
}

h3 {
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: bold;
	padding-top: 1em;
	margin-bottom: 1em;
}

header img {
	height: 50px;
}

footer img {
	height: 45px;
}

.head {
	padding: 2em 0;
}

.head h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.75em;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: 600;
}

.head p {
	font-size: 1.75em;
	color: #d05e24;
	text-align: center;
	padding: 1em 0;
}

.claim {
	color: #d05e24;
	font-size: 2.188em;
	text-align: center;
	padding: 1em 0;
}

body .ekko-lightbox {
	display: block !important;
}

.shadow {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
}

.section-title {
	position: relative;
	margin: 3.5em 0 3.5em 0;
}

.section-title:before {
	width: 50%;
	height: 100%;
	background-color: #eaebeb;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	content: ' ';
}

.section-title .container {
	background-color: #eaebeb;
	padding: 0;
}

.section-title .container .title {
	background-color: #fff;
	font-size: 3.5em;
	font-weight: bold;
	position: relative;
	float: right;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 0.25em 0 2em;
	margin: 0;
}

.section-title.smaller .container .title {
	font-size: 2.25em;
	line-height: 1;
	letter-spacing: 1px;
}

.gray-holder {
	background-color: #dedede;
}

.gray-holder img {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
}


/*--LIGHTBOX--------------------------------------------*/

.lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	display: none;
	overflow: auto;
	background: url("../images/lightbox_bg.png");
}

/*--FLASHES------------------------------------*/

#snippet--flashes {
	width: auto;
	height: 1px;
	margin: 0 auto;
	position: fixed;
	top: 4em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000;
	text-align: center;
	font-size: 1.2em;
}

#snippet--flashes .alert {
	padding-right: 2em;
	color: #fff !important;
}

div.flash {
	display: inline-block;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin-bottom: 10px;
}

/*--DOWNLOAD--------------------------------------------------------*/

.download {
	text-align: center;
	display: block;
	margin: 1em;
	text-decoration: none !important;
}

.download img {
	max-width: 33%;
}

.download span {
	text-align: center;
	display: block;
	color: #3f4042;
	text-decoration: none;
	padding-top: 1.5em;
	font-weight: bold;
}

.download:active span, .download:hover span, .download:focus span {
	color: #d05e24;
}

/*--ICON--------------------------------------------------------*/

.ico {
	text-align: center;
	display: block;
	margin: 1em 0;
	text-decoration: none !important;
}

.ico img {
	max-width: 50%;
}

.ico span {
	text-align: center;
	display: block;
	color: #3f4042;
	text-decoration: none;
	padding-top: 1.5em;
}

/*--NAV-------------------------------------------------------------*/

.navbar-nav {
	position: relative;
	top: -0.3em;
}

.navbar-nav .nav-item {
	margin: 0 0 0 1em;
	padding: 0;
	color: #adb0af;
}

.navbar-nav .nav-link {
	display: inline-block;
	color: #adb0af;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:active, .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
	color: #d05e24;
}

/*--HOMEPAGE--------------------------------------------------------*/

.project-category {

}

.project-category .photo-holder {
	padding: 0 1.875em;
}

.project-category img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.project-category h3 {
	margin: 0;
	padding: 0;
}

.project-category h3 a {
	font-size: 1.875em;
	font-weight: bold;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 0.65em;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 2px;
	margin-bottom: 1.5em;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
}

.project-category.id-1 h3 a {
	background: rgb(246,180,128);
	background: linear-gradient(167deg, rgba(246,180,128,1) 0%, rgba(184,82,35,1) 100%);
}

.project-category.id-2 h3 a {
	background: rgb(180,204,231);
	background: linear-gradient(167deg, rgba(180,204,231,1) 0%, rgba(14,116,165,1) 100%);
}

.project-category.id-3 h3 a {
	background: rgb(215,209,124);
	background: linear-gradient(167deg, rgba(215,209,124,1) 0%, rgba(113,141,47,1) 100%);
}

.project-category h4 {
	font-size: 1.125em;
	padding-top: 1.5em;
}

.project-category .projects {
	font-size: 1.125em;
	text-transform: uppercase;
	font-weight: bold;
}

.project-category .projects a {
	color: #3f4042;
}

.carousel-holder {
	position: relative;
}

.carousel-holder:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #181819;
	content: ' ';
	z-index: 1;
}

.carousel-holder:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #cdcdcd;
	content: ' ';
	z-index: 1;
}

.carousel {
	margin-bottom: 5em;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
}

.carousel .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 4%;
	padding-right: 4%;
	flex-direction: column;
}

.carousel .text p {
	max-width: 100%;
	color: #fff;
	font-size: 2em;
	line-height: 1.25;
	text-align: center;
}

.carousel .text .btn {
	white-space: normal;
}

.carousel-indicators li {
	width: 3em;
	height: 0.75em;
	margin: 0 0.85em;
}

.carousel-control-prev, .carousel-control-next {
	width: 10%;
}

.carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-next-icon {
	width: 4em;
	height: 4em;
}

/*--INTERESTED-FORM--------------------------------------------------*/

.interested-form {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

.interested-form .modal-content {
	border: none;
}

.interested-form .modal-body {
	padding: 1.5em 1.5em 0 1.5em;
	background: rgb(246,180,128);
	background: linear-gradient(167deg, rgba(246,180,128,1) 0%, rgba(184,82,35,1) 100%);
}

.interested-form .modal-body p {
	color: #fff;
	font-size: 1.2em;
}

.interested-form .modal-body small {
	color: #fff;
	font-size: 0.8em;
	position: relative;
	margin-top: -4em;
	margin-bottom: 2em;
	display: block;
	width: 60%;
}

.interested-form .help-block.text-danger {
	color: #fff !important;
	display: block !important;
	font-size: 0.8em;
}

.interested-form .modal-body h2 {
	color: #fff;
	font-size: 2em;
	padding: 0;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	text-transform: uppercase;
}

.interested-form form {
	position: relative;
}

.interested-form label {
	display: none;
}

.interested-form .form-group:nth-child(1), .interested-form .form-group:nth-child(2), .interested-form .form-group:nth-child(3), .interested-form .form-group:nth-child(4) {
	width: 49%;
}

.interested-form .form-group:nth-child(5), .interested-form .form-group:nth-child(6) {
	width: 49%;
}

.interested-form .form-group:nth-child(5) {
	position: absolute;
	right: 0;
	top: 0;
}

.interested-form .form-group:nth-child(6) {
	position: absolute;
	right: 0;
	top: 2em;
}

.interested-form .form-group:nth-child(7) label, .interested-form .form-group:nth-child(8) label {
	clear: both;
	display: inline;
	color: #fff;
}

.interested-form .row.required input::-webkit-input-placeholder {
    font-weight: bold;
}

.interested-form input[type=checkbox] {
	margin-right: 0.5em;
}

.interested-form label a {
	text-decoration: underline;
	color: #fff;
}

.interested-form input[type=text], .interested-form textarea, .interested-form select {
	width: 100%;
	padding: 0.25em 0.5em;
	font-style: italic;
	border: none;
	background-color: #fff;
	margin-bottom: 0.5em;
}

.interested-form textarea {
	height: 5em;
	margin: 0;
}

.interested-form .btn.btn-secondary {
	font-size: 0.75em;
	float: right;
}

.interested-form .close {
	color: #fff;
	font-size: 3em;
	position: absolute;
	right: 0.25em;
	top: 0;
	opacity: 1;
}

.interested-form .close:hover {
	color: #fff;
	opacity: 0.8;
}

/*--CONTACT-FORM--------------------------------------------------*/

.contact-form {
	max-width: 360px;
	margin: 0 auto;
}

.contact-form .modal-content {
	border: none;
}

.contact-form .modal-body {
	padding: 1.5em 1.5em 0 1.5em;
	background: rgb(246,180,128);
	background: linear-gradient(167deg, rgba(246,180,128,1) 0%, rgba(184,82,35,1) 100%);
}

.contact-form .modal-body p {
	color: #fff;
	font-size: 1.2em;
}

.contact-form label {
	display: none;
}

.contact-form .form-group:nth-child(5) label {
	display: block;
	color: #fff;
}

.contact-form .form-group:nth-child(5) label a {
	color: #fff;
	text-decoration: underline;
}

.contact-form .form-group:nth-child(6) label {
	display: block;
	color: #fff;
}

.contact-form .form-group:nth-child(6) label a {
	color: #fff;
	text-decoration: underline;
}

.contact-form .form-group:nth-child(5) label input, .contact-form .form-group:nth-child(6) label input {
	margin-right: 0.5em;
}

.contact-form input[type=text], .contact-form textarea {
	width: 100%;
	padding: 0.25em 0.5em;
	font-style: italic;
	border: none;
	background-color: #fff;
	margin-bottom: 0.5em;
}

.contact-form textarea {
	height: 6em;
	margin: 0;
}

.contact-form .btn.btn-secondary {
	font-size: 0.75em;
	float: right;
}

.contact-form .close {
	color: #fff;
	font-size: 3em;
	position: absolute;
	right: 0.25em;
	top: 0;
	opacity: 1;
}

.contact-form .close:hover {
	color: #fff;
	opacity: 0.8;
}

.contact-icon {
	padding: 0.75em;
	background: rgb(246,180,128);
	background: linear-gradient(167deg, rgba(246,180,128,1) 0%, rgba(184,82,35,1) 100%);
	position: fixed;
	right: 2em;
	bottom: 2em;
	z-index: 9;
	border: none;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.2); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.1); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.p-relative {
	position: relative;
}

.contact-icon img {
	width: 2em;
	height: auto;
	cursor: pointer;
}

.contact-icon:after {
	width: 0;
	height: 0;
	content: " ";
	font-size: 0;
	position: absolute;
	right: 14px;
	bottom: -13px;
	border-style: solid;
	border-width: 0 14px 14px 0;
	border-color: transparent #ba5323 transparent transparent;
}

/*--CATEGORY-BTN--------------------------------------------------*/

.btn-category {
	font-size: 1.875em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0.65em;
	line-height: 1;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 1.5em;
	width: 100%;
	display: block;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	background: linear-gradient(167deg, rgba(203,203,203,1) 0%, rgba(142,142,142,1) 100%);
}

.btn-category:hover {
	text-decoration: none;
	color: #fff;
}

.btn-category.id-1:hover, .btn-category.id-1.active {
	background: rgb(246,180,128);
	background: linear-gradient(167deg, rgba(246,180,128,1) 0%, rgba(184,82,35,1) 100%);
}

.btn-category.id-2:hover, .btn-category.id-2.active {
	background: rgb(180,204,231);
	background: linear-gradient(167deg, rgba(180,204,231,1) 0%, rgba(14,116,165,1) 100%);
}

.btn-category.id-3:hover, .btn-category.id-3.active {
	background: rgb(215,209,124);
	background: linear-gradient(167deg, rgba(215,209,124,1) 0%, rgba(113,141,47,1) 100%);
}

/*--BTN---------------------------------------------------------*/

.btn-secondary {
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0.65em;
	line-height: 1;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 1.5em;
	border: none;
	line-height: 1.2;
	border-radius: 0;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	background: linear-gradient(167deg, rgba(203,203,203,1) 0%, rgba(142,142,142,1) 100%);
}

.btn-secondary:hover {
	text-decoration: none;
	background: rgb(239,129,95);
	background: linear-gradient(167deg, rgba(246,180,128,1) 0%, rgba(184,82,35,1) 100%);
}

.btn-lg {
	font-size: 1.75em;
}

/*--GALLERY---------------------------------------------------*/

.gallery {
	padding: 2em 0 1em 0;
}

.gallery .col-4 {
	margin-bottom: 1em;
}

/*--PROJECt-CARD---------------------------------------------*/

.project-card {
	padding: 3em 0;
}

.project-card .header {
	background-color: #151616;
	padding: 0;
	margin: 0;
}

.project-card .header .info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.project-card .header .info p {
	max-width: 100%;
}

.project-card .header .photo {
	padding: 0;
}

.project-card .header > * {
	padding: 1em;
	color: #fff;
	font-size: 2em;
	text-align: center;
	font-style: italic;
}

.project-card h3 {
	font-size: 2.75em;
	color: #d05e24;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.project-card .label {
	font-size: 1.750em;
	font-style: italic;
	margin-bottom: 1em;
}

/*--FOOTER----------------------------------------------------*/

footer {
	text-align: center;
	background: #e4e4e5;
	padding: 5em 0;
}

footer p {
	font-size: 0.813em;
	text-align: center;
	margin: 0 auto 1em auto;
	max-width: 600px;
}

footer .navbar-nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 2em;
}

footer .navbar-nav .nav-item .nav-link {
	color: #444546;
	padding: 0 1em;
}

footer .navbar-nav .nav-link.active, footer .navbar-nav .nav-link:active, footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link:focus {
	color: #d05e24;
}


/*--1024----------------------------------------------------*/

@media (max-width: 1024px) {
	header .navbar-nav .nav-link {
		font-size: 1em;
	    text-transform: uppercase;
	    letter-spacing: 0;
	}

	header .navbar-brand img {
		height: 55px;
	}

}

/*--768----------------------------------------------------*/

@media (max-width: 768px) {
	body {
		font-size: 14px;
	}

	footer .navbar-nav {
		flex-direction: column;
	}

	.container-fluid.carousel-holder {
		padding: 0;
	}

	.container-fluid.carousel-holder .container {
		max-width: 100%;
		padding: 0;
	}

	.section-title {
		position: relative;
		margin: 1.5em 0 1.5em 0;
	}

	.section-title:before {
		width: 50%;
		height: 100%;
		background-color: #eaebeb;
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		content: ' ';
	}

	.section-title .container .title {
		font-size: 2.5em;
		float: none;
		letter-spacing: 0;
		padding: 0 0 0 0.25em;
	}

	.carousel {
		margin-bottom: 2em;
		margin-top: 6.3em;
	}

	.carousel .text {
		position: relative;
		width: 100%;
		height: auto;
		background-color: rgba(0,0,0,0.75);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2em;
		flex-direction: column;
	}

	.carousel-holder:before, .carousel-holder:after {
		width: 100%;
	}

	html {
		padding: 0;
	}

	header {
		padding: 1em 0;
	}

	header .navbar-brand img {
		height: 35px;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(166,44,8, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.navbar-toggler {
		border-color: rgb(166,44,8);
	}

	.navbar-collapse  {
		padding-top: 2em;
	}

	.section-title.smaller .container .title { 
		font-size: 1.5em;
	}

}

.articles h2 {
	color: #d05e24;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 0.75em;
}

video:focus { outline:none; }

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}