/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* Layout for desktop version  ---------------*/


body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.4em;
	color:#3b3c3d;
	background: #3399cc;
}

h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 2em;
	line-height:1.2em;
	color:#3399cc;
}

a, a:active {
	color:#99cc00;
	text-decoration: none;
}

a:hover {
	color:#999999;	
}

#wrapper {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

#logo {
	padding-bottom: 10px;
}

/****************** Playlist Styles ******************/

#playlist .video_wrap {
    padding:8px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.playlist .video_wrap {
  display:none;
}

.playlist .video_wrap.active {
  display:block;
}

ul#video-thumbs {
	list-style-type:none;
	width:100%;
	margin-top:20px;
}

#video-thumbs li {
	float:left;
	margin-right:3.8%;
	margin-bottom:15px;
	width: 20.15%;
	padding:5px;
	background:#fff;
	-webkit-box-shadow:1px 1px 5px #000;
	-moz-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#video-thumbs li.lastThumb {
 	margin-right:0px;
}

#video-thumbs li.active {
    background:#000;
	-webkit-box-shadow: 0px 4px 10px #fff;
	-moz-box-shadow: 0px 4px 10px #fff;
	box-shadow: 0px 4px 10px #fff;
}

#video-thumbs li a{
	padding:0px;
	line-height:0px;
}

#video-thumbs li img {
	vertical-align: bottom;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:.7;
	-o-transition:opacity .25s;
	-moz-transition:opacity .25s;
	-webkit-transition:opacity .25s;
	transition:opacity .25s;
}

#video-thumbs li a:hover img, #video-thumbs li.active img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}


ul#pdf-wrapper {
	list-style: none;
}
#pdf-wrapper li {
	float:left;
	margin:10px;
}
.pdf {
	margin-top:15px;
	padding:5px 5px 8px 40px;
	background: url(../images/pdf-icon.png) top left no-repeat;
}

#powered-by {
	text-align: right;
}	
/************ Social Footer Styles ************/

#social-two {
		display:none;
}
	
ul.socialhover {
	display: inline-block;
	margin: 40px 0px 5px 30px;
	padding: 0;
}

ul.socialhover li {
	display: inline;
	float: left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 10px 15px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

li.twitter a {
	background: url(../images/iconSprite.png) -9px -9px no-repeat;
	width:39px;
	height:39px;
}

li.facebook a {
	background: url(../images/iconSprite.png) -9px -58px no-repeat;
	width:39px;
	height:39px;
}

li.gplus a {
	background: url(../images/iconSprite.png) -58px -58px no-repeat;
	width:39px;
	height:39px;
}

li.linkedin a {
	background: url(../images/iconSprite.png) -149px -9px no-repeat;
	width:39px;
	height:39px;
}

li.delicious a {
	background: url(../images/iconSprite.png) -103px -58px no-repeat;
	width:39px;
	height:39px;
}

li.digg a {
	background: url(../images/iconSprite.png) -149px -58px no-repeat;
	width:39px;
	height:39px;
}

li.stumbleupon a {
	background: url(../images/iconSprite.png) -103px -9px no-repeat;
	width:39px;
	height:39px;
}

li.tumblr a {
	background: url(../images/iconSprite.png) -58px -9px no-repeat;
	width:39px;
	height:39px;
}

li.pinterest a {
	background: url(../images/iconSprite.png) -196px -8px no-repeat;
	width:39px;
	height:39px;
}

ul.socialhover li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

ul.socialhover li a span {
	position: absolute;
	width: 80px; 
	padding: 8px 6px;
	left: 50%;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin-left: -45px;
	text-align: center;
	visibility: hidden;
	bottom: 30px;
	background: #222; 
	color: #CCC;
	opacity: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.socialhover li:hover, ul.socialhover li:hover a span {
	opacity: 1;
	visibility: visible;
	bottom: 42px;
	z-index: 100;
	cursor: pointer;
}




.clear {
	clear:both;
}

/********************* Form Styles ********************/
.collectData {
	display:block;
	padding:10px;
}
p.formDesc {
	font-size:.9em;
}
.collectData label {
	display:block;
	font-size:.9em;
}
.collectData input[type='text'],
.collectData input[type='email'] {
	padding:3px;
	border-radius:5px;
	width:95%;
	display:block;
	font-size:1em;
	line-height:1.4em;
	-webkit-box-shadow: inset 0px 0px 3px #ccc;
	box-shadow: inset 0px 0px 3px #ccc;
	background: #fff;
	border:1px solid #B5A1A1;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.collectData input[type='text']:focus,
.collectData input[type='email']:focus {
	-webkit-box-shadow: 0px 0px 5px #bfdeff;
    -moz-box-shadow: 0px 0px 5px #bfdeff;
    box-shadow: 0px 0px 5px #bfdeff;
}
.submitBtn {
	padding:5px 15px;
	font-size:.9em;
	font-weight:bold;
	line-height:18px;
	margin-top:10px;
	border-radius:5px;
	border:1px solid #B5A1A1;
	box-shadow: 0px 0px 1px #efefef;
}
.hidden {
	display:none;
}

#wrapper {
	max-width: 1280px;
	min-width: 755px;
	padding:20px;
	margin:30px auto;
}

.container {
padding-left: 30px;
padding-right: 30px;
}

.row {
width: 100%;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 36.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

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

img {
	height: auto;
}

video {
	width: 100%;
	height: auto;
}

p {
	padding:5px 0px;
}

.center {
	max-width: 1320px;
	min-width: 755px;
	margin:0px auto;
	padding:0px;
}

/* Smaller Monitors -----------------*/

@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	line-height: 1.4em;
	}
	h1 {
	font-size: 1.4em;
	line-height:1.2em;
	
	}
	ul#video-thumbs {
 	 list-style-type:none;
 	 margin-left:0px;
	}
	#video-thumbs li {
	width:19.75%;
  	margin-right:4%;
	}
}


/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1020px) {
	
	.row, body, .container, #wrapper {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	ul.socialhover {
	margin-left:15px;
	}
	.last {
	margin-right: 0px;
	}
}


/* Mobile ----------------------*/

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 0.8em;
	line-height: 1.4em;;
	-webkit-text-size-adjust: none;
	background: #efefef;
	}
	h1 {
	font-size: 1.5em;
	line-height:1.2em;
	}
  	ul#video-thumbs {
 	 margin-left:0px;
	}
	#video-thumbs li{
  	width: 22%;
  	margin-right:4%;
  	padding:0px;
  	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background: transparent;
  	}
  	#video-thumbs li img {
  		border:1px solid #fff;
  	}
  	#video-thumbs li.active {
  	background: transparent;
  	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  	}
  	#video-thumbs li.active img {
  		border:1px solid #000;
  	}
	.row, body, .container, #wrapper {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	}
	#wrapper {
	margin-top:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	.center {
	width:100%;
	margin:0px;
	padding:0px;
	}
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	ul#social-one {
		display:none;
	}
	ul#social-two {
		display:block;
		clear:both;
		padding-top:10px;
	}
	h1 {
	padding-top:10px;
	}
	.last {
	margin-right: 0px;
	}
}