/* Основные элементы */
* {
	margin: 0;
	padding: 0;
}

header, nav, section, article, aside, footer {
	display: block;
}

body {
	font: 14px/18px 'Ubuntu', Arial, Verdana, sans-serif;
	background: url('/images/design_2cols/black_bg.jpg?v2') #000 top center no-repeat fixed;
	color: #333;
	height: 100% !important;
	width: 100% !important;
	overflow: auto !important;
}
body.with_bg {
	background: url('/images/design_2cols/gor-bg.jpg') #251946 top center no-repeat fixed;
}

@media (max-width: 1278px) {
	body {
		background: #000000;
	}
}

a:link, a:visited {
	color: #8d0000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.underline {
	border-bottom: 1px solid #c97a7a;
	text-decoration: none;
}

a.underline:hover {
	border-bottom: 1px solid #FF0000;
	text-decoration: none;
}

form p {
	margin: 0 0 8px;
}

p {
	margin: 0 0 18px
}

img {
	border: none;
}

input {
	vertical-align: middle;
	padding-bottom: 1px;
	padding-right: 6px;
	padding-top: 1px;
	margin-right: 5px;
}

#wrapper {
	min-width: 980px;
	max-width: 1250px;
	margin: 0 auto;
	padding: 10px;
	border-radius:3px;
}

h2, .h2_style {
	font-size: 18px;
	color: #333333;
}

h3 {
	font-size: 14px;
	color: #333333;
}

/* Инструменты */
.l_float {
	float: left;
}
.r_float {
	float: right;
}
.font80 {
	font-size: 12px;
}

.font120 {
	font-size: 16px;
}

.font85 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.font11 {
	font-size: 11px;
}

.font14 {
	font-size: 14px;
}

.font20 {
	font-size: 20px;
}

.white_bg {
	background: #FFFFFF;
}

IMG.middle {
	vertical-align: middle
}

.clear {
	clear: both;
}

a.simplelink:link, a.simplelink:visited, a.dlink {
	border-bottom: 1px dashed #8d0000;
	text-decoration: none;
}

a.simplelink:hover {
	border-bottom: 1px dashed #FF0000;
	text-decoration: none;
}

.gallery_item {
	float: left;
	padding: 5px;
}

.warning {
	color: #ff0000;
}

.lined_table tr:nth-child(even) {
	background: #E7E7E7;
}

.lined_table th {
	text-align: left;
}

.lined_table td, .lined_table th {
	height: 30px;
	padding: 10px;
}

table.awtable td, table.awtable th {
	border: 1px solid #A0A0A0;
	vertical-align: top;
	text-align: center;
	padding: 0 5px;
}

.bold {
	font-weight: bold;
}

.highlight {
	background-color: yellow;
}

.ttt {
	border: 1px solid #A0A0A0;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}

.error {
	color: #FF0000;
}

.okey {
	color: #0000FF;
}

a.moderhref, a.moderhref:visited {
	color: #555555;
}

a.moderhref:hover {
	color: #FF0000;
}

.helpsearch, #helpgrouptext, #helptext {
	position: absolute;
	background: #fff;
	left: 0;
	width: 320px;
	top: 50px !important;
	z-index: 3;
	color: #0F0F12;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
}

#genre_search_panel .helpsearch {
	top: 0 !important;
}


@media (min-width: 1279px) {
	.helpsearch {
		width: 449px;
	}
	.helpsearch.small_input {
		width: 213px;
	}
}

.searchtablefont {
	min-width: 200px;
	padding-left: 10px;
}

.greyhint, .greytext {
	color: #606060;
}
.light_grey_text {
	color: #979797;
}
a.greylink, span.greylink {
	color: #606060 !important;
	text-decoration: none !important;
}

a.nodecor {
	text-decoration: none;
}

a.blacklink {
	color: #000000 !important;
	border-bottom: 1px #606060 solid !important;
	text-decoration: none !important;
}

a.greylink:hover, a.blacklink:hover, a:hover span.greylink {
	color: #FF0000 !important;
	border-bottom: 1px #FF3333 solid !important;
}

.rounded_full {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	behavior: url('/js/PIE.htc');
}

a.enter_button {
	display: block;
	font-size: 14px;
	background: #E7E7E7;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	text-align: center;
}

a.enter_button:hover {
	background: #059100;
	color: #FFFFFF;
}

.disp_block {
	display: block;
}

.nowrap {
	white-space: nowrap;
}

.disp_none {
	display: none;
}

.hidden_form {
	display: none;
}

.borderline {
	height: 3px;
	margin: 10px 0;
	width: 180px;
	background: url('/images/design_2cols/borderline.gif');
}

.padding_borders {
	padding-left: 10px;
	padding-right: 10px;
}

.padding_borders2 {
	padding-left: 20px;
	padding-right: 20px;
}

.margin_borders {
	margin-left: 10px;
	margin-right: 10px;
}

.margin_top, .margin_top_small {
	margin-top: 10px;
}

.margin_top2, .margin_top_normal {
	margin-top: 20px;
}
.margin_bottom_none, .content_modern .margin_bottom_none {

}
.margin_bottom_tiny {
	margin-bottom: 5px;
}
.margin_bottom_small {
	margin-bottom: 10px;
}

.margin_bottom_normal {
	margin-bottom: 20px;
}

.margin_bottom_medium {
	margin-bottom: 35px;
}

.margin_bottom_large {
	margin-bottom: 50px;
}

.margin_bottom_extralarge {
	margin-bottom: 70px;
}

.padding_vert {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.tabs_menu {
	line-height: 23px;
	margin-left: 5px;
}

div.tabs_menu a {
	margin-left: 5px;
}

div.tabs_menu span {
	margin-right: 5px;
}

div.tabs_menu span.current {
	position: relative;
	padding: 5px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-weight: bold;
	behavior: url('/js/PIE.htc');
}

div.tabs_submenu {
	position: relative;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px;
	height: 20px;
	width: 500px;
	behavior: url('/js/PIE.htc');
}

div.tabs_submenu img {
	float: left;
	margin-right: 5px;
}

div.tabs_submenu span {
	display: block;
	width: 100px;
	float: left;
	margin-right: 20px;
}

div.tabs_submenu span.current {
	color: #646464;
}

h3.sub {
	font-size: 24px;
	color: #979797;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}

h4.sub {
	font-weight: normal;
	font-size: 20px;
}

h3.sub a {
	color: #979797;
}

h3.sub a:hover {
	color: #FF0000;
}

.comment_but, .rating_but, .likes_but {
	font-size: 12px;
	float: left;
	margin-right: 10px;
	padding-left: 18px;
}
.likes_but {
	padding-left: 0;
}
.comment_but {
	background: url('/images/icons/comment_gray.png') no-repeat left center;
}

.rating_but {
	background: url('/images/icons/thumb_gray.png') no-repeat left center;
}

ul.simple_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lh22 {
	line-height: 22px;
}

/*-----------------------------------------------------------------------------*/
/* Дизайн в целом */
/* Header */



#header {
	position: relative;
	border-radius: 3px 3px 0 0;
	display: grid;
	position: relative;
	padding-top:15px;
}

#header .usermenu {
position: absolute;
	right: 0;
	margin-top:15px;
}

#header .usermenu a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
}

#header .header_adv {
	width: 468px;
	height: 60px;
	position: absolute;
	left: 200px;
	top: 10px; }

#header .navigation_menu {
	background: #AE040F;
	padding: 10px 30px;
	display: grid;
	grid-template-columns: 80%  20%;
	grid-gap: 10px;
	color: #fff;
	margin-top:15px;
	border-radius: 3px 3px 0 0;
}

@media (min-width:768px) and (max-width:1150px) {

	#header .navigation_menu {
		grid-template-columns: 80% 20%;
	}

	.group_search_input {

		width:100%;
	}
    #header .usermenu.logined {
        width:250px;
    }
	.top-menu a:last-of-type{
		margin-right:0;
	}
	.tablet_hide {
		display:none !important;
	}
}


#header h1 {
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	top: -5000px;
}

.top-menu a{
	display:inline-block;
	/*color: #333;*/
	text-decoration: none;
	font-weight: 500;
	margin-right: 30px;
	margin-top:13px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: .2s;
	color: #fff;
}



.menu_search {
	position: relative;
}

.menu_search #helpsmall {
	position: absolute;
	background: #fff;
	right: 0;
	width: 200px;
	top: 45px;
	z-index: 3;
	color: #0F0F12;
	padding:20px;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2));
	-moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
}


.menu_search:blur #helpsmall {
	display:block;
}

.menu_search #helpsmall a {
	margin-bottom: 15px;
	display: block;
}

.mobile_search {
	display: none;
}

.top-menu a:hover{
	/*color:#8d0000;*/
	opacity: .8;
}

#logo{
	 transition: .3s;
    width: 200px;
 }

#logo img{
	height:50px;
}

#logo:hover {
	opacity: .7;
}

#top_banner {
	width: 468px;
	height: 60px;
	float: right;
}
.usermenu a.logout_button {
	display:inline-block;
	vertical-align: middle;
	height: 18px;
	color: #FFFFFF;
	background: #8d0000;
	padding: 0 10px;
	text-decoration: none;
}
.usermenu {
	border-radius: 10px 10px 10px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
	padding: 8px 8px 8px 40px;
	font-size: 11px;
	behavior: url('/js/PIE.htc');
}

.stretch_block {
	overflow: hidden;
}

.usermenu .main_pic_wrap {
	width: 30px;
	height: 30px;
	border-radius:50%;
	display: block;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.usermenu .main_pic {
	height: 20px;
	border: 1px solid #666666;
}

.usermenu .main_user {
	font-size: 14px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

.usermenu a {
	margin-right: 8px;
	color: #000000;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-right: 200px solid #E7E7E7;
	height: 1%;
	position: relative;
	background: #FFFFFF;
	behavior: url('/js/PIE.htc');
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	padding-bottom: 50px;
}

#content {
	padding: 0 10px 10px 10px;
	zoom: 1;
	position: relative;
}

/* Sidebars
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	position: relative;
	background: #E7E7E7;
	left: -200px;
	padding: 0;
	border-radius: 10px 0 0 10px;
	behavior: url('/js/PIE.htc');
}

#sideLeft h2,
#sideLeft .h2_style {
	font-weight: normal;
}

#sideLeft aside {
	padding: 10px;
}

#sideLeft .borderline {
	margin: 0 0 0 10px;
}

#sideLeft h2 a,
#sideLeft .h2_style a {
	font-size: 16px;
	display: block;
	text-decoration: none;
	color: #000000;
	/*background: url('/images/design_2cols/bullet_arrow_down.png') right 7px no-repeat;*/
}
#sideLeft .h2_style a:hover {
	color: #8d0000;
}
#sideLeft .collapsed_menu {
	padding: 15px 10px;
}
#sideLeft h2 a span,
#sideLeft .h2_style a span {
	display: inline-block;
	line-height: 20px;
	border-bottom: 1px dashed #858585;
}
#sideLeft .h2_style a:hover span
{
	border-bottom: 1px dashed #8d0000;
}

#sideLeft nav ul {
	list-style: none;
}

#sideLeft nav {
	padding: 10px 0;
}

#sideLeft nav a {
	display: block;
	padding: 10px 10px 10px 50px;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	position: relative;
}

#sideLeft nav a:hover, #sideLeft nav a.active {
	background-color: #dbdbdb;
}

#sideLeft nav .icon {
	position: absolute;
	opacity: 0.5;
	left: 10px;
	top: 3px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
}

#sideLeft nav .active_item .icon,
#sideLeft nav a:hover .icon {
	opacity: 1;
}

#sideLeft nav a.menu_news .icon {
	background: url('/images/icons/menu-icons-set.png') left top no-repeat;
}

#sideLeft nav a.menu_groups .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -33px no-repeat;
}

#sideLeft nav a.menu_oboi .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -65px no-repeat;
}

#sideLeft nav a.menu_clips .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -98px no-repeat;
}

#sideLeft nav a.menu_texts .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -131px no-repeat;
}

#sideLeft nav a.menu_gtp .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -163px no-repeat;
}

#sideLeft nav a.menu_afisha .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -196px no-repeat;
}

#sideLeft nav a.menu_genres .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -228px no-repeat;
}

#sideLeft nav a.menu_guest .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -261px no-repeat;
}

#sideLeft nav a.menu_auth .icon {
	background: url('/images/icons/menu-icons-set.png') 0 -294px no-repeat;
}

#sideRight {
	float: right;
	margin-right: -200px;
	width: 200px;
	position: relative;
	background: #E7E7E7;
	border-radius: 0 10px 10px 0;
	padding: 10px 0;
	line-height: 14px;
	behavior: url('/js/PIE.htc');
}

#sideRight h2 {
	line-height: 20px;
}

/* Footer */
#footer {
	color: #FFFFFF;
	background: #0F0F12;
	padding: 40px;
}

.footer {
	display: grid;
	grid-template-columns: 20% 20% 15% 15% 15% 15%;
}

#footer a {
	color: #FFFFFF;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
}

#footer p{
	opacity:.5;
	margin-bottom: 10px;
}

#footer a:hover {
	opacity: .8;
}

#footer .footer_logo {
	width:50%
}

#footer span {
	color: #8d0000;
	font-size: 14px;
	margin-bottom: 20px;
	display:block;
	font-weight:500;
}

/*-----------------------------------------------------------------------------*/

/* Панели */
#panel_portal {
	font-size: 14px;
	line-height: 20px;
	list-style: none;
}

#panel_messages p {
	margin: 0;
	font-size: 11px;
}

#panel_messages .lastmessage {
	margin: 10px 0;
}

#panel_messages .lastmessage .message_body {
	background: #F5F5F5;
	padding: 5px;
	margin-top: 3px;
	border-radius: 5px 5px 5px 5px;
}
.collapsed_menu_content {
	padding: 10px 0;
}

.refresh_link {
	width: 16px;
	height: 16px;
	background: url('/img/site/reloads.png') no-repeat;
	display: block;
	float: right;
	margin-left: 5px;
	opacity: 0.7;
}

.refresh_link:hover {
	opacity: 1;
}

.group_search_input {
	font-size: 14px;
	width: 80%;
	box-sizing: border-box;
	background: transparent;
	height: 30px;
	padding: 20px 20px 20px 40px;
	transition: .3s;
	outline: none;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #fff;
}

.group_search_input::-webkit-input-placeholder {
	color: #fff;
}

.group_search_input:focus {
	border: 1px solid #c3c3c3;
	width: 100%;
	outline: none;
}

#group_search #helpsmall a,
#groups_search_forms .helpsearch a,
.helpsearch a {
	font-size: 14px;
	margin: 10px 0;
	line-height: 25px;
	display:block;
}

.search-loupe {
	position: relative;
}
.search-loupe .loupe {
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: .7;
}

#panel_messages .lastmessage .author {
	background: url('/images/design_2cols/comment_corner.png') 5px 0 no-repeat;
	padding-left: 20px;
}

#panel_messages .lastmessage .author a {
	text-decoration: none;
}

#panel_concerts p {
	margin: 7px 0;
}

#panel_concerts .afishatitle {
	float: right;
	width: 140px;
	padding-bottom: 10px;
	font-size: 12px;
}

#panel_adds a.adds_icon, a.adds_icon {
	text-decoration: none;
}

#panel_adds .adds_icon, .adds_icon {
	width: 21px;
	height: 20px;
	display: block;
	overflow: visible;
	text-decoration: none;
	float: right;
}

#panel_adds .adds_icon span, .adds_icon span {
	font-size: 14px;
	position: relative;
	left: -30px;
	top: 3px;
}

#panel_adds .padd, #panel_concerts .padd {
	padding: 0;
	font-size: 12px;
}


ul.text_list {
	list-style: none;
}

ul.text_list li {
	margin-bottom: 15px;
}

.afisha_image {

}

.afishacal {
	float: left;
	width: 29px;
	height: 31px;
	background: url('/images/design/date.png') no-repeat;
	position: relative;
	margin-top: 4px;
}

.afishacal .cal_month {
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	width: 27px;
	top: 0px;
	color: #FFFFFF;
	text-align: center;
}

.afishacal .cal_day {
	font-size: 15px;
	width: 27px;
	top: 10px;
	position: absolute;
	color: #8F0000;
	text-align: center;
}

.afisha_block {
	width: 202px;
	margin-right: 20px;
	height: 250px;
}
.afisha_block img, .afisha_block .img {
	max-width: 202px;
	min-height: 150px;
	display: block;
}

.afisha_img {
	max-height: 500px;
}


.hasDatepicker .ui-datepicker table {
	font-size: 12px;
}
.hasDatepicker .ui-state-default, .hasDatepicker .ui-widget-content .ui-state-default, .hasDatepicker .ui-widget-header .ui-state-default {
	background: none;
}

a.buy_a_ticket {
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 10px;
	float: left;
	background: #8d0000 no-repeat 5px 8px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

a.buy_a_ticket:hover {
	background: #a60000 no-repeat 5px 8px;
}

/*Paginator Пагинатор*/
.pagination {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}

.pagination input {
	margin-bottom: 5px;
	width: 25px;
}

.pagination a:link, .pagination a:visited {
	text-decoration: none;
	background: #E0E0E0;
	padding: 3px 10px 3px 10px;
	color: #B00000;
	margin: 0 2px;
}

.pagination a:hover {
	background: #B00000;
	border: 1px solid #FFFFFF;
	margin: 0 1px;
	color: #FFFFFF;
}

.pagination span {
	padding: 3px 8px 3px 8px;
}

#groups_list .pagination {
	float: left;
	margin-top: 30px;
}

/* Добавления Add */
#rules h1, #rules h2, #rules h3 {
	font-size: 1.2em;
	padding: 0;
	font-weight: 700;
	margin: 0;
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 15px;
}

#rules, #groupplace {
	padding: 12px;
	font-size: 0.9em;
	color: #303030;
	background: #EAEAEA;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

#rules ul, #rules ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

.path {
	margin-bottom: 15px;
}

div.legend {
	float: left;
	color: #AAAAAA;
	border: 1px dashed #AAAAAA;
	border-radius: 5px 5px 5px 5px;
	padding: 6px;
	margin: 0 10px 10px 0;
}

div.legend.active {
	color: #444444;
	background: #D3FFD1;
	border: 1px solid #00C91B;
}

div.legend.done {
	color: #444444;
	border: 1px solid #AAAAAA;
}

div.legend div {
	font-weight: bold;
	font-size: 110%;
}

div.success_sent {
	background: url('/images/icons/accepted.png') no-repeat 5px 5px #D3FFD1;
	color: #444444;
	border: 1px solid #00C91B;
	padding: 10px;
	font-size: 85%;
	margin-bottom: 10px;
}

div.success_sent h3 {
	padding-left: 50px;
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 15px;
}

div.success_sent p {
	margin: 9px 0 9px 0;
	font-size: 12px;
}

div.attention {
	background: #FFDACC;
	color: #000000;
	border: 1px solid #C90000;
	padding: 10px;
	margin-bottom: 10px;
}

/* Конец добавлений Add */

/* MyFiles */
div.myfiles {
	width: 90%;
	padding: 5px;
}

div.myfiles p {
	font-size: 14px;
	margin: 4px 0;
}

div.myfiles img.img_status {
	float: left;
	margin-right: 10px;
}

div.myfiles img.img_delete {
	float: right;
	cursor: pointer;
	margin-right: 5px;
}

a.wide_add_button {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #C90000;
	padding: 15px 20px;
	margin: 20px 0;
	text-decoration:none;
	display:inline-block;
}

a.wide_add_button:hover {
	color: #FFFFFF;
	background:#FF3333;

}

a.wide_button {
	display: block;
	padding-left: 50px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	text-decoration: none;
	color: #b6b6b6;
	background: #F5F5F5;
}

a.wide_button:hover {
	color: #FFFFFF;
	background: #efa8a5;
}

a.wide_stretch_button {
	display: inline-block;
	padding: 5px 15px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	text-decoration: none;
	color: #b6b6b6;
	background: #F5F5F5;
}

a.wide_stretch_button:hover {
	color: #FFFFFF;
	background: #efa8a5;
}

a.wide_stretch_button.with_margin {
	margin-right: 10px;
}

/* Конец MyFiles */

/* Пользователи */
.purplecolor a:link, .purplecolor a:visited {
	color: #8C00B3;
	text-decoration: underline;
}

.purplecolor a:hover {
	color: #FF3333;
	text-decoration: underline;
}

.greencolor a:link, .greencolor a:visited {
	color: #009900;
	text-decoration: underline;
}

.greencolor a:hover {
	color: #FF3333;
	text-decoration: underline;
}

.goldcolor a:link, .goldcolor a:visited {
	color: #E6A910;
	text-decoration: underline;
	font-weight: bold;
}

.goldcolor {
	color: #E6A910;
	font-weight: bold;
}

.redcolor {
	color: #FF0000;
}

.redcolor a:link, .redcolor a:visited {
	color: #FF0000;
	font-weight: 500;
	text-decoration: underline;
}

.redcolor a:hover {
	color: #FF3333;
	font-weight: 600;
	text-decoration: underline;
}

.bluecolor a:link, .bluecolor a:visited {
	color: #0000FF;
	text-decoration: underline;
}

.bluecolor a:hover {
	color: #FF3333;
	text-decoration: underline;
}

/* Конец пользователей */

/* Афиши Afisha */
#datepickerplace {
	font-size: 80%;
	padding-right: 30px;
	width: 250px;
}

#ui-datepicker-div {
	font-size: 0.8em;
}

#nexteventsplace p, #nearest_events p {
	padding: 3px;
	margin: 0;
}

/* Конец афиши */

/* Обои */
.oboi {
	float: left;
	padding: 10px;
}

/* Конец обоев */

/* Формы */
.search_form {
	padding-left: 10px;
	padding-bottom: 15px;
}

form dt {
	padding: 0;
	margin: 0.7em 1em 0.5em 0;
	width: 20%;
	float: left;
	clear: left;
	text-align: right;
}

form dt span {
	color: #FF0000;
}

form dd {
	margin: 0;
	padding: 0.5em 0;
	width: 70%;
	float: left;
	*float: none; /* hack for IE 6-7*/
}

form dd span {
	color: #505050;
	font-size: 0.9em;
}

form dd textarea {
	width: 80%;
}

form .errorfield {
	background: #FFCCA8;
	border: solid 1px #FF0000;
}

/*Конце форм */

/* Админка Admin */

/* Конец админки */
/* Модерка Moder */
.modermenu {
	float: left;
	width: 63px;
	height: 45px;
	color: #505050;
	font-weight: bold;
	font-size: 0.9em;
}

#moder_right_col {
	padding: 10px;
}

#moder_right_col h2 {
	margin-bottom: 15px;
}

#moder_right_col h3 {
	font-size: 12px;
}

#moder_right_col .moder_image {
	float: left;
	width: 40px;
	padding-right: 10px;
}

#moder_right_col .moder_image img {
	max-height: 40px;
	max-width: 40px;
}

#moder_right_col p {
	margin: 0;
	width: 130px;
	margin-left: 50px;
}

/* Конец модерки */
/*Комментарии*/
.comments_table {
	margin: 10px;
}

.comments_row {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.comments_row .userinfo {
	float: left;
	width:90px;
}

.short_comment.comments_row .userinfo {
	float: left;
	width:50px;
}

.short_comment .userinfo .user_photo {
	border-radius: 50%;
}

.userinfo {
	position: relative;
	line-height: 14px;
}



.userinfo .user_photo {
	width: 30px;
	height: 30px;
	display:block;
	background-size: cover;
}

.user_online, .user_offline {
	opacity: 0.7;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 3px;
	left: 3px;
}

.user_online {
	background: url('/images/icons/online.png');
}

.user_offline {
	background: url('/images/icons/offline.png');
}

.comments_row p {
	margin: 0;
}

.comments_row .userinfo p {
	font-size: 80%;
}

.comments_tdrow .userinfo p {
	font-size: 80%;
}

.comments_header {
	margin-left: 110px;
	height: 20px;
	padding: 3px;
}

.comments_header .left_part {
	float: left;
}

.comments_header .right_part {
	float: right;
	font-size: 85%;
}

.comments_body {
	margin-left: 110px;
}


.comment_date {
	color: #606060;
	margin-left:15px;
	font-size:12px;
	opacity:.5;
}

 .news_list_wrapper .comments_header {
	margin-left: 40px;
}

.news_list_wrapper .comments_body {
	margin-left: 50px;
}

.news_list_wrapper .short_comment {
	margin-bottom: 20px;
}

#replyform p {
	font-size: 85%;
	margin: 0;
}

/* Конец комментариев */

/* Группы */
#group_header {
	padding-left: 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	behavior: url('/js/PIE.htc');
	zoom: 1;
	margin-bottom: 15px;
	position: relative;
}

#group_header h1, #group_header h2, h2.title_header {
	font-size: 20px;
	color: #646464;
	margin: 0;
	font-weight: 700;
	padding: 10px 0;
}
.h1_style {
	font-size: 24px;
	color: #646464;
	font-weight: normal;
}

#group_header h1, #group_header h2 {
	padding: 8px;
}

#group_header .group_item {
	float: left;
	height: 20px;
	padding: 7px 7px 10px 40px;
	display: block;
	margin-right: 5px;
}

#group_header a.greylink {
	border-bottom: none !important;
}

#group_header .group_item.g_other {
	padding: 7px 7px 5px 10px;
}

#group_header .group_item.active {
	background: #FFFFFF;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	behavior: url('/js/PIE.htc');
	position: relative;
}

#group_header a.g_groups {
	background: url('/images/icons/group_menu/groups0.png') no-repeat 5px 5px;
}

#group_header a.g_groups.active, #group_header a.g_groups.active:hover {
	background: #FFFFFF url('/images/icons/group_menu/groups.png') no-repeat 5px 5px;
}

#group_header a.g_groups:hover {
	background: url('/images/icons/group_menu/groups.png') no-repeat 5px 5px;
}

#group_header a.g_texts {
	background: url('/images/icons/group_menu/texts0.png') no-repeat 5px 5px;
}

#group_header a.g_texts.active, #group_header a.g_texts.active:hover {
	background: #FFFFFF url('/images/icons/group_menu/texts.png') no-repeat 5px 5px;
}

#group_header a.g_texts:hover {
	background: url('/images/icons/group_menu/texts.png') no-repeat 5px 5px;
}

#group_header a.g_clips {
	background: url('/images/icons/group_menu/clips0.png') no-repeat 5px 5px;
}

#group_header a.g_clips.active, #group_header a.g_clips.active:hover {
	background: #FFFFFF url('/images/icons/group_menu/clips.png') no-repeat 5px 5px;
}

#group_header a.g_clips:hover {
	background: url('/images/icons/group_menu/clips.png') no-repeat 5px 5px;
}

#group_header a.g_gtp {
	background: url('/images/icons/group_menu/gtp0.png') no-repeat 5px 5px;
}

#group_header a.g_gtp.active, #group_header a.g_gtp.active:hover {
	background: #FFFFFF url('/images/icons/group_menu/gtp.png') no-repeat 5px 5px;
}

#group_header a.g_gtp:hover {
	background: url('/images/icons/group_menu/gtp.png') no-repeat 5px 5px;
}

#group_header a.g_oboi {
	background: url('/images/icons/group_menu/oboi0.png') no-repeat 5px 5px;
}

#group_header a.g_oboi.active, #group_header a.g_oboi.active:hover {
	background: #FFFFFF url('/images/icons/group_menu/oboi.png') no-repeat 5px 5px;
}

#group_header a.g_oboi:hover {
	background: url('/images/icons/group_menu/oboi.png') no-repeat 5px 5px;
}

#group_header a.g_other.active {
	background: #FFFFFF;
}

#adds_to_group {
	float:  left;
	margin-left: 20px;
}

.m_groups {
	background: #89594C url('/img/site/menu_icons_o.gif') no-repeat
}

.m_groups:hover {
	background: #6E220D url('/img/site/menu_icons.gif') no-repeat
}

.m_wall {
	background: url('/img/site/menu_icons_o.gif') 0px 146px #89594C
}

.m_wall:hover {
	background: url('/img/site/menu_icons.gif') 0px 146px #6E220D
}

.m_clips {
	background: url('/img/site/menu_icons_o.gif') 0px 125px #89594C
}

.m_clips:hover {
	background: url('/img/site/menu_icons.gif') 0px 125px #6E220D
}

.m_texts {
	background: url('/img/site/menu_icons_o.gif') 0px 104px #89594C
}

.m_texts:hover {
	background: url('/img/site/menu_icons.gif') 0px 104px #6E220D
}

.m_tabs {
	background: url('/img/site/menu_icons_o.gif') 0px 83px #89594C
}

.m_tabs:hover {
	background: url('/img/site/menu_icons.gif') 0px 83px #6E220D
}

.m_afisha {
	background: url('/img/site/menu_icons_o.gif') 0px 62px #89594C
}

.m_afisha:hover {
	background: url('/img/site/menu_icons.gif') 0px 62px #6E220D
}

.m_genres {
	background: url('/img/site/menu_icons_o.gif') 0px 41px #89594C
}

.m_genres:hover {
	background: url('/img/site/menu_icons.gif') 0px 41px #6E220D
}

.m_forum {
	background: url('/img/site/menu_icons_o.gif') 0px 20px #89594C
}

.m_forum:hover {
	background: url('/img/site/menu_icons.gif') 0px 20px #6E220D
}

.parts_icon {
	width: 21px;
	height: 20px;
	display: block;
	overflow: visible;
	text-decoration: none;
	float: left;
	margin: 5px 5px 0 0;
}

#groups_list {
	z-index: 1;
	position: relative;
}

#groups_list .small_item {
	width: 330px;
	height: 100px;
	padding: 10px;
	float: left;
	margin: 10px 10px 10px 0;
}

#groups_list .tiny_item {
	width: 340px;
	height: 60px;
	padding: 5px;
	float: left;
	margin: 10px 10px 10px 0;
}
#groups_list .icons_panel i, #groups_list .icons_panel span, #groups_list .icons_panel img {
	vertical-align: middle;
}

#groups_list .small_item a img, #groups_list .tiny_item a img {
	float: left;
	margin-right: 10px;
}

#groups_list .small_item div {
	margin-left: 156px;
}

#groups_list .tiny_item div {
	margin-left: 80px;
}

#groups_list .small_item p, #groups_list .tiny_item p {
	margin: 0;
}
#groups_list .small_item p {
	margin: 5px 0;
}
#groups_list .small_item p.group_title {
	font-size: 14px;

}#groups_list .small_item .group_name {
	font-size: 16px;
}

#groups_list .small_item p.icons_panel, #groups_list .tiny_item p.icons_panel {
	opacity:0;
	transition: .3s;
}

#groups_list .small_item:hover p.icons_panel, #groups_list .tiny_item:hover p.icons_panel {
	opacity:.8;
}

#groups_list .small_item div span, #groups_list .tiny_item div span {
	margin-right: 5px;
}

#group_image {
	margin-right: 20px;
	width:100%;
}


#group_info .group_info_pic {
	height: 400px;
	width: 100%;
	background-size: cover;
}

#group_info p {
	line-height: 22px;
	padding: 0;
	margin: 0;
}

#group_info .group_info_text {
	background: #f5f5f5;
	margin-top:20px;
	display: grid;
	grid-template-columns: 25%  25%  25% 22% 5%;
	padding:15px;

}

#group_info .group_info_text a {
	/*color: #fff;*/
}

#group_info .group_info_text p span {
	display: block;
}

#groups_list .small_item p.genres_list a {
	white-space: nowrap;
}
#groups_list .tiny_item p.genres_list {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#groups_list .tiny_item p.genres_list, #groups_list .small_item p.genres_list, #groups_list .tiny_item p.genres_list {
	margin-right: 5px;
	opacity: .7;
	transition: .3s;
	margin-top: 5px;
}

#groups_list .tiny_item:hover p.genres_list, #groups_list .small_item:hover p.genres_list, #groups_list .tiny_item:hover p.genres_list{
	margin-top: 0;
	opacity: .9;
}

#groups_list .icon-star-filled {
	color: #a0a0a0;
	font-size: 16px;
}
#groups_list .icon-comment {
	color: #a0a0a0;
}
#voting_div {
	height: 25px;
	padding: 2px 0;
}

#voting_div .rating_number {
	font-size: 18px;
	line-height: 23px;
	padding-left: 5px;
}

.norating, #norating {
	display: none;
	font-size: 12px;
	color: #606060;
}

a.voting_button {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background: url('/images/icons/thumb_white.png') no-repeat 10px 3px #989898;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	behavior: url('/js/PIE.htc');
}

a.voting_button:hover {
	background-color: #62c361;
}

.vote_place {
	display: block;
	height: 30px;
}

#favplace a {
	background: url('/images/icons/heart_empty.png') no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

#favplace a:hover {
	background: url('/images/icons/heart_full.png') no-repeat;
}

#group_card {
	position: relative;
	z-index: 1;
	padding-right:40px;
}

h3.red_head {
	color: #b00000;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
}

#group_card .group_part {
	font-size: 14px;
	line-height:18px;
	margin-top: 10px;
}

#group_card .album_item {
	float: left;
	width: 90px;
	height: 100px;
	text-align: center;
}

#group_card .album_item a {
	float: left;
	display: block;
	height: 76px;
	text-align: center;
	width: 100%;
}

#group_card .group_part_small p {
	margin: 2px 0;
}

#group_card .group_part_small p a {
	display: block;
	margin-left: 55px;
}

#group_card .group_part_small p .gdate {
	float: left;
}

.groupsstable {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #A0A0A0;
	font-size: 85%;
}

.grouptable {
	width: 300px;
	border-right: 1px dashed #A0A0A0;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

/* Конец групп */

/* Жанры Genres */
.spis li {
	list-style: none;
	padding-left: 15px; /* отступ от маркера */
}

.spis ul {
	margin-left: 30px;
}

/* Форум Forum */
.forumline, .forumline2 {
	border: 1px solid #c7c7c7;
	padding: 3px;
	margin-bottom: 2px;
	width: 98%;
	display: block;
	padding: 5px;
}

.forumline:hover {
	background: #FFFFFF;
}

.forumline2 {
	background: #FFFFFF;
}

.forumlinetop, .forumlinetop2 {
	border: 1px solid #c7c7c7;
	padding: 3px;
	margin-bottom: 2px;
	width: 98%;
	display: block;
	background: #e7e7e7;
}

.forumlinetop:hover {
	background: #FFFFFF;
}

.forumlinetop2 {
	background: #FFFFFF;
}

.forumline font, .forumline2 font {
	font-size: 11px;
}

/* Конец форума */

/* Новости */

#news_right_col, #news_list, #news_popular, h1, #news_card {
	font-family: 'Ubuntu', sans-serif;
	color: #333333;
	padding-right: 40px;
}

#rss {
	position: absolute;
	top: 17px;
	right: 17px;
	width: 32px;
	height: 32px;
	background: url('/images/icons/bg_rss.png') left top no-repeat;
	text-indent: -10000px;
}

#rss:hover {
	background-position: left bottom;
}

/* Новости Список */
#news_list {
	font-size: 14px;
	padding: 0;
}

#news_list .wide_news_list_col {
	width: 65%;
	float: left;
}

#short_news_list_col_small {
	width: 65%;
}

#news_list .short_news_list_col h3 {
	line-height: 18px;
	font-size:16px;
	color: #979797;
	font-weight: normal;
}

#news_list .wide_news_list_col h3 {
	font-size:22px;
	color: #333;
	font-weight: 500;
	margin-bottom: 15px;
}

#news_list .short_news_list_col h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
}

#news_list .short_news_list_col {
	width: 35%;
	float: left;
}

#news_list .wide_news_list_col .news_content {
	margin-left: 210px;
}

#news_list .wide_news_list_col #news_card .news_content {
	margin-left: 0;
}
#news_list .wide_news_list_col #news_card .news_content p{
	margin-bottom: 20px;
	font-size:16px;
	line-height:24px;
}


#news_list .short_news_list_col .news_content {
	margin-left: 140px;
}

#news_list .likes {
	position: absolute;
	left: 210px;
	bottom: -5px;
	opacity: 0;
	transition: .3s;
}

#news_list .news_item:hover .likes {
	opacity: 1;
	bottom: 0;
}

#news_list .short_news_list_col .likes {
	left: 140px;
}

#news_list .wide_news_list_col .news_list_wrapper {

	padding-right: 50px;
}

#news_list .short_news_list_col .news_list_wrapper {
	margin-top: 0;
	padding: 20px 20px 10px 20px;
	background: #F5F5F5;
}

#news_list .user_name {
	font-size: 12px;
}

#news_list .news_list_wrapper .news_item {
	margin-bottom: 20px;
}

#news_list .all_news {
	margin-bottom: 15px;
	float: right;
}

.news_item {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.news_item .news_image {
	float: left;
	text-align: right;
}

.mob-banner {
	display: none;
}

a.news_image {
	width: 180px;
	min-height: 100px;
	position: relative;
	text-decoration: none;
	display: block;
	max-height: 180px;
	overflow: hidden;
}


a.fixed_news_image {
	float: left;
	width: 190px;
	height: 120px;
	display: block;
	background-size: cover;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 3px;
}

.short_news_list_col a.fixed_news_image {
	width: 120px;
}

.grey_border {
	border: 1px solid #A0A0A0;
}

.rel_pos {
	position: relative;
}

.abs_pos {
	position: absolute;
}

.news_image img {

}

a.news_image:hover .comments, #news_popular:hover .comments {
	opacity: 1;
}

a.news_image .comments, #news_popular .comments {
	opacity: 0.7;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 3px 4px 6px 4px;
	min-width: 15px;
	height: 9px;
	line-height: 13px;
	background: #369CD4;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
}

.comment_bottom {
	position: absolute;
	bottom: -7px;
	left: 9px;
	width: 8px;
	height: 7px;
	background: url('/images/design/comment.png');
}

#news_list .news_content p, #news_right_col .news_content p {
	margin: 5px 0;
	line-height:20px;
}

#news_list h3, #news_right_col h3 {
	font-size: 12px;
	margin: 0;
}

#news_list .wide_news_list_col h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
	line-height:22px;
}

#news_list .wide_news_list_col h4 a{
	text-decoration: none;
}

#news_list .news_list_wrapper .news_item p{
	line-height: 18px;
}
#news_list .short_news_list_col h4 {
	font-size: 15px;
	margin: 0;
	font-weight: normal;
}

.content_modern .news_next {
	background: #eee;
	padding: 20px;
}

.content_modern .news_next h2{
	margin-bottom:10px;
}

.content_modern .news_next h3{
	text-size:18px;
}

/* Новости Правая колонка */
#news_right_col {
	font-size: 12px;
	padding: 0 10px;
	float: right;
}

.news_item_right_col {
	margin: 10px 0 5px 0;
}

.news_item_right_col .news_image {
	margin-bottom: 5px;
	margin-right: 0;
}

.news_item_right_col .news_content {
	margin: 5px 0 10px 0;
}

/* Новости Карточка */
#news_card .news_content {
	font-size: 14px;
	margin: 15px 0 30px 0;
	line-height: 22px;
}

#news_card .news_image {
	position: relative;
	margin-top: 15px;
}

#news_card .news_image img {
	width:100%;
}

#news_card .comments {
	opacity: 1;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 3px 4px 6px 4px;
	min-width: 15px;
	height: 9px;
	background: #369CD4;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
}

.news_content_left_col {
	font-size: 11px;
	overflow: hidden;
	float: left;
}

.news_content_right_col {
	font-size: 11px;
	text-align: right;
	float: right;
}

.news_content_right_col a {
	position: relative;
}
.news_content_right_col i {
	position: absolute;
	left: -20px;
}

#news_groups {
	margin-top: 15px;
}

#news_groups .group_item {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	background: #000000;
}

#news_groups .group_item .wide {
	padding: 0 10px;
	visibility: hidden;
	margin-bottom: -20px;
	display: block;
	height: 20px;
	line-height: 20px;
}

#news_groups .group_item img {
	display: block;
	margin: 0 auto;
	height: 100px;
}

#news_groups .group_item .description {
	position: absolute;
	background: url('/images/design/transp.png');
	/*background: #000000;*/
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

.comments_block {
	margin-top: 15px;
}

.selected_group {
	float: left;
	width: 200px;
	font-size: 13px;
	padding: 5px 8px;
	height: 20px;
	background: #cacaca;
	margin-right: 5px;
	margin-bottom: 6px;
}

.selected_group .selected_group_del {
	width: 18px;
	height: 18px;
	display: block;
	background: url('/images/design_2cols/close_but.png') no-repeat center;
	opacity: 0.7;
	float: right;
}

.selected_group .selected_group_del:hover {
	opacity: 1;
}

.selected_group .select_group_info {
	font-family: Georgia, Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: oblique;
	margin: 0 5px;
}

.group_vote_td {
	border-top: 1px solid #A0A0A0;
}

.clickable {
	cursor: pointer;
}

#yandex_ad #ya_partner_0 .ya-partner__title-link-text {
	font-weight: normal !important;
}

#overlay_disabler {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.7;
	z-index: 9000;
	width: 100%;
	height: 100%;
	display: none;
}

#pop-up {
	width: 500px;
	height: 230px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #ffffff;
	display: none;
	z-index: 9001;
}

.pop-up {
	padding: 20px;
}

.pop-up .close_popup_button {
	position: absolute;
	width: 24px;
	height: 24px;
	display: block;
	z-index: 9002;
	background: url('/images/icons/close_but.png') no-repeat;
	right: 10px;
	top: 10px;
}

form.big_form input {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	width: 150px;
}

form.big_form dt {
	font-size: 16px;
}

form.big_form input[type=submit] {
	padding: 0;
	height: 30px;
	line-height: 30px;
	margin: 0;
}

.reg_block {
	margin-bottom: 20px;
}

.reg_block p {
	margin: 0;
	font-size: 14px;
	color: #646464;
}

.reg_block a {
	display: block;
	line-height: 20px;
}

.reg_block.last {
	margin-bottom: 0;
}

.awsearch_form {
	position: relative;
	width: 280px;
}

.awsearch_form input[type=text] {
	width: 280px;
	outline: none;
	border: 1px solid #ccc;
	height: 45px;
	font-size: 15px;
	padding: 15px 15px;
	border-radius: 3px;
	display: block;
	float: left;
	box-sizing: border-box;
}



.awsearch_form input[type=text]:focus {
	border: 1px solid #444;
}

.awsearch_form input[type=submit] {
	width: 23px;
	display: block;
	height: 27px;
	padding: 0;
	border: none;
	outline: none;
	background: url('/images/design_2cols/loupe.svg') no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity:0.5;
}

a.grey_button {
	height: 17px;
	background: #c3c3c3;
	color: #FFFFFF;
	display: block;
	padding: 5px 12px;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

a.grey_button:hover {
	background: #cf343a;
}

.alphabet_block .grey_button {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.alphabet_window {
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	behavior: url('/js/PIE.htc');
	z-index: 100;
	padding: 15px 0;
	display: none;
}

/*Странный мусор */
.ttt2 {
	width: 95%;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
	background: #E7E7E7;
	border-radius: 5px 5px 5px 5px;
}

.tttplus {
	padding: 5px;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: left;
}

.ttt3 {
	font-size: 14px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: left;
	background: #E7E7E7;
	border-radius: 5px 5px 5px 5px;
}

.smallgrey {
	color: #A0A0A0;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

.smallgreyplus {
	color: #A0A0A0;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

.padd {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.greyback {
	background: #f5f5f5;
}

.mctitle2272 {
	text-transform: lowercase;
}

/* Конец странного мусора */
#special_link_to_up {
	display: none;
	position: fixed;
	top: 0;
	padding: 5px 0;
	width: 70px;
	text-decoration: none;
	text-align: center;
	border-radius: 0 0 5px 5px;
	background: rgba(255, 255, 255, 0.8);
}

/* Animated arrow */

.animated_arrow .arrow {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	left: 0;
}
.animated_arrow .arrow:before, .animated_arrow .arrow:after {
	background-color: transparent;
	width: 3px;
	height: 10px;
	display: inline-block;
	position: absolute;
	border-bottom: 12px solid #c3c3c3;
	top: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.animated_arrow .arrow:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.animated_arrow .arrow:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.animated_arrow.active .arrow {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: translate(0, -6px);
	transform: translate(0, -6px);
}
.animated_arrow.active .arrow:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated_arrow.active .arrow:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.animated_arrow:hover .arrow:before, .animated_arrow:hover .arrow:after{
	color: #8d0000;
	border-color: #8d0000;
}
.arrow {
	width: 13px;
	height: 13px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: -10px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	margin-top: 0;
	text-align: left;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
}
.arrow:before, .arrow:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 12px;
	height: 3px;
	background-color: #c3c3c3;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.arrow:after {
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: -5px;
	left: 5px;
}

.simple_spoiler {
	color: #909090;
	float:left;
	position: relative;
	font-size: 14px;
	margin: 5px 0;
}
a.simple_spoiler {
	color: #909090;
	border-bottom: dashed #c3c3c3 1px;
	text-decoration: none;
}
a.simple_spoiler:hover {
	color: #8d0000;
	border-bottom: dashed #8d0000 1px;
	text-decoration: none;
	transition: 0.4s ease;
}
.simple_spoiler.animated_arrow .arrow {
	left: auto;
	right: -30px;
	position:  absolute;
}

	/* Content Modern */
.content_modern, #content.content_modern {
	padding: 30px 40px 40px 40px;
}
	.content_modern h1, .h1_modern {
		font-size: 32px;
		line-height: 26px;
		font-weight: 700;
		line-height: 36px;
		color: #333333;
		margin-bottom: 25px;
	}
		.content_modern h1 a,
		.content_modern .h1_modern a {
			text-decoration: none;
			border-bottom: 1px solid #c97a7a;
			color: #8d0000;
		}
		.content_modern h1 a:hover,
		.content_modern .h1_modern a:hover {
			text-decoration: none;
			border-bottom: 1px solid #FF0000;
			color: #FF0000;
		}
	.content_modern h2, .h2_modern {
		font-size: 22px;
		line-height: 22px;
		color: #333;
		font-weight: 700;
		margin-bottom: 30px;
	}
		.content_modern h2 a,
		.content_modern .h2_modern a {
			text-decoration: none;
			border-bottom: 1px solid #979797;
			color: #333;
		}
		.content_modern h2 a:hover,
		.content_modern .h2_modern a:hover {
			text-decoration: none;
			border-bottom: 1px solid #FF0000;
			color: #FF0000;
		}

.modern_tabs {
	width: 100%;
	font-size: 14px;
	color: #858585;
	border-bottom: 1px solid #ccc;
}
	.modern_tabs .item, .modern_tabs a.item {
		text-decoration: none;
		color: #333;
		display: inline-block;

		line-height: 40px;
		height: 40px;
		box-sizing: border-box;
		margin-bottom: -1px;
		margin-right: 25px;
		padding: 0 3px;

	}
		.modern_tabs .item:hover, .modern_tabs a.item:hover{
			color: #ff0000;
		}
		.modern_tabs .item.active, .modern_tabs a.item.active,
		.modern_tabs .item.active:hover, .modern_tabs a.item.active:hover {
			color: #b31318;
			border-bottom: #b31318 solid 3px;
			font-weight: bold;
		}

		.modern_tabs .item.item_right {
			float: right;
			margin-right: 0;
			margin-left: 40px;
		}

		.modern_tabs .item.last {
			margin-left: 0;
			margin-right: 0;

		}

.modern_tabs .item.last a {
	color: grey;
	text-decoration: none;
	margin-left:20px;
}

.modern_tabs .item.last a .vk {
	vertical-align:bottom;
	margin-bottom:10px;

}

@media (max-width: 1260px) {
	.hidden-small {
		display: none;
	}
}

@media (min-width: 1261px) {
	.hidden-desktop {
		display: none;
	}
}

/* Тексты песен Texts */

.texts_table tr td {
	padding-left: 10px;
	height: 30px;
	vertical-align: middle;
}
.preheader {
	display: block;
	font-size: 14px;
	color: #A7A7A7;
}
#name_search {
	height: 30px;
	padding: 10px;
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
}

/* legacy Forms */
.legacy_inputs input {
	height: 20px; line-height: 20px; font-size: 14px;
}
.legacy_inputs input[type=submit]{
	background-color: #E7E7E7; border: 1px solid #A0A0A0; line-height: 30px; height: 30px; padding: 0 20px;
}
.legacy_inputs input[type=submit]:hover {
	background-color: #FFFFFF;
}
.legacy_inputs dd {
	margin-top: 3px;
}

.left_col_padding {
	padding-right: 40px;
}
.texts_table tr:nth-child(even) {
	background: #E7E7E7;
}