html,
body {
	background:
		radial-gradient(circle at 10% 20%, rgba(255,255,255,.08) 0 2px, transparent 3px),
		linear-gradient(135deg, rgba(255,255,255,.06) 0 25%, transparent 25% 50%, rgba(255,255,255,.04) 50% 75%, transparent 75%),
		#101820;
	background-size: 22px 22px, 58px 58px, auto;
	color: #10243d;
	font-family: Arial, Helvetica, sans-serif;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

.site-shell {
	max-width: 1248px;
	margin: 14px auto 30px;
	background: rgba(214, 241, 255, .94);
	box-shadow: 0 14px 36px rgba(0, 75, 145, .22);
	overflow: hidden;
}

.sk-topbar,
.sk-nav,
.sk-footer {
	background: linear-gradient(180deg, #0494ef 0%, #0073cf 100%);
	color: #fff;
}

.sk-topbar {
	font-size: 12px;
}

.sk-topbar__row,
.sk-header__row,
.sk-menu,
.sk-social,
.sk-links {
	display: flex;
	align-items: center;
}

.sk-topbar__row {
	min-height: 34px;
	justify-content: space-between;
	gap: 18px;
}

.sk-links,
.sk-social,
.sk-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sk-links {
	gap: 0;
}

.sk-links li + li:before {
	content: "|";
	margin: 0 10px;
	opacity: .7;
}

.sk-social {
	gap: 10px;
}

.sk-social a {
	display: grid;
	place-items: center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #fff;
	color: #0878d6;
	font-size: 14px;
}

.sk-header {
	position: relative;
	background:
		linear-gradient(90deg, rgba(255,255,255,.94), rgba(235,249,255,.72)),
		#eefaff;
	padding: 10px 0 9px;
}

.sk-header:before,
.sk-header:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150px;
	background: radial-gradient(circle, rgba(0,143,226,.22) 0 2px, transparent 3px);
	background-size: 14px 14px;
	opacity: .55;
}

.sk-header:before { left: 0; }
.sk-header:after { right: 0; }

.sk-header__row {
	position: relative;
	z-index: 1;
	gap: 16px;
}

.sk-logo img {
	width: 200px;
	max-width: 100%;
}

.sk-header-ad {
	flex: 1;
	text-align: center;
	min-width: 0;
	max-width: 70%;
	margin-left: auto;
}

.sk-header-ad a {
	display: block;
	width: 100%;
}

.sk-header-ad img {
	display: block;
	width: 100%;
	height: 58px;
	max-height: none;
	object-fit: cover;
}

.sk-wide-ad img {
	max-width: 100%;
	max-height: 50px;
	object-fit: contain;
}

.sk-ad-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 64px;
	border: 1px dashed #9bb7c7;
	color: #566b7b;
	text-transform: uppercase;
	letter-spacing: .4px;
}

.sk-ad-placeholder i {
	font-size: 28px;
	color: #8da5b4;
}

.sk-ad-placeholder strong,
.sk-ad-placeholder span {
	display: block;
}

.sk-ad-placeholder span {
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
}

.sk-search {
	position: relative;
	width: 100%;
	max-width: 192px;
	margin: 6px 0 0 auto;
}

.sk-search input {
	width: 100%;
	height: 24px;
	border: 1px solid #b9d4e8;
	border-radius: 12px;
	padding: 0 28px 0 10px;
	font-size: 11px;
	outline: none;
}

.sk-search button {
	position: absolute;
	right: 4px;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 0;
	background: transparent;
	color: #006fc8;
}

.sk-nav .container {
	position: relative;
}

.sk-menu {
	min-height: 38px;
}

.sk-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.sk-menu > li > a:hover,
.sk-menu > li.open > a {
	background: rgba(0,0,0,.12);
}

.sk-index {
	margin-left: auto;
	background: #f4a900;
}

.sk-menu .dropdown-menu {
	border: 0;
	border-radius: 0;
	box-shadow: 0 12px 22px rgba(0, 46, 89, .18);
}

.sk-ticker {
	background: rgba(245,251,255,.95);
	border-bottom: 1px solid #d9edf9;
	font-size: 13px;
}

.sk-ticker .container {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 44px;
}

.sk-ticker span {
	position: relative;
	padding: 7px 18px 7px 13px;
	background: #008cf0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.sk-ticker span:after {
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 12px solid #008cf0;
}

.sk-ticker a {
	flex: 1;
	color: #10243d;
}

.sk-ticker time {
	color: #0070c8;
	font-weight: 700;
}

.sk-home,
.content,
.item-list {
	padding: 24px 0 18px;
}

.sk-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .8fr) 280px;
	gap: 28px;
}

.sk-hero {
	position: relative;
	display: block;
	height: 326px;
	overflow: hidden;
	background: #0b2d45;
}

.sk-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.sk-hero:hover img {
	transform: scale(1.035);
}

.sk-hero:after,
.sk-category-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 18%, rgba(0,0,0,.82) 100%);
}

.sk-hero__content {
	position: absolute;
	z-index: 1;
	left: 18px;
	right: 18px;
	bottom: 18px;
	color: #fff;
}

.sk-hero__content span,
.sk-category-card span {
	display: inline-block;
	background: #008cf0;
	padding: 5px 9px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.sk-hero__content h1 {
	max-width: 640px;
	margin: 14px 0 8px;
	font-size: 27px;
	line-height: 1.15;
	font-weight: 800;
}

.sk-hero__content p {
	max-width: 640px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.45;
}

.sk-latest h2,
.sk-section-title {
	margin: 0 0 16px;
	color: #006fc8;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.sk-latest h2:after,
.sk-section-title:after {
	content: "";
	display: block;
	width: 38px;
	height: 2px;
	margin-top: 9px;
	background: #f4b000;
}

.sk-news-row,
.sk-popular-row {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 12px;
	padding: 0 0 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d9e7ef;
}

.sk-news-row img,
.sk-popular-row img {
	width: 88px;
	height: 55px;
	object-fit: cover;
}

.sk-news-row strong,
.sk-popular-row strong {
	display: block;
	color: #111f2d;
	font-size: 13px;
	line-height: 1.28;
}

.sk-news-row small,
.sk-popular-row small {
	display: block;
	margin-top: 7px;
	color: #6d8190;
	font-size: 11px;
}

.sk-side-ad {
	display: grid;
	place-items: center;
	min-height: 326px;
	border: 1px dashed #9bb7c7;
	background: rgba(255,255,255,.42);
}

.sk-side-ad img {
	max-width: 100%;
	max-height: 326px;
	object-fit: contain;
}

.sk-lower-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .8fr) 280px;
	gap: 28px;
	margin-top: 24px;
}

.sk-lower-grid > section {
	grid-column: 1 / 3;
	min-width: 0;
}

.sk-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.sk-category-card {
	position: relative;
	min-height: 116px;
	overflow: hidden;
	background: #123a56;
	color: #fff;
	padding: 16px;
}

.sk-category-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .72;
}

.sk-category-card span,
.sk-category-card strong,
.sk-category-card em {
	position: relative;
	z-index: 1;
}

.sk-category-card strong {
	display: block;
	margin-top: 20px;
	max-width: 190px;
	font-size: 13px;
	line-height: 1.35;
}

.sk-category-card em {
	display: inline-block;
	margin-top: 12px;
	padding: 4px 9px;
	background: rgba(255,255,255,.18);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}

.sk-wide-ad {
	margin-top: 18px;
}

.sk-wide-ad .sk-ad-placeholder {
	min-height: 58px;
}

.sk-popular {
	grid-column: 3;
	min-width: 0;
	padding-left: 22px;
	border-left: 1px solid #d5e5ee;
}

.sk-popular-row {
	grid-template-columns: 24px 78px minmax(0, 1fr);
}

.sk-popular-row b {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	background: #008cf0;
	color: #fff;
	font-size: 13px;
}

.sk-popular-row img {
	width: 78px;
	height: 48px;
}

.sk-footer {
	position: relative;
	margin-top: 0;
	min-height: 235px;
	padding: 34px 0 12px;
	background:
		linear-gradient(90deg, rgba(8, 18, 31, .48), rgba(11, 28, 45, .18)),
		url("../img/bg-ft.jpg") center/cover no-repeat;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.18),
		inset 0 35px 70px rgba(255,255,255,.035),
		inset 0 -55px 90px rgba(0,0,0,.28);
	overflow: hidden;
}

.sk-footer:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,.24) 0 1px, transparent 1px 178px),
		linear-gradient(115deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.055) 19%, transparent 36%),
		radial-gradient(ellipse at 20% 8%, rgba(255,255,255,.18), transparent 30%);
	background-size: 178px 100%, 100% 100%, 100% 100%;
	pointer-events: none;
}

.sk-footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: rgba(255,255,255,.24);
}

.sk-footer .container {
	position: relative;
	z-index: 1;
}

.sk-footer__grid {
	display: grid;
	grid-template-columns: 1.75fr .85fr 1fr 1.25fr;
	gap: 32px;
	align-items: center;
}

.sk-footer h4 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 0 2px 5px rgba(0,0,0,.55);
}

.sk-footer p,
.sk-footer a {
	display: block;
	color: rgba(255,255,255,.95);
	font-size: 12px;
	line-height: 1.6;
	text-shadow: 0 2px 4px rgba(0,0,0,.45);
}

.sk-footer-logo {
	width: 199px;
	max-width: 100%;
	margin: -4px 0 10px;
	filter:
		drop-shadow(0 3px 0 rgba(0,0,0,.6))
		drop-shadow(0 12px 10px rgba(0,0,0,.7))
		drop-shadow(0 0 10px rgba(30,70,255,.25));
	transform: perspective(900px) rotateX(1deg);
}

.sk-social--footer {
	margin-top: 10px;
	display: flex;
	gap: 9px;
}

.sk-social--footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding: 0;
	background: rgba(255,255,255,.95);
	color: #1c49df;
	box-shadow: 0 4px 10px rgba(0,0,0,.38);
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.sk-social--footer a i {
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.sk-social--footer a:hover,
.sk-social--footer a:focus {
	background: #fff;
	color: #f28b22;
}

.sk-copy {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,.18);
	text-align: center;
	font-size: 11px;
}

.breadcrumb {
	margin: 0;
	background: rgba(242,250,255,.95);
	border-bottom: 1px solid #d9edf9;
}

.cm-breadcrumb {
	margin: 0;
	padding: 14px 0;
	list-style: none;
}

.cm-breadcrumb li {
	display: inline-block;
	font-size: 13px;
}

.cm-breadcrumb li + li:before {
	content: "/";
	margin: 0 8px;
	color: #8da5b4;
}

.content .page-content-column,
.content .sidebar-col {
	background: transparent;
}

.single-post,
.item-list .media,
.sidebar-box {
	background: rgba(255,255,255,.72);
	border: 1px solid #d9e7ef;
	padding: 16px;
}

.sidebar-box {
	margin-bottom: 16px;
}

.sidebar-box h3,
.main-title {
	margin-top: 0;
	color: #006fc8;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.site-shell {
		margin: 0;
	}

	.sk-topbar__row,
	.sk-header__row {
		flex-wrap: wrap;
	}

	.sk-header-ad,
	.sk-search {
		width: 100%;
	}

	.sk-main-grid,
	.sk-lower-grid {
		grid-template-columns: 1fr;
	}

	.sk-lower-grid > section,
	.sk-popular {
		grid-column: auto;
	}

	.sk-category-grid,
	.sk-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sk-popular {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.sk-links,
	.sk-social {
		display: none;
	}

	.sk-logo img {
		width: 168px;
	}

	.sk-nav .navbar-toggle {
		display: block;
		float: none;
		margin: 0;
		padding: 9px 0;
		border: 0;
		background: transparent;
	}

	.sk-nav .icon-bar {
		background: #fff;
	}

	.sk-menu {
		display: block;
	}

	.sk-menu > li > a {
		justify-content: flex-start;
	}

	.sk-index {
		margin-left: 0;
	}

	.sk-hero {
		height: 330px;
	}

	.sk-hero__content h1 {
		font-size: 23px;
	}

	.sk-category-grid,
	.sk-footer__grid {
		grid-template-columns: 1fr;
	}

	.sk-ticker .container {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
