@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('../fonts/ColabLig-webfont.eot');
    src: url('../fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabLig-webfont.woff') format('woff'),
         url('../fonts/ColabLig-webfont.ttf') format('truetype'),
         url('../fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

body {
	background-image: url(../images/bg_2.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	/*background: -moz-linear-gradient(90deg, #fff 0%, #333 48.7%, #fff 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0.487, #333), to(#fff));
	background: linear-gradient(90deg, #fff 0%, #333 48.7%, #fff 100%);
	background-repeat: no-repeat;*/
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

p {
	margin: 10px 0;
	text-align:justify;
	line-height:1.5em;
	}

#wrapper {
	position:relative;
	background-color: hsla(0, 0%, 100%, 0.4);
	width:96%; /*960px*/
	max-width: 1400px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	overflow:hidden;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 20px #666;
	-o-box-shadow: inset 0 0 20px #666;
	-webkit-box-shadow: inset 0 0 20px #666;
	-ms-box-shadow: inset 0 0 20px #666;
	box-shadow: inset 0 0 20px #666;
}

#placeholder {
	width: 44.6%;
	height: auto;
	margin: 60px auto;
	-moz-box-shadow:  0 0 30px #666;
	-o-box-shadow:  0 0 30px #666;
	-webkit-box-shadow:  0 0 30px #666;
	-ms-box-shadow:  0 0 30px #666;
	box-shadow:  0 0 30px #666;
}


header {
	position:relative;
	width:90%; /* 940px / 960px*/
	margin-top:6px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height:90px;
	/*background-image:url(../images/header_reel.png);
	background-repeat: no-repeat;*/
}

#logo {
	position:relative;
	float:left;
	width:42.553191%; /*400px / 940px */
	height: 80px;
}

nav {
	position:relative;
	float:right;
	/*width:57.446809%; /* 540px / 940px */ 
	height:80px;
	text-align:center;
	margin-top:20px;
}

nav ul {
	width: 100%;
	margin-top:20px;
	list-style:none;
}

nav ul li { 
	text-align: center; 
	display:inline;
	margin-top:20px;
	padding:20px 20px 0 20px;
	font-family:'BebasNeueRegular';
	text-transform:uppercase;
	font-size:1.5em;
	-moz-text-shadow: 4px 4px 2px #CCC;
	-webkit-text-shadow: 4px 4px 2px #CCC;
	-o-text-shadow: 4px 4px 2px #CCC;
	-ms-text-shadow: 4px 4px 2px #CCC;
	text-shadow: 4px 4px 2px #CCC;
	letter-spacing:1px;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

nav ul li a {
	color:#000;
	text-decoration:none;
	display:inline-block;
}


nav ul li a:hover {
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

#main {
	position: relative;
	width:90%;
	height:auto;
	margin-top:50px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	overflow: hidden;
}

.promo_1_text{
	width: 90%;
	margin: 0 auto;
}

.promo_1 {
	width:60%;
	margin:20px auto;
}

.promo_2 {
	width:60%;
	margin:20px auto;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}

#content {
	position:relative;
	width:97.7083333%; /* 938px / 960px*/
	height:auto;
	margin-top:6px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	border-top: medium dashed #666;
	overflow:hidden;
}

#left {
	position:relative;
	float:left;
	width:62.553191%; /* 588px / 940px */
	height:auto;
	margin-top:10px;
	padding:6px;
	font-size:1.1em;
}

.geoff {
	float: left;
	width:46%;
	height: auto;
	margin:10px auto 0 0;
	padding: 4px;
}

.geoff ul li {
	margin-left: 20px;
}

.tim {
	float: right;
	width:46%;
	height: auto;
	margin:10px 0 0 auto;
	padding: 4px;
}

.tim ul li {
	margin-left: 20px;
}

img, object, video, embed, iframe {
	max-width: 100%;
}


footer {
	width:96%;
	max-width: 1400px;
	margin-right:auto;
	margin-left:auto;
	height:10px;
	text-align:left;
	font-size:0.8em;
}

.gnt {
	letter-spacing: 0.15em;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	margin-top:8px;
	font-weight: 400;
	-moz-text-shadow: 4px 4px 2px #CCC;
	-webkit-text-shadow: 4px 4px 2px #CCC;
	-o-text-shadow: 4px 4px 2px #CCC;
	-ms-text-shadow: 4px 4px 2px #CCC;
	text-shadow: 4px 4px 2px #CCC;
}	

h2 {
	font-size:2em;
	margin-bottom:10px;
}

h3 {
	font-size:2em;
	margin-bottom:10px;
}

h4 {
	font-size:1.4em;
	margin-top: 40px;
	margin-bottom:10px;
	text-align:center;
}

h5 {
	font-size: 1.5em;
	margin: 20px 0;
	text-align: center;
}

h6 {
	font-size: 1.6em;
	font-style:italic;
	/*margin-top: -30px;* if it has a h2 above*/
}

form {
	text-align: center;
}

.btn {
	width:180px;
	background-color:#CCC;
	border-radius: 5px;
	margin: 2px 0 0 10px;
	font-family: 'BebasNeueRegular';
	font-size:1.2em;
}

.btn:hover {
	background-color:#999;
}

.orbit-container {
	overflow: hidden;
	max-width: 700px;
	float:right;
	margin-bottom:10px;
	background:none;
	margin-left:30px;
}
.orbit-bullets {
	margin: 0 auto 0 auto;
	overflow: visible;
	position: relative;
	float:none;
	top:0;
}
.orbit-bullets li {
border: solid 1px black
}


@media screen and (max-width:1200px) {
	h1 {
		font-size: 3em;
	}
}

@media screen and (max-width:1060px) {
	nav ul li {
		padding: 20px 10px 0 10px;
	}
	
	#left{
		float:none;
		width:auto;
	}
}

@media screen and (max-width:925px) {
	h1 {
		font-size: 2.5em;
	}
	
	nav ul li {
		font-size: 1.6em;
	}
	#main {
		 margin-top: 26px;
	 }
}

@media screen and (max-width:769px) {
	h1 {
		font-size: 3em;
	}
	
	h5 {
		font-size: 1.2em;
	}
	
	nav ul li {
		font-size: 1.8em;
	}
	header{
		height: 140px;
	}
	#logo,
	nav {
		float:none;
		width:auto;
		height:50px;
		text-align:center;
	}
	.tim,
	.geoff {
		float: none;
		width: auto;
	}
	#main {
		 margin-top: 50px;
	 }
	 
}

/*@media screen and (max-width:568px) {
	.views {
		margin-top:-4%;
		margin-bottom:4%;
		float:none;
	}
}*/

@media screen and (max-width:480px) {
	nav ul li {
		padding: 20px 20px 0 20px;
	}
}

@media screen and (max-width:401px) {
	h1 {
		font-size:2em;
	}
	nav ul li {
		font-size: 1.4em;
		padding: 20px 10px 0 10px;
	}
	
}

/*iphone and ipad??*/

@media screen and (max-device-width:769px) {
	h1 {
		font-size: 3em;
	}
	
	h5 {
		font-size: 1.2em;
	}
	
	nav ul li {
		font-size: 2em;
	}
	#logo,
	nav {
		float:none;
		width:auto;
		text-align:center;
	}
	.tim,
	.geoff {
		float: none;
		width: auto;
	}
	#main {
		 margin-top: 50px;
	 }	
}

@media screen and (max-device-width:588px) {
	.views {
		margin-top:-6%;
		float:none;
	}
}

@media screen and (max-device-width:480px) {
	nav ul li {
	
		padding: 20px 20px 0 20px;
	}
}

@media screen and (max-device-width:401px) {
	h1 {
		font-size:2em;
	}
	nav ul li {
		font-size: 1.4em;
		padding: 20px 10px 0 10px;
	}
}

