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

body {
	font-family: 'Open Sans', Verdana;
}
.header {
	margin-top: 30px;
	margin-bottom: 15px;
}
h1.brand {
	float: left;
	margin-bottom: 0;
}

a.brand {
	/*height: 61px;*/
	margin: 32px 0 0 1.5em;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #135fd9;
	vertical-align: bottom;
	/*line-height: 40px;*/
}
a.brand:hover {
	text-decoration: none;
}
.about img {
	vertical-align: middle;
}
a.behind:before {
	content: ' ';
	position: absolute;
	width: 162px;
	height: 52px;
	margin: -18px 0 0 -15px;
	z-index: -1;
	background: transparent url('../img/reel-ring.png') no-repeat 50% 50%;
	background-size: contain;
}
.three-btns {
	margin-top: 15px;
}
.three-btns a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	color: #000;
}
.three-btns a:hover {
	text-decoration: none;
}
.three-btns a h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 12px;
}
.three-btns a h2 .btnimg {
	background: url('../img/buttons.png') no-repeat;
	display: block;
	margin-left: -15px;
	margin-top: -2px;
	margin-right: 6px;
	float: left;
	width: 47px;
	height: 49px;
}
.three-btns a p {
	font-size: 20px;
	line-height: 26px;
}
.three-btns a.reel h2 .btnimg {
	background-position: -5px -52px;
}
.three-btns a.reel:hover h2 .btnimg {
	background-position: -5px -4px;
}
.three-btns a.survey h2 .btnimg {
	background-position: -57px -52px;
}
.three-btns a.survey:hover h2 .btnimg {
	background-position: -57px -4px;
}
.three-btns a.contact h2 .btnimg {
	background-position: -109px -52px;
}
.three-btns a.contact:hover h2 .btnimg {
	background-position: -109px -4px;
}

/* stolen from QTP plugin */
#videoplaceholder {
	position: relative;
}
#videoplaceholder .playContainer {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  text-align: center;
  z-index: 1;
}

#videoplaceholder .playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
/*  zoom: 100%; */
  padding: .5em 1em;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
#videoplaceholder img {
	width: 100%;
	/*height: 603px;*/
	z-index: -100;
}
iframe#vplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 10;
}


.page-header {
	background: #95b6e1;
	border-bottom: #135fd9 solid 10px;
}
.page-header h1 {
	font-size: 24px;
	padding: 20px 20px 0;
	line-height: 26px;
}

form h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px;
	padding-top: 5px;
}
form h2:nth-of-type(n+2) {
	border-top: #ccc solid 1px;
}
form  td:nth-of-type(n+2),
form  th:nth-of-type(n+2){
	width: 7%;
	text-align: center;
}
.alert-success {
	color: #000;
	font-weight: bold;
	background: #95b6e1;
}


@media (min-width: 1200px) {
	.container, .span12 {
		width: 1072px;
	}
	.span4 {
		width: 300px;
	}
	.span4.three-btns:nth-of-type(1) {
		margin-left: 110px;
	}
	.row {
		/*margin-left: 0;*/
	}
}
@media (max-width: 980px) and (min-width: 768px){
	/*.row { margin-left: 0;}*/
	a.brand {
		clear: left;
		margin-top: 15px;
	}
	.three-btns a {
		padding: 0;
	}
	.three-btns a h2 {
		font-size: 24px;
	}
	.three-btns a p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.header {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.three-btns a {
		padding: 0;
	}
	.three-btns a h2 {
		padding-left: 20px;
	}
	.three-btns a p {
		padding-left: 20px;
	}
	h1.brand {
		float: none;
	}
	a.brand {
		/*font-size: 15px;*/
		margin-top: 10px;
		/*margin-bottom: 5px;*/
	}
}
@media (max-width: 480px){
	body {
		padding: 0 ;
	}
	.container {
		width: 100%;
		margin: 0;
	}
	.header {
		margin-top: 0;
		margin-bottom: 6px;
	}
	.brand {
		margin: 0;
	}
	a.brand.pull-right {
		float: right;
	}
	a.brand {
		font-size: 15px;
		margin-top: 6px;
	}
	a.about {
		/*margin-top: 10px;*/
	}
	.about img {
		/*vertical-align: top;*/
	}
	.videoplaceholder img {
		width: 100%;
	}
	.three-btns a {
		padding: 0;
	}
	.three-btns a h2 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 5px;
		padding-left: 20px;
	}
	.three-btns a p {
		font-size: 15px;
		line-height: 18px;
		padding-left: 20px;
	}
	.three-btns a h2 .btnimg {
		width: 22px;
		height: 24px;
		background-size: 78px 50px;
		margin-left: 0;
		margin-top: 0;
		margin-right: 4px;
	}
	.three-btns a.reel h2 .btnimg {
		background-position: -3px -24px;
	}
	.three-btns a.reel:hover h2 .btnimg {
		background-position: -3px 0px;
	}
	.three-btns a.survey h2 .btnimg {
		background-position: -28px -24px;
	}
	.three-btns a.survey:hover h2 .btnimg {
		background-position: -28px 0px;
	}
	.three-btns a.contact h2 .btnimg {
		background-position: -54px -24px;
	}
	.three-btns a.contact:hover h2 .btnimg {
		background-position: -54px 0px;
	}
	.page-header {
		width: 100%;
		margin: 5px 0 10px;
	}
	.page-header h1 {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 10px 0;
	}
	form h2 {
		font-size: 15px;
		line-height: 18px;
		margin-top: 10px;
	}
	form th {
		font-size: 11px;
	}
	form  td:nth-of-type(n+2),
	form  th:nth-of-type(n+2){
		width: 35px;
		padding-left: 0;
		padding-right: 0;
	}
	form td label.radio {
		padding-left: 0;
	}
}