body {
	font-family: 'Trebuchet MS', Helvetica, 'DejaVu Sans', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	color: #000;
}
a, a.ajaxlink {
	will-change: all;
	color: #356536;
	transition: background 0.15s linear, color 0.15s linear;
}
a:hover, a.ajaxlink:hover {
	color: #d35400;
}
a.ajaxlink {
	text-decoration: none;
	border-bottom: dashed 1px #382619;
}
a.ajaxlink:hover {
	text-decoration: none;
	border-bottom: dashed 1px #d35400;
}
h1 {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 28px;
}
h1 span {
	color: #38261F;
}
h1 a {
	color: #38261F;
}
h1 a:hover {
	color: #d35400;
}
h1, h2, h3, h4, h5, h6 {
	color: #38261F;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	line-height: 20px;
}
p:first-child {
	margin-top: 0;
}
pre {
	display: block;
	overflow: auto;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	box-shadow: inset 0 0 .5em #CCCCCC;
	padding: 10px;
	margin: 0;
}
code pre {
	display: block;
	overflow: auto;
	border: 1px solid #DCC287;
	border-radius: 2px;
	background: #D7C89C;
	padding: 5px 15px;
	box-shadow: none;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
blockquote {
	padding: 6px 10px;
	padding-left: 37px;
	background: url("/templates/vintage/images/icons/quote.png") no-repeat;
	border-left: solid 4px #827567;/*#D7C89C;*/
	color: #6F6050;
	font-style: italic;
	margin: 0;
}
ol, ul {
	margin: 0px;
	padding: 0px;
}
.positive {
	color: green;
}
.negative {
	color: red;
}
.hide_tag {
	background: url("/templates/vintage/images/icons/lock.png") no-repeat 5px center #e67e22;
	color: #fff;
	padding: 5px 10px 5px 25px;
	overflow: hidden;
}
.hide_billing {
	background: url("/templates/vintage/images/icons/coin.png") no-repeat 5px center #3498db;
}
.user_field_denied {
	background-color: #356536;
}
.hide_tag_allow {
	border-left: 3px solid #e67e22;
	padding: 5px 0 5px 10px;
	overflow: hidden;
}
.content_item .ft_html .value ol {
	margin-left: 20px;
	padding-left: 20px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: url("/templates/vintage/images/614690.jpg") center;
	background-size: cover;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#layout {
	width: 1180px;
	margin: 0 auto;
	will-change: blur;
}
#popup-manager.popup-show + #layout, .wrap_blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
}
header {
	height: 115px;
	line-height: 50px;
	padding: 0 14px;
	background: url("/templates/vintage/images/bg_top.png") no-repeat center;
}
header #logo a, header #logo > span {
	display: block;
	float: left;
	width: 260px;
	height: 110px;
	background: url("/templates/vintage/images/logo.png") no-repeat left center;
	position: absolute;
	background-size: 260px 110px;
}
header .menu,  header .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
header .menu {
	float: right;
	position: relative;
	z-index: 15;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
}
header .menu .item {
	background-image: url("/templates/vintage/images/icons/bullet_arrow_down.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 28px;
}
header .menu > li {
	float: left;
	padding-left: 5px;
}
header .menu > li > a {
	display: block;
	padding: 0 5px;
	color: #ecf0f1;
	text-decoration: none;
	font-size: 12px;
}
header .menu > li > a span.wrap > span.counter {
	margin: 0 0 0 5px;
}
header .menu > li > a span.wrap > span.counter:before {
	content: '(';
}
header .menu > li > a span.wrap > span.counter:after {
	content: ')';
}
header .menu > li > a:hover {
	color: #F5CF53;
}
header .menu > li.active > a {
	color: #F5CF53;
}
header .menu > li.active > a:hover {
	color: #F5CF53;
}
header .menu > li.active > ul a:hover {
	color: #F5CF53;
}
header .menu ul li a,  header .menu li.active ul li a {
	text-shadow: none;
	text-decoration: none;
	padding-right: 10px;
	font-size: 12px;
}
header .menu li ul li.active a {
	color: #F5CF53;
}
header .menu li ul li.active a:hover {
	color: #F5CF53;
}
header .menu li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
header .menu ul {
	visibility: hidden;
	position: absolute;
	top: 99%;
	left: -15px;
	z-index: 598;
	width: 100%;
	box-shadow: 0 1px 1px #000;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
header .menu ul li {
	float: none;
	border-bottom: solid 1px #221615;
	background-color: #38261F;
	color: #FFF;
}
header .menu ul li:last-child {
	border-bottom: none;
}
header .menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
}
header .menu ul li:hover > a {
	background-color: #38261F;
	color: #F5CF53;
}
header .menu ul ul {
	top: 0px;
	left: 90%;
}
header .menu li:hover > ul {
	visibility: visible;
}
header .menu ul {
	width: 250px;
}
header .menu ul li:last-child,  header .menu ul li:last-child a {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
header .menu ul li:first-child,  header .menu ul li:first-child a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
header .menu > .folder a {
	padding-right: 8px;
}
nav {
	height: 55px;
	background: url("/templates/vintage/images/navbar.png") no-repeat center;
	background-size: cover;
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
	padding-left: 20%;
	z-index: 99;
}
.postheader {
	height: 60px;
	height: 60px;
	display: block
}
nav .menu,  nav .menu li,  nav .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav .menu {
	position: relative;/*z-index:5;*/
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: -30px;
	margin-top: 5px;
}
nav .menu .item {
	background-image: none !important;
}
nav .menu > li {
	float: left;
}
nav .menu > li:first-child {
	background: none;
}
nav .menu > li > a {
	display: block;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
nav .menu > li > a:hover {
	background: #514841 !important;
}
nav .menu > li.active > a {
	background: #40342A !important;
}
nav .menu > li.active > a:hover {
	color: #F5CF53;
}
nav .menu > li.active > ul a:hover {
	color: #F5CF53;
}
nav .menu ul li a,  nav .menu li.active ul li a {
	color: #FFF;
	text-shadow: none;
	text-decoration: none;
	padding: 0 10px;
}
nav .menu li ul li.active > a {
	color: #F5CF53;
}
nav .menu li ul li.active > a:hover {
	color: #F5CF53;
}
nav .menu ul li:hover > a {
	background-color: #221615;
	color: #F5CF53;
}
nav .menu li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
nav .menu ul {
	visibility: hidden;
	position: absolute;
	top: 98%;
	left: 0;
	z-index: 598;
	width: 100%;
	box-shadow: 0 1px 1px #000;
}
nav .menu ul li {
	float: none;
	border-bottom: solid 1px #221615;
	background-color: #38261F;
	color: #FFF;
}
nav .menu ul li:last-child {
	border-bottom: none;
}
nav .menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
nav .menu ul ul {
	top: 0px;
	left: 99%;
}
nav .menu li:hover > ul {
	visibility: visible;
}
nav .menu ul {
	width: 200px;
	margin-top: 1px;
}
nav .menu ul li:last-child,  nav .menu ul li:last-child a {
}
nav .menu ul li:first-child,  nav .menu ul li:first-child a {
}
nav .menu > .folder > a {
	padding-right: 8px;
}
nav .menu > .folder > a > .wrap {
	padding-right: 20px;
	background: url("/templates/vintage/images/nav-arrow-down-white.png") no-repeat right center !important;
}
nav .menu ul *.folder > a {
	padding-right: 15px;
	background-image: url("/templates/vintage/images/nav-arrow-right.png") !important;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
nav select {
	display: none;
}
#body {
}
#breadcrumbs {
	margin: -20px;
	margin-bottom: 20px;
	background-color: #221614;
	padding: 0 10px;
	position: relative;
	border: #221614 solid 1px;
}
#breadcrumbs ul, #breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#breadcrumbs ul {
	overflow: hidden;
	position: relative;
	background: url("/templates/vintage/images/headerbar.png") no-repeat left center;
}
#breadcrumbs ul li {
	font-size: 14px;
	color: #FFF;
	display: table-cell;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	vertical-align: middle;
}
#breadcrumbs ul li a {
	color: #FFF;
}
#breadcrumbs ul li a:hover {
	color: #E79520;
	text-decoration: none;
}
#breadcrumbs ul li.sep {
	padding: 0 10px;
	width: 4px;
	background: url("/templates/vintage/images/nav-arrow-right-light.png") no-repeat center center;
}
#breadcrumbs ul li.home {
	width: 16px;
}
#breadcrumbs ul li.home a {
	display: block;
	width: 16px;
	height: 32px;
	background: url("/templates/vintage/images/nav-home.png") no-repeat left center;
}
#body section {
	width: 730px;
	float: left;
	background: url("/templates/vintage/images/per.png");
	background-size: 100%;
}
#body section article {
	padding: 30px 40px 10px 40px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}
#body section h1 {
	margin-bottom: 20px;
	color: #221615;
}
#body section h1 + .parent_title {
	font-size: 16px;
	margin: -10px 0 20px 0;
}
.item_group_title {
	background: url("/templates/vintage/images/icons/group.png") no-repeat left center;
	padding: 0 0 0 25px;
}
#body aside {
	float: right;
	width: 270px;
	margin-bottom: 10px;
	background: url("/templates/vintage/images/per.png");
	background-size: 100%;
	z-index: 1
}
#body aside .menu, #body aside .menu li,  #body section .menu, #body section .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFF;
	display: block;
}
#body aside .menu ul,  #body section .menu ul {
	border: solid 1px #EDEDED;
	border-bottom: none;
}
#body aside .menu {
	margin: -15px;
}
#body aside .menu li ul {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: auto;
	right: 91%;
	width: 220px;
	box-shadow: 0 1px 2px #666;
	z-index: 999;
}
#body aside .menu li {
	border-bottom: solid 1px #ecf0f1;
}
#body aside .menu li:hover,  #body aside .menu li.active,  #body section .menu li:hover,  #body section .menu li.active {
	position: relative;
	z-index: 2;
	cursor: default;
	background: #ecf0f1;
}
#body aside .menu li:last-child {
	border-bottom: none;
}
#body aside .menu li:hover > ul {
	visibility: visible;
}
aside .menu .item, section .menu .item {
	background: url("/templates/vintage/images/icons/item.png") no-repeat 10px center;
}
#body aside .menu li.active .item,  #body section .menu li.active .item {
	color: #000;
}
#body aside .menu a,  #body aside .menu span.item,  #body section .menu a,  #body section .menu span.item {
	overflow: hidden;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px 10px;
	padding-left: 36px;
}
#body aside .menu a:hover {
	color: #000;
}
#body aside .menu .counter,  #body section .menu .counter {
	float: right;
	padding: 0px 7px;
	background: #376499;
	border-radius: 50px;
	font-size: 11px;
	color: white;
}
#body aside .menu li:hover .counter,  #body section .menu li:hover .counter {
	background: #356536;
}
footer {
	background: url("/templates/vintage/images/footerbar.png") no-repeat center;
	background-position: bottom;
	height: 80px;
	background-size: 100% 70px;
	color: #FFF;
	padding: 0 15px;
	clear: both;
	font-size: 12px;/*position: fixed;
  	bottom: 0px;
  	width: 100%*/
}
footer ul, footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul {
	overflow: hidden;
}
footer ul li {
	height: 70px;
	line-height: 70px;
	float: left;
	margin-right: 15px;
}
footer ul li:last-child {
	margin: 0;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #ecf0f1;
}
footer span.item {
	padding: 0 10px;
	border-left: solid 1px #356536;
}
#sql_debug {
	display: none;
}
#sql_queries .query {
	padding: 10px;
	margin: 10px;
	background: #FFF;
	border: solid 1px #DDD;
}
#sql_queries .query .src {
	font-size: 12px;
	color: #333;
	margin-bottom: 4px;
}
#sql_queries .query_time {
	color: #333;
	font-size: 12px;
	margin: 4px 0 0;
}
#sql_queries .red_query {
	color: #c0392b;
}
#sql_queries .green_query {
	color: #27ae60;
}
#sql_stat {
	margin: 10px;
	font-size: 11px;
	color: #AAA;
}
footer #nav {
	float: right;
	margin-right: 0;
}
#site_off_notice {
	position: fixed;
	left: 15px;
	top: 15px;
	padding: 5px 10px;
	padding-left: 28px;
	background: url("/templates/vintage/images/icons/error.png") no-repeat 8px center #FFF;
	border: solid 1px red;
	color: red;
}
.modal_padding {
	padding: 10px;
	box-sizing: border-box;
}
.modal_padding h3, .modal_padding h2 {
	margin-top: 5px;
	white-space: nowrap;
}
 @media screen and (max-width:1180px) {
#layout {
	width: 100%;
	margin: 0 auto;
	will-change: blur;
}
#body section {
	width: 100% !important;
}
#body aside {
	float: none !important;
	overflow: hidden;
	width: 100%;
	clear: both;
	background: url("/templates/vintage/images/per.png");
	background-size: 100%;
}
}
 @media screen and (max-width:1120px) {
nav .menu > li > a {
	padding: 0 8px
}
}
 @media screen and (max-width:980px) {
nav .menu {
	display: none;
}
nav select {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 50px;
	line-height: 20px;
	background: url(/templates/vintage/images/icons32/menu-icon1.png) no-repeat center right;
}
nav select option {
	color: #333;
	background: #FFF;
	transition: all 0.3s ease;
}
}
 @media screen and (max-width:800px) {
#body section {
	width: 100% !important;
}
footer #info {
	display: none !important;
}
}
 @media screen and (max-width:640px) {
.content_item .ft_images .first_type_images:first-child {
	float: none;
	clear: both;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	max-width: 100%;
}
.filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even) {
	float: none !important;
	width: 100%;
	margin-bottom: 10px;
}
.content_item .ft_images .first_type_images:first-child > img {
	width: 100%;
}
#layout header #logo {
	width: 200px;
}
.tabs-menu > ul {
	display: none;
}
.tabs-menu select {
	display: block !important;
}
.widget > .title {
	font-size: 14px !important;
}
.widget > .title .links {
	display: none;
}
.content_item .ft_image {
	float: none !important;
}
}
 @media screen and (max-width:480px) {
footer #nav {
	display: none !important;
}
#breadcrumbs ul li:last-child {
	display: none;
}
h1 {
	font-size: 22px;
}
.content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile {
	width: 100% !important;
}
.content_list_item.second .photo, .content_list_item.second .first {
	float: none !important;
	margin-right: 0 !important;
}
.content_list.featured .first .ft_caption a {
	font-size: 21px !important;
}
.content_list_item .ft_caption .value {
	font-size: 18px !important;
}
}
a.aspoiler {
	text-decoration: underline;
	cursor: pointer
}
#down-wrap, #demo-wrap {
	position: relative;
	text-align: left;
	padding: 5px;
	float: left;
	margin: 10px 10px 0 0;
	width: 200px;
	height: 35px;
	display: block;
	text-decoration: none
}
span.btn-title {
	text-align: center;
	font: 20px/58px Tahoma, Arial, sans-serif;
	height: 35px;
	width: 200px;
	display: block;
	position: relative;
	z-index: 5;
	line-height: 35px;
	transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	-moz-transition: width .2s ease-out;
	-o-transition: width .2s ease-out
}
#down-wrap:hover span.btn-title, #demo-wrap:hover span.btn-title {
	font-size: 19px;
	width: 90px
}
.btn-info {
	position: absolute;
	height: 35px;
	width: 200px;
	top: 5px;
	right: 5px;
	z-index: 4
}
.btn-info span, .btn-notdown span {
	width: 105px;
	margin: 5px 2px 0 0;
	position: absolute;
	right: 0;
	font: 11px/12px Tahoma, Arial, sans-serif;
	text-align: center
}
span.btn-title {
	color: #fff;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: #221615;
}
#down-wrap:hover span.btn-title, #demo-wrap:hover span.btn-title {
	background: #221615;
}
.btn-info {
	background: #4682B4;
}
.btn-info span, .btn-notdown span {
	color: #EAF5FF;
}
.ft_youtube img {
	width: 100%
}
.stickytop {
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 100%;
	background-size: 100% 55px;
}
.stickytop .small_logo {
	position: absolute;
	left: 3px;
	width: 220px;
	height: 55px;
	background: url("/templates/vintage/images/logo.png") no-repeat left center;
	background-size: 125px 55px;
}
 opera:-o-prefocus .datagrid td {
 overflow: hidden;
max-width:300px;
}
/* Footer SQL Debug ======================================================== */

#debug_block {
	display: none;
}
.queries_wrap .query {
	padding: 10px;
	margin: 10px;
	background: #FFF;
	border: solid 1px #DDD;
}
.queries_wrap .query .src {
	font-size: 12px;
	color: #999;
}
.queries_wrap .query .debug_data {
	margin-top: 4px;
}
.queries_wrap .query_time {
	color: #999;
	font-size: 12px;
	margin: 4px 0 0;
}
.queries_wrap .red_query {
	color: #c0392b;
}
.queries_wrap .green_query {
	color: #27ae60;
}
#debug_widget.tabs-menu > ul {
	border-bottom: none;
	height: 32px;
	background: #B3C2C9;
	min-width: 600px;
}
#debug_widget.tabs-menu .tabbed li {
	background: none;
}
#debug_widget.tabs-menu .tabbed li a {
	border: none;
}
#debug_widget.tabs-menu .tabbed li a:not(:hover) {
	color: #EFEFEF;
}
#debug_widget.tabs-menu .tabbed li.active a, #debug_widget.tabs-menu .tabbed li.active a:hover {
	border: none;
	margin: 0;
	color: #495358;
}
#debug_widget ol {
	padding: 0;
	margin: 0;
}
#notice-ring, #n-notice-ring {
	background-image: url(/templates/vintage/images/letter-ring.png);
	background-repeat: no-repeat;
	background-color: #221615;
	background-position: right;
	margin: 0;
	display: inline-block;
	width: 63px;
	height: 63px;
	overflow: hidden;
	position: fixed;
	bottom: 150px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
	border: #FFF solid 1px;
	border-radius: 14px;
	overflow: hidden;
	max-width: 320px;
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari and Chrome */
	-moz-transition: width 1s; /* Firefox 4 */
	-o-transition: width 1s; /* Opera */
	z-index: 9999999;
}
#notice-ring {
	background-image: url(/templates/vintage/images/notice-ring.png);
}
#n-notice-ring:hover, #notice-ring:hover {
	width: 320px;
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari and Chrome */
	-moz-transition: width 1s; /* Firefox 4 */
	-o-transition: width 1s; /* Opera */
}
#slide_in, #n-slide_in {
	opacity: 0;
	color: #FFF;
	text-decoration: none;
	line-height: 64px;
	margin-left: 20px;
	width: 0px;
	float: left;
}
#n-notice-ring:hover #n-slide_in {
	opacity: 1;
	width: 250px;
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari and Chrome */
	-moz-transition: width 1s; /* Firefox 4 */
	-o-transition: width 1s; /* Opera */
}
#notice-ring {
	bottom: 75px;
}
#notice-ring:hover #slide_in {
	opacity: 1;
	width: 250px;
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari and Chrome */
	-moz-transition: width 1s; /* Firefox 4 */
	-o-transition: width 1s; /* Opera */
}
#down-wrap {
	margin-bottom: 10px;
}
.sess_messages {
	margin: -8px -20px 10px -20px;
}
.sess_messages div {
	background: #f9f9f9;
	line-height: 16px;
	color: #FFF;
	padding: 8px 8px 8px 32px;
	margin: 7px 20px -3px 20px;
}
.sess_messages div a {
	color: #ecf0f1;
}
.sess_messages div a:hover {
	color: #d35400;
}
.sess_messages .message_info {
	background: url("/templates/vintage/images/icons/info.png") no-repeat 10px center #382619;
}
.sess_messages .message_success {
	background: url("/templates/vintage/images/icons/accept.png") no-repeat 10px center #27ae60;
}
.sess_messages .message_error {
	background-image: url("/templates/vintage/images/per.png");
	background: url("/templates/vintage/images/icons/error.png") no-repeat 10px center rgba(249, 50, 50, 0.7);
}
.sess_messages .message_info_in_page {
	color: #555;
	padding: 10px 15px;
}
.ui_message {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #E4F1FE;
	border-color: #382619;
	border-width: 1px;
	border-style: solid;
	border-left-width: 10px;
	color: #555;
}
.ui_message.ui_warning {
	background-color: #FDE3A7;
	border-color: #f39c12;
}
.ui_message.ui_error {
	background-color: rgba(249, 169, 160, 0.5);
	border-color: #e74c3c;
}
#alert_wrap {
	box-sizing: border-box;
	overflow: hidden;
	width: 320px;
}
#alert_wrap .ui_message {
	margin-bottom: 0;
}
.loading {
	padding-left: 20px;
	background: url("/templates/vintage/images/loader16.gif") no-repeat left center;
}
.loading-icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url("/templates/vintage/images/loader16.gif") no-repeat left center;
}
.loading-panel {
	background: url("/templates/vintage/images/loader24.gif") no-repeat center center;
}
.is_private, .is_closed {
	display: inline-block;
	cursor: help;
	width: 16px;
	height: 16px;
	background: url("/templates/vintage/images/icons/eye.png") no-repeat;
}
.content_list_item .is_private, .widget_content_list .is_private, .content_list .is_private, .content_list_item .is_closed, .widget_content_list .is_closed {
	height: 14px;
}
.is_closed {
	background: url("/templates/vintage/images/icons/lock.png") no-repeat;
}
.is_online {
	background: #40d47e;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	padding: 1px 6px;
	border-radius: 4px;
	display: inline-block;
}
.icon-accept, .menu .lock .item {
	background-image: url("/templates/vintage/images/icons/lock.png");
}
.icon-accept, .menu .accept .item {
	background-image: url("/templates/vintage/images/icons/accept.png");
}
.icon-add, .menu .add .item {
	background-image: url("/templates/vintage/images/icons/add.png");
}
.icon-edit, .menu .edit .item {
	background-image: url("/templates/vintage/images/icons/edit.png");
}
.icon-delete, .menu .delete .item {
	background-image: url("/templates/vintage/images/icons/delete.png");
}
.icon-save, .menu .save .item {
	background-image: url("/templates/vintage/images/icons/save.png");
}
.icon-cancel, .menu .cancel .item {
	background-image: url("/templates/vintage/images/icons/cancel.png");
}
.icon-key, .menu .key .item {
	background-image: url("/templates/vintage/images/icons/key.png");
}
.icon-page_gear, .menu .page_gear .item {
	background-image: url("/templates/vintage/images/icons/page_gear.png");
}
.icon-folder_add, .menu .folder_add .item {
	background-image: url("/templates/vintage/images/icons/folder_add.png");
}
.icon-folder_edit, .menu .folder_edit .item {
	background-image: url("/templates/vintage/images/icons/folder_edit.png");
}
.icon-folder_delete, .menu .folder_delete .item {
	background-image: url("/templates/vintage/images/icons/folder_delete.png");
}
.icon-user_add, .menu .user_add .item {
	background-image: url("/templates/vintage/images/icons/user_add.png");
}
.icon-user_delete, .menu .user_delete .item {
	background-image: url("/templates/vintage/images/icons/user_delete.png");
}
.icon-group, .menu .group .item {
	background-image: url("/templates/vintage/images/icons/group.png");
}
.icon-group_add, .menu .group_add .item {
	background-image: url("/templates/vintage/images/icons/group_add.png");
}
.icon-group_delete, .menu group_delete .item {
	background-image: url("/templates/vintage/images/icons/group_delete.png");
}
.icon-profile, .menu .profile .item {
	background-image: url("/templates/vintage/images/icons/profile.png");
}
.icon-messages, .menu .messages .item {
	background-image: url("/templates/vintage/images/icons/messages.png");
}
.icon-info, .menu .info .item {
	background-image: url("/templates/vintage/images/icons/info.png");
}
.icon-blog, .menu .blog .item {
	background-image: url("/templates/vintage/images/icons/blog.png");
}
.icon-settings, .menu .settings .item {
	background-image: url("/templates/vintage/images/icons/settings.png");
}
.icon-cpanel, .menu .cpanel .item {
	background-image: url("/templates/vintage/images/icons/cpanel.png");
}
.icon-more, .menu .more > .item {
	background-image: url("/templates/vintage/images/icons/folders.png");
}
.icon-logout, .menu .logout .item {
	background-image: url("/templates/vintage/images/icons/logout.png");
}
.icon-checklist, .menu .checklist .item {
	background-image: url("/templates/vintage/images/icons/checklist.png");
}
.icon-images, .menu .images .item {
	background-image: url("/templates/vintage/images/icons/images.png");
}
.icon-invites, .menu .invites .item {
	background-image: url("/templates/vintage/images/icons/signature.png");
}
.icon-balance, .menu .balance .item {
	background-image: url("/templates/vintage/images/icons/coin.png");
}
.icon-transfer, .menu .transfer .item {
	background-image: url("/templates/vintage/images/icons/transfer.png");
}
.icon-coins_add, .menu .coins_add .item {
	background-image: url("/templates/vintage/images/icons/coins_add.png");
}
.icon-coins_delete, .menu .coins_delete .item {
	background-image: url("/templates/vintage/images/icons/coins_delete.png");
}
.icon-basket_put, .menu .basket_put .item {
	background-image: url("/templates/vintage/images/icons/basket_put.png");
}
.icon-basket_remove, .menu .basket_remove .item {
	background-image: url("/templates/vintage/images/icons/basket_remove.png");
}
.icon-basket, .menu .basket .item {
	background-image: url("/templates/vintage/images/icons/basket.png");
}
.icon-newspaper_add, .menu .newspaper_add .item {
	background-image: url("/templates/vintage/images/icons/newspaper_add.png");
}
.icon-newspaper_delete, .menu .newspaper_delete .item {
	background-image: url("/templates/vintage/images/icons/newspaper_delete.png");
}
.icon-bell, .menu .bell .item {
	background-image: url("/templates/vintage/images/icons/bell.png");
}
.medal-icon-16 {
	width: 16px;
	height: 32px;
}
.medal1-16 {
	background: url("/templates/vintage/images/icons/medal_gold.png") no-repeat center center;
}
.medal2-16 {
	background: url("/templates/vintage/images/icons/medal_silver.png") no-repeat center center;
}
.medal3-16 {
	background: url("/templates/vintage/images/icons/medal_bronze.png") no-repeat center center;
}
.medal-icon-32 {
	width: 32px;
	height: 64px;
}
.medal1-32 {
	background: url("/templates/vintage/images/icons32/medal_gold.png") no-repeat center center;
}
.medal2-32 {
	background: url("/templates/vintage/images/icons32/medal_silver.png") no-repeat center center;
}
.medal3-32 {
	background: url("/templates/vintage/images/icons32/medal_bronze.png") no-repeat center center;
}
.medal-icon-16 {
	width: 16px;
	height: 32px;
}
.medal1-16 {
	background: url("/templates/vintage/images/icons/medal_gold.png") no-repeat center center;
}
.medal2-16 {
	background: url("/templates/vintage/images/icons/medal_silver.png") no-repeat center center;
}
.medal3-16 {
	background: url("/templates/vintage/images/icons/medal_bronze.png") no-repeat center center;
}
.medal-icon-32 {
	width: 32px;
	height: 64px;
}
.medal1-32 {
	background: url("/templates/vintage/images/icons32/medal_gold.png") no-repeat center center;
}
.medal2-32 {
	background: url("/templates/vintage/images/icons32/medal_silver.png") no-repeat center center;
}
.medal3-32 {
	background: url("/templates/vintage/images/icons32/medal_bronze.png") no-repeat center center;
}
.pills-menu, .pills-menu li, .pills-menu-small, .pills-menu-small li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pills-menu {
	margin-bottom: 20px;
}
.pills-menu, .pills-menu-small {
	overflow: hidden;
	clear: both;
}
.pills-menu li, .pills-menu-small li {
	float: left;
	padding: 0 10px;
	border-radius: 3px;
	background: #ECF0F1;
}
.pills-menu li {
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	margin-right: 12px;
}
.pills-menu-small li {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin-right: 6px;
}
.pills-menu li.active, .pills-menu-small li.active {
	background: #221615;
	color: #FFF;
}
.pills-menu li a, .pills-menu-small li a {
	color: #356536;
	text-decoration: none;
}
.pills-menu li a:hover, .pills-menu-small li a:hover {
	color: #d35400;
}
.pills-menu li.active a, .pills-menu-small li.active a {
	color: #FFF;
}
.pills-menu li .counter, .pills-menu-small li .counter {
	color: #356536;
	font-size: 11px;
}
.pills-menu li.active .counter, .pills-menu-small li.active .counter {
	color: #A3CAE0;
}
.tabs-menu {
	margin-bottom: 20px;
	position: relative;
	clear: both;
}
.tabs-menu ul, .tabs-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-menu > ul {
	border-bottom: solid 1px #25420A;
	height: 33px;
	clear: both;
}
.tabs-menu .tabbed li {
	float: left;
	font-size: 15px;
	margin-right: 3px;
	background: #221615;
}
.tabs-menu .tabbed li a {
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	border-bottom: transparent;
	height: 32px;
	line-height: 32px;
}
.tabs-menu .tabbed li a {
	color: #FFF;
}
.tabs-menu .tabbed li a:hover {
	background-color: #3E2C1D;
	color: #FFF;
}
.tabs-menu .tabbed li.active a, .tabs-menu .tabbed li.active a:hover {
	cursor: default;
	color: #FFF;
	border-bottom: none;
	background-color: #25420A;
	margin: 1px 0 0 0;
}
.tabs-menu li a .counter {
	color: #FFF;
	font-size: 12px;
	margin-top: -15px;
	border-radius: 10px;
}
.tabs-menu li.more > .item {
	padding-right: 5px;
}
.tabs-menu li.more > .item > span {
	background-image: url("/templates/vintage/images/icons/bullet_arrow_down.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
.tabs-menu li.active a .counter {
	color: #FFF;
}
.tabs-menu li a:hover .counter {
	color: #FFF;
}
.tabs-menu li.folder > ul {
	visibility: hidden;
	position: absolute;
	border: solid 1px #C6AD8A;
	float: none;
	margin-top: -1px;
	margin-left: 1px;
	z-index: 1500;
}
.tabs-menu li.folder > ul li {
	border: none;
	width: 100%;
	float: none;
}
.tabs-menu li.folder > ul li a {
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 0;
}
.tabs-menu li.folder > ul li a:hover {
	color: #221615;
	border: none !important;
}
.tabs-menu li.folder > ul li a span {
	padding: 0 10px;
}
.tabs-menu li.folder:hover > ul {
	visibility: visible;
}
.tabs-menu > select {
	display: none;
}
.gui-panel {
	margin: 20px 0;
	padding: 15px;/*color:#C6AD8A;*/
	box-sizing: border-box;
	clear: both;
}
.gui-panel h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.filter-panel {
	padding: 0;
}
.filter-panel .filter-link a {
	display: block;
	padding: 7px 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #38261F;
}
.filter-panel .filter-link a:hover {
	background-color: #CAB790;
}
.filter-panel .filter-link a span {
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/search.png") no-repeat left center;
}
.filter-panel .filter-container {
	padding: 15px;
	box-sizing: border-box;
	clear: both;
	position: relative;
}
.filter-close {
	font-size: 0.9em;
	line-height: 0.9em;
	position: absolute;
	top: 6px;
	right: 9px;
}
.filter-close a {
	color: #666;
}
.filter-panel .fields {
	box-sizing: border-box;
	clear: both;
}
.filter-panel .fields .title {
	color: #38261F;
	text-shadow: 0 1px 1px #fff;
	margin-bottom: 3px;
}
.filter-panel .input, .filter-panel select {
	margin: 0;
}
.filter-panel select {
	padding: 3px 4px;
}
.filter-panel .fields .field {
	min-height: 50px;
	width: 49%;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.filter-panel .fields .field:nth-child(even) {
	float: right;
}
.filter-panel .fields .field:nth-child(odd) {
	float: left;
}
.filter-panel .input_checkbox_list {
	overflow: hidden;
}
.filter-panel .input_checkbox_list label {
	float: left;
	margin-right: 5px;
	color: #221615;
	font-size: 12px;
}
.filter-panel .buttons {
	overflow: hidden;
	clear: both;
	margin-top: 5px;
}
.filter-panel .buttons .button-submit {
	float: left;
	padding: 8px;
}
.filter-panel .buttons .link {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
}
.filter-panel .buttons .link a {
	color: #221615;
}
.filter-panel .buttons .link a:hover {
	color: #d35400;
}
.striped-list {
}
.striped-list .item {
	padding: 10px 0;
	border-bottom: dashed 1px #38261F;
	clear: both;
	overflow: hidden;
}
.striped-list .item:last-child {
	border: none;
}
.striped-list .item .position, .striped-list .item .icon, .striped-list .item .title, .striped-list .item .title-multiline, .striped-list .item .actions {
	float: left;
	margin-right: 15px;
}
.striped-list .item .icon img {
	display: block;
}
.striped-list .item .position {
	text-align: center;
}
.striped-list .item .actions {
	float: right;
	margin-right: 0;
	color: #666;
}
.striped-list.list-16 .item {
	min-height: 16px;
	line-height: 16px;
}
.striped-list.list-32 .item {
	min-height: 32px;
	line-height: 32px;
}
.striped-list.list-48 .item {
	min-height: 48px;
	line-height: 48px;
}
.striped-list.list-64 .item {
	min-height: 64px;
	line-height: 64px;
}
.striped-list.list-32 .item .position {
	width: 16px;
	height: 32px;
}
.striped-list.list-64 .item .position {
	width: 32px;
	height: 64px;
}
.striped-list .item .title-multiline {
	line-height: 16px;
	float: none;
	padding-left: 45px;
}
.striped-list .rate_value {
	padding: 5px 10px;
	border: solid 1px #EDEDED;
	width: 40px;
	text-align: center;
	cursor: help;
}
.striped-list .rate_value.positive {
	color: green;
}
.striped-list .rate_value.negative {
	color: red;
}
.striped-list .rate_value.zero {
	color: #CCCCCC;
}
.pagebar {
	clear: both;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.pagebar_title {
	color: #221615;
	margin: 5px;
}
.pagebar_page {
	margin: 2px;
	padding: 6px;
}
.pagebar_current {
	background-color: #221615;
	color: #FFF;
	margin: 3px;
	padding: 6px;
}
.pagebar_nav {
	margin-right: 15px;
}
.pagebar_nav .disabled {
	color: #38261F;
}
.pagebar_nav .pagebar_page:first-child {
	margin-left: 0;
	margin-right: 5px;
}
.pagebar_nav .pagebar_page {
	padding: 6px 0;
}
.pagebar_pages .pagebar_page:hover {
	background: #ecf0f1;
	text-decoration: none;
	color: #221615;
}
.pagebar_notice {
	display: inline-block;
	font-size: 12px;
	color: #38261F;
	margin-left: 20px;
}
form .field {
	margin-bottom: 6px;
}
form .field:last-child {
	margin-bottom: 0;
}
form fieldset {
	padding: 10px 15px 15px 15px;
	border: solid 1px #38261F;
	margin-bottom: 12px;
}
form fieldset.highlight {
	background: #F4F8FD;
}
form fieldset legend {
	color: #221615;
	font-weight: bold;
}
form .label {
	padding: 5px 0;
}
form .field label {
	display: block;
	padding: 3px 0;
	font-size: 14px;
	color: #38261F;
}
form .field_error .error_text {
	font-size: 12px;
	color: #c0392b;
	float: right;
	margin-top: 8px;
}
form #f_slug.field_error .error_text {
	float: none;
}
.input {
	line-height: normal;
}
.input, .date-input, .city-input, .textarea, select {
	border: solid 1px #aaa;
	padding: 4px;
	font-size: 14px;
	box-shadow: inset 0 1px 2px #DDD;
	color: #333;
	outline: none;
	box-sizing: border-box;
	height: 27px;
	line-height: 25px;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	transition: box-shadow ease-in-out .15s;
}
.input:focus, .textarea:focus {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.input, .textarea, select {
	width: 100%;
}
.textarea {
	height: 200px;
	resize: vertical;
}
.date-input {
	width: 90px;
}
.input-small {
	width: 65px !important;
}
.input-number {
	width: 110px !important;
}
.input-number-units {
	margin-left: 5px;
}
.city-input {
	display: inline-block;
	margin-bottom: 2px;
	background: #FFF;
	line-height: 16px;
	height: 26px;
	padding: 4px 2px;
}
.city-input span {
	padding-right: 20px;
	padding-left: 2px;
}
.city-input a, .input_link_block {
	background: #38261F;
	color: #FFF;
	text-decoration: none;
	padding: 1px 10px;
}
.city-input a:hover, .input_link_block:hover {
	background: #221615;
}
.input_link_block {
	line-height: 28px;
	display: inline-block;
	border-radius: 4px;
}
.input_link_block:hover {
	color: #FFF;
}
form .field_error .input, form .field_error .textarea, form .field_error .city-input, form .field_error select {
	border: solid 1px #c0392b;
}
form input.error, form textarea.error {
	border: solid 1px #c0392b;
}
form .hint {
	color: #38261F;
	font-size: 12px;
	margin-top: 0px;
}
form .input-prefix-suffix .input {
	display: inline-block;
	width: 300px;
	float: left;
	border-radius: 0;
	height: 26px;
}
form .input-prefix-suffix .prefix, form .input-prefix-suffix .suffix {
	height: 26px;
	padding: 4px 8px;
	display: inline-block;
	float: left;
	color: #666;
	background: #f9f9f9;
	border: solid 1px #AAA;
}
form .input-prefix-suffix .prefix {
	border-radius: 5px 0 0 5px;
	border-right: none;
}
form .input-prefix-suffix .suffix {
	border-radius: 0 5px 5px 0;
	border-left: none;
}
form .input-prefix-suffix:after {
	clear: both;
	content: '';
	display: block;
}
input.button-submit, input.button {
	padding: 7px 10px;
	line-height: 100%;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	background: #382619;
	border: none;
	transition: background ease-in-out .15s;
}
input.button-submit:hover, input.button:hover {
	background: #3498db;
}
input.button.button-cancel {
	background: #112112;
}
input.button.button-cancel:hover {
	background: #356536;
}
input.button-small {
	padding: 4px 10px;
}
form .ft_captcha {
	overflow: hidden;
	margin-bottom: 0;
}
form .ft_captcha input {
	width: 100px;
}
form .ft_captcha .captcha {
	float: left;
	margin-right: 10px;
}
form .ft_captcha .code {
	float: left;
}
form .ft_file .value {
	font-size: 14px;
	margin-top: 5px;
}
form .ft_file .value .name {
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/file.png") no-repeat;
}
form .ft_file .value .size {
	margin-left: 5px;
	font-size: 12px;
	color: #333;
}
form .ft_file .value .delete {
	margin-left: 15px;
}
form .ft_date select {
	width: 50px;
	padding: 2px;
}
form .ft_listmultiple.field_error .input_checkbox_list {
	border: solid 1px #c0392b;
}
form .ft_parent {
	overflow: hidden;
}
form .ft_parent ul.items, form .ft_parent ul.items li {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
form .ft_parent ul.items {
	float: left;
	margin-right: 10px;
}
form .ft_parent ul.items li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	display: inline-block;
	padding: 4px 8px;
	color: #38261F;
	background: #F4F8FD;
	border: solid 1px #B8D6FB;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
}
form .ft_parent ul.items li a {
	width: 16px;
	height: 12px;
	margin-right: -4px;
	display: inline-block;
	background: url(/templates/vintage/images/icons/close.png) no-repeat left top;
}
form .ft_parent ul.items li a:hover {
	width: 16px;
	height: 12px;
	display: inline-block;
	background: url(/templates/vintage/images/icons/close.png) no-repeat right top;
}
form .ft_parent a.add {
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/add.png") no-repeat left center;
	font-size: 12px;
}
.symbols_count {
	font-size: 12px;
	margin: 3px 0 0 0;
	display: none;
}
.symbols_count > span {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 3px 0 0;
	color: #356536;
}
.symbols_count .symbols_num {
	background-color: #ecf0f1;
	border: 1px solid #356536;
	color: #382619;
	cursor: pointer;
	transition: opacity 0.3s;
}
.symbols_count .symbols_num:hover {
	opacity: 0.8;
}
.symbols_count .overflowing, .symbols_count .overflowing_min {
	background-color: #e74c3c;
	color: #FFF;
	border-color: #c0392b;
}
.field.reguired_field > label::after {
	content: '*';
	color: #e74c3c;
	padding-left: 5px;
}
.select_deselect {
	margin: 10px 0 0 5px;
}
.select_deselect a {
	text-decoration: none;
	margin: 0 10px 0 0;
	font-size: 13px;
}
.is_collapsed {
	transition: all 0.3s ease;
}
.is_collapse {
	position: relative;
	background: #ecf0f1;
	height: 30px;
	box-sizing: border-box;
	line-height: 30px;
	cursor: pointer;
	padding-left: 10px;
}
.is_collapse > legend {
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	display: block;
	left: 0;
}
.is_collapsed > legend:before {
	content: '+';
	display: inline-block;
	margin: 0 10px 0 10px;
	font-size: 16px;
}
.is_collapsed.do_expand > legend:before {
	content: '-';
}
.is_collapsed.do_expand > legend {
	cursor: pointer;
}
.is_collapse > .field {
	display: none;
}
.input-users-list {
	width: 350px;
	padding: 5px;
	border: solid 1px #356536;
	border-radius: 5px;
	max-height: 400px;
	overflow: auto;
}
.input-users-list ul, .input-users-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.input-users-list .profile {
	padding: 10px 0;
	border-bottom: solid 1px #EDEDED;
	clear: both;
	overflow: hidden;
}
.input-users-list .profile:last-child {
	border: none;
}
.input-users-list .profile div {
	float: left;
	margin-right: 15px;
	height: 32px;
	line-height: 32px;
}
.input-users-list .profile .name {
	height: 32px;
	line-height: 32px;
}
.qq-uploader {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}
.qq-upload-button {
	-moz-box-shadow: inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
	box-shadow: inset 0px 1px 0px 0px #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #EDEDED));
	background: -moz-linear-gradient(center top, #f9f9f9 5%, #EDEDED 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#EDEDED');
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
	display: inline-block;
	color: #666666;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
}
.qq-upload-button-hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(center top, #EDEDED 5%, #f9f9f9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#f9f9f9');
	background-color: #EDEDED;
}
.qq-upload-button-focus {
	position: relative;
	top: 1px;
}
.qq-upload-button:active {
	position: relative;
	top: 1px;
}
.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 45px;
	z-index: 2;
	background: #2ecc71;
	text-align: center;
	color: #FFF;
	display: block;
}
.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 14px;
}
.upload .qq-upload-drop-area span {
	top: 12px;
	font-size: 12px;
}
.qq-upload-drop-area-active {
	background: #3498db;
}
.qq-upload-list {
	margin: 15px 0 0 0;
	padding: 0;
}
.qq-upload-list li {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 15px;
	font-size: 13px;
	list-style: none;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	margin-right: 7px;
}
.qq-upload-list:empty {
	display: none;
}
.qq-upload-file {
}
.qq-upload-spinner {
	display: inline-block;
	background: url("/templates/vintage/images/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size: 11px;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.rating_widget .arrow, .rating_widget .score {
	float: left;
	height: 15px;
}
.rating_widget .score {
	margin: 0 5px;
	cursor: help;
	font-weight: bold;
}
.rating_widget .score .positive {
	color: green;
}
.rating_widget .score .negative {
	color: red;
}
.rating_widget .score .clickable {
	cursor: pointer;
}
.rating_widget .score.loading > * {
	display: none;
}
.rating_widget .score.loading {
	padding-left: 16px;
}
.rating_widget .arrow span, .rating_widget .arrow a {
	display: block;
	width: 11px;
	height: 15px;
	background: url("/templates/vintage/images/icons/vote.gif") no-repeat;
}
.rating_widget .arrow a {
	cursor: pointer;
}
.rating_widget .up a {
	background-position: 0 -15px;
}
.rating_widget .up a:hover {
	background-position: 0 0;
}
.rating_widget .down a {
	background-position: -11px -15px;
}
.rating_widget .down a:hover {
	background-position: -11px 0;
}
.rating_widget .up .disabled {
	background-position: -22px 0;
}
.rating_widget .down .disabled {
	background-position: -22px -15px;
}
#rating_info_window {
	padding: 20px;
}
.rating_info_list .item {
	padding: 6px 0;
	margin: 2px 0;
	border-bottom: dashed 1px #EDEDED;
	min-width: 250px;
	overflow: hidden;
}
.rating_info_list .item:last-child {
	border: none;
}
.rating_info_list .item .score {
	display: inline-block;
	float: left;
	border-radius: 4px;
	color: #FFF;
	min-width: 25px;
	text-align: center;
	margin-right: 10px;
}
.rating_info_list .item .score.positive {
	background-color: green;
}
.rating_info_list .item .score.negative {
	background-color: red;
}
.rating_info_list.loading-panel {
	background-color: #F4F8FD;
	background-position: center center;
	border-radius: 5px;
}
.rating_info_list.loading-panel .item {
	visibility: hidden;
}
.rating_info_pagination {
	margin-top: 20px;
	font-size: 12px;
}
.rating_info_pagination a {
	display: inline-block;
	padding: 0 4px;
	text-decoration: none;
	color: #221615;
	border-radius: 4px;
}
.rating_info_pagination a:hover {
	background-color: #EDEDED;
}
.rating_info_pagination a.active, .rating_info_pagination a.active:hover {
	color: #FFF;
	background-color: #221615;
}
#comments_widget .bad {
	transition: all 0.5s ease;
}
#comments_widget .bad:hover {
	opacity: 1;
}
.bad6 {
	opacity: .1;
}
.bad5 {
	opacity: .2;
}
.bad4 {
	opacity: .35;
}
.bad3 {
	opacity: .5;
}
.bad2 {
	opacity: .65;
}
.bad1 {
	opacity: .8;
}
#tab-vk {
	margin: 20px 0 0 0;
}
#comments_widget {
	margin: 20px 0 0 0;
}
.no_comments {
	margin: 15px 0;
}
#comments_widget .track {
	font-size: 12px;
	color: #38261F;
	text-align: right;
}
#comments_widget .track label {
	display: block;
	line-height: 30px;
}
#comments_widget .track input {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
.track + #comments_refresh_panel + #comments_list {
	margin: -15px 0 0 0;
}
#comments_widget #comments_add_link {
	margin: 10px 0;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/comment.png") no-repeat left center;
}
#comments_widget #comments_add_link a {
	font-size: 14px;
}
#comments_widget #comments_add_form textarea {
	height: 100px;
	margin-bottom: 4px;
}
#comments_widget #comments_add_form .loading {
	display: none;
}
#comments_widget #comments_add_form .author_data {
	margin-bottom: 8px;
}
#comments_widget #comments_add_form .author_data .field {
	overflow: hidden;
}
#comments_widget #comments_add_form .author_data .field label {
	float: left;
	width: 140px;
	height: 20px;
	line-height: 20px;
}
#comments_widget #comments_add_form .author_data .field .input {
	width: 99%;
	max-width: 200px;
	min-width: 50px;
}
#comments_widget #comments_refresh_panel {
	display: block;
	width: 50px;
	height: 35px;
	position: fixed;
	z-index: 100;
	right: 0px;
	top: 45%;
	background: url("/templates/vintage/images/loader24.gif") no-repeat center center #C6AD8A;
}
#comments_widget #comments_refresh_panel a {
	display: block;
	width: 50px;
	height: 35px;
	background: url("/templates/vintage/images/icons32/update-black.png") no-repeat center center #C6AD8A;
}
#comments_widget #comments_refresh_panel a:hover {
	background-color: #e1ebef;
}
.no_approved {
	display: none;
}
#comments_list .comment {
	overflow: hidden;
	border-radius: 2px;
	padding: 10px 7px;
	margin: 4px 0;
}
#comments_list .comment:first-child {
	margin-top: 0;
}
#comments_list .comment.selected-comment:first-child {
	margin-top: 13px;
}
#comments_list.striped-list .comment {
	padding-bottom: 15px;
}
#comments_list.striped-list .comment:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#comments_list .selected-comment {
	padding-right: 10px;
	box-shadow: 2px 2px 3px #572D14;
	border: #CABC92 solid 1px;
}
#comments_list .comment .info, #comments_list .comment .body {
	clear: both;
	padding: 5px;
}
#comments_list .comment .info {
	margin-bottom: 6px;
}
#comments_list .comment .info div {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
#comments_list .comment .info .rating {
}
#comments_list .comment .info .rating .buttons {
	float: right;
	margin-left: 5px;
}
#comments_list .comment .info .rating a {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url("/templates/vintage/images/comment_vote.png") no-repeat;
}
#comments_list .comment .info .rating .value {
	float: left;
	font-weight: bold;
}
#comments_list .comment .info .rating a.rate-up {
	background-position: 0 0;
}
#comments_list .comment .info .rating a.rate-up:hover {
	background-position: 0 -13px;
}
#comments_list .comment .info .rating a.rate-down {
	background-position: -13px 0;
}
#comments_list .comment .info .rating a.rate-down:hover {
	background-position: -13px -13px;
}
#comments_list .comment .info .name .user {
	color: #356536;
}
#comments_list .comment .info .name .user:hover {
	color: #d35400;
}
#comments_list .comment.is_topic_starter .info .name .user {
	color: #d35400;
}
#comments_list .comment.is_topic_starter .info .name .user:hover {
	color: #e67e22;
}
#comments_list .comment .info .name .guest_name {
	font-weight: bold;
}
#comments_list .comment .info .name .subject {
	color: #38261F;
}
#comments_list .comment .info .name .subject:hover {
	color: #d35400;
}
#comments_list .comment .info .date {
	color: #555;
}
#comments_list .comment .nav a {
	text-decoration: none;
	margin-right: 3px;
	color: #38261F;
}
#comments_list .comment .nav a:hover {
	color: #d35400;
}
#comments_list .comment .nav .scroll-down {
	display: none;
}
#comments_list .comment .body .avatar {
	float: left;
	border: solid 2px #B3977C;
	position: relative;
	border-radius: 28px;
	-webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.45);
	box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.45);
}
#comments_list .comment .body .avatar img {
	width: 54px;
	height: 54px;
}
#comments_list .comment .body .avatar.comment_user_online {
	border: #27ae60 solid 3px;
	border-radius: 28px;
}
#comments_list .comment .body .avatar img, #comments_list .comment .body .avatar a {
	display: block;
	border-radius: 28px;
}
#comments_list .comment .content {
	color: #180F0C;
	padding-left: 10px;
	padding-top: 4px;
	position: relative;
	overflow: hidden;
}
#comments_list .comment .content img {
	max-width: 100%;
}
#comments_list .comment .content .links {
	padding: 4px 0;
	font-size: 12px;
}
#comments_list .comment .content .links a {
	font-size: 11px;
	color: #333;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	margin-right: 6px;
}
#comments_list .comment .content .links a:hover {
	color: #d35400;
	border-bottom: dashed 1px #d35400;
}
#comments_list .comment .deleted {
	padding: 5px 15px;
	background: #F9F9F9;
	color: #666;
	font-style: italic;
	border-radius: 6px;
	margin-right: 6px;
}
#comments_widget .login_to_comment {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}
#comments_list .content ul li, #comments_list .preview_box ul li {
	list-style-type: disc;
	margin-left: 25px;
}
#comments_list .content ol, #comments_list .preview_box ol {
	padding-left: 25px;
}
#comments_list .content ol li, #comments_list .preview_box ol li {
	list-style-type: decimal;
}
#wall_widget {
	clear: both;
	margin-top: 15px;
}
#wall_widget .title_bar {
	overflow: hidden;
}
#wall_widget .title_bar .title {
	float: left;
	margin-bottom: 0px;
}
#wall_widget .title_bar #wall_add_link {
	float: right;
	margin-top: 23px;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/edit.png") no-repeat left center;
}
#wall_widget #wall_add_form, #comments_widget #comments_add_form {
	display: none;
	margin: 15px 0;
	padding: 15px;
	border-radius: 4px;
}
.markItUpHeader {
	background-color: #38261F;
}
.markItUpButton {
	width: 22px;
	height: 22px;
}
#wall_widget #wall_add_form textarea {
	height: 100px;
	margin-bottom: 4px;
}
#wall_widget #wall_add_form .preview_box, #comments_widget #comments_add_form .preview_box {
	margin-bottom: 15px;
	padding: 10px;
	border: solid 2px #C6AD8A;
	border-radius: 4px;
	background: #FFF;
	display: none;
	transition: all 0.5s ease;
}
.preview_box.highlight {
	border-color: #382619 !important;
	box-shadow: 0 0 5px #382619;
}
#wall_widget #wall_add_form .loading {
	display: none;
}
#wall_widget #entries_list {
	margin-top: 20px;
}
#wall_widget #entries_list .entry {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #C6AD8A;
}
#wall_widget #entries_list .entry:last-child {
	border: none;
	margin-bottom: 0;
}
#wall_widget #entries_list .entry .info, #wall_widget #entries_list .entry .body {
	overflow: hidden;
}
#wall_widget #entries_list .entry .info {
	margin-bottom: 6px;
}
#wall_widget #entries_list .entry .info div {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
#wall_widget #entries_list .entry .info a {
	color: #333;
}
#wall_widget #entries_list .entry .info a:hover {
	color: #d35400;
}
#wall_widget #entries_list .entry .info .name .user {
	color: #375D81;
}
#wall_widget #entries_list .entry .info .name .user:hover {
	color: #d35400;
}
#wall_widget #entries_list .entry .info .date {
	color: #333;
}
#wall_widget #entries_list .entry .body {
}
#wall_widget #entries_list .entry .body .avatar {
	float: left;
	padding: 2px;
	border: solid 1px #333;
}
#wall_widget #entries_list .entry .body .avatar img {
	display: block;
}
#wall_widget #entries_list .entry .content {
	color: #333;
	padding-left: 15px;
	padding-top: 4px;
	background: url("/templates/vintage/images/comment_arrow.png") no-repeat 0px 6px;
	position: relative;
	z-index: 2;
	margin-left: 37px;
}
#wall_widget #entries_list .entry .content .text img {
	max-width: 100%;
}
#wall_widget #entries_list .entry .links {
	font-size: 12px;
	margin-top: 10px;
}
#wall_widget #entries_list .entry .links.has_replies {
	background: url("/templates/vintage/images/icons/comment-small.png") no-repeat left center;
	padding-left: 20px;
}
#wall_widget #entries_list .entry .links a {
	font-size: 11px;
	color: #356536;
	border-bottom: dashed 1px #356536;
	text-decoration: none;
	margin-right: 6px;
}
#wall_widget #entries_list .entry .links a:hover {
	color: #d35400;
	border-bottom: dashed 1px #d35400;
}
#wall_widget #entries_list .entry .links a.get_replies {
	font-weight: bold;
	color: #221615;
	border-bottom: dashed 1px #221615;
}
#wall_widget #entries_list .entry .links a.get_replies:hover {
	color: #d35400;
	border-bottom-color: #d35400;
}
#wall_widget #entries_list .replies_loading {
	margin-top: 12px;
	margin-bottom: 10px;
	color: #666;
	display: none;
}
#wall_widget #entries_list .replies {
	clear: both;
}
#wall_widget #entries_list .replies .entry {
	font-size: 12px;
	padding: 10px;
	border-left: solid 4px #ddd;
	border-bottom: none;
	margin: 0;
	margin-top: 10px;
	margin-left: 18px;
}
#wall_widget #entries_list .replies .entry:hover {
	border-left-color: #356536;
}
#wall_widget #entries_list .replies .entry:hover .avatar {
	border-color: #356536;
}
#wall_widget #entries_list .replies .entry .info {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	margin-bottom: 3px;
}
#wall_widget #entries_list .replies .entry .content {
	background: none;
	margin: 0;
	padding: 0;
	max-width: 600px;
}
#wall_widget #entries_list .replies .entry .avatar {
	float: right;
	border: solid 1px #ddd;
}
#wall_widget #entries_list .show_more {
	margin-top: -14px;
}
#wall_widget #entries_list .show_more a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #E1EBEF;
	color: #356536;
	text-decoration: none;
}
#wall_widget #entries_list .show_more a:hover {
	background: #C6AD8A;
}
#pm_window {
	overflow: hidden;
	min-height: 120px;
	box-sizing: border-box;
	width: 960px;
	max-width: 100%;
}
#pm_window .notice {
	margin: 25px 0;
	text-align: center;
	font-size: 1.3em;
}
.layout {
	box-sizing: border-box;
	overflow: hidden;
	height: 700px;
}
#pm_window .right-panel, #pm_window .left-panel {
	float: left;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
#pm_window .right-panel {
	width: 25%;
	overflow: hidden;
	box-shadow: 1px 0px 1px #DDD;
}
#pm_window .left-panel {
	width: 75%;
	padding-left: 1px;
}
#pm_window .contacts {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	height: calc(100% - 51px);
	overflow-y: auto;
}
#pm_window .contacts .contact {
	overflow: hidden;
	box-shadow: 0px 0px 1px #EEE;
}
#pm_contact {
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#pm_window .contacts .contact a {
	display: block;
	overflow: hidden;
	padding: 9px;
	color: #000;
	text-decoration: none;
	position: relative;
}
#pm_window .contacts .contact a span {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
}
#pm_window .contacts .contact img, #pm_contact .overview a img {
	border-radius: 50%;
	display: block;
}
.peer_online:after, .peer_no_online:after {
	bottom: 0;
	right: 0;
	border: 2px solid #fff;
	height: 8px;
	width: 8px;
	content: '';
	position: absolute;
	border-radius: 50%;
}
.peer_online:after {
	background-color: #8ac176;
}
.peer_no_online:after {
	background-color: #d35400;
}
#pm_window .contacts .contact a:hover {
	background: #112112;
	color: #FFF;
}
#pm_window .contacts .contact a.selected {
	background: #3498db;
	color: #FFF;
}
#pm_window .contacts .contact a .counter {
	height: 12px;
	line-height: 12px;
	padding: 2px 5px;
	background: #e67e22;
	border-radius: 50%;
	color: #FFF;
	font-size: 12px;
	position: absolute;
	right: 4px;
	bottom: 6px;
}
#pm_window .contacts .contact a > strong {
	font-weight: normal;
	font-size: 11px;
	color: #CCC;
	position: absolute;
	right: 9px;
	top: 6px;
}
#pm_contact .overview, #user_search_panel {
	overflow: hidden;
	padding: 9px;
	box-sizing: border-box;
	border-bottom: 1px solid #DDD;
	height: 50px;
}
#user_search_panel {
	padding: 10px;
	line-height: 30px;
	background-color: #ecf0f1;
}
#user_search_panel input {
	padding-left: 24px;
	background: url(/templates/vintage/images/icons/search-glyph.png) no-repeat 4px center #FFF;
}
#pm_contact #contact_toggle {
	background: url(/templates/vintage/images/modal/controls.png) no-repeat center -1px;
	width: 24px;
	cursor: pointer;
	display: none;
}
#pm_contact .overview .user_date_log {
	display: inline-block;
	line-height: 32px;
	font-size: 12px;
	color: #AAA;
}
#pm_contact .overview a {
	border-left: medium none;
	border-right: medium none;
	color: #000;
	float: left;
	line-height: 32px;
	overflow: hidden;
}
#pm_contact .overview a span, #pm_contact #contact_toggle {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
}
#pm_contact #contact_toggle {
	width: 32px;
}
#pm_contact .actions {
	float: right;
	line-height: 28px;
}
#pm_contact .toogle-actions {
	display: none;
}
#pm_contact .composer {
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #DDD;
}
#pm_contact .composer .editor textarea {
	height: 125px;
	resize: none;
}
#pm_contact .composer .buttons {
	text-align: right;
	position: relative;
	box-sizing: border-box;
}
#error_wrap {
	position: absolute;
	left: 0;
	top: 1px;
	padding: 6px;
	background: #c0392b;
	color: #FFF;
	display: none;
}
.msg_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.6;
	top: 0;
	left: 0;
}
.confirm_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 110px;
	margin: -55px 0 0 -180px;
}
.ui_message .buttons {
	margin: 10px 0 0 0;
}
.ui_message .buttons .button {
	margin: 0px 10px 0 0;
}
#pm_contact .composer .sending {
	background: url("/templates/vintage/images/loader16.gif") no-repeat left center;
}
#pm_contact .composer .ignored_info {
	display: block;
	padding: 10px 6px;
	color: #333;
	font-style: italic;
	line-height: 97px;
}
.ctrenter_hint {
	font-size: 12px;
	color: #CCC;
	display: inline-block;
	margin: 0 10px 0 0;
}
#pm_contact .composer .ignored_info .button {
	margin-left: 10px;
}
#pm_chat .content {
	background: #DAE2ED;
	padding: 7px 10px;
	border-radius: 5px;
	min-width: 30%;
	border: 1px solid #cdd5e0;
	box-sizing: border-box;
	position: relative;
	margin-left: 50px;
}
#pm_chat .content.is_can_select {
	cursor: pointer;
}
#pm_chat .content.selected {
	border-color: #3498db !important;
	box-shadow: 0px 0px 1px #3498db;
}
.button_hide {
	display: none;
}
#pm_chat .message .content > span, #pm_chat .message .content > span a {
	color: #AAA;
}
#pm_chat .message .content > span a:hover {
	color: #27ae60;
}
#pm_chat .message_text {
	font-size: 13px;
}
#pm_chat .message-my .content {
	margin-right: 60px;
	margin-left: 0;
	background: #FFF;
	border: 1px solid #DDD;
}
#pm_chat .content:before {
	position: absolute;
	top: 12px;
	left: -9px;
	display: inline-block;
	background: inherit;
	width: 16px;
	height: 16px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: inherit;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
#pm_chat .message-my .content:before {
	right: -9px;
	left: auto;
	border-right: 1px solid;
	border-top: none;
	border-bottom: 1px solid;
	border-left: none;
	border-color: inherit;
}
.user_avatar {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 5px;
}
.user_avatar img {
	border-radius: 50%;
}
.message-my .user_avatar {
	float: right;
	margin-left: 10px;
}
#pm_contact .chat {
	position: relative;
	height: calc(100% - 259px);
	overflow: hidden;
	overflow-y: auto;
	padding: 10px;
	line-height: 20px;
	background-color: #ecf0f1;
	box-sizing: border-box;
}
#pm_chat h3 {
	margin: 5px 0 10px 0;
	font-size: 12px;
	color: #828282;
	text-align: center;
}
#pm_chat .show-older + h3 {
	margin-top: 0;
}
#pm_contact .chat .message {
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	position: relative;
}
#pm_contact .chat .message .title {
	font-size: 11px;
	overflow: hidden;
	margin-top: -4px;
}
#pm_contact .chat .message .title .author {
	color: #bf0000;
}
#pm_contact .chat .message-my .title .author {
	color: #376499;
}
#pm_contact .chat .message .title .date, #pm_contact .chat .message .title .date-new {
	float: right;
}
#pm_contact .chat .message .title .date {
	color: #AAA;
}
#pm_contact .chat .message .title .date-new {
	color: #d35400;
}
#pm_contact .chat a.show-older {
	display: block;
	background: #356536;
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 15px;
}
#pm_contact .chat a.show-older:hover {
	background: #112112;
}
#pm_contact .chat .older-loading {
	display: none;
	height: 25px;
	margin-bottom: 15px;
	background: url("/templates/vintage/images/loader16.gif") no-repeat center center #EDEDED;
}
#pm_notices_window {
	width: 550px;
	overflow: auto;
	height: 100%;
}
#pm_notices_list {
	padding: 5px;
	overflow: hidden;
	overflow-y: auto;
}
#pm_notices_list .item {
	overflow: hidden;
	border: solid 1px #356536;
	background: #e1ebef;
	padding: 5px;
	color: #221615;
	margin-bottom: 6px;
}
#pm_notices_list .item:last-child {
	margin-bottom: 0;
}
#pm_notices_list .item .date {
	color: #356536;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
}
#pm_notices_list .item .content {
	padding: 10px;
	padding-top: 3px;
}
#pm_notices_list .item .close-button {
	float: right;
}
#pm_notices_list .item .close-button a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("/templates/vintage/images/icons/close.png") no-repeat;
}
#pm_notices_list .item .close-button a:hover {
	background-position-x: -16px;
}
#pm_notices_list .item .buttons {
	padding: 10px;
	padding-top: 0;
}
#pm_notices_list .item .buttons .button {
	border-color: #356536;
}
#pm_notices_window > input.button {
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
}
#pm_contact .smilepanel {
	position: absolute;
	bottom: 137px;
	background: #FFF;
	box-sizing: border-box;
	width: 80%;
	right: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#geo_window {
	padding: 15px;
	height: 170px;
	width: 300px;
	box-sizing: border-box;
}
#geo_window .wrapper {
	margin-top: auto;
	margin-bottom: auto;
	box-sizing: border-box;
}
#geo_window form > .list {
	margin: 0 0 10px 0;
}
#geo_window select {
	width: 100%;
	margin-bottom: 5px;
}
#geo_window .buttons {
	margin-top: 10px;
	text-align: center;
}
.login_form h3 {
	margin-top: 0;
}
.login_layout {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
.login_layout td {
	padding: 0;
}
.login_layout .center_cell {
	width: 60px;
	background: url("/templates/vintage/images/vline1px.png") no-repeat center top;
}
.login_layout .center_cell div {
	text-align: center;
	padding: 15px 0;
	background: #FFF;
	font-size: 22px;
	font-style: italic;
	color: #A3CAE0;
	margin-top: 100px;
}
.login_form .label {
	color: #38261F;
	font-size: 16px;
}
.login_form .input {
	width: 100%;
}
.login_form .input:focus {
	box-shadow: 0 0 4px #356536;
}
.login_form .options {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 13px;
	color: #38261F;
	line-height: 14px;
	vertical-align: middle;
}
.login_form .options input, .login_form .options label {
	vertical-align: middle;
}
.login_form .submit {
	margin: 0;
}
.login_form .reg_link {
	font-size: 13px;
	padding-left: 15px;
	color: #221615;
}
.content_multi_cats_data {
	display: none;
}
.gif_image {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.content_item .ft_images .gif_image {
	float: left;
	margin-right: 5px;
}
.gif_image img {
	display: block !important;
	margin: 0 !important;
}
.image_label {
	position: absolute;
	left: 4px;
	bottom: 4px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	padding: 4px 7px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}
.micro_image, .micro_image > img {
	width: 32px !important;
	height: 32px !important;
}
.modal_image {
	position: relative;
	display: block;
}
.background_overlay {
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
	content: '';
	top: 0;
	left: 0;
}
.gif_image:hover .background_overlay {
	opacity: 0.5;
	z-index: 2;
}
.default_avatar {
	position: relative;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	display: block;
	background: no-repeat center;
	background-size: 1em;
}
.default_avatar img {
	opacity: 0;
	display: block;
}
.default_avatar:before {
	content: attr(data-letter);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.default_avatar.white_avatar_text:hover:after {
	background: #000;
	opacity: 0.4;
}
.default_avatar.black_avatar_text:after, .default_avatar.white_avatar_text:after {
	transition: all 0.5s ease;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.default_avatar.black_avatar_text:hover:after {
	background: #FFF;
	opacity: 0.2;
}
table.data_list {
	border-collapse: collapse;
	width: 100%;
}
table.data_list th {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: solid 1px #C6AD8A;
	text-align: left;
	background: #221615;
}
table.data_list td {
	padding: 5px 10px;
	background: #fff;
	color: #221615;
	height: 20px;
	transition: background ease-in-out .15s;
}
table.data_list tr:nth-child(odd) td {
	background: #f9f9f9;
}
table.data_list tr:hover td {
	background: rgb(233,246,253);
}
table.data_list .empty {
	color: #C6AD8A;
}
table.data_list .actions {
	width: 70px;
}
@media screen and (max-height:900px) {
.layout {
	height: 595px;
}
}
@media screen and (max-height:640px) {
.layout {
	height: 595px;
}
}
@media screen and (max-height:600px) {
.layout {
	height: 545px;
}
}
@media screen and (max-height:480px) {
.layout {
	height: 435px;
}
}
@media screen and (max-height:360px) {
.layout {
	height: 315px;
}
}
@media screen and (max-height:335px) {
.layout {
	height: 290px;
}
}
@media screen and (max-height:320px) {
.layout {
	height: 275px;
}
}
@media screen and (max-width:800px) {
#pm_window {
	width: 690px;
}
#pm_contact #contact_toggle {
	display: block;
}
#pm_window .right-panel {
	width: 100%;
	left: -700px;
	display: none;
}
#pm_window .left-panel {
	width: 100%;
	padding-left: 0;
}
}
@media screen and (max-width:640px) {
#comments_widget #comments_refresh_panel {
	display: none;
}
#pm_contact .overview {
	position: relative;
	padding: 9px 0 9px 5px;
}
#pm_contact .actions {
	float: none;
	line-height: 50px;
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
#pm_contact .actions.actions-active {
	display: block;
}
#pm_contact .toogle-actions {
	display: block;
	position: absolute;
	right: 9px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	opacity: .7;
	background: #356536 url("/templates/vintage/images/icons32/menu-icon.svg") no-repeat center center;
	cursor: pointer;
	border-radius: 2px;
}
#pm_contact .toogle-actions.toogle-actions-active {
	opacity: 1;
	background-color: #d35400;
}
#pm_contact .overview .user_date_log {
	display: none!important;
}
.nyroModalMessage input.button-small {
	padding: 4px 7px;
	font-size: 12px;
}
}
@media screen and (max-width:335px) {
#pm_window #pm_contact .markItUpHeader ul a {
	width: 14px!important;
	height: 14px!important;
}
#pm_contact .chat {
	height: calc(100% - 214px);
}
}
.widget {
	margin-bottom: 10px;
}
.widget_ajax_wrap:last-child .widget:last-child {
	margin-bottom: 0;
}
.widget_ajax_wrap {
	position: relative;
	box-sizing: border-box;
}
.widget > .title {
	padding: 0 15px;
	height: 47px;
	line-height: 47px;
	background: #221615;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	background-image: url('/templates/vintage/images/headerbar.png');
}
.widget > .title .links {
	float: right;
	font-size: 13px;
}
.widget > .title .links a {
	padding: 2px 8px;
	background: #27ae60;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: -2px;
}
.widget > .title .links a:hover {
	background: #2ecc71;
}
.widget > .body {
	padding: 15px 30px 15px 30px;
	line-height: 20px;
}
.widget_text_block {
	overflow: hidden;
}
/*aside .widget{background:#FFF;}*/
aside .widget > .title {
	font-size: 18px;
	color: #FFF;
	background: #221615;
	height: 38px;
	line-height: 38px;
	padding-right: 5px;
}
.widget_tabbed {
	margin-bottom: 10px;
}
.widget_tabbed .tabs ul, .widget_tabbed .tabs ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_tabbed .tabs ul {
	overflow: hidden;
	height: 47px;
	line-height: 47px;
	background: #221615;
}
.widget_tabbed .tabs ul li {
	float: left;
	height: 45px;
	line-height: 45px;
}
.widget_tabbed .tabs ul li a {
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 18px;
	padding: 0 15px;
	cursor: pointer;
	color: #FFF;
}
.widget_tabbed .tabs ul li a.active {
	background-color: #392212;
	color: #FFF;
}
.widget_tabbed .body {
	padding: 15px 30px 15px 30px;
	line-height: 20px;
}
.widget_tabbed > .tabs .links {
	float: right;
	font-size: 13px;
	padding-right: 15px;
}
.widget_tabbed > .tabs .links a {
	display: inline;
	padding: 3px 8px;
	background: #27ae60;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.widget_tabbed > .tabs .links a:hover {
	background: #2ecc71;
}
aside .widget_tabbed .tabs ul {
	height: 38px;
	line-height: 38px;
}
aside .widget_tabbed .tabs ul li.links {
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
}
aside .widget_tabbed .tabs ul li a {
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
}
aside .widget_tabbed .tabs ul li a.active {
}
aside .widget_tabbed .body {
}
aside .widget_tabbed > .tabs .links a {
	background: #27ae60;
	color: #fff;
	font-size: 10px;
}
.widget_content_list {
	overflow: hidden;
}
.columns-2 .widget_content_list .item {
	float: left;
	width: 47%;
}
.columns-2 .widget_content_list .item:nth-child(3) {
	clear: left;
}
.columns-3 .widget_content_list .item {
	float: left;
	width: 31%;
}
.columns-3 .widget_content_list .item:nth-child(4) {
	clear: left;
}
.columns-4 .widget_content_list .item {
	float: left;
	width: 22%;
}
.columns-4 .widget_content_list .item:nth-child(5) {
	clear: left;
}
.widget_content_list .item {
	margin-bottom: 10px;
	overflow: hidden;
}
.widget_content_list .item:last-child {
	margin-bottom: 0;
}
.widget_content_list .item .image {
	float: left;
	margin-right: 10px;
}
.widget_content_list .item .image img {
	display: block;
}
.widget_content_list .item .info {
}
.widget_content_list .item .title {
	font-size: 16px;
	margin-bottom: 3px;
}
.widget_content_list .details {
	font-size: 11px;
	color: #333;
}
.widget_content_list .details a {
	color: #356536;
}
.widget_content_list .details a:hover {
	color: #d35400;
}
.widget_content_list .details span {
	padding-right: 5px;
}
.widget_content_list .details span.comments {
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/comment-small.png") no-repeat left center;
}
.widget_content_list.featured .item .title {
	font-size: 14px;
}
.widget_content_list.featured .item-first {
	float: left;
	margin-right: 15px;
	width: 33%;
}
.widget_content_list.featured .item-first .image {
	margin-bottom: 5px;
	clear: both;
	width: 100%;
	height: 150px;
}
.widget_content_list.featured .item-first .image a, .widget_content_list.featured .item-first .image > div {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #356536;
	background-size: cover;
}
.widget_content_list.featured .item-first .title {
	font-size: 21px;
	margin-top: 5px;
	line-height: 24px;
}
.widget_content_list.featured .item-first .title a {
	color: #000;
	text-decoration: none;
}
.widget_content_list.featured .item-first .read-more a {
	display: inline-block;
	clear: both;
	background: #382619;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 10px;
}
.widget_content_list.featured .item-first .read-more a:hover {
	background: #3498db;
}
.widget_content_list.tiles-big {
	margin-right: -15px;
}
.widget_content_list.tiles-big .item:hover {
	background: rgba(80, 51, 40, 0.1);
}
.widget_content_list.tiles-big .item {
	float: left;
	margin-bottom: 10px;
	width: calc(25% - 5px);
	margin-right: 5px;
	box-sizing: border-box;
	padding: 8px;
}
.widget_content_list.tiles-big .item:nth-child(5), .widget_content_list.tiles-big .item:nth-child(9), .widget_content_list.tiles-big .item:nth-child(13), .widget_content_list.tiles-big .item:nth-child(17), .widget_content_list.tiles-big .item:nth-child(21), .widget_content_list.tiles-big .item:nth-child(25) {
	clear: left;
}
.widget_content_list.tiles-big .item .image {
	margin-bottom: 5px;
	clear: both;
	width: 100%;
	height: 140px;
}
.widget_content_list.tiles-big .item .image a, .widget_content_list.tiles-big .item .image > div {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #D8A56D;
	background-size: 100% 140px;
}
.widget_content_list.tiles-big .item .title {
	font-size: 14px;
	margin-top: 5px;
	color: #504035;
}
.widget_content_list.tiles-big .item .title a {
	color: #503328;
	text-decoration: none;
	font-weight: bold;
}
.widget_content_list.tiles-big .item .teaser {
	font-size: 12px;
	line-height: 16px;
}
.widget_content_list.tiles-big .item .title a:hover {
	color: #221615;
	text-decoration: underline;
}
.widget_content_list.tiles-small .item {
	margin: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}
.widget_content_list.tiles-small .item .image {
	margin: 0;
}
.widget_content_list.compact .item {
	margin-bottom: 5px;
}
.widget_content_list.compact .item:last-child {
	margin-bottom: 0;
}
.widget_content_list.compact .item .title {
	font-size: 13px;
	margin-bottom: 0;
	line-height: 15px;
}
@media screen and (max-width:480px) {
.widget_content_list .item, .widget_content_list.featured .item-first {
	width: 100% !important;
}
}
.widget_content_slider {
	overflow: hidden;
	position: relative;
}
.widget_content_slider .slide {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.widget_content_slider > table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.widget_content_slider > table td, .widget_content_slider > table th {
	padding: 0;
}
.widget_content_slider .slide img {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.widget_content_slider .slide img:first-child, .widget_content_slider img {
	display: block;
}
.widget_content_slider .slide .heading {
	background: rgba(0, 0, 0, 0.85);
	display: block;
	padding: 10px;
	right: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2
}
.widget_content_slider .slide .heading h2, .widget_content_slider .slide .heading .teaser {
	display: inline-block;
	margin: 0;
	color: #ecf0f1;
}
.widget_content_slider .slide .heading h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f1c40f;
}
.widget_content_slider .slide .heading .teaser {
	font-size: 12px;
}
.widget_content_slider .slide .heading .teaser .date {
	color: #356536;
	padding-left: 10px;
}
.widget_content_slider .items {
	background: #ecf0f1;
	position: relative;
	z-index: 2;
}
.widget_content_slider .items .item {
	overflow: hidden;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	cursor: pointer;
	position: relative;
}
.widget_content_slider .items .item:hover {
	background: #356536;
}
.widget_content_slider .items .item .title {
	display: block;
	vertical-align: middle;
	color: #000;
}
.widget_content_slider .items .item.active {
	background: #27ae60;
}
.widget_content_slider .items .item.active .title {
	color: #FFF;
}
@media (max-width:767px) {
.widget_content_slider .items .item .title {
	display: none;
}
}
@media (min-width:768px) {
.widget_content_slider .slide {
	width: 70%;
}
.widget_content_slider .items {
	width: 30%;
}
.widget_content_slider .items .item .image {
	float: left;
	margin-right: 10px;
}
}
@media (min-width:992px) and (max-width:1199px) {
.widget_content_slider .items .item {
	padding: 8px;
}
}
.widget_activity_list {
	overflow: hidden;
}
.widget_activity_list h4 {
	margin: 0;
	margin-bottom: 5px;
}
.widget_activity_list .item {
	margin-bottom: 10px;
	overflow: hidden;
}
.widget_activity_list .item:last-child {
	margin-bottom: 0;
}
.widget_activity_list .item > .image {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: solid 1px #C6AD8A;
}
.widget_activity_list .item > .image img {
	display: block;
}
.widget_activity_list .item .info {
	line-height: 17px;
	padding-top: 2px;
}
.widget_activity_list .item .title {
}
.widget_activity_list .item .title a.author {
	color: #356536;
}
.widget_activity_list .item .title a.author:hover {
	color: #d35400;
}
.widget_activity_list .item .details {
	font-size: 11px;
}
.widget_activity_list .item .details .date {
	color: #333;
}
.widget_activity_list .item .details .reply {
	padding-left: 5px;
}
.widget_activity_list .item .details .reply a {
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/comment-small.png") no-repeat left center;
	color: #356536;
}
.widget_activity_list .item .details .reply a:hover {
	color: #d35400;
}
.widget_activity_list .item .images {
	overflow: hidden;
	margin: 10px 0;
	padding-left: 48px;
}
.widget_activity_list .item .images .image {
	float: left;
	margin-right: 2px;
	display: block;
	overflow: hidden;
}
.widget_activity_list .item .images .image.more {
	background: #ecf0f1;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
}
.widget_activity_list .item .images .image.more a {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	color: #356536;
	text-decoration: none;
}
.widget_activity_list .item .images .image.more a:hover {
	color: #38261F;
}
.widget_activity_list .item .images .image.more a span {
}
.widget_activity_list .item .actions {
	float: right;
	visibility: hidden;
}
.widget_activity_list .item:hover .actions {
	visibility: visible;
}
.widget_activity_list .actions .delete {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("/templates/vintage/images/icons/delete.png") no-repeat center;
}
.widget_comments_list {
	overflow: hidden;
	line-height: 20px;
}
.widget_comments_list .item {
	margin-bottom: 15px;
	overflow: hidden;
}
.widget_comments_list .item:last-child {
	margin-bottom: 0;
}
.widget_comments_list .item .image {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: solid 1px #C6AD8A;
}
.widget_comments_list .item .image img {
	display: block;
}
.widget_comments_list .item .info {
	line-height: 17px;
	padding-top: 2px;
}
.widget_comments_list .item .title {
}
.widget_comments_list .item .title a.author {
	color: #356536;
}
.widget_comments_list .item .title a.author:hover {
	color: #d35400;
}
.widget_comments_list .item .title a.subject {
	padding-right: 5px;
}
.widget_comments_list .item .date {
	font-size: 11px;
	color: #333;
	padding-right: 5px;
}
.widget_comments_list .item .text {
	color: #666;
}
.widget_profiles_list {
	overflow: hidden;
	margin-top: -10px;
}
.columns-2 .widget_profiles_list .item {
	float: left;
	width: 50%;
}
.columns-2 .widget_profiles_list .item:nth-child(3) {
	clear: left;
}
.columns-3 .widget_profiles_list .item {
	float: left;
	width: 33%;
}
.columns-3 .widget_profiles_list .item:nth-child(4) {
	clear: left;
}
.columns-4 .widget_profiles_list .item, .columns-4 .widget_profiles_list .item img {
	float: left;
	width: 48px;
	height: 48px;
	margin: 2px;
}
.columns-4 .widget_profiles_list .item:nth-child(5) {
	clear: left;
}
.columns-2 .widget_profiles_list.list .item, .columns-3 .widget_profiles_list.list .item, .columns-4 .widget_profiles_list.list .item {
	padding-right: 10px;
}
.widget_profiles_list.list .item {
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
}
.widget_profiles_list.list .item:last-child {
	margin-bottom: 0;
}
.widget_profiles_list.list .item .image {
	float: left;
	margin-right: 10px;
}
.widget_profiles_list .item .image img, .item-avatar > img {
	display: block;
	height: 31px;
	width: 31px;
}
.widget_profiles_list.list .item .info {
	float: left;
}
.widget_profiles_list.tiles .item, .widget_online_list .item, .widget_user_avatar .default_avatar {
	display: inline-block;
}
.widget_online_list {
	overflow: hidden;
	margin: -5px -17px;
}
.widget_online_list .item-name {
	padding-left: 18px;
	padding-right: 2px;
	background: url("/templates/vintage/images/icons/user.png") no-repeat left center;
}
.widget_content_tree ul {
	margin: 0;
	padding: 0;
}
.widget_content_tree li {
	margin-left: 0px;
	list-style: none;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/folder.png") no-repeat left 1px;
}
.folder_hidden {
	display: none;
}
.widget_content_tree ul li.active > a:hover, .widget_content_tree ul li.active > a {
	color: #000;
	text-decoration: none;
}
.widget_user_avatar .user_info {
	overflow: hidden;
	clear: both;
	margin: -15px;
	padding: 6px;
	margin-bottom: 10px;
	background: #221615;
}
.widget_user_avatar .user_info .avatar {
	float: right;
}
.widget_user_avatar .user_info .name {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
}
.widget_user_avatar .user_info .name a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.widget_user_avatar {
	position: relative;
}
header .widget_user_avatar {
	margin-right: -14px;
}
header .widget_user_avatar .user_info {
	float: right;
	clear: none;
	margin: 0;
	background: none;
	line-height: 50px;
	height: 50px;
	padding: 9px 34px 9px 5px;
	box-sizing: border-box;
	transition: background 0.5s;
	position: relative;
}
header .widget_user_avatar .user_info:after {
	content: '';
	background: url(/templates/vintage/images/nav-arrow-down-white.png) no-repeat center center;
	width: 16px;
	height: 32px;
	position: absolute;
	right: 10px;
	opacity: 0.5;
	transition: opacity 0.5s;
}
header .widget_user_avatar:hover .user_info:after {
	opacity: 1;
}
header .widget_user_avatar:hover .user_info {
	background: #38261F;
}
header .widget_user_avatar .user_info .avatar {
	border-radius: 50%;
	overflow: hidden;
	height: 32px;
}
header .widget_user_avatar .user_info .name {
	float: left;
	margin-right: 10px;
}
header .widget_user_avatar .menu {
	visibility: hidden;
	float: none;
	position: absolute;
	top: 50px;
	right: 0;
	height: auto;
	background: #38261F;
	width: 180px;
	padding: 0;
	box-shadow: -2px 2px 10px #38261F;
	opacity: 0.99;
	transition: visibility 0.2s;
	z-index: 102;
}
header .widget_user_avatar:hover .user_info + .menu {
	visibility: visible;
}
header .widget_user_avatar .menu > li {
	float: none;
}
header .widget_user_avatar .menu > li:hover, header .widget_user_avatar .menu ul li a:hover {
	background-color: #221615;
}
header .widget_user_avatar .menu ul {
	left: auto;
	right: 160px;
	top: 0;
	box-shadow: none;
	border-radius: 0;
	box-shadow: -2px 2px 10px #38261F;
}
header .widget_user_avatar .menu ul li, header .widget_user_avatar .menu ul li a {
	border-radius: 0;
}
.widget_tags_cloud .tags_as_list, .widget_tags_cloud .tags_as_list li, .widget_tags_cloud .tags_as_cloud, .widget_tags_cloud .tags_as_cloud li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_tags_cloud .tags_as_cloud {
	overflow: hidden;
}
.widget_tags_cloud .tags_as_cloud li {
	float: left;
	margin: 0 8px 8px 0;
}
.widget_tags_cloud .tags_as_list li {
	margin: 0 0 6px 0;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/tag.png") no-repeat left center;
}
.widget_tags_cloud .tags_as_list li .counter {
	font-size: 11px;
}
.widget_tags_cloud li.colored > a {
	color: inherit;
}
.widget_auth .field {
	overflow: hidden;
}
.widget_auth .field a {
	float: right;
	font-size: 12px;
	margin-top: 4px;
}
.widget_auth .field label {
	float: left;
}
.widget_auth .buttons {
	margin-top: 15px;
}
@media screen and (max-width:640px) {
.widget_content_slider .items .item .title {
	display: none !important;
}
.widget_content_slider .items {
	width: 60px !important;
}
.widget_content_list.featured .item-first {
	float: none;
	margin-right: 0;
	width: 100%;
}
}
.widget_search {/*background-color:#221615;margin:-15px;padding:10px;*/
}
.widget_search .input {
	border: none;
	box-shadow: none;
	padding-left: 24px;
	background: url("/templates/vintage/images/icons/search-glyph.png") no-repeat 4px center #FFF;
	font-size: 12px;
}
.widget_search .input {
	position: absolute;
	width: 200px;
	right: 35px;
	top: 11px;
}
.widget_content_filter .title {
	font-weight: bold;
	color: #221615;
	margin-bottom: 4px;
}
.widget_content_filter .field {
	margin-bottom: 10px;
}
.widget_content_filter .input {
	width: 95%;
}
.widget_content_filter .ft_date .value, .widget_content_filter .ft_number .value {
	font-size: 12px;
}
.widget_content_filter .ft_date button {
	display: none;
}
.widget_content_filter .date-input, .widget_content_filter .input-small {
	width: 60px !important;
}
.widget_content_filter .buttons {
	margin-top: 20px;
	font-size: 12px;
}
.widget_content_filter .buttons input {
	margin-right: 10px;
}
section .widget.fixed_actions_menu {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	box-shadow: -2px 2px 3px #333;
	background: #221614;
}
section .widget.fixed_actions_menu:before {
	content: '';
	width: 32px;
	background: url("/templates/vintage/images/icons/menu.png") no-repeat center center;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
section .widget.fixed_actions_menu:hover .body, section .widget.fixed_actions_menu.clicked .body {
	display: block;
}
section .widget.fixed_actions_menu .body {
	display: none;
	margin: 32px 0 0 0;
	padding: 0;
}
 @media screen and (max-width:1440px) {
.widget_content_slider .items .item .title {
	display: none !important;
}
nav {
	padding-left: 40px
}
}
h1 + .content_datasets {
	margin-top: -15px;
}
.content_datasets ul {
	margin-left: -1px;
}
.content_datasets ul li {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	border-radius: 0;
	background: none;
}
.content_datasets ul li a {
	color: #4E3629;
	padding: 5px;
	border-radius: 4px;
}
.content_datasets ul li a:hover {
	text-decoration: underline;
	color: #D35400;
}
.content_datasets ul .active {
	color: #221615;
	font-weight: bold;
	background: none;
	border: #221615 solid 1px;
	padding: 0px 5px;
	border-radius: 4px;
}
.content_categories + .filter-panel {
	margin-top: -21px;
}
.content_categories {
	padding: 10px 15px;
	margin-top: -20px;
}
article div.content_categories:last-child {
	margin: 0;
}
.content_categories ul, .content_categories li {
	margin: 0;
	padding: 0;
}
.content_categories li {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/folder.png") no-repeat left center;
	margin-right: 10px;
}
.content_categories li a {
	color: #221615;
}
.content_categories li a:hover {
	color: #d35400;
}
.content_categories.categories_small li {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.content_item_parent_title {
	margin: 0;
	font-weight: normal;
}
.content_item_parent_title a {
	color: #356536;
}
.content_item_parent_title a:hover {
	color: #d35400;
}
.content_item, .f_photos > .value {
	clear: both;
	overflow: hidden;
}
.content_item .field {
	margin-bottom: 15px;
	overflow: hidden;
	color: #100602;
	box-sizing: border-box;
}
.content_item .field.left_field {
	float: left;
	margin-right: 15px;
	max-width: 350px;
}
.content_item .field.right_field {
	float: right;
	margin-left: 15px;
}
.content_item .field.auto_field {
	overflow: visible;
}
.content_item .field.none_field {
	float: none;
	clear: both;
}
.private_field_hint {
	color: #112112;
}
.content_item .field .title_left, .content_item .field .title_top, .content_list .field .title_left, .content_list .field .title_top {
	font-weight: bold;
	color: #221615;
}
.content_item .field .title_left, .content_list .field .title_left {
	float: left;
	margin-right: 10px;
}
.content_item .field .title_top, .content_list .field .title_top {
	margin-bottom: 5px;
}
.content_item .fields_group:first-child .group_title {
	margin-top: 0;
}
.content_item .fields_group {
	overflow: hidden;
	clear: both;
}
.content_item .fields_group .field {
	margin: 0 0 5px 0;
}
.content_item .fields_group + .field {
	padding: 15px 0 0;
}
.content_item .ft_text {
	clear: both;
}
.content_item .ft_text .value, .content_item .ft_html .value {
	line-height: 20px;
}
.content_item .ft_html .value table, .redactor-editor table {
	border-collapse: collapse;
}
.content_item .ft_html .value table th, .content_item .ft_html .value table td, .redactor-editor table td, .redactor-editor table th {
	padding: 10px;
}
.content_list_item .ft_html a.read-more {
	display: block;
	margin: 5px 0;
}
.ft_file .value .size {
	margin-left: 5px;
	font-size: 12px;
	color: #333;
}
.ft_date .value .time {
	padding-left: 16px;
	background: url("/templates/vintage/images/icons/clock-small.png") no-repeat left center;
}
.ft_color .color-block, .content_item_props .value .color-block {
	display: inline-block;
	width: 32px;
	height: 16px;
	border: solid 1px #000;
}
.content_item_props {
	padding: 10px;
	margin-bottom: 15px;
	background: #F4F8FD;
	border: solid 1px #B8D6FB;
	color: #221615;
}
.content_item_props table {
	border-collapse: collapse;
	width: 100%;
}
.content_item_props table tr td {
	padding: 4px 0;
	border-bottom: solid 1px #C6AD8A;
}
.content_item_props table tr:last-child td {
	border-bottom: none;
}
.content_item_props table tr:hover td.title, .content_item_props table tr:hover td.value {
	color: #c0392b;
}
.content_item_props table .heading {
	font-weight: bold;
	text-align: center;
}
.content_item_props table .title {
	padding-right: 10px;
	width: 50%;
	color: #38261F;
}
.content_item_props table .value {
	color: #356536;
	padding-left: 10px;
	text-align: right;
}
#trash_content_pills {
	margin-bottom: 30px;
}
.content_list_item {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	color: #100602;
}
.content_list_item:last-child, .content_list_item:last-child .info_bar {
	margin-bottom: 0;
}
.content_list_item .photo {
	float: left;
	margin-right: 10px;
}
.content_list_item .field {
	margin-bottom: 6px;
}
.content_list_item .ft_caption {
	margin-bottom: 10px;
}
.content_list_item .ft_caption .value {
	font-size: 21px;
	color: #38261F;
	margin: 0;
}
.content_list_item .ft_caption a {
	color: inherit;
	text-decoration: none;
}
.content_list_item .ft_caption a:hover {
	text-decoration: underline;
}
.content_list_item .ft_caption a.parent_title {
	color: #356536;
}
.content_list_item .ft_caption a.parent_title:hover {
	color: #d35400;
}
.content_list_item .ft_caption h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
}
.content_list_item .f_date_pub {
	color: #333;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 10px;
	float: right;
	margin-top: -20px;
}
.content_item .ft_html p:last-child, .content_list_item .ft_html p:last-child {
	margin-bottom: 0;
}
.content_list_item .ft_user a {
	color: #356536;
}
.content_list_item .ft_user a:hover {
	color: #d35400;
}
.content_item .ft_listmultiple ul, .content_list_item .ft_listmultiple ul {
	clear: both;
}
.content_item .ft_listmultiple ul li, .content_list_item .ft_listmultiple ul li {
}
.content_item .tags_bar, .content_list_item .tags_bar {
	margin: 10px 0;
	overflow: hidden;
	font-size: 12px;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/tag.png") no-repeat left center;
	line-height: 16px;
	clear: both;
}
.content_item .tags_bar a, .content_list_item .tags_bar a {
	color: #356536;
}
.content_item .tags_bar a:hover, .content_list_item .tags_bar a:hover {
	color: #d35400;
}
.content_item .info_bar, .content_list_item .info_bar {
	margin: 5px 0;
	overflow: hidden;
	font-size: 11px;
	color: #112112;
	clear: both;
}
.content_item .info_bar .bar_item, .content_list_item .info_bar .bar_item {
	float: left;
	padding: 3px 5px;
	line-height: 18px;
}
.content_item .info_bar .bar_item a, .content_list_item .info_bar .bar_item a {
	color: #356536;
}
.content_item .info_bar .bar_item a:hover, .content_list_item .info_bar .bar_item a:hover {
	color: #d35400;
}
.content_item .info_bar .bi_rating, .content_list_item .info_bar .bi_rating {
}
.content_list_item .info_bar .bi_count {
	font-weight: bold;
}
.content_list_item .info_bar .bi_user, .content_item .info_bar .bi_user {
	padding-left: 25px;
	background: url("/templates/vintage/images/icons/user-small.png") no-repeat 5px center;
	line-height: 17px;
}
.content_item .info_bar .bi_hits, .content_list_item .info_bar .bi_hits {
	padding-left: 22px;
	background: url("/templates/vintage/images/icons/eye-small.png") no-repeat 5px center;
}
.content_list_item .info_bar .bi_comments {
	padding-left: 25px;
	background: url("/templates/vintage/images/icons/comment-small.png") no-repeat 5px center;
}
.content_item .info_bar .bi_folder, .content_list_item .info_bar .bi_folder {
	padding-left: 25px;
	background: url("/templates/vintage/images/icons/folder-small.png") no-repeat 5px center;
}
.content_list_item .info_bar .bi_not_approved, .content_item .info_bar .bi_not_approved {
	color: #c0392b;
}
.content_list_item .info_bar .bi_not_pub, .content_item .info_bar .bi_not_pub {
	color: #d35400;
}
.content_list_rss_icon {
	float: right;
}
.content_list_rss_icon a {
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: 20px;
	background: url("/templates/vintage/images/icons/rss.png") no-repeat left center;
}
.content_list {
	overflow: hidden;
}
.content_list .is_vip {
	background: #ffffd3;
}
.content_list .is_vip a, .content_list .is_vip .title_left, .content_list .is_vip .title_top {
	color: #59492a;
}
.content_list.featured .first {
	padding: 15px;
}
.content_list.featured .first .ft_caption a {
	font-size: 24px;
}
.content_list.featured .first .fields {
	float: left;
	width: 48%;
}
.content_list.featured .first .photo {
	float: right;
	width: 48%;
	margin: 0;
}
.content_list.featured .first > .photo img, .content_list_item > .photo img {
	width: 100%;
	display: block;
}
.content_list.featured .first .f_title {
}
.content_list .info_bar {
	display: inline-block;
}
.content_list.featured .first .info_bar .bar_item:first-child {
	padding-left: 0;
}
.content_list.tiled.albums_list {
	margin-bottom: -20px;
}
.content_list.table table {
	width: 100%;
	border-collapse: collapse;
}
.content_list.table table th {
	text-align: left;
	background: #221615;
	color: #ecf0f1;
}
.content_list.table table th, .content_list.table table td {
	padding: 5px;
}
.content_list.table table td {
	border-bottom: solid 1px #221615;
}
.content_list.table table tbody tr:last-child td {
	border-bottom: none;
}
.content_list.table table tr.is_vip td {
	background: #ffffd3;
}
.content_list.table table tr.is_vip td a {
	color: #352c19;
}
.content_list.table table tr.is_vip td a:hover {
	color: #F60;
}
.content_list.table table td.photo {
	width: 32px;
}
.content_list.table table td.photo a {
	display: block;
	width: 32px;
	height: 32px;
	background: url("/templates/vintage/images/nophoto.png") no-repeat center;
}
.content_list.table table td.ft_number {
	width: 100px;
}
.content_list.table table td.ft_caption h2 {
	font-size: 16px;
	margin: 0;
}
.content_list.tiled {
	margin: 0 auto;
}
.content_list.tiled .clear {
	clear: both;
}
.content_list.tiled .tiles-row {
	display: flex;
	flex-wrap: wrap;
}
.content_list.tiled .tile {
	padding: 5px;
	width: 24%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: #221616 solid 1px;
	margin: 4px;
	background: rgba(167, 168, 162, 0.25);
	position: relative;
	min-height: 100px !important;
}
.content_list.tiled .tile .f_teaser {
	margin-top: -5px;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 35px !important;
}
/*.content_list.tiled .tile:nth-child(4){padding-right:0;}*/
.content_list.tiled .tile .photo {
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	position: relative;
	background: #356536;
}
.content_list.tiled .tile .photo img {
	width: 100%;
	height: 150px;
}
@media (max-width: 1000px) {
.content_list.tiled .tile .photo, .content_list.tiled .tile .photo img {
	height: 200px;
}
}
@media (max-width: 750px) {
.content_list.tiled .tile .photo, .content_list.tiled .tile .photo img {
	height: 250px;
}
}
.content_list.tiled .tile .photo .note {
	position: absolute;
	padding: 3px 6px;
	background: rgba(0,0,0,0.75);
	color: #FFF;
	font-size: 12px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.content_list.tiled .tile .photo .note span {
	color: #f1c40f;
}
.content_list.tiled .tile .ft_caption, .content_list.tiled .tile .ft_caption h2 {
	font-size: 16px;
	margin: 0;
}
.content_list.tiled .tile .ft_caption .value {
	color: #38261F;
	font-weight: bold;
}
.content_list.tiled .tile .ft_caption a {
	color: inherit;
	text-decoration: none;
}
.content_list.tiled .tile .ft_caption a:hover {
	text-decoration: underline;
}
.content_list.tiled .tile .ft_caption a.title {
	display: block;
}
.content_list.tiled .tile .ft_caption a.parent_title {
	font-size: 14px;
	font-weight: normal;
	color: #356536;
}
.content_list.tiled .tile .field {
	margin-bottom: 10px;
}
.content_list.tiled .tile .fields {
	padding: 0px 10px 0px 10px;
}
.content_list.tiled .info_bar {
	font-size: 12px;
	color: #356536;
	opacity: 0;
	transition: all 0.5s ease;
	position: absolute;
	width: 90%;
	padding: 10px;
	bottom: 2px;
}
.content_list.tiled .tile:hover .info_bar {
	opacity: 1;
}
.content_list.tiled .info_bar .bar_item {
	float: left;
	margin-right: 5px;
	height: 18px;
	line-height: 18px;
}
.content_list.tiled .info_bar .bar_item:last-child {
	margin-right: 0;
}
.content_list.tiled .info_bar .bi_comments {
	padding-left: 25px;
	background: url("/templates/vintage/images/icons/comment-small.png") no-repeat 5px center;
}
.content_list.tiled .info_bar .bi_not_approved {
	color: #BF0000;
}
.content_list.tiled .tags_bar {
	margin: 10px 0;
	overflow: hidden;
	font-size: 12px;
	padding-left: 20px;
	background: url("/templates/vintage/images/icons/tag.png") no-repeat left center;
	height: 18px;
	line-height: 18px;
}
.content_list.tiled .tags_bar a {
	color: #356536;
}
.content_list.tiled .tags_bar a:hover {
	color: #d35400;
}
.content_list.tiled .info_bar .bi_date {
	padding-left: 25px;
	background: url("/templates/vintage/images/icons/clock-small.png") no-repeat 5px center;
}
.content_item {
	position: relative;
}
.content_item .ft_image {
	max-width: 100%;
}
.content_item .ft_image img, .ft_html img {
	display: block;
	margin: 0;
	max-width: 100%;
}
.ft_images img {
	display: block;
	margin: 0;
	width: 100%;
}
.content_item .ft_images {
	margin: 0 0 5px;
}
.first_type_images, .second_type_images {
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
	overflow: hidden;
	max-width: 40%;
}
.second_type_images {
	max-width: 100%;
}
.hover_image {
	position: relative;
	display: inline-block;
}
.first_type_images:after, .second_type_images:after, .hover_image:after {
	content: '';
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	opacity: 0;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDk3LjkzOCw0MzAuMDYzbC0xMTItMTEyYy0wLjMxMy0wLjMxMy0wLjYzNy0wLjYwNy0wLjk1NS0wLjkwOUM0MDQuNjM2LDI4NS40MDMsNDE2LDI0OC4wMDYsNDE2LDIwOCAgIEM0MTYsOTMuMzEzLDMyMi42OTUsMCwyMDgsMFMwLDkzLjMxMywwLDIwOHM5My4zMDUsMjA4LDIwOCwyMDhjNDAuMDA3LDAsNzcuNDA0LTExLjM2NCwxMDkuMTU0LTMxLjAxOCAgIGMwLjMwMiwwLjMxOSwwLjU5NiwwLjY0MywwLjkwOSwwLjk1NWwxMTIsMTEyQzQzOS40Myw1MDcuMzEzLDQ1MS43MTksNTEyLDQ2NCw1MTJjMTIuMjgxLDAsMjQuNTctNC42ODgsMzMuOTM4LTE0LjA2MyAgIEM1MTYuNjg4LDQ3OS4yMDMsNTE2LjY4OCw0NDguNzk3LDQ5Ny45MzgsNDMwLjA2M3ogTTY0LDIwOGMwLTc5LjQwNiw2NC42MDItMTQ0LDE0NC0xNDRzMTQ0LDY0LjU5NCwxNDQsMTQ0ICAgYzAsNzkuNDA2LTY0LjYwMiwxNDQtMTQ0LDE0NFM2NCwyODcuNDA2LDY0LDIwOHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yNzIsMTc2aC0zMnYtMzJjMC0xNy42NzItMTQuMzI4LTMyLTMyLTMycy0zMiwxNC4zMjgtMzIsMzJ2MzJoLTMyYy0xNy42NzIsMC0zMiwxNC4zMjgtMzIsMzJzMTQuMzI4LDMyLDMyLDMyaDMydjMyICAgYzAsMTcuNjcyLDE0LjMyOCwzMiwzMiwzMnMzMi0xNC4zMjgsMzItMzJ2LTMyaDMyYzE3LjY3MiwwLDMyLTE0LjMyOCwzMi0zMlMyODkuNjcyLDE3NiwyNzIsMTc2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: center center;
}
.first_type_images:hover:after, .second_type_images:hover:after, .hover_image:hover:after {
	opacity: 0.4;
}
.first_type_images:not(:first-child) {
	margin-bottom: 10px;
}
.content_moderation_notice {
	color: #666666;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
	margin-top: -26px;
}
.content_moderator_info {
	font-size: 12px;
	color: #666;
	font-style: italic;
}
#content_bind_form {
	padding: 15px;
}
#content_bind_form #item-find-field {
	width: 20%;
}
#content_bind_form #item-find-input {
	width: 70%;
	min-width: 300px;
}
#content_bind_form .find {
	overflow: hidden;
	margin: 0;
}
#content_bind_form .find .field {
	float: left;
	margin-right: 10px;
}
#content_bind_form .loading-icon {
	float: left;
	margin-top: 5px;
}
#content_bind_form .filter-tabs {
	margin-top: 10px;
}
#content_bind_form .filter-tabs ul {
	margin-bottom: 10px;
}
#content_bind_form .filter-tabs li {
	font-size: 12px;
	padding: 4px 6px;
	height: 16px;
	line-height: 16px;
	margin-right: 2px;
}
#content_bind_form .result-pane {
	height: 180px;
	border: solid 1px #ECECEC;
	padding: 2px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
#content_bind_form .result-pane .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/templates/vintage/images/loader24.gif") no-repeat center center rgba(255,255,255,0.75);
}
#content_bind_form .result-pane ul, #content_bind_form .result-pane ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content_bind_form .result-pane ul li {
	padding: 10px;
	border-bottom: solid 1px #EFEFEF;
	position: relative;
}
#content_bind_form .result-pane ul li:last-child {
	border-bottom: none;
}
#content_bind_form .result-pane ul li .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#content_bind_form .result-pane ul li .details, #content_bind_form .result-pane ul li .details a {
	font-size: 11px;
	color: #888;
}
#content_bind_form .result-pane ul li .details a:hover {
	color: #444;
}
#content_bind_form .result-pane ul li .details .user {
	margin-right: 4px;
	background: url(/templates/vintage/images/icons/user-small.png) no-repeat left center;
	padding-left: 18px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}
#content_bind_form .result-pane ul li .add {
	position: absolute;
	right: 10px;
	top: 10px;
}
#content_bind_form .buttons {
	margin-top: 10px;
	visibility: hidden;
}
.video_frame {
	width: 420px;
	height: 240px;
}
/*.video_wrap{height:0;position:relative;padding-bottom:56.25%;overflow:hidden;}*/
.content_item_props .value ul {
	margin: 0;
	list-style: none;
}
.content_item_props .value ul li {
	display: inline-block;
	padding: 0 3px 0 0;
}
.content_item_props .value ul li:after {
	content: ', ';
}
.content_item_props .value ul li:last-child:after {
	content: '';
}
.content_item_props .value ul li:last-child {
	padding-right: 0;
}
a.hashtag {
	text-decoration: none;
}
@media screen and (max-width:980px) {
.share .ya-share2__container_size_s .ya-share2__item {
	margin-right: 10px;
}
}
@media screen and (max-width:930px) {
.content_list.tiled .tile {
	width: 48%;
}
.content_list.tiled .tile:nth-child(3) {
	padding-right: 10px;
}
.content_list.tiled .tile:nth-child(2) {
	padding-right: 0;
}
}
@media screen and (max-width:640px) {
.content_list.tiled .tile {
	width: 100%;
}
.content_list.tiled .tile:nth-child(3) {
	padding-right: 0;
}
.content_list.tiled .tile:nth-child(2) {
	padding-right: 0;
}
.content_item .field.left_field, .content_item .field.right_field {
	float: none;
	margin-right: 0;
	margin-left: 0;
	width: 100% !important;
}
}
.spoiler {
	border-radius: 2px;
	padding: 1px;
	margin: 2px;
	overflow: auto;
	box-shadow: 0 0 3px gray;
}
.spoilerhead {
	background: url(/wysiwyg/tinymce/plugins/spoiler/img/spoiler.png) no-repeat;
	background-color: #412F29;
	background-position: 7px center;
	color: #FFF;
	border-radius: 2px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	padding: 6px;
	padding-left: 35px;
}
.spoilerbody {
	margin: 5px;
}
/*.f_content ul li {
    font-family: "Lucida Console",Monaco,monospace;
    background: url(/templates/vintage/images/icons/right-icon.png)no-repeat left center;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 40px;
	border-bottom: #877158 dashed 1px;
	border-top: #877158 dashed 1px;
	display: table;
	margin-left:19px;
}

.f_content ul, ol{
	list-style-position: inside;
}

.f_content ol{ list-style: none; counter-reset: myCounter;}
.f_content ol li{ 
	border-top: #877158 solid 2px;
	border-bottom: #877158 dashed 1px;
	position: relative;
	display:table;
	padding: 4px 8px 3px;
	margin-bottom: 15px;
	padding-left:37px;
	font-family: "Lucida Console",Monaco,monospace;
	font-size: 14px;
	min-height: 20px;
	list-style: none;
}

.f_content  ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
    position: absolute;
    top: 0px;
    left: -1em;
    width: 2em;
    padding: 5px 0px;
    font-weight: 700;
    font-family: "Helvetica Neue",Arial,sans-serif;
    text-align: center;
	text-shadow: 1px 1px 2px black,0 0 1em #FAFDF7;
	color: #FFF;
	background: #877158;
	margin-left:13px;
	margin-right:5px;
}*/

#left_column.column .block .menu, #left_column.column .block .menu li, #body section loader .menu, #body section loader .menu li {
	background: none;
}
#left_column.column .block .menu li a, #body section loader .menu li a {
	color: #25420A;
}
#left_column.column .block .menu li:hover, #body section loader .menu li:hover {
	background: #C6AD8A;
}
#body section loader .notice {
	margin: 8px 0px;
	background: #382619;
	padding: 7px 7px 7px 12px;
	color: #FFF;
}
.spoiler > input + label:before {
	content: '+';
	float: left;
	font-weight: bold;
	width: 15px;
}
.spoiler > input:checked + label:before {
	content: '-';
}
.spoiler > input, .spoiler > input + label + .spoiler_body {
	display: none;
}
.spoiler > input + label, .spoiler > .spoiler_body {
	background: #ecf0f1;
	padding: 5px 10px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.spoiler > input + label {
	cursor: pointer;
}
.spoiler > input:checked + label + .spoiler_body {
	display: block;
}
.spoiler > .spoiler_body {
	border: 2px solid #ecf0f1;
	border-top: none;
	background-color: transparent;
}
/* ========================================================================== */

.content_list_rss_icon, .content_list_styles {
	float: right;
}
.content_list_rss_icon a, .inline_rss_icon {
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: 20px;
	background: url("/templates/vintage/images/icons/rss.png") no-repeat left center;
}
.inline_rss_icon {
	display: inline-block;
}
#comments_widget .content_list_rss_icon {
	height: 30px;
	margin: 0 0 0 10px;
}
#comments_widget .content_list_rss_icon a {
	height: 100%;
	background-position: center center;
}
.content_list_styles .style_switch {
	display: inline-block;
	height: 32px;
	min-width: 32px;
	background-image: url("/templates/vintage/images/icons32/list_switch.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 4px 0 34px;
	line-height: 32px;
	text-decoration: none;
	color: #2F1D11;
}
.content_list_styles .style_switch.without_title {
	min-width: 0;
	padding: 0 0 0 33px;
}
.content_list_styles .style_switch:hover, .content_list_styles .style_switch.active {
	background-color: rgba(71, 44, 25, 0.2);
	border: rgba(71, 44, 25, 0.7);
}
.content_list_styles .style_switch.featured {
	background-position: left -96px;
}
.content_list_styles .style_switch.tiles {
	background-position: left -64px;
}
.content_list_styles .style_switch.table {
	background-position: left -32px;
}
.content_list table .photo, .content_list table .photo img {
	width: 32px;
	height: 32px;
}
.content_list.featured .photo, .content_list.featured .photo img {
	width: 64px;
	height: 64px;
}
.content_list.bugs_list table td.photo a, .content_list.bugs_list table td.photo a img {
	display: block;
	width: 64px;
	height: 64px;
	background: url("/templates/vintage/images/nophoto.png") no-repeat center;
}
.addfoto a {
	background: #1F0E0E;
	color: #FFF;
	padding: 12px;
7px;
	text-decoration: none;
	font-size: 16px;
}
.addfoto a:hover {
	background: #469E46;
}
table.bordered {
}
table.bordered td {
	border: #333 solid 1px;
}
.f_signature .value {
	margin-top: 25px;
}
form label[for] {
	font-weight: 600;
}
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 100;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: 0px;
	right: -60px;
	width: 38px;
	height: 38px;
	text-indent: -9999em;
	background: url("/templates/vintage/images/modal/close.png");
	z-index: 101;
}
.nyroModalTitle {
	margin: 0;
	top: -25px;
	font-size: 1.4em;
	color: #FFF;
	z-index: 200;
	padding: 0;
	background: none;
	border: 0;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nyroModalCont {
	position: absolute;
	box-shadow: 0 0 30px #000;
	margin: 30px;
	padding: 0;
	background: #fff;
	z-index: 101;
	box-sizing: border-box;
	overflow: hidden;
}
.nyroModalMessage .nyroModalCont {
	box-sizing: border-box;
	max-width: calc(90% - 100px)!important;
}
.nyroModalCont .notice {
	padding: 20px;
	color: #356536;
}
.nyroModalError {
	border: 1px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	max-width: 1000px;
	box-sizing: border-box;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.nyroModalImage img {
	vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(/templates/vintage/images/modal/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: fixed;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	transition: none;
}
.nyroModalPrev:after, .nyroModalNext:after {
	content: '';
	height: 32px;
	width: 20px;
	background-image: url(/templates/vintage/images/modal/controls.png);
	background-position: 0px 0;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	opacity: 0.5;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalNext {
	right: 0;
}
.nyroModalPrev:after {
	left: 30px;
}
.nyroModalNext:after {
	right: 30px;
	background-position: 0px -40px;
}
.nyroModalPrev:hover:after, .nyroModalNext:hover:after {
	opacity: 1;
}
@media screen and (max-width: 640px) {
.nyroModalCont {
	margin: 30px 15px;
}
.nyroModalCloseButton {
	top: -30px;
	right: 0;
	width: 25px;
	height: 25px;
	background-size: cover;
	z-index: 201;
}
.nyroModalTitle {
	font-size: 14px;
	padding: 0 60px 0 0;
}
.nyroModalMessage .nyroModalCont {
	max-width: calc(100% - 30px) !important;
	margin: 30px 0 15px !important;
}
.nyroModalMessage .nyroModalCont.nyroModalImg {
	margin: 0 !important;
}
.nyroModalMessage .nyroModalTitle {
	font-size: 22px;
	padding: 0;
}
.nyroModalMessage .nyroModalImage img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
article {
	padding: 30px 15px 10px 15px !important;
}
}
#pm_chat .message_text img {
	max-width: 100%;
}

.roster {
	column-count: 3;
	column-gap: 5px;
}

/*.roster{margin:0;padding:0;list-style-type:none; display: table;}
.roster li{
	display:block;
	float:left;
	width:49%;
	max-width:32% !important;
}*/

@media screen and (max-width: 1080px) {
.roster {
	column-count: 2;
}
}
@media screen and (max-width: 640px) {
.roster {
	column-count: 1;
}
}
.news_item, .guides_item {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
!important;
	font-size: 14px;
	color: #000;
}
.news_item p, .guides_item p {
	line-height: 24px !important;
}

/*.news_item h2{
	width:100%;
	text-align:center;
}*/

.ttip{
	/*text-decoration:underline dashed #006400;*/
	cursor: pointer;
	background-color:#93393315;	
	padding: 0px 3px 2px 3px;
	line-height: 14px;
	border:#93393325 solid 1px;
	display:inline-table;
}

.ttip img{
	pointer-events: none;	
}

#tt-overlay{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position: fixed;
	z-index: 9999;
	pointer-events:none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tooltip {
  	background-color: rgba(44, 28, 25, 0.92);
  	padding: 7px;
  	color: #FFF;
	border: #FFF18F50 solid 1px;
  	border-radius: 5px; 
  	box-shadow: 0 1px 2px #888;
	max-width:90%;
	max-height: 90%; 
   	/*position: relative;*/
}

.tooltip-image{
	max-width: 100%;
    max-height: 100%;
}

.tooltip-image img{
	max-width: 100%;
    height: auto;
}
.tooltip-description{
	padding: 5px;
	font-size:16px;
	line-height:24px;
}
.tooltip-title{
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight:bold;
}

#toTop {
	width:100px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:7px; 
	right:10px;
	cursor:pointer;
	display:none;
	color:#333;
	font-family:verdana;
	font-size:11px;
	z-index:9999;
}

section img{
	max-width:100%;
}
.ot-content{
	font-size:16px;
	line-height:24px;
}
