.underline {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
  }
  .underline:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: var(--gold);
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .underline:hover:before, .underline:focus:before, .underline:active:before {
	right: 0;
  }
  .fleet ul {
	list-style: none;
	margin: 0;
  }
    .fleet ul li {
	    font-family: 'NotoSans', sans-serif !important;
		font-size: .9em;
  }
 .fleet ul li:before {
    content: "\f562";
    color: var(--gold);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    margin-left: -1em;
    width: 1.5em;
}
#gallery-carousel .item {
	width:100%;
	height: 400px;
}
#gallery-carousel .item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
.check-availability {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
	position: relative;
    z-index: 99;
}
.check-availability .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.check-availability .hotel-booking-search {
    position: relative;
    z-index: 99;
    background: #ffffff;
    padding: 15px 20px 15px 20px;
    filter: drop-shadow(0px 13px 35px rgba(0,0,0,0.08));
    font-family: 'Effra-Regular', sans-serif;
    border-radius: 10px;
	margin-bottom: -70px;
    margin-top: -70px;
}
.avl-form label, 
 .avl-form small {
    color: #333!important;
}
.check-availability .hotel-booking-search iframe {
   #height:90px;
}
.check-availability form {
    position: relative;
}
.check-availability .hotel-booking-search .hb-form-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.check-availability ul {
    align-items: center;
}
.check-availability .hotel-booking-search .hb-form-table .hb-form-field {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 19.5%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
     margin: 0 0 20px;
}
.check-availability .hotel-booking-search .hb-submit {
    margin-bottom: 0px;
    text-align: right;
}
.check-availability .hotel-booking-search .hb-submit button {
    position: relative;
    display: inline-block;
    height: 45px;
    min-width: auto;
    padding: 0px 15px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    border-radius: 5px;
    transition: .5s;
    z-index: 0;
    background: #d5a742;
    border:solid 1px #d5a742;
    font-size: .8em;
    letter-spacing: 2px;
    line-height: 45px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Raleway';
	cursor:pointer;
}
.check-availability .hotel-booking-search .hb-submit button:hover {
    background-color: #2E8B57;
    transition: .5s;
}
.check-availability .hotel-booking-search input {
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    position: relative;
    display: block;
    color: #25283a;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    min-width: inherit;
} 
.check-availability .hotel-booking-search select {
    width: fit-content;
    height: 45px;
    padding: 0px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    position: relative;
    display: block;
    color: #25283a;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    min-width: inherit;
}
.hb-form-table {
    list-style: none;
    margin: 0;
    padding: 0;
}
.check-availability .hotel-booking-search .hb-form-table .hb-form-field label{
    font-size:.8em
}
@media all and (max-width:768px) {
	.check-availability .hotel-booking-search select {
    width: 100%;
}
}
@media all and (min-width: 1400px) {
.check-availability {
	#top:450px;
}
.check-availability .auto-container {
    height: 155px;
    position: absolute;
    top: -150px;
	width:926px;
	margin:auto auto;
	left:0;
	right:0;
}
}
@media all and (min-width: 1024px) and (max-width: 1399px) {
.check-availability .auto-container {
    height: 155px;
    position: absolute;
    top: -200px;
	width:926px;
	margin:auto auto;
	left:0;
	right:0;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {

.check-availability {
    padding: 0;
	position: relative;
	display:block;
	background-color: #f7f5f0;
}
.check-availability .auto-container {
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
	display:block;
}
.check-availability .hotel-booking-search {
    margin-bottom: 0px;
    margin-top: 0px;
}
.check-availability .hotel-booking-search .hb-form-table .hb-form-field {
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {

.check-availability {
    padding:0;
	position: relative;
	display:block;
	background-color: #f7f5f0;
}
.check-availability .auto-container {
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
	display:block;
}
.check-availability .hotel-booking-search {
    margin-bottom: 0px;
    margin-top: 0px;
}
.check-availability .hotel-booking-search .hb-form-table .hb-form-field {
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
.check-availability {
    padding:0;
	position: relative;
	display:block;
	background-color: #f7f5f0;
}
.check-availability .auto-container {
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
	display:block;
}
.check-availability .hotel-booking-search {
    margin-bottom: 0px;
    margin-top: 0px;
}
.check-availability .hotel-booking-search .hb-form-table .hb-form-field {
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media all and (max-width: 449px) {
.check-availability {
    padding:0;
	position: relative;
	display:block;
	background-color: #f7f5f0;
}
.check-availability .auto-container {
    position: relative;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
	display:block;
}
.check-availability .hotel-booking-search {
    margin-bottom: 0px;
    margin-top: 0px;
}
.check-availability .hotel-booking-search .hb-form-table .hb-form-field {
    flex: 0 0 50%;
    max-width: 50%;
}
}


#content section {
	width:100%;
}
#content section h3 {
	width:fit-content;
	margin:0 auto;
	font-weight:normal;
	position:relative;
	font-family: 'comfortaa', sans-serif!important;
}
#content section h3:before,
#content section h3:after {
	content:'';
	position:absolute;
	border-top:solid 1px var(--grey999);
}
#content section h3:before {
}
#content section h3:after {
}

/*WELCOME*/
#content #welcome {
	width:100%;
	position:relative;
	background-color:var(--white);
}
#content section .welcome {
}
#content section .welcome .box {
	width:100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align:justify;
}
#content section .welcome .box:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*FLEET*/
#content #fleet, #content #mapsection {
	width:100%;
	position:relative;
	background-color:var(--greyefefef);
}
#content #mapsection {
	padding:0;
}
#content #mapsection h3 {
	margin-bottom: 1em;
}
#content section .fleet {
}
#content section .fleet .foto {
	position:relative;
}
#content #gallerydata .gal_item .gal__image,
#content #gallerydatab .gal_item .gal__image {
	width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
	position:relative;
}
@media all and (max-width: 767px) {
#content #gallerydata .gal_item .gal__image,
#content #gallerydatab .gal_item .gal__image {
    height: 400px;
}
}
#content #gallerydata .gal_item .gal__image  img,
#content #gallerydatab .gal_item .gal__image  img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
#content section .fleet .foto .imgLiquid{
	position:relative;
	cursor:pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#content section .fleet .foto .imgLiquid .caption{
	width: 100%;
	position:absolute;
	top: 0%;
	height: 100%;
	opacity: 0;
	transition: all 0.7s ease;
}
#content section .fleet .foto .imgLiquid .caption span{
	background-color:#fff;
	width:48px;
	height:48px;
	position:absolute;
	top: 0;
	right:0;
	left:0;
	bottom: 0;
	display:block;
	margin:auto;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	text-align:center;
	pointer-events:none;
}
#content section .fleet .foto .imgLiquid .caption span i{
	font-size:1.25em;
	line-height:48px;
	color:var(--blacklight);
}
#content section .fleet .foto .imgLiquid:hover .caption{
	opacity: 1;
	animation: bounce-in 1s ease;
}
#content section .fleet .text {
	font-family: 'NotoSans', sans-serif!important;
}
#content section .fleet .text h4{
	width:fit-content;
	margin:0 auto;
	font-weight:normal;
	position:relative;
	font-family: 'comfortaa', sans-serif!important;
}
#content section .fleet .text .boatdescr{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:justify;
}
#content section .fleet:nth-child(3) {
}
#content section .fleet:nth-child(3) .foto {
}
/*GALLERY*/
#content #gallery {
	width:100%;
	position:relative;
	background-color:var(--white);
}
#content section .gallery #filters{
	display:flex;
	width:fit-content;
	margin:2em auto 4em auto;
	padding:1em;
	border-top:solid 1px #d1d1d1;
	border-bottom:solid 1px #d1d1d1;
}
#content section .gallery #filters a{
	font-family: 'comfortaa', sans-serif!important;
	color:var(--blacklight);
	font-weight:600;
}
#content section .gallery #filters a:hover,
#content section .gallery #filters a.active {
    color: #ef6a03;
}
#content section .gallery  #sortlist {
	list-style-type:none;
    position: relative;
    display: block;
    padding: 0;
    margin: 1.5em auto;
    transition: all .4s ease-out;
	width:100%;
}
#content section .gallery #sortlist li {
    position: absolute;
    display: block;
    transition: all 0.4s ease-out;
	box-shadow: 0 0px 4px 0 #ccc;
}
#content section .gallery #sortlist li .imgcontainer{
	width:100%;
	padding:.5em;
	overflow:hidden;
}
#content section .gallery #sortlist li .imgcontainer img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#content section .gallery #sortlist li:hover img{
    animation-name: slide-grow;
	animation-duration: 4s;
}
#content section .gallery #sortlist li h4{
    position: absolute;
	margin:0 auto;
	text-align:center;
	background-color:rgba(255,255,255,.75);
	color:#333;
	padding:.5em 0;
	bottom:1em;
	right:0;
}


/*CONTACT*/
#content #contact {
	position:relative;
	background-color:var(--blacklight);
}
#content #contact h3 {
	color:var(--white);
}
#content #contact h3:before,
#content #contact h3:after {
	border-top:solid 1px var(--white);
}
#content section .contact {
}
#content section .contact #footerlogo{
	display:block;
	max-width:200px;
}
#content section .contact ul{
	list-style-type:none;
	padding:0;
	display:flex;
	flex-direction:column;
}
#content section .contact ul:nth-child(2) li{
	color:var(--greyefefef);
	padding:.5em 0;
	text-align:center;
}
#content section .contact ul:nth-child(2) li i{
}
#content section .contact ul:nth-child(2) li a{
	color:var(--greyefefef);
	text-decoration:none;
}
#content section .contact ul:nth-child(3){
	flex-direction:row;
	justify-content:flex-end;
}
#content section .contact ul:nth-child(3) li{
	text-align:center;
}
#content section .contact ul:nth-child(3) li i{
	color:var(--greyefefef);
}
#content section .contact .booknow{ 
	background-color:var(--sea);
}
#content section .contact .booknow:hover{ 
	background-color:var(--blacklight) ;
}
.map {
    display: inline-block;
    width: 100%;
    #margin-top: 20px;
}
.map #gmap_canvas {
    height: 500px;
    width: 100%;
}


@media all and (min-width: 1400px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h3 {
	font-size:2.5em;
	padding:0 .5em;
}
#content section h3:before,
#content section h3:after {
	top:50%;
	width:3em;
}
#content section h3:before {
	left:-3em;
}
#content section h3:after {
	right:-3em;
}
/*WELCOME*/
#content section .welcome {
	width:75%;
	display:flex;
	justify-content: space-evenly;
	gap:2em;
	margin:2em auto 4em auto;
}
#content section .welcome .box {
	width:700px;
	padding:1em;
	font-size:1em;
	line-height:175%;
}
/*FLEET*/
#content section .fleet {
	width:85%;
	display:flex;
	gap:1em;
	margin:4em auto 4em auto;
}
#content section .fleet .foto {	
	width:50%;
}
#content section .fleet .foto .imgLiquid{
	height:500px;
	width:100%;
}
#content section .fleet .text {
	width:50%;
	padding:0 1em;
}
#content section .fleet .text h4{	
	padding:0 .5em;
	font-size:2em;
}
#content section .fleet .text .boatdescr{	
	font-size:.9em;
	padding:.5em 0;
	width:85%;
}
#content section .fleet:nth-child(3) {	
	margin-top:2em;
}
#content section .fleet:nth-child(3) .foto {	
	order:2;
}
/*GALLERY*/
#content section .gallery {
	width:90%;
	margin:2em auto 4em auto;
}
#content section .gallery #filters{
	gap:2em;
}
#content section .gallery #filters a{
	font-size:.9em;
}
#content section .gallery #sortlist li h4{
	padding:.5em 1em;
	font-size:1.25em;
}
/*CONTACT*/
#content #contact {	
	width:100%;
	height:500px;
}
#content section .contact {
	width:75%;
	margin:1em auto;
}
#content section .contact #footerlogo{
	width:25%;
	margin:0 auto 2em auto;
}
#content section .contact ul{
	width:50%;
	margin:1em auto;
}
#content section .contact ul:nth-child(2) li{
	font-size:1em;
}
#content section .contact ul:nth-child(2) li i{	
	margin-right:.5em;
}
#content section .contact ul:nth-child(3){
	margin-top:1em;
}
#content section .contact ul:nth-child(3) li{
	width:15%;
}
#content section .contact ul:nth-child(3) li i{
	font-size:2em;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h3 {
	font-size:2em;
	padding:0 .5em;
}
#content section h3:before,
#content section h3:after {
	top:50%;
	width:3em;
}
#content section h3:before {
	left:-3em;
}
#content section h3:after {
	right:-3em;
}
/*WELCOME*/
#content section .welcome {
	width:75%;
	display:flex;
	justify-content: space-evenly;
	gap:2em;
	margin:2em auto 4em auto;
}
#content section .welcome .box {
	width:700px;
	padding:1em;
	font-size:.95em;
	line-height:175%;
}
/*FLEET*/
#content section .fleet {
	width:90%;
	display:flex;
	gap:1em;
	margin:4em auto 4em auto;
}
#content section .fleet .foto {	
	width:50%;
}
#content section .fleet .foto .imgLiquid{
	height:400px;
	width:100%;
}
#content section .fleet .text {
	width:50%;
	padding:0 1em;
}
#content section .fleet .text h4{	
	padding:0 .5em;
	font-size: 1.5em;
}
#content section .fleet .text .boatdescr{	
	font-size:.85em;
	padding:0 0 .5em 0;
}
#content section .fleet:nth-child(3) {	
	margin-top:2em;
}
#content section .fleet:nth-child(3) .foto {	
	order:2;
}
/*GALLERY*/
#content section .gallery {
	width:90%;
	margin:2em auto 4em auto;
}
#content section .gallery #filters{
	gap:2em;
}
#content section .gallery #filters a{
	font-size:.9em;
}
#content section .gallery #sortlist li h4{
	padding:.5em 1em;
	font-size:1.25em;
}
/*CONTACT*/
#content #contact {	
	width:100%;
	height:500px;
}
#content section .contact {
	width:85%;
	margin:1em auto;
}
#content section .contact #footerlogo{
	width:25%;
	margin:0 auto 2em auto;
}
#content section .contact ul{
	width:50%;
	margin:1em auto;
}
#content section .contact ul:nth-child(2) li{
	font-size:1em;
}
#content section .contact ul:nth-child(2) li i{	
	margin-right:.5em;
}
#content section .contact ul:nth-child(3){
	margin-top:1em;
}
#content section .contact ul:nth-child(3) li{
	width:15%;
}
#content section .contact ul:nth-child(3) li i{
	font-size:1.5em;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h3 {
	font-size:2em;
	padding:0 .5em;
}
#content section h3:before,
#content section h3:after {
	top:50%;
	width:3em;
}
#content section h3:before {
	left:-3em;
}
#content section h3:after {
	right:-3em;
}
/*WELCOME*/
#content section .welcome {
	width:65%;
	display:flex;
	justify-content: space-evenly;
	gap:2em;
	margin:2em auto 4em auto;
}
#content section .welcome .box {
	width:100%;
	padding:1em;
	font-size:.95em;
	line-height:175%;
}
/*FLEET*/
#content section .fleet {
	width:98%;
	display:flex;
	gap:1em;
	margin:4em auto 4em auto;
}
#content section .fleet .foto {	
	width:50%;
}
#content section .fleet .foto .imgLiquid{
	height:400px;
	width:100%;
}
#content section .fleet .text {
	width:50%;
	padding:0 1em;
}
#content section .fleet .text h4{	
	padding:0 .5em;
	font-size: 1.5em;
}
#content section .fleet .text .boatdescr{	
	font-size:.85em;
	padding:.5em 0;
}
#content section .fleet:nth-child(3) {	
	margin-top:2em;
}
#content section .fleet:nth-child(3) .foto {	
	order:2;
}
/*GALLERY*/
#content section .gallery {
	width:90%;
	margin:2em auto 4em auto;
}
#content section .gallery #filters{
	gap:2em;
}
#content section .gallery #filters a{
	font-size:.9em;
}
#content section .gallery #sortlist li h4{
	padding:.5em 1em;
	font-size:1.25em;
}
/*CONTACT*/
#content #contact {	
	width:100%;
	height:500px;
}
#content section .contact {
	width:85%;
	margin:1em auto;
}
#content section .contact #footerlogo{
	width:25%;
	margin:0 auto 2em auto;
}
#content section .contact ul{
	width:50%;
	margin:1em auto;
}
#content section .contact ul:nth-child(2) li{
	font-size:1em;
}
#content section .contact ul:nth-child(2) li i{	
	margin-right:.5em;
}
#content section .contact ul:nth-child(3){
	margin-top:1em;
}
#content section .contact ul:nth-child(3) li{
	width:15%;
}
#content section .contact ul:nth-child(3) li i{
	font-size:1.5em;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h3 {
	font-size:2em;
	padding:0 .5em;
}
#content section h3:before,
#content section h3:after {
	top:50%;
	width:3em;
}
#content section h3:before {
	left:-3em;
}
#content section h3:after {
	right:-3em;
}
/*WELCOME*/
#content section .welcome {
	width:75%;
	display:flex;
	justify-content: space-evenly;
	gap:2em;
	margin:2em auto 4em auto;
}
#content section .welcome .box {
	width:100%;
	padding:1em;
	font-size:.95em;
	line-height:175%;
}
/*FLEET*/
#content section .fleet {
	width:85%;
	display:flex;
	gap:1em;
	margin:4em auto 4em auto;
	flex-direction:column;
}
#content section .fleet .foto {	
	width:100%;
}
#content section .fleet .foto .imgLiquid{
	height:400px;
	width:100%;
}
#content section .fleet .text {
	width:100%;
	padding:0 .5em;
}
#content section .fleet .text h4{	
	padding:0 .5em;
	font-size: 1.25em;
}
#content section .fleet .text span ul {	
	margin:1em auto .5em auto;
}
#content section .fleet .text span ul li img {	
	width:30%;
}
#content section .fleet .text span ul li span {	
	font-size:.75em;
	margin:1em 0 0 0;
}
#content section .fleet .text .boatdescr{	
	font-size:.85em;
	padding:.5em 0;
}
#content section .fleet:nth-child(3) {	
	margin-top:2em;
}
#content section .fleet:nth-child(3) .foto {	
	#order:2;
}
/*GALLERY*/
#content section .gallery {
	width:90%;
	margin:2em auto 4em auto;
}
#content section .gallery #filters{
	gap:2em;
}
#content section .gallery #filters a{
	font-size:.9em;
}
#content section .gallery #sortlist li h4{
	padding:.5em 1em;
	font-size:1.25em;
}
/*CONTACT*/
#content #contact {	
	width:100%;
	height:500px;
}
#content section .contact {
	width:85%;
	margin:1em auto;
}
#content section .contact #footerlogo{
	width:25%;
	margin:0 auto 2em auto;
}
#content section .contact ul{
	width:50%;
	margin:1em auto;
}
#content section .contact ul:nth-child(2) li{
	font-size:1em;
}
#content section .contact ul:nth-child(2) li i{	
	margin-right:.5em;
}
#content section .contact ul:nth-child(3){
	margin-top:1em;
}
#content section .contact ul:nth-child(3) li{
	width:15%;
}
#content section .contact ul:nth-child(3) li i{
	font-size:1.5em;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h3 {
	font-size:1.75em;
	padding:0 .5em;
}
#content section h3:before,
#content section h3:after {
	top:50%;
	width:3em;
}
#content section h3:before {
	left:-3em;
}
#content section h3:after {
	right:-3em;
}
/*WELCOME*/
#content section .welcome {
	width:70%;
	display:flex;
	justify-content: space-evenly;
	gap:2em;
	margin:2em auto 4em auto;
}
#content section .welcome .box {
	width:100%;
	padding:1em;
	font-size:.9em;
	line-height:175%;
}
/*FLEET*/
#content section .fleet {
	width:98%;
	display:flex;
	gap:1em;
	margin:4em auto 4em auto;
	flex-direction:column;
}
#content section .fleet .foto {	
	width:100%;
}
#content section .fleet .foto .imgLiquid{
	height:400px;
	width:100%;
}
#content section .fleet .text {
	width:100%;
	padding:0 .5em;
}
#content section .fleet .text h4{	
	padding:0 .5em;
	font-size: 1.25em;
}
#content section .fleet .text span ul {	
	margin:1em auto .5em auto;
}
#content section .fleet .text span ul li img {	
	width:30%;
}
#content section .fleet .text span ul li span {	
	font-size:.75em;
	margin:1em 0 0 0;
}
#content section .fleet .text .boatdescr{	
	font-size:.85em;
	padding:.5em 0;
}
#content section .fleet:nth-child(3) {	
	margin-top:2em;
}
#content section .fleet:nth-child(3) .foto {	
	#order:2;
}
/*GALLERY*/
#content section .gallery {
	width:75%;
	margin:2em auto 4em auto;
}
#content section .gallery #filters{
	gap:2em;
}
#content section .gallery #filters a{
	font-size:.9em;
}
#content section .gallery #sortlist li h4{
	padding:.5em 1em;
	font-size:1.25em;
}
/*CONTACT*/
#content #contact {	
	width:100%;
	height:500px;
}
#content section .contact {
	width:85%;
	margin:1em auto;
}
#content section .contact #footerlogo{
	width:25%;
	margin:0 auto 2em auto;
}
#content section .contact ul{
	width:50%;
	margin:1em auto;
}
#content section .contact ul:nth-child(2) li{
	font-size:1em;
}
#content section .contact ul:nth-child(2) li i{	
	margin-right:.5em;
}
#content section .contact ul:nth-child(3){
	margin-top:1em;
}
#content section .contact ul:nth-child(3) li{
	width:15%;
}
#content section .contact ul:nth-child(3) li i{
	font-size:1.5em;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h3 {
	font-size:1.5em;
	padding:0 .5em;
}
#content section h3:before,
#content section h3:after {
	top:50%;
	width:1.5em;
}
#content section h3:before {
	left:-1.5em;
}
#content section h3:after {
	right:-1.5em;
}
/*WELCOME*/
#content section .welcome {
	width:75%;
	display:flex;
	justify-content: space-evenly;
	gap:2em;
	margin:2em auto 4em auto;
}
#content section .welcome .box {
	width:100%;
	padding:1em;
	font-size:.85em;
	line-height:175%;
}
/*FLEET*/
#content section .fleet {
	width:98%;
	display:flex;
	gap:1em;
	margin:4em auto 4em auto;
	flex-direction:column;
}
#content section .fleet .foto {	
	width:100%;
}
#content section .fleet .foto .imgLiquid{
	height:350px;
	width:100%;
}
#content section .fleet .text {
	width:100%;
	padding:0 .5em;
}
#content section .fleet .text h4{	
	padding:0 .5em;
	font-size: 1.25em;
}
#content section .fleet .text span ul {	
	margin:1em auto .5em auto;
}
#content section .fleet .text span ul li img {	
	width:30%;
}
#content section .fleet .text span ul li span {	
	font-size:.75em;
	margin:1em 0 0 0;
}
#content section .fleet .text .boatdescr{	
	font-size:.85em;
	padding:.5em 0;
}
#content section .fleet:nth-child(3) {	
	margin-top:2em;
}
#content section .fleet:nth-child(3) .foto {	
	#order:2;
}
/*GALLERY*/
#content section .gallery {
	width:90%;
	margin:2em auto 4em auto;
}
#content section .gallery #filters{
	gap:1.5em;
}
#content section .gallery #filters a{
	font-size:.85em;
}
#content section .gallery #sortlist li h4{
	padding:.5em 1em;
	font-size:1em;
}
/*CONTACT*/
#content #contact {	
	width:100%;
	height:500px;
}
#content section .contact {
	width:85%;
	margin:1em auto;
}
#content section .contact #footerlogo{
	width:35%;
	margin:0 auto 2em auto;
}
#content section .contact ul{
	width:50%;
	margin:1em auto;
}
#content section .contact ul:nth-child(2) li{
	font-size:1em;
}
#content section .contact ul:nth-child(2) li i{	
	margin-right:.5em;
}
#content section .contact ul:nth-child(3){
	margin-top:1em;
}
#content section .contact ul:nth-child(3) li{
	width:15%;
}
#content section .contact ul:nth-child(3) li i{
	font-size:1.5em;
}
}
@media all and (max-width: 449px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h3 {
	font-size:1.25em;
	padding:0 .5em;
}
#content section h3:before,
#content section h3:after {
	top:50%;
	width:1.25em;
}
#content section h3:before {
	left:-1.25em;
}
#content section h3:after {
	right:-1.25em;
}
/*WELCOME*/
#content section .welcome {
	width:70%;
	display:flex;
	justify-content: space-evenly;
	gap:2em;
	margin:2em auto;
}
#content .galleryresource {
	padding:0 1em;
}
#content section .welcome .box {
	width:100%;
	padding:1em;
	font-size:.85em;
	line-height:175%;
}
/*FLEET*/
#content section .fleet {
	width:98%;
	display:flex;
	gap:1em;
	margin:4em auto 4em auto;
	flex-direction:column;
}
#content section .fleet .foto {	
	width:100%;
}
#content section .fleet .foto .imgLiquid{
	height:350px;
	width:100%;
}
#content section .fleet .text {
	width:100%;
	padding:0 .5em;
}
#content section .fleet .text h4{	
	padding:0 .5em;
	font-size: 1.25em;
}
#content section .fleet .text span ul {	
	margin:1em auto .5em auto;
}
#content section .fleet .text span ul li img {	
	width:30%;
}
#content section .fleet .text span ul li span {	
	font-size:.75em;
	margin:1em 0 0 0;
}
#content section .fleet .text .boatdescr{	
	font-size:.85em;
	padding:.5em 0;
}
#content section .fleet:nth-child(3) {	
	margin-top:2em;
}
#content section .fleet:nth-child(3) .foto {	
	#order:2;
}
/*GALLERY*/
#content section .gallery {
	width:90%;
	margin:2em auto 4em auto;
}
#content section .gallery #filters{
	gap:1.5em;
}
#content section .gallery #filters a{
	font-size:.85em;
}
#content section .gallery #sortlist li h4{
	padding:.5em 1em;
	font-size:1em;
}
/*CONTACT*/
#content #contact {	
	width:100%;
	height:500px;
}
#content section .contact {
	width:85%;
	margin:1em auto;
}
#content section .contact #footerlogo{
	width:35%;
	margin:0 auto 2em auto;
}
#content section .contact ul{
	width:50%;
	margin:1em auto;
}
#content section .contact ul:nth-child(2) li{
	font-size:1em;
}
#content section .contact ul:nth-child(2) li i{	
	margin-right:.5em;
}
#content section .contact ul:nth-child(3){
	margin-top:1em;
}
#content section .contact ul:nth-child(3) li{
	width:15%;
}
#content section .contact ul:nth-child(3) li i{
	font-size:1.5em;
}
}

.check-availability .book {
    position: static;	
    position: absolute;
	width:fit-content;
	margin:0 auto;
	left:0;
	right:0;		
	background: #d5a742;
    border:solid 1px #d5a742;
	border-radius:10px;
	color: #ffffff;
    font-weight: normal;
    font-family: 'NotoSans';
	cursor:pointer;
}
@media all and (min-width: 1400px) {
.check-availability .book {
    top: -250px;
	padding:1em;	
	font-size:1.5em;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
.check-availability .book {
    top: -250px;
	padding:1em;	
	font-size:1.5em;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
.check-availability .book {
    top: -250px;
	padding:1em;	
	font-size:1.5em;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.check-availability .book {
    top: -200px;
	padding:1em;	
	font-size:1.5em;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
.check-availability .book {
    top: -150px;
	padding:1em;	
	font-size:1.25em;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
.check-availability .book {
    top: -150px;
	padding:1em;	
	font-size:1.1em;
}
}
@media all and (max-width: 449px) {
.check-availability .book {
    top: -125px;
	padding:1em;	
	font-size:1em;
}
}