/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.animationsection1{ visibility:hidden; }
.animationsection2{ visibility:hidden; }
.animationsection3{ visibility:hidden; }
.animationsection4{ visibility:hidden; }
.animationsection5{ visibility:hidden; }
.animationsection6{ visibility:hidden; }
.animationsection7{ visibility:hidden; }

.logo {
	text-align:center;
	display:block;
}
.logo img {
	margin: 0 0 10px 0;
	max-width: 500px;
	height:auto;
}

.ccclogo {
	display: block;
	margin: 20px auto 70px auto;
	max-width: 140px;
	height:auto;
	opacity: .2;
}
.ccclogo img {
	width: 100%;
	height: auto;
}
.ccclogo:hover {
	opacity: .75;
}
.topfade {
	background-image: url(../images/topfade.png);
	background-repeat: repeat-x;
	min-height: 300px;
}

.mainbar {
	background-image: url(../images/background-trans.png);
	text-align:center;
	padding-bottom: 50px;
}
.mainp {
	text-shadow:2px 2px 5px #000;
	font-family: 'oswald', sans-serif;
	font-weight: normal;
	line-height: normal;
	font-size: 20px;
	padding: 12px;
	text-align:center;
}
.questionp {
	font-family: 'oswald', sans-serif;
	font-weight: bold;
	line-height: normal;
	font-size: 22px;
	color: #000;
	padding: 8px;
	margin: 10px auto 0 auto;
	background-color: #DB1A5E;
	max-width:800px;
	border-bottom: 2px solid #6726d2;
}
.answerp {
	text-shadow:2px 2px 5px #000;
	font-family: 'oswald', sans-serif;
	font-weight: normal;
	line-height: normal;
	font-size: 20px;
	padding: 12px 8px;
	background-image: url(../images/darker-background-trans.png);
	margin: 0 auto 60px auto;
	max-width:800px;
}

.bold-larger {
	font-weight: bold;
	color: #b916c2;
	font-size: 32px;
	text-shadow:2px 2px 5px #000;
	font-family: 'oswald', sans-serif;
	line-height: normal;
	padding: 12px 0px;
	max-width: 650px;
	margin: 0 auto;
	text-align:center;
}
.bold-medgrey {
	font-weight: bold;
	color: #6726d2;
}
.bold-medgrey2 {
	font-weight: bold;
	color: #b916c2;
}

.bold-button, .bold-button:visited, .bold-button:active {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	text-shadow:2px 2px 5px #000;
	font-family: 'oswald', sans-serif;
	line-height: 22px;
	padding: 12px 0px;
	margin: 0;
	text-align:center;
	background-image: url(../images/background-trans.png);
	border: 1px solid #6726d2;
}
.bold-button:hover {
	background-image: none;
	background-color: #333;
	border: 1px solid #b916c2;
}
.bold-button:hover img {
	opacity: .25;

}
.bold-button img {
	moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	max-width: 60px;
	height: auto;
	padding-bottom: 4px;
}
.button-text {
	font-weight: normal;
	color: #ccc;
	font-size: 16px;
	line-height: normal;
	font-family: 'oswald', sans-serif;
	text-align:center;
	padding: 4px 6px 0 6px;
	max-height: 100px;
}
#countdown {
	text-align:center;
	font-family: 'oswald', sans-serif;
	padding: 4px 0px 12px;
	margin: 0 auto;
	width: 300px;
	line-height:normal;
}
.time-el {
	display:inline-block;
	border-right: 2px solid #333;
	padding: 0 10px;
	width: 70px;
}
.time-el.last {
	border-right: none;
}
.time-number {
	font-size:30px;
	color: #fff;
}
.time-ref {
	font-size:12px;
	color: #333;
}
.footerp {
	text-shadow:2px 2px 5px #000;
	font-family: 'oswald', sans-serif;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align:center;
	padding: 12px 0px;
}
.footerp a {
	color: #6726d2;
}
.footerp a:hover {
	color: #b916c2;
}
	
.video-outer {
	width: 100%;
	height: auto;
	padding: 20px 60px;
}
.video-container {
	border: 2pt solid #000;
    position: relative;
	margin: 0;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}


/* #Page Styles
================================================== */
		
.show-phone 						{ display:none !important; }
.show-tablet 						{ display:none !important; }
.show-screen						{ display:inherit !important; }
	
.hide-phone							{ display:inherit !important; }
.hide-tablet						{ display:inherit !important; }
.hide-screen						{ display:none !important; }
		
/* #Media Queries
================================================== */
	/* Bigger than 1200 (devices and browsers) */
	@media only screen and (min-width:1199px) {
		.video-outer { padding: 30px 100px 20px 100px; }
		.mainp { padding: 12px 0px; }
		.bold-button, .bold-button:visited, .bold-button:active { margin: 0 10px;}

		
		}
		
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	.bold-button, .bold-button:visited, .bold-button:active { font-size: 18px; }
	.bold-button img { max-width: 46px; height: auto; padding-bottom: 4px;}	
		
		


		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {


		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.logo img { width: 100%; height:auto; margin: 0;}
	.video-outer { padding: 20px 20px; }
	.bold-larger { font-size: 24px; max-width: 100%; padding-top: 0;}
	.mainp { padding: 12px 0px; font-size: 18px;}
	.questionp { font-size:22px; }
	.answerp { padding: 12px 8px; font-size: 18px; line-height: normal;}
	.bold-button img { max-width: 30px; height: auto; padding-bottom: 4px;}
	.bold-button, .bold-button:visited, .bold-button:active { margin: 10px 0; font-size: 22px;}
	.button-text { display: none; }
	.regbutton {	
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:200px;
	}
	body {
 		-webkit-background-size: auto 650px !important;
  		-moz-background-size: auto 650px !important;
  		-o-background-size: auto 650px !important;
 		background-size: auto 650px !important;


		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

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