@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
	background: #0E1823;
	margin: 0;
	font-family: 'Raleway', sans-serif, ui-sans-serif, system-ui;
	font-size: 16px;
	max-width: 100%;
	overflow-x: hidden;
}
h1,h2,h3 {
	font-weight: 500;
	text-transform: capitalize;
	color: rgb(11, 41, 72)
}
.header {
	background: rgb(24, 60, 95);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}
.header div {
	padding: 20px;
	vertical-align: middle
}
.header .header_contact {
	background: black;
	text-align: right;
	color: #f2f2f2;
}
.header .header_contact span:nth-child(1) {
	display: block
}
.header .header_contact span:nth-child(2) {
	display: none
}
.header .header_contact p {
	margin: 0
}
.header .header_contact a,
.header .header_contact a:visited {
	color: inherit;
	text-decoration: none
}
.header .header_contact a:hover {
	color: inherit;
	text-decoration: underline
}
.header .header_logo,
.header .header_menu {
	display: inline-block;
}
.header .header_logo img {
	height: 50px;
	width: auto;
	margin-bottom: -4px
}
.header .header_menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.header .header_menu ul ul {
	position: absolute;
	top: 25px;
	display: none;
	background: #0e1823;
	padding: 15px
}
.header .header_menu ul ul li {
	margin: 0;
	display: block;
	white-space: nowrap;
	margin-bottom: 15px
}
.header .header_menu ul ul li:last-of-type {
	margin-bottom: 0
}
.header .header_menu li {
	display: inline-block;
	padding-right: 15px;
	position: relative
}
.header .header_menu a,
.header .header_menu a:visited {
	color: rgb(75, 149, 174);
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s
}
.header .header_menu a:hover {
	color: rgb(255, 255, 255);
}
.wrapper {
	position: relative;
	z-index: 9;
	max-width: 1100px;
	padding-top: 146px;
	margin: 0 auto 0 auto;
}
.wrapper .content {
	background: white;
	padding: 15px;
	border-radius: 0 0 15px 15px
}
.footer {
	position: relative;
	z-index: 8;
	max-width: 1100px;
	margin: auto;
	text-align: center;
	padding: 15px 0 15px 0;
	color: #b5b5b5;
}
.footer_logo img {
	height: 70px;
	width: auto;
	margin-bottom: 11px
}
.footer p {
	margin: 0 0 8px 0
}
.footer a,
.footer a:visited {
	color: inherit;
	text-decoration: none
}
.footer a:hover {
	text-decoration: underline
}
.mobile_menu_button {
	display: none
}
.mobile_menu_button,
.mobile_menu_button:hover {
	position: fixed;
	z-index: 110000;
	top: 80px;
	right: 15px;
	height: 40px;
	width: 40px;
	transition: .5s
}
.mobile_menu_button span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #f2f2f2;
	border-radius: 3px
}
.mobile_menu_button span:nth-child(1) {
	top: 0
}
.mobile_menu_button span:nth-child(2) {
	top: 50%;
	margin-top: -3px
}
.mobile_menu_button span:nth-child(3) {
	bottom: 0
}
.mobile_menu_button_active {
	transform: rotate(90deg)
}
.mobile_navigator {
	display: none;
	position: relative;
	z-index: 8;
	background: rgba(0, 0, 0, 0.75);
	padding: 25px 15px 15px 0;
	text-align: center;
	text-transform: uppercase;
}
.mobile_navigator ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.mobile_navigator a,
.mobile_navigator a:visited {
	color: #f2f2f2;
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
}
.mobile_navigator a:hover {
	color: white;
	text-decoration: underline
}
.mobile_navigator .show_sub_menu {
	text-decoration: none !important;
	cursor: pointer;
	font-weight: bold;
	margin-top: 25px
}
.mobile_navigator ul ul {
	margin-bottom: 25px;
}
.banner {
	position: relative;
	padding-bottom: 45%;
	background-position: center;
	background-size: cover;
	margin: 0 -30px 0 -30px;
	border-radius: 0 0 15px 15px
}
.banner div {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 15px 30px 15px;
	text-align: center;
	overflow: hidden;
	background: rgba(95, 22, 85, 0.7);
	color: #f2f2f2;
	border-radius: 0 0 15px 15px;
	font-weight: bold;
}
video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 2;
	object-position: center;
	object-fit: cover;
	border-radius: 0 0 15px 15px
}
.banner_box {
	background: rgb(9, 35, 78);
	border-radius: 0;
	padding: 30px;
	margin: -15px -15px 0 -15px;
	position: relative;
	z-index: 8;
	text-align: center;
	color: #f2f2f2;
	display: none
}
.image_float_left,
.image_float_right,
.image_full_width,
.imageAlignLeft,
.imageAlignRight,
.imageAlignFull {
	margin-bottom: 20px
}
.image_float_left,
.imageAlignLeft {
	float: left;
	margin-right: 20px
}
.image_float_right,
.imageAlignRight {
	float: right;
	margin-left: 20px
}
.image_full_width,
.imageAlignFull {
	max-width: 100%;
	height: auto;
}
.content img {
	border-radius: 10px
}
.home_box {
	background: black;
	margin: -15px -15px -15px -15px
}
.home {
	margin: 0 0 30px 0;
	display: table;
	width: 100%;
}
.home_row {
	display: table-row
}
.home_pad {
	position: relative;
	padding-bottom: 35%
}
.home_cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	background-position: center;
	background-size: cover;
	color: #f2f2f2;
	padding: 6%
}
.home .home_cell p:first-of-type {
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	color: orange
}
.button,
.button:visited {
	display: inline-block;
	background: orangered;
	padding: 8px;
	color: white;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	transition: .5s
}
.button:hover {
	background: black;
	transform: scale(0.95);
	text-decoration: none;
}
.paging a {
	margin: 10px;
	text-transform: uppercase
}
.paging a:last-child {
	margin-right: 0
}
.paging {
	text-align: center;
	padding: 0 0 15px 0
}
.grid * {
	box-sizing: border-box;
	vertical-align: top;
	text-align: center
}
.grid_box {
	display: inline-block;
	width: 23.49%;
	margin: 0 1% 2% 1%
}
.grid_box:nth-child(4n+1) {
	margin-left: 0
}
.grid_box:nth-child(4n+4) {
	margin-right: 0
}
.grid_image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1.1
}
.grid_title {
	padding: 10px 0 10px 0;
	font-weight: bold;
	text-transform: uppercase
}
.grid_price {
	font-size: 125%;
	color: orangered;
	font-weight: bold;
	padding-bottom: 10px
}
.masonry {
	column-count: 4;
	column-gap: 30px;
	vertical-align: top;
	column-fill: balance;
}
.masonry .masonry_box {
	width: 100%;
	display: inline-block;
	break-inside: avoid;
	background: #93b1c7;
	box-sizing: border-box;
	border: 15px solid #93b1c7;
	border-radius: 10px;
	margin-bottom: 30px;
	text-align: left
}
.masonry .masonry_image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 1.1;
	border-radius: 7px
}
.masonry .masonry_title {
	font-weight: bold;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #0e3048
}
.masonry .masonry_description {
	font-size: 85%;
	padding-top: 10px
}
.masonry .masonry_date {
	padding-top: 10px;
	font-size: 85%;
	opacity: .7
}
.masonry .masonry_link {
	padding-top: 10px;
}
.iframe_fit {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width. */
}
.iframe_fit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px
}
.sharethis-inline-share-buttons {
	clear: both;
	padding: 25px;
	background: #718ba6;
	border-radius: 10px;
	color: #f2f2f2 !important;
}
.clear {
	clear: both
}
#tagcloud {
	padding: 30px 0 30px 0;
	opacity: .5
}
#tagcloud a {
	display: inline-block;
	margin: 0 5px 0 5px
}
.estuary_closed {
	background: rgb(25, 52, 105);
	border-radius: 10px;
	padding: 30px;
	color: white;
	text-align: center;
	text-transform: uppercase
}
@media screen and (max-width: 1024px) {
	body, html {
		font-size: 18px;
	}
	.header .header_contact {
		text-align: center
	}
	.header .header_contact span:nth-child(1) {
		display: none
	}
	.header .header_contact span:nth-child(2) {
		display: block
	}
	.header .header_logo img {
		height: 70px;
	}
	.header .header_menu {
		display: none
	}
	.header .header_logo {
		display: block;
		text-align: center
	}
	.wrapper {
		width: 100%;
		padding-top: 168px;
	}
	.wrapper .content {
		border-radius: 0
	}
	.footer {
		padding: 15px;
	}
	.mobile_menu_button {
		display: block
	}
	.banner {
		padding-bottom: 60%;
		margin: 0;
		border-radius: 0
	}
	.banner div {
		display: none
	}
	.banner_box {
		display: none
	}
	video {
		border-radius: 0
	}
	h1, h2, h3 {
		display: block;
		margin: 15px 0 15px 0;
		font-size: 20px;
		background: black;
		color: white;
		border-radius: 10px;
		text-align: center;
		padding: 15px;
		font-weight: 400
	}
	.home {
		display: none
	}
	.grid_box {
		display: block;
		width: 100%;
		margin: 0 auto 30px auto !important;
		border-bottom: 1px #0B2948 solid
	}
	.grid_link {
		padding-bottom: 30px
	}
	.grid .grid_box:last-child {
		border-bottom: none
	}
	.masonry {
		column-count: 2;
		column-gap: 15px;
	}
	.masonry .masonry_box {
		border-radius: 10px;
		margin-bottom: 15px;
	}
}