/* @override 
	http://podc.am/content/css/style.css
	http://podcam360.com/content/css/A.style.css,q1.pagespeed.cf.H1wrvUBuAb.css */

@font-face {
  font-family: 'GothamRounded.otf';
  src: url('../fonts/GothamRounded-Book.otf');
}

@font-face {
  font-family: 'Gotham-Medium.otf';
  src: url('../fonts/Gotham-Medium.otf');
}

@font-face {
  font-family: 'Gotham-Light.otf';
  src: url('../fonts/Gotham-Light.otf');
}


html { 
  /*background: url(content/images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

body {
	margin: 0;
	color: #333;
	font-family: 'GothamRounded.otf';
	font-size: 16px;
	text-align: center;
	background: #fafafa;
}

header {
	padding: 40px 0 40px;
	
	width: 100%;
	
}

#home header {
	position: absolute;
	top: 30px;
	background: rgba(255, 255, 255, .75);
	padding: 20px 0 20px;
	width: auto;
	
}

#bodyhead {
	height: 200px;
	display: block;
	overflow: hidden;
	
	
}

.cds #bodyhead {
	background: url(../images/home-images/cds2.jpg) no-repeat center center; 
	background-size: 100% auto;
}

.psc #bodyhead {
	background: url(../images/home-images/pacsci.jpg) no-repeat center center; 
	background-size: 100% auto;
}

.csc #bodyhead {
	background: url(../images/home-images/csc.jpg) no-repeat center center; 
	background-size: 100% auto;
}

.sch #bodyhead {
	background: url(../images/home-images/orbiter_overhead_home.jpg) no-repeat center center; 
	background-size: 100% auto;
}

.contact #bodyhead {
	background: url(../images/home-images/pacsci.jpg) no-repeat center center; 
	background-size: 100% auto;
}

/*header {
	z-index: 10;
	position: absolute;
	padding: 40px 0;
	top: 600px;
	background: rgba(255, 255, 255, .2);
}*/

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img { 
	max-width: 100%; 
	height: auto;
}
 
a img {
	border: none;
}

header #standalone {
	width: 80%;
	max-width: 400px;
}

#scroller {

	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#scroller img {

	box-shadow: 0px 2px 2px rgba(0,0,0,.5);
}

#scroller-page {

	margin: 0 auto;
	overflow: hidden;
	width: 90%;
	position: relative;
}

footer {
	margin: 30px 5%;
	font-size: 70%;
	clear: both;
	position: relative;
	bottom: 0px;
	width: 90%;
	color: #333;

}

#scroller span {
	color: white;
	position: relative;
	top: -30px;
	left: 0;
	z-index: 200;
	width: 100%!important;
	text-align: left!important;
	text-transform: uppercase;
	font-size: 70%;
	display: none;
}

#scroller span.black {
	color: black;
}

#page #main {
	box-sizing: border-box;
}

#page #main, #page #contact {
	width: 94%;
	max-width: 650px;
	padding: 3%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	font-family: 'Gotham-Light.otf';
}

#demo {
	width: 94%;
	max-width: 960px;
	padding: 3%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	font-family: 'Gotham-Light.otf';
}

#demo8cam {
	width: 94%;
	max-width: 1980px;
	padding: 3%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	font-family: 'Gotham-Light.otf';
}

#page #backgrounds {
	width: 94%;
	max-width: 1080px;
	padding: 3%;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	font-family: 'Gotham-Light.otf';
}


h1, h2 {
	font-family: 'Gotham-Medium.otf';
	line-height: 1.2em;
	font-weight: lighter;
}

#page h1 {
	font-size: 160%;
}

#page h2 {
	font-size: 145%;

	font-family: 'Gotham-Medium.otf';
}

#page #main, #page #backgrounds img {
	width: 100%;
}

nav {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

a {
	color: inherit;
	text-decoration: none;
}

nav ul, nav li {
	text-align: center;
	list-style: none;

}

nav li {
	display: inline-block;
	padding: 10px;
}
nav ul {
	width: 100%;
}

#contactinfo > section  {
	display: inline-block;
	margin:  20px 50px;
}

#contactinfo {
	text-align: center;
	width: 100%;
}

span.line {
	border-bottom: 1px solid #333;
	width: 100%;
	content: " ";
	height: 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 53.6%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper43 {
	position: relative;
	padding-bottom: 76.5%; /* 4:3 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper43 iframe {
	position: absolute;
	top: 0;
	left: 17%;
	width: 66%;
	height: 66%;
}

.videoWrapper43 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 66%;
	height: 66%;
}

.videoWrapper8cam {
	position: relative;
	padding-bottom: 71.33%; 
	padding-top: 25px;
	height: 0;
}
.videoWrapper8cam iframe {
	position: absolute;
	top: 0;
	left: 17%;
	width: 66%;
	height: 66%;
}

.videoWrapper8cam video {
	position: absolute;
	top: 0;
	left: 0;
	width: 66%;
	height: 66%;
}

#hoverbox {
	color: white;
	text-shadow: 0px 1px 11px black;
	position: absolute;
	text-align: center;
	z-index: 999;
	bottom: -10px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	font-size: 13px;
}

#scroller:hover #hoverbox {
	opacity: 1;
	bottom: 10px;
}

@media screen and (max-width: 320px)  {
	ul.flex-direction-nav {
		opacity: 0;
	}
		
}
