@import url('scroll-bar.css');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic-ext');

body{
	font-family: "Helvetica Neue", Arial, sans-serif;
}

img{
	max-width: 100%;
}
.bg-red{
	background: #C00;
}
.text-red{
	color: #C00;
}
.navbar-brand img{
	height: 40px;
}
.feat-1{
	height: 498px;
}
.feat-2{
	height: 220px;
}
.feat-3{
	height: 221px;
}
.feat-5{
	height: 350px;
}
.feat-6{
	height: 260px;
}
.fs-12{
	font-size: 12px;
}
.fs-14{
	font-size: 14px;
}
#main-nav{
	font-family: 'Roboto Condensed', sans-serif;
}
.pt-serif{
	font-family: 'PT Serif Caption', serif;
}
.post,
.card-post.feat-4 > a,
.photoNews > a{
	position: relative;
	background-color: #333;
	background-size: cover;
	background-position: center top;
}
.post > a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.post > .post-caption{
	font-family: 'PT Serif Caption', serif;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.52) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.52) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0.52) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 );
}
.post:hover > .post-caption{	
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 );
}

.post > .post-caption a{
	text-decoration: none;
}
.post > .post-caption a:hover{
	color: #eee;
}
.post > .post-caption .cat-title{
	font-size: 14px;
	font-weight: normal;
}
.text-shadow{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.newlist-wrapper{
	height: 439px;
	overflow: auto;
}
.newlist > li{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.widget-title{
	position: relative;
}
.widget-title > span{
	background: #fff;
	z-index: 2;
	font-family: 'PT Serif Caption', serif;
}
.widget-title:before{
	z-index: -1;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #333;
	margin-top: -1px;
	top: 50%;
	left: 0;
}
.card-post.feat-4 > a{
	height: 220px;
}
.card-post .cat-title{
	font-size: 14px;
}
.card-post .post-caption p{
	height: 97px;
    overflow: hidden;
    line-height: 18px;
}


.photonews-container{
	background: url(../img/photo_bg.png);
	padding: 50px 0;
}
.photoNews{
	position: relative;
	background: #222;
}
.photoNews:hover > a{
	opacity: 0.6;
}
.photoNews:hover > h6{
	display: table;
}
.photoNews > a{
	display: block;
	height: 350px;
}
.photoNews > h6{
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	height: 350px;
}
.photoNews > h6 > a{
	text-align: center;
	padding: 15px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.content .title{
	font-family: 'PT Serif Caption', serif;
	font-size: 32px;
}


#search-modal{
	display: none;
	background: rgba(0,0,0,0.8);
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 99999;
}
#search-modal #search-form{
	position: relative;
	width: 100%;
	max-width: 500px;
}
#search-modal #search-form button{
	padding: 10px;
	margin: 0;
	background: none;
	border: none;
	outline: 0;
	font-size: 24px;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
}
#search-modal #search-form input{
	width: 100%;
	display: block;
	padding: 10px;
	background: none;
	border:none;
	border-bottom: 1px solid #FFF;
	outline: 0;
	color: #FFF;
	font-size: 24px;
}
#search-modal #search-form input:focus,
#search-modal #search-form input:hover{
	border-bottom: 1px solid #F00;
}
#search-modal .remove-btn{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100000
}