
* 
	{
		box-sizing: border-box;	
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}

body 
	{
		font-family: 'Helvetica Neue Light', 'Arial', sans-serif;
		font-size: 1.3em;
		color: white;
		background-color: #ddd;
	}
@media screen and (min-width: 768px) {

	body.site 
		{
			padding-bottom: 4em;
		}

}
a,
a:link,
a:visited,
a:hover,
a:active 
	{
		color: #30b8ee;
	}
.out 
	{
		z-index: 11;
		position: relative;
	}

h2 
	{
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}

#bricks 
	{
		z-index: 5;
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
body,
/*#cta,*/
#bricks
	{
		background-image: url(../img/bg_bricks_small.jpg);
		background-position: middle middle ;
	}
@media screen and (min-width: 760px) {

	body,
	/*#cta,*/
	#bricks
		{
			background-image: url(../img/bg_bricks.jpg);
		}

}


/*

	Night School Logo

*/


#logo-ns 
	{
		z-index: 10;
		display: block;
		position: relative;
		float: right;
		width: 419px;
		height: 208px;
		max-width: 68%;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}
@media screen and (min-width: 960px) {
	#logo-ns 
		{
			float: none;
		}
}
#logo-ns .top,
#logo-ns .bottom
	{
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
#logo-ns .top 
	{
		z-index: 2;
		background-image: url(../img/logo_ns_blue.png);
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
	}
#logo-ns .bottom 
	{
		background-image: url(../img/logo_ns_dark.png);
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
	}
#logo-ns:hover
	{
		-webkit-filter: hue-rotate(154deg) saturate(9);
		filter: hue-rotate(154deg) saturate(9);
	}


/*

	VEGA logo

*/

#logo-vi 
	{
		z-index: 21;
		display: block;
		position: relative;
		overflow: hidden;
		left: 1%;
		width: 304px;
		height: 296px;
		width: 152px;
		height: 148px;
		max-width: 29%;
		text-indent: -9999px;
		border-bottom: 4px solid red;
		background-color: rgba(0,0,0,1);
		background-image: url(../img/logo_vi.png);
		background-position: center center;
		background-size: 75% 75%;
		background-repeat: no-repeat;
		opacity: 0.8;
	}
@media screen and (min-width: 960px) {
	#logo-vi 
		{
			position: absolute;
			left: 1%;
			top: 0;
			min-width: 150px;
			min-height: 180px;
		}
}



/*

	Menu

*/


#menu-main
	{
		z-index: 11;
		position: relative;
	}
#menu-main .menu a 
	{
		display: block;
		padding: 0.5em 1em;
		border: 1px solid orange;
	}


@media screen and (min-width: 760px) {

	#menu-main .menu a 
		{
			float: left;
		}

}



/*

	#content

*/

#content
	{
		z-index: 11;
		position: relative;
		clear: both;
		max-width: 960px;
		padding-top: 1%;
		padding-bottom: 1%;
	}
#content .menu .col 
	{
		overflow: hidden;
		margin-bottom: 1%;
	}
#content .menu li
	{
		display: block;
		position: relative;
		float: left;
		min-height: 300px;
	}
#content .menu li:last-child 
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
#content .menu img 
	{
		z-index: 2;
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
#content .menu a 
	{
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
#content .menu h2 
	{
		z-index: 3;
		position: absolute;
		bottom: 0;
		right: 0;
	    padding-right: 0.3em;
	    padding-bottom: 0.2em;
	    text-align: right;
	    color: #fff;
	    font-size: 2.5em;
	    text-transform: uppercase;
	    text-shadow: -1px 0px 0 #000, 1px 1px 0 #000, 1px 1px 14px #fff, 0 0 5px #fff, 0 0 15px #fff, 0 0 3px #fff;
	}
#content .menu img[src*="rear"]:last-child
	{
		z-index: 1;
		position: absolute;
		left: 0;
		top: 0;
	}

.flckr 
	{
		position: relative;
	}

.flckr img 
	{
	}



#ratte,
#slumlord 
	{
		clear: both;
		background-color: #000;
		text-align: center;
	}
@media screen and (min-width: 960px) {
	#slumlord  
		{
			min-height: 457px
		}	
}
#ratte iframe,
#gif 
	{
		display: block;
		width: 720px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
#gif .gif 
	{
		position: absolute;
		top: 0;
		left: 1px;
	}
#gif .gif.main
	{
		position: relative;
		/*width: 101%;*/
		left: 0;
	}
.gif .gif img 
	{
		max-width: 100%;
		height: auto;
	}


#europe 
	{
		font-size: 150%;
	}


/*

	#sabrina

*/


#sabrina
	{
		z-index: 1;
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 56.25%; /* 16:9 */
		padding-bottom: 56.25%; /* 16:9 */
		/*padding-top: 25px;*/
		height: 0;
	}

#sabrina iframe,
#sabrina video 
	{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}


@media screen and (min-width: 960px) {

	#sabrina 
		{
			z-index: 1;
			display: block;
			position: fixed;
			left: 0;
			right: 0;
			/*top: 50%;
			-webkit-transform: translateY(-50%);*/
			bottom: 1.1em;
		}

	#sabrina iframe,
	#sabrina video 
		{
		}


}

#cta 
	{
		z-index: 21;
		display: block;
		position: relative;
		padding-top: 0.33em;
		padding-bottom: 0.33em;
		text-align: center;
	}
#cta a.continue 
	{
		display: block;
		position: relative;
	}
#cta,
#cta > a 
	{
		color: #30b8ee;
		text-transform: uppercase;
		text-decoration: none;
		text-shadow: -1px -1px 0 #30b8ee, 1px 1px 0 #30b8ee, 1px 1px 14px #30b8ee, 0 0 5px #30b8ee, 0 0 15px #30b8ee, 0 0 3px #30b8ee;
	}
#cta a 
	{
		-webkit-transition: all 235ms ease-in;
		-moz-transition: all 235ms ease-in;
		transition: all 235ms ease-in;
	}
#cta a:hover 
	{
		color: #ed2f2b;
		text-shadow: 0 0 5px #ed2f2b, 0 0 15px #ed2f2b, 0 0 3px #ed2f2b;
	}


a.hot
	{
		text-align: center;
		color: #30b8ee;
		text-shadow: -1px -1px 0 #30b8ee, 1px 1px 0  #30b8ee, 1px 1px 14px #30b8ee, 0 0 5px #30b8ee, 0 0 15px #30b8ee, 0 0 3px #30b8ee;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 235ms ease-in;
		-moz-transition: all 235ms ease-in;
		transition: all 235ms ease-in;
	}
a.hot:hover,
#slumlord:hover a.hot
	{
		color: #ed2f2b;
		text-shadow: -1px -1px 0 #ed2f2b, 1px 1px 0 #ed2f2b, 1px 1px 14px #ed2f2b, 0 0 5px #ed2f2b, 0 0 15px #ed2f2b, 0 0 3px #ed2f2b;
	}
#shows a
	{
		display: block;
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		text-align: center;
	}

@media screen and (min-width: 760px) {


	#cta
		{
			position: fixed;
			bottom: 0;
		}
	#social
		{
			float: right;
		}
	#cta a.continue 
		{
			float: left;
		}

}

#social 
	{
		padding-bottom: 0em;
	}

#social a i 
	{
		display: none;
	}
#social a 
	{
		text-decoration: none;
	}


#watching,
#buying 
	{
		display: block;
		position: relative;
		clear: both;
		text-align: center;
		width: 100%;
		padding-top: 0.66em;
		padding-bottom: 0.33em;
		text-transform: uppercase;
		font-size: 0.7em;
		text-shadow: 0 0 20px #000, 0 0 5px #30b8ee, 0 0 15px #30b8ee, 0 0 3px #30b8ee;
		text-shadow: 0 0 20px rgba(0,0,0,0.5), 0 0 5px #fff, 0 0 15px #fff, 0 0 3px #fff;
	}
#watching > span
	{
		display: block;
	}
#watching a,
#buying a,
.europe a
	{
		color: red;
		font-weight: bold;
		text-shadow: 0 0 5px red, 0 0 15px red, 0 0 3px red;
		text-shadow: 0 0 3px red;
		text-shadow: 0 0 20px rgba(255,0,0,0.5), 0 0 5px red, 0 0 15px red, 0 0 3px red;
		text-decoration: none;
	}
#watching a:hover,
#buying a:hover 
	{
		color: #30b8ee;
		text-shadow: 0 0 3px #30b8ee;
		text-shadow: 0 0 20px rgba(0,90,250,0.5), 0 0 5px #30b8ee, 0 0 15px #30b8ee, 0 0 3px #30b8ee;
	}
@media screen and (min-width: 760px) {

	#watching 
		{
			z-index: 21;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
		}

	#buying 
		{
			z-index: 22;
			position: fixed;
			bottom: 1.82em;
			width: auto;
			left: 50%;
			-webkit-transform: translateX(-50%);
			text-align: center;
			word-spacing: 1.5em;
		}
	#buying a:last-child
		{
			word-spacing: 0;
		}
	.site #buying
		{
			left: 0;
			bottom: 0;
			-webkit-transform: translateY(0);
		}

}


/*

	Flckr

*/


.flckr 
	{
		position: relative;
	}


.jitter 
	{
		-webkit-transition: margin 15ms ease-out;
	}





/*

	social icons

*/