/* CSS Document 
Video Playlist Master (C) 2015 Matthew McDonald
Owned By  Matthew McDonald

Published By www.VideoMasterClub.com

Company Info:
Mastery Labs Pty Ltd, Perth Austrlia
www.MasteryLabs.com
*/
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
	color: #CCCCCC;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

.section{
	text-align:center;
}
#menu{
	position:fixed;
	top:-200px;
	left:0;
	height: 83px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:auto;
	overflow: hidden;
	border: solid 0px #F7FF00;
} 

/* NEW */
#menu div {
	display:inline-block;
	float: left;
	width: 100px;
	height: 86px;
	overflow: hidden;
	margin: 0px;
}
#player {
	position: fixed;
	left: -5000px;
	top: 0px;
	z-index: 10;
}
.section { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
.hide, #fullpage {
	display: none;
}
#menuBG {
	position: absolute;
	top: -86px;
	left: 0px;
	z-index:1;
	width: 100%;
	height: 115px;
	
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
	
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	
	z-index: 35;
}
#menuEdge {
	display: block;
	height: 29px; /* 86 */
	margin-top: 86px;
	background: #FF8300;
	width: 100%;
	font-size: 24px;
	color: #CCC;
	cursor: pointer;
	pointer-events: default;
background: #7d7e7d;
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );

	z-index: 40;
}
#menuWrap {
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
	height: 90px;
	width: 100%;
	z-index: 999999;
	overflow: hidden;
	z-index: 40;
} 
.menuCurrent {
	position: absolute;
	top: 0px;
	left: -500px;	
	width: 10%;
	height: 86px;
	background: #a7cfdf;

}


/* timeline */
#loading {
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #333;
	background: #000;
	display: none;
	z-index: 20;
}
#controlsWrap {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 90px;
	background: #000;
	font-size: 80px;
	color: #FFF;
	
}
#controlsWrap i {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.right {
	float: right;
}
.left {
	float: left;
}
#timeline {
	position: fixed;
	bottom: -20px;
	width: 100%;
	height: 30px;
	background: #000;
	font-size: 80px;
	color: #FFF;
	background:rgba(184,91,0,0.65);
	overflow: hidden;
	cursor: pointer;
	
	z-index: 40;

background: rgb(32,33,35);
background: -moz-linear-gradient(top,  rgba(32,33,35,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,33,35,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202123', endColorstr='#000000',GradientType=0 );
}

#playhead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 0px;
	display: block;
	pointer-events: none;
}
.themeColor2 {
	background: #a7cfdf;
background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a));
background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%);
background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%);
background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%);
background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );
}


#buffered {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 0px;
	display: block;
	pointer-events: none;
	background: #D5D5D5;
}


.adUnit {
	position: fixed;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
width: 160px;
height: 600px;
overflow:hidden;
	z-index:300000;
}
#adUnit1 {
	top: 0px;
	left: 5px;position: fixed;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
width: 160px;
height: 600px;
overflow:hidden;
	z-index:300000;
	background: #FFF;
	padding: 25px;
	
}/*
#playerWrap {
	 float:left;
}
#adUnit1 {
position:fixed;
float:left;
    width:640px;
    min-height:370px;
    background-color:#000;
    z-index:300000;
}*/


