html{
	
	background-color: gray;
	margin: 0;
	
}

* { 
	margin: 0; 
	padding: 0; 
	outline: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

#wrapper * {
    box-sizing: border-box;
}

body{
	background-color: gray;

	
}

#wrapper{
	width: 300px;
	height: 250px;
	background-color: black;
	overflow: hidden;
	position:  relative;	
	top:0px;
  	left: 0px;
}

#keylineTop{
	width: 300px;
	height: 1px;
	background-color: black;
	overflow: hidden;
	position:  absolute;
	top:0px;
  	left: 0px;
}
#keylineRight{
	width: 1px;
	height: 250px;
	background-color: black;
	overflow: hidden;
	position:  absolute;
	top:0px;
  	left: 299px;
}
#keylineBottom{
	width: 300px;
	height: 1px;
	background-color: black;
	overflow: hidden;
	position:  absolute;
	top:249px;
  	left: 0px;
}
#keylineLeft{
	width: 1px;
	height: 250px;
	background-color: black;
	overflow: hidden;
	position:  absolute;
	top:0px;
  	left: 0px;
}

/********************** EXITS **********************/
#video_exit {
  background-color: red;
  position:absolute;
  cursor: pointer;
	
	width:300px; 
	height:125px;
	
  	top:0px;
	left: 0px;

  opacity: 0;
   
}

#endframe_exit {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top:0px;
  opacity: 0;
  background-color:green;
  visibility: hidden;
}

#cta_one {
	position: relative;
	cursor:pointer;
	width: 122px;
    height: 50px;
    top: 355px;
    left:55px;
	background-image: url('cta_button.png');
	background-position: center center;
  	overflow: hidden;

}
#cta_one_txt {
	width: 112px;
    height: 35px;
	background-image: url('cta_text.png');
	position: absolute;
	top:4px;
	left:6px
}

#lightwash {
	background-image: url('darkWash.png');
	width: 122px;
    height: 20px;
    position: absolute;
    top: 5px; left: -70px;
    opacity: 0;
}


#soc1 {

	width:20px;
	height:20px;
	overflow: hidden;
	cursor:pointer;
	background-image: url('social_row.png');
	background-position: 0px 0px;
	
	position: absolute;
	top: 345px;
	left:220px;

}

#soc2 {

	width:20px;
	height:20px;
	overflow: hidden;
	cursor:pointer;
	background-image: url('social_row.png');
	background-position: -34px 0px;
	
	position: absolute;
	top: 345px;
	left:270px;

}

/********************** PERSISTENT **********************/

#persistant-top {
  width: 300px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  background-image: url('pers_top.jpg');
  top:0px;
  
 
}

#persistant-bottom {
  width: 300px;
  height: 55px;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  background-image: url('pers_btm.jpg');
  
}



#per_title {
    position: absolute;
    width: 300px;
    height: 150px;
    overflow: hidden;
	background-image: url('title_lg.png');
	background-repeat: no-repeat;
	top:-100px;
}

#per_date {
    position: absolute;
    width: 300px;
    height: 25px;
    overflow: hidden;
	background-image: url('date_stack.png');
	background-repeat: no-repeat;
	top:55px;
}


/********************** CLICK FOR AUDIO **********************/
#cfa {
  width: 300px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 130px;
  font-family: 'Istok Web', sans-serif;
  font-size: 17px;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
 

  
 
}

/********************** INIT VIDEO PLAYER **********************/


#vidWrapper{
	position:absolute;
	
	width:300px; 
	height:129px;
	
  	top:68px;
	left: 0px;
	
	overflow: hidden;
}

#videoPlayer_cont{
	top:0px;
	left:0px;
   	width: 100%;
	height: 100%;
	overflow: hidden; 	
	/*background-color: red;*/
}


#videoPlayer {
 top:0px;
	left:0px;
   width: 100%;
   height: 100%;
   background-color: black;
   position: relative;
  
	
}

/********************** INIT VIDEO PLAYER CTRLS  **********************/


#ctrls-wrapper{
	
	width: 300px; 
	height: 30px;
	bottom:1000px;/* set off stage check init.js Hide/Show Player functions for position */
	position: absolute;
		
	 /*Centering Method 2*/
	 margin: 0px 0 0 -150px;/* subtract half of the vidWrapper width */
	 left: 50%;

}



#ppBtn {

	width:30px;
	height:30px;
	overflow: hidden;
	cursor:pointer;
	background-image: url('player-ctrls.png');
	background-position: 0px -30px;

	display: inline-block;
	
	position: absolute;
	top: 2px;
	left: 0px;

}


#seekBar{
   height:4px;
   cursor: pointer;
   width: 100%;
}


#sb{/***** SET THE WIDTH OF THE SEEK BAR *****/
   width: 158px;
   height:4px;
   cursor: pointer;
   display: inline-block;
    
  position: absolute;
  top: 15px;
  left:31px;

   
}



#sound-btn {
	cursor:pointer;
	width:30px;
	height:30px;
	overflow: hidden;
	background-image: url('player-ctrls.png');
	background-position: -30px -30px;
	
	
	position: absolute;
	float: left;
	right:27px;
	top:1px;
	right:75px;
	top:2px;


	
}

#nav1 {
    
	width:30px;
	height:30px;
	overflow: hidden;
	cursor:pointer;

	
	background-image: url('player-ctrls.png');
	background-position: -120px 0px;
	
	position: absolute;
	float: left;
	right:27px;
	top:1px;
	right:53px;
	top:1px;

	

}

#pi {
	width:2px;
	height:15px;
	display: inline-block;
	background-color: white;

	position: absolute;
	float: left;
	right:55px;
	top:10px;
	
}

#nav2 {
 
	width:30px;
	height:30px;
	overflow: hidden;
	cursor:pointer;
	
	background-image: url('player-ctrls.png');
	background-position: -150px 0px;
	
	position: absolute;
	float: left;
	right:27px;
	top:1px;
	



}

#fs {
	
	width:30px;
	height:30px;
	overflow: hidden;
   cursor: pointer;
   
	
	background-image: url('player-ctrls.png');
	background-position: -60px 0px;
	
	position: absolute;
	float: left;
	right:3px;
	top:1px;
 
}

#fullscreen_title {
    position: absolute;
    width: 100%;
    height: 150px;
    overflow: hidden;
	background-image: url('title_lg.png');
	background-position: center top;
	background-repeat: no-repeat;
	top:0px;
	left:0px;
	visibility: hidden;
	
	
}
#replay-btn {
   position: absolute;
	width:30px;
	height:30px;
	overflow: hidden;
	background-image: url('player-ctrls.png');
	background-position: -90px 0px;
	left: 272px;
	top:127px;
	visibility: hidden;
	opacity: 0;
}


/********************** ENDFRAME **********************/

#endframe_bg {
    position: absolute;
    width: 300px;
    height: 250px;
    overflow: hidden;
	background-image: url('bg_artwork.jpg');
	opacity: 0;
}

#endframe_title {
    position: absolute;
    width: 300px;
    height: 150px;
    overflow: hidden;
	background-image: url('title_lg.png');
	background-repeat: no-repeat;
	opacity: 0;
	top: 60px;
}


#endframe_date {
    position: absolute;
    width: 300px;
    height: 50px;
    overflow: hidden;
	background-image: url('date_stack.png');
	background-repeat: no-repeat;
	opacity: 0;
	top:299px;
}



/********************** FADE IT ALL **********************/
#fade{
	background-color: black;
	width:300px;
	height:250px;
	position: absolute;
	opacity: 1;
	top:0px;
	left: 0px;
	z-index: 2147483647;

	
	
}

/************************* HIDE ALL NATIVE CTRLS 
::-webkit-media-controls {
  display:none !important;
}

**************************/

/************************* RANGE **************************/

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: white;
  opacity: .5;
}
input[type=range]::-webkit-slider-thumb {
  height: 4px;
  width: 22px;
  background:gray;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
  opacity: .5;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: white;
  overflow: hidden;
  align-content: center;
}
input[type=range]::-moz-range-thumb {
  height: 4px;
  width: 22px;
  background: grey;
  cursor: pointer; 
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: white;
 
}
input[type=range]::-ms-fill-lower {
	background: gray;
 
}
input[type=range]::-ms-fill-upper {
	background: white;
 
}
input[type=range]::-ms-thumb {
  height: 4px;
  width: 16px;
  border-radius: 3px;
  background: gray;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: gray;
}
input[type=range]:focus::-ms-fill-upper {
   background: white;
}


