﻿@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;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #000;
	background-color: #fff;
	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: #0056b2; /*#2f4d84;*/
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: underline;
}

	a:active, a:hover {
		text-decoration: none;
	}

a {
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-decoration: underline;
}



abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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;
}

textarea {
	overflow: auto;
}
ol {padding-left:35px;
list-style-type:decimal}
	ol li {margin-bottom:10px;
	list-style:decimal}
[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, 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;
}



.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	-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: 2.4rem;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 20px;
	font-style: normal;
	color: #0A3500;
}

h2 {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 800;
	font-style: normal;
	color: #224919;
	margin-top: 10px;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.25rem;
        color: #191919;
	line-height: 1.5;
	font-weight: 800;
	font-style: normal;
        margin-bottom: 10px;
}

h4 {
	font-size: 1.15rem;
	line-height: 1.5;
	font-weight: 800;
	font-style: normal;
}

h5 {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 800;
	font-style: normal;
}

h6 {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 800;
	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%;
}

	.logo a img {
		min-width: 150px;
	}

#skiptocontent a {
	padding: 6px 15px 10px 15px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: #0A3500;
	border-right: 1px solid #0A3500;
	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: 0px;
		background: white;
		border-bottom: 3px #0A3500 solid;
		-webkit-transition: top .1s ease-in, background .5s linear;
		transition: top .1s ease-in, background .5s linear;
	}

header {
	background-color: #0A3500;
	padding-top: 15px;
	padding-bottom: 10px;
}

.header-photo {
	/* background-image: url("../Images/main_bg.jpg");*/
	width: 100%;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	height: 70vh;
	overflow: hidden;
}

.goshen-logo {
	font-family: 'Allura', cursive;
	position: absolute;
	color: #fff;
	font-size: 100px;
	font-weight: 500;
	left: 15%;
	bottom: 15%;
	text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
}

.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: 800;
		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
		}

.photo-header-secondary {
	background-size: cover;
	background-position: 50% 64%;
	height: 250px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	background-image: url(../Images/main_bg.jpg);
}

#main-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.breadcrumbs {
	background-color: #0A3500;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 50px;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

	.breadcrumbs ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

		.breadcrumbs ul li {
			display: inline-block;
			position: relative;
		}

			.breadcrumbs ul li:after {
				border: 4px solid transparent;
				content: '';
				height: 0;
				width: 0;
				pointer-events: none;
				display: inline-block;
				border-left-color: #fff;
				margin: 0 5px 0 10px;
			}



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+klEQVR42uyd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')
}

.fancybox {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

	.fancybox:hover .icon {
		display: block;
		opacity: 1;
		margin-top: 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")
}

.carousel-indicators {
	bottom: 15px;
	right: 0;
	left: auto;
	margin-right: 3%;
	margin-left:auto;
}
.carousel-item .caption {
	display: block;
	position: absolute;
	bottom: 17px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.55);
	font-size:17px;
	width:100%;
	padding-left:25px;
	line-height:50px;
}
.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;
	list-style-type:none!important;
}
.search {
	position: relative;
	border-bottom: 1px solid #0A3500;
}

.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;
}

.search-input {
	background: none;
	border: none;
	font-size: 1rem;
	color: #00303F;
	padding: 5px 0;
	margin: 0;
	display: inline-block;
	box-shadow: none;
	font-style: italic;
	width: -webkit-calc( 100% - 30px);
	width: calc( 100% - 30px);
}

._title {
	font-weight: 800;
	font-size: 4rem;
	padding-bottom: 25px;
	display: block;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.75);
}

.breadcrumbs ul li:last-child:after {
	display: none;
}

.breadcrumbs ul li a {
	color: #fff;
}

.icons_ {
	width: 100%;
	background-color: #0A3500;
	padding-top:0!important;
	padding-bottom:0!important;
}

.quick_links {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

	.quick_links a {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		text-align: center;
		text-decoration: none;
	}

		.quick_links a > div {
			border-radius: 50%;
			width: 125px;
			height: 125px;
			background-color: #0A3500;
			padding: 15px;
			position: relative;
		}

			.quick_links a > div span:nth-child(2) {
				border-radius: 50%;
				background-color: #0A3500;
				width: 95px;
				height: 95px;
				border: 1px solid #fff;
				padding: 4px;
				display: block
			}

			.quick_links a > div > span.before {
				box-shadow: 0px 0px 18px 2px #1EA000;
				top: 10px;
				left: 10px;
				position: absolute;
				width: 105px;
				height: 105px;
				border-radius: 50%;
				-webkit-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
			}

		.quick_links a:hover > div > span.before {
			box-shadow: 0px 0px 10px #188000;
		}

		.quick_links a > div span:nth-child(2) > span {
			border-radius: 50%;
			width: 85px;
			height: 85px;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			align-content: center;
		}

			.quick_links a > div span:nth-child(2) > span > img {
				width: 50px;
				height: 50px;
			}

		.quick_links a span:nth-child(2) {
			color: #fff;
			display: block;
			font-size: 0.9rem;
			text-transform: uppercase;
		}

		.quick_links a:hover span:nth-child(2) {
			color: #CED6CC
		}

.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;
		position: relative;
		z-index: 1;
		height: 40px;
		color: #0A3500;
		margin-top: 3px;
		width: 40px;
		text-align: center;
		line-height: 47px;
		border-radius: 50%;
	}

.searchBtn:hover span, .searchBtn.active span {
	color: #0A3500
}

.searchBtn span {
	color: #fff;
	font-size: 25px;
}

.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;
}

.header-searchform {
	border-bottom: 1px solid #0A3500;
	margin: 0;
	position: relative;
}

	.header-searchform input[type=text] {
		background: none;
		border: none;
		font-size: 12px;
		color: #0A3500;
		padding: 5px 0;
		margin: 0;
		display: inline-block;
		box-shadow: none;
		font-style: italic;
		width: -webkit-calc( 100% - 30px);
		width: calc( 100% - 30px);
	}

		.header-searchform input[type=text]:focus {
			font-style: normal;
			color: #0A3500;
		}

	.header-searchform .searchsubmit {
		width: 15px;
		background-color: transparent;
		border: none;
		padding: 0;
		display: inline-block;
		color: #0A3500;
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -8px;
	}

.maps {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	text-decoration: none;
	font-weight: bold
}

	.maps img {
		margin-bottom: 20px;
		-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);
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.maps:hover img {
		-webkit-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.3);
	}

.sub-toggle {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	right: 0px;
	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: #F5FAFF;
	padding-bottom: 50px;
}

#events {
	background-color: #F5FAFF;
	padding-bottom: 150px;
}

	#news h2, #events h2 {
		margin-bottom: 40px;
		margin-top: 20px;
		font-size: 2.3rem;
	}

#events {
	background-image: url("../Images/bottom_bg.png");
	background-position: 50% 45%;
	background-repeat: no-repeat;
}

._news .owl-item .item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	display: block;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	min-height: 535px;
}

.space-between {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.owl-item .item h3 a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.owl-item .item h3 {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 30px;
}

.owl-item .item .block_post .date {
	display: block;
	margin-bottom: 15px;
}

.owl-item .item h3 a:hover {
	color: #126200;
}

.owl-item .item .news-mage {
	width: 100%;
}

.owl-item .item .news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-item .item .block_post {
	padding: 0;
	position: relative;
}

.owl-item .item .block_post {
	font-size: 1rem;
	line-height: 1.4rem;
	padding: 25px;
}

.latest_event span, .latest_event h3 {
	display: block;
}

.latest_event h3 {
	font-size: 1.6rem;
	line-height: 30px;
	color:#fff;
}
.width-19 {
	width: 19px !important;
}

.width-100 {
	width: 100%;
	position: relative;
	display: block;
	padding-top: 10px !important;
}
.latest_event {
	background: #126200;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	text-decoration: none;
	color: #fff!important;
	min-height: 260px;
	padding: 20px;
	-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);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

	.latest_event:hover, .latest_event:active {
		background: #0E4E00;
		color: #fff;
	}

	.latest_event span {
		font-size: 1.1rem;
		margin-bottom: 20px;
	}

._button {
	float: right
}

#news ._button, #events ._button {
	margin-bottom: 40px;
	margin-top: 20px;
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	text-decoration: none;
}

._button, .content-btn {
	border-radius: 50px;
	color: #0A3500;
	border: 1px solid #0A3500;
	text-transform: uppercase;
	font-size: 1.1rem;
	padding: 0 30px;
	line-height: 40px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .27);
	text-decoration:none;
}

.content-btn {
	display: inline-block;
        text-transform: none;
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	margin: 20px 0;
}

.mayors {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display:block;
}

	._button:hover, .content-btn:hover {
		background: #CED6CC;
		color: #0A3500;
	}


	._button > span{
		display: block;
		margin-right: 15px;
		position:relative;
	}

footer .logo {
	width: 80%;
}

footer {
	background-color: #0A3500;
	padding-top: 60px;
}

.tribune_bottom {
	background: #051800;
	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 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;
		}

		footer ul.contacts li > div:first-of-type {
			width: 35px;
		}

footer ul li a, footer ul li a:active {
	color: #fff;
}

footer li a:hover {
	color: #fff;
}

footer ul.navigate li {
	margin-bottom: 10px;
}

footer a {
	text-decoration: none;
}

	footer a:hover {
		text-decoration: underline;
	}

.navigate li a img {
	position: relative;
	margin-right: 13px;
	top: 2px;
}
/* ==========================================================================

	Responsive CSS Stylesheet.
		

========================================================================== */
@media (min-width: 768px) and (max-width: 992px) {
	.header-photo {
		height: 60vh;
	}

	.latest_event {
		margin-bottom: 25px;
	}

	.quick_links {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

		.quick_links a {
			margin-bottom: 10px;
		}

			.quick_links a span {
				font-size: 1.3rem;
			}

	.calendar-wrapper {
		padding: 15px;
		margin-top: 0;
	}

	.events-calendar {
		border-spacing: 2px;
	}

	.events-wrapper {
		margin-top: 20px;
		padding: 0 6px 0 25px;
	}

	.events-wrapper .event a {
		font-size: 1.2rem;
	}

	.owl-item .item .block_post > div {
		font-size: 1rem;
		line-height: 1.3rem;
	}

	footer ul.contacts li {
	}

	#side-menu h2 {
		padding: 40px 0 20px 0;
		text-align: center;
	}

	.list-unstyled {
		padding-left: 0;
		list-style: none;
	}

	#side-menu ul li {
		border-bottom: 1px solid #0A3500;
		text-align: center;
	}
}
/*-----------------------------------------------------------------------------------*/
/* Higher screens+ */
@media only screen and (min-width: 1921px) {
}
/** Laptop **/
@media (max-width: 1200px) {
	.latest_event h4 {
		font-size: 1.4rem;
		line-height: 30px;
	}
}
/** Large Tablets **/
@media (max-width: 991px) {
	.wow {
		animation: none !important;
	}
	
}
/** Tablets+  **/
/** Laptop+ **/
@media (min-width: 768px) {
}
/** Tablets (portrait mode)  **/
@media (min-width: 481px) and (max-width: 768px) {
}
/** Smartphone landscape mode / Mini Tablet **/
/** Smartphone landscape mode / Mini Tablet **/
@media only screen and (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
	#side-menu h2 {
		padding: 60px 0 20px 40px;
		font-size: 1.4rem;
	}

	#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;
		}

	.goshen-logo {
		font-size: 85px;
	}
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
	.quick_links a span:nth-child(2) {
		color: #fff;
		display: block;
		font-size: 1rem;
		text-transform: uppercase;
	}

	.goshen-logo {
		font-size: 90px;
	}
}

@media (max-width: 767px) {
	#news h2, #events h2 {
		text-align: center;
	}
	
	.goshen-logo {
		font-size: 60px;
		bottom: 17%;
	}

	.quick_links a > div {
		margin-right: 20px;
	}

	.latest_event {
		margin-bottom: 25px;
		min-height: 175px;
	}

	.owl-item .item {
		min-height: 530px;
	}

	.owl-item .item h3 {
		margin-bottom: 25px;
		font-size: 1.4rem;
		line-height: 27px;
	}

	.owl-item .item .block_post {
			font-size: 0.9rem;
			line-height: 1.4rem;
			padding: 20px;
		}

	#news ._button, #events ._button {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		font-size: 0.85rem;
	}

	#news h2, #events h2 {
		font-size: 2rem;
	}

	footer ul.contacts li > div > img {
		position: relative;
		top: 2px;
		width: 16px;
	}

	.navigate li a img {
		width: 16px;
	}

	.bottom_tribune > div:first-child {
		margin-bottom: 20px;
	}

	.owl-theme .owl-nav {
	}

	.quick_links a {
		margin-bottom: 6px;
		margin-top: 6px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}

	#news {
		background-color: #F5FAFF;
		padding-bottom: 20px;
	}

	#side-menu h2 {
		padding: 40px 0 20px 0;
		text-align: center;
	}

	.list-unstyled {
		padding-left: 0;
		list-style: none;
	}

	#side-menu ul li {
		border-bottom: 1px solid #0A3500;
		text-align: center;
	}

	.logo a {
		text-align: center;
	}

	.search {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.quick_links {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

	.event {
		margin-bottom: 18px;
	}

	#events {
		background-image: url(../Images/bottom_bg.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}

	._button {
		padding-left: 20px;
		padding-right: 20px;
	}

	.icons_ {
		width: 100%;
		background-color: #0A3500;
		height: auto;
	}

	footer > .container > .row > div > a > img {
		margin-bottom: 20px;
		width: 80%;
	}

	footer ul.contacts li > div:first-of-type {
		width: 30px;
	}

	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 {
		display: table;
		width: 100%;
		margin: 0 0 10px;
		color: #fff;
	}

	.quick_links {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

		.quick_links a span {
			font-size: 1.1rem;
		}

	.header-photo {
		height: 60vh;
	}

	.quick_links a > div > span.before {
		box-shadow: 0px 0px 8px 2px #1EA000;
		top: 0;
		left: 0;
		width: 45px;
		height: 45px;
	}

	.quick_links a > div span:nth-child(2) > span > img {
		width: 25px;
		height: 25px;
	}

	.quick_links a > div {
		width: 55px;
		height: 47px;
		padding: 0px;
	}

		.quick_links a > div span:nth-child(2) > span {
			width: 35px;
			height: 35px;
		}

		.quick_links a > div span:nth-child(2) {
			width: 45px;
			height: 45px;
		}
}

@media (max-width: 600px) {
	._news.owl-carousel {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

		._news.owl-carousel .owl-nav button.owl-next {
			right: 40px !important
		}
}

@media (max-width: 576px) {
	footer ul.contacts li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin: 0 0 15px;
	}

	.logo a img {
		min-width: 210px;
	}

	.latest_event {
		margin: 20px;
	}

	footer .container .row div {
		text-align: center;
	}

	footer > .container > .row > div > a > img {
		margin-bottom: 20px;
		width: 54%;
	}

	._news.owl-carousel .owl-item .item {
		margin-left: 15px;
		margin-right: 15px;
	}
}
/** Smartphone portrait mode **/
@media (max-width: 510px) {
	.space-between {
		justify-content: center;
	}

	._news_col {
		flex-direction: column;
	}

	#news ._button, #events ._button {
		margin-top: 0;
		font-size: 1rem;
	}

	#news h2, #events h2 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
}

@media (max-width: 420px) {
	.icons_ {
		width: 100%;
		background-color: #0A3500;
		height: auto;
	}

	.owl-item .item {
		height: auto;
	}

	.goshen-logo {
		font-size: 50px;
		bottom: 17%;
	}

	.latest_event {
		margin: 20px;
	}

	footer > .container > .row > div > a > img {
		margin-bottom: 20px;
	}

	footer .container .row div {
		text-align: center;
	}

	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 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin: 0 0 15px;
		font-size: 0.8rem;
	}

	ul.contacts {
		margin-bottom: 20px;
	}

	.bottom_tribune > div:first-child {
		margin-bottom: 20px;
	}

	footer ul.contacts li > div > img {
		position: relative;
		top: 2px;
		width: 16px;
	}

	footer ul.contacts li > div:first-of-type {
		width: 30px;
	}

	#news ._button, #events ._button {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}

	.quick_links {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

		.quick_links a span {
			font-size: 1.1rem;
		}

	.header-photo {
		height: 55vh;
	}
}
/** Normal phone portrait mode+ **/
@media (max-width: 380px) {
}

@media (max-width: 320px) {
	.quick_links a span:nth-child(2) {
		font-size: 1.4rem;
	}

	.quick_links a > div {
		margin-right: 6px;
	}
}

@media (min-width: 1200px) {
	header > .container, footer > .container, footer > .tribune_bottom > .container {
		max-width: 1170px;
	}
}

@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;
	}
}

.zero-height {
	height: 0;
}
