html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0 none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none outside none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0 none;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {}

.l,
.le {
	float: left;
}

.r,
.re {
	float: right;
}

.clearfix {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

* html .clearfix {}

*+html .clearfix {}

* html .le {
	float: left;
	margin: 0 -3px;
}

* html .re {
	float: right;
	margin: 0 -3px;
}

body {
	background-color: #111111;
	background-image: url(images/bg.jpg);
	background-position: 0 0;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	text-align: center;
	word-spacing: 0;
}

.all {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1225px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#container h1 {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 20px;
	font-size: 24px;
	color: #FFF;
	text-transform: capitalize;
	display: block;
	margin-top: 8px;
	text-align: left;
}

.header {
	display: block;
	width: 100%;
	overflow: hidden;
}

.logo {
	display: block;
	height: 55px;
	width: 245px;
	position: absolute;
	left: 10px;
}

.nav_search {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A43893;
	float: right;
	width: 100%;
}

.nav {
	display: block;
	float: right;
	padding-left: 50px;
	margin-top: 13px;
}

.nav li {
	background-image: url(images/buttons.png);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	text-align: center;
	width: 153px;
	background-position: -155px 0px;
	margin-right: 2px;
}

.nav li:hover,
.nav .selected {
	background-image: url(images/buttons.png);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	text-align: center;
	width: 153px;
	background-position: 0px 0px;
	margin-right: 2px;
}

.nav li a {
	color: #aeacac;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 100%;
	width: 100%;
}

.nav li:hover a,
.nav .selected a {
	color: #000000;
	text-shadow: 1px 1px 0px #c167c4;
}

.nav_search form {
	background-image: url(images/input_bg.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 212px;
	float: right;
	display: block;
	margin-top: 12px;
}

.nav_search form .s_input {
	display: block;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	height: 33px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	line-height: 33px;
	color: #CCCCCC;
	width: 180px;
	padding-left: 5px;
	font-size: 12px;
}

.nav_search form .buton {
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: 2px;
}

.thumbs {
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: -5px;
}

.item {
	display: inline-block;
	width: 20%;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	letter-spacing: 0;
	box-sizing: border-box;
	padding: 0 2px;
}

.item a {
	color: #AEACAC;
	font-size: 12px;
}

.item a img {
	display: block;
	height: auto;
	width: 100%;
	border: 1px solid #c066c2;
}

.item a:hover img {
	display: block;
	border: 1px solid #FFFFFF;
}

.item .i_info {
	background-image: #000;
	display: block;
	height: 21px;
	width: 100%;
	overflow: hidden;
}

.item:hover .i_info {
	background: #333;
}

.item .i_info h4 {
	line-height: 21px;
	display: block;
	float: left;
	height: 21px;
	font-size: 11px;
	color: #c167c4;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 5px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis
}

.item:hover .i_info h4 {
	color: #FFFFFF;
}

.item .i_info .arrow_inactive {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(images/rate_arrows.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	padding-left: 10px;
	float: right;
	height: 11px;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 12px;
}

.item .i_info .arrow_minus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(images/rate_arrows.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	padding-left: 10px;
	float: right;
	height: 11px;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 12px;
}

.item .i_info .arrow_plus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(images/rate_arrows.png);
	background-repeat: no-repeat;
	background-position: 0px -11px;
	display: block;
	padding-left: 10px;
	float: right;
	height: 11px;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 12px;
}

.imodel {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	color: #c167c4;
}

.pages {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pages li {
	display: inline-block;
	margin-right: 2px;
	color: #fff;
}

.pages li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #221F21;
	font-size: 18px;
	color: #c167c4;
	text-decoration: none;
}

.pages li a:hover,
.pages li .selected,
.pages li .act_page {
	display: inline-block;
	height: 30px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 30px;
	text-decoration: none;
	background-color: #c167c4;
	color: #000;
}

.title {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 20px;
	font-size: 24px;
	color: #FFF;
	text-transform: capitalize;
	display: block;
	margin-top: 8px;
	text-align: left;
}

.advertising {
	display: inline-block;
	float: none;
	text-align: center

}

.advertising .banner {
	display: inline-block;
	margin: 1px;
	padding: 5px;
	background-image: url(images/advert_bg.png);
}

.advertising .banner img {
	display: block;
	width: 300px;
	height: 250px;
}

div#gallery_container {
	display: block;
	margin-right: 300px;
}

div.big_image {
	display: block;
	float: left;
	height: 526px;
	margin-right: 3px;
	padding: 3px;
	position: relative;
	width: 441px;
	background-image: url(images/big_t_bg.png);
	background-repeat: no-repeat;
}

div.big_image a,
div.navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

div.big_image a:focus,
div.big_image a:hover,
div.big_image a:active {
	text-decoration: underline;
}

.controls {
	background-image: url("images/control_overlay.png");
	background-repeat: no-repeat;
	bottom: 55px;
	display: none;
	height: 34px;
	left: 110px;
	padding: 5px 5px 6px;
	position: absolute;
	text-align: center;
	top: 451px;
	width: 226px;
	z-index: 9999;
}

.big_image:hover .controls {
	display: block;
}

div.ss-controls {
	display: block;
	float: left;
	height: 34px;
	margin-left: 5px;
	overflow: hidden;
	width: 34px;
}

div.nav-controls {
	display: block;
	float: left;
	height: 34px;
	margin-left: 35px;
	overflow: hidden;
}

div.slideshow-container {
	height: 526px;
	position: relative;
	width: 441px;
}

div.slideshow {}

div.slideshow a.advance-link {
	height: 524px;
	line-height: 523px;
	width: 439px;
}

div.slideshow span.image-wrapper {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 441px;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	border: 1px solid #000;
	vertical-align: middle;
}

div.caption-container {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

span.image-caption {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 441px;
}

a.caption {
	background-image: url("images/controls.png");
	background-position: 0 -140px;
	background-repeat: no-repeat;
	display: none;
	float: left;
	height: 34px;
	left: 300px;
	line-height: 34px;
	overflow: hidden;
	position: absolute;
	text-indent: 99999px !important;
	top: 456px;
	width: 34px;
	z-index: 999999;
}

.big_image:hover a.caption {
	display: block;
}

.play {
	background-image: url("images/controls.png");
	background-position: 0 -35px;
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	width: 34px;
}

.pause {
	background-image: url("images/controls.png");
	background-position: 0 -105px;
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	width: 34px;
}

.prev {
	background-image: url("images/controls.png");
	background-position: 0 -70px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	width: 34px;
}

.next {
	background-image: url("images/controls.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	width: 34px;
}

div.navigation {
	float: left;
	width: 100%;
}

ul.g_thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.g_thumbs li {
	float: left;
	list-style: none outside none;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
}

a.g_thumb {
	display: block;
	padding: 3px;
	background-image: url(images/small_t_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -133px;
}

ul.g_thumbs li.selected a.g_thumb {
	background-image: url(images/small_t_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.g_thumb:focus {
	outline: medium none;
}

ul.g_thumbs img {
	border: 1px solid #000;
	display: block;
	height: 126px;
	width: 106px;
	box-sizing: border-box;
}

div.pagination {
	clear: both;
	display: none;
}

#gallery_container .info {
	display: block;
	margin-top: 10px;
	padding: 12px 8px 28px;
	background-image: url(images/gallery_info_bg.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

.info .heading {
	background-image: url("images/li_2.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #262426;
	color: #585757;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-top: 5px;
	text-align: left;
}

.info .heading a {
	color: #585757;
	float: right;
	font-size: 14px;
	text-decoration: none;
}

.info .heading a:hover {
	color: #c066c2;
	text-decoration: underline;
}

.info .heading a span {
	color: #c066c2;
	font-weight: bold;
	text-transform: uppercase;
}

.left-side {
	display: block;
	float: left;
	padding-right: 10px;
	width: 490px;
}

div.tabs {
	clear: both;
	display: block;
	text-align: left;
}

ul.tabNavigation {
	display: block;
	height: 24px;
	list-style: none outside none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}

ul.tabNavigation li {
	display: block;
	float: left;
	font-size: 14px;
	padding: 0;
	width: 125px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	height: 24px;
	font-weight: bold;
	line-height: 27px;
}

ul.tabNavigation li a {
	color: #868586;
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	background-image: url(images/tabs.png);
	background-repeat: no-repeat;
	background-position: -125px 0px;
	width: 125px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
	color: #C066C2;
	background-image: url(images/tabs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.tabNavigation li a:hover {
	color: #FFFFFF;
	background-image: url(images/tabs.png);
	background-position: 0px 0px;
}

ul.tabNavigation li a:focus {
	outline: 0 none;
}

div.tabs div {
	background-color: #161416;
	border: 1px solid #262426;
	border-radius: 0 5px 5px 5px;
	display: block;
	padding: 5px 15px;
}

#gallery_info .row {
	clear: both;
	display: block;
	float: left;
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
}

#gallery_info .row.last {
	border-bottom-style: none;
}

.row dl {
	color: #6f6e6f;
	display: block;
	float: left;
	font-size: 14px;
	padding-right: 10px;
}

.right-side {
	display: block;
	float: right;
	width: 370px;
}

.row dl dt,
.row dl dd {
	display: inline;
}

.row dl dd a {
	color: #C066C2;
}

.row dl dd {
	color: #fff;
}

.row dl dd a:hover {
	color: #FFFFFF;
}

.btn-top {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
	width: 471px;
	background-image: url(images/download_btn.png);
	background-repeat: no-repeat;
	height: 46px;
	line-height: 40px;
	text-shadow: 1px 1px 0px #b65eb8;
	margin-right: auto;
	margin-left: auto;
}

.btn-top:hover {
	color: #000000;
	text-decoration: underline;
}

.btn-top span {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-top:hover span {
	color: #000000;
	text-transform: uppercase;
}
.box-col {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 250px;
}

.rate {
	color: #333333;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	width: 360px;
}

.rate h4 {
	display: block;
	width: 100%;
	color: #999;
	font-size: 12px;
}

#comments h4 {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #221F21;
}

#comments .r_line {
	display: block;
	margin-bottom: 2px;
	width: 100%;
}

.r_line label {
	color: #CCCCCC;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 32px;
	margin-right: 10px;
	width: 100px;
}

.r_line .s_input {
	border: 1px solid #333333;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	background-color: #221F21;
	color: #CCC;
}

.r_line textarea {
	border: 1px solid #333333;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	width: 340px;
	background-color: #221F21;
	color: #CCC;
}

.r_line #captcha_img {
	display: block;
	float: left;
	height: 60px;
	width: 158px;
}

.r_line .s_input.capt {
	float: left;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	margin-left: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

.r_line .submit {
	background-color: #DD6ECA;
	border: 1px solid #D345BB;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	margin-left: 110px;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #B65EB8;
}

#comments ul {
	display: block;
	font-size: 14px;
	width: 100%;
}

#comments ul li {
	color: #828282;
	margin-bottom: 2px;
	padding-bottom: 6px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #221F21;
}

#comments ul li .date {
	background-color: #221F21;
	border-radius: 5px 5px 5px 5px;
	color: #CCCCCC;
	font-size: 12px;
	padding: 4px;
}

#comments ul li .red {
	color: #C066C2;
	font-style: italic;
	margin-right: 5px;
}

#comment_error {
	color: #FF0000;
	font-weight: bold;
	padding: 10px;
}

.thumb_minus {
	background-image: url(images/button_minus.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 78px;
	text-indent: -99999px;
	cursor: pointer;
	float: left;
}

.rating_current {
	background-image: url(images/rate_bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 194px;
	font-size: 18px;
	font-weight: bold;
	color: #565656;
	text-transform: uppercase;
	float: left;
	margin-top: 1px;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	background-position: 0px center;
}

.rating_current span {
	font-size: 60px;
	color: #FFF;
	text-shadow: 2px 2px 0px #000;
}

.thumb_plus {
	background-image: url(images/button_plus.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 82px;
	text-indent: -99999px;
	cursor: pointer;
	float: left;
}

.tags a {
	color: #D966C6;
}

.tags a:hover {
	color: #FFFFFF;
}

.footer {
	display: block;
	margin-top: 25px;
	font-size: 13px;
	color: #999;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #161416;
	border-right-color: #161416;
	border-bottom-color: #161416;
	border-left-color: #161416;
	padding-top: 10px;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	text-decoration: none;
}

.toplist {
	display: block;
	text-align: center;
	letter-spacing: -5px;
}

.t_item {
	display: inline-block;
	padding: 3px;
	letter-spacing: 0;
	width: 20%;
	box-sizing: border-box;
}

.t_item a img {
	border: 3px solid #D966C6;
	display: block;
	auto: 183px;
	width: 100%;
}

.t_item a:hover img {
	border: 3px solid #FFFFFF;
}

.t_item a .name {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	height: 14px;
	width: 100%;
	overflow: hidden;
}

.t_item a {
	color: #FFF;
	text-decoration: none;
}

.t_item a:hover {
	color: #D966C6;
	text-decoration: none;
}

.text_top {
	display: block;
	margin-bottom: 8px;
}

.text_top ul {
	display: block;
	float: left;
	width: 25%;
	font-size: 16px;
}

.text_top ul li {
	background-image: url(images/li_2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	text-transform: capitalize;
	text-align: left;
}

.text_top ul li a {
	color: #FFF;
	text-decoration: none;
}

.text_top ul li a:hover {
	color: #D966C6;
	text-decoration: none;
}

@media (max-width: 1224px) {
	.advertising {
		display: none;
	}
	div#gallery_container {
		margin-right: 0;
	}
	.info:before {
		content: '';
		display: block;
		clear: both;
	}
	div.big_image {
		display: inline-block !important;
		float: none !important;
		;
	}
	div.navigation {
		display: inline-block !important;
		;
		float: none !important;
		;
	}
}

@media (max-width: 960px) {
	.logo {
		position: relative;
		left: 0;
		margin: 0 auto;
	}
	.nav {
		float: left;
		padding-left: 0;
	}
	.right-side {
		float: left;
		width: 490px;
	}
	.nav_search form {
	    float: none;
	    margin: 12px auto 0;
    }
}

@media (max-width: 850px) {
	.item,
	.t_item {
		width: 25%;
	}
}

@media (max-width: 740px) {
	.logo {
		position: relative;
		left: 0;
		margin: 0 auto;
	}
	.nav {
		float: left;
		padding-left: 0;
	}
	.nav_search form {
		float: none;
		margin: 10px auto 0;
	}
	.nav {
		width: 100%;
		text-align: center;
	}
	.nav li,
	.nav li:hover,
	.nav .selected {
		display: inline-block;
		float: none;
		margin: 0;
	}
	.nav li:first-child {
	    display: inline-block !important;
	}
}

@media (max-width: 650px) {
	.item,
	.t_item {
		width: 33.333333%;
	}
}

@media (max-width: 530px) {
	.nav li,
	.nav li:hover,
	.nav .selected {
		margin: 0 0 3px;
		border-radius: 5px;
	}
	.left-side {
		width: 100%;
	}
	.right-side {
		width: 100%;
	}
	.btn-top {
		background-size: 100% 46px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
	div.big_image {
		zoom: 0.65;
	}
	div.navigation {
		zoom: 0.65;
	}
}

@media (max-width: 430px) {
	.item,
	.t_item {
		width: 50%;
	}
	.rate {
		width: 270px;
	}
	.rating_current {
		width: 100px;
	}
	.rating_current span {
		font-size: 30px;
	}
}

/* Zheka */
.menu-switcher {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.menu-switcher span {
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.menu-switcher span:nth-child(2) {
    top: 50%;
    margin-top: -3px;
}
.menu-switcher span:nth-child(3) {
    top: auto;
    bottom: 0;
}
.nav li:first-child {
    display: none;
    background: none;
    text-align: center;
    position: relative;
}
@media (max-width: 740px) {
    .menu-switcher {
        display: block;
    }
    .nav_search {
        border-bottom: 0;
    }
    .menu-opened span {
        background: #c066c2;
    }
    .nav {
        position: absolute;
        background: #000;
        width: 300px;
        top: 0;
        right: -330px;
        box-shadow: 0 0 25px #000;
        z-index: 10;
        height: 100vh;
        border-left: 1px solid #c066c2;
        margin-top: 0;
        transition: 0.15s ease right;
    }
    .menu-opened .nav {
        right: 0;
        visibility: visible;
    }
    .logo {
        float: left;
    }
    .close-nav {
        display: none;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 50%;
        top: 50%;
        margin-left: -15px;
        cursor: pointer;
    }
    .close-nav:before, .close-nav:after {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 5px;
        background: #fff;
        box-shadow: 0 0 3px rgba(0,0,0,0.5);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .close-nav:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-opened .close-nav {
        display: block;
    }
    .nav li, .nav li:hover, .nav .selected {
        margin: 0 0 10px;
        border-radius: 5px;
    }
    ul.g_thumbs li {
        width: calc(20% - 1px);
    }
    ul.g_thumbs img {
        width: 100%;
        height: auto;
    }
    .info .heading a {
        display: none;
        }
}
.dopmenu {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dopmenu li {
	display: inline-block;
	margin-right: 2px;
	color: #fff;
}

.dopmenu li a {
	display: inline-block;
	width: 140px;
	height: 40px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #221F21;
	font-size: 22px;
	color: #c167c4;
	text-decoration: none;
}

.dopmenu li a:hover,
.dopmenu li .selected,
.dopmenu li .act_page {
	display: inline-block;
	height: 40px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 40px;
	text-decoration: none;
	background-color: #c167c4;
	color: #000;
}
.video-container {
  position: relative;
  width: 640px;
  max-width: 100%;
  margin: 40px auto;
  text-align: center;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 8px;
  background-color: #000;
}
@media (max-width: 600px) {
    ul.g_thumbs li {
        width: calc(25% - 1px);
    }
}
@media (max-width: 500px) {
    ul.g_thumbs li {
        width: calc(33.333333% - 1px);
    }
}
@media (max-width: 400px) {
    ul.g_thumbs li {
        width: calc(50% - 1px);
    }
}
#rating_div {
    margin-top: 10px;
    color: #fff;
