/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html{
	width:100%;
	height:100%;
}

.outer{
	width:100%;
	height:100%;
	overflow:hidden;
}


#stageContainer{
	text-align:center;
	margin:0 auto;
	display:block;
	position:relative;


}
#inner{
	width:1330px;
	height:780px;
	position:relative;
	margin:0 auto;
	display:block;
	overflow:hidden;
	z-index:0;

}
#stage{
	position:absolute;
	display:block;
	z-index:500;
}
.videoContainer {
	width: 100%;
	height: 100%;
	position:relative;
	z-index:0;
	/*position:relative;*/
	/*display:none;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#sesameVideo {
	margin:0 auto;
	margin-top:10%;

}
.videoContainer #play-video{
	position:absolute;
	margin:0 auto;
	width:100px;
	height:100px;
	display:none;
}

/* hide video player controls? */
video::-webkit-media-controls {
  display: none !important;
}

.slideOff{
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.videoContainer #close-content{
	position:absolute;
    top: 11%;
    right: 13%;
    width: 6%;
    height: 10%;
    background:none;
    border:0;
    overflow:hidden;
    text-indent: -99999px;
    /*background-image:url("../assets/move_and_groove/images/exit_button_normal.png");*/
    outline:0;
    background-size:100%;
    background-repeat:no-repeat;
}
.videoContainer #close-content:hover{
    /*background-image:url("../assets/move_and_groove/images/exit_button_hover.png");*/
}
.videoContainer #close-content:active{
    /*background-image:url("../assets/move_and_groove/images/exit_button_select.png");*/
}

.close-wrapper{
	display:block;
	width:100%;
	height:100%;
	z-index:999;
	position:absolute;
	top:0;
	left:0;
}
#close-button{
	position:absolute;
	background:red;
	top:0%;
	z-index:1000;
	right:0%;
	display:none;
}
