* {
	margin: 0;
	padding: 0;
}
body {
	background: #E7EBF2;
}
body, input, select, textarea, button {
	font-family: arial;
	font-size: 15px;
	color: #333333;
}
h1, h2 {
	font-style: normal;
	font-family: tahoma;
	font-weight: normal;
	font-size: 26px;
	color: #333333;
	margin: 10px 0 20px 0;
	text-align:center;
	text-shadow: 1px 1px 1px #FFFFFF;
}
h3 {
	font-style: normal;
	font-family: tahoma;
	font-weight: normal;
	font-size: 21px;
	color: #666666;
	margin: 10px 0;
}
.alignl {
	text-align: left;
}
.alignr {
	text-align: right;
}
.alignc {
	text-align: center;
}
.cust_button {	
	margin-top: 5px;
	padding: 3px 10px;
	font-family: arial;
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF !important;
	border: 1px solid #9c9c9c;
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
	text-decoration: none !important;
	box-shadow: 0 0 3px rgba(0,0,0,0.7);
	border-radius: 5px;
	background: #4477a1;
	background: linear-gradient(to bottom, #81a8cb, #4477a1);
}
.header {
	width: 100%;
	padding: 0;
}
.header .block_top {
	text-align: right;
	border-style: none;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 3px #d0d0d0;
	background: #ECF2F4;
	background: linear-gradient(to bottom, #FDFFFF, #ECF2F4);
}
.header .block_top div, .header .block_middle div, .header .block_bottom div {
	margin: 0 20px;
}
.header .block_bottom div div {
	margin: 0;
}
.header .block_bottom .t {
	display: none;
}
.header .block_top span {
	color: #666666;
}
.header .block_middle {
	height: 50px;
	border-style: none;
	margin: 0;
	padding-top: 0;
	background: url(/images/bg_top.png) #81A8CB repeat-x;
	background-size: auto 50px;
}
.header .block_middle img {
	float: left;
	margin: 4px 0;
	height: 41px;
	border-style: none;
}

#langblock {
	float: left;
	padding: 0;
}

.header .block_bottom {
	text-align: left;
	border-style: none;
	border-top: solid 3px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	background: #ECF2F4;
	background: linear-gradient(to top, #FDFFFF, #ECF2F4);
	position: relative;
}
.header .block_bottom ul {
	list-style: none;
	display: inline-block;
}
.header .block_bottom .home, .header .block_bottom .search, .header .block_bottom .contact, .header .block_bottom .messages, .header .block_bottom .views, .header .block_bottom .likes {
	display: inline-block;
}
.header .block_bottom .home a {
	background: url(/images/top.png) no-repeat;
}
.header .block_bottom .search a {
	background: url(/images/search.png) no-repeat;
}
.header .block_bottom .contact a {
	background: url(/images/support.png) no-repeat;
}
.header .block_bottom .messages a {
	background: url(/images/messages.png) no-repeat;
}
.header .block_bottom .views a {
	background: url(/images/views.png) no-repeat;
}
.header .block_bottom .likes a {
	background: url(/images/likes.png) no-repeat;
}
.header .block_bottom ul li a div, .header .block_bottom .menu_control div {
	display: inline-block;
	font-weight:700;
	padding: 1px 4px;
	text-align: center;
	vertical-align: baseline;
	background-color: #FF5555;
	border: 1px solid #FF5555;
	color: #FFFFFF;
	line-height: 1;
	border-radius: 11px;
}
.header .block_bottom .menu_control div {
	margin: 2px 0 0 0;
}
.header .block_bottom a {
	padding-left:20px;
	margin-right:20px;
	font-family: arial;
	color:#41688B;
	font-weight:700;
	text-decoration: none
}
.header .fix_menu {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	box-shadow: 0 3px 3px #d0d0d0;
}
.menu_control {
	display: none;
	padding: 4px 0;
}
.menu {
	display: inline-block;
	padding: 5px 0;
}

.all {
	width: 100%;
}

.pagebg {
	width: 100%;
	padding: 20px 0;
}

.left-column {
	width: 29%;
	float: right;
	text-align: center;
}
.left-column .content {
	padding: 0 20px;
}
.left-column .group_title {
	height: 25px;
	background: #81A8CB;
	border: 1px solid #81A8CB;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: left;
	padding: 4px 10px 0 30px;
	clear: both;
	font-style: normal;
	font-family: tahoma;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	z-index: 2;
}
.left-column .group_title .left {
	float: left;
}
.left-column .group_title .right {
	font-weight: 700;
	float: right;
	display: none;
}
.left-column .group_title .right::after {
	content: "+";
}
.left-column .group {
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0 0 10px #AFAFAF;
	padding: 20px 10px 10px 10px;
	margin: -10px 0 30px 0;
	position: relative;
	z-index: 1;
}
input[name^="group_title_"] {
	display: none;
}
.left-column .group .personal_cab ul {
	list-style: none;
	text-align: left;
	margin: 15px 0;
}
.left-column .group .personal_cab ul li {
	margin: 3px 0;
	background: #ECF2F4;
	background: linear-gradient(to bottom, #FDFFFF, #ECF2F4);
	border: 1px solid #E6ECEE;
	border-radius: 5px;
	text-align: left;
	vertical-align: middle;
}
.left-column .group .personal_cab ul li:hover {
	background: #ECF2F4;
	background: linear-gradient(to top, #FDFFFF, #ECF2F4);
}
.left-column .group .personal_cab ul li a {
	text-decoration: none;
	color: #3399CC;
	font-weight: 700;
	line-height: 1;
	display: block;
	padding: 8px 0 8px 32px;
	text-align: left;
	vertical-align: middle;
}
.left-column .group .personal_cab .reg {
	float: left;
}
.left-column .group .personal_cab .log {
	float: right;
}
.right-column {
	width: 71%;
	float: right;
	text-align: center;
}
.right-column .content {
	line-height: 1.3;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 10px #AFAFAF;
	margin: 0 10px 0 20px;
}

.themes_title .left {
	text-align: left;
	float: left;
	vertical-align:top;
}
.themes_title .right {
	text-align: right;
	float: right;
	vertical-align:top;
}
.themes_title a, .themes_title h3 {
	color: #41688B;
	text-decoration: underline;
}
.themes_title button {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	border-style: none;
}
.themes_title a:hover, .themes_title h3:hover, .themes_title h3 button:hover {
	color: #FF0000;
	cursor: pointer;
}

.title_uri {
	font-size: 26px !important;
	color: #41688B !important;
}

.top_title .center {
	margin-bottom: 15px;
}
.top_title h1 {
	margin-bottom: 3px;
	text-decoration: underline;
}
.top_title .left {
	text-align: left;
	float: left;
	vertical-align:top;
}
.top_title .right {
	text-align: right;
	float: right;
	vertical-align:top;
}
.top_title a, .top_title h3 {
	color: #41688B;
	text-decoration: underline;
}
.top_title a:hover, .top_title h3:hover {
	color: #FF0000;
}
.share {
	margin: 20px auto;
	text-align: right;
	height: 63px;
}
.share p {
	margin-bottom: 5px;
}
.footer, .acceptcookie {
	background: #D7DBE2;
	border-top: 2px solid #B7BBC2;
	width: 100%;
	text-align: left;
	padding: 10px 0 5px 0;
	clear: both;
}
.acceptcookie {
	background: #E7EBF2;
	padding: 5px 0 0 0;
	position: fixed;
	bottom: 0;
	z-index: 10;
}
.acceptcookie .content div {
	display: inline-block;
	padding: 0 0 5px 0;
}
.acceptcookie .content .col1 {
	float:left;
	width: 75%;
}
.acceptcookie .content .col2 {
	float:left;
	width: 25%;
}
.acceptcookie .content div button {
	margin: 0 10px 0 0;
	background: #fff;
	border: 2px solid #B7BBC2;
	border-radius: 5px;
	padding: 3px 5px;
	outline: none;
}
.acceptcookie .content div button:hover {
	border: 2px solid #777;
}
.footer .content, .acceptcookie .content {
	margin: 0 20px;
}
.footer a {
	color: #0000ff;
	text-decoration: underline;
	white-space: nowrap;
}
.footer a:hover {
	color: #ff0000;
	text-decoration: underline
}
.footer div img {
	width: auto;
	height: 25px;
}
.footer .alignc {
	padding: 5px 0 10px 0;
	clear: both;
}

.preload {
	display: none;
}

@media screen and (min-width: 1300px) {
	.header .block_top div, .header .block_middle div, .header .block_bottom .menu, .all, .footer .content, .acceptcookie .content {
		display: block;
		width: 1300px;
		margin: 0 auto;
	}
	.header .block_middle div div, .header .block_bottom div div {
		width: auto;
	}
	.header .block_top div, .header .block_middle div, .header .block_bottom .menu, .footer .content, .acceptcookie .content {
		width: 1260px;
	}
}
@media screen and (max-width: 860px) {
	.pagebg {
		padding-top: 3px;
	}
	.header .block_top div, .header .block_middle div, .header .block_bottom div, .footer .content, .acceptcookie .content {
		margin: 0 10px;
	}
	.left-column, .right-column {
		width: 100%;
		float: none;
	}
	.left-column {
		margin-bottom: 12px;
	}
	.left-column .content, .right-column .content {
		padding: 0 10px 0 10px;
	}
	.right-column .content {
		margin: 0 10px 10px 10px;
		padding: 10px 20px 20px;
	}
	.left-column .group_title {
		cursor: pointer;
		color: #41688B;
		background: #ECF2F4;
		background: linear-gradient(to bottom, #FDFFFF, #ECF2F4);
		border: 1px solid #DFDFDF;
		box-shadow: 0px 0px 2px #41688B;
		margin-bottom: 1px;
	}
	.left-column .group_title:hover {
		cursor: pointer;
		color: #FFFFFF;
		background: #81A8CB;
	}
	.left-column .group_title .right {
		display: block;
	}
	.left-column .group {
		height: 0;
		padding: 0;
		margin: 0;
	}
	.left-column .ads, .left-column .birthdays, .left-column .new_users {
		display: none;
	}
	input[name^="group_title_"]:checked ~ label .group_title .right::after {
		content: "–";
	}
	.acceptcookie .content div {
		display: block;
	}
	.acceptcookie .content .col1 {
		float:none;
		width: auto;
	}
	.acceptcookie .content .col2 {
		float:none;
		width: auto;
	}
}
@media screen and (max-width: 800px) {
	.header .block_top {
		padding: 1px 0;
	}
	.header .block_top span {
		 font-size: 13px;
	}
	.header .block_bottom li {
		height: auto;
		padding: 2px 10px 2px 0;
	}
	.header .logged .home, .header .logged .contact, .header .logged .views, .header .logged .likes {
		display: none;
	}
	.menu {
		padding: 5px 0;
	}
	.menu_control {
		background: url(/images/menu.png) no-repeat 20px 60%;
		background-size: 20px;
		display: inline-block;
		cursor: pointer;
		height: 20px;
		text-align: left;
		padding: 5px 0;
		position: absolute;
		right: 0;
		z-index: 2;
		width: 55px;
	}
	.full_menu {
		background: #81A8CB;
		display: block !important;
		margin-top: 32px;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 10;
		width: 100%;
		box-shadow: 0px 3px 3px #AFAFAF;
	}
	.full_menu li {
		display: block !important;
		padding: 7px 0 7px 10px !important;
		border-bottom: 1px solid #7ba3B6;
	}
	.full_menu li:hover {
		background: #7198BB;
	}
	.full_menu li a {
		background-image: none !important;
		color: #ffffff !important;
		display: block;
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 600px) {
	.header .block_middle {
		height: 36px;
		background-size: auto 36px;
	}
	.header .block_middle img {
		height: 28px;
	}
	.currlang {
		margin-top: 7px;
	}
}
@media screen and (max-width: 500px) {
	.pagebg {
		padding-top: 2px;
	}
	.left-column .content, .right-column .content {
		padding: 0 10px 0 10px;
	}
	.left-column {
		margin-bottom: 5px;
	}
	.left-column .group_title {
		padding: 3px 10px 0 20px;
	}
	.right-column .content {
		box-shadow: none;
	}
	input[name^="group_title_"]:checked ~ .group {
		margin: -10px 0 10px 0;
	}
}
@media screen and (max-width: 450px) {
	.bgheader {
		padding-top: 5px;
	}
	h1, h2, .title_uri {
		font-size: 22px !important;
	}
	.right-column .content {
		padding: 5px;
	}
}
@media screen and (max-width: 400px) {
	.header .block_top div, .header .block_middle div, .header .block_bottom div, .footer .content, .acceptcookie .content {
		margin: 0 3px;
	}
	.header .block_bottom a {
		margin-right:5px;
	}
	.left-column .content, .right-column .content {
		padding: 0 3px 0 3px;
	}
	.right-column .content {
		margin: 0 3px;
		padding: 5px 3px;
	}
	.footer, .acceptcookie {
		padding: 3px 0 0 0;
	}
}
@media screen and (max-width: 350px) {
	.header .block_bottom .logged a {
		margin-right:2px;
	}
}
@media screen and (max-width: 310px) {
	body, input, select {
		font-size: 14px;
	}
	.header .block_bottom .messages a {
		background: url(/images/messages.png) no-repeat;
		padding-left:20px;
	}
	.header .block_bottom .views a {
		background: url(/images/views.png) no-repeat;
		padding-left:20px;
	}
	.header .block_bottom .likes a {
		background: url(/images/likes.png) no-repeat;
		padding-left:20px;
	}
}
@media screen and (max-width: 280px) {
	.header .block_top span:first-child, .ads_middle {
		display: none;
	}
}
