@media only screen and (max-width: 845px) {
	body {
		background-color: #fcfcfc;
		color: #f5f5f5;
		font-family: "futura-pt", sans-serif;
		font-size: 20px;
	}

	.sz-reservation-date-content-label {
		width: 120px;
	}
}
@media only screen and (min-width: 846px) {
	body {
		background-color: #fcfcfc;
		color: #f5f5f5;
		font-family: "futura-pt", sans-serif;
		font-size: 16px;
	}

	.sz-reservation-date-content-label {
		width: 100px;
	}
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.link-button {
	display: inline-block;
    padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
    background: #d8ba97;
	outline: none;
	border: solid 1px #e0bf5c;
}

a.link-button { 
	color: #f5f5f5  !important;
}

a.sz-menu-link{
	color: #f5f5f5  !important;
	text-decoration: none;
	text-transform: uppercase;
}

.sz-navbar-ul {
	font-size: 16px;
}

.sz-picture-background {
	background-repeat: no-repeat;
	height: calc(100vh - 138px);
	background-size: cover;
	background-position: center;
}

.sz-menu-link:hover {
    color: #b59a4a !important;
}

.sz-nav-pale {
	background: #0b0e22;
	height: 140px;
}

.navbar {
	margin-bottom: 0 !important;
}

.sz-navbar {
	background: #0b0e22;
	position: relative;
}

.sz-hamburger-icon {
	font-size: 22px;
}

.sz-language-container {
	position: absolute;
    top: 0;
    right: 0;
	padding-right: 1.5rem;
	padding-top: 20px;
}

.sz-language-index-container {
	position: absolute;
    top: 0;
    right: 0;
	padding-right: 3rem;
	padding-top: 20px;
}

.sz-reservation-bar-lines {
	border: solid 1px #b59a4a;
	display: flex;
    justify-content: center;
}

.sz-nav-lines {
	border: solid 1px #b59a4a;
	height: 100%;
	width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap: inherit;
}

.sz-slider-title {
	height: 70px;
}

.sz-button {
	text-transform: uppercase;
	padding: 4px 12px 4px 12px;
	background: #d8ba97;
	color: #ffffff;
	border: solid 1px #e0bf5c;
    width: fit-content;
}

.sz-language-list {
	list-style-type: none;
	color: #d8ba97;
}

.sz-language-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #d8ba97;
}

.sz-language-link:hover {
	font-weight: 600;
	text-decoration: underline;
	color: #d8ba97;
}

.sz-reservation-icon {
	font-size: 12px;
    margin-left: 15px;
	margin-top: 1px;
}

.sz-button-text {
	font-weight: 600;
	font-size: 14px;
}

.sz-icon-language-icon, .sz-icon-language-button {
	margin-right: 6px;
}

.sz-language-icon {
    font-size: 21px;
}

.sz-reservation-bar-container {
	width: 100%;
	display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width: 1199px) {
	.sz-reservation-bar-content{
		width: 100%;
	}
}


@media only screen and (min-width: 1200px) {
	.sz-reservation-bar-content{
		width: 900px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
	.sz-reservation-bar-form {
		width: 96%;
	}
}

@media only screen and (max-width: 767px) {
	.sz-reservation-bar {
		background:   rgba(11,14,34,0.8);
		width: 75vw;
		margin-bottom: 40px;
		z-index: 1;
	}
}

@media only screen and (min-width: 768px) {
	.sz-reservation-bar {
		background:   rgba(11,14,34,0.8);
		width: 75vw;
		margin-bottom: 10vh;
		z-index: 1;
	}
}

.sz-form-control {
	background: rgba(11,14,34,0.2);
    border: none;
	color: #fff;
    font-size: 14px;
	height: 100%;
}

.sz-date {
	height: 100%;
}

.sz-date-button {
	width: 135px;
	height: 100%;
	border: 1px solid #BA9769;
	font-size: 14px;
}

.sz-input-group-addon {
	font-size: 16px;
    color: #f5f5f5;
    background-color: #BA9769;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
    border-radius: 0;
	width: 40px;
}

.sz-description-title {
	color: #d8ba97;
    font-size: 16px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sz-description-container {
		background: linear-gradient(#fcfcfc, #e6e2e2);
		padding: 6px 6px 0 6px;
	}	
}

@media only screen and (min-width: 768px) {
	.sz-description-container {
		background: linear-gradient(#fcfcfc, #e6e2e2);
		padding: 10px 40px 40px 40px;
	}	
}

@media only screen and (max-width: 549px) {
	.sz-description-data {
		box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		border: 1px solid #e3e1e1;
		height: 467px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
	.sz-description-data {
		box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		border: 1px solid #e3e1e1;
		height: 667px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 769px) and (max-width: 846px) {
	.sz-description-data {
		box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		border: 1px solid #e3e1e1;
		height: 500px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 846px) {
	.sz-description-data {
		box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
		border: 1px solid #e3e1e1;
		height: 467px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}


@media only screen and (min-width: 550px) and (max-width: 768px) {
	.sz-description-bottom {
		height: 70%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 846px) {
	.sz-description-bottom {
		height: 40%;
	}
}

@media only screen and (min-width: 847px) {
	.sz-description-bottom {
		height: 50%;
	}
}

@media only screen and (max-width: 549px) {
	.sz-description-bottom {
		height: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.sz-reservation-date-button {
		display: flex;
		justify-content: center;
	}
}

.sz-reservation-date {
	height: 40px;
}

@media only screen and (max-width: 767px) {
	.sz-reservation-date {
		display: flex;
		justify-content: center;
	}
	.sz-reservation-date-button {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 1400px) {
	.sz-offer-image {
		color: #f5f5f5;
		font-family: magneta,serif;
		font-size: 66px;
		position: relative;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1399px) {
	.sz-offer-image {
		color: #f5f5f5;
		font-family: magneta,serif;
		font-size: 44px;
		position: relative;
	}
}

@media only screen and (min-width: 900px) {
	.sz-contact-image {
		height: 40%;
		color: #f5f5f5;
		font-family: magneta,serif;
		font-size: 66px;
		position: relative;
	}
}

@media only screen and (max-width: 899px) {
	.sz-offer-image {
		color: #f5f5f5;
		font-family: magneta,serif;
		font-size: 22px;
		position: relative;
	}

	.sz-contact-image {
		height: 40%;
		color: #f5f5f5;
		font-family: magneta,serif;
		font-size: 28px;
		position: relative;
	}
}

.sz-description-tile-title {
	font-size: 24px;
	font-weight: 600;
	color: #d8ba97;
}

@media only screen and (max-width: 845px) {
	.sz-description-text {
		font-size: 18px;
		text-align: center;
		color: #4e4e4e;
		width: 100%;
	}
}
@media only screen and (min-width: 846px) {
	.sz-description-text {
		font-size: 14px;
		text-align: center;
		color: #4e4e4e;
		width: 100%;
	}
}

.sz-location {
	padding-left: 8%;
    padding-right: 8%;
	width: 100%;
    border-bottom: solid 1px #b59a4a;
}

.sz-footer-container {
	width: 100%;
	background-color: #0b0e22;
	color: #f5f5f5;
}

.sz-footer {
	border: solid 1px #b59a4a;
	width: 100%;
	background-color: #0b0e22;
	color: #f5f5f5;
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	.sz-footer-data-container {
		display: flex;
		justify-content: center;
	}
}


@media only screen and (max-width: 899px){
	.sz-footer-data-logo {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1199px){
	.sz-footer-data, .sz-footer-data-logo {
		padding-right: 30px;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 1200px){
	.sz-footer-data, .sz-footer-data-logo {
		padding-right: 110px;
		display: flex;
		justify-content: center;
	}
}

.owl-dots, .owl-nav {
	display: none;
}

.sz-logo {
	height: 100%;
}

.sz-nav-logo-container {
	height: 130px;
}

.sz-nav-item {
	margin-left: 10px;
}

.sz-footer-logo {
	height: 130px;
}

.sz-footer-data {
	margin-top: 16px;
	padding-left: 0;
	padding-right: 0;
}

.sz-footer i {
	color: #d8ba97;
	margin-right: 8px;
}

.sz-contact-conainer {
	color: #4e4e4e;
}

.sz-contact-text {
	position: absolute;
	margin-top: 6px;
	left: 0;
	width: 100%;
    display: flex;
    justify-content: center;
}

.sz-contact-form{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
	font-size: 14px;
	color: #4e4e4e;
	border: 1px solid #e3e1e1;
}

.sz-contact-subject {
	font-family: 'Open Sans', sans-serif;
}

.sz-contact-subject-text {
	font-size: 28px;
	color: #d8ba97;
	font-weight: 600;
}

.sz-contact-subject-form {
	text-align: center;
}

.sz-contact-data {
	font-size: 16px;
	color: #4e4e4e;
}

input, textarea {
    border: 1px solid rgba(109, 109, 109, 0.12);
	margin-bottom: 10px;
    border-radius: 2px;
	padding-left: 8px;
}

textarea {
	font-size: 14px;
}

input {
	line-height: 45px;
	font-size: 12px;
}

input:focus, textarea:focus {
    outline: none;
}

input[type=checkbox] {
color: red;
}

input[type=checkbox]:checked {
padding: 10px;
}

.sz-contact-inputs input{
	width: 100%;
	height: 48px;
}

textarea, .sz-contact-inputs {
	width: 100%;
}

textarea {
	min-height: 94px;
}

::placeholder {
	color: #9c9894;
	opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #9c9894;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
	color: #9c9894;
}

.sz-contact-agreement-checkbox, .sz-contact-required{
	width: 100%;;
}

.sz-contact-agreement-checkbox {
	margin-bottom: 10px;
}

.sz-contact-submit-button {
	line-height: unset;
    padding: 4px 12px;
    color: #ffffff;
    background: #d8ba97;
    border: solid 1px #e0bf5c;
    font-size: 16px;
    margin-top: 10px;
}

.sz-contact-agreement {
	color: #9c9894;
	font-size: 10px;
	text-align: left;
}

.sz-contact-data i {
	color: #d8ba97;
	margin-right: 8px;
}

.sz-contact-map {
    width: 900px;
    height: 450px;
    box-shadow: 0px 0px 30px #d8ba97;
}

.sz-gallery-row {
	height: 60vh;
}

 .sz-gallery-container [class*="col-"]{
	padding: 0;
}

.sz-gallery-picture {
	height: 100%;
	width: 100%;
	image-orientation: from-image;
}

.sz-gallery-zoom {
    overflow: hidden;
}

.sz-gallery-zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
}

.sz-gallery-zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.sz-island {
	background: linear-gradient(#fcfcfc, #e6e2e2);
}

.sz-island-content {
	padding: 2px;
}


@media only screen and (max-width: 767px) {
	.sz-island-title {
		text-align: center;
		margin: 24px 0 6px;
		color: #d8ba97;
		font-size: 24px;
		font-weight: 600;
		font-style: italic;
	}
}

@media only screen and (min-width: 768px) {
	.sz-island-title {
		text-align: center;
		margin: 24px 0 6px;
		color: #d8ba97;
		font-size: 34px;
		font-weight: 600;
		font-style: italic;
	}
}

.sz-island-tile {
	padding: 4px;
}

.sz-island-tile a, .sz-facebook-link {
	color: #f5f5f5; 
	text-decoration: none;
}

.sz-facebook-link:visited, .sz-facebook-link:hover {
	color: #f5f5f5;
	text-decoration: none;
  }

.sz-island-tile a:hover {
	color: #f5f5f5; 
}

.sz-island-zoom {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.sz-island-zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
}

.sz-island-zoom img:hover {
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
	filter: brightness(50%);
    z-index: 0;
	cursor: pointer;
}

.sz-island-photo-text {
	position: absolute;
	bottom: 0;
	padding: 8px;
	font-size: 22px;
}

@media only screen and (max-width: 767px) {
	.sz-offer-container {
		background: linear-gradient(#fcfcfc, #e6e2e2);
		letter-spacing: 1px;
		font-size: 18px;
		padding-right: 1rem;
		padding-left: 1rem;
		padding-top: 1.5rem;
	}

	.sz-offer-equipment-text {
		text-align: center;
		color: #d8ba97;
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) {
	.sz-offer-container {
		background: linear-gradient(#fcfcfc, #e6e2e2);
		letter-spacing: 1px;
		font-size: 14px;
		padding-right: 3rem!important;
		padding-left: 3rem!important;
		padding-top: 3rem!important;
	}

	.sz-offer-equipment-text {
		text-align: center;
		color: #d8ba97;
		font-size: 14px;
	}
}

.sz-offer {
	color:  #4e4e4e;
}

.sz-offer-price-hint {
	color: #9c9894;
}

.sz-offer-price {
	font-size: 20px;
	border-top: 1px solid #d2d1d0;
    border-bottom: 1px solid #d2d1d0;
}

.sz-footer-title {
	font-size: 20px;
}

.sz-footer-title-container {
	border-bottom: solid 1px #787c95;
}

.sz-footer-title-text {
	color: #787c95;
}

.sz-offer-image-text {
	position: absolute;
    margin-bottom: 10px;
	left: 0;
	bottom: 0;
	width: 100%;
    display: flex;
    justify-content: center;
}

.sz-offer-equipment-tile { 
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
	padding-left: 4px;
    padding-right: 4px;
}

.sz-offer-equipment-tile i{
	font-size: 18px;
	opacity: 0.5;
}

.sz-offer-equipment-photo {
	height: 30px;
    width: 30px;
	opacity: 0.7;
}

.sz-offer-equipment-title, .sz-offer-desc-title, .sz-offer-rooms-title, .sz-offer-price-title {
	margin-bottom: 4px;
	color: #d8ba97;
    font-size: 22px;
	font-style: italic;
}

.sz-offer-desc-photo, .sz-offer-rooms-photo {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 60%);
}

.sz-offer-price-container {
	background: #f1efef;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%), 0 6px 20px 0 rgb(0 0 0 / 10%);
	font-size: 14px;
	color: #4e4e4e;	
}

.sz-message-send {
	color: #d8ba97;
    text-align: center;
}

.form-control:focus {
	color: #fff;
    border-color: unset;
    box-shadow: none;
	background: rgba(11,14,34,0.2);
}
