@import url('/vendor/fonts/ft/font.css');
html, body {
	font-family: SansFont, sans-serif;
}
body {
/*	padding-top: 110px;*/
}
header {
	box-shadow: 0 1px 3px rgba(77,72,69,.2), 0 6px 10px rgba(77,72,69,.15);
}
.header-top-in li {
    font-size: .875rem;
	padding: .25rem .5rem;
}
.header-top-in a {
	font-weight: 600;
}
.header-name, .footer-name {
	font-family: SerifFont, serif;
	font-weight: 500;
	text-transform: uppercase;
}
.header-slogan {
	font-size: 1.1rem;
}

.header-links {
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px solid #ccc1b7;
}
#headernav {
	padding-bottom: 0;
}
footer a {
	text-decoration: none!important;
}

.cat-title {
	position: relative;
	border-top: 8px solid rgba(0,0,0,.05);
	padding: .25rem 0 .5rem 0;
}
.cat-title:after {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	border-top: 8px solid #000;
}
.cat-title a {
	font-size: 1.5rem;
}
.cat-title a:after {
	font-family: Ionicons;
	font-size: 1rem;
	font-weight: 600;
	content: "\f125";
	margin: 0 0 0 1rem;
	vertical-align: middle;
}

.art-title {
	font-family: SerifFont, serif;
	font-weight: 400;
}
.art-content h2 {
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	padding: .5rem 1rem;
	max-height: 7.25rem;
	overflow: hidden;
}
.art-content h3 {
	font-size: 1.25rem;
}
.article-over .art-sub {
	line-height: 1.2;
	max-height: 2.625rem;
	overflow: hidden;
}
.article-down .art-content h2, .article-down .art-content h3, .article-down .art-content h4 {
	font-size: 1.5rem;
	max-height: none!important;
}
.text-art {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: .5rem 0 0 0;
}
.text-art-title {
	font-family: SerifFont, serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0;
}
.text-art-subtitle {
	font-size: 1.25rem;
	line-height: 1.2;
}
.text-art-meta {
	padding-bottom: 1rem;
}
.category-name {
	font-family: SerifFont, serif;
	font-weight: 400;
}

.article-title {
	font-family: SerifFont, serif;
	font-size: 1.75rem;
}
.article-subtitle {
	font-size: 1.25rem;
	line-height: 1.2;
}
.article-body {
	font-size: 1.1rem;
}
.article-body h5 {
	font-size: 1.5rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	.header-name {
		font-size: 2.5rem;
	}
	.cat-title:after {
		width: 50%;
	}
	h2.art-title {
		font-size: 3rem;
	}
}
@media (min-width: 992px) {
	#headernav a {
		border-bottom-width: 4px;
		border-bottom-style: solid;
		padding: .25rem 0;
		margin: 0 .5rem;
	}
	.text-art-title {
		font-size: 3rem;
		line-height: 1;
	}
	.article-title {
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 1024px) {
	body {
		padding-top: 0;
	}
	.header-name {
		font-size: 2.75rem;
		letter-spacing: 1px;
		padding: .25rem 0 0 0;
	}
	.body-front .header-name {
		font-size: 3.5rem;
	}
	.cat-title:after {
		width: 33%;
	}
}