*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

footer,
article,
aside,
nav,
section {
	display: block;
}

html {
	width: 100%;
}

body {
	font-size: 18px;
	line-height: 1.44;
	font-family: "Open Sans", sans-serif;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: #000;
	background: #F4F4F4 url("../img/body_bg.png");
	font-weight: 400;
	width: 100%;
}


.d-mobile {
	display: none !important;
}

.clearfix {
	clear: both;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #1E88C3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 10px;
}

.img-responsive {
	max-width: 100%;
}

.d-center {
	display: block;
	margin: 30px auto;
}

.wrapper {
	overflow: hidden;
}

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

.text-right {
	text-align: right;
}

.text-uppercase {
	text-transform: uppercase;
}

svg {
	display: inline-block;
	vertical-align: middle;
}

svg path {
	/*stroke:inherit;*/
	/*stroke-width:inherit;*/
	/*fill:inherit;*/
}

.b-header {
	background: #F2E1BE;
	font-size: 14px;
	text-align: right;
	padding: 11px 0;
	margin-bottom: 60px;
}

.top-menu a {
	color: #000;
	display: inline-block;
	margin-left: 20px;
	text-decoration: none;
}

.top-menu a:hover {
	color: #1E88C3;
}

.b-sidebar {
	width: 282px;
	float: left;
	font-size: 16px;
	font-weight: 300;
	padding-left: 30px;
}

.b-toggle {
	display: none;
	float: left;
	position: relative;
	z-index: 20;
}

.author-img {
	position: relative;
	margin-bottom: 5px;
}

.author-img:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	right: 16px;
	bottom: 4px;
	background: #01B028;
	border: 2px solid #FFFFFF;
}

.author-img img {
	border-radius: 50%;
}

.blog-name {
	color: #E78D3C;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.b-social {
	padding-top: 15px;
	border-top: 1px solid #C2C2C2;
	margin: 25px 0 35px 50px;
	font-weight: 600;
	font-size: 15px;
}

.b-social a {
	display: inline-block;
	margin-left: 25px;
	margin-top: 8px;
}

.side-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.b-post {
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.1875;
}

.b-post a,
.b-archive a {
	color: #000;
	text-decoration: none;
	display: block;
}

.b-post a:hover,
.b-archive a:hover {
	color: #1E88C3;
}

.b-post a span {
	color: #1E88C3;
	text-decoration: underline;
}

.b-post img {
	border-radius: 50%;
	margin: 10px 0 5px;
}

.last-post {
	margin-bottom: 35px;
}

.b-date {
	font-size: 14px;
	color: #797979;
	margin-top: 10px;
}

.b-archive {
	font-size: 14px;
}

.b-main {
	margin-left: 395px;
}

.b-white {
	background: #fff;
}

.b-content {
	padding: 65px 50px 15px;
	margin-bottom: 25px;
}

.article-info {
	margin-bottom: 30px;
}

.article-info > * {
	display: inline-block;
	color: #000;
	font-size: 14px;
	background: #F2E1BE;
	border-radius: 3px;
	margin-right: 5px;
	padding: 6px 10px;
}

.article-info a {
	float: right;
	text-decoration: none;
}

h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 30px;
}

.b-select {
	background: #F8EFDE;
}

.avid {
	margin: 30px auto;
	max-width: 100%;
	display: block;
}

.b-content p img,
.comment-body p img {
	display: inline-block;
	vertical-align: middle;
}

.link-to {
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	color: #1E88C3;
	display: inline-block;
	margin: 15px 0 10px;
}

.b-comments {
	padding: 25px 50px;
}

.b-title {
	font-weight: 700;
	margin-bottom: 20px;
}

.comment-item {
	margin-bottom: 20px;
}

.comment-img,
.comment-body {
	display: table-cell;
	vertical-align: top;
}

.comment-body {
	width: 100%;
}

.comment-img img {
	margin-right: 15px;
	border-radius: 50%;
}

.comment-author {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.comment-author span {
	font-weight: 400;
	color: #01B028;
	font-size: 13px;
}

.comment-author span:before {
	content: "\00B7";
	display: inline-block;
	margin: 0 10px;
}

.comment-date,
.b-reply {
	font-weight: 300;
	font-size: 14px;
	color: #797979;
}

.comment-body p {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.comment-body p + img {
	margin-top: 10px;
}

.comment-body video {
	width: 100%;
	max-width: 640px;
	margin-top: 10px;
}

.b-reply {
	display: inline-block;
	text-decoration: none;
}

.comment-like {
	float: right;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 3px;
	color: #8E8E8E;
}

.comment-reply {
	margin-left: 60px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}

.comment-reply .comment-img {
	position: relative;
}

.comment-reply .comment-img:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 30px;
	top: 33px;
	background: #01B028;
	border: 2px solid #FFFFFF;
	border-radius: 50%;

}

.b-footer {
	padding: 30px 0;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.b-main {
		margin-left: 310px;
	}
}

@media (max-width: 990px) {
	.d-large {
		display: none;
	}

	body {
		font-size: 16px;
	}

	.b-sidebar {
		width: 100%;
		float: none;
		padding: 15px 10px;
		margin-top: 35px;
	}

	.b-toggle {
		display: block;
	}

	.author-img,
	.blog-name {
		margin-bottom: 0;
	}

	.author-img img {
		max-width: 70px;
	}

	.author-img:after {
		width: 15px;
		height: 15px;
		right: 7px;
	}

	.b-greeting {
		max-width: 240px;
		display: inline-block;
	}

	.b-social {
		max-width: 200px;
		float: right;
		margin: 10px 0;
	}

	.b-main {
		margin-left: 0;
	}

	.b-content {
		padding: 25px 10px;
	}

	.article-info {
		margin-bottom: 20px;
	}

	.article-info span {
		background: none;
		padding: 0;
		margin-right: 20px;
	}

	h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.d-center {
		margin: 20px auto;
	}

	.link-to {
		font-size: 18px;
	}

	.b-comments {
		padding: 25px 10px;
	}

	.comment-img,
	.comment-body {
		display: block;
	}

	.comment-img {
		float: left;
	}

	.comment-date {
		margin-bottom: 10px;
	}

	.comment-reply {
		margin-left: 20px;
	}

	.comment-author span {
		display: block;
	}
}
