* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	padding: 0;
	margin: 0;
}


html, body {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
transition: background 2.5s linear;
overflow-x: hidden;
height: 100%;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../../inc/images/preload.gif) center no-repeat #fff;
}

.single {	text-align: center;
	color: #ff0000;
    border-radius: 10px;
  	width: 450px;
  	padding: 10px 10px 10px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.alert {
  border-radius: 10px;
  width: 600px;
  padding: 20px;
  background-color: #f44336;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  color: white;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.6s;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}
.alert.white {background-color: #ffffff;}

.nowplay {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 60px;
  padding: 10px;
  z-index: 9999;

}

.nowplaytext {
vertical-align: middle;
z-index: 9999;
}

#nowplay {  vertical-align: middle;
  font-weight: bold;
  overflow: hidden;
  //border:1px solid #ccc;
  position: absolute;
  left: 130px;
  width: 25%;
  height: 30px;
  top: 3px;
  padding: 10px;
  z-index: 9999;

}

.weburl {
z-index: 10;
position: absolute;
right: 15px;
top: 6px;
height: 30px;
}







