/*
Theme Name: Maloros
Author: JonnyBekoff
License: GNU General Public License v3 or later
*/
/*--------------------------------*/
/* Старый основной цвет - #CB1943 */
/* Новый основной цвет - #D11677 */
/*--------------------------------*/
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Fira Sans Light'), local('FiraSans-Light'), url('./fonts/FiraSans/fira-sans-300.woff2') format('woff2'), url('./fonts/FiraSans/fira-sans-300.woff') format('woff'), url('./fonts/FiraSans/fira-sans-300.ttf') format('truetype');
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Fira Sans Regular'), local('FiraSans-Regular'), url('./fonts/FiraSans/fira-sans.woff2') format('woff2'), url('./fonts/FiraSans/fira-sans.woff') format('woff'), url('./fonts/FiraSans/fira-sans.ttf') format('truetype');
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	src: local('Fira Sans Medium'), local('FiraSans-Medium'), url('./fonts/FiraSans/fira-sans-500.woff2') format('woff2'), url('./fonts/FiraSans/fira-sans-500.woff') format('woff'), url('./fonts/FiraSans/fira-sans-500.ttf') format('truetype');
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'), url('./fonts/FiraSans/fira-sans-600.woff2') format('woff2'), url('./fonts/FiraSans/fira-sans-600.woff') format('woff'), url('./fonts/FiraSans/fira-sans-600.ttf') format('truetype');
}
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Fira Sans Bold'), local('FiraSans-Bold'), url('./fonts/FiraSans/fira-sans-700.woff2') format('woff2'), url('./fonts/FiraSans/fira-sans-700.woff') format('woff'), url('./fonts/FiraSans/fira-sans-700.ttf') format('truetype');
}
/*---------------*/
.datepicker {
	border-radius: 0;
	direction: ltr
}
.datepicker.dropdown-menu {
	border: none
}
.datepicker-inline {
	width: 220px
}
.datepicker.datepicker-rtl {
	direction: rtl
}
.datepicker.datepicker-rtl.dropdown-menu {
	left: auto
}
.datepicker.datepicker-rtl table tr td span {
	float: right
}
.datepicker-dropdown {
	top: 0;
	left: 0;
	padding: 4px
}
.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, .15);
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute
}
.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px
}
.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid rgba(0, 0, 0, .15)
}
.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}
.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 0;
	border: none
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #777
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
	background: #eee;
	cursor: pointer
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default
}
.datepicker table tr td.highlighted {
	color: #000;
	background-color: #d9edf7;
	border-color: #85c5e5;
	border-radius: 0
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
	color: #000;
	background-color: #afd9ee;
	border-color: #298fc2
}
.datepicker table tr td.highlighted:hover {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
	color: #000;
	background-color: #91cbe8;
	border-color: #298fc2
}
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
	background-color: #d9edf7;
	border-color: #85c5e5
}
.datepicker table tr td.highlighted.focused {
	background: #afd9ee
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
	background: #d9edf7;
	color: #777
}
.datepicker table tr td.today {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
	color: #000;
	background-color: #ffc966;
	border-color: #b37400
}
.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
	color: #000;
	background-color: #ffbc42;
	border-color: #b37400
}
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
	background-color: #ffdb99;
	border-color: #ffb733
}
.datepicker table tr td.today.focused {
	background: #ffc966
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
	background: #ffdb99;
	color: #777
}
.datepicker table tr td.range {
	color: #000;
	background-color: #eee;
	border-color: #bbb;
	border-radius: 0
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
	color: #000;
	background-color: #d5d5d5;
	border-color: #7c7c7c
}
.datepicker table tr td.range:hover {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
	color: #000;
	background-color: #c3c3c3;
	border-color: #7c7c7c
}
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
	background-color: #eee;
	border-color: #bbb
}
.datepicker table tr td.range.focused {
	background: #d5d5d5
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
	background: #eee;
	color: #777
}
.datepicker table tr td.range.highlighted {
	color: #000;
	background-color: #e4eef3;
	border-color: #9dc1d3
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
	color: #000;
	background-color: #c1d7e3;
	border-color: #4b88a6
}
.datepicker table tr td.range.highlighted:hover {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
	color: #000;
	background-color: #a8c8d8;
	border-color: #4b88a6
}
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
	background-color: #e4eef3;
	border-color: #9dc1d3
}
.datepicker table tr td.range.highlighted.focused {
	background: #c1d7e3
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
	background: #e4eef3;
	color: #777
}
.datepicker table tr td.range.today {
	color: #000;
	background-color: #f7ca77;
	border-color: #f1a417
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
	color: #000;
	background-color: #f4b747;
	border-color: #815608
}
.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
	color: #000;
	background-color: #f2aa25;
	border-color: #815608
}
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
	background-color: #f7ca77;
	border-color: #f1a417
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
	background: #f7ca77;
	color: #777
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
	color: #fff;
	background-color: #777;
	border-color: #555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #161616
}
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737
}

.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737
}
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #161616
}
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
	background-color: #777;
	border-color: #555
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
	color: #fff;
	background-color: #b9a00f;
	border-color: #a28b0d;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
	color: #fff;
	background-color: #8a770c;
	border-color: #2c2604
}
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #8a770c;
	border-color: #695b09
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	color: #fff;
	background-color: #8a770c;
	border-color: #695b09
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
	color: #fff;
	background-color: #695b09;
	border-color: #2c2604
}
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
	background-color: #b9a00f;
	border-color: #a28b0d
}
.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 0
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
	background: #eee
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	color: #fff;
	background-color: #b9a00f;
	border-color: #a28b0d;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
	color: #fff;
	background-color: #8a770c;
	border-color: #2c2604
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
	color: #fff;
	background-color: #8a770c;
	border-color: #695b09
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	color: #fff;
	background-color: #8a770c;
	border-color: #695b09
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
	color: #fff;
	background-color: #695b09;
	border-color: #2c2604
}
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
	background-color: #b9a00f;
	border-color: #a28b0d
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #777
}
.datepicker .datepicker-switch {
	width: 145px
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #eee
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
	visibility: hidden
}
.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}
.input-group.date .input-group-addon {
	cursor: pointer
}
.input-daterange {
	width: 100%
}
.input-daterange input {
	text-align: center
}
.input-daterange input:first-child {
	border-radius: 3px 0 0 3px
}
.input-daterange input:last-child {
	border-radius: 0 3px 3px 0
}
.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	line-height: 1.42857143;
	text-shadow: 0 1px 0 #fff;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px
}
body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	/*background-color: #f2f3f5;*/
	background: url('./images/fancy_deboss.png') repeat center center;
	background-attachment: fixed;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	outline: 0;
	outline-offset: 0;
	text-decoration: none;
	background: 0 0
}
a {
	color: #aeaeae;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
	color: #7b7b7b
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 16px
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500
}
b,
strong {
	font-weight: 500
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	cursor: pointer;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}
.btn-default {
	color: #fff;
	background-color: #CB1943;
	border-color: inherit;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
	color: #fff;
	background-color: #a9910e;
	border-color: inherit;
	box-shadow: none
}
.padding {
	padding: 90px 0
}
.section-title {
	margin-top: 0;
	margin-bottom: 19px;
	padding-top: 7px;
	padding-bottom: 0;
	position: relative;
	font-size: 20px;
	color: #525b6e;
	font-weight: 400;
	background: #fff;
	overflow: hidden;
}
.section-title a {
	padding-left: 13px;
	color: #525b6e;
}
body.page .section-title a {
	padding-right: 13px;
}
.section-title a:hover {
	color: #145D94;
}
.section-title .inner {
	display: inline-block;
	position: relative;
	border-bottom: 2px solid #CB1943;
	padding-bottom: 8px;
	padding-right: 8px;
	z-index: 1;
	color: #CB1943;
}
h1.section-title span.inner {
	padding-left: 13px;
	padding-right: 13px;
}
.section-title a.inner:hover {
	border-bottom: 2px solid #145D94;
}
.section-title .inner i.fa {
	font-size: 90%;
}
.single .section-title .inner i.fa,
.error404 .section-title .inner i.fa,
.search .section-title .inner i.fa,
.archive .section-title .inner i.fa {
	padding-right: 6px;
}
.postid-11970 .post-open .entry-title:before {
	font-family: FontAwesome;
	content: '\f201';
	padding-right: 0px;
	transition: all .2s ease;
}
.postid-11970 .post-open .entry-title:hover:before {
	color: #CB1943;
}
.archive.date .section-title .inner i.fa {
	position:relative;
	top: -2px;
}
.section-title:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ddd;
}
.section-title.title {
	margin-bottom: 45px
}
.btn-primary.btn-animated {
	font-size: 12px;
	font-weight: 700;
	padding: 17px 47px;
	background-color: transparent;
	text-transform: uppercase;
	border-color: #fff;
	border-width: 3px;
	border-style: solid;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	overflow: hidden;
	webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	letter-spacing: 2px
}
.btn-primary.btn-animated:focus,
.btn-primary.btn-animated:hover {
	background-color: transparent;
	outline: 0;
	border: 3px solid #a0d48c
}
.btn-primary {
	color: #fff;
	border: 0;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 45px;
	outline: 0;
	text-transform: uppercase
}
.btn-primary:focus,
.btn-primary:hover {
	background-color: #333;
	color: #fff;
	outline: 0;
	border: 0
}
.parallax-section {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	min-height: 437px;
	color: #fff;
	position: relative
}
.overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
textarea.form-control {
	padding: 15px 20px;
	resize: none
}
label {
	font-weight: 400
}
label.screen-reader-text {
	display: none;
}
.form-group {
	margin-bottom: 20px
}
.navbar-toggle {
	border: 1px solid #fff;
	margin-top: 13px
}
.navbar-toggle .icon-bar {
	background-color: #384650
}
.navbar-fixed-top .navbar-toggle,
.navbar-toggle {
	border: 1px solid #384650
}
.navbar-fixed-top .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar {
	background-color: #384650
}
.image-bg {
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	position: relative
}
.image-bg .section-title h1 {
	color: #fff
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	border-color: inherit;
	background-color: inherit
}
.badge {
	margin-left: 5px;
	font-size: 11px
}
.mfp-figure {
	background-color: #fff
}
img.mfp-img {
	padding: 12px
}
.mfp-image-holder .mfp-close {
	top: -35px
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}
.mfp-counter {
	right: 50%;
	color: #fff;
	top: 50px;
	margin-right: -20px
}
#navigation .sticky-nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: -1px;
	z-index: 1500;
	background: #fff
}
#navigation .sticky-nav #topbar {
	display: none
}
.secondary-logo {
	display: none
}
#navigation .sticky-nav .secondary-logo {
	display: block;
	position: absolute;
	left: 15px;
	top: 6px;
	width: 75px
}
#navigation .navbar {
	margin-bottom: 0
}
#navigation .navbar-nav>li.dropdown>.dropdown-menu li {
	display: block
}
#navigation .language-dropdown.open>.dropdown-menu,
#navigation .navbar-nav>li.dropdown:hover>.dropdown-menu {
	display: block
}
@media (max-width:991px) {
	.navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: #fff
	}
	#navigation .navbar-header {
		float: none
	}
	#navigation .navbar-collapse.collapse {
		display: none !important
	}
	#navigation .navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important
	}
	#navigation .navbar-collapse,
	#navigation .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
/*---------------*/
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: none;
		margin: 8px auto 9px;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.search-icon {
		right: 33px !important;
	}
	.site-logo {
		text-align: center;
	}
	.navbar-brand {
		float: none;
		display: inline-block;
		margin-top: 16px;
	}
	.logo-header .site-name h1 {
		line-height: 44px !important;
	}
	.social-links-wrap {
		text-align: center;
	}
	.social-links {
		float: none !important;
		display: inline-block;
		margin: 5px auto 12px !important;
	}
	.footer-bottom {
		padding-top: 16px !important;
		padding-bottom: 13px !important;
	}
	.footer-left {
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px dotted #777;
	}
	.footer-left .org_name {
		padding-top: 4px;
		display: inline-block !important;
	}
	.footer-bottom .footer-middle {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		border-bottom: 1px dotted #777;
		text-align: center !important;
	}
	.footer-bottom .footer-right {
		text-align: center;
		padding-top: 10px !important;
		padding-bottom: 8px !important;
	}
	.navbar-inverse .navbar-collapse {
		border: 1px dotted #777;
		margin-bottom: 15px;
	}
	.navbar-nav > li > .dropdown-menu {
		border-radius: 0;
	}
	.pagination {
		margin-bottom: 5px !important;
	}
	.raspor-main {
		display: none;
	}
	.footer-bottom .footer-left .org_name {
		height: auto;
	}
	.tagcloud {
		margin-bottom: 0 !important;
	}
	.widget .tab-pane.active#author:before {
		left: 16%;
	}
	.widget .tab-pane.active#comment:before {
		right: 48% !important;
	}
	.widget .tab-pane.active#news:before {
		right: 14.5% !important;
	}
	.logo-header .site-name div,
	.logo-header .site-name h1 {
		line-height: 30px !important;
		padding-top: 22px;
		padding-bottom: 2px;
	}
	.curr_date {
		margin-top: 0 !important;
	}
	.site-logo a {
		top: 0 !important;
	}
	.site-logo img {
		margin-top: -2px !important;
	}
	.part-descr {
		line-height: inherit !important;
	}
	.site-name .tooltip {
		padding-bottom: 14px !important;
		bottom: -20px !important;
	}
	.page-template-page-nahnews .img-wrap {
		height: auto !important;
	}
	.page-template-page-nahnews .img-wrap img {
		margin: 0 auto;
	}
	.page-template-page-fondsk .img-wrap img {
		margin: 0 auto;
	}
	.rusprav .img-wrap img {
		margin: 0 auto !important;
	}
	.page-template-page-alternatio .post.medium-post,
	.page-template-page-naspravdi .post.medium-post,
	.page-template-page-nahnews .post.medium-post,
	.page-template-page-fondsk .post.medium-post {
		padding-top: 0 !important;
	}
	.nprtitle ~ .cat_count {
		padding-top: 5px !important;
	}
	.nprtitle + .pviews {
		padding-top: 6px !important;
	}
	.top_gmap {
		width: 55px;
		height: 75px;
		overflow: hidden;
		left: 50%;
		margin-left: -32px;
		top: -6px;
	}
	.site-logo .tooltip {
		margin-top: -6px;
	}
	.social-links {
		left: -12px;
	}
}
@media (min-width:992px) {
	#navigation .navbar-collapse {
		padding: 0
	}
	#navigation .navbar-nav li,
	.dropdown {
		position: relative
	}
	#navigation .dropdown-menu {
		padding: 10px 0;
		border-top: 1px solid;
		min-width: 160px;
		border-radius: 0;
		z-index: 1500 !important;
		margin-top: -2px !important;
		background-color: #fff
	}
	#navigation .language-dropdown .dropdown-menu {
		min-width: 60px
	}
	#navigation .open>.dropdown-menu,
	#navigation-v1 .open>.dropdown-menu {
		display: none
	}
	#navigation .more .dropdown-menu {
		left: auto;
		right: 0;
		min-width: 200px;
	}
}
#navigation .navbar-nav .mega-cat-dropdown,
#navigation .navbar-nav .mega-dropdown {
	position: inherit
}
#mainmenu .mega-cat-menu {
	background-color: #3a3a3a;
	padding: 30px 0 45px 0;
	border: none;
	min-width: 100%;
	border-radius: 0;
	z-index: 1500 !important;
	margin-top: -2px !important;
	left: -1px
}
#mainmenu .sub-category {
	overflow: hidden
}
#mainmenu .sub-category .section-title {
	color: #fff
}
#mainmenu .sub-category ul {
	float: right;
	margin-top: -32px
}
#mainmenu .sub-category ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px;
	z-index: 1000;
	position: relative;
	border-bottom: 2px solid transparent
}
#mainmenu .sub-category ul li a:hover {
	color: #fff
}
#mainmenu .post a:hover {
	color: #aeaeae
}
#mainmenu .mega-menu {
	min-width: 100%;
	background-color: #fff;
	padding-bottom: 45px
}
#mainmenu .mega-menu h2 {
	font-size: 16px;
	color: #999;
	font-weight: 600
}
#mainmenu .mega-menu ul {
	margin-left: 0
}
#mainmenu .mega-menu li a {
	display: block;
	padding: 5px 0
}
#mainmenu .mega-menu .entry-thumbnail {
	margin-top: 25px
}
#navigation {
	background-color: #fff;
	display: block;
	height: auto;
	position: fixed;
	width: 100%;
	z-index: 1500;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}
#navigation .navbar .topbar {
	border-bottom: 1px solid #eee
}
/*---------------*/
#topbar {
	float: none
}
.homepage .navbar-brand {
	padding: 0;
}
#navigation .container .navbar-brand {
	margin: 0 auto;
	display: inline-block;
	float: none;
	height: 100%
}
#navigation .container .navbar-brand>img {
	height: 55px;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}
#navigation .container .navbar-brand>img:hover {
	opacity: .7
}
#navigation .container .navbar-brand #topbar-right {
	float: right;
}
.navbar-logo {
	float: left;
}
/*---------------*/
#date-time,
#weather,
.language-dropdown {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	line-height: 32px;
	color: #525b6e;
	font-size: 16px
}
.language-dropdown .dropdown-menu {
	border-radius: 0;
	border-color: #ebecee;
	min-width: 74px;
	text-align: center
}
.language-dropdown a {
	color: #717171;
	text-transform: uppercase
}
.language-dropdown a:hover {
	color: #3e3e3e
}
.language-dropdown .dropdown-menu>li>a {
	color: #717171
}
.language-dropdown .dropdown-menu>li>a:hover {
	color: #3e3e3e;
	background-color: transparent
}
#topbar-right #weather img {
	max-width: 61px
}
#date-time,
#weather {
	border-left: 1px solid #ebecee;
	text-transform: capitalize
}
.searchNlogin {
	float: left;
	position: relative;
	margin-right: 0
}
.searchNlogin li {
	float: left;
	font-size: 16px;
	padding: 5px 10px;
	color: #717171;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}
.searchNlogin li:hover {
	color: #3e3e3e
}
.social-links {
	float: right;
}
.social-links a {
	display: inline-block;
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}
.social-links a i.fa {
	font-size: 20px;
	margin: 0 3px;
	color: #333;
}
.social-links a.el {
	background-position: 0 0
}
.social-links a.el:hover {
	background-position: -16px 0
}
.social-links a.fb {
	background-position: -32px 0
}
.social-links a.fb:hover {
	background-position: -48px 0
}
.social-links a.od {
	background-position: -96px 0
}
.social-links a.od:hover {
	background-position: -112px 0
}
.social-links a.tg {
	background-position: 0 -16px
}
.social-links a.tg:hover {
	background-position: -16px -16px
}
.social-links a.tw {
	background-position: -32px -16px
}
.social-links a.tw:hover {
	background-position: -48px -16px
}
.social-links a.vk {
	background-position: -64px -16px
}
.social-links a.vk:hover {
	background-position: -80px -16px
}
.social-links a.yt {
	background-position: -96px -16px
}
.social-links a.yt:hover {
	background-position: -112px -16px
}
.social-links a.inst {
	background-position: -64px 0
}
.social-links a.inst:hover {
	background-position: -80px 0
}
.user-section {
	float: right
}
#mainmenu {
	padding-right: 0;
	padding-left: 0;
	display: block;
}
.search {
/*	position: absolute;
	top: 0;
	z-index: 10;
	right: 33px;
	width: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out*/
}
.expanded .search {
	opacity: 1;
	width: 230px
}
.search-form {
	height: 32px;
	font-size: 14px;
	outline: 0;
}
.expanded .search-form {
	padding-left: 15px
}
.expanded .search-icon {
	background-color: #f2f3f5;
	border-left-color: #f2f3f5;
	color: #525b6e
}
#maloros-search {
	position: absolute;
	right: -5px;
	top: 41px;
	line-height: 18px;
	width: 368px;
	padding: 17px 18px 19px;
	border: 1px solid #ccc;
	border-top: none;
	background: #eaeaea;
	display: none;
}
#maloros-search .search-submit {
	padding: 0 16px;
	margin-left: 8px;
	line-height: 32px;
	border-radius: 3px;
	font-weight: 500;
	transition: all .2s ease;
}
#maloros-search .search-submit:focus {
	background: #CB1943;
}
#maloros-search .search-submit:hover {
	background: #145D94;
}
#maloros-search input[type="search"] {
	width: 220px;
}
@media only screen and (max-width:1199px) {
	#maloros-search {
		width: 301px;
		padding: 18px 18px 19px;
	}
	#maloros-search input[type="search"] {
		width: 160px;
	}
	body.home .post .entry-header .entry-thumbnail img.img-responsive,
	body.search .post .entry-header .entry-thumbnail img.img-responsive,
	body.archive .post .entry-header .entry-thumbnail img.img-responsive,
	body.single-post .medium-post .entry-header .entry-thumbnail img.img-responsive {
		height: 113px !important;
	}
	a.nprtitle {
		line-height: 1.3;
		max-width: 80% !important;
	}
	.naspravdi .img-wrap,
	.rusprav .img-wrap,
	.inforus .img-wrap,
	.nahnews .img-wrap {
		height: 108px !important;
	}
	.post-open .entry-thumbnail img.img-responsive {
		height: auto !important;
	}
}
@media only screen and (max-width:991px) {
	#maloros-search {
		width: 361px;
		right: -33px;
	}
	#maloros-search input[type="search"] {
		width: 220px;
	}
	.sidebar-right {
		padding-left: 0px !important;
	}
	.bottom-sidebar {
		max-width: 740px !important;
	}
	.covid-row.today .covid-col {
		padding-right: 10% !important;
		padding-left: 10% !important;
	}
	body.home .post .entry-header .entry-thumbnail img.img-responsive {
		height: 203px !important;
	}
	body.home .post .entry-header .entry-thumbnail.naspravdi img.img-responsive {
		height: auto !important;
	}
	body.search .post .entry-header .entry-thumbnail img.img-responsive,
	body.archive .post .entry-header .entry-thumbnail img.img-responsive,
	body.single-post .medium-post .entry-header .entry-thumbnail img.img-responsive {
		height: 138px !important;
	}
	.mbneg {
		margin-bottom: 0 !important;
	}
	.gallery {
		max-height: 385px !important;
	}
	.fondsk .img-wrap {
		height: 174px !important;
	}
	.naspravdi .img-wrap {
		height: 198px !important;
	}
	.inforus .img-wrap {
		height: 192px !important;
	}
	.nahnews .img-wrap,
	.rusprav .img-wrap {
		height: 169px !important;
	}
	.calendar-wrap {
		max-height: 600px !important;
	}
	.tagcloud {
		max-height: 800px !important;
	}
	#bottom-sidebar [class*="col-"],
	#bottom-sidebar [class*="col"] {
		margin-bottom: 0 !important;
	}
	.widget_tag_cloud {
		padding-bottom: 10px;
	}
}
@media only screen and (max-width:767px) {
	.ressearch-form .form-control {
		margin-bottom: 13px;
	}
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	body.home .post .entry-header .entry-thumbnail img.img-responsive,
	body.search .post .entry-header .entry-thumbnail img.img-responsive,
	body.archive .post .entry-header .entry-thumbnail img.img-responsive,
	body.single-post .medium-post .entry-header .entry-thumbnail img.img-responsive {
		height: 250px !important;
	}
	body.single-post .entry-thumbnail .zoom-wrap {
		width: auto !important;
		height: auto !important;
	}
	body.single-post .post-open .entry-thumbnail img.img-responsive {
		height: auto !important;
	}
	.npart {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	.npartt {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.post-npr {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.fondsk .img-wrap,
	.nahnews .img-wrap,
	.inforus .img-wrap,
	.rusprav .img-wrap,
	.naspravdi .img-wrap {
		height: auto !important;
	}
	.page-template-main-page .listing-news .category span.cat-shildik {
		margin-bottom: 0;
	}
	.listing-news .category span.cat-shildik {
		margin-bottom: 0;
	}
	.listing-news .author {
		top: 2px !important;
	}
	.page-template-main-page .listing-news .author {
		top: -9px !important;
	}
	.listing-news .entry-thumbnail .tooltip.right {
		margin-top: -5px !important;
	}
}
@media only screen and (max-width:640px) {
	a.nprtitle {
		max-width: 60% !important;
	}
}
@media only screen and (max-width:550px) {
	body.home .post .entry-header .entry-thumbnail img.img-responsive,
	body.search .post .entry-header .entry-thumbnail img.img-responsive,
	body.archive .post .entry-header .entry-thumbnail img.img-responsive,
	body.single-post .medium-post .entry-header .entry-thumbnail img.img-responsive {
		height: auto !important;
	}
	.covid-row .covid-col {
		padding: 0 2% !important;
	}
	h4.covid-title {
		padding-left: 130px !important;
	}
	.gallery-item {
		max-width: 90% !important;
	}
}
@media only screen and (max-width:400px) {
	#maloros-search {
		width: 320px;
		right: -30px;
		padding: 18px 12px 19px;
	}
	#maloros-search input[type="search"] {
		width: 190px;
	}
	.ressearch-form .form-control {
		width: 260px !important;
	}
}
/*---------------*/
#navigation .dropdown-menu.top-user-section,
.dropdown-menu.top-user-section {
	padding: 0;
	border-top: 0;
	position: absolute;
	right: 15px;
	top: 52px;
	min-width: 360px;
	background-color: #3a3a3a;
	z-index: 10;
	left: inherit;
	margin-top: 0 !important
}
.dropdown-menu.top-user-section {
	right: 0
}
.top-user-form:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 5px solid #3a3a3a;
	top: -5px;
	right: 1px
}
.top-user-section a {
	color: #fff
}
.top-user-form {
	padding: 30px;
	font-size: 12px;
	overflow: hidden;
	cursor: default
}
.create-account {
	padding: 20px 30px 17px;
	background-color: #1f1f1f;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300
}
.input-group {
	margin-bottom: 20px
}
.top-user-form .btn {
	float: right;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 30px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.top-user-form .reset-user {
	float: left;
	margin-top: 16px
}
.input-group-addon {
	background-color: #fff;
	border: 0
}
.input-group img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.form-control:active img,
.input-group:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.input-group .form-control {
	border: 0
}
#navigation .user-panel:hover .dropdown-menu.top-user-section {
	display: block
}
#more-sections:after {
	display: inline-block;
	margin-left: 5px;
	content: "\f0c9";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.navbar {
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
#mainmenu li a {
	color: #333;
	text-transform: uppercase;
	font-weight: 500
}
#mainmenu li a:hover {
	background-color: transparent;
	color: #145D94;
}
#mainmenu li.active>a,
#mainmenu li.active>a:hover {
	color: #CB1943;
}
#mainmenu .dropdown-menu>.active>a,
#mainmenu .dropdown-menu>.active>a:focus,
#mainmenu .dropdown-menu>.active>a:hover {
	background-color: transparent
}
.feature-post {
	position: relative
}
.feature-post .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	z-index: 1;
	color: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .13) 18%, rgba(0, 0, 0, .33) 36%, rgba(0, 0, 0, .74) 70%, rgba(0, 0, 0, .91) 87%, #000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .13) 18%, rgba(0, 0, 0, .33) 36%, rgba(0, 0, 0, .74) 70%, rgba(0, 0, 0, .91) 87%, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .13) 18%, rgba(0, 0, 0, .33) 36%, rgba(0, 0, 0, .74) 70%, rgba(0, 0, 0, .91) 87%, #000 100%);
	border-radius: 0 0 3px 3px;
	width: 100%
}
#home-slider .feature-post .post-content {
	padding: 25px 35px 55px 35px
}
.feature-post .post-content .entry-title {
	margin-bottom: 0
}
.feature-post .entry-meta a,
.feature-post .entry-meta a:hover,
.feature-post .entry-title a,
.feature-post .entry-title a:hover {
	color: #fff
}
.entry-meta {
	font-size: 12px !important;
}
.entry-thumbnail {
	overflow: hidden;
	position: relative;
}
.post {
	overflow: hidden;
	height: 100%;
	background-color: #fff;
	border-bottom: 2px solid #f2f3f5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.post:hover {
	border-bottom: 2px solid #ccc;
}
.post.feature-post {
	background-color: inherit
}
.post .entry-title {
	font-size: 18px;
	text-transform: inherit;
	margin-top: 0
}
body.single .post-open h1.entry-title i.fa {
	color: #CB1943;
	font-size: 22px;
	transition: all .2s ease;
}
body.single .post-open h1.entry-title i.fa:hover {
	color: #333;
}
body.single .post-open h1.entry-title i.fa:first-child {
	padding-left: 3px;
}
#home-slider {
	margin-bottom: 20px;
}
#home-slider img {
	height: 250px;
}
#home-slider-wrap {
	margin-bottom: 20px;
	background: #fff;
	height: 250px;
}
#home-slider .post {
	margin-top: 0
}
.listing-news .post-content {
	/*height: 208px;*/
	height: 224px;
	overflow: auto;
}
.listing-news .post-content .entry-title {
	font-size: 20px;
	line-height: 1.2;
	text-transform: inherit;
	margin-top: 28px;
	font-weight: 400;
	margin-bottom: 11px;
}
.listing-news .author {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background: #CB1943;
	padding: 0;
	font-weight: 500;
}
.listing-news .author a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	line-height: 24px;
	font-weight: 500;
	padding: 0 7px;
}
.listing-news .author a:hover,
.listing-news .author a:hover i.fa {
	color: #C8E8FF !important;
}
.listing-news .entry-header,
.listing-news .entry-thumbnail,
.listing-news .post-content {
	float: left;
}
.listing-news .entry-header,
.listing-news .entry-thumbnail {
	width: 444px;
}
.listing-news .post-content {
	/*width: 42%;*/
	width: calc(100% - 444px);
	padding: 19px 15px 0px;
}
.listing-news .entry-header a,
.listing-news .entry-thumbnail a {
	display: block;
	overflow: hidden;
	font-weight: 500;
}
.listing-news .post-content .entry-content {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
}
.listing-news .post-content .entry-meta {
	font-size: 12px;
	position: absolute;
	bottom: 2px;
	background: #eee;
	left: 444px;
	right: 0;
	padding: 4px 9px 4px 11px;
}
body.page-template-page_favorites .category_name,
body.category .category_name,
body.single .category_name,
body.author .category_name,
body.search .category_name,
body.date .category_name,
body.tag .category_name {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #CB1943;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
body.page-template-page_favorites .category_name span.cat-shildik a,
body.category .category_name span.cat-shildik a,
body.single .category_name span.cat-shildik a,
body.author .category_name span.cat-shildik a,
body.search .category_name span.cat-shildik a,
body.date .category_name span.cat-shildik a,
body.tag .category_name span.cat-shildik a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	padding: 0 6px;
	font-weight: 500;
	line-height: 22px;
}
.category_name span.cat-shildik a:hover {
	color: #C8E8FF !important;
}
.listing-news .category {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #CB1943;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.page-template-main-page .listing-news .category span.cat-shildik {
	color: #fff;
	display: block;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.listing-news .category span.cat-shildik,
.listing-news .category a {
	color: #fff;
	display: block;
	padding: 3px 7px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.listing-news .category a:hover {
	color: #C8E8FF;
}
.cat-shildik .cat_count {
	color: #fff;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 0px;
	position: relative;
	top: -1px;
	text-transform: lowercase;
}
.cat-shildik .cat_count:hover:before,
.cat-shildik .cat_count:hover {
	color: #fff;
}
.authort {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-color: #CB1943;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 12px;
	line-height: 0;
}
/*body.home .authort,
body.category .authort {
	top: 0;
	bottom: auto;
	border-top: none;
	border-bottom: 1px solid #fff;
}*/
span.authort-shildik {
	color: #fff;
	font-weight: 500;
}
span.authort-shildik a {
	display: inline-block;
	color: #fff;
	line-height: 22px;
	padding: 0 6px;
}
span.authort-shildik:hover i.fa {
	color: #fff !important;
}
span.authort-shildik a:hover,
span.authort-shildik a:hover i.fa {
	color: #C8E8FF !important;
}
.category.sidebar a {
	color: #fff;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.medium-post {
	position: relative;
}
.medium-post .category a {
	font-size: 10px;
	padding: 2px 5px;
}
.feature-post img {
	border-radius: 3px;
}
.entry-meta,
.entry-title,
.post img,
.post-content {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.post-open img {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.feature-post:hover .post-content {
	padding-top: 50%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 18%, rgba(0, 0, 0, .42) 36%, rgba(0, 0, 0, .85) 70%, rgba(0, 0, 0, .95) 87%, #000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 18%, rgba(0, 0, 0, .42) 36%, rgba(0, 0, 0, .85) 70%, rgba(0, 0, 0, .95) 87%, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 18%, rgba(0, 0, 0, .42) 36%, rgba(0, 0, 0, .85) 70%, rgba(0, 0, 0, .95) 87%, #000 100%)
}
.entry-thumbnail a {
	display: block;
	overflow: hidden
}
.post img:hover {
	-webkit-transition: all .2s ease 0s;
	-khtml-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	-webkit-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.post-open img:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	-khtml-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}
.post .entry-content img:hover {

}
.post .add img,
.post .carousel-inner .item img,
.post.feature-post img {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.category.section-label-1 a,
.category.world a {
	background-color: #f7941d
}
.category.health a,
.category.section-label-2 a {
	background-color: #92278f
}
.category.entertainment a,
.category.section-label-3 a {
	background-color: #1cbbb4
}
.category.section-label-4 a,
.category.technology a {
	background-color: #8dc63f
}
.category.politics a {
	background-color: #0072bc
}
.category.business a {
	background-color: #00aeef
}
.category.sports a {
	background-color: #f26522
}
.category.environment a {
	background-color: #00a651
}
.category.lifestyle a {
	background-color: #1cbbb4
}
.owl-controls,
.owl-dots {
	position: absolute;
	bottom: 10px;
	left: 20px
}
.owl-theme .owl-controls .owl-pagination,
.owl-theme .owl-dots .owl-pagination {
	text-align: center
}
.owl-theme .owl-controls .owl-page,
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 7px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.add.featured-add {
	margin-top: 30px
}
.add {
	position: relative;
	margin-top: 40px
}
.google-add,
.google-add:hover {
	text-align: center;
	background-color: transparent;
	border-bottom: 0
}
.google-add .add {
	display: inline-block;
	max-width: 728px;
	height: 90px;
	margin-top: 10px
}
.add:before {
	position: absolute;
	right: 0;
	top: -15px;
	content: "Р РµРєР»Р°РјР°";
	font-size: 10px;
	color: #a5a5a5
}
.add img {
	border-radius: 3px;
	display: inline-block;
}
#latest-news .post {
	margin-right: 30px;
	position: relative
}
.latest-news-wrapper {
	margin-right: -30px;
	margin-top: 5px;
	margin-bottom: 5px
}
.post-content {
	padding: 15px;
}
.row-eq-height .post-content {
	padding: 8px 8px 10px;
}
.post-content i.fa {
	margin-right: 3px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.post-open .post-content li.posted-by i {
	margin-right: 3px;
}
.post-content li.publish-date i.fa,
.listing-news .post-content .author i.fa {
	margin-right: 2px;
}
.resent-news-wrapper .post-content li.publish-date i.fa {
	margin-right: 5px;
}
.listing-news .post-content .author:hover i.fa {
	color: #CB1943;
}
.post-content .entry-content ul {
	padding-left: 24px !important;
	margin-bottom: 10px;
}
.post-content .entry-content p + ul {
	margin-top: -3px;
}
.post-content .entry-content ul li {
	margin-bottom: 8px;
	text-align: justify;
}
.post-content .entry-content ul li::before {
	content: "★";
	color: #CB1943;
	font-weight: 700;
	font-size: 1em;
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
	font-size: 16px;
}
.post-content .entry-content ol {
	padding-left: 24px !important;
}
.post-content .entry-content p + ol {
	margin-top: -3px;
}
.post-content .entry-content ol li {
	margin-bottom: 8px;
	text-align: justify;
}
.error-content {
	font-size: 12px;
	color: #aeaeae
}
.entry-content p {
	margin: 0 0 12px;
	text-align: justify;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}
.entry-content a {
	color: #145D94;
	font-weight: 500;
}
.entry-content a:hover {
	color: #CB1943;
}
.author-content,
.error-content {
	padding: 0 15px 21px;
}
.tag-content {
	padding: 0 15px 10px;
}
.author-header {
	padding: 15px
}
.author-header img,
.author-header img:hover {
	transform: scale(1);
	border-radius: 3px
}
.author-header a.title {
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin-left: 15px
}
#latest-news {
	position: relative
}
.post.medium-post .entry-title {
	text-transform: initial;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 23px;
}
.post.medium-post .entry-meta {
	font-size: 12px;
	position: absolute;
	background: #eee;
	padding: 4px 4px 4px 8px;
	left: 0;
	right: 0;
	bottom: 0;
}
.entry-title a {
	color: #333;
	display: inline-block;
}
.entry-title a i {
	color: #CB1943;
	padding-left: 2px;
	padding-right: 0;
	margin-right: 0 !important;
}
.entry-title a:hover {
	color: #145D94;
}
.entry-title a:hover i.fa {
	color: #145D94;
}
.entry-meta,
.entry-meta a,
.entry-meta i {
	color: #777;
}
#latest-news .owl-controls .owl-pagination {
	position: absolute;
	top: 21px;
	right: 3px;
	text-align: right;
}
#latest-news .owl-controls .owl-page span {
	background-color: #c2c3c4;
	margin: 3px;
}
.latest-news-wrapper .section-title:after {
	margin-right: 80px;
}
#latest-news:hover .post img {
	opacity: .6;
}
#latest-news .post:hover img {
	opacity: 1;
}
.section {
	position: relative;
}
.cat-menu {
	position: absolute;
	top: 10px;
	right: 0;
}
.section>.cat-menu {
	visibility: hidden;
}
.section:hover>.cat-menu {
	visibility: visible;
}
.cat-menu a {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #525b6e;
	border-bottom: 2px solid transparent;
}
.list-post {
	padding-bottom: 10px;
}
.list-post li {
	border-top: 1px solid #eee
}
.list-post li a {
	display: block;
	padding: 17px 30px;
	color: #000;
}
.list-post li a:hover {
	color: #9c9c9c;
}
.list-post li a i {
	float: right;
}
.small-post .post-content {
	padding: 20px 20px 10px 20px;
}
.post.small-post .entry-title {
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px !important;
}
.entry-intro {
	font-weight: 500;
}
.left-content .post .entry-title {
	margin-bottom: 13px;
	padding-left: 1px;
}
body.page .left-content .post .entry-title i.fa,
body.page-template .left-content .post .entry-title i.fa {
	font-size: 20px;
	position: relative;
	top: -1px;
	transition: all .2s ease;
}
body.page .left-content .post .entry-title:hover i.fa,
body.page-template .left-content .post .entry-title:hover i.fa {
	color: #CB1943;
}
.left-content .post .entry-meta,
.left-content .post .post-content .entry-header {
	margin-bottom: 15px;
	box-sizing: content-box;
}
.left-content .post .entry-meta {
	padding: 9px 7px 8px 9px;
	margin-bottom: 0;
	background: #f2f2f2;
	color: #656565;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	overflow: hidden;
}
.left-content .post .entry-meta a {
	color: #656565;
}
.site-content .post-content .entry-meta li:hover i {
	color: #CB1943;
}
.site-content .post-content .entry-meta li.publish-date:hover i,
.site-content .post-content .entry-meta li.categs:hover i,
.site-content .post-content .entry-meta li.posted-by:hover i,
body.category .post .entry-meta a:hover,
body.category .medium-post .entry-meta a:hover,
body.single .medium-post .entry-meta a:hover,
body.home .post .entry-meta a:hover,
body.home .medium-post .entry-meta a:hover,
body.tag .medium-post .entry-meta a:hover,
body.date .medium-post .entry-meta a:hover,
body.search .medium-post .entry-meta a:hover,
.site-content .left-content .post .entry-meta a:hover {
	color: #CB1943;
}
.left-content .post .author-icon {
	float: right;
	margin-left: 15px;
}
.left-content .post .author-icon img {
	width: 55px;
	transform: none !important;
	margin-right: 2px
}
#photo-gallery {
	background-color: #fff
}
#photo-gallery .item h2 {
	font-size: 18px;
	padding: 30px;
	margin-top: 0;
	margin-bottom: 10px
}
#photo-gallery .item h2 a {
	color: #000
}
#photo-gallery .item h2 a:hover {
	color: #aeaeae
}
.gallery-indicators {
	position: inherit;
	width: 100%;
	left: 0;
	margin-left: 0;
	text-align: left;
	padding: 5px 30px
}
.gallery-indicators li,
.gallery-indicators li.active {
	height: 40px;
	width: 40px;
	border-radius: 4px;
	margin: 3px
}
.gallery-indicators li {
	opacity: .4
}
.gallery-indicators li.active,
.gallery-indicators li:hover {
	opacity: 1
}
.gallery-turner {
	position: absolute;
	right: 28px;
	bottom: 37px;
	font-size: 25px;
	z-index: 50
}
.gallery-turner a {
	margin: 5px
}
figure figcaption {
	color: #656565;
	font-size: 12px;
	padding: 8px 10px;
	text-align: justify;
	background: #f2f2f2;
	border-bottom: 1px dotted #ccc;
}
.post-open figure figcaption {
	border-bottom: none;
}
.post-open figure figcaption:before {
	font-family: FontAwesome;
	content: '\f03e';
	padding-right: 4px;
	transition: all 0.2s ease;
}
.post-open figure:hover figcaption {
	color: #333;
}
.post-open figure:hover figcaption:before {
	color: #CB1943;
}
.post-open .entry-header figcaption:before {
	font-family: FontAwesome;
	content: '\f03e';
	padding-right: 2px;
	transition: all 0.2s ease;
}
.post-open .entry-header:hover figcaption:before {
	color: #CB1943;
}
/*---------------*/
blockquote {
	margin: 0 0 12px;
	padding: 0 !important;
	border-left: none;
	border-left: 3px solid #aaa;
}
blockquote:hover {
	border-left: 3px solid #CB1943;
}
blockquote p {
	margin: 0;
	padding: 5px 11px;
	border-bottom: 1px dotted #aaa;
	background: #f2f2f2;
	font-weight: 500;
	font-size: 14px;
	overflow: hidden;
	transition: all 0.2s ease;
}
blockquote p:hover {
	border-bottom: 1px dotted #CB1943;
}
blockquote p:hover:before,
blockquote p:hover:after {
	color: #CB1943;
}
blockquote p:first-child:before {
	content: '\f10d';
	font-family: FontAwesome;
	font-size: 16px;
	padding-right: 8px;
	transition: all 0.2s ease;
}
blockquote p:last-child:after {
	content: '\f10e';
	font-family: FontAwesome;
	font-size: 16px;
	padding-left: 8px;
	float: right;
	margin-top: 2px;
	transition: all 0.2s ease;
}
blockquote p:last-child {
	padding-bottom: 3px;
}
blockquote p i,
blockquote p em {
	font-style: normal;
}
blockquote + blockquote,
blockquote  > p + p {
	margin-top: -12px !important;
}
/*---------------*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover
}
.carousel-fade .carousel-inner .active {
	opacity: 1
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.carousel-fade .carousel-control {
	z-index: 2
}
.health-feature {
	overflow: hidden;
	max-height: 185px
}
.left-content .post.medium-post .entry-title {
	margin-bottom: 0
}
.health-feature .post .entry-title {
	line-height: 22px
}
.health-section .small-post .entry-header {
	margin-right: 15px;
	float: left
}
.health-section .small-post .entry-title {
	font-size: 14px;
	text-transform: initial
}
.health-section .small-post {
	max-height: 125px
}
.health-section .small-post .post-content {
	padding: 15px;
	float: none
}
.health-section .small-post .post-content .entry-meta {
	font-size: 11px
}
.health-section .small-post .post-content .author-title a {
	font-size: 12px;
	text-transform: uppercase;
	color: #CB1943
}
.football-result .featured-result {
	background-image: url(../images/others/league-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2f5088;
	color: #fff;
	text-align: center;
	padding: 30px 20px
}
.football-result .featured-result h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase
}
.featured-result .verses {
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px
}
.featured-result .match-result {
	font-size: 24px
}
.league-result {
	background-color: #fff;
	text-align: center
}
.league-result ul li {
	border-bottom: 1px solid #f2f3f5;
	padding: 25px
}
.league-result img {
	display: inline-block;
	margin-top: -3px
}
.league-result span {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px
}
.league-result .col-xs-4 {
	padding-left: 0;
	padding-right: 0
}
.video-section .video-category {
	margin-top: -5px;
	margin-bottom: -5px;
	font-size: 11px;
	text-transform: uppercase
}
.video-post-list .post,
.widget .post-list .post {
	max-height: 100px
}
.video-post-list .entry-header,
.widget .post-list .entry-header {
	float: left;
	width: 40%
}
.video-post-list .entry-thumbnail,
.widget .post-list .entry-thumbnail {
	height: 100px
}
.video-post-list .post-content,
.widget .post-list .post-content {
	float: left;
	width: 60%;
	padding: 20px 15px
}
.stock-exchange {
	background-color: #fff;
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
	padding-bottom: 10px
}
.stock-exchange-zone {
	background-image: url(../images/others/stock-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #00aeef;
	text-align: center;
	padding: 30px
}
.stock-exchange-zone img {
	display: inline-block
}
.stock-header {
	padding: 12px 25px;
	border-bottom: 1px solid #f2f3f5
}
.com-details .col-xs-4 {
	padding-left: 0;
	padding-right: 0
}
.com-details {
	border-bottom: 1px solid#f2f3f5;
	padding: 12px 25px;
	color: #9c9c9c
}
.com-details .fa-caret-down {
	color: #ed1c24
}
.com-details:last-child {
	border-bottom: 0
}
.com-details i {
	margin-left: 12px
}
.com-details .fa-caret-up {
	color: #00a651
}
.social-icons li {
	margin-right: 12px
}
.social-icons li:last-child {
	margin-right: 0
}
.social-icons a i {
	color: #fff;
	font-size: 24px;
	text-align: center;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.social-icons a .fa-facebook {
	background-color: #4968a9
}
.social-icons a .fa-twitter {
	background-color: #00aeef
}
.social-icons a .fa-google-plus {
	background-color: #d9232d
}
.social-icons a .fa-linkedin {
	background-color: #0072bc
}
.social-icons a .fa-youtube {
	background-color: #ed1c24
}
.author-listing .single-author .social-icons a:hover .fa-facebook,
.author-social .social-icons a:hover .fa-facebook,
.social-icons a:hover .fa-facebook {
	background-color: #456098
}
.author-listing .single-author .social-icons a:hover .fa-twitter,
.author-social .social-icons a:hover .fa-twitter,
.social-icons a:hover .fa-twitter {
	background-color: #039cd5
}
.author-listing .single-author .social-icons a:hover .fa-google-plus,
.author-social .social-icons a:hover .fa-google-plus,
.social-icons a:hover .fa-google-plus {
	background-color: #c2242c
}
.author-listing .single-author .social-icons a:hover .fa-linkedin,
.author-social .social-icons a:hover .fa-linkedin,
.social-icons a:hover .fa-linkedin {
	background-color: #025e9a
}
.author-listing .single-author .social-icons a:hover .fa-youtube,
.author-social .social-icons a:hover .fa-youtube,
.social-icons a:hover .fa-youtube {
	background-color: #ce1b22
}
.author-listing .single-author .social-icons a:hover .fa-pinterest,
.author-social .social-icons a:hover .fa-pinterest,
.social-icons a:hover .fa-pinterest {
	background-color: #b91d23
}
.widget {
	margin-bottom: 0;
}
.widget .post-list {
	background-color: #fff
}
.widget .post-list li {
	border-top: 1px solid #f2f3f5;
	padding: 25px;
	padding-bottom: 15px
}
.widget .post-list .post {
	border-bottom: 0;
	margin-top: 0
}
.widget .post-list .small-post .post-content {
	padding: 0 0 0 15px
}
.weather-widget {
	background-color: #fff;
	text-align: center;
	padding: 25px 35px 65px 35px
}
.weather-widget img {
	margin-left: 10px
}
.weather-widget span {
	display: block
}
.weather-widget .weather-type {
	margin-top: -20px;
	color: #b4b4b4;
	text-transform: uppercase;
	font-size: 12px
}
.weather-widget .weather-temp {
	font-size: 60px;
	font-weight: 700;
	color: #525b6e
}
.weather-widget .weather-date {
	text-transform: uppercase;
	font-size: 14px
}
.weather-widget .weather-region {
	font-size: 12px;
	margin-bottom: 35px
}
.weather-widget .weather-humidity {
	float: left;
	background: url(../images/others/weather2.png) left center no-repeat;
	padding-left: 25px
}
.weather-widget .weather-wind {
	float: right;
	padding-left: 30px;
	background: url(../images/others/weather1.png) left center no-repeat
}
.widget .nav-tabs {
	margin-bottom: 20px;
	background-color: #fff;
}
.widget .tab-content ul li {
	border-bottom: 1px solid #f2f3f5
}
.widget .tab-content ul li:last-child {
	border-bottom: 0
}
.widget .tab-content ul li .post {
	margin-top: 0;
	border-bottom: 0
}
.widget .nav-justified > li > a {
	border-bottom: 0;
	border: 0;
	font-size: 12px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}
.widget .nav-justified > li > a i {
	margin-right: 5px
}
.widget .nav-justified > li > a:hover,
.widget .nav-tabs.nav-justified > .active > a,
.widget .nav-tabs.nav-justified > .active > a:focus,
.widget .nav-tabs.nav-justified > .active > a:hover {
	border: 0;
	border-radius: 0;
	background-color: #fff;
	color: #CB1943;
}
.widget .nav-tabs.nav-justified > li a {
	padding: 6px;
	font-weight: 500;
	color: #808080;
}
.widget .nav-tabs.nav-justified > li a:hover {
	color: #CB1943;
}
.widget .nav-tabs.nav-justified > li {
	border-right: 1px dotted #CCC;
}
.widget .nav-tabs.nav-justified > li:last-of-type {
	border-right: none;
}
.widget .nav-tabs.nav-justified > li.active a,
.widget .nav-tabs.nav-justified > li.active a:focus,
.widget .nav-tabs.nav-justified > li.active a:hover {
	background-color: #CB1943;
	color: #fff;
	font-weight: 500;
}
.widget .nav-tabs.nav-justified > li a i.fa {
	transition: all .2s ease-in-out;
}
.widget .nav-tabs.nav-justified > li a:hover i.fa {
	color: #CB1943;
}
.widget .nav-tabs.nav-justified > li.active a:hover i.fa {
	color: #fff;
}
.widget .tab-content .entry-meta li {
	border-bottom: 0
}
.widget .tab-content .entry-meta li a,
.widget .tab-content .entry-meta li i {
	font-size: 12px;
	color: #808080
}
.widget .small-post .post-content {
	padding: 20px 20px 10px 20px
}
.widget .tab-pane.active {
	position: relative;
	background-color: #fff
}
.widget .tab-pane.active:before {
	position: absolute;
	content: "";
	top: -10px;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff
}
.widget .tab-pane.active#author:before {
	left: 16%;
}
.widget .tab-pane.active#comment:before {
	right: 45%;
}
.widget .tab-pane.active#news:before {
	right: 12%;
}
.widget .tab-pane.active#tag:before {
	left: inherit;
	right: 45px;
}
.widget .tab-pane .tag-cloud {
	padding: 20px;
}
.widget .tab-pane .tag-cloud li {
	border-bottom: 0;
	color: #aeaeae;
	margin-bottom: 10px
}
.widget .tab-pane .tag-cloud li a {
	font-size: 11px;
	text-transform: uppercase
}
.resent-news-wrapper .post {
	margin-top: 0;
}
.resent-news-wrapper .post:last-child {
	border-bottom: none;
}
.resent-news-wrapper .small-post .post-content {
	padding: 3px 10px 9px;
}
.resent-news-wrapper .entry-meta li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #aeaeae
}
.resent-news-wrapper .entry-meta .publish-date a {
	text-transform: none
}
.resent-news-wrapper .entry-meta li a:hover {
	color: #c49a6c
}
.resent-news-wrapper .post.small-post .entry-title {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 8px;
}
#twitter-feed,
.footer-widget {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 60px;
	border-bottom: 1px solid #f2f3f5
}
#twitter-feed {
	margin-top: 40px
}
#twitter-feed a {
	color: #00aeef
}
#twitter-feed h2,
#twitter-feed img {
	display: inline-block
}
#twitter-feed h2 {
	margin-bottom: 35px
}
#twitter-feed img {
	margin-right: 5px;
	margin-top: -10px
}
.widget address {
	color: #aeaeae;
	margin-top: 25px;
	font-size: 14px;
	line-height: 10px;
	font-weight: 300
}
.footer-widget {
	padding-top: 70px
}
.footer-widget ul li {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 25px;
	margin-bottom: 25px
}
.footer-widget ul li img {
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.footer-widget ul li img:hover {
	opacity: .7
}
.footer-widget ul li:last-child,
.footer-widget ul li:nth-child(4) {
	margin-right: 0
}
.widget.news-letter {
	color: #aeaeae
}
.widget.news-letter form {
	margin-top: 20px
}
.widget.news-letter input {
	padding: 10px 12px;
	width: 100%;
	border: 1px solid #f6f6f6;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 20px;
	outline: 0
}
.widget.news-letter input:focus {
	border-width: 1px;
	border-style: solid
}
.widget.news-letter button {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 30px;
	border: 0;
	outline: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.footer-top {
	background-color: #e6e7e8
}
.logo-icon {
	border-top: 1px solid #f2f3f5;
	padding: 20px 0;
	position: relative
}
.logo-icon:after,
.logo-icon:before {
	position: absolute;
	content: "";
	top: 50%;
	height: 1px;
	width: 140px;
	background-color: #d9dadb;
	left: 50%
}
.logo-icon:before {
	margin-left: -180px
}
.logo-icon:after {
	margin-left: 40px
}
.logo-icon img {
	display: inline-block
}
.footer-menu {
	background-color: #27292a;
	text-align: center;
	border-bottom: 1px solid #1a1b1c
}
.footer-menu .navbar-nav {
	display: inline-block;
	float: none !important;
	padding: 25px 0 20px 0
}
.footer-menu .navbar-nav li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px;
}
.bottom-widgets {
	background-color: #27292a;
	padding: 50px 0;
	color: #fff;
}
.bottom-widgets .widget h2 {
	margin-bottom: 25px;
	font-size: 16px;
	text-transform: uppercase;
}
.bottom-widgets .widget ul {
	float: left;
	margin-right: 20px;
}
.bottom-widgets .widget ul:last-child {
	margin-right: 0;
}
.bottom-widgets .widget li a {
	padding: 5px;
	display: block;
	font-size: 14px;
}
.bottom-widgets .widget li a:hover {
	color: #fff;
}
.footer-bottom {
	background-color: #1f2021;
	font-size: 0.9em;
	color: #fff;
	padding: 20px 0 20px;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	color: #5CBCFF;
}
.footer-left span {
	text-transform: uppercase;
}
.footer-left img {
	height: 45px;
	float: left;
	margin-right: 15px;
}
.footer-left i {
	padding-right: 3px;
}
.footer-left .org_name {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
.footer-left .dlogo-img {
	width: 76px;
	height: 44px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.footer-left .dlogo-img a {
	display: block;
	width: 66px;
	height: 44px;
}
.footer-bottom .footer-middle {
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 24px;
}
.footer-bottom .footer-right p {
	margin: 0;
	padding-left: 10px;
}
.pagination {
	font-size: 14px;
	color: #fff
}
.pagination li:first-child a,
.pagination li:last-child a {
	padding: 5px 20px
}
.pagination li a {
	color: #fff;
	background-color: #27292a;
	border: 1px solid #0e0f0f;
	padding: 5px 15px
}
.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination li a:hover {
	color: #fff
}
.page-breadcrumbs {
	position: relative
}
.page-breadcrumbs:after,
.page-breadcrumbs:before {
	display: table;
	content: " "
}
.page-breadcrumbs:after {
	clear: both
}
.details-news .entry-title {
	font-size: 24px;
	font-weight: 500;
}
.post-inner-image {
	margin-top: 40px;
	margin-bottom: 40px
}
.share-link {
	margin-top: 35px;
	margin-bottom: 10px
}
.comments-wrapper {
	margin-top: 65px;
	font-size: 14px;
	color: #888
}
.comments-wrapper .media-list {
	margin-bottom: 70px
}
.comments-wrapper .media {
	background-color: #fff;
	padding: 15px 30px 30px;
	border-radius: 4px
}
.media {
	margin-top: 30px
}
.comments-wrapper .media .media-object {
	height: 35px;
	width: 35px;
	border-radius: 100%;
	background-color: #ddd
}
.comments-wrapper .media .media-left {
	padding-top: 15px;
	padding-right: 15px
}
.comments-wrapper .media-body h2,
.comments-wrapper .media-body h3 {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px
}
.comments-wrapper .media-body h2 {
	font-size: 18px
}
.comments-wrapper .media-body h3 {
	font-size: 14px
}
.comments-wrapper .media-body h2 a,
.comments-wrapper .media-body h3 a:hover {
	color: #000
}
.comments-wrapper .media-body .replay:hover {
	color: #888
}
.comments-wrapper .media.media-child {
	margin-top: 10px;
	margin-left: 150px
}
#comment-form {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 70px;
	border-radius: 3px
}
#comment-form button.btn-primary {
	display: inline-block;
	margin-top: 15px
}
.error-page {
	padding-top: 90px;
	padding-bottom: 50px;
	color: #525b6e;
	background-color: #fff
}
.error-page img {
	display: inline-block
}
.error-page .logo {
	margin-bottom: 75px
}
.error-content img {
	margin-bottom: 35px
}
.error-content h1 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 5px
}
.error-content .btn-primary {
	margin-top: 25px;
	margin-bottom: 75px;
	padding: 10px 20px;
	letter-spacing: 2px
}
.error-page .copyright {
	color: #b5b5b5
}
.homepage-two #date-time,
.homepage-two #weather,
.homepage-two .language-dropdown {
	line-height: 35px
}
.homepage-two #date-time {
	margin-left: 0;
	padding-left: 0
}
.homepage-two #weather,
.homepage-two .searchNlogin li {
	border-left: 1px solid #dedfe0
}
.homepage-two #weather {
	padding-right: 20px
}
.homepage-two .searchNlogin {
	margin-right: 0
}
.homepage-two .searchNlogin li {
	padding: 6px 15px
}
.homepage-two .search {
	right: 88px;
	border-left: 1px solid #dedfe0
}
.homepage-two .search-form {
	height: 35px
}
.homepage-two .topbar {
	background-color: #eaebed
}
.homepage-two .navbar {
	border-bottom: 0
}
.top-add {
	position: relative
}
.top-add .navbar-header {
	float: none;
	height: 85px;
	text-align: center;
	margin: 15px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.top-add .navbar-header.small-nav {
	height: 40px;
	margin: 10px 0
}
.homepage-two #navigation {
	background-color: transparent
}
.homepage-two #menubar {
	background-color: #fff
}
#breaking-news {
	background-color: #fff;
	overflow: hidden;
	margin: 25px 0;
	border-radius: 3px
}
#breaking-news span {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 25px
}
#breaking-news ul li {
	padding: 10px 20px
}
#breaking-news ul li i {
	margin-right: 10px
}
#breaking-news ul li a {
	color: #525b6e
}
#breaking-news ul li a:hover {
	color: #000
}
.box-width {
	max-width: 1250px;
	margin: 0 auto;
	background-color: #fff
}
#main-wrapper {
	/*background-color: #f2f3f5;*/
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .175);
	box-shadow: 0 0 3px rgba(0, 0, 0, .175)
}
#main-slider,
#main-slider-two {
	height: 350px;
	overflow: hidden
}
#main-slider .feature-post,
#main-slider .owl-item,
#main-slider-two .feature-post,
#main-slider-two .owl-item {
	height: 350px;
	border-radius: 0;
	margin-top: 0
}
#main-slider .feature-post .category,
#main-slider-two .feature-post .category {
	position: initial;
	display: inline-block;
	margin-bottom: 5px
}
#main-slider .feature-post .entry-title,
#main-slider-two .feature-post .entry-title {
	font-size: 20px;
	line-height: 22px
}
#main-slider .feature-post .post-content,
#main-slider-two .feature-post .post-content {
	border-radius: 0
}
.homepage-five .navbar,
.homepage-four .navbar {
	margin-bottom: 0
}
.homepage-five .navbar-brand,
.homepage-four .navbar-brand {
	height: 50px
}
.homepage-five #main-slider {
	margin-top: 40px
}
.homepage-five #date-time {
	border-left: 0;
	padding-left: 0;
	margin-left: 0
}
.homepage-five #weather {
	padding-right: 20px
}
.homepage-five #date-time,
.homepage-five #weather,
.homepage-five .language-dropdown {
	line-height: 42px
}
.homepage-five #weather,
.homepage-five .searchNlogin li {
	border-left: 1px solid #dedfe0
}
.homepage-five #weather {
	padding-right: 20px
}
.homepage-five .searchNlogin {
	margin-right: 0
}
.homepage-five .searchNlogin li {
	padding: 10px 15px
}
.homepage-five .search {
	right: 88px;
	border-left: 1px solid #dedfe0
}
.homepage-five .search-form {
	height: 42px
}
.homepage-five .nav>li>a {
	padding: 10px 12px;
	line-height: 30px
}
.homepage-two.fixed-nav .sticky-nav .top-add {
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0
}
.homepage-two.fixed-nav .sticky-nav #menubar {
	float: right
}
.homepage-two.fixed-nav .sticky-nav #mainmenu {
	float: right !important
}
.homepage-two.fixed-nav .sticky-nav #mainmenu .dropdown-menu {
	left: auto;
	right: 0
}
.homepage-two.fixed-nav .sticky-nav .top-add .navbar-right {
	display: none
}
.homepage-two.fixed-nav .sticky-nav .top-add .navbar-header {
	margin-top: 0
}
.homepage-two.fixed-nav #navigation .sticky-nav .navbar-nav {
	margin-left: 90px
}
.homepage-two.fixed-nav #navigation .sticky-nav {
	padding: 0 15px;
	border-bottom: 1px solid #ddd
}
.homepage-two.fixed-nav #navigation .sticky-nav .navbar-brand {
	margin-left: 0
}
.author-details {
	background-color: #fff;
	margin: 30px 0;
	font-size: 14px;
	overflow: hidden
}
.author-details .author-heading {
	background-image: url(../images/others/author-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #004981;
	color: #fff;
	position: relative;
	min-height: 200px;
	border-radius: 4px 4px 0 0
}
.author-details .author-profile {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	font-size: 16px;
	padding: 0 45px
}
.author-details .author-profile h1 {
	margin-bottom: 0
}
.author-profile .author-gravatar {
	float: left;
	margin-right: 25px
}
.author-profile .author-gravatar img {
	border-radius: 3px
}
.author-profile .author-social {
	position: absolute;
	right: 30px;
	bottom: 10px
}
.author-profile .author-social .social-icons li {
	margin-right: 0
}
.author-listing .single-author .social-icons li i,
.author-profile .author-social .social-icons li i {
	font-size: 14px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-color: #d2d2d4
}
.author-profile .author-social .social-icons li i {
	color: #00223c
}
.author-listing .single-author .social-icons li i {
	color: #fff
}
.author-listing .single-author .social-icons li a:hover i,
.author-profile .author-social .social-icons li a:hover i {
	color: #fff
}
.author-details .author-info {
	padding: 35px 45px;
	color: #888;
	line-height: 24px
}
.author-details .author-info h3 {
	margin-top: 0;
	color: #525b6e;
	font-size: 18px
}
.author-listing {
	margin-top: 30px
}
.author-listing .single-author {
	margin-bottom: 30px;
	background-color: #fff;
	text-align: center;
	color: #000;
	padding-bottom: 30px;
	border-radius: 3px
}
.author-listing .single-author .author-bg {
	min-height: 110px
}
.author-listing .single-author img {
	display: inline-block;
	border-radius: 3px 3px 0 0
}
.author-listing .single-author .author-image {
	margin-top: -41px
}
.author-listing .single-author .author-image img {
	height: 82px;
	width: 82px;
	border-radius: 3px
}
.author-listing .single-author h2 {
	margin-bottom: 0
}
.author-listing .single-author h2 a {
	color: #000
}
.author-listing .single-author .social-icons li {
	margin-right: 0
}
.author-listing .single-author .author-info {
	margin-bottom: 20px
}
.about-us {
	font-size: 14px;
	color: #888
}
.about-us.welcome-section h2 {
	margin-bottom: 22px
}
.about-us.welcome-section p {
	margin-bottom: 20px
}
.about-us.welcome-section p:last-child {
	margin-bottom: 10px
}
.about-us .content-section {
	padding-right: 0
}
.about-us .image-section {
	padding-left: 0
}
.about-us-content {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px
}
.about-us-content h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #454545
}
.our-team {
	overflow: hidden
}
.single-member .overlay {
	position: absolute;
	top: 100%;
	left: 0;
	height: 50%;
	width: 100%;
	background-color: rgba(237, 28, 36, .75);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.single-member:hover .overlay {
	opacity: 1;
	border-radius: 0;
	height: 100%;
	top: 0
}
.team-members .single-member {
	text-align: center;
	margin-bottom: 40px;
	height: 202px
}
.member-image {
	position: relative;
	overflow: hidden
}
.team-members .single-member h3 {
	margin-top: 15px
}
.single-member img {
	display: inline-block
}
.single-member .social-icons {
	position: relative;
	top: 50%;
	margin-top: -10px
}
.single-member .social-icons li {
	margin-right: 0;
	padding: 0
}
.single-member .social-icons li i {
	font-size: 14px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-color: #fff
}
.single-member .social-icons li a:hover i {
	color: #fff
}
.testimonials {
	text-align: center;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 70px
}
#testimonial {
	display: inline-block;
	padding: 50px;
	max-width: 723px;
}
#testimonial img {
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 100%
}
#testimonial h3 {
	font-size: 22px;
	margin-bottom: 20px
}
#testimonial h3 span {
	display: block;
	font-size: 16px
}
#testimonial h4 {
	line-height: 25px
}
.contact-info {
	overflow: hidden
}
.contact-info ul li {
	width: 31%;
	background-color: #fff;
	padding: 0 25px;
	margin-right: 25px;
	border-radius: 3px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	color: #525b6e
}
.contact-page-two .contact-info ul li {
	width: 31.3%;
	padding: 0 30px;
	margin-right: 30px
}
.contact-info ul li:last-child {
	margin-right: 0
}
.contact-info ul li h2 {
	font-size: 22px
}
.contact-info ul li address {
	font-size: 14px
}
.ragister-account {
	margin-top: 125px;
	margin-bottom: 80px;
	padding: 60px 45px;
	background-color: #fff
}
.ragister-account .section-title {
	margin-bottom: 25px;
	text-align: center;
	margin-top: 0
}
.ragister-account .section-title:after,
.ragister-account .section-title:before {
	display: none
}
.ragister-account .form-control {
	height: 40px
}
.ragister-account .checkbox {
	overflow: hidden
}
.ragister-account label {
	color: #999
}
.ragister-account .btn-primary {
	margin-top: 25px
}
.ragister-account a:hover {
	color: #ed1c24
}
.ragister-account .new-user {
	margin-top: 25px;
	color: #999
}
.facebook-login,
.twitter-login {
	display: inline-block;
	padding: 15px;
	color: #fff;
	margin-bottom: 35px;
	font-size: 18px;
	width: 49%
}
.facebook-login {
	background-color: #506dab
}
.twitter-login {
	background-color: #27c4fe
}
.ragister-account .facebook-login:hover,
.ragister-account .twitter-login:hover {
	color: #fff
}
.facebook-login:hover {
	background-color: #425e9a
}
.twitter-login:hover {
	background-color: #10aee8
}
.login-options {
	color: #999;
	overflow: hidden
}
.login-options i {
	margin-right: 10px
}
.ragister-account .devider {
	position: relative;
	margin-bottom: 30px;
	z-index: 1
}
.ragister-account .devider:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 10px;
	z-index: -2
}
.ragister-account .devider:after {
	background-color: #f5f5f5
}
.ragister-account .devider:before {
	background-color: #fff;
	width: 80px;
	left: 50%;
	height: 20px;
	bottom: 0;
	content: "";
	position: absolute;
	margin-left: -40px;
	z-index: -1
}
.gallery-images-wrapper>div {
	float: left;
	width: 25%
}
.gallery-images-wrapper img {
	padding: 5px
}
.row-eq-height {
	display: -ms-flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.row-eq-height::before {
	content: normal;
}
.row-eq-height>[class*=col-],
.row-eq-height>[class*=col] {
	margin-bottom: 20px;
	float: none;
}
#bottom-sidebar [class*=col-],
#bottom-sidebar [class*=col] {
	margin-bottom: 10px;
}
.raspor-main {
	margin-bottom: -22px;
}
input.css-radio {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input.css-radio+label.css-label {
	font-weight: 400;
	padding-left: 20px;
	display: inline-block;
	line-height: 1.4;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear
}
input.css-radio+label.css-label:before {
	position: absolute;
	content: ' ';
	display: inline-block;
	background-image: url(/dist/images/dot.svg);
	background-size: 12px 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 12px;
	width: 20px;
	top: 4px;
	left: 0
}
input.css-radio+label.css-label:hover {
	color: #666
}
.has-error input.css-radio+label.css-label {
	background-position: 0 -24px
}
input.css-radio:checked+label.css-label:before {
	background-position: 0 -12px
}
.main-search-form {
	margin-bottom: 20px
}
.main-search-form .search-field {
	width: 300px
}
.main-search-form .search-field,
.main-search-form button {
	display: inline-block
}
.main-search-form .btn {
	padding: 9px 12px
}
.detail-overlay {
	display: block;
	overflow: hidden
}
.detail-overlay>img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.detail-overlay>img:hover {
	-webkit-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
	-moz-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
	-o-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
	-ms-transform: rotate(0) scale(1.1) skew(0) translate(0, 0);
	transform: rotate(0) scale(1.1) skew(0) translate(0, 0)
}
.list-inline {
	margin-left: 0;
}
.list-inline>li {
	padding-right: 5px;
	padding-left: 0;
}
.meta-tab {
	position: relative;
	overflow: visible;
}
.widget .read-more {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 20px 0 0
}
.widget .grad {
	padding: 30px 0 0;
	background-image: linear-gradient(to bottom, transparent, #fff)
}
.widget .read-more a {
	display: block;
	background-color: #fff;
	color: #aeaeae;
	font-size: 12px;
	padding-bottom: 10px
}
.widget .read-more a:hover {
	color: #CB1943
}
.fb-messenger-share-link {
	background-color: transparent;
	max-width: 30px;
	padding: 0 !important
}
.fb-messenger-share-link img {
	transform: scale(1) !important;
	width: 100%;
	opacity: 1
}
.fb-messenger-share-link:hover img {
	opacity: .8
}
.ok-share-link {
	background-color: #f97400;
	max-width: 30px
}
.ok-share-link img {
	transform: scale(1) !important;
	width: 100%
}
.ok-share-link:hover {
	background-color: #c65c00
}
.elitsy-link {
	background-color: transparent;
	max-width: 30px;
	padding: 0 !important
}
.elitsy-link img {
	transform: scale(1) !important;
	width: 100%
}
.elitsy-link:hover {
	background-color: transparent
}
.elitsy-link:hover img {
	opacity: .8
}
#archive-calendar,
#calendar {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px
}
#archive-calendar th,
#calendar th {
	font-weight: 400
}
#archive-calendar .datepicker-inline,
#archive-calendar .table-condensed,
#calendar .datepicker-inline,
#calendar .table-condensed {
	width: 100%
}
#archive-calendar .datepicker table tr td,
#calendar .datepicker table tr td {
	width: 50px;
	height: 36px;
	border: 1px solid #fff
}
#archive-calendar .lap-wrapper .pull-left,
#archive-calendar .lap-wrapper .pull-right,
#calendar .lap-wrapper .pull-left,
#calendar .lap-wrapper .pull-right {
	margin-bottom: 7px
}
#archive-calendar .lap-wrapper hr,
#calendar .lap-wrapper hr {
	margin-top: 10px;
	margin-bottom: 10px
}
#archive-calendar .datepicker table tr td.active.active,
#archive-calendar .datepicker table tr td.active.highlighted.active,
#archive-calendar .datepicker table tr td.active.highlighted:active,
#archive-calendar .datepicker table tr td.active:active,
#calendar .datepicker table tr td.active.active,
#calendar .datepicker table tr td.active.highlighted.active,
#calendar .datepicker table tr td.active.highlighted:active,
#calendar .datepicker table tr td.active:active {
	background-color: #e6e6e6;
	color: #333
}
#archive-calendar .datepicker table tr td,
#calendar .datepicker table tr td {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}
#archive-calendar .datepicker table tr td.muted,
#calendar .datepicker table tr td.muted {
	background-color: #aeaeae;
	color: #fff !important
}
#archive-calendar .datepicker table tr td.muted.active,
#archive-calendar .datepicker table tr td.muted:hover,
#calendar .datepicker table tr td.muted.active,
#calendar .datepicker table tr td.muted:hover {
	background-color: #959595
}
#archive-calendar .datepicker table tr td.success,
#calendar .datepicker table tr td.success {
	background-color: #CB1943;
	color: #fff !important
}
#archive-calendar .datepicker table tr td.success.active,
#archive-calendar .datepicker table tr td.success:hover,
#calendar .datepicker table tr td.success.active,
#calendar .datepicker table tr td.success:hover {
	background-color: #a9910e
}
#archive-calendar .datepicker table tr td.today,
#calendar .datepicker table tr td.today {
	background-color: #CB1943;
	color: #fff !important
}
#archive-calendar .datepicker table tr td.today.active,
#archive-calendar .datepicker table tr td.today:hover,
#calendar .datepicker table tr td.today.active,
#calendar .datepicker table tr td.today:hover {
	color: #333 !important;
	background-color: #f2db5e
}
#archive-calendar .datepicker table tr td.new,
#archive-calendar .datepicker table tr td.old,
#calendar .datepicker table tr td.new,
#calendar .datepicker table tr td.old {
	color: #b7b7b7
}
.loader {
	width: 100%;
	height: 100%
}
.loader i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	-moz-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	-o-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	-ms-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: -10px auto auto -10px;
	color: #CB1943;
	opacity: .75
}
.humor-item {
	position: relative;
	background-color: #fff
}
.humor-item:after,
.humor-item:before {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	font-size: 2.85714286em;
	line-height: 1;
	color: #CB1943
}
.humor-item:before {
	top: 20px;
	left: 20px;
	content: "\f10d"
}
.humor-item:after {
	bottom: 20px;
	right: 20px;
	content: "\f10e"
}
.humor-item .content {
	text-align: center;
	width: 100%;
	padding: 50px 70px;
	font-size: 1.14285714em
}
.humor-item .content p:last-of-type {
	margin: 0
}
.humor-widget {
	position: relative;
	margin-bottom: 0;
	background-color: #fff;
	padding: 20px;
	min-height: 316px
}
.humor-widget .humor-item {
	position: static
}
.humor-widget .humor-item .content {
	padding: 0
}
.humor-widget .humor-item .content>a {
	display: block;
	padding: 0 20px;
	position: absolute;
	margin-left: -20px;
	top: 50%;
	-webkit-transform: rotate(0) scale(1) skew(0) translate(0, -50%);
	-moz-transform: rotate(0) scale(1) skew(0) translate(0, -50%);
	-o-transform: rotate(0) scale(1) skew(0) translate(0, -50%);
	-ms-transform: rotate(0) scale(1) skew(0) translate(0, -50%);
	transform: rotate(0) scale(1) skew(0) translate(0, -50%);
	color: #333;
	overflow: hidden;
	max-height: 180px
}
.calendar-wrapper {
	padding: 15px 15px 5px 15px;
	background-color: #fff;
	margin-bottom: 30px
}
.calendar-wrapper.pd {
	padding: 25px 20px;
	margin-bottom: 0
}
.calendar-wrapper .title {
	font-size: 1em;
	color: #aeaeae;
	margin-bottom: 5px
}
.calendar-wrapper .title i {
	color: #CB1943;
	padding-right: 2px
}
.calendar-wrapper .cal-row .col {
	position: relative;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 0
}
.calendar-wrapper .date {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	-moz-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	-o-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	-ms-transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	transform: rotate(0) scale(1) skew(0) translate(-50%, -50%);
	font-size: 1.28571429em;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #333
}
.calendar-wrapper .date a {
	color: #333
}
.calendar-wrapper .date a:focus,
.calendar-wrapper .date a:hover {
	color: grey
}
.calendar-wrapper .date span {
	font-size: 2.14285714em;
	padding-right: 3px
}
.calendar-wrapper .date .day {
	font-size: .71428571em;
	text-align: center;
	margin-bottom: 3px;
	color: #aeaeae;
	text-transform: lowercase
}
.calendar-wrapper .desc {
	font-size: .85714286em
}
.calendar-wrapper .desc a {
	color: #333
}
.calendar-wrapper .desc a:focus,
.calendar-wrapper .desc a:hover {
	color: grey
}
.calendar-wrapper .desc a:after {
	content: '...';
	display: inline-block
}
.calendar-wrapper .owl-dots {
	position: relative;
	bottom: 0;
	left: 0
}
.calendar-wrapper .owl-theme .owl-controls .owl-page span,
.calendar-wrapper .owl-theme .owl-dots .owl-dot span {
	background-color: #aeaeae
}
#calendar-list .item {
	margin-bottom: 31px
}
#calendar-list .item:last-of-type {
	margin-bottom: 0
}
#map_canvas {
	margin-bottom: 30px
}
#map_canvas .infoBox {
	position: relative;
	min-width: 200px;
	max-width: 350px;
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	font-size: 1.18181818em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	transform: translateX(-50%) translateY(0) translateZ(0) !important
}
#map_canvas .infoBox>img {
	position: absolute !important;
	top: 5px;
	right: 5px
}
#map_canvas .infoBox .content {
	padding-right: 5px
}
#map_canvas .infoBox .content .title a {
	color: #CB1943;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px
}
#map_canvas .infoBox .content .title a:hover {
	color: #7a690a
}
.map-widget-wrapper {
	padding: 15px 15px 5px 15px;
	background-color: #fff;
	margin-bottom: 30px
}
.map-widget-wrapper .title {
	font-size: 1em;
	color: #aeaeae;
	margin-bottom: 5px
}
.map-widget-wrapper .title i {
	color: #CB1943;
	padding-right: 2px
}
.map-widget-wrapper .content {
	display: block;
	position: relative;
	margin: 20px
}
.map-widget-wrapper .content img {
	opacity: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}
.map-widget-wrapper .content:hover img {
	opacity: .7
}
.quiz-widget {
	position: relative;
	margin-bottom: 0;
	background-color: #fff;
	padding: 20px;
	min-height: 316px
}
.entry-content .quiz-widget {
	min-height: inherit;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px
}
.quiz-item .title {
	position: relative;
	padding-right: 55px;
	font-size: 1.28571429em;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px
}
.quiz-item .title a {
	color: #333
}
.quiz-item .title a:hover {
	color: #666
}
.quiz-item .title:after {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	font-size: 2.28571429em;
	line-height: 1;
	color: #CB1943;
	top: 0;
	right: 0;
	content: "\f29c"
}
.entry-content .quiz-item .title {
	display: none
}
.quiz-item .dot-row {
	margin-bottom: 10px
}
.quiz-item .dot-row .question {
	margin-bottom: 3px
}
.quiz-item .dot-row .progress {
	margin-bottom: 10px
}
.quiz-item .dot-row .progress-bar {
	background-color: #CB1943
}
.quiz-item .submit-vote {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 7px 15px
}
.entry-content .quiz-item .submit-vote {
	position: static;
	bottom: auto
}
.quiz-list-item {
	background-color: #fff;
	padding: 20px;
	position: relative;
	margin-bottom: 20px
}
.quiz-list-item .title a {
	display: block;
	font-size: 1.28571429em;
	margin-bottom: 10px;
	color: #333
}
.quiz-list-item .title a:hover {
	color: #9c9c9c
}
.quiz-list-item .date {
	font-size: .78571429em;
	color: #aeaeae
}
.quiz-list-item .date i {
	margin-right: 5px
}
.modal-backdrop {
	z-index: 1600
}
.modal {
	z-index: 1700
}
.modal-dialog-centered {
	display: flex;
	align-items: center
}
.modal-header {
	padding: 15px;
	border-bottom: none
}
.center-text {
	text-align: center
}
.modal-body {
	padding-top: 0;
	padding-bottom: 30px
}
.modal-body a {
	display: inline-block;
	max-width: 100px;
	margin: 10px 0
}
.modal-body .social-links {
	width: 100%;
	position: relative;
	margin-top: 0
}
.modal-body .social-links a {
	background-size: 256px 64px;
	width: 32px;
	height: 32px;
	line-height: 32;
	background-position: 0 0;
	margin: 0 5px
}
.modal-body .social-links a.el {
	background-position: 0 0
}
.modal-body .social-links a.el:hover {
	background-position: -32px 0
}
.modal-body .social-links a.fb {
	background-position: -64px 0
}
.modal-body .social-links a.fb:hover {
	background-position: -96px 0
}
.modal-body .social-links a.od {
	background-position: -192px 0
}
.modal-body .social-links a.od:hover {
	background-position: -224px 0
}
.modal-body .social-links a.tg {
	background-position: 0 -32px
}
.modal-body .social-links a.tg:hover {
	background-position: -32px -32px
}
.modal-body .social-links a.tw {
	background-position: -64px -32px
}
.modal-body .social-links a.tw:hover {
	background-position: -96px -32px
}
.modal-body .social-links a.vk {
	background-position: -128px -32px
}
.modal-body .social-links a.vk:hover {
	background-position: -160px -32px
}
.modal-body .social-links a.yt {
	background-position: -192px -32px
}
.modal-body .social-links a.yt:hover {
	background-position: -224px -32px
}
.modal-body .social-links a.inst {
	background-position: -128px 0
}
.modal-body .social-links a.inst:hover {
	background-position: -160px 0
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}
@media (min-width:576px) {
	.modal-dialog-centered {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(96.5%)
	}
}
#twitter-feed a:hover,
.author-listing .single-author h2 a:hover,
.comments-wrapper .media-body .replay,
.comments-wrapper .media-body h2 a:hover,
.contact-info ul li a:hover,
.details-news .entry-meta .posted-by a:hover,
.footer-menu .navbar-nav li a:hover,
.gallery-turner a:hover,
.list-post li a:hover i,
.post-content .entry-meta li:hover i,
.single-member .social-icons li i,
.subscribe-me h1,
.top-user-section a:hover,
.widget .tab-content .entry-meta li a:hover,
.widget .tab-pane .tag-cloud li a:hover,
.widget address a:hover {
	color: #CB1943;
}
#breaking-news span,
#latest-news .owl-controls .owl-page.active span,
#latest-news .owl-controls.clickable .owl-page:hover span,
.badge,
.btn-primary,
.category.sidebar a,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination li a:hover,
.subscribe-me button,
.top-user-form .btn:hover,
.widget.news-letter button {
	background-color: #CB1943;
}
.btn-danger,
.btn-danger:hover,
.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination li a:hover,
.subscribe-me button,
.widget.news-letter input:focus {
	border-color: #CB1943
}
.form-control:focus {
	border-color: #CB1943
	box-shadow: none;
}
#mainmenu .sub-category ul li a:hover,
.cat-menu .active a,
.cat-menu a:hover {
	border-bottom: 2px solid #c49a6c
}
.subscribe-me button:hover,
.top-user-form .btn,
.widget.news-letter button:focus,
.widget.news-letter button:hover {
	background-color: #a7835c
}
.single-member .overlay {
	background-color: rgba(196, 154, 108, .75)
}
@media (min-width:1200px) {
	#navigation+div.container {
		padding-top: 88px;
	}
	.post-content .comments,
	.post-content .tags,
	.post-content .topavt,
	.post-content .views {
		float: right;
	}
	.owl-controls,
	.owl-dots {
		left: 40%;
	}
}
@media only screen and (max-width:1199px) {
	#home-slider-wrap {
		height: auto;
	}
	#home-slider img {
		height: auto;
	}
	.zoom-wrap:before {
		background-position: 50% 50% !important;
	}
	.listing-news .post {
		height: auto !important;
	}
	.site-content .listing-news img {
		height: auto !important;
	}
	.listing-news .post-content .entry-meta {
		left: 320px;
		right: 0;
	}
	ul.list-inline li.views,
	ul.list-inline li.topavt,
	ul.list-inline li.vks-comments,
	ul.list-inline li.tags {
		float: right !important;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#navigation+div.container {
		padding-top: 185px
	}
	.nav>li>a,
	.page .navbar-nav>li>a {
		padding: 10px 12px
	}
	.sticky-nav .nav>li>a {
		padding: 10px 7px;
		font-size: 13px;
		line-height: 26px
	}
	.sticky-nav .searchNlogin li {
		padding: 13px 20px
	}
	#topbar-right {
		margin-right: 100px
	}
	.cat-menu {
		right: 15px
	}
	.social-icons li {
		margin-right: 0
	}
	.weather-widget {
		padding: 25px 20px 65px
	}
	.gallery-turner {
		right: 0;
		bottom: 30px
	}
	.footer-widget ul li {
		width: 65px;
		height: 65px;
		margin-right: 10px;
		margin-bottom: 10px
	}
	.footer-widget ul li:last-child,
	.footer-widget ul li:nth-child(4) {
		margin-right: 0
	}
	.health-section .small-post .entry-header {
		margin-bottom: 0;
		margin-right: 12px
	}
	.feature-post .post-content .publish-date,
	.post-content .publish-date {
		padding: 0
	}
	.video-post-list .post,
	.widget .post-list .post {
		max-height: 120px
	}
	#photo-gallery .item h2 {
		padding: 25px 20px
	}
	.gallery-indicators {
		padding: 5px 20px
	}
	.gallery-indicators li,
	.gallery-indicators li.active {
		margin: 0
	}
	.widget .post-list .entry-thumbnail {
		margin-top: 10px
	}
	.widget .post-list li {
		padding: 15px
	}
	.page #mainmenu {
		margin-right: 95px
	}
	.page .searchNlogin {
		position: absolute;
		top: 0;
		right: 15px;
		z-index: 10
	}
	.page .searchNlogin li {
		border-left: 0
	}
	.page .navbar-header {
		z-index: inherit
	}
	.pagination li a {
		margin-bottom: 10px
	}
	.pagination li:nth-child(11) a {
		padding-right: 15px
	}
	.pagination li:nth-child(2) a {
		padding-left: 15px
	}
	.listing-news .post {
		max-height: inherit
	}
	.listing-news .entry-header,
	.listing-news .entry-thumbnail {
		width: 50%;
	}
	.listing-news .post-content {
		width: 50%
	}
	.listing-news .post-content .entry-content {
		display: none;
	}
	.author-listing .single-author .author-image {
		margin-top: -60px
	}
	.contact-info ul li {
		margin-right: 20px
	}
	.contact-page-two .contact-info ul li {
		width: 30%
	}
	.listing-news .post-content {
		width: 50% !important;
		/*height: 133px;*/
		height: 156px;
		margin-bottom: 0;
	}
	#menu-item-55,
	#menu-item-56,
	#menu-item-61,
	#menu-item-69 {
		display: none;
	}
	.cviews_1,
	.cviews_2,
	.cviews_3,
	.cviews_4 {
		display: none;
	}
	.kwidget .div1,
	.kwidget .div2,
	.kwidget .div3,
	.kwidget .div4 {
		background-image: none !important;
	}
}
@media only screen and (max-width:991px) {
	#bottom-sidebar {
		padding-top: 2px;
	}
	#custom_html-2 .mm-body {
		margin-bottom: 8px;
	}
	#wp-calendar {
		margin-bottom: 20px !important;
	}
	.footer-left .dlogo-img {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.listing-news .post-content .entry-meta {
		left: 370px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#navigation+div.container {
		padding-top: 180px;
	}

	.navbar-toggle .icon-bar {
		background-color: #717171
	}
	#navigation .navbar-nav>li.dropdown:hover>.dropdown-menu {
		display: block;
		position: relative;
		width: 100%;
		border: none;
		padding-left: 10px
	}
	#navigation .navbar-left,
	#navigation .navbar-nav,
	#navigation .navbar-nav>li {
		float: none
	}
	#navigation .navbar-left {
		width: 100%
	}
	.navbar-nav>li>.dropdown-menu {
		position: absolute;
		top: inherit
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute
	}
	.navbar-nav>li>a {
		line-height: 12px
	}
	#mainmenu .mega-cat-menu {
		padding: 25px
	}
	.feature-post .post-content {
		padding: 20px
	}
	.small-post img {
		width: 100%
	}
	.video-post-list .post,
	.widget .post-list .post {
		max-height: 200px
	}
	.health-feature {
		max-height: initial
	}
	.social-icons li {
		margin-right: 0;
		margin-bottom: 10px
	}
	.cat-menu {
		position: static;
		margin-bottom: 30px
	}
	.cat-menu a {
		padding-bottom: 0
	}
	.weather-widget {
		padding: 25px 20px 65px
	}
	.gallery-turner {
		right: 50%;
		bottom: 0;
		margin-right: -15px
	}
	.footer-widget ul li {
		width: 60px;
		height: 60px;
		margin-right: 15px;
		margin-bottom: 15px
	}
	.footer-widget ul li:nth-child(4) {
		margin-right: 10px
	}
	.footer-widget ul li:last-child,
	.footer-widget ul li:nth-child(3),
	.footer-widget ul li:nth-child(6) {
		margin-right: 0
	}
	.health-section .small-post .entry-header {
		margin-bottom: 0;
		margin-right: 12px
	}
	.widget .post-list .entry-thumbnail {
		margin-top: 10px
	}
	.widget .post-list li {
		padding: 15px
	}
	.sb {
		margin-left: -350px;
		width: 700px;
		padding: 45px
	}
	.homepage-five #mainmenu,
	.homepage-four #mainmenu {
		float: left !important
	}
	.homepage-five .navbar-nav .open .dropdown-menu,
	.homepage-four .navbar-nav .open .dropdown-menu {
		left: 0
	}
	.homepage-five #mainmenu .sub-category ul,
	.homepage-four #mainmenu .sub-category ul,
	.page #mainmenu .sub-category ul {
		margin-right: 15px
	}
	.homepage-five .mega-cat-menu .col-sm-3,
	.homepage-four .mega-cat-menu .col-sm-3,
	.page .mega-cat-menu .col-sm-3 {
		width: 24%
	}
	.homepage-five .navbar-toggle,
	.homepage-four .navbar-toggle {
		margin-top: 10px
	}
	.page .searchNlogin {
		position: absolute;
		top: 0;
		right: 85px;
		z-index: 10
	}
	.page #navigation .navbar-toggle {
		position: absolute;
		top: 0;
		right: 15px;
		margin-top: 7px
	}
	.page .page-breadcrumbs .cat-menu {
		position: absolute
	}
	.page .page-breadcrumbs .cat-menu a {
		padding-bottom: 5px
	}
	.page #navigation .sticky-nav .navbar-nav {
		margin-left: 0
	}
	.page #mainmenu {
		margin-top: 50px
	}
	.pagination li a {
		margin-bottom: 10px
	}
	.pagination li:nth-child(11) a {
		padding-right: 15px
	}
	.pagination li:nth-child(2) a {
		padding-left: 15px
	}
	.author-listing .single-author .author-image {
		margin-top: -60px
	}
	.post-content .publish-date {
		padding: 0
	}
	.post-content .comments,
	.post-content .views {
		float: none !important
	}
	.section>.cat-menu {
		visibility: visible;
		margin-bottom: 0
	}
	.author-profile .author-social {
		position: initial
	}
	.team-members .single-member h3 {
		font-size: 14px
	}
	.team-members .single-member {
		height: 130px
	}
	.single-member .overlay {
		padding: 12px
	}
	.single-member .social-icons {
		margin-top: -20px
	}
	.single-member .social-icons li i {
		font-size: 12px;
		height: 16px;
		width: 16px;
		line-height: 16px
	}
	.about-us .content-section {
		padding-right: 15px
	}
	.about-us .image-section {
		padding-left: 15px;
		margin-bottom: 30px
	}
	.content-section .about-us-content {
		margin-bottom: 0
	}
	.contact-info ul li {
		width: 45%
	}
	.contact-info ul li:nth-child(2) {
		margin-right: 0
	}
	.contact-page-two .contact-info ul li {
		width: 30%
	}
	.contact-page-two .contact-info ul li:nth-child(2) {
		margin-right: 30px
	}
	.listing-news .entry-header,
	.listing-news .entry-thumbnail {
		width: 50%;
	}
	.listing-news .post-content {
		width: 50% !important;
		height: 184px;
		margin-bottom: 0;
	}
	.listing-news .post-content .entry-content {
		display: none;
	}
}
@media (max-width:767px) {
	.bottom-widgets .widget h2,
	body {
		font-size: 14px
	}
	.section-title {
		/*font-size: 18px*/
	}
	.section-title.title {
		margin-bottom: 35px
	}
	.post .entry-title {
		font-size: 20px;
	}
	.post-open h1.entry-title i.fa {
		font-size: 18px;
	}
	#navigation .container .navbar-brand {
		margin-left: 0;
		float: left;
		width: 180px
	}
	#navigation .container .navbar-brand>img {
		height: auto
	}
	#navigation .navbar-header {
		height: auto
	}
	#navigation+div.container {
		padding-top: 150px
	}
	#topbar-right {
		float: left
	}
	.navbar-nav {
		margin: 0
	}
	.navbar-nav>li>a {
		line-height: 15px
	}
	#mainmenu .dropdown-menu>li>a,
	.dropdown-menu {
		font-size: 13px
	}
	#mainmenu .mega-menu h2 {
		font-size: 15px
	}
	#mainmenu .mega-menu {
		padding-left: 15px
	}
	#mainmenu .mega-cat-menu {
		padding: 20px 15px
	}
	#mainmenu .sub-category .section-title {
		margin-bottom: 60px
	}
	#navigation .dropdown-menu.mega-menu .container {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
	#navigation .dropdown-menu.top-user-section {
		top: 35px;
	}
	.search {
		right: 35px;
	}
	.expanded .search {
		width: 280px;
	}
	#navigation .sticky-nav .navbar-nav {
		margin-left: 0
	}
	.feature-post .post-content {
		padding: 30px
	}
	.owl-controls .owl-pagination,
	.owl-dots {
		margin-top: -30px;
		padding-right: 15px
	}
	#latest-news .owl-controls .owl-pagination {
		top: 14px;
		right: 15px
	}
	.world-nav.cat-menu li a {
		padding-bottom: 3px;
		font-size: 10px
	}
	#photo-gallery .item h2 {
		padding: 25px;
		font-size: 16px
	}
	.gallery-indicators {
		padding: 0 20px
	}
	.gallery-turner {
		right: 20px;
		bottom: 15px
	}
	.health-feature {
		max-height: initial
	}
	.health-section .entry-header,
	.health-section .post-content {
		float: none
	}
	.league-result span {
		font-size: 14px
	}
	.league-result ul li {
		padding: 15px
	}
	.weather-widget .weather-temp {
		font-size: 35px
	}
	.widget .nav-justified>li {
		width: initial !important;
		float: left;
		width: 33.3% !important;
	}
	.widget .nav-justified>li>a {
		font-size: 12px;
		margin-bottom: 0;
		padding: 10px 5px;
	}
	.widget .nav-justified>li:last-of-type {
		float: right;
	}
	#twitter-feed {
		margin-top: 0
	}
	#twitter-feed,
	.footer-widget {
		padding-top: 30px;
		padding-bottom: 40px
	}
	.footer-widget ul li {
		height: 60px;
		width: 60px;
		margin-right: 10px
	}
	.footer-menu .navbar-nav li {
		display: inline-block
	}
	.bottom-widgets {
		padding: 25px 0
	}
	.bottom-widgets .widget {
		overflow: hidden;
	}
	#twitter-feed h2 {
		font-size: 20px;
	}
	.gallery-indicators li,
	.gallery-indicators li.active {
		height: 37px;
		width: 37px;
		margin: 0;
	}
	.sb {
		margin-left: -145px;
		width: 290px;
		height: 250px;
		padding: 25px;
	}
	.subscribe-me h1 {
		font-size: 20px
	}
	.subscribe-me h2 {
		font-size: 14px
	}
	.sb .sb-close-btn {
		right: 0;
		top: 5px
	}
	.sb .sb-close-btn img {
		width: 50%;
		display: inline-block
	}
	.sb form input[type=email],
	.sb form input[type=password],
	.sb form input[type=text],
	.sb form textarea {
		padding: 9px 0;
		font-size: 14px
	}
	.subscribe-me button {
		padding: 9px 14px;
		font-size: 14px
	}
	.input-group-addon {
		padding: 6px 8px
	}
	.subscribe-me form {
		width: 100%
	}
	.homepage-two #topbar-right {
		float: none
	}
	.homepage-two .language-dropdown {
		margin-left: 0;
		padding-left: 0;
		padding-right: 10px
	}
	.homepage-two #weather {
		padding-right: 10px;
		padding-left: 10px
	}
	.homepage-two .navbar-brand {
		position: absolute;
		left: 15px;
		top: 0
	}
	.homepage-two .top-add {
		margin-bottom: 0
	}
	.homepage-two .navbar-right {
		margin-top: 20px
	}
	.homepage-two #breaking-news span {
		font-size: 12px;
		float: none;
		width: 100%;
		display: block
	}
	.homepage-two #navigation .navbar {
		margin-bottom: 0
	}
	.homepage-five #date-time,
	.homepage-five #weather,
	.homepage-two #date-time,
	.homepage-two #weather {
		display: none
	}
	.box-width {
		max-width: 450px
	}
	.homepage-four #navigation .navbar-header {
		min-height: 60px
	}
	.homepage-four #latest-news .owl-controls .owl-pagination {
		top: 14px
	}
	.homepage-five .searchNlogin {
		position: absolute;
		right: 0;
		top: 0
	}
	.homepage-five #navigation .container .navbar-brand {
		margin-left: 0;
		min-height: 60px
	}
	.page #mainmenu {
		margin-top: 50px
	}
	.page #navigation .navbar-header {
		background-color: #fff
	}
	.page .searchNlogin {
		position: absolute;
		top: 5px;
		right: 15px;
		z-index: 100
	}
	.page .navbar-toggle {
		margin-top: 8px
	}
	.page .page-breadcrumbs {
		margin: 75px 0 15px
	}
	.page .page-breadcrumbs .cat-menu {
		margin-bottom: 0
	}
	.post-inner-image {
		margin-top: 20px;
		margin-bottom: 20px
	}
	.post-inner-image img {
		margin-bottom: 15px
	}
	.comments-wrapper {
		margin-top: 0
	}
	.comments-wrapper .media {
		padding: 15px 20px 20px
	}
	.comments-wrapper .media.media-child {
		margin-left: 25px
	}
	.add.featured-add {
		display: none
	}
	.pagination li a {
		margin-bottom: 10px
	}
	.pagination li:first-child a,
	.pagination li:last-child a {
		padding: 12px 20px
	}
	.pagination li:nth-child(11) a {
		padding-right: 15px
	}
	.pagination li:nth-child(2) a {
		padding-left: 15px
	}
	.error-content h1 {
		font-size: 30px
	}
	.author-listing .col-sm-4 {
		float: left;
		width: 50%
	}
	.author-listing .single-author img {
		width: 100%
	}
	.author-details .author-profile {
		padding: 0 10px;
		bottom: 15px
	}
	.author-profile .author-social {
		position: initial
	}
	.author-name h1 {
		font-size: 24px
	}
	.author-profile .author-gravatar {
		margin-right: 15px
	}
	.author-details .author-info {
		padding: 25px
	}
	.about-us .content-section {
		padding-right: 15px
	}
	.about-us .image-section {
		padding-left: 15px;
		margin-bottom: 30px
	}
	.content-section .about-us-content {
		margin-bottom: 0
	}
	.team-members .col-sm-2 {
		width: 50%;
		float: left
	}
	.single-member img {
		width: 100%
	}
	.team-members .single-member {
		height: 250px
	}
	.team-members .single-member h3 {
		font-size: 16px
	}
	#testimonial h4 {
		font-size: 14px
	}
	.contact-info ul li,
	.contact-page-two .contact-info ul li {
		width: 100%;
		margin-right: 0
	}
	.navbar-right {
		float: right !important
	}
	.dropdown-menu {
		left: inherit;
		right: 0
	}
	.owl-controls {
		display: none !important
	}
	.owl-dots {
		margin-bottom: -14px;
		margin-left: -15px;
	}
	.listing-news .post-content .entry-meta {
		padding-left: 50px;
	}
	.page-breadcrumbs {
		margin: 0
	}
	.main-search-form .search-field {
		width: auto
	}
	.left-content .post .author-icon {
		float: none;
		margin-left: 0;
		margin-bottom: 10px
	}
	.left-content .post .author-icon img {
		width: 35px
	}
	.calendar-wrapper .cal-row {
		padding-bottom: 15px
	}
	.listing-news .post-content {
		padding: 18px 20px;
	}
	.listing-news .post-content .entry-title {
		margin-bottom: 13px;
	}
	.post-content .entry-title a {
		display: inline-block;
	}
	.form-inline.search-form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.form-inline .form-group {
		margin-bottom: 0;
	}
	.post.medium-post .entry-header img {
		margin: 0 auto;
	}
	.post.medium-post {
		padding-top: 19px;
	}
	.page-template-page-naspravdi .post.medium-post {
		padding-top: 0;
	}
	.post.medium-post .entry-thumbnail a {
		max-width: 444px;
	}
	.post.medium-post .post-content .entry-title {
		margin-top: 5px;
		margin-bottom: 25px;
		text-align: center;
	}
	.post.medium-post .entry-title a {
		margin-bottom: 5px;
	}
	.post.medium-post .post-content .entry-meta {
		text-align: center;
	}
	.post.medium-post .entry-thumbnail a {
		display: block;
		margin: 0 auto;
		max-width: 444px;
	}
	.listing-news {
		text-align: center;
		position: relative;
	}
	.listing-news .post {
		max-height: inherit
	}
	.listing-news .entry-header,
	.listing-news .entry-thumbnail {
		width: 100%;
		float: none;
	}
	.listing-news .post-content {
		width: 100%;
		padding: 20px;
	}
	.listing-news .entry-header a,
	.listing-news .entry-thumbnail a {
		display: block;
		margin: 0 auto;
		max-width: 444px;
		width: 100%;
	}
	.listing-news .entry-header img,
	.listing-news .entry-thumbnail img {
		margin: 0 auto;
		max-width: 444px;
		width: 100%;
		padding-top: 20px;
	}
	.listing-news .category {
		position: relative;
		text-align: center;
		display: inline-block;
		max-width: 444px;
		margin: 5px auto 0;
		left: 0;
		top: 5px;
	}
	.listing-news .entry-content p {
		text-align: center;
	}
	.listing-news .post-content .entry-title {
		margin-top: 0;
	}
	.listing-news .post-content {
		height: auto;
		margin-bottom: 25px;
	}
	.listing-news .author {
		position: relative;
		display: inline-block;
		top: -6px !important;
		right: 0;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.navbar-collapse.in {
		overflow-y: visible !important;
	}
	.ressearch-form .search-form {
		display: inline-block;
	}
	.naspravdi {
		margin-top: 0 !important;
	}
	.listing-news .post-content .entry-meta {
		left: 0;
	}
}
@media (max-width:479px) {
	#navigation .dropdown-menu.top-user-section,
	.homepage-five .dropdown-menu.top-user-section,
	.homepage-two .dropdown-menu.top-user-section {
		right: 0;
		min-width: 288px
	}
	.feature-post .post-content {
		padding: 30px 15px
	}
	.owl-controls .owl-pagination,
	.owl-dots {
		margin-top: -27px
	}
	.gallery-indicators li,
	.gallery-indicators li.active {
		height: 40px;
		width: 40px;
		margin: 3px
	}
	.gallery-turner {
		right: 20px;
		bottom: 20px
	}
	.box-width {
		max-width: 300px
	}
	.homepage-two .expanded .search {
		width: 195px
	}
	.homepage-four #latest-news .owl-controls .owl-pagination {
		top: 11px
	}
	.author-listing .col-sm-4 {
		float: none;
		width: 100%
	}
	.team-members .single-member {
		height: 160px
	}
	.single-member .social-icons li i {
		font-size: 12px;
		height: 16px;
		width: 16px;
		line-height: 16px
	}
}
@media only screen and (max-width:550px) {
	body.single img.alignright,
	body.single a img.alignright,
	body.single img.alignleft,
	body.single a img.alignleft {
		float: none !important;
		width: 98.5%;
		display: inline-block;
		margin: 3px 0 12px !important;
	}
	body.single img.aligncenter,
	body.single a img.aligncenter {
		float: none !important;
		width: 100%;
	}
	.wp-caption.alignleft,
	.wp-caption.alignright {
		display: inline-block;
		margin: 3px auto 14px !important;
	}
	.wp-caption.alignleft,
	.wp-caption.alignleft img,
	.wp-caption.alignright,
	.wp-caption.alignright img,
	.wp-caption.aligncenter,
	.wp-caption.aligncenter img {
		width: 100% !important;
	}
	.wp-caption.alignleft .wp-caption-text,
	.wp-caption.alignright .wp-caption-text {
		width: 100% !important;
	}
	div.flexpict {
		display: block !important;
	}
}
@media only screen and (max-width:400px) {
	.pic404 {
		font-size: 100px !important;
	}
	.post404 .naglav {
		font-size: 18px !important;
	}
}
/*---------------------------*/
/*---Owl-Carousel------------*/
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
/*---------------*/
.site-content {
	padding-left: 0;
	padding-right: 0;
}
.logocol {
	padding-left: 0;
}
.contcol {
	padding-left: 0;
	padding-right: 0;
}
.social-links-wrap {
	padding-right: 0;
}
/*---------------*/
/*---------------*/
.tab-content .post {
	border-radius: 0;
}
.category.sidebar {
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
.category.sidebar a {
	padding: 0 6px;
	font-weight: 500;
	line-height: 22px;
}
.category.sidebar a:hover {
	color: #C8E8FF;
}
.sidebar-right {
	position: relative;
	will-change: min-height;
	padding-right: 0;
	padding-left: 20px;
	z-index: 110;
}
.sidebar__inner {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
.inner-wrapper-sticky {
	left: auto !important;
}
/*---------------*/
#mainmenu .nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
/*---------------*/
#wp-calendar {
	width: 98%;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
	border: 1px solid #ddd;
}
#wp-calendar caption {
	background: #CB1943;
	color: #fff;
	padding: 8px;
	text-align: center;
	font-size: 16px;
}
#wp-calendar caption a {
	color: #fff;
	font-weight: 500;
	padding: 0 2px;
}
#wp-calendar caption a:hover {
	color: #C8E8FF;
}
#wp-calendar caption a i.fa {
	padding-right: 2px;
}
#wp-calendar thead th {
	font-size: 90%;
	font-weight: 500;
	padding: 10px;
	background: #eee;
	text-transform: uppercase;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#wp-calendar tbody td {
	position: relative;
	padding: 0 !important;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
#wp-calendar tbody tr:last-of-type td {
	border-bottom: none !important;
}
#wp-calendar td span {
	padding: 9px;
	display: block;
}
#wp-calendar tbody td.pad {
	opacity: 0.7;
}
#wp-calendar tbody td#today {
	background: #CB1943;
	color: #fff;
}
#wp-calendar tbody td#today a {
	background: #CB1943;
	color: #fff;
}
#wp-calendar tbody td#today a:hover {
	background: #145D94;
}
#wp-calendar tbody td a {
	padding: 9px;
	display: block;
	background: #eee;
	color: #333;
	font-weight: 500;
}
#wp-calendar tbody td a:hover {
	background: #CB1943;
	color: #fff;
}
#wp-calendar tfoot tr {
	background: #fff;
}
#wp-calendar tfoot tr td {
	border-top: 1px solid #ddd;
	padding: 0;
}
#wp-calendar tfoot tr a {
	display: block;
	padding: 0 6px;
	line-height: 39px;
	background: #eee;
	color: #444;
	font-weight: 500;
}
#wp-calendar tfoot tr a:hover {
	background: #CB1943;
	color: #fff;
}
#wp-calendar tfoot tr #prev {
	text-align: center;
}
#wp-calendar tfoot tr #next {
	text-align: center;
}
/*---------------*/
.widget-footer h2 .inner {
	padding-left: 13px;
	padding-right: 13px;
}
.widget-footer h2 .inner:hover {
	border-bottom: 2px solid #CB1943;
}
/*---------------*/
.widget_categories ul {
	background: #fff;
	padding: 15px 15px 15px 20px;
	min-height: 316px;
}
.widget_categories ul li {
	line-height: 1.9;
	font-size: 16px;
}
.widget_categories li a {
	color: #444;
}
.widget_categories li a:before {
	font-family: FontAwesome;
	content: '\f00c';
	padding-right: 7px;
}
.widget_categories li a:hover {
	color: #CB1943;
}
/*---------------*/
.democracy {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.widget_democracy .dem-poll-title {
	color: #fff;
	background: #CB1943;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 4px 6px 4px 10px;
}
.widget_democracy .democracy {
	background: #fff;
}
.widget_democracy .dem-bottom {
	text-align: center;
}
.widget_democracy .dem-vote-button {
	float: none;
	margin-bottom: 5px;
}
.widget_democracy input.dem-button[type="submit"],
.widget_democracy a.dem-button,
.widget_democracy .dem-button {
	background: #CB1943;
	transition: all .2s ease;
	font-size: 13px;
	font-family: "Fira Sans",sans-serif;
	font-weight: 500;
	padding: 0.8em 1.3em !important;
}
.widget_democracy input.dem-button[type="submit"]:hover,
.widget_democracy a.dem-button:hover,
.widget_democracy .dem-button:hover {
	background: #3B8BC6;
}
.widget_democracy input.dem-button[type="submit"]:disabled:hover,
.widget_democracy a.dem-button:disabled:hover,
.widget_democracy .dem-button:disabled:hover {
	background: #3B8BC6;
}
.widget_democracy .dem-screen {
	padding: 0 5px;
}
.widget_democracy .dem-poll-info {
	padding-bottom: 0;
}
.widget_democracy .dem-results-link {
	text-align: center;
	float: none;
	font-style: normal;
	color: #444;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: 500;
}
.bottom-sidebar .dem-link {
	font-size: 100%;
}
.widget_democracy .dem-results-link:hover {
	color: #CB1943;
}
/*---------------*/
#bottom-sidebar {
	background: #fff;
	margin-bottom: 20px;
	padding-top: 1px;
}
.widget-footer {
	margin-bottom: 0 !important;
}
.tagcloud {
	text-align: center;
	max-height: 316px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 0;
	margin-top: -2px;
}
.tagcloud a {
	display: inline-block;
	padding: 4px;
	background: #eee;
	color: #444;
	margin: 0 1px 8px;
	border: 1px solid #ddd;
}
.tagcloud a:hover {
	color: #CB1943;
	border: 1px solid #CB1943;
}
/*---------------*/
#toTop {
	width: 64px;
	height: 64px;
	z-index: 1000000;
	position: fixed;
	bottom: 14px;
	right: 20px;
	cursor: pointer;
	background: url('./images/totop.png') no-repeat scroll center center transparent;
	opacity: 0.7;
	transition: all 0.4s ease 0s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#toTop:hover {
	opacity: 1;
}
/*---------------*/
.listing-news .entry-title a {
	color: #CB1943;
}
.listing-news .entry-title a:hover {
	color: #145D94;
}
.topavtd {
	cursor: pointer;
}
.topavtd,
.cat_count {
	font-size: 75%;
	color: #656565;
	display: block;
	float: right;
	padding-top: 4px;
	padding-right: 8px;
	transition: all .2s ease;
}
.cat_count a:hover {
	color: #CB1943;
}
.cat_count:before {
	font-family: FontAwesome;
	content: '\f15c';
	padding-right: 4px;
}
.topavtd i.fa {
	padding-right: 4px;
}
.topavtd:hover,
.topavtd:hover i.fa {
	color: #CB1943;
}
body.search .topavt_cont,
body.author .topavt_cont,
body.tag .topavt_cont,
body.date .topavt_cont {
	right: 0;
	top: 38px;
	background: #fff;
}
.topavt_cont a {
	transition: none;
}
/*---------------*/
.sidebar-right .widget {
	background: #fff;
	margin-bottom: 20px;
}
.sidebar-right .widget-content {
	padding: 20px 15px 22px;
}
.sidebar-right .widget_text .widget-content {
	padding: 12px 15px 9px;
}
.sidebar-right .widget.tabs_popular_latest_posts_widget,
.sidebar-right .widget.tabs_popular_latest_posts_widget .widget {
	padding: 0;
	margin-bottom: 0;
	background: none;
}
.sidebar-right .widget-title {
	margin: 0;
	padding-top: 7px;
	padding-bottom: 8px;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	background: #FFF;
	color: #CB1943;
	border-bottom: 2px solid #ddd;
}
.sidebar-right .widget-title span {
	border-bottom: 2px solid #CB1943;
	padding: 0 13px 7px;
}
.sidebar-right .widget_text img.alignleft,
.sidebar-right .widget_text img.alignright {
	max-width: 150px;
	height: auto;
}
/*---------------*/
.styled-select {
	width: 240px;
	height: 34px;
	overflow: hidden;
	background: url(./images/down_arrow.jpg) no-repeat right #e8e8e8;
	border: 1px solid #ddd;
	margin: auto;
}
.styled-select select {
	background: transparent;
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	color: transparent !important;
	text-shadow: 0 0 0 #222 !important;
}
.styled-select select option {
	color: #444;
}
/*---------------*/
.sticky-wrapper {
	margin-bottom: 20px;
}
.nav.navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: 500;
	color: #f2f2f2;
	text-shadow: 0 0 2px #CB1943;
}
.nav.navbar-nav > li > a:hover {
	color: #5CBCFF;
}
.nav.navbar-nav > li.menu-item-82 > a:hover,
.nav.navbar-nav > li.menu-item-49 > a:hover,
.nav.navbar-nav > li.menu-item-50 > a:hover,
.nav.navbar-nav > li.menu-item-51 > a:hover,
.nav.navbar-nav > li.menu-item-52 > a:hover,
.nav.navbar-nav > li.menu-item-53 > a:hover {
	cursor: url(https://maloros.org/wp-content/themes/maloros/images/downupcur.png), pointer !important;
}
.navbar-maloros {
	text-align: center;
	line-height: 0;
	z-index: 1000;
}
.navbar-maloros .nav.navbar-nav {
	display: inline-block;
	float: none;
}
.navbar-maloros > .container {
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-maloros .nav > li > a {
	padding: 15px 10px;
}
.social-links {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 28px;
	margin-right: 2px;
}
/*---------------*/
.navbar-inverse.navbar-maloros {
	border: none;
}
.navbar-maloros .container {
	position: relative;
}
.logo-header {
	background: #222;
	color: #fff;
	border-bottom: 1px dotted #999;
}
.logo-header .social-links a i.fa {
	transition: all .2s ease;
}
.logo-header .social-links a:hover i.fa {
	color: #5CBCFF !important;
}
.logo-header i.fa {
	color: #fff !important;
	padding-left: 3px;
	padding-right: 3px;
	text-shadow: 0 0 2px #CB1943;
}
.logo-header .site-name div,
.logo-header .site-name h1 {
	text-align: center;
	line-height: 50px;
	margin: 0;
	font-size: 14px;
}
.logo-header .site-name div a,
.logo-header .site-name h1 a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-shadow: 0 0 2px #CB1943;
	font-weight: 500;
	color: #fff;
}
.logo-header .site-name a i.fa {
	text-shadow: 0 0 2px #CB1943;
	transition: all .2s ease;
}
.logo-header .site-name div a:hover,
.logo-header .site-name h1 a:hover,
.logo-header .site-name a:hover i.fa {
	color: #5CBCFF !important;
}
.site-logo img {
	height: 51px;
}
.search-icon {
	position: absolute;
	right: 5px;
	top: 10px;
}
.search-icon i.fa {
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 2px #CB1943;
	cursor: pointer;
	margin-right: -10px;
	transition: all .2s ease;
	padding: 5px;
	position: relative;
	top: 1px;
}
.search-icon i.fa:hover {
	color: #5CBCFF;
}
.nav.navbar-nav i.fa {
	font-size: 18px;
}
.nav.navbar-nav li.dropdown i.fa {
	font-size: 16px;
	padding-left: 6px;
}
ul.dropdown-menu {
	padding: 0;
	min-width: 180px;
	left: -14%;
}
@media only screen and (max-width:991px) {
	ul.dropdown-menu {
		left: 0;
	}
}
ul.dropdown-menu li a {
	padding: 10px 12px 8px;
	border-bottom: 1px dotted #ccc;
	font-weight: 500;
}
ul.dropdown-menu li a i.fa {
	padding-left: 0 !important;
	padding-right: 3px !important;
}
ul.dropdown-menu li:last-child a {
	border-bottom: none;
}
ul.dropdown-menu li a:hover {
	color: #145D94;
	background: #E8E8E8;
}
ul.dropdown-menu li a:hover i.fa {
	color: #CB1943;
}
ul.dropdown-menu li.active a:hover i.fa {
	color: #fff;
}
a.nav-link.clicked.highlight {
	color: #5CBCFF !important;
}
.page-template-page-news-random .listing-news,
.page-template-page_favorites .listing-news,
.category .listing-news {
	margin-bottom: 20px;
}
.listing-news .post {
	height: 250px;
}
.listing-news img {
	height: 250px !important;
}
/*---------------*/
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: #444;
	color: #5CBCFF;
}
.pagination-wrapper {
	text-align: center;
}
.pagination {
	margin: 0 auto;
}
.pagination > li > a,
.pagination > li > span {
	border: 1px solid #222;
	padding: 0 13px;
	font-weight: 500;
	line-height: 34px;
}
.pagination > li > a.next,
.pagination > li > a.prev {
	padding: 0 20px;
	line-height: 34px;
}
.pagination > li > span.current {
	color: #333;
	background: #E8E8E8;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	border-color: #222 !important;
}
a.reset-search {
	cursor: pointer;
}
a.reset-search i.fa {
	color: #777;
	text-shadow: none;
	font-size: 18px;
}
a.reset-search i.fa:hover {
	color: #145D94;
}
.ressearch-form a.reset-search i.fa {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.ressearch-form {
	text-align: center;
	margin-bottom: 20px;
}
.ressearch-form .search-submit {
	padding: 0px 16px;
	margin-left: 8px;
	line-height: 32px;
	border-radius: 3px;
	font-weight: 500;
	transition: all .2s ease 0s;
}
.ressearch-form .search-submit:hover {
	background: #145D94;
}
.ressearch-form .form-control {
	width: 300px;
}
.tag-content a {
	color: #656565;
	background: #eee;
	padding: 4px 5px 4px 6px;
	margin: 0 0 10px 4px;
	border: 1px dotted #ccc;
	display: inline-block;
}
.tag-content a:hover {
	color: #CB1943;
	border: 1px solid #CB1943;
}
.tag-content i.fa,
.tag-content span {
	color: #555;
	font-weight: 500;
}
span.all-tags {
	display: block;
	float: right;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
span.all-tags a:hover i {
	color: #CB1943;
}
.social-content #share42 a {
	margin-left: 4px !important;
	margin-right: 4px !important;
	opacity: 0.7;
}
.social-content #share42 a:hover {
	opacity: 1;
}
.social-content {
	text-align: center;
	height: 47px;
	background: #f2f2f2;
	padding: 10px;
	overflow: hidden;
	margin: 5px 15px 20px;
	border: 1px dotted #ccc;
	border-top: 1px dotted #bbb;
}
@media only screen and (max-width:400px) {
	.social-content {
		height: auto;
		min-height: 47px;
		padding-bottom: 3px;
	}
}
/*---------------*/
img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
img.aligncenter,
a img.aligncenter {
	margin: 15px auto 14px !important;
	padding: 0;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #333;
	box-sizing: content-box;
	transition: all .2s ease;
	max-width: 98.8% !important;
}
img.aligncenter:hover,
a img.aligncenter:hover {
	box-shadow: 0px 0px 3px #CB1943;
}
img.aligncenter {
	display: block;
}
img.alignright,
a img.alignright {
	float: right;
	margin: 3px 0 8px 12px !important;
	padding: 0;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #333;
	box-sizing: content-box;
	transition: all .2s ease-in-out !important;
}
img.alignright:hover,
a img.alignright:hover {
	box-shadow: 0px 0px 3px #CB1943;
}
img.alignleft,
a img.alignleft {
	float: left;
	margin: 3px 12px 8px 0 !important;
	padding: 0;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #333;
	box-sizing: content-box;
	transition: all .2s ease-in-out !important;
}
img.alignleft:hover,
a img.alignleft:hover {
	box-shadow: 0px 0px 3px #CB1943;
}
a img.alignleft:hover,
a img.alignright:hover,
a img.aligncenter:hover {
	padding: 0;
	border: 4px solid #DA335B;
}
img.highslide-image {
	padding: 4px;
	border: 1px solid #DA335B;
	box-sizing: content-box;
}
.wp-caption {
	background: #fff;
	max-width: 100%;
	padding: 0;
	text-align: center;
	border-width: 0;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 3px 12px 8px 0;
	box-shadow: 0px 0px 3px #333;
	float: left;
}
.wp-caption.alignleft:hover {
	box-shadow: 0px 0px 3px #CB1943;
}
.wp-caption.alignright {
	margin: 3px 0 8px 12px;
	box-shadow: 0px 0px 3px #333;
	float: right;
}
.wp-caption.alignright:hover {
	box-shadow: 0px 0px 3px #CB1943;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	width: auto;
	padding: 4px;
	background: #fff;
	transition: all .2s ease-in-out !important;
}
.wp-caption a img:hover {
	background: #DA335B;
}
.wp-caption.aligncenter {
	margin: 15px auto;
	box-shadow: 0px 0px 3px #333;
	max-width: 100% !important;
}
.wp-caption.aligncenter:hover {
	box-shadow: 0px 0px 3px #CB1943;
}
.wp-caption.aligncenter img {
	width: 100%;
	height: auto;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
	/*width: 248px;*/
	border-top: 1px solid #F993AB;
	padding: 6px 5px 7px;
}
.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	text-align: center;
}
.wp-caption.aligncenter .wp-caption-text {
	padding: 7px 7px 8px;
	display: inline-block;
	border-top: 1px solid #999;
	width: 100%;
}
.wp-caption.aligncenter .wp-caption-text:hover {
	border-top: 1px solid rgba(203,25,67,0.5);
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/*---------------*/
a.highslide-full-expand {
	background: url(./images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/*---------------*/
.read-dalee {
	margin: 20px 0 20px;
}
.read-dalee .inner {
	padding-left: 8px;
}
.istok {
	text-align: center;
	background: #f2f2f2;
	margin: 0 15px -6px;
	padding-top: 11px;
	padding-bottom: 10px;
	border: 1px dotted #ccc;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
}
.istok a {
	font-size: 1.1em;
	font-weight: 500;
	color: #555;
}
.istok a i.fa {
	padding-right: 2px;
}
.istok a:hover {
	color: #CB1943;
}
.istok .first-col,
.istok .second-col {
	float: left;
	width: 50%;
	padding-left: 7px;
	padding-right: 7px;
}
.istok .first-col {
	font-weight: 500;
	color: #555;
}
.istok .first-col i.fa,
.istok .second-col span i.fa {
	padding-right: 2px;
}
.istok .second-col span {
	font-weight: 500;
	color: #555;
}
.istok #single-up {
	border-left: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: -1px;
	cursor: pointer;
	display: inline-block;
	transition: all .2s ease 0s;
	color: #555;
}
.istok #single-up:hover {
	color: #CB1943;
}
.istok #single-up i {
	padding-top: 2px;
	font-size: 18px;
}
.entry-intro {
	background: #F2F2F2;
	padding: 8px 9px;
	/*margin-bottom: 12px;*/
	border: 1px dotted #ccc;
	border-left: 3px solid #aaa;
	border-bottom: 1px dotted #bbb;
	border-top: none;
	font-weight: 500;
	margin-top: -15px;
	transition: all 0.2s ease;
}
.entry-intro:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
.entry-intro h2 {
	font-size: 16px;
	margin: 0;
	line-height: 1.35;
}
.entry-intro h2:before {
	content: "\f006";
	font-family: FontAwesome;
	padding-right: 6px;
	color: #444;
	font-weight: 700;
	transition: all 0.2s ease;
}
.entry-intro:hover h2:before {
	content: "\f005";
	color: #CB1943;
}
/*---------------*/
.entry-content table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.entry-content table {
	font-weight: 500;
	border-spacing: 0px;
	border-width: 1px 0px 0px 1px;
	table-layout: fixed;
	width: 100%;
	margin: 0px 0px 14px;
	padding: 0px;
}
.entry-content table,
.entry-content table th,
.entry-content table td {
	color: #444;
	border: 1px dotted #ccc;
	background: #F2F2F2;
	padding: .6rem;
	text-align: center;
	font-size: 14px;
}
.entry-content table tr:nth-of-type(even) td {
	background: #fff;
}
.entry-content table th {
	font-weight: 500;
}
.entry-content table td {
	font-weight: 400;
}
/*---------------*/
#disqus_thread {
	margin-top: 20px;
	background: #fff;
	padding: 10px 15px;
	min-height: 410px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 743px;
	margin: 0 auto;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #CB1943;
	transition: all .2s ease;
}
.video-container:hover {
	border: 4px solid #DA335B;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.video-container + blockquote {
	margin-top: 20px;
}
.video-container + .video-container {
	margin-top: 16px;
}
.video-container + p {
	margin-top: 12px;
}
p + .video-container,
h3 + .video-container {
	margin-top: 15px;
}
.video-container + .podpvideo {
	margin-top: 0 !important;
	background: #f2f2f2;
	padding: 7px 10px 8px;
	border: 1px dotted #ccc;
	margin-bottom: 12px !important;
}
.video-container:hover + .podpvideo,
.video-container:hover {
	color: #333;
}
.video-container:hover + .podpvideo:before {
	color: #CB1943;
}
/*---------------*/
.gallery dl,
.gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.gallery {
	margin: -5px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-height: 319px;
	overflow-x: hidden;
	overflow-y: auto;
}
.gallery .gallery-item {
	margin-top: 6px;
	margin-bottom: 6px;
	max-width: 46%;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #CB1943;
	transition: all .2s ease;
}
.gallery .gallery-item img:hover {
	border: 4px solid #DA335B;
}
.gallery-item .wp-caption-text {
	text-align: center;
	border: none;
	box-shadow: 0px 0px 3px #CB1943;
	margin-top: 1px;
}
#media_gallery-2 h2.section-title span.inner:before {
	font-family: FontAwesome;
	content: "\f238";
	color: #CB1943;
	padding-right: 6px;
	font-size: 90%;
}
/*---------------*/
.post-open .entry-thumbnail {
	/*background: #f2f2f2;*/
}
.post-open .entry-thumbnail img {
	margin: 0 auto;
}
.post-open .entry-thumbnail figcaption {
	text-align: center;
	border-left: 3px solid #aaa;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #bbb;
}
.post-open .entry-thumbnail:hover figcaption {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
.entry-content h2:before,
.entry-content h3:before,
.entry-content h4:before {
	content: '\f006';
	font-family: FontAwesome;
	padding-right: 6px;
	color: #444;
	font-weight: 700;
}
.entry-content h2:hover:before,
.entry-content h3:hover:before,
.entry-content h4:hover:before {
	content: '\f005';
	color: #CB1943;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	background: #f2f2f2;
	padding: 7px 10px 7px 9px;
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #bbb;
	border-left: 3px solid #aaa;
	clear: both;
	font-weight: 500;
	line-height: 1.35;
	text-align: justify;
	font-size: 16px;
	transition: all 0.2s ease;
}
.entry-content h2:hover,
.entry-content h3:hover,
.entry-content h4:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
.entry-content h2 {
	font-size: 18px;
}
.entry-content h3 {
	font-size: 16px;
}
.entry-content h4 {
	font-size: 16px;
}
.entry-content hr {
	margin-top: 12px;
	margin-bottom: 10px;
	height: 1px;
	border-top: 1px solid #aaa;
}
.post-open .entry-intro {
	margin-bottom: 15px;
	text-align: justify;
}
.post-open .entry-intro h2 a {
	color: #CB1943;
}
.post-open .entry-intro h2 a:hover {
	color: #337AB7;
}
/*---------------*/
.wp-caption.aligncenter + h2,
.wp-caption.aligncenter + h3,
.wp-caption.aligncenter + h4,
.wp-caption.aligncenter + .wp-caption.aligncenter {
	margin-top:16px;
}
/*---------------*/
.pic404 {
	font-size: 150px;
	color: #CB1943;
	text-align: center;
}
.pic404 i.fa {
	margin-left: 10px;
	margin-right: 10px;
}
.post404 {
	text-align: center;
}
.post404 .sozhal {
	font-size: 16px;
}
.post404 .naglav {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
}
.post404 .naglav a {
	color: #CB1943;
	font-weight: 500;
}
.post404 .naglav a i.fa {
	margin-right: 3px;
}
.post404 .naglav a:hover {
	color: #145D94;
}
/*---------------*/
.entry-thumbnail.zoom {
	position: relative;
}
.zoom-wrap {
	width: 743px;
	height: 418px;
	position: relative;
	overflow: hidden;
}
.postid-11970 .zoom-wrap {
	height: 328px;
}
.zoom-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 743px;
	height: 418px;
	background: rgba(0,0,0,.3);
}
.zoom-icon {
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: 51%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	z-index: 100;
	background: url('./images/icon-zoom.png') left center no-repeat;
	background-size: 52px 52px;
}
.zoom-wrap:hover .zoom-icon {
	display: none;
}
/*---------------*/
.empty-search {
	width: 100%;
}
.empty-search .post {
	padding: 20px 15px 10px;
	text-align: center;
	font-size: 16px;
}
.resent-news-wrapper .author {
	float: right;
	font-size: 12px;
	background: #CB1943;
}
.resent-news-wrapper .author i.fa {
	padding-right: 2px;
	transition: all .2s ease-in-out;
}
.resent-news-wrapper .author:hover i.fa {
	color: #CB1943;
}
/*---------------*/
.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .2);
	/* core styles should not be changed */
	position: absolute;
	display: none;
	max-height: 354px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 10000;
}
.autocomplete-suggestion {
	position: relative;
	color: #333;
	border-bottom: 1px dotted #bbb;
	padding: 5px 3px 5px 5px;
	background: #fff;
	transition: all 0.2s ease;
}
.autocomplete-suggestion b {
	font-weight: normal;
	color: #145D94;
}
.autocomplete-suggestion.selected {
	background: #f2f2f2;
}
/*---------------*/
.bgtext_f {
	background: #f2f2f2;
	padding: 8px 10px;
	border-left: 3px solid #aaa;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-weight: 500;
	margin-top: -15px !important;
	transition: all 0.2s ease;
}
.bgtext_f:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
.bgtext_f:before {
	font-family: FontAwesome;
	content: '\f15c';
	padding-right: 6px;
	transition: all 0.2s ease;
}
.bgtext_f:hover:before {
	color: #CB1943;
}
.bgtext_f i.fa {
	font-size: 1.4em;
	vertical-align: text-bottom;
	display: none;
}
.podpvideo {
	text-align: center !important;
	padding: 7px 10px;
	margin-bottom: 3px !important;
	font-size: 12px;
	color: #656565;
	margin-top: -11px !important;
	transition: all 0.2s ease;
}
.podpvideo:hover {
	color: #333;
}
.podpvideo:before {
	font-family: FontAwesome;
	content: '\f03d';
	padding-right: 6px;
	transition: all 0.2s ease;
}
.podpvideo:hover:before {
	color: #CB1943;
}
.bgtext {
	background: #f2f2f2;
	padding: 7px 10px;
	border: 1px dotted #ccc;
}
.bgtext_b {
	background: #f2f2f2;
	padding: 7px 10px;
	border: 1px dotted #ccc;
	font-weight: 500;
}
.bgtext_u {
	background: #f2f2f2;
	padding: 7px 10px;
	border: 1px dotted #ccc;
	text-transform: uppercase;
}
.bgtext i.fa {
	font-size: 1.4em;
	vertical-align: text-bottom;
}
.bgtext_b i.fa {
	font-size: 1.4em;
	vertical-align: text-bottom;
}
.bgtext_u i.fa {
	font-size: 1.4em;
	vertical-align: text-bottom;
}
p.extlink {
	border-bottom: 1px dotted #bbb;
	border-left: 3px solid #aaa;
	background: #F2F2F2;
	padding: 0;
	transition: all 0.2s ease;
}
p.extlink:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
p.extlink a {
	display: block;
	padding: 5px 10px 6px;
	transition: all 0.2s ease;
}
p.extlink a:hover {
	background: #e8e8e8;
}
p.extlink a:before {
	content: '\f14c';
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 1.3em;
	top: 1px;
	position: relative;
}
p.extlink_u {
	border-bottom: 1px dotted #bbb;
	border-left: 3px solid #aaa;
	background: #F2F2F2;
	padding: 0;
	transition: all 0.2s ease;
}
p.extlink_u:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
p.extlink_u a {
	text-transform: uppercase;
	display: block;
	padding: 5px 10px 6px;
	transition: all 0.2s ease;
}
p.extlink_u a:hover {
	background: #e8e8e8;
}
p.extlink_u a:before {
	content: '\f14c';
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 1.3em;
	top: 1px;
	position: relative;
}
p.docfile {
	border-bottom: 1px dotted #bbb;
	border-left: 3px solid #aaa;
	background: #F2F2F2;
	padding: 0;
	transition: all 0.2s ease;
}
p.docfile:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
p.docfile a {
	display: block;
	padding: 6px 10px 5px;
	transition: all 0.2s ease;
}
p.docfile a:hover {
	background: #e8e8e8;
}
p.docfile a:before {
	content: '\f15b';
	font-family: FontAwesome;
	padding-right: 7px;
}
p.docfile_u {
	border-bottom: 1px dotted #bbb;
	border-left: 3px solid #aaa;
	background: #F2F2F2;
	padding: 0;
	transition: all 0.2s ease;
}
p.docfile_u:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
p.docfile_u a {
	display: block;
	padding: 6px 10px 5px;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
p.docfile_u a:hover {
	background: #e8e8e8;
}
p.docfile_u a:before {
	content: '\f15b';
	font-family: FontAwesome;
	padding-right: 7px;
}
/*---------------*/
p.extlink + p.extlink,
p.extlink + p.extlink_u,
p.extlink_u + p.extlink,
p.extlink_u + p.extlink_u,
p.extlink + p.docfile,
p.extlink_u + p.docfile,
p.extlink + p.docfile_u,
p.extlink_u + p.docfile_u,
p.docfile + p.extlink,
p.docfile_u + p.extlink,
p.docfile + p.extlink_u,
p.docfile_u + p.extlink_u,
p.docfile + p.docfile,
p.docfile + p.docfile_u,
p.docfile_u + p.docfile,
p.docfile_u + p.docfile_u {
	margin-top: -12px;
}
div.entry-intro + div.entry-content > p.bgtext_f {
	margin-top: -12px !important;
}
/*---------------*/
p.bgtext_f + p.bgtext_b,
p.bgtext_f + p.bgtext,
p.bgtext + p.bgtext,
p.bgtext_b + p.bgtext_b {
	margin-top: -12px;
	border-top: none;
}
/*---------------*/
.post-content .entry-content ul {
	padding-left: 0;
}
.post-content .entry-content ul.arc-list li:before {
	display: none;
}
.post-content .entry-content ul.arc-list li a:before {
	content: "★";
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	margin-left: -0.21em;
	padding-right: 7px;
}
.post-content .entry-content ul.arc-list li a:before:hover {
	color: #CB1943;
}
.year-wrap ul.arc-list {
	display: none;
}
.year-wrap:nth-of-type(1) ul.arc-list {
	display: block;
}
.year-wrap ul.arc-list {
	margin-bottom: 0;
	padding-left: 0 !important;
}
.year-wrap ul.arc-list li {
	border-left: 3px solid #aaa;
}
.year-wrap ul.arc-list li:hover {
	border-left: 3px solid #CB1943;
}
.arc-list li {
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0 !important;
}
.arc-list li:hover {
	border-bottom: 1px dotted #CB1943;
}
.arc-list:last-of-type li:last-child:hover {
	border-bottom: 1px dotted #CB1943;
}
.arc-list li:last-child {
	border-bottom: none;
}
.arc-list:last-of-type li:last-child {
	border-bottom: 1px dotted #ccc;
}
.arc-list li a {
	display: block;
	line-height: 34px;
	padding: 0 13px;
	transition: all 0.2s ease;
	font-size: 1.1em;
}
.arc-list li a:hover {
	background: #f2f2f2;
}
.post-archive .post-content {
	padding-bottom: 20px;
}
.post-archive {
	margin-bottom: 20px;
}
.post-archive .entry-content h3:before {
	display: none;
}
.polconf .post-content {
	padding-bottom: 20px;
}
.polconf {
	margin-bottom: 20px;
}
.polconf h1 {
	float: left;
}
.year-wrap h3 {
	margin: 0;
	cursor: pointer;
	color: #505050;
	border-right: 1px dotted #ccc;
}
.year-wrap h3:after {
	font-family: FontAwesome;
	content: '\f055';
	padding-left: 5px;
}
.year-wrap h3.active:after {
	font-family: FontAwesome;
	content: '\f056';
	padding-left: 5px;
}
.year-wrap:first-child h3 {
	border-top: 1px dotted #ccc;
}
.year-wrap h3.vsego:after {
	content: '';
}
.year-wrap h3.vsego {
	cursor: default;
	pointer-events: none;
	color: #CB1943;
}
.arc-count.small {
	font-size: 1em;
	color: #656565;
	padding-left: 4px;
	font-weight: normal;
}
.pad.full-arch {
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.pad.full-arch i.fa {
	font-size: 20px;
	color: #444;
}
.pad.full-arch a:hover i.fa {
	color: #fff;
}
/*---------------*/
.post-archive .entry-content {
	margin-top: 40px;
}
.resent-news-wrapper .small-post li.views {
	padding-right: 0;
}
#vk_comments {
	min-height: 190px;
	background: #fff !important;
}
.site-logo {
	position: relative;
	height: 50px;
	font-size: 13px;
	z-index: 1000;
}
.site-logo a {
	position: relative;
	top: 13px;
}

/*---------------*/
#vkcomments #vk_comments iframe {
	min-height: 190px !important;
}
.vks-comments a i {
	padding-left: 3px;
}
/*---------------*/
@media only screen and (max-width:800px) {
	#wpcomm .wc-comment-footer {
		padding-bottom: 0;
	}
	#wpcomm .wc-reply.wc-comment .wc-comment-left .avatar {
		width: 32px !important;
		height: 32px !important;
		margin-top: 0 !important;
	}
	#wpcomm .wc-reply .wc-comment-header {
		margin-left: 52px;
	}
	#wpcomm .wc-comment .wc-comment-left {
		margin-bottom: 0;
	}
	#wpcomm .wc-comment-footer .wc-footer-right {
		padding: 0 5px;
	}
	#wpcomm .wc-comment-right .wc-comment-text {
		min-height: 20px;
	}
	#wpcomm .wc-comment-right .wc-comment-text p {
		margin-bottom: 5px;
	}
	#wpcomm .wc-comment-author {
		padding-top: 3px;
	}
	#wpcomm .wc-reply .wc-comment-author {
		padding: 1px 0px 2px 5px;
	}
	#wpcomm .wc-comment-right .wc-comment-text img {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#wpcomm .wc-comment-footer {
		padding-bottom: 5px !important;
	}
	#wpcomm .wc-reply .wc-comment-footer {
		padding-bottom: 5px !important;
	}
	.wpdiscuz-front-actions {
		padding-left: 8px !important;
	}
}
/*---------------*/
.comments-area {
	background: #fff;
	padding: 12px 15px 10px;
	border-bottom: 2px solid #fff;
	transition: all .2s ease;
}
.comments-area:hover {
	border-bottom: 2px solid #DDD;
}
.wpdiscuz-front-actions {
	margin-top: 0;
	padding: 5px 10px 5px 15px;
	background: none !important;
}
.wpdiscuz-form-bottom-bar {
	display: none;
}
#wpcomm {
	border-top: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#wpcomm .wc-thread-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0 0 1px;
}
#wpcomm .wpdiscuz-social-login .wpdiscuz-login-button {
	float: left;
	margin-left: 5px;
	width: 34px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #FFF;
	cursor: pointer;
	transition: all .2s ease;
	border-radius: 3px;
}
#wpcomm .wpdiscuz-social-login .wpdiscuz-login-button:hover {
	font-size: 16px;
	background-color: #CB1943;
}
#wpcomm .wpdiscuz-social-login .wpdiscuz-connect-with {
	float: left;
	line-height: 30px;
}
.wc_comm_submit {
	transition: all .2s ease;
}
#wpcomm .wpdiscuz-form-top-bar .wpdiscuz-ftb-left {
	padding: 0px 0px 5px 1px;
	line-height: 30px;
}
#wpcomm .wpdiscuz-form-top-bar .wpdiscuz-ftb-right {
	padding: 5px 0px;
	float: left;
}
#wpcomm .wpdiscuz-social-login .wpdiscuz-connect-with {
	margin: 0 5px 0 0;
}
#wpcomm .wc-footer-left .wc-cta-button,
#wpcomm .wc-footer-left .wc-cta-button-x {
	transition: all .2s ease;
}
#wpcomm.wpdiscuz_auth .wc-field-submit {
	padding: 12px 0px 0px 5px;
}
#wpcomm .wc-form-footer {
	border-bottom: none;
	padding-bottom: 5px;
}
#wpcomm .wc-comment .wc-reply {
	margin-top: 0;
}
#wpcomm .wc-comment .wc-comment-right {
	margin-bottom: 0;
	padding-bottom: 2px;
	margin-left: 86px;
}
#wpcomm .wc-reply .wc-comment-right {
	margin-left: 63px;
}
#wpcomm .wc-comment .wc-form-wrapper {
	padding: 0;
	margin: 0px 0px 13px 99px;
}
#wpcomm .wc-comment-right .wc-comment-text img {
	max-width: 99% !important;
	height: auto;
	max-height: 850px;
	padding: 4px;
	background: #fff;
	box-shadow: 0px 0px 3px #CB1943;
}
.wpdiscuz-ftb-left a {
	color: #CB1943;
}
.wpdiscuz-ftb-left a:hover {
	color: #145D94;
}
#wpcomm .wc-comment-right .wc-comment-text a {
	font-weight: 500;
	color: #145D94;
}
#wpcomm .wc-comment-right .wc-comment-text a:hover {
	color: #CB1943;
}
#wpcomm .wc-comment-header {
	margin-bottom: 0px;
}
#wpcomm .wc-reply .wc-comment-header {
	height: 28px;
	margin-bottom: 3px;
}
#wpcomm .wc-comment-header {
	padding-top: 2px;
}
#wpcomm .wc-load-more-submit-wrap {
	margin-top: 15px;
	margin-bottom: 10px;
}
#wpcomm .wc-comment-link {
	margin: 7px 5px 3px;
}
#wpcomm .wc-reply .wc-comment-link {
	margin: 2px 5px 3px;
}
#wpcomm .wc-load-more-submit {
	transition: all .2s ease;
}
#wpcomm .wpdiscuz-social-login {
	padding: 2px 3px;
}
#wpcomm .wc-field-textarea .commentTextMaxLength {
	top: 12px;
}
#wpcomm .wc-comment-footer {
	padding-bottom: 9px;
}
#wpcomm .wc-reply .wc-comment-footer {
	padding-bottom: 8px;
}
#wpcomm .wc-comment-right .wc-comment-text {
	padding: 5px 0 5px 10px;
	text-align: justify;
}
#wpdiscuz-loading-bar.wpdiscuz-loading-bar:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	background: none repeat scroll 0% 0% #888;
	border-radius: 0;
	animation: none !important;
	box-shadow: none !important;
}
#wpcomm .wpdiscuz-textarea-wrap {
	border: none !important;
}
#wpcomm .wpdiscuz-textarea-wrap textarea,
#wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap textarea:focus {
	border: 1px solid #D9D9D9 !important;
}
/*---------------*/
.mejs-container {
	margin-bottom: 12px;
}
div.flexpict {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	margin-top: 16px;
	margin-bottom: -2px;
}
div.flexpict p {
	margin-bottom: 0;
}
div.flexpict .wp-caption {
	background: #F2F2F2;
	margin: 0 8px 16px !important;
}
div.flexpict .wp-caption img {
	margin: 0 !important;
}
div.flexpict img {
	margin: 0 8px 16px !important;
}
.entry-content .size-post-thumb {
	width: 250px;
}
/*---------------*/
.year-wrap h3.active,
.year-wrap h3:hover {
	color: #CB1943;
}
span.cntyear {
	font-weight: normal;
	font-size: .9em;
}
.polconf h1 i.fa,
.post-archive h1 i.fa {
	font-size: 22px;
	padding-right: 3px;
}
.post-archive h1 {
	float: left;
}
.ctposts {
	float: left;
	padding-top: 5px;
}
.arviews {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
.ctposts,
.arviews {
	color: #777;
	transition: all .2s ease;
}
.ctposts:hover,
.arviews:hover {
	color: #333;
}
.ctposts:hover i.fa,
.arviews:hover i.fa {
	color: #CB1943;
}
.dop_wrap {
	position: relative;
	float: right;
}
.page-template-template-archive .post .entry-title {
	margin-bottom: 0;
}
.sticon:before {
	font-family: FontAwesome;
	content: '\f00d';
	padding-right: 3px;
}
/*---------------*/
/*---------------*/
@-webkit-keyframes hvr-horiz-logo {
	20% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	40% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	60% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes hvr-horiz-logo {
	20% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	40% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	60% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
#custom_html-5 .kwidget a span {
	margin-top: -2px;
}
#custom_html-5 .kwidget a span,
.hvr-horiz-logo {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
#custom_html-5 .kwidget a:active span,
#custom_html-5 .kwidget a:focus span,
#custom_html-5 .kwidget a:hover span,
.hvr-horiz-logo:active,
.hvr-horiz-logo:focus,
.hvr-horiz-logo:hover {
	-webkit-animation-name: hvr-horiz-logo;
	animation-name: hvr-horiz-logo;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
/*---------------*/
@-webkit-keyframes hvr-horiz-logoh {
	20% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	60% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes hvr-horiz-logoh {
	20% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	60% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
body.home h2.section-title a.inner i.fa-hand-o-right,
body.date h1.section-title span.inner i.fa-calendar,
body.tag h1.section-title span.inner i.fa-tag,
body.author h1.section-title span.inner i.fa-user,
body.search h1.section-title span.inner i.fa-search,
body.error404 h1.section-title span.inner i.fa-times-circle,
body.error404 .naglav a i.fa-home,
#vkcomments .section-title span.inner i.fa-comments,
#more_articles span.inner i.fa-book,
#custom_html-5 .widget-title span:before,
.widget_media_gallery .section-title span:before,
.ajax_calendar_widget .section-title span:before,
.widget_tag_cloud .section-title span:before,
body.page-template-page-nahnews .section-title a.inner i.fa-hand-o-right,
body.page-template-page-fondsk .section-title a.inner i.fa-hand-o-right,
body.page-template-page-naspravdi .section-title a.inner i.fa-hand-o-right,
body.page-template-page-ruspravda .section-title a.inner i.fa-hand-o-right,
body.page-template-page-inforuss .section-title a.inner i.fa-hand-o-right,
body.page-template-page-rusonline .section-title a.inner i.fa-hand-o-right,
body.page-template-page-alternatio .section-title a.inner i.fa-hand-o-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	top: -2px;
}
.curr_date i.fa-hand-o-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
body.home .section-title a.inner:hover i.fa-hand-o-right,
body.date h1.section-title span.inner:hover i.fa-calendar,
body.tag h1.section-title span.inner:hover i.fa-tag,
body.author h1.section-title span.inner:hover i.fa-user,
body.search h1.section-title span.inner:hover i.fa-search,
body.error404 h1.section-title span.inner:hover i.fa-times-circle,
body.error404 .naglav a:hover i.fa-home,
#vkcomments .section-title span.inner:hover i.fa-comments,
#more_articles span.inner:hover i.fa-book,
#custom_html-5 .widget-title:hover span:before,
.widget_media_gallery .section-title:hover span:before,
.ajax_calendar_widget .section-title:hover span:before,
.widget_tag_cloud .section-title:hover span:before,
#vkcomments .section-title:hover span:before,
.curr_date div:hover i.fa-hand-o-right,
body.page-template-page-nahnews .section-title a.inner:hover i.fa-hand-o-right,
body.page-template-page-fondsk .section-title a.inner:hover i.fa-hand-o-right,
body.page-template-page-naspravdi .section-title a.inner:hover i.fa-hand-o-right,
body.page-template-page-ruspravda .section-title a.inner:hover i.fa-hand-o-right,
body.page-template-page-inforuss .section-title a.inner:hover i.fa-hand-o-right,
body.page-template-page-rusonline .section-title a.inner:hover i.fa-hand-o-right,
body.page-template-page-alternatio .section-title a.inner:hover i.fa-hand-o-right {
	-webkit-animation-name: hvr-horiz-logoh;
	animation-name: hvr-horiz-logoh;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
/*---------------*/
@-webkit-keyframes hvr-vert {
	20% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	40% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	60% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	80% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes hvr-vert {
	20% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	40% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	60% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	80% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.hvr-vert {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.hvr-vert:active,
.hvr-vert:focus,
.hvr-vert:hover {
	-webkit-animation-name: hvr-vert;
	animation-name: hvr-vert;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
/*---------------*/
.entry-content .kc__title:before {
	content: "\f0ca";
	font-family: FontAwesome;
	padding-right: 6px;
	color: #444;
	font-weight: 700;
	transition: all 0.2s ease;
	position: relative;
	top: 1px;
}
.entry-content .kc__title:hover:before {
	color: #CB1943;
}
.entry-content .kc__title {
	background: #F2F2F2;
	padding: 7px 10px 7px 9px;
	margin-top: 15px;
	margin-bottom: 0;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #bbb;
	border-left: 3px solid #aaa;
	clear: both;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	line-height: 1.35;
	text-align: justify;
	transition: all 0.2s ease;
}
.entry-content .kc__title:hover {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
.entry-content .kc__wrap {
	margin-bottom: 15px;
}
.kc-gotop {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}
.kc-gotop i.fa {
	margin-right: 0;
	padding-left: 1px;
}
.entry-content ul.contents {
	background: #F2F2F2;
	border-right: 1px dotted #ccc;
	padding: 0 !important;
}
.entry-content ul.contents li {
	border-left: 3px solid #aaa;
	transition: all .2s ease;
}
.entry-content ul.contents li:hover {
	border-left: 3px solid #CB1943;
}
.video-container + .kc-gotop {
	margin-top: 12px;
}
.entry-content ul.contents li {
	margin: 0;
}
.entry-content ul.contents li a {
	display: block;
	padding: 6px 10px 6px 11px;
	transition: all 0.2s ease;
	border-bottom: 1px dotted #bbb;
}
.entry-content ul.contents li a:hover {
	background: #E8E8E8;
	border-bottom: 1px dotted #CB1943;
}
.entry-content ul.contents li:before {
	display: none;
}
.entry-content ul.contents li a:before {
	font-family: FontAwesome;
	content: "\f006";
	font-weight: normal;
	color: #145D94;
	padding-right: 2px;
}
.entry-content ul.contents li a:hover:before {
	color: #CB1943;
	content: "\f005";
}
/*---------------*/
#custom_html-2 .mm-body {
	margin-top: -5px;
	overflow-y: auto;
	max-height: 320px;
	overflow-x: hidden;
}
#custom_html-2 .mm-body__line--floating {
	line-height: 19px;
}
#custom_html-2 .mm-body__line {
	padding-left: 3px !important;
}
#custom_html-2 .mm-body__line img {
	width: 16px !important;
}
#custom_html-2 .mm-body__line a {
	color: #222 !important;
	text-align: justify !important;
	padding-right: 4px !important;
}
#custom_html-2 .mm-body__line a:hover {
	text-decoration: none !important;
	color: #CB1943 !important;
}
/*---------------*/
.naspravdi .img-wrap,
.nahnews .img-wrap,
.rusprav .img-wrap,
.inforus .img-wrap {
	margin: 0;
	width: calc(100% - 8px);
	height: 133px;
	overflow: hidden;
	padding: 0px;
	border: 4px solid #FFF;
	box-sizing: content-box;
	transition: all .2s ease;
}
.fondsk .img-wrap,
.alter .img-wrap {
	margin: 0;
	width: calc(100% - 8px);
	height: auto;
	overflow: hidden;
	padding: 0px;
	border: 4px solid #FFF;
	box-sizing: content-box;
	transition: all .2s ease;
	position: relative;
}
.ruson .img-wrap {
	margin: 0;
	width: calc(100% - 8px);
	height: auto;
	overflow: hidden;
	padding: 0px;
	border: 4px solid #FFF;
	box-sizing: content-box;
	transition: all .2s ease;
}
.post-content.naspravdic {
	padding: 5px 8px 14px;
}
.page-template-page-fondsk .naspravdic .publish-date i.fa {
	padding-right: 0;
}
.naspravdic .publish-date i.fa {
	padding-right: 2px;
}
.naspravdic h2 {
	text-align: center;
}
.naspravdic .entry-meta {
	text-align: center;
	left: 0;
	right: 0;
}
/*---------------*/
.naspravdi_error {
	background: #fff;
	margin: 0;
	padding: 0 8px 5px;
	overflow: hidden;
}
.naspravdi_error i.fa {
	font-size: 16px;
	color: #cb1943;
}
.naspravdi_error p {
	text-align: center;
	color: #cb1943;
}
/*---------------*/
.widget_tag_cloud h2.section-title span.inner:before {
	font-family: FontAwesome;
	content: "\f02c";
	color:  #cb1943;
	padding-right: 6px;
	font-size: 90%;
}
.ajax_calendar_widget h2.section-title span.inner:before {
	font-family: FontAwesome;
	content: "\f073";
	color:  #cb1943;
	padding-right: 6px;
	font-size: 90%;
}
.bottom-sidebar .widget_custom_html h2.section-title span.inner:before {
	font-family: FontAwesome;
	content: "\f1ea";
	color:  #cb1943;
	padding-right: 6px;
	font-size: 90%;
}
.sidebar-right .widget_custom_html h3.widget-title span:before {
	font-family: FontAwesome;
	content: "\f0ac";
	color:  #cb1943;
	padding-right: 6px;
	font-size: 90%;
}
.sidebar-right .widget_custom_html {
	border-bottom: 2px solid transparent;
	transition: all .2s ease;
}
.sidebar-right .widget_custom_html:hover {
	border-bottom: 2px solid #ccc;
}
.sidebar-right .tabs_popular_latest_posts_widget {
	border-bottom: 2px solid transparent;
	transition: all .2s ease;
}
.sidebar-right .tabs_popular_latest_posts_widget:hover {
	border-bottom: 2px solid #ccc;
}
/*---------------*/
.korona_more {
	color: #CB1943;
	font-weight: 500;
}
.korona_more i.fa {
	font-weight: bold;
}
.korona_more:focus,
.korona_more:hover {
	color: #145D94;
}
.link_wrap {
	text-align: center;
	margin-bottom: -3px;
	padding-top: 2px;
}
.today .covid-col {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.today .covid-col i.fa {
	margin-right: 1px;
}
.covid-value {
	text-align:center;
}
h4.covid-title {
	font-size: 24px !important;
	text-align: center;
}
/*---------------*/
.corona-map:hover {
	padding: 0px;
	border: 4px solid #da335b;
}
.corona-map {
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #cb1943;
	box-sizing: content-box;
	transition: all 0.2s ease-in-out;
	line-height: 0;
}
/*---------------*/
.curr_date {
	text-align: center;
	margin-top: -6px;
	margin-bottom: 10px;
}
.curr_date div {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.curr_date div a,
.curr_date div a i.fa,
.curr_date div a:active {
	color: #fff;
	text-shadow: 0px 0px 2px #cb1943;
	transition: all .2s ease 0s;
}
.curr_date div a:hover,
.curr_date div a:hover i.fa {
	color: #5CBCFF !important;
}
.curr_date i.fa {
	font-size: 1.25em;
	vertical-align: text-bottom;
}
/*---------------*/
.covid-item {
	background: #efefef;
	padding: 10px;
	margin-bottom: 7px;
	box-shadow: 0px 3px 5px #dadada;
	background-image: url(./images/world.png);
	background-repeat: no-repeat;
	background-position: 98.5% 10px;
	background-blend-mode: overlay;
	background-size: 148px;
}
.covid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.covid-col.covid-recovered {
	color: #13AA13;
}
.covid-col.covid-confirmed {
	color: #ff2c2c;
}
.covid-col.covid-deaths {
	color: #333;
}
.covid-value {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
}
.covid-label {
	font-size: 14px;
	line-height: 16px;
}
h4.covid-title:before {
	content: '' !important;
}
h4.covid-title {
	margin: 2px 0 10px;
	font-size: 22px !important;
	line-height: 28px;
	background: url('./images/rus.png') 41% center no-repeat;
	background-size: 65px 75px;
	background-size: contain;
	padding-left: 100px;
	border-left: none;
	border-bottom: none;
}
h4.covid-title:hover {
	border-left: none;
	border-bottom: none;
}
h4.covid-title.ukr {
	background: url('./images/ukr.png') 39% center no-repeat;
	background-size: 65px 75px;
	background-size: contain;
	padding-left: 99px;
	border-left: none;
}
h4.covid-title.bel {
	background: url('./images/bel.png') 33% center no-repeat;
	background-size: 65px 75px;
	background-size: contain;
	padding-left: 88px;
	border-left: none;
}
h4.covid-title.usa {
	background: url('./images/usa.jpg') 46% center no-repeat;
	background-size: 65px 75px;
	background-size: contain;
	padding-left: 110px;
	border-left: none;
}
h4.covid-title.eur {
	background: url('./images/eur.jpg') 42% center no-repeat;
	background-size: 65px 75px;
	background-size: contain;
	padding-left: 108px;
	border-left: none;
}
h4.covid-title.world {
	background: url('./images/world_k.jpg') 39% center no-repeat;
	background-size: 65px 75px;
	background-size: contain;
	padding-left: 104px;
	border-left: none;
}
.covid-item.covid-style-list .covid-country {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	font-size: 16px;
}
.covid-item.covid-style-list .covid-list {
	margin: 0;
	height: 300px;
	overflow-y: scroll;
	padding-right: 10px;
}
.covid-item.covid-style-list {
	padding: 15px;
	background-image: none;
}
.covid-item.covid-style-list h4.covid-title {
	margin-bottom: 5px;
	margin-top: 0px;
}
.covid-item.covid-style-list .covid-country-stats {
	width: 50%;
	text-align: right;
}
.covid-item.covid-style-list .covid-col {
	width: 33.33%;
	float: left;
	padding-right: 0;
}
.covid-item.covid-style-list .covid-value {
	font-size: 15px;
}
.covid-item.covid-style-list .covid-head {
	margin-bottom: 5px;
}
.covid-item.covid-style-list .covid-head .covid-col {
	color: #6b6b6b;
}
.covid-item.covid-style-list .covid-label {
	font-size: 14px;
	font-weight: bolder;
}
.covid-item.covid-style-list .covid-country.covid-total {
	border-bottom: 0;
	padding-right: 25px;
	margin-top: 10px;
	font-size: 16px;
}
.covid-item .clear {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
	height: 10px;
	border-bottom: 1px dotted #ccc;
}
.covid-item .sect-title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.covid-item .today {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.covid-item .today .covid-confirmed {
	width: 100%;
	margin-top: -2px;
	margin-bottom: -5px;
}
.covid-item .today .covid-value span.todspan {
	font-weight: 500;
	color: #333;
	font-size: 16px;
}
.covid-item .today .covid-value span.todcases {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #ff2c2c;
}
.covid-item .today .covid-value span.toddeaths {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #333;
}
.covid-item .today .covid-value span.todrecov {
	font-size: 18px;
	font-weight: bold;
	color: #13AA13;
	border-bottom: 1px dotted #13AA13;
}
.covid-item .today .covid-value span.defis {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.sidebar-right #custom_html-4 .widget-content {
	padding-bottom: 6px;
}
.bottom {
	position: relative;
	line-height: 17px;
	top: 2px;
}
.bottom:last-child {
	margin-bottom: -2px;
}
.update {
	color: #555;
	position: relative;
	font-weight: 500;
	clear: both;
	max-width: 465px;
	background-color: #EFEFEF;
	box-shadow: 0px 3px 5px #DADADA;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	padding: 6px 6px 5px;
	transition: all .2s ease;
	margin-bottom: 10px;
}
.update:hover {
	box-shadow: 0px 3px 10px #c0c0c0;
}
.update i.fa {
	margin-right: 2px;
	margin-top: 1px;
}
.bottom .tests {
	margin-left: auto;
	margin-right: auto;
	color: #555;
	font-weight: 500;
	position: relative;
}
.bottom .tests i.fa {
	margin-right: 1px;
}
.bottom .vaccine {
	border-bottom: 1px dotted #555;
}
.covid-item {
	max-width: 465px;
	text-align: center;
	margin: 15px auto;
	border-bottom: 2px solid transparent;
	transition: all .2s ease;
}
.covid-item:hover {
	box-shadow: 0px 3px 10px #c0c0c0;
}
.stars {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 14px;
}
.kwidget {
	text-align: center;
	background: #efefef;
	margin-bottom: 5px;
	padding: 12px 0px 10px;
	box-shadow: 0px 3px 5px #dadada;
}
.kwidget .div1 {
	margin-top: -3px;
	background-image: url(./images/world1.png);
	background-repeat: no-repeat;
	background-position: top 0 right 5px;
	background-size: 46px;
	position: relative;
}
.kwidget .div2 {
	margin-bottom: -3px;
	background-image: url(./images/bg_hram.png);
	background-repeat: no-repeat;
	background-position: top 0 right 5px;
	background-size: 46px;
	position: relative;
}
.kwidget .div3 {
	margin-bottom: -3px;
	background-image: url(./images/biohazard.png);
	background-repeat: no-repeat;
	background-position: top 2px right 5px;
	background-size: 46px;
	position: relative;
}
.kwidget .div4 {
	margin-bottom: -3px;
	background-image: url(./images/archive.png);
	background-repeat: no-repeat;
	background-position: top 2px right 5px;
	background-size: 46px;
	position: relative;
}
.kwidget a {
	font-weight: 500;
	color: #555;
	display: inline-block;
	font-size:16px;
}
.kwidget a:hover {
	color: #145D94;
}
.kwidget a i.fa,
.kwidget a span {
	color: #CB1943;
}
/*.kwidget a:hover i.fa,
.kwidget a:hover span {
	color: #145D94;
}*/
.entry-content iframe.video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px solid #FFF;
	box-shadow: 0px 0px 3px #CB1943;
	transition: all .2s ease;
	margin: auto !important;
}
.entry-content iframe.video:hover {
	border: 4px solid #DA335B;
}
.naspravdi_error div {
	margin-bottom: 0 !important;
	font-weight: 500;
	font-size: 16px;
}
.naspravdi_error div div {
	border-bottom: none;
}
.npart {
	margin-right: 10px;
	margin-left: 10px;
}
.npartt {
	margin-right: 10px;
	margin-left: 10px;
}
.mbneg {
	margin-bottom: -20px;
}
.post-npr {
	margin: -20px 10px 20px;
}
.post-npr.post-open .entry-thumbnail {
	border: none;
}
.part-eye {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #eee;
	width: 30px;
	line-height: 30px;
	height: 28px;
	z-index: 101;
	text-align: center;
}
.part-eye i.fa {
	color: #444;
	font-size: 1.4em;
	transition: none;
}
.part-eye:hover i.fa {
	color: #CB1943;
	opacity: 0.6;
}
.part-eye:hover {
	border-bottom: none !important;
	background: rgba(255,255,0,0.45);
}
.page-template-page-rusonline .post.medium-post,
.page-template-page-inforuss .post.medium-post,
.page-template-page-ruspravda .post.medium-post,
.page-template-page-fondsk .post.medium-post,
.page-template-page-nahnews .post.medium-post,
.page-template-page-naspravdi .post.medium-post,
.page-template-page-alternatio .post.medium-post {
	overflow: visible;
}
.page-template-page-rusonline .post.medium-post .entry-meta,
.page-template-page-inforuss .post.medium-post .entry-meta,
.page-template-page-ruspravda .post.medium-post .entry-meta,
.page-template-page-fondsk .post.medium-post .entry-meta,
.page-template-page-nahnews .post.medium-post .entry-meta,
.page-template-page-alternatio .post.medium-post .entry-meta,
.page-template-page-naspravdi .post.medium-post .entry-meta {
	height: 28px;
}
.part-descr {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	padding: 8px 6px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 1px #222;
	display: none;
	line-height: 19px;
}
.part-descr.alt {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	padding: 8px 6px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 1px #222;
	display: none;
	line-height: 19px;
}
.part-descr.rus {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	padding: 8px 6px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 1px #222;
	display: none;
	line-height: 19px;
}
.part-descr.rpr {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	padding: 8px 6px;
	text-align: center;
	color: #222;
	font-weight: normal;
	text-shadow: none;
	display: none;
	line-height: 19px;
}
.part-descr div {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 8px 6px 74px;
	word-wrap: break-word;
	background: #57AFE1 url('./images/bgpart.png') no-repeat center 100%;
}
.part-descr.alt div {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 8px 6px 72px;
	word-wrap: break-word;
	background: #012231 url('./images/bgpart_alt.jpg') no-repeat center 99%;
}
.part-descr.rus div {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 8px 6px 9px;
	word-wrap: break-word;
	background: #528A8E;
}
.part-descr.rpr div {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 8px 6px 76px;
	word-wrap: break-word;
	background: #fff url('./images/bgpart_rpr.jpg') no-repeat center 99%;
}
.part-descr.ron div {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 8px 6px 9px;
	word-wrap: break-word;
	background: #2D2D2D url('./images/bgpart_ron.jpg') no-repeat center 99%;;
}
.part-descr.nah div {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 8px 6px 64px;
	word-wrap: break-word;
	background: #008000 url('./images/bgpart_nah.png') no-repeat center 100%;
}
.part-descr.fsk div {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 8px 6px 64px;
	word-wrap: break-word;
	background: #993331 url('./images/bgpart_fsk.jpg') no-repeat center 100%;
}
.altauthor {
	position: absolute;
	background: #004466;
	color: #fff;
	padding: 0 6px;
	line-height: 22px;
	font-weight: 500;
	font-size: 12px;
	z-index: 99;
	top: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.altauthor a {
	color: #fff;
}
.fskauthor {
	position: absolute;
	background: #993331;
	color: #fff;
	padding: 0 6px;
	line-height: 22px;
	font-weight: 500;
	font-size: 12px;
	z-index: 99;
	top: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.fskauthor a {
	color: #fff;
}
.pviews {
	font-size: 70%;
	color: #656565;
	display: block;
	float: right;
	padding-top: 5px;
	padding-right: 12px;
}
.pnviews {
	font-size: 14px;
	color: #656565;
	display: block;
	float: right;
	padding-top: 7px;
	padding-right: 2px;
	font-weight: normal;
}
.pnviews i.fa {
	font-size: 16px !important;
	font-weight: normal;
}
.pviews i.fa {
	color: #656565;
	padding-right: 3px;
}
.icontop {
	vertical-align:text-bottom;
	font-size: 1.3em !important;
	padding-right: 4px;
}
span.age {
	font-weight: 500;
	font-size: 1.4em;
	position: relative;
	top: 1px;
	left: 3px;
	line-height: 20px;
	border: 2px solid #fff;
	border-radius: 2px;
	padding: 0 3px;
}
.mmetrics {
	max-height: 315px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 0;
	padding-top: 5px;
}
/*-----------------*/
.gallery-item {
	position: relative;
}
.galimg_title {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	z-index: 100;
	background: #CB1943;
	opacity: 0.8;
}
.galimg_title div {
	position: absolute;
	height: 100%;
	margin-top: -1px;
	left: 8px;
	right: 8px;
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-shadow: 1px 1px 1px #222;
	font-size: 1em;
	line-height: 1.35;
}
.galimg_eye {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 1.1em;
	background: #eee;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease;
}
.galimg_eye:hover {
	opacity: 0.6;
}
.galimg_eye i.fa {
	color: #333;
	transition: all .2s ease;
}
.galimg_eye:hover i.fa {
	color: #000;
}
/*-----------------*/
li.vks-comments i.fa {
	font-weight: bold;
}
li.vks-comments:hover i.fa {
	color: #CB1943 !important;
}
/*-----------------*/
.resent-news-wrapper .entry-meta {
	margin-bottom: -8px;
	margin-left: -12px;
	margin-right: -12px;
	background: #eee;
	padding: 4px 10px;
}
figcaption,
span.cat_count,
span.pviews,
li.publish-date,
div.istok .first-col i.fa,
div.author,
li.posted-by,
li.views {
	transition: all .2s ease;
}
span.cat_count:hover:before,
div.istok .first-col:hover i.fa {
	color: #cb1943;
}
li.facts {
	transition: all .2s ease;
}
figcaption:hover,
span.cat_count:hover,
span.pviews:hover,
li.publish-date:hover,
div.author:hover,
li.posted-by:hover,
li.posted-by:hover,
li.facts:hover,
li.views:hover {
	color: #333;
}
li.topavt:hover {
	color: #CB1943;
}
span.pviews:hover i.fa {
	color: #CB1943;
}
/*-----------------*/
.naspravdi_error .post:hover {
	border-bottom: none;
}
.post-open .entry-meta .tooltip.top {
	margin-top: 1px;
}
/*---------------*/
.tooltip {
	position: absolute;
	font-family: "Fira Sans",sans-serif !important;
}
.logo-header .curr_date .tooltip {
	border: 1px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 5px;
	bottom: 28px;
	top: auto !important;
	line-height: 20px !important;
}
.site-logo .tooltip {
	border: 1px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 5px;
	margin-left: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px !important;
}
.top_gmap .tooltip {
	border: 1px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 5px;
	margin-right: 8px;
	margin-top: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px !important;
}
.search-icon .tooltip {
	border: 1px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px !important;
}
#maloros-search .tooltip {
	margin-top: -8px !important;
}
#maloros-search a.reset-search + .tooltip {
	margin-left: 3px !important;
}
.site-name .tooltip {
	margin-top: 7px !important;
	font-weight: 500;
	line-height: 20px !important;
}
.site-name .tooltip div {
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: -6px;
	line-height: 22px !important;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 16px;
}
.site-name .tooltip .tooltip-arrow {
	display: none;
}
.kwidget .tooltip {
	top: -2px !important;
}
.page-template-page-naspravdi .post-npr .tooltip {
	top: -12px !important;
}
.page-id-507 .dop_wrap .tooltip.left,
.page-template-template-archive .dop_wrap .tooltip.left {
	top: 3px !important;
}
.page-template-page-naspravdi .npartt .tooltip.left,
.page-template-page-fondsk .npartt .tooltip.left,
.page-template-page-inforuss .npartt .tooltip.left,
.page-template-page-nahnews .npartt .tooltip.left,
.page-template-page-rusonline .npartt .tooltip.left,
.page-template-page-ruspravda .npartt .tooltip.left,
.page-template-page-alternatio .npartt .tooltip.left {
	top: 8px !important;
}
.page-template-page_ymap #vkcomments .section-title .tooltip.right,
.page-template-page_biohazard #vkcomments .section-title .tooltip.right,
.page-template-main-page h2.section-title .tooltip.right,
.page-template-main-page h2.section-title .tooltip.left,
.single .section-title .tooltip.right,
.search .section-title .tooltip.left,
.tag .section-title .tooltip.left,
.date .section-title .tooltip.left {
	top: 7px !important;
}
.author .section-title .tooltip.right,
.author .section-title .tooltip.left,
.search .section-title .tooltip.right,
.search .section-title .tooltip.left,
.tag .section-title .tooltip.right,
.tag .section-title .tooltip.left,
.date .section-title .tooltip.right,
.date .section-title .tooltip.left {
	top: 8px !important;
}
#maloros-search .tooltip {
	margin-top: -5px;
	font-size: 12px;
}
a.nprtitle  + .tooltip {
	margin-top: -5px !important;
}
/*---------------*/
#maloros-search .tooltip.top .tooltip-arrow {
	border-top-color: #000;
	margin-bottom: -6px;
}
.logo-header .curr_date .tooltip.top .tooltip-arrow,
.social-links .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
	margin-bottom: -6px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #fff;
}
.site-name .tooltip.left .tooltip-arrow {
	border-left-color: #fff;
	margin-right: -6px;
}
.search-icon .tooltip.left .tooltip-arrow {
	border-left-color: #fff;
	margin-right: -6px;
}
.site-name .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
	margin-top: -6px;
}
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #fff;
}
/*---------------*/
.tag-content a {
	color: #444;
}
.tag-content a:before {
	font-family: FontAwesome;
	content: "\f02b";
	padding-right: 4px;
}
.all-tags a:before {
	content: '';
}
.all-tags a {
	padding: 4px 6px 4px 3px;
	color: #444;
}
/*---------------*/
.dage {
	position: relative;
	float: right;
	padding-left: 4px;
	padding-right: 1px;
}
.dage .age {
	color: #fff;
}
.top_gmap {
	z-index: 1000;
}
.top_gmap a {
	display: block;
	position: absolute;
	height: 67px;
	width: 55px;
	right: 0;
	padding-top: 13px;
}
.top_gmap img {
	position: absolute;
	top: 11px;
	right: 0;
	height: 55px;
}
#yand_map {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.bgtext_b + #yand_map {
	margin-top: -12px;
}
.page-template-page_ymap .post {
	overflow: visible;
}
.balloon-footer img {
	float: left;
	width: 185px;
	margin-top: 5px;
	margin-left: 1px;
	margin-right: 8px;
}
.page-template-page_biohazard .balloon-footer img {
	float: right;
	width: 185px;
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 8px;
	box-shadow: -2px 3px 3px #888;
}
.page-template-page_ymap .balloon-footer img {
	box-shadow: 2px 3px 3px #888;
}
.page-template-page_biohazard .balloon-footer ul {
	padding-left: 18px !important;
	margin-bottom: 0;
}
.page-template-page_biohazard .balloon-footer ul li {
	margin-bottom: 0;
}
.balloon-footer a,
.balloon-footer b,
.balloon-footer strong {
	font-weight: bold;
}
.page-template-page_biohazard .polconf,
.page-template-page_ymap .polconf {
	margin-bottom: 0;
}
.page-template-page_biohazard .post-content,
.page-template-page_ymap .post-content {
	padding: 15px 0 0;
}
.page-template-page_biohazard .post-open .entry-meta,
.page-template-page_ymap .post-open .entry-meta {
	width: calc(100% - 18px);
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.page-template-page_biohazard .post-open .entry-title,
.page-template-page_ymap .post-open .entry-title {
	padding-left: 15px;
}
.balloon-footer a:last-child {
	white-space: nowrap;
}
.balloon-footer p {
	margin-bottom: 0;
}
.kwidget .separ {
	height: 1px;
	border-top: 1px dotted #bbb;
	margin-top: 7px;
	margin-bottom: 5px;
}
table#wp-calendar {
	margin-top: 0;
}
.listobj {
	overflow: hidden;
	width: 100%;
	height: 450px;
	overflow-y: scroll;
	background: #fff;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding-top: 6px;
	line-height: 22px;
	display: none;
}
.page-template-page_biohazard .listobj {
	padding-top: 12px;
	overflow-y: hidden;
}
.page-template-page_biohazard .listobj li {
	margin-bottom: 3px;
}
h3.ollist {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background: #f2f2f2;
}
h3.ollist span {
	cursor: pointer;
	border-bottom: 1px dotted #999;
}
h3.ollist span.closed:after {
	font-family: FontAwesome;
	content: '\f067';
	padding-left: 6px;
	font-size: 18px;
	color: #444;
	transition: all .2s ease;
}
h3.ollist span.closed:hover:after {
	color: #CB1943;
}
h3.ollist span.opened:after {
	font-family: FontAwesome;
	content: '\f068';
	padding-left: 6px;
	font-size: 18px;
	color: #444;
	transition: all .2s ease;
}
h3.ollist span.opened:hover:after {
	color: #CB1943;
}
/*---------------*/
.cviews_1,
.cviews_2,
.cviews_3,
.cviews_4 {
	position: absolute;
	left: 4px;
	font-size: 12px;
	color: #777;
	transition: all .2s ease;
}
.cviews_1 {
	bottom: -6px;
}
.cviews_2 {
	bottom: -2px;
}
.cviews_3 {
	bottom: -3px;
}
.cviews_4 {
	bottom: -6px;
}
.cviews_1:hover,
.cviews_2:hover,
.cviews_3:hover,
.cviews_4:hover {
	color: #333;
}
.cviews_1 i.fa,
.cviews_2 i.fa,
.cviews_3 i.fa,
.cviews_4 i.fa {
	padding-right: 3px;
}
.cviews_1:hover i.fa,
.cviews_2:hover i.fa,
.cviews_3:hover i.fa,
.cviews_4:hover i.fa {
	color: #CB1943;
}
.maphint {
	font-family: "Fira Sans",sans-serif;
	font-size: 13px;
	color: #333;
	background: #efefef;
	padding: 3px 4px 4px;
	white-space: normal;
	text-align: center;
	width: 330px;
	margin: -2px -5px;
	border: 1px solid #555;
}
.maphint i.fa {
	font-size: 14px;
	color: #555;
}
.balloon-address {
	background: #efefef;
	padding: 3px 5px 3px 6px;
	color: #333;
	border-bottom: 1px dotted #aaa;
	margin-top: 7px;
}
.balloon-address b {
	font-weight: 600 !important;
}
.balloon-address i.fa {
	font-size: 14px;
}
.balloon-footer {
	color: #444;
}
.page-template-page_biohazard .balloon-footer p + ul {
	margin-top: -2px;
}
.footlink {
	font-weight: 500;
}
.small_ex {
	font-size: 12px;
	font-weight: 500;
	border: 1px dotted #ccc;
	background: #F2F2F2;
	padding: 6px;
	margin-bottom: -16px !important;
	text-align: center !important;
	transition: all 0.2s ease;
}
.small_ex strong,
.small_ex b {
	font-weight: 500;
}
.small_ex em,
.small_ex i {
	font-style: normal;
}
.small_ex:before {
	font-family: FontAwesome;
	content: '\f071';
	padding-right: 4px;
	font-size: 1.2em;
	transition: all 0.2s ease;
}
.small_ex:hover {
	border-bottom: 1px dotted #CB1943;
}
.small_ex:hover:before {
	color: #CB1943;
}
.small_ex + .small_ex {
	margin-top: 16px;
}
a#menu-item-dropdown-66 i.fa-plus-circle,
a#menu-item-dropdown-57 i.fa-plus-circle {
	position: relative;
	top: 1px;
}
/*---------------*/
.entry-content ul.contents li.liactive {
	border-left: 3px solid #CB1943;
}
.entry-content ul.contents li.liactive a {
	background: #E8E8E8;
	border-bottom: 1px dotted #CB1943;
	color: #CB1943;
}
.entry-content ul.contents li.liactive a:before {
	content: '\f005';
	color: #CB1943;
}
.entry-content h3.hactive {
	border-left: 3px solid #CB1943;
	border-bottom: 1px dotted #CB1943;
}
.entry-content h3.hactive:before {
	content: '\f005';
	color: #CB1943;
}
/*---------------*/
.stranyh.closed span:after,
.stranyh span:after {
	font-family: FontAwesome;
	content: '\f067';
	padding-left: 5px;
}
.stranyh.opened span:after {
	font-family: FontAwesome;
	content: '\f068';
}
.stranyh {
	cursor: pointer;
}
.stranysp {
	display: none;
	background: #fff;
	margin-top: 10px;
	border: 1px dotted #ccc;
	padding: 10px 8px 5px;
	height: 348px;
	overflow-y: scroll;
}
/*---------------*/
iframe.gmap {
	width: 100%;
	height: 525px;
	border: 4px solid #fff !important;
	box-shadow: 0px 0px 3px #CB1943;
	transition: all .2s ease-in-out;
	margin-top: 3px;
}
iframe.gmap:hover {
	border: 4px solid #DA335B !important;
}
/*---------------*/
.site-content iframe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
}
/*---------------*/
.topavt {
	cursor: pointer;
}
.topavt.active,
.topavt.active i.fa,
.topavtd.active,
.topavtd.active i.fa {
	color: #CB1943;
}
.topavt_cont {
	display: none;
	width: 200px;
	float: right;
	position: absolute;
	z-index: 110;
	right: 25px;
	background: #f2f2f2;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.topavt_cont table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.topavt_cont a {
	display: block;
	color: #145D94;
	font-weight: 500;
	line-height: 26px;
	border-top: 1px dotted #bbb;
}
.topavt_cont tr:last-child a {
	border-bottom: 1px solid #aaa;
}
.topavt_cont a i.fa,
.topavt_cont a:hover {
	color: #CB1943;
}
.topavt_cont a:hover {
	background: #fff;
}
/*---------------*/
.calendar-wrap {
	max-height: 314px;
	overflow-x: hidden;
	overflow-y: auto;
}
/*---------------*/
.small-post,
.medium-post {
	overflow: visible;
}
.read_tizer {
	position: absolute;
	top: 0;
	right: 0;
	background: #CB1943;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
	color: #fff;
	padding: 0 5px;
	cursor: pointer;
	z-index: 101;
}
.read_tizer:hover {
	color: #C8E8FF;
}
.art_tizer {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.art_tizer div {
	position: absolute;
	min-height: calc(100% + 2px);
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 20px 5px 15px;
	word-wrap: break-word;
	text-shadow: 1px 1px 1px #222;
	background: rgba(203,25,67,.75);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #444;
	max-width: 444px;
}
@media only screen and (max-width:991px) {
	.art_tizer div {
		left: calc(100% - 444px);
	}
}
.art_tizer div i.fa {
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 8px;
}
.resent-news-wrapper .read_tizer {
	position: relative;
	float: right;
	line-height: 23px;
	height: 23px;
}
.read_tizer.active {
	z-index: 103;
}
.art_tizer.active {
	z-index: 102;
}
.resent-news-wrapper .art_tizer {
	position: relative;
	z-index: 102;
}
.resent-news-wrapper .art_tizer div {
	background: rgba(203,25,67,.85);
}
.resent-news-wrapper h2.entry-title {
	font-weight: normal;
}
/*---------------*/
.art_img {
	position: relative;
	float: right;
	background: #CB1943;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	margin-right: -1px;
	color: #fff;
	padding: 0 5px;
	cursor: pointer;
	z-index: 101;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.art_img:hover {
	color: #C8E8FF;
}
.art_img i.fa {
	position: relative;
	left: -2px;
}
.art_img.active {
	z-index: 103;
}
.img_block_wrap {
	position: relative;
}
.img_block {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	max-width: 444px;
	border: 1px solid #444;
}
.img_block img:hover {
	transform: none;
}
.img_block.active {
	z-index: 102;
}
/*---------------*/
.dop_param {
	height: 0;
	overflow: hidden;
}
/*---------------*/
span.tagcount {
	color: #444;
}
.tag-cloud-link:hover span.tagcount {
	color: #CB1943;
}
.footer-left {
	padding-top: 4px;
}
