
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 300;
}

figcaption {
	text-align: center;
	margin: 20px 0 30px 0;
}

.wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	position: relative;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

.container:after {
	content: "";
	clear: both;
	display: block;
}

.section {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.bo-article-new, .bo-article.tegs-bar-blog, .bo-article.tegs-bar-blog .post-search {
	background: #fff;
	padding: 30px 0;
}

.bo-article {
	padding-top: 30px;
}

.bo-article .content {
	padding-top: 48px;
	padding-bottom: 100px;
	padding-right: 190px;
}

.section .content {
	position: relative;
	z-index: 2;
}

.section .content__left {
	float: left;
}

.section .content__right {
	float: right;
}

.bo-article.tegs-bar-blog .content {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
}

.bo-article.tegs-bar-blog .content__right {
	display: flex;
	justify-content: space-between;
	width: auto;
	margin-left: 130px;
	float: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e3e5;
}

.bo-article.tegs-bar-blog .post-left {
	padding-right: 85px;
}

.bo-article.tegs-bar-blog .post-left__nav ul {
	display: flex;
	align-items: center;
}

.tegs-bar-blog .post-left__nav li {
	font-size: 13px;
	margin-right: 80px;
	margin-bottom: 0;
}

.tegs-bar-blog .post-left__nav li:last-child {
	margin-right: 0;
}

.bo-article.tegs-bar-blog .search-post {
	min-height: 32px;
	position: relative;
}

.bo-article.tegs-bar-blog .post-search {
	margin-left: 0;
	position: absolute;
	right: 0;
	width: 20px;
	overflow: hidden;
	top: -9px;
	transition: all .5s;
}

.post-search.active .close-search {
	opacity: 1;
}

.bo-article.tegs-bar-blog .post-search.active {
	width: 780px;
}

.bo-article.tegs-bar-blog .post-search__input {
	padding-right: 20px;
}

.bo-article.tegs-bar-blog .post-search__btn {
	right: 4px;
}

.tegs-bar-blog .post-left__nav li:hover {
	opacity: 1;
}

.tegs-bar-blog strong {
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: 10px;
	font-weight: 300;
	color: #424242;
}

.btn, a.btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 36px;
	min-width: 151px;
	padding: 0 15px;
	line-height: 36px;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #efefef;
	transition: all .28s cubic-bezier(.29, .04, .23, 1) 0s;
	text-align: left;
	overflow: hidden;
}

.btn:before, a.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #30466d;
	transition: .3s ease-out 0s;
	z-index: 2;
}

.btn:after, a.btn:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 1px solid rgba(66, 66, 66, .3);
	z-index: 1;
}

.btn__text, a.btn__text {
	display: inline-block;
	position: relative;
	top: 1px;
	z-index: 3;
}

.btn__text._mobile, a.btn__text._mobile {
	display: none;
}

@media (max-width: 740px) {
	.btn__text._mobile, a.btn__text._mobile {
		display: inline-block !important;
	}
}

.btn.btn-arr, a.btn.btn-arr {
	padding-right: 50px;
}

.btn.btn-arr .btn__icon, a.btn.btn-arr .btn__icon {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 9px;
	margin: -4.5px 0 0 0;
	z-index: 3;
}

.btn.btn-arr .btn__icon svg, a.btn.btn-arr .btn__icon svg {
	position: absolute;
	top: 0;
	left: 0;
}

.btn.btn-arr .btn__icon svg path, a.btn.btn-arr .btn__icon svg path {
	fill: #efefef;
	transition: all .3s ease 0s;
}

.btn.btn-trsp, a.btn.btn-trsp {
	background: 0 0;
	min-width: 0;
	padding-left: 0;
	color: #424242;
	opacity: 1;
	padding-right: 36px;
	height: 26px;
	line-height: 26px;
}

.btn.btn-trsp:after, .btn.btn-trsp:before, a.btn.btn-trsp:after, a.btn.btn-trsp:before {
	display: none;
}

.btn.btn-trsp .btn__icon, a.btn.btn-trsp .btn__icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(66, 66, 66, .3);
	border-radius: 50%;
	margin: 0;
	transition: .3s ease 0s;
}

.btn.btn-trsp .btn__icon svg, a.btn.btn-trsp .btn__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 9px;
	margin: -4.5px 0 0 -7px;
}

.btn.btn-trsp .btn__icon svg path, a.btn.btn-trsp .btn__icon svg path {
	fill: #424242;
	transition: .3s ease 0s;
}

.progress-container {
	width: 100%;
	height: 3px;
	background: #f4f5f7;
}

.progress-bar {
	height: 4px;
	background: #30466d;
	width: 0;
}

.post-text figure {
	margin: 0;
}

.post-text img {
	max-width: 100%;
	height: auto;
}

.mobile-title-post {
	display: none;
}

.top-menu {
	visibility: visible !important;
}

.post-text figure, .post-text iframe {
	margin-bottom: 30px;
}

.post-text .my-post-name {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -.78px;
	line-height: 40px;
}

.comment-right {
	width: 100%;
}

#wpcomm .wc-comment-right .wc-comment-text p {
	font-weight: 300;
	line-height: 22px;
}

.content__left.my-content-left {
	position: relative;
}

.bo-article .content.my-content-post {
	padding-bottom: 0;
}

.section .table_of_content .title {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 0;
	opacity: .85;
}

.table_of_content_head {
	padding: 15px 25px;
	border-bottom: 1px solid #eff2f5;
}

.table_of_content_body>ul>li>a, .table_of_content_body>ul>li>ul>li>a {
	padding: 15px 25px;
	border-bottom: 1px solid #eff2f5;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.1em;
	transition-duration: .5s;
}

.table_of_content_body li:hover>a, .table_of_content_body li>a.active {
	background: #fff;
	transition-duration: .5s;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

@media (max-width: 740px) {
	.section .content__left {
		float: none;
	}
}

@media (max-width: 740px) {
	.section .content__right {
		float: none;
	}
}

.section .content:after {
	content: "";
	display: block;
	clear: both;
}

.section .title {
	opacity: .96;
	color: #424242;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -.16px;
	line-height: 33px;
	margin: 0 0 20px 0;
}

.section .title {
	opacity: .96;
	color: #424242;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -.16px;
	line-height: 33px;
}

.section .title__sub {
	display: block;
	color: rgba(66, 66, 66, .8);
	font-size: 10px;
	font-family: "Maison Neue Mono";
	font-weight: 400;
	letter-spacing: .8px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.section .title.title__h, .section .title.title__h h1:not(.title__sub), .section .title.title__h h2:not(.title__sub) {
	font-size: 40px;
	letter-spacing: -1.2px;
	line-height: 47px;
}

.section .swiper-nav {
	position: absolute;
	top: -111px;
	right: 0;
	width: 70px;
}

.section-standard.b-related.nsbp-hero-related .swiper-nav {
	top: 50px;
}

@media (max-width: 740px) {
	.section-standard.b-related.nsbp-hero-related .swiper-nav {
		top: 8px;
	}
}

.section-standard.b-related.nsbp-hero-related .swiper-nav .prev {
	margin-right: 8px;
}

.section-standard .swiper-nav .next, .section-standard .swiper-nav .prev, .section .swiper-nav .next, .section .swiper-nav .prev {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid rgba(66, 66, 66, .3);
	transition: .25s ease 0s;
}

.section-standard .swiper-nav .next:before, .section-standard .swiper-nav .prev:before, .section .swiper-nav .next:before, .section .swiper-nav .prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 10px;
	margin: -5px 0 0 -3px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-right-arrow.svg") no-repeat 0 0;
	background-size: contain;
	transform: scale(-1);
}

.section-standard .swiper-nav .next, .section .swiper-nav .next {
	float: right;
}

.section-standard .swiper-nav .next:before, .section .swiper-nav .next:before {
	transform: scale(1);
}

.post-search {
	position: relative;
	margin-bottom: 30px;
}

.post-search__input {
	width: 100%;
	background: 0 0;
	border: none;
	height: 32px;
	padding: 0 30px 0 0;
	border-bottom: 1px solid rgba(70, 70, 70, .2);
}

.post-search__input::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(70, 70, 70, .6);
	-webkit-transition: color .25s ease 0s;
	transition: color .25s ease 0s;
}

.post-search__btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	width: 13px;
	height: 13px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-search.svg") no-repeat 0 0;
	background-size: contain;
	opacity: .5;
	transition: .3 cubic-bezier(.29, .04, .23, 1) 0s;
}

.post-search__btn.nitro-lazy {
	background: none !important;
}

.post-search__input:focus+.post-search__btn {
	opacity: 1;
}

.post-left {
	padding-right: 40px;
}

.post-left__nav li {
	margin-bottom: 17px;
	opacity: .4;
	font-size: 16px;
	font-weight: 500;
	transition: .3s ease 0s;
}

@media (max-width: 1000px) {
	.post-left__nav li {
		font-size: 12px;
	}
}

.post-left__nav li a {
	color: #424242;
	text-decoration: none;
	background-color: transparent;
	background-image: linear-gradient(90deg, #424242 50%, transparent 0);
	background-size: 202% 1px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	transition: background-position .3s;
}

.post-left__nav li:hover a {
	color: #424242;
	text-decoration: none;
	background-position: 0 100%;
}

.post-left__nav li.active {
	opacity: 1;
}

.post-left__nav li.active a {
	color: #424242;
	text-decoration: none;
	background-position: 100% 100%;
}

.post-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	margin-bottom: 40px;
	width: 50%;
}

.post-item__inner {
	position: relative;
}

.post-item__image {
	position: relative;
	font-size: 0;
	margin-bottom: 18px;
	overflow: hidden;
	height: 343px;
}

@media (max-width: 1199px) {
	.post-item__image {
		height: 263px;
	}
}

@media (max-width: 1000px) {
	.post-item__image {
		height: 233px;
	}
}

.post-item__img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform: scale(1.1);
	transition: 373ms cubic-bezier(.29, .04, .23, 1) 0s;
}

.post-item__img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease 0s;
}

.post-item__tag {
	padding-left: 5px;
	padding-right: 40px;
	border-right: 1px solid #e2e3e5;
	color: #30466d;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: .8px;
	display: inline-block;
}

.post-item__tag span {
	display: inline-block;
}

.post-item__name {
	min-height: 148px;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -.78px;
	line-height: 33px;
	max-width: 380px;
	transform: translateY(0);
	transition: 373ms cubic-bezier(.29, .04, .23, 1) 0s;
}

.post-item__name a {
	color: #424242;
	text-decoration: none;
}

.post-item__info {
	position: absolute;
	top: 271px;
	left: 0;
	width: 414px;
	height: 72px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.post-item__info {
		position: relative;
		top: auto;
		height: auto;
		width: 300px;
	}
}

.post-item__info:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translateY(100%);
	transition: .3s cubic-bezier(.29, .04, .23, 1) 0s;
}

@media (max-width: 1199px) {
	.post-item__info:before {
		display: none;
	}
}

.post-item__author {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-right: 28px;
	opacity: 0;
	transition: .15s linear 0s;
}

.post-item__author-pic {
	position: relative;
	z-index: 2;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}

.post-item__author-pic img {
	max-width: 100%;
	border-radius: 50%;
}

.post-item__author-txt {
	opacity: .9;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .8px;
	text-transform: uppercase;
	padding-left: 15px;
}

@media (max-width: 1199px) {
	.post-item__author-txt {
		padding-left: 0;
	}
}

.post-item__date {
	position: relative;
	min-width: 130px;
	padding-right: 11px;
	padding-left: 22px;
	margin-left: 40px;
	line-height: 13px;
	opacity: .9;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .8px;
	text-transform: uppercase;
	font-family: "Maison Neue Mono";
	transition: .15s linear 0s;
	color: rgba(66, 66, 66, .75);
}

@media (max-width: 1199px) {
	.post-item__date {
		opacity: 1;
		transition: 0s ease 0s;
	}
}

.post-item__date:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/time.svg") no-repeat 0 0;
	background-size: contain;
}

.b-related .content {
	padding-top: 84px;
	padding-bottom: 30px;
	padding-left: 140px;
}

@media (max-width: 1199px) {
	.b-related .content {
		padding-left: 140px;
	}
}

@media (max-width: 1000px) {
	.b-related .content {
		padding-left: 0;
	}
}

.b-related .title {
	position: relative;
	margin-bottom: 40px;
}

.b-related .title__sub {
	position: absolute;
	top: 0;
	left: -135px;
}

.b-related .post-item {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.b-related .swiper-nav {
	position: absolute;
	right: 0;
	top: 84px;
}

.bo-article .post-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.bo-article .post-bottom.fixed {
	position: fixed;
	top: 60px;
	z-index: 10;
}

.bo-article .post-bottom.fixed2 {
	position: absolute;
	top: auto;
	bottom: 0;
}

.bo-article .content__right {
	width: 740px;
}

.post-text p, .post-text table, .post-text ul {
	margin: 0 0 45px 0;
}

.post-text h1, .post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6 {
	margin: 0 0 25px 0;
}

.post-text h1 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -1.2px;
	line-height: 47px;
}

@media (max-width: 740px) {
	.post-text h1 {
		font-size: 30px;
		letter-spacing: -.9px;
		line-height: 37px;
	}
}

.post-text h2 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -.78px;
	line-height: 40px;
}

.post-text h3 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -.78px;
	line-height: 33px;
}

.post-text h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.post-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.post-text h6 {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}

.post-text__intro {
	margin: 0 0 40px 0;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -.78px;
	line-height: 33px;
	color: #949494;
}

.post-text p {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -.05px;
	line-height: 30px;
	margin-bottom: 25px;
}

.post-text ul {
	margin: 60px 0;
}

.post-text ul li {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -.05px;
	line-height: 28px;
}

.post-text ul li:last-child {
	margin-bottom: 0;
}

.post-text ul li {
	position: relative;
	padding-left: 32px;
}

.post-text ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #424242;
}

.post-bottom {
	background: #f4f5f7;
	border-top: 3px solid #30466d;
}

.post-back {
	position: relative;
	padding-left: 36px;
	line-height: 20px;
}

.post-back:hover .post-back__icon:before {
	filter: brightness(100);
}

.post-back:hover .post-back__icon {
	background: #30466d;
}

.post-back__icon {
	position: absolute;
	left: 0;
	top: -6px;
	width: 27px;
	height: 27px;
	border: 1px solid rgba(70, 70, 70, .2);
	border-radius: 50%;
}

.post-back__icon:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 8px;
	width: 13px;
	height: 9px;
	margin: -3px 0 0 -1.5px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/back-block_arrow.svg") no-repeat 0 0;
	background-size: contain;
}

.post-back__text {
	position: relative;
	top: 2px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .8px;
	line-height: 18px;
	text-transform: uppercase;
}

.post-share__title {
	display: inline-block;
	vertical-align: middle;
	color: rgba(0, 0, 0, .6);
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .8px;
	line-height: 18px;
	text-transform: uppercase;
	padding-right: 10px;
	margin-bottom: 13px;
}

@media (max-width: 740px) {
	.post-share__title {
		display: none;
	}
}

.post-share__links {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.post-share__link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-bottom: 15px;
}

.post-share__link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}

.post-share__link-fb:before {
	width: 6px;
	height: 13px;
	margin: -6.5px 0 0 -3px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/fb.svg") no-repeat 0 0;
	background-size: contain;
}

.post-share__link-tw:before {
	width: 15px;
	height: 12px;
	margin: -6px 0 0 -7.5px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/tw.svg") no-repeat 0 0;
	background-size: contain;
}

.post-share__link-in:before {
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/linkedin.svg") no-repeat 0 0;
	background-size: contain;
}

.post-author-b {
	width: 501px;
	margin: 0 auto;
	margin-bottom: 25px;
}

@media (max-width: 740px) {
	.post-author-b {
		width: auto;
	}
}

.post-author-b__desc {
	padding-top: 8px;
	max-width: 180px;
}

.post-author-b__desc span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .2px;
	color: rgba(66, 66, 66, .8);
	line-height: 20px;
}

@media (max-width: 740px) {
	.post-author-b__pic {
		width: 89px;
	}
}

.post-author-b__pic img {
	max-width: 100%;
	border-radius: 50%;
}

.post-author-b__info {
	margin-left: 151px;
	padding-top: 12px;
}

@media (max-width: 740px) {
	.post-author-b__info {
		margin-left: 108px;
		padding-top: 27px;
	}
}

.post-author-b__name {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .8px;
	line-height: 29px;
	text-transform: uppercase;
	color: #949494;
}

.post-author-b__name a {
	font-size: 14px;
	color: #424242 !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 14px;
}

.post-author-b__name a:hover {
	text-decoration: underline;
}

.blog-new_right .post-author-b__name {
	text-transform: none;
}

.bo-comments .content-1 {
	padding-top: 30px;
	padding-bottom: 27px;
}

.bo-comments .content-2 {
	padding-top: 45px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(70, 70, 70, .2);
}

.share-art .content-2 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(70, 70, 70, .2);
}

@media (max-width: 740px) {
	.bo-comments .content-2 {
		padding-top: 40px;
	}
}

.bo-comments .content-2 .content__left {
	width: 140px;
}

.bo-comments .content-2 .content__right {
	max-width: 737px;
	margin-right: 226px;
}

.post-text a {
	text-decoration: underline;
}

@media (min-width: 992px) {
	body .section .container .text, body .section .text {
		font-size: 17px;
		line-height: 26px;
		opacity: 1;
	}
	
	body .btn, body a.btn {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		min-width: 175px;
	}
}

.post-text ul li:last-child {
	margin-bottom: 0;
}

.post-related .post-item__name {
	font-size: 20px;
	line-height: 29px;
	min-height: 110px;
}

.post-related .post-item {
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-related .post-item__image {
	max-height: 285px;
}

.post-related .post-item__img {
	transform: unset;
}

.post-related .post-item__info {
	top: 213px;
	width: 100%;
	padding: 0 10px;
}

.my-content-post {
	position: relative;
}

.my-content-post .content__right {
	float: left;
	padding-left: 10px;
}

.my-content-left {
	min-height: 500px;
}

.my-content-post {
	padding-right: 0 !important;
}

.table_of_content_section {
	width: 360px;
	float: right;
}

.table_of_content_head {
	padding: 0;
	border: 0;
	margin-bottom: 18px;
}

.table_of_content_body>ul>li>a, .table_of_content_body>ul>li>ul>li>a {
	border: 0;
}

.table_of_content {
	max-width: 380px;
}

.table_of_content_body>ul>li>a, .table_of_content_body>ul>li>ul>li>a {
	padding: 5px 0 5px 17px;
}

.table_of_content_body>ul>li>a {
	color: #000;
	opacity: .7;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	position: relative;
}

.table_of_content_body>ul>li>a.active {
	border: 0;
	opacity: 1;
}

.table_of_content_body {
	max-height: 80vh;
	overflow: scroll;
}

.table_of_content_container {
	border-bottom: 1px solid rgba(70, 70, 70, .2);
}

.fixed-left-content {
	padding-right: 35px;
}

.my-content-post .fixed-left-content.active, .table_of_content.active {
	position: fixed;
	top: 75px;
	min-width: 190px;
}

.fixed-left-content {
	max-width: 190px;
}

.fixed-left-content .nav-bar {
	position: relative;
	top: 450px;
}

.fixed-left-content .nav-bar-item>a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .8px;
	position: relative;
	padding: 20px 0 45px;
	display: block;
}

.fixed-left-content .nav-bar-item:first-child>a {
	border-bottom: 1px solid rgba(70, 70, 70, .2);
}

.fixed-left-content .hover-post-bar {
	display: none;
}

.hover-post-bar div:not(.hover-post-bar-title) {
	position: static;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
}

.fixed-left-content .nav-bar-item:first-child>a.btn.btn-trsp .btn__icon {
	transform: rotate(180deg);
}

.fixed-left-content a.btn.btn-trsp .btn__icon {
	top: 20px;
}

.table_of_content_container {
	padding-bottom: 11px;
}

.fixed-left-content .hover-post-bar {
	position: absolute;
	top: -165px;
}

.fixed-left-content .hover-post-bar .hover-post-bar-title {
	color: #000;
	text-align: left;
	margin-top: 45px;
}

.fixed-left-content div.hover-post-bar::before {
	display: none;
}

@media (max-width: 1200px) {
	.fixed-left-content {
		display: none;
	}
	
	.table_of_content {
		display: none;
	}
}

.fixed-left-content .hover-post-bar .hover-post-bar-title, .nav-bar-item_right .hover-post-bar .hover-post-bar-title {
	color: #000;
	text-align: left;
	margin-top: 8px;
	font-weight: 500;
	background: #fff;
	line-height: 17px;
}

@media (min-width: 1000px)and (max-width: 1200px) {
	.fixed-left-content {
		display: block;
	}
	
	.hover-post-bar {
		display: none;
	}
	
	.my-content-left .post-back__text {
		font-size: 10px;
	}
	
	.fixed-left-content .nav-bar {
		top: 250px;
	}
	
	.my-content-post .fixed-left-content.active {
		max-width: 140px;
		min-width: 140px;
	}
}

.top_bar_blog {
	display: none !important;
}

.fixed-left-content {
	max-width: 190px;
}

.share-left {
	padding-top: 30px;
}

.share-left .post-share__link {
	border: 1px solid rgba(70, 70, 70, .2);
	border-radius: 50%;
	width: 35px;
	height: 35px;
}

.share-left .post-share__link:hover {
	border-color: #30466d;
}

.share-left .post-share__link:first-child {
	margin-left: 0;
}

.fixed-left-content .nav-bar {
	position: relative;
	top: 450px;
}

.fixed-left-content .nav-bar-item>a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .8px;
	position: relative;
	padding: 20px 0 45px;
	display: block;
}

.fixed-left-content .nav-bar-item {
	border: 1px solid #8390a7;
}

.fixed-left-content .nav-bar-item .btn {
	font-weight: 500;
	color: #30466d !important;
}

.fixed-left-content .nav-bar-item .btn__text {
	display: inline-block;
	position: relative;
	top: -11px;
	z-index: 3;
	right: -34px;
}

.fixed-left-content .nav-bar-item .btn__icon {
	right: unset;
	left: 8px;
}

.fixed-left-content .hover-post-bar {
	display: none;
}

.fixed-left-content .nav-bar-item:first-child>a.btn.btn-trsp .btn__icon {
	transform: rotate(180deg);
}

.fixed-left-content a.btn.btn-trsp .btn__icon {
	top: 20px;
}

.table_of_content_container {
	padding-bottom: 11px;
}

.fixed-left-content .hover-post-bar {
	position: absolute;
	top: -180px;
}

.bo-article-new {
	position: relative;
	overflow: hidden;
	padding-top: 2px;
}

.bo-article-new .container {
	position: static;
}

.bo-article-new .content {
	padding-right: 0;
	position: static;
	padding-top: 25px;
	padding-bottom: 0;
}

.bo-article-new .my-post-name {
	font-size: 34px;
	line-height: 47px;
	color: #424242;
	font-weight: 300;
	font-style: normal;
	letter-spacing: unset;
	margin-bottom: 23px;
}

.bo-article-new .blog-caption-new {
	margin-bottom: 30px;
}

.bo-article-new .post-bottom__time {
	letter-spacing: .8px;
	font-size: 10px;
	color: #424242;
	font-style: normal;
	font-weight: 300;
}

.bo-article-new .post-item__date:before {
	top: -1px;
}

.bo-article-new .post-author-b__pic {
	max-width: 60px;
	border-radius: 50%;
	padding-bottom: 10px;
}

.bo-article-new .post-author-b {
	width: auto;
}

.bo-article-new .post-author-b__info {
	margin-left: 0;
	padding-top: 50px;
}

.bo-article-new .post-share {
	position: relative;
	top: 27px;
}

.bo-article.post-section-bo {
	padding-top: 10px;
}

.post-share__link-fb.blue-icons:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/fb-blue.svg") no-repeat 0 0;
}

.post-share__link-tw.blue-icons:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/tw-blue.svg") no-repeat 0 0;
}

.post-share__link-in.blue-icons:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/svg/linkedin-blue.svg") no-repeat 0 0;
}

.post-back-block {
	line-height: 33px;
	padding-bottom: 25px;
}

.fixed-left-content .share-left {
	transition: all .5s;
	opacity: 0;
}

.fixed-left-content.active .share-left {
	opacity: 1;
}

.post-text ul {
	margin: 35px 0;
}

.post-text ul li {
	margin-bottom: 30px;
}

.table_of_content_container {
	transition: all .5s;
	border-bottom: 1px solid transparent;
}

.post-comments>strong {
	font-size: 20px;
	padding: 10px 0;
	font-weight: 600;
}

.table_of_content_body {
	overflow-x: hidden;
}

.table_of_content_body::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.table_of_content_body::-webkit-scrollbar {
	width: 2px;
}

.table_of_content_body::-webkit-scrollbar-track {
	background: 0 0;
}

.table_of_content_body::-webkit-scrollbar-thumb {
	background: #f1f1f1;
}

.post-section-bo .post-text {
	margin-bottom: 70px;
}

.post-text h1:not(.ct), .post-text h2:not(.ct), .post-text h3:not(.ct), .post-text h4:not(.ct), .post-text h5:not(.ct), .post-text h6:not(.ct) {
	margin-top: 40px;
}

.table_of_content_body>ul>li>a {
	padding-right: 10px;
}

.progress-bar {
	height: 3px;
}

.fixed-left-content .nav-bar {
	opacity: 0;
	transition: all .5s;
	bottom: 0;
	top: 100vh;
}

.fixed-left-content.active .nav-bar {
	position: fixed;
	bottom: 2px;
	left: 3px;
	top: unset;
	min-width: 138px;
	max-width: 140px;
	opacity: 1;
	z-index: -1;
}

.single-post-new-wraper .nsbp-hero-content .table_of_content_section .table_of_content_body>ul li a.active {
	font-weight: 500;
}

.single-post-new-wraper .breadcrumb-mobile .separator, .single-post-new-wraper .breadcrumb .separator {
	font-size: 20px;
	line-height: 6px;
	display: inline-block;
	vertical-align: middle;
	color: #adb5c4;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 1px;
}

.single-post-new-wraper .breadcrumb-mobile .a, .single-post-new-wraper .breadcrumb-mobile .breadcrumb_last, .single-post-new-wraper .breadcrumb .a, .single-post-new-wraper .breadcrumb .breadcrumb_last {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #30466d;
}

.single-post-new-wraper .breadcrumb-mobile .breadcrumb_last, .single-post-new-wraper .breadcrumb .breadcrumb_last {
	color: rgba(66, 66, 66, .75);
}

.single-post-new-wraper .nsbp-hero .post-author-b__pic {
	padding-bottom: 0;
}

.single-post-new-wraper .nsbp-hero .post-author-b__name a {
	display: inline-block;
}

.single-post-new-wraper .nsbp-hero-content .content .fixed-left-content.active .nav-bar {
	z-index: 1;
}

.single-post-new-wraper .nsbp-hero-content .content .nav-bar {
	max-width: 164px;
}

.single-post-new-wraper .nsbp-hero-content .content .nav-bar-item .btn__text {
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .8px;
	color: #30466d;
	left: initial;
	right: initial;
	top: initial;
	margin-top: 4px;
}

.single-post-new-wraper .nsbp-hero-content .content .nav-bar-item:first-child>a {
	padding-left: 20px;
	padding-right: 21px !important;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	min-width: 160px;
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
	background: #fff;
	border-bottom: none;
}

.single-post-new-wraper .nsbp-hero-content .content .nav-bar .nav-bar-item .post-back__icon {
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	height: 9px;
	width: 13px;
	border: none;
	color: #424244;
	margin-right: 10px;
	margin-top: 2px;
	transform: none;
}

.single-post-new-wraper .nsbp-hero-content .content .nav-bar .nav-bar-item_right .post-back__icon {
	margin-right: 0;
	margin-left: 10px;
}

.single-post-new-wraper .nsbp-hero-content .content .active .nav-bar {
	max-width: 163px;
}

.single-post-new-wraper .nsbp-hero-content .content .nav-bar .nav-bar-item .btn:hover .btn__text, .single-post-new-wraper .nsbp-hero-content .content .nav-bar .nav-bar-item .btn:hover .post-back__icon {
	color: #fff;
}

.section.bo-comments {
	z-index: 2;
}

@media (max-width: 1000px) {
	.my-content-post .content__right {
		float: none;
		padding-left: 0;
	}
}

.bo-article .post-bottom {
	position: fixed;
	top: 60px;
	z-index: 10;
	opacity: 1;
	background: 0 0;
}

.progress-container {
	background: 0 0;
}

.post-search .close-search {
	opacity: 0;
	transition: all .5s;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 8px;
	right: 30px;
	cursor: pointer;
}

.post-search .close-search:after, .post-search .close-search:before {
	content: "";
	width: 15px;
	background: #888;
	height: 1px;
	position: absolute;
	top: 7px;
}

.post-search .close-search:before {
	transform: rotate(45deg);
}

.post-search .close-search:after {
	transform: rotate(-45deg);
}

.table_of_content_body>ul>li>a.active {
	transition: .5s all ease;
	background: #f4f5f7;
	color: #30466d;
	font-weight: 500;
}

.table_of_content_body>ul>li>a {
	max-width: 340px;
}

.table_of_content_body>ul li.child_li a {
	padding: 7px 0 7px 35px;
	font-size: 13px;
}

.table_of_content_body .child_li>a:before {
	content: "•";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 23px;
	top: 8px;
	font-size: 17px;
	color: #dadada;
}

.table_of_content_body li:not(.child_li)>a:before {
	content: "";
	width: 12px;
	height: 1px;
	opacity: 0;
	background: #30466d;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s;
	position: absolute;
	left: 0;
	top: 13px;
}

.table_of_content_body li:not(.child_li)>a.active:before {
	opacity: 1;
}

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

.bo-comments .content-2 {
	border-bottom: 0;
}

.post-text ul li::before {
	content: none;
}

.post-left__nav li a {
	position: relative;
}

.post-left__nav li a span {
	position: absolute;
	top: -5px;
	padding-left: 4px;
}

.post-left__nav li {
	opacity: .5;
}

.bo-article .content__left {
	width: 130px;
}

.single-blog_img {
	width: 920px;
	height: 420px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bo-article-new .breadcrumb {
	margin-top: 0;
}

.blog-caption-new .post-text {
	padding-top: 25px;
	max-width: 920px;
}

.blog-new_wr {
	display: flex;
	justify-content: space-between;
}

.blog-new_right .post-item__time {
	position: relative;
	padding-left: 22px;
	line-height: 13px;
	font-size: 11px;
	color: rgba(66, 66, 66, .75);
	font-weight: 400;
	letter-spacing: .8px;
	text-transform: uppercase;
	font-family: "Maison Neue Mono";
	transition: .15s linear 0s;
}

.blog-new_right .post-item__time:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 13px;
	height: 13px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/proj_icon2.png");
	background-size: cover;
}

.nav-bar-item .btn.btn-trsp .btn__icon {
	width: 27px;
	height: 27px;
}

.nav-bar-item .btn.btn-trsp .btn__icon svg {
	width: 13px;
}

.nav-bar-item_right {
	border: 1px solid #8390a7;
	opacity: 0;
	z-index: 1;
}

.nav-bar-item_right .btn__text {
	display: inline-block;
	position: relative;
	top: -11px;
	z-index: 3;
	right: -40px;
}

.nav-bar-item_right .btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .8px;
	position: relative;
	padding: 20px 0 45px;
	display: block;
	font-weight: 500;
	color: #30466d !important;
	padding-right: 50px !important;
}

.nav-bar-item_right .btn__text {
	display: inline-block;
	position: relative;
	top: -11px;
	z-index: 3;
	left: 15px;
}

.nav-bar-item_right .post-back__icon {
	left: unset;
	right: 9px;
	top: 11px;
	border: none;
	transform: rotate(180deg);
}

.nav-bar-item_right .hover-post-bar {
	display: none;
	position: absolute;
	top: -180px;
}

.nav-bar-item_left .post-back__icon {
	left: 9px;
	top: 13px;
	border: none;
}

.nav-bar .nav-bar-item .btn {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #fff;
}

.nav-bar .nav-bar-item .btn:hover {
	background: #30466d !important;
	color: #fff !important;
}

.nav-bar .nav-bar-item .btn:hover .post-back__icon:before {
	filter: brightness(100);
}

.hover-post-bar .post-item__tag {
	background: #30466d;
	padding: 5px 7px;
}

.nav-bar-item_right.active {
	position: fixed;
	bottom: 2px;
	right: 3px;
	opacity: 1;
}

.b-related .post-item__tag {
	opacity: 0;
}

.blog-bottom_action {
	background: #f4f5f7;
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;
}

.blog-bottom_action .blog-bottom_action_img {
	margin-right: 44px;
}

.blog-bottom_action .blog-bottom_action_img img {
	width: 150px;
	height: 150px;
}

.blog-bottom_action .blog-bottom_action_text .title {
	margin-bottom: 10px;
}

.blog-bottom_action .blog-bottom_action_text .description {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -.05px;
	line-height: 27px;
	margin-bottom: 15px;
	opacity: .9;
}

.blog-bottom_action .butt-standard a {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #30466d;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #8390a7;
	letter-spacing: 1px;
	padding: 10px 24px;
	vertical-align: middle;
}

.blog-bottom_action .butt-standard a:hover {
	color: #30466d;
	background: transparent;
}

@media (max-width: 1360px) {
	.bo-article-new .post-author-b {
		width: 160px;
	}
	
	.single-blog_img {
		width: 820px;
	}
	
	.bo-article .content__right {
		width: 700px;
	}
	
	.table_of_content.active {
		min-width: 250px;
		max-width: 250px;
	}
	
	.table_of_content_section {
		width: 300px;
	}
}

@media (max-width: 1200px) {
	.bo-article-new .post-author-b {
		width: 140px;
	}
	
	.single-blog_img {
		width: 650px;
	}
	
	.bo-article-new .my-post-name {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	
	.tegs-bar-blog .post-left__nav li {
		margin-right: 47px;
	}
	
	.bo-article.tegs-bar-blog .post-search.active {
		width: 380px;
	}
	
	.bo-article .content {
		padding-top: 25px;
	}
	
	.share-art .content-2 {
		padding-top: 0px;
	}
	
	.b-related .content {
		padding-bottom: 0;
	}
	
	.post-related .post-item__name {
		margin-bottom: 0;
	}
}

@media (max-width: 1000px) {
	.table_of_content_section .nav-bar {
		display: none;
	}
	
	.blog-bottom_action .blog-bottom_action_img img {
		width: 120px;
		height: 120px;
	}
	
	.single-blog_img {
		width: 500px;
		height: 320px;
	}
	
	.bo-article .content {
		padding-top: 0px;
	}
	
	.bo-article .content__left {
		display: none;
	}
	
	.bo-article.post-section-bo {
		padding-top: 30px;
	}
	
	.btn_to_top {
		bottom: 40px !important;
	}
	
	.b-related .title.title__h {
		font-size: 30px;
		line-height: 50px;
	}
	
	.bo-article.tegs-bar-blog .content {
		padding-top: 50px;
	}
	
	.bo-article.tegs-bar-blog .content__right {
		display: none;
	}
}

@media (max-width: 800px) {
	.bo-article.tegs-bar-blog {
		display: none;
	}
	
	.blog-new_wr {
		flex-wrap: wrap;
	}
	
	.single-blog_img {
		width: 320px;
		height: 250px;
	}
	
	.bo-article-new {
		padding-top: 85px;
	}
	
	.bo-article-new .blog-caption-new {
		margin-bottom: 20px;
	}
	
	.bo-article-new .post-author-b {
		width: auto;
		margin-bottom: 5px;
	}
	
	.bo-article-new .post-author-b__info {
		display: flex;
		padding-top: 3px;
	}
	
	.bo-article-new .post-author-b__pic {
		margin-right: 25px;
	}
	
	.bo-article-new .post-author-b__name {
		margin-bottom: 0px;
	}
	
	.bo-article-new .post-item__date {
		margin-left: 20px;
	}
	
	.bo-article-new .post-item__tag {
		padding-right: 20px;
	}
	
	.bo-article-new .my-post-name {
		font-size: 26px;
		line-height: 33px;
	}
	
	.bo-article-new .breadcrumb {
		margin-bottom: 12px;
	}
	
	.bo-article-new .post-text {
		padding-top: 20px;
	}
	
	.bo-article .content__right {
		width: auto;
	}
	
	.post-text p {
		margin-bottom: 18px;
	}
	
	.share_post_CTA_content .post-share__links a {
		margin-right: 10px;
	}
	
	.blog-bottom_action .blog-bottom_action_img {
		margin-right: 44px;
		margin-bottom: 20px;
	}
	
	.blog-bottom_action {
		padding: 30px;
		flex-direction: column;
	}
	
	.post-section-bo .post-text {
		margin-bottom: 45px;
	}
	
	.bo-comments .content-1 {
		padding-top: 15px;
	}
	
	.b-related .title {
		margin-bottom: 20px;
	}
	
	.post-author-b__desc {
		display: none;
	}
	
	.blog-new_right .post-item__time {
		display: none;
	}
	
	.bo-article-new {
		padding-bottom: 0;
	}
	
	.blog-bottom_action .blog-bottom_action_img img {
		width: 100px;
		height: 100px;
	}
}

.cta_blog.subscription_CTA .b-subscribe .service-item__bts {
	top: 50px;
}

.b-subscribe .mc4wp-form {
	position: absolute;
	left: 0;
	top: 45px;
}

.b-subscribe .title {
	max-width: 200px;
}

.post-related .post-item__date {
	background: #30466d;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 28px;
}

.post-related .post-item__date:before {
	filter: brightness(20);
	left: 7px;
	top: 4px;
}
