@font-face {
	font-family: RobotoSlab-Bold; 
	src: url('/assets/fonts/RobotoSlab-Bold.ttf');
}
html, body {
	height: 100%;
}
* html #main {
	height: 100%;
}
body {
	margin: 0 auto;
	font-size: 12px;
	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
	color: #585858;
	background: url('/assets/img/back.jpg');
	min-width: 1000px;
}
table, tr, td, ul, li {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
button, input[type="button"], input[type="submit"], input[type="reset"], input[type="image"] {
	cursor: pointer;
}
a {
	color: #585858;
	text-decoration: none;
	cursor: pointer;
}
a:hover	{
	color: #689698;
	text-decoration: underline;
}
a#big_image, a#infobutton {
	text-decoration: none;
}
img { 
	border: 0px;
}

.hidden {
	display: none;
}
.clear, #clear {
	clear: both;
}

.input {
	border: 1px solid #ececec;
	background: #fff;
	color: #585858;
	font-size: 12px;
}
.input2 {
	border: 1px solid #afafaf;
	background: #fff;
	color: #585858;
	font-size: 12px;
}
.input3 {
	border: 1px solid #a4baba;
	padding-left: 3px;
	font-size: 12px;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}
.input4 {
	border: 1px solid #a4baba;
	padding: 4px 14px;
	background: #a4baba;
	color: #fff;
	font-size: 11px;
}
.input5 {
	border: 1px solid #a4baba;
	padding: 4px 14px;
	background: #689698;
	color: #fff;
	font-size: 11px;
}
.inputmain {
	padding-top: 0;
	border: 1px solid #a4baba;
	padding: 1px 3px;
	font-size: 12px;
}
.inputmain_link {
	border: none;
	outline: none;
	padding: 0;
	width: 100%;
}

#main {
	min-height: 100%;
}

.header_background {
	background: #fff;
	min-width: 1000px;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
	position: fixed;
	z-index: 999999;
	width: 100%;
}
.header {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 10px;
}
.header_left {
	float: left;
}
.logo {
	width: 141px;
	height: 39px;
	background: url('/assets/img/logo.png');
}
.header_center {
	float: left;
	margin-left: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #004964;
	margin-top: 12px;
}
.header_center span {
	padding: 0 20px;
}
.header_center a {
	color: #004964;
	text-decoration: none;
}
.header_center a:hover {
	border-bottom: 3px solid #004964;
	padding-bottom: 3px;
	color: #004964;
	text-decoration: none;
}
.header_center a.active {
	border-bottom: 3px solid #004964;
	padding-bottom: 3px;
}
.header_right {
	float: right;
}
.header_auth {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #004964;
	margin-top: 12px;
	display: inline-block;
}
.header_auth a, .header_auth a:hover {
	color: #004964;
	text-decoration: none;
}
.header_auth span {
	border-bottom: 1px dotted #004964;
}
.header_auth span:hover {
	border-bottom: none;
}
.header_auth span:first-child {
	margin-right: 21px;
}
.header_lang { display: inline-block; position: relative; top: 4px; }
.header_lang span { cursor: pointer; }
.header_lang span:first-child { margin-left: 30px; }
.header_lang span:last-child { margin-left: 10px; }

.footer {
	background: #353535;
	width: 100%;
	height: 44px;
	min-width: 1000px;
	overflow: hidden;
	position: relative;
	margin-top: -44px;
}
.footer_content {
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	padding-top: 14px;
}
.footer_right {
	float: right;
}
.footer_content a {
	color: #fff;
	text-decoration: none;
}
.footer_content a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_right span {
	padding: 0 15px;
}
.footer_right span:last-child {
	padding: 0 0 0 15px;
}

.goTop {
	display: none; 
	position: fixed; 
	width: 100px;
	margin: 0 auto; 
	bottom: 35px; 
	background: #e9e9e9; 
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 5px;
}

.body-inner {
	margin: 0 auto;
	width: 1000px;
	padding-top: 59px;
}
.center {
	margin-top: 30px;
	margin-bottom: 80px;
	float: left;
	width: 1000px;
}
#content {
	/*
	width: 858px;
	float: right;
	*/
}

#menu_left {	
	width:100px;
	background: #ffffff;
	float: left;
	border-radius: 10px;
	padding-bottom: 10px;
}
#menu_left ul {
	text-align: center;
	padding: 0px;
}
#menu_left li {
	color: #7c7c7c;
	font-size: 12px;
	cursor: pointer;
	margin-top: 35px;
	list-style-type: none;
}
#menu_left li:first-child {
	margin-top: 20px;
}
#menu_left li:last-child {
	margin-bottom: 15px;
}
#menu_left li a {
	text-decoration: none;
	color: #7c7c7c;
}
#menu_left li a:hover {
	color: #055070;
}
#menu_left li .new {
	position: absolute;
	margin-top: -36px;
	margin-left: 65px;
	background: #CECECE;
	border-radius: 100%;
	padding: 2px 8px;
	color: #fff;
}

#internal_menu {
	margin-bottom: 30px;
}
#internal_menu ul {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #c6c6c6;
}
#internal_menu li {
	list-style-type: none;
	display: inline;
}
#internal_menu li a {
	outline: none;
	color: #a9a9a9;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 12px;
	border: 1px solid transparent;
}
#internal_menu li a:hover{
	outline: none;
	color: #262626;
	text-decoration: none;
}
#internal_menu li#active a, #internal_menu li.active a {
	outline: none;
	color: #262626;
	text-decoration: none;
	border: 1px solid #c6c6c6;
	padding: 10px 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#settings_form_answer {
	text-align: center;
	margin-bottom: 6px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#background_window {
	background-color: #000000;
	left: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); 
	filter: alpha(opacity=70);
	moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0; 
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 110;
}
#window {
	background-color: #fff;
	position: fixed;
	left:0;
	top:0;
	min-width: 300px;
	z-index: 111;
}
#background_cloud {
	overflow: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 110;
}
#window_cloud {
	background-color: #fff;
	position: absolute;
	z-index: 111;
}

.back {
	width: 125px;
	height: 125px;
	background-color: #ededed;
	padding: 0;
}

#page_title h1 {
	color: #284b63;
	font-size: 16px;
	font-weight: bold;
}

#page_title h2 {
	color: #284b63;
	font-size: 14px;
	font-weight: bold;
}

#activity_page {
	width: 400px;
	text-align: left;
}
#activity_page h2 {
	font-size: 16px;
	font-weight: bold;
	color: #284b63;
}
#activity_page h3 {
	color: #284b63;
	font-size: 14px;
}

#user_page {
	min-height: 628px;
	width: 825px;
	margin: 0 auto; 
	font-family: Century Gothic, Tahoma;
}
.profile_main {

}
#user_page_left {
	width: 235px;
	float: left;
}
.profile_main_all {
	background: #fff;
	border-radius: 10px;
	float: left;
	height: 150px;
	width: 100%;
	margin-bottom: 40px;
}
.profile_main_all:after {
	display: block;
	content: ' ';
	clear: both;
}
.profile_main_left {
	width: 170px;
	float: left;
}
.profile_main_left img {
	border-radius: 10px;
}
#user_page_right {
	float: left;
	width: 100%;
	color: #6c6c6c;
	font-size: 11px;
}
.profile_main_right {
	float: left;
	width: 684px;
	color: #6c6c6c;
	font-size: 11px;
	padding-top: 1px;
}
.profile_main_right h1 {
	font-size: 24px;
	font-weight: 700;
	margin: 7px 0 0;
	padding: 0;
	float: left;
	color: #272727;
}
.profile_main_right .status {
	float: right;
	margin: 10px 17px 0 0;
}
.profile_main_status {
	float: left;
}
.profile_main_status h2 {
	font-size: 16px;
	margin: 10px 0 0;
	padding: 0;
}
.profile_main_stats {
	float: right;
	font-size: 12px;
	border: 1px solid #E2E2E2;
	background: #ececec;
}
.profile_main_stats span, .profile_main_info span {
	display: inline-block;
	text-align: left;
	padding: 0 40px 0 0;
	vertical-align: top;
	color: #7c7c7c;
}
.profile_main_stats .stats_count, .profile_main_info .stats_count {
	font-size: 16px;
	font-weight: bold;
}
.profile_main_info {
	color: #7c7c7c;
	font-size: 12px;
	margin-top: 10px;
}
.profile_main_action {
	margin-top: 12px;
}
.action {
	padding: 6px 10px;
	background: #53c1c5;
	color: #fff;
	font-size: 13px;
	border-radius: 2px;
	border: 0px;
}
.profile_main_right .share {
	float: left;
	margin-left: 16px;
}
.profile_main_right .share ul {
	margin: 15px 0 0;
	padding: 0;
}
.profile_main_right .share li {
	float: left;
	margin: 0 10px 0 0;
}
.profile_main_right .share li {
	display: block;
	width: 22px;
	height: 22px;
	list-style: none;
	background: lightgrey;
}
.profile_main_right .share li a {
	border-radius: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1) center center no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.profile_main_right .share li .facebook {
	background-image: url("/assets/img/icons/icon-facebook.svg");
}
.profile_main_right .share li .facebook:hover {
	background-color: #3b5998;
}
.profile_main_right .share li .twitter {
	background-image: url("/assets/img/icons/icon-twitter.svg");
}
.profile_main_right .share li .twitter:hover {
	background-color: #00aced;
}
.profile_main_right .share li .email{
	background-image: url("/assets/img/icons/icon-email.svg");
}
.profile_main_right .share li .email:hover {
	background-color: rgba(255,255,255,0.2);
}
.profile_main_right .share li .vk {
	background-image: url("/assets/img/icons/icon-vk.png");
}
.profile_main_right .share li .vk:hover {
	background-color: #4d75a3;
}

#user_page_right h1 {
	padding-left: 10px;
	padding-top: 7px;
	color: #6c6c6c;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
#user_page_right h2 {
	color: #284b63;
	font-size: 11px;
	font-weight: bold;
}
#user_page_right_name {
	background: #ececec;
	height: 35px;
}
#user_page_right_info {
	padding-left: 10px;
}
.user_page_right_info, .user_page_right_contacts {
	background: #fff;
	border-bottom: 4px solid #53c1c5;
	padding: 30px 20px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(157, 157, 157, 1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(157, 157, 157, 1);
	box-shadow: 0px 1px 1px 0px rgba(157, 157, 157, 1);
	width: 370px;
	font-size: 14px;
}
.user_page_right_info {
	float: left;
}
.user_page_right_contacts {
	float: right;
}
.user_about_title {
	margin: 0 0 12px;
	font-size: 14px;
	color: #004964;
	font-weight: 700;
	text-transform: uppercase;
}
.user_about_edit {
	margin-top: 13px;
	font-size: 13px;
}
.user_about_edit a {
	color: #689698;
}
#user_page_right_info .label, .user_page_right_info .label {
	float: left;
	width: 130px;
}
#user_page_right_info .labeled, .user_page_right_info .labeled {
	float: left;
	width: 240px;
	margin-bottom: 7px;
	color: #262626;
}
#user_page_right_contacts {
	margin-top: 12px;
	padding-left: 10px;
}
#user_page_right_contacts .label, .user_page_right_contacts .label {
	float: left;
	width: 130px;
}
#user_page_right_contacts .labeled, .user_page_right_contacts .labeled {
	float: left;
	width: 240px;
	color: #262626;
	margin-bottom: 7px;
}
.user_page_right_contacts .labeled a {
	color: #262626;
}
.user_page_right_main {
	margin-top: 20px;
	float: left;
	width: 100%;
}
#user_art_out {
	margin-top: 20px;
}
div#internal_menu:after {
	content: ' ';
	display: block;
	clear: both;
}

.friends_block {
	width: 230px;
	/*height: 148px;*/
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #b0b0b0;
	float: left;
	padding: 10px 15px 10px;
	border-radius: 10px;
	/*margin-right: 18px;*/
	margin: 0px 0px 20px;
	color: #363636;
	background: #fff;
}
.friends_block:nth-child(3n){
	/*margin-right: 0px;*/
}
.friends_block a {
	color: #363636;
}
.friends_block_left {
	float: left;
}
.friends_block_avatar {
	width: 85px;
	border-radius: 10px;
}
.friends_block_right {
	float: left;
	margin-left: 10px;
	width: 130px;
	line-height: 18px;
	font-size: 12px;
}
.friends_block_right_user img {
	position: relative;
	top: 1px;
}
.friends_block_right_user {
	margin-bottom: 12px;
}
.friends_block_right_country {
	color: #a9a9a9;
	font-size: 11px;
}
.friends_block ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
.friends_block ul li {
	float: left; 
	padding-right: 10px; 
	width: 50px;
}
.friends_block ul li:last-child {
	padding: 0;
}
.friends_block_photos {
	background-position: center; 
	background-size: cover; 
	width: 50px; 
	height: 50px;
}

#comments {
	width: 600px;
	margin: 0 auto;
}

#head_menu {
	width: 1000px;
	height: 61px;
	background: url('/assets/img/head_menu.png') no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	margin-top: -25px;
	margin-bottom: -10px;
}
#head_menu p {
	padding-left: 70px;
	font-family: Gothic;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	float: left;
}
#head_menu_menu {
	float: right;
	padding-right: 40px;
	padding-top: 5px;
}

#head_new_art {
	background-color: #ececec;
	height: 25px;
	color: #6c6c6c;
	font-size: 12px;
}
#head_new_art h2 {
	font-size: 12px;
	color: #6c6c6c;
	font-weight: normal;
	margin-left: 10px;
	padding-top: 3px;
}
#body_new_art {
	border-left: 3px solid #ececec;
	border-right: 3px solid #ececec;
	border-bottom: 3px solid #ececec;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#body_new_art_list {
	margin-left: 10px;
	width: 125px;
	text-align: center;
	display: inline-block;
}

#body_last_news {
	background-color: #ededed;
	border-left: 15px solid #873157;
	padding-left: 15px;
	font-size: 12px;
	color: #6c6c6c;
	padding-bottom: 10px;
}
#body_last_news h3 {
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #6c6c6c;
}

#body_last_news2 {
	background-color: #ededed;
	border-left: 15px solid #593187;
	padding-left: 15px;
	font-size: 12px;
	color: #6c6c6c;
	padding-bottom: 10px;
}
#body_last_news2 h3 {
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #6c6c6c;
}

#head_friends_list {
	margin: 0 auto;
	width: 700px;
}

.input_text {
	width: 150px;
	height: 31px;
	background: url('/assets/img/input.png') no-repeat;
	padding-left: 30px;
	padding-right: 10px;
	font-size: 14px;
	border: 0px;
	outline:none;
	color: #a9a9a9;
}
.input_button {
	background-color: #689698;
	border-top-color: #a4baba;
	border-bottom-color: #a4cbcd;
	border-left-color: #689698;
	border-right-color: #a4cbcd;
	color: white;
	text-shadow: 0 1px 0 #558486;
	border-radius: 5px;
	font-size: 12px;
	padding: 2px 10px;
}

#comments {
	width: 800px;
}
#comments_left {
	width: 108px;
	float: left;
	margin-top: 6px;
}
#comments_right {
	float: right;
	width: 651px;
	margin: 0 auto;
}
.comments_title a{
	color: #ad5c16;
}
.comments_title {
	font-size: 16px;
	position: relative;
	top: 5px;
}
.comments_title_image {
	font-size: 14px;
	position: relative;
	top: 5px;
}
.comments_title_date {
	position: relative;
	top: 5px;
	font-size: 12px;
	left: 15px;
}
#comments_text {
	background: url('/assets/img/comments_text.png') no-repeat;
	width: 645px;
	height: 60px;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 12px;
}

#arts {
	width: 860px;
	margin: 0 auto;
}

#arts h1 {
	margin-top: 20px;
	color: #4a667a;
	font-size: 16px;
	font-weight: bold;
}
#arts h2 {
	margin-top: 20px;
	color: #4a667a;
	font-size: 16px;
	font-weight: bold;
}

#arts_info {
	margin-top: 15px;
}
#arts_info h3 {
	font-weight: bold;
}

#arts h2 {
	color: #4a667a;
	font-size: 16px;
	font-weight: bold;
}

#arts_best {
	width: 310px;
	float: left;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(157, 157, 157, 1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(157, 157, 157, 1);
	box-shadow: 0px 1px 1px 0px rgba(157, 157, 157, 1);
	margin: 0 0px 35px 0;
}
.arts_best_img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#arts_best a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);
	moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#arts_best_info {
	font-size: 12px;
	padding: 8px 10px 14px;
	background: #ffffff;
	color: #a9a9a9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -3px;
}
.arts_title {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 1px solid #e4e4e4;
	color: #282727;
	text-align: center;
}
.arts_info {
	margin-top: 14px;
	text-align: center;
}
.arts_info span {
	padding: 0 10px;
}
.arts_info a {
	color: #a9a9a9;
}
.arts_info a:hover {
	text-decoration: underline;
}

#main_gallery {
	width: 100%;
}

#main_help {
	width: 527px;
	height: 212px;
	margin: 0 auto;
	background: url('/assets/img/main_help.png') no-repeat;
}

#image_left {
	margin-top: 7px;
	width: 725px;
}

#image_right {
	float: left;
	width: 200px;
}

#image_bottom {
	float: left;
	width: 500px;
}

#image_title {
	float: left;
	color: #585858;
	font-size: 12px;
}

#image_body {
	width: 700px;
	margin: 0 auto;
}

#image_arrow {
	position: absolute; 
	margin-left: -25px; 
	float: left; 
	width: 25px; 
	background: #f3f3f3;
}
#image_arrow p {
	position: relative;
	top: 50%;
	margin-top: -24px;
}
#image_arrow_r {
	float: right; 
	width: 25px; 
	background: #f3f3f3;
}
#image_arrow_r p {
	position: relative;
	top: 50%;
	margin-top: -24px;
}

#album_images {
}

.image_favorites {
	float: left;
	width: 35px;
	height: 26px;
	background: url('/assets/img/img_favorites.png') no-repeat;
}
.image_favorites_active, .image_favorites_ok {
	float: left;
	width: 35px;
	height: 26px;
	background: url('/assets/img/img_favorites_over.png') no-repeat;
}

#sharing {
	margin-top: 5px;
	float: right;
}
#sharing #fbbutton {
	background: url("/assets/img/share/share_fb_over.png") no-repeat center center;
}
#sharing #fbbutton:hover {
	background: #e1e1e1 url("/assets/img/share/share_fb_over.png") no-repeat center center;
}
#sharing #twbutton {
	background: url("/assets/img/share/share_tw_over.png") no-repeat center center;
}
#sharing #twbutton:hover {
	background: #e1e1e1 url("/assets/img/share/share_tw_over.png") no-repeat center center;
}
#sharing #vkbutton {
	background: url("/assets/img/share/share_vk.png") no-repeat center center;
}
#sharing #vkbutton:hover {
	background: #e1e1e1 url("/assets/img/share/share_vk.png") no-repeat center center;
}
#sharing #pinbutton {
	background: url("/assets/img/share/share_pin.png") no-repeat center center;
}
#sharing #pinbutton:hover {
	background: #e1e1e1 url("/assets/img/share/share_pin.png") no-repeat center center;
}
#sharing #plbutton {
	background: url("/assets/img/share/share_pl.png") no-repeat center center;
}
#sharing #plbutton:hover {
	background: #e1e1e1 url("/assets/img/share/share_pl.png") no-repeat center center;
}
#sharing #birdbutton {
	background: url("/assets/img/share/share_bird.png") no-repeat center center;
}
#sharing #birdbutton:hover {
	background: #e1e1e1 url("/assets/img/share/share_bird.png") no-repeat center center;
}
#sharing .button, #image_buy .button {
	min-width: 20px;
	text-align: center;
	padding: 2px 7px;
	display: inline-block;
	margin: 0 0 0 4px !important;
	border: 1px solid #afafaf;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #afafaf;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	text-decoration: none;
}

#image_buy {
	margin-top: 5px;
	margin-left: -4px;
}
#image_buy #buybutton:hover {
	background: #e1e1e1;
}

#user_rating #infobutton {
	position: relative;
	top: 1px;
	width: 12px;
	height: 14px;
	background: url("/assets/img/icons/info.png") no-repeat center center;
	padding: 2px 7px;
}

#comments_out a {
	color: #4a667a;
}

#href {
	color: #4a667a; 
	font-weight: bold;
}

#user_main_action {
	font-size: 11px;
	background-color: #ececec;
	text-align: center;
	color: #585858;
	width: 230px;
}

#user_rating {
	width: 196px;
	margin-left: 16px;
	border: 1px solid #a4baba;
	height: 14px;

}

#user_rating_count {
	position: relative;
	z-index: 5;
	left: 0;
	top: -16px;
	text-align: center;
}
#user_rating_back {
	background-color: #a4baba;
	display: inline-block;
	position: relative;
	z-index: 1;
	left: 0;
}

#image_stats {
	width: 200px;
	height: 90px;
}
#image_stats_rating {
	float: left;
	border-left: 2px solid #eaeaea;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 64px;
	height: 86px;
}
#image_stats_rating_img {
	margin: 0 auto;
	margin-top: 12px;
	width: 37px;
	height: 43px;
	background: url('/assets/img/icons/img_stats_rating.png') no-repeat;
}
#image_stats_rating_text {
	margin-top: 6px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#image_stats_info {
	float: left;
	width: 130px;
	height: 86px;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
	font-size: 11px;
}
#image_stats_info font {
	padding-left: 5px;
}

#image_stats_info_views {
	width: 14px;
	height: 10px;
	background: url('/assets/img/icons/img_stats_views.png') no-repeat;
	display: inline-block;
	margin-top: 16px;
	margin-left: 5px;
	padding-left: 5px;
}
#image_stats_info_votes {
	width: 14px;
	height: 10px;
	background: url('/assets/img/icons/img_stats_votes.png') no-repeat;
	display: inline-block;
	margin-top: 7px;
	padding-left: 5px;
	margin-left: 5px;
}
#image_stats_info_favorites {
	width: 14px;
	height: 11px;
	background: url('/assets/img/icons/img_stats_favorites.png') no-repeat;
	display: inline-block;
	margin-top: 7px;
	padding-left: 5px;
	margin-left: 5px;
}
#image_info {
	margin: 10px 0;
	font-size: 11px;
}

#user_search {
	width: 508px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #ececec;
	padding: 10px 20px;
}
#user_search span.padding {
	margin-left: 10px;
}
#user_search span.checkbox {
	position: relative; 
	top: -6px;
}
#user_search .checkbox_margin {
	position: relative;
	top: 3px;
}

#user_wall_block {
	margin: 0 auto; 
	width: 576px; 
	padding-top: 25px; 
	min-height: 628px;
}

.user_box_post {
	background: #fff; 
	border: 1px solid #ececec;
	padding: 10px 15px;
	float: left; 
	width: 355px; 
	color: #6c6c6c;
	margin-left: 20px;
	margin-bottom: 20px;
}
.user_box_post_name a {
	font-weight: bold;
}
.user_box_post_name {
	margin-top: 4px;
	margin-bottom: 4px;
}
.all_posts_text {
	font-size: 12px; 
	margin-top: 16px;
}
.all_posts_edit {
	overflow: hidden;
	height: 120px;
	border: solid 1px #d1d1d1;
	margin-top: 3px; 
	font-size:12px;
	padding:0px
}
.editbox {
	outline: none;
	padding: 5px;
	border: 0;
	width: 344px;
	font-family: Arial;
}
#select_art_position {
	width: 120px;
}
#select_art_cat { 
	width: 200px;
}

#art_search {
	width: 328px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #ececec;
	padding: 10px 20px;
}
#art_search #button_change_1 {
	float: right;
	margin-right: 5px;
}
#art_search #search_art_text {
	margin-top: 5px;
	width: 200px;
	color: #585858;
	padding-left: 6px;
}

.wall_export_fb, .wall_export_tt, .wall_export_vk, .wall_export_fb_none, .wall_export_tt_none, .wall_export_vk_none {
	float: left;
	background: url(/assets/img/wall_export.gif) no-repeat 0 0;
	height: 14px;
	width: 14px;
	overflow: hidden;
}
.wall_export_fb {
	margin: 8px 0 0 15px;
	background-position: 0 -14px;
}
.wall_export_tt {
	margin: 8px 0 0 8px;
	background-position: 0 -42px;
}
.wall_export_vk {
	margin: 8px 0 0 8px;
	background-position: 0 -70px;
}
.wall_export_fb_none {
	margin: 8px 0 0 15px;
	background-position: 0 0px;
}
.wall_export_tt_none {
	margin: 8px 0 0 8px;
	background-position: 0 -28px;
}
.wall_export_vk_none {
	margin: 8px 0 0 8px;
	background-position: 0 -56px;
}

#window_pop_close {
	padding: 17px 20px 18px; 
	float: right;
}
a#window_pop_close {
	color: #b3dbdd;
}
a:hover#window_pop_close {
	color: #fff;
	text-decoration: none;
}
#window_pop_title {
	color: #fff; 
	background: #689698; 
	font-weight: bold; 
	padding: 17px 20px 18px;
}
#window_pop_content {
	margin: 20px 0px;
	padding: 0px 20px;
}

#window_pop_content span {
	float: left;
	padding-top: 5px;
}
#window_pop_content span.right {
	float: right;
	margin-right: 20px;
	padding-top: 3px;
}

#window_pop_content div.input_full label {
	cursor: text;
}
#window_pop_content div.input_full input {
	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
	font-size: 12px;
}
.window_pop_bottom {
	padding: 17px 20px 18px;
	background: #d7d7d7;
}
.window_pop_bottom input {
	float: right;
}
.window_pop_bottom:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.window_pop_content_row {
	margin-bottom: 14px;
}
.window_pop_content_row .title {
	margin: 3px 0;
	font-weight: bold;
}
#window_pop_content .input_full {
	border: 1px solid #a4baba;
	padding: 1px 3px;
	font-size: 12px;
}
#window_pop_content .input_full textarea {
	height: 60px;
}
#window_pop_content .input_full select {
	border: 1px solid #a4baba;
	padding: 1px 0px;
	width: 100%;
	font-size: 12px;
	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}
#window_pop_content .no_border {
	border: 0;
	padding: 0;
}

#activity_img {
	width: 190px; 
	height: 190px;
}
#activity_img a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);
	moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#activity_desc {
	width: 188px; 
	border-left: 1px solid #cdcdcd; 
	border-right: 1px solid #cdcdcd; 
	border-bottom: 1px solid #cdcdcd; 
	font-size: 11px;
}

#sendpost_text_back {
}
#sendpostform {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}
#sendpostform #wall_add {
	width: 550px;
	height: 50px;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	white-space: pre-wrap;
	word-wrap: break-word;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-orient: vertical;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	overflow: hidden;
	border: none;
	font-size: 12px;
	padding: 0;
	resize: none;
	outline: none;
	padding-left: 5px;
}
#sendpost_text_menu {
	border-top: 1px solid #ccc;
	padding-top: 4px;
	background-color: #f2f2f2;
}

#sendpostform .photo_icon {
	background-image: url('/assets/img/9VMvBG9ZUpM.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 -136px;
	display: inline-block;
	height: 30px;
	width: 29px;
	outline-offset: -5px;
}
#sendpostform .photo_icon .photo_icon_div {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
#sendpostform .photo_icon input {
	bottom: 0;
	cursor: inherit;
	font-size: 1000px !important;
	height: 300px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	outline: none;
}
.photo_icon_main {
	display: inline-block;
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	outline-offset: -5px;
	display: inline-block;
	position: relative;
}

#wall_add {
	resize: none;
}

.tour {
	text-decoration: none;
}
.tour {
	text-align: center;
	text-decoration: none;
	color: #585858;
	width: 250px;
	padding: 10px 0;
	background: #ececec;
	border: 1px solid #d8d8d8;
	margin: 0 auto;
}
.tour:hover {
	background: #F7F7F7;
}

#faq_data #message {
	width: 450px;
	height: 150px;
	resize: none;
	margin-top: 20px;
}
#faq_data {
	margin-bottom: 30px;
}

.title_border {
	border-bottom: 1px solid #D5DDDD;
	color: #689698;
	font-weight: bold;
	padding-bottom: 4px;
	margin: 0 0 20px;
}

.main_content_page {
	padding-top: 25px;
	min-height: 628px;
	width: 825px;
	margin: 0 auto;
	font-family: Tahoma, Arial;
	line-height: 1.28;
}
.main_content_page a {
	color: #689698;
}
.events_main_block, .events_main_block2 {
	width: 200px; 
	color: #585858; 
	float: left;
	margin: 10px 10px 0 0;
	height: 330px;
}
.events_main_block2 {
	margin: 10px 0 0 10px;
}
.events_main_block_title {
	background: #cccacb; 
	width: 190px; 
	height: 16px; 
	padding: 4px 0px; 
	text-align: center;
}
.events_main_block_desc {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #D5DDDD;
	height: 28px;
}

.content-before-menu {
	padding-top: 10px;
}
.content-after-menu {
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
}
.content-data {
	padding: 10px 0;
}
.content-data input[type="text"], .content-data input[type="password"]{
	border: 1px solid #c2c2c2;
	padding: 6px 5px;
}

.mtop0 {
	margin-top: 0px;
}

.main_block_search {
	background: #fff;
	border-radius: 10px;
	width: 100%;
}
  
.art_form_search {
	background: #fff;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 30px;
}
.art_form_search form {
	padding: 20px 20px;
}
.art_form_search .select_field {
	min-width: 200px;
	margin-right: 15px;
}
.art_form_search .text_field {
	margin-right: 15px;
	width: 205px;
}
.art_form_search .select_field_idsex {
	min-width: 50px;
	margin-right: 0px;
	width: 105px;
}
.art_form_search .select_field_city {
	width: 245px;
}
.art_form_search .users_search_button, .art_form_search .art_search_button {
	float: right;
	padding: 7px 30px;
}
.art_form_search .checkbox_field {
	margin: 0px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.art_form_search label {
	margin-right: 30px;
}

.text_field, .select_field {
	border: 1px solid #c2c2c2;
	padding: 6px 5px;
	font-size: 12px;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}
.select_field {
	padding: 5px 5px;
}

.mtop20 {
	margin-top: 20px;
}

.slider:after, .helpforme:after, .header:after, .header_background:after, .friends_block_right:after {
	display: block;
	content: ' ';
	clear: both;
}
.slider {
	width: 100%;
	/*margin: 10px auto 0;*/
}
.main_slider_wrap_wrap{position: relative;height:580px;overflow:hidden;}
.main_slider_wrap{position: relative;width:2774px;height:580px;left:50%;margin-left:-1387px;}
.main_slider{}
.main_slider .flex-direction-nav{display:none;}
.main_slider .flex-control-paging{margin:23px 0 0 0;text-align:center;}
.main_slider .flex-control-paging li{display:inline-block;margin:0 2px;}
.main_slider .flex-control-paging li a{display:block;width:10px;height:10px;text-indent:-99999px;border-radius:100px;border:1px solid #C5C5C5;cursor:pointer;}
.main_slider .flex-control-paging li a.flex-active{position:relative;top:-1px;width:12px;height:12px;background:#ABABAB;}
.main_slider img{z-index:30;position:relative;display:block;width:925px !important;height:580px !important;}
.main_slider .slides li{position:relative;width:925px !important;height:580px !important;}
.main_slider .slides_bg{display:none !important;z-index:31;position:absolute;width:100%;height:100%;}
.left_overlay{display:block;z-index: 30;position: absolute;left:0px;width:925px !important;height:580px !important;background: url(/assets/img/slides_bg.png) 0 0 repeat;}
.right_overlay{display:block;z-index: 30;position: absolute;right: 0;width:925px !important;height:580px !important;background: url(/assets/img/slides_bg.png) 0 0 repeat;}

.slider_title {
	background: #000; 
	width: 925px; 
	height: 170px; 
	position: relative; 
	top: -170px; 
	z-index: 9999; 
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.slider_title_name {
	margin-left: 30px;
	top: -330px;
	position: relative; 
	z-index: 100000;
	font-size: 28px;
	color: #fff;
	font-family: RobotoSlab-Bold, Myriad Pro, Tahoma, Arial;
}
.slider_title_desc {
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 10px;
	font-weight: normal;
	font-family: 'Open Sans', Myriad Pro, Tahoma, Arial;
	width: 545px;
}
.slider_signup {
	top: -380px;
	position: relative; 
	z-index: 100000;
	width: 227px;
	height: 47px;
	float: right;
	right: 66px;
}
.slider_signup input {
	width: 227px;
	height: 43px;
	background: url('/assets/img/signup_button.png') no-repeat;
	cursor: pointer;
	outline: none;
	border: 0;
}
.slider_signup input:hover {
	background: url('/assets/img/signup_button_hover.png') no-repeat;
}
.slider_signup input:active {
	background: url('/assets/img/signup_button_active.png') no-repeat;
}

.helpforme {
	width: 924px;
	margin: 45px auto 0;
}
.helpforme_left {
	float: left;
}
.helpforme_left_title {
	color: #353535;
	font-size: 24px;
	font-family: RobotoSlab-Bold, Myriad Pro, Tahoma, Arial;
}
.helpforme_left_desc {
	margin-top: 18px;
	font-size: 14px;
	color: #282727;
	font-family: 'Open Sans', Myriad Pro, Tahoma, Arial;
	width: 450px;
	line-height: 20px;
}
.helpforme_left_next {
	margin-top: 30px;
}
.helpforme_left_next  input{
	cursor: pointer;
	background: url('/assets/img/next_button.png') no-repeat;
	width: 119px;
	height: 34px;
	outline: none;
	border: 0;
}
.helpforme_left_next  input:hover{
	background: url('/assets/img/next_button_hover.png') no-repeat;
}
.helpforme_left_next  input:active{
	background: url('/assets/img/next_button_active.png') no-repeat;
}
.helpforme_left_pages {
	margin-top: 25px;
}
.helpforme_right {
	background: url('/assets/img/mac.png') no-repeat;
	width: 378px;
	height: 318px;
	float: right;
}
.helpforme_right img {
	float: right;
}
.main_title {
	color: #004964;
	font-size: 32px;
	font-family: RobotoSlab-Bold;
	text-align: center;
}
.main_content {
	margin-top: 40px;
}

.features {
	width: 100%;
	background: url('/assets/img/bg2.jpg') repeat;
	position: relative;
	margin-top: -22px;
}
.features_content {
	width: 924px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 80px;
}
.features .main_content { 
	margin-top: 50px;
}

.features_back_gallery, .features_back_profile, .features_back_events {
	width: 190px;
	height: 190px;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.features_back_gallery { background: url('/assets/img/gallery.png'); }
.features_back_profile{ background: url('/assets/img/profile.png'); }
.features_back_events { background: url('/assets/img/events.png'); }

.features_point {
	width: 250px;
	text-align: center;
	float: left;
}
.features .point2 {
	margin-left: 87px;
}
.features .point3 {
	float: right;
}
.features_title {
	margin: 22px 0 16px;
	color: #353535;
	font-family: RobotoSlab-Bold;
	text-transform: uppercase;
	font-size: 18px;
}
.features_desc {
	color: #141414;
	font-family: Myriad Pro, Tahoma, Arial;
	font-size: 16px;
}

.full_page_content {
	border-radius: 6px;
	line-height: 20px;
	background: #fff;
	font-size: 14px;
	padding: 20px;
	color: #141414;
	font-family: Myriad Pro, Tahoma, Arial;
}
.full_page_main_title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.full_page_title {
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0px;
}



