* {
	font-family: 'Lucida Grande', sans-serif; 
}

.h1 {
	font-size: 28px;
}

.h4 {
	font-size: 18px;
}

p, .p {
	font-size: 12px;
	line-height: 180%;
}

p.bold {
	font-size: 14px;
}

strong, b, .bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

small {
	font-size: 12px;
}

/* ======= COLORS ======== */

.background-lightgray {
	background-color: #f3f3f3; 
}

.background-lightergray {
	background-color: #eaeaea
}

.background-white-opacity {
	background-color: rgba(255, 255, 255, 0.75);
}

.background-black-opacity {
	background-color: rgba(000, 000, 000, 0.75);
}

.background-blue {
	background-color: #0064a7; 
	border: 1px solid #313131;
}

.background-gray {
	background-color: #626262;
}

.background-yellow {
	background-color: #f49e3c;
	border: 1px solid #313131;
}

.blue {
	color: #0064a7;
}

.white, a.white, a.white:hover, a.white:active {
	color: #fff; 
}

.black, a.black, a.black:hover, a.black:active {
	color: #000;
}

.yellow, a.yellow, a.yellow:hover, a.yellow:active {
	color: #f49e3c;
}

.darkgray, a.dargray, a.darkgray:hover, a.darkgray:active {
	color: #4a4a4a;
}

.gray, a.gray, a.gray:hover, a.gray:active {
	color: #767676;
}

.gray-border-sm-left {
	border-left: 1px solid #a0a0a0;
}

/* ======= MARGINS & PADDINGS ======== */
.pd-zero {
	padding: 0;
}

.dk-pd-left-zero {
	padding-left: 0;
}

.mg-zero {
	margin: 0;
}

.mg-top-zero {
	margin-top: 0;
}

.mg-left-zero {
	margin-left: 0;
}

.mg-bottom-zero {
	margin-bottom: 0;
}


.sm-mg-top {
	margin-top: 5px;
}

.sm-mg-right {
	margin-right: 5px;
}

.sm-mg-bottom {
	margin-bottom: 5px;
}

.sm-mg-left {
	margin-left: 5px;
}

.md-mg-top {
	margin-top: 30px;
}

.md-mg-right {
	margin-right: 30px;
}

.md-mg-bottom, .dk-md-mg-bottom {
	margin-bottom: 30px;
}

.md-mg-left {
	margin-left: 30px;
}

.lg-mg-top {
	margin-top: 70px;
}

.lg-mg-right {
	margin-right: 50px;
}

.lg-mg-bottom {
	margin-bottom: 50px;
}

.lg-mg-left {
	margin-left: 50px;
}

.sm-pd-top {
	padding-top: 5px;
}

.sm-pd-right {
	padding-right: 5px;
}

.sm-pd-bottom {
	padding-bottom: 5px;
}

.sm-pd-left {
	padding-left: 5px;
}

.md-pd-top {
	padding-top: 30px;
}

.md-pd-bottom {
	padding-bottom: 30px;
}

.md-pd-right {
	padding-right: 30px;
}

.md-pd-left {
	padding-left: 30px;
}

.lg-pd-top {
	padding-top: 50px;
}

.lg-pd-right, .dk-lg-pd-right {
	padding-right: 50px;
}

.lg-pd-bottom {
	padding-bottom: 50px;
}

.lg-pd-left, .dk-lg-pd-left {
	padding-left: 50px;
}

/* ======= GENERAL ======== */

input {
	-webkit-appearance: none;
}

.left {
	float: left; 
}

.left-one {
	float: left;
}

.right {
	float: right;
}

.full-width {
	width: 100%; 
}

.relative {
	position: relative;
}

.uppercase {
	text-transform: uppercase;
}

.text-left {
	text-align: left; 
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.none {
	display: none;
}

/* ======= SPECIFIC STYLING ======= */

.logo {
	background-size: contain; 
	background-repeat: no-repeat;
	height: 96px;
	margin-top: 13px;
}

/*
header {
	height: 209px;
}
*/

header .md-pd-bottom {
	padding-bottom: 30px;
}

header .md-pd-top {
	padding-top: 30px;
}

header .icon-header {
	margin-left: 4px;
}

.header-triangle {
	width: 90px;
	height: 100px;
	border-style: solid;
	border-width: 122px 85px 0 0;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	z-index: 4;
	left: -3px;
}

.preheader {
	text-align: right;
	height: 21px;
}

.preheader, .header-links {
	margin-left: -26px;
	padding-left: 36px;
}

.header-links {
	margin-left: -85px;
	padding-left: 70px;
	margin-right: 15px;
}

.header-contact {
	padding-left: 25px;
	padding-right: 0;
}

.header-tel-box {
	padding-right: 0;
	padding-left: 25px;
}

.header-multisite {
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: -1;
}

.header-contact-background {
	height: 101px;
	position: absolute;
	right: 0;
	top: 21px;
	width: 50%;
	z-index: 2;
}

.slider {
	height: 750px;
	position: relative;
	z-index: 0;
	margin-top: -55px;
}

.slider h1 {
	text-transform: uppercase !important;
}

.slider p {
	line-height: 200% !important;
}

.slider h1, .slider p {
	color: #fff !important;
}

/*.ls-wp-fullwidth-container {
	top: -25px;
} */

.ls-nav-sides {
	top: -80px !important;
}

.ls-bottom-slidebuttons a {
	width: 10px !important;
	height: 10px !important;
	border-radius: 25px !important;
	background-color: #313131 !important;
	border: 4px solid #313131 !important;
	background-image: none !important;
	margin: 0 3px;
}

a.ls-nav-active {
	border: 4px solid #313131 !important;
	background-color: #f8ae4b !important;
}

.ls-slide h1 {
	font-size: 36px;
}

.ls-slide p {
	font-size: 14px !important;
	line-height: 24px !important;
	padding-top: 10px !important;
}

.ls-bottom-nav-wrapper {
	bottom: 20px;
}

nav ul li {
	float: left; 
}

nav ul li a, nav ul li a:active, nav ul li a:focus {
	padding: 17px 30px 8px 0;
	text-transform: uppercase;
	color: #4a4a4a;
	font-weight: bold;
	float: left;
	font-size: 16px;
	height: 55px;
}

nav ul li a:hover {
	color: #000; 
	text-decoration: none;
}

nav ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.nav-background {
	z-index: 1;
	margin-top: -1px;
}

.iso9001 {
	background-image: url(img/iso9001.png);
	width: 37px;
	height: 38px;
	background-size: cover;
}

ul.home-project-navigation {
	padding-left: 0;
	list-style: none;
}

.home-project-navigation li {
	padding: 9px 20px 9px 20px;
	cursor: pointer;
	border-left: 1px solid #fff; 
	border-bottom: 1px solid #fff;
}

.home-project-navigation li:hover {
	transition: background-color 0.2s, color 0.2s;
	color: #fff; 
}

.home-project-navigation li.active {
	color: #fff; 
}

.about-us {
	background-size: cover;
}

.about-us .lg-pd-top {
	padding-top: 70px;
}

.about-us .lg-pd-bottom {
	padding-bottom: 70px;
}

.home-project-item {
	width: 25%; 
	height: 200px;
	background-size: cover;
}

.home-project-item-content {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%; 
	height: 100%; 
	transition: opacity 0.2s;
}

.home-project-item:hover .home-project-item-content {
	opacity: 1;
}

.home-project-title {
	position: absolute;
	top: 0%;
	height: 50%;
	width: 100%;  
	text-align: center;
}

.home-project-title div { 
	position: absolute;
	bottom: 0;
	width: 100%; 
}

.home-project-description {
	position: absolute;
	top: 44%;
	height: 50%;
	width: 100%;  
	text-align: center;
}

.usp p {
	color: #646363;
}

.usp strong {
	color: #000000;
	font-size: 14px;
}

.usp a {
	margin-top: 100px;
	line-height: 55px;
}

.usp .lg-mg-top {
	margin-top: 80px;
}

.maps {
	width: 100%; 
	height: 500px;
}

.single-content .maps {
	height: 350px;
}

.owl-logo-item {
	width: 100%;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;	
	-webkit-filter: grayscale(100%);
  	filter: gray;
  	filter: grayscale(1);
  	opacity: 0.5;
}

.page-header {
	background-size: cover;
}

.page-header .lg-pd-top {
	padding-top: 75px;
}

.page-header .lg-pd-bottom {
	padding-bottom: 75px;
}

.page .content ul {
	margin-left: -24px;
}

.page .content p, ul {
	color: #646363;
}

.page .projects .uppercase {
	font-size: 14px;
}

.page .maps-projects .uppercase {
	font-size: 14px;
}

.page .maps-projects .gray {
	color: #646363;
}

.page strong {
	color: black;
}

.page .projects .lg-pd-top {
	padding-top: 30px;
}

.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
	color: #626262;
}

.breadcrumbs span {
	color: #5a7f6c;
}

.breadcrumbs .md-pd-top {
	padding-top: 15px;
}

.breadcrumbs .lg-pd-bottom {
	padding-bottom: 45px;
}

.content ul li {
	font-size: 12px;
}

.single-pictures a.fancybox {
	width: 50%;
	padding: 5px;
	height: 100px;
	float: left; 
}

.single-pictures {
	float: left; 
	margin-left: -5px;
	margin-top: 20px;
}

.project-icon {
	padding: 6px 6px 6px 6px;
	border-radius: 50px;
	position: absolute;
	right: -20px;
	top: -1px;
}

.project-icon svg {
	opacity: 0.5;
}

.projects .black {
	font-size: 14px;
	color: black;
}

.projects p { 
	color: #646363;
}

.home-project-item p {
	color: #fff;
}

.single .single-content p {
	color: #646363;
}

.single .title-single {
	color: black !important;
}

.single .nav-next .sm-pd-top {
	padding-top: 8px;
}

.single .nav-next .sm-pd-bottom {
	padding-bottom: 8px;
}

.single .nav-next .sm-pd-left {
	padding-left: 12px;
}

.single .nav-next .sm-pd-right {
	padding-right: 12px;
}

.single .nav-previous .sm-pd-top {
	padding-top: 8px;
}

.single .nav-previous .sm-pd-bottom {
	padding-bottom: 8px;
}

.single .nav-previous .sm-pd-left {
	padding-left: 12px;
}

.single .nav-previous .sm-pd-right {
	padding-right: 12px;
}

.single .image-single-project {
	height: 50px;
}

.single .single-pictures a.fancybox {
	height: 110px;
}

.single .single-pictures .full-width {
	height: 100px;
	display: inline-block;
}

.single .breadcrumbs .md-pd-bottom {
	padding-bottom: 20px;
}

.images-project {
	height: 20px;
}

.single .single-pictures img {
	width: 100%;
	height: 100%;
}

.page .textwidget .lg-mg-top {
	margin-top: 50px;
	margin-bottom: 20px;
}

.textwidget .white {
	margin-bottom: 10px;
}

.projects .lg-pd-top {
	padding-top: 70px;
}

.gm-style-cc {
	display: none !important;
}

.gm-style-iw a {
	color: #5a7f6c;
}

.gm-style-iw a:hover {
	text-decoration: underline;
}

.projects .lg-pd-bottom {
	padding-bottom: 90px;
}

.statements .lg-pd-top {
	padding-top: 55px;
}

.statements .lg-pd-bottom {
	padding-bottom: 55px;
}

.statements p {
	line-height: 1px;
}

.statement .lg-pd-top {
	padding-top: 10px;
}

.statement .lg-pd-top {
	padding-top: 60px;
}

.statement .lg-pd-bottom {
	padding-bottom: 60px;
}

.statements .background-yellow {
	border: none !important;
}

.page .statement {
	border: none !important;
}

.view-all-projects {
	z-index: 9;
	padding: 10px 18px;
	background-color: #fff; 
	border: 1px solid #000; 
	width: 310px;
	position: absolute;
	top: 50px;
	right: 60px;
}

.view-all-second-projects {
	z-index: 9;
	padding: 10px 18px;
	background-color: #fff; 
	border: 1px solid #000; 
	width: 310px;
	position: absolute;
	top: 105px;
	right: 60px;
}

.page .view-all-second-projects {
	top: 60px;
}

.post-navigation .screen-reader-text {
	display: none;
}

.email-header-box {
	padding-right: 0;
	padding-left: 30px;
}

footer {
	padding-top: 13px;
}

footer p {
	font-size: 15px;
}

footer .left {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 11px;
}

footer .left-one {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
}

.mapsPopup {
	max-width: 340px;
}

.mapsImage {
	width: 250px;
}
.mapsImage img {
	width: 100%;
}

.mapsContent {
	width: 330px;
}

.md-pd-top.md-pd-bottom.header-links.background-lightgray.left.hidden-xs {
	height: 101px;
	position: relative;
	z-index: 3; 
}

@media (min-width: 992px) and (max-width: 1199px){
	.header-links, .preheader {
		margin-left: 0;
	}

	.header-links {
		padding-left: 0;
		padding-top: 20px;
	}

	.preheader {
		padding-left: 14px;
	}

	.md-zero-pd {
		padding: 0;
	}

	.header-contact {
		padding-left: 15px;
	}

	nav ul li a, nav ul li a:active, nav ul li a:focus {
		padding: 19px 19px 0 0;
	}

	.nav-background {
		z-index: 5; 
	}

	.md-pd-top.md-pd-bottom.header-links.background-lightgray.left.hidden-xs {
		z-index: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.header-triangle {
		left: 360px;
		top: 21px;
		border-width: 156px 110px 0 0;
		z-index: 5; 
	}

	header .header-links .sm-pd-left {
		padding-left: 110px;
	}

	.header-background-blue {
		background-color: #0064a7;
		height: 21px;
		width: 100%;
		position: absolute;
	}

	.header-background-gray {
		background-color: #f3f3f3;
		right: 0;
		top: 21px;
		height: 161px;
		width: 200px;
		position: absolute;
	}

	.ls-inner .ls-l {
		margin-left: 50px !important;
	}

	.slider {
		height: auto;
	}

	.statements p {
    	line-height: 19px;
    }

    .header-tel-box {
    	padding-left: 29px;
    }

    header .md-pd-bottom {
		padding-top: 22px !important;
	}

	.single-pictures a.fancybox {
		width: 25%;
	}

	.single .single-pictures .full-width {
		height: 130px;
	}

	.single .single-pictures {
		margin-bottom: 40px;
	}

	.md-pd-top.md-pd-bottom.header-links.background-lightgray.left.hidden-xs {
		padding-top: 20px !important;
		padding-bottom: 35px !important;
		height: 123px;
	}	

}

@media (min-width: 992px) and (max-width: 1199px){
	.header-contact-background {
    	height: 134px;
    	top: 22px;
    	z-index: -1; 
    }

    .logo {
    	margin-top: 22px;
    }

    .header-triangle {
    	border-width: 122px 100px 0 0;
    	left: -16px;
    }

    header .header-links:first-child {
    	padding-left: 60px;
    }

    header .icon-header {
    	padding-right: 3px;
    }

    .slider {
    	height: 700px;
    }

    .ls-inner .ls-l {
		margin-left: 50px !important;
	}

    nav ul li a {
    	font-size: 14px;
    }

    nav ul li a, nav ul li a:active, nav ul li a:focus {
    	font-size: 14px;
    }

    .statements p {
    	line-height: 19px;
    }

    .page .featured {
		margin-bottom: 30px;
	}

	.header-multisite {
    	width: 67%;
    }

    .single .single-pictures .full-width {
    	height: 90px;
    }

    .statement p {
		font-size: 13px;
	}

	.statement .left .md-mg-right {
		margin-right: 15px;
	}
}


@media only screen and (max-width: 991px){
	.header-multisite, .header-contact-background {
		display: none;
	}

	.header-links {
		margin-left: 0;
		padding: 10px 0px;
		margin-right: 0px;
	}

	nav ul li a, nav ul li a:active, nav ul li a:focus {
		font-size: 12px;
		padding: 10px 5px 15px 0px;
	}

	.preheader {
		margin-left: 0; 
		padding-left: 20px;
	}

	.home-project-item {
		width: 33%;
	}

	.statements p {
    	line-height: 19px;
    }

  	.page .featured {
		margin-bottom: 30px;
	}

	.nav-background {
		margin-top: 0px;
	}

	header .md-pd-top {
		padding-top: 35px;
	}

	header .md-pd-bottom {
		padding-top: 35px;
	}

	.slider {
		margin-top: -55px;
	}

	nav ul li a, nav ul li a:active, nav ul li a:focus {
		padding: 20px 3px 0 0;
	}

	.usp {
		padding-left: 20px;
	}

	.header-triangle {
		border-width: 122px 110px 0 0; 
	}

	.header-content {
		border-left: 0px solid transparent;
	}
}

@media only screen and (max-width: 767px){
	.preheader {
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.usp-mobile {
		margin-bottom: 40px;
	}

	.usp .lg-mg-bottom {
		margin-bottom: 20px;
	}

	footer .right {
		float: left;
	}

	footer .left-one {
		margin-left: 0;
		margin-right: 15px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.statements p {
		line-height: 19px;
	}

	.xs-center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.dk-pd-left-zero {
		padding-left: 15px;
	}

	.page {
		margin-top: 0px;
	}

	.single {
		margin-top: 0px;
	}

	.single .single-content {
		margin-top: 30px;
	}

	.single .single-pictures a.fancybox {
		height: 100%;
		width: 50%;
	}

	.single .single-pictures .full-width {
		height: 140px;
		display: inline-block;
	}

	.single .single-pictures img {
		width: 100%;
		height: 100%;
	}

	.single .single-pictures {
		margin-bottom: 40px;
	}

	.page .featured {
		margin-bottom: 30px;
	}

	.page .page-content {
		margin-top: 30px;
	}

	.home-project-item {
		width: 100%;
	}

	nav {
		float: left; 
		margin-bottom: 20px;
		display: none;
	}

	nav ul {
		float: left; 
		width: 100%; 
	}

	nav ul li {
		float: left;
		width: 100%; 
	}

	nav ul li a, nav ul li a:active, nav ul li a:focus, nav ul li a:hover {
		padding: 15px 0px 15px 0px !important;
		width: 96%;
		border-bottom: 1px solid #4a4a4a;
		height: 46px;
	}

	nav ul li a:hover {
		color: #5a7f6c;
	}

	.mb-no-left {
		float: none;
	}

	.mb-full-width {
		width: 100%; 
	}

	.mb-nav-container {
		padding-right: 0;
		padding-left: 15px;
	}

	.mobile-menu {
		padding: 20px 0 10px 0;
	}

	.background-white-opacity {
    	background-color: rgba(255, 255, 255, 0.95);
	}

	.logo {
		background-position: center;
		margin-top: 30px;
	}

	.page-header span {
		font-size: 20px;
	}

	.about-us .md-pd-right {
		padding-top: 10px;
	}

	.preheader {
		height: auto;
	}

	.breadcrumbs {
		display: none;
	}
}