.movies_menu {
	margin: 0 0 2em 0;
	padding: 0;
}

.movies_menu a {
	color: white;
	text-shadow: 1px 1px 2px black;
}

.movies_menu li {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	background-color: #1481C5;
	cursor: pointer;
}
.movies_pop_new {
      position: absolute;
    top: 8px;
    left: 5px;
    font-size: 11px;
    color: #777;
    z-index: 999;
}

#movies_mp_lasts {
	width: 100%;
	text-align: center;
}
.movies_mp_last_bl {
	margin: 10px 0;
	overflow: hidden;
}
.ser-part-poster{
	float: left;
}
.movie-ser-info-row{
	font-size: 12px;
	color: #777;
	margin: 3px 0;
}

.mobile-movie-ser-other {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mobile-movie-ser-other li{
	display:block;
	float: left; 
	margin-right: 1em;
}
.movie-rblock{
	border-width: 0px;
	border: 1px solid #B0BCC2;
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.movie-one-infobl{
	float:none;
	width: 100%;
}
.mobile-movie_video{
	text-align: center;
	font-size: 10px !important;
}
.movie-comments {
	margin-top: 0.5em;
	width: 99%;
	float: left;
}
#comments-block {
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
}
.movie-rate-share {
    float: left;
    width: 99%;
}

@media screen and (max-width: 800px) {
	.newban img{width:100%; height:auto}   
}