* {
	margin: 0px;
	padding: 0px;
}

body {
	background: rgb(255, 255, 255) url('../img/greyzz.png') repeat scroll 0% 0%;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 23px;
	width: 100%;
}

a {
	color: rgb(10, 120, 194);
	outline: medium none;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 700;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px 0px 11px;
}

strong,
b {
	font-weight: bolder;
}

img {
	border: medium none;
}

h1 {
	margin: 10px 0px;
	font-size: 23px;
	line-height: 28px;
}

h3 {
	margin: 2px 0px 10px;
	font-size: 20px;
	font-weight: normal;
}

.container {
	width: 960px;
	margin: 0px auto;
}

.header {
	width: 960px;
	margin: 0px auto 15px;
	background: transparent url('../img/header.png@v2') no-repeat scroll 0% 0%;
	background-size: cover;
	height: 132px;
	cursor: pointer;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.left-column {
	background: white none repeat scroll 0% 0%;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	padding: 30px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.sidebar {
	float: right;
	width: 280px;
	font-size: 12px;
}

.sidebar-last-posts {
	background: white none repeat scroll 0% 0%;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.sidebar-last-post {
	margin-bottom: 0px;
}

.sidebar-last-post a {
	color: rgb(7, 69, 182);
}

.sidebar-last-post-info {
	font-size: 11px;
	margin-bottom: 15px;
}

.sidebar-last-post-info-login {
	color: rgb(0, 0, 0);
	margin-right: 5px;
}

.sidebar-last-post-info-date {
	margin-right: 5px;
	color: rgb(119, 119, 119);
}

.sidebar-last-post-info-comments {
	color: rgb(119, 119, 119);
	text-decoration: underline;
}

.footer {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	color: rgb(119, 119, 119);
}

.text1 {
	font-size: 13px;
}

.text3 {
	float: right;
	color: rgb(72, 155, 31);
}

img.center {
	display: block;
	margin: 0px auto;
}

.container .left-column img:not(.door__item-img) {
	width: auto;
	height: auto;
	max-width: 95%;
}

.container .left-column .icon img {
	height: 50px;
	width: 50px;
}

@media screen and (max-width: 959px) {

	.header {
		width: 100%;
		background: transparent url('../img/header-600.jpg@v2') no-repeat scroll 0% 0%;
		height: 81px;
	}

	.container {
		width: 594px;
		padding-left: 3px;
		padding-right: 3px;
	}

	.left-column {
		float: none;
		width: 534px;
		margin-left: 0px;
		padding: 30px;
	}

	.sidebar {
		display: none;
	}

	.footer {
		margin-left: 0px;
		text-align: center;
	}

}

@media screen and (max-width: 599px) {


	.container {
		width: 472px;
	}

	.left-column {
		width: 412px;
	}

	.main {
		padding: 0 !important;
	}

	.wisper .txt {
		margin-left: 5px !important;
	}

}
.b-comments {
	line-height: 1;
	margin: 20px 0px 40px;
	overflow: hidden;
}

.b-comments h3 {
	font-size: 18px;
	margin: 0px 0px 15px;
}

.b-comments .comments {
	background-position: 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}

.comments,
.meta-author .rating {
	color: rgb(51, 51, 51);
	float: right;
	font-size: 12px;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
}

.b-field-data {
	background: rgb(242, 242, 242) none repeat scroll 0px 0px;
	padding: 15px 20px;
}

.b-field-data p,
.b-field-data textarea {
	color: black;
	font: 17px/17px Verdana, Geneva, sans-serif;
}

.b-field-data a {
	color: rgb(153, 153, 153);
}

.b-field-data p {
	border-bottom: 1px solid rgb(255, 255, 255);
	margin: 0px -20px 15px;
	padding: 0px 20px 15px;
}

.comment-user {
	padding: 0px;
	margin: 0px 0px 5px 200px;
}

.comment-user .user-info,
.replied-comments .comment-user.level2 .user-info {
	position: relative;
	height: 30px;
}

.message-user .actions {
	font: 11px Verdana, Geneva, sans-serif;
	position: absolute;
	right: 0px;
	bottom: 4px;
	margin: 0px;
	text-transform: lowercase;
	overflow: hidden;
}

.user-info .name {
	color: rgb(51, 51, 51);
	font-size: 12px;
	margin: 12px 0px 0px;
	float: left;
}

.user-info .name:hover {
	background-color: transparent;
	color: rgb(102, 102, 102);
}

.user-info .date,
.replied-comments .comment-user.level2 .user-info .date {
	color: rgb(153, 153, 153);
	font-size: 11px;
	line-height: 11px;
	margin: 12px 0px 0px 25px;
	float: left;
}

.comment-user .icon {
	display: block;
	position: absolute;
	top: 30px;
	z-index: 100;
}

.message-user,
.user-comments .replied-comments .message-user {
	background: rgb(242, 242, 242) none repeat scroll 0% 0%;
	padding: 4px 20px 18px;
	position: relative;
	margin-left: 55px;
}

.message-user p {
	color: rgb(51, 51, 51);
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 0px;
}

.user-info .comment-rating {
	height: 19px;
	line-height: 20px;
	position: absolute;
	right: 0px;
	bottom: 2px;
	z-index: 100;
}

.user-info .plus,
.user-info .minus,
.user-info .amount {
	background: rgb(242, 242, 242) none repeat scroll 0% 0%;
	color: black;
	font: 12px/12px Verdana, Geneva, sans-serif;
	padding: 2px 4px;
	text-decoration: none;
}

.user-info .amount {
	background: rgb(242, 242, 242) none repeat scroll 0% 0%;
	border: medium none;
	padding: 2px 12px;
}

.user-info span.plus,
.comment-rating span.minus {
	color: rgb(204, 204, 204);
}

.comment-user.level1 .message-user {
	background-color: rgb(242, 242, 242);
}

.comment-user.level1 {
	margin-left: 0px;
}

.comment-user.level2 {
	margin-left: 30px;
}

.btn {
	background: rgb(10, 120, 194);
	color: #fff;
	border-radius: 25px;
	padding: 10px 15px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.btn:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.hidden {
	display: none;
}

.user-info {
	margin-bottom: 15px
}

.comment-user .icon {
	top: 45px
}

@media screen and (max-width: 599px) {
	.container {
		width: auto;
		padding: 0
	}

	.main {
		padding: 0 15px !important
	}

	.left-column {
		width: auto;
		padding: 15px
	}

	.header {
		background-size: contain;
	}
}

body * {
	font-family: sans-serif !important;
	line-height: 1.3
}

body a {
	color: #38b4ff
}

.door__title span {
	color: #fff
}

ul li {
	color: #1b354a;
	font-size: 22px !important
}

p:not(.message-user p, #comment-form p) {
	color: #1b354a;
	font-size: 22px;
	margin-bottom: 20px
}

.main {
	background: white none repeat scroll 0% 0%;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	padding: 30px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.wisper {
	display: flex;
}

.wisper .txt {
	margin-left: 20px;
}

.message-user img {
	display: block;
	width: 100% !important;
	max-width: 400px !important;
}

@media (max-width: 959px) {
	.wisper {
		display: block;
	}

	.wisper .picture {
		text-align: center;
	}
}

#warning {
	color: red;
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(5px);
	}

	75% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(0);
	}
}

.error-animation {
	animation-name: shake;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}


@media screen and (max-width: 479px) {

	.header {
		background: transparent url('../img/header-400.jpg@v2') no-repeat scroll 0% 0%;
		height: 81px;
		background-size: contain;
	}

	.container {
		width: 412px;
	}

	.left-column {
		width: 382px;
		padding: 15px;
	}

	p,
	.left-column b {
		font-size: 18px;
	}

}

@media screen and (max-width: 419px) {

	.header {
		background: transparent url('../img/header-300.jpg@v2') no-repeat scroll 0% 0%;
		height: 60px;
	}

	.container {
		width: 312px;
	}

	.left-column {
		width: 282px;
	}

	.container .left-column {
		font-size: 13px;
		line-height: 17px;
	}

	h1 {
		font-size: 20px;
		line-height: 23px;
		margin: 10px 0px;
		text-align: left;
	}

	h3 {
		font-size: 20px;
		font-weight: normal;
		margin: 2px 0px 10px;
		line-height: 23px;
		text-align: left;
	}
}

@media screen and (max-width: 319px) {



	.container {
		width: 232px;
	}

	.left-column {
		width: 202px;
	}

}