@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url("https://use.fontawesome.com/releases/v5.12.0/css/all.css");

/* Root */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}

html,
body {
	width: 100vw;
	overflow-x: hidden;
	background-color: #dddddd;
}

.num {
	font-family: "Source Sans Pro", sans-serif !important;
}

.content-hero {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	margin: auto;
	padding: 10px;
	z-index: 1;
}

.content {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1140px;
	margin: auto;
	padding: 10px;
	z-index: 1;
}

.center {
	text-align: center;
}

.only-js {
	display: none !important;
}

.hidden {
	visibility: hidden !important;
}

.mt {
	margin-top: 50px !important;
}

.mobile {
	display: none !important;
}

.desktop {
	display: block !important;
}

.inherit {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.youtube-embed {
	margin-top: 30px;
	margin-bottom: 50px;
}

.bont-widget {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}

.bont-widget-logo {
	height: 90px;
	width: auto;
}

/* Nav Bar */

.nav,
.nav-menu-btn {
	position: fixed;
}

.nav,
.nav-menu-btn {
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 60px;
	height: auto;
}

#nav-menu-btn {
	float: right;
}

#nav-menu-btn:hover {
	cursor: pointer;
}

#nav-menu-btn:hover .nav-menu-btn-inner {
	background-color: #789eca;
}

#nav-menu-btn:hover .nav-menu-btn-inner::before {
	background-color: #789eca;
}

#nav-menu-btn:hover .nav-menu-btn-inner::after {
	background-color: #789eca;
}

#nav-menu-btn .nav-menu-btn-inner {
	position: relative;
	width: 30px;
	height: 3px;
	margin: 18px 0px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

#nav-menu-btn .nav-menu-btn-inner::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

#nav-menu-btn .nav-menu-btn-inner::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

#nav-menu-btn.active .nav-menu-btn-inner {
	background: none !important;
}

#nav-menu-btn.active .nav-menu-btn-inner::before {
	transform: rotate(45deg);
	width: 30px;
	top: 0;
}

#nav-menu-btn.active .nav-menu-btn-inner::after {
	transform: rotate(-45deg);
	width: 30px;
	top: 0;
}

.colored #nav-menu-btn .nav-menu-btn-inner {
	background-color: #222;
}

.colored #nav-menu-btn .nav-menu-btn-inner::before {
	background-color: #222;
}

.colored #nav-menu-btn .nav-menu-btn-inner::after {
	background-color: #222;
}

.colored #nav-menu-btn:hover .nav-menu-btn-inner {
	background-color: #789eca;
}

.colored #nav-menu-btn:hover .nav-menu-btn-inner::before {
	background-color: #789eca;
}

.colored #nav-menu-btn:hover .nav-menu-btn-inner::after {
	background-color: #789eca;
}

.nav {
	display: block;
	background: none;
	transition: all 0.3s ease-in-out;
	z-index: 998;
}

.nav.colored {
	background-color: #eee;
	box-shadow: 0.5px 0.9px 4px 0 rgb(129 147 156 / 25%);
	z-index: 998;
}

.nav .home-btn,
.nav .book-btn {
	display: none;
}

.nav.colored .home-btn,
.nav.colored .book-btn {
	display: inline-block;
}

.nav.colored .nav-menu-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
}

.nav.colored .home-btn {
	width: 200px;
	height: 39px;
}

.nav-menu-main {
	width: 100%;
	height: 100%;
}

.home-btn {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url("./img/logo-gray.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease-in-out;
}

.home-btn:hover {
	background-image: url("./img/logo-green.png");
}

.book-btn {
	color: #222;
	border: 2px solid #222;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 23px;
	letter-spacing: 3px;
	word-spacing: 6px;
	text-transform: uppercase;
	padding: 5px 10px;
	transition: all 0.3s ease-in-out;
}

.book-btn:hover {
	/* color: #789eca; */
	border: 2px solid #789eca;
}

.nav-menu {
	position: fixed;
	top: 60px;
	left: calc(100vw + 20px);
	width: 100vw;
	height: calc(100vh - 60px);
	background-color: rgba(238, 238, 238, 0.95);
	z-index: 997;
	transition: left 0.2s ease-in-out;
}

.nav-menu.active {
	left: 0px;
}

.nav-menu-links {
	width: 100%;
	text-align: center;
}

.nav-menu-links a {
	position: relative;
	display: block;
	color: #192226;
	font-size: 25px;
	margin-top: 20px;
	text-transform: uppercase;
	transition: color 0.2s ease-in-out;
	font-family: "Poppins", sans-serif;
}

.nav-menu-links a:hover {
	color: #789eca;
}

.nav-menu-links a::after {
	position: relative;
	display: inline-block;
	content: ">";
	color: transparent;
	user-select: none;
	margin-left: 10px;
	width: 20px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("./img/next.svg");
	transition: all 0.2s ease-in-out;
}

.nav-menu-links a:hover::after {
	background-image: url("./img/next-hover.svg");
	margin-left: 18px;
}

/* Main Page */

.hero {
	width: 100%;
	height: 100vh;
	background-color: #666;
	background-image: linear-gradient(0deg, #0005, #0005), url("./img/hero.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	box-shadow: 0.5px 0.9px 15px 0 rgb(129 147 156 / 80%);
}

.hero.gall {
	/* height: 70vh; */
	background-position: 50% 50%;
	background-image: linear-gradient(0deg, #0005, #0005), url("./img/hero2.jpg");
}

.hero-content {
	position: absolute;
	width: 100%;
	max-width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-logo {
	display: block;
	background-image: url("./img/logo-white.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}

.hero-motto {
	font-family: "Raleway", sans-serif;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	text-shadow: 1px 1px 2px #0005;
}

.hero-buttons {
	z-index: 999;
	position: absolute;
	display: inline-block;
	width: 70%;
	margin-left: 15%;
	top: 65px;
	text-align: center;
}

.hero-buttons2 {
	display: flex;
}

.hero-row {
	position: relative;
	display: flex;
}

.hero-row .hero-logo {
	position: relative;
	display: inline-block;
	height: 80px;
	width: 27%;
	top: 0px;
	left: 0;
	margin-right: 10px;
	margin-top: -3px;
}

.hero-button {
	position: relative;
	display: inline-block;
	min-width: 50px;
	min-height: 50px;
	height: 50px;
	/* margin-top: 10px; */
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
}

.hero-button.text {
	width: 100%;
	border: 1px solid #fff;
	padding: 10px 10px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 4px;
	text-shadow: 1px 1px 2px #0005;
}

.hero-button.text:last-child {
	margin-left: 3px;
}

.hero-button.icon {
	margin-right: 10px;
}

.hero-letter {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: transparent;
	padding: 2px 0px;
	user-select: none;
	background-color: transparent;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-letter.facebook {
	background-size: 60%;
	background-position: 47% 45%;
	background-image: url("./img/facebook-icon.svg");
	border: 1px solid #fff;
}

.hero-letter.instagram {
	background-size: 60%;
	background-image: url("./img/ig.svg");
	border: 1px solid #fff;
}

.hero-letter.phone {
	background-size: 60%;
	background-image: url("./img/phone.svg");
	border: 1px solid #fff;
}

.hero-button.text,
.hero-letter.phone,
.hero-letter.facebook,
.hero-letter.instagram {
	transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.hero-button.text:hover,
.hero-letter.phone:hover,
.hero-letter.facebook:hover,
.hero-letter.instagram:hover {
	border: 1px solid #789eca;
	background-color: #789eca;
}

.hero-scroll {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%, 0%);
}

.hero-content .hero-scroll {
	position: unset;
	left: unset;
	bottom: unset;
	transform: unset;
}

.hero-mouse {
	position: relative;
	display: block;
	margin: auto;
	width: 45px;
	height: 70px;
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	margin-top: 50px;
	transition: border 0.2s ease-in-out;
}

.hero-mouse:hover {
	border: 2px solid #789eca;
}

.hero-mouse:hover::before {
	background-color: #789eca;
}

.hero-mouse::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 20px;
	border-radius: 30%;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out;
	left: 19px;
	top: 10px;
	animation: scrollwheel;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.page {
	min-height: 100vh;
	padding-top: 60px;
}

.page .content {
	margin-top: 50px;
}

.content-pretitle {
	font-size: 30px;
	color: #789eca;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.content-title {
	font-size: 50px;
	color: #192226;
	font-family: "Raleway", cursive;
	font-weight: 200;
	line-height: 65px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-title.after {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.content-title.after::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	width: 70%;
	max-width: 300px;
	height: 2px;
	background-color: #789eca;
	transform: translate(-50%, 0%);
}

.content-text {
	display: block;
	font-family: "Poppins", sans-serif;
	color: #596164;
	letter-spacing: 0.1em;
	line-height: 1.73;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}

.aps-desc .content-text {
	text-align: center;
}

.content-text a {
	color: #596164;
}

.content-arrow {
	color: #789eca;
}

/* About Us */

.text-left {
	display: inline-block;
	height: 100%;
	width: 50%;
	padding-right: 30px;
}

.background-right {
	width: 50vw;
	display: inline-block;
	position: absolute;
	margin-top: -10px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("./img/about.jpg");
}

/* Apartments */

.content.apartments {
	margin-top: 100px;
	text-align: center;
}

.content-apartments-preview {
	width: 100%;
	max-width: 900px;
	margin: auto;
	margin-top: 30px;
}

.content-apartments-single {
	display: inline-block;
	height: 300px;
	width: calc(50% - 15px);
	background-color: #fff;
	border: 4px solid #fff;
}

.content-apartments-single:last-child {
	margin-left: 26px;
}

.content-apartments-single-photo {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-apartments-single-photo#aps_1 {
	background-image: url("./img/aps/1/1.jpg");
}

.content-apartments-single-photo#aps_2 {
	background-image: url("./img/aps/2/1.jpg");
}

.content-apartments-single-photo#aps_3 {
	background-image: url("./img/aps/3/1.jpg");
}

.content-apartments-single-photo#aps_4 {
	background-image: url("./img/aps/4/1.jpg");
}

.content-apartments-single-photo#aps_5 {
	background-image: url("./img/aps/5/1.jpg");
}

.content-apartments-single-photo#aps_6 {
	background-image: url("./img/aps/6/2.png");
}

.content-apartments-single-photo#aps_7 {
	background-image: url("./img/aps/7/1.jpg");
}

.content-apartments-single-name {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	transition: opacity 0.1s ease-in-out;
}

.content-apartments-single:last-child .content-apartments-single-name {
	left: unset;
	right: 0;
}

i.sqm {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.sqm-text {
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
}

.content-apartments-single-photo:hover .content-apartments-single-name {
	opacity: 0;
}

.content-apartments-single-photo::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(50, 59, 65, 0.6);
	background-image: url("./img/more.png");
	background-position: center;
	background-size: auto 24px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}

.content-apartments-single-photo:hover::before {
	opacity: 1;
}

/* Adds */

.content.adds {
	margin-top: 100px;
	min-height: 500px;
	height: auto;
}

.adds .background-left,
.adds .background-right {
	width: 50vw;
	display: inline-block;
	position: absolute;
	margin-top: -10px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.adds .background-left {
	right: 50%;
	background-image: url("./img/sb/sb.jpg");
}
.adds .background-right.udogodnienia,
.adds .background-left.udogodnienia {
	background-image: url("./img/udogodnienia.jpg");
}
.adds .background-right.strefarelaksu,
.adds .background-left.strefarelaksu {
	background-image: url("./img/strefarelaksu.jpg");
}
.adds .background-right.salazabaw,
.adds .background-left.salazabaw {
	background-image: url("./img/salazabaw.jpg");
}
.adds .background-right {
	left: 50%;
	background-image: url("./img/sr/sr.jpg");
}
.adds .background-left.salabilardowa,
.adds .background-right.salabilardowa {
	background-image: url("./img/salabilardowa.jpg");
}
.adds .background-right.basen,
.adds .background-left.basen {
	background-image: url("./img/basen/basen.jpg");
}
.adds .background-right.strefaodpoczynku,
.adds .background-left.strefaodpoczynku {
	background-image: url("./img/strefaodpoczynku.jpg");
}

.adds-button {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
	border: 2px solid #596164;
	color: #596164;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	transition: all 0.2s ease-in-out;
}

.adds-button span {
	color: #596164;
	transition: all 0.2s ease-in-out;
}

.adds-button i {
	color: #596164;
	display: inline-block;
	margin-left: 10px;
	transition: all 0.2s ease-in-out;
}

.adds-button:hover {
	color: #fff;
	border: 2px solid #789eca;
	background-color: #789eca;
}

.adds-button:hover span {
	color: #fff;
}

.adds-button:hover i {
	color: #fff;
}

.adds .text-left {
	position: absolute;
	top: 75%;
	transform: translate(0%, -50%);
}

.adds .text-right {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

/* Rest */

.content.rest {
	display: flex;
	margin-top: 100px;
	width: 100%;
	max-width: 900px;
}

.column {
	/* position: relative; */
	display: inline-block;
	/* height: 100%; */
	width: calc(50% - 15px) !important;
	background-color: #fff;
	border: 4px solid #fff;
}

.column:last-child {
	margin-left: 25px;
}

.column-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.activities .column-image {
	background-image: url("./img/activities.jpg");
}

.gallery .column-image {
	background-image: url("./img/hero.jpg");
}

.column-image.farmalama {
	background-image: url("./img/atr/farmalama.jpg");
}

.column-image.golgota {
	background-image: url("./img/atr/golgota.jpg");
}

.column-image.historia {
	background-image: url("./img/atr/historia.jpg");
}

.column-image.jaworzyna {
	background-image: url("./img/atr/jaworzyna.jpg");
}

.column-image.masterski {
	background-image: url("./img/atr/masterski.jpg");
}

.column-image.mofeta {
	background-image: url("./img/atr/mofeta.jpg");
}

.column-image.muzeumtylicza {
	background-image: url("./img/atr/muzeumtylicza.jpg");
}

.column-image.nordingwalking {
	background-image: url("./img/atr/nordingwalking.jpg");
}

.column-image.parklinowy {
	background-image: url("./img/atr/parklinowy.jpg");
}

.column-image.parkowa {
	background-image: url("./img/atr/parkowa.jpg");
}

.column-image.pijalnia {
	background-image: url("./img/atr/pijalnia.jpg");
}

.column-image.quest {
	background-image: url("./img/atr/quest.jpg");
}

.column-image.sankostrada {
	background-image: url("./img/atr/sankostrada.jpg");
}

.column-image.splywy {
	background-image: url("./img/atr/splywy.jpg");
}

.column-image.tyliczski {
	background-image: url("./img/atr/tyliczski.jpg");
}

.column-image.wieza {
	background-image: url("./img/atr/wieza.jpg");
}

.column-image.zabawek {
	background-image: url("./img/atr/zabawek.jpg");
}

.column-image.boisko {
	background-image: url("./img/atr/boisko.jpg");
}

.column-image.placzabaw {
	background-image: url("./img/atr/placzabaw.jpg");
}

.column-text {
	text-align: center;
	padding-bottom: 15px;
}

.column-text .content-text {
	width: calc(100% - 20px);
	margin: auto;
}

/* Google Maps */

.content.contact {
	margin-top: 100px;
	min-height: calc(40vh + 15px);
}

.map-left {
	position: absolute;
	right: 50%;
	width: 50vw;
	height: 100%;
}

.text-right {
	display: inline-block;
	width: 50%;
	margin-left: 50%;
	padding-left: 30px;
}

.text-right > div {
	display: inline-block;
}

.contact-info {
	width: 100%;
	margin: auto;
	text-align: center;
}

.contact-form {
	margin: auto;
	margin-top: 20px;
	width: 100%;
}

.contact-form * {
	font-family: "Raleway", sans-serif;
}

.contact-form-text,
.contact-form-captcha,
.contact-form-message,
.contact-form-submit {
	border: 1px solid #596164;
	color: #192226;
}

.contact-form-flex {
	display: flex;
}

.contact-form-flex.captcha {
	flex-wrap: wrap;
	justify-content: stretch;
}

.contact-form-text:first-child {
	margin: 0;
}

.contact-form-text {
	display: inline-block;
	width: 30%;
	padding: 10px 15px;
	text-transform: uppercase;
	margin-left: -1px;
}

.contact-form-captcha {
	display: inline-block;
	width: 60% !important;
	padding: 10px 15px;
	text-transform: uppercase;
	border-top: none;
}

.contact-form-captcha:last-child {
	border-left: none;
	width: 40% !important;
}

.contact-form-text:last-child {
	width: calc(40% + 2px);
}

.contact-form-message {
	display: block;
	width: 100%;
	resize: vertical;
	text-transform: uppercase;
	margin-top: -1px;
	padding: 10px 15px;
	min-height: 100px;
}

.contact-form-submit {
	display: block;
	width: 100%;
	text-transform: uppercase;
	margin-top: -1px;
	padding: 10px 15px;
	transition: all 0.1s ease-in-out;
}

.contact-form-submit:hover {
	cursor: pointer;
	border: 1px solid #789eca;
	color: #789eca;
}

/* Apartment's Page */

.aps-hero {
	height: 60vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/hero.jpg");
}

.aps-hero.rezerwacje {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/hero.jpg");
}

.aps-hero.first {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/aps/1/1.jpg");
}

.aps-hero.second {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/aps/2/1.jpg");
}

.aps-hero.third {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/aps/3/1.jpg");
}

.aps-hero.fourth {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/aps/4/1.jpg");
}

.aps-hero.fifth {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/aps/5/1.jpg");
}

.aps-hero.sixth {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/aps/6/3.png");
}

.aps-hero.seventh {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/aps/7/1.jpg");
}

.aps-hero.sb {
	background-image: linear-gradient(0deg, #0005, #0005), url("./img/sb/sb.jpg");
}

.aps-hero.basen {
	background-image: linear-gradient(0deg, #0005, #0005), url("./img/basen/basen.jpg");
}

.aps-hero.sr {
	background-image: linear-gradient(0deg, #0005, #0005), url("./img/sr/sr.jpg");
}

.aps-hero.so {
	background-image: linear-gradient(0deg, #0005, #0005), url("./img/so/so.jpg");
}

.aps-hero.udogodnienia {
	background-image: linear-gradient(0deg, #0005, #0005),
		url("./img/udogodnienia.jpg");
}

.aps-hero.bont {
	background-image: linear-gradient(0deg, #0005, #0005), url("./img/bont.jpg");
}

.aps-hero-name {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	padding: 10px 15px;
	font-family: "Raleway", sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 55px;
	text-align: center;
	transition: opacity 0.1s ease-in-out;
	transform: translate(-50%, -50%);
	text-shadow: 2px 2px 3px #0005;
}

.aps-hero-name-details {
	font-size: 25px;
}

.aps-hero i.sqm {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.aps-hero .sqm-text {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
}

.aps-desc {
	margin-top: 60px;
}

.aps-contitions {
	display: flex;
}

.aps-column {
	display: inline-block;
	width: 33%;
}

/* Footer */

.footer {
	position: relative;
	background-color: #192226;
	padding: 50px 0px;
	margin-top: 150px;
}

.footer * {
	font-family: "Raleway", sans-serif;
}

.footer-links {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
}

.footer-links a {
	position: relative;
	padding: 10px 15px;
	color: #829095;
	transition: color 0.2s ease-in-out;
	flex-shrink: 0;
}

.footer-links a:hover {
	color: #fff;
}

.footer-links a::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0px;
	right: 50%;
	width: 0px;
	height: 1px;
	background-color: #fff;
	transition: width 0.2s ease-in-out;
}

.footer-links a::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0px;
	left: 50%;
	width: 0px;
	height: 1px;
	background-color: #fff;
	transition: width 0.2s ease-in-out;
}

.footer-links a:hover::before,
.footer-links a:hover::after {
	width: calc(50% - 10px);
}

.footer-info {
	display: flex;
	margin-top: 20px;
}

.footer-info a {
	color: #829095;
	transition: color 0.2s ease-in-out;
}

.footer-info a:hover {
	color: #fff;
}

.footer-column-left {
	text-align: left;
	width: 45%;
}

.footer-column-center {
	position: relative;
	text-align: center;
	width: 10%;
	height: 100%;
}

.footer-column-right {
	text-align: right;
	width: 45%;
}

.footer-group {
	position: relative;
	height: 100%;
}

.footer-block {
	display: block;
	padding: 5px 0px;
}

.footer-ig {
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	margin-top: 20px;
	background-image: url("./img/ig.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.3;
}

.footer-ig:hover {
	opacity: 1;
}

/* HOTRES */

.booking {
	margin-top: 20px;
}

.hotres-copyright {
	color: #222;
	font-family: "Raleway", sans-serif;
}

.hotres-copyright-link {
	color: #222;
	font-family: "Raleway", sans-serif;
	transition: color 0.2s ease-in-out;
}

.hotres-copyright-link:hover {
	color: #789eca;
}

.hotresChooser {
	height: 50px !important;
	margin-left: 10px !important;
	margin-top: 0px !important;
	min-width: 500px;
	max-width: 500px;
}

.hotresChooser * {
	font-size: 16px !important;
	-webkit-appearance: none;
}

.hotresChooser div {
	float: left;
	width: 33%;
}

.hotresChooser div input {
	color: #fff !important;
	height: 50px !important;
	line-height: 50px !important;
	border: 1px solid #fff !important;
	background: none !important;
	text-shadow: 1px 1px 2px #0005 !important;
	padding: 0px 10px;
	padding-top: 2px !important;
	padding-right: 30px !important;
	box-sizing: border-box;
	width: 100%;
}

.hotresChooser input[type="date"]:after {
	background: url("./img/calendar.svg") !important;
	background-size: contain !important;
	top: 15px !important;
}

.hotresChooser div input:hover {
	border: 1px solid #789eca !important;
	background-color: #789eca !important;
	box-shadow: none !important;
}

.hotresChooser div button {
	background: none !important;
	height: 50px !important;
	line-height: 50px !important;
	border: 1px solid #fff !important;
	box-shadow: none !important;
	text-shadow: 1px 1px 2px #0005 !important;
	width: 100%;
}

.hotresChooser div button:hover {
	border: 1px solid #789eca !important;
	background-color: #789eca !important;
}

/* Notify */

.notify {
	font-family: "Source Sans Pro", sans-serif;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 30px 30px;
	width: 95%;
	max-width: 700px;
	transform: translate(-50%, -50%);
	border: 3px solid #596164;
	background-color: #192226;
	text-align: center;
	z-index: 4;
}

.notify-close {
	font-family: "Source Sans Pro", sans-serif;
	border: 2px solid #dddddd;
	margin-top: 20px;
	padding: 10px 20px;
	background: none;
	transition: all 0.3s ease-in-out;
}

.notify-close:hover {
	cursor: pointer;
	background-color: #dddddd;
	color: #192226;
}

/* Animations */

@keyframes scrollwheel {
	0% {
		top: 10px;
	}
	50% {
		top: 15px;
	}
	100% {
		top: 10px;
	}
}

/* RWD */

@media only screen and (max-width: 1450px) {
	.hero-row {
		display: block !important;
		text-align: center;
	}
	.hero-row .hero-logo {
		width: 70%;
	}
	.hero-buttons2 {
		position: absolute;
		top: 110px;
		left: 50%;
		width: 90%;
		transform: translate(-50%, 0%);
		display: flex;
		width: auto;
		margin: auto;
	}
	.hero-button.text {
		position: relative;
		width: auto;
		height: 50px;
	}
	.hotresChooser {
		display: block !important;
		position: absolute;
		left: 50%;
		transform: translate(-260px, 0%);
		width: auto !important;
		height: 50px !important;
		margin: 0px !important;
		margin-right: 0px !important;
		margin-top: 110px !important;
		margin-left: 0px !important;
		padding: 0px !important;
		text-align: center !important;
	}
	.hotresChooser * {
		font-size: 16px !important;
	}
	.hotresChooser div input {
		height: 50px !important;
		line-height: 50px !important;
		border: 1px solid #fff !important;
	}
	.hotresChooser div input.before::before {
		content: "" !important;
		position: absolute !important;
		height: 100% !important;
		width: 1px !important;
		top: 0px !important;
		left: -1px !important;
		background: none !important;
	}
	.hotresChooser div input:hover {
		border: 1px solid #789eca !important;
		box-shadow: none !important;
	}
	.hotresChooser div button {
		background: none !important;
		height: 50px !important;
		line-height: 50px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.book-btn {
		letter-spacing: unset;
		word-spacing: unset;
	}
	.hero-button.text {
		letter-spacing: unset;
	}
}

@media only screen and (max-width: 767px) {
	.youtube-embed {
		width: calc(100% - 20px) !important;
		height: auto !important;
	}
	.bont-widget {
		position: absolute;
		bottom: 30px;
		right: 10px;
		z-index: 995;
	}
	.bont-widget-logo {
		height: auto;
		width: 100px;
	}
	/* .hero-buttons {
		width: calc(100% - 20px);
		margin-left: 0px;
	}
	.hero-button.text {
		padding: 2px 0px;
		padding-top: 5px;
		font-size: 15px;
	}
	.hero-row .hero-logo {
		position: fixed;
		display: block;
		height: 70px;
		width: 100%;
		top: 0px;
		left: 0;
		margin-top: 10px;
		margin-right: 0px;
	}
	.hero-button {
		position: relative;
		display: inline-block;
		min-width: 30px;
		min-height: 30px;
		height: 35px;
		margin-top: 10px;
		color: #fff;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 30px;
	}
	.hero-button.icon {
		margin-right: 20px;
	}
	.hero-letter {
		width: 40px;
		height: 35px;
	} */
	/*.hero-button.text:last-child {
		margin-left: 10px;
	}*/
	.hero-row .hero-logo {
		height: 80px;
		width: 100%;
	}
	.book-btn {
		text-align: center;
		font-size: 20px;
	}
	.text-right,
	.text-left {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		display: block;
		width: 100%;
	}
	.background-right,
	.background-left {
		position: relative;
		display: block;
		width: 100%;
		height: 300px;
		margin-top: 20px;
	}
	.mobile {
		display: block !important;
	}
	.desktop {
		display: none !important;
	}
	.content-title {
		font-size: 40px;
	}
	.content-apartments-single {
		display: block;
		width: 100%;
	}
	.content-apartments-single:last-child {
		margin-left: 0px;
		margin-top: 30px;
	}
	.adds .background-left,
	.adds .background-right {
		width: 100%;
		display: block;
		position: relative;
		height: 300px;
		margin-top: 20px;
	}
	.adds .background-left {
		left: 0%;
		right: unset;
	}
	.adds .background-right {
		left: 0%;
	}
	.adds .text-left,
	.adds .text-right {
		position: relative;
		top: unset;
		transform: unset;
	}
	.content.rest {
		display: block;
		margin-top: 100px;
		width: 100%;
		max-width: unset;
	}
	.column {
		display: block;
		width: 100%;
		margin: auto !important;
	}
	.column:last-child {
		margin-top: 20px !important;
		margin-left: 0;
	}
	.map-left {
		position: relative;
		right: unset;
		left: 0%;
		width: 100%;
		height: 50vh;
	}
	.contact-info .content-text {
		text-align: center;
	}
	.text-right {
		display: block;
		width: 100%;
		margin-left: 0%;
		padding-left: 0px;
	}
	.footer-links a {
		display: block;
	}
	.footer-info,
	.footer-column-left,
	.footer-column-center,
	.footer-column-right {
		width: 100%;
		display: block;
		text-align: center;
	}
	.aps-contitions {
		display: block;
	}
	.aps-column {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 520px) {
	.hotresChooser {
		display: block !important;
		width: calc(80% - 20px);
		transform: translate(-130px, 0%);
	}
	.hotresChooser div {
		display: block !important;
		float: none !important;
	}
	.hotresChooser div input,
	.hotresChooser div select {
		display: block !important;
		height: 50px !important;
		line-height: 50px !important;
		border: 1px solid #fff !important;
	}
	.hotresChooser div input.before::before {
		content: "" !important;
		position: absolute !important;
		height: 100% !important;
		width: 1px !important;
		top: 0px !important;
		left: -1px !important;
		background: none !important;
	}
	.hotresChooser div input:hover {
		border: 1px solid #789eca !important;
		box-shadow: none !important;
	}
	.hotresChooser div button {
		display: block !important;
		background: none !important;
		height: 50px !important;
		line-height: 50px !important;
		width: 50% !important;
	}
}
