/* FISLess 0.99.68 */

.blue {
	color: #00ade5;
}
.explist_cats {
	margin-bottom: 20px;
}
@media (max-width:699px) {
	.explist_cats {
		margin-top: 20px;
	}
}
.explist_cats .explist_cat {
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	line-height: 26px;
}
@media (max-width:699px) {
	.explist_cats .explist_cat {
		font-size: 12px;
		line-height: 19px;
	}
}
@media (min-width:700px) and (max-width:1255px) {
	.explist_cats .explist_cat {
		font-size: 14px;
		line-height: 22px;
	}
}
.explist_cats .explist_cat:not(:last-of-type) {
	margin-right: 20px;
}
.explist_cats .explist_cat.active {
	font-weight: bold;
	color: #f8a91e;
}
.lnkepxose {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid silver;
	border-radius: 3px;
	font-weight: bold;
}
.explist {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.explist > div.explistitem {
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 2px 2px 10px rgba(192, 192, 192, 0.6);
}
@media (max-width:699px) {
	.explist > div.explistitem:not(:first-child) {
		margin-top: 15px;
	}
}
@media (min-width:700px) {
	.explist > div.explistitem {
		flex: 0 1 calc((100% - 16px) / 2);
	}
	.explist > div.explistitem:nth-child(even) {
		margin-left: 15px;
	}
	.explist > div.explistitem:nth-child(n+3) {
		margin-top: 15px;
	}
}
.explist > div.explistitem > div {
	padding: 5px 20px;
}
.explist > div.explistitem > div:not(:last-child) {
	padding-bottom: 0;
}
.explist > div.explistitem .expimg,
.explist > div.explistitem .imgwrap {
	padding: 0;
}
.explist > div.explistitem .expadr {
	font-size: 13px;
	line-height: 21px;
}
@media (max-width:699px) {
	.explist > div.explistitem .expadr {
		font-size: 12px;
		line-height: 19px;
	}
}
@media (min-width:700px) and (max-width:1255px) {
	.explist > div.explistitem .expadr {
		font-size: 14px;
		line-height: 22px;
	}
}
.explist > div.explistitem .exptitle {
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
}
.explist > div.explistitem .expdetails {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 21px;
}
@media (max-width:699px) {
	.explist > div.explistitem .expdetails {
		font-size: 12px;
		line-height: 19px;
	}
}
@media (min-width:700px) and (max-width:1255px) {
	.explist > div.explistitem .expdetails {
		font-size: 14px;
		line-height: 22px;
	}
}
.explist > div.explistitem .expdetails > dl dd,
.explist > div.explistitem .expdetails > dl dt {
	margin-bottom: 0px;
}
.explist > div.explistitem .expdetails > dl dt {
	display: inline;
}
.explist > div.explistitem .expdetails > dl dt:after {
	margin-right: 5px;
	content: ':';
}
.explist > div.explistitem .expdetails > dl dd {
	display: inline;
	margin-left: auto;
	font-weight: bold;
	color: #00ade5;
	white-space: nowrap;
}
.explist > div.explistitem .expdetails > dl dd:after {
	white-space: pre;
	content: "\A";
}
.imgwrap {
	overflow: hidden;
}
.expimg .img {
	width: 100%;
	padding-top: 56.25%;
	background-position: center center;
	background-size: cover;
}
#content > .center .expose > h2 {
	font-size: 25px;
	line-height: 30px;
	text-transform: none;
}
@media (max-width:699px) {
	#content > .center .expose > h2 {
		font-size: 19px;
		line-height: 30px;
	}
}
#content > .center .expose > .mapsLink {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 19px;
}
@media (max-width:699px) {
	#content > .center .expose > .mapsLink {
		font-size: 12px;
		line-height: 19px;
	}
}
@media (min-width:700px) and (max-width:1255px) {
	#content > .center .expose > .mapsLink {
		font-size: 14px;
		line-height: 22px;
	}
}
#content > .center .expose .infoBlock {
	width: 100%;
	margin: 20px 0;
}
@media (max-width:699px) {
	#content > .center .expose .infoBlock .block .item {
		display: flex;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#content > .center .expose .infoBlock .block .item .topic {
		padding-right: 10px;
		color: #00ade5;
		flex: 1;
	}
	#content > .center .expose .infoBlock .block .item .data {
		flex: 2;
	}
	#content > .center .expose .infoBlock .block .item:not(:first-child) > * {
		border-top: 1px solid silver;
	}
	#content > .center .expose .infoBlock .block .item:last-child > * {
		border-bottom: 1px solid silver;
	}
}
@media (min-width:700px) {
	#content > .center .expose .infoBlock {
		display: flex;
	}
	#content > .center .expose .infoBlock .block {
		padding: 10px;
		border-radius: 3px;
		flex: 1;
	}
	#content > .center .expose .infoBlock .block:first-child {
		background-color: #eee;
	}
	#content > .center .expose .infoBlock .block .item:not(:first-child) {
		padding-top: 10px;
	}
	#content > .center .expose .infoBlock .block:not(:first-child) {
		flex: 2;
	}
	#content > .center .expose .infoBlock .block:not(:first-child) .item {
		display: flex;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#content > .center .expose .infoBlock .block:not(:first-child) .item .topic {
		padding-right: 10px;
		color: #00ade5;
		flex: 1;
	}
	#content > .center .expose .infoBlock .block:not(:first-child) .item .data {
		flex: 2;
	}
	#content > .center .expose .infoBlock .block:not(:first-child) .item:not(:first-child) > * {
		border-top: 1px solid silver;
	}
	#content > .center .expose .infoBlock .block:first-child .item .topic {
		border-bottom: 1px solid white;
		color: #f8a91e;
	}
	#content > .center .expose .textImageBlock {
		display: flex;
		flex-direction: row-reverse;
	}
}
#content > .center .expose .textImageBlock > * {
	padding: 10px;
}
@media (min-width:700px) {
	#content > .center .expose .textImageBlock .textBlock {
		flex: 2;
	}
	#content > .center .expose .textImageBlock .imageBlock {
		flex: 1;
	}
}
#content > .center .expose .textImageBlock .imageBlock .image,
#content > .center .expose .textImageBlock .imageBlock .images {
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}
#content > .center .expose .textImageBlock .imageBlock .image > .expimg,
#content > .center .expose .textImageBlock .imageBlock .image > .imgwrap,
#content > .center .expose .textImageBlock .imageBlock .images > .expimg,
#content > .center .expose .textImageBlock .imageBlock .images > .imgwrap {
	overflow: hidden;
	border-radius: 8px;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	box-shadow: 2px 2px 10px rgba(192, 192, 192, 0.6);
}
#content > .center .expose .textImageBlock .imageBlock .image > .expimg,
#content > .center .expose .textImageBlock .imageBlock .image > .imgwrap {
	width: calc(100%);
	height: calc((100%) / 16 * 9);
	flex: 0 0 calc(100%);
}
#content > .center .expose .textImageBlock .imageBlock .images > .expimg,
#content > .center .expose .textImageBlock .imageBlock .images > .imgwrap {
	margin-top: 10px;
}
@media (max-width:699px) {
	#content > .center .expose .textImageBlock .imageBlock .images > .expimg,
	#content > .center .expose .textImageBlock .imageBlock .images > .imgwrap {
		width: calc(100%);
		height: calc((100%) / 16 * 9);
		flex: 0 0 calc(100%);
	}
}
@media (min-width:700px) {
	#content > .center .expose .textImageBlock .imageBlock .images > .expimg,
	#content > .center .expose .textImageBlock .imageBlock .images > .imgwrap {
		width: calc((100% - 1 * 10px) / 2);
		height: calc(((100% - 1 * 10px) / 2) / 16 * 9);
		flex: 0 0 calc((100% - 1 * 10px) / 2);
	}
	#content > .center .expose .textImageBlock .imageBlock .images > .expimg:nth-child(even),
	#content > .center .expose .textImageBlock .imageBlock .images > .imgwrap:nth-child(even) {
		margin-left: 10px;
	}
}