@charset "UTF-8";
.nav.navbar.bg-primary {
	background-color: #317dc3 !important;
}

header {
	background: #317dc3;
	border-top: 10px solid #2e689e;
}

body {
	min-height: 100vh;
}

.main-content {
	flex: 1;
}

#events {
	padding: 0;
}

#events .events-slick-dots {
	position: absolute;
	width: 100%;
}

#events-and-missions .image {
	height: 100px;
	width: 100px;
}

#events-and-missions .image img {
	height: 100px;
	width: 100px;
}

nav[aria-label='breadcrumb'] {
	background: #e9ecef;
}

.login-page {
	background: #30303d !important;
}

.breadcrumb {
	white-space: nowrap;
	display: inline-flex;
	flex-wrap: nowrap;
	padding: 0.75rem 1rem;
	margin-bottom: 0;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0;
	overflow: hidden;
	width: 100%;
	padding-left: 0;
}

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

article header {
	background: inherit;
	border: none;
	padding: 0;
	text-transform: unset;
	font-weight: 500;
}

header .links-oval a {
	margin: 0 10px;
}

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

.order-link, .yel-border-link {
	border-radius: 8px;
	text-transform: none;
	margin-bottom: 1rem;
}

.order-link:hover {
	/*color: #c27e0f;*/
}

.langs .nav-item.active a {
	background: #ffc107;
}

.section-pills.nav-pills .nav-link {
	border-radius: 0;
	border: 1px solid #fff;
}

/*.bg-fixed{*/
/*position: fixed;*/
/*width: 100vw;*/
/*height: 100vh;*/
/*background: url("/img/back/back1-80.jpg") no-repeat;*/
/*}*/
/*section, footer, header{*/
/*position: relative;*/
/*}*/
/*#gallery{*/
/*background: initial;*/
/*}*/
.gallery-item {
	display: block !important;
}

.gallery-slick-slider a {
	display: block !important;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-slide img {
	display: block;
}

.post, .post-list {
	margin-top: 2rem;
}

.post .svg-inline--fa,
.post-list .svg-inline--fa {
	color: #ffc107;
}

.post .img-holder {
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 4px;
	padding-bottom: 10px;
}

.is_event .post .img-holder {
	background-size: contain;
}

.post-list .post {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.4;
	/*border-bottom: 1px solid #e9ecef;*/
}

.post-list .item:last-of-type .post {
	border-bottom: 0;
}

.post-list .pagination {
	margin: 30px 0;
	overflow: scroll;
}

.post .tags,
.post time,
.post .time {
	font-size: 14px;
	display: block;
	color: #b2b2b2;
}

.post-list .post .desc {
	margin-top: 5px;
	margin-bottom: 5px;
}

.post .fa-calendar-alt,
.post .fa-tags {
	margin-right: 5px;
}

.post .tag:after {
	font-family: Font Awesome\ 5 Free;
	content: '\f111';
	font-size: 3px;
	vertical-align: middle;
}

.post .tag:last-of-type:after {
	content: unset;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 50%;
}

.page-item .page-link {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 1.6;
	margin-left: 15px;
	color: #9c9c9c;
}

.page-item .page-link:hover {
	color: #fff;
	background: #ffc107;
	border-color: #ffc107;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.post-view {
	text-align: left !important;
	margin-bottom: 30px;
}

.post-view figure {
	margin-top: 1rem;
}

.post-view p {
	/*width: 80%;*/
	margin: 0 auto 10px auto;
	text-align: left !important;
	line-height: 1.8;
}

.post-view img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.post-view .content img {
	margin-top: 15px !important;
	margin-right: 20px !important;
	margin-bottom: 15px !important;
	margin-left: -5% !important;
}

.post-view .content img.event-image {
	margin: 0 !important;
}

.btn-outline-primary {
	color: #09355b;
	border-color: #09355b;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #2c5d8a;
	border-color: #2c5d8a;
}

.nav-pills .nav-link {
	background-color: #ccc;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #2c5d8a;
}

.list-offers {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.list-offers .item {
	padding: 1rem;
}

.list-offers .item img {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.list-offers .item:nth-child(odd) {
	background: #e0e4e8;
}

header .navbar-nav .nav-item.active .nav-link {
	color: #ffc107 !important;
}

.search-button {
	width: 10%;
}

.search-box {
	position: absolute;
	height: 100vh;
	width: 100vw;
	background: #09355b;
	background: rgba(9, 53, 91, .7);
	z-index: 3;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: none;
	text-align: right;
}

.search-box form {
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: 25%;
	padding-right: 10%;
	padding-left: 10%;
}

.searchit-disable {
	color: #ffc107 !important;
	padding: 2rem;
}

.searchit-disable .fa-times {
	margin-top: 1rem;
}

.search-box.show {
	display: block;
}

a[title='Interactive JavaScript maps'] {
	display: none !important;
}

.products-list h3 {
	color: #ffa900;
}

.products-list a.active {
	color: #ffa900 !important;
}

.post #gallery {
	background: inherit !important;
	height: auto;
	padding: 0;
	margin-top: 1rem;
}

#blueimp-gallery .close {
	color: #ffa900;
	font-size: 3em;
}

#subscription .modal-content {
	min-height: 320px;
}

#subscription .modal-ajax-loader {
	flex: 0;
}

.modal-dialog {
	text-align: left !important;
}

.subscription-link {
	cursor: pointer;
	color: #09355b;
	text-decoration: underline !important;
}

.subscription-link:hover {
	color: #2c5d8a;
	text-decoration: none;
}

@media (max-width: 768px) {
	.post-view figure {
		margin-left: -15px;
		margin-right: -15px;
	}

	.post-view .content img {
		float: none !important;
		display: block;
		margin: 0 auto !important;
	}
}

.map {
	height: 480px;
}

.map iframe {
	height: 100%;
}

.map-title {
	text-align: center;
	color: #ffa900;
}

#order-form .help-block,
#order-form .hint-block {
	font-size: 14px;
	text-transform: none;
}

#order-form .hint-block a {
	text-decoration: underline;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
	color: #eb4e36;
}

.has-error .form-control, .has-error .form-control:focus {
	border: 2px solid #eb4e36;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
	color: #eb4e36;
}

.field-orderform-productcode {
	display: none;
}

.team .team-card {
	margin-bottom: 2rem;
}

.team .team-card:before {
	content: ' ';
	position: absolute;
	width: 100vw;
	height: 45%;
	bottom: 0;
	margin-left: -45px;
	background: #efefef;
}

.team {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-right: 30px;
	padding-left: 30px;
}

.team .card-body {
	padding-left: 0.75rem;
}

.team .card-footer {
	padding: 0.75rem 1.25rem;
	padding-left: 0.75rem;
	/*margin-right: 1.25rem;*/
	background-color: rgba(0, 0, 0, 0);
	border-top: none;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
	/*border-bottom: 1px solid #ffc107;*/
}

.team .card-footer a {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

html, body {
	overflow-x: hidden;
}

g[role="menuitem"] circle {
	-webkit-animation: circle 3s ease-in-out;
	-moz-animation: circle 3s ease-in-out;
	animation: circle 3s ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-moz-keyframes circle {
	0% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-opacity: 0.0;
		stroke-width: 5px;
	}
	25% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-opacity: 0;
		stroke-width: 10px;
	}
	50% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-width: 15px;
		stroke-opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-width: 20px;
		stroke-opacity: 0.5;
	}
	100% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-width: 25px;
		stroke-opacity: 0.0;
	}
}

@-webkit-keyframes "circle" {
	0% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-opacity: 0.0;
		stroke-width: 5px;
	}
	25% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-opacity: 0;
		stroke-width: 10px;
	}
	50% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-width: 15px;
		stroke-opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-width: 20px;
		stroke-opacity: 0.5;
	}
	100% {
		-moz-transform: scale(0);
		stroke: rgb(255, 215, 0);
		stroke-width: 25px;
		stroke-opacity: 0.0;
	}
}

.expired {
	background-color: #e3e3e3;
}

.contact-link {
	margin: 5px;
	font-size: 24px;
}
header .logo-main{
	margin-bottom: 0;
}
footer .links-oval a {
	height: 60px;
	width: 60px
}