﻿@charset "utf-8";
/** general **/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	overflow-x: hidden !important;
	overflow-y: visible !important
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden !important;
	font-size: 1rem;
	line-height: 1.7;
	color: #000;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	color: #002f7c;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: underline;
}

	a:active, a:hover {
		color: #325896;
	}

	a.icon-doc:before {
		content: url(../Images/icon-doc.svg);
		position: relative;
		width: 15px;
		height: 20px;
		top: 4px;
		margin-right: 7px;
	}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio, video {
	display: inline-block;
	object-fit: cover;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

a, area, button, input, label, select, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

	button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

b, strong {
	font-weight: 600 !important;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, blockquote, em, img, i, dl, dt, ol, ul, li, video, canvas {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

ul, ol {
	list-style-type: none;
}

input[type="submit"], button {
	cursor: pointer;
}

	input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

textarea, input[type="text"], input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

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

.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}

h1 {
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 5px;
	font-style: normal;
}

h2 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 20px 0;
	font-style: normal;
	text-transform: none;
}

h3 {
	font-size: 1.25rem;
	margin: 10px 0;
	line-height: 1.4;
	font-style: normal;
}

h4 {
	font-size: 1.1rem;
	line-height: 1.5;
	font-style: normal;
}

h5 {
	font-size: 1rem;
	line-height: 1.6;
	font-style: normal;
}

h6 {
	font-size: 1rem;
	line-height: 1.6;
	font-style: normal;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

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

.row {
	position: relative
}

.no-p {
	padding: 0 !important;
}

.no-m {
	margin: 0 !important;
}

.hg_section {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}

.logo a {
	display: block;
	width: 100%;
}

p {
	margin-bottom: 10px;
	line-height: 23px;
}

#skiptocontent a {
	padding: 6px 15px 10px 15px;
	position: absolute;
	top: -143px;
	width: 210px;
	left: 0px;
	color: #1f3f73;
	border-right: 1px solid #1f3f73;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

	#skiptocontent a:focus {
		position: absolute;
		left: 0px;
		top: -43px;
		background: white;
		border-bottom: 3px #1f3f73 solid;
		-webkit-transition: top .1s ease-in, background .5s linear;
		transition: top .1s ease-in, background .5s linear;
	}

header {
	background-color: #002A98;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
}

.header-photo {
	background-image: url("../Images/city-hall.jpg");
	width: 100%;
	background-size: cover;
	background-position: 0px -120px;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100vh;
}



.header-photo .welcome {
	position: absolute;
	width: 572px;
	height: 228px;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	text-align: center;
}

	.header-photo .welcome > div {
		text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.5);
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-weight: 700;
		line-height: 3rem;
	}

		.header-photo .welcome > div:nth-of-type(1) {
			font-size: 2.7rem
		}

		.header-photo .welcome > div:nth-of-type(2) {
			font-size: 2.2rem
		}

.logo {
	position: relative;
}

	.logo a {
		display: block;
		position: absolute;
		top: -48px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}

		.logo a img {
			display: block
		}

			.logo a img:nth-of-type(1) {
				-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
				-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
				box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
				border-radius: 50%;
				width: 138px;
				height: 138px;
				margin-right: 20px;
			}

#top {
	position: absolute;
	z-index: 997;
	width: 100%;
	top: 40px;
	left: 0;
	border-top: 3px solid #DDA543;
	border-bottom: 3px solid #DDA543;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
}

.photo-header-secondary {
	background-size: cover;
	background-position: 50% 5%;
	height: 360px;
	background-repeat:no-repeat;
	background-image: url("../Images/city-hall-sec.jpg");
}

	.photo-header-secondary.about {
		background-image: url("../Images/city-hall-sec.jpg");
	}

	.photo-header-secondary.government {
		background-image: url("../Images/city-hall-sec.jpg");
	}

	.photo-header-secondary.departments {
		background-image: url("../Images/city-hall-sec.jpg");
	}

	.photo-header-secondary.residents {
		background-image: url("../Images/city-hall-sec.jpg");
	}

	.photo-header-secondary.business {
		background-image: url("../Images/city-hall-sec.jpg");
	}

	.photo-header-secondary.visitors {
		background-image: url("../Images/city-hall-sec.jpg");
	}

	.photo-header-secondary.contact {
		background-image: url("../Images/city-hall-sec.jpg");
	}

	.photo-header-secondary.header-default {
		background-image: url(../images/headers/header-secondary-default.jpg);
	}

#side-menu {
	padding-bottom: 0;
	background-color: #e5f2f8;
	padding-right: 15px;
}

	#side-menu h2 {
		padding: 30px 0 20px 40px;
		font-size: 1.7rem;
	}

	#side-menu ul li a {
		padding: 20px 19px 20px 30px !important;
		font-size: 1.2rem !important;
		display: block;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		position: relative;
		font-weight: 600;
		color: #000;
		text-decoration: none;
	}

#main-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

#side-menu ul li a:before {
	content: '';
	position: absolute;
	background-image: url(../Images/arrow-point-to-right.png);
	background-repeat: no-repeat;
	width: 12px;
	opacity: 0;
	display: block;
	top: 30px;
	background-size: cover;
	left: 10px;
	height: 12px;
	line-height: 12px;
	background-position: 48% 85%;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-menu ul li a:hover:before {
	opacity: 1;
}

#side-menu ul li a:hover {
	color: #000;
	-moz-transform: translate(15px, 0px);
	-webkit-transform: translate(15px, 0px);
	-o-transform: translate(15px, 0px);
	-ms-transform: translate(15px, 0px);
	transform: translate(15px, 0px);
}

#side-menu ul li {
	border-bottom: 1px solid #7f979f;
}

	#side-menu ul li:first-child {
		border-top: 1px solid #7f979f;
	}

.side-menu-hidden {
	display: none;
}

.list-unstyled {
	padding-left: 20px;
	list-style: none;
        margin-bottom: 50px;
}

.icons_ {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #002A98;
	height: 120px;
}

.quick_links {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	
}

	.quick_links a {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		text-align: center;
		margin-top: -110px;
		text-decoration: none;
	}

		.quick_links a > div {
			border-radius: 50%;
			width: 125px;
			height: 125px;
			background-color: #002A98;
			padding: 15px;
		}

		.quick_links a span:first-child {
			border-radius: 50%;
			background-color: #002A98;
			width: 95px;
			height: 95px;
			border: 1px solid #fff;
			padding: 4px;
		}

			.quick_links a span:first-child span {
				border-radius: 50%;
				width: 85px;
				height: 85px;
				background-color: #DCAE10;
				-webkit-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
			}

		.quick_links a:hover span:first-child span {
			background-color: #ffdb49;
		}

		.quick_links a span:first-child span img {
			width: 50px;
			height: 50px;
			margin-top: 10px;
		}

		.quick_links a span {
			color: #fff;
			display: block;
			font-size: 0.95rem;
			text-transform: uppercase;
			font-weight: 600;
		}

#news a:hover {
	text-decoration: none;
}

.news .news-read-more {
	font-weight: 600;
}

.news .news-item-link {
	margin: 15px 0 25px 0;
}

.cpr > div.col-md-4 {
	text-align: center
}

.cpr {
	margin-bottom: 25px;
}

	.cpr > div > table tr td, .cpr > div > table tr th {
		border: 1px solid #7f979f;
		text-align: center;
	}

	.cpr > div > table tr th {
		color: #fff;
		background-color: #002A98;
	}

.float-right {
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 5px;
}
._picture {
	text-align:center;

}
	._picture > img {
		margin-bottom:7px;
		margin-top: 15px;
		border: 1px solid #F5F5F5
	}
	._picture > span {
		display: block;
		font-style: italic;
		color: #4d4d4d
	}
.float-left {
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 5px;
}

.header-search {
	position: relative;
	z-index: 100;
	display: inline-block;
}

	.header-search .search-container {
		display: none;
		position: absolute;
		right: -10px;
		padding: 30px;
		background: #fff;
		width: 240px;
		border-bottom: 1px solid #fff;
		z-index: 1;
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	}

		.header-search .search-container.panel-opened {
			display: block;
		}

	.header-search .searchBtn {
		display: inline-block;
		background: #fff;
		position: relative;
		z-index: 1;
		height: 40px;
		color: #002A98;
		margin-top: 0;
		width: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 50%;
	}

		.header-search .searchBtn:hover {
			background: #fff;
		}

		.header-search .searchBtn.active {
			background: #fff !important;
			border-top-left-radius: 50%;
			border-top-right-radius: 50%;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

.mobile-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.search {
	margin: 0;
	position: relative;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
}

.search-container > .search {
	border-bottom: 1px solid #002A98;
	align-items: flex-start;
}

.search-input {
	background: none;
	border: none;
	font-size: 1rem;
	color: #002A98;
	padding: 5px 0;
	margin: 0;
	display: inline-block;
	box-shadow: none;
	font-style: italic;
	width: -webkit-calc( 100% - 30px);
	width: calc( 100% - 30px);
}

.search-input {
	font-style: normal;
	color: #002A98;
}

.searchsubmit {
	width: 15px;
	background-color: transparent;
	border: none;
	padding: 0;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/search-icon.png);
	height: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}

.feedLinkContainer {
	border-top: 1px #325965 dashed !important;
	border-bottom: 1px #325965 dashed !important;
	margin: 25px 0 20px 0 !important;
	padding: 0px 0 0px 5px;
}

	.feedLinkContainer img {
		vertical-align: middle;
	}

table.classes tr td {
	padding: 10px;
}

	table.classes tr td img {
		padding-top: 8px;
	}

table.classes {
	margin-bottom: 30px;
}

	table.classes tr td:first-child {
		padding-left: 0;
	}

	table.classes tr td > table tr td {
		border: 2px solid #ccc;
		width: 50%;
	}

	table.classes tr td > table tr th {
		color: #fff;
		background-color: #002A98;
		text-align: center;
		width: 50%;
	}

		table.classes tr td > table tr th:first-child {
			border-right: 2px solid #fff;
		}

	table.classes tr td:last-child {
		min-width: 200px;
	}

	table.classes tr td a {
		text-decoration: underline;
	}

		table.classes tr td a:hover {
			text-decoration: none;
		}

#side-menu .sub-toggle {
	display: none !important;
}
/*------------------- Site Map styles ---------------- */
.width-19 {
	width: 19px !important;
}

.width-wide {
	width: calc(100% - 40px) !important;
}

.width-100 {
	width: 100%;
	position: relative;
	display: block;
	padding-top: 10px !important;
}

#carouselCommunityC {
	width: 100%;
}

.feedLinkContainer a {
	color: #325965 !important;
}

ul.slimmenu li:last-child {
	margin-right: 0;
}

ul.slimmenu li {
	position: relative;
	float: left;
	margin-right: 14px;
	display: inline-block;
}

.sub-toggle {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	right: -3px;
	bottom: 17px;
}

	.sub-toggle i {
		position: absolute;
		background-image: url(../Images/arrow-point-to-down.png);
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		line-height: 10px;
		background-position: 48% 85%;
	}

#news {
	background-color: #e5f2f8;
	padding-bottom: 130px;
}

	

.latest_post {
}

.block_post {
	-webkit-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
}

.first_column h3 {
	margin-bottom: 20px;
        font-size: 1.5rem;

}

.second_column h3 {
	margin-bottom: 10px;
	
}

.first-body .img_ {
	height: 290px;
}

	.first-body .img_ img {
		width: 600px;
		height: 290px;
		max-height: 100%;
		max-width: 100%;
	}

.first_column .block_post {
	padding: 40px 40px 43px 40px;
	position: relative;
}

.first-body {
	-webkit-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 6px 21px -5px rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

	.first-body .block_post {
		box-shadow: none !important;
	}

.latest_post {
	text-decoration: none;
}

.block_post .date {
	position: absolute;
	display: block;
	right: 30px;
	bottom: 20px;
}

.first_column .block_post > div {
	font-size: 1.1rem;
	line-height: 1.9rem;
}

.second_column .block_post {
	padding: 25px 30px 30px 30px;
	position: relative;
}

	.second_column .block_post > div {
		font-size: 1rem;
		line-height: 1.4rem;
		
	}

.second_column ._button {
	float: right
}

._button {
	display: inline-block;
	color: #fff;
	background-color: #002A98;
	font-size: 1.2rem;
	padding-left: 70px;
	border: 2px solid #002A98 ;
	padding-right: 70px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	line-height: 40px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .27);
}

	._button:hover {
		background-color: #fff;
		color: #002A98;
		text-decoration: none;
	}
	.second_column .readmore {
	

	}
	.first_column .readmore {
		margin-top:30px;
	}
.readmore {
	display: inline-block;
	float: right;
	margin-top: 15px;
}
	.readmore:hover {
	
	}
#news h2, .welcome_ {
	font-size:2.3rem;
}
._button_comm {
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	background-color: #002A98;
	font-size: 1.1rem;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 30px;
	margin-top: 10px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	line-height: 35px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .27);
}

	._button_comm:hover {
		background-color: #194452;
		color: #fff;
		text-decoration: none;
	}

#calendar h2 {
	color: #fff;
	font-size: 2.3rem;
	margin-bottom: 40px;
	margin-top: 20px;
}

#calendar {
	background-image: url(../Images/park.jpg);
	background-position: 10% center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 45px;
	position: relative;
}

.calendar-wrapper, .events-wrapper {
	float: left;
}

.calendar-wrapper {
	padding: 0 40px;
	margin-top: 20px;
}

#calendar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 59, 114, 0.5);
	z-index: 0;
}

.carousel-control-next-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: no-repeat 55%/50% 100%;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-prev-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: no-repeat 55%/50% 100%;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

footer .bottom_tribune > div:first-child {
	font-size: 1rem;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

a.fancybox .icon {
	opacity: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 50%;
	margin-top: 15px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border-color: #fff;
	color: #fff;
	z-index: 10;
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOkAAADyCAYAAACoJuK7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwQ0Q4QUVDQjc2MTExRTlCRTEzODZGRDJGRTM3OTQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwQ0Q4QUVEQjc2MTExRTlCRTEzODZGRDJGRTM3OTQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODBDRDhBRUFCNzYxMTFFOUJFMTM4NkZEMkZFMzc5NDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODBDRDhBRUJCNzYxMTFFOUJFMTM4NkZEMkZFMzc5NDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6o6/5tAAAO+klEQVR42uyd61UbSxKAyzr7/2ojuEMEliPwEAFyBBYRgCMAIgAiQESAiIAhAuQIPDeCZSNg6UvPRWZ56DXVVd3fd44O4AcazfTXVd3TXfPp4eFBAMAuA04BgG3+xSnYOtWL1x+Pr9HC39cr/K42vgL3j6+f8ft5/LnhdOfPJ9LdjWQcxdfnhZ+1uY/Shtdf8SvyImmRjGIU/Bq/r4wfbyfrbfx6zyVE0hwjZZByL34dOv88nbTXRFok9S7m+PH1PVHqqpkiz2KUnRFlkRQx7TONEXaGEkhqiUlMZcc0g98ibBD2XJ5nlQFJ1aPmJEbNisv/Lk2UleiKpGpyHkVBYTVCRD1h7IqkfVFHOWsu9VZS4RBZz5AVSZETWSFjSUlrdWU9ibICkn5IWGhwGAUF/THrvrBAAknfIUTNU/G/Isg7TZS15VRsF89b1cLCg5vH1wWCmpkH+PX4OuZUEEklNgRSW7vMY1SdcyrKi6Qhet4hqJvrRFQtLJIexrEnEFWR1BhhvHkl3PP0TLhd80Oe1gVDZuluEPMXgrondLQXwiRfdpKG9PaGi5oVk3hNR5wK35J2vS7jzzzpbp2xRdDpmHRIT1sUYZzKskJHkbSbtkfQcjiNWRM4kLRLgSouSZHjVCaUjKe7E8l77W0bX4vFrbtaue+l/V1GsVhcu864LYbzsStsfzMn6SSjdKcT7zZKOZd+buB3AndFuUcZDREQ1Zik3gXtHvPQFZ9OuaJmKM+Fu2vn0iKqEUm9Choi5GK9WqtU8lzYe4yoSJq7oF0h6UvxubF5GEU9cBZhETWRpJ4EDY2kK2mZS0OpoqwT8TFRh6jKkna3Waw3jlmUs8n4ug+jqAdi/7ZXE0VFUgT9e4fGiZRX/iPIemRc1nBt9pG03177znAjCJHzh1Cbx7qsoQM9RtJ+sLrUbx7lbAQWO9TDmAZbzHr2pcA9qX1LeiH2auBSL/ZjQjQNq8DGBq/drhRW5aFPSSdibyZ3Fntj7r8txzjKWhkTdaeka9iXpN2OFksXdl94Qti6KfCpsYyokYJmfAc9XdQrYxd0B0E37uC+GYpetRQ0idRHJL0yNJZhU/H2x6pXYmcicFcKmPjbtqRWym7ex56/watesDIhWMT4dJuSVnEcmnrqfh4FbXGpVyZiY2JwFq83Y9Ile9ehgQu2i6AqTB9fXwxEsbFkXtRsW5IeSvqqAVOxNblRAlYWwGddfmUb6a6FNDcIuo8zybBQ5THbtHcbkTR1L7aPoMmxsBJoLJnWgNo0koYTc5VY0CmOEFEjrTzN9hJJFy5IytstUwQlor4y9DpG0mcOJd2aTsagtkVNuT7aw0Z2lXQ3nIRUk0XZ3xfLhJQb/bPqxNeVNNWKE2re+CLlnMWOZHK/fB1JQxT9lSiN2kFQd6RaKtpIJjtl1hmTHiU6VhYq+ORM0uxAqiWTWzKrRtJUUZTdLL5JdWsmi2i6aiRNEUUbBHVPN+NLNO1Z0hBFJwkuLjO5edAVftPme0mSpoii1CPKb3zaKL/nRJzfN11W0u55IprMhJInOZKi4z0qQdKJ6N6UTjWGgf5p5ekxHpqMxfFWtmUlPVA+rhPS3Kw5Ft31vd2zb1yyzC2YWp6mzzUnGL7QjrNHu12FCO5yh8wykVR7duwH7bcIGtGdc6jE6RPQP4qkIU34j+LxsHi+LII4motjpuJwruOjSKo9o0sULYtWdPcEuyxY9pGkmhNGU6HKX4mcKL7X0KOoA0M5/AntlWiqwF5Okmr2OERRoikp7xqSavY4l7RToikp72qShg9SKx1DuC/a0E6LR7Oj3stBUs2e5pz2CbGj1lqFVOcg6Vel9w9L/1hED9oddiWOFjYMEvc0M2GNLvzeHrSoPUtaid7+O1JdSJVZffUsqVYP00raZ4eATbQmkFxHUq0ehrEopGwXQy/j0pSR9Jr2CIlFrT1KOlQaj4axR0NbhMQd+GePkmqFfwQFC+3DZbpLqgsWaEVnLbdLSf9Uel9mdcFKNK29Sao1HkVS+IhbpfepvEmq0asgKFiKpK4k1apLekv7gyXHpRpLRj97klRrEE0kBUttZehJ0gpJoUBJayR9PY0BWIa/OAXrPembKAq5tZeRF0k1FtazdxQstpehF0mJpFBqJCXdXeC/nHIwiJt0V+NASXdhVRrSXd0DJX0BMJ7uAgCSAiApgCb3SApgm59ICgBICrABfyIpgG0qJAUAJAUAP5JWnHKA9SVtkBQMMkJSANtorClvkPSZr7Q5IPNaX1J2qECpkt57kVRjQ3ZNuwODks69SEo9GSDdJd39mxGnHZZEYw6j8SRpq/SepLxAJDUu6WdOOyw5LNKQ9NaTpFopL+kuWMq4Wm+SahxwRRoDRsajLiXV2gXPuBSstJGGdDdtLwl+x6Maw6LWw8lIJSmRFCy0j7lHSVvFcSkTSPAWe0rvc+tRUqIpWGBMJH1fUq3e5TttEd4QVGvpaONVUq0DHwm3YiBdqtt4OSFvpbtai+0PaJOQKNW99SypZi8zpk3CAhNS3eUlvVZ6/wpRYQGteYr7HCRtMrwwYJvQYddE0eUlbUVvenosTCCByJHie13nIKn2BzmijRbNUHnYM8tFUs0PonlvDOxxqHj9Z+LsmafvSToXvQXIw3ihoMwoqnkr7trbCfqo7u654rEcEE2JoqS6q0uq+YGGjE2JoqS6q0sa0t1GuVetaLtE0Z649HiSBgY/2Clttwgq5cyp9ZjqLivpVDlFCDO9NW04ey6U3+/S64la9oFN08wvIOiSoiOe5i7pufJxhVTomLacJcMEnfBUnNQz2kTSNkFPFMYrlFjJjyPRv9V26fmEDYx/UNLe/NJc7UUrjThbUL+JpCk+bIikzPaS5m7CifcT9+nh4WGVfx8G+zcJjvObOJ0+h3+4Ef3JojBM2/F+4gYr/vtUqUPogSvauVuOJc1ttZMcTt6qkTRlNA0L/nfF4bIuxqFyleB9m9he3DNY88OniKaMT/0xknSTfye5nMR1Iml38u8SHfPZ4+sH7d88w9hGUgxTsomi60bSLvWcJjrmMIU/wQHzgt4knEfIqhNfN5JKvAB3km4P6L44XuqVOXeSbiHKNLaNbBhs8H9b0V8uuMgFEdUkFwkFvc9xKDTY8P8fS9qH3iCqPUFTXo8TyXD2f5N0t6OWNLdkSH1tjUFPEwvaSEaTRduWVOIFOkTUYgW9kfSbIb6Ik0cZaqe7i2lGayDVOsaZIgU9yVXQbUZSK2mvSIaze0YZxeudusLjPEbRbBls8XeFMcGZgc8UxkV3QnnQvs+xBUHvS+iQB1v+fT+MpB2hl/8l1Erqg9M4tLDQCWad5vYlqcSezcI0eDdeYpy6HaqYoVh50sDMSObmUtK52LqhfCTp1pDmwqGkXUX0krakeYdBT793KrZuh4yMRQFP0fMmprhWxvghS/smBW1Z3Obs7mtY6n0XI/1+CWOZDQnDBIvP5ynufnjfkoYL/EtszrSeSabLyDakFruVMIrcpjjo+fcHAaxWUziMHcixcLtmMbW9Ebvj97rEazVQeI+54UF+9yS3kJZPCpbzQnzcsrKygCKrdHeRidivoxsi/nlMq3JPg4OQ3512TkXVu9KUtEsxPdQpChd/JjbWJPfRWX4X/ws9ihFVW1IRf3tA5zG6zhw3iNFC1MwpVQzX5BuSIurLRnHtRNhOzLHkvZBjKpkvbEglqWdRO5rH120U1sI912FMYffi15zFLErUlJLmIOpr0s7jq++xbB2j5ef4tfQn0GUrampJA8ei+1h2bXFDWvxz4eeO9h2R64Xvq/j6I4pYCeuQixLVgqQiPm7PAKImYWDsxLJED7bR4We1kcJKJO0ockUJ9EI2C/EHxo6nq1fDDhXYlGwmJQcGj6mVp5UkU9oZIKpNSUWeC0zx9DQoXlRrY9K3xqnhIbQV7Q1KHKN6kDQwjD3imLYGG+ByvmPg5Di7ujZF1bbJgMaYGBaq7WcraccsXvSG9m++Uw3zCbvyvKXMyvpmd6J6SXdfYyx2ijTD7x1pELR98edhTsHKkwXuDXUc2UXSl41hRwopkOyAdmFI0r7x91Y2abuKqJ4j6SLhZIeKDzWuJIlKq5ScsbSqzEVEzUXSxRT4VLhdo8VU1isxY0nUcOxfxPCE5CCzRtOlwPuSX20iSzSxYa97ni3VJ6rE+HrxQaaNaIqsvcm5u6UU0ZKopjd25JbuvsVEnjaWkwav3+md9zR2C0OUKyOf02QFwlIkXWwQ4fkmNd59yP2CnH1nI6ETvUBUJH05DjmQ/EpcbquRpihhiqhI+m507UpflkobpdSIml5ENVPTF0mfGUZR9woRthPzUmzdJ7Qkakj395HUrrC15FfDNsjYFfe2fAMfUZF0rTFsiK5f5bmsphcpG3mqB9yIrx1EYVHKIaIi6SbSdgWpv4qNWrhdUe6fC3J6x1JVhWSiIul2qWOqHOTtill3f76NMWQbv7+NX7vomHPhtuJFRdI0491ld180nC5zooZteGdICmBbVNV6SQOuPTjBUiEx1Q6DSAreuBM7m7VVOg4iKXjD0iZtlYiKpOCN+9JEJd0Fr1irU9Rb6VIiKRBRt0NvHQaSAqIaj+yku5ADlWRc05dICjnQSsY1fZEUcmGeq6iku5Ab2dX0JZICEbXfsfLGHQaSAqIaj+xICjmLum/kWDYSFUkhZ2Y5iIqkkDtT76IiKSCqvqgXSApgW9TxKqIiKSBqGibLioqkUKKoZ55EZcURlIqbUqFEUigVS4XN3o2oSAqIakfUQ9JdAPup7/91HEgKYEvUsN447JxpSXcB/j+CWSnDckQkBXhbECsVCHe6aEokBfg91bRS2GxMugtgW9Q90l0A26lv6Cz+jaQAtkX9hKQAH1NJupq+nxiTAnxMK4nrJSEpwMekKGzWIimAbVHnSApgW9TrfwamTBwBrEzfVfJDJ7DTdQZEUoD1ImqfZVjOF6M1kRRgfSayYuW/JWjlxfNjiKQA6zPdckQNYn57OeZFUgAbogYxf8gra4ZJdwG2Q1dLd53JpDZG0FcX9RNJAbZDeO7MjqxWMylEz5M4Bn1z1w2RFGD7VDGyhu1moxfRtY1CXkexP7zniqQAxiHdBTDO/wQYAH9EUIqqcEgYAAAAAElFTkSuQmCC')
}

footer .contacts a {
	text-decoration: none;
}

a.fancybox {
	overflow: hidden;
}

.carousel-indicators {
	margin-right: 4% !important;
	margin-left: 4% !important;
}

a.fancybox:hover .icon {
	display: block;
	opacity: 1;
	margin-top: 0;
}

a.fancybox:after {
	content: '';
	position: absolute;
	background-color: rgba(28, 31, 32, 0.25);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

a.fancybox:hover:after {
	opacity: 1;
}

a.pdf {
	position: relative;
	display: block;
	padding-left: 26px;
	text-decoration: underline;
}

	a.pdf:hover {
		text-decoration: none;
	}

	a.pdf:before {
		content: url(../Images/doc-file-format.svg);
		position: absolute;
		width: 25px;
		height: 25px;
		left: 0;
		top: 2px;
	}

a.icon-doc:before {
	content: url(../Images/icon-doc.svg);
	position: relative;
	width: 15px;
	height: 20px;
	top: 4px;
	margin-right: 7px;
}

#subscribe {
	background-color: #002A98;
	padding: 25px 0 35px 0;
}

	#subscribe .newsletter {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	#subscribe h2 {
		color: #fff;
		text-align: center;
	}

	#subscribe span {
		display: block;
		font-size: 2rem;
		padding-top: 15px;
	}

#calendar .calendar-selected-day {
	background-color: #002A98 !important;
	color: #fff !important;
}

.events-wrapper {
	color: white;
	text-align: left;
}

.events-wrapper {
	margin-top: 120px;
	padding: 0 40px 0 90px;
}

#calendar table {
	width: 100%;
	margin: 0 auto;
}

.events-calendar {
	border-collapse: separate !important;
}

.events-calendar {
	border-spacing: 16px;
}

	.events-calendar a {
		color: #194452 !important;
		text-decoration: none;
	}

#calendar tr {
	padding: 10px 0;
	height: 20px;
	border-collapse: separate;
}

.events-calendar tbody tr:first-child td {
	padding: 0 !important;
	text-align: left !important;
	font-weight: 600 !important;
	font-size: 1.8rem !important;
	color: white !important;
	background-color: unset !important;
}

#calendar tr td.next-month, #calendar tr td.calendar-day, #calendar tr td.calendar-today, #calendar .calendar-selected-day {
	text-align: center;
	width: 14.28% !important;
	font-weight: 600;
	color: black;
	border-radius: 0;
	padding: 9px 0;
	border: 1px solid #fff;
}

.days-week {
	text-transform: uppercase;
	padding: 0 !important;
	font-size: 1.2rem !important;
}

#calendar tr:nth-child(n + 3) td {
	background-color: #e5f2f8;
}

.event {
	margin-bottom: 40px;
}

.mcms_SearchResultHeaderContainer {
	background-color: #E5E9F4 !important;
}

.events-wrapper .event a {
	font-size: 1.7rem;
	font-weight: 900;
	color: white;
	text-decoration: none;
}

	.events-wrapper .event a:hover {
		color: #F2D980;
	}

footer {
	background-color: #002A98;
	padding-top: 60px;
}

.tribune_bottom {
	background: #012162;
	margin-top: 50px;
}

footer .bottom_tribune {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 0.9rem;
	padding-left: 15px;
	padding-right: 15px;
}

footer .contacts-socials {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

	footer .contacts-socials .socials {
		margin-right: 10px;
	}

footer .facebook {
	color: #fff;
	border: 1px solid #fff;
	font-size: 19px;
	background-color: #3e5b98;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-top: 7px;
	margin-right: 7px;
	text-align: center;
}

footer .instagram {
	color: #fff;
	border: 1px solid #fff;
	font-size: 19px;
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(254, 197, 100, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(254, 197, 100, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(82, 88, 207, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(82, 88, 207, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(137, 61, 194, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(137, 61, 194, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(217, 49, 122, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-top: 7px;
	line-height: 35px;
	text-align: center;
}

footer ul.contacts li {
	display: table;
	width: 100%;
	margin: 0 0 10px;
	color: #fff;
}

	footer ul.contacts li > div {
		display: table-cell;
	}

		footer ul.contacts li > div > img {
			position: relative;
			top: 4px;
			width: 20px;
			margin-right: 10px;
		}

footer a {
	color: #fff;
	text-decoration: none;
}

	footer a:hover {
		text-decoration: underline !important;
		color: #fff;
	}

footer ul.navigate li a {
	color: #fff;
	text-decoration: none;
}

footer ul.navigate li {
	margin-bottom: 10px;
	color:#fff;
}
.mt-60 {
	margin-top:60px;
}
.mayor {
	float:right;
	text-align:right;
	margin-top:20px;
}
	.mayor span {
		display: block;
		font-family: 'Dancing Script', cursive;
	font-weight:500;
	font-size:2rem;
		}
/* ==========================================================================

	Responsive CSS Stylesheet.


========================================================================== */

@media (min-width: 1200px) {
	header > .container, footer > .container, footer > .tribune_bottom > .container {
		max-width: 1160px;
	}
}

@media (min-width: 1400px) {
	header > .container, footer > .container, footer > .tribune_bottom > .container {
		max-width: 1300px;
	}
}

@media (min-width: 1600px) {
	header > .container, footer > .container, footer > .tribune_bottom > .container {
		max-width: 1450px;
	}
}
/* Increase the content section width for wide screens */
@media (min-width: 1200px) {
	#main-content .container {
		max-width: 1370px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.header-photo {
		height: 75vh;
		background-position: 50% -110px;
	}
	.photo-header-secondary {
		background-position: 36% 0px;
		height: 350px;
	}
	.first_column .block_post {
		padding: 40px 20px 43px 20px;
		
	}
	.second_column .block_post {
		padding: 25px 20px 30px 20px;
	
	}
	.icons_ {
		height: 300px;
	}

	.quick_links {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

		.quick_links a {
			margin-bottom: 125px;
			height: 160px;
		}

			.quick_links a span {
				font-size: 1.3rem;
			}

	.calendar-wrapper {
		padding: 15px;
		margin-top: 0;
	}

	.events-calendar {
		border-spacing: 12px;
	}

	.events-wrapper {
		margin-top: 20px;
		padding: 0 6px 0 25px;
	}

	.first_column .latest_post h4 {
		margin-bottom: 25px;
	}

	.events-wrapper .event a {
		font-size: 1.2rem;
	}

	.second_column .latest_post .block_post > div {
		font-size: 1rem;
		line-height: 1.3rem;
	}

	

	._button {
		font-size: 1rem;
		padding-left: 50px;
		padding-right: 50px;
	}

	#side-menu h2 {
		padding: 35px 0 20px 10px;
		font-size: 1.4rem;
	}
	.list-unstyled {
		padding-left: 0;
		list-style: none;
	}

	#side-menu ul li a {
		padding: 20px 19px 20px 30px !important;
		font-size: .95rem !important;
		line-height: 23px;
	}

		#side-menu ul li a:before {
			top: 26px
		}
}

@media only screen and (min-width:768px) and (max-width: 991px) and (orientation: landscape) {
	.header-photo {
		height: 140vh;
		background-position: 50% -141px;
	}
}
/*-----------------------------------------------------------------------------------*/
/* Higher screens+ */
@media only screen and (min-width: 1280px) and (max-width: 1460px) {
	.header-photo {
		background-position: 50% -60px;
	}
}
/** Laptop **/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.logo a img:nth-of-type(2) {
		max-width: 140px;
	}

	.logo a img:nth-of-type(1) {
		margin-right: 10px;
		width: 120px;
		height: 120px;
	}

	.logo a {
		top: -38px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.logo a img:nth-of-type(2) {
		max-width: 140px;
	}

	.logo a img:nth-of-type(1) {
		margin-right: 10px;
		width: 120px;
		height: 120px;
	}

	.logo a {
		top: -40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo a img:nth-of-type(2) {
		max-width: 140px;
	}

	.logo a img:nth-of-type(1) {
		margin-right: 10px;
		width: 120px;
		height: 120px;
	}

	.logo a {
		top: -35px;
	}
}
@media (max-width: 1200px) {
	.header-search .searchBtn {
		margin-top: 0
	}

	.menu-collapser {
		margin-bottom: 0 !important;
	}
	footer li {
		font-size:0.9rem;
	}
}
/** Large Tablets **/
@media (max-width: 992px) {
	.wow {
		animation: none !important;
	}

	footer {
		padding-top: 30px;
	}

	/** Tablets+  **/
	/** Laptop+ **/
	@media (min-width: 768px) {
	}
	/** Tablets (portrait mode)  **/
	@media (min-width: 1000px) and (max-width: 1200px) {
		#side-menu h2 {
			padding: 60px 0 20px 20px;
			font-size: 1.4rem;
		}

		.list-unstyled {
			padding-left: 0;
			list-style: none;
		}
	}
	/** Smartphone landscape mode / Mini Tablet **/
	/** Smartphone landscape mode / Mini Tablet **/
	@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
		#side-menu h2 {
			padding: 60px 0 20px 20px;
			font-size: 1.4rem;
		}

		.list-unstyled {
			padding-left: 0;
			list-style: none;
		}



		.menu-collapser {
			margin-top: 8px;
			margin-bottom: 0px !important;
		}

		.header-search {
			margin-top: 5px;
		}

		.header-photo {
			height: 85vh;
			background-position: 50% -60px;
		}

		#side-menu ul li a {
			padding: 10px 19px 10px 18px !important;
			font-size: 1rem !important;
		}

			#side-menu ul li a:before {
				top: 18px;
				left: -2px;
				height: 12px;
			}
	}

	@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
		.quick_links a span {
			font-size: 1rem;
		}

		.logo a {
			text-align: left;
		}
	}

	@media (max-width: 767px) {
		#news h2 {
			text-align: center;
		}
		.first_column .block_post {
			padding: 15px 20px 43px 20px;
		}
		.photo-header-secondary {
			background-position: 36% 75px;
			height: 420px;
		
		}
		.navigate, .contacts {
			margin-top: 20px;
		}

		#side-menu ul li a:before {
			display: none;
		}

		footer .bottom_tribune > div:first-child {
			margin-bottom: 20px;
		}

		table.classes tr td:nth-child(1), table.classes tr td:nth-child(2) {
			display: block;
			width: 100%;
		}

		#carouselCommunityC {
			float: none;
			margin-left: 0;
			margin-bottom: 20px;
			width: 100%;
		}

		.quick_links a {
			margin-bottom: 140px;
			height: 160px;
		}

			.quick_links a:nth-child(3), .quick_links a:nth-child(4) {
				margin-bottom: 10px;
			}

		footer .bottom_tribune input {
			margin-right: 10px;
		}

		#side-menu h2 {
			padding: 40px 0 20px 0;
			text-align: center;
		}

		.list-unstyled {
			padding-left: 0;
			list-style: none;
			margin-bottom: 0;
		}

		#side-menu ul li {
			text-align: center;
		}

		.logo a {
			margin-top: 10px;
			text-align: center;
			position: relative;
			justify-content: center;
			top: -6px;
			margin-bottom: 20px;
		}

		#top {
			top: 0;
		}

		.logo a img:nth-of-type(1) {
			width: 95px;
			height: 95px;
			margin-right: 15px;
		}
		logo a img:nth-of-type(2) {
			max-width: 130px;
		}
		.search {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			align-content: center;
		}

		._button {
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			max-width: 260px;
			margin-top: 40px;
			margin-bottom: 40px;
		}

		.calendar-wrapper {
			padding: 15px;
			margin-top: 0;
		}

		.events-wrapper {
			margin-top: 25px;
			padding: 15px;
		}



		.event {
			margin-bottom: 18px;
		}

		#calendar {
			padding-bottom: 30px;
		}

		#news {
			padding-bottom: 40px;
		}

		#calendar h2 {
			margin-bottom: 10px;
			margin-top: 0;
			text-align: center;
		}

		.second_column ._button {
			float: none;
		}

		.icons_ {
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background-color: #002A98;
			height: auto;
			padding-bottom: 10px!important;
		}

		footer > .container > .row > div > a > img {
			margin-bottom: 20px;
		}

		footer .container .row div {
			text-align: center;
		}

		footer .contacts-socials {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			align-content: center;
		}

			footer .contacts-socials .socials {
				margin-right: 0;
				margin-top: 15px;
			}

		footer .bottom_tribune {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
			align-content: center;
		}

		footer ul.contacts li {
		}

		.quick_links {
			width: 100%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			height: auto;
		}

		.header-photo {
			height: 100vh;
			background-position: 50% -110px;
		}
	}

	@media only screen and (min-width: 567px) and (max-width: 767px) and (orientation: landscape) {
		.header-photo {
			height: 150vh !important;
			background-position: 50% -150px !important;
		}

		footer .bottom_tribune > div:first-child {
			margin-bottom: 20px;
		}
	}

	@media only screen and (min-width:590px) and (max-width:768px) and (orientation: portrait) {
		.logo a {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: center;
			align-content: center;
		}

		footer .bottom_tribune > div:first-child {
			margin-bottom: 20px;
		}

		.mobile-menu {
			padding-right: 0 !important;
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: flex-end;
			align-content: center;
		}
	}

	@media (max-width: 600px) {
		.quick_links a span {
			font-size: 1rem;
		}
	}
	/** Smartphone portrait mode **/
	@media (max-width: 590px) {
		.icons_ {
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			background-color: #002A98;
			height: auto;
			padding-bottom: 0!important;
		}
		.days-week {
			font-weight: normal;
			font-size: 1.1rem !important;
		}
		
		
		.logo a {
			text-align: center !important;
		}

		footer > .container > .row > div > a > img {
			margin-bottom: 20px;
		}

		footer .container .row div {
			text-align: center;
		}

		footer .bottom_tribune > div:first-child {
			margin-bottom: 20px;
		}

		footer .bottom_tribune {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
			align-content: center;
		}

		footer ul.contacts li {
		}

		.quick_links {
			width: 100%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			height: auto;
		}



			.quick_links a {
				margin-bottom: 120px;
				min-height: 190px;
				display: flex;
				flex-direction: column;
				flex-wrap: wrap;
				justify-content: flex-start;
				align-items: center;
				align-content: center;
			}
				.quick_links a:nth-child(3), .quick_links a:nth-child(4) {
					margin-bottom: 20px;
				}

		.header-photo {
			height: 125vh;
			background-position: 41% -120px;
		}
	}
	@media (max-width: 500px) {
		.events-calendar {
			border-spacing: 5px;
		}
		.quick_links a span {
			font-size: 1rem;
		}
	}
		/** Normal phone portrait mode+ **/
		@media (max-width: 380px) {
			.float-right {
				float: none !important;
				margin-left: 0;
				margin-bottom: 20px;
				margin-top: 5px;
			}

			.float-left {
				float: none !important;
				margin-right: 0;
				margin-bottom: 20px;
				margin-top: 5px;
			}
		}

		@media (max-width: 320px) {
			.quick_links a span {
				font-size: 1rem;
			}
		}

		/*--------------- Accordion Styles ----------------*/
		#accordion {
		}

			#accordion .accordion_item .accordion-toggle::before {
				background-color: #2c5073;
				opacity: 0.9;
				width: 17px;
				height: 17px;
				border-radius: 2px;
				text-align: center;
				display: block;
				color: #fff;
				position: relative;
				left: -30px;
				top: 23px;
				line-height: 17px;
				font-size: 10px;
				content: "\f067";
				font-family: 'Font Awesome 5 Free';
				font-weight: 700;
			}

			#accordion .accordion_item h2.accordion-toggle {
				color: #2c5073;
				font-weight: 700;
				font-size: 1.35rem;
				padding-left: 25px;
			}

			#accordion .accordion_item.active h2.accordion-toggle::before {
				background-color: #2c5073;
				opacity: 0.9;
				width: 17px;
				height: 17px;
				border-radius: 2px;
				text-align: center;
				display: block;
				color: #fff;
				position: relative;
				left: -30px;
				top: 23px;
				line-height: 17px;
				font-size: 10px;
				content: "\f068";
				font-family: 'Font Awesome 5 Free';
				font-weight: 700;
			}

		.accordion-content {
			-ms-flex: 1 1 auto;
			flex: 1 1 auto;
			padding-top: 1rem;
			padding-left: 1.75rem;
		}

			.accordion-content p {
				margin-bottom: 12px;
			}

		.accordion-toggle {
			cursor: pointer;
		}

		.accordion-content {
			display: none;
		}

			.accordion-content.default {
				display: block;
			}

		.feedLinkContainer {
			margin-top: 10px !important;
		}

