/*
Theme Name: North Okaloosa
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the belsito team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: northokaloosa
Tags: northokaloosa, fire, department, safety
*/

body {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

.topbar {
	background-color: #f4f4f4;
}
.fixed .topbar {
	display: none;
}
.svg-right {
	margin-top: 4px;
}

.news-box {
	display: flex;
	align-items: center;
}

.news-box>.d-flex {
	/* 	padding-left: 190px; */
}

.news-box h5 {
	margin: 0;
}

.news-box svg {
	width: 25px;
	height: auto;
	margin-left: .5rem;
}

.news-box h4 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

.site-header {
	transition: top, background .5s, .15s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.site-header.fixed {
	position: fixed;
	background-color: #ffffff;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
}

body:not(.home) .site-header {
	transition: none;
	position: relative;
}
body:not(.home) .site-header.fixed {
	position: fixed;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.site-header .cs-menu {
	padding: 10px 0 0 0;
}

body:not(.home) .site-header .cs-menu {
	padding: 10px 0 10px 0px;
}

.s-logo {
	width: 190px;
}

.site-navigation>.nav a, .site-footer .nav a {
	color: #fff;
	font-weight: 500;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

body:not(.home) .site-navigation>.nav a {
	color: inherit;
}

body:not(.home) .site-navigation>.nav li.current-menu-item a {
	color: #ff0000;
}

.sl {
	background: url(/wp-content/themes/northokaloosa/assets/images/header.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
}

.sl-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	text-align: center;
}

.sl-txt h1, .sl-txt p {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.2), 0 8px 8px rgba(0, 0, 0, 0.2), 0 16px 16px rgba(0, 0, 0, 0.2);
}

.sl-txt h1 {
	font-size: 3rem;
}

.sl-txt p {
	margin: 0;
	font-size: 1.7rem;
	width: 60%;
}

.nb {
	background-color: #ffd8d8;
	padding: 14px 0;
}

.nb .nav li {
	font-size: 18px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.nb .nav li+li {
	border-left: 2px solid #444;
}

.nb .nav li a {
	color: inherit;
}

.na {
	background-color: #ebc93f;
	padding: 4rem 0;
}

.ctitle {
	text-transform: uppercase;
	color: #0f0f0f;
	margin-bottom: 2.2rem;
}

.na .items {
	background-color: #fff;
}

.na .items img {
	height: 140px;
	width: 100%;
	object-fit: cover;
}

.na .items .desc {
	padding: 1rem;
}

.na .items .desc h4 {
	font-size: 1.3rem;
}

.na .items .desc h4 a {
	color: #0f0f0f;
}

.na .items .desc p {
	font-size: 14px;
	margin-bottom:0
}
.na .items .desc p a {
	display: block;
	margin-top: 0.5rem;
	font-weight: normal;
	color: #666;
}
.na .items .desc a {
	color: #1c72cb;
	font-weight: 700;
}

.arial {
	font-family: 'Arial';
}

.cu {
	background-color: #c1bfb8;
	padding: 4rem 0;
}

.cu-form {
	display: flex;
	justify-content: space-between;
}

.side-left, .side-right {
	flex: 0 0 49%;
	max-width: 50%;
}

.cu-form input.form-control {
	height: 40px;
}

.cu-form .form-control {
	border-radius: 1px;
	font-size: 14px;
}

.cu-form .form-control:focus {
	box-shadow: none;
}

.cu-form textarea {
	height: 152px;
}

.side-right {
	margin-left: 2%;
}

.btn.btn-contact {
	background-color: #fff;
	color: #0f0f0f;
	border: 0;
	padding: 10px 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.site-footer {
	padding: 4rem 0 2rem;
	background-color: #0f0f0f;
	text-align: center;
}

.site-footer .nav {
	margin-bottom: 2rem;
}

.footer-text p {
	color: #aaa;
	font-size: 13px;
}

.footer-text p a {
	color: #aaa;
}

.s-1-1 {
	display: flex;
	background-color: #f4f4f4;
}

.s-1-1 .s-1-2 {
	flex: 0 0 50%;
	max-width: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}

.s-1-1 .s-1-2 img {
	width: 100%;
}

.s-1-1 .s-1-2:first-child {
	padding: 3.5rem;
}

.s-1-1 .s-1-2 p {
	line-height: 1.8;
}

.s-1-1 .s-1-2 iframe.map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.s-1-1:nth-child(even) {
	flex-direction: row-reverse;
}

.theme-btn {
	background: #ffd8d8;
	padding: 0.75rem 1rem;
/* 	color: #ff0000; */
	color: #000;
	border-radius: 6px;
	display: inline-block;
	margin-top: 1rem;
	font-weight: 700;
	transition: 0.5s all;
}
.theme-btn:hover{
	text-decoration:none;
	color:#ff0000
}
.s-1-2 h3 {
	color: #ff0000;
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
}

.s-1-2 h4 {
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.s-1-2 h4 {
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #0f0f0f;
}

.cnt p {
	margin-bottom: .5rem;
}

.cnt p span {
	display: block;
	line-height: normal;
}

.cnt p a {
	color: inherit;
}

header.fixed.site-header {
	/* 	top: -30px; */
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

body:not(.home) .site-header {
	box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

.fixed.site-header .cs-menu {
	padding: 4px 0;
}

.fixed .s-logo {
	width: 120px;
}

.fixed .site-navigation>.nav a {
	color: #0f0f0f;
}

/* News Ticker CSS */

.tick li, .tick2 li {
	list-style-type: none;
	float: left;
	padding-right: 20px;
	position: absolute;
	left: 0px;
}

.tick, .tick2 {
	position: relative;
	display: block;
	width: 5000px;
	margin: 0;
	content: "";
	display: table;
	height: 0px;
}

.outer {
	width: 100%;
	height: 30px;
	overflow: hidden;
	padding: 7px 1rem;
	border-radius: .35rem;
}

.outer a {
	color: #0f0f0f;
	font-size: 14px;
}

body.nav-collapse {
	/* 	overflow: hidden; */
}

.marquee {
	width: 100%;
	overflow: hidden;
	line-height: 1;
}

.marquee a {
	overflow: hidden;
	padding: 0 1rem 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
	color: inherit;
	display: inline-block;
}

/* End News Ticker CSS */

/*Contact Form Error Styling*/

.cu .wpcf7-submit {
	border: 0;
	cursor: pointer;
	padding: .5rem 2rem;
}

.cu div.wpcf7-validation-errors, .cu div.wpcf7-acceptance-missing {
	margin: 0;
	margin-top: 1rem;
	background: #edc2c1;
	border-color: red;
}

.cu div.wpcf7-response-output {
	margin: 0;
	font-size: 14px;
	margin-bottom: 1rem
}

.cu .wpcf7-not-valid-tip {
	display: none!important;
}

.cu .wpcf7-not-valid {
	border: 1px solid red!important;
	transition: .5s;
	background-color: #edc2c2;
	color: inherit;
}

.cu div.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	border: 0;
}

.cu div.wpcf7-mail-sent-ok {
	background: rgba(0, 128, 0, 0.22);
}

/* innner page css */

.inn-page {
	margin: 3rem 0;
}

.entry-title {
	margin-bottom: 1rem;
}

.entry-title span {
	text-transform: uppercase;
	border-bottom: 2px solid;
	color: #ff0000;
	font-size: 1.5rem;
}

.mission-box {
	border: 10px solid #ff0000;
	display: flex;
	flex-wrap: wrap;
}

.mission-box h4 {
	background-color: #ff0000;
	color: #fff;
	padding-bottom: 8px;
	text-align: center;
	width: 100%;
	font-size: 1.2rem;
}

.mission-box p {
	padding: 20px;
	margin-bottom: .5rem;
	line-height: 1.7;
}

.district-box {
	border: 2px solid #000;
}

.district-box h4 {
	background-color: #000;
	color: #fff;
	padding: 7px;
	text-align: center;
	font-size: 1.2rem;
}

.map-box, .link-box {
	padding: 8px 20px;
	text-align: center;
}

.map-box a, .link-box a, .lnk {
	background: red;
	color: #fff !important;
	padding: 4px 14px;
	border-radius: .25rem;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
}

.map-box p {
	margin-bottom: 10px;
}

.cs-table tr td a {
	color: #fff;
	text-decoration: none;
	background: #FF5722;
	padding: 2px 16px;
	border-radius: 6px;
}
.cs-table tr td img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.hero-header-box {
	position: relative;
	background-color: #f2f2f2;
	width: 100%;
}

.hero-header-box img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.hero-header-box .hero-bg-text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: rgba(0, 0, 0, 0.27);
	width: 100%;
}
#breadcrumbs, p#breadcrumbs a {
	color: #fff;
	margin: 0;
	font-size: 14px;
	opacity:0.8
}

.hero-bg-text h1 {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.cs-table {
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.cs-table .wp-block-table thead{
	border-bottom:0
}
.cs-table h4 {
	margin-bottom: 1rem;
}

.cs-table tr th {
	font-size: 1rem;
	padding: 4px 12px;
	background: #555;
	color: #fff;
	text-align: center;
}

.cs-table tr td {
	font-size: .85rem;
	padding: 8px 12px;
}
.cs-table tr td:last-child {
	text-align: center;
}

.s-1-1 .s-1-2 img.cs-wid {
	width: auto;
}

.ct_gal {
	display: inline-block;
	margin-bottom: 20px;
	border: 10px solid #ffff;
	box-shadow: 0 0 10px #ddd;
	margin-top: 10px;
}

.ct_gal a {
	position: relative;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}

.ct_gal a img {
	width: 250px;
	height: 200px;
	object-fit: cover;
}

span.paus-hv {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .28);
	transform: scale(.9);
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 1rem;
	visibility: visible;
	transition: .3s all;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1.15;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

span.paus-hv span:first-child {
	margin-bottom: 1rem;
}

/* span.paus-hv span:last-child {
width: 30px;
height: 30px;
padding: 5px;
background: #fff;
display: flex;
border-radius: 50%;
justify-content: center;
align-items: center;
display: none;
} */

.entry-title-subpage {
	background: #eee;
	text-align: center;
	padding: 4px;
	margin-bottom: 30px;
	border-radius: 4px;
	font-size: 22px;
	line-height: normal;
}

.sb_hed {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #ff0000;
	font-size: 1.3rem;
}

.ct_gal a:hover span.paus-hv {
	transform: scale(0);
}

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

body:not(.home) .cs-lig-bx {
	margin-left: -15px;
	margin-right: -15px;
}

.cs-lig-bx>li, .cs-lig-bx>li>a {
	position: relative;
}

body:not(.home) .cs-lig-bx>li {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

body:not(.home) .cs-lig-bx>li>a {
	display: flex;
	margin-bottom: 1.5rem;
}

.ph_gl.cs-lig-bx>li>a, .cs-lig-bx>li>a span {
	display: block;
	border: 0;
}

.cs-lig-bx li a span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	visibility: visible;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: .5s ease;
}

.cs-lig-bx>li>a span img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.cs-lig-bx>li>a span:after {
	content: '';
	position: absolute;
	top: 120%;
	left: 50%;
	background: url(/wp-content/themes/northokaloosa/assets/images/zoom-in.svg);
	width: 25px;
	height: 25px;
	background-size: cover;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	transition: .5s ease;
}

.cs-lig-bx>li:hover>a span:after, .cs-lig-bx>li:hover>a span:before {
	visibility: visible;
	opacity: 1;
	transition: .5s ease;
}

.cs-lig-bx>li:hover>a span:after {
	top: 50%;
}

.cs-lig-bx>li:hover>a span:before {
	height: 100%;
}

.flt-img {
	float: right;
	width: 450px;
	margin-left: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #efefef;
}

.wp-block-columns.cln-box {
	margin: 2rem 0 1rem;
}

.imgwid {
	width: 255px;
}

.docs h2 {
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 0, 0, 0.5);
	font-size: 28px;
}

.link-cat {
	margin-bottom: 2rem
}

.link-cat h2 {
	margin-bottom: 1.5rem;
}


.file-icon {
	margin-right: 10px;
}

.file-desc p {
	margin: 0;
}

.file-icon img {
	width: 60px;
	height: 60px;
}
.file-icon-arc img{
	width: 40px;
	height: 40px;
}

.file-desc a {
	color: #444;
}

.file-icon.int span {
	background: #eee;
	display: inline-block;
	width: 55px;
	text-align: center;
	border-radius: 50%;
}

.file-icon.int img {
	width: 40px;
}

.link-cat h4 {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.link-cat p {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 14px;
}

.link-cat h4 span {
	border-bottom: 1px solid #555;
}

.news-dt {
	margin: 4rem 0;
}

.news-pg {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 40px;
}

.column-1 {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}

.news-itm {
	margin-bottom: 2rem;
}

.news-itm:hover {
	transition: 0.25s;
	box-shadow: 0 0 50px #c1c1c1;
}

.im-bx {
	display: inline-block;
	background: #fff;
	border: 2px solid #ddd;
	padding: 1rem;
}

.column-1 .im-bx {
	border: 0;
	padding: 0;
}

.column-1 .news-itm:hover {
	box-shadow: none;
}

span.posted-on {
	margin-bottom: .5rem;
	display: block;
}

.posted-on svg {
	width: 16px;
	margin-right: 2px;
	fill: #444444;
}

.posted-on time {
	font-size: .8rem;
	color: #888;
}

.news-itm h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.news-itm h3 a {
	color: inherit;
}

.posted-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	border-bottom: 2px solid #ddd;
	padding-bottom: 0.5rem;
}

.news-itm a.moretag {
	display: block;
	margin-top: 1rem;
	color: #ff0000;
}

.recent-news-list {
	background: #f4f4f4;
	margin-left: 1rem;
}

.recent-news-list header {
	padding-bottom: 0.25rem;
	margin-bottom: 0;
	background: #3e01fe;
	padding: 0.5rem 1rem;
}

.recent-news-list header h3 {
	margin: 0;
	color: #fff;
}
.recent-news-list li {
	width: 100%;
}
.recent-news-list li a {
	color: #444;
	padding: 0.75rem 1rem;
	border-bottom: 2px dashed #ddd;
	font-weight: bold;
}

.recent-news-list li:last-child a {
	border-bottom: 0;
}

.recent-news-list li a:hover {
	text-decoration: none;
}

.recent-news-list li a svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.recent-news-list li span {
	font-size: 14px;
	margin-top: 0.25rem;
	color: inherit;
	font-weight: normal;
}

.cs-txtbx a {
	color: inherit;
	font-weight: 700;
}

ul.cs-news {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
ul.cs-news li {
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin: 0 10px;
	padding: 0 10px;
}
.news-anc>.col-md-4 {
	display: flex;
}
/* Gallery */
.gl__testibx {
	list-style: none;
	padding: 10px;
}
ul.gl__testibx {
	padding: 5rem 0 12rem;
	display: flex;
	flex-wrap:wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.photo-gal-show {
	position: relative;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}

li.gl__item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 1.5rem;
}

li.gl__item a {
	display: inline-block;
	margin-bottom: 20px;
	border: 10px solid #ffff;
	box-shadow: 0 0 10px #ddd;
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 30px;
	text-align: center;
	margin: 0 10px;
}

.photo-gal-show span.paus-hv {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.28);
	transform: scale(0.85);
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 1rem;
	transition: .3s all;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1.25;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.lg-thumb.lg-group {
	display: flex;
}
.gl__item .paus-hv span:first-child {
	margin-bottom: 1rem;
}
.photo-gal-show > img {
	width: 100%;
	margin: 0 auto;
	height: 200px;
	object-fit: cover;
}
.gl__item .paus-hv span:last-child {
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.paus-hv img {
	width: 25px;
}
.gl__item span.paus-hv {
	visibility: visible;
	transform: scale(0.85);
}
.gl__item:hover span.paus-hv {
	visibility: hidden;
	transform: scale(0);
}
.lg-thumb-outer {
	display: flex;
	justify-content:center
}
/* End Gallery */

.scrollTop {
	position: fixed;
	right: 15px;
	bottom: 85px;
	background-color: #ff0000;
	padding: 8px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 4px;
	cursor: pointer
}
.scrollTop span img {
	width: 24px;
	transform: rotate(90deg);
}
body:not(.home).sticky-header {
	padding-top: 160px;
}
.tax-mg_cat .inn-page ul.gl__testibx {
	padding-top: 1rem;
}
body .wp-block-table td, body .wp-block-table th {
	border: 1px solid #dee2e6;
}
.links-wrap {
	margin-bottom: 2rem
}
.gt-links .theme-btn {
	background: transparent;
	margin-top: 0;
	margin-bottom: 6px;
	color: #333;
	font-weight: normal;
	border: 1px solid #ddd;
	padding: 0.5rem 1rem;
}
.gt-links .theme-btn:hover {
	background:#eee
}
.doc-wrap {
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.doc-wrap a {
	color: #444;
	font-size: 14px;
}
.doc-wrap .link-items {
	flex: 0 0 50%;
	max-width: 50%;
	background: #f7f7f7;
	padding: 0.75rem 0.5rem;
	border: 8px solid #fff;
	margin-bottom: 0;
	border-radius: 15px;
}
.doc-wrap .link-items:hover {
    background: #eee;
    text-decoration: none;
}
.doc-wrap .link-items-arc {
	flex: 0 0 25%;
	max-width: 25%;
	background: #f7f7f7;
	padding: 0.75rem 0.5rem;
	border: 8px solid #fff;
	margin-bottom: 0;
	border-radius: 15px;
}
.doc-wrap .link-items-arc:hover {
    background: #eee;
    text-decoration: none;
}
/* Responsive CSS */

@media only screen and (min-width: 1200px) {
	.site-navigation {
		display: flex !important;
	}
}

@media only screen and (max-width: 1199px) {
	.site-navigation>.nav a, .site-footer .nav a {
		font-size: 14px;
	}
	.s-logo {
		width: 160px;
	}
}

@media only screen and (max-width: 992px) {
	/* Menu CSS */
	.hamburger {
		font: inherit;
		display: inline-block;
		overflow: visible;
		margin: 0;
		padding: 6px;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: 0.15s;
		transition-property: opacity, filter;
		text-transform: none;
		color: inherit;
		border: 0;
		background-color: transparent;
	}
	.hamburger-box {
		position: relative;
		display: inline-block;
		width: 26px;
		height: 18px;
	}
	.hamburger--slider .hamburger-inner {
		top: 2px;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		position: absolute;
		width: 26px;
		height: 4px;
		transition-timing-function: ease;
		transition-duration: 0.15s;
		transition-property: transform;
		border-radius: 4px;
		background-color: #ff0000;
	}
	.fixed .hamburger-inner, .fixed .hamburger-inner:after, .fixed .hamburger-inner:before {
		background-color: #ff0000;
	}
	.hamburger--slider .hamburger-inner:before {
		top: 8px;
		transition-timing-function: ease;
		transition-duration: 0.15s;
		transition-property: transform, opacity;
	}
	.hamburger-inner {
		top: 50%;
		display: block;
		margin-top: 1px;
	}
	.hamburger-inner:after, .hamburger-inner:before {
		display: block;
		content: "";
	}
	.hamburger-inner:before {
		top: -10px;
	}
	.hamburger--slider .hamburger-inner:after {
		top: 16px;
	}
	.hamburger-inner:after {
		bottom: -10px;
	}
	.nav-collapse .hamburger--slider .hamburger-inner {
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}
	.nav-collapse .hamburger--slider .hamburger-inner:before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}
	.nav-collapse .hamburger--slider .hamburger-inner:after {
		transform: translate3d(0, -16px, 0) rotate(-90deg);
	}
	/* end humburger menu */
	.cs-menu {
		justify-content: space-between;
	}
	.site-navigation {
		display: none;
	}
	.cs-menu {
		flex-wrap: wrap;
	}
	.site-navigation {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 1.2rem 1rem;
		background-color: rgba(0, 0, 0, 1);
		position: fixed;
		top: 0;
		right: -100%;
		height: 100vh;
		width: 100%;
		z-index: 1;
		/* 		overflow-y: scroll; */
		max-width: 100%;
	}
	.nav-collapse .site-navigation {
		right: 0;
	}
	.site-navigation .nav li {
		width: 100%;
		margin-bottom: 1rem;
	}
	.site-navigation .nav a {
		padding: 8px 12px;
		font-size: .8rem;
		display: block;
	}
	.responsive-menu, .site-navigation {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.site-navigation .hamburger {
		display: none;
	}
	.site-navigation .nav {
		margin-top: 40px;
	}
	.nav-collapse .cs-menu .site-navigation .hamburger {
		position: absolute;
		right: 15px;
		top: 20px;
		z-index: 11;
	}
	.nav-collapse .fixed .site-navigation>.nav a {
		color: #fff;
	}
	body.nav-collapse .site-navigation .hamburger {
		display: block;
	}
	.na .items .desc h4 {
		font-size: 16px;
	}
	.news-anc>.col-md-4 {
		display: flex;
	}
	.ctitle {
		font-size: 1.5rem;
	}
	.sl-txt h1 {
		font-size: 2rem;
	}
	.sl-txt p {
		font-size: 1.1rem;
	}
	.nb .nav li {
		font-size: 14px;
	}
	.s-1-1 .s-1-2:first-child {
		padding: 1.5rem;
		padding-bottom: 
	}
	.s-1-1 .s-1-2 p {
		line-height: normal;
		font-size: 13px;
		margin-bottom: .5rem
	}
	.s-1-2 a {
		font-size: 12px;
		margin-top: .5rem;
	}
	.s-1-2 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.s-1-2 h4 {
		font-size: 1.3rem;
	}
	.cnt>img {
		width: auto;
		height: auto;
	}
	.site-navigation>.nav a, .site-footer .nav a {
		padding: 0 6px;
	}
	.site-navigation>.nav a, .site-footer .nav a {
		font-size: 13px;
	}
	.flt-img {
		float: right;
		width: 300px;
	}
	.site-header.fixed {
		animation: none
	}
	.sl-txt h1 {
		font-size: 1.2rem;
	}
	.sl-txt p {
		width: 100%;
		font-size: .9rem;
	}
	.nb .nav li+li {
		border: 0;
	}
	.nb .nav li {
		font-size: 13px;
	}
	.s-1-1 .s-1-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.s-1-2 h3 {
		margin-bottom: 1rem;
	}
	.s-1-1 {
		flex-wrap: wrap;
	}
	body:not(.home) .site-navigation>.nav a {
		color: #fff;
	}
	body:not(.home) .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color: #ff0000;
	}
	.cs-table h4 {
		font-size: 1.1rem;
	}
	.hero-bg-text h1 {
		font-size: 1.5rem;
	}
	.photo-gal-show span.paus-hv {
		font-size: 16px;
		padding: .5rem;
	}
	.photo-gal-show > img {
		height: 160px;
	}
	.docs h2 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size:14px;
	}
	.recent-news-list li span {
		font-size: 12px;
	}
	.na .items {
		margin-bottom: 2rem;
	}
	.news-anc .col-md-4:last-child .items {
		margin: 0;
	}
	.cu-form {
		display: block;
	}
	.side-left, .side-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.side-right {
		margin-left: 0;
	}
	.cu {
		padding: 3rem 0;
	}	
	body:not(.home) .site-header.fixed {
		position: fixed
	}
	.hero-bg-text h1 {
		font-size: 1.5rem;
	}
	.hero-header-box img {
		height: 95px;
		object-fit: cover;
	}
	.cs-table {
		margin-left: 0;
	}
	.cs-table h4, .cs-txtbx h4 {
		font-size: 1.1rem;
	}
	.gl__testibx {
		display: block;
	}
	.file-desc p span {
		display: block;
	}
	.file-desc p {
		margin-left: 15px;
	}
	.link-cat h2 {
		font-size: 1.3rem;
	}
	.inn-page .entry-content h4 {
		font-size: 1.1rem;
	}
	.photo-gal-show span.paus-hv {
		font-size: 20px;
	}
	li.gl__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.photo-gal-show > img {
		height: 140px;
	}

	.doc-wrap .link-items {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.doc-wrap .link-items-arc {
		flex: 0 0 50%;
   		max-width: 50%;
	}
}
@media only screen and (max-width: 575px) {
	.photo-gal-show span.paus-hv {
		font-size: 14px;
	}
	.flt-img {
		float: none;
		margin-left: 0;
	}
	.flt-img img {
		width: 100%;
	}
	.mission-box {
		margin-bottom: 1.5rem;
	}
}

.screen-reader-text, .screen-reader-shortcut{
	background-color: #000 !important;
	color: #fff !important
}
