* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background-color: #111010;
	color: #e3e3e3;
	font-family: "Calibri", Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a {
	color: #d5653f;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.ac {
	width: 1000px;
	margin: 0 auto;
}
.clr {
	clear: both;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #c9c9c9;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #c9c9c9;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #c9c9c9;
}
input[type=text], input[type=email], input[type=password] {
	display: block;
	height: 24px;
	margin: 4px 20px 4px 0;
	padding: 2px 14px 4px 14px;
	background-color: rgba(0,0,0,0.25);
	border: 2px solid #111010;
	font-size: 18px;
	font-family: "Calibri", Arial, sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #7b7b7b;
}
textarea {
	display: block;
	width: 450px;
	min-height: 100px;
	margin: 4px 0;
	padding: 2px 2px;
	background-color: rgba(0,0,0,0.25);
	background-color: transparent;
	border: 2px solid #1c1c1c;
	color: #7b7b7b;
}
input, textarea, select, button {
	outline: none;
}
input:active, textarea:active, select:active, button:active {
	outline: none;
}
.logform input[type=text], .logform input[type=password] {
	background-color: #d5d5d5 !important;
	border: 3px solid #d0d0d0 !important;
	color: #000;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 105px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom: 10px solid #181717;
}
.logo {
	float: left;
	margin: 0px;
}
.logo img {
	float: left;
}
.discription {
	float: left;
	margin: 20px 0 0 10px;
	width: 140px;
	height: 35px;
	overflow: hidden;
}
.discription h1 {
	line-height: 14px;
	font-size: 12px;
	text-transform: uppercase;
	color: #645373;
	font-weight: normal;
}
.serachbox {
	float: left;
	position: relative;
	margin: 12px 0 0 18px;
}
.serachbox .inputsearch {
	float: left;
	padding: 2px 40px 4px 14px;
	width: 190px;
	border: 2px solid #1c1c1c;
	color: #6d627c;
}
.serachbox .btnserach {
	position: absolute;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 20px;
	width: 21px;
	cursor: pointer;
	top: 11px;
	right: 32px;
}
.loginbox {
	float: right;
	margin: 16px 0 0 0;
	width: 300px;
}
.btn_loginbox {
	float: right;
}
.btn_login {
	float: left;
	display: block;
	height: 24px;
	padding: 2px 22px 4px 22px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #1c1c1c;
	font-size: 18px;
	line-height: 24px;
	color: #6d627c;
	text-decoration: none;
	margin: 0 8px 0 2px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btn_login.reg {
	color: #d8613f;
}
.btn_login:hover {
	border: 2px solid #6d627c;
	text-decoration: none;
}
.btn_login.reg:hover {
	border: 2px solid #d8613f;
}
ul.topmenu {
	list-style-type: none;
	float: left;
	margin: 5px 0 0 -8px;
	width: 680px;
}
ul.topmenu li {
	float: left;
	padding: 2px 14px 4px 14px;
	border: 2px solid rgba(0,0,0,0.0);
	display: block;
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul.topmenu li.active div {
	background-color: #52beac;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 2px;
	width: 100%;
}
ul.topmenu li:hover {
	border: 2px solid #6d627c;
}
ul.topmenu li.active:hover {
	border: 2px solid rgba(0,0,0,0.0);
}
ul.topmenu li a {
	font-size: 18px;
	color: #efdcd3;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
ul.topmenu li a:hover {
	text-decoration: none;
}
.autz_box {
	float: left;
	width: 100%;
	margin: 14px 0 0 0;
}
ul.socbox {
	float: right;
	list-style-type: none;
}
ul.socbox li {
	float: left;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
	color: #645373;
	line-height: 14px;
}
ul.socbox li:first-child {
	margin: 0 15px 0 0;
}
ul.socbox li a {
	background-image: url(../images/soc-atrz.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 31px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul.socbox li a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.fb_atz {
	background-position: 0px 0px;
	width: 20px;
}
.vk_atz {
	background-position: -20px 0px;
	width: 26px;
}
.od_atz {
	background-position: -46px 0px;
	width: 23px;
}
.tw_atz {
	background-position: -69px 0px;
	width: 23px;
}
.a_c {
	min-width: 1000px;
	max-width: 1520px;
	margin: 0 auto;
	position: relative;
}
.slider {
	position: relative;
	z-index: 1;
	width: 1000px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.slider img {
	width: auto;
	height: 250px;
	float: left;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-bottom: 1px solid #111010;
}
.slider .slide {
	background-color: #090909;
}
.slider img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.circl_v {
	background-image: url(../images/bg-prev.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 249px;
	width: 249px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.circl_o {
	background-image: url(../images/bg-next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 249px;
	width: 249px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.bx-wrapper .bx-prev {
	left: 64px;
	background-image: url(../images/prevnext.png);
	background-position: 0 0px;
}
.bx-wrapper .bx-next {
	right: 64px;
	background-image: url(../images/prevnext.png);
	background-position: 119px 0px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -119px;
}
.bx-wrapper .bx-next:hover {
	background-position: 119px -119px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 64px;
	outline: 0;
	width: 119px;
	height: 119px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/loader.gif) center center no-repeat #090909;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	padding: 10px 0;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 10px 220px;
}
.movie_box {
	float: left;
	width: 520px;
	padding: 10px 20px;
	background-color: #1c1c1c;
	margin: 0 0 10px 0;
}
.movie_poster_box {
	float: left;
	width: 205px;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -10px;
}
.full .movie_poster_box {
	margin: 0 0 5px -10px;
}
.editbtn {
	margin: 2px 2px 0 0;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #FFF;
	padding: 0 5px 1px 5px;
	background-color: #2f9774;
	-webkit-border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	z-index: 1;
	position: absolute;
	top: -1px;
	right: 13px;
}
.edbox {
	float: left;
	position: relative;
	display: block;
}
.editbtn:hover {
	background-color: #e54d22;
	color: #fff;
}
.movie_poster img {
	float: left;
	width: 190px;
	height: 292px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-top: 1px solid #1c1c1c;
}
.full .movie_poster img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.movie_poster img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.btn_tosee {
	background-image: url(../images/tosee.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 89px;
	width: 190px;
	float: left;
}
.btn_tosee:hover {
	background-position: 0px -89px;
}
.movie_title a, .movie_title h1 {
	float: left;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 325px;
	margin: 0 0 5px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.full .movie_title h1 {
	font-size: 24px;
}
.movie_title a:hover {
	color: #e54d22;
}
.movie_about {
	margin: 0 0 15px;
}
.rating_kp_imdb {
	margin: 0 0 15px;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.rating_kp_imdb:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.movie_etc {
	display: inline-block;
	list-style-type: none;
	color: #ffffff;
	font-size: 14px;
	width: 320px;
}
.full .movie_etc {
	width: auto;
}
.movie_etc li {
	padding: 0 0 2px 105px;
	position: relative;
}
.movie_etc li b {
	position: absolute;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	color: #ffffff;
}
.movie_info {
	padding: 10px 0;
	height: 28px;
}
.movie_date {
	float: left;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 15px;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #4d4d4d;
	margin: 12px 0 0 0;
	font-size: 14px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.movie_riting {
	float: right;
	height: 23px;
	padding: 5px 10px 0px 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #111010;
	line-height: 24px;
	color: #6d627c;
}
.navigation {
	padding: 10px 0 20px;
	text-align: center;
}
.navigation .prev {
	display: inline-block;
}
.navigation .prev span, .navigation .prev a {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 28px;
	width: 28px;
	text-indent: -99999px;
	background-color: #555;
	border: 5px solid #555;
	opacity: 0.20;
	-moz-opacity: 0.20;
	filter: alpha(opacity=20);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.movie_box .navigation .prev span, .movie_box .navigation .prev a, .movie_box .navigation .next span, .movie_box .navigation .next a {
	background-color: #222;
	border: 5px solid #222;
	opacity: 0.15;
	-moz-opacity: 0.15;
	filter: alpha(opacity=15);
}
.navigation a, .navigation span {
	display: inline-block;
	height: 28px;
	min-width: 28px;
	line-height: 28px;
	font-size: 24px;
	color: #414141;
	background-color: #1c1c1c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 5px solid #1c1c1c;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin: 0 2px;
}
.navigation span {
	background-color: #3d766f;
	border: 5px solid #3d766f;
	color: #fff;
}
.navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 5px solid #3d766f;
	background-color: #3d766f;
}
.navigation .next {
	display: inline-block;
}
.navigation .next a, .navigation .next span {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -28px 0px;
	display: block;
	height: 28px;
	width: 28px;
	text-indent: -99999px;
	background-color: #555;
	border: 5px solid #555;
	opacity: 0.20;
	-moz-opacity: 0.20;
	filter: alpha(opacity=20);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.navigation .next a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	border: 5px solid #3d766f;
	background-color: #3d766f;
}
.full_movie_info {
	float: left;
	background-image: url(../images/full_info.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 190px;
	height: 73px;
}
.full_movie_info .movie_date {
	background-image: url(../images/date_f.png);
	padding: 1px 0 0 20px;
	color: #1f3637;
	margin: 5px 0 0 30px;
}
.full_movie_info .movie_riting {
	margin: 11px 38px 0 0;
}
.screens {
	width: 540px;
	margin: 15px 0 15px -10px;
}
.screens img {
	width: 180px;
	float: left;
	height: auto;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-bottom: 1px solid #1c1c1c;
}
.screens img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.seo_title {
	width: 540px;
	text-align: center;
	font-size: 18px;
	color: #52beac;
	border-top: 5px solid #232323;
	padding: 10px 0 15px 0;
	margin: 0 0 0 -10px;
}
.full .movie_info {
	background-color: #232323;
	display: block;
	padding: 10px;
	height: 37px;
	width: 520px;
	margin: 0 0 0 -10px;
}
.share_box {
	float: left;
	margin: 6px 0 0 6px;
}
.favorite_box {
	float: right;
	height: 37px;
	width: 37px;
	display: block;
}
.btnvideobox {
	position: relative;
	float: left;
	width: 560px;
	margin: 20px 0 0px -20px;
	z-index: 0;
}
#ifvid {
	float: left;
}
.btnvideobox ul {
	list-style-type: none;
	float: left;
	width: 540px;
	z-index: 1;
	position: relative;
	margin: 0 0 0 10px;
}
.btnvideobox ul li {
	float: left;
	margin: 0 7px 0 0;
	background-color: #000;
	display: block;
	position: relative;
}
.btnvideobox ul li a {
	font-size: 18px;
	height: 31px;
	line-height: 24px;
	padding: 5px 10px 0 10px;
	float: left;
	color: #414141;
	text-align: center;
	text-decoration: none;
}
.btnvideobox ul li:hover {
	float: left;
	margin: 0 7px 0 0;
	background-color: #000;
	display: block;
	height: 36px;
}
.btnvideobox ul li.active a {
	cursor: default;
	background-color: #3c756e;
	color: #fff;
	background-image: url(../images/tab-btn.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
}
.btnvideobox ul li.active div {
	position: absolute;
	left: 0px;
	bottom: -13px;
	height: 13px;
	background-image: url(../images/tab-t.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 13px;
}
.btnvideobox iframe, .btnvideobox object {
	float: left;
	width: 560px;
	height: 344px;
	z-index: 0;
}
.btnvideobox .boxvideo {
	float: left;
	width: 560px;
	min-height: 344px;
	display: block;
	background-color: #000;
	position: relative;
	padding: 13px 0 0 0;
}
.novid {
	display: block;
	font-size: 23px;
	font-weight: bold;
	float: left;
	margin: -200px 0 0 150px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.novid2 {
	display: block;
	font-size: 23px;
	font-weight: bold;
	float: left;
	margin: -200px 0 0 160px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.warning {
	float: right;
}
.warning a {
	float: left;
	text-decoration: none;
	height: 36px;
	width: 92px;
	background-image: url(../images/bag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;
}
.warning a:hover {
	background-position: 0px -36px;
}
.title_cont {
	font-size: 18px;
	font-weight: bold;
	color: #c9c9c9;
	text-transform: uppercase;
	padding: 15px 0;
}
.recpros {
	float: left;
	width: 540px;
	margin: 0 0 0 -10px;
	background-color: #0b0909;
}
.recpros img {
	float: left;
	width: auto;
	height: 168px;
	border-top: 1px solid #1c1c1c;
}
.recpros a {
	width: 108px;
	display: inline-block;
	vertical-align: top;
	line-height: 14px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #FFF;
}
.recpros a div {
	width: 108px;
	height: 168px;
	overflow: hidden;
}
.recpros a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.recpros a b {
	float: left;
	width: 98px;
	padding: 5px;
	font-weight: normal;
}
.info {
	font-size: 14px;
	color: #FFF;
	padding: 20px 12px 20px 12px;
	width: 516px;
	background-image: url(../images/bg-berror.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 10px -10px;
}
.info b {
	font-size: 18px;
	width: 516px;
	padding: 0 0 5px 0;
	float: left;
}
.info a {
	color: #ff9228;
	text-decoration: underline;
}
.info a:hover {
	color: #ff9228;
	text-decoration: none;
}
.berror {
	float: left;
	font-size: 14px;
	color: #FFF;
	padding: 20px;
	width: 520px;
	background-image: url(../images/bg-berror.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 10px 0;
}
.berror b {
	font-size: 18px;
	width: 516px;
	padding: 0 0 5px 0;
	float: left;
}
.berror a {
	color: #ff9228;
	text-decoration: underline;
}
.berror a:hover {
	color: #ff9228;
	text-decoration: none;
}
.comm_block {
	width: 560px;
	float: left;
	display: block;
	margin: 0 0 0 -20px;
}
.comm_box {
	float: left;
	width: 530px;
	background-color: #161616;
	margin: 0 0 10px 0;
	padding: 12px 15px;
}
.ava_comm {
	width: 70px;
	float: left;
	padding: 0 15px 0 0;
}
.ava_comm img {
	width: 68px;
	height: 68px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid #111010;
}
.comm_info {
	display: inline-block;
	margin: 0 0 5px;
}
.autor_comm {
	display: inline-block;
	font-size: 14px;
}
.date_comm {
	font-size: 14px;
	display: inline-block;
	color: #565656;
	margin: 0 0 0 15px;
}
.comm_text {
	float: right;
	width: 445px;
}
.comm_box .comm_menu {
	float: right;
	width: 445px;
	list-style-type: none;
	margin: 5px 0 0 0;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.comm_box:hover .comm_menu {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.comm_menu li {
	float: left;
	margin-right: 10px;
}
.comm_menu li a {
	color: #565656;
}
.argreply {
	font-size: 14px;
}
/* VK Up
-----------------------------------------------------------------------------*/
#topvk nobr {
	opacity: 0.3;
	height: 14px;
	padding: 0px 20px;
	margin: 0 31px 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #e54d22;
	background: url(../images/vk_up_back.png) no-repeat left 3px;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 200ms;
	-moz-transition-property: opacity;
	-moz-transition-duration: 200ms;
}
#topvk:hover nobr {
	opacity: 1;
	height: 14px;
	padding: 0px 20px;
	margin: 0 31px 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #e54d22;
	background: url(../images/vk_up_back.png) no-repeat left 3px;
}
.back {
	background: url(../images/vk_up_back.png) no-repeat left -22px!important;
}
#topvk {
	top: 0px;
	left: 0px;
	padding: 13px 0 13px;
	cursor: pointer;
	display: none;
	width: 80px;
	height: 100%;
	position: fixed;
	cursor: pointer;
	-webkit-transition-property: background;
	-webkit-transition-duration: 200ms;
	-moz-transition-property: background;
	-moz-transition-duration: 200ms;
	z-index: 9999;
}
#topvk:hover {
	background: #090909;
}
.shorbox2 {
	display: inline-block;
	width: 254px;
	vertical-align:top;
}
.postershort2 {
	text-align: center;
}
.postertitle2 {
	text-align: center;
}
.dateic {
	text-align: center;
}
/* TABLES 
-----------------------------------------------------------------------------*/
.tabltop {
	border: solid #232323 1px;
 *border-collapse: collapse; /* Для IE7 и старше */
	border-spacing: 0;
	margin: 0 0 20px 0;
}
.tabltop tr:hover td {
	background: #111010;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tabltop th {
	background: #232323;
	border-top: solid #232323 1px;
	border-bottom: dashed #232323 1px;
	padding: 10px 9px;
	font-size: 14px;
}
.tabltop td {
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
	border-bottom: dashed #232323 1px;
}
.tabltop a {
	color: #666;
}
.tabltop a:hover {
	color: #d5653f;
	text-decoration: none;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	padding: 10px;
}
.side_bg {
	float: left;
	background-color: #1c1c1c;
	display: block;
	width: 200px;
	margin-bottom: 10px;
}
.side_bg.dv_c {
	background-color: #2d1822;
}
.side_bg.v_c {
	background-color: #3f1529;
}
.side_bg.dg_c {
	background-color: #132222;
}
.side_bg.g_c {
	background-color: #163939;
}
.side_bg.lg_c {
	background-color: #3c6e6b;
}
.title_side {
	float: left;
	background-image: url(../images/title-icon.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	display: block;
	padding: 0 0 0 35px;
	line-height: 27px;
	height: 27px;
	font-size: 18px;
	font-weight: bold;
	color: #babbbb;
	margin: 14px;
}
.side_bg.dv_c .title_side {
	background-position: 0px 0px;
}
.side_bg.v_c .title_side {
	background-position: 0px -54px;
}
.side_bg.dg_c .title_side {
	background-position: 0px -81px;
}
.side_bg.g_c .title_side {
	background-position: 0px -108px;
}
.side_bg.lg_c .title_side {
	background-position: 0px -135px;
}
.left_menu {
	float: left;
	width: 150px;
	margin: 0 25px 15px 25px;
	list-style-type: none;
}
.left_menu li {
	float: left;
	width: 150px;
	padding: 0 0 6px 0;
}
.left_menu li a {
	float: left;
	font-size: 14px;
	color: #babbbb;
}
.dialbox {
	float: left;
	width: 180px;
	padding: 10px;
	border-top: 5px solid #232323;
}
.dialbox .ava {
	float: left;
	width: 55px;
}
.dialbox .ava img {
	float: left;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #111010;
}
.dialbox .autormc a {
	color: #8f8c8a;
	font-size: 14px;
}
.dialbox .filmmc a {
	font-size: 16px;
	font-weight: bold;
}
.dialbox .commc a {
	color: #8f8c8a;
}
.btn_orange, .btn_green, .btn_violet {
	float: left;
	font-size: 18px;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-btn.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	height: 34px;
	width: 170px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	margin: 15px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btn_green {
	background-image: url(../images/tab-btn.png);
	-moz-box-shadow: 0 0 5px 5px rgba(22,57,57,0.3);
	-webkit-box-shadow: 0 0 rgba(22,57,57,0.3);
	box-shadow: 0 0 20px 5px rgba(22,57,57,0.3);
}
.btn_violet {
	background-image: url(../images/bg-god.png);
}
.btn_orange:hover, .btn_green:hover, .btn_violet:hover {
	text-decoration: none;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.video_side_box {
	float: left;
	background-color: #0b0909;
}
.video_side {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.video_side a {
	float: left;
	font-size: 12px;
	color: #FFF;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.video_side a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.video_side div {
	float: left;
	height: 154px;
	width: 100px;
	overflow: hidden;
}
.video_side img {
	width: auto;
	height: 154px;
	float: left;
}
.video_side b {
	width: 90px;
	float: left;
	padding: 5px;
	font-weight: normal;
	line-height: 14px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 200px;
	margin-left: -220px;
	position: relative;
	padding: 10px;
}
.god_box {
	float: left;
	padding: 10px;
	background-image: url(../images/bg-god.png);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 180px;
	margin: 0 0 10px;
}
.select_god {
	font-family: "Calibri", Arial, sans-serif;
	border: 2px solid rgba(0,0,0,0.3);
	color: #d5b4ca;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 30px 4px 10px;
	background-image: url(../images/select.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #663854;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 3px 0 0 -1px;
}
.select_god option {
	background-color: #fff;
	color: #111010;
}
.soon_menu {
	float: left;
	width: 170px;
	margin: 0 15px;
	list-style-type: none;
	font-size: 12px;
}
.soon_menu li {
	float: left;
	width: 120px;
	padding: 0 50px 3px 0;
	position: relative;
}
.soon_menu li a {
	float: left;
	color: #babbbb;
}
.soon_menu li .data {
	float: left;
	color: #107575;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 80px;
	padding: 20px 0 0 0;
}
.footerbox {
	margin: 0 auto;
	width: 1000px;
}
ul.ftrmenu {
	list-style-type: none;
	margin: 5px 0 0 20px;
	float: left;
	width: 600px;
}
ul.ftrmenu li {
	float: left;
	margin-right: 22px;
}
ul.ftrmenu li a {
	font-size: 16px;
	color: #d5653f;
	text-decoration: none;
	text-transform: uppercase;
}
ul.ftrmenu li a:hover {
	text-decoration: underline;
}
.copyright {
	float: left;
	color: #cacaca;
	width: 600px;
	margin: 12px 0 0 20px;
	font-size: 14px;
}
.schetchik {
	float: right;
	margin: 10px 20px 0 0;
}
.schetchik a {
	opacity: 0.40;
	-moz-opacity: 0.40;
	filter: alpha(opacity=40);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.schetchik a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.cont_info {
	float: left;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	padding: 15px 20px;
	background-color: #090909;
	display: block;
	width: 960px;
	margin: 0 0 0 -220px;
}
.cont_info img {
	font-size: 12px;
	line-height: 21px;
	color: #414141;
	padding: 20px;
	background-color: #090909;
	display: block;
	opacity: 0.40;
	-moz-opacity: 0.40;
	filter: alpha(opacity=40);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.cont_info img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.kartinkiii {
overflow: hidden;
width: 700px;
margin-left: -5px;
margin-bottom: 15px;
display: block;
}

.kartinkiii img {width: 120px;
margin-right: 10px;
height: 80px;
border: 1px solid #686868;
margin: 5px;}

.kartinkiii img:hover {cursor: pointer !important;
box-shadow: 0 0 12px #008FFF;}

.hoookj li {
display: -moz-inline-box;
display: inline-block;
vertical-align: top;
text-align: center;
width: 117px;
margin-left: 5px;
text-align: center;
}

ul.hoookj {
display: block;
list-style: none;
margin-left: -20px;
overflow: hidden;
padding: 0px 0px 0px 0px;width: 700px;
}