/*!
 *  main.css
 */
.place {
	width: 100%;
	height: 200px;
	margin-top: 20px;
	background-color: #c1c1c1;
}

.flex-container {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	margin: 0 15px;
	flex-direction: column;
}


.flex-container .articles-wrapper {
	flex-basis: 34%;
	padding: 43px 0px 0px 0px;
}

.news-category-wrapper {
	order: 1;
}
.news-general-wrapper {
	order: 0;
}
.articles-wrapper {
	order: 2;
}
.aside-advert-wrapper {
	order: 3;
}

.news-category-wrapper, .news-general-wrapper, .articles-wrapper {

}
.news-category-wrapper, .news-general-wrapper, .articles-wrapper, .aside-advert-wrapper {

}

.aside-advert-120 {
	height: 120px;
}
.aside-advert-200 {
	height: 200px;
}
.aside-advert-300 {
	height: 300px;
}
.aside-advert {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.aside-advert img {
	height: auto;
	width: 100%;
}
.aside-advert-120, .aside-advert-200, .aside-advert-300 {
	background-color: #c1c1c1;
	width: 100%;
	margin-bottom: 20px; 
}

.news-category-header, .news-general-header {
	height: 45px;
	border-bottom: 2px solid #a22118;
	font-size: 20px;
	font-weight: 600;
	color: #9b1b30;
	padding: 15px 10px 5px 10px;
}
.news-category-header a{
	color: #9b1b30;
}
.news-general-header {
	color: #fff;
	background-color: #9b1b30;
	height: 32px;
	line-height: 32px;
	padding: 0px 10px;
	font-size: 20px;
	margin-top: 15px;
	border: none;
}
.news-general-header a {
	color: #fff;
}
.articles-advert {
	border-top: 2px solid #a22118;
}


.main-page-advert {
	height: auto;
	margin-top: 30px;
	border: 1px solid #d3d3d3;
}
.main-page-advert img {
	width: 100%;
	height: auto;
}

/* news */

.news-header {
	background-color: #9b1b30;
	height: 32px;
	line-height: 32px;
	padding: 0px 10px;
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.news-header a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.news-header a:hover {
	text-decoration: underline;
}

.top-news {
	min-height: 225px;
	height: auto;
	margin-top: 10px;
	background-size: cover;
	background-position: center;;
	padding: 20px;
}
.top-news a {
	display: flex;
	align-items: flex-end;
	min-height: 185px;

}


.image-filter {
	box-shadow: inset 0px -70px 80px 0px rgb(155, 27, 48);
}


.top-news a:hover {
	text-decoration: underline;
	color: #fff;
}
.top-news-info {
	color: #fff;
}
.top-news-info .top-news-heading {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: -9px;
	font-weight: 600;
}
.news-poster-wrapper {
	overflow-y: scroll;
	height: 250px;
}
.news-poster-wrapper::-webkit-scrollbar-track {
	background-color: #dbdbdb;
}
.news-poster-wrapper::-webkit-scrollbar {
	width: 5px;
}

.news-poster-wrapper::-webkit-scrollbar-thumb {
	background-color: #9b1b30;
}
.news-poster-item {
	min-height: 60px;
	height: auto;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0px;
}
.news-poster-item a {
	display: flex;
	flex-direction: row;
}
.news-poster-item .item-date {
	display: inline-block;
	width: 60px;
	height: 40px;
	background-color: #dbdbdb;
	color: #9b1b30;
	font-size: 12px;
	text-align: center;
	padding: 3px 0px;
}
.news-poster-item .item-description {
	display: inline-block;
	width: calc(100% - 70px);
	min-height: 40px;
	height: auto;
	padding: 0px 10px;
	font-size: 15px;
	color: #444;
}
.news-poster-item .item-description p {
	margin-bottom: 0;
	line-height: 15px;
}


/*general news styling*/

.unhappy-news-item, 
.it-news-item, 
.health-news-item, 
.hiking-news-item, .sport-news-item, 
.article, 
.truth-news-item, 
.parable-item, 
.interesting-news-item, 
.soul-and-body-news-item,
.read-too-news-item {
	padding: 15px 10px 5px 10px;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f0f0f0;
}

.news-heading a {
	/*color: #9b1b30;*/
	color: #000000;
	font-size: 20px;
	line-height: 16px;
	font-weight: 600;
}
.news-heading a:hover {
	/*color: #194365;*/
	text-decoration: underline;
}
.news-heading p {
	margin: 0;
}
.news-content {
	display: inline-block;
	padding-top: 5px;
	width: 100%;
}
.cover-img {
	display: flex;
}
.news-cover {
	display: inline-block;
	padding: 10px 10px 10px 0px;
}
.float-cover {
	float: left;
}
.float-cover img {
	width: 100px;
	height: auto;
	margin: 5px 10px 0px 0px;
}
.news-cover img {
	width: 100px;
	height: 100px;
	/*display: none;*/
}
.news-date {
	color: #999999;
	font-size: 14px;
	padding: 5px 0px 10px 0px;
	line-height: 14px;
}
.news-description {
	font-size: 13px;
	line-height: 16px;
	/*display: none;*/
}
.news-description p {
	margin: 0;
	color: #444;
	text-align: left;
	font-size: 16px;
/*
	word-wrap: break-word;
	word-break: break-all;
*/
}
.news-controll {
	text-align: right;
	padding: 5px 5px 5px 0px;
	font-size: 12px;
	color: #737373;
}
.view-count {
	padding: 0px 10px 0px 5px;
	font-size: 12px;
}
.comment-count {
	padding-left: 5px;
	font-size: 12px;
}


.galery-item, .gallery-item-all {
	height: 155px;
	margin-top: 15px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}
.gallery-item-all {
	height: 170px;
}
.galery-item a:hover, .gallery-item-all a:hover {
	text-decoration: underline;
	color: #fff;
}
.galery-name {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: -9px;
    font-weight: 600;
}


.video-wrapper {
	padding-top: 10px;
}
.video-wrapper p iframe {
	width: 100% !important;
}
.video-news .video-heading {
	display: inline-block;
	width: 100%;
	color: #9b1b30;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	margin-top: -13px;
}
.video-news .video-heading:hover {
	text-decoration: underline;
}
.video-news .video-date {
	padding: 0px 10px;
	color: #999999;
	font-size: 14px;
}

.voting {
	padding: 10px;
}
.voting p {
	margin-bottom: 0px;
}
.voting .voting-heading {
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    color: #9b1b30;
}
#vote_body {
    padding-top: 20px;
}
.voting p label {
	position: relative;
	font-weight: normal;
	color: #9b1b30;
}
.voting p label .check {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 18px;
	display: inline-block;
	border: 1px solid #9b1b30;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
.voting p label .check .inside {
	display: none; 
	height: 9px;
	width: 9px;
	background-color: #9b1b30;
	border-radius: 3px;
} 
.voting p label input[type="radio"] {
	margin: 0px 10px 0px 0px;
	height: 30px;
	visibility: hidden;

}
.voting p label input[type="radio"]:checked ~ .check .inside  {
	display: inline-block;
}
.voting .to-vote, .voting .view-result {
	border: none;
	outline: none;
}

.voting .to-vote {
	background-color: #a22118;
	width: 100%;
/*
	color: #fff;
	height: 32px;
	line-height: 30px;
	padding: 0px 15px;
	margin-top: 20px;
	font-weight: bold;
*/
}
.voting .view-result {
	background-color: #a22118;
	width: 100%;
/*
	margin-left: 10px;
	color: #999999;
	background: none;
*/
}

/* sm general news */

.news-general-wrapper {

}
.sm-news-wrapper {

}
.sm-news-date {
	color: #a22118;
	font-size: 16px;
	padding: 5px 10px 0px 10px;
}
.sm-news-item a {
	min-height: 32px;
	height: auto;
	display: flex;
	flex-direction: row;
	padding: 12px 0px;
	border-bottom: 1px solid #dbdbdb;
	text-decoration: none;
}
/*HIGH PRIORITY*/
.sm-news-item.high-priority a > .sm-news-heading {  
	/*font-weight: bold; */
	color: #a22118;
}
.sm-news-item.high-priority a > .sm-news-time {
	/*background-color: #a22118;*/
	background-color: #9b1b30;
}
.sm-news-item.extra-priority a > .sm-news-time {
	/*background-color: #a22118;*/
	background-color: #9b1b30;
}
.sm-news-item.extra-priority a > .sm-news-heading {
	color: #a22118;
	font-weight: bold;
}
/**/
.sm-news-item a .sm-news-time {
	height: 30px;
	background-color: #9b1b30;
	color: #fff;
	font-size: 10px;
	line-height: 30px;
	padding: 0px 4px;
	margin-right: 10px;
}
.sm-news-item a .sm-news-heading {
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	color: #444;
}
.sm-news-item a .sm-news-heading:hover {
	text-decoration: underline;
}


/*weather block*/

.weather-block {

}
#SinoptikInformer {

}

/*sport news*/



/*news archive*/

.news-archive {

}

#calendar .datepicker.datepicker-inline {
	
}
#calendar .datepicker.datepicker-inline .datepicker-days {

}
#calendar .datepicker.datepicker-inline .datepicker-days .table-condensed .datepicker-switch {
	text-align: center;
	font-weight: normal;
	color: #9b1b30;
}
#calendar .datepicker.datepicker-inline .datepicker-days .table-condensed .next, #calendar .datepicker.datepicker-inline .datepicker-days .table-condensed .prev {
	text-align: center;
	background-color: #c5c5c5;
	cursor: pointer;
}
#calendar .datepicker.datepicker-inline .datepicker-days .table-condensed thead tr:first-child {
	background-color: #dbdbdb;
}
#calendar .datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th {
	color: #9b1b30;
	font-weight: normal;

}
#calendar .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.old.day, #calendar .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.new.day {
	opacity: .5;
}
#calendar .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.day {
	background-color: #dbdbdb;
	text-align: center;
	color: #9b1b30;
	border: 5px solid #fff;
	cursor: pointer;
}
#calendar .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.today.day, #calendar .datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.active.day {
	background-color: #a22118;
	color: #fff;
}



/* articles */

.articles-advert .main-page-advert {
	margin-top: 10px;
}

/*latest blogposts*/

.latest-blogposts-wrapper {
	margin-top: 30px;
	border: 5px solid #dbdbdb;
	position: relative;
	min-height: 100px;	
	height: auto;
	display: flex;
	justify-content: center;
	padding: 17px 10px;	
}
.latest-blogposts-header a{
	color: #9b1b30;
}
.latest-blogposts-wrapper .latest-blogposts-header {
	background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	color: #9b1b30;
	display: inline-block;
	padding: 0px 10px;
	position: absolute;
	top: -18px;
	width: 80%;
	text-align: center;
}
.latest-blogposts {
	width: 100%;
}
.latest-blogposts .blogpost {
	padding-bottom: 0px;
}
.blogpost {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 10px;
	padding-bottom: 15px;
}
.latest-blogposts .blogpost {
    flex-direction: column;
}
.blogpost:last-child {
	border-bottom: none;
}
.blogpost-author-avatar {
	flex-basis: 70px;
	margin-top: 5px;
	width: 70px;
	height: 70px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blogpost-author a {
	color: #a22118;
	font-size: 16px;
}
.blogpost-title a {
	display: inline-block;
	padding: 2px 0px;
	/*color: #9b1b30;*/
	color: #000;
	font-size: 20px;
	line-height: 16px;
	font-weight: 600;
}
.blogpost-title a:hover {
	/*color: #194365;*/
	text-decoration: underline;
}
.blogpost-title p {
	margin: 0;
}
.blogpost-info {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	width: 100%;
	flex-basis: calc(100% - 70px);
}
.blogpost-date {
	color: #999999;
	font-size: 14px;
}
.blogpost-description {
	font-size: 14px;
	color: #444;
	text-align: left;
	line-height: 14px;
}
.blogpost-description p {
	margin: 0;
}
.blogpost-controll {
	text-align: right;
	padding: 0px 5px 10px 0px;
	font-size: 14px;
	color: #737373;
	margin-top: auto;
}
.blogpost-view-count {
	padding: 0px 10px 0px 5px;
}
.blogpost-comment-count {
	padding-left: 5px;
}

/* page styles */


.votings-chart {
	padding: 0px 20px;
}
#myChart {
	width: 100% !important;
	height: auto;
}



.navigation-bottom .nav>li>a:hover, .navigation-bottom .nav>li>a:active, .navigation-bottom .nav>li>a:focus {
	background-color: #9b1b30;
}

