body {
	width:100%;
	height:100%;
	font-size: 100%;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	overflow-x: hidden;
}

body, nav ul, h1, h2, h4, h5 {
	padding:0;
	margin:0;
	font-weight: 300;
}

.clear {
	clear: both;
}

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.sitemap ul {
	float: left;
	width: 100%;
	padding: 10px 0 0;
}
.sitemap li {
	text-align: center;
	padding: 6px 0;
}
#nomargsec {
	margin-left: 5%;
}
.padtoptwo {
	padding: 20px 0 0;
	float: left;
}
a { 
	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
	text-decoration:none;
}

a:hover {
	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}

img {
	border:none;
}

header, .inner {
	max-width: 980px;
	min-width: 600px;
	margin: 0 auto;
	background: black;
}

.contact {
	width: 800px;
	margin: 40px 90px 0;
	float: left;
}
	.contact form {
		float: left;
		width: 100%;
		padding-top: 14px;
		margin: 0;
	}
	.contact section {
		float: left;
		width: 46%;
		margin-left: 8%;
	}
		.contact section:first-child {
			margin-left: 0;
		}
	.contact section p {
	    color: #FFFFFF;
	    font-size: 0.8em;
	    font-weight: 500;
	    text-align: left;
	}

footer {
	margin: 40px 0 0;
	padding: 30px 5% 0 5%;
	float: left;
	width: 90%;
}

ul {
	padding: 0;
	margin: 0;
}

form {
	width: 460px;
	margin: 20px 254px 0;
	float: left;
}
	form div {
		float: left;
		width: 100%;
		padding-bottom: 16px;
	}
		form input, form textarea {
			float: right;
			width: 60%;
			border: none;
			padding: 6px 10px;
		}
		form textarea {
			height: 100px;
		}
		form label {
			float: left;
			font-size: 0.9em;
			width: 30%;
			font-weight: 600;
			padding: 4px 0 0;
			color: #51B6E1;
			text-align: left;
		}
		form input[type="submit"]{
			background: #B4006B;
			color: #ffffff;
			text-transform: uppercase;
			font-weight: 800;
			float: right;
			width: 80px;
		}

iframe {
	float: left;
	width: 100%;
	margin-top: 32px;
}

iframe.centered {
	float: none;
	display: block;
	width: 560px;
	max-width: 100%;
	margin: 0 auto 15px;
}

.row--lightbox p {
	text-align: center !important;
}

.column--1-5 {
	width: 20%;
	min-height: 150px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.column--1-5 * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.column--1-5 img {
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
	border: 1px solid #ffffff;
}

#outercon {
	border-style: solid;
	border-width: 0 2px;
	behavior: url(../js/PIE.htc);
	-moz-border-image: url(../img/border.png) 0 2 stretch;
	-webkit-border-image: url(../img/border.png) 0 2 stretch;
	-o-border-image: url(../img/border.png) 0 2 stretch;
	border: none\9;
	background-color: black;
	margin: 0 auto;
	overflow: hidden;
    width: 980px;
}

.privacy {
	width: 80%;
	margin: 0 10%;
}
	.privacy p {
		color: #ffffff;
	}
.header {
	background-image: url(../img/header.jpg);
	height: 453px;
	background-size: 100% 100%;
	border-top: 2px solid #ffffff;
	border-top: none\9;
}
	.headerwhat {
		background-image: url(../img/whatheader.png);
		height: 494px;
		background-size: 100% 100%;
		border-top: 2px solid #ffffff;
		border-top: none\9;
	}
	.headercontact {
		background-image: url(../img/contact.jpg);
		height: 544px;
		background-size: 100% 100%;
		border-top: 2px solid #ffffff;
		border-top: none\9;
	}
	.headercrew {
		background-image: url(../img/eventcrew_header.jpg);
		height: 544px;
		background-size: 100% 100%;
		border-top: 2px solid #ffffff;
		border-top: none\9;
	}
	.headerfeatprojects {
		background-image: url(../img/featprojects_header.jpg);
		height: 432px;
		background-size: 100% 100%;
		border-top: 2px solid #ffffff;
		border-top: none\9;
	}

	.headerfeatprojects h1 {
		margin-top: 330px;
	}

.mid {
	float: left;
    margin-top: 32px;
}
	.mid img {
		border: 1px solid #ffffff;
	}

#social {
	width:100%;
	height:30px;
	float:left;
	margin-top: 60px;
}
#social a {
	background-color:#a72f70;
	border-radius:50%;
	width:22px;
	height:22px;
	margin-right: 6px;
	float: left;
	color:#ffffff;
	text-align:center;
}
span.phone {
	color: #ffffff;
	font-size: 1.5em;
}

#logo {
	float:right;
	width: 200px;
	height: 133px;
	margin-top: 40px;
}

.navcon {
	float: left;
	width: 76%;
	padding-bottom: 30px;
}

nav {
	float:left;
	width: 100%;
	padding-bottom: 20px;
}
	nav li {
		float:left;
		font-size: 0.9em;
		list-style:none;
		font-weight:600;
		color:#ffffff;
		padding: 25px 20px 0 0;
	}
		a {
			color: #ffffff;
		}
		a:hover, .current {
			color:#ec008c;
		}

#subnav {
	float: left;
	width: 100%;
	margin: 60px 0 20px;
	list-style: none;
}
	#subnav li {
		float: left;
	}
		/*#subnav li:last-child {
			float: right;
			margin-right: 15px;
		}*/
		#subnav li:first-child {
			margin-left: 28px;
			margin-left: 55px\9;
		}
	#subnav li a {
		text-transform: uppercase;
		font-size: 13px;
		margin-right: 19px;
		font-weight: 500;
	}
		#subnav li a:hover {
			color: #B4006B;
		}

section {
	float:left;
	width:30%;
	margin-left:5%;
}
	section:first-child {
		margin:0;
	}
	.mid section:nth-child(3) {
	    margin-left: 4.9%;
	}

.three section {
	width: 28%;
	margin-left: 4%;
}

.three h1 {
	margin: 32px 0 0;
	font-size: 3em;
}

.three h2 {
	padding-bottom: 20px;
	color: #51b6e1;
}

.three p {
	color: #ffffff;
	text-align: left;
}
	.three p span {
		color: #B4006B;
		font-weight: 600;
		font-size: 1.1em;
	}

	.three ul li {
		float: left;
		color: #ffffff;
		font-size: 0.8em;
		width: 100% !important;
		padding-bottom: 10px;
	}
		.three ul {
			margin-top: 12px;
			float: left;
			width: 100% !important;
		}

.row {
	float: left;
	width: 100%;
	margin-top: 24px;
}

.normargslide {
    margin-left: 4% !important;
}

.two section {
	width: 28%;
	margin-left: 21%;
}

.two h1 {
	margin: 32px 0 0;
	font-size: 3em;
}

.two h2 {
	padding-bottom: 20px;
	color: #51b6e1;
}

.two p {
	color: #ffffff;
	text-align: left;
}
	.two p span {
		color: #B4006B;
		font-weight: 600;
		font-size: 1.1em;
	}

#footerleft, #footerright {
	float:left;
	width:50%;
}
	#footerright li {
		float:right;
		padding: 0 0 0 9px;
	}
		#footerright a {
			font-size:0.7em;
			color:#ffffff;
			float: right;
		}
			#footerright ul {
				float:right;
				width:100%;	
			}

p {
	color:#51b6e1;
	font-size: 0.8em;
	font-weight: 500;
}

.text {
	color:#ffffff;
	text-align:left;
}

#slider {
	width: 100%;
	height: 335px;
	background-color: red;
	float: left;
}

.three {
	float: left;
	margin-left: 60px;
    width: 860px;
}

.single-post {
	margin: 0 0 40px;
	padding-left: 5%;
	padding-right: 5%;
}

.single-post__image {
	float: left;
	display: block;
	width: 25%;
}

.single-post__content {
	float: left;
	width: 69%; /* Accounting for 100% - 25% img - 5% padding - 1px img border */
	padding-left: 5%;
}

.single-post h3 {
	font-size: 20px;
	width: 100%;
	margin: 4px 0 10px 0;
	padding: 0;
	text-align: left;
}

.single-post p {
	color: white;
	width: 100%;
	margin: 0;
	text-align: left;
}

.date {
	color: white;
	width: 100%;
	display: block;
	font-size: 14px;
	text-align: left;
}

.more-link {
	color: #51b6e1;
	display: block;
	margin: 8px 0 0;
	width: 100%;
}

h1, h2, h3, h6, p, #info {
	text-align:center;
}

h1 {
	font-size: 3.4em;
	color: #ffffff;
	float: left;
	margin-top: 460px;
	width: 100%;
	padding-bottom: 10px;
}
	h1 span {
		color: #ec008c;
	}

h2 {
	font-weight: 300;
	font-size: 1.15em;
	float: left;
	color:#ffffff;
	width: 76%;
	margin-left: 12%;
}
h3 {
	color:#b4006b;
	font-weight: 400;
	font-size: 1em;
}
h4 {
	font-weight:300;
	font-size: 0.8em;
	color:#b4006b;
}
h5 {
	font-size: 0.7em;
	color:#ffffff;
}
h6 {
	color:#ffffff;
	font-weight: 600;
	margin: 14px 0;
	font-size: 0.8em;
}
	h6 a {
		padding:5px 10px 5px 10px;
		background-color:#51b6e1;
		color:#ffffff;
		margin-top:0;
	}
	h6 a:hover {
		background: #B4006B;
		color: #ffffff;
	}

	.crewlist {
		color: #ffffff;
		font-size: 0.82em;
		font-weight: 500;
		margin: 0 0 0 20px;
	}

	.crewlist li {
		list-style-type: circle;
	}


@media only screen and (max-device-width: 480px) {
	#subnav li a {
		text-transform: uppercase;
		font-size: 0.82em;
		margin-right: 12px;
		font-weight: 500;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	header, #outercon, footer {
		width: 880px;
	}
	footer {
		padding: 0 0 40px;
	}
	#subnav li a {
		font-size: 12px;
		margin-right: 13px;
	}
	.flex-viewport {
		width: 880px;	
	}
	.three {
		float: left;
		margin-left: 60px;
	    width: 760px;
	}
	.contact {
	    float: left;
	    margin: 40px 50px 0;
	    width: 780px !important;
	}
	.flexslider .slides img {
		width: 880px !important;
		display: block;
	}
	.flex-viewport {
		width: 880px !important;
	}
	.carousel li {
		width: 880px !important;
	}
	.three {
		float: left;
		margin-left: 60px;
	    width: 760px;
	}
	.two {
		float: left;
		margin-left: 60px;
	    width: 760px;		
	}
	.flex-prev {
		display: none !important;
	}
}

.navcon a[href^="mailto:"], #footerleft a[href^="mailto:"] {
	color: #b4006b;
}