@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

body {
	font: normal 16px Arial;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #3e3f3c;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

h1, h2, h3 {
	font-weight: 600;
}

h2 {
	font-size: 2em;
}

h1 {
	font-size: 2.6em;
	color: #006cdb;
}

/* -------- ALL SITES -------- */

.container-fluid.header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 121px;
	background-color: #ffffff;
	box-shadow: 0 2px 22px #656862;
	z-index: 300;
}

header {
	height: 121px;
	background-color: #ffffff;
	overflow: hidden; 
}

header nav {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 980px;
	min-width: 530px;
	height: 62px;
	margin: 0 auto;
	text-align: left;
	line-height: 62px;
}

header nav img {
	display: block;
	height: 50px;
	margin-top: 8px;
	padding-left: 8px;
}

header div.event-special {
	top: 0;
	height: 22px;
	width: 100%;
	background-color: #006cdb;
	text-align: center;
	font-size: 0.8em;
	line-height: 22px;
	z-index: 305;
	cursor: pointer;
}

header div.event-special a {
	color: #ffffff;
}

header div.event-special span {
	padding-left: 12px;
}

header div.event-special a:hover {
	color: #eeefee;
	text-decoration: none;
}

header div.event-special + nav {
	top: 22px;
}



header nav a {
	display: inline-block;
	height: 62px;
	line-height: 60px;
	padding: 0 15px;
	margin: 0;
	color: #656862;
	background-color: #ffffff;
}

header nav a.active {
	border-bottom: 3px solid #006cdb;
	padding-bottom: 7px;
}

header nav a:hover {
	text-decoration: none;
	color: #006cdb;
}

header nav.left {
	text-align: left;
}

header nav.left a span {
	padding-left: 40px;
}

#header-img {
	width: 100%;
	height: 600px;
	margin: 0;
	margin-top: 62px;
	background: url("../img/intro-bg.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.container-fluid {
	padding: 0;
	text-align: center;
}

#footer {
	background-color: #3e3f3c;
	color: #ffffff;
	padding-bottom: 35px;
}

footer {
	height: auto;
	min-height: 240px;
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}

footer div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 320px;
	margin: 0 auto;
	padding: 10px;
}

footer h4 {
	margin-top: 52px;
	margin-bottom: 25px;
	font-size: 14px;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-weight: normal;
	color: #a9aca7;
}

footer p {
	color: #eeefee;
	font-weight: lighter;
	letter-spacing: 1px;
}

footer span {
	display: block;
	margin: 15px 0 10px 0;
	line-height: 1.8;
}

footer a {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 20px 0;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	background-color: #656862;
	color: #eeefee;
	border-radius: 2px;
}

footer a:hover {
	text-decoration: none;
	background-color: #a9aca7;
	color: #3e3f3c;
}

footer div#facebook {
	margin-top: 60px;
	padding: 0;
	border: 1px solid #656862;
	overflow: hidden;
}

footer div#facebook div {
	padding: 0;
}

footer #facebook span {
	margin: 0;
}

/* -------- MAIN SITE -------- */

#intro {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 980px;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
	padding-bottom: 50px;
	padding-right: 2em;
	padding-left: 1em;
}

#intro h1 {
	margin-top: 120px;
}


#intro img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin-top: 126px;
	padding-right: 40px;
}

#intro p {
	margin: 30px 0 20px 0;
	font-size: 1.2em;
	line-height: 1.7;
}

#intro ul {
	padding-left: 0;
}

#intro ul li {
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
}

#video {
	display: none;
	background-color: #006cdb;
}

#video iframe {
	margin: 100px 0 10px 0;
}

#video p {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.4;
	color: #ffffff;
}

#applications {
	text-align: center;
	background: #eeefee;
	padding-bottom: 60px;
}

#applications h2 {
	margin: 80px auto 40px auto;
	color: #006cdb;
}

#applications p {
	max-width: 600px;
	margin: 40px auto 70px auto;
	line-height: 1.7;
	font-size: 1.2em;
}

.example.row-fluid {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 980px;
	margin: 0 auto;
}

.example div {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 220px;
	margin: 0 20px;
}

.example img {
	width: 200px;
	height: 200px;
	margin-bottom: 0;
	border-top: 1px solid #cba250;
	border-left: 1px solid #cba250;
	border-right: 1px solid #cba250;
}

.example span {
	display: block;
	width: 200px;
	margin-bottom: 40px;
	color: #656862;
	background-color: #ffffff;
	line-height: 40px;
	font-weight: lighter;
	border: 1px solid #cba250;
}

#applications p.insta {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 30px auto 0 auto;
	padding: 0.8em;
	border: 1px solid #cba250;
	border-radius: 4px;
	font-size: 1em;
	color: #656862;
}

#spec {
	text-align: center;
	margin-bottom: 30px;
}

#spec h2 {
	margin: 0 auto 10px auto;
	color: #006cdb;
}

#spec h3 {
	margin: 0 auto 60px auto;
	font-size: 1.6em;
	color: #656862;
}

#spec table {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #006cdb;
	border-radius: 4px;
}

#spec table tr {
	border-bottom: 1px solid #a9aca7;
}

#spec table tr.no-bottom-border{
	border-bottom: 1px solid transparent;
}

#spec table td {
	border: none;
	padding: 12px 16px;
}

#spec a {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	width: 380px;
	height: 50px;
	margin: 50px auto 60px auto;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #006cdb;
	border-radius: 2px;
	font-weight: lighter;
	color: #ffffff;
}

#spec a:hover {
	text-decoration: none;
	background-color: #006cdb;
}



#spec h2 + .accordion {
	margin-top: 40px;
}

#spec .accordion {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 760px;
	min-height: 40px;
	margin: 0 auto;
	padding-left: 20px;
	background-color: #006cdb;
	text-align: left;
	line-height: 40px;
	vertical-align: top;
	border: 1px solid #006cdb;
}

#spec .accordion + table {
	border-top: none;
	border-bottom: none;
}


#spec .accordion span {
	display: inline-block;
	float: right;
	right: 1px;
	width: 40px;
	height: 38px;
	text-align: center;
	background-color: #ffffff;
	line-height: 40px;
}

#spec tr.last {
	border-bottom: 2px solid #006cdb;
}



#header-img.technical {
	width: 100%;
	height: 600px;
	margin: 0;
	margin-top: 62px;
	background: url("../img/techspec_color_bg.jpg") no-repeat center;
	background-size: cover;
}

#technical {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 120px 20px;
}

#technical h1 {
	margin-top: 120px;
}

#technical h2 {
	font-weight: normal;
	margin-bottom: 30px;
}

#technical span {
	display: block;
	color: #006cdb;
	margin-top: 40px;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#technical p {
	line-height: 1.6;
}

#quality {
	background-color: #656862;
	padding: 15px 0;
}

#quality .row-fluid, #quality p, #contact-technical .row-fluid,  #video .row-fluid {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 980px;
	margin: 0 auto;
}

#quality h2 {
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 40px;
}

#quality p {
	padding: 20px;
	color: #eeefee;
	font-weight: 300;
	letter-spacing: 1px;
}

#spec h3.optional {
	margin-top: 60px;
	border: none;
}

#spec .optional {
	border: 2px solid #a9aca7;
}

#spec .optional .success td:first-child {
	width: auto;
	padding-left: 20px;
	max-width: 330px;
}

#spec .optional td:first-child {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	padding-left: 40px;
	max-width: 80px;
}

#contact-technical {
	background: #a9aca7 url("../img/technical_bg_bw.jpg") no-repeat;
	background-size: cover;
	text-align: right;
}

#contact-technical .row-fluid {
	text-align: right;
	margin-top: 170px;
	margin-bottom: 0;
	color: #006cdb;
	vertical-align: top;

}

#contact-technical .row-fluid div {
	float: right;
}


#contact-technical h3 {
	width: 360px;
	padding: 20px 0;
	margin: 0;
	padding-right: 33px;
	margin-bottom: 0;
	background-color: #ffffff;
}

#contact-technical span {
	padding-right: 10px;
	top: 10px;
	font-size: 40px
}


#contact-technical p {
	width: 360px;
	background-color: #ffffff;
	text-align: left;
	padding: 10px 20px 40px 20px;
	line-height: 1.4;
	font-size: 1.2em;
	margin-bottom: 0;
	color: #3e3f3c;
}

#contact-technical a {
	display: block;
	width: 360px;
	height: 50px;
	text-align: center;
	background-color: #006cdb;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #006cdb;
	font-weight: lighter;
	color: #ffffff;
	line-height: 50px;
	margin-bottom: 160px;
	margin-top: 0;
	text-decoration: none;
}

#contact-technical a:hover {
	background-color: #006cdb;
}





#contact .row-fluid, #people .row-fluid, #message .row-fluid {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
}

#map-canvas {
	height: 320px;
	width: 100%;
	margin: 0;
	margin-top: 62px;
	padding: 0;
}

#contact div.last {
	vertical-align: bottom;
	padding-top: 131px;
}

#contact div div {
	padding-left: 20px;
}

#people {
	margin: 40px auto 0 auto;
	padding-top: 80px;
}

#people div.row-fluid {
	text-align: center;
	margin-top: 40px;
}

#people div div {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	width: 240px;
	margin: 20px 20px 0 20px;
	padding: 10px;
	border: 2px solid #006cdb;
	border-radius: 2px;
	vertical-align: top;
}

#people img {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	border: none;
}

#people div div p {
	max-width: 190px;
	margin: 10px auto;
}

#people div div span {
	color: #3d7f15;
}

#people a {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	width: 380px;
	height: 50px;
	margin: 0 auto 60px auto;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #006cdb;
	border-radius: 2px;
	font-weight: lighter;
	color: #ffffff;
}

#people a:hover {
	text-decoration: none;
	background-color: #006cdb;
}

#message {
	background-color: #eeefee;
	padding-top: 60px;
	padding: 80px 20px;
}

#message .row-fluid {
	background-color: #ffffff;
}

#message h2 {
	padding-top-top: 20px;
	margin-bottom: 35px;
}

.form div {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
}

.form span {
	display: block;
	color: #548db1;
}

.form p span {
	display: block;
}

.form div.error-messages {
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 6px 30px;
	color: #c10037;
	font-size: 14px;
	line-height: 1.4;
	background-color: #ffe0e0;
}

.form div.error-messages p,  .form div.error-messages p:first-child {
	padding: 0;
	margin: 0;
	color: #c10037;
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	background: none;
	border: none;
}

.form span.error-messages {
	display: none;
	width: 100%;
	height: auto;
	margin: 2px 0 0 30px;
	padding-bottom: 6px;
	color: #c10037;
	font-size: 12px;
}

.form label {
	display: block;
	width: auto;
	margin: 0;
	padding: 20px 0 8px 30px;
	background: transparent;
	font-weight: normal;
}

.form label + span {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 14px;
	color: #006cdb;
}

.form input {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 240px;
	height: 40px;
	margin: 0 30px;
	padding-left: 10px;
	color: #516b7a;
	background: #ffffff;
	border: none;
	vertical-align: middle;
	line-height: 40px;
	font: normal 14px "Open Sans", sans-serif;
}

.form input:focus {
	outline: none;
	border: none;
	border-bottom: 3px solid #7abd23;
}

.form p {
	margin-top: 14px;
	padding: 0 30px;
}

#message form {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 0 50px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#message form .inline-column {
	display: inline-block;
	max-width: 49%;
	min-width: 300px;
}

#message form label, #message form label + span {
	padding-left: 0;
}

#message form input {
	display: inline-block;
	margin: 0;
	width: 300px;
	border: 1px solid #656862;
}

#message form input:focus, #message form textarea:focus {
	border: 1px solid #006cdb;
	box-shadow: 0 0 4px #006cdb;
}

#message form textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	width: 100%;
	height: 329px;
	margin: 50px 0 0 0;
	display: inline-block;
	padding: 10px;
	border: 1px solid #656862;
}

#message form input + span, #message form textarea + span {
	margin-left: 0;
}

#message form input#send-button {
	display: block;
	width: 300px;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	margin: 30px auto 50px auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #006cdb;
	font-weight: lighter;
	color: #eeefee;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}

#message form input#send-button:hover {
	background-color: #006cdb;
}




#testimonials {
	margin-top: 62px;
	padding-top: 10px;
}

#testimonials h1 {
	font-size: 26px;
}

#testimonials h1 + p {
	max-width: 640px;
	margin: 20px auto 30px auto;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.4;
}

#testimonials p {
	padding: 0 20px;
}

#testimonials div.row-fluid {
	width: 400px;
	margin: 0 auto;
	background: transparent;
}

#testimonials div div {
	width: 320px;
	height: 200px;
	margin: 0;
	padding: 0;
	line-height: 170px;
	text-align: center;
	float: left;
}

#testimonials .test-container {
	perspective: 1000;
	overflow: hidden;
}

#testimonials .front {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #3e3f3c;
	color: #ffffff;
	cursor: pointer;
}

#testimonials .front p {
	display: block;
	padding: 8px 4px 10px 4px;
	line-height: 2px;
	margin-bottom: 0;
	width: auto;
	background-color: #3e3f3c;
	background-color: rgba(62, 63, 60, 0.9);
}

#testimonials .front p:first-child {
	margin-top: 160px;
}

#testimonials div.arrow {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	border: none;
	background: transparent;
}

#testimonials div.arrow a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	text-indent: 4px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 40px;
	color: #006cdb;
}

#testimonials div.arrow a:hover {
	color: #3d7f15;
}

#gallery {
	padding-top: 60px;
}

#gallery h2 {
	margin-bottom: 30px;
	text-align: center;
}

#large-photo {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#large-photo img {
	height: 240px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#large-photo span {
	display: inline-block;
	height: 100%;
	width: 50%;
	line-height: 240px;
	font-size: 26px;
	color: #656862;
	z-index: 150;
}

#large-photo span:hover {
	color: #3e3f3c;
	cursor: pointer;
}

#large-photo span#back {
	position: absolute;
	left: 0;
	text-align: left;
	margin-left: 6px;
}

#large-photo span#forward {
	position: absolute;
	right: 0;
	text-align: right;
	margin-right: 6px;
}


.photo-tiles.row-fluid {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 980px;
	margin: 40px auto;
}

.photo {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	max-width: 220px;
	width: auto;
	height: 165px;
	margin: 0 5px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8px;
	cursor: pointer;
}

.photo img {
	height: 146px;
}

.photo img:hover {
	height: 160px;
	-webkit-transition: width 0.4s, height 0.4s,-webkit-transform 0.4s;  /* For Safari 3.1 to 6.0 */
	transition: width 0.4s, height 0.4s, transform 0.4s;
}




@media (min-width: 640px) {
	.container-fluid.header {
		height: 62px;
	}
	header {
		height: 62px;
	}
	header nav {
		text-align: right;
	}

	header nav img {
		padding-left: 0;
		float: left;
	}

	#intro {
		padding-left: 0;
	}

	#video {
		display: block;
	}

	#spec table td:first-child {
		min-width: 220px;
	}

	#spec a {
		width: 420px;
	}
	#testimonials div.row-fluid {
		width: 640px;
	}
	#large-photo img {
		height: 320px;
	}
	#large-photo span {
		line-height: 320px;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	#event div div.span4 h3 {
		width: 100%;
	}
	#event div div.span4 form {
		width: 100%;
		padding-bottom: 6px;
	}
	#event div div.span4 form input {
		margin: 6px auto;
		width: 220px;
	}
	#event div div.span4 form input[type="radio"] {
		margin: -8px 4px 6px 8px;
		width: 20px;
	}
	#event div div.span4 form input[type="submit"] {
		display: block;
		margin: 6px auto;
	}
	#large-photo img {
		height: 480px;
	}
	#large-photo span {
		line-height: 480px;
	}
}

@media (min-width: 980px) {
	#testimonials div.row-fluid {
		width: 980px;
	}
	#large-photo {
		max-width: 800px;
		height: 532px;
	}
	#testimonials h1 {
		font-size: 36px;
	}
	#testimonials h1 + p {
		max-width: 840px;
		font-size: 22px;
	}
	#large-photo img {
		height: 532px;
	}
	#large-photo span {
		line-height: 532px;
	}
}