#content section {
	width:100%;
}
#content section h2 {
	width:100%;
	margin:0 auto;
	font-weight:normal;
	position:relative;
	font-family: 'EB_Garamond', serif!important;
	text-align:center;
	letter-spacing:.1em;
	color:var(--bez);
}
#content section h3 {
	width:100%;
	margin:0 auto;
	font-weight:normal;
	position:relative;
	font-family: 'EB_Garamond', serif!important;
	text-align:center;
	letter-spacing:.1em;
}
#content section h3:before {
	position: absolute; 
	bottom: .1em; 
	left: 0; 
	right:0;
	z-index: -1; 
	white-space:nowrap;
	color:var(--bez);
	opacity:.15;
	letter-spacing:.1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#content section .innersection h4{
	text-align:center;
	font-weight:bold;
	font-family: 'EB_Garamond', serif!important;
}
#content section .innersection {
	margin:0 auto;
	font-weight:normal;
	position:relative;
	text-align:justify;
	letter-spacing:.1em;
	color:var(--grey54);
	font-size:.85em;
	margin:2em auto 4em auto;
}
#content section .boat {
	display:flex;
	justify-content: space-between;
}
#content #welcome {
	background-color:var(--bezlight);
}
#content #boat {
	background-color:var(--white);
}
#content #offer {
	background-color:var(--bezlight);
}
#content #gallery {
	background-color:var(--white);
}
#content #faq {
	background-color:var(--bezlight);
}
#content #blog {
	background-color:var(--white);
}
#content #contact {
	background-color:var(--bezlight);
}
#content section .boat .box h4{
	font-weight:bold;
}
#content section .boat .box:first-child ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;
}
#content section .boat .box:first-child ul li{
	display:flex;
	text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;
}
#content section .boat .box:first-child ul li span{
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
	padding:1em;
	border-bottom:solid 1px var(--greyd1d1d1);
}
#content section .boat .box:first-child ul li span:last-child{
	text-align:right;
}
section .layout{
	list-style-type:none;
	width:100%;
	height:100%;
	padding:0;
	margin:0 auto;
	display: grid;
	grid-gap: .25em .25em;	
}
section .layout li,
section #gallerydata li {
	position:relative;
}
section .layout li img,
section #gallerydata li img{
	width: 0;
	height: 0;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
section .layout li .caption,
section #gallerydata li .caption{
	position:absolute;
	top: 50%;
	left:50%;
	transform:translate(-50% , -50%);
	opacity: 0;
	transition: all 0.5s ease;
}
section .layout li .caption span,
section #gallerydata li .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;
}
section .layout li .caption span i,
section #gallerydata li .caption span i{
	font-size:1.25em;
	line-height:48px;
	color:var(--seadark);
}
section .layout li:hover .caption,
section #gallerydata li:hover .caption{
	opacity: 1;
	animation: bounce-in .75s ease;
}

/*offer*/
#content section .offer{
	display:flex;
	gap:1em;
}
#content section .offer .box{
	padding:1em;
	border-radius:4px;
	border:solid 1px var(--white);
	outline: 1px solid var(--greyd1d1d1);
    outline-offset: -10px;
}
#content section .offer .box ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	gap:.25em;
}
#content section .offer .box ul li{
	padding: 1em;
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap:.25em;
	justify-content: center;
	text-align:center;
	font-family: 'EB_Garamond', serif!important;
}
#content section .offer .box ul li i{
	display:block;
	padding: .25em;
}
/*gallery*/
.gallery  #gallerydata {
	width:100%;
	list-style-type:none;
	padding:0;
}
.gallery  #gallerydata li {
	width: 100%;
    display: block;
    margin: 0 auto;
	position:relative;
}
.gallery  #gallerydata li img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
a[data-fancybox] img {
	cursor: zoom-in;
}
/*blog*/
#content section .blog{
	display:flex;
}
#content section .blog .box .imgcontainer{
	padding:1.15em;
	border-radius:4px;
	border:solid 1px var(--white);
	outline: 1px solid var(--greyd1d1d1);
    outline-offset: -10px;
}
#content section .blog .box .imgcontainer img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#content section .blog .box .text {
	display:block;
	padding:2em 1em;
}
#content section .blog .box .text .date{
	display:block;
	width:100%;
	color:var(--bez);
}
#content section .blog .box .text h4{
	text-align:left;
	font-weight:normal;
	font-family: 'EB_Garamond', serif!important;
	margin:.5em 0;
	color:var(--seadark);
}
#content section .blog .box .text .descr{
	display:block;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	margin:1em 0;
}
#content section .blog .box .text a{
	font-family: 'fira-Light', serif!important;
	display:block;
	color:var(--seadark);
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	margin:1em 0;
}
#content section .blog .box .text a:after{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	font-family: 'FontAwesome';
	content: "\f061";
	margin-left:10px;
	vertical-align:middle;
}
#content section .blog .box .text a:hover:after{
	margin-left:40px;
}

#content section .morenews{
	font-family: 'fira-Light', serif!important;
	display:block;
	color:var(--seadark);
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	margin:1em auto;
	width:fit-content;
	border: solid 1px var(--bez);
	padding:.5em 1em;
	letter-spacing:.1em;
	
	font-size:1.25em;
}
#content section .morenews:after{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	font-family: 'FontAwesome';
	content: "\f061";
	margin-left:10px;
	vertical-align:middle;
}
#content section .morenews:hover:after{
	margin-left:20px;
}
/*contact*/
#content section .contact{
	
}
#content section .contact .places{
	width:fit-content;
	display:flex;
	justify-content: space-around;
	margin:1em auto;
}
#content section .contact .places h5{
	font-family: 'EB_Garamond', serif!important;
	color:var(--bez);
	font-weight:normal;
	margin:0;
}
#content section .contact .info{
	width:fit-content;
	display:flex;
	justify-content: space-around;
	margin:1em auto;
}
#content section .contact .info span a{
	color:var(--blacklight);
	text-decoration:none;
}
#content section .contact .info span a i{
	margin-right:10px;
}
#content section .contact .social{
	width:fit-content;
	display:flex;
	justify-content: space-around;
	margin:1em auto;
}
#content section .contact .social a{
	color:var(--blacklight);
	text-decoration:none;
}
#content section .contact a:hover{
	color:var(--seadark);
}
/*PROMO*/
.promo {
	width:100%;
	position:relative;
	display:flex;
	flex-direction:column;
	background-image: url("pics/parallax.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.promo .logopromo{
	display:block;
}
#content .promo .booknow{ 
	font-family: 'EB_Garamond', serif!important;
	width:fit-content;
	text-decoration:none;
	background-color:var(--somon);
	color:var(--seadark);
	display:block;
	border:solid 1px var(--somon);
}
#content .promo .booknow:hover{ 
	background-color:transparent;
	color:var(--somon);
}
/*accordion*/
#accordion {
	display: block;
	width:80%;
	margin:2em auto;
}
.ui-accordion {
	display: inline;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: .75em 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-state-default {
	#background:var(--white); 
	border:solid 1px var(--bez);
	color: var(--seadark);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#accordion h5 {
	font-family: 'EB_Garamond', serif!important;
	letter-spacing:.1em;
	font-weight: normal;
	padding:1em;
}
#accordion h5:before {
	
}
#accordion h5 span{
	padding:0;
	display:inline-block!important;
	width:fit-content;
}

.ui-state-default:after {
	font-family: 'FontAwesome';
	content: "\f061";
	color:var(--bez)!important;
	float:right;
	vertical-align:middle;
	font-size:1em;
	font-weight: lighter;
}
.ui-state-active:after,
.ui-widget-header .ui-state-focus:after,
.ui-state-hover:after{
	font-family: 'FontAwesome';
	content: "\f063";
	color:var(--bez)!important;
	vertical-align:middle;
	font-size:1em;
}
.ui-accordion .ui-accordion-content {
	height: auto;
}
.ui-widget-content {
	display: inline-block;
	width: 95%;
	font-size: 1em;
	height: auto;
	margin: 0%;
	padding:.5em 1em;
	color:var(--grey666);
	border-left:solid 1px var(--bezlight);
	line-height:150%;
}
.ui-widget-content a{
	color: var(--seadark);
	text-decoration:none;
	display:block;
}
.ui-widget-content a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left:3px;
	vertical-align:middle;
}
.ui-widget-header .ui-state-focus {
	
}
.ui-state-active{
	
}
.ui-state-hover {
	
}
#accordion h5 {
	font-size: 1.5em;
}
/*accordion*/
@media all and (min-width: 1400px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h2 {
	font-size:1em;
}
#content section h3 {
	font-size:4em;
	padding:.25em 0;
	z-index:1;
}
#content section h3:before {
	font-size:1.55em;
}
#content section .innersection h4{
	font-size:1.5em;
}
#content section .innersection {
	width:1000px;
}
#content section .boat {
	width:1350px;
}
#content section .innersection h4{
	#font-size:2em;
}
#content section .boat .box{
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .boat .box h4{
	font-size:1.75em;
}
#content section .boat .box:first-child ul{
	width:70%;
}
/*layout*/
section .layout li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/5;
}
section .layout li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/3;
}
section .layout li:nth-child(3){
	grid-column:2/3;
	grid-row: 3/5;
}
/*offer*/
#content #offer h3 {
	font-size:3.25em;
}
#content section .offer .box h4{
	font-size:1.5em;
}
#content section .offer{
	width:1350px;
}
#content section .offer .box{
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
#content section .offer .box ul li{
	font-size:1.25em;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .offer .box ul li i{
	font-size:2.5em;
}
/*gallery*/
#content #gallery h3 {
	font-size:3.25em;
}
#content section .gallery{
	width:95%;
	margin:auto;
}
.gallery #gallerydata li {
    height: 600px;
}
/*blog*/
#content section .blog {
	width:1300px!important;
}
#content section .blog{
	gap:4em;
	flex-wrap: wrap;
    flex-direction: row;
}
#content section .blog .box{
	display:flex;
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
#content section .blog .box .imgcontainer{
	#height:200px;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .blog .box .text {
	min-height:250px;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .blog .box .text .date{
	font-size:.85em;
}
#content section .blog .box .text h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:2em;
}
#content section .blog .box .text .descr{
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:.95em;
}
#content section .blog .box .text a{
	font-size:1em;
}
/*contact*/
#content section .contact .places{
	gap:8em;
}
#content section .contact .places h5{
	font-size:2em;
}
#content section .contact .info{
	gap:4em;
}
#content section .contact .info span a{
	font-size:1.25em;
}
#content section .contact .info span a i{
	font-size:1.25em;
}
#content section .contact .social{
	gap:1em;
}
#content section .contact .social a{
	font-size:1.5em;
}
/*PROMO*/
.promo {
	height:400px;
}
.promo .logopromo{
	height:30%;
	margin:1em auto 3em auto;
}
#content .promo .booknow{ 
	padding:.5em 1em;
	margin:0 auto 1em auto;
	font-size:2em;
	border-radius:4px;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h2 {
	font-size:1em;
}
#content section h3 {
	font-size:4em;
	padding:.25em 0;
	z-index:1;
}
#content section h3:before {
	font-size:1.55em;
}
#content section .innersection h4{
	font-size:1.35em;
}
#content section .innersection {
	width:900px;
}
#content section .boat {
	width:1150px;
}
#content section .innersection h4{
	font-size:2em;
}
#content section .boat .box{
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .boat .box h4{
	font-size:1.75em;
}
#content section .boat .box:first-child ul{
	width:70%;
}

section .layout li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/5;
}
section .layout li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/3;
}
section .layout li:nth-child(3){
	grid-column:2/3;
	grid-row: 3/5;
}

/*offer*/
#content #offer h3 {
	font-size:3.25em;
}
#content section .offer .box h4{
	font-size:1.5em;
}
#content section .offer{
	width:1150px;
}
#content section .offer .box{
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
#content section .offer .box ul li{
	font-size:1.25em;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .offer .box ul li i{
	font-size:2.5em;
}
/*gallery*/
#content #gallery h3 {
	font-size:3.25em;
}
#content section .gallery{
	width:95%;
	margin:auto;
}
.gallery #gallerydata li {
    height: 500px;
}
/*blog*/
#content section .blog {
	width:1100px!important;
}
#content section .blog{
	gap:3em;
	flex-wrap: wrap;
    flex-direction: row;
}
#content section .blog .box{
	display:flex;
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
#content section .blog .box .imgcontainer{
	#height:200px;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .blog .box .text {
	min-height:200px;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .blog .box .text .date{
	font-size:.85em;
}
#content section .blog .box .text h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:1.75em;
}
#content section .blog .box .text .descr{
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:.9em;
}
#content section .blog .box .text a{
	font-size:1em;
}
/*contact*/
#content section .contact .places{
	gap:8em;
}
#content section .contact .places h5{
	font-size:2em;
}
#content section .contact .info{
	gap:4em;
}
#content section .contact .info span a{
	font-size:1.25em;
}
#content section .contact .info span a i{
	font-size:1.25em;
}
#content section .contact .social{
	gap:1em;
}
#content section .contact .social a{
	font-size:1.5em;
}
/*PROMO*/
.promo {
	height:400px;
}
.promo .logopromo{
	height:30%;
	margin:1em auto 3em auto;
}
#content .promo .booknow{ 
	padding:.5em 1em;
	margin:0 auto 1em auto;
	font-size:1.75em;
	border-radius:4px;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h2 {
	font-size:1em;
}
#content section h3 {
	font-size:4em;
	padding:.25em 0;
	z-index:1;
}
#content section h3:before {
	font-size:1.45em;
}

#content section .innersection h4{
	font-size:1.25em;
}
#content section .innersection {
	width:800px;
}
#content section .boat {
	width:950px;
}
#content section .innersection h4{
	font-size:2em;
}
#content section .boat .box{
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .boat .box h4{
	font-size:1.75em;
}
#content section .boat .box:first-child ul{
	width:70%;
}

section .layout li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/5;
}
section .layout li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/3;
}
section .layout li:nth-child(3){
	grid-column:2/3;
	grid-row: 3/5;
}
/*offer*/
#content #offer h3 {
	font-size:3em;
}
#content section .offer .box h4{
	font-size:1.5em;
}
#content section .offer{
	width:950px;
}
#content section .offer .box{
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
#content section .offer .box ul li{
	font-size:1em;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .offer .box ul li i{
	font-size:2.5em;
}
/*gallery*/
#content #gallery h3 {
	font-size:3em;
}
#content section .gallery{
	width:95%;
	margin:auto;
}
.gallery #gallerydata li {
    height: 450px;
}
/*blog*/
#content section .blog {
	width:900px!important;
}
#content section .blog{
	gap:2em;
	flex-wrap: wrap;
    flex-direction: row;
}
#content section .blog .box{
	display:flex;
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
#content section .blog .box .imgcontainer{
	#height:200px;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .blog .box .text {
	min-height:200px;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
#content section .blog .box .text .date{
	font-size:.85em;
}
#content section .blog .box .text h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:1.5em;
}
#content section .blog .box .text .descr{
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:.85em;
}
#content section .blog .box .text a{
	font-size:1em;
}
/*contact*/
#content section .contact .places{
	gap:8em;
}
#content section .contact .places h5{
	font-size:2em;
}
#content section .contact .info{
	gap:4em;
}
#content section .contact .info span a{
	font-size:1.25em;
}
#content section .contact .info span a i{
	font-size:1.25em;
}
#content section .contact .social{
	gap:1em;
}
#content section .contact .social a{
	font-size:1.5em;
}
/*PROMO*/
.promo {
	height:350px;
}
.promo .logopromo{
	height:30%;
	margin:1em auto 3em auto;
}
#content .promo .booknow{ 
	padding:.5em 1em;
	margin:0 auto 1em auto;
	font-size:1.5em;
	border-radius:4px;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h2 {
	font-size:1em;
}
#content section h3 {
	font-size:4em;
	padding:.25em 0;
	z-index:1;
}
#content section h3:before {
	font-size:1.45em;
}

#content section .innersection h4{
	font-size:1.25em;
}
#content section .innersection {
	width:85%;
}
#content section .innersection h4{
	font-size:2em;
}
#content section .boat {
	flex-direction:column;
}
#content section .boat .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin:1em 0;
}
#content section .boat .box h4{
	font-size:1.75em;
}
#content section .boat .box:first-child ul{
	width:70%;
}
section .layout{
	height:400px;
}
section .layout li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/5;
}
section .layout li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/3;
}
section .layout li:nth-child(3){
	grid-column:2/3;
	grid-row: 3/5;
}
/*offer*/
#content #offer h3 {
	font-size:3em;
}
#content section .offer {
	flex-direction:column;
}
#content section .offer .box h4{
	font-size:1.5em;
}
#content section .offer .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#content section .offer .box ul li{
	font-size:1em;
	-ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
#content section .offer .box ul li i{
	font-size:2.5em;
}
/*gallery*/
#content #gallery h3 {
	font-size:3em;
}
#content section .gallery{
	width:95%;
	margin:auto;
}
.gallery #gallerydata li {
    height: 450px;
}
/*blog*/
#content section .blog {
	width:95%!important;
}
#content section .blog{
	gap:2em;
	flex-wrap: wrap;
    flex-direction: row;
}
#content section .blog .box{
	display:flex;
	-ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
#content section .blog .box .imgcontainer{
	height:200px;
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
#content section .blog .box .text {
	min-height:200px;
	-ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
}
#content section .blog .box .text .date{
	font-size:.85em;
}
#content section .blog .box .text h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:1.5em;
}
#content section .blog .box .text .descr{
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:.85em;
}
#content section .blog .box .text a{
	font-size:1em;
}
/*contact*/
#content section .contact .places{
	gap:8em;
}
#content section .contact .places h5{
	font-size:2em;
}
#content section .contact .info{
	gap:4em;
}
#content section .contact .info span a{
	font-size:1.25em;
}
#content section .contact .info span a i{
	font-size:1.25em;
}
#content section .contact .social{
	gap:1em;
}
#content section .contact .social a{
	font-size:1.5em;
}
/*PROMO*/
.promo {
	height:300px;
}
.promo .logopromo{
	height:40%;
	margin:1em auto 3em auto;
}
#content .promo .booknow{ 
	padding:.5em 1em;
	margin:0 auto 1em auto;
	font-size:1.5em;
	border-radius:4px;
}
#accordion {
	width:90%;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h2 {
	font-size:1em;
}
#content section h3 {
	font-size:3.5em;
	padding:.25em 0;
	z-index:1;
}
#content section h3:before {
	font-size:1.35em;
}

#content section .innersection h4{
	font-size:1.2em;
}
#content section .innersection {
	width:85%;
}
#content section .boat {
	flex-direction:column;
}
#content section .boat .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin:1em 0;
}
#content section .boat .box h4{
	font-size:1.75em;
}
#content section .boat .box:first-child ul{
	width:85%;
}
section .layout{
	height:350px;
}
section .layout li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/5;
}
section .layout li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/3;
}
section .layout li:nth-child(3){
	grid-column:2/3;
	grid-row: 3/5;
}
/*offer*/
#content #offer h3 {
	font-size:2.5em;
}
#content section .offer {
	flex-direction:column;
}
#content section .offer .box h4{
	font-size:1.35em;
}
#content section .offer .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#content section .offer .box ul {
	align-items: flex-start;
}
#content section .offer .box ul li{
	font-size:1em;
	-ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
#content section .offer .box ul li i{
	font-size:2em;
}
/*gallery*/
#content #gallery h3 {
	font-size:2.5em;
}
#content section .gallery{
	width:95%;
	margin:auto;
}
.gallery #gallerydata li {
    height: 400px;
}
#content section .blog {
	width:85%!important;
	margin:auto;
	justify-content: space-around;
}
#content section .blog{
	gap:2em;
	flex-wrap: wrap;
    flex-direction: row;
}
#content section .blog .box{
	display:flex;
	-ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
	flex-direction: column;
}
#content section .blog .box .imgcontainer{
	height:250px;
}
#content section .blog .box .text {
	#height:200px;
	padding:.25em 1em;
}
#content section .blog .box .text .date{
	font-size:.85em;
}
#content section .blog .box .text h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:1.5em;
}
#content section .blog .box .text .descr{
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:.85em;
}
#content section .blog .box .text a{
	font-size:1em;
}
/*contact*/
#content section .contact .places{
	gap:8em;
}
#content section .contact .places h5{
	font-size:1.75em;
}
#content section .contact .info{
	gap:4em;
}
#content section .contact .info span a{
	font-size:1.1em;
}
#content section .contact .info span a i{
	font-size:1.25em;
}
#content section .contact .social{
	gap:1em;
}
#content section .contact .social a{
	font-size:1.5em;
}
/*PROMO*/
.promo {
	height:300px;
}
.promo .logopromo{
	height:40%;
	margin:1em auto 3em auto;
}
#content .promo .booknow{ 
	padding:.5em 1em;
	margin:0 auto 1em auto;
	font-size:1.5em;
	border-radius:4px;
}
#accordion {
	width:100%;
}
#accordion h5 {
	font-size: 1.25em;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h2 {
	font-size:1em;
}
#content section h3 {
	font-size:3em;
	padding:.25em 0;
	z-index:1;
}
#content section h3:before {
	font-size:1.55em;
}
#content section .innersection h4{
	font-size:1.2em;
}
#content section .innersection {
	width:85%;
}
#content section .boat {
	flex-direction:column;
}
#content section .boat .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin:1em 0;
}
#content section .boat .box h4{
	font-size:1.75em;
}
#content section .boat .box:first-child ul{
	width:100%;
}
section .layout{
	height:350px;
}
section .layout li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/5;
}
section .layout li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/3;
}
section .layout li:nth-child(3){
	grid-column:2/3;
	grid-row: 3/5;
}
/*offer*/
#content #offer h3 {
	font-size:2em;
}
#content section .offer {
	flex-direction:column;
}
#content section .offer .box h4{
	font-size:1.25em;
}
#content section .offer .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#content section .offer .box ul {
	align-items: flex-start;
}
#content section .offer .box ul li{
	font-size:1em;
	-ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
#content section .offer .box ul li i{
	font-size:2em;
}
/*gallery*/
#content #gallery h3 {
	font-size:2em;
}
#content section .gallery{
	width:95%;
	margin:auto;
}
.gallery #gallerydata li {
    height: 350px;
}
/*blog*/
#content section .blog {
	width:95%!important;
	margin:auto;
	justify-content: space-around;
}
#content section .blog{
	gap:2em;
	flex-wrap: wrap;
    flex-direction: row;
}
#content section .blog .box{
	display:flex;
	-ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
	flex-direction: column;
}
#content section .blog .box .imgcontainer{
	height:250px;
}
#content section .blog .box .text {
	#height:200px;
	padding:.25em 1em;
}
#content section .blog .box .text .date{
	font-size:.85em;
}
#content section .blog .box .text h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:1.5em;
}
#content section .blog .box .text .descr{
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:.85em;
}
#content section .blog .box .text a{
	font-size:1em;
}
/*contact*/
#content section .contact .places{
	gap:6em;
}
#content section .contact .places h5{
	font-size:1.75em;
}
#content section .contact .info{
	gap:3em;
}
#content section .contact .info span a{
	font-size:.85em;
}
#content section .contact .info span a i{
	font-size:1.1em;
}
#content section .contact .social{
	gap:1em;
}
#content section .contact .social a{
	font-size:1.5em;
}
/*PROMO*/
.promo {
	height:300px;
}
.promo .logopromo{
	height:40%;
	margin:1em auto 3em auto;
}
#content .promo .booknow{ 
	padding:.5em 1em;
	margin:0 auto 1em auto;
	font-size:1.35em;
	border-radius:4px;
}
#accordion {
	width:100%;
}
#accordion h5 {
	font-size: 1.25em;
}
}
@media all and (max-width: 449px) {
#content section {
	padding:3em 0 2em 0;
}
#content section h2 {
	font-size:.9em;
}
#content section h3 {
	font-size:2.5em;
	padding:.25em 0;
	z-index:1;
}
#content section h3:before {
	font-size:1.55em;
}
#content section .innersection h4{
	font-size:1.2em;
}
#content section .innersection {
	width:85%;
}
#content section .boat {
	flex-direction:column;
}
#content section .boat .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin:1em 0;
}
#content section .boat .box h4{
	font-size:1.75em;
}
#content section .boat .box:first-child ul{
	width:100%;
}
section .layout{
	height:350px;
}
section .layout li {
}
section .layout li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/5;
}
section .layout li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/3;
}
section .layout li:nth-child(3){
	grid-column:2/3;
	grid-row: 3/5;
}
/*offer*/
#content #offer h3 {
	font-size:2em;
}
#content section .offer {
	flex-direction:column;
}
#content section .offer .box h4{
	font-size:1.25em;
}
#content section .offer .box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#content section .offer .box ul {
	align-items: flex-start;
}
#content section .offer .box ul li{
	font-size:1em;
	-ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
#content section .offer .box ul li i{
	font-size:2em;
}
/*gallery*/
#content #gallery h3 {
	font-size:2em;
}
#content section .gallery{
	width:90%;
	margin:auto;
}
.gallery #gallerydata li {
    height: 300px;
}
/*blog*/
#content section .blog {
	width:95%!important;
	margin:auto;
	justify-content: space-around;
}
#content section .blog{
	gap:2em;
	flex-wrap: wrap;
    flex-direction: row;
}
#content section .blog .box{
	display:flex;
	-ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
	flex-direction: column;
}
#content section .blog .box .imgcontainer{
	height:200px;
}
#content section .blog .box .text {
	#height:200px;
	padding:.25em 1em;
}
#content section .blog .box .text .date{
	font-size:.85em;
}
#content section .blog .box .text h4{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:1.5em;
}
#content section .blog .box .text .descr{
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size:.85em;
}
#content section .blog .box .text a{
	font-size:1em;
}
/*contact*/
#content section .contact .places{
	gap:4em;
}
#content section .contact .places h5{
	font-size:1.5em;
}
#content section .contact .info{
	gap:2em;
}
#content section .contact .info span a{
	font-size:.8em;
}
#content section .contact .info span a i{
	font-size:1em;
}
#content section .contact .social{
	gap:1em;
}
#content section .contact .social a{
	font-size:1.25em;
}
/*PROMO*/
.promo {
	height:300px;
}
.promo .logopromo{
	height:40%;
	margin:1em auto 3em auto;
}
#content .promo .booknow{ 
	padding:.5em 1em;
	margin:0 auto 1em auto;
	font-size:1.35em;
	border-radius:4px;
}
#accordion {
	width:100%;
}
#accordion h5 {
	font-size: 1.15em;
}
}