
html {
	overflow-y:scroll;
}

body {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	background: url(../images/bg1.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p {
	line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

a {
	color: #000000;
	transition: .3s;
}

a:hover {
	color: #e00000;
	text-decoration: none;
	outline: 0;
	transition: .3s;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	margin: 0;
}

.img-centered {
	display: table;
	margin: 0 auto;
}



.top-bar {
	padding: 17px 30px;
	min-height: 54px;
	background: #000000;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
}

.top-bar:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	background: #000;
	z-index: 999;
}

.tb-left li {
	float: left;
	margin-right: 35px;
	position: relative;
}

.tb-left li:before, .tb-right li:before {
	content: "";
	width: 5px;
	height: 6px;
	-webkit-border-radius: 3px 2px 2px 3px/3px;
	-moz-border-radius: 3px 2px 2px 3px/3px;
	border-radius: 3px 2px 2px 3px/3px;
	background-color: #444;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.35), inset 1px 1px 2px rgba(0,0,0,.35);
	-moz-box-shadow: 0 1px rgba(255,255,255,.35), inset 1px 1px 2px rgba(0,0,0,.35);
	box-shadow: 0 1px rgba(255,255,255,.35), inset 1px 1px 2px rgba(0,0,0,.35);
	position: absolute;
	top: 6px;
	right: -20px;
}

.tb-left li:last-child:before, .tb-right li:last-child:before {
	display: none;
}

.tbl-date {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.tbl-temp {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.tbl-temp i {
	margin-right: 5px;
	font-size: 14px;
}

.tb-right li {
	float: left;
	margin-left: 35px;
	position: relative;
}

.tbr-login a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.tbr-login a:hover {
	color: #e00000;
}

.tbr-social span a {
	color: #FFF;
	font-size: 14px;
	margin-left: 10px;
}

.tbr-social span a:hover {
	color: #e00000;
}

.tb-right {
	display: table;
	float: right;
}



.wrapper {
	background: #FFF;
	padding: 0px;
	position: relative;
	margin-bottom: -30px;
}



header {
	background: #fff;
	height: 83px;
	border-bottom: 3px solid #000;
	position: relative;
	margin-bottom: 33px;
}

header:before {
	content: "";
	background: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
}



header nav ul {
	margin: 0px -15px;
	position: relative;
	z-index: 9999;
}

header nav ul li {
	float: left;
	font-family: Oswald;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 23px;
}

header nav ul li a:before {
	content: "//";
	color: rgb(255, 255, 255);
	color: #e1e1e1;
	position: absolute;
	top: 26px;
	right: -30px;
}

header nav ul li:last-child a:before {
	display: none;
}

header nav ul li a {
	padding: 26px 20px;
	display: table;
	background: transparent;
	position: relative;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
}

header nav ul li a:after {
	content: "";
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index:-1;
}

header nav ul li:last-child:after {
	display: none;
}


header nav ul li a:hover {
	color: #e00000;
	background: #f8f9fa;
}

header nav ul li a:hover, header nav ul li.active a {
	color: #e00000;
}


header nav ul li a:active {
	transform: none !important;
	background: #f8f9fa !important;
	color: #e00000 !important;
}


header nav ul li a:hover i {
	color: #e00000;
}


header nav ul li a:active i {
	transform: none !important;
	color: #e00000 !important;
}


header nav ul li.active a {
	color: #e00000;
	background: #f8f9fa;
	font-weight: 600;
}

header nav ul li.active a i {
	color: #e00000;
}


.article-title a:hover,
.article-content a:hover,
.related-articles a:hover {
	color: #e00000;
	text-decoration: none;
	transition: color 0.3s ease;
}


.article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}


@media (min-width: 769px) {
	.article-card:hover {
		transform: none;
		box-shadow: none;
	}
}





.popular-articles .pa-item:hover,
.latest-articles .la-item:hover,
.related-articles .ra-item:hover {
	background: #f8f9fa;
	transform: translateX(5px);
	transition: all 0.3s ease;
	border-radius: 0;
	padding: 10px;
	margin: -10px;
}


@media (min-width: 769px) {
	.popular-articles .pa-item:hover,
	.latest-articles .la-item:hover,
	.related-articles .ra-item:hover {
		background: none;
		transform: none;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
}



.pa-thumb,
.la-thumb,
.ra-thumb,
.bl-thumb {
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	position: relative;
	z-index: 1;
}


.bl-featured-big {
	position: relative;
}

.bl-featured-big .card-link-overlay {
	position: absolute;
	inset: 0;
	
	z-index: 90000;
	display: block;
	text-indent: -9999px;
	background: transparent;
}


.bl-featured-big .card-link-overlay:focus {
	outline: 2px solid rgba(224,0,0,0.6);
	outline-offset: -2px;
}

/* Generic full-card overlay to make entire cards clickable */
.card-link-overlay {
	position: absolute;
	inset: 0;
	z-index: 90000;
	display: block;
	text-indent: -9999px;
	background: transparent;
}

.card-link-overlay:focus {
	outline: 2px solid rgba(224,0,0,0.6);
	outline-offset: -2px;
}

/* Ensure card containers establish positioning context for overlay */
.featured-news .fn-inner,
.popular-articles .pa-item,
.latest-articles .la-item,
.articles-list .article-item,
.related-articles .ra-item {
	position: relative;
}

/* Media link wraps only media area; keep under full-card overlay for consistent click */
.media-link {
	display: block;
	position: relative;
	z-index: 100; /* media UI like play icon */
}


.featured-arrow {
	position: absolute;
	z-index: 10;
}


.featured-news .row,
.latest-news .row,
.popular-articles .row,
.related-articles .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.featured-news .col-md-6,
.latest-news .col-md-6,
.popular-articles .col-md-6,
.related-articles .col-md-6 {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.featured-news .fn-inner,
.latest-news .ln-item,
.popular-articles .pa-item,
.related-articles .ra-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	overflow: hidden;
}

.featured-news .fn-inner:hover,
.latest-news .ln-item:hover,
.popular-articles .pa-item:hover,
.related-articles .ra-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}


@media (min-width: 769px) {
	.featured-news .fn-inner:hover,
	.latest-news .ln-item:hover,
	.popular-articles .pa-item:hover,
	.related-articles .ra-item:hover {
		transform: none;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
}


.pa-thumb img,
.la-thumb img,
.ra-thumb img,
.bl-thumb img,
.pa-thumb video,
.la-thumb video,
.ra-thumb video,
.bl-thumb video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}


.pa-thumb video:not([controls])::-webkit-media-controls,
.la-thumb video:not([controls])::-webkit-media-controls,
.ra-thumb video:not([controls])::-webkit-media-controls,
.bl-thumb video:not([controls])::-webkit-media-controls,
.fn-thumb video:not([controls])::-webkit-media-controls {
	display: none !important;
}

.pa-thumb video:not([controls])::-webkit-media-controls-panel,
.la-thumb video:not([controls])::-webkit-media-controls-panel,
.ra-thumb video:not([controls])::-webkit-media-controls-panel,
.bl-thumb video:not([controls])::-webkit-media-controls-panel,
.fn-thumb video:not([controls])::-webkit-media-controls-panel {
	display: none !important;
}


.pa-thumb video:not([controls])::-webkit-media-controls-play-button,
.la-thumb video:not([controls])::-webkit-media-controls-play-button,
.ra-thumb video:not([controls])::-webkit-media-controls-play-button,
.bl-thumb video:not([controls])::-webkit-media-controls-play-button,
.fn-thumb video:not([controls])::-webkit-media-controls-play-button,
.pa-thumb video:not([controls])::-webkit-media-controls-timeline,
.la-thumb video:not([controls])::-webkit-media-controls-timeline,
.ra-thumb video:not([controls])::-webkit-media-controls-timeline,
.bl-thumb video:not([controls])::-webkit-media-controls-timeline,
.fn-thumb video:not([controls])::-webkit-media-controls-timeline,
.pa-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.la-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.ra-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.bl-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.fn-thumb video:not([controls])::-webkit-media-controls-volume-slider {
	display: none !important;
}


.pa-thumb,
.la-thumb,
.ra-thumb,
.bl-thumb,
.fn-thumb {
	position: relative;
}

.pa-thumb::after,
.la-thumb::after,
.ra-thumb::after,
.bl-thumb::after,
.fn-thumb::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}


.pa-thumb:has(video)::after,
.la-thumb:has(video)::after,
.ra-thumb:has(video)::after,
.bl-thumb:has(video)::after,
.fn-thumb:has(video)::after {
	opacity: 1;
}


.pa-thumb:has(video)::before,
.la-thumb:has(video)::before,
.ra-thumb:has(video)::before,
.bl-thumb:has(video)::before,
.fn-thumb:has(video)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 15px solid white;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: 11;
	pointer-events: none;
}


.pa-thumb video::after,
.la-thumb video::after,
.ra-thumb video::after,
.bl-thumb video::after,
.fn-thumb video::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	z-index: 10;
	pointer-events: none;
}

.pa-thumb video::before,
.la-thumb video::before,
.ra-thumb video::before,
.bl-thumb video::before,
.fn-thumb video::before {
	content: '▶';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 24px;
	font-weight: bold;
	z-index: 11;
	pointer-events: none;
}


.pa-thumb video + .play-icon,
.la-thumb video + .play-icon,
.ra-thumb video + .play-icon,
.bl-thumb video + .play-icon,
.fn-thumb video + .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	z-index: 2;
	pointer-events: none;
}

.pa-thumb video + .play-icon::after,
.la-thumb video + .play-icon::after,
.ra-thumb video + .play-icon::after,
.bl-thumb video + .play-icon::after,
.fn-thumb video + .play-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 15px solid white;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}


.pa-thumb video:not([controls])::-webkit-media-controls,
.pa-thumb video:not([controls])::-webkit-media-controls-panel,
.pa-thumb video:not([controls])::-webkit-media-controls-play-button,
.pa-thumb video:not([controls])::-webkit-media-controls-timeline,
.pa-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.pa-thumb video:not([controls])::-webkit-media-controls-fullscreen-button,
.pa-thumb video:not([controls])::-webkit-media-controls-rewind-button,
.pa-thumb video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.pa-thumb video:not([controls])::-webkit-media-controls-toggle-closed-captions-button,
.la-thumb video:not([controls])::-webkit-media-controls,
.la-thumb video:not([controls])::-webkit-media-controls-panel,
.la-thumb video:not([controls])::-webkit-media-controls-play-button,
.la-thumb video:not([controls])::-webkit-media-controls-timeline,
.la-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.la-thumb video:not([controls])::-webkit-media-controls-fullscreen-button,
.la-thumb video:not([controls])::-webkit-media-controls-rewind-button,
.la-thumb video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.la-thumb video:not([controls])::-webkit-media-controls-toggle-closed-captions-button,
.ra-thumb video:not([controls])::-webkit-media-controls,
.ra-thumb video:not([controls])::-webkit-media-controls-panel,
.ra-thumb video:not([controls])::-webkit-media-controls-play-button,
.ra-thumb video:not([controls])::-webkit-media-controls-timeline,
.ra-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.ra-thumb video:not([controls])::-webkit-media-controls-fullscreen-button,
.ra-thumb video:not([controls])::-webkit-media-controls-rewind-button,
.ra-thumb video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.ra-thumb video:not([controls])::-webkit-media-controls-toggle-closed-captions-button,
.bl-thumb video:not([controls])::-webkit-media-controls,
.bl-thumb video:not([controls])::-webkit-media-controls-panel,
.bl-thumb video:not([controls])::-webkit-media-controls-play-button,
.bl-thumb video:not([controls])::-webkit-media-controls-timeline,
.bl-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.bl-thumb video:not([controls])::-webkit-media-controls-fullscreen-button,
.bl-thumb video:not([controls])::-webkit-media-controls-rewind-button,
.bl-thumb video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.bl-thumb video:not([controls])::-webkit-media-controls-toggle-closed-captions-button,
.fn-thumb video:not([controls])::-webkit-media-controls,
.fn-thumb video:not([controls])::-webkit-media-controls-panel,
.fn-thumb video:not([controls])::-webkit-media-controls-play-button,
.fn-thumb video:not([controls])::-webkit-media-controls-timeline,
.fn-thumb video:not([controls])::-webkit-media-controls-volume-slider,
.fn-thumb video:not([controls])::-webkit-media-controls-fullscreen-button,
.fn-thumb video:not([controls])::-webkit-media-controls-rewind-button,
.fn-thumb video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.fn-thumb video:not([controls])::-webkit-media-controls-toggle-closed-captions-button {
	display: none !important;
}


.single-media video::-webkit-media-controls,
.single-media video::-webkit-media-controls-panel,
.single-media video::-webkit-media-controls-play-button,
.single-media video::-webkit-media-controls-timeline,
.single-media video::-webkit-media-controls-volume-slider,
.single-media video::-webkit-media-controls-fullscreen-button,
.single-media video::-webkit-media-controls-rewind-button,
.single-media video::-webkit-media-controls-return-to-realtime-button,
.single-media video::-webkit-media-controls-toggle-closed-captions-button,
.article-single-media video::-webkit-media-controls,
.article-single-media video::-webkit-media-controls-panel,
.article-single-media video::-webkit-media-controls-play-button,
.article-single-media video::-webkit-media-controls-timeline,
.article-single-media video::-webkit-media-controls-volume-slider,
.article-single-media video::-webkit-media-controls-fullscreen-button,
.article-single-media video::-webkit-media-controls-rewind-button,
.article-single-media video::-webkit-media-controls-return-to-realtime-button,
.article-single-media video::-webkit-media-controls-toggle-closed-captions-button {
	display: none !important;
}


.media-slide video::-webkit-media-controls,
.media-slide video::-webkit-media-controls-panel,
.media-slide video::-webkit-media-controls-play-button,
.media-slide video::-webkit-media-controls-timeline,
.media-slide video::-webkit-media-controls-volume-slider,
.media-slide video::-webkit-media-controls-fullscreen-button,
.media-slide video::-webkit-media-controls-rewind-button,
.media-slide video::-webkit-media-controls-return-to-realtime-button,
.media-slide video::-webkit-media-controls-toggle-closed-captions-button {
	display: block !important;
}


video[controls]::-webkit-media-controls,
video[controls]::-webkit-media-controls-panel,
video[controls]::-webkit-media-controls-play-button,
video[controls]::-webkit-media-controls-timeline,
video[controls]::-webkit-media-controls-volume-slider,
video[controls]::-webkit-media-controls-fullscreen-button,
video[controls]::-webkit-media-controls-rewind-button,
video[controls]::-webkit-media-controls-return-to-realtime-button,
video[controls]::-webkit-media-controls-toggle-closed-captions-button {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}


.pa-thumb video[controls]::-webkit-media-controls,
.pa-thumb video[controls]::-webkit-media-controls-panel,
.pa-thumb video[controls]::-webkit-media-controls-play-button,
.pa-thumb video[controls]::-webkit-media-controls-timeline,
.pa-thumb video[controls]::-webkit-media-controls-volume-slider,
.pa-thumb video[controls]::-webkit-media-controls-fullscreen-button,
.pa-thumb video[controls]::-webkit-media-controls-rewind-button,
.pa-thumb video[controls]::-webkit-media-controls-return-to-realtime-button,
.pa-thumb video[controls]::-webkit-media-controls-toggle-closed-captions-button,
.la-thumb video[controls]::-webkit-media-controls,
.la-thumb video[controls]::-webkit-media-controls-panel,
.la-thumb video[controls]::-webkit-media-controls-play-button,
.la-thumb video[controls]::-webkit-media-controls-timeline,
.la-thumb video[controls]::-webkit-media-controls-volume-slider,
.la-thumb video[controls]::-webkit-media-controls-fullscreen-button,
.la-thumb video[controls]::-webkit-media-controls-rewind-button,
.la-thumb video[controls]::-webkit-media-controls-return-to-realtime-button,
.la-thumb video[controls]::-webkit-media-controls-toggle-closed-captions-button,
.ra-thumb video[controls]::-webkit-media-controls,
.ra-thumb video[controls]::-webkit-media-controls-panel,
.ra-thumb video[controls]::-webkit-media-controls-play-button,
.ra-thumb video[controls]::-webkit-media-controls-timeline,
.ra-thumb video[controls]::-webkit-media-controls-volume-slider,
.ra-thumb video[controls]::-webkit-media-controls-fullscreen-button,
.ra-thumb video[controls]::-webkit-media-controls-rewind-button,
.ra-thumb video[controls]::-webkit-media-controls-return-to-realtime-button,
.ra-thumb video[controls]::-webkit-media-controls-toggle-closed-captions-button,
.bl-thumb video[controls]::-webkit-media-controls,
.bl-thumb video[controls]::-webkit-media-controls-panel,
.bl-thumb video[controls]::-webkit-media-controls-play-button,
.bl-thumb video[controls]::-webkit-media-controls-timeline,
.bl-thumb video[controls]::-webkit-media-controls-volume-slider,
.bl-thumb video[controls]::-webkit-media-controls-fullscreen-button,
.bl-thumb video[controls]::-webkit-media-controls-rewind-button,
.bl-thumb video[controls]::-webkit-media-controls-return-to-realtime-button,
.bl-thumb video[controls]::-webkit-media-controls-toggle-closed-captions-button,
.fn-thumb video[controls]::-webkit-media-controls,
.fn-thumb video[controls]::-webkit-media-controls-panel,
.fn-thumb video[controls]::-webkit-media-controls-play-button,
.fn-thumb video[controls]::-webkit-media-controls-timeline,
.fn-thumb video[controls]::-webkit-media-controls-volume-slider,
.fn-thumb video[controls]::-webkit-media-controls-fullscreen-button,
.fn-thumb video[controls]::-webkit-media-controls-rewind-button,
.fn-thumb video[controls]::-webkit-media-controls-return-to-realtime-button,
.fn-thumb video[controls]::-webkit-media-controls-toggle-closed-captions-button {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}


.pa-thumb video:not([controls]),
.la-thumb video:not([controls]),
.ra-thumb video:not([controls]),
.bl-thumb video:not([controls]),
.fn-thumb video:not([controls]) {
	pointer-events: none;
	opacity: 1;
	visibility: visible;
	display: block;
}


.pa-thumb video[controls],
.la-thumb video[controls],
.ra-thumb video[controls],
.bl-thumb video[controls],
.fn-thumb video[controls] {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}


.single-media video,
.article-single-media video {
	pointer-events: auto;
}


.media-slide video {
	pointer-events: auto;
}


video[controls] {
	pointer-events: auto;
}


video.img-responsive {
	pointer-events: auto;
}


.article-media video,
.single-media video,
.article-single-media video,
.media-slide video,
video.img-responsive,
video[controls] {
	opacity: 1 !important;
	visibility: visible !important;
	position: relative;
	z-index: 10;
	background-color: transparent;
}

.article-media video::-webkit-media-controls,
.article-media video::-webkit-media-controls-panel,
.article-media video::-webkit-media-controls-enclosure,
.article-media video::-webkit-media-controls-play-button,
.article-media video::-webkit-media-controls-timeline,
.article-media video::-webkit-media-controls-volume-slider,
.article-media video::-webkit-media-controls-fullscreen-button,
.article-media video::-webkit-media-controls-rewind-button,
.article-media video::-webkit-media-controls-return-to-realtime-button,
.article-media video::-webkit-media-controls-toggle-closed-captions-button,
.single-media video:not([controls])::-webkit-media-controls,
.single-media video:not([controls])::-webkit-media-controls-panel,
.single-media video:not([controls])::-webkit-media-controls-enclosure,
.single-media video:not([controls])::-webkit-media-controls-play-button,
.single-media video:not([controls])::-webkit-media-controls-timeline,
.single-media video:not([controls])::-webkit-media-controls-volume-slider,
.single-media video:not([controls])::-webkit-media-controls-fullscreen-button,
.single-media video:not([controls])::-webkit-media-controls-rewind-button,
.single-media video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.single-media video:not([controls])::-webkit-media-controls-toggle-closed-captions-button,
.article-single-media video:not([controls])::-webkit-media-controls,
.article-single-media video:not([controls])::-webkit-media-controls-panel,
.article-single-media video:not([controls])::-webkit-media-controls-enclosure,
.article-single-media video:not([controls])::-webkit-media-controls-play-button,
.article-single-media video:not([controls])::-webkit-media-controls-timeline,
.article-single-media video:not([controls])::-webkit-media-controls-volume-slider,
.article-single-media video:not([controls])::-webkit-media-controls-fullscreen-button,
.article-single-media video:not([controls])::-webkit-media-controls-rewind-button,
.article-single-media video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.article-single-media video:not([controls])::-webkit-media-controls-toggle-closed-captions-button,
.media-slide video::-webkit-media-controls,
.media-slide video::-webkit-media-controls-panel,
.media-slide video::-webkit-media-controls-enclosure,
.media-slide video::-webkit-media-controls-play-button,
.media-slide video::-webkit-media-controls-timeline,
.media-slide video::-webkit-media-controls-volume-slider,
.media-slide video::-webkit-media-controls-fullscreen-button,
.media-slide video::-webkit-media-controls-rewind-button,
.media-slide video::-webkit-media-controls-return-to-realtime-button,
.media-slide video::-webkit-media-controls-toggle-closed-captions-button {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}


video.img-responsive::-webkit-media-controls,
video.img-responsive::-webkit-media-controls-panel,
video.img-responsive::-webkit-media-controls-play-button,
video.img-responsive::-webkit-media-controls-timeline,
video.img-responsive::-webkit-media-controls-volume-slider,
video.img-responsive::-webkit-media-controls-fullscreen-button,
video.img-responsive::-webkit-media-controls-rewind-button,
video.img-responsive::-webkit-media-controls-return-to-realtime-button,
video.img-responsive::-webkit-media-controls-toggle-closed-captions-button {
	display: block !important;
}



.featured-news .fn-thumb {
    flex-shrink: 0;
    border-radius: 0;
}


.latest-news .ln-thumb {
	flex-shrink: 0;
}


.popular-articles .pa-thumb {
	width: 100%;
	flex-shrink: 0;
}


.popular-articles .pa-thumb + .pa-content h4 { margin-top: 10px !important; }
.popular-articles .pa-thumb { margin-bottom: 10px !important; }


.related-articles .ra-thumb {
	flex-shrink: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.related-articles .ra-thumb img,
.related-articles .ra-thumb video {
	width: 100% !important;
	height: 250px;
	object-fit: cover !important;
	display: block;
	border-radius: 0;
	margin: 0;
	padding: 0;
}


.featured-news .fn-content,
.latest-news .ln-content,
.popular-articles .pa-content,
.related-articles .ra-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0 10px 10px 10px;
	position: relative;
	z-index: 1;
}


.popular-articles .pa-item .pa-content { display: flex; flex-direction: column; }

.featured-news .fn-content h4,
.latest-news .ln-content h4,
.popular-articles .pa-content h4,
.related-articles .ra-content h4 {
	flex: 1;
    margin: 0 0 8px 0;
	padding: 0;
}

.related-articles .ra-content h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
}

.related-articles .ra-content p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}


.popular-articles .pa-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	
	box-shadow: none;
	transition: all 0.3s ease;
}

.popular-articles .pa-item:hover {
	
	transform: none;
	box-shadow: none;
}

.popular-articles .pa-thumb { flex-shrink: 0; }
.popular-articles .pa-content { flex: 1; display: flex; flex-direction: column; padding: 0 10px 10px 10px; }
.popular-articles .pa-content h4 { font-size: 18px; line-height: 24px; font-weight: 400; color: #333333; }
.popular-articles .pa-content h4 a { color: #333333; }
.popular-articles .pa-content h4 a:hover { color: #e00000; }

.featured-news .fn-content p,
.latest-news .ln-content p,
.popular-articles .pa-content p,
.related-articles .ra-content p {
	margin-bottom: 10px;
}


.featured-news .fn-content em,
.latest-news .ln-content em,
.popular-articles .pa-content em,
.related-articles .ra-content em {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.featured-news .fn-meta,
.latest-news .ln-meta,
.popular-articles .pa-meta,
.related-articles .ra-meta {
	margin-top: auto;
}


@media (min-width: 768px) {
	
	
	.bl-featured .bl-thumb img,
	.featured-slider .bl-thumb img,
	.bl-featured .bl-thumb video,
	.featured-slider .bl-thumb video {
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	
	
	.featured-news .row,
	.latest-news .row,
	.popular-articles .row,
	.related-articles .row {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -20px;
	}
	
	.featured-news .col-md-6,
	.latest-news .col-md-6,
	.popular-articles .col-md-6,
	.related-articles .col-md-6 {
		width: 50%;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	
	
	.article-item,
	.news-item,
	.post-item {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	
	
	.article-thumb,
	.news-thumb,
	.post-thumb {
		width: 100%;
		height: 200px;
		overflow: hidden;
		border-radius: 8px;
		position: relative;
	}
	
	
	.article-thumb img,
	.news-thumb img,
	.post-thumb img,
	.article-thumb video,
	.news-thumb video,
	.post-thumb video {
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	
	
	.featured-news .article-thumb {
		height: 350px;
	}
	
	.latest-news .article-thumb {
		height: 250px;
	}
	
	.popular-articles .article-thumb {
		height: 200px;
	}
	
	.related-articles .article-thumb {
		height: 250px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {
	
	.featured-news .row,
	.latest-news .row,
	.popular-articles .row,
	.related-articles .row {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	
	.featured-news .col-md-6,
	.latest-news .col-md-6,
	.popular-articles .col-md-6,
	.related-articles .col-md-6 {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}


@media (max-width: 767px) {
	
	.featured-news .row,
	.latest-news .row,
	.popular-articles .row,
	.related-articles .row {
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	
	.featured-news .col-md-6,
	.latest-news .col-md-6,
	.popular-articles .col-md-6,
	.related-articles .col-md-6 {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	
.featured-news .fn-inner,
.latest-news .ln-item,
.popular-articles .pa-item,
.related-articles .ra-item {
    height: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
	
	
	
	.fn-thumb img,
	.pa-thumb img,
	.la-thumb img,
	.ra-thumb img,
	.bl-thumb img,
	.fn-thumb video,
	.pa-thumb video,
	.la-thumb video,
	.ra-thumb video,
	.bl-thumb video {
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	
	
	
	.latest-news .ln-thumb {
		width: 100px;
		
	}
	
	
    
    .featured-news .fn-content,
    .latest-news .ln-content,
    .popular-articles .pa-content,
    .related-articles .ra-content {
        padding: 0 10px 10px 10px !important;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
	
    .featured-news .fn-content h4,
    .latest-news .ln-content h4,
    .popular-articles .pa-content h4,
    .related-articles .ra-content h4 {
        flex: 1;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
    }
	
	.featured-news .fn-meta,
	.latest-news .ln-meta,
	.popular-articles .pa-meta,
	.related-articles .ra-meta {
		margin-top: auto;
	}

    
    .featured-news .fn-inner h4,
    .featured-news .fn-inner em,
    .featured-news .fn-inner p { padding-left: 10px !important; padding-right: 10px !important; }
    .featured-news .fn-thumb + h4 { margin-top: 10px !important; }
}


.categories-widget li:hover {
	background: #f8f9fa;
	transform: translateX(5px);
	transition: all 0.3s ease;
	border-radius: 4px;
}

.categories-widget li:hover a {
	color: #e00000;
}


.featured-news .row,
.latest-news .row,
.popular-articles .row,
.related-articles .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.featured-news .col-md-6,
.latest-news .col-md-6,
.popular-articles .col-md-6,
.related-articles .col-md-6 {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.featured-news .fn-inner,
.latest-news .ln-item,
.popular-articles .pa-item,
.related-articles .ra-item {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.featured-news .fn-inner:hover,
.latest-news .ln-item:hover,
.popular-articles .pa-item:hover,
.related-articles .ra-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}


@media (min-width: 769px) {
	.featured-news .fn-inner:hover,
	.latest-news .ln-item:hover,
	.popular-articles .pa-item:hover,
	.related-articles .ra-item:hover {
		transform: none;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
}


.popular-articles .pa-item {
	margin-bottom: 20px;
	border: 1px solid #e2e8f0;
}

.popular-articles .pa-item:last-child {
	margin-bottom: 0;
}


@media (min-width: 769px) {
	.popular-articles .pa-item:hover {
		background: none !important;
		transform: none !important;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
		padding: 0 !important;
		margin: 0 0 20px 0 !important;
		transition: none !important;
	}
	
	.popular-articles .pa-item:last-child:hover {
		margin-bottom: 0 !important;
	}
}


.featured-news .fn-inner {
	margin-bottom: 20px;
	border: 1px solid #e2e8f0;
}

.featured-news .fn-inner:last-child {
	margin-bottom: 0;
}

@media (min-width: 769px) {
	.featured-news .fn-inner:hover {
		background: none !important;
		transform: none !important;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
		padding: 0 !important;
		margin: 0 0 20px 0 !important;
		transition: none !important;
	}
	
	.featured-news .fn-inner:last-child:hover {
		margin-bottom: 0 !important;
	}
}


.featured-news .fn-inner {
	padding: 0;
}

.featured-news .fn-thumb {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}

.mega-menu a:hover {
	color: #e00000 !important;
}


@media (min-width: 769px) {
	
	.featured-news .article-thumb,
	.popular-articles .article-thumb,
	.featured-news .pa-thumb,
	.popular-articles .pa-thumb,
	.featured-news .fn-thumb,
	.popular-articles .fn-thumb { border-radius: 0 !important; overflow: hidden; }

	
	.featured-news .article-thumb img,
	.featured-news .article-thumb video,
	.popular-articles .article-thumb img,
	.popular-articles .article-thumb video,
	.featured-news .pa-thumb img,
	.featured-news .pa-thumb video,
	.popular-articles .pa-thumb img,
	.popular-articles .pa-thumb video,
	.featured-news .fn-thumb img,
	.featured-news .fn-thumb video,
	.popular-articles .fn-thumb img,
	.popular-articles .fn-thumb video { border-radius: 0 !important; }

	
	.featured-news .homepage-media-container,
	.popular-articles .homepage-media-container { border-radius: 0 !important; overflow: hidden; }

	
	.featured-news .fn-content,
	.popular-articles .pa-content { padding: 0 10px 10px 10px !important; margin-top: 0 !important; }

	
	.popular-articles .pa-content h4 { margin: 0 0 10px 0 !important; padding: 0 !important; }
	.popular-articles .pa-thumb { margin-bottom: 0 !important; }

	
	.featured-news .fn-inner h4,
	.featured-news .fn-inner em,
	.featured-news .fn-inner p { padding-left: 10px; padding-right: 10px; }

	
	.popular-articles .pa-item .pa-content { padding-left: 10px !important; padding-right: 10px !important; padding-top: 0 !important; }
	.popular-articles .pa-item .pa-content h4 { margin-top: 0 !important; }

	
	.popular-articles .pa-item { display: flex; flex-direction: column; }
	.popular-articles .pa-item .pa-content { display: flex !important; flex-direction: column !important; flex: 1 1 auto !important; }
	.popular-articles .pa-item .pa-content em { margin-top: auto !important; display: flex !important; align-items: center; }

	
	.popular-articles .col-md-6 .pa-item { display: flex; flex-direction: column; }
	.popular-articles .col-md-6 .pa-item .pa-content { display: flex !important; flex-direction: column !important; flex: 1 1 auto !important; padding: 0 10px 10px 10px !important; margin: 0 !important; }
	.popular-articles .col-md-6 .pa-item .pa-content h4 { margin: 0 0 10px 0 !important; padding: 0 !important; }
	.popular-articles .col-md-6 .pa-item .pa-content em { margin-top: auto !important; }
}

#blob {
    background: url(../images/nav-active.png) no-repeat bottom center;
    position: absolute;
    z-index: 1;
    top: -7px!important;
	background-color:transparent !important;
	z-index:-1;
}




.search-trigger {
	float: right;
	width: 47px;
	height: 47px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	line-height: 47px;
	color: #010000;
	font-size: 18px;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
	z-index: 9999999;
	margin-top: 15px;
}

.search-trigger i {
	transition: .4s;
}

.search-trigger:hover {
	color: #e00000;
	background: #f8f9fa;
	transform: scale(1.05);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.search {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0px;
	padding: 0;
	display: none;
	z-index: 999999;
}

.search form {
	background: #fff;
	display: table;
	width: 100%;
	height: 78px;
	right: 0;
}

.search form input {
	padding: 5px 40px;
	padding-right: 80px;
	background: none;
	border: none;
	color: #000;
	font-size: 16px;
	font-family: Arial;
	width: 100%;
	font-weight: 300;
	height: 78px;
}

.search form input:focus {
	outline: 0;
}

.search form button {
	position: absolute;
	right: 0px;
	width: 60px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #e00000;
	font-size: 18px;
	border: none;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f8f8f8;
	top: 0;
	transition:.4s;
}

.mega-menu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0;
	margin-top: 40px;
	border-top: 3px solid #e00000;
	overflow: hidden;
	background: #fff;
	z-index:9999;
	transition: .4s;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border-radius: 0 0 8px 8px;
}

.mega-menu li {
	width: 100%;
	float: none;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
}

.mega-menu li:last-child {
	border-bottom: none;
}

.mega-menu li a {
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease;
	font-size: 14px;
}

.mega-menu li a:after {
	display: none;
}

.mega-menu li a:hover {
	background: #f8f9fa;
	color: #e00000;
}


@media (min-width: 768px) {
header nav ul li:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
	transition: .4s;
	z-index: 99999999;
        display: block;
}

    
.mega-menu.active {
	visibility: visible !important;
	opacity: 1 !important;
	margin-top: 0px !important;
	transition: .4s;
	z-index: 99999999;
	display: block !important;
	position: absolute !important;
        background: #fff !important;
	border-top: 3px solid #e00000 !important;
	overflow: visible !important;
    }
    
    
    .subnav:hover .sub-nav {
        background: #f5f5f5;
        color: #e00000;
    }
    
    
.mega-menu {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


header nav {
    position: relative;
}

header nav ul li.subnav {
    position: relative;
}
}


@media (max-width: 767px) {
    .mega-menu.active {
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: 0px !important;
        transition: .4s;
        z-index: 99999999;
        display: block !important;
        position: absolute !important;
        background: #fff !important;
        border-top: 3px solid #e00000 !important;
        overflow: visible !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    
    header nav ul li.subnav {
        position: relative;
    }
}


.mega-menu.active li {
	width: 100% !important;
	float: none !important;
	position: relative !important;
	margin: 0 !important;
	display: block !important;
	border-bottom: 1px solid #f0f0f0 !important;
}

.mega-menu.active li:last-child {
	border-bottom: none !important;
}

.mega-menu.active li a {
	padding: 15px 20px !important;
	color: #333 !important;
	text-decoration: none !important;
	display: block !important;
	transition: all 0.3s ease !important;
	font-size: 14px !important;
}

.mega-menu.active li a:hover {
	background: #f8f9fa !important;
	color: #e00000 !important;
}

.mega-menu.active li a:hover {
	background: #e00000 !important;
	color: white !important;
}


.sub-nav {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
}

.sub-nav::after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	pointer-events: none;
}

.sub-nav.active::after {
	transform: translateY(-50%) rotate(180deg);
}


@media (min-width: 768px) {
    .sub-nav::after {
        display: none;
    }
    
    
    .sub-nav {
        text-shadow: none;
    }
}

.news-feed, .bl-featured-big {
	position: relative;
	overflow: hidden;
}

.news-feed:after, .bl-featured-big:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	bottom: -45%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.news-feed h4 {
	font-size: 18px;
	font-weight: 400;
	color: #f8f8f8;
	position: absolute;
	left: 20px;
	bottom: 30px;
	text-transform: none;
	z-index: 77;
}

.news-feed p {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8f8f8;
	position: absolute;
	left: 20px;
	bottom: 14px;
	margin: 0;
	font-family: 'Josefin Sans', 'Times New Roman', serif;
	z-index: 77;
}

.news-feed:hover:after, .bl-featured-big:hover:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.subnav {
	position:relative;
}

.sub-menu {
	padding: 25px 30px;
}

.sub-menu h3 {
	font-family: Oswald;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 11px;
	font-weight: 400;
}

.sub-menu ul {
	padding: 0;
	margin: 0;
}

.sub-menu ul li {
	float: none;
	width: 100%;
	position: relative;
	margin: 0 0 10px !important;
}

.sub-menu ul li:before {
	content: "";
	background: #e00000;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 7px;
	left: 0;
}

.sub-menu ul li a {
	color: #FFF;
	background: transparent !important;
	padding: 0;
	padding-left: 20px;
	font-size: 14px;
}

.sub-menu ul li a:hover {
	color: #e00000;
}

.sub-menu ul li a:before {
	display: none;
}

.sub-menu ul li:last-child {
	margin-bottom: 0;
}



.header {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 0px;
	display: table;
	width: 100%;
	padding: 42px 0;
}

.logo h1 {
	margin: 16px 0px 0px;
	padding-left: 15px;
}



.b1-aside h5 {
	border: 1px solid #cccccc;
	margin: 0 0 15px;
	padding: 10px;
}

.b1-aside h5 span {
	border: 1px solid #d3d3d3;
	height: 38px;
	line-height: 48px;
	padding: 0;
	width: 130px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	color: #000;
	text-shadow: 2px 3px rgba(0,0,0,.16);
}

.bla-content p {
	font-size: 13px;
	color: #525252;
	margin: 0;
	padding: 4px 0 5px;
	font-weight: 400;
}

.bla-content p i {
	margin-right: 5px;
}

.bla-content h4 {
	margin: 0px;
	font-size: 15px;
	margin: 0;
	line-height: 20px;
	font-weight: 400;
	padding-right: 40px;
}

.cat-default {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e00000;
	display: table;
	width: 100%;
}

.sep {
	height: 1px;
	background: #e5e5e5;
	width: 100%;
	margin: 20px auto;
}

.nicescroll-rails {
	position: fixed;
	top: 0px!important;
	right: 0px!important;
	z-index: 999;
	background: rgba(0,0,0,0) !important;
	padding: 0px;
}

.nicescroll-rails div {
	background: rgba(0,0,0,0.4) !important;
}

.nicescroll-rails:before {
	content: "";
	width: 12px;
	background: rgba(255,255,255,0.1) !important;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.btn1 {
	background: #000000;
	display: table;
	margin: 0;
	height: 26px;
	padding: 0 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 26px;
	font-family: Josefin Sans;
}


.btn1[style*="background: white"], 
.btn1[style*="background-color: white"],
.btn1[style*="background: #fff"], 
.btn1[style*="background-color: #fff"] {
	color: #333 !important;
}


button[style*="background: white"], 
button[style*="background-color: white"],
button[style*="background: #fff"], 
button[style*="background-color: #fff"],
.btn[style*="background: white"], 
.btn[style*="background-color: white"],
.btn[style*="background: #fff"], 
.btn[style*="background-color: #fff"],
input[type="button"][style*="background: white"],
input[type="button"][style*="background-color: white"],
input[type="button"][style*="background: #fff"],
input[type="button"][style*="background-color: #fff"],
input[type="submit"][style*="background: white"],
input[type="submit"][style*="background-color: white"],
input[type="submit"][style*="background: #fff"],
input[type="submit"][style*="background-color: #fff"] {
	color: #333 !important;
}


.btn.btn-white, .btn-white, button.btn-white {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ddd !important;
}

.btn.btn-light, .btn-light, button.btn-light {
	color: #333 !important;
	background-color: #f8f9fa !important;
	border-color: #ddd !important;
}

.btn1:hover {
	background: #E00000;
	color: #fff;
}

.bla-content.banner {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
	padding: 10px;
}

.bla-content.banner img {
	border: 12px solid #e5e5e5;
}

#tweet-feed {
	padding: 5px 0 20px;
	border-bottom: 1px solid #dfdfdf;
}

#tweet-feed p {
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin: 0;
}

.tf-info img {
	margin: 0 auto 10px;
}

#tweet-feed p a {
	color: #20c6ff;
}

#tweet-feed p span {
	display: block;
}

#tweet-feed .slick-prev {
	position: absolute;
	border: medium none;
	font-size: 0px;
	height: 33px;
	width: 22px;
	top: 20px;
	left: 0;
	background: transparent;
}

#tweet-feed .slick-prev:before {
	content: "\f0a8";
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: left;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0.20;
	transition: .4s;
}

#tweet-feed .slick-next {
	position: absolute;
	border: medium none;
	font-size: 0px;
	height: 33px;
	width: 22px;
	top: 20px;
	right: 0;
	background: transparent;
}

#tweet-feed .slick-next:before {
	content: "\f0a9";
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: left;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0.2;
	transition: .4s;
}

#tweet-feed .slick-prev:hover:before ,
#tweet-feed .slick-next:hover:before {
	opacity: 1;
	transition: .4s;
}

.side-poll {
	margin-bottom: 40px;
}

.side-poll h6 {
	font-size: 17px;
	color: #333;
	margin: 15px 0 0px;
	line-height: 23px;
	font-weight: 400;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}

.side-poll form ul {
	margin: 0 0 20px;
}

.side-poll form ul li {
	border-bottom: 1px solid #dfdfdf;
	padding: 12px 0 8px;
}

.side-poll a {
	height: 63px;
	padding: 0 15px;
	line-height: 63px;
	background: #c5c5c5;
	text-transform: uppercase;
	text-align: center;
	display: table;
	width: 100%;
	font-size: 15px;
	color: #000;
	font-family: oswald;
}

.blf-wrap {
	margin-bottom: 30px;
}

.blf-wrap h3 {
	font-size: 22px !important;
	line-height: 26px !important;
}

.blf-wrap h3 a:hover {
	color: #E00000;
}

.blf-wrap .bl-info {
	padding: 20px 20px 5px;
}

.bl-featured-big {
	position: relative;
	overflow: hidden;
}

.bl-featured-big:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.65) 100%);
 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(35%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
 
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
 
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	
	z-index: 110;
	pointer-events: none;
	transition: .4s;
}

.bl-featured-big img {
	width: 100%;
}

.bl-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	
	z-index: 120;
	pointer-events: none;
	width: 100%;
	padding: 30px 30px 15px;
	width: 100%;
	height: 100%;
}

.bl-info span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 21px;
	padding: 0px 5px;
	background: rgba(0, 0, 0, 0.5);
	display: table;
	float: right;
	margin: -10px;
}

.bl-info h3 {
	margin: 5px 0 15px;
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	position: absolute;
	bottom: 12px;
}

.bl-info h3 a {
	color: #fff;
}

#bl-featured {
	margin-bottom: 30px;
}

#bl-featured .slick-dots {
	position: absolute;
	top: 0px;
	list-style: outside none none;
	display: block;
	text-align: center;
	padding: 0px;
	width: auto;
	bottom: auto;
	left: 16px;
	right: auto;
	float: left;
	top: 15px;
}

#bl-featured .slick-dots li button {
	border: 0px none;
	display: block;
	height: 10px;
	width: 10px;
	outline: medium none;
	line-height: 0;
	font-size: 0px;
	color: transparent;
	padding: 0px;
	cursor: pointer;
	background: #fff;
	opacity: 0.3;
	transition: .4s;
}

#bl-featured .slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0px 4px;
	padding: 0px;
	cursor: pointer;
}

#bl-featured .slick-dots li button:before {
	display: none !important;
}

#bl-featured .slick-dots li.slick-active button ,
#bl-featured .slick-dots li:hover button {
	background: #fff;
	opacity: 1;
	transition: .4s;
}

.block-right {
	padding-right: 0;
}

.rmore {
	color: #fff;
	font-family: Playfair Display;
	text-align: right;
	font-size: 12px;
	display: table;
	float: right;
	font-style: italic;
	padding-right: 30px;
}

.rmore i {
	margin-left: 10px;
}

.featured-news h5, .cat-blocks h4, .featured-news2 h5 {
	margin: 0 0 30px;
}

.featured-news h5, .cat-blocks h4 {
	border: 1px solid #cccccc;
	margin: 0 0 20px;
	padding: 10px;
}

.featured-news h5 span, .cat-blocks h4 span {
	border: 1px solid #d3d3d3;
	height: 38px;
	line-height: 48px;
	padding: 0;
	width: 130px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-family: Raleway;
	text-shadow: 2px 3px rgba(0,0,0,.16);
}

.featured-news2 h5 span {
	background: #333333;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-family: Josefin Sans;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	position: relative;
}

.cat-blocks .row {
	margin: 0px;
	border: 1px solid #E5E5E5;
}

.cat-blocks .col-md-6 {
	padding: 0;
}

.fn-thumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	margin-bottom: 10px;
	z-index: 1;
}

.fn-thumb img,
.fn-thumb video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
	border-radius: 0 !important;
	opacity: 1;
	visibility: visible;
	display: block;
}

.fn-inner h4 {
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 5px;
	font-weight: 400;
	padding-right: 45px;
}

.fn-inner h4 a {
	color: #333333;
}

.fn-inner h4 a:hover {
	color: #e00000;
}

.fn-inner em {
    font-style: normal;
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 13px;
    color: #525252;
    font-weight: 400;
}

.fn-inner em i {
	color: #525252;
	margin-right: 5px;
}

.fn-inner em a {
	margin-left: 8px;
}

.fn-inner p {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	line-height: 20px;
	margin-bottom: 10px;
}

.fn-meta {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 21px;
	padding: 0px 5px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	display: table;
	position: absolute;
	top: 20px;
	left: 20px;
}

.fn-meta span {
	float: right;
}

.fn-meta span i {
	font-size: 14px;
}

.cb-big {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.cb-big img {
	width: 100%;
}

.cb-big h3 {
	font-size: 22px;
	margin: 5px 0 0;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding-right: 45px;
}

.cb-big p {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: -5px 0 0;
}

.cb-big:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	bottom: -45%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: .4s;
}

.cb-big:hover:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.cb-big .bl-meta ,
.cb-big .bl-info {
	z-index: 111;
}

.cb-info {
	padding: 0px;
}

.cb-info .cat {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e00000;
	margin-bottom: -5px;
	display: table;
}

.cb-info h5 {
	font-size: 22px;
	line-height: 26px;
	padding: 10px 20px 0;
}

.cb-info h5 a {
	color: #333;
}

.cb-info h5 a:hover {
	color: #e00000;
}

.cb-info .date {
	font-style: normal;
	display: table;
	margin: 12px 0 10px;
	font-size: 13px;
	color: #525252;
	font-weight: 400;
	padding: 0 20px;
}

.cb-info .date i {
	color: #525252;
	margin-right: 5px;
}

.cb-info .date a {
	margin-left: 8px;
}

.cb-info p {
	font-size: 14px;
	color: #333;
	font-family: Arial;
	line-height: 20px;
	padding: 0px 20px;
	margin: 0px;
}

.cb-info ul {
	margin: 20px 0 0;
}

.cb-info ul li {
	float: none;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	border-top: 1px solid #E5E5E5;
	padding: 16px 20px 16px 43px;
}

.cb-info ul li:before {
	content: "\f061";
	font-family: "FontAwesome";
	color: #E00000;
	font-size: 13px;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 18px;
	left: 20px;
}

.cb-info ul li a {
	color: #000000;
	background: transparent !important;
	font-size: 16px;
	line-height: 20px;
	font-family: Oswald;
}

.cb-info ul li a:hover {
	color: #e00000;
}

.opt-inner {
	background: #00aced;
	padding: 28px 30px 20px;
	-webkit-box-shadow: 3px 4px #f4f4f4;
	-moz-box-shadow: 3px 4px #f4f4f4;
	box-shadow: 3px 4px #f4f4f4;
	position: relative;
}

.opt-inner p {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	line-height: 24px;
	letter-spacing: -0.2px;
	position: relative;
}

.opt-inner:after {
	content: "";
	background: url("../images/opt.png") no-repeat;
	width: 30px;
	height: 22px;
	position: absolute;
	bottom: -22px;
	left: 70px;
}

.opt-inner p a {
	color: #aafcff;
}

.opt-inner em {
	color: #ffffff;
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
}

.opt-inner em a {
	color: #fff;
}

.opi-inner {
	background-color: #fff;
	-webkit-box-shadow: 3px 4px #f4f4f4;
	-moz-box-shadow: 3px 4px #f4f4f4;
	box-shadow: 3px 4px #f4f4f4;
	border: solid 1px #ddd;
	padding: 30px 30px 20px;
	position: relative;
}

.opi-inner:after {
	content: "";
	background: url("../images/opi.png") no-repeat;
	width: 29px;
	height: 23px;
	position: absolute;
	bottom: -22px;
	left: 70px;
}

.opi-inner em {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-style: normal;
}

.opi-inner em span {
	font-style: italic;
	color: #656565;
	text-transform: none;
}

.opi-inner p {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	line-height: 24px;
	padding: 10px 0 10px;
}

.ico {
	width: 60px;
	height: 60px;
	border: 5px solid #dddddd;
	border-radius: 50%;
	margin: 20px 0 0 10px;
	display: table;
	color: #00aced;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	background: #fff;
}

.all-cat {
	display: table;
	width: 100%;
}

.all-cat h5 {
	background: url(../images/sep.png) repeat-x center;
	margin: 0 0 33px;
}

.p-news-big h5 {
	background: url(../images/sep1.png) repeat-x center;
	margin: 0 0 33px;
}

.all-cat h5 span, .p-news-big h5 span {
	background: #333;
	height: 41px;
	line-height: 41px;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-family: Josefin Sans;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 888;
}

.p-news-big h5 span {
	background: #e00000;
}

.allcat-feed {
	position: relative;
	overflow: hidden;
}

.allcat-feed:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
 
	position: absolute;
	bottom: -45%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.allcat-feed h4 {
	font-size: 18px;
	font-weight: bold;
	color: #f8f8f8;
	position: absolute;
	left: 20px;
	bottom: 10px;
	text-transform: none;
	z-index: 77;
}

.allcat-feed h4 a {
	color: #fff;
}

.allcat-feed p {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8f8f8;
	position: absolute;
	left: 20px;
	bottom: 65px;
	margin: 0;
	font-family: 'Josefin Sans', 'Times New Roman', serif;
	z-index: 77;
}

.allcat-feed:hover:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	transition: .4s;
}

.ac-inner {
	padding-bottom: 50px;
	background: url(../images/pat1.png);
	padding-top: 45px;
	margin-top: -46px;
	position: relative;
	z-index: 0;
	display: table;
	width: 100%;
}

.fn2-inner {
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.fn2-thumb {
	width: 270px;
	float: left;
}

.fn2-info {
	margin-left: 290px;
}

.fn2-meta {
	color: #e00000;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.fn2-meta span {
	float: right;
}

.fn2-meta span i {
	font-size: 14px;
}

.fn2-info h4 {
	color: #333333;
	font-size: 22px;
	line-height: 26px;
	margin: 5px 0 10px;
}

.fn2-info h4 a {
	color: #333333;
}

.fn2-info h4 a:hover {
	color: #e00000;
}

.fn2-info em {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	font-style: normal;
	display: table;
	margin-bottom: 10px;
}

.fn2-info p {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	line-height: 20px;
	margin-bottom: 0px;
}

.featured-main {
	margin-top: -30px;
}

.psi-thumb {
	position: relative;
}

.p-news-big {
	background: #232323;
	margin-top: -30px;
	padding: 30px 0 60px;
	display: block;
	width: 100%;
	margin-bottom: 33px;
}

.ps-info {
	padding: 0 15px;
}

.ps-info h4 {
	text-align: center;
	font-family: Playfair Display;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	padding: 0 30px;
	margin: 15px 0;
}

.ps-info h4 a {
	color: #fff;
}

.ps-info h4 a:hover {
	color: #e00000;
}

.ps-info span {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Josefin Sans', 'Times New Roman', serif;
	z-index: 77;
	text-align: center;
	display: table;
	width: 100%;
	margin: 0 0 15px;
}

.ps-info p {
	color: #dddddd;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 0 20px;
}

.psi-more {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #f8a631;
	text-align: center;
	display: table;
	width: 100%;
}

.cat-tag {
	height: 23px;
	background: rgba(0,0,0,0.7);
	padding: 0 15px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 10px;
}

#pnews-slider .slick-next {
	position: absolute;
	top: -72px;
	right: 15px;
	width: 37px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0px;
}

#pnews-slider .slick-prev {
	position: absolute;
	top: -72px;
	right: 52px;
	width: 37px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0px;
}

#pnews-slider .slick-prev:after {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #000;
	width: 39px;
	height: 38px;
	padding: 6px 10px;
	text-align: center;
	display: table;
	border: 3px solid #232323;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	right: 0px;
}

#pnews-slider .slick-next:after {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #000;
	width: 39px;
	height: 38px;
	padding: 6px 0 6px 3px;
	text-align: center;
	display: table;
	border: 3px solid #232323;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	right: 0px;
}

#pnews-slider .slick-prev:hover:after ,
#pnews-slider .slick-next:hover:after {
	color: #e00000;
}



aside {
	padding-left: 30px !important;
}

.side-widget {
	margin-bottom: 33px;
}

.sw-twitter h5 {
	background: url(../images/sep.png) repeat-x center;
	margin: 0 0 33px;
}

.side-widget h5 {
	border: 1px solid #cccccc;
	margin: 0 0 25px;
	padding: 10px;
}

.side-widget h5 span {
	border: 1px solid #d3d3d3;
	height: 38px;
	line-height: 48px;
	padding: 0;
	width: 130px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	color: #000;
	text-shadow: 2px 3px rgba(0,0,0,.16);
}

.sw-twitter h5 span {
	background: #e00000;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Josefin Sans;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
}

.sw-inner {
	margin-top: -45px;
}

.p-news .sw-inner {
	padding-top: 20px!important;
}


.p-news ul li {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
}

.pn-info em {
	font-style: normal;
	display: table;
	margin: 0px 0px 8px;
	font-size: 13px;
	color: #525252;
	font-weight: 400;
}

.pn-info em i {
	color: #525252;
	margin-right: 5px;
}

.pn-info em a {
	margin-left: 8px;
}

.p-news ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.p-news ul li img {
	width: 110px;
	float: left;
}

.pn-info {
	margin-left: 130px;
}

.pn-info span {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e00000;
	margin: 0;
	font-family: 'Josefin Sans', 'Times New Roman', serif;
}

.pn-info h4 {
	font-size: 15px;
	margin: 0px;
	line-height: 20px;
}

.pn-info h4 a {
	color: #000;
}

.pn-info h4 a:hover {
	color: #e00000;
}

.sw-banner a {
	border: 1px solid #E5E5E5;
	padding: 10px;
	display: table;
	width: 100%;
}

.sw-banner img {
	background: #e5e5e5;
	padding: 20px;
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left: 25px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

label.css-label {
	background-image: url(../images/cbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.m-comment li {
	margin-bottom: 20px;
	position: relative;
	z-index: 555;
	overflow: hidden;
}

.m-comment li:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	width: 100%;
	height: 100%;
	top: 45%;
	left: 0;
	right: 0;
	z-index: 55;
	transition: .4s;
}

.m-comment li:hover:after {
	top: 35%;
	transition: .4s;
}

.m-comment li img {
	width: 100%;
}

.m-comment li span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 21px;
	padding: 0px 5px;
	background: rgba(0, 0, 0, 0.5);
	display: table;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 66;
}

.m-comment li h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 66;
}

.m-comment li h4 a {
	color: #fff;
}

.m-comment li h4 a:hover {
	color: #E00000;
}

.m-comment li i {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.44);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.44);
	box-shadow: 0 0 5px rgba(0,0,0,.44);
	border: solid 3px #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
	color: #fff;
	z-index: 66;
}

.cat-blocks .col-md-6:nth-child(1) {
	width: 48%;
}

.cat-blocks .col-md-6:nth-child(2) {
	width: 52%;
}



.big-banner {
	background: #fff;
	padding: 20px;
	border-bottom: 3px solid #f4f4f4;
	border-top: 1px solid #DDD;
}

.big-banner a {
	display: table;
	margin: 0 auto;
}



footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 56px 0 96px;
    margin-top: 24px;
    position: relative;
    display: block; 
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

footer:after {
	content: "";
	background: #e00000;
	height: 3px;
	border-top: 1px solid #e00000;
	border-bottom: 1px solid #e00000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.footer-widget h5 {
	border: 1px solid #e5e5e5;
	margin: 0 0 25px;
	padding: 10px;
	background: #f8f9fa;
	border-radius: 4px;
}

.footer-widget h5 span {
	border: 1px solid #e5e5e5;
	height: 38px;
	line-height: 48px;
	padding: 0;
	width: 130px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	color: #333;
	text-shadow: none;
}

.f-tags li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.f-tags li a {
	color: #555;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 0 10px;
	display: table;
	font-size: 12px;
	background: #f8f9fa;
	transition: all 0.3s ease;
}

.f-tags li a:hover {
	background: #e00000;
	color: #fff;
	border-color: #e00000;
}

.footer-widget p {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin: 0;
}


footer h4 {
	color: #111;
	font-weight: 700;
    margin: 0 0 16px;
	font-size: 20px;
}


footer ul li a {
	color: #555;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer ul li a:hover {
	color: #e00000;
	transform: translateX(3px);
	transition: all 0.3s ease;
}


.footer-links li:hover {
	transform: translateY(-2px);
	transition: all 0.3s ease;
}


.pagination .page-link:hover {
	background-color: #e00000;
	border-color: #e00000;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(224, 0, 0, 0.3);
	transition: all 0.3s ease;
}


.action-buttons .btn:hover,
.article-actions .btn:hover {
	background-color: #e00000;
	border-color: #e00000;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(224, 0, 0, 0.3);
}

#flickr {
	margin: 0 -5px;
}

#flickr li {
	float: left;
	width: 60px;
	height: 60px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin: 0 5px 10px;
	background: #f8f9fa;
}

#flickr li img {
	width: 100%;
}

.footer-bottom {
	background: #f8f9fa;
	padding: 30px 0 40px;
	border-top: 1px solid #e5e5e5;
}

.footer-bottom p {
	color: #666;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	font-family: Arial;
	margin: 25px 0 35px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
    margin: 8px 0 0;
	padding: 0;
}

.footer-links li {
	list-style: none;
	margin: 0;
	position: relative;
	font-size: 14px;
	font-family: Arial, sans-serif;
}


.footer-links li:after { display: none; }

.footer-links li a {
	color: #555;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #e00000;
}




.bs-meta {
	border-bottom: 1px solid #414141;
	display: table;
	width: 100%;
}

.bs-cat {
	background: #333;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 25px;
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.bs-comments {
	font-family: Oswald;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	margin-top: 10px;
	display: table;
	float: right;
}

.bs-comments em {
	width: 3px;
	height: 3px;
	background: #333;
	margin: 0 12px;
	display: inline-block;
	position: relative;
	top: -4px;
}

.bs-comments i {
	font-size: 15px;
	margin-right: 5px;
}

.blog-single h3 {
	font-family: Playfair Display;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	line-height: 36px;
	margin: 15px 0 25px;
}

.blog-single p {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.blog-single p a {
	color: #e00000;
	border-bottom: 1px solid #dddddd;
}

.img-w-caption {
	display: block;
	margin: 13px 0 15px;
	position: relative;
}

.img-w-caption span {
	background: rgba(224,0,0,0.9);
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-family: Playfair Display;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.quote {
	font-family: Playfair Display !important;
	font-size: 28px !important;
	font-weight: bold;
	font-style: italic;
	color: #333;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 25px 15px;
	line-height: 35px !important;
	letter-spacing: -0.2px;
	text-align: center;
	margin-top: 25px;
	position: relative;
	margin-bottom: 15px;
}

.quote-fullwidth {
	padding: 10px 0px 15px;
}

.quote:before {
	content: "";
	height: 5px;
	width: 100%;
	background: #333333;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
}

.blog-single h5 {
	font-size: 30px;
	color: #333333;
	font-family: Arial;
}

.list {
	font-family: Arial;
	color: #333;
	font-size: 14px;
	margin: 10px 0 15px;
}

.list li {
	padding-left: 27px;
	padding-top: 5px;
	padding-bottom: 2px;
	position: relative;
}

.list li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #333333;
	position: absolute;
	left: 13px;
	top: 12px;
}

.blog-single h4 {
	font-size: 18px;
	color: #333333;
	font-family: Arial;
	margin: 25px 0 15px;
	text-transform: uppercase;
}

.bs-table {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.bs-table thead {
	border-top: 1px solid #999999;
	border-bottom: 2px solid #999999;
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 13px;
}

.bs-table thead tr th {
	padding: 0 25px;
}

.bs-table tbody tr {
	border-bottom: 1px solid #fff;
	background: #f6f6f6;
	color: #333333;
	line-height: 40px;
}

.bs-table tbody tr td {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	padding: 0 25px;
}

.bs-tags {
	padding: 5px 0;
}

.bs-tags span {
	font-size: 14px;
	font-family: Arial;
	color: #333;
	display: block;
	margin-bottom: 2px;
	font-style: italic;
}

.bs-tags span a {
	color: #e00000;
}

.bg-share {
	padding: 10px 0px 30px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 2px;
}

.bg-share span {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	font-family: Arial;
	line-height: 34px;
}

.bg-share a {
	background: #e00000;
	height: 34px;
	line-height: 35px;
	padding: 0 15px;
	color: #fff;
	float: right;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.bg-share a:hover {
	color: #fff;
	background: #000;
}

.bg-share a i {
	margin-right: 5px;
}

.post-nav a {
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #e00000;
	text-transform: uppercase;
}

.post-nav a:hover {
	color: #e00000;
}

.pn-prev em {
	font-size: 14px;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.pn-next em {
	font-size: 14px;
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.post-nav {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.post-nav h4 {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	line-height: 22px;
}

.post-nav h4 a {
	text-transform: none;
	color: #333333;
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.pn-prev {
	border-right: 1px solid #333;
	padding: 15px 20px 10px 15px;
}

.pn-next {
	padding: 15px 15px 10px 20px;
}

.author-info {
	border-bottom: 1px solid #333;
	border-top: 1px solid #ddd;
	margin-top: 2px;
	padding: 20px 0 15px;
}

.author-info img {
	float: left;
}

.ai-info {
	margin-left: 92px;
}

.ai-info h6 {
	font-family: Playfair Display;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin-top: 5px;
}

.related-posts h5, .related-posts-video h5, .related-posts-video2 h6 {
	font-family: Josefin Sans;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 27px 0 15px;
}

.related-posts-video h5, .related-posts-video2 h6 {
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
	margin: 27px 0 0px !important;
}

.rp-date {
	font-family: Playfair Display;
	font-style: italic;
	color: #999;
	text-align: center;
	font-size: 60px;
	line-height: 24px;
	padding-top: 10px;
}

.rp-date span {
	font-size: 18px;
	display: block;
}

.rp-date span:nth-child(2) {
	margin-top: 30px;
}

.rp-date em {
	font-size: 30px;
}

.related-posts li {
	padding: 30px 0px;
	border-top: 1px solid #ddd;
	display: table;
	width: 100%;
}

.related-posts li:last-child {
	padding-bottom: 60px;
}

.related-posts li img {
	width: 270px;
	float: left;
}

.rp-inner {
	margin-left: 290px;
}

.rp-inner h4 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 41px;
	text-transform: none;
	line-height: 30px;
	position: relative;
}

.rp-inner h4 a {
	color: #333;
}

.rp-inner h4 a:hover {
	color: #e00000;
}

.rp-inner h4:before {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -27px;
	left: 0;
	background: #000;
}

.rp-more {
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #e00000;
	text-transform: uppercase;
}

.rp-more em {
	margin-left: 2px;
	font-size: 13px;
	position: relative;
	top: -2px;
}

#tabwrap {
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	margin: 60px auto;
	border: 1px solid #ddd;
}

#tabs {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

#tabs li {
	list-style: none;
}

#tabs li a {
	float: left;
	display: block;
	padding: 10px;
	color: #999999;
	padding: 25px 30px;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #ddd;
	font-family: Josefin Sans;
	font-size: 14px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

#tabs li:first-child a {
	border-left: none;
}

#tabs li.current a {
	color: #e00000;
}

#content > div {
	clear: both;
	padding: 0px;
	display: none;
}

#content .current {
	display: block;
}

#content #home.first {
	display: block;
}

#content p {
	margin: 0 0 20px 0;
}

.comments {
	margin-bottom: 3px;
}

.comments li {
	border-bottom: 1px solid #ddd;
	padding: 30px;
	overflow: hidden;
}

.comments li .c-img {
	width: 80px;
	float: left;
	position: relative;
	z-index: 222;
}

.c-img:before {
	content: "";
	background: #ddd;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	height: 600px;
	width: 1px;
	top: 0;
	z-index: -1;
}

.comment-inner {
	margin-left: 110px;
}

.comment-inner h6 {
	margin: 0 0 5px;
}

.comment-inner h6 span {
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	padding-right: 25px;
	position: relative;
}

.comment-inner h6 span:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	position: absolute;
	right: 7px;
	top: 8px;
}

.comment-inner h6 a {
	color: #e00000;
	font-style: italic;
}

.c-date {
	margin: 0 0 5px;
	display: table;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

.comment-inner p {
	margin: 0 !important;
}

.bs-aside img {
	display: table;
	margin: 0px auto;
	border-radius: 50%;
}

.bs-aside h6 {
	font-family: Playfair Display;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #060607;
	text-align: center;
}

.bs-aside .share-count {
	display: table;
	width: 100%;
	text-align: center;
	font-family: Playfair Display;
	font-size: 12px;
	font-style: italic;
	color: #060607;
}

.bsa-social {
	display: table;
	margin: 20px auto 0;
}

.bsa-social a {
	width: 40px;
	height: 40px;
	margin-right: 1px;
	background: #3b5998;
	color: #fff;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: -2px;
}

.bsa-social a:nth-child(2) {
	background: #00aced;
	margin-left: 0px;
}

.bsa-social a:nth-child(3) {
	background: #999999;
}

.bsa-social a:hover {
	background: #000 !important;
}

.sep1 {
	width: 37px;
	height: 1px;
	background: #000;
	margin: 15px auto 7px;
	display: table;
}

.post-more {
	color: #e00000;
	font-family: Playfair Display;
	font-size: 14px;
	display: table;
	font-style: italic;
	padding-right: 30px;
	margin: 16px 0 0;
}

.post-more em {
	font-size: 13px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.related-posts-cat h5 {
	border-top: 3px double #ddd;
	padding-top: 17px;
	padding-bottom: 7px;
	position: relative;
}

.related-posts-cat h5 span {
	color: #e00000;
}

.related-posts-cat h5 span i {
	margin-left: 5px;
	font-size: 12px;
}

.related-posts-cat h5:before {
	content: "";
	width: 100%;
	background: #ddd;
	height: 1px;
	position: absolute;
	top: -5px;
}

.rp-cat {
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-bottom: -3px;
	display: table;
}

.i-gallery {
	margin: 30px -19px;
}

.i-gallery li {
	width: 50%;
	float: left;
	padding: 0 19px;
	margin-bottom: 35px;
}

.ig-wrap {
	position: relative;
	overflow: hidden;
}

.ig-wrap h4 {
	font-family: Playfair Display;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding-right: 30px;
	text-transform: none;
	margin: 0;
	z-index: 77779;
}

.ig-wrap a {
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ig-main {
	position: relative;
}

.ig-main:before {
	content: "";
	position: absolute;
	top: 3px;
	right: -3px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.ig-main:after {
	content: "";
	position: absolute;
	top: 6px;
	right: -6px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.ig-wrap:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	bottom: -45%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 77777;
	transition: .4s;
}

.ig-wrap:hover:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 77777;
	transition: .4s;
}

.ig-wrap img {
	width: 100%;
}

.blog-single-gal .bg-share {
	border-bottom: none;
}

.blog-single-gal .author-info {
	border-top-color: #333;
}

.comments-wrap {
	display: table;
	width: 100%;
}

#gal-slider {
	background: #232323;
	padding: 20px;
	position: relative;
}

.gal-nav {
	background: #000000;
	padding: 20px 55px;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}

.gal-nav li {
	float: left;
	width: 25%;
	padding: 0 10px;
	cursor: pointer;
}

.gal-nav li.flex-active img {
	background: #e00000;
	padding: 2px;
}

.flex-prev {
	color: #999;
	font-size: 30px;
	position: absolute;
	bottom: -95px;
	z-index: 99999;
	left: 20px;
}

.flex-prev:hover ,
.flex-next:hover {
	color: #fff;
}

.flex-next {
	color: #999;
	font-size: 30px;
	position: absolute;
	right: 20px;
	bottom: -95px;
	z-index: 99999;
}

.blog-video-big {
	margin-top: 30px;
}

.bvb-thumb {
	position: relative;
}

.play-btn-big {
	background: url(../images/play-big.png) no-repeat;
	width: 94px;
	height: 93px;
	display: table-cell;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bb-meta {
	text-transform: uppercase;
	color: #777;
	font-family: Oswald;
	margin-top: -10px;
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 27px;
}

.bb-meta span {
	margin-right: 25px;
}

.bb-meta span i {
	margin-right: 5px;
	font-weight: normal;
	font-size: 17px;
}

.i-video {
	margin-top: 35px;
	margin-right: -15px;
	margin-left: -15px;
}

.i-video li {
	width: 50%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}

.iv-cat {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e00000;
	margin: 12px 0 0;
	display: table;
}

.iv-inner h5 {
	font-size: 16px;
	font-family: Playfair Display;
	font-weight: bold;
	line-height: 20px;
	margin: 5px 0 20px;
	text-transform: none !important;
}

.iv-inner .bb-meta {
	font-size: 12px;
	padding-bottom: 15px;
}

.iv-main {
	position: relative;
}

.iv-main:before {
	content: "";
	background: url(../images/play-small.png) no-repeat;
	width: 38px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 18px;
}

.iv-inner .bb-meta i {
	font-size: 14px !important;
}

.iv-inner .bb-meta span {
	margin-right: 20px;
}

.contributor-info {
	padding: 30px;
	background: #f4f4f4;
	margin-top: 30px;
}

.contributor-info img {
	display: table;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.contributor-info h6 {
	font-family: Playfair Display;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #060607;
	text-align: center;
}

.contributor-info .share-count {
	display: table;
	width: 100%;
	text-align: center;
	font-family: Playfair Display;
	font-size: 12px;
	font-style: italic;
	color: #060607;
}

.contributor-info .bsa-social {
	display: table;
	margin: 20px auto 0;
}

.contributor-info .bsa-social a {
	width: 40px;
	height: 40px;
	margin-right: 1px;
	background: #3b5998;
	color: #fff;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: -2px;
	font-size: 16px;
}

.contributor-info .bsa-social a:nth-child(2) {
	background: #00aced;
}

.contributor-info .bsa-social a:nth-child(3) {
	background: #cb2027;
}

.contributor-info .bsa-social a:nth-child(4) {
	background: #dd4b39;
}

.contributor-info .bsa-social a:nth-child(5) {
	background: #007bb6;
}

.contributor-info .bsa-social a:nth-child(6) {
	background: #bb0000;
}

.sep1 {
	width: 37px;
	height: 1px;
	background: #000;
	margin: 15px auto 7px;
	display: table;
}

.contributor-info p {
	text-align: center;
	padding-top: 5px;
}



.team-content li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.team-content h3, .archives-content h3 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin: 25px 0 35px;
	position: relative;
}

.team-content h3:before, .archives-content h3:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	bottom: -17px;
	left: 0;
	position: absolute;
}

.team-content li img {
	width: 160px;
	float: left;
}

.tc-inner {
	margin-left: 180px;
}

.tc-inner h4 {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 13px 0 10px;
	text-transform: none;
}

.tc-inner span {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin: -5px 0 10px;
	display: table;
}

.archives-content li {
	border-top: none;
	border-bottom: 1px solid #ddd;
}

.archives-content .rp-date {
	padding-top: 0px;
}

.archives-content li h4 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 13px 0 0;
	text-transform: none;
}

.archives-content li h4 a {
	color: #333;
}

.archives-content li h4 a:hover {
	color: #e00000;
}

.archives-content li:last-child {
	padding-bottom: 30px;
}

.archives-filter {
	margin-top: 35px;
}

.archives-filter h5 {
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	position: relative;
	margin-bottom: 35px;
}

.archives-filter h5:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	bottom: -17px;
	left: 0;
	position: absolute;
}

.archives-filter span {
	display: table;
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	font-family: Playfair Display;
	font-size: 18px;
	font-style: italic;
	color: #333;
}



.gmap {
	padding: 0px;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map {
	display: block;
	width: 100%;
	height: 380px;
	margin: 0 auto;
}

#map.large {
	height: 380px;
}

#map img {
	max-width: none !important;
	height: auto;
}

.c-info h4 {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	margin: 16px 0px 15px;
}

.c-info p {
	color: #333;
	font-size: 14px;
	font-family: Arial;
	line-height: 21px;
	margin-bottom: 16px;
}


.cf-info h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	margin: 0 0 15px !important;
}

.cf-info p {
	font-size: 14px;
	color: #717171;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 25px;
}

.cf-info ul {
	padding: 8px 34px 0px;
	border: 5px solid #000000;
	margin-right: 35px;
	margin-top: -50px;
	margin-bottom: 50px;
	background: #fff;
}

.cf-info ul li {
	color: #000;
	list-style: outside none none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	display: table;
	width: 100%;
	height: 47px;
	line-height: 40px;
	padding-left: 65px;
	margin: 25px 0;
	position: relative;
	font-family: Arial;
}

.cf-info ul li:last-child {
	margin-bottom: 20px;
}

.cf-info ul li span {
	width: 34px;
	height: 36px;
	transform: rotate(45deg);
	background: #fff;
	color: #000000;
	display: table;
	float: left;
	padding: 10px;
	margin: 0;
	transition: .3s;
	border: 1px solid #ededed;
	line-height: 0px;
	position: absolute;
	left: 0;
	right: 0;
}

.cf-info ul li span i {
	transform: rotate(-45deg);
	display: table;
	font-size: 18px;
}

.cf-info ul li h5 {
	font-size: 15px;
	color: #000;
	margin: 0;
	font-weight: 400;
	text-align: center;
	transition: .3s;
}


.cf-info ul li:hover  span {
	background: #000000;
	color: #fff;
	transition: .3s;
	border: 1px solid #000000;
}

.cf-info ul li:hover h5 {
	color: #fff;
	transition: .3s;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.1);
	margin: 0 auto 15px;
	padding: 20px;
	border-radius: 5px;
}

.statusMessage p {
	margin: 0;
	color: #888;
}

.successmessage p {
	margin: 0;
	color: #888;
}

.success-ico {
	background: url(../images/success.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.error-ico {
	background: url(../images/error.png);
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.errormessage p {
	margin: 0;
	color: #888;
}



.news-single p {
	line-height: 22px;
	margin: 0 0 20px;
	font-family: Arial;
	font-size: 14px;
}

.ns-meta {
	border-bottom: 3px solid #000;
	padding-bottom: 1px;
}

.nsm-inner {
	color: #525252;
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 5px 0 25px;
}

.ns-meta span {
	margin-right: 25px;
}

.ns-meta i {
	color: #525252;
	font-size: 23px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.news-comment h5 {
	font-size: 22px;
	margin: 25px 0;
}

.news-comment ul li img {
	width: 80px;
	height: 80px;
	padding: 10px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	float: left;
}

.news-comment ul li {
	padding: 0 0 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #f0f0f0;
}

.sub-comment {
	width: 87%;
	margin-left: 13%;
}

.sub-sub-comment {
	width: 74%;
	margin-left: 26%;
}

.nc-inner {
	margin-left: 97px;
}

.nc-inner h6 {
	font-family: Open Sans;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: 400;
	margin: 0 0 3px;
	display: table;
	padding-top: 8px;
}

.nc-inner h6 span {
	color: #b8b8b8;
	font-size: 11px;
	margin-left: 5px;
}

.nc-inner p {
	color: #868686;
	font-size: 14px;
	font-family: Arial;
	margin: 0 0 8px;
	;
}

.reply {
	background: #000;
	line-height: 22px;
	display: table;
	padding: 0 8px;
	font-size: 11px;
	font-family: Open Sans;
	color: #fff;
	border-radius: 5px;
}

.reply:hover {
	background: #e00000;
	color: #fff;
}

.n-commentform, .contact-form {
	margin-bottom: 30px;
}

.contact-form {
	padding-top: 10px;
	margin-top: -10px;
	border-top: 1px solid #e5e5e5;
}

.n-commentform h5, .contact-form h5 {
	font-size: 22px;
	margin: 15px 0 25px;
}

.ncf-ico {
	height: 60px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.ncf-ico input {
	height: 37px;
	border: 1px solid #d3d3d3;
	width: 100%;
	padding: 5px 35px 5px 67px;
	font-family: Arial;
	font-size: 14px;
}

.ncf-ico span {
	width: 60px;
	height: 60px;
	background: #000;
	display: table;
	position: absolute;
	top: -1px;
	left: -1px;
}

.ncf-ico span i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	font-size: 13px;
	display: table;
	margin: 13px auto 0;
}

.ncf-textarea {
	height: 130px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.ncf-textarea textarea {
	height: 100%;
	border: 1px solid #d3d3d3;
	width: 100%;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 14px;
}

.n-commentform button, .contact-form button {
	background: #000;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Oswald;
	width: 100%;
	border: none;
}

.n-commentform button:hover, .contact-form button:hover {
	background: #e00000;
	color: #fff;
}

.no-uppercase {
	text-transform: none !important;
}



#home-works {
	padding: 20px 0;
}

#home-works .col-md-12:nth-child(1) {
	padding: 0px;
}

.hw-info {
	position: relative;
	cursor: pointer;
}

.hw-info h4 {
	font-family: Josefin Sans;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding: 18px 22px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 30px;
	left: 30px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.hw-trigger {
	width: 46px;
	height: 46px;
	text-align: center;
	background: #fff;
	display: table;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transition: .5s;
}

.hw-trigger:after {
	content: "\f067";
	font-family: FontAwesome;
	font-size: 16px;
	color: #6F6F6F;
	padding-top: 12px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transition: .4s;
}

.hw-info:hover .hw-trigger {
	background: #000;
	transition: .5s;
}

.hw-info img {
	width: 100%;
}

.hw-info:hover .hw-trigger:after {
	color: #fff;
}

.active .hw-trigger, .current .hw-trigger {
	background: #000;
	transition: .5s;
	right: 0px;
}

.active .hw-trigger:after , .current .hw-trigger:after {
	content: "\f068";
	color: #fff;
	transition: .4s;
}

.current h4, .active h4 {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.hw-expand {
	padding: 30px 25px;
	background: #fff;
	display: none;
	border: 1px solid #dfe5eb;
	border-top: none;
}

.hw-expand h3 {
	font-size: 22px;
	color: #626262;
	font-weight: 400;
	margin: 0 0 15px;
}

.hw-expand p {
	font-size: 13px;
	color: #717171;
	line-height: 26px;
	margin-bottom: 20px;
}

.shots-wrap {
	border: 1px solid #dfe5eb;
	display: table;
}

.shots-wrap li img {
	width: 100%;
}

.shots-wrap {
	border: 1px solid #DFE5EB;
	display: table;
	margin-top: 25px;
}

.shots-wrap h5 {
	height: 53px;
	padding: 0 20px;
	line-height: 53px;
	background: #000000;
	font-size: 16px;
	font-family: Josefin Sans;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.shots-wrap ul {
	margin: 0px !important;
	padding: 11px 11px 11px;
	display: table;
}

.shots-wrap ul li {
	margin: 0 !important;
	float: left!important;
	padding: 8px!important;
	list-style: none!important;
	width: 33.33333%!important;
}

.shots-wrap ul li span {
	position: relative;
	display: table;
	width: 100%;
}

.shots-wrap ul li span a {
	position: relative;
	display: table;
	width: 100%;
}

.shots-wrap ul li a:before {
	content: "\f00e";
	background: rgba(0,0,0,0.8);
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: FontAwesome;
	padding-top: 30%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.shots-wrap ul li:hover a:before {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

#project .hw-info {
	width: 50%;
	float: left;
}

#projects {
	padding: 0px;
	margin: 0px -15px -10px;
	display: table;
}

#projects li {
	float: left;
	width: 33.33333%;
	margin: 0;
	padding: 0 15px 40px;
	list-style: none;
	position: relative;
}

#projects li .hw-expand {
	position: absolute;
	z-index: 88;
	border: 1px solid #dfe5eb;
	border-top: none;
	width: 100%;
}

#projects .shots-wrap {
	margin-top: 20px;
	display: table;
	width: 100%;
}

.pt-inner {
	position: relative;
}



.footer-fixed {
	height: 38px;
	background: #232323;
	border-top: 3px solid #F00;
	position: relative;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	z-index: 99999999999;
}

.footer-fixed:after {
	content: "";
	background: url(../images/fn-right.png) no-repeat;
	width: 25px;
	height: 48px;
	position: absolute;
	right: -25px;
	top: -13px;
}

.footer-fixed:before {
	content: "";
	background: url(../images/fn-left.png) no-repeat;
	width: 25px;
	height: 48px;
	position: absolute;
	left: -25px;
	top: -13px;
}

.footer-nav {
	border-right: 1px solid #333;
	border-left: 1px solid #000000;
	display: table;
}

.footer-nav li {
	float: left;
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #000000;
	border-left: 1px solid #333333;
}

.footer-nav li a {
	color: #fff;
	padding: 9px 20px;
	display: table;
}

.footer-nav li a:hover {
	color: #e00000;
}

.copy1 {
	font-family: Josefin Sans;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	margin-top: 7px;
	padding-right: 10px;
}

.copy1 a {
	width: 21px;
	height: 20px;
	-webkit-border-radius: 11px 10px 10px 11px/10px;
	-moz-border-radius: 11px 10px 10px 11px/10px;
	border-radius: 11px 10px 10px 11px/10px;
	background-color: #000;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0 1px rgba(255,255,255,.2);
	box-shadow: 0 1px rgba(255,255,255,.2);
	position: relative;
	top: -1px;
	margin-left: 7px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
}

.copy1 a:hover {
	color: #e00000;
}

.menu-trigger {
	display: none;
}



.space10 {
	margin-bottom: 10px;
}

.space15 {
	margin-bottom: 15px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.page_header {
	border: 1px solid #cfcfcf;
	background: #f2f2f2;
	display: table;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 39px;
}

.page_header .col-md-3,
.page_header .col-md-6 {
	padding: 0;
}

.page_header h5 {
	font-family: Raleway;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
	margin: 0;
}

.bcrumbs {
	border: 1px solid #cfcfcf;
	border-bottom: none;
	display: table;
	margin: 0 auto;
}

.bcrumbs li {
	float: left;
	margin: 0 16px;
	line-height: 37px;
	position: relative;
}

.bcrumbs li:after {
	content: "\f18e";
	font-family: "FontAwesome";
	font-size: 19px;
	position: absolute;
	right: -24px;
	top: 1px;
}

.bcrumbs li:last-child:after {
	display: none;
}

.ph-prev a {
	display: table;
	position: relative;
}

.ph-prev a:after {
	content: "\f104";
	font-family: "FontAwesome";
	width: 40px;
	height: 120px;
	border: 1px solid #E5E5E5;
	border-right: none;
	background: #FFF;
	top: -1px;
	left: -40px;
	position: absolute;
	text-align: center;
	line-height: 120px;
	font-size: 28px;
	transition: .4s;
}

.ph-prev a:before {
	content: "Sports";
	font-family: Oswald;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.8);
	padding: 0px 13px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	transition: .4s;
}

.ph-next a {
	display: table;
	position: relative;
}

.ph-next a:after {
	content: "\f105";
	font-family: "FontAwesome";
	width: 40px;
	height: 120px;
	border: 1px solid #E5E5E5;
	border-left: none;
	background: #FFF;
	top: -1px;
	right: -40px;
	position: absolute;
	text-align: center;
	line-height: 120px;
	font-size: 28px;
	transition: .4s;
}

.ph-next a:before {
	content: "Science";
	font-family: Oswald;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.8);
	padding: 0px 13px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	transition: .4s;
}

.ph-prev a:hover:before,
.ph-prev a:hover:after ,
.ph-next a:hover:before,
.ph-next a:hover:after {
	color: #e00000;
	transition: .4s;
}

.news-thumb {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.news-thumb1 {
	position: relative;
	overflow: hidden;
}

.news-thumb:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	width: 100%;
	height: 100%;
	top: 35%;
	left: 0;
	right: 0;
	z-index: 55;
	transition: .4s;
}

.news-thumb:hover:after {
	top: 25%;
	transition: .4s;
}

.news-thumb img ,
.news-thumb1 img {
	width: 100%;
}

.news-thumb h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 66;
	padding-right: 33px;
	transition: .4s;
}

.news-thumb h5 {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	z-index: 66;
	padding-right: 33px;
	transition: .4s;
}

#blf-wrap:hover h3 ,
.news-thumb:hover h4 ,
.news-thumb:hover h5 {
	color: #E00000;
	transition: .4s;
}

.blf-wrap {
	margin-bottom: 30px;
}

.news-thumb1 i, 
.news-thumb i {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.44);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.44);
	box-shadow: 0 0 5px rgba(0,0,0,.44);
	border: solid 3px #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
	color: #fff;
	z-index: 66;
}

.nt1-inner h3 {
	font-size: 18px;
	color: #333;
	font-weight: 400;
	line-height: 24px;
	padding-right: 17px;
	transition: .4s;
}

.nt1-inner em {
	font-style: normal;
	display: table;
	margin: 10px 0 8px;
	font-size: 13px;
	color: #525252;
	font-weight: 400;
}

.nt1-inner em i {
	color: #525252;
	margin-right: 5px;
}

.nt1-inner em a {
	margin-left: 8px;
}

.nt1-inner p {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial;
}

.page-nav ul {
	padding: 35px 0 0;
	margin: 25px 0 0;
	border-top: 1px solid #ededed;
}

.page-nav ul li {
	margin-right: 15px;
	float: left;
}

.page-nav ul li a {
	width: 55px;
	height: 55px;
	border: 1px solid #e8e8e8;
	padding: 10px;
	display: table;
	color: #000000;
	transition: .4s;
}

.page-nav ul li a span {
	width: 33px;
	height: 33px;
	border: 1px solid #ececec;
	background: #fff;
	display: table;
	line-height: 33px;
	text-align: center;
	transition: .4s;
}

.page-nav ul li.active a,
.page-nav ul li a:hover {
	border: 1px solid #000;
	color: #fff;
	transition: .4s;
}

.page-nav ul li.active a span,
.page-nav ul li a:hover span {
	border: 1px solid #494949;
	background: #000000;
	transition: .4s;
}

ul.mega-menu.simple {
	width: 250px!important;
	z-index:9999;
}

ul.mega-menu.simple .sub-menu ul li a {
	min-width: 250px!important;
}

ul.mega-menu.simple {
	width: 250px!important;
}
ul.mega-menu.simple .sub-menu ul li a {
	min-width: 250px!important;
}




@media (max-width: 768px) {
    
    body {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .container {
        padding: 0 15px;
    }
    
    
    .top-bar {
        padding: 10px 15px;
        min-height: auto;
    }
    
    .top-bar .social-links {
        text-align: center;
        margin-top: 10px;
    }
    
    .top-bar .social-links a {
        margin: 0 8px;
        font-size: 16px;
    }
    
    
    .header {
        padding: 15px 0;
    }
    
    .header .logo {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .logo img {
        max-width: 200px;
        height: auto;
    }
    
    .header .search-form {
        margin-top: 15px;
    }
    
    .header .search-form input[type="text"] {
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .header .search-form button {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    
    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.95);
        z-index: 1000;
        padding: 80px 20px 20px;
    }
    
    .nav-menu.active {
        display: block;
    }
    
    .nav-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .nav-menu li a {
        display: block;
        padding: 15px 0;
        color: white;
        font-size: 18px;
        text-align: center;
    }
    
    .nav-menu li a:hover {
        background: rgba(255,255,255,0.1);
    }
    
    
    .nav-menu {
        display: block !important;
        position: static;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }
    
    .nav-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-menu li:last-child {
        border-bottom: none;
    }
    
    .nav-menu a {
        display: block;
        padding: 15px 20px;
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        background: white;
        border-radius: 8px;
        margin: 5px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .nav-menu a:hover {
        background: var(--primary-color);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
    .nav-menu a.active {
        background: var(--primary-color);
        color: white;
    }
    
    
    .mega-menu {
        display: none;
        position: static;
        background: #f8f9fa;
        border-radius: 8px;
        margin: 10px 0;
        padding: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .mega-menu.active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        animation: slideDown 0.3s ease;
        position: static !important;
        margin-top: 10px !important;
    }
    
    .mega-menu li {
        border-bottom: 1px solid #e9ecef;
        margin: 0;
    }
    
    .mega-menu li:last-child {
        border-bottom: none;
    }
    
    .mega-menu a {
        display: block;
        padding: 12px 15px;
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 400;
        background: white;
        border-radius: 6px;
        margin: 5px 0;
        transition: all 0.3s ease;
    }
    
    .mega-menu a:hover {
        background: var(--primary-color);
        color: white;
        transform: translateX(5px);
    }
    
    
    .sub-nav {
        position: relative;
    }
    
    .sub-nav::after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }
    
    .sub-nav.active::after {
        transform: translateY(-50%) rotate(180deg);
    }
    
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    
.main-content {
	padding: 20px 0;
}


.main-content .col-md-8 {
	width: 66.66666667%;
}

.main-content .col-md-4 {
	width: 33.33333333%;
}


.b1-aside .side-poll,
.block-2 .categories-widget {
	display: none !important;
}


.btn, button, input[type="button"], input[type="submit"], input[type="reset"] {
	color: #333 !important;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}

.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	color: #333 !important;
	background-color: #f5f5f5;
	border-color: #ccc;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn:active, button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	color: #333 !important;
	background-color: #e6e6e6;
}


.btn.btn-default, button.btn-default {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}

.btn.btn-default:hover, button.btn-default:hover {
	color: #333 !important;
	background-color: #f5f5f5 !important;
	border-color: #adadad !important;
    }
    
    .article-card {
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden;
    }
    
    
    .article-card .card-body {
        padding: 20px;
    }
    
    .article-card .card-title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .article-card .card-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .article-meta {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .article-meta span {
        margin-right: 15px;
    }
    
    
    .sidebar {
        margin-top: 30px;
    }
    
    .sidebar .widget {
        margin-bottom: 25px;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .sidebar .widget-title {
        font-size: 18px;
        padding: 20px;
    }
    
    .sidebar .widget-content {
        padding: 20px;
    }
    
    
    .category-list li {
        padding: 12px 0;
        border-bottom: 1px solid #e9ecef;
    }
    
    .category-list li:last-child {
        border-bottom: none;
    }
    
    .category-list a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    
    
    .pagination {
        justify-content: center;
        margin-top: 30px;
    }
    
    .pagination .page-link {
        padding: 10px 15px;
        font-size: 14px;
        margin: 0 2px;
    }
    
    
    .footer {
        padding: 30px 0;
        text-align: center;
        background: #fff;
    }
    
    .footer .footer-content {
        margin-bottom: 20px;
    }
    
    .footer .footer-links {
        margin-bottom: 20px;
    }
    
    .footer .footer-links a {
        display: block;
        margin: 8px 0;
        padding: 8px 0;
        color: #555;
    }
    
    
    .form-control {
        font-size: 16px; 
        padding: 12px 15px;
    }
    
    .btn {
        padding: 12px 20px;
        font-size: 16px;
	color: #333 !important;
	background-color: #fff;
	border: 1px solid #ddd;
}


.btn, button, input[type="button"], input[type="submit"], input[type="reset"] {
	color: #333 !important;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}

.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	color: #333 !important;
	background-color: #f5f5f5;
	border-color: #ccc;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn:active, button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	color: #333 !important;
	background-color: #e6e6e6;
}


.btn.btn-default, button.btn-default {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}

.btn.btn-default:hover, button.btn-default:hover {
	color: #333 !important;
	background-color: #f5f5f5 !important;
	border-color: #adadad !important;
    }
    
    
    .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    .modal-content {
        border-radius: 12px;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .modal-footer {
        padding: 20px;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .header .logo img {
        max-width: 250px;
    }
    
    .nav-menu li a {
        padding: 15px 12px;
        font-size: 14px;
    }
    
    .article-card .card-title {
        font-size: 20px;
    }
    
    .sidebar {
        margin-top: 30px;
    }
}


@media (min-width: 1025px) {
    .mobile-menu-toggle {
        display: none;
    }
    
    .nav-menu {
        display: flex !important;
    }
}


.article-no-media {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.article-no-media::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1a365d, #2d3748, #4a5568);
}

.article-no-media .card-title {
    color: #1a365d;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.3;
}

.article-no-media .card-text {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.article-no-media .article-meta {
    color: #718096;
    font-size: 14px;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    margin-top: 20px;
}

.article-no-media .article-meta i {
    margin-right: 8px;
    color: #a0aec0;
}

.article-no-media-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.article-no-media:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.article-no-media:hover .article-no-media-icon {
    opacity: 1;
    transform: scale(1.1);
}


@media (min-width: 769px) {
	.article-no-media:hover {
		transform: none;
		box-shadow: none;
	}
	
	.article-no-media:hover .article-no-media-icon {
		opacity: 0.8;
		transform: none;
	}
}


.category-badge {
    display: inline-block;
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.category-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}


.media-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}

.normalized-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
    border-radius: 8px;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    z-index: 5;
    transition: transform 0.3s ease;
}




.media-container > .media-count-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(8px);
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    pointer-events: none;
    position: absolute !important;
}

.media-count {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.media-container > .media-count-indicator i {
    font-size: 12px;
    opacity: 1;
    color: #fff;
}

.media-container > .media-count-indicator::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-radius: 17px;
    z-index: -1;
}


.fn-thumb .media-container,
.ln-thumb .media-container {
    padding-bottom: 56.25%; 
}


.article-content .media-container {
    padding-bottom: 56.25%; 
}


.media-album {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.media-album .media-container {
    padding-bottom: 56.25%; 
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.bl-featured-big .media-container > .media-count-indicator {
    top: auto !important;
    bottom: 16px !important;
    right: 16px !important;
}


.bl-featured-wrapper {
    position: relative;
}

.bl-featured-wrapper .featured-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s ease;
}

.bl-featured-wrapper .featured-arrow:hover {
    background: rgba(0,0,0,0.75);
}

.bl-featured-wrapper .featured-prev { left: 12px; }
.bl-featured-wrapper .featured-next { right: 12px; }

.bl-featured-wrapper .featured-arrow i {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 768px) {
    .bl-featured-wrapper .featured-arrow { width: 36px; height: 36px; }
    .bl-featured-wrapper .featured-prev { left: 8px; }
    .bl-featured-wrapper .featured-next { right: 8px; }
}


.bl-featured .slick-prev, 
.bl-featured .slick-next,
.featured-slider .slick-prev, 
.featured-slider .slick-next {
    display: none !important;
}


@media (max-width: 768px) {
    .media-album {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media-album .media-container {
        padding-bottom: 56.25%; 
    }
}

@media only screen and (min-width: 600px) and (max-width: 1100px)   {
header nav ul li a {
    padding: 15px 12px;
}
}

@media only screen and (max-width: 995px)  {

#blob {
	display:none !important;
}

.nt1-inner p {
	margin-bottom: 25px;
}

.footer-widget {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.page_header {
	padding: 0px 5px;
}

.bcrumbs li {
	font-size: 11px;
}

.page_header h5 {
	font-size: 19px;
	line-height: 25px;
	margin: 22px 0;
}

#projects li {
	float: left;
	width: 100%;
}

#home2 .menu-trigger ,
#home4 .menu-trigger,
#home5 .menu-trigger {
	color: #fff;
}

#home5 .header {
	padding-bottom: 100px;
}

#home5 header nav ul {
	margin: 0;
}

header nav ul li a {
	padding: 18px 20px;
}

#home2 header nav ul li a, #home2.home3 header nav ul li a, #home4 header nav ul li a {
	padding: 18px 20px;
	color: #000;
	background: none !important;
	margin: 0;
}

.mega-menu li a {
	color: #fff !important;
}

.mega-menu li a:hover {
	color: #e00000 !important;
}

header nav ul li a:hover {
	color: #e00000 !important;
}

header nav ul {
	border: 1px solid #DDD;
	display: table;
	padding: 0px;
	width: 100%;
	margin: 0;
}

#home5 header nav ul li a:hover, #home5 header nav ul li.active a {
	color: #fff !important;
}

.ph-prev a,
.ph-next a {
	display: none;
}

header nav ul li a:before ,
header nav ul li a:after {
	display: none;
}

header nav ul li {
	margin: 0px;
}

.header {
	position: relative;
	margin-bottom: 0px;
	display: table;
	width: 100%;
	padding: 10px 0px 70px;
}

.block-right {
	padding-right: 15px;
}

.cat-blocks .col-md-6 {
	width: 100% !important;
}

.sub-comment .comment-inner {
	margin-right: 10px;
	padding-top: 105px;
}

.gal-nav li img {
	width: 100%;
}

.flex-next ,
.flex-prev {
	bottom: -55px;
}

.i-gallery li {
	width: 100%;
	padding: 0px 0px;
}

.i-gallery {
	margin: 30px 0px;
	display: table;
	width: 100%;
}

.bs-table thead tr th {
	padding: 9px 15px;
	line-height: 20px;
}

.bs-table tbody tr td {
	padding: 10px 25px;
	line-height: 20px;
}

.pn-prev {
	border-right: none;
	padding: 15px 20px 10px 15px;
}

.rp-date {
	padding-bottom: 40px;
}

.related-posts .col-md-9 {
	padding: 0;
}

.related-posts li img {
	width: 100%;
	float: none;
}

.rp-inner {
	margin-left: 0;
	padding-top: 20px;
}

.c-info {
	padding-left: 0px;
	background-position: 0px 8px;
	padding-top: 124px;
}

.c-info .col-md-6 {
	margin-bottom: 30px;
}

.c-form input, .c-form textarea {
	width: 100%;
}

.bs-aside {
	margin-bottom: 30px;
}

.blog-single h3 {
	font-size: 27px;
	line-height: 31px;
}

.bs-cat {
	padding: 0px 18px;
	font-size: 12px;
}

.tb-left {
	display: none;
}

.tb-right {
	display: table;
	float: none;
	margin: 0 auto;
}

.tb-right li {
	margin: 0 17px;
}

.top-bar {
	padding: 10px 15px;
}

.tbr-social {
	float: left;
}

.tbr-login {
	display: table;
	float: right !important;
}

.tbr-login a {
	text-align: right;
}

.tbr-social span a {
	color: #FFF;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 10px;
}

header {
	width: 100%!important;
}

header nav ul li {
	float: left;
	font-family: Oswald;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	width: 100%;
}

.mega-menu {
	position: relative;
	display: none;
}

header nav ul li:hover .mega-menu ,
header nav ul li:focus .mega-menu ,
header nav ul li:active .mega-menu {
	display: block;
}

.mega-menu li {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: none !important;
}


header nav ul li a {
	width: 100%;
	display: block;
	padding: 15px 20px;
	color: #333 !important;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: normal;
	line-height: 1.4;
}

header nav ul li a:hover {
	background: #f5f5f5;
	color: #e00000 !important;
}


header nav ul li a i {
	margin-right: 8px;
	width: 16px;
	text-align: center;
	color: #333 !important;
}

header nav ul li {
	float: none;
	font-family: Oswald;
	font-size: 14px;
	color: #000;
	text-transform: none;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0;
	display: block;
}

header nav ul {
	border: 1px solid #ddd;
	display: block;
	background: #fff;
	z-index: 999999;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

header nav {
	margin-top: 2px;
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 9999;
	position: relative;
}


@media (min-width: 768px) {
	header nav {
		display: block !important;
	}
	
	.menu-trigger {
		display: none !important;
	}
}

.sub-menu ul {
	padding: 0px;
	border: none;
	background: none;
}

.news-feed img {
	width: 100%;
}

.mega-menu {
	position: relative;
	border: none;
	display: none;
}


header nav:not([style*="display: none"]) .mega-menu.active {
	display: block !important;
}


.mega-menu li {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

.mega-menu li:last-child {
	border-bottom: none;
}

.mega-menu li a {
	color: #333 !important;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}

.mega-menu li a:hover {
	color: #e00000 !important;
}

.menu-trigger {
	padding: 28px 15px;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	display: block;
	min-height: 60px;
	min-width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	transition: all 0.3s ease;
}


@media (max-width: 767px) {
	.menu-trigger {
		min-height: 50px;
		min-width: 120px;
		padding: 12px 18px;
		font-size: 14px;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		position: relative;
		z-index: 10000;
		
		margin: 5px;
		
		background: rgba(255, 255, 255, 0.2);
		border: 2px solid rgba(255, 255, 255, 0.3);
	}
	
	
	.menu-trigger::before {
		content: '';
		position: absolute;
		top: -8px;
		left: -8px;
		right: -8px;
		bottom: -8px;
		z-index: -1;
	}
	
	.menu-trigger i {
		font-size: 16px;
		margin-right: 6px;
	}
	
	
	header nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 9999;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 5px;
		box-shadow: 0 4px 20px rgba(0,0,0,0.15);
		max-height: 80vh;
		overflow-y: auto;
	}
	
	
	header nav ul li {
		border-bottom: 1px solid #eee;
	}
	
	header nav ul li:last-child {
		border-bottom: none;
	}
	
	header nav ul li a {
		padding: 15px 20px;
		font-size: 16px;
		color: #333 !important;
		background: transparent;
		transition: background-color 0.3s ease;
	}
	
	header nav ul li a:hover {
		background-color: #f5f5f5;
		color: #e00000 !important;
	}
	
	
	body.menu-open {
		overflow: hidden;
	}
	
	
	header nav {
		animation: slideDown 0.3s ease-out;
	}
	
	@keyframes slideDown {
		from {
			opacity: 0;
			transform: translateY(-10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}


@media (max-width: 767px) {
	
	.block-2 {
		display: none !important;
	}
	
	
	.block-1 {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	
	.b1-aside .side-poll,
	.block-2 .categories-widget {
		display: none !important;
	}
	
	
	.block-right {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 15px;
	}
	
	
	.main-content.container {
		padding: 0;
		max-width: 100%;
	}
	
	
	.block-right > * {
		margin-bottom: 30px;
	}
	
	.block-right > *:last-child {
		margin-bottom: 0;
	}
	
	
	#bl-featured {
		margin-bottom: 30px;
		border-radius: 0;
		overflow: hidden;
		box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	}
	
	
	#bl-featured .slick-dots {
		bottom: 15px;
	}
	
	#bl-featured .slick-dots li button:before {
		color: #fff;
		opacity: 0.7;
		font-size: 12px;
	}
	
	#bl-featured .slick-dots li.slick-active button:before {
		color: #e00000;
		opacity: 1;
	}
	
	.bl-featured-big {
		height: 250px;
		overflow: hidden;
		border-radius: 0 !important;
	}
	
	.bl-featured-big img,
	.bl-featured-big video {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	
	
	.bl-info {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(transparent, rgba(0,0,0,0.8));
		padding: 20px;
		color: #fff;
	}
	
	.bl-info span {
		background: #e00000;
		color: #fff;
		padding: 5px 10px;
		border-radius: 3px;
		font-size: 12px;
		text-transform: uppercase;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.bl-info h3 {
		font-size: 18px;
		line-height: 1.4;
		margin: 0;
	}
	
	.bl-info h3 a {
		color: #fff;
		text-decoration: none;
	}
	
	.bl-info h3 a:hover {
		color: #e00000;
	}
	
	
	.featured-news .col-md-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.fn-inner {
		border: 1px solid #eee;
		border-radius: 0;
		padding: 15px;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.fn-inner:hover {
		transform: translateY(-2px);
		box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	}
	
	.fn-thumb {
		margin-bottom: 15px;
	}
	
	.fn-thumb img,
	.fn-thumb video {
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
		border-radius: 0 !important;
	}
	
	.fn-inner h4 {
		font-size: 16px;
		line-height: 1.4;
		margin: 10px 0;
	}
	
	.related-articles .ra-content h4 {
		font-size: 16px;
		line-height: 1.4;
		margin: 10px 0;
	}
	
	.related-articles .ra-content p {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.fn-inner h4 a {
		color: #333;
		text-decoration: none;
		transition: color 0.3s ease;
	}
	
	.fn-inner h4 a:hover {
		color: #e00000;
	}
	
	
	.latest-news .col-md-6 {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.ln-item {
		display: flex;
		align-items: center;
		border: 1px solid #eee;
		border-radius: 8px;
		padding: 10px;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.ln-item:hover {
		transform: translateX(5px);
		box-shadow: 0 4px 15px rgba(0,0,0,0.15);
	}
	
	.ln-thumb {
		flex: 0 0 80px;
		margin-right: 15px;
	}
	
	.ln-thumb img,
	.ln-thumb video {
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
		border-radius: 5px;
	}
	
	.ln-content {
		flex: 1;
	}
	
	.ln-content h4 {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	.ln-content h4 a {
		color: #333;
		text-decoration: none;
		transition: color 0.3s ease;
	}
	
	.ln-content h4 a:hover {
		color: #e00000;
	}
	
	.ln-content em {
		font-size: 12px;
		color: #666;
	}
	
	
	.featured-news h5,
	.latest-news h5 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 2px solid #e00000;
	}
	
	
	.cat-default {
		background: #e00000;
		color: #fff;
		padding: 3px 8px;
		border-radius: 3px;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	
	.fn-meta {
		position: absolute;
		top: 10px;
		left: 10px;
		background: rgba(224, 0, 0, 0.8);
		color: #fff;
		padding: 5px 10px;
		border-radius: 3px;
		font-size: 11px;
	}
	
	
	em i.fa-clock-o {
		margin-right: 5px;
		color: #999;
	}
	
	
	em a {
		margin-left: 15px;
		color: #666;
		text-decoration: none;
	}
	
	em a i.fa-eye {
		margin-right: 3px;
	}
}


.article-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}

.article-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
	margin: 20px 0;
}

.article-meta {
	margin-bottom: 15px;
}

.article-meta em {
	margin-right: 20px;
	color: #666;
	font-size: 14px;
}

.article-meta em i {
	margin-right: 5px;
	color: #999;
}



.article-content {
	margin-top: 30px;
}

.article-paragraph {
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	line-height: 1.6;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

.article-paragraph p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.6 !important;
	font-size: 16px !important;
}

.article-paragraph:first-child {
	font-weight: 500;
	font-size: 18px;
	color: #222;
}

.article-paragraph:last-child {
}

.article-media {
	margin: 30px 0;
	text-align: center;
}

@media (min-width: 769px) {
	.article-content .article-paragraph,
	.article-content p {
		margin-top: 0 !important;
		margin-bottom: 40px !important;
		line-height: 1.6 !important;
	}
	.article-paragraph p {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		line-height: 1.6 !important;
		font-size: 16px !important;
	}
}


.article-media .slick-prev,
.article-media .slick-next,
.article-media .featured-prev,
.article-media .featured-next,
.article-media .featured-arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


.article-media *[class*="slick"],
.article-media *[class*="featured"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.article-image {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.article-image img,
.article-image video {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}


@media (max-width: 767px) {
	.article-title {
		font-size: 24px;
		margin: 15px 0;
	}
	
	.article-meta em {
		display: block;
		margin-bottom: 5px;
	}
	

@media (min-width: 769px) {
    .featured-news .fn-inner > em { 
        display: flex !important; 
        align-items: center; 
        margin-top: auto !important; 
        margin-bottom: 10px !important;
    }
    .popular-articles .pa-item > .pa-content > em {
        display: flex !important;
        align-items: center;
        margin-top: auto !important;
        margin-bottom: 10px !important;
    }
    .related-articles .ra-item > .ra-content > em,
    .latest-news .ln-item > .ln-content > em {
        display: flex !important;
        align-items: center;
        margin-top: auto !important;
        margin-bottom: 10px !important;
    }
}


.featured-news .fn-content,
.latest-news .ln-content,
.popular-articles .pa-content,
.related-articles .ra-content {
    padding: 0 8px 8px 8px !important;
}

.featured-news .fn-content h4,
.latest-news .ln-content h4,
.popular-articles .pa-content h4,
.related-articles .ra-content h4 {
    margin: 0 0 8px 0 !important;
}

.popular-articles .pa-thumb { margin-bottom: 8px !important; }

.fn-inner em,
.ln-content em,
.pa-content em,
.ra-content em { margin-bottom: 8px !important; }

.fn-inner em i,
.ln-content em i,
.pa-content em i,
.ra-content em i { margin-right: 4px; }

.fn-inner em a,
.ln-content em a,
.pa-content em a,
.ra-content em a { margin-left: 6px; }


.popular-articles .pa-item:hover,
.latest-articles .la-item:hover,
.related-articles .ra-item:hover {
    background: none !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}


.popular-articles .pa-thumb { margin-bottom: 0 !important; }
.popular-articles .pa-thumb + .pa-content h4 { margin-top: 10px !important; }


	
	.article-paragraph {
		font-size: 15px;
		line-height: 1.6;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		text-align: left;
	}
	
	.article-paragraph p {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		line-height: 1.6 !important;
		font-size: 15px !important;
	}
	
	.article-paragraph:first-child {
		font-size: 16px;
		font-weight: 500;
	}
	
	.article-paragraph:first-child p {
		font-size: 16px !important;
		font-weight: 500;
	}
	
	.article-media {
		margin: 20px 0;
	}
	
	.article-image {
		border-radius: 6px;
	}
}

.menu-trigger i {
	margin-right: 6px;
	font-size: 19px;
}

.menu-trigger:hover {
	color: #e00000;
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.05);
}

.search-trigger {
	position: absolute;
	top: 0;
	right: 15px;
}

.search {
	top: 0;
}

.search form input {
	padding: 5px 70px 5px 23px;
	font-size: 14px;
}

.search form input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.logo h1 {
	font-size: 47px;
	text-align: center;
	padding-bottom: 17px;
}

.news-ticker:after {
	display: none;
}

.news-ticker {
	padding: 20px 0px 25px 0px;
	border-left: none;
}

.img-responsive {
	width: 100%;
	height: auto;
	object-fit: fill;
	object-position: center;
}

.cb-big h3 {
	font-size: 19px;
	line-height: 22px;
}

.cb-info {
	padding-top: 30px;
}

.op-twitter {
	margin-bottom: 40px;
}

aside {
	padding-left: 15px !important;
}

.p-news ul li img {
	width: 94px;
	float: left;
}

.pn-info {
	margin-left: 110px;
}

.pn-info h4 {
	font-size: 11px;
	margin: 0px;
	line-height: 17px;
}

.sw-poll li {
	padding-bottom: 16px;
	line-height: 24px;
}

.dual-btns a {
	height: 40px;
	padding: 0px 18px;
}

.sws-inner img {
	width: 95px;
}

.sws-inner p {
	font-size: 11px;
	padding: 5px 0px 0px;
	line-height: 15px;
}

.bl-meta span {
	margin-bottom: -18px;
	display: table;
	font-size: 11px;
}

.header {
	display: block;
}

.logo h1 a img {
	width: 100%;
	max-width: 200px;
}

.bl-meta {
	position: absolute;
	top: 15px;
	left: 15px;
}

.rmore {
	padding-right: 15px;
}


.copy1 {
	font-family: Josefin Sans;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	margin-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.copy1 a {
	padding-top: 5px;
}

.container {
	max-width: 605px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.footer-fixed {
	max-width: 604px;
}

.fn2-thumb {
	width: 100%;
	float: none;
}

.fn2-info {
	margin-left: 0;
	padding-top: 20px;
}

.fn2-inner {
	padding-right: 15px;
}

.cat-blocks h4 {
	margin: 30px 0px 24px;
}

.team-content li img {
	width: 115px;
	float: left;
}

.tc-inner {
	margin-left: 130px;
}

.login-content {
	margin-bottom: 30px;
}

.register-content {
	height: auto;
}

.fn2-inner-sub {
	padding: 0px 0px 27px !important;
}

.i-video li {
	width: 100%;
	float: left;
}

.i-video {
	margin-top: 35px;
	margin-right: -0px;
	margin-left: -0px;
	display: table;
	width: 100%;
}

.i-video li {
	padding: 0px 0px;
}

.register-content input[type="checkbox"] {
	width: 22px;
	position: relative;
	top: 13px;
	padding: 0px;
	margin-left: 0;
	display: table;
	margin-top: 59px;
}


.nicescroll-rails {
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.nicescroll-cursors {
    background: #e00000 !important;
    border: 1px solid #e00000 !important;
    border-radius: 4px !important;
    pointer-events: auto !important;
}


html {
    scroll-behavior: auto !important;
}

body {
    overflow: auto !important;
    -webkit-overflow-scrolling: auto !important;
}


@media (max-width: 767px) {
    .nicescroll-rails {
        display: none !important;
    }
}


.nicescroll-rails {
    touch-action: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.nicescroll-cursors {
    touch-action: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}


html {
    scroll-behavior: smooth;
}


@media (min-width: 768px) {
    html::-webkit-scrollbar {
        width: 0px;
    }
    
    html::-webkit-scrollbar-track {
        background: transparent;
    }
    
    html::-webkit-scrollbar-thumb {
        background: transparent;
    }
}


.article-share {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.article-share h5 {
    margin: 0 0 15px 0;
    color: #495057;
    font-size: 16px;
    font-weight: 600;
}

.share-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.share-buttons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.share-buttons .fa-paper-plane {
    background: #0088cc;
}

.share-buttons .fa-paper-plane:hover {
    background: #006699;
}

.share-buttons .fa-vk {
    background: #4c75a3;
}

.share-buttons .fa-vk:hover {
    background: #3d5f8a;
}


.media-slider {
    position: relative;
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.single-media {
    position: relative;
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


.article-single-media {
    position: relative;
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


.article-single-media .slick-prev,
.article-single-media .slick-next,
.article-single-media .featured-prev,
.article-single-media .featured-next,
.article-single-media .featured-arrow,
.article-single-media .slick-dots,
.article-single-media .slick-dots li {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


.single-media .slick-prev,
.single-media .slick-next,
.single-media .featured-prev,
.single-media .featured-next,
.single-media .featured-arrow,
.single-media .slick-dots,
.single-media .slick-dots li {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


.article-single-media *[class*="slick"],
.article-single-media *[class*="featured"],
.single-media *[class*="slick"],
.single-media *[class*="featured"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


.article-single-media .slick-initialized,
.single-media .slick-initialized {
    pointer-events: none !important;
}

.article-single-media .slick-initialized *,
.single-media .slick-initialized * {
    pointer-events: auto !important;
}

.single-media img,
.single-media video {
    width: 100%;
    height: auto;
    max-height: 250px;
    max-width: 400px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}


.article-single-media img,
.article-single-media video {
    width: 100%;
    height: auto;
    max-height: 250px;
    max-width: 400px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}


@media (min-width: 768px) {
    .media-slider {
        margin: 40px 0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .single-media {
        margin: 30px 0;
        max-width: 500px;
        border-radius: 12px;
        overflow: visible;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: 200px;
        max-height: 300px;
    }
    
    .article-single-media {
        margin: 30px 0;
        max-width: 500px;
        border-radius: 12px;
        overflow: visible;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: 200px;
        max-height: 300px;
    }
    
    .single-media img,
    .single-media video {
        max-height: 300px;
        max-width: 500px;
        border-radius: 12px;
        display: block !important;
        margin: 0 auto;
    }
    
    .article-single-media img,
    .article-single-media video {
        max-height: 300px;
        max-width: 500px;
        border-radius: 12px;
        display: block !important;
        margin: 0 auto;
    }
    
    .media-slider-main {
        min-height: 200px;
        max-height: 300px;
        max-width: 500px;
        border-radius: 12px;
        margin-bottom: 20px;
        display: block !important;
        visibility: visible !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .media-slide {
        border-radius: 12px;
    }
    
    .media-slide.active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .media-slide img,
    .media-slide video {
        max-height: 500px;
        border-radius: 12px;
        display: block !important;
    }
}


.media-fullscreen-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}



.media-fullscreen-btn i {
    font-size: 16px;
}


@media (min-width: 768px) {
    .media-fullscreen-btn {
        width: 50px;
        height: 50px;
        top: 20px;
        right: 20px;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .media-fullscreen-btn i {
        font-size: 18px;
        display: block !important;
        visibility: visible !important;
    }
}


.media-slider-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.media-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}



.media-indicator.active {
    background: #e00000;
    transform: scale(1.2);
}


@media (min-width: 768px) {
    .media-slider-indicators {
        bottom: 20px;
        gap: 10px;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .media-indicator {
        width: 14px;
        height: 14px;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


@media (max-width: 767px) {
    .media-slider-indicators {
        bottom: 10px;
        gap: 6px;
    }
    
    .media-indicator {
        width: 10px;
        height: 10px;
    }
}

.media-slider-main {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 150px;
    max-height: 250px;
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.media-slide {
    display: none !important;
    text-align: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.media-slide img,
.media-slide video {
    width: 100%;
    height: 100%;
    max-height: 250px;
    max-width: 400px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.media-slide.active {
    display: block !important;
    opacity: 1;
    transform: translateX(0);
}

.media-slide.prev {
    transform: translateX(-100%);
}


@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.media-slide.slide-in-right {
    animation: slideInRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.media-slide.slide-in-left {
    animation: slideInLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.media-slide.slide-out-right {
    animation: slideOutRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.media-slide.slide-out-left {
    animation: slideOutLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.media-slide img,
.media-slide video {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.media-slider-thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.media-thumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}



.media-thumb.active {
    border-color: #e00000;
    box-shadow: 0 2px 8px rgba(224, 0, 0, 0.3);
    transform: scale(1.05);
}

.media-thumb.active img {
    transform: scale(1.05);
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 4px;
    transition: transform 0.2s ease;
}



.thumb-video {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #333, #555);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.thumb-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.thumb-video i {
    color: #e00000;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


@media (max-width: 767px) {
    .media-slider-thumbs {
        gap: 8px;
    }
    
    .media-thumb {
        width: 60px;
        height: 60px;
    }
    
    .thumb-video {
        font-size: 18px;
    }
}




.single-media-page .fullscreen-modal,
.fullscreen-modal.hidden-for-single-media {
    display: none !important;
    visibility: hidden !important;
}


.single-media-page .media-fullscreen-btn {
    display: none !important;
    visibility: hidden !important;
}

.fullscreen-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1);
}


@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes modalSlideOut {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    to {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
}

.fullscreen-modal.modal-slide-in {
    animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fullscreen-modal.modal-slide-out {
    animation: modalSlideOut 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fullscreen-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fullscreen-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    z-index: 10001;
}

.fullscreen-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.fullscreen-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.fullscreen-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 120px 20px;
}

.fullscreen-slide {
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    position: relative; 
    z-index: 1;
}

.fullscreen-slide img,
.fullscreen-slide video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    z-index: 1;
}

.fullscreen-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    overflow-x: auto;
}

.fullscreen-thumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    opacity: 0.7;
    transform: scale(0.9);
}

.fullscreen-thumb:hover {
    border-color: #e00000;
    transform: scale(1.05);
    opacity: 1;
}

.fullscreen-thumb.active {
    border-color: #e00000;
    box-shadow: 0 4px 12px rgba(224, 0, 0, 0.3);
    opacity: 1;
    transform: scale(1.1);
}


@keyframes thumbSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    to {
        opacity: 0.7;
        transform: translateY(0) scale(0.9);
    }
}

.fullscreen-thumb {
    animation: thumbSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: calc(var(--thumb-index, 0) * 0.1s);
}

.fullscreen-thumb img {
    width: 100%;
    height: 100%;
}


.bl-featured-wrapper {
    position: relative;
}

.featured-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 100000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
}

.featured-prev {
    left: 15px;
}

.featured-next {
    right: 15px;
}

.featured-arrow i {
    pointer-events: none;
}


@media (max-width: 768px) {
    .featured-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .featured-prev {
        left: 10px;
    }
    
    .featured-next {
        right: 10px;
    }
}


@media (max-width: 768px) {
    .menu-trigger {
        display: block;
        background: #e00000;
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 4px;
    }
    
    header nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    header nav ul {
        padding: 0;
        margin: 0;
    }
    
    header nav li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    
    header nav li:last-child {
        border-bottom: none;
    }
    
    header nav a {
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        transition: background-color 0.3s;
    }
    
    header nav a:hover {
        background-color: #f5f5f5;
        color: #e00000;
    }
    
    .mega-menu {
        position: static;
        display: none;
        background: #f8f9fa;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    
    .mega-menu.active {
        display: block;
    }
    
    .mega-menu li {
        border-bottom: 1px solid #e9ecef;
    }
    
    .mega-menu li:last-child {
        border-bottom: none;
    }
    
    .mega-menu a {
        padding: 12px 20px;
        font-size: 14px;
        color: #666;
    }
    
    .mega-menu a:hover {
        background-color: #e9ecef;
        color: #e00000;
    }
}

.fullscreen-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: auto; 
    z-index: 3000; 
}

.fullscreen-prev,
.fullscreen-next {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
    opacity: 0.8;
    transform: scale(0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3100;
}

.fullscreen-prev:hover,
.fullscreen-next:hover {
    background: rgba(224, 0, 0, 0.8);
    transform: scale(1.1);
    opacity: 1;
}


@keyframes navButtonSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateX(20px);
    }
    to {
        opacity: 0.8;
        transform: scale(0.9) translateX(0);
    }
}

.fullscreen-prev {
    animation: navButtonSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0.2s;
}

.fullscreen-next {
    animation: navButtonSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0.3s;
}

.fullscreen-prev i,
.fullscreen-next i {
    font-size: 20px;
}
}


.homepage-media-container,
.sidebar-media-container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; 
    min-height: 200px;
    border-radius: 8px;
	background: transparent;
    overflow: hidden;
    z-index: 1;
}


.homepage-image,
.homepage-video,
.sidebar-image,
.sidebar-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-position: center;
    border-radius: 8px;
    display: block;
    z-index: 10;
}


.homepage-image,
.sidebar-image {
    object-fit: cover; 
}


.homepage-video,
.sidebar-video {
	object-fit: cover;
	background: transparent;
}


.homepage-video[controls],
.sidebar-video[controls] {
    pointer-events: auto;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}


.homepage-media-container:empty,
.sidebar-media-container:empty {
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-media-container:empty::before,
.sidebar-media-container:empty::before {
    content: "Медиа не загружено";
    color: #666;
    font-size: 14px;
}


.bl-featured-wrapper .homepage-media-container {
    padding-bottom: 56.25%; 
}


.article-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.article-card .card-img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
    overflow: hidden;
}

.article-card .card-img-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}


.homepage-video,
.sidebar-video {
    pointer-events: none;
	background: transparent;
}


.homepage-media-container video,
.sidebar-media-container video {
    object-fit: cover !important;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
	background: transparent !important;
}


.homepage-media-container img,
.sidebar-media-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
}


.homepage-media-container img,
.homepage-media-container video,
.sidebar-media-container img,
.sidebar-media-container video {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    filter: none !important;
}


.homepage-video:not([controls])::-webkit-media-controls,
.homepage-video:not([controls])::-webkit-media-controls-panel,
.homepage-video:not([controls])::-webkit-media-controls-play-button,
.homepage-video:not([controls])::-webkit-media-controls-timeline,
.homepage-video:not([controls])::-webkit-media-controls-volume-slider,
.homepage-video:not([controls])::-webkit-media-controls-fullscreen-button,
.sidebar-video:not([controls])::-webkit-media-controls,
.sidebar-video:not([controls])::-webkit-media-controls-panel,
.sidebar-video:not([controls])::-webkit-media-controls-play-button,
.sidebar-video:not([controls])::-webkit-media-controls-timeline,
.sidebar-video:not([controls])::-webkit-media-controls-volume-slider,
.sidebar-video:not([controls])::-webkit-media-controls-fullscreen-button {
    display: none !important;
}


.homepage-video[controls]::-webkit-media-controls,
.homepage-video[controls]::-webkit-media-controls-panel,
.homepage-video[controls]::-webkit-media-controls-play-button,
.homepage-video[controls]::-webkit-media-controls-timeline,
.homepage-video[controls]::-webkit-media-controls-volume-slider,
.homepage-video[controls]::-webkit-media-controls-fullscreen-button,
.sidebar-video[controls]::-webkit-media-controls,
.sidebar-video[controls]::-webkit-media-controls-panel,
.sidebar-video[controls]::-webkit-media-controls-play-button,
.sidebar-video[controls]::-webkit-media-controls-timeline,
.sidebar-video[controls]::-webkit-media-controls-volume-slider,
.sidebar-video[controls]::-webkit-media-controls-fullscreen-button {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}



.popular-articles .pa-thumb .homepage-media-container {
    position: relative;
    width: 100%;
    
    height: 200px;
    aspect-ratio: auto;
    overflow: hidden;
    background: transparent !important;
    line-height: 0; 
}

.popular-articles .pa-thumb .homepage-media-container > video,
.popular-articles .pa-thumb .homepage-media-container > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    background: transparent !important;
    display: block;
}


.popular-articles .pa-thumb .homepage-video {
    object-fit: cover !important;
    background: transparent !important;
}


.popular-articles .pa-thumb .homepage-video.img-responsive {
    height: 100% !important;
    max-width: 100% !important;
}


.homepage-play-icon,
.sidebar-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    pointer-events: none;
}


.homepage-media-container:has(.homepage-video[controls]) .homepage-play-icon,
.sidebar-media-container:has(.sidebar-video[controls]) .sidebar-play-icon {
    display: none !important;
}

.homepage-play-icon i,
.sidebar-play-icon i {
    color: white;
    font-size: 24px;
    margin-left: 3px; 
}


.homepage-media-count,
.sidebar-media-count {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    border-radius: 14px;
    font-size: 12px;
}

.homepage-media-count i,
.sidebar-media-count i {
    font-size: 12px;
}




.article-single-media {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}

.article-single-media img,
.article-single-media video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.article-single-media {
    position: relative;
}
.article-single-media video {
    position: relative;
    z-index: 1000 !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}


.article-single-media video::-webkit-media-controls-container,
.article-single-media video::-webkit-media-controls-enclosure {
    display: flex !important;
}
.article-single-media video:not([controls])::-webkit-media-controls,
.article-single-media video:not([controls])::-webkit-media-controls-panel,
.article-single-media video:not([controls])::-webkit-media-controls-enclosure,
.article-single-media video:not([controls])::-webkit-media-controls-play-button,
.article-single-media video:not([controls])::-webkit-media-controls-timeline,
.article-single-media video:not([controls])::-webkit-media-controls-volume-slider,
.article-single-media video:not([controls])::-webkit-media-controls-fullscreen-button,
.article-single-media video:not([controls])::-webkit-media-controls-rewind-button,
.article-single-media video:not([controls])::-webkit-media-controls-return-to-realtime-button,
.article-single-media video:not([controls])::-webkit-media-controls-toggle-closed-captions-button {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


.article-media-slider {
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}

.article-media-slider-main {
    position: relative;
    min-height: 200px;
    max-height: 400px;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-media-slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    flex: 1;
}

.article-media-slide.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-media-slide img,
.article-media-slide video {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    background-color: #000; 
    object-position: center;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    display: block;
}


.article-media-slide video[data-orientation="portrait"] {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}


.article-media-slide video {
    aspect-ratio: 16/9; 
}

.article-media-slide video[data-aspect-ratio="9:16"],
.article-media-slide video[data-aspect-ratio="3:4"],
.article-media-slide video[data-aspect-ratio="1:1"] {
    aspect-ratio: 9/16; 
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}


.article-media-fullscreen-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: background 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.article-media-fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

.article-media-fullscreen-btn i {
    color: white;
    font-size: 18px;
    line-height: 1;
    pointer-events: none; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.article-media-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
}

.article-media-play-icon:hover {
    background: rgba(0, 0, 0, 0.9);
}

.article-media-play-icon i {
    color: white;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-media-play-icon.playing {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


.fullscreen-slide .article-media-play-icon {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
}

.fullscreen-slide .article-media-play-icon i {
    font-size: 28px;
}


.article-media-slider-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}


.fullscreen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.fullscreen-modal.active {
    display: flex;
}

.fullscreen-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.fullscreen-header {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10001;
    padding: 0;
    margin: 0;
}

.fullscreen-close {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.3s ease;
}

.fullscreen-close:hover {
    background: rgba(0, 0, 0, 0.9);
}

.fullscreen-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.fullscreen-slide {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.fullscreen-slide img,
.fullscreen-slide video {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    object-fit: contain;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.fullscreen-thumbs {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    transform: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    flex-wrap: wrap;
    max-height: 120px;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    backdrop-filter: blur(10px);
    z-index: 10001;
}

.fullscreen-thumb {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
}

.fullscreen-thumb:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.fullscreen-thumb.active {
    border-color: white;
}

.fullscreen-thumb img,
.fullscreen-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fullscreen-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.fullscreen-prev,
.fullscreen-next {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background 0.3s ease;
    pointer-events: auto;
}

.fullscreen-prev:hover,
.fullscreen-next:hover {
    background: rgba(0, 0, 0, 0.9);
}


@media (max-width: 768px) {
    .fullscreen-modal {
        padding: 0;
    }
    
    .fullscreen-thumbs {
        max-height: 80px;
        gap: 5px;
        bottom: 10px;
        padding: 10px 15px;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
    }
    
    .fullscreen-thumb {
        width: 60px;
        height: 60px;
    }
    
    .fullscreen-prev,
    .fullscreen-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .fullscreen-close {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    .article-single-media .article-media-fullscreen-btn {
        display: flex !important;
    }
}

.article-media-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.article-media-indicator.active {
    background: #e00000;
}

.article-media-indicator:hover {
    background: #b30000;
    transform: scale(1.1);
}


.uploaded-files {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #f9f9f9;
}

.uploaded-file {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    transition: all 0.2s ease;
}

.uploaded-file:hover {
    background: #f0f0f0;
    border-color: #ccc;
}

.file-info {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.file-icon {
    font-size: 16px;
    min-width: 20px;
}

.file-name {
    flex: 1;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.download-link {
    color: #007bff;
    text-decoration: none;
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.download-link:hover {
    background-color: #e7f3ff;
    text-decoration: none;
}

.uploaded-file .remove-file {
    background: #e00000;
    color: white;
    border: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.uploaded-file .remove-file:hover {
    background: #c00000;
    font-size: 12px;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-fill {
    height: 100%;
    background: #e00000;
    width: 0%;
    transition: width 0.3s ease;
}

#upload-status {
    font-size: 14px;
    color: #666;
}




.admin-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filters-section {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.filter-group {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.filter-group label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500;
}

.filter-group input,
.filter-group select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    transition: border-color 0.2s ease;
}

.filter-group input:focus,
.filter-group select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

#search-articles {
    min-width: 250px;
}

@media (max-width: 768px) {
    .filters-section {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-group {
        min-width: auto;
        width: 100%;
    }
    
    #search-articles {
        min-width: auto;
        width: 100%;
    }
}
