@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic);
@charset "utf-8";
.buttons {
    display:block;
    text-align:right;
    padding-top:10px;
}
.overlayer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
}
.video-style {
    font-family:  sans-serif;
    width:320px;
    height:180px;
    position:relative;
    display:block;
    float:left;
    -webkit-border-radius:6px;
    border-radius:10px;
    overflow:hidden;
    margin:px 20px 20px 0;
}
.video-style img {
    width:100%;
}
.video-style .head {
    height:0px;
    display:block;
    position:absolute;
    padding-left:270px;
    width:488px;
    top:250px;
    left:-470px;
    line-height:20px;
    color: white;
    font-family:  sans-serif;
    font-size:20px;
    text-transform:uppercase;
}
.video-style a.play, span.play {
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
.clicklink.loginbut-home span.stop_btn,
.video-style a.play span, span.play span {
    font-family: sans-serif;
    width:0px;
    height:0px;
    display:block;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px;
    background-image:url("../images/white-playy.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-color:transparent;
    -webkit-border-radius:6px;
    border-radius:6px;
    position:absolute;
}
.clicklink.loginbut-home span.stop_btn,
.clicklink.loginbut-home span.stop_btn span,
.video-style a.play span.stop_btn {
	 background-image: none;
}
.clicklink.loginbut-home span.stop_btn:before,
.video-style a.play span.stop_btn:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #000;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:  -10px 0 0 -10px;
	z-index:10;
	opacity:0.8;
}
a.paus2 span.play span {
    background-image:url('../images/paused.gif');
}
 .video-style.hip-hop .head, .hip-hop,.hip-hop span.head {
    background:#00FFFF;
}
.video-style.hip-hop a.play span ,.hip-hop span.play span {
    background-color:#f58f0a;
    opacity:0.8;
}
.video-style.free .head, .free, .free span.head {
    background:#52BAF5;
}
.video-style.free a.play span, .free span.play span {
    background-color:#52BAF5;
    opacity:1.0;
}
