html {
  background: #ececec url(bg.jpg);
  /*background-size: cover;*/
  background-position: center center;
  background-repeat: repeat;
  opacity: 0.9;
}
body {
  box-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 25px #fff;
  -webkit-box-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 25px #fff;
  -moz-box-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 25px #fff;
}
footer {
  background: #ddd;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
  opacity: 1;
}
.navbar {
  background: #ddd;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
@media(max-width:992px) {
.navbar-brand{
  width: 100%;
  }
}

#opiums {
  position: absolute;
  margin: auto;
  bottom: 0;
  width: 50%;
  left: 50%;
  margin-left: -25%; 
  height: 3em;
  color: #800000;
  font: 500 2em/2 comic sans ms, verdana, sans serif;
  text-align: center;
}
#opiums img {
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff);
}
#opiums2 {
  position: absolute;
  margin: auto;
  top: 0;
  width: 50%;
  left: 50%;
  margin-left: -25%; 
  height: 3em;
  color: #800000;
  font: 500 2em/2 comic sans ms, verdana, sans serif;
  text-shadow: 0px 0px 10px rgba(255,255,255,1);
  text-align: center;
}

.block-center{
	width: 100%;
}
.block{
	position:fixed;
	top: -14px;
	left: 10px;
	transition:0.3s;
}
.block:hover{
	position:fixed;
	top: 0px;
	left: 10px;
	transition:0.3s;
}
.block2{
	position:fixed;
	left: 50px;
	top: -14px;
	transition:0.3s;
}
.block2:hover{
	position:fixed;
	left: 50px;
	top: 0px;
	transition:0.3s;
}
.block3{
	position:fixed;
	left: 100px;
	top: -14px;
	transition:0.3s;
}
.block3:hover{
	position:fixed;
	left: 100px;
	top: 0px;
	transition:0.3s;
}
.dif{
	transition:0.3s;
}
.dif1{
	background: unset;
	transition:0.3s;
}
.dif2{
	transition:0.3s;
}
.dif3{
	display: none;
	transition:0.3s;
}
.dif4{
	transition:0.3s;
}
.dif5{
	display: none;
	transition:0.3s;
}

#wrapper{
	opacity: 0;
}
#main_preload{
	position: fixed;
	left: 50%;
	top: 50%;
}

.player_by_opiums{
	position: relative;
	display: block;
	clear: both;
	padding: 15.5em 0em 1em 0em;
}
.download_res{
	position: relative;
	display: block;
}
.download{
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;  
	cursor: pointer;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}
.ui-state-hover, .ui-state-active {
	/*color: #ffffff;*/
	text-decoration: none;
	background-color: rgba(0,136,204,0.2);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

.address{
	text-align: center;
	opacity: 0.7;
	font-size: 12px;
	transition: 0.3s;
}
.address:hover{
	opacity: 0.9;
	transition: 0.3s;
}

.tabs_menu {
	margin:0;
	padding: 10px 0;
	text-align:center;
}
	.tabs-m	ul li {
			display:inline-block;
			padding:10px 20px;
			cursor:pointer;
			background: rgba(128, 128, 128, 0.1);
			border-radius: 20px;
		}
	.tabs-m	ul li.active {
			color: rgba(49, 176, 213, 0.9);
			background: rgba(221, 221, 221, 0.9);
		}
	.tabs {
	}
		.tabs .info-t{
			display:none;
			max-width:930px;
			margin:0 auto;
		}
		.tabs .info-t.active{
			display:block;
		}
			.tabs .info-t img{
				max-width:100%;
			}
.file a
{
	background: url(document.png) 0 0 no-repeat;
	padding-left: 21px;
}
.file a[href *= '.pdf'] { background: url(pdf.png) 0 0 no-repeat; }
.file a[href *= '.mht'] { background: url(web.png) 0 0 no-repeat; }
.file a[href *= '.css'] { background: url(web.png) 0 0 no-repeat; }
.file a[href *= '.htm'] { background: url(web.png) 0 0 no-repeat; }
.file a[href *= '.xml'] { background: url(web.png) 0 0 no-repeat; }
.file a[href *= '.php'] { background: url(web.png) 0 0 no-repeat; }
.file a[href *= '.js'] { background: url(web.png) 0 0 no-repeat; }
.file a[href *= '.doc'] { background: url(doc.png) 0 0 no-repeat; }
.file a[href *= '.txt'] { background: url(doc.png) 0 0 no-repeat; }
.file a[href *= '.inf'] { background: url(doc.png) 0 0 no-repeat; }
.file a[href *= '.nfo'] { background: url(doc.png) 0 0 no-repeat; }
.file a[href *= '.jpg'] { background: url(img.png) 0 0 no-repeat; }
.file a[href *= '.jpeg'] { background: url(img.png) 0 0 no-repeat; }
.file a[href *= '.png'] { background: url(img.png) 0 0 no-repeat; }
.file a[href *= '.gif'] { background: url(img.png) 0 0 no-repeat; }
.file a[href *= '.ico'] { background: url(img.png) 0 0 no-repeat; }
.file a[href *= '.mpg'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.avi'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.wmv'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.mkv'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.mp4'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.m4v'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.flv'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.ts'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.vob'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.mov'] { background: url(mpg.png) 0 0 no-repeat; }
.file a[href *= '.rar'] { background: url(rar.gif) 0 0 no-repeat; }
.file a[href *= '.zip'] { background: url(rar.gif) 0 0 no-repeat; }
.file a[href *= '.exe'] { background: url(app.png) 0 0 no-repeat; }
.file a[href *= '.cmd'] { background: url(app.png) 0 0 no-repeat; }
.file a[href *= '.bat'] { background: url(app.png) 0 0 no-repeat; }
.file a[href *= '.apk'] { background: url(apk.png) 0 0 no-repeat; }
.file a[href *= '.iso'] { background: url(iso.png) 0 0 no-repeat; }
.file a[href *= '.mdf'] { background: url(iso.png) 0 0 no-repeat; }
.file a[href *= '.mp3'] { background: url(mus.png) 0 0 no-repeat; }
.file a[href *= '.wma'] { background: url(mus.png) 0 0 no-repeat; }
.file a[href *= '.m4a'] { background: url(mus.png) 0 0 no-repeat; }
.file a[href *= '.torrent'] { background: url(torrent.png) 0 0 no-repeat; }