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

#highlights .highlight-one
{
	padding-right: 0em;
	margin-top:-20px;
	background-color:#000
}
		
#time p
{
	position: relative;
	left:-5px;
	background-image:url(../images/time.png);
	background-repeat:no-repeat;
}
#time span
{
	position: absolute;
	color:#000;
	margin-left:-120px;
	margin-top:-5px
}
#highlights .highlight-one h3
{
	background-color:#000;
	font-weight:600;
	color:#FFF;
	padding-left:10px;
	font-size:16px;
	line-height:32px;
}
#genre{
	font-family:webfont6;
	text-align:left;
	background-color:#000;
	color:#FFF;
	width:100px;
	margin-top:-20px;
	margin-bottom:20px;
	line-height:20px;
}

button.css3button,.css4button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding: 10px 20px;
	margin:5px 10px 5px 0px;
	width:250px;
	background: -moz-linear-gradient(
		top,
		#f2f2f2 0%,
		#f2f2f2);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f2f2f2),
		to(#f2f2f2));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

/*
	Escape Velocity 2.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body, input, select, textarea
	{
		line-height: 1.5em;
		font-size: 10.5pt;
		letter-spacing: 0;
	}

	h2, h3, h4, h5, h6
	{
	font-size: 1em;
	letter-spacing: 0.05em;
	margin: 0 0 1em 0;
	}

	section,
	article
	{
		clear: both;
		padding: 1em 0 1em 0 !important;
	}

	header.style1
	{
		padding: 0 0 1em 0;
	}

		header.style1 h2
		{
			font-size: 1.5em;
			letter-spacing: 0.075em;
			line-height: 1.25em;
			color:#000;
			margin-top:-10px;
		}
		
		header.style1 .byline
		{
			display: block;
			margin: 0;
		}
		
	hr
	{
		margin: 1em 0 1em 0;
	}

	form
	{
	}
	
		form input.text,
		form select,
		form textarea
		{
		}

	.image-featured
	{
		position: relative;
		overflow: hidden;
		margin-bottom:-100px;

		/* Adjust this to change the minimum height of the image */
		min-height: 30em;
	}
	
		.image-featured img
		{
			position: absolute;
			top: 0;
			height: auto;
			width: 100%;

	
		}

	.button
	{
		display: block;
		width: 100%;
		font-size: 1em;
		padding: 1em 0 1em 0;
		max-width: 30em;
		margin: 0 auto;
	}

	.actions
	{
		margin: 2em 0 0 0;
	}

		form .actions
		{
			margin: 1em 0 0 0;
		}
	
		.actions li
		{
			margin: 15px 0 0 0;
		}

	.feature-list
	{
	}

		.feature-list section
		{
			border-top: solid 1px #eee;
		}

			/* Ugh ... disgusting. */
			.feature-list > div > div:first-child > div:first-child > section
			{
				border-top: 0;
				padding-top: 0;
			}
		
		.feature-list h3
		{
			position: relative;
			padding: 4px 0 0 48px;
			line-height: 1.25em;
		}

			.feature-list h3:before
			{
				position: absolute;
				left: 0;
				top: 0;
				width: 32px;
				height: 32px;
				line-height: 32px;
				font-size: 16px;
			}
	
		.feature-list p
		{
			margin: 0 0 0 48px;
		}

	.is-post-excerpt
	{
	}
	
		.is-post-excerpt .image-left
		{
			position: relative;
			top: 0.25em;
			width: 25%;
			margin: 0;
		}
		
		.is-post-excerpt h3,
		.is-post-excerpt p
		{
			margin-left: 32.5%;
		}

	.mobile-hide
	{
		display: none;
	}

/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

	#titleBar
	{
		background: none;
	}

		#titleBar .title
		{
			display: none;
		}

		#titleBar .toggle
		{
			position: absolute;
			top: 0;
			left: 0;
			text-indent: -9999px;
			width: 60px;
			height: 44px;
		}

			#titleBar .toggle:before
			{
				content: '';
				position: absolute;
				top: 6px;
				left: 6px;
				display: block;
				width: 54px;
				height: 38px;
				background-color: rgba(92,95,103,0.5);
				border-radius: 0.25em;
				-moz-transition: all .15s ease-in-out;
				-webkit-transition: all .15s ease-in-out;
				-o-transition: all .15s ease-in-out;
				-ms-transition: all .15s ease-in-out;
				transition: all .15s ease-in-out;
			}

			#titleBar .toggle:after
			{
				content: '';
				display: block;
				width: 44px;
				height: 44px;
				position: absolute;
				left: 15px;
				top: 6px;
				background: url('images/mobileUI-site-nav-opener-bg.svg') 8px 14px no-repeat;
				opacity: 0.5;
			}

			#titleBar .toggle:active:before
			{
				background-color: rgba(92,95,103,0.75);
			}

	#navPanel
	{
		background: #242730 url('images/overlay.png');
		box-shadow: inset -3px 0px 4px 0px rgba(0,0,0,0.1);
	}

		#navPanel .link
		{
			display: block;
			color: rgba(255,255,255,0.5);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.85em;
			letter-spacing: 0.15em;
			text-decoration: none;
			height: 70px;
			line-height: 34px;
			border-top: solid 1px rgba(255,255,255,0.05);
			margin: 0 15px 0 15px;
		}
	
		#navPanel .link:first-child
		{
			border-top: 0;
		}

		#navPanel .indent-1 { display: inline-block; width: 1em; }
		#navPanel .indent-2 { display: inline-block; width: 2em; }
		#navPanel .indent-3 { display: inline-block; width: 3em; }
		#navPanel .indent-4 { display: inline-block; width: 4em; }
		#navPanel .indent-5 { display: inline-block; width: 5em; }
		#navPanel .depth-0 { color: #fff; }

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		padding: 15px 15px 5em 15px;
	}

		.wrapper .title
		{
			font-size: 0.9em;
			width: 18em;
			height: 2.5em;
			top: -2.5em;
			line-height: 2.5em;
			margin-bottom: -2.5em;
			margin-left: -9em;
			padding-top: 0.5em;
		}
		
			.wrapper .title:before,
			.wrapper .title:after
			{
				height: 15px;
				bottom: -15px;
				background-size: 100% 100%;
			}

	#header-wrapper
	{
		padding: 6em 2em 6em 2em;
	}

	#footer-wrapper
	{
		padding-top: 3em;
	}

		#footer-wrapper .feature-list section
		{
			border-top-color: #eee;
			border-top-color: rgba(255,255,255,0.05);
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		text-align: center;
	}

		#logo h1
		{
			font-size: 1.5em;
			letter-spacing: 0.2em;
		}
		
		#logo .byline
		{
			margin: 1.25em 0 0 0;
			display: block;
			letter-spacing: 0.2em;
			font-size: 0.9em;
		}
	
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		display: none;
	}
	
/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		text-align: center;
		padding: 1em 2em 1em 2em !important;
		margin: 0 auto;
	}
	
		#intro .style2
		{
			font-size: 1.5em;
			letter-spacing: 0.05em;
			line-height: 1.25em;
			padding: 1.25em;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 1em 0 0 0;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		padding: 0 0 2em 0;
	}

		#content header.style1
		{
			padding-bottom: 2.5em;
		}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}
	
		#footer hr
		{
			display: none;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		padding: 2em 0 0 0;
	}
	
		#copyright span
		{
			padding: 1.5em 4em 1.5em 4em;
			line-height: 1.5em;
		}

/*********************************************************************************/
/* Masonry                                                                        */
/*********************************************************************************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body { font-family: sans-serif; }

.masonry {
  width: 100%;
  background-color:rgba(128,121,122,0.61)
}

/* clearfix */
.masonry:after {
  content: '';
  display: block;
  clear: both;
}

.masonry .item {
  float: left;
}

/* item is invisible, but used for layout */
.item,
.item-content,.item-content2,.item-content3,.item-content4,.item-content5,.item-content6,.item-content7,.item-content8,.item-content9,.item-content10,.item-content11,.item-content12,.item-content13,.item-content14,.item-content15,.item-content16,.item-content17,.item-content18,.item-content19,.item-content20,.item-content21,.item-content22,.item-content23,.item-content24,.item-content25,.item-content26,.item-content27,.item-content28,.item-content29,.item-content30,.item-content31,.item-content32,.item-content33,.item-content34,.item-content35,.item-content36,.item-content37,.item-content38,.item-content39,.item-content40 {
  width: 900px;
  height: 190px;
  overflow: hidden;
}

.item {
  border: none;
  background: transparent;
}

/* item-content is visible, and transitions size */
.item-content,.item-content2,.item-content3,.item-content4,.item-content5,.item-content6,.item-content7,.item-content8,.item-content9,.item-content10,.item-content11,.item-content12,.item-content13,.item-content14,.item-content15,.item-content16,.item-content17,.item-content18,.item-content19,.item-content20,.item-content21,.item-content22,.item-content23,.item-content24,.item-content25,.item-content26,.item-content27,.item-content28,.item-content29,.item-content30,.item-content31,.item-content32,.item-content33,.item-content34,.item-content35,.item-content36,.item-content37,.item-content38,.item-content39,.item-content40{
  width: 900px;
  height: 290px;
  -webkit-transition: width 0.4s, height 0.4s;
     -moz-transition: width 0.4s, height 0.4s;
       -o-transition: width 0.4s, height 0.4s;
          transition: width 0.4s, height 0.4s;
}


/* both item and item content change size */
.item.is-expanded,
.item.is-expanded .item-content2,
.item.is-expanded .item-content3,
.item.is-expanded .item-content4,.item.is-expanded .item-content5,.item.is-expanded .item-content6,.item.is-expanded .item-content7,.item.is-expanded .item-content9,.item.is-expanded .item-content10,.item.is-expanded .item-content11,.item.is-expanded .item-content12,.item.is-expanded .item-content13,.item.is-expanded .item-content14,.item.is-expanded .item-content15,.item.is-expanded .item-content16,.item.is-expanded .item-content17,.item.is-expanded .item-content18,.item.is-expanded .item-content19,.item.is-expanded .item-content20{
  width: 530px;
  height: 1200px;
}
/* both item and item content change size */
.item.is-expanded,
.item.is-expanded .item-content21,.item.is-expanded .item-content22,.item.is-expanded .item-content24,.item.is-expanded .item-content27,.item.is-expanded .item-content29,.item.is-expanded .item-content30,.item.is-expanded .item-content31,.item.is-expanded .item-content32,.item.is-expanded .item-content33,.item.is-expanded .item-content34,.item.is-expanded .item-content35,.item.is-expanded .item-content36,.item.is-expanded .item-content37,.item.is-expanded .item-content38,.item.is-expanded .item-content39,.item.is-expanded .item-content40,
.item.is-expanded .item-content41,
.item.is-expanded .item-content42,
.item.is-expanded .item-content43,
.item.is-expanded .item-content44,
.item.is-expanded .item-content45,
.item.is-expanded .item-content46,
.item.is-expanded .item-content47,
.item.is-expanded .item-content48,
.item.is-expanded .item-content49,
.item.is-expanded .item-content50{
  width: 530px;
  height: 1200px;
}

.item.is-expanded4,
.item.is-expanded4 .item-contentx,
.item.is-expanded4 .item-content8,
.item.is-expanded4 .item-content23,
.item.is-expanded4 .item-content25,
.item.is-expanded4 .item-content26,
.item.is-expanded4 .item-content28{
  width: 530px;
  height:1750px;
}
/* both item and item content change size */
.item.is-expanded2,
.item.is-expanded2 .item-content,.item.is-expanded2 .item-content5{
  width: 530px;
  height:2550px;
}


.item.is-expanded {
  z-index: 2;
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

*
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color:#fff
}
input, textarea, select
{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color:#000
}

h1,h2,h3,h4,h5,h6
{
	font-weight: 600;
	color: #000000;
}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #FFF;
	text-decoration: none;
}

a
{
	text-decoration: none;
	color: #717479;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
	
a:hover
{
	text-decoration: none;
	color: #FFF;
}

strong, b
{
	font-weight: 700;
	/* color: #484d55; */
}
	
blockquote
{
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
	
em, i
{
	font-style: italic;
}
	
hr
{
	border: 0;
	border-top: solid 1px #ddd;
}
	
sub
{
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
	
sup
{
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}


#highlights .highlight-one h2
{
	background-image: url(../images/bg05.png);
	color:#FFF;
	font-weight:600;
	/* margin-top:-50px; */
        background-color:#000;
        font-size:18px;
	line-height:26px;
	position: relative;
}

#course h4
{
	padding:46px 250px 0px 20px;
	font-size:16px;
	font-weight: 600;
	line-height:33px;
	text-transform: uppercase;
	color: #fff;
}
#course h5
{	padding:10px 20px 0px 20px;
	font-size:14px;
	line-height:21px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}
#course h6
{
	padding:130px 250px 0px 20px;
	font-size:14px;
	font-weight: 600;
	line-height:30px;
	text-transform: uppercase;
	color: #fff;
}
.small
{
font-size:14px;	
}
.small2
{
font-size:14px;
font-weight:200;
line-height:21px;
}
.small3
{
font-size:18px;
font-weight:200;
}
			
}
