/*backend 16052016*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	/*line-height: 1;*/
	background-color: #f2f3e5;
	font-family: Arial, Tahoma, "Trebuchet MS";
	  overflow-wrap: break-word;
}
#loading {
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 102;
	margin: -50px -50px;
}
img {
	border: 0px;
}
.input-v1 {
	border: 1px solid #d7d7d7;
	background-color: #F6FFE6;
	font-size: 15px;
	color: #4d4948;
	padding: 3px;
	max-width: 450px;
}
.button-v1 {
	padding: 5px;
	font-size: 14px;
	background-color: #cdde62;
	border: 1px solid #d7d7d7;
	font-weight: bold;
	color: #333333;
}
.button-v1:hover {
	cursor: pointer;
	background-color: #DBED68;
}
.login-input {
	width: 98%;
	border: 1px solid #d7d7d7;
	font-size: 13px;
	color: #4d4948;
	padding: 2px;
}
.login-button {
	border: 1px solid #d7d7d7;
	font-size: 13px;
	color: #4d4948;
	padding: 5px;
}
a {
	text-decoration: none;
	color: #7a862c;
}
a:hover {
	text-decoration: underline;
}
b, strong {
	font-weight: bold;
}
.wrapper {
	width: 100%;
	min-width: 970px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 130px;
	background-color: #4d4948;
}
.header_center {
	margin: 0px auto;
	width: 100%;
	max-width: 1440px;
	
}
.logo {
	float: left;
	position: relative;
	margin: 16px 10px 16px 35px;
}
#menu {
	font-size: 17px;
	color: #FFF;
}
#menu:after {
	display: table;
	clear: both;
	content: '';
}
#menu_element {
	float: left;
	height: 27px;
	background: url(../body/arrow2.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-right: 25px;
}
#menu a {
	color: #FFF;
}
#menu_element:hover {
	background: url(../body/arrow1.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	color: #cdde62;
	cursor: pointer;
}
.header2 {
	/*	background-color: #e5e4e0;*/
	background-color: #cdde62;
	height: 35px;
	line-height: 35px;
	color: #333333;
	font-size: 14px;
}
.period {
	color: #333333;
	font-size: 15px;
	margin-top: 10px;
}
.period a {
	text-decoration: none;
	color: #333333;
}
.period a:hover {
	color: #000000;
}
#header-right {
	position: relative;
	float: right;
	width: 210px;
	height: 100px;
	font-size: 17px;
	color: #FFF;
	margin: 28px 35px 16px 10px;
}
.news-add {
	color: #FFFFFF;
}
#header-right a {
	color: #FFFFFF;
	text-decoration: none;
}
#header-right a:hover {
	color: #cdde62;
}
.search-input {
	background-color: #7d7a7a;
	border: 0px;
	font-size: 14px;
	color: #FFF;
	width: 140px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	/*padding-bottom: 30px;*/
	margin: 0px auto;
	width: 100%;
	max-width: 1280px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 540px;
	float: left;
	border-left: 1px solid #e5e4e0;
	padding-bottom: 10px;
	padding-top: 20px;/*overflow: hidden;*//*margin-right: -100%;*/
}
.content-box {
	margin: 0px 20px 10px;
	position: relative;
	padding: 15px 25px;
	background-color: #FFF;
	/*	webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.30);*/
	/*-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.30);*/
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.30);
}
#content-type {
	font-size: 15px;
	color: #898989;
	margin-bottom: 10px;
}
#content-type a {
	text-decoration: none;
	color: #898989;
}
#content-type a:hover {
	background-color: #F2F2F2;
	text-decoration: underline;
}
#tag {
	text-decoration: none;
	color: #898989;
	border-radius: 3px;
	border-bottom: 1px solid #e5e4e0;
	border-left: 1px solid #e5e4e0;
	border-right: 1px solid #e5e4e0;
	border-top: 1px solid #e5e4e0;
	padding: 0px 4px 1px;
	margin-right: 2px;
	margin-bottom: 3px;
	float: left;
	background: linear-gradient(#EDEEED, #ffffff) #EDEEED;
}
#tag a {
	text-decoration: none;
	color: #898989;
}
#tag:hover {
	text-decoration: none;
	background: linear-gradient(#EDEEED, #EDEEED) #EDEEED;
}
.content-name {
	font-size: 18px;
	color: #434242;
	margin-bottom: 10px;
}
.content-name a {
	color: #434242;
	text-decoration: none;
}
.content-name a:hover {
	color: #7a862c;
}
#content-text {
	font-size: 15px;
	color: #4d4948;
	margin-bottom: 10px;
	width: 450px;
	overflow: hidden;
}
#content-text img {
	max-width: 100%;
}
#content-text table {
	font-size: 15px;
	color: #4d4948;
}
#content-text a {
	text-decoration: none;
	color: #7a862c;
}
#content-text a:hover {
	text-decoration: underline;
}
.date {
	border-bottom: 1px solid #DDDDDD;
	height: 0.5em;
	margin-bottom: 15px;
	position: relative;
	font-size: 13px;
	color: #888888;
}
.date span {
	background-color: #fff;
	display: block;
	padding: 0px 5px;
	position: absolute;
	right: 0px;
}
#foto-element {
	float: left;
	width: 150px;
	height: 140px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 13px;
}
#foto-element img {
	margin-bottom: 5px;
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.30);
}
#foto-element img:hover {
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.30);
}
#title_img {
	position: absolute;
	color: #FFF;
	z-index: 100;
	padding: 5px;
}
#admin-box {
	padding: 13px;
	border: 1px dotted #CCC;
	background-color: #EDEEED;
	font-size: 13px;
	margin-bottom: 10px;
}
.enter {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #FFFFFF;
	cursor:pointer;
	font-size: xx-large;
}
.print {
	line-height: 20px;
	color: #888888;
}
.print img {
	vertical-align: middle;
	padding-right: 5px;
}
.content-action {
	font-size: 13px;
	margin-bottom: 10px;
}
.like-box {
	padding: 13px;
	border: 1px dotted #CCC;
	background-color: #EDEEED;
}
.like-btn {
	background: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding: 3px;
	white-space: nowrap;
	text-align: center;
}
.share-friends {
	text-align: right;
	padding: 5px;
	font-size: 13px;
	color: #888888;
}
.table_comm {
	padding: 0px 20px 0px;
	font-size: 15px;
	color: #4d4948;
}
.table-formk {
	padding: 0px 20px 10px;
	font-size: 15px;
}
.head-of-comm {
	color: #333333;
	background-color: #cdde62;
	font-size: 18px;
	padding: 15px 25px 15px 25px;
}
.comm {
	margin-bottom: 10px;
	font-size: 15px;
	color: #4d4948;
	width: 100%;
	max-width: 450px;
	overflow: auto
}


.comm img, object {
	max-width: 100%;
	max-width: 450px;
}
.comm-date {
	font-size: 13px;
	color: #888888;
}
.comm-info {
	background-color: #EDEEED;
	text-align: left;
	height: 56px;
	margin-bottom: 10px;
}
.comm-ava {
	padding: 3px 5px 3px 3px;
	width: 50px;
	height: 50px;
	float: left;
}

.mess {
	margin-bottom: 10px;
	font-size: 15px;
	color: #4d4948;
	width: 100%;
	max-width: 370px;
	overflow: auto
}

.mess:hover{
	background-color:#edeeed;
	cursor: pointer;
	
	}

.karma {
	text-align: right;
	margin-bottom: 10px;
	font-size: 13px;
}
.graydk {
	color: #888888;
}
.comm-result {
	background-color: #FFFFFF;
	border-left: #d7d7d7 solid 1px;
	border-right: #d7d7d7 solid 1px;
	border-bottom: #d7d7d7 solid 1px;
	padding: 15px 15px 0px;
}
.pages {
	background-color: #FFFFFF;
	border-left: #d7d7d7 solid 1px;
	border-right: #d7d7d7 solid 1px;
	border-bottom: #d7d7d7 solid 1px;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.comm-add-form {
	background-color: #FFFFFF;
	color: #4d4948;
	margin-bottom: 10px;
	border-left: #d7d7d7 solid 1px;
	border-right: #d7d7d7 solid 1px;
	border-bottom: #d7d7d7 solid 1px;
	padding: 15px 15px;
}
.quote {
	padding: 5px;
	background-color: #EDEEED;
	border: 1px dotted #CCC;
	border-left: 2px solid #CCC;
}
.spoiler {
	padding: 5px;
	background-color: #EDEEED;
	border: 1px dotted #CCC;
	border-left: 2px solid #CCC;
}
.spoiler img {
	max-width: 100%;
}
#foto {
	position: absolute;
	background: #000000;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
}
#load_image {
	max-height: 90%;
	max-width: 90%;
}
a#move_up {
	position: fixed;
	top: 0;
	width: 50px;
	height: 100%;
	display: none;
	text-align: center;
	font: bold 12px;
	text-decoration: none;
	color: #434242;
	padding-top: 10px;
	opacity: 0.7;
	left: 0;
	z-index: 9;
}
a#move_up:hover {
	color: #7a862c;
	background-color: #EDEEED;
	opacity: 0.8;
}
.golos-bar {
	background-color: #9eef12;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.youtube450 {
	display: inline-block;
	position: relative;
}
.youtube450 .play {
	position: absolute;
	width: 80px;
	height: 56px;
	background-image: url(/body/play.png);
	left: 185px;
	top: 40%;
}
.youtube450 img {
	max-width: 450px;
}
.page_box {
	float: left;
	text-align: center;
	padding: 5px;
	border: 1px solid #d7d7d7;
	margin: 1px;
	min-width: 20px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.page_box:hover {
	background-color: #DBED68;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
#left-sidebar {
	float: left;
	color: #4d4948;
	font-size: 13px;
	width: 200px;
	position: relative;
	padding-top: 35px;
	background-color: #f2f3e5;
}
.left-sb-element {
	padding: 0px 10px 10px 35px;
	margin-bottom: 25px;
}
#left-sidebar a {
	color: #4d4948;
	text-decoration: none;
}
#left-sidebar a:hover {
	color: #000000;
}
.left-sb-name {
	text-align: center;
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-weight: bolder;
}
.left-sb-name img {
	vertical-align: middle;
	padding-right: 10px;
}
.user-menu {
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
.user-menu img {
	vertical-align: middle;
	padding-right: 10px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	margin-left: 740px;
	max-width: 400px;
	padding-top: 20px;
}
.head-of-sb {
	background: #ffffff;
	font-size: 18px;
	color: #333333;
	/*background-color: #cdde62;*/	
	padding: 15px 25px 15px 20px;
	border-left: #d7d7d7 solid 1px;
	border-right: #d7d7d7 solid 1px;
	border-top: #d7d7d7 solid 1px;
	height: auto;
	overflow: hidden;
}
#content-sb {
	background-color: #ffffff;
	font-size: 13px;
	padding: 15px 25px 15px 20px;
	color: #5C5C5C;
	margin-bottom: 10px;
	border-left: #d7d7d7 solid 1px;
	border-right: #d7d7d7 solid 1px;
	border-bottom: #d7d7d7 solid 1px;
	height: auto;
	overflow: hidden;
}
.sep_line {
	height: 1px;
	background-color: #d7d7d7;
	width: 80%;
	margin-top: -1px;
	overflow: hidden;
}
#content-sb img {
	max-width: 100%;
}
.segment-sb {
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 1px solid #cdde62;
}
#content-sb a {
	color: #5C5C5C;
	text-decoration: none;
}
#content-sb a:hover {
	text-decoration: underline;
}
.stat {
	text-align: right;
	font-size: 14px;
	color: #9f9e9d;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	bottom: 0px;
	background: #4d4948;
	border-top: #807d7c 10px solid;
	color: #FFF;
	font-size: 13px;
	z-index: 10;
	height: 90px;
	padding-bottom: 35px;
}
.footer:after {
	display: table;
	clear: both;
	content: '';
}
.footer-element {
	position: absolute;
	color: #FFFFFF;
	display: block;
	flex-wrap: nowrap;
	float: left;
	height: 50px;
	order: 0;
	padding: 0px 15px;
	position: relative;
	resize: none;
	margin: 20px 10px;
}
.footer-bottom {
	position: absolute;
	width: 100%;
	height: 35px;
	background-color: #393636;
	bottom: 0px;
	color: #9E9C9C;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
}

.footer-bottom a {
	color: #9E9C9C;
	
}
 @media (max-width:540px) {
.wrapper {
	width: 100%;
	min-width: 520px;
}
#header-right {
	width: auto;
	float: right;
	position: relative;
	right: 0px;
	margin: 28px 35px 0px 0px;
}
.menu3 {
	display: none;
}
.header2 {
	display: none;
}
.container {
	width: 520px;
	float: none;
	padding-top: 10px;/*overflow: hidden;*/
}
.right-sidebar {
	float: none;
	width: 500px;
	max-width: none;
	padding-top: 0px;
	margin: 0px 10px 0px;
}
#left-sidebar {

	float: none;
	position: fixed;
	display: none;
	z-index: 13;
	background: #f2f3e5;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-right: 0px;
}
.left-sb-element {
	padding-right: 10px;
}
.enter {
	display: inline;
	z-index: 13;
}
.middle {
	/*padding-bottom: 30px;*/
	overflow: hidden;
}
.header {
	width: 100%;
}
.logo {
	float: none;
	position: absolute;
	margin: 16px 10px 16px 35px;
	z-index: 10;
}
.footer {
	height: 220px;
}
.footer-element {
	flex-wrap: wrap;
	float: left;
	height: auto;
	width: 100px;
	padding: 0px 15px;
	position: relative;
	resize: vertical;
}
	 
.footer-bottom {font-size: 	11px;
}
.content-box {
	margin: 0px 10px 10px;
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.30);
}
#content-text {
	font-size: 18px;
}
.comm {
	font-size: 18px;
}
.content-name {
	font-size: 20px;
}
.content-action {
	display: none;
}
.table_comm {
	padding: 0px 10px 0px;
	font-size: 15px;
	color: #4d4948;
}
.table-formk {
	padding: 0px 10px 0px;
	margin: 0px;
}
#users_online, #friends {
	display: none;
}
#login_form {
	display: block;
	padding: 10px;
	font-size: 18px;
}
#login_form input {
	padding: 10px;
	font-size: 18px;
}
.user-menu {
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
a#move_up {
	position: fixed;
	font-size: 20px;
	top: auto;
	width: 74px;
	height: 74px;
	display: none;
	text-align: center;
	text-decoration: none;
	color: #cdde62;
	padding-top: 10px;
	opacity: 0.7;
	left: auto;
	bottom: 20px;
	right: 20px;
	z-index: 11;
	background: #4d4948;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	border-radius: 37px;
	padding: 0px;
}
a#move_up:hover {
	color: #7a862c;
	background-color: #EDEEED;
	opacity: 0.8;
}
