nav, header, footer {
	display: block;
}

body, div, input, textarea, td, h1, h2, h3, h4 {
	font-family:  'Open Sans', sans-serif, 'Arial', Helvetica, Verdana;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
	font-weight: 300;
}

body {
	margin: 0;
}

p {
	margin: 24px 0;
}

strong {
	font-weight: 600;
}
/* Stuff */
h1 {
	font-size: 36px;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
	margin-top: 24px;
	margin-bottom: 24px;
	border-bottom: 2px solid #b50000;
	padding-bottom: 0;
}


h2 {
	color: #000;
	font-family: 'Open Sans';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 60px;
	text-align: center;
}

h3 {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	font-style: normal;
}

h4 {
	
}

h5 {
	
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}

.last {
	margin-right: 0 !important;
}

.last-row {
	margin-bottom: 0 !important;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #ffa903;
}


a img {
	border: 0;
}

p {
	margin-top: 0;
}

hr {
	font-size: 1px;
	border: 0;
	border-top: 1px dashed #ccc;
}

img {
	max-width: 100%;
}

img.left { float: left; margin-right: 20px; margin-bottom: 10px; }

.left {
	text-align: left !important;
}

.bold {
	font-weight: 600;
}

.center {
	text-align: center;
}

.right { text-align: right; }

/* Containers */
/*
.site {
	position: relative;
	width: 980px;
	margin: 0 auto;
}


#content {
	min-height: 800px;
	padding: 40px 0;
	background: url('/elements/images/lines-xy.png') repeat;
}
*/

/* Headers */
#header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 17000;
	height: 60px;
	background: rgba(0, 0, 0, 0.66);
	border-bottom: 1px solid #757073;
}

	#logo {
		display: inline-block;
		float: left;
		line-height: 60px;
		padding-left: 1%;
	}

		#logo a, #logo a img { line-height: 60px; }
		#logo a img { vertical-align: middle; }

#main-menu {
	position: absolute;
	right: 0;
	height: 60px;
}

	#main-menu nav {
		height: 60px;
		text-align: center;
	}


		#main-menu nav a {
			display: inline-block;
			height: 60px;
			line-height: 60px;
			color: #fff;
			font-size: 18px;
			padding: 0 15px;
		}

		#main-menu nav a:last-child { border-left: 1px solid #757073; background: rgba(0, 0, 0, 0.25); }

		#main-menu nav a:hover { 
			text-decoration: none;
			color: #ffa903;
		}

#main-menu nav a.mobile-menu-icon {
	display: none;
}

#mobile-nav {
	display: none;
}


.breadcrumbs {
	color: #b9b9b9;
	margin-bottom: 20px;
	font-size: 14px;
}

	.breadcrumbs a:hover { color: #000; }

/* Footer */
#footer {
	background: #101010;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}

	#footer a { color: #fff; font-size: 32px; margin: 0 10px;}
	#footer a:hover { color: #ffa903; }

/* Content */
.section {
	background: #fff;
	padding: 60px 0;
}

	.section.alt {
		background: #f5f5f5;
	}

	.section.alt2 {
		background: #212121;
	}

	.section.alt2 * { color: #fff; }

	.section.nobottom {
		padding-bottom: 0;
	}

/* Columns */
.columns {

}

	.columns.padded {
		padding: 0 10%;
	}

.col-2 {
	box-sizing: border-box;
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
	.columns .col-2:last-child {
		margin-right: 0;
	}

.col-3 {
	box-sizing: border-box;
	float: left;
	width: 32%;
	margin-right: 1%;
	text-align: center;
}

.col-4 {
	box-sizing: border-box;
	float: left;
	width: 21.25%;
	margin-right: 5%;
	text-align: center;
}

	.columns .col-3:nth-child(3n), .columns .col-2:nth-child(2n), .columns .col-4:nth-child(4n) {
		margin-right: 0;
	}

	.col-4 img, .col-3 img { max-width: 80%; }


#about img {
	max-height: 350px;
	text-align: right;
	border-radius: 50%;
	margin-bottom: 20px;
}

.works {
	width: 100%;
	position: relative;
}

.work {
	float: left;
	position: relative;
	width: 33.3%;
	padding-top: 18.75%; /* 16:9 Aspect Ratio */
	margin: 0;
}

	.work .work-cont {
		display: block;
		opacity: 0;
		position: absolute;
		left: 0; right: 0; top: 0; bottom: 0;
		background: rgba(0, 0, 0, 0.75);
		transition: 0.5s;
		cursor: pointer;
	}

	.work .work-title {
		position: absolute;
		top: 50%;
		margin-top: -25px;
		width: 100%;
		height: 50px;
		color: #fff;
		text-align: center;
		font-size: 32px;
			font-weight: 600;
	}

	.work-title .work-subtitle {
		display: block;
		font-size: 14px;
		font-family: 'Open Sans';
		font-weight: 300;
		font-style: italic;
	}

	.work-cont:hover {
		opacity: 1;
	}

#work-trailer {
	display: none;
	position: fixed;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 1000;
	background: #000;
}

	#work-trailer-cont { 
		width: 100%;
		height: 100%;
	}

	#work-trailer-close {
		width: 30px;
		height: 30px;
		z-index: 2000;
		color: #fff;
		background: #000;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		position: absolute;
		right: -15px;
		top: -15px;
		cursor: pointer;
	}

.team {
	padding: 1%;
	margin-bottom: 50px;
}

	.team .photo {
		float: left;
		width: 45%;
	}

	.team .photo img {
		border-radius: 50%;
	}

	.team .member {
		float: right;
		width: 50%;
		text-align: left;
		line-height: 24px;
	}

	.team h4 {
		font-family: "Open Sans";
		font-weight: 600;
		font-size: 18px;
		margin: 0;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.team .position, .team .location { margin: 0; }
	.team .position { font-size: 16px; font-style: italic; }
	.team .location { font-size: 14px; margin-bottom: 10px; }

#clients {
	padding-left: 5%;
	padding-right: 5%;
}

.client {
	float: left;
	width: 20%;
	height: 200px;
	text-align: center;
}

	.client img {
		max-height: 200px;
	}

#banner {
	height: 450px;
	overflow: hidden;
	background: url('/elements/images/banner.jpg') center center;
	background-size: cover;
}

#banner img {
	display: block;
	position: relative;
}

#map {
	width: 100%;
	height: 600px;
}

	#gmap { width: 100%; height: 100%; }

/* Form */
form {

}

form.contact-form {
	float: right;
	width: 100%;
	max-width: 580px;
}

.set {
	text-align: right;
}

input, textarea {
	box-sizing: border-box;
	background: #3d3d3d;
	border: 1px solid #8b8b8b;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

textarea {
	height: 160px;
}

input[type="submit"] {
	width: auto;
	background: #ffa903;
	padding: 5px 25px;
	border-color: #ff7a01;
	color: #000 !important;
}

#form-notice {
	float: left;
}


/* Responsive */
@media (max-width: 980px){
	
	#header{ height: auto; }
	#logo { position: relative; box-sizing: border-box; width: 100%; display: block; float: none; }
	#logo a img { width: 60%; }
	#mobile-nav { display: block; float: right; margin-right: 5%; }

	.col-2, .col-1, .col-3, .col-4 {
		float: none;
		width: 100%;
		margin: 0;
	}

	.work { width: 50%; padding-top: 28%; }

	#main-menu {
		display: none;
		position: relative;
		width: 100%;
		height: auto;
	}

	#main-menu nav {
		width: 100%;
		height: auto;
	}
	#main-menu nav a {
		display: block;
		padding: 0;
		width: 100%;
	}
	
	#banner {
		height: 200px;
	}

	.work .work-title {
		font-size: 16px;
		line-height: 16px;
	}

	.work-title .work-subtitle {
		font-size: 12px;
		line-height: 12px;
	}

	.col-2.right {
		text-align: center;
	}

	#about img {
		text-align: center;
	}


}