
body {
	font-family: 'Myriad Pro';
	color: #5d544d;
}
h1,h2,h3,h4,h5{
	font-family: 'Roboto Condensed';
}
h1.page-title{
	color: #ed7201;
	text-align: center;
	text-transform: uppercase;
}
h2.news-category{
	text-transform: uppercase;
}
a {
	color: #ed7201;
}
a:hover img{
	filter: sepia(0);
}
h2{
	text-transform: uppercase;
	font-size: 26px;
	color: #3f0800;
}
h2 a{
	color: #3f0800;
}
a:hover, a:focus {
	color: #fda80c;
	text-decoration: underline;
}
footer {
	padding-top: 25px;
	padding-bottom: 35px;
	color: #fff;
	font-size: 120%;
	box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.52);
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li{
	text-decoration: none;
}
footer a.item-menu {
	font-size: 22px;
}
footer ul li a.item-menu {
	font-size: 20px;
}

main img {
	filter: sepia(50%);
}
main img:hover {
	filter: sepia(0);
}
img.not-sepia{
	filter: sepia(0);
}

.video-youtube{
	width: 100%;
	height: 180px;
}
.main-page{
	margin-left: 64px;
}
.main-page a{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 84px;
}
.max-width {
	max-width: 1440px !important;
	margin: 0 auto;
}

.bg-header {
	background-color: #655a52;
}
.bg-footer {
	background-color: #67625F;
}
.social-icons {
	position: relative;
}

.social-icons img {
	position: absolute;
	top: 38px;
	right: 0px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-color: inherit;
	border-color: inherit;
	border: 0;
}

.navbar-default .navbar-toggle {
	display: inherit;
	border: 3px solid #D0701C;
	border-radius: 4px;
	padding: 10px 10px;
	margin-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #D0701C;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 4px;
	border-radius: 1px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #795548;
}

.collapse {
	display: none;
}

.navbar-collapse.collapse {
	display: inherit;
	height: auto !important;
	padding-bottom: 0;
	overflow: hidden !important;
}

.navbar-collapse.in {
	margin-top: 90px;
	display: block;
	/*-webkit-transform: scale(2);*/
	/*-ms-ransform: scale(2);*/
	/*transform: scale(2);*/
}
.section-blogers{
	position: relative;
	background-color: #cfc7bf;
	padding: 10px 40px;
	margin: 30px 0;
}

.blogers-item{
	padding: 10px;
	position: relative;
}
.blogers img.avatar{
	width: 100px;
	border-radius: 50%;
	box-shadow: 0 0 10px #000;
}
.bloger-name{
	color: #ff7800;
	font-weight: 500;
	display: block;
	text-align: left;
	font-size: 18px;
	margin-top: -20px;
	margin-left: 100px;
}
.last-post-title{
	/*font-size: 16px;*/
}
.last-post-title a{
	color: #3f0800;
	display: block;
	/* height: 36px; */
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 300px; */
	white-space: nowrap
}
#blogers .owl-nav div{
	margin: -80px -40px -50px -40px;
}
#news-category .owl-nav div,
#channel-list .owl-nav div, #page-experts .owl-nav div {
	margin: -54px -15px 0px -15px;
}
#blogers .owl-nav div,
#news-category .owl-nav div,
#channel-list .owl-nav div{
	background: inherit!important;
	display: block;
}
#blogers.owl-theme .owl-nav div,
#news-category.owl-theme .owl-nav div,
#channel-list.owl-theme .owl-nav div,
#page-experts.owl-theme .owl-nav div{
	background: inherit!important;
	display: block!important;
	width: initial!important;
}
#blogers .owl-nav span,
#news-category .owl-nav span,
#channel-list .owl-nav span, #page-experts .owl-nav span {
	font-size: 100px;
	color: #ff7800;
	display: block!important;
	text-indent:initial!important;
}
#news-category .owl-nav span,
#channel-list .owl-nav span,
#page-experts .owl-nav span{
	font-size: 70px;
}
/***************/
.hamburger-menu {
	/*min-height: 42px;*/
	height: 0;
}
#menu__toggle {
	opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__container .menu__box {
	visibility: visible;
	left: 0;
	top: 0;
}

.menu__btn {
	display: flex;
	align-items: center;
	position: absolute;
	top: -64px;
	left: 20px;
	width: 48px;
	height: 40px;
	cursor: pointer;
	z-index: 1;
	border: 2px solid #ed7201;
	border-radius: 4px;
	padding: 5px;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;
	width: 34px;
	height: 3px;
	background-color: #ed7201;
	transition-duration: .25s;
}

.menu__btn > span::before {
	content: '';
	top: -8px;
}

.menu__btn > span::after {
	content: '';
	top: 8px;
}
#menu__toggle:checked ~ .menu__container{
	min-height: 400px;
	overflow-y: scroll;
}
.menu__container{
	position: relative;
	top: -23px;
	z-index: 100;
	margin-left: -15px;
	margin-right: -15px;
	
}
.menu__box {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: -100%;
	width: 100%;
	min-height: 540px;
	height: auto;
	margin: 0;
	padding: 40px 0;

	background-color: #ffffffd4;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);

	transition-duration: .25s;
}
.menu__box:after {
	content: "";
	background-image: url(../images/bg-menu.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	opacity: 0.95;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.menu__box a {
	color: #655a52;
	font-weight: 600;
	font-size: 24px;
}
.menu__box a:hover{
	color: #ed7201;
}
.menu__box ul {
	list-style: none;
	display: inline-block;
}

.menu__item {
	display: block;
	padding: 10px 20px;

	/*color: #333;*/

	/*font-family: 'Roboto', sans-serif;*/
	font-size: 20px;
	font-weight: 500;

	text-decoration: none;

	transition-duration: .25s;
}

.menu__item:hover {
	/*background-color: #cfd8dc4f;*/
}
/******************************/
.social-icons ul{
	position: absolute;
	top: 38px;
	height: 36px;
	right: 0px;
	list-style: none;
	overflow: hidden;
	padding: 0px;
}
.social-icons ul li{
	display: inline-block;
	margin: 0px;
}
.social-icon{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: cover;
}
.social-zen{
	background-image: url("../images/zen-yandex.png");
}
.social-tw{
	background-image: url("../images/twitter.png");
}
.social-yt{
	background-image: url("../images/youtube.png");
}
.social-vk{
	background-image: url("../images/vk.png");
}
.social-ok{
	background-image: url("../images/ok.png");
}
.social-fb{
	background-image: url("../images/facebook.png");
}
.social-tg{
	background-image: url("../images/telegram.png");
}
.social-ig{
	background-image: url("../images/instagram.png");
}
/************************************/
.sticky {
	/*-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeindown;*/
	/*animation: 300ms ease-in-out 0s normal none 1 running fadeindown;*/
	/*-webkit-transition: all 0.3s ease 0s;*/
	/*transition: all 0.3s ease 0s;*/

	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	transition-duration: .25s;
}
.sticky img.logo{
	height: 40px;
	margin: 0 auto;
}
.sticky .main-page a {
	line-height: 48px;
}
.sticky .menu__btn{
	top: -45px;
}
.on-sticky{
	/*-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeindown;*/
	/*animation: 300ms ease-in-out 0s normal none 1 running fadeindown;*/
	/*-webkit-transition: all 0.3s ease 0s;*/
	/*transition: all 0.3s ease 0s;*/

	margin-top: 176px;
	transition-duration: .25s;
}
.scroll-slim{
	padding: 0px 15px 5px 5px;
	height: 500px;
	margin-top: 30px;
	overflow: scroll;
	overflow-x: overlay;

}
.scroll-slim:hover{
	margin-right: -6px;
}
.scroll-slim::-webkit-scrollbar {
	width: 0px;
}
.scroll-slim:hover::-webkit-scrollbar {
	width: 6px;
}
.scroll-slim::-webkit-scrollbar-track {
	background-color: #ccc;
}
.scroll-slim::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
}
.scroll-slim::-webkit-scrollbar-button {
	background-color: #ddd;
}
.scroll-slim::-webkit-scrollbar-corner {
	background-color: #fff;
}
/* NEWS */
.news-date-time, a.news-category{
	font-family: 'Roboto Condensed';
}
.section-news{

}
.section-news-header,.section-channel-header,.section-page-header{

}
.section-post-header .bloger{
	float: left;
	margin-right: 25px;
}
.section-post-header img.avatar{
	border-radius: 50%;
	box-shadow: 0 0 10px #000;
	width:120px;
}
.section-post-header .post-name h1{
	font-size: 20px;
	font-style: italic;
	color: #3f0800;
	font-family: 'Myriad Pro';
}
.section-post-header .bloger-name{
	margin-left: 135px;
}
.news-tape {

}
.news-image{
	margin-top: 60px;
}
.news-item-preview,.expert-item-preview{
	margin-top: 0px;
	margin-bottom: 10px;
}
.news-date-time{
	color: #92322e;
	font-size: 14px;
	font-weight: 700;
}

.news-category-list{
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news-category-name,.page-category-name,.channel-name,.newspaper-name,.blog-name{
	text-align: center;
	text-transform: uppercase;
}
.news-category-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-category-list ul li{
	display: inline-block;
	margin: 5px;

}
.news-category-list a{
	font-size:18px;
	color: #000;
}
.donate{
	font-size: 27px;
	color: #650700;
}
.jquery-back-to-top {
	box-shadow: 1px 1px 5px #000;
}
.list-view {
	padding-top: 10px;
}
.news-block {
	background-color: #cfc7bf;
	margin-bottom: 15px;
    margin-top: 28px;
	padding: 25px;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #000;
}
.news-block .news-category-name {
	text-align: right;
	color: #ed7201;
}
.newspaper-block {
	margin: 15px;
	padding: 4px;
	border: 1px solid #cccc;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #000;
}
a.news-category{
	color: #ed7201;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	float: right;
	text-align: right;
}
a.news-title{
	color: #000;
}
.news-layout .section-news-header h2{
	color: #ed7201;
	text-transform: initial!important;
	text-align: center;
}
.news-layout .section-actual-news-header h2{
	color: #ed7201;
	text-align: center;
	/*text-transform: initial!important;*/
}
#actual {
	padding: 20px 0px 20px 0px;
}
.expert-item-preview a{
	display: block;
	position: relative;
}
.expert-item-description{
	visibility: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 5px;
	color: #fff;
	background-color: rgba(53, 53, 53, 0.5);
}
.expert-item-preview a:hover .expert-item-description {
	visibility: visible;

}
/*Блок трансляции*/
.youtube{
	background-size: cover;
	margin-bottom: 20px;
	cursor: pointer;
	/*overflow: hidden;*/
	min-height: 160px;
}
.stream_bloc {
	padding-top: 24px;
}
.time_date_online {
	font-size: 18px;
	color: #d2711b;
	font-weight: 700;
}

.img_prew_stream {
	/*float: left;*/
	padding-right: 12px;
	filter: sepia(50%);
}
.img_prew_stream:hover {
	filter: sepia(0);
}
.time_date {
	font-size: 18px;
	color: #690e02;
}
.stream_name {
	font-size: 18px;
}

.stream_prew_text {
	font-size: 10px;
}

/*Блок мнение - ВИДЕО тут только для первого видео отспу что бы попадать в сетку*/
.video_mnenie:first-child {
	padding-bottom: 100px;
}
.video_mnenie{
	padding-bottom: 0px;

}


/*Блок Новое видеов принципе тоже самое что и с прошлым блоком*/
.video_new {
	padding-bottom: 100px;
}

.btn-primary {
	color: #fff;
	background-color: #655a52;
	border-color: #53443c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #8a7d74;
	border-color: #53443c;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #cfc7bf;
	border-color: #908983;
	cursor: default;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #61574f;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ece2d7;
	border: 1px solid #d2beb0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.12);
}

.section-news-header h2{
	display: block;
	width: 100%;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/

}
.section-blogers {
	/*box-shadow: inset 0px 0px 30px 10px #655a52;*/
}
.section-page-header h2,.section-news-view .section-news-header h2{
	color: #ed7201;
	text-transform:inherit;
	text-align: center;
}
.img_prew_stream{
	width: 237px;
	float: left;
	display: inline-block;
	clear: both;
	/*margin-bottom: 10px;*/
}
.stream_bloc {
	margin-bottom: 15px;
	padding: 8px;
	/*border-radius: 4px;*/
	box-shadow: 3px 3px 5px #655a52;
	overflow: auto;
	position: relative;
}
.stream_bloc:hover {
	box-shadow: 1px 1px 5px #655a52;
	background-color: #fbfbfb;
}
.stream_bloc a{
	color: #5d544d;
}
.stream_bloc a{
	color: #5d544d;
}
.time_date_online{
	position: relative;
	/*z-index: -1;*/
}

img.transition {
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	filter: sepia(0);
}
.news-image,.page-image {
	margin-top: 19px;
}
.page-image img {
	 width: 100%; 
	margin: 0 auto;
}

.bloger-name {
	/*color: #ff7800;*/
	position: absolute;
	text-shadow: -4px 0px 5px #ffffff;
	font-weight: 500;
	display: block;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	margin-top: -24px;
	/*z-index: 999999999;*/
	margin-left: 50px;
}
.blog-title a {
	color: #ed7201;
	font-size: 22px;
}
.list-view {
	padding-top: 0px;
}
a:hover .bloger-name{
	text-shadow: -4px 0px 5px #000;
	color: #fff;
}
.header-logo .transition{
	top: 10px;
}
.social-icons a {
	box-shadow: 0 0 9px #53443c;
	border-radius: 7px;
	-webkit-filter: sepia(0.2);
	-moz-filter: sepia(0.2);
	-o-filter: sepia(0.2);
	-ms-filter: sepia(0.2);
	filter: sepia(0.2);
}
.social-icons a:hover {
	background-color:rgba(246, 225, 187, 0.74);
	-webkit-filter: sepia(0);
	-moz-filter: sepia(0);
	-o-filter: sepia(0);
	-ms-filter: sepia(0);
	filter: sepia(0);
}
.channel-list {
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.strem-view{
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 390px;
}
.stream_name a {
	color: #ed7201;
}
.strem-view iframe{
	width: 100%;
	height: 100%;
}
.channel-list a {
	font-size: 18px;
	color: #000;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
.preload {
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: center;
	font-size: 100px;
	color: #5b4f471f;
	margin: 0 auto;
}
.blogers-item img.avatar,.blog-logo img.avatar{
	width: 100px;
	border-radius: 50%;
	box-shadow: 0 0 10px #000;
}
.blog-logo {
	margin-right: 20px;
}

.posts-list-block-header{
	color: #ed7201;
	font-size: 20px;
}

.fancybox-slide{
	padding: 0;
}
img.rss {
	position: absolute;
	margin-left: 5px;
	top: 15px;
}


/* caleandar */
.cld-main {
	width: 100%;
	font-size: 18px;
}
.cld-day {
	border: 2px solid #fff;
	background: linear-gradient(90deg, #c3b5a8, #71685f);
	border-radius: 5px;
	/* padding: 3px; */
}
.cld-number {
	position: relative;
	margin: 0;
	padding: 7px;
	text-shadow: 1px 1px 1px #000;
}
.col-md-6 .cld-number{
	padding: 14px;
}
.cld-title {
	position: absolute;
	z-index: 5;
	display: none;
	top: 35px;
	left: auto;
	right: auto;
	padding: 5px 10px;
	background: #fff;
	white-space: normal;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
}
.cld-title::before {
	content: '';
	position: absolute;
	top: -7.5px;
	left: auto;
	right: auto;
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 7.5px solid #ccc;
}
.cld-main a {
	color: #ed7201;
	text-shadow: 1px 1px 1px #fff;
}
.cld-number.eventday {
	font-weight: bold;
	color: #ffffff;
}
.cld-day.today .cld-number {
	color: #fff;
	background: linear-gradient(90deg, #ff8f28, #b17945);
}
.cld-main svg {
	fill: #655a52;
}
.cld-nav:hover svg {
	fill: #f2821b;
}
/* //caleandar */

.section-search{
	background: linear-gradient(0, #f6b87f, #ffffff);
	padding-top: 20px;
	padding-bottom: 10px;
}
.fa-search{
	color: #ed7201;
	font-size: 26px;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #ffffff;
}
.form-control:focus {
	border-color: #ed7201;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 114, 1, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 114, 1, 0.6);
}
.social-groups{
	margin-top: 20px;
	position: relative;
	overflow: auto;
}
.social-groups::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.social-groups:hover::-webkit-scrollbar {
	width: 6px;
}
.social-groups::-webkit-scrollbar-track {
	background-color: #ccc;
}
.social-groups::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
}
.social-groups::-webkit-scrollbar-button {
	background-color: #ddd;
}
.social-groups::-webkit-scrollbar-corner {
	background-color: #fff;
}
a.b-share__link {
	box-shadow: 1px 1px 4px #61554d;
}

.main-news .scroll-slim{
	height: 100%;
	max-height: 992px;
}
.section-posts {
	margin-top: 40px;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
/*	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-prepend {
	margin-right: -1px;
}
.input-group-prepend, .input-group-append {
	display: -ms-flexbox;
	display: flex;
}
.md-form.input-group .input-group-text {
	background-color: #f5f5f5;
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 8px);
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-append .btn{
	border-radius: 0 0.25rem 0.25rem 0;
	background-color: #f5f5f5;
	border-left-color: #f5f5f5;
}
.input-group-append .btn-default:hover, .input-group-append .btn-default:focus, .input-group-append .btn-default:active, .input-group-append .btn-default.active{
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}