@charset "UTF-8";

/*-- Reset --*/

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom:0;
}

img {
	width:100%;
	height:auto;
	display:block;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;    
}


/*-- General --*/

html {
	overflow-x:hidden;
}

body {
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
	text-rendering:optimizeLegibility;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
	font:600 60px/62px "Sharp Sans No1 Extra Bold", sans-serif;
	letter-spacing:0.03em;
	color:#fff;
}

h2 {
	font:600 55px/55px "Sharp Sans No1 Extra Bold", sans-serif;
	letter-spacing:0.03em;
	color:#5b5b5b;
	margin:0 0 30px;
}

h3 {
	font:600 35px/40px "Sharp Sans No1 Extra Bold", sans-serif;
	letter-spacing:0.0em;
	color:#5c5b5a;
	margin:0 0 20px;
}

h3 span {
	color:#ff0000;
}

h4 {
	font:600 20px/24px "Sharp Sans No1 Extra Semibold", sans-serif;
	letter-spacing:0;
	color:#0f0f0f;
	margin:0 0 0 0;
}

p {
	font:500 19px/26px "Sharp Sans No1 Medium", sans-serif;
	color:#0f0f0f;
	margin:0 0 30px;
}

p strong {
	font-family:"Sharp Sans No1 Extra Semibold", sans-serif;
}

a {
	text-decoration:none;
	color:#6c6c6c;
}

a.button {
	font:600 23px/28px "Sharp Sans No1 Extra Bold", sans-serif;
	letter-spacing:0.08em;
	text-transform:uppercase;
	color:#5b5b5b;
	border:3px solid #5b5b5b;
	background:#fff;
	margin:20px 0 0 0;
	padding:20px 30px;
	display:inline-block;
	transition:all 0.3s ease;
}

a.button:hover {
	color:#fff;
	background:#5b5b5b;
}

.link {
	font:600 18px/20px "Sharp Sans No1 Extra Semibold", sans-serif;
    letter-spacing:0;
    color:#0f0f0f;
    display:block;
}

.link:after {
	content:"";
    width:19px;
    height:12px;
    background:url(../images/arrow-black.svg) no-repeat;
    display:inline-block;
    margin-left:10px;
}

hr {
	width:100%;
	height:1px;
	margin:60px 0 0 0;
	background:none;
	border:0;
}

.list {
	list-style:none;
}

.list li {
	font:500 19px/26px "Sharp Sans No1 Medium", sans-serif;
	color:#fff;
	padding:0;
	margin:0 0 8px 0;
	position:relative;
}

.list li:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

/*
.list li:before {
	content:"";
	width:20px;
	height:20px;
	background:url("../images/checkmark-darkgreen.svg") no-repeat 0 0 / 20px 20px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:0;
}*/

.photo {
	position:relative;
}

.container {
	width:1400px;
	margin:0 auto;
	padding:110px 0;
	position:relative;
}

.no-padding-bottom {
	padding-bottom:0;
}

.center {
	text-align:center;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}


/*-- Nav --*/

.logo {
	width:auto;
	height:60px;
	position:absolute;
	top:15px;
	left:0;
}

nav {
	width:100%;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:right;
	background:rgba(0, 0, 0, 0.85);
	position:absolute;
	top:0;
	z-index:1;
}

nav .container {
	height:100%;
	padding:0;
}

nav ul {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content: right;
	text-align:right;
	list-style:none;
}

nav ul li {
	display:inline-block;
}

nav ul li a {
	font:600 18px/20px "Sharp Sans No1 Extra Semibold", sans-serif;
	letter-spacing:0.05em;
	color:#fff;
	display:block;
	padding:20px 20px;
}

nav ul li:last-child a {
	color:#c73924;
}

nav ul li:last-child a:after {
	content:"";
	width:19px;
	height:12px;
	background:url("../images/arrow.svg") no-repeat;
	display:inline-block;
	margin-left:10px;
}


.badge {
	width:150px;
	position:absolute;
	top:20px;
	right:40px;
	rotate:15deg;
	z-index:500;
}


/*-- Headers --*/

header {
	height:800px;
	background:url("../images/homepage-header.jpg") no-repeat center center / cover;
}

header .container {
	height:100%;
	position:relative;
}

header h1 {
	position:absolute;
	bottom:70px;
	left:0;
	color:#fff;
}

header #slide1 {
	width:100%;
	height:100%;
	background:url("../images/slide1.jpg") no-repeat center center / cover;
}

header #slide2 {
	width:100%;
	height:100%;
	background:url("../images/slide2.jpg") no-repeat center center / cover;
}

header #slide3 {
	width:100%;
	height:100%;
	background:url("../images/slide3.jpg") no-repeat center center / cover;
}

header #slide4 {
	width:100%;
	height:100%;
	background:url("../images/slide4.jpg") no-repeat center center / cover;
}

header #slide5 {
	width:100%;
	height:100%;
	background:url("../images/slide5.jpg") no-repeat center center / cover;
}


/*-- Flexslider --*/

.flexslider {
	background:none !important;
	border:0 !important;
	border-radius:0 !important;

	margin:0 !important;
	overflow:hidden !important;
}

.flexslider ul {
	width:100%;
	height:100%;
}

.flexslider ul li {
	width:100%;
	height:100%;
}

.flex-viewport {
	width:100% !important;
	height:100% !important;
}

.flex-control-nav {
	width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
    z-index:10;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5);
	box-shadow:none;
}

.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.9);
}

.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9);
}

/* BXSLIDER */

.bx-wrapper {
	height:100%;
	position: relative;
    margin-bottom:0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:0;
    background:none;
}

.bx-viewport {
	height:100% !important;
}

.slider,
.slider div {
	height:100% !important;
	position:relative;
	overflow:hidden;
}

.slider div img {
	width:101%;
	height:101%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	object-fit:cover;
	object-position:center center;
}

.bx-wrapper .bx-controls-direction a {
	margin-top: -30px;
    outline: 0;
    width:60px;
    height: 60px;
}

.bx-wrapper .bx-prev {
	display:none !important;
	width: 60px;
    height: 60px;
    background: #c73924 url(../images/arrow-white-left.svg) no-repeat center center / 22px 14px !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bx-wrapper .bx-prev:hover {
	background: #c73924 url(../images/arrow-white-left.svg) no-repeat center center / 22px 14px !important;
}

.bx-wrapper .bx-next {
	width: 60px;
    height: 60px;
    background: #c73924 url(../images/arrow-white.svg) no-repeat center center / 22px 14px !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bx-wrapper .bx-next:hover {
	background: #c73924 url(../images/arrow-white.svg) no-repeat center center / 22px 14px !important;
}


#home header {
	position:relative;
}

#home header h1 {
	position:absolute;
	bottom:80px;
	left:50px;
}


/* Home */


#home #featured-projects .photo1 {
	background:url("../images/featured-projects1.jpg") no-repeat center center / cover;
}

#home #featured-projects .photo2 {
	background:url("../images/featured-projects2.jpg") no-repeat center center / cover;
}

#home #featured-projects .photo3 {
	background:url("../images/featured-projects3.jpg") no-repeat center center / cover;
}

.two-columns {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.two-columns .col {
	width:50%;
	position:relative;
}

#intro .two-columns .col:nth-child(1) {
	flex: 1 1 50%;
	position:relative;
	/*background:#c73924 url("../images/pattern.svg") repeat-x top center / 100px 1210px;*/
}

#intro .two-columns .col:nth-child(1) .content {
	width:900px;
	float:right;
	padding:100px 120px 100px 0;
}

#intro .two-columns .col:nth-child(2) {
	flex:1 1 50%;
    display:flex;
    flex-direction:column;
    background:#000;
    margin-right:-400px;
}

#intro .two-columns .col:nth-child(2) .content {
	width:600px;
	padding:100px 0px 100px 120px;
}


/* FEATURED PROJECT */

#featured-project {
	background:#c73924;
}

#featured-project .two-columns .col:nth-child(1) {
	flex: 1 1 50%;
	position:relative;
}

#featured-project .two-columns .col:nth-child(1) .content {
	width:900px;
	float:right;
	padding:100px 220px 100px 0;
}

#featured-project .two-columns .col:nth-child(2) {
	flex:1 1 50%;
    display:flex;
    flex-direction:column;
    margin-right:-400px;
    align-self: flex-end;
}

#featured-project .two-columns .col:nth-child(2):before {
	content:"Featured Project";
	width:600px;
	font:600 120px/110px "Sharp Sans No1 Extra Bold", sans-serif;
	letter-spacing:0.03em;
	color:#cd4c39;
	position:absolute;
	top:-190px;
	left:-140px;
}

#featured-project .two-columns .col:nth-child(2) .content {
	width:600px;
	padding:0 0 100px 0;
}

#featured-project h3,
#featured-project h4,
#featured-project p {
	color:#fff;
}

#featured-project .link {
	color:#000;
}


/* ABOUT */

#about {
	background:url("../images/about-background.jpg") repeat-y top center;
}

#about .container {
	padding-top:0;
	padding-bottom:0;
}

#about .two-columns {
	align-items:center;
}

#about .col:nth-child(1) {
	width:550px;
	position:relative;
}

#about .col:nth-child(1) .content {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:40px;
	padding-left:40px;
}

#about .col:nth-child(1) .content h3,
#about .col:nth-child(1) .content h4,
#about .col:nth-child(1) .content p {
	text-align:left;
	color:#fff;
}

#about .col:nth-child(1) .content h4 {
	margin-bottom:0;
}

#about .col:nth-child(1) .content h3 {
	font-size:35px;
	line-height:40px;
	margin:0 0 8px 0;
}

#about .col:nth-child(2) {
	width:-webkit-calc(100% - 550px);
	width:-moz-calc(100% - 550px);
	width:calc(100% - 550px);
	padding:0 0 0 200px;
}

#about .col:nth-child(2):before {
	content:"Approach";
	font:600 120px/120px "Sharp Sans No1 Extra Bold", sans-serif;
	letter-spacing:0.03em;
	color:#f6f6f6;
	position:absolute;
	top:-85px;
	left:80px;
}

#about .col:nth-child(2) .content {
	width:900px;
	float:left;
	padding:100px 120px 100px 0;
}


/* Recent Projects */

#recent-projects {
	background:#0f0f0f;
}

#recent-projects .container {
	padding:80px 0;
}

#recent-projects h3,
#recent-projects h4,
#recent-projects a {
	color:#fff;
}

#recent-projects h4 {
	margin:0;
}

#recent-projects .three-columns {
	justify-content: space-between;
	padding:0 50px;
}

#recent-projects .three-columns .col {
	width:410px;
	height:435px;
	background:#fff;
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:0;
	margin:0 0 40px 0;
}


#recent-projects .three-columns .col:nth-child(1) {
	background:url("../images/red-mountain.jpg") no-repeat center center / cover;
}

#recent-projects .three-columns .col:nth-child(2) {
	background:url("../images/lake-mitchell.jpg") no-repeat center center / cover;
}

#recent-projects .three-columns .col:nth-child(3) {
	background:url("../images/south-alabama.jpg") no-repeat center center / cover;
}

.three-columns .col a {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:40px;
	left:0;
}

#recent-projects .two-columns {
	justify-content: space-between;
	padding:0;
}

#recent-projects .two-columns .col {
	width:660px;
	height:450px;
	background:#fff;
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:50px 30px;
	margin:0 0 60px 0;
}

#recent-projects .two-columns .col .arrow {
	width:60px;
	height:60px;
	background:#c73924 url("../images/arrow-white.svg") no-repeat center center / 22px 14px;
	position:absolute;
	bottom:0;
	right:0;
}

#recent-projects .two-columns .col:nth-child(1) {
	background:url("../images/bullet-coffee-gallery.jpg") no-repeat center center / cover;
}

#recent-projects .two-columns .col:nth-child(2) {
	background:url("../images/burning-tree-gallery.jpg") no-repeat center center / cover;
}

#recent-projects .two-columns .col:nth-child(3) {
	background:url("../images/willow-plaza.jpg") no-repeat center center / cover;
}

#recent-projects .two-columns .col:nth-child(4) {
	background:url("../images/ferguson-building.jpg") no-repeat center center / cover;
}

#recent-projects .two-columns .col .content {
	position:absolute;
	bottom:40px;
	left:40px;
}

/*
.two-columns .col a {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:40px;
	left:0;
}*/


/*-- READY TO DISCOVER --*/

#ready .container {
	background:url("../images/skyline.svg") no-repeat bottom right / 894px 250px;
}

#ready h3 {
	font-size:45px;
	line-height:48px;
	color:#c73924;
}

#ready p {
	font-size:22px;
	line-height:32px;
}

#ready .container {
	padding-right:300px;
}




/*-- Featured Projects --*/

#featured-projects h2 {
	color:#0f0f0f;
	text-align:left;
	margin-bottom:20px;
}

#featured-projects .content {
	width:60%;
	margin:0 0 60px 0;
}

#row .two-columns .col {
	width:50%;
}

#row-full-width {
	width:100%;
	height:600px;
	padding:0 0 14px 0;
	position:relative;
}

#row-full-width.small {
	height:500px;
}

#row-full-width.large {
	height:700px;
}

#row-full-width a {
	display:block;
	width:100%;
	height:100%;
}

#row-full-width div {
	width:100%;
	height:100%;
}

#row1 {
	height:650px;
	padding-bottom:14px;
}

#row1 .col {
	width:100%;
	height:100%;
	padding:0 7px;
}

#row1 .col a,
#row1 .col a div {
	width:100%;
	height:100%;
}

#row1 .col div,
#row1 .col .inner-col div {
	width:100%;
	height:100%;
}

#row1 .col:nth-child(1) {
	width:50%;
	padding-left:0;
}

#row1 .col:nth-child(2) {
	width:50%;
	padding-right:0;
}

#row1 .col .inner-col {
	width:100%;
	height:50%;
}

#row1 .col .inner-col:nth-child(1) {
	width:100%;
	padding-bottom:7px;
}

#row1 .col .inner-col:nth-child(2) {
	width:100%;
	padding-top:7px;
}

/*
#row2 {
	height:500px;
	padding-bottom:10px;
}

#row2 .col {
	width:100%;
	height:100%;
	padding:0 5px;
}

#row2 .col div {
	width:100%;
	height:100%;
}

#row2 .col:nth-child(1) {
	width:100%;
	padding-left:0;
}
*/

.bullet-coffee-1 {
	background:url("../images/bullet-coffee-1.jpg") no-repeat center center / cover;
}

.bullet-coffee-2 {
	background:url("../images/bullet-coffee-2.jpg") no-repeat center center / cover;
}

.bullet-coffee-3 {
	background:url("../images/bullet-coffee-3.jpg") no-repeat center center / cover;
}

.bullet-coffee-4 {
	background:url("../images/bullet-coffee-4.jpg") no-repeat center center / cover;
}

.bullet-coffee-5 {
	background:url("../images/bullet-coffee-5.jpg") no-repeat center center / cover;
}

.burning-tree-1 {
	background:url("../images/burning-tree-1.jpg") no-repeat center center / cover;
}

.burning-tree-2 {
	background:url("../images/burning-tree-2.jpg") no-repeat center center / cover;
}

.burning-tree-3 {
	background:url("../images/burning-tree-3.jpg") no-repeat center center / cover;
}

.burning-tree-4 {
	background:url("../images/burning-tree-4.jpg") no-repeat center center / cover;
}

.burning-tree-5 {
	background:url("../images/burning-tree-5.jpg") no-repeat center center / cover;
}

.burning-tree-6 {
	background:url("../images/burning-tree-6.jpg") no-repeat center center / cover;
}

.burning-tree-7 {
	background:url("../images/burning-tree-7.jpg") no-repeat center center / cover;
}

.burning-tree-8 {
	background:url("../images/burning-tree-8.jpg") no-repeat center center / cover;
}

.ferguson-building-1 {
	background:url("../images/ferguson-building-1.jpg") no-repeat center center / cover;
}

.ferguson-building-2 {
	background:url("../images/ferguson-building-2.jpg") no-repeat center center / cover;
}

.ferguson-building-3 {
	background:url("../images/ferguson-building-3.jpg") no-repeat center center / cover;
}

.ferguson-building-4 {
	background:url("../images/ferguson-building-4.jpg") no-repeat center center / cover;
}

.ferguson-building-5 {
	background:url("../images/ferguson-building-5.jpg") no-repeat center center / cover;
}

.willow-plaza-1 {
	background:url("../images/willow-plaza-1.jpg") no-repeat center center / cover;
}

.willow-plaza-2 {
	background:url("../images/willow-plaza-2.jpg") no-repeat center center / cover;
}

.willow-plaza-3 {
	background:url("../images/willow-plaza-3.jpg") no-repeat bottom center / cover;
}

.willow-plaza-4 {
	background:url("../images/willow-plaza-4.jpg") no-repeat center center / cover;
}

.willow-plaza-5 {
	background:url("../images/willow-plaza-5.jpg") no-repeat top center / cover;
}


#testimonial {
    background:#c73924;
    
    margin-bottom:0;
}

#testimonial .flexslider {
	overflow:visible !important;
}


#testimonial .container {
	height:100%;
	text-align:center;
	position:relative;
	padding:80px 80px;
}

#testimonial p {
	font:500 23px/32px "Sharp Sans No1 Medium Italic", sans-serif;
	color:#fff;
}

#testimonial h4 {
	color:#fff;
}

#testimonial .flex-control-nav {
    width:1500px;
    position:absolute;
    bottom:40px;
    text-align:right;
    text-indent:-99999px;
    left:50%;
    margin-left:-750px;
    padding-right:550px;
}

#testimonial .flex-control-nav li a {
	text-indent:9999px
}

#testimonial img {
	width:450px;
	height:550px;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-275px;
	border-radius:25px;
	box-shadow: 0 0 31px rgba(0, 0, 0, 0.4)  ; 
	-webkit-box-shadow: 0 0 31px rgba(0, 0, 0, 0.4)  ; 
	-moz-box-shadow: 0 0 31px rgba(0, 0, 0, 0.4)  ; 
}

.flex-direction-nav .flex-prev {
	background:url("../images/left-arrow.svg") no-repeat center center;
	opacity:1 !important;
	left:50px !important;
	text-shadow:0;
	border:0;
	text-shadow:none;
	text-indent:-999999px;
}

.flex-direction-nav .flex-next {
	background:url("../images/right-arrow.svg") no-repeat center center;
	right:50px !important;
	opacity:1 !important;
	border:0;
	text-shadow:none;
	text-indent:999999px;
}

.flex-direction-nav a:before {
	text-shadow:none !important;
	border:0 !important;
}


/*-- About Us --*/

#about-us .photo1 {
	background:url("../images/featured-projects4.jpg") no-repeat center center / cover;
}

#about-us .photo2 {
	background:url("../images/featured-projects5.jpg") no-repeat center center / cover;
}

#about-us .photo3 {
	background:url("../images/featured-projects6.jpg") no-repeat center center / cover;
}

#about-us .photo4 {
	background:url("../images/featured-projects7.jpg") no-repeat center center / cover;
}

#about-us .photo5 {
	background:url("../images/featured-projects9.jpg") no-repeat center center / cover;
}

#about-us .photo6 {
	background:url("../images/featured-projects10.jpg") no-repeat center center / cover;
}

#about-us #projects {
	padding-top:10px;
}

#about-us h2 {
	text-align:center;
}


/* DISCOVER */

#discover {
	background:url("../images/discover-background.jpg") top center;
}

#discover .container {
	padding-top:200px;
	padding-bottom:200px;
}

#discover h2,
#discover h3 {
	color:#fff;
}

#discover .two-columns .col:nth-child(1) {
	padding-right:0;
	padding-left:120px;
}

#discover .two-columns .col:nth-child(2) {
	padding-right:200px;
	padding-left:0;
}

#discover h3 {
	font-size:30px;
	line-height:35px;
	margin:0 0 30px 0;
}


/*-- Turf Installation --*/

#turf-installation .photo1 {
	background:url("../images/featured-projects11.jpg") no-repeat center center / cover;
}

#turf-installation .photo2 {
	background:url("../images/featured-projects16.jpg") no-repeat center center / cover;
}

#turf-installation .photo3 {
	background:url("../images/featured-projects13.jpg") no-repeat center center / cover;
}

#turf-installation .photo4 {
	background:url("../images/featured-projects23.jpg") no-repeat center center / cover;
}

#turf-installation .photo5 {
	background:url("../images/featured-projects15.jpg") no-repeat center center / cover;
}

#turf-installation .photo6 {
	background:url("../images/featured-projects12.jpg") no-repeat center center / cover;
}

#turf-installation #intro {
	text-align:center;
}


#turf-installation .four-columns {
	justify-content: space-evenly;
	padding-top:60px;
}

#turf-installation .four-columns img {
	width:130px;
	margin:0 auto 20px auto;
}

#turf-installation .four-columns .col {
	width:25%;
	background:#fff;
	position:relative;
	text-align:center;
	padding:0 30px 0 30px;
	margin:0 0 40px 0;
}

#turf-installation .four-columns .col p {
	font-size:24px;
	line-height:32px;
}

#turf-installation #projects #row1 .col:nth-child(1) {
	width:33.3%;
	padding-left:0;
}

#turf-installation #projects #row1 .col:nth-child(2) {
	width:33.3%;
}

#turf-installation #projects #row1 .col:nth-child(3) {
	width:33.3%;
}

#banner {
	width:100%;
	display:block;
	background:#a1d13e;
	text-align:center;
	letter-spacing:0.05em;
	padding:20px;
	font:700 24px/28px "montserrat", sans-serif;
	text-transform:uppercase;
	color:#fff;
}

#home #banner {
	margin-bottom:100px;
}

#turf-samples {
	background:#f8fbf0;
	text-align:center;

}

#turf-samples h2 {
	text-align:center;
	position:relative;
}

#turf-samples h2:before {
	content:"";
	width:30px;
	height:50px;
	display:inline-block;
	background:url("../images/logo-mark.svg") no-repeat center center;
	margin-right:20px;
	position:relative;
	top:10px;
}

#turf-samples .six-columns {
	justify-content:center;
}

#turf-samples .col {
	width:16.667%;
	margin:0 0 30px 0;
}


/*-- Contact Us --*/

#contact-us .photo1 {
	background:url("../images/featured-projects18.jpg") no-repeat center center / cover;
}

#contact-us .photo2 {
	background:url("../images/featured-projects19.jpg") no-repeat center center / cover;
}

#contact-us .photo3 {
	background:url("../images/featured-projects14.jpg") no-repeat center center / cover;
}

#contact-us .photo4 {
	background:url("../images/featured-projects20.jpg") no-repeat center center / cover;
}

#contact-us .photo5 {
	background:url("../images/featured-projects21.jpg") no-repeat center center / cover;
}

#contact-us .photo6 {
	background:url("../images/featured-projects22.jpg") no-repeat center center / cover;
}

#contact-us #intro {
	text-align:center;
}

#contact-us .two-columns {
	justify-content:center;
	padding-top:0;
}

#contact-us .two-columns img {
	width:130px;
	margin:0 auto 20px auto;
}

#contact-us .two-columns .col {
	width:350px;
	background:#fff;
	position:relative;
	text-align:center;
	padding:0 30px;
	margin:0 0 40px 0;
}

#contact-us .four-columns .col p {
	font-size:24px;
	line-height:32px;
}


/*-- Gallery --*/

#featured-projects .container {
	text-align:left;
	padding-top:150px;
}

#featured-projects .link {
	display:inline-block;
	margin-top:50px;
	float:right;
}

/*-- Fancybox --*/

.popup {
	background:#fff;
	width:1250px;
	padding:45px 5% 60px !important;
	border-top:solid 7px #ae132a;
	border-bottom:solid 7px #001641;
	display:none;
}

.popup .close {
	text-indent:-999999px;
	background:url("../images/icon-close.svg") center center no-repeat;
	background-size:40px;
	border:0;
	width:60px !important;
	height:60px !important;
    position:absolute;
    top:5px;
	right:5px;
	cursor:pointer;
}

.fancybox-content {
	border-radius:5px !important;
	overflow:hidden !important;
}

.fancybox-button--close {
	background:url("../images/icon-close-white.svg") center center no-repeat !important;
	background-size:40px !important;
	border:0 !important;
	width:65px !important;
	height:65px !important;
    position:absolute !important;
    top:0 !important;
	right:0 !important;
	cursor:pointer !important;
}

.fancybox-button--zoom,
.fancybox-button--thumbs {
	display:none !important;
}


/*-- Footer --*/

footer {
	background:#0f0f0f;
}

footer .container {
	padding-top:120px;
	padding-bottom:120px;
}

footer .col:nth-child(1) {
	width:50%;
}

footer img {
	width:280px;
	margin-bottom:20px;
}

footer .col:nth-child(2) {
	width:25%;
}

footer .col:nth-child(3) {
	width:25%;
}

footer h3 {
	margin:0 0 10px 0;
}

footer h4 {
	color:#70726f;
}

footer p,
footer a {
	color:#fff;
}


/* FONTS */

@font-face {
    font-family: 'Sharp Sans No1 Black';
    src: url('../fonts/SharpSansNo1-Black.eot');
    src: url('../fonts/SharpSansNo1-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SharpSansNo1-Black.woff2') format('woff2'),
        url('../fonts/SharpSansNo1-Black.woff') format('woff'),
        url('../fonts/SharpSansNo1-Black.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1 Extra Bold';
    src: url('../fonts/SharpSansNo1-Extrabold.eot');
    src: url('../fonts/SharpSansNo1-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SharpSansNo1-Extrabold.woff2') format('woff2'),
        url('../fonts/SharpSansNo1-Extrabold.woff') format('woff'),
        url('../fonts/SharpSansNo1-Extrabold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1 Bold';
    src: url('../fonts/SharpSansNo1-Bold.eot');
    src: url('../fonts/SharpSansNo1-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SharpSansNo1-Bold.woff2') format('woff2'),
        url('../fonts/SharpSansNo1-Bold.woff') format('woff'),
        url('../fonts/SharpSansNo1-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1 Extra Bold Italic';
    src: url('../fonts/SharpSansNo1-ExtraboldItalic.eot');
    src: url('../fonts/SharpSansNo1-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SharpSansNo1-ExtraboldItalic.woff2') format('woff2'),
        url('../fonts/SharpSansNo1-ExtraboldItalic.woff') format('woff'),
        url('../fonts/SharpSansNo1-ExtraboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1 Medium';
    src: url('../fonts/SharpSansNo1-Medium.eot');
    src: url('../fonts/SharpSansNo1-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SharpSansNo1-Medium.woff2') format('woff2'),
        url('../fonts/SharpSansNo1-Medium.woff') format('woff'),
        url('../fonts/SharpSansNo1-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1 Semibold';
    src: url('../fonts/SharpSansNo1-Semibold.eot');
    src: url('../fonts/SharpSansNo1-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SharpSansNo1-Semibold.woff2') format('woff2'),
        url('../fonts/SharpSansNo1-Semibold.woff') format('woff'),
        url('../fonts/SharpSansNo1-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1 Medium Italic';
    src: url('../fonts/SharpSansNo1-MediumItalic.eot');
    src: url('../fonts/SharpSansNo1-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SharpSansNo1-MediumItalic.woff2') format('woff2'),
        url('../fonts/SharpSansNo1-MediumItalic.woff') format('woff'),
        url('../fonts/SharpSansNo1-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

