body{
	margin:0px;
	padding:0px;
	overflow-x: hidden;
	font-family:Verdana, Geneva, sans-serif;
	background:white;
	font-size:22px;
	-webkit-font-smoothing: antialiased;
}
#body_bg{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background:#040405;
	display:none;	
}

#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:black;/*url(../media/loader_small.gif) no-repeat 50% 50% rgb(0,0,0);*/
}
#loader_text{
	margin:auto;
	margin-top:150px;
	color:#fff;
	text-shadow:0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #189aff, 0 0 30px #189aff, 0 0 40px #189aff, 0 0 55px #1823ff, 0 0 75px #7418ff;
	font-size:24px;
	word-spacing:0;
	font-weight:100;
}

#header_container{
	position:relative;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(0,153,255,1) 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(40%, rgba(255,255,255,1)), color-stop(50%, rgba(0,153,255,1)), color-stop(60%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(0,153,255,1) 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(0,153,255,1) 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(0,153,255,1) 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(0,153,255,1) 50%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
	cursor:pointer;
}

#header_container{	
	overflow:hidden;
}

#header{
	margin:auto;
	position:relative;
}

#headerMSC{
	position:relative;
	pointer-events: auto;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

#headerTRICKING{
	position:relative;
	pointer-events: auto;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:100%;	
}

#headerGLOW{
	position:relative;
	pointer-events: none;
	margin:0px;
	margin-left:1px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	opacity:0;
}

#MSC{
	position:absolute;
	top:3%;
	left:7%;
	background-image:url(../media/MSC.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	width:25%;
	height:100%;
}

#TRICKING{
	position:absolute;
	top:3%;
	right:5%;
	background-image:url(../media/TRICKING.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	width:35%;
	height:100%;
}

.header_select{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:100%;
	opacity:0;
}

.menuItem{
	position:absolute;
	width:40%;
	height:100%;
	top:0px;
	display:none;
	text-align: center;
    padding-top: 23px;
    font-size: 40px;
}
#MSCmenu{
	background:white;
	left:0px;
	padding-left:20px;
}
#TRICKINGmenu{
	padding-right:20px;
	background:black;
	right:0px;
}

#clouds{
	pointer-events: none;
	position:absolute;
	left:0%;
	top:0px;
	width:100%;
}
#clouds_part{
	position:absolute;
	top:38%;
	left:12%;
	background-image:url(../media/clouds_part.png);
	background-repeat:no-repeat;
	background-size:100%;
	width:14%;
	height:10%;
}
.bg_gradient{
	pointer-events: none;
	position:absolute;
	width:100%;
	height:20%;
	left:0px;
	bottom:0px;
	background-repeat:repeat-x;
	background-size:contain;
	display:none;
}
#bg_gradient_black{
	background-image:url(../media/black_gradient.png);	
}
#bg_gradient_white{
	background-image:url(../media/white_gradient.png);	
}
#content_container{
	position:absolute;
	width:100%;
	height:200%;
	left:0px;
	top:80%;
	background-image:url(../media/MSCcontent.png);	
	background-size:100%;
	background-repeat:no-repeat;
	display:none;
}
.content{
	position:relative;
	width:80%;
	margin:auto;
	margin-top:19%;
	margin-bottom:5%;
	display:none;
}
#contentTRICKING{
	color:#E2EBEF;	
}

.MSCinset {
    /* Shadows are visible under slightly transparent text color */
    color: rgba(200,215,230, 0.8);
    text-shadow: 0px 2px 1px #fff, 0 0 0 #000, 0px 0px 0px #def;
}
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }

.TRICKINGglow{
	color:#86d9f3;
	text-shadow:0 0 5px #429fb6, 0 0 10px #429fb6, 0 0 15px #4043b5, 0 0 20px #4043b5, 0 0 30px #403375, 0 0 40px #403375, 0 0 55px #724b97, 0 0 75px #724b97;
}

.item{
	display:none;
}

.item_container{
	background:url(../media/placeholder.jpg);
	background-size:100%;
	position:relative;
	display:inline-block;
	margin:0px;
	margin-bottom:-3px;
	padding:0px;
	border-radius:4px;
	cursor:pointer;
	overflow:hidden;
	font-size:0px;
}

.item_content{
	width:100%;
	height:0px;
	position:relative;
	border-radius:4px;
	padding:0px;
	margin:0px;
	margin-top:3px;
	margin-bottom:3px;
	overflow:hidden;
	background:rgba(0,100,255,0.2);
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&0.2+0,0+100 */
	background: -moz-linear-gradient(top, rgba(30,87,153,0.2) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.2)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.content_wrapper{
	margin:20px;
}

.item_title{
	position:relative;
	width:100%;
	height:100%;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 100;
	font-size:30px; font-size: 2.4vw;
	color:white;
	opacity:0;
	background:rgba(0,0,0,0.5);
}
.item_title_text{
	position:absolute;
	right:13px;
	bottom:5px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-top:20px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#skillset{
	width:50%;
	position:relative;
	border-radius:4px;
	padding:20px;
	padding-top:1px;
	margin:auto;
	margin-top:-3px;
	background:rgba(0,100,255,0.2);
}

#footer{
	width:100%;
	height:20px;
	background:#37424A;
	background:url(../media/grey_wash_wall.png);
	position:fixed;
	bottom:0px;
	left:0px;
	-webkit-box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.5);
	border-top: 1px solid #222;
	
	font-family:Verdana, Geneva, sans-serif;
    font-style: normal;
	font-weight:100;
	color:white;
	
	padding:10px;
}

/*tr:first-child td, tr td:first-child {
    font-weight: bold;
}*/