body {
	font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif
}
.side-right {
	background: -webkit-linear-gradient(to bottom, #8b461f, 80%, #c89666);
	background: linear-gradient(to bottom, #8b461f, 80%, #c89666);
}
.side-left {
	background: -webkit-linear-gradient(to bottom, #06141a, 80%, #2d545e);
	background: linear-gradient(to bottom, #06141a, 80%, #2d545e);
}
.summary div {
	max-width: 60%;
	text-align: left;
	display: inline-block
}
.post-wrapper {
	color: #051622;
	margin-bottom: 50px;
	border-radius: 5px;
	background-color: #fff7f0;
	box-shadow: 0px 0px 10px 0px rgba(39, 49, 65, 0.1);
	text-align: left;
	position: relative;
	max-width: 800px
}
.page-left .post-wrapper {
	float: right
}
.page-right .post-wrapper {
	float: left;
	width: 100%
}
.post-content {
	padding: 20px
}
.post-info {
	margin: 10px auto 20px 0;
	font-size: 15px;
	opacity: .7
}
.post-info .created::after,
.post-info .source::after {
	content: "|";
	margin: 0 5px
}
.post-info .author::after {
	content: "/";
	margin: 0 5px
}
.w-inline-block {
	max-width: 100%;
	display: inline-block
}
.blog-image {}.parallax img {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	padding: 15px;
	width: 100%
}
.blog-image img {
	display: none
}
h2.blog-title {
	margin: 0;
	font-weight: 800;
	font-size: 1.7em;
}
.blog-title-link {
	color: #051622;
	text-decoration: none
}
.blog-title-link:hover {
	color: #8a8481;
}
.post-summary {
	display: inline-block;
	font-family: domine, serif;
	font-size: 15px!important;
	line-height: 28px!important
}
.infographic-list .post-summary p {
	display: block !important;
	width: 70%;
	float: right;
	padding: 0 0 0 20px;
	margin-top: 0
}
.infographic-list .post-summary img.mostview-thumb,
.infographic-list .post-summary img.mostview {
	display: block !important;
	box-shadow: 8px 8px 0px 0px rgba(157, 157, 157, 0.15);
	width: 30%;
	max-width: 300px;
}

.read-more-link {
	display: block;
	padding: 20px;
	transition: color 200ms ease;
	color: #aaa;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: background 0.6s ease-out;
	-moz-transition: background 0.6s ease-out;
	-o-transition: background 0.6s ease-out
}
.page.page-left .read-more-link {
	background: #06141a;
	color: #c0cdd3;
}
.page.page-left .read-more-link:hover{
	background: #2d545e;
	color: #06141a;
}
.page.page-right .read-more-link {
	background: #8b461f;
	color: #fee7d1;
}
.page.page-right .read-more-link:hover{
	background: #c89666;
	color: #8b461f;
}
.page-inner section {
	border-bottom: none;
	padding-bottom: 0 !important
}
.thumb .thumb-label {
	z-index: 400
}
.thumb-label-template {
	font-size: 25px;
	background: linear-gradient(to bottom, #f73232, #530704);
	color: #FFF
}
.thumb-label {
	position: absolute;
	display: block;
	top: -15px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(39, 49, 65, 0.5);
	letter-spacing: 0;
	z-index: 1;
	line-height: 20px
}
.page-left .thumb-label {
	left: -15px
}
.page-right .thumb-label {
	right: -15px
}

.thumb-label-template .thumb-label-template-position {
	display: block;
	padding: 5px 3px 0 3px;
	font-weight: bold
}
.thumb-label-template .r-period {
	font-size: 13px;
	opacity: 0.75;
	display: block;
	font-weight: normal;
	line-height: 20px
}
.thumb-label-template span.views {
	display: block;
	padding: 0;
	margin: -8px;
	font-size: 10px;
	font-weight: bold
}
.icon-wrap {
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.38);
	overflow: hidden;
	display: inline-table
}
.icon-wrap img {
	border: none;
	display: inherit;
	margin-left: -50%;
	margin-right: -50%;
	max-width: 150%;
	max-height: 180px;
	position: relative;
	top: 2px;
}
.back {
	font-size: 30px !important;
}
.back:hover {
    opacity: .3;
}
.open-right .cd-top {
	background: #8b461f url(../../2018/img/cd-top-arrow.svg) no-repeat center 50%
}
.open-left .cd-top {
	background: #06141a url(../../2018/img/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible:hover {
	opacity: .7;
}
.cd-top.cd-is-visible.cd-fade-out:hover {
	opacity: 1;
}
.most-header span img.big-logo {
	display: block;
	margin: 0
}
.most-header span img.small-logo {
	display: none
}
.open-left .most-header span img.big-logo,
.open-right .most-header span img.big-logo {
	margin: 0 auto
}
.at-expanding-share-button-toggle-bg span {
	background-color: #7f0d06!important;
}
/* hide number of views on top ranking */
span.thumb-label-template-position>span {
	display: none!important;
}
.thumb-label-template {
	font-size: 35px;
	padding: 13px 0;
}
.mostread-list section:nth-of-type(100) .thumb-label-template {
	font-size: 30px;
}
.mostread-list section:nth-of-type(100) .post-wrapper {
	margin-bottom: 150px;
}
.page-inner >section p {
	max-width: 800px;
	margin: 0 0 50px;
}
.page-left .page-inner >section p {
	float: right;
}
.page-right .page-inner >section p {
	float: left;
}

/* END hide number of views on top ranking */
@media (max-width: 1010px) {
	.post-info span {
		display: block;
		margin: 0 0 5px
	}
	.post-info span:nth-child(2),
	.post-info span:nth-child(3) {
		display: inline-table
	}
	.post-info span:nth-child(2) {
		margin: 0
	}
	.post-info span:not(.author):after {
		display: none
	}
}
@media screen and (max-width: 49.4375em) {
	.open-right .intro-content h1,
	.open-left .intro-content h1 {
		display: none
	}
	.open-left .side-left .intro-content,
	.open-right .side-right .intro-content {
		top: 20%
	}
	ul.counter li:first-child a:before {
		content: 'keyboard_arrow_up'!important
	}
	ul.counter li:last-child a:before {
		content: 'keyboard_arrow_down'!important
	}
	ul.counter li {
		display: block !important
	}
	ul.counter li:first-child a {
		left: -30px !important
	}
	ul.counter li:last-child a {
		right: 30px !important
	}
	.open-left .most-header,
	.open-right .most-header {
		width: 12% !important;
		padding: 10px
	}
	.open-left .most-header span img.big-logo,
	.open-right .most-header span img.big-logo {
		display: none
	}
	.open-left .most-header span img.small-logo,
	.open-right .most-header span img.small-logo {
		display: block
	}
}
@media screen and (max-width: 39.375em) {
	.icon-wrap {
		max-width: 80%
	}
}
@media (max-width: 730px) {
	.post-summary p,
	.post-summary img.mostview-thumb,
	.post-summary img.mostview {
		width: inherit !important;
		margin: 0 auto
	}
	.infographic-list .post-summary p {
		padding: 0
	}
}
@media (max-width: 699px) {
	.parallax img {
		padding: 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px
	}
}
@media (max-width: 500px) {
	.post-summary img.mostview-thumb,
	.post-summary img.mostview {
		width: 100% !important
	}
	.infographic-list .post-summary p {
		padding: 0
	}
	.back.back-left.material-icons,
	.back.back-right.material-icons {
		top: 1.5em
	}
}
@media (max-width: 452px) {
	.post-info span:nth-child(2),
	.post-info span:nth-child(3) {
		display: inline!important
	}
	.post-info span:nth-child(4) {
		margin: 5px 0 0
	}
}
.parallax {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.mostread-overlay {
	background: rgba(255, 247, 240, .7);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.reset-layout .counter,
.infographic-list .post-wrapper>a.blog-image {
	display: none !important
}
.intro-content h1>span:first-child {
	font-weight: 900;
	font-size: 1.2em
}
.intro-content h1>span:nth-child(2) {
	font-size: 0.6em
}
ul.counter {
	font-size: 70px;
	padding: 0
}
ul.counter li {
	display: inline-block
}
ul.counter li a {
	font-size: 100px;
	width: 40px;
	vertical-align: top
}
.side-left ul.counter li a {
	color: #2d545e
}
.side-left ul.counter li a:hover {
	color: #05abd6
}
.side-right ul.counter li a {
	color: #632401
}
.side-right ul.counter li a:hover {
	color: #c89666
}
ul.counter li div {
	font-weight: 900;
	cursor: default;
	transition: 1s;
	transition-timing-function: ease-out
}
ul.counter li a.void {
	opacity: .3;
	cursor: default;
	pointer-events: none;
}
ul.counter li:first-child a {
	position: relative;
	left: -60px
}
ul.counter li:first-child a:before {
	content: 'keyboard_arrow_left'
}
ul.counter li:last-child a {
	position: relative;
	right: 0
}
ul.counter li:last-child a:before {
	content: 'keyboard_arrow_right'
}
.most-header {
	position: fixed;
	z-index: 201;
	text-align: left;
	width: 50%
}
.open-right .most-header {
	text-align: center;
	left: 0;
	width: 25%
}
.open-left .most-header {
	text-align: center;
	right: 0;
	width: 25%
}
.most-header span img {
	max-width: 100%
}
.open-left .intro-content,
.open-right .intro-content {
	cursor: default
}
.post-content .flash {
	color: #f73232;
	display: none;
	position: relative;
	font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif
}
.post-content .flash.show {
	display: block;
	font-size: 13px
}
.post-content .flash.show:before {
	font-family: 'Material Icons';
	content: 'local_offer';
	margin: 0 5px 0 0;
	vertical-align: middle
}

/* IE hack */
@media all and (-ms-high-contrast:none) {
	.icon-wrap { display: block } /* IE10 */
	*::-ms-backdrop, .icon-wrap { } /* IE11 */
	.profile img {
		border-top-left-radius:0;
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		border-bottom-left-radius:0;
	 }
	 ul.counter li:first-child a,
	 ul.counter li:last-child a{
		top: 20px;
		position: relative;
	}
}