@charset "utf-8";

#toPopup {background: none repeat scroll 0 0; display: none;font-size: 14px;left: 196px;position: fixed;top: 50px;width:336px;z-index:2;padding:0px;}
#toPopup2 {left: 196px;position: fixed;top: 50px;z-index:-999;padding:0px;}
  a{padding:0px;font-weight:bold;text-decoration:none;position: fixed; top: 72px; left: 500px; color: red;} a:hover{color:red;}
  
.vlcbtn {
	background-color:transparent;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#544a54;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:1px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin-top: 1px;
}
.vlcbtn:hover {
	background-color:#cccccc;
}
.vlcbtn:active {
	position:relative;
	top:1px;
}

.btn {
  font-family: Georgia;
  color: #ffffff;
  font-size: 12px;
  background: #3498db;
  padding: 5px 12px 5px 12px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.play:before {
	content: "\f04b";
	font-family: FontAwesome;
}
.stop:before {
	content: "\f04d";
	font-family: FontAwesome;
}
.full:before {
	content: "\f0b2";
	font-family: FontAwesome;
}

.jwp {
	background-image: url(../img/bx_loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	margin: 0;
}

.i404 {
  width: 74%;
  margin: auto;
  display: block;
}