@charset "UTF-8";
/* Nolathane Academy */
	
.button_academy {
	cursor:pointer; cursor: hand;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #CF3323;
	color: #FFF;
	border: 1px solid #CF3323;
	font-size: 18px;
	padding: 3px;
	border-radius:4px;
}

.button_academy_small {
	width:50px;
	text-align:center;
	cursor:pointer; cursor: hand;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #CF3323;
	color: #FFF;
	border: 1px solid #CF3323;
	font-size: 14px;
	padding: 2px;
	border-radius:2px;
}
	
.academytextbox
{
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
	background-color: #FFD2D8;
	color: #000;
	font-weight:normal;
	border: 1px solid #555;
	font-size: 14px;
	padding: 3px;
	width: 240px;
}

.academytextbox_error
{
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
	background-color: #FFD2D8;
	color: #C00;
	font-weight:normal;
	border: 1px solid #555;
	font-size: 14px;
	padding: 3px;
	width: 240px;
}

.link_academy
{
	color:#CF3323;
}

.link_academy:hover
{
	color:#CF3323;
}

.academy_footer
{
	width:100%; height:60px; position:absolute; left:0; bottom:-8px;
	text-align:center;
}

.academy_footer_indie
{
	width:120px; margin:auto;
	text-align:center;
}

.academy_arrows
{
	width:48px; height:22px; position:absolute; right:322px; top:30px;
	text-align:right;
}

.academy_arrows_dud
{
	width:120px; height:22px; position:absolute; right:354px; top:30px;
	text-align:right;
}

.academy_arrows_indie
{
	width:120px; height:22px;
}

/*.academy_footer:before
{
	content: "";
	height: 2px;
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
	
	background: -webkit-linear-gradient(left, rgba(207,51,35,0) 0%, rgba(207,51,35,1) 50%, rgba(207,51,35,0) 100%); 
	background: -o-linear-gradient(right, rgba(207,51,35,0) 0%, rgba(207,51,35,1) 50%, rgba(207,51,35,0) 100%); 
	background: -moz-linear-gradient(right, rgba(207,51,35,0) 0%, rgba(207,51,35,1) 50%, rgba(207,51,35,0) 100%); 
	background: linear-gradient(to right,  rgba(207,51,35,0) 0%, rgba(207,51,35,1) 50%, rgba(207,51,35,0) 100%); 
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}*/
		
.youtubevideowrap
{
	width:96%;
	max-width:768px;
}

.video-container
{
	position:relative;
	padding-bottom:56.25%;	/* 16:9 Aspect Ratio */
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.arrow-up
{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-bottom: 10px solid black;
}

.arrow-down
{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-top: 10px solid #f00;
}

.arrow-right
{
  display:inline-block;
  width: 0; 
  height: 0; 
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #CF3323;
  cursor:pointer;
}

.arrow-right-dud-inactive
{
  float:right;
  opacity: 0.4; filter: alpha(opacity=40);
}

.arrow-right-dud
{
  float:right; 
  opacity: 1.0; filter: alpha(opacity=100);
}

.arrow-left
{
  display:inline-block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent; 
  border-right:14px solid #CF3323;
  cursor:pointer;
}

.arrow-left-dud
{
  float:right;
  cursor:pointer;
}

.academy_box1
{
	width:12px; height:12px; border: 2px solid #000; border-radius:3px; background-color:#CCC;
	cursor:pointer; overflow:hidden; padding-bottom:3px; color:#006600; font-weight:bold; font-size:14px;
}

.academy_text1
{
	padding-left:20px; font-size:15px; color:#000;
}

.opacity100
{
	opacity: 1.0; filter: alpha(opacity=100);
}

.opacity85
{
	opacity: 0.85; filter: alpha(opacity=85);
}

.opacity40
{
	opacity: 0.4; filter: alpha(opacity=40);
}

.style_correct
{
	/*display:none; font-weight:bold; padding:3px; background-color:#CF3323; color:#FFF; border-radius:3px;*/
	display:none; font-weight:bold; font-size:12px; padding:3px; background-color:#FE0; color:#000; border-radius:3px;
}

/* Desktop Layout: 641px minimum width. Inherits styles from: Mobile Layout and Tablet Layout. */
/* ******************************************************************************************* */

@media only screen and (min-width: 641px)
{
	.style_correct
	{
		/*display:none; font-weight:bold; padding:3px; background-color:#CF3323; color:#FFF; border-radius:3px;*/
		display:inline-block; font-weight:bold; font-size:12px; padding:3px; background-color:#FE0; color:#000; border-radius:3px; opacity: 0; filter: alpha(opacity=0);
	}
}