body {
	color: #1d1c1c;
	background-color: #fff;
	font-family: 'Ubuntu', sans-serif;
}

* {
	padding: 0;
	margin: 0;
}

p {
	font-size: 20px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	color: #0054a6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 700;
}

hr {
	border: 0;
	border-top: 1px solid #d9d9d9;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #0b104c;
	border-color: #0b104c;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.comments-count,
.required {
	color: #0b104c;
}

.btn.btn-default {
	background-color: #0b104c;
	color: #fff;
}

.btn.btn-more {
	color: #0054a6;
	font-size: 13px;
}

.btn.btn-more i {
	vertical-align: middle;
	color: #6c6c6c !important;
	padding: 0;
	padding-left: 4px;
}

.btn.btn-more:hover,
.btn.btn-more:focus {
	color: #0054a6;
	text-decoration: underline;
}

.btn.btn-all-news {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #0b104c;
	padding: 8px 25px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.btn.btn-all-news:hover,
.btn.btn-all-news:focus {
	opacity: .75
}

.container {
	position: relative;
}

.menu-button {
	padding: 8px 2px;
}

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


/* Forms Style */

input[type=checkbox],
input[type=radio] {
	margin: 3px 0 0;
}

.form-control {
	height: 36px;
	color: #1d1c1c;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #6c6c6c;
	text-align: center;
	background-color: #ebebeb;
	border-radius: 4px;
}

.checkbox label {
	font-size: 13px;
	color: #1d1c1c;
}


/* Header Style */

header {
	margin-bottom: 1.5em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
}

header .navbar-default {
	background-color: #fff;
	border: 0;
}

header .navbar {
	border-radius: 0;
	min-height: 50px;
	margin-bottom: 0;
}

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

header .navbar-default .navbar-nav>li>a {
	font-size: 15px;
	color: #1d1c1c;
}

header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
	color: #0b104c;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #0b104c;
	background-color: transparent;
}

header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
	background-color: #0b104c;
}

header .navbar-default .navbar-toggle {
	width: 42px;
	height: 32px;
	border: 0;
	color: #ffd800;
	text-align: center;
	padding: 5px 10px;
}

header .navbar-toggle {
	border: 0;
	border-radius: 0px;
	background-color: #0b104c;
}

header .navbar-toggle.grey-btn {
	color: #6c6c6c;
	background-color: #f4f4f4;
}

header .navbar-toggle.grey-btn:hover,
header .navbar-toggle.grey-btn:focus {
	color: #f4f4f4;
	background-color: #6c6c6c;
}

header .navbar-header .navbar-brand {
	float: left;
	height: auto;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 20px;
}

header .navbar-right {
	margin-top: .55em
}

header .navbar-header #logo img {
	width: 70px;
}

header .navbar-header .main-toggle {
	cursor: pointer;
	color: #0b104c;
	float: left;
	font-size: 20px;
	margin-top: 0.65em;
	margin-right: 1em;
}

header .navbar-header .main-toggle:hover {
	opacity: 0.7;
}

header .navbar-header #weather-block {
	font-size: 13px;
	position: relative;
	display: inline-block;
}

header .navbar-header #weather-block i {
	font-size: 18px;
	color: #6c6c6c;
	vertical-align: middle;
	padding-left: 5px;
}

header #subdomain {
	border-top: 1px solid #e8e8e8;
	padding: 10px 0px;
}

header #subdomain h2 {
	vertical-align: -1px;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	margin-right: 1em;
}

header #subdomain ul {
	display: inline-block
}

header #subdomain ul li {
	display: inline-block;
	padding: 4px;
}

header #subdomain ul li:first-child {
	padding-left: 0;
}

header #subdomain ul li:after {
	color: #d1d1d1;
	content: '/';
	padding-left: 10px;
}

header #subdomain ul li:last-child:after {
	content: ''
}

header #subdomain ul li a {
	color: #1d1c1c
}

header #subdomain ul li a:hover,
header #subdomain ul li a:focus {
	color: #0b104c
}

header .navbar-nav>li.menu-button .btn.btn-menu {
	color: #fff;
	background-color: #0b104c;
	padding: 5px 10px;
}

header .navbar-nav>li.menu-button .btn.btn-menu:hover,
header .navbar-nav>li.menu-button .btn.btn-menu:focus {
	opacity: 0.7
}

header .navbar-nav>li.menu-button .btn.btn-menu i {
	color: #ffd800;
}

header .dropdown-menu {
	border: 1px solid #d1d1d1;
}

header .dropdown-large {
	position: static !important;
}

header .dropdown-menu-large {
	margin-left: 16px;
	margin-right: 16px;
	padding: 20px 0px;
}

header .dropdown-menu-large>li>ul {
	padding: 0;
	margin: 0;
}

header .dropdown-menu-large>li>ul>li {
	list-style: none;
}

header .dropdown-menu-large>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #0054a6;
	white-space: normal;
}

header .dropdown-menu-large>li ul>li>a:hover,
header .dropdown-menu-large>li ul>li>a:focus {
	background-color: transparent;
}

header .dropdown-menu-large .disabled>a,
header .dropdown-menu-large .disabled>a:hover,
header .dropdown-menu-large .disabled>a:focus {
	color: #999999;
}

header .dropdown-menu-large .disabled>a:hover,
header .dropdown-menu-large .disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

header .dropdown-menu-large .dropdown-header {
	color: #1d1c1c;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 768px) {
	header .navbar-header .main-toggle {
		cursor: pointer;
		color: #0b104c;
		float: left;
		font-size: 20px;
		margin-top: 0.65em;
		margin-right: 0em;
		margin-left: 15px;
	}
	header .navbar-nav {
		margin: 7.5px 0;
	}
	header .navbar {
		border-bottom: 2px solid #f3f3f3;
	}
	header .nav>li>a {
		position: relative;
		display: block;
		padding: 10px 0px;
	}
	header .dropdown-menu-large {
		padding: 0px 0px;
	}
	header .dropdown-menu-large>li>ul>li>a {
		padding: 3px 0px;
	}
	header #subdomain {
		display: none;
	}
	header .dropdown-menu-large {
		margin-left: 0;
		margin-right: 0;
	}
	header .dropdown-menu-large>li {
		margin-bottom: 12px;
	}
	header .dropdown-menu-large>li:last-child {
		margin-bottom: 0;
	}
	header .dropdown-menu-large .dropdown-header {
		padding: 3px 0px !important;
		font-size: 16px;
	}
	header .navbar-header #logo img {
		width: 70px;
	}
	header .navbar-header .navbar-brand {
		padding-top: 1em;
	}
}


/* Sidebar Style */

#sidebar .sidebar-block {
	margin-bottom: 2em;
}

#sidebar .sidebar-block .sidebar-header {
	font-size: 18px;
	text-transform: none;
	border-bottom: 2px solid #f2f2f2;
	margin-top: .3em;
	padding-bottom: .55em;
}

#sidebar .sidebar-block .sidebar-header i {
	font-weight: 400;
	color: #ffd800;
	padding-right: .3em;
}

#sidebar .nav-tabs {
	border-bottom: 2px solid #0b104c;
	margin-bottom: 0;
}

#sidebar .nav-tabs>li>a:hover,
#sidebar .nav-tabs>li.active>a,
#sidebar .nav-tabs>li.active>a:focus,
#sidebar .nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #0b104c;
	border-bottom-color: transparent;
}

#sidebar .nav-tabs>li.active>a,
#sidebar .nav-tabs>li.active>a:focus,
#sidebar .nav-tabs>li.active>a:hover {
	cursor: default;
}

#sidebar .nav-tabs>li.active>a i,
#sidebar .nav-tabs>li>a:hover i,
#sidebar .nav-tabs>li.active>a i,
#sidebar .nav-tabs>li.active>a:focus i,
#sidebar .nav-tabs>li.active>a:hover i {
	color: #ffd800;
}

#sidebar .nav-tabs>li>a {
	color: #1d1c1c;
	border: 0;
	border-radius: 0;
	padding: 5px 10px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

#sidebar .nav-tabs>li>a i {
	color: #6c6c6c
}

#sidebar .nav-tabs>li>a i {
	padding-right: 5px;
}

#sidebar .nav-tabs>li.all-news {
	float: right
}

#sidebar .nav-tabs>li.all-news>a {
	background-color: transparent;
	padding-right: 0;
	padding-left: 0;
}

#sidebar .top-table li {
	font-size: 14px;
	padding: .55em .35em;
	border-bottom: 1px solid #f2f2f2;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#sidebar .top-table li:nth-child(odd) {background: #fafafa}

#sidebar .top-table li:last-child {
	border-bottom: 0;
}

@media screen and (max-width: 768px) {
	#sidebar .nav-tabs>li.all-news {
		display: none;
	}
}


/* Tags Style */

.tags li {
	display: inline-block;
	margin: 3px 0;
}

.tags li a {
	color: #1d1c1c;
	border: 1px solid #b5b5b5;
	padding: 3px 12px;
	border-radius: 2px;
}

.tags li a:hover,
.tags li a:focus {
	background-color: #f2f2f2;
}


/* Main Style */

#content {
	margin-bottom: 2em;
}

#content .main-title {
	font-size: 18px;
	text-transform: none;
	border-bottom: 2px solid #f2f2f2;
	margin-top: .3em;
	padding-bottom: .55em
}

#content .main-title i {
	color: #ffd800;
	padding-right: .3em;
}

#content .main-news-block .header {
	margin-bottom: 0.6em;
}

#content .main-news-block .header h1 {
	text-transform: none;
  font-size: 18px;
}

#content .main-news-block .header h2 {
	text-transform: none;
  font-size: 18px;
  padding-bottom: .5em;
  border-bottom: 2px solid #f2f2f2;
}

#content .main-news-block .header h1>a {
	color: #1d1c1c;
	text-decoration: none;
}

#content .main-news-block .header .news-more {
	height: auto;
	vertical-align: top;
	position: relative;
}

#content .main-news-block .header .news-more .btn {
	line-height: 0em;
	padding: 0px;
}

#content .main-news-block h1 i {
	color: #ffd800;
	padding-right: .3em;
}

#content .new-small .new-img {
	position: relative;
}

#content .new-small .new-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 265px;
	height: 130px;
	/* height: 161px; */
}

#content .new-small .category {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 0.5em;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	padding: 10px 25px;
	bottom: 0;
}

#content .new-small h3 {
	text-transform: none;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: .7em;
}

#content .new-small a {
	color: #444444;
}

#content .new-small {
	height: 250px;
}

#content .main-spot-block {
	margin-bottom: 1em;
}

#content .main-spot-block .header {
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 0.6em;
}

#content .main-spot-block .header h2 {
	text-transform: none;
	font-size: 20px;
}

#content .main-spot-block .header h2>a {
	color: #1d1c1c;
	text-decoration: none;
}

#content .main-spot-block .header .news-more {
	height: auto;
	vertical-align: top;
	position: relative;
}

#content .main-spot-block .header .news-more .btn {
	line-height: 0em;
	padding: 0px;
}

#content .main-spot-block h2 i {
	color: #0b104c;
	padding-right: .3em;
}

#content .spot-small .spot-img {
	position: relative;
}

#content .spot-small .title {
	text-align: center;
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 0.5em;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	padding: 10px 25px;
	width: 100%;
	bottom: 0;
}

#content .spot-small h3 {
	text-transform: none;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: .7em;
}

#content .spot-small a {
	color: #444444;
}

#content #news-tab {
	margin-bottom: 1em;
}

#content .new-big {
	margin-bottom: 2em;
}

#content .new-big .new-img {
	position: relative;
}

#content .new-big .new-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 430px;
  height: 200px;
}

#content .new-big .category {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 0.5em;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	padding: 10px 25px;
	bottom: 0;
}

#content .new-big h2 {
	text-transform: none;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: .7em;
}
#content .new-icon{
	color: #bababa;
	font-size: 13px;
	margin-right: .15em;
	vertical-align: 1px;
	border-right: 1px solid #bababa;
	padding-right: .4em;
}

#content .new-big a {
	color: #444444;
}


/* News Style */

#content #new {
	position: relative;
	margin-bottom: 1em;
}

#content #news-list h1,
#content #new h1 {
	text-transform: none;
  font-size: 22px;
  border-bottom: 2px solid #f2f2f2;
	padding-bottom: .5em;
	margin-bottom: .6em;
	margin-top: 0;
}

#content #new p {
	font-size: 16px;
}

#content #new .pic {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

#content #new .pic small {
	color: grey;
}

@media screen and (max-width: 768px) {
	.main-news-block .col-sm-4:last-child {
		display: none;
	}
	#content .new-small h3 {
		font-size: 14px;
	}
}


/* Footer Style */

footer {
	color: #fff;
	background-color: #0b104c;
	padding: 1.5em 0;
	margin-top: 2em;
}

footer .copyright {
	font-size: 13px;
	margin: 0;
}

footer .subfooter {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 1.4em;
	margin-bottom: 1.5em;
}

footer .subfooter h3 {
	text-transform: none;
	color: #3b3b3b;
	font-size: 18px;
	margin-top: 0;
}

footer .subfooter .footer-submenu li {
	padding: 0.3em 0;
}

footer .footer-menu {
	text-align: right;
}

footer .footer-menu li {
	display: inline-block;
	padding: 0 0.8em;
	border-left: 1px solid #ebebeb;
}

footer .footer-menu li:first-child {
	border-left: 0;
	padding-left: 0;
}

@media screen and (min-width: 769px) {
	.desktop-hidden {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.padding-mobile-0 {
		padding: 0;
	}
	.mobile-hidden {
		display: none !important;
	}
	footer .subfooter .footer-submenu {
		margin-bottom: 1em;
	}
	footer .copyright {
		text-align: center;
	}
	footer .footer-menu {
		display: none;
	}
}


/* Modal Style */

@media (min-width: 768px) {
	.modal-dialog.menu {
		width: 900px;
		margin: 30px auto;
	}
	.modal-dialog.login {
		width: 375px;
	}
	#weather-modal {
		display: none !important;
	}
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal-title {
	text-transform: none;
	text-align: center;
	font-size: 18px;
}

.modal-header {
	padding: 12px;
	border-bottom: 2px solid #f2f2f2;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-content {
	min-width: 340px;
	border-radius: 0px;
}

.modal-dialog.menu h3 {
	font-size: 20px;
	text-transform: none;
	margin-top: 10px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: .3em;
}

.modal-dialog.menu ul {
	margin-bottom: 1em;
}

.modal-dialog.menu ul li {
	padding: 3px 0;
}

.modal-content .close {
	outline: 0;
	right: 5px;
	top: 0px;
	padding: 8px;
	position: absolute;
	z-index: 999;
}

.modal-content #weather-list .current-weather {
	font-size: 18px;
	border: 2px solid #f2f2f2;
	padding: 4px 10px;
	border-radius: 5px;
}

.modal-content #weather-list ul li {
	font-size: 16px;
	padding: 8px 10px;
}

.modal-content #weather-list ul li a {
	color: #1d1c1c;
}

.modal-content #weather-list i {
	color: #ffd800;
}

@media screen and (max-width: 768px) {
	.news-column {
		min-height: 280px;
	}
}

#login-form .btn {
	width: 100%;
	margin: 3px 0;
}

#login-form .btn.btn-login {
	color: #fff;
	background-color: #0b104c;
}

#login-form .btn.btn-login-fb {
	color: #fff;
	background-color: #33549e;
}

#login-form .register-link {
	margin: .5em 0;
}

.dropbtn {
	cursor: pointer;
	padding: 1.2em .5em;
}

.dropbtn:hover i,
.dropbtn:focus i {
	color: #ffd800 !important;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	left: -10px;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #d1d1d1;
}

.dropdown-content a:hover i {
	color: #ffd800 !important;
}

.dropdown:hover .dropdown-content {
	display: block;
}


/* ADV Style */

#adv-mobile {
	display: block;
	margin-bottom: 2em;
}

#adv-mobile img {
	display: block;
	margin: auto;
}

#adv-new {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.breadcrumbs {
	color: #7a7a7a;
	font-size: 14px;
	margin-bottom: 1em;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li:before {
	content: '>'
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:first-child:before {
	content: ''
}
