/*# ### ### ### ### ### ### ### ### ### ###
### ### ###   RealityOfVisions  ### ### ###
### ### ###      MEDIA ALL      ### ### #*/
@media all{	
	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, font, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
/*# ### ###      MEDIA ALL      ### ### #*/
	body{
	  margin: auto auto;
	  background:rgba(125,125,125,1);
	}
	
	table{}
	th{background:black;color:cyan;}
	td{background:black;color:white;}
	#gpio{width:100%;height:100%;}
	
	
	.RoV{
	position:fixed; 
	margin:10px;
	}
	
	.rovSvg{
		float:right;
		opacity: 1;
		animation-name: fadeInOpa;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 3s;
		}
	#menuRect{transition: all 0.5s ease-out;
		fill:black;
		stroke:white;
		stroke-width:2;
		opacity:1;
	}
	
	svg:hover #menuRect,
	svg:focus #menuRect{transition: all 0.5s ease-out;
		fill:black;
		stroke:white;
		stroke-width:2;
		opacity:1;
	}
	
	#menuText1{	transition: all 0.5s ease-out;
		fill:#00ffff;
		stroke:black;
		stroke-width:0.1;
	}
	svg:hover #menuText1,
	svg:focus #menuText1{transition: all 0.5s ease-out;
		fill:#fff;
		opacity:1;
	}
	
	#menuText2{	transition: all 0.5s ease-out;
		fill:#3c3c64ff;
		stroke:#00ffff;
		stroke-width:0.2;
	}
	svg:hover #menuText2,
	svg:focus #menuText2{transition: all 0.5s ease-out;
		fill:#00ffff;
		stroke:#3c3c64ff;
		opacity:1;
	}
	

	/*
	animation-name: fromTop;
		animation-timing-function: ease-in;
		animation-duration: 0.2s;
		margin-top:5px;
		*/
	.rovSvg:hover{
		
		
	}
	
	.rovPicBox{
		width: 450px;
	}
	
	.rovPic{
		width: 100%;
		height: auto;
	}
		
	.rovBug{
		position:fixed;
		padding:10px;
		bottom:0;
		float:right;
		right:0;
		width:20%;
		height:10%;
		background:rgba(60,60,60,0.25);
		border-radius: 20px 0px 0px 0px;
	}
	
	.rovMenu{		
		width:0;
		animation-name: fromLeft;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.5s;		
		width:10%;
		height:100%;
		background:rgba(0,0,0,0);
		border-radius: 0px 0px 0px 0px;
		position:fixed;
		left:0px;
		top:0px;
		z-index:1;
		overflow:visible;
	}
	
	#rovMenu{
		width:100%;
		padding:10px;
		margin-top:20px;
		margin-bottom:20px;
		height:50px;
		background:rgba(0,0,0,1);
		border-radius: 0px 20px 20px 0px;
		font-family: s1;
		text-decoration-line: none;
		font-size:25px;
		color:#00ffff;
		z-index:5;
	}
	#rovMenu:hover{
		width:100%;
		padding:10px;
		margin-top:20px;
		margin-bottom:20px;
		height:50px;
		background:rgba(0,0,0,1);
		border-radius: 0px 20px 20px 0px;
		font-size:18px;
		color:#3c3c64ff;
		z-index:5;
	}
	
	.rovMenuItem{
		opacity: 1;
		animation-name: fadeInOpa;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 2s;
		margin-top:30px;
	}
	
	.rovLinkItem{
		z-index:15;
		opacity: 1;
		animation-name: fadeInOpa;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 2s;
		
	}
	.rovLinkItem:hover{
		opacity: 1;
		animation-name: fadeInOpa;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 2s;
		
	}
	
	#rovLink{
		padding:10px;
		float:left;
		height:30px;
		border-radius: 20px 20px 20px 20px;
		text-decoration-line: none;
		font-size:25px;
		color:#fff;
	}
	
	#rovLink:hover{
		border-radius: 20px 20px 20px 20px;
		text-decoration-line: none;
		font-size:25px;
		background:rgba(0,0,0,1);
	    color: rgba(0,255,255,1);
	}
	
	#rovAdd{max-width:100%; height:60px; z-index:100; position:relative;left:0px;top:0px;float:left;}
	#title{width:80%;}
	#disc{width:80%;}
	#link{width:80%;}
	
	.link{position:relative;}
	
	a#backLink{    
	animation-name: spin;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	position: fixed;
    bottom: 0px;
    right: 1%;
	font-size:20px;
    background: transparent;
    color: white;
	}
	
	a#backLink:hover{
	color:black;
	}
	
	img#rovLogo{
		width: 75px;
		height: 55px;
	}
	
	div#rovLogo{
	z-index: 500;
    position: fixed;
    left: 90%;
    height: 55px;
    color: rgba(0,0,0,1);
    background: transparent;
    width: 10%;
    top: 0px;
	}
	
	input::placeholder{
		color: yellow;
		font-size:8px;
	}
	

	
/*# ### ###      MEDIA ALL      ### ### #*/
	.rovSub{
	  <?=$rollIn?>
	  <?=$border?>
	    z-index:50;
	    position:relative;
	    width:38px;
	    left:5px;
	    height:8px;
	    background:rgba(60,60,60,0.25);
	    margin:4px;
	    padding-left:4px;
	}
/*# ### ###      MEDIA ALL      ### ### #*/	
	#rovUP{
	<?=$border10?>
	<?=$menuPos?>
	background:rgba(60,60,60,0.25);
	z-index:100;
	width:60px;
	height:60px;
	display:none;
	}
/*# ### ###      MEDIA ALL      ### ### #*/
/*# ### ###      MEDIA ALL      ### ### #*/
	#rovSub{
	  <?=$rollInFast?>
	  
	-moz-transform: translateY(0px) rotateZ(0deg);
	-webkit-transform: translateY(0px) rotateZ(0deg);
	transform: translateY(0px) rotateZ(0deg);
	opacity: 1;	  
	}
/*# ### ###      MEDIA ALL      ### ### #*/	
	.rovPage{
	  <?=$rollIn?>	
	  background:rgba(255,255,255,1);
	  z-index:2;
		position:relative;
		height:100%;
		min-height:0px;
	}
/*# ### ###      MEDIA ALL      ### ### #*/	
	.rovTop{
	width:100%;
	left:0;
	height:0px;
	}
/*# ### ###      MEDIA ALL      ### ### #*/	
	.rovContent{
		width: 0;
		animation-name: fromRight;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.5s;
		background:rgba(0,0,0, 0);
		color: white;
		z-index:0;
		padding:0%;
		position:relative;
		float:right;
		top:0px;
		right:0px;
		width:100%;
		border-radius: 0px 0px 0px 0px;
	}
	
	.inline{
		margin-left: 5%;
		width:250px;
		height:20px;
	}
	
	.inLineContent{
		width: 0;
		animation-name: fromRight;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.5s;
		background:rgba(60,60,60,0.25);
		z-index:-10;
		padding:2%;
		margin-bottom:10%;
		top: 100px;
		position:relative;
		float:right;
		right:0px;
		width:75%;
		border-radius: 20px 0px 0px 20px;
	}

	.inLineLink{
		width:100%;
		float:left;
		height: 100px;
		background:rgba(0, 60, 60, 0.5);
		border-radius: 20px 20px 20px 20px;
		margin-bottom:100px;
	}
	
	
	.track{
		padding:10px;
		margin:10px;
		margin-top:200px;
		width:250px;
		height:80px;
		color:white;
		background:black url(../../xMedia/nacked_Vinyl.png);
		background-repeat: no-repeat;
		background-size:contain;
		border:20px solid rgba(0, 60, 60, 1);
		border-radius:20px;
	}
	
	
	
	#trackHead{
		color:white;
		background:black;
		
	}
	
	#trackTitle{
		color: #009090;
		width: 80px;
		animation-name: rov360;
		animation-duration: 4s;
		animation-delay: 2s;
		animation-iteration-count: infinite;
		position: relative;
		left: 0px;
		top: 30px;
		
	}
	
	#rovPlay{
		padding:30px;
		left:100px;
		margin-top:0px;
		background-image:url(../../xMedia/playD.png);
		background-repeat: no-repeat;		
		background-size: contain;
		position: absolute;
	}
	#rovPlay:hover{
		background-image:url(../../xMedia/playDD.png);
	}
	
	#rovStop{
		padding:30px;
		left:200px;
		margin-top:0px;
		background-image:url(../../xMedia/stopD.png);
		background-repeat: no-repeat;		
		background-size: contain;
		position: absolute;
	}
	#rovStop:hover{
		background-image:url(../../xMedia/stopDD.png);
	}	
			
	#rovDl{
		padding:30px;
		left:200px;
		background-image:url(../../xMedia/dlD.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
	}
	#rovDl:hover{
		background-image:url(../../xMedia/dlDD.png);
	}
	
	
	input[type="range"].vertikal {
		writing-mode: bt-lr; /* IE */
		-webkit-appearance: slider-vertical; /* WebKit */
		width: 10px;
		height: 250px;
		background-image: repeating-linear-gradient(0deg, white, white 8%, black 8%, black 9%);
	}
	
	
	
	.rovBackLinks{position:fixed;left:0px;bottom:0px;background:transparent;height:80px;padding:10px; z-index:20;}
	.backLinkArrayItem{
		width:120px;
		height:45px;
		float:left;
		margin:5px;
		padding:5px;
		border-radius: 5px 5px 5px 5px;
	}
	
	#backLinkArrayItem0{
		background:black url(../../xMedia/pngTwitch.png) no-repeat center;
		background-size: 120px 45px;		
	}
	#backLinkArrayItem1{
		background:black url(../../xMedia/pngTwitchYoutube.png) no-repeat center;
		background-size: 120px 45px;
	}
	#backLinkArrayItem2{
		background:black url(../../xMedia/pngYouTube.png) no-repeat center;
		background-size: 120px 45px;
	}
	#backLinkArrayItem3{
		background:black url(../../xMedia/pngBeats.png) no-repeat center;
		background-size: 120px 45px;
	}
	#backLinkArrayItem4{
		background:black url(../../xMedia/pngElytstylE.png) no-repeat center;
		background-size: 120px 45px;
	}
	#backLinkArrayItem5{
		background:black url(../../xMedia/pngPayPal.png) no-repeat center;
		background-size: 120px 45px;
	}
	
	
	
	.submitRoV{
    margin-top: 0px;
    height: 30px;
    width: 120px;
    background: rgba(0,0,0,1);
    color: white;
    border-radius: 5px;
    position: fixed;
    border: 2px solid white;
    left: 10px;
    top: 1%;
	z-index:20;
	}
	
	.submitRoVBig1{
    margin-top: 0px;
    height: 30px;
    width: 120px;
    background: rgba(0,0,0,1);
    color: white;
    border-radius: 5px;
    position: fixed;
    border: 2px solid white;
    left: 0px;
	float:left;
    top: 10%;
	z-index: 1;
	}
	
	.submitRoVBig2{
    margin-top: 0px;
    height: 30px;
    width: 120px;
    background: rgba(0,0,0,1);
    color: white;
    border-radius: 5px;
    position: fixed;
    border: 2px solid white;
    right: 0px;
	float:right;
    top: 10%;
	z-index: 1;
	}
	
	
/*# ### ###      MEDIA ALL      ### ### #*/	
	.xSettings{
	position:absolute;
	width:120px;
	height:auto;
	background: rgba(60,60,60,0.25);	
	margin: 0%;
    padding: 1%;
	padding-bottom: 5%;
    border-radius: 0px 0px 0px 0px;		
	}
	
	.actTemp{
	    position: relative;
    width: 100%;
    height: 50px;
    top: 0px;
    float: left;
    left: -15%;
	}
	
	div#setFormulaT{
	height: 45px;
	margin-top: 5px;
    width: 120px;
    background: rgba(255, 0, 0, 0);
	position:relative;
    float: left;
	z-index: 16;
	}
	
	div#settingNO{
    margin-left: 0%;
    padding-top: 0px;
    width: 100%;
    height: 45px;
    background: transparent;
    float: left;
	}
	
	div#settingCB{
    margin-left: 0%;
    padding-top:  5px;
    width: 100%;
    height: 35px;
    background: transparent;
    float: left;
	}
	
	div#settingBIG{
    margin-left: 0%;
    padding-top:  0px;
    width: 100%;
    height: 60px;
    background: transparent;
    float: left;
	}
	
	div#settingLS{
    margin-left: 0%;
    padding-top:  0px;
    width: 100%;
    height: 35px;
    background: transparent;
    float: left;
	}
	
	div#submit{
    margin-left: 0%;
    padding-top: 0px;
    width: 100%;
    height: 30px;
    background: transparent;
    float: left;
	}
	
	div#slide{
    margin-left: 5%;
    padding-top: 1%;
    width: 5%;
    height: 25px;
    background: transparent;
    float: left;
	}
	
	div#rovSpace{
		height: 0px;
	}
	
	h1.heater{
	background: black;
    height: 15px;
    color: white;
    font-size: 12px;
    padding: 2px;
    top: 5px;
    position: relative;
    width: 100%;
	left: -2px;
	}
	
	h1.vent{
	background: black;
    height: 12px;
    color: white;
    font-size: 12px;
    padding: 2px;
    top: 60px;
    position: relative;
    left: -2px;
	}
	
	h1.rovText{
    position: fixed;
	background: rgba(255, 255, 0, 0.75);
    height: 30px;
    color: black;
    font-size: 12px;
    padding: 5px;
	top:0%;
    left: 0%;
    width: 100%;
	z-index:15;
	}
	
	h1#label{
	font-weight: normal;
	position: relative;
    font-size: 10px;
    background: transparent;
    margin-top: 0;
    float: left;
    left: 28px;
    color: white;
    top: 5px;
    width: 63px;
    z-index: 10;
	}
	
	h1#labelRec{
	font-weight: normal;
	position: relative;
    font-size: 10px;
    background: transparent;
    margin-top: 0;
    float: left;
    left: 28px;
    color: black;
    top: 5px;
    width: 63px;
    z-index: 10;
    font-weight: bold;
	}
	
	h1#submit{
	font-weight: normal;
    position: fixed;
    font-size: 12px;
    background: yellow;
    border: 2px solid black;
    border-radius: 5px;
    margin-top: 0;
    float: left;
    left: 20px;
    color: black;
    top: 10px;
    width: 85px;
	padding:5px;
    z-index: 20;
	}
	
	h1#roomHead{
	background: black;
    width: 78%;
    color: white;
    float: left;
    padding: 1%;
    border-radius: 5px;
    margin: 5px;		
	}
	
	h2#label{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: black;
    margin-top: 0;
    float: left;
    left: 25px;
    color: white;
    top: 8px;
    width: 64px;
    z-index: 10;
    border-radius: 5px;
    padding: 1px;
    border: 2px solid white;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}
	
	h2#labelBigMin{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: black;
    margin-top: 0;
    float: left;
    left: 0px;
    color: white;
    top: 8px;
    width: 55px;
    z-index: 10;
    border-radius: 5px;
    padding: 0px;
    border: 2px solid white;
	}
	
	h2#labelBigLabel{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: black;
    margin-top: 0;
    float: left;
    left: 0px;
    color: white;
    top: 8px;
    width: 119px;
    z-index: 10;
    border-radius: 5px;
    padding: 1px;
    border: 2px solid white;
	}
	
	h2#labelBigMax{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: black;
    margin-top: 0;
    float: left;
    left: 7px;
    color: white;
    top: 8px;
    width: 55px;
    z-index: 10;
    border-radius: 5px;
    padding: 0px;
    border: 2px solid white;
	}
	
	h2#labelNumber{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: black;
    margin-bottom: 0px;
    float: left;
    left: 0px;
    color: white;
    top: 0px;
    width: 98%;
	height:14px;
    z-index: 10;
    border-radius: 5px;
    padding: 0px;
    border: 2px solid white;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}
	
	h2#labelDescript{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: black;
    margin-top: 0;
    float: left;
    left: 0px;
    color: white;
    top: 0px;
    width: 98%;
	height:14px;
    z-index: 10;
    border-radius: 5px;
    padding: 0px;
    border: 2px solid white;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}
	
	
	h2#act{
	font-weight: normal;
    position: absolute;
    position: absolute;
    font-size: 10px;
    background: black;
    margin-top: 0;
    float: left;
    left: 0px;
    color: white;
    top: 0px;
    width: 64px;
    z-index: 10;
    border-radius: 5px;
    padding: 1px;
    border: 2px solid white;
	}
	
	
	h3#label{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: transparent;
    color: white;
    margin-top: 0;
    float: left;
    left: 68px;
    top: 12px;
    width: 0px;
    z-index: 10;
	}
	
	h3#labelBig1{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: transparent;
    color: white;
    margin-top: 0;
    float: left;
    left: -15px;
    top: 12px;
    width: 0px;
    z-index: 10;
	}
	
	h3#labelBig2{
	font-weight: normal;
    position: relative;
    font-size: 10px;
    background: transparent;
    color: white;
    margin-top: 0;
    float: left;
    left: 43px;
    top: 12px;
    width: 0px;
    z-index: 10;
	}
	
	h3#act{
	font-weight: normal;
    position: absolute;
    font-size: 12px;
    background: transparent;
    color: white;
    margin-top: 0;
    float: left;
    left: 50px;
    top: 20px;
    z-index: 15;
	}
	
	#value{
		color: rgba(0, 255, 0, 1);
		font-size: 14px;
		left:0px;
		position: relative;
		top: 4px;
		height: 20px;
		width:65px;
		z-index: 5;
	}
	
	#value1{
		color: rgba(0, 255, 0, 1);
		font-size: 14px;
		left:0px;
		position: relative;
		top: 4px;
		height: 20px;
		width:55px;
		z-index: 5;
	}
	
	#value2{
		color: rgba(0, 255, 0, 1);
		font-size: 14px;
		left:5px;
		position: relative;
		top: 4px;
		height: 20px;
		width:55px;
		z-index: 5;
	}
	
	#valueAct{
		color: rgba(0, 255, 0, 1);
		font-size: 14px;
		left:0px;
		position: absolute;
		top: 15px;
		height: 20px;
		width:65px;
		z-index: 5;
	}
	
	#valueFormulaNumber{
	color: rgba(0, 255, 0, 1);
    font-size: 12px;
    left: 0px;
    float: left;
    position: relative;
    top: -4px;
    height: 20px;
    width: 98%;
    padding: 0%;
	}
	
	#valueFormulaDescript{
	color: rgba(0, 255, 0, 1);
    font-size: 12px; 
    left: 0px;
    float: left;
    position: relative;
    top: -4px;
    height: 20px;
    width: 98%;
    padding: 0%;
	}

/*# ### ###      MEDIA ALL      ### ### #*/	
	.rovFoot{
	  <?=$rollIn?>
	  <?=$gardin1?>
		z-index:5;
		width:100%;
		position:fixed;
		bottom:0;
	}
/*# ### ###      MEDIA ALL      ### ### #*/
	div#rovFunktion{width:1000px;height:100px;}
	div#rovSubFunktion{width:40px; height:40px; float:left;}
	div#label{width:40px;height:10px;}
/*# ### ###      MEDIA ALL      ### ### #*/	

/*# ### ###      FONT FACES     ### ### #*/	
/*# ### ###      FONT FACES     ### ### #*/
/*# ### ###      FONT FACES     ### ### #*/


/*# ### ###      KEYFRAMES      ### ### #*/	
/*# ### ###      KEYFRAMES      ### ### #*/
/*# ### ###      KEYFRAMES      ### ### #*/
	@keyframes fadeInOpa {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	
	@-moz-keyframes spin {
		from { -moz-transform: rotate(0deg); }
		to { -moz-transform: rotate(1080deg); }
	}

	@-webkit-keyframes spin {
		from { -webkit-transform: rotate(0deg); }
		to { -webkit-transform: rotate(1080deg); }
	}

	@keyframes spin {
		from {transform:rotate(0deg);}
		to {transform:rotate(1080deg);}
	}
	
	@keyframes rov360{
		from { 
		transform:rotate(0deg); 
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari */
		}
		to { 
		transform:rotate(360deg); 
		-ms-transform: rotate(360deg); /* IE 9 */
		-webkit-transform: rotate(360deg); /* Safari */
		}
	
	}
	
	
	.fadeIn{
		opacity: 1;
		animation-name: fadeInOpa;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 5s;
	}
	
	.fLeft{
		width: 0;
		animation-name: fromLeft;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.5s;
	}
	
	@keyframes fromLeft {
		0% {width: 0;}
		100% {width: 200;}
	}
	
	@keyframes fromRight {
		0% {width: 0;}
		100% {width: 200;}
	}
	
	@keyframes fromTop {
		0% {margin-top: 0px;}
		100% {margin-top: 0px;}
	}
	
	@keyframes toTop {
		0% {margin-top: 1%;}
		100% {margin-top: 0%;}
	}
	
	
	
	
/*# ### ###      MEDIA ALL      ### ### #*/	
/*# ### ###      MEDIA ALL      ### ### #*/	
/*# ### ###      MEDIA ALL      ### ### #*/	

.gradient {
	border: 1px solid black;
/*-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0px rgba(255,255,255,.2);
	background: #494949; 
	background: -webkit-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);

	background: -moz-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -o-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: -ms-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
	background: linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%); 
-image  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#0b0b0b',GradientType=0 ); 

*/

	
}

.container {
	/*
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
	transition: all .7s ease;
	*/
	position: absolute;
	width: 427px;
	height: 70px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/*
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	box-shadow: 0px 0px 13px rgba(0,0,0,.3),inset 0 1px 0px rgba(255,255,255,.2);
	*/
	top: 50%;
	left: 50%;
	margin: -214px 0px 0px -214px;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.containerLarge {
	height: 427px;
}

.cover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	width: 398px;
	height: 10px;
	border: 2px solid black;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 5px 5px rgba(0,0,0,1);
	box-shadow: inset 0px 5px 5px rgba(0,0,0,1);
}

.coverLarge {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	height: 398px;

	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
	-ms-transition: opacity .7s ease;
	transition: opacity .7s ease;

	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}


.player {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 300px;
	bottom: 10px;
	width: 95%;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

.button {
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../../xMedia/playerPlay.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

#play {
	border: 1px solid black;
	background-position: 6px 5px;
}

#pause {
	background-position: -32px 5px;
}

#mute {
	background-position: -63px 5px;
}

#muted {
	background-position: -106px 5px;
}

input[type="range"] {
	width: 250px;
	margin-top: -5px;
}

#close {
	float: right;
	background-position: -146px 5px;
	display: none;
}

.volume {
	position: absolute;
	height: 100px;
	width: 34px;
	border: 1px solid black;
	background-color: #242323;
	top: -97px;
	display: none;
}
input{
	display:none!important;
}
input[type="range"] {
	-webkit-appearance: none;
	border: 1px solid black;
	position: absolute;
	top: 18px;
	display: block;
	width: 63%;
	height: 15px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #242323;
	left: 90px;

	-webkit-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
	box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
}

input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border:1px solid black;

	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #80e4df; /* Old browsers */
background: -webkit-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);

	background: -moz-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);
	background: -o-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);
	background: linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%); /* W3C */
}


}