body.blog {
	background: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight: 600;
}
.posts-list-block {
    margin-bottom: 30px;
    padding-bottom: 43px;
    margin-top: 20px;
    background: #F0F4F7;
    padding-bottom: 10px;
    border-radius: 8px;
}
.posts-list-block a,
.head-img {
	display: block;
    position: relative;
}
.posts-list-block .post-img img,
.head-img img {
	height: 400px;
	object-fit: cover;
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.post-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.34) 34%, rgb(0, 0, 0) 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.34) 34%, rgb(0, 0, 0) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.34) 34%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.34) 34%, rgb(0, 0, 0) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.34) 34%, rgb(0, 0, 0) 100%);
    opacity: 0.9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.posts-list-block-header {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 45px;
    line-height: 1;
    margin-top: 10px;
}
.post-data{
    position: absolute;
    bottom: 0;
    padding: 0 40px 20px 40px;
    z-index: 10;
}
.posts-list-block .tag-item,
.post .tag-item,
.cloud-tag-item {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 15px;
	color: #83a7ef;
	border: 1px solid #83a7ef;
	border-radius: 20px;
	margin-right: 7px;
	margin-bottom: 5px;
	transition: 0.1s;
	/*transform: scale(1);*/
}
.posts-list-block .tag-item:hover,
.post .tag-item:hover,
.cloud-tag-item:hover {
    text-decoration: none;
    color: #d2def5;
    transform: scale(1.03);
}
.cloud-tag-item:hover {
	color: #83a7ef;
}
.posts-list-block-meta {
	margin-top: 10px;
}
.posts-list-block-meta * {
    color: #B4B4B5;
    text-transform: uppercase;
}
.posts-list-block .pre-text {
    padding: 30px 40px 10px 40px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
    color: #333;
}
.posts-list-block .green-btn.gradient{
	display: inline-block;
    font-size: 18px;
    font-weight: normal;
    background: linear-gradient(to right,#4CAF50 0%,#8BC34A 100%);
    border-color: #6fba4c;
    color: #fff;
}
.posts-list-block .green-btn .icon{
    top: 6px;
}
.last-posts .posts-header {
	font-size: 22px;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 13px;
    margin-bottom: 0;
    font-weight: 600;
}
.last-posts .posts-list-block .posts-list-block-header,
.last-posts .posts-list-block .posts-list-block-header a{
    font-size: 16px;
    color: #333;
    text-transform: unset;
    margin: 0;
    margin-left: 12px;
    background: transparent;
}
.last-posts .posts-list-block .posts-list-block-header a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to right, #48c6ef 0%, #4ea9ec 100%);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    top: 3px;
    left: -20px;
}

.last-posts .posts-list-block {
    padding: 10px 0px 0px 0px;
    margin: 0;
    border: none;
    background: transparent;
}
.last-posts .posts-list-block .posts-list-block-header a:hover {
    color: #5A86F3;
}
.blog .share {
	margin-top: 30px;

}
.blog .r-itle{
	color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 15px;

}
.blog .share .title{
	color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 15px;
} 
.last-posts .posts-list-block .posts-list-block-meta{
    margin-left: 25px;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.last-posts .posts-list-block .posts-list-block-meta *{
    text-transform: unset;
}
.rubrics {
	margin-top: 30px;
}
.blog .unhover {
	text-decoration: none;
}
.interesting .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.interesting .post-img img {
    border-radius: 8px;
    transition: 0.3s;
    display: block;
    height: 150px;
    object-fit: cover;
    width: 100%;
}
.interesting .post-img:hover img {
    transform: scale(1.1);
}
.interesting .posts-list-block-header{
    font-size: 18px;
}
.interesting .post-data {
    padding: 10px;
}
.interesting .post-img:after{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.interesting a {
    margin-bottom: 20px;
}
a.h2.title:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
span.hightlight {
    background: #FFC107;
}
.blog .pagination {
    text-align: center;
}
ul.pagination.pull-right {
    float: none !important;
    display: inline-block;
}

.comments-item-avatar{
    padding: 20px 0;
    position: relative;
    width: 40px;
    display: inline-block;
    vertical-align: top;
}
.comments-item-content {
    display: inline-block;
    width: calc(100% - 50px);
    padding: 15px;
}
.comments-item {
    border: 1px solid #eef0f3;
    border-radius: 5px;
    padding: 0 20px;
    color: #5b6378;
    margin-bottom: 13px;
}
.comments-item-date {
    font-size: 12px;
    font-weight: 400;
    color: #a3a8b3;
    margin-left: 5px;
}
.comments-item-author {
    font-size: 17px;
    color: #333;
}
.comments-item-top {
    padding-bottom: 5px;
    border-bottom: 1px solid #f8faff;
    margin-bottom: 5px;
}
.comments-item-message {
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word;
    color: #5b6378;
    position: relative;
}
a.reply {
    cursor: pointer;
    color: #428bca;
    font-size: 13px;
    font-weight: 400;
}
.comment-form-wrap {
    padding-bottom: 15px;
}
.ocean .wave {
    top: -145px;
    height: 145px;
}

.wave:nth-of-type(2) {
    top: 0;
    opacity: 1;
    transition: transform 0.75s cubic-bezier( .56,1.39,.81,.96) -.125s;
    height: 205px;
}