@import  "http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=cyrillic";

.lcp_title {
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 300%;
	margin-top: 2em;
}

#colophon {
	background: white;
	border-top: none;
}

#primary-main .main-article {
	background: none;
	margin: 0;
	border: 0;
	outline: 0;
}

#primary-main .main-article a {
	display: block;
}

#primary {
	background: #fff;
}

.single #content, .page #content {
	background: #fff;
	box-shadow: 0 0 20px grey;
}

#content {
	margin-top: 0;
	background-color: rgba(255,255,255,0);
	border: none;
}

#secondary .widget, #footer-sidebar .widget {
	background: #fff;
}

#top-bar {
	height: 70vh;
	overflow: visible;
}

#parallax-bg {
	border-bottom: none;
	opacity: .8;
	height: 70vh;
}

#parallax-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(255,255,255,1));
	opacity: .8;
}

#parallax-bg:after {
	background: rgba(18,13,12,.4);
}

#site-navigation {
	float: left;
}

#site-navigation a {
	text-transform: uppercase;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 200%;
}

#site-navigation ul ul {
	top: inherit;
}

#site-navigation ul ul a {
	width: 350px;
	max-width: 400px;
}

#site-navigation li>ul>li>a {
	text-transform: none;
	font-size: 140%;
}

.site-description {
	text-transform: uppercase;
	font-family: 'PT Sans Narrow';
	font-weight: 700;
	text-align: center;
}

.site-title a {
	font-weight: bold;
	color: white;
	font-family: 'PT Sans Narrow';
	font-size: 160px;
}

.site-title a:hover {
	color: white;
}

.single-entry-title {
	font-family: 'PT Sans Narrow';
	font-weight: bold !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.site-logo {
	float: right;
	width: 9em;
}

.single article.post, .page article.post {
	border-bottom: none;
}

.pagination ul>li>a, .pagination ul>li>span {
	border: none;
}

a {
	color: #156648;
}

.overtext {
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 0;
	left: 0;
	background: #156648;
	color: #fff;
	z-index: 90;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 150%;
	padding-top: 17px;
}

.overpic {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 90;
	width: 15%;
}

.subscribe {
	background: #156648 !important;
}

.main-article {
	box-shadow: none;
	transition: box-shadow .5s;
}

.main-article:hover {
	-moz-box-shadow: 1px 1px 25px black;
	-webkit-box-shadow: 1px 1px 25px black;
	box-shadow: 1px 1px 25px black;
}

.site-info {
	font-size: smaller;
}

.img-postlabel {
	padding-bottom: 5px;
}

#footer-sidebar h1.widget-title {
	text-transform: uppercase;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 200%;
}

#footer-sidebar .footer-column {
	padding: 0 15px;
}

#comments li.comment {
	background: white;
}

@media (max-width: 767px) {
	.site-logo {
		float: none;
		display: block;
		margin: auto;
		width: 9em;
	}
	
	.site-title a {
		font-size: 36px;
	}
}