/*
Theme Name: Bone
Theme URI: http://bone.minimaldog.net
Version: 1.8
Description: A minimalist and modern responsive WordPress blog theme designed by minimalDog
Author: minimalDog
Author URI: http://minimaldog.net
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 minimalDog.
Tags: one-column, two-columns, responsive-layout, translation-ready, featured-images, editor-style
*/

img,
select {
	height: auto
}

.md-theme .owl-dots .owl-dot span,
.mdSliderWidget .owl-item {
	-webkit-backface-visibility: visible
}

html {
	font-size: 62.5%
}

body {
	font: 400 14px/1.4 Helvetica, Arial, sans-serif;
	color: rgba(0, 0, 0, .8);
	overflow-x: hidden
}

input:not([type]),
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	margin: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	color: rgba(0, 0, 0, .4);
	max-width: 100%;
	background: #fff;
	overflow: hidden;
	vertical-align: middle;
	outline: 0
}

.comment-respond label,
.widget_mc4wp_form_widget label {
	font-variant: small-caps
}

dd,
dl {
	margin-bottom: 1.6em
}

dt {
	font-weight: 700
}

table,
td,
th {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(0, 0, 0, .05)
}

td,
th {
	border-width: 0 1px 1px 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%
}

caption,
td,
th {
	font-weight: 400;
	text-align: left
}

th {
	font-weight: 700
}

td,
th {
	padding: .4em
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	max-width: 100%;
	vertical-align: middle
}

figure {
	margin: 0
}

del {
	opacity: .8
}

ins,
mark {
	background-color: #fff9c0;
	text-decoration: none
}

.o-blockLink,
.o-overlayLink {
	text-decoration: none !important
}

ul {
	list-style: disc
}

label {
	display: block;
	margin-bottom: 10px
}

input:not([type]),
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
	padding: 8px;
	width: 100%;
	height: 36px;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

textarea {
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 4px;
	line-height: 1.4;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

input:not([type]):focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	color: rgba(0, 0, 0, .8);
	border-color: rgba(0, 0, 0, .2)
}

input[type=checkbox],
input[type=radio] {
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px
}

select {
	display: block;
	max-width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 0 0 0 transparent inset;
	padding: .6em .8em;
	color: rgba(0, 0, 0, .5)
}

.o-overlayLink,
a.u-stretched {
	background-color: rgba(0, 0, 0, 0)
}

select:hover {
	border: 1px solid rgba(0, 0, 0, .4)
}

.u-noBorder {
	border: none !important
}

.u-stretched {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10
}

.u-absCentered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.u-absCenteredY {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 100%
}

.o-overlayLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.o-blockLink {
	display: block
}

.o-imageCropper {
	position: relative;
	overflow: hidden
}

.o-imageCropper img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	height: auto
}

.u-ratio16to9,
.u-ratio2to1,
.u-ratio3to1 {
	height: 0;
	position: relative;
	overflow: hidden
}

.u-alignRight {
	text-align: right
}

.blockDivider,
.blockHeading--grey--center,
.blockHeading--inner>span i,
.reviewBox-summary-totalScore,
.reviewBox-summary-totalScore-wrap,
.u-alignCenter {
	text-align: center
}

.u-floatLeft {
	float: left
}

.u-floatRight {
	float: right
}

.u-ratio2to1 {
	padding-bottom: 50%
}

.u-ratio16to9 {
	padding-bottom: 56.25%
}

.u-ratio3to1 {
	padding-bottom: 33.33%
}

.u-inlineList,
.u-noStyleList {
	margin: 0;
	padding: 0;
	list-style: none
}

.u-wideBlock--content,
.u-wideBlock--content--full {
	margin-left: calc(570px - 50vw)
}

.u-inlineList>li {
	display: inline-block
}

.u-wideBlock--content--full {
	margin-right: -40px
}

.hasLeftSidebar .u-wideBlock--content {
	margin-left: auto;
	margin-right: calc(570px - 50vw)
}

.hasLeftSidebar .u-wideBlock--content--full {
	margin-left: -40px;
	margin-right: calc(570px - 50vw)
}

.layoutContent--fullwidth .u-contentAlign,
.layoutContent--fullwidth .u-wideBlock--content,
.layoutContent--fullwidth .u-wideBlock--content--full {
	margin-left: auto;
	margin-right: auto
}

.u-fullwidth {
	margin-left: calc(570px - 50vw);
	margin-right: calc(570px - 50vw)
}

.u-contentAlign {
	margin-left: calc(50vw - 570px)
}

.hasLeftSidebar .u-contentAlign {
	margin-left: auto;
	margin-right: calc(50vw - 570px)
}

.u-floorFade {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%)
}

.o-backgroundImg,
.u-hasBackgroundImg {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.u-hasBackgroundImg {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.flexbox {
	display: table;
	width: 100%
}

.flexbox-item {
	display: table-cell;
	vertical-align: middle
}

.o-media,
.o-media-body {
	overflow: hidden;
	zoom: 1
}

.o-media-body,
.o-media-left,
.o-media-right {
	display: table-cell;
	vertical-align: top
}

.o-backgroundImg,
.o-backgroundImg--dimmed:after {
	display: block;
	-webkit-transition: all .2s ease-out;
	bottom: 0;
	right: 0
}

.btnSet .btn,
.o-media--middle {
	vertical-align: middle
}

.o-media-left {
	padding-right: 10px
}

.o-media-right {
	padding-left: 10px
}

.o-media-left>img,
.o-media-right>img {
	max-width: initial
}

.o-imgCropper {
	position: relative;
	overflow: hidden
}

.o-backgroundImg,
.o-imgCropper img,
.o-overlay {
	position: absolute;
	left: 0
}

.o-imgCropper img {
	top: 50%;
	height: auto;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}

.o-backgroundImg {
	top: 0;
	transition: all .2s ease-out
}

.o-backgroundImg--dimmed:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	transition: all .2s ease-out
}

.middot {
	margin: 0 6px
}

.o-scrollerX {
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	font-size: 0
}

.o-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4)
}

.responsiveEmbedVideo {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.responsiveEmbedVideo embed,
.responsiveEmbedVideo iframe,
.responsiveEmbedVideo object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.responsiveEmbed embed,
.responsiveEmbed iframe,
.responsiveEmbed object {
	max-width: 100%
}

.layoutBody {
	margin: 0 auto
}

.layoutContent {
	margin-top: 50px;
	margin-bottom: 50px
}

.layoutContent-main {
	float: left;
	width: 70%;
	padding-right: 30px
}

.layoutContent-main.hasLeftSidebar {
	padding-left: 30px;
	padding-right: 0;
	float: right
}

.theiaStickySidebar {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate(0, 0);
	transform: translate3d(0, 0, 0)
}

.layoutContent-sidebar {
	float: left;
	width: 30%;
	padding-left: 20px
}

.layoutContent-sidebar.sidebar--left {
	padding-left: 0;
	padding-right: 20px
}

.contentWrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.btn,
a.btn,
input[type=submit] {
	display: inline-block;
	position: relative;
	padding: 9px 16px;
	color: rgba(0, 0, 0, .6);
	background: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .15);
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	border-radius: 999em;
	-webkit-tap-highlight-color: transparent;
	letter-spacing: -.02em;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga"on;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.metaBtn,
.postNavigation a {
	text-decoration: none !important
}

.blockHeading,
.reviewBox-breakdown>h5 {
	text-transform: uppercase;
	font-weight: 700
}

.btn:hover,
input[type=submit]:hover {
	color: rgba(0, 0, 0, .8);
	border-color: rgba(0, 0, 0, .3)
}

input[type=submit] {
	color: rgba(255, 255, 255, 1);
	border: 1px solid #666;
	background: #666
}

.btn.btn--ghost,
.btn.btn--transparent {
	background-color: transparent !important
}

input[type=submit]:hover {
	color: rgba(255, 255, 255, .9)
}

.btn>i:first-child:not(:last-child) {
	margin-right: 5px
}

.btn>i:last-child:not(:first-child) {
	margin-left: 5px
}

.btn.btn--pill {
	border-radius: 999em
}

.btn.btn--ghost {
	color: #fff !important;
	border-color: #fff !important;
	opacity: .95
}

.btn.btn--ghost:hover {
	opacity: 1
}

.btn.btn--small {
	font-size: 12px
}

.btn.btn--big {
	font-size: 18px
}

.btn.btn--solid {
	color: rgba(255, 255, 255, 1);
	border: 1px solid transparent
}

.btn.btn--solid:hover {
	color: rgba(255, 255, 255, .9);
	border-color: rgba(0, 0, 0, .05)
}

.btn.btn--circle {
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 999em;
	min-width: initial
}

.metaBtn {
	display: inline-block;
	height: 32px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #eee;
	background: #fff;
	color: rgba(0, 0, 0, .4);
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: all .2s ease !important;
	transition: all .2s ease !important
}

.metaBtn:active,
.metaBtn:hover {
	color: rgba(0, 0, 0, .8);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03)
}

.metaBtn+.metaBtn {
	margin-left: 4px
}

.metaBtn i {
	font-size: 14px;
	line-height: 30px;
	color: rgba(0, 0, 0, .1);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.postNavigation .flexbox-item,
.postNavigation span {
	-webkit-transition: all .2s ease-out;
	position: relative
}

.btnSet .btn {
	margin-right: 6px
}

.btnSet .btn:last-child {
	margin-right: 0
}

.blockDivider {
	position: relative;
	margin-bottom: 30px
}

.blockDivider:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-bottom: 1px solid #eee
}

.blockDivider>span {
	position: relative;
	padding: 4px 10px;
	border: 1px solid #eee;
	text-transform: uppercase;
	background: #fff;
	font-size: 12px;
	letter-spacing: 1px
}

.blockHeading {
	margin-bottom: 24px;
	font-size: 16px
}

.blockHeading i {
	margin-right: 10px
}

.blockHeading--grey {
	line-height: 1;
	background-color: #fafafa;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.blockHeading--grey>span {
	padding-right: 20px;
	background-color: #fff
}

.blockHeading--grey--center>span {
	padding-left: 20px
}

.blockHeading--inner {
	margin: -10px 0 20px
}

.blockHeading--inner>span {
	display: inline-block;
	padding: 0 20px 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.blockHeading--inner>span i {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	border-radius: 100%;
	color: #59C07B;
	background: #fff;
	font-size: 14px;
	line-height: 26px
}

.reviewBox {
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .05)
}

.reviewBox>div {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px
}

.reviewBox-breakdown {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.reviewBox .blurb {
	font-size: 15px;
	line-height: 1.6
}

.reviewMeter-item {
	position: relative;
	margin-top: 20px
}

.progressContainer {
	position: relative;
	height: 6px;
	width: 100%;
	background: #eee;
	border-radius: 4px;
	overflow: hidden
}

.progressContainer-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}

.reviewMeter-item-name {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin: 5px 0;
	color: rgba(0, 0, 0, .6)
}

.reviewMeter-item-score {
	position: absolute;
	bottom: 11px;
	right: 0;
	padding: 4px 8px;
	border-radius: 4px 4px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.reviewMeter-item-score:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 100%;
	border: 0 solid transparent;
	border-width: 6px 0 6px 6px;
	border-top-color: #aaa
}

.reviewBox-summary {
	margin: 0 10px
}

.reviewBox-summary-blurb {
	padding-right: 101px
}

.reviewBox-summary-totalScore:not(:last-child) {
	float: right
}

.reviewBox-summary-totalScore-wrap {
	display: inline-block;
	color: #fff;
	border-radius: 4px
}

.reviewBox-summary-totalScore-wrap div {
	width: 90px;
	height: 80px;
	font-size: 46px;
	line-height: 80px;
	font-weight: 700
}

.reviewBox-summary-totalScore-wrap span {
	display: inline-block;
	width: 90px;
	height: 24px;
	font-size: 10px;
	line-height: 19px;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, .2);
	box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, .1);
	border-radius: 0 0 4px 4px
}

.postNavigation--fw,
.postNavigation-inner {
	background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, .05)
}

.reviewBox-summary h5 {
	text-transform: uppercase;
	margin-top: 0
}

.reviewBox-summary ul {
	padding-left: 0;
	font-size: 14px;
	line-height: 1.6;
	list-style: none
}

.reviewBox-summary ul li {
	margin-bottom: 4px
}

.reviewBox-summary ul i {
	margin-right: 10px
}

.reviewBox-summary-prosNCons {
	padding-right: 91px
}

.reviewBox-summary-conList,
.reviewBox-summary-proList {
	float: left;
	width: 50%;
	padding-right: 10px
}

.reviewBox-summary-proList i {
	color: #6DC77A
}

.reviewBox-summary-conList i {
	color: #F64747
}

.postNavigation {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: right
}

.hasLeftSidebar .postNavigation {
	text-align: left
}

.postNavigation-inner {
	display: inline-block;
	width: 100%;
	max-width: 918px;
	border-radius: 0 4px 4px 0
}

.hasLeftSidebar .postNavigation-inner {
	border-radius: 4px 0 0 4px
}

.postNavigation-thumb {
	max-width: 100px;
	float: right;
	margin: 0 0 10px 10px
}

.postNavigation-next .postNavigation-thumb {
	float: left;
	margin: 0 10px 10px 0
}

.postNavigation .postNavigation-thumb img {
	border-radius: 4px
}

.authorName a,
.tabs-nav a {
	text-decoration: none
}

.postNavigation .flexbox-item {
	width: 50%;
	vertical-align: top;
	transition: all .2s ease-out
}

.menuToggleBtn,
.siteHeader-content .btn,
.siteTitle,
.userActions {
	vertical-align: middle
}

.postNavigation .flexbox-item:first-child {
	border-right: 1px solid rgba(0, 0, 0, .05)
}

.postNavigation-prev {
	padding: 30px 20px;
	text-align: left
}

.postNavigation-next {
	padding: 30px 20px;
	text-align: right
}

.postNavigation--fw .postNavigation-prev {
	padding-left: 0
}

.postNavigation--fw .postNavigation-next {
	padding-right: 0
}

.postNavigation span {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	transition: all .2s ease-out
}

.postNavigation .postTitle {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-transform: none
}

#loginform label,
.loadMoreBtn,
.siteLogo-name,
.tabs-nav a {
	text-transform: uppercase
}

.tabs-nav {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.tabs-nav>li {
	display: inline-block;
	margin-left: 15px
}

.tabs-nav>li:first-child {
	margin-left: 0
}

.tabs-nav a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: rgba(0, 0, 0, .4);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.tabs-nav a:hover,
.tabs-nav li.active a {
	color: rgba(0, 0, 0, .8)
}

.tabs-nav a:hover:after,
.tabs-nav li.active a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	border-bottom: 1px solid rgba(0, 0, 0, .8)
}

.tabs-content .tabs-content-section:not(.active) {
	display: none
}

.tabs-content-section {
	padding: 40px 0
}

.authorBox {
	overflow: hidden;
	background: #fff;
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03)
}

.pagePagination a,
.siteLogo {
	text-decoration: none !important
}

.authorBox-avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px
}

.authorBox-avatar img {
	border-radius: 50%
}

.authorBox-text {
	padding-left: 95px
}

.authorBox-bio {
	color: #888;
	font-size: 15px;
	line-height: 1.5
}

.authorBox--large .authorBox-bio {
	font-size: 16px
}

.authorBox-socials>li {
	padding: 4px 3px
}

.authorBox-socials>li>a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #aaa;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.authorBox-socials>li>a:hover {
	border-color: #aaa
}

.authorMostLikedPosts ul>li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.authorBox--large .authorBox-name {
	font-size: 24px;
	font-weight: 700
}

.authorBox--large .authorBox-avatar {
	width: 120px;
	height: 120px;
	margin-right: 0
}

.relatedPosts {
	position: relative;
	margin-top: 40px
}

.block--classic .relatedPosts,
.relatedPosts article {
	margin-bottom: 20px
}

.relatedPosts--alt .post--card--paper--micro {
	min-height: 220px
}

.pagePagination {
	padding-top: 40px;
	font-size: 0;
	text-align: center;
	clear: both
}

.pagePagination a {
	color: rgba(0, 0, 0, .8)
}

.pagePagination a:hover {
	border-color: rgba(0, 0, 0, .3)
}

.pagePagination .page-numbers {
	display: inline-block;
	min-width: 34px;
	height: 34px;
	margin: 3px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	background: #fff
}

.pagePagination .page-numbers.current {
	background: #f5f5f5;
	font-weight: 700
}

.pagePagination .page-numbers:first-child {
	margin-left: 0
}

.pagePagination .page-numbers:last-child {
	margin-right: 0
}

.pagePagination .next,
.pagePagination .prev {
	width: auto;
	padding: 0 15px
}

.pagePagination .prev:before {
	content: '\00ab\20'
}

.pagePagination .next:after {
	content: '\20\00bb'
}

.pagePagination--compact div {
	display: inline-block
}

.pagePagination--compact a {
	display: inline-block;
	width: auto;
	padding: 0 10px;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px
}

.pagePagination--compact .olderPosts:not(:first-child) {
	margin-left: 10px
}

.loadMoreBtn {
	width: 280px;
	height: 40px;
	margin: 40px auto 30px;
	text-align: center;
	background: #eee;
	line-height: 40px;
	font-size: 12px;
	color: rgba(0, 0, 0, .6);
	border-radius: 200px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.loadMoreBtn.is-active {
	background: #fff;
	color: rgba(0, 0, 0, .6);
	cursor: pointer
}

.loadMoreBtn.is-loading {
	background: #fff;
	color: rgba(0, 0, 0, .4)
}

.loadMoreBtn.is-active:hover {
	border: 1px solid rgba(0, 0, 0, .2)
}

.popover,
.popover--bottom {
	top: 100%;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .35);
	left: 50%;
	background: #fff
}

.loadMoreBtn i {
	margin-left: 10px;
	display: none
}

.loadMoreBtn.is-active i,
.loadMoreBtn.is-loading i {
	display: inline-block
}

.popover {
	position: absolute;
	min-width: 180px;
	padding: 10px 0;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	opacity: 0;
	visibility: hidden;
	display: none
}

.popover.is-active,
.userActions-popover.is-active,
.userActions:hover .userActions-popover {
	visibility: visible;
	opacity: 1
}

.popover.is-active {
	display: block;
	z-index: 999
}

.popover--bottom {
	bottom: auto;
	right: auto;
	margin-top: 12px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.popover-arrow {
	position: absolute;
	left: 50%;
	bottom: -13px;
	clip: rect(0 18px 18px -4px);
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%)
}

.popover-arrow:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	-ms-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, .8)
}

.popover--bottom .popover-arrow {
	top: 0;
	bottom: auto;
	left: 50%;
	right: auto;
	clip: rect(0 18px 14px -4px);
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%)
}

.popover--bottom .popover-arrow:after {
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	-ms-transform: rotate(45deg) translate(6px, 6px);
	transform: rotate(45deg) translate(6px, 6px);
	box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, .44)
}

.popover.popover--alignRight {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.popover.popover--alignRight .popover-arrow {
	left: auto;
	right: 5px
}

.siteHeader {
	position: relative;
	z-index: 99
}

.siteHeader-content {
	padding-bottom: 10px;
	padding-top: 10px
}

.siteHeader-component--left {
	text-align: left
}

.siteHeader-component--center {
	text-align: center
}

.headerActions,
.siteHeader-component--right,
.siteHeader-component--right .siteHeader-widgetArea .mdAdWidget {
	text-align: right
}

.siteHeader-component--left,
.siteHeader-component--right {
	width: 30%
}

.siteHeader--standard--left .siteHeader-component--left,
.siteHeader--standard--left .siteHeader-component--right {
	width: auto
}

.siteHeader-component--center {
	width: 40%
}

.menuToggleBtn {
	margin: 10px 5px 10px 0
}

.siteTitle {
	display: inline-block
}

.siteTitle--small .siteLogo img {
	max-width: 100%;
	max-height: 70px;
	width: auto
}

.siteHeader--minimal .siteTitle--compact.siteTitle--small,
.siteTitle--compact {
	max-width: 180px;
	max-height: 65px;
	overflow: hidden
}

.siteHeader--minimal .siteTitle--compact {
	max-width: initial
}

.siteTitle--compact .siteLogo img {
	max-width: 100%;
	max-height: 65px;
	width: auto
}

.siteLogo {
	display: block
}

.siteLogo-name {
	font-size: 30px;
	font-weight: 700
}

.siteTitle--compact .siteLogo-name,
.siteTitle--small .siteLogo-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px
}

.siteLogo-description,
.userActions-popover ul a {
	font-size: 13px;
	color: rgba(0, 0, 0, .4)
}

.siteTitle--small .siteLogo-description {
	display: none
}

.headerActions>div,
.userActions {
	display: inline-block
}

.siteHeader-widgetArea {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.siteHeader-component--right .siteHeader-widgetArea {
	padding: 0;
	border: none
}

.userActions {
	position: relative
}

.userActions-btn {
	position: relative;
	margin-left: 2px;
	padding-right: 40px
}

.siteHeader .userActions-btn {
	margin-left: 2px
}

.userActions-btn .avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	border-radius: 100%;
	overflow: hidden
}

.compactSearch,
.siteFollow,
.siteHeader-nav.isSearchActive {
	position: relative
}

.isSearchActive .compactSearch,
.navigation--offCanvas .subMenuToggle i {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.userActions-popover {
	padding: 8px 0;
	background: #fff
}

.userActions-popover ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left
}

.userActions-popover ul a {
	display: block;
	position: relative;
	padding: 8px 16px;
	border-radius: 3px;
	text-decoration: none
}

.userActions-popover ul a:hover {
	color: rgba(0, 0, 0, .8)
}

.userActions-popover .popover-arrow {
	right: 3px !important
}

.userActions-links {
	padding: 14px 10px 10px
}

.userActions-links ul {
	margin: -6px;
	padding: 0;
	list-style: none;
	text-align: center
}

.userActions-links li {
	display: inline-block;
	padding: 6px 0;
	font-size: 12px;
	color: rgba(0, 0, 0, .4)
}

.userActions-links li:not(:last-child):after {
	content: '\00b7'
}

.userActions-links a {
	display: inline-block;
	padding: 0 10px;
	color: rgba(0, 0, 0, .4)
}

.siteFollow {
	display: inline-block
}

.socialList {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left
}

.socialList a {
	display: block;
	white-space: nowrap;
	font-size: 13px;
	text-decoration: none;
	padding: 8px 16px;
	color: rgba(0, 0, 0, .4)
}

.socialList a:hover {
	color: rgba(0, 0, 0, .8)
}

.socialList i {
	margin-right: 10px;
	font-size: 14px
}

.socialList--inline {
	margin: -3px
}

.socialList--inline>li {
	display: inline-block;
	padding: 3px
}

.socialList--inline>li>a {
	padding: 0;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 100%;
	color: #fff;
	background: #666;
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .2)
}

.compactSearch,
.siteHeader .searchField,
.socialList--inline {
	display: inline-block;
	vertical-align: middle
}

.socialList--inline>li>a:hover {
	color: #fff
}

.socialList--inline i {
	margin-right: 0
}

.socialList--inline .socialList-facebook a {
	background: #3b5998
}

.socialList--inline .socialList-twitter a {
	background: #55acee
}

.socialList--inline .socialList-google a {
	background: #dd4b39
}

.socialList--inline .socialList-instagram a {
	background: #3f729b
}

.socialList--inline .socialList-pinterest a {
	background: #cc2127
}

.socialList--inline .socialList-tumblr a {
	background: #35465c
}

.socialList--inline .socialList-linkedin a {
	background: #0077b5
}

.socialList--inline .socialList-youtube a {
	background: #cd201f
}

.socialList--inline .socialList-vk a {
	background: #45668e
}

.socialList--inline {
	line-height: 1
}

.md_offCanvasMenu-social .socialList--inline {
	text-align: center;
	padding: 4px
}

.isSearchActive>.container>.flexbox>:not(:last-child) {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0s 0s;
	transition: all 0s 0s
}

.siteHeader .searchField {
	padding: 10px 0
}

.compactSearch {
	padding: 0
}

.compactSearch .flexbox-item:last-child {
	width: 56px;
	text-align: right
}

.compactSearch .searchField {
	display: none
}

.isSearchActive .compactSearch {
	padding: 0 56px 0 10px;
	width: 420px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.isSearchActive .compactSearch .searchField {
	display: block
}

.compactSearch .searchField-form-input {
	height: 36px;
	line-height: 36px;
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	padding-left: 34px;
	padding-right: 0
}

.compactSearch .searchField-form-input:focus {
	border-bottom: 1px solid #eee
}

.compactSearch .searchField-form-btn {
	left: 0;
	text-align: left
}

.isSearchActive .compactSearch .searchToggleBtn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.compactSearch .searchToggleBtn.btn--circle i {
	margin: 0 !important
}

.compactSearch .searchToggleBtn span {
	margin-right: 5px
}

.compactSearch .searchToggleBtn.isActive {
	width: 36px;
	height: 36px;
	padding: 0;
	line-height: 36px
}

.compactSearch .searchToggleBtn .iconClose,
.compactSearch .searchToggleBtn.isActive .iconSearch,
.compactSearch .searchToggleBtn.isActive span {
	display: none
}

.compactSearch .searchToggleBtn .iconSearch,
.compactSearch .searchToggleBtn.isActive .iconClose {
	display: inline-block
}

.searchField-form {
	max-width: 100%;
	position: relative
}

input.searchField-form-input {
	width: 100%;
	padding: 0 32px 0 16px;
	border: 1px solid #eee;
	border-radius: 999px
}

.siteHeader--compact .siteHeader-nav,
.siteHeader--minimal .siteHeader-nav {
	border-top: none
}

.searchField-form-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -15px;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: none;
	outline: 0;
	color: rgba(0, 0, 0, .2);
	font-size: 18px;
	line-height: 1;
	text-align: center
}

.loginFormWrapper .modal-dialog {
	margin: 100px auto 0;
	width: 300px;
	padding: 36px 24px;
	background: #fff;
	font-weight: 400;
	overflow: hidden;
	border-radius: 4px
}

.loginFormWrapper .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 12px;
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer
}

#loginform p {
	margin-bottom: 0
}

#loginform label {
	color: rgba(0, 0, 0, .6);
	font-size: 11px;
	font-weight: 400
}

#loginform .login-remember label {
	font-size: 13px;
	text-transform: none
}

#loginform .input,
#loginform input[type=text] {
	width: 100%;
	margin: 2px 6px 16px 0;
	color: rgba(0, 0, 0, .8);
	outline: 0
}

#loginform .login-submit {
	margin-top: 18px
}

#loginform .login-submit input {
	width: 100%;
	border-radius: 999em
}

.loginFormWrapper .login-register {
	display: block;
	margin-top: 10px;
	text-decoration: none
}

.loginFormWrapper .login-lostPwd {
	display: inline-block;
	margin-top: 18px;
	font-size: 13px;
	color: rgba(0, 0, 0, .6)
}

.admin-bar .siteHeader--fixed,
.admin-bar .siteHeader-nav.mdAffixed {
	margin-top: 32px
}

.loginFormWrapper .login-lostPwd:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, .8)
}

.currentDate {
	font-size: 13px;
	color: rgba(0, 0, 0, .4)
}

.currentDate i {
	font-size: 16px;
	margin-right: 6px
}

.siteHeader--fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	background: #292929;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	transition: transform .15s ease-out
}

.siteHeader--fixed.mdAffixed {
	opacity: 1;
	visibility: visible
}

.siteHeader--fixed.mdAffixed.mdAffixed--shown {
	border-bottom: 1px solid #f5f5f5;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .02);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #292929
}

.siteHeader--standard--center .socialList>li:first-child>a {
	margin-left: 0
}

.siteHeader--transparent {
	height: 0;
	color: #fff
}

.siteHeader--transparent .siteHeader-content {
	background: 0 0
}

.siteHeader--transparent .mdAffixed .navigation--standard>ul>li>a {
	color: rgba(0, 0, 0, .4)
}

.siteHeader--transparent .mdAffixed .navigation--standard>ul>li.current-menu-item>a,
.siteHeader--transparent .mdAffixed .navigation--standard>ul>li>a:hover {
	color: rgba(0, 0, 0, .8)
}

.siteHeader--transparent .siteHeader-nav {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
	border-top: none;
	border-bottom: none;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .1)
}

.siteHeader--transparent .siteHeader-nav.mdAffixed,
.siteHeader-nav {
	border-bottom: 1px solid #f5f5f5
}

.siteHeader--transparent .siteHeader-nav.isSearchActive .compactSearch {
	background-color: #fff;
	border-radius: 4px
}

.siteHeader--transparent .site-title--image img {
	max-height: 120px;
	width: auto
}

.siteHeader--transparent .navigation--standard>ul>li.current-menu-item>a,
.siteHeader--transparent .navigation--standard>ul>li>a,
.siteHeader--transparent .navigation--standard>ul>li>a:hover {
	color: #fff
}

.siteHeader--compact .navigation--standard {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}

.siteHeader--compact .siteHeader-component--left,
.siteHeader--compact .siteHeader-component--right {
	width: auto
}

.siteHeader--minimal .siteHeader-content {
	padding-bottom: 0;
	padding-top: 0
}

.siteHeader-nav {
	background: #292929;
	border-top: 1px solid #f5f5f5;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .02);
	-webkit-transition: background .4s ease;
	transition: background .4s ease
}

.ie10 .siteHeader-nav.mdAffixed,
.ie8 .siteHeader-nav.mdAffixed,
.ie9 .siteHeader-nav.mdAffixed {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .15)
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.navigation--standard {
	display: block;
	margin-left: -8px
}

.navigation--standard ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.navigation--standard li {
	position: relative
}

.navigation--standard a {
	text-decoration: none
}

.navigation--standard>ul>li {
	position: relative;
	display: inline-block;
	padding: 0 8px
}

.navigation--standard>ul>li>a {
	display: block;
	position: relative;
	padding: 26px 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.navigation--standard>ul>li.current-menu-item>a,
.navigation--standard>ul>li>a:hover {
	color: #ffde23
}

.navigation--standard>ul>li>a:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: -1px;
	border-bottom: 0 solid rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out
}

.navigation--standard>ul>li.current-menu-item>a:before,
.navigation--standard>ul>li>a:hover:before {
	border-bottom-width: 3px
}

.navigation--standard>ul>li.menu-item-has-children>a:after {
	content: '\f078';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	margin-top: -4px;
	font-size: 8px;
	vertical-align: middle
}

.navigation--standard>ul>li.menu-item-has-children:not(.current-menu-item)>a:before {
	content: none
}

.navigation--standard .menuSettingLink {
	display: inline-block;
	padding: 26px 8px;
	font-size: 12px;
	line-height: 1;
	text-decoration: underline
}

.navigation--offCanvas li>a,
.postCategory,
.postMeta a,
.postMeta--author-author a,
.postTitle a {
	text-decoration: none
}

.navigation--standard .sub-menu {
	position: absolute;
	top: 100%;
	margin-top: -4px;
	padding: 8px 0;
	background: #fff;
	width: 200px;
	font-size: 13px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .35);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s .1s ease-out;
	transition: all .2s .1s ease-out;
	z-index: 10
}

.navigation--standard .sub-menu:after,
.navigation--standard .sub-menu:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px
}

.navigation--standard .sub-menu:before {
	top: -11px;
	border-color: transparent transparent rgba(0, 0, 0, .15)
}

.navigation--standard .sub-menu:after {
	top: -10px;
	border-color: transparent transparent #fff
}

.navigation--standard .sub-menu .sub-menu {
	margin-top: 0;
	top: -8px;
	left: 100%
}

.navigation--standard .sub-menu .sub-menu:after,
.navigation--standard .sub-menu .sub-menu:before {
	content: '';
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	position: absolute;
	display: block
}

.navigation--standard .sub-menu .sub-menu:after {
	left: -10px;
	border-color: transparent #fff transparent transparent
}

.navigation--standard .sub-menu .sub-menu:before {
	left: -11px;
	border-color: transparent rgba(0, 0, 0, .15) transparent transparent
}

.navigation--standard>ul li:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}

.navigation--standard .sub-menu>li.menu-item-has-children>a {
	padding-right: 30px
}

.navigation--standard .sub-menu>li.menu-item-has-children>a:after {
	content: '\f105';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}

.navigation--standard .sub-menu li {
	padding: 0
}

.navigation--standard .sub-menu a {
	display: block;
	position: relative;
	padding: 8px 16px;
	border-radius: 3px;
	color: rgba(0, 0, 0, .4)
}

#md_canvasOverlay,
#md_offCanvasMenu {
	position: fixed;
	-webkit-transition: all .2s ease-out;
	top: 0;
	left: 0
}

.navigation--standard .sub-menu li:hover>a {
	color: rgba(0, 0, 0, .8)
}

#md_offCanvasMenu {
	width: 300px;
	max-width: 80%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	-webkit-transform: translatex(-100%);
	-ms-transform: translatex(-100%);
	transform: translatex(-100%);
	transition: all .2s ease-out;
	z-index: 1000
}

#md_offCanvasMenu.is-opened {
	-webkit-transform: translatex(0);
	-ms-transform: translatex(0);
	transform: translatex(0)
}

#md_canvasOverlay {
	right: 0;
	height: 120%;
	cursor: pointer;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-out
}

#md_canvasOverlay.is-active {
	z-index: 999;
	opacity: 1;
	visibility: visible
}

.offCanvasClose {
	padding: 10px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px
}

.offCanvasClose i {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #fff
}

.md_offCanvasMenu-search {
	padding: 10px 20px 20px
}

.navigation--offCanvas {
	border-top: 1px solid #eee;
	padding: 20px 0 20px 20px
}

.navigation--offCanvas li>a {
	display: block;
	position: relative;
	padding: 14px 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
	font-size: 14px;
	color: rgba(0, 0, 0, .8);
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.navigation--offCanvas li>a:hover {
	color: rgba(0, 0, 0, .4)
}

.navigation--offCanvas li:first-child>a {
	border-top: none
}

.navigation--offCanvas li.menu-item-has-children>a {
	padding-right: 40px
}

.navigation--offCanvas .sub-menu {
	display: none;
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.navigation--offCanvas .sub-menu .sub-menu {
	margin-left: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.navigation--offCanvas .sub-menu>li>a {
	padding: 8px 0 8px 20px;
	border: none;
	text-transform: none
}

.navigation--offCanvas .subMenuToggle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	font-size: 20px;
	text-align: center
}

.navigation--offCanvas .subMenuToggle i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.overlayInfo,
.postFeaturedImg {
	position: relative
}

.navigation--offCanvas .menuSettingLink {
	display: block;
	padding: 10px 20px;
	font-size: 14px
}

.md_offCanvasMenu-social {
	margin: 10px auto;
	text-align: center
}

.md_offCanvasMenu-userActions {
	padding: 20px 0;
	border-top: 1px solid #eee;
	text-align: center
}

.md_offCanvasMenu-userActions .userActions-links {
	padding-bottom: 0
}

.postHeader {
	margin-bottom: 20px
}

.postTitle {
	margin: 0 0 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	word-wrap: break-word;
	font-size: 22px
}

.postTitle a {
	color: rgba(0, 0, 0, .8)
}

.postTitle .featuredBadge,
.postTitle .formatBadge,
.postTitle .reviewScoreBadge {
	display: inline-block;
	padding: 4px 5px;
	margin-left: 4px;
	font-size: 60%;
	line-height: 1;
	letter-spacing: 1px;
	background: #eee;
	color: #fff;
	border-radius: 3px;
	vertical-align: middle;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none
}

.postTitle .reviewScoreBadge {
	background: #FB4834
}

.postTitle .formatBadge {
	background: #FFCD02
}

.postTitle .featuredBadge {
	display: none
}

.postCategories li,
.postCategory,
.sticky .postTitle .featuredBadge {
	display: inline-block
}

.postTitle .postFormatBadge {
	display: inline-block;
	margin-left: 4px;
	font-size: 90%;
	color: #59c07b
}

.postSummary {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .6);
	font-weight: 300;
	word-wrap: break-word;
	margin-bottom: 14px
}

.postContent {
	margin: 40px auto;
	max-width: 680px
}

.metaText,
.metaText a {
	color: rgba(0, 0, 0, .4);
	font-size: 12px;
	-webkit-transition: all .2s ease-out !important;
	transition: all .2s ease-out !important
}

a.metaText:hover {
	color: rgba(0, 0, 0, .8)
}

.metaDate abbr {
	border-bottom: none
}

.overlayInfo--gradient {
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%)
}

.overlayInfo--gradient .postTitle {
	text-shadow: 0 1px 0 #222
}

.overlayInfo .btn--pill {
	border: none !important;
	color: rgba(0, 0, 0, .6) !important;
	line-height: 22px !important
}

.overlayInfo .postSummary,
.overlayInfo .postTitle,
.overlayInfo .postTitle a {
	color: #fff
}

.overlayInfo .metaText,
.overlayInfo .middot,
.overlayInfo .postMeta,
.overlayInfo .postMeta a,
.overlayInfo .postMeta i,
.overlayInfo .postMeta--author a {
	color: rgba(255, 255, 255, .8)
}

.postCategory {
	height: 22px;
	margin-bottom: 14px;
	padding: 0 10px;
	border-radius: 999em;
	line-height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	background: #888
}

.postCategory.postCategory {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.postCategory:active,
.postCategory:focus,
.postCategory:hover {
	color: rgba(255, 255, 255, .9);
	text-decoration: none
}

.postCategories {
	margin-top: -3px;
	margin-left: -3px;
	margin-bottom: -3px
}

.postCategories li {
	padding: 3px
}

.postFeaturedImg {
	display: block;
	margin-bottom: 20px;
	z-index: 1
}

.postFormatMedia {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

.postFeaturedImg img {
	display: inline-block;
	max-width: 100%
}

.postFormatIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	line-height: 1;
	color: #fff
}

.postFormatIcon.formatVideoIcon {
	-webkit-transform: translate(-33.33%, -50%);
	-ms-transform: translate(-33.33%, -50%);
	transform: translate(-33.33%, -50%)
}

.postFormatIcon.formatAudioIcon i {
	-webkit-transform: translate(-6%, 0);
	-ms-transform: translate(-6%, 0);
	transform: translate(-6%, 0)
}

.noThumb .postFeaturedImg-icon {
	display: none
}

.postFormatIcon:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: rgba(0, 0, 0, .5)
}

.commentCountBox,
.postFormatIcon i {
	position: relative
}

.postFormatIcon.formatVideoIcon:before {
	left: 33.33%
}

.postFeaturedImg:hover .postFormatIcon:before {
	background: rgba(0, 0, 0, .8)
}

.mdPostLike.liked,
.mdPostLike.processing,
.mdPostLike:hover {
	color: #F64747
}

.postMeta,
.postMeta a {
	color: rgba(0, 0, 0, .4)
}

.mdPostLike.liked i.fa-heart-o,
.mdPostLike:not(.liked) i.fa-heart {
	display: none
}

.mdPostLike.processing i {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes pulse {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
}

@keyframes pulse {

	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
}

.postMeta--2 .flexbox-item:last-child {
	text-align: right
}

.postMeta--2 .metaText--sub {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 13px;
	color: rgba(0, 0, 0, .4)
}

.postMeta--2 .addthis_toolbox {
	margin-bottom: -8px
}

.postMeta--2 .mdPostLike {
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #F64747 !important;
	white-space: nowrap
}

.postMeta--2 .mdPostLike i {
	font-size: 22px;
	margin-right: 2px
}

.postMeta--3 {
	max-width: 768px;
	padding: 15px 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .6)
}

.overlayInfo .postMeta--3 {
	padding-bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: none
}

.postMeta--3 .flexbox-item:first-child {
	padding-right: 15px;
	border-right: 1px solid rgba(0, 0, 0, .05)
}

.overlayInfo .postMeta--3 .flexbox-item:first-child {
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.postMeta--3 .flexbox-item:not(:first-child) {
	padding-left: 15px
}

.postMeta--3 .flexbox-item {
	text-align: left
}

.postMeta--3 .flexbox-item:last-child {
	text-align: right
}

.postMeta--3 .metaText--sub {
	display: block;
	font-size: 12px;
	color: rgba(0, 0, 0, .4)
}

.overlayInfo .postMeta--3 .metaText--sub {
	color: rgba(255, 255, 255, .5)
}

.postMeta--3 .metaDate {
	line-height: 1.5
}

.commentCountBox {
	display: inline-block;
	padding: 8px 16px;
	background: #eee;
	color: #fff !important;
	border-radius: 4px 4px 0
}

.commentCountBox:after,
.commentCountBox:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	right: 0;
	content: ''
}

.commentCountBox:before {
	border: 0 solid transparent;
	border-width: 6px 10px 6px 0;
	border-top-color: #eee
}

.commentCountBox:after {
	border: 0 solid transparent;
	border-width: 6px 10px 6px 0;
	border-top-color: rgba(0, 0, 0, .2)
}

.post--listBg .listIndex,
.postMeta--author--1 .postMeta--author-name,
a.metaLink {
	display: inline-block
}

.postMeta--author {
	width: auto;
	overflow: hidden;
	color: rgba(0, 0, 0, .4);
	text-align: left
}

.postMeta--author-avatar img {
	border-radius: 50%
}

.overlayInfo .postMeta--author-avatar img {
	border: 2px solid rgba(255, 255, 255, .8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.block--tiles .post--tile,
.post--card--bg,
.post--card--paper,
.post--list,
.post--split {
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03)
}

.postMeta--author-author {
	font-size: 14px;
	line-height: 1.5
}

.postMeta--author-author a {
	max-width: 100%
}

.postMeta--author .metaDate {
	font-size: 12px;
	line-height: 1.1
}

.postMeta--author--1 .postMeta--author-text * {
	font-size: 13px;
	line-height: 1.1
}

.postMeta--author--2 .postMeta--author-author {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2
}

a.metaLink {
	padding: 0 5px;
	color: rgba(0, 0, 0, .4);
	text-decoration: none !important;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.post--listBg>a,
.readMoreLink:focus,
.readMoreLink:hover {
	text-decoration: none
}

.overlayInfo a.metaLink {
	color: rgba(255, 255, 255, .8)
}

.metaLink i {
	font-size: 14px
}

a.metaLink:hover {
	color: rgba(0, 0, 0, .6)
}

.postMeta--btn a {
	font-size: 13px
}

.postMeta--btn--2 .metaLink:last-child,
.postMeta--btn--3 .metaLink:last-child {
	padding-right: 0
}

.readMoreLink i {
	margin-left: 4px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.readMoreLink:hover i {
	margin-left: 6px
}

.overlayInfo .postFooter .readMoreLink {
	color: rgba(255, 255, 255, .8)
}

.addthis_toolbox>a>span {
	border-radius: 4px
}

.addthis_button_compact--mobile {
	padding: 0 10px !important;
	margin-right: 2px;
	border-radius: 4px;
	background-color: #22A7F0;
	font-size: 16px;
	line-height: 32px;
	color: #fff
}

.addthis_button_compact--mobile:active,
.addthis_button_compact--mobile:focus,
.addthis_button_compact--mobile:hover {
	color: #fff
}

.list-item {
	position: relative;
	padding-top: 36px
}

.list-item:first-child {
	padding-top: 0
}

.list-item:last-child {
	border-bottom: none
}

.post--list {
	position: relative;
	padding: 24px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px
}

.post--list .postInfo {
	overflow: hidden
}

.post--list .postTitle {
	font-size: 22px;
	margin-bottom: 10px
}

.post--list .postFeaturedImg {
	position: relative;
	display: inline-block;
	float: right;
	margin: 0 0 20px 20px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .05)
}

.post--list .postFormatMedia {
	margin: -20px -20px 20px
}

.post--list .postMeta--author {
	margin-bottom: 14px
}

.post--list .postFooter {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5
}

.post--listBg {
	position: relative;
	background: #fafafa
}

.post--listBg>a {
	color: transparent
}

.post--listBg .flexbox {
	width: auto
}

.post--listBg .o-backgroundImg {
	opacity: 0;
	-webkit-transition: all ease .2s;
	transition: all ease .2s
}

.post--listBg:hover .o-backgroundImg {
	opacity: 1
}

.post--listBg .postInfo {
	position: relative;
	padding: 20px 15px
}

.post--listBg .postTitle {
	margin-bottom: 6px;
	font-size: 16px;
	vertical-align: middle;
	overflow: hidden;
	color: rgba(0, 0, 0, .8);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.post--listBg .mdPostLike,
.post--listBg .mdPostLike i {
	color: rgba(0, 0, 0, .4);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.post--listBg:hover .mdPostLike,
.post--listBg:hover .mdPostLike i,
.post--listBg:hover .metaText,
.post--listBg:hover .postTitle {
	color: #fff
}

.post--listBg .listIndex {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .97);
	border: 1px solid rgba(0, 0, 0, .05);
	font-size: 14px;
	color: rgba(0, 0, 0, .8);
	font-weight: 700;
	vertical-align: middle
}

.post--split {
	padding: 24px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff
}

.post--split .postFeaturedImg,
.post--split .postFormatMedia {
	margin-left: -18px;
	margin-right: -18px;
	margin-bottom: 30px
}

.post--split .postFormatMedia--link,
.post--split .postFormatMedia--quote {
	margin-top: -18px
}

.post--split .postFormatImage,
.post--split .postFormatMedia--gallery {
	padding: 0;
	border: none
}

.block--grid .grid-item,
.block--masonry .grid-item {
	padding-left: 15px;
	padding-right: 15px
}

.post--split .postInfo {
	margin-bottom: 10px
}

.post--split .postTitle {
	font-size: 30px
}

.post--split .postMeta--author {
	margin-bottom: 20px;
	margin-right: 30px
}

.post--split .postSummary {
	margin-top: -4px
}

.post--split .postFooter {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5
}

.block--classic .list-item {
	padding-top: 0;
	padding-bottom: 0
}

.block--classic .list-item:last-child {
	border-bottom: none
}

.block--classic .list-seperator {
	margin-bottom: 40px;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.block--classic .list-item:first-child .list-seperator {
	display: none
}

.post--classic .postTitle {
	margin: 5px 0 20px;
	font-size: 35px;
	line-height: 1.3
}

.block--grid.row,
.block--masonry {
	margin-left: -15px;
	margin-right: -15px
}

.block--masonry .grid-item {
	margin-bottom: 30px
}

.grid-item .postTitle {
	font-size: 22px
}

.layoutContent--fullwidth .grid--2 .postTitle {
	font-size: 24px
}

.grid--4 .grid-item .postTitle,
.layoutContent-main .grid--3 .grid-item .postTitle {
	font-size: 18px
}

.layoutContent-main .grid--3 .grid-item .postSummary {
	font-size: 14px
}

.post--card--paper {
	position: relative;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #fff
}

.post--card--paper .postFeaturedImg {
	margin: 0 -15px 15px
}

.post--card--paper .postFormatLink,
.post--card--paper .postFormatQuote {
	margin: -15px -15px 15px
}

.post--card--paper .postFormatMedia--image {
	padding: 0;
	border: none;
	margin-left: -15px;
	margin-right: -15px
}

.post--card--paper .postFeaturedImg+.postSummary {
	position: relative;
	margin-top: -27px;
	z-index: 1
}

.post--card--paper .postTitle {
	font-size: 20px
}

.post--card--paper .postMeta--author {
	margin-bottom: 10px
}

.post--card--paper .postFooter {
	padding-top: 10px;
	border-top: 1px solid #f5f5f5
}

.post--card--fixedSize .postFooter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	border-radius: 0 0 4px 4px;
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
	z-index: 2
}

.post--card--bg,
.post--card--bg .postInfo,
.post--tile {
	position: relative
}

.post--card--paper--micro {
	min-height: initial
}

.post--card--paper--micro .postFeaturedImg {
	margin: -15px -15px 15px
}

.post--card--paper--micro .postTitle {
	margin-bottom: 0;
	font-size: 16px
}

.post--card--paper--micro .metaDate {
	margin-top: 4px
}

.post--card--bg {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden
}

.post--card--bg .o-backgroundImg,
.post--card--bg .o-backgroundImg--dimmed:after {
	border-radius: 4px
}

.post--card--bg:hover .o-backgroundImg {
	opacity: 0
}

.post--card--bg .postTitle {
	margin: 0 0 20px;
	min-height: 100px;
	font-size: 18px
}

.post--card--bg .postMeta--author-avatar img {
	border: 2px solid rgba(255, 255, 255, .8)
}

.post--card--bg .postInfo a,
.post--card--bg .postMeta,
.post--card--bg .postMeta .metaText,
.post--card--bg .postMeta a,
.post--card--bg .postTitle a {
	-webkit-transition: all .1s ease-out !important;
	transition: all .1s ease-out !important
}

.post--card--bg:not(:hover) .postInfo,
.post--card--bg:not(:hover) .postInfo .metaText,
.post--card--bg:not(:hover) .postInfo .postMeta--author-text,
.post--card--bg:not(:hover) .postInfo .postMeta--author-text a,
.post--card--bg:not(:hover) .postTitle a {
	color: #fff
}

.post--card--bg.noThumb .postTitle a {
	color: rgba(0, 0, 0, .8) !important
}

.post--card--bg.noThumb .postInfo .metaText,
.post--card--bg.noThumb .postInfo .metaText a {
	color: rgba(0, 0, 0, .4) !important
}

.post--card--bg>a {
	display: block
}

.post--card--bg .postFeaturedImg {
	margin: -15px -15px 0
}

.post--card--bg .postFeaturedImg img {
	width: 100%
}

.block--tiles {
	margin-left: -10px;
	margin-right: -10px
}

.block--tiles .tile-item {
	margin-bottom: 20px
}

.block--tiles .post--tile {
	border-radius: 4px;
	overflow: hidden
}

.block--tiles .post--tile .postTitle {
	margin-bottom: 24px
}

.block--tiles .post--tile .o-backgroundImg:after {
	opacity: .8
}

.block--tiles .post--tile:hover .o-backgroundImg:after {
	opacity: 1
}

.block--tiles .tile-item .o-backgroundImg,
.block--tiles .tile-item .o-backgroundImg:after,
.block--tiles .tile-item .o-overlay {
	border-radius: 4px
}

.block--tile--grid .tile-item {
	padding: 0 !important;
	margin: 0
}

.tile-item .o-backgroundImg:after {
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .3)
}

.post--large,
.post--tile--large {
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03)
}

.block--tile--colored .overlayInfo .postCategory {
	background: #fff;
	color: rgba(0, 0, 0, .6)
}

.block--tile--colored .tile-item .o-overlay {
	opacity: .8;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.block--tile--colored .tile-item:hover .o-overlay {
	opacity: .95 !important
}

.block--tile--colored .tile-item:nth-of-type(6n+1) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmMzNTRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhYmZiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #FC354C, #0ABFBC);
	background-image: linear-gradient(135deg, #FC354C, #0ABFBC)
}

.block--tile--colored .tile-item:nth-of-type(6n+2) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY0ZTUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZDQyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #FF4E50, #F9D423);
	background-image: linear-gradient(135deg, #FF4E50, #F9D423)
}

.block--tile--colored .tile-item:nth-of-type(6n+6) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDM4MzEyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMmY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #d38312, #002f4b);
	background-image: linear-gradient(135deg, #d38312, #002f4b)
}

.block--tile--colored .tile-item:nth-of-type(6n+3) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTU2MjcwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #556270, #FF6B6B);
	background-image: linear-gradient(135deg, #556270, #FF6B6B)
}

.block--tile--colored .tile-item:nth-of-type(6n+5) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Q3ZWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTQ3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #3D7EAA, #FFE47A);
	background-image: linear-gradient(135deg, #3D7EAA, #FFE47A)
}

.block--tile--colored .tile-item:nth-of-type(6n+4) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2NhNTVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1YWM0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #3CA55C, #B5AC49);
	background-image: linear-gradient(135deg, #3CA55C, #B5AC49)
}

.post--tile {
	height: 340px
}

.post--tile .postInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 20px 20px
}

.post--tile .postFormatIcon {
	top: 20px;
	right: 20px;
	left: auto;
	bottom: auto;
	font-size: 16px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.post--tile .postFormatIcon:before {
	width: 36px;
	height: 36px
}

.post--tile .postMeta--author {
	margin-bottom: 10px
}

.post--tile .postSummary {
	color: rgba(255, 255, 255, .9)
}

.post--tile .postFooter {
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.post--tile.post--tile--micro {
	height: auto;
	min-height: 100px;
	border-radius: 4px;
	overflow: hidden
}

.post--tile--micro .postInfo {
	position: relative
}

.post--tile--micro .postTitle {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px !important
}

.post--tile--center .postInfo {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	width: 100%;
	padding: 20px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center
}

.post--tile--center .postMeta--author {
	display: inline-block;
	margin-bottom: 0
}

.post--tile--large {
	overflow: hidden;
	height: 400px;
	border-radius: 4px
}

.post--tile--large .postInfo {
	padding: 40px 24px 24px;
	border-radius: 4px
}

.post--tile--large .postTitle {
	font-size: 28px
}

.post--tile--large .postMeta--author {
	margin-bottom: 14px
}

.post--tile--large .postFooter {
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.post--tile--large .postFormatIcon {
	top: 30px;
	right: 30px;
	left: auto;
	bottom: auto;
	font-size: 16px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.post--cutout {
	position: relative
}

.post--cutout .postInfo {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 4px;
	overflow: hidden
}

.post--cutout .postMeta--author {
	margin-bottom: 12px
}

.post--cutout--wide {
	height: 400px
}

.post--cutout--wide .postTitle {
	min-height: 200px;
	font-size: 26px
}

.post--cutout--wide .postInfo {
	top: 24px;
	left: auto;
	right: 24px;
	bottom: 24px;
	width: 360px;
	max-width: 100%
}

.hasLeftSidebar .post--cutout--wide .postInfo {
	left: 24px;
	right: auto
}

.post--cutout--wide .postFooter {
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.post--large {
	padding: 24px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px
}

.post--slide .o-backgroundImg--dimmed:after,
.post--slide .o-overlay {
	background: rgba(0, 0, 0, .2)
}

.post--large .postFeaturedImg,
.post--large .postFormatMedia {
	margin: -20px -20px -10px
}

.post--large .postFormatGallery,
.post--large .postFormatImage {
	padding: 0;
	border: none
}

.post--large .postInfo {
	position: relative;
	z-index: 1
}

.post--large .postTitle {
	font-size: 32px
}

.post--large .postMeta--author {
	margin-bottom: 14px
}

.post--large .postFooter {
	padding-top: 10px;
	border-top: 1px solid #f5f5f5
}

.featuredBlockWrapper {
	position: relative;
	overflow: hidden
}

.featuredBlock--slider {
	position: relative
}

.container .featuredBlock--slider {
	margin: 50px 0
}

.featuredBlock--slider article {
	position: relative;
	height: 480px;
	overflow: hidden
}

.container .featuredBlock--slider article {
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, .14);
	border: 5px solid rgba(255, 255, 255, .4)
}

.container .featuredBlock--slider .slide-content .o-backgroundImg,
.container .featuredBlock--slider .slide-content .o-backgroundImg:after {
	border-radius: 4px;
	overflow: hidden
}

.featuredBlock--slider.owl-carousel .owl-stage-outer {
	overflow: visible
}

.owl-carousel {
	display: block !important
}

.featuredBlock--slider .slide-content:not(:first-child) {
	display: none
}

.featuredBlock--slider.owl-loaded .slide-content {
	display: block
}

.post--slide .o-overlay {
	border-radius: 4px
}

.post--slide .postInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 40px 50px 60px
}

.post--slide .container .postInfo {
	left: auto;
	right: auto;
	padding: 40px 0 60px
}

.featuredBlock--slider.owl-carousel .postInfo>* {
	-webkit-transform: translate(100px, 0);
	-ms-transform: translate(100px, 0);
	transform: translate(100px, 0);
	opacity: 0
}

.featuredBlock--slider .owl-item.active .postInfo>* {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	-webkit-transition: all .3s .3s ease-out;
	transition: all .3s .3s ease-out
}

.featuredBlock--slider .owl-item.active .postInfo>:nth-child(2) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.featuredBlock--slider .owl-item.active .postInfo>:nth-child(3) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.post--slide .postTitle {
	font-size: 40px;
	max-width: 700px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	text-shadow: 0 0 20px #666
}

.post--slide .postMeta--author {
	display: inline-block
}

.featuredBlock--slider .owl-nav svg {
	fill: #fff;
	width: 40px;
	height: 80px;
	padding: 10px;
	background: rgba(0, 0, 0, .4)
}

.featuredBlock--slider .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	width: 1000px
}

.featuredBlock--slider .owl-prev svg {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 4px 0 0 4px
}

.featuredBlock--slider .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	width: 1000px
}

.featuredBlock--slider .owl-next svg {
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 0 4px 4px 0
}

.md-theme .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease
}

.md-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block
}

.md-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 14px;
	display: block;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px;
	background: rgba(255, 255, 255, .4)
}

.md-theme .owl-dots .owl-dot.active span {
	background: rgba(255, 255, 255, .8);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.sliderNavigation {
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	background: #fff;
	z-index: 10
}

.sliderNavigation .sliderNavigation-item {
	position: relative;
	width: 20%;
	padding: 15px;
	vertical-align: top;
	cursor: pointer
}

.sliderNavigation .sliderNavigation-item:not(:first-child) {
	border-left: 1px solid #eee
}

.sliderNavigation .sliderNavigation-item.isActive:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	border: 10px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff
}

.sliderNavigation .postTitle {
	font-size: 16px
}

.featuredBlock--slider--cover article {
	height: 580px;
	border: none;
	border-radius: 0
}

.featuredBlock--slider--cover .postInfo {
	max-width: 720px
}

.featuredBlock--carousel {
	position: relative;
	width: 100%;
	height: 430px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none
}

.featuredBlock--carousel .iscroll-wrapper {
	position: absolute;
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
	z-index: 1
}

.featuredBlock--carousel #iscroll-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	right: -20px
}

.featuredBlock--carousel .iscroll-bg {
	position: relative;
	height: 100%;
	width: 105%;
	background-attachment: scroll;
	display: block !important
}

.featuredBlock--carousel .iscroll-wrapper>ul {
	list-style: none;
	white-space: nowrap;
	padding: 80px 20px;
	margin: 0
}

.featuredBlock--carousel .iscroll-wrapper>ul>li {
	display: inline-block;
	width: 380px;
	width: 30vw;
	min-width: 290px;
	max-width: 480px;
	height: 270px;
	padding: 0 19px;
	border-radius: 4px
}

.featuredBlock--carousel article {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 5px solid rgba(255, 255, 255, 1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
	float: left;
	white-space: normal;
	overflow: hidden
}

.featuredBlock--carousel .o-overlayLink {
	display: none
}

.featuredBlock--carousel .postInfo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	text-align: center
}

.featuredBlock--altGrid article,
.mdAudioPlayer,
.postRibbon-item {
	position: relative
}

.featuredBlock--carousel .postTitle {
	font-size: 20px
}

.featuredBlock--carousel .overlayInfo .postCategory {
	background: #fff;
	color: rgba(0, 0, 0, .6)
}

.featuredBlock--carousel .carousel-item .o-backgroundImg:after {
	opacity: .8
}

.featuredBlock--carousel .carousel-item:hover .o-backgroundImg:after {
	opacity: .95
}

.featuredBlock--carousel .carousel-item:nth-of-type(5n+1) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmMzNTRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhYmZiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #FC354C, #0ABFBC);
	background-image: linear-gradient(135deg, #FC354C, #0ABFBC)
}

.featuredBlock--carousel .carousel-item:nth-of-type(5n+2) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY0ZTUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZDQyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #FF4E50, #F9D423);
	background-image: linear-gradient(135deg, #FF4E50, #F9D423)
}

.featuredBlock--carousel .carousel-item:nth-of-type(5n+4) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTU2MjcwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #556270, #FF6B6B);
	background-image: linear-gradient(135deg, #556270, #FF6B6B)
}

.featuredBlock--carousel .carousel-item:nth-of-type(5n+5) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Q3ZWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTQ3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #3D7EAA, #FFE47A);
	background-image: linear-gradient(135deg, #3D7EAA, #FFE47A)
}

.featuredBlock--carousel .carousel-item:nth-of-type(5n+3) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2NhNTVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1YWM0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(315deg, #3CA55C, #B5AC49);
	background-image: linear-gradient(135deg, #3CA55C, #B5AC49)
}

.featuredBlock--tiles {
	margin: 40px auto;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, .14)
}

.featuredBlock--tiles article {
	height: 280px
}

.featuredBlock--tiles .postInfo {
	position: relative;
	padding: 25px
}

.featuredBlock--tiles .postTitle {
	font-size: 22px;
	white-space: normal
}

.featuredBlock--tiles .big-tile .postTitle {
	font-size: 30px
}

.featuredBlock--tiles .o-scrollerX {
	clear: both
}

.post--list--paper {
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03)
}

.post--list--paper .flexbox {
	height: 100%
}

.post--list--paper .flexbox-item:nth-last-child(2) {
	width: 95px
}

.post--list--paper .postFeaturedImg {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 100%;
	overflow: hidden
}

.post--list--paper .postFeaturedImg img {
	width: 80px;
	height: 80px
}

.post--list--paper .postTitle {
	font-size: 16px;
	margin: 0
}

.post--list--paper .metaDate {
	margin-top: 4px
}

.mdPostsListWidget .post--list--paper {
	padding: 0;
	border: none;
	box-shadow: none;
	background: 0 0
}

.post--list--simple .postTitle {
	margin-bottom: 5px;
	font-size: 16px
}

.featuredBlock--altGrid {
	margin: 40px auto
}

.featuredBlock--altGrid--main-item {
	padding-top: 10px;
	padding-bottom: 10px
}

.featuredBlock--altGrid--main article {
	height: 300px;
	overflow: hidden;
	border-radius: 4px;
	border: 4px solid rgba(255, 255, 255, .4);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03), 0 0 0 1px rgba(0, 0, 0, .06)
}

.featuredBlock--altGrid--main .overlayInfo {
	left: 50%;
	bottom: auto;
	padding: 20px;
	text-align: center
}

.featuredBlock--altGrid--main .overlayInfo .postTitle {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto
}

.featuredBlock--altGrid--minor article {
	min-height: 100px
}

.featuredBlock--altGrid--minor-item {
	padding-top: 10px;
	padding-bottom: 10px
}

.postRibbon {
	background: #fafafa;
	box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, .03)
}

.postRibbon-inner {
	display: table;
	width: 100%
}

.postRibbon-item {
	display: table-cell;
	width: 25%;
	padding: 20px 25px 20px 20px;
	border-left: 1px solid rgba(0, 0, 0, .05);
	border-left: 2px solid #fff;
	vertical-align: top
}

.postRibbon-item:last-child {
	border-right: 1px solid rgba(0, 0, 0, .05);
	border-right: 2px solid #fff
}

.post--list--micro .postFeaturedImg {
	width: 70px;
	float: left;
	margin: 0 0 0 -35px;
	border: 2px solid #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1)
}

.post--list--micro .postTitle {
	font-size: 15px;
	margin-bottom: 4px;
	white-space: normal
}

.categoryTile-info-name,
.comment-reply-title,
.widget-title {
	white-space: nowrap;
	text-overflow: ellipsis
}

.post--list--micro .postFeaturedImg+.postTitle,
.post--list--micro .postFeaturedImg+.postTitle+.metaDate {
	margin-left: 45px
}

.mdAudioPlayer {
	border-radius: 4px;
	overflow: hidden
}

.mdAudioPlayer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4)
}

.mdAudioPlayer-trackInfo {
	position: relative;
	padding: 40px 20px 30px;
	color: #fff
}

.mdAudioPlayer-trackInfo>div {
	display: inline-block;
	vertical-align: middle
}

.gallery-item,
.postFooter-top .flexbox-item {
	vertical-align: top
}

.mdAudioPlayer audio {
	width: 100%;
	display: block
}

.mdAudioPlayer-trackInfo i {
	font-size: 40px;
	margin-right: 10px
}

.mdAudioPlayer-trackInfo-meta-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700
}

.mdAudioPlayer-trackInfo-meta-artist {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300
}

.postFormatQuote {
	position: relative;
	margin: 0;
	padding: 100px 40px 40px;
	color: #fff;
	border: none;
	border-radius: 4px;
	overflow: hidden
}

.postFormatLink,
.postFormatLink .o-backgroundImg,
.postFormatLink .o-backgroundImg--dimmed:after,
.postFormatQuote .o-backgroundImg,
.postFormatQuote .o-backgroundImg--dimmed:after {
	border-radius: 4px;
	overflow: hidden
}

.grid-item .postFormatQuote {
	padding: 80px 30px 30px
}

.postFormatQuote:after {
	content: "\201C";
	position: absolute;
	top: 40px;
	left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110px;
	line-height: 1;
	color: #fff
}

.grid-item .postFormatQuote:after {
	top: 30px;
	left: 30px
}

.postFormatQuote p {
	position: relative;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 12px
}

.postFormatQuote cite {
	display: block;
	font-style: normal;
	font-weight: 300
}

.postFormatQuote .postFormatQuote-author:before {
	content: "\2014";
	margin-right: 5px
}

.postFormatQuote .postFormatQuote-author {
	position: relative
}

.postFormatLink .o-backgroundImg {
	background-color: rgba(0, 0, 0, .5)
}

.postFormatLink {
	position: relative;
	display: block;
	padding: 40px;
	text-decoration: none !important
}

.postFormatLink-content {
	position: relative;
	color: #fff
}

.postFormatLink-content-title {
	font-size: 40px;
	margin: 0 0 10px
}

.postFormatLink-content-title i {
	font-size: 36px
}

.postFormatLink-content-desc {
	font-weight: 300;
	font-style: italic;
	font-size: 16px
}

.grid-item .postFormatLink {
	padding: 20px
}

.grid-item .postFormatLink-content-title {
	font-size: 24px
}

.grid-item .postFormatLink-content-title i {
	font-size: 22px
}

.fotorama__stage {
	background: url(img/transp_bg.png)
}

.fotorama__nav-wrap {
	margin-top: 10px
}

.postFormatMedia--gallery {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 4px
}

.grid-item .fotorama__nav-wrap {
	display: none
}

.postFormatImage {
	text-align: center;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 4px
}

.postFormatImage a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in
}

.postFormatImage figure {
	position: relative;
	display: inline-block;
	max-width: 100%
}

.postFormatImage figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .5);
	color: rgba(255, 255, 255, .8);
	text-align: left
}

.alignleft {
	float: left;
	margin: 7px 26px 26px 0
}

.alignright {
	float: right;
	margin: 7px 0 26px 26px
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto
}

.wp-caption {
	background: 0 0;
	border: none;
	color: rgba(0, 0, 0, .44);
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 26px;
	max-width: 680px;
	padding: 0;
	text-align: inherit
}

.wp-caption.alignleft {
	margin: 7px 26px 13px 0;
	text-align: left
}

.wp-caption.alignright {
	margin: 7px 0 13px 26px;
	text-align: right
}

.gallery-item,
.postSingle-featuredImg {
	text-align: center
}

.wp-caption.aligncenter {
	margin: 7px auto 13px;
	text-align: center
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 13px;
	line-height: 1.5;
	padding: 7px 0
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery .gallery-caption {
	color: rgba(0, 0, 0, .44);
	display: block;
	font-size: 13px;
	line-height: 1.5;
	padding: 7px 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

.screen-reader-text {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	clip-path: polygon(0 0, 0 0, 0 0, 0 0)
}

.bodyCopy {
	position: relative;
	color: rgba(0, 0, 0, .8);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px
}

.bodyCopy ol,
.bodyCopy ul {
	margin: 0 0 26px 24px;
	padding: 0
}

.bodyCopy li>ol,
.bodyCopy li>ul {
	margin-bottom: 0
}

.bodyCopy p {
	margin-bottom: 26px;
	width:100%;
	display: inline-block;
}

.bodyCopy h1,
.bodyCopy h2,
.bodyCopy h3,
.bodyCopy h4,
.bodyCopy h5,
.bodyCopy h6 {
	clear: both;
	font-weight: 700;
	margin: 1.414em 0 .5em
}

.bodyCopy h1 {
	font-size: 35px;
	line-height: 1.2308
}

.bodyCopy h2 {
	font-size: 29px;
	line-height: 1.2069
}

.bodyCopy h3 {
	font-size: 24px;
	line-height: 1.1667
}

.bodyCopy h4 {
	font-size: 20px;
	line-height: 1.4
}

.bodyCopy h5,
.bodyCopy h6 {
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2353;
	text-transform: uppercase
}

.bodyCopy h6 {
	font-weight: 400
}

.bodyCopy h1:first-child,
.bodyCopy h2:first-child,
.bodyCopy h3:first-child,
.bodyCopy h4:first-child,
.bodyCopy h5:first-child,
.bodyCopy h6:first-child {
	margin-top: 0
}

.bodyCopy a {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.bodyCopy a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, .6);
	color: rgba(0, 0, 0, .8);
	text-decoration: none
}

.bodyCopy .articleReadMore-link {
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-color: rgba(0, 0, 0, .15)
}

.bodyCopy .articleReadMore-link:hover {
	color: rgba(0, 0, 0, .8);
	border-bottom-color: rgba(0, 0, 0, .3)
}

.bodyCopy .articleReadMore-link:after {
	content: '\f105';
	margin-left: 5px;
	font-family: FontAwesome;
	font-size: 14px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}

.bodyCopy blockquote {
	border-left: 4px solid #bbb;
	color: rgba(0, 0, 0, .6);
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.6;
	margin: 36px 0;
	padding: 0 0 0 22px
}

.bodyCopy cite {
	font-style: italic;
	font-size: 16px
}

.bodyCopy .pullquote-left,
.bodyCopy .pullquote-right {
	padding: 20px 0;
	border-left: none;
	border-top: 5px solid rgba(0, 0, 0, .1);
	border-bottom: 5px solid rgba(0, 0, 0, .1)
}

.bodyCopy .pullquote-left {
	max-width: 280px;
	float: left;
	margin: 26px 26px 26px 0
}

.bodyCopy .pullquote-right {
	max-width: 280px;
	float: right;
	margin: 26px 0 26px 26px
}

.bodyCopy embed,
.bodyCopy figure,
.bodyCopy iframe,
.bodyCopy img,
.bodyCopy object {
	max-width: 100%
}

.bodyCopy .responsiveEmbedVideo {
	margin-bottom: 26px
}

.postSingle--fullwidth .bodyCopy .is-wideImage {
	max-width: 1020px;
	margin-left: -170px;
	margin-right: -170px
}

.postSingle--fullwidth .bodyCopy .is-fullwidthImage {
	width: 100vw;
	max-width: initial;
	margin-left: calc(340px - 50vw);
	margin-right: calc(340px - 50vw)
}

.postSingle--fullwidth .bodyCopy .alignleft .is-fullwidthImage,
.postSingle--fullwidth .bodyCopy .alignright .is-fullwidthImage {
	width: 100%;
	max-width: initial;
	margin-left: initial;
	margin-right: initial
}

.hasRightSidebar .postSingle-featuredImg.u-wideBlock--content,
.hasRightSidebar .postSingle-featuredImg.u-wideBlock--content--full {
	text-align: right
}

.hasLeftSidebar .postSingle-featuredImg.u-wideBlock--content,
.hasLeftSidebar .postSingle-featuredImg.u-wideBlock--content--full {
	text-align: left
}

.postSingle-featuredImg.postFeaturedImg--vertical {
	float: right;
	margin-left: 20px
}

.postSingle-header {
	position: relative;
	margin-bottom: 20px
}

.postSingle-header .postTitle {
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 1.3;
	font-weight: 700
}

.postSingle-header--big .postTitle {
	font-size: 42px;
	margin: 0 0 20px
}

.postSingle-header--wide {
	margin: 40px 0 0
}

.postFeaturedImg-caption {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 8px 10px;
	border-radius: 4px;
	background: rgba(0, 0, 0, .4);
	color: rgba(255, 255, 255, .9);
	font-size: 12px
}

.postFeaturedImg-caption a {
	color: rgba(255, 255, 255, .9);
	text-decoration: underline
}

.postSingle--standard .postSingle-featuredImg.u-wideBlock--content .postFeaturedImg-caption {
	bottom: 120px
}

.postSingle--standard .postSingle-featuredImg.u-wideBlock--content {
	min-height: 120px
}

.postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header {
	position: relative;
	margin-top: -120px;
	padding: 30px 40px 0;
	background: #fff;
	z-index: 1
}

.postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header:before {
	content: '';
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: -5px -5px 5px 0 rgba(0, 0, 0, .05), -10px -10px 10px 0 rgba(0, 0, 0, .05);
	z-index: -1
}

.hasLeftSidebar .postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header:before {
	content: '';
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 5px -5px 5px 0 rgba(0, 0, 0, .05), 10px -10px 10px 0 rgba(0, 0, 0, .05)
}

.postSingle--headerTop .postSingle-header {
	margin-bottom: 30px
}

.postSingle-header--fullwidth {
	text-align: center;
	margin-bottom: 40px
}

.postSingle-header--fullwidth .postMeta--3 {
	margin: auto
}

.postSingle-cover {
	position: relative;
	height: 480px;
	overflow: hidden
}

.postSingle-cover .postInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px 20px 0
}

.hasLeftSidebar .postSingle-cover .postInfo {
	padding-left: 30px;
	padding-right: 0
}

.postSingle--billboard .layoutContent-main .postContent,
.postSingle--billboard.postSingle--fullwidth .layoutContent {
	margin-top: 0
}

.postSingle--billboard-cover {
	position: relative;
	height: 520px;
	margin: 20px 20px 0;
	overflow: hidden
}

.postSingle--billboard-cover-bgImg {
	position: relative;
	min-height: 620px;
	height: 620px;
	margin-top: -100px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.is-parallaxDisabled .postSingle--billboard-cover-bgImg {
	margin-top: -50px
}

.postSingle--billboard-cover-bgImg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4)
}

.postSingle--billboard-cover .postInfo {
	position: absolute;
	bottom: 40px;
	padding: 0 20px
}

.postSingle--fullwidth .postSingle--billboard-cover .postInfo {
	width: 100%;
	left: 0
}

.postSingle--billboard-cover .postInfo .postMeta--author {
	display: inline-block;
	text-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.postSingle-header--billboard {
	max-width: 800px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto
}

.postSingle--billboard .layoutContent .postMeta--3 {
	margin-bottom: 30px
}

.postFooter--single {
	margin-bottom: 40px
}

.postFooter-top {
	margin-bottom: 14px
}

.postFooter-bottom {
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.postMeta-title {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4)
}

.postSource-list,
.postTags-list,
.postVia-list {
	margin-top: 5px;
	line-height: 1
}

.postSource-list>a,
.postTags-list>a,
.postVia-list>a {
	display: inline-block;
	padding: 8px 10px;
	margin: 0 8px 6px 0;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	background: #fafafa;
	color: rgba(0, 0, 0, .44);
	-webkit-transition: all .1s;
	transition: all .1s;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 160px;
	overflow: hidden
}

.postPagination {
	margin-bottom: 20px;
	text-align: right
}

.postPagination .postPagination-title {
	width: auto;
	padding: 0 8px;
	font-weight: 400;
	background: #fff
}

.postPagination>a,
.postPagination>span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 5px 5px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .1);
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: rgba(0, 0, 0, .44)
}

.postPagination>span {
	background: #f5f5f5;
	font-weight: 700;
	color: rgba(0, 0, 0, .8)
}

.postPagination>a:hover {
	border-color: rgba(0, 0, 0, .3)
}

.commentSection {
	background-color: #fafafa;
	border-top: 1px solid #eee
}

.comments-area {
	max-width: 800px;
	margin: 40px auto 0
}

.comment-list {
	margin-bottom: 0;
	padding: 10px 0;
	list-style: none
}

article.comment {
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #f5f5f5
}

.comment-list>li:first-child>article.comment {
	padding-top: 0;
	border: none
}

.comment-header {
	width: auto
}

.comment-avatar img {
	margin-right: 10px;
	border-radius: 50%
}

.children .comment-avatar {
	margin-right: 10px
}

.children .comment-avatar img {
	width: 40px;
	height: 40px
}

.comment-meta a {
	display: block;
	text-decoration: none;
	line-height: 20px
}

.comment-meta i {
	margin-right: 5px
}

.comment-author.comment-author {
	font-size: 13px
}

.comment-bypostauthor-badge {
	display: inline-block;
	margin-left: 5px;
	font-size: 8px;
	line-height: 1;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	color: rgba(0, 0, 0, .4);
	padding: 3px 4px;
	text-transform: uppercase;
	vertical-align: middle
}

.comment-time {
	font-size: 11px
}

.comment-content.comment-content {
	margin: 20px 0;
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	line-height: 24px
}

.comment-content blockquote {
	border-left: 4px solid #707070;
	color: #707070;
	font-size: 16px;
	font-style: italic;
	line-height: 1.6;
	margin: 0 0 26px;
	padding: 0 0 0 22px
}

.comment-actions {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right
}

.comment-actions i {
	margin-right: 5px
}

.comment-edit-link,
.comment-reply-link .metaBtn {
	height: 26px;
	padding: 0 10px;
	font-size: 10px;
	line-height: 24px;
	color: rgba(0, 0, 0, .8)
}

.comment-edit-link i,
.comment-reply-link .metaBtn i {
	text-decoration: none;
	font-size: 10px;
	line-height: 24px;
	color: rgba(0, 0, 0, .8)
}

.comment-list .children {
	list-style: none
}

.no-comments {
	padding: 30px;
	border-top: 1px solid rgba(0, 0, 0, .02);
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4)
}

.comment-respond {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03)
}

.comment-list .comment-respond {
	margin-top: 0;
	margin-bottom: 30px
}

.comment-list li.comment:last-child .comment-respond {
	margin-top: 30px;
	margin-bottom: 0
}

.comment-list li>.children>li.comment:last-child .comment-respond {
	margin-bottom: 30px
}

.comment-reply-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 100%;
	overflow: hidden
}

.comment-list .comment-reply-title,
.comment-respond:first-child .comment-reply-title {
	border-top: none
}

.comment-reply-title:before {
	content: '\f112';
	display: inline-block;
	width: 24px;
	height: 24px;
	font-family: FontAwesome;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background: #444;
	margin-right: 6px;
	vertical-align: middle
}

.comment-reply-title small {
	line-height: 24px
}

.comment-reply-title small a {
	margin-left: 5px;
	padding: 2px 4px;
	border-radius: 2px;
	background: #aaa;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-size: 12px;
	line-height: 24px
}

.comment-form {
	margin-top: 20px
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 32%;
	margin-bottom: 20px
}

.comment-form-author,
.comment-form-email {
	margin-right: 2%
}

.comment-form-comment textarea {
	display: block;
	width: 100%
}

.logged-in-as a:last-child:not(:first-child) {
	text-decoration: none;
	color: #fff;
	background: #aaa;
	padding: 2px 4px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px
}

.comment-navigation {
	margin-bottom: 20px
}

.comment-navigation .nav-previous {
	float: left
}

.comment-navigation .nav-next {
	float: right
}

.nav-links>div {
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 10px;
	color: rgba(0, 0, 0, .4)
}

.nav-links a {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	text-transform: uppercase
}

.postSingle--fullwidth .comments-area {
	margin: 30px auto
}

.noResult {
	padding: 40px 0;
	font-size: 20px;
	color: rgba(0, 0, 0, .4)
}

.pageMasthead {
	position: relative;
	margin: 20px 20px 0;
	padding: 90px 20px;
	background: #aaa;
	color: #fff
}

.pageMasthead-title {
	position: relative;
	margin: 0;
	font-size: 48px;
	text-align: center
}

.pageHeading {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}

.pageHeading-prefix {
	text-transform: uppercase;
	font-size: 11px;
	color: rgba(0, 0, 0, .3)
}

.pageHeading-title {
	margin: 4px 0 0;
	font-size: 32px;
	font-weight: 300
}

.pageHeading--sub .pageHeading-title {
	font-size: 20px;
	margin-top: 0
}

.authorBox--large {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	overflow: visible
}

.authorBox--large .authorBox-avatar {
	display: inline-block;
	float: none;
	margin-top: -60px;
	text-align: center;
	border: 4px solid #fff;
	border-radius: 100%;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1)
}

.authorBox--large .authorBox-text {
	padding: 0
}

.author-meta {
	text-align: center
}

.author-meta>div {
	display: inline-block;
	padding: 0 10px 0 11px;
	border-left: 1px solid rgba(0, 0, 0, .05)
}

.author-meta>div:first-child {
	border-left: none;
	padding: 0 10px
}

.author-meta>div>h5 {
	text-transform: uppercase;
	font-size: 11px;
	margin: 5px 0
}

.author-meta>div>span {
	font-weight: 700;
	font-size: 20px
}

.authorContent {
	margin-top: 30px
}

.authorContent .noContent {
	margin-top: 20px
}

.authorMostLikedPosts .post--listBg .postInfo {
	padding: 30px
}

.error404 {
	width: 100%;
	height: 100%;
	background: #fff
}

.errorPage {
	height: 100vh;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.errorPage-body {
	display: inline-block;
	position: relative;
	top: 40%;
	-webkit-transform: translatey(-40%);
	-ms-transform: translatey(-40%);
	transform: translatey(-40%);
	text-align: left
}

.errorPage-icon {
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background: #eee;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 140px;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px
}

.errorPage-content {
	display: inline-block;
	vertical-align: middle
}

.errorPage-message {
	font-size: 32px;
	font-weight: 700
}

.errorPage-message--small {
	font-size: 18px;
	font-weight: 300;
	color: rgba(0, 0, 0, .44)
}

.widget-title,
.widget_rss a.rsswidget {
	font-weight: 700
}

.widget a,
.widget-title>span {
	color: rgba(0, 0, 0, .8)
}

.errorPage-search {
	margin: 20px 0 0;
	max-width: 300px
}

.postSingle--attachment-content,
.postSingle--attachment-resolutions {
	margin-bottom: 20px
}

.widget {
	margin-top: 40px;
	overflow: hidden
}

.widget:first-child {
	margin-top: 0
}

.widget:after,
.widget:before {
	content: '';
	display: table
}

.widget-title {
	margin: 0 0 30px;
	line-height: 1;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #fafafa;
	overflow: hidden
}

.widget-title>span {
	padding-right: 16px;
	background-color: #fff
}

.widget ul,
.widget_archive ul {
	padding: 0;
	list-style: none
}

.widget .list-item:last-child {
	margin-bottom: 0
}

.widget_archive ul {
	position: relative;
	margin: 0
}

.widget_archive li {
	position: relative;
	padding: 8px 0 8px 20px
}

.widget_archive li:after,
.widget_archive li:before {
	content: "";
	display: block;
	position: absolute
}

.widget_archive li:before {
	top: 0;
	left: 6px;
	bottom: 0;
	border-left: 1px solid rgba(0, 0, 0, .1)
}

.widget_archive li:first-child:before {
	top: 50%
}

.widget_archive li:last-child:before {
	bottom: 50%
}

.widget_archive li:after {
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff
}

.widget_archive li a {
	text-decoration: none !important
}

.widget_calendar {
	border-bottom: none
}

#calendar_wrap {
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff
}

.widget_calendar caption {
	text-align: center;
	font-size: 22px;
	line-height: 46px;
	color: #fff
}

.widget_calendar table {
	margin-bottom: 0;
	font-size: 12px;
	color: rgba(0, 0, 0, .6)
}

.widget_calendar th {
	padding: 1em;
	text-align: center;
	border: none
}

.widget_calendar td {
	padding: .6em 1em;
	border: none;
	text-align: center
}

.widget_calendar td a {
	text-decoration: underline
}

.widget_calendar #today,
.widget_calendar #today a {
	color: #fff
}

.widget_calendar tfoot {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.widget_calendar tfoot td {
	padding: 1em
}

.widget_calendar tfoot a {
	text-decoration: none !important
}

.navigation--footer li a,
.tagcloud a,
.widget_categories li>a,
.widget_nav_menu .menu a:hover,
.widget_recent_comments li>a,
.widget_recent_entries a {
	text-decoration: none
}

.widget_recent_entries li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.widget_recent_entries li:before {
	content: '\f044';
	font-family: FontAwesome;
	margin-right: 5px
}

.widget_recent_entries .post-date {
	font-size: 12px;
	color: rgba(0, 0, 0, .4)
}

.widget_recent_entries .post-date:before {
	content: '\b7';
	margin: 0 8px 0 5px
}

.widget_categories ul.children>li:before,
.widget_pages ul.children>li:before {
	content: '\f105 ';
	font-family: FontAwesome;
	margin-right: 6px
}

.widget_categories ul {
	list-style: none;
	padding: 0
}

.widget_categories li {
	overflow: hidden;
	position: relative
}

.widget_categories li>a {
	display: inline-block;
	padding: 8px 0
}

.widget_categories a>span {
	display: inline-block;
	background: #ccc;
	padding: 1px 5px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 11px;
	color: #fff
}

.widget_recent_comments li:before,
.widget_rss ul a.rsswidget:after {
	color: rgba(0, 0, 0, .5);
	font-family: FontAwesome
}

.widget_categories ul.children {
	padding-left: 12px
}

.widget_meta li>a,
.widget_pages li>a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none
}

.widget_pages ul.children {
	padding-left: 12px
}

.widget_recent_comments li {
	position: relative;
	margin-top: 20px
}

.widget_recent_comments li:first-child {
	margin-top: 0
}

.widget_recent_comments li:before {
	content: "\f0e5";
	margin-right: 8px
}

.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	color: rgba(0, 0, 0, .5)
}

.widget_recent_comments li>a {
	display: block !important;
	position: relative;
	margin-top: 5px !important;
	padding: 15px !important;
	font-weight: 700;
	border-radius: 4px;
	background: #f5f5f5
}

.widget_recent_comments li>a:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent #f5f5f5
}

.widget_rss li {
	position: relative;
	padding: 12px 0;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.widget_rss li:first-child {
	padding-top: 0;
	border-top: none
}

.widget_rss ul a.rsswidget:after {
	content: "\a0\f08e";
	font-size: .8em;
	font-weight: 400
}

.widget_rss .rss-date {
	display: block;
	font-size: .9em
}

.widget_rss .rssSummary {
	margin: 6px 0
}

.tagcloud a {
	display: inline-block;
	float: left;
	padding: 5px 10px;
	margin: 0 8px 8px 0;
	font-size: 12px;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	background: rgba(0, 0, 0, .02);
	color: rgba(0, 0, 0, .44);
	-webkit-transition: all .1s;
	transition: all .1s
}

.widget_nav_menu>div>.menu {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 4px;
	background: #fff
}

.mdPopularWidget>ul>li:not(:first-child),
.widget_nav_menu .sub-menu {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.widget_nav_menu .menu>li.menu-item-has-children>a {
	padding-right: 50px
}

.widget_nav_menu .submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, .5);
	cursor: pointer
}

.categoryTile,
.list--micro>li,
.post--review,
.widget_nav_menu .menu>li {
	position: relative
}

.widget_nav_menu .menu>li {
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.widget_nav_menu .menu>li>a {
	display: block;
	padding: 0 14px;
	height: 40px;
	line-height: 40px
}

.widget_nav_menu .sub-menu {
	display: none;
	padding: 6px 6px 6px 20px
}

.widget_nav_menu .sub-menu>li>a {
	display: block;
	padding: 10px 14px
}

.mdPostsListWidget .card-w-listStyle .post--list--simple .postCategory,
.widget_nav_menu .sub-menu .sub-menu {
	display: none
}

.list--micro {
	list-style: none;
	margin: 0;
	padding: 0
}

.list--micro>li:not(:first-child) {
	margin-top: 20px
}

.list--micro--withSeparator>li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.mdPostsListWidget .card-w-listStyle {
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 4px
}

.mdPostsListWidget .card-w-listStyle>li {
	margin-top: 0;
	padding: 20px
}

.mdPostsListWidget .card-w-listStyle>li:not(:first-child) {
	background: #fafafa
}

.mdPostsListWidget .post--card--micro .postFeaturedImg {
	margin: -15px -15px 15px
}

.mdPostsListWidget .post--card--micro .postTitle {
	font-size: 20px
}

.mdPostsListWidget .tileStyle>li {
	margin-top: 10px
}

.mdPopularWidget>ul {
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 4px
}

.mdPopularWidget>ul>li:first-child .o-backgroundImg,
.mdPopularWidget>ul>li:first-child .o-backgroundImg--dimmed:after,
.mdPopularWidget>ul>li:first-child>article {
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px
}

.mdPopularWidget>ul>li:last-child .o-backgroundImg,
.mdPopularWidget>ul>li:last-child .o-backgroundImg--dimmed:after,
.mdPopularWidget>ul>li:last-child>article {
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px
}

.mdCategoriesWidget ul {
	margin: -5px;
	padding: 0;
	list-style: none
}

.mdCategoriesWidget ul li {
	width: 50%;
	float: left;
	padding: 5px
}

.categoryTile {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1)
}

.categoryTile:before {
	content: "";
	display: block;
	padding-top: 100%
}

.categoryTile-info {
	text-align: center;
	max-width: 90%;
	overflow: hidden
}

.categoryTile-info-name {
	display: block;
	margin-bottom: 5px;
	padding: 4px 8px;
	font-size: 10px;
	text-transform: uppercase;
	overflow: hidden
}

.categoryTile-info-count {
	color: rgba(255, 255, 255, 1);
	font-size: 12px
}

.mdSliderWidget .postTitle {
	font-size: 20px;
	font-weight: 700
}

.mdSliderWidget .owl-dots {
	text-align: center
}

.mdSliderWidget .owl-dots .owl-dot {
	position: relative;
	display: inline-block
}

.mdSliderWidget .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 12px;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px;
	background: rgba(0, 0, 0, .2)
}

.mdSliderWidget .owl-dots .owl-dot.active span {
	background: rgba(0, 0, 0, 0);
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	border: 1px solid rgba(0, 0, 0, .4)
}

.mdSliderWidget .post--tile:not(:first-child) {
	display: none
}

.mdSliderWidget .mdSlider.owl-loaded .post--tile {
	display: block;
	height: 300px
}

.mdSliderWidget .mdSlider {
	margin-bottom: 31px;
	border-radius: 4px;
	overflow: hidden
}

.mdSliderWidget .mdSlider.owl-loaded {
	margin-bottom: 0
}

.mdSliderWidget .mdSlider .owl-stage-outer {
	border-radius: 4px
}

.mdPostReviewWidget {
	overflow: visible
}

ul.reviewList {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px
}

ul.reviewList>li:not(:first-child) {
	border-top: 1px solid #eee
}

.post--review {
	padding: 15px
}

.post--review-title {
	padding-right: 40px;
	font-size: 16px
}

.post--review-meter {
	background-color: #eee;
	border-radius: 4px;
	overflow: hidden
}

.post--review-meter-bar {
	height: 6px;
	background-color: green
}

.post--review-score {
	position: absolute;
	bottom: 30px;
	right: -10px;
	padding: 4px 8px;
	background-color: green;
	color: #fff;
	font-weight: 700;
	border-radius: 4px 0 0 4px
}

.post--review-score:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 100%;
	border: 0 solid transparent;
	border-width: 6px 10px 6px 0;
	border-top-color: #ccc
}

.adSidebar--1,
.adSidebar--2 {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.adSidebar {
	padding: 12px 0
}

.adSidebar--1 {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.adSidebar .mdAdWidget,
.mdAdWidget {
	text-align: center
}

.mdAdWidget-content {
	display: inline-block
}

.mdSocialWidget .socialList {
	display: block;
	margin: -4px
}

.mdSocialWidget .socialList li {
	width: 25%;
	padding: 4px
}

.mdSocialWidget .socialList a {
	width: 100%;
	padding: 0 5px;
	border-radius: 4px;
	height: 40px;
	box-shadow: none
}

.mdSocialWidget .socialList i {
	font-size: 18px;
	line-height: 40px;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.mdSocialWidget .socialList a:hover i {
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	transform: translate(0, -2px);
	text-shadow: 6px 6px 12px rgba(0, 0, 0, .5)
}

.widget_mc4wp_form_widget {
	overflow: visible
}

.widget_mc4wp_form_widget .mc4wp-form {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .03);
	overflow: hidden
}

.widget_mc4wp_form_widget .mc4wp-form:before {
	content: '\f003';
	font-family: FontAwesome;
	position: absolute;
	right: -30px;
	bottom: -40px;
	font-size: 120px;
	color: #333;
	opacity: .2;
	-webkit-transform: rotateZ(14deg);
	-ms-transform: rotate(14deg);
	transform: rotateZ(14deg)
}

.widget_mc4wp_form_widget input[type=email],
.widget_mc4wp_form_widget input[type=text],
.widget_mc4wp_form_widget input[type=textarea] {
	padding-left: 0;
	padding-right: 0;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px
}

.siteFooter-bottom-inner>div,
.siteFooter-widgetArea .widget-title {
	margin-bottom: 20px
}

.widget_mc4wp_form_widget input[type=submit] {
	border: none;
	background: #59c07b;
	color: #fff
}

.byCategoryListing,
.siteFooter-middle+.siteFooter-bottom {
	border-top: 1px solid #eee
}

.siteFooter {
	background: #fafafa;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05)
}

.siteFooter-menu {
	border-bottom: 1px solid #eee;
	padding: 20px 0
}

.siteFooter-middle {
	padding-top: 40px;
	padding-bottom: 20px
}

.siteFooter-middle-inner {
	margin-left: -15px;
	margin-right: -15px
}

.siteFooter-widgetArea {
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px
}

.siteFooter-widgetArea:first-child:nth-last-child(1) {
	width: 100%
}

.siteFooter-widgetArea:first-child:nth-last-child(2),
.siteFooter-widgetArea:first-child:nth-last-child(2)~.siteFooter-widgetArea {
	width: 50%
}

.siteFooter-widgetArea:first-child:nth-last-child(3),
.siteFooter-widgetArea:first-child:nth-last-child(3)~.siteFooter-widgetArea {
	width: 33.3333%
}

.siteFooter-widgetArea .widget:not(:first-child) {
	margin-top: 30px
}

.siteFooter-widgetArea .widget-title>span {
	color: rgba(0, 0, 0, .4);
	background: 0 0
}

.siteFooter-bottom {
	color: rgba(0, 0, 0, .4)
}

.siteFooter-bottom-inner {
	padding: 30px 0 10px
}

.siteFooter-copyright {
	font-size: 12px
}

.navigation--footer {
	text-align: center;
	font-size: 0
}

.navigation--footer li {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	text-transform: uppercase
}

.navigation--footer li:not(:last-child):after {
	content: '\00b7';
	margin: 0 5px
}

.navigation--footer li a {
	padding: 10px;
	color: rgba(0, 0, 0, .4);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.navigation--footer li a:hover {
	color: rgba(0, 0, 0, .8)
}

.backTopBtn {
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out
}

.byCategoryListing {
	padding: 20px 0 40px;
	background-color: #fafafa
}

.byCategoryListing-title {
	display: inline-block;
	height: 34px;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 14px 0 40px;
	border-radius: 999em;
	background: #fff;
	font-size: 14px;
	line-height: 34px;
	text-transform: uppercase
}

.byCategoryListing-title i {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 100%;
	background: #444;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px
}

.byCategoryListing-catSection {
	min-height: 360px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .1)
}

.byCategoryListing-catSection ul {
	padding: 20px
}

.byCategoryListing-catTitle {
	position: relative;
	margin: 0;
	padding: 20px;
	text-align: center;
	background: #aaa;
	color: #fff
}

.byCategoryListing-catTitle>h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.byCategoryListing-catTitle>span {
	font-size: 12px;
	line-height: 1;
	color: rgba(255, 255, 255, .8);
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.byCategoryListing-catTitle>span i {
	margin-left: 6px
}

.byCategoryListing li:not(:first-child) {
	padding-top: 20px;
	border-top: 1px solid #eee
}

.byCategoryListing .postTitle {
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400
}

.byCategoryListing .postTitle i {
	margin-left: -20px;
	margin-right: 10px
}

@media (max-width:1199px) {

	.u-wideBlock--content,
	.u-wideBlock--content--full {
		margin-left: calc(470px - 50vw)
	}

	.hasLeftSidebar .u-wideBlock--content {
		margin-right: calc(470px - 50vw)
	}

	.u-contentAlign {
		margin-left: calc(50vw - 470px)
	}

	.hasLeftSidebar .u-contentAlign {
		margin-right: calc(50vw - 470px)
	}

	.u-fullwidth {
		margin-left: calc(470px - 50vw);
		margin-right: calc(470px - 50vw)
	}

	.featuredBlock--carousel .iscroll-wrapper>ul {
		padding: 80px 10px
	}

	.featuredBlock--carousel .iscroll-wrapper>ul>li {
		width: 40vw;
		padding: 0 9px
	}

	.featuredBlock--tiles .postTitle {
		font-size: 22px !important
	}

	.block--grid .grid-item:nth-of-type(n+4)>article,
	.grid--withSidebar .grid-item:nth-of-type(n+3)>article {
		padding-top: 30px
	}

	.layoutContent-main .grid--2 .postTitle {
		font-size: 20px
	}

	.layoutContent-main .grid--2 .articleItem-summary {
		font-size: 14px
	}

	.layoutContent-main .bodyCopy h1 {
		font-size: 26px;
		line-height: 1.1538
	}

	.layoutContent-main .bodyCopy h2 {
		font-size: 22px;
		line-height: 1.3636
	}

	.layoutContent-main .bodyCopy h3 {
		font-size: 18px;
		line-height: 1.3333
	}

	.layoutContent-main .bodyCopy h4 {
		font-size: 16px;
		line-height: 1.2
	}

	.layoutContent-main .bodyCopy h5,
	.layoutContent-main .bodyCopy h6 {
		font-size: 14px;
		line-height: 1.2
	}

	.layoutContent-main .bodyCopy blockquote {
		font-size: 18px
	}
}

@media (max-width:1020px) {
	.postSingle--fullwidth .bodyCopy .is-wideImage {
		max-width: 100vw;
		margin-left: calc(340px - 50vw);
		margin-right: calc(340px - 50vw)
	}
}

@media (max-width:991px) {

	.postRibbon,
	.siteHeader--compact .flexbox-item {
		white-space: nowrap
	}

	.layoutContent-sidebar,
	.sidebar {
		border-top: 1px solid #eee
	}

	.hasLeftSidebar .u-contentAlign,
	.u-contentAlign {
		margin-left: auto;
		margin-right: auto;
		width: 720px
	}

	.hasRightSidebar .post--tile--wide .overlayInfo {
		padding-left: 20px
	}

	.hasLeftSidebar .post--tile--wide .overlayInfo {
		padding-right: 20px
	}

	.post--tile--wide {
		border-radius: 0 !important
	}

	.layoutContent-main,
	.layoutContent-sidebar {
		width: 100%;
		float: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.layoutContent-sidebar {
		margin-top: 30px;
		padding-top: 30px
	}

	.hasLeftSidebar .u-wideBlock--content,
	.hasLeftSidebar .u-wideBlock--content--full,
	.u-fullwidth,
	.u-wideBlock--content,
	.u-wideBlock--content--full {
		margin-left: calc(360px - 50vw) !important;
		margin-right: calc(360px - 50vw) !important
	}

	.pageMasthead {
		margin: 0
	}

	.pageMasthead-title {
		font-size: 32px
	}

	.siteHeader--fixed {
		display: none
	}

	.featuredBlock--carousel .o-overlayLink,
	.postRibbon {
		display: block
	}

	.siteHeader--compact .siteHeader-component--left,
	.siteHeader--compact .siteHeader-component--right,
	.siteHeader--standard--left .siteHeader-component--left,
	.siteHeader--standard--left .siteHeader-component--right {
		width: 30%
	}

	.featuredBlock--carousel .iscroll-wrapper>ul>li {
		width: 40vw;
		padding: 0 9px
	}

	.featuredBlock--carousel .postTitle {
		font-size: 18px
	}

	.featuredBlock--slider--cover article {
		height: 480px
	}

	.post--slide .postTitle {
		font-size: 34px
	}

	.featuredBlock--altGrid--minor article {
		height: auto;
		min-height: 90px
	}

	.postRibbon {
		overflow-y: auto
	}

	.postRibbon-item {
		padding: 20px;
		min-width: 280px;
		max-width: 280px
	}

	.layoutContent-sidebar .widget,
	.postSingle-cover .postInfo {
		padding-left: 0;
		padding-right: 0
	}

	.block--grid .grid-item:nth-of-type(n+3)>article {
		padding-top: 30px
	}

	.postSingle--standard .postFeaturedImg.u-wideBlock--content {
		margin-top: -50px
	}

	.hasLeftSidebar .postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header:before,
	.postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header:before {
		box-shadow: -5px -5px 5px 0 rgba(0, 0, 0, .05), -10px -10px 10px 0 rgba(0, 0, 0, .05), 5px -5px 5px 0 rgba(0, 0, 0, .05), 10px -10px 10px 0 rgba(0, 0, 0, .05)
	}

	.postSingle--billboard-cover {
		margin: 0
	}

	.postSingle--billboard:not(.postSingle--fullwidth) .postSingle--billboard-cover .postInfo {
		left: 0;
		width: 100%
	}

	.postSingle-cover {
		margin-top: -50px
	}

	.postSingle-header .postTitle {
		font-weight: 700 !important
	}

	.bodyCopy h1 {
		font-size: 26px;
		line-height: 1.1538
	}

	.bodyCopy h2 {
		font-size: 22px;
		line-height: 1.3636
	}

	.bodyCopy h3 {
		font-size: 18px;
		line-height: 1.3333
	}

	.bodyCopy h4 {
		font-size: 16px;
		line-height: 1.2
	}

	.bodyCopy h5,
	.bodyCopy h6 {
		font-size: 14px;
		line-height: 1.2
	}

	.bodyCopy blockquote {
		font-size: 18px
	}

	.bodyCopy .is-fullwidthImage,
	.bodyCopy .is-wideImage {
		max-width: 100vw;
		margin-left: calc(340px - 50vw);
		margin-right: calc(340px - 50vw)
	}

	.relatedPosts--fullwidth .row>div:nth-child(3) {
		clear: both
	}

	.byCategoryListing [class*=col-]:nth-child(3) {
		clear: left
	}

	.theiaStickySidebar {
		position: static !important
	}

	.siteFooter-widgetArea {
		width: 100% !important;
		float: none
	}
}

@media (max-width:782px) {
	.admin-bar .siteHeader--fixed {
		margin-top: 0
	}

	.admin-bar .siteHeader--fixed:not(.mdAffixed) {
		margin-top: -64px
	}
}

@media (max-width:767px) {

	.byCategoryListing,
	.featuredBlockBackground {
		background-image: none !important
	}

	.authorBox,
	.errorPage-body,
	.siteFooter-bottom-inner {
		text-align: center
	}

	.siteHeader-nav .container {
		padding-left: 10px;
		padding-right: 10px
	}

	.siteHeader--compact .siteHeader-component--left,
	.siteHeader--compact .siteHeader-component--right,
	.siteHeader--standard--left .siteHeader-component--left,
	.siteHeader--standard--left .siteHeader-component--right,
	.siteHeader-component--left,
	.siteHeader-component--right {
		width: 50px
	}

	.siteHeader-component--center {
		width: auto
	}

	.container,
	[class*=col-] {
		padding-left: 20px;
		padding-right: 20px
	}

	.row {
		margin-left: -20px;
		margin-right: -20px
	}

	.list-item {
		padding-top: 30px
	}

	.hasLeftSidebar .u-wideBlock--content,
	.hasLeftSidebar .u-wideBlock--content--full,
	.u-fullwidth,
	.u-wideBlock--content,
	.u-wideBlock--content--full,
	.u-wideBlock--sm {
		margin-left: -20px !important;
		margin-right: -20px !important
	}

	.hasLeftSidebar .u-contentAlign,
	.u-contentAlign {
		margin-left: auto;
		margin-right: auto;
		width: auto
	}

	.block--alt--1 .list-item,
	.block--alt--2 .list-item,
	.block--alt--3 .list-item,
	.block--list .list-item,
	.block--split .list-item,
	.block--tiles {
		margin-left: -20px;
		margin-right: -20px
	}

	.blockHeading {
		font-size: 16px
	}

	.block--masonry .grid-item {
		padding-left: 0;
		padding-right: 0
	}

	.block--tiles .tile-item {
		padding-left: 0;
		padding-right: 0
	}

	.post--tile {
		height: 320px
	}

	.post--tile--large {
		height: 360px
	}

	.post--tile--large .postTitle {
		font-size: 22px
	}

	.reviewBox-summary-blurb,
	.reviewBox-summary-prosNCons {
		padding-right: 0
	}

	.reviewBox-summary-conList,
	.reviewBox-summary-proList {
		padding-right: 0;
		float: none;
		width: 100%
	}

	.reviewBox-summary-totalScore:not(:last-child) {
		float: none;
		margin-bottom: 20px
	}

	.featuredBlock--carousel {
		height: 320px
	}

	.featuredBlock--carousel .iscroll-wrapper>ul {
		padding: 30px 0
	}

	.featuredBlock--carousel .iscroll-wrapper>ul>li {
		height: 260px;
		padding: 0 4px;
		width: 70vw
	}

	.featuredSliderWrap.container {
		padding: 0
	}

	.container .featuredBlock--slider {
		margin: 0;
		border-radius: 0
	}

	.container .featuredBlock--slider article,
	.featuredBlock--slider article {
		height: 400px;
		border: none;
		border-radius: 0
	}

	.block--tiles .post--tile,
	.block--tiles .tile-item .o-overlay,
	.container .featuredBlock--slider .slide-content .o-backgroundImg,
	.container .featuredBlock--slider .slide-content .o-backgroundImg:after,
	.featuredBlock--slider .slide-content .o-backgroundImg,
	.featuredBlock--slider .slide-content .o-backgroundImg:after,
	.post--card--paper,
	.post--list,
	.post--split,
	.post--tile--large {
		border-radius: 0
	}

	.featuredBlock--slider--cover article {
		height: 480px
	}

	.post--slide .postTitle {
		font-size: 24px
	}

	.post--slide .container .postInfo,
	.post--slide .postInfo {
		left: 0;
		right: 0;
		padding: 0 20px 40px
	}

	.md-theme .owl-dots {
		bottom: 0
	}

	.md-theme .owl-dots .owl-dot span {
		width: 5px;
		height: 5px;
		margin: 8px
	}

	.featuredBlock--tiles {
		margin: 0 -20px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap
	}

	.featuredBlock--tiles .tile-item {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 80%;
		max-width: 450px
	}

	.featuredBlock--tiles .postTitle {
		font-size: 18px !important
	}

	.featuredBlock--altGrid--main-item,
	.featuredBlock--altGrid--minor-item {
		padding: 5px 0
	}

	.featuredBlock--altGrid .post--micro--paper {
		box-shadow: none;
		border-bottom: 1px solid #eee
	}

	.post--large,
	.post--list,
	.post--tile--large .postInfo {
		padding: 20px
	}

	.post--large .postFeaturedImg .o-imageCropper,
	.post--split .postFeaturedImg {
		padding-bottom: 50%
	}

	.post--list .postFeaturedImg {
		width: 100px
	}

	.post--list>.postFeaturedImg {
		display: none
	}

	.post--split .postInfo>.u-floatLeft {
		float: none
	}

	.block--masonry {
		margin-left: -20px;
		margin-right: -20px
	}

	.post--classic .postTitle {
		font-size: 26px
	}

	.post--cutout.u-wideBlock--content {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.hasLeftSidebar .post--cutout--wide .postInfo,
	.post--cutout--wide .postInfo {
		top: auto;
		left: 20px;
		right: 20px;
		bottom: 15px;
		width: auto
	}

	.post--cutout--wide .postTitle {
		min-height: auto
	}

	.postSingle--standard .postFeaturedImg,
	.postSingle--standard .postFormatMedia {
		margin-top: -50px;
		margin-left: -20px;
		margin-right: -20px
	}

	.postSingle-header .postTitle {
		font-size: 26px !important;
		font-weight: 700 !important
	}

	.postFeaturedImg-caption,
	.postSingle--standard .postSingle-featuredImg.u-wideBlock--content .postFeaturedImg-caption {
		bottom: 10px;
		right: 10px
	}

	.postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header {
		margin-top: 0;
		padding: 0
	}

	.hasLeftSidebar .postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header:before,
	.postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header:before {
		content: none
	}

	.postSingle--billboard-cover {
		height: 480px
	}

	.postSingle--billboard-cover-bgImg {
		min-height: 530px;
		height: 530px;
		margin-top: -50px
	}

	.is-parallaxDisabled .postSingle--billboard-cover-bgImg {
		margin-top: -25px
	}

	.postSingle--headerWide.postSingle--fullwidth .postFormatMedia,
	.postSingle--headerWide.postSingle--fullwidth .postSingle-featuredImg {
		margin-left: -20px;
		margin-right: -20px
	}

	.hasLeftSidebar .postSingle-cover .postInfo,
	.postSingle-cover .postInfo {
		padding-left: 20px;
		padding-right: 20px
	}

	.authorBox-avatar {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 50px;
		height: 50px;
		border: none
	}

	.authorBox-text {
		padding: 0
	}

	.authorBox-bio {
		clear: both;
		padding-top: 10px;
		font-size: 14px
	}

	.postNavigation {
		border-radius: 0
	}

	.postNavigation .flexbox-item {
		display: block;
		width: 100%
	}

	.postNavigation .flexbox-item:first-child {
		border-right: none
	}

	.postNavigation--fw .postNavigation-prev {
		padding-right: 0
	}

	.postNavigation--fw .postNavigation-next {
		padding-left: 0
	}

	.postNavigation-prev {
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}

	.post--cutout .postTitle,
	.post--large .postTitle,
	.post--list .postTitle,
	.post--split .postTitle,
	.post--tile--wide .postTitle {
		font-size: 18px
	}

	.postSingle--default {
		padding: 0
	}

	.postContent {
		max-width: 100%
	}

	.bodyCopy blockquote {
		margin-left: -20px;
		padding-left: 16px
	}

	.alignleft,
	.wp-caption.alignleft,
	a img.alignleft {
		margin-left: 0
	}

	.alignright,
	.wp-caption.alignright,
	a img.alignright {
		margin-right: 0
	}

	.bodyCopy .is-fullwidthImage,
	.bodyCopy .is-wideImage,
	.bodyCopy .responsiveEmbedVideo,
	.postSingle--fullwidth .bodyCopy .is-fullwidthImage,
	.postSingle--fullwidth .bodyCopy .is-wideImage {
		margin-left: -20px;
		margin-right: -20px
	}

	.postFormatLink {
		padding: 20px
	}

	.postFormatLink-content-title {
		font-size: 20px
	}

	.postFormatLink-content-title i {
		font-size: 22px
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: none;
		width: auto
	}

	.comment-respond {
		padding: 0;
		border: none;
		box-shadow: none
	}

	.comment-respond label {
		display: block
	}

	.comment-reply-title {
		font-size: 16px
	}

	.pagePagination .page-numbers {
		display: none
	}

	.pagePagination .page-numbers.next,
	.pagePagination .page-numbers.prev {
		display: inline-block
	}

	.byCategoryListing-catSection {
		min-height: auto
	}

	.navigation--footer li {
		font-size: 12px
	}

	.siteFooter-bottom-inner>div {
		float: none
	}

	.errorPage-body {
		padding: 0 20px
	}

	.errorPage-body>div {
		display: block;
		margin: 0 auto
	}

	.errorPage-search {
		margin: 20px auto 0
	}
}

@media (max-width:600px) {
	.admin-bar .siteHeader--fixed.mdAffixed {
		margin-top: 0
	}

	.admin-bar .md_offCanvas {
		padding-top: 0
	}
}

@media (max-width:319px) {
	.siteTitle--small {
		max-width: 150px
	}
}

.adCode--lg,
.adCode--md,
.adCode--sm,
.adCode--xs {
	display: none !important
}

@media (max-width:500px) {
	.adCode--xs {
		display: block !important
	}
}

@media (min-width:501px) and (max-width:800px) {
	.adCode--sm {
		display: block !important
	}
}

@media (min-width:801px) and (max-width:980px) {
	.adCode--md {
		display: block !important
	}
}

@media (min-width:981px) {
	.adCode--lg {
		display: block !important
	}
}

@media print {

	.postSingle--billboard-cover,
	.postSingle-cover {
		height: auto
	}

	body {
		background: 0 0 !important;
		color: #000;
		font-size: 10pt
	}

	a[href]:after {
		content: none !important
	}

	.author-avatar,
	.comment-reply-link,
	.comment-respond,
	.commentCountBox,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.more-link,
	.postNavigation,
	.postRibbon,
	.postSingle--billboard-cover-bgImg,
	.relatedPosts,
	.sidebar,
	.siteFooter,
	.siteHeader--fixed,
	.siteHeader-nav {
		display: none
	}

	.postSingle--standard .postFeaturedImg.u-wideBlock--content+.postSingle-header {
		margin-top: 0
	}

	.postSingle--billboard-cover .postInfo {
		position: relative;
		margin-top: 40px
	}

	#md-billboard-info {
		opacity: 1
	}

	.postSingle-cover .postInfo {
		position: relative
	}

	.authorBox {
		page-break-inside: avoid
	}
}

.goAdverticum {
	text-align: center;
}

.goAdverticum>* {
	margin: 0 auto !important;
}

.goAdverticum:not(.rawBanner)>div>span {
	position: relative !important;
	top: inherit !important;
	left: inherit !important;
}

.goAdverticum:not(.rawBanner) {
	display: flex !important;
	flex-direction: column-reverse;
}

.adOceanZone:not(:empty) {
	margin-bottom: 1rem;
}
