* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
background:#080808 url('https://sun9-71.userapi.com/PPd-MA4eMgi8AKF_bu-Xt_n6p-5ZTKWM073DuQ/Ko6Lv5Yx9CA.jpg');
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top;
	background-size: cover;
	width: 100%;
	font-family:"tahoma","helvetica","arial",sans-serif;
 font-size:13px;
 font-weight:normal; }

 hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #444444;
}
 
}
/* Begin of styles for the demo (you can remove them) */
a.expand {
	width: 90px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demo */
.wrapper {
	width: 910px;
	margin: 0 auto;
	
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 110px;
	



 
  margin-bottom:5px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	position: relative;

}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	
}
.content {
	padding: 5px 10px;
	background: rgba(0,0,0,0.35);
	border-radius:4px;
	border: 1px solid rgba(34,34,34,0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: auto;
	background: rgba(0,0,0,0.35);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.75);
	color:#d4d4d4;
	padding:5px;
}

.logo {width:300px;}
.header-info {
background:rgba(33,33,33,0.75);
width:550px;
float:right;
padding:5px;
margin:5px;
color:#c8c8c8;
}
.header-width {width:900px; margin:0 auto;}


/*Other styles
-------------------------------------------------------------------------------*/

.content-full {
width:427px;
height:230px;
background:rgba(33,33,33,0.75);
padding:5px;
display:inline-block;
vertical-align:top;
margin:5px 0;
-webkit-box-shadow: inset 1px 1px 5px -1px rgba(22, 22, 22, 0.75);
-moz-box-shadow:    inset 1px 1px 5px -1px rgba(22, 22, 22, 0.75);
box-shadow:         inset 1px 1px 5px -1px rgba(22, 22, 22, 0.75);
border-radius:3px;
color:#c8c8c8;
}
.content-poster img{width:425px;height:230px;object-fit: cover;}
.content-poster h1, .content-poster h3 {
	display: block;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 6px rgba(20, 20, 20, 1);
    color: #f7f7f7;
    margin: 0;
}


.content-poster a {display:inline-block;position:relative;bottom: 47px;left:1px;padding:8px 10px 8px 30px;text-shadow: 1px 1px 6px rgba(20, 20, 20, 1);color:#f7f7f7;text-decoration:none;margin:2px 0;border-radius:2px;-webkit-box-shadow: 2px 2px 2px -1px rgba(22, 22, 22, 0.75);-moz-box-shadow:    2px 2px 2px -1px rgba(22, 22, 22, 0.75);box-shadow:         2px 2px 2px -1px rgba(22, 22, 22, 0.75);float:center;}

.content-poster p {position:relative;display:block;}

.torrent {background:rgba(40,184,84,0.8) url(../img/torrent.png) no-repeat left; vertical-align:middle;}
.site {background:rgba(54,54,54,0.8) url(../img/site.png) no-repeat left; vertical-align:middle;}
.disk {background:rgba(104,160,175,0.8) url(../img/disk.png) no-repeat left; vertical-align:middle;}
.content-info {background:rgba(20,20,20,0.75);padding:5px 5px;}

.torrent:hover {background:rgba(40,184,84,1) url(../img/torrent.png) no-repeat left; vertical-align:middle;}
.site:hover {background:rgba(54,54,54,1) url(../img/site.png) no-repeat left; vertical-align:middle;}
.disk:hover {background:rgba(104,160,175,1) url(../img/disk.png) no-repeat left; vertical-align:middle;}

.menu_container{ 
  width:900px; 
  height:43px; 
  position:relative;
  left:0px;
  background:#454545; 
  overflow:hidden; 
  margin:0 auto;
  margin-bottom:5px;
  border-radius:3px;
} 

.menu{ 
  height:41px; 
 
} 

.menu ul{ 
  position:relative; 
  float:left; 
} 

.menu ul li{ 
  float:left;
list-style:none;
 
} 

.menu ul li a{ 
  display:block; 
  height:45px; 
  padding:0 20px; 
  font-size:15px; 
  color:#fff; 
  line-height:45px; 
  -webkit-transition:all .2s linear; 
  -moz-transition:all .2s linear; 
  -ms-transition:all .2s linear; 
  -o-transition:all .2s linear; 
  transition:all .2s linear; 
  text-decoration:none; 
} 

.menu ul li a:hover { 
  background:#e9e9e9; 
  color:#000; 
} 













