* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 20px;
}

body {
	max-width: 1620px;
	margin: 0 auto;
	color: white;
	font-size: 20px;
	font-family: "Raleway", sans-serif;
	position: relative;
	width: 100%;
}

/*    NAVIGATION    */

nav#mobile {
	display: none;
}

div.wrapper.navigation {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	padding: 0px;
	/* justify-content: space-between; */
	z-index: 2;
}

div.navigation.sticky {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: rgb(32, 98, 213);
	animation: stickyNavOpacity 0.5s;
}
div.navigation.sticky button {
	background-color: rgb(32, 98, 213);
	border: 1px solid white;
}
div.navigation.sticky button:hover {
	color: rgb(32, 98, 213);
}

@keyframes stickyNavOpacity {
	0% {
		opacity: 0%;
	}

	100% {
		opacity: 100%;
	}
}

div nav {
	flex-basis: 50%;
}

div.wrapper.navigation nav ul {
	list-style: none;
	display: flex;
	padding: 50px;
}

div.wrapper.navigation nav ul li {
	margin: 0 10px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

div.wrapper.navigation nav ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0%;
	height: 100%;
	border-bottom: 1px solid white;
	transition: 0.3s linear;
}

div.wrapper.navigation nav ul li a:hover::before {
	border-bottom: 2px solid white;
	width: 100%;
	left: 0;
}

div.wrapper.navigation nav ul li a {
	color: white;
	text-decoration: none;
	padding: 0 10px;
	font-size: 0.8rem;
	font-weight: 600;
}

div.logo {
	flex-basis: 20%;
	position: relative;
	padding-top: 10px;
}
div.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
div.logo img {
	width: 120px;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px;
}

div.media {
	flex-basis: 30%;
	text-align: right;
	padding-top: 50px;
	flex-grow: 2;
	padding-right: 20px;
}

div.media a {
	display: inline-block;
}
div.media i {
	font-size: 1.25rem;
	padding-right: 10px;
	color: white;
	transition: 0.1s;
}
div.media i:hover {
	font-size: 1.5rem;
}

div.media button {
	display: inline-block;
	padding: 15px 25px;
	background-color: rgb(1, 138, 237);
	border: 1px solid white;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: white;
	letter-spacing: 1px;
	font-size: 0.7rem;
	cursor: pointer;
	transition: 0.3s;
}
div.media button:hover {
	color: rgb(1, 138, 237);
	background-color: white;
}

/* ------------------------------- */
@media (max-width: 1450px) {
	div.wrapper.navigation nav ul {
		padding: 50px 0 0 50px;
	}
	div nav {
		flex-basis: 55%;
	}
}

@media (min-width: 1035px) and (max-width: 1190px) {
	/* html {
        font-size: 17px;
    } */

	div.wrapper.navigation nav ul {
		padding: 50px 0 0 10px;
	}
	div.wrapper div.logo {
		flex-basis: 17%;
		padding-top: 20px;
	}
}

@media (min-width: 980px) and (max-width: 1034px) {
	/* html {
        font-size: 17px;
    } */

	div.wrapper.navigation nav ul {
		padding: 50px 0 0 10px;
	}
	div.wrapper div.logo {
		flex-basis: 16%;
		padding-top: 20px;
	}
	div.wrapper.navigation nav ul li a {
		padding: 0;
	}
}

@media (min-width: 431px) and (max-width: 979px) {
	/* html {
        font-size: 20px;
    } */
	div.logo img {
		width: 90px;
	}
	div.wrapper.navigation {
		padding: 0px;
	}
	div.wrapper.navigation nav ul li a {
		font-size: 0.8rem;
	}
	nav#mobile {
		display: flex;
		justify-content: flex-end;
	}
	nav#mobile ul {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		flex-direction: column;
		background-color: rgb(32, 98, 213);
		padding: 10px 0 10px 10px;
	}
	nav#desktop {
		display: none;
	}
	div.wrapper div.logo {
		flex-basis: 160px;
		padding-top: 20px;
	}
	div.media {
		flex-grow: 1;
		flex-basis: 30%;
		text-align: left;
	}
	nav#mobile {
		display: flex;

		/* background-color: blue; */
	}
	nav#mobile button {
		font-size: 2rem;
		background-color: transparent;
		border: none;
		text-align: right;
		font-size: 0;
		/* align-self:flex-end; */
	}
	nav#mobile button:hover {
		color: black;
	}

	nav#mobile button i:hover {
		color: white;
	}
	nav#mobile button.close {
		padding-top: 15px;
	}
	nav#mobile button i {
		padding: 10px;
		cursor: pointer;
		transition: 0.3s;
		font-size: 2rem;
		color: white;
	}
	nav#mobile li a {
		display: block;
		padding: 20px 10px 0 10px;
		cursor: pointer;
		/* margin: 20px 0; */
	}
	div nav {
		flex-basis: 50%;
	}
	button#buttonReservation {
		position: fixed;
		bottom: 10px;
		left: 10px;
	}
}

@media (min-width: 0px) and (max-width: 430px) {
	/* html {
        font-size: 20px;
    } */
	div.logo img {
		width: 80px;
	}
	div.wrapper.navigation {
		padding: 0px;
	}

	div.wrapper div.logo {
		flex-basis: 200px;
	}

	div.wrapper.navigation nav ul li a {
		font-size: 0.8rem;
	}
	nav#mobile {
		display: flex;
		justify-content: flex-end;
	}
	nav#mobile ul {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		flex-direction: column;
		background-color: rgb(32, 98, 213);
		padding: 10px 0 10px 10px;
	}
	nav#desktop {
		display: none;
	}
	div.wrapper div.logo {
		flex-basis: 160px;
		padding-top: 20px;
	}
	div.media {
		flex-grow: 1;
		flex-basis: 30%;
		text-align: left;
	}
	nav#mobile {
		display: flex;

		/* background-color: blue; */
	}
	nav#mobile button {
		font-size: 2rem;
		background-color: transparent;
		border: none;
		text-align: right;
		font-size: 0;
		color: white;
		/* align-self:flex-end; */
	}
	nav#mobile button:hover {
		color: black;
	}

	nav#mobile button i:hover {
		color: white;
	}
	nav#mobile button.close {
		padding-top: 15px;
	}
	nav#mobile button i {
		padding: 10px;
		cursor: pointer;
		transition: 0.3s;
		font-size: 2rem;
	}
	nav#mobile li a {
		display: block;
		padding: 20px 10px 0 10px;
		cursor: pointer;
		/* margin: 20px 0; */
	}
	div nav {
		flex-basis: 50%;
	}
	button#buttonReservation {
		position: fixed;
		bottom: 10px;
		left: 10px;
	}
}

/*  HEADER */

header {
	height: 100vh;
}

/* SLIDER  */
header div.slider {
	height: 100vh;

	overflow: hidden;
	position: relative;
}

header div.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: slider 10s infinite;
}

header div.slider .slide:nth-child(1) {
	background-image: url(img/slider1.jpg);
	animation-delay: 0s;
}


header div.slider .slide:nth-child(2) {
	background-image: url(img/slider2.jpg);
	animation-delay: -5s;
}

@keyframes slider {
	0%,
	40%,
	100% {
		transform: translateX(0);
		animation-timing-function: ease;
	}
	50% {
		transform: translateX(-100%);
		animation-timing-function: step-end;
	}
	90% {
		transform: translateX(100%);
		animation-timing-function: ease;
	}
}

header section.slider {
	position: absolute;
	width: 100%;
	top: 70%;
	left: -25%;
	text-align: center;
}

header section.slider h1 {

	font-size: 5rem;
	font-weight: 300;
	padding-bottom: 10px;
}

header section.slider p {
	font-size: 1.5rem;
}

/* modal reservation */
div#modalReservation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(50%, 150%);
	width: 50%;
	height: 20%;
	background-color: black;
	color: white;
	z-index: 10;
	font-size: 1.1rem;
	padding-top: 50px;
	text-align: center;
	line-height: 150%;
}
div#modalReservation h3 {
	font-weight: 300;
}
div#modalReservation a {
	display: inline-block;
	margin-top: 20px;
	padding: 15px 25px;
	background-color: rgb(0, 157, 255);
	font-family: "Raleway", sans-serif;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1rem;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.3s;
}

div#modalReservation a:hover {
	color: rgb(0, 157, 255);
	background-color: rgb(250, 250, 250);
	border: 1px solid grey;
}
div#modalReservation button {
	padding: 10px;
	color: white;
	position: absolute;
	top: 0;
	left: 100%;
	transform: translate(-150%, 50%);
	font-size: 0.75rem;
	background-color: transparent;
	border: 1px solid black;
	border-radius: 10px;
	cursor: pointer;
}
div#modalReservation button:hover {
	transform: scale(1.2) translate(-125%, 35%);
}

@media (min-width: 1021px) and (max-width: 1400px) {
	header section.slider h1 {
		font-size: 4rem;
	}
}
@media (min-width: 769px) and (max-width: 1020px) {
	header section.slider h1 {
		font-size: 3.5rem;
	}
}

@media (min-width: 391px) and (max-width: 768px) {
    header section.slider {

        top: 25%;
        left: 0;
    }

	header section.slider h1 {
		font-size: 3rem;
	}
	header section.slider p {
		font-size: 0.8rem;
	}
	div#modalReservation h3 {
		font-size: 0.9rem;
	}
	div#modalReservation a {
		font-size: 0.7rem;
	}
	div#modalReservation {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		transform: translate(25%, 100%);
		width: 70%;
		height: 30%;
		background-color: black;
		color: white;
		z-index: 10;
		font-size: 1.1rem;
		padding-top: 50px;
		text-align: center;
		line-height: 150%;
	}
}

@media (min-width: 0px) and (max-width: 390px) {
    header section.slider {

        top: 25%;
        left: 0;
    }
	header section.slider h1 {
		font-size: 2.5rem;
	}
	header section.slider p {
		font-size: 0.8rem;
	}
	div#modalReservation h3 {
		font-size: 0.8rem;
	}
	div#modalReservation a {
		font-size: 0.6rem;
	}
	div#modalReservation {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		transform: translate(25%, 100%);
		width: 70%;
		height: 30%;
		background-color: black;
		color: white;
		z-index: 10;
		font-size: 1.1rem;
		padding-top: 50px;
		text-align: center;
		line-height: 150%;
	}
}

/* SECTION ABOUT  */

section.about {
	color: black;
	display: flex;
	margin: 100px 60px;
}

section.about .description {
	flex-basis: 40%;
	padding: 20px 60px;
}
section.about .description h3 {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 30px;
}
section.about .description h5 {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.4rem;
}

section.about .description p:first-child {
	color: rgb(0, 157, 255);
	font-size: 0.8rem;
	font-weight: 300;
	padding-bottom: 20px;
}

section.about .description p {
	font-size: 0.8rem;
	font-weight: 200;
	line-height: 200%;
	padding-right: 20px;
}

section.about .foto {
	flex-basis: 60%;
	background-image: url(img/domki.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}
@media (min-width: 1151px) and (max-width: 1350px) {
	section.about .foto {
		margin-top: 60px;
	}
}
@media (min-width: 1035px) and (max-width: 1150px) {
	section.about .foto {
		margin-top: 100px;
	}
}

@media (min-width: 980px) and (max-width: 1034px) {
	section.about .foto {
		margin-top: 140px;
	}
}
@media (min-width: 650px) and (max-width: 979px) {
	section.about {
		flex-direction: column;
		align-items: stretch;
		height: 1200px;
		margin: 50px 0px;
	}
	section.about .description h3 {
		font-size: 1.8rem;
	}
}

@media (min-width: 431px) and (max-width: 649px) {
	section.about {
		flex-direction: column;
		align-items: stretch;
		height: 1100px;
		margin: 50px 0px;
	}
	section.about .description h3 {
		font-size: 1.8rem;
	}
}

@media (min-width: 321px) and (max-width: 430px) {
	section.about {
		flex-direction: column;
		align-items: stretch;
		height: 1200px;
		margin: 50px 0px;
	}
	section.about .description h3 {
		font-size: 1.5rem;
	}

	section.about .description {
		padding: 0 30px;
	}
	section.about .description p {
		padding: 0;
	}
	section.about .foto {
		margin-top: 20px;
	}
}
@media (min-width: 0px) and (max-width: 320px) {
	section.about {
		flex-direction: column;
		align-items: stretch;
		height: 1200px;
		margin: 50px 0px;
	}
	section.about .description h3 {
		font-size: 1.5rem;
	}

	section.about .description {
		padding: 0 30px;
	}
	section.about .description p {
		padding: 0;
	}
	section.about .foto {
		margin-top: 20px;
	}
}

/*  SEKCJA OFFER */

article.description {
	color: black;
	text-align: center;
	background-color: rgb(250, 250, 250);
	padding-bottom: 40px;
}

article.description p {
	color: rgb(0, 157, 255);
	font-size: 0.8rem;
	font-weight: 300;
	padding-bottom: 20px;
	padding-top: 40px;
}

article.description h3 {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 30px;
}
article.description div.container {
	display: flex;
	justify-content: center;
}

article.description div.container div.icons {
	flex-basis: 28%;
}

article.description div.container div.icons h5 {
	color: black;
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 40px;
	padding-top: 40px;
}
article.description div.container div.icons figure {
	display: flex;
	padding: 0 0 20px 75px;
}
/* article.description div.container div.icons:first-child figure{
    padding: 0 0 20px 50px;
}
article.description div.container div.icons:last-child figure {
    padding: 0 0 20px 50px;
} */
article.description div.container div.icons figure img {
	height: 60px;
}
article.description div.container div.icons figure p {
	color: black;
	padding: 20px;
	text-align: left;
}

article.description div.container div.icons figure.long p {
	padding: 5px 20px 20px 20px;
}

article.description h5 {
	color: black;
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 40px;
	padding-top: 40px;
}
@media (min-width: 1025px) and (max-width: 1385px) {
	article.description div.container div.icons figure p.mini {
		padding-top: 0;
	}
}
@media (min-width: 980px) and (max-width: 1024px) {
	article.description div.container {
		flex-direction: column;
	}
	article.description div.container div.icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	article.description div.container div.icons h5 {
		flex-basis: 100%;
		font-weight: 500;
	}
	article.description div.container div.icons figure {
		flex-basis: 40%;
	}
	article.description div.container div.icons figure.long p {
		padding: 20px 20px 20px 20px;
	}
	article.description h5 {
		font-weight: 500;
	}
}
@media (min-width: 891px) and (max-width: 979px) {
	article.description div.container {
		flex-direction: column;
	}
	article.description div.container div.icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	article.description div.container div.icons h5 {
		flex-basis: 100%;
		font-weight: 500;
	}
	article.description div.container div.icons figure {
		flex-basis: 40%;
	}
	article.description div.container div.icons figure.long p {
		padding: 20px 20px 20px 20px;
	}
	article.description h5 {
		font-weight: 500;
	}
}
@media (min-width: 769px) and (max-width: 890px) {
	article.description div.container {
		flex-direction: column;
	}
	article.description div.container div.icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	article.description div.container div.icons h5 {
		flex-basis: 100%;
		font-weight: 500;
	}
	article.description div.container div.icons figure {
		flex-basis: 40%;
	}
	article.description div.container div.icons figure.long p {
		padding: 10px 20px 20px 20px;
	}
	article.description h5 {
		font-weight: 500;
	}
}
@media (min-width: 651px) and (max-width: 768px) {
	article.description div.container {
		flex-direction: column;
	}
	article.description div.container div.icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	article.description div.container div.icons h5 {
		flex-basis: 100%;
		font-weight: 500;
	}
	article.description div.container div.icons figure {
		flex-basis: 100%;
		padding-left: 200px;
	}
	article.description div.container div.icons figure.long p {
		padding: 20px 20px 20px 20px;
	}
	article.description h5 {
		font-weight: 500;
	}
	article.description h3 {
		font-size: 1.5rem;
	}
}
@media (min-width: 431px) and (max-width: 650px) {
	article.description div.container {
		flex-direction: column;
	}
	article.description div.container div.icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	article.description div.container div.icons h5 {
		flex-basis: 100%;
		font-weight: 500;
	}
	article.description div.container div.icons figure {
		flex-basis: 100%;
		padding-left: 160px;
	}
	article.description h5 {
		font-weight: 500;
	}
	article.description h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 321px) and (max-width: 430px) {
	article.description div.container {
		flex-direction: column;
	}
	article.description div.container div.icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	article.description div.container div.icons h5 {
		flex-basis: 100%;
		font-weight: 500;
		font-size: 0.8rem;
		padding: 40px 0 40px 0;
	}
	article.description div.container div.icons figure {
		flex-basis: 100%;
	}
	article.description h5 {
		font-weight: 500;
		font-size: 0.8rem;
	}
	article.description h3 {
		font-size: 1.3rem;
		padding-bottom: 0;
	}
	article.description div.container div.icons figure {
		padding: 0 0 20px 50px;
	}
	article.description div.container div.icons figure.long p {
		padding: 10px 20px 20px 20px;
	}
	article.description div.container div.icons figure p.mini {
		padding-top: 0;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	article.description div.container {
		flex-direction: column;
	}
	article.description div.container div.icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	article.description div.container div.icons h5 {
		flex-basis: 100%;
		font-weight: 500;
		font-size: 0.8rem;
		padding: 40px 0 40px 0;
	}
	article.description div.container div.icons figure {
		flex-basis: 100%;
	}
	article.description div.container div.icons figure p.mini {
		padding-top: 0;
	}

	article.description h5 {
		font-weight: 500;
	}
	article.description h3 {
		font-size: 1.3rem;
		padding-bottom: 0;
	}
	article.description div.container div.icons figure {
		padding: 0 0 20px 50px;
	}
	article.description h5 {
		font-size: 0.8rem;
	}
}

/*  localization */

article.localization {
	margin: 0 100px;
	padding: 100px 60px 100px 60px;
}
article.localization p {
	color: black;
	font-size: 0.8rem;
	font-weight: 200;
	line-height: 200%;
}

article.localization h3 {
	color: black;
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 40px;
}
@media (min-width: 769px) and (max-width: 979px) {
	article.localization {
		padding: 100px 0;
	}
}

@media (min-width: 0px) and (max-width: 768px) {
	article.localization {
		padding: 100px 0;
	}

	article.localization h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 461px) and (max-width: 768px) {
	article.localization {
		padding: 50px 30px;
		margin: 0;
	}

	article.localization h3 {
		font-size: 1.5rem;
	}
}
@media (min-width: 321px) and (max-width: 460px) {
	article.localization {
		padding: 50px 30px;
		margin: 0;
	}

	article.localization h3 {
		font-size: 1.4rem;
	}
}
@media (min-width: 0px) and (max-width: 320px) {
	article.localization {
		padding: 50px 30px;
		margin: 0;
	}

	article.localization h3 {
		font-size: 1.3rem;
	}
}

/*  dog */
article.dog {
	position: relative;
	overflow: hidden;
}
article.dog div.slider {
	background-image: url(img/pies.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	top: 0;
	left: 0;
	text-align: center;
	filter: brightness(0.8);
	height: 60vh;
}

article.dog div.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
article.dog div.text h3 {
	font-size: 2rem;
	font-weight: 400;
	padding-top: 200px;
	color: white;
	text-align: center;
}

article.dog p:first-child {
	color: rgb(0, 157, 255);
	font-size: 0.8rem;
	font-weight: 300;
	padding-bottom: 20px;
	padding-top: 150px;
}
article.dog div.wrapper {
	display: flex;
	justify-content: center;
	min-height: 700px;
	margin: 0 60px;
	padding: 20px 0;
}
article.dog div.foto {
	flex-basis: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 100px;
}

article.dog div.foto.beach {
	background-image: url(img/lapkaPlaza.jpg);
	padding: 0;
}
article.dog div.beach {
	padding-left: 20px;
}

article.dog div {
	flex-basis: 50%;
	padding: 0px;
}
article.dog p {
	color: black;
	font-size: 0.8rem;
	font-weight: 200;
	line-height: 200%;
	padding-right: 40px;
}

article.dog div h3 {
	color: black;
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 20px;
	padding-right: 40px;
}

article.dog div.foto.home {
	background-image: url(img/skrzynkaZabawki.jpg);
	background-position: bottom;
	flex-basis: 50%;
	padding: 0;
}

@media (min-width: 829px) and (max-width: 979px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		max-height: 890px;
	}
	article.dog div {
		flex-basis: 100%;
		height: 500px;
		order: 1;
		padding-left: 30px;
	}
	article.dog div.foto.beach {
		order: 2;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
	}
	article.dog p:first-child {
		padding-top: 100px;
	}
	article.dog div.beach {
		padding-left: 30px;
		height: 400px;
	}
	article.dog div.description {
		height: 400px;
	}
	article.dog div.slider {
		background-attachment: fixed;
	}
	article.dog div.foto.beach {
		order: 2;
		height: 400px;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 500px;
	}
	article.dog div.wrapper.mini.one {
		min-height: 750px;
	}
	article.dog div.wrapper.mini.second {
		min-height: 850px;
	}
	article.dog p:first-child {
		padding-top: 50px;
	}
}

@media (min-width: 769px) and (max-width: 828px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		max-height: 890px;
	}
	article.dog div {
		flex-basis: 100%;
		height: 500px;
		order: 1;
		padding-left: 30px;
	}
	article.dog div.foto.beach {
		order: 2;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
	}
	article.dog p:first-child {
		padding-top: 100px;
	}
	article.dog div.beach {
		padding-left: 30px;
		height: 400px;
	}
	article.dog div.description {
		height: 450px;
	}
	article.dog div.slider {
		background-attachment: fixed;
	}
	article.dog div.foto.beach {
		order: 2;
		height: 400px;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 500px;
	}
	article.dog div.wrapper.mini.one {
		min-height: 750px;
	}
	article.dog div.wrapper.mini.second {
		min-height: 850px;
	}
	article.dog p:first-child {
		padding-top: 50px;
	}
}

@media (min-width: 696px) and (max-width: 768px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		max-height: 890px;
	}
	article.dog div {
		flex-basis: 100%;
		height: 360px;
		order: 1;
		padding-left: 30px;
	}
	article.dog div h3 {
		font-size: 1.5rem;
	}
	article.dog div.foto.beach {
		order: 2;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
	}
	article.dog p:first-child {
		padding-top: 50px;
	}
	article.dog div.beach {
		padding-left: 30px;
	}
	article.dog div.slider {
		background-attachment: scroll;
	}
	article.dog div.foto.beach {
		order: 2;
		height: 300px;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 420px;
	}
	article.dog div.wrapper.mini.one {
		min-height: 700px;
	}
	article.dog div.wrapper.mini.second {
		min-height: 850px;
	}
}
@media (min-width: 580px) and (max-width: 695px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		max-height: 890px;
		margin: 0px;
	}
	article.dog div {
		flex-basis: 100%;
		height: 360px;
		order: 1;
		padding-left: 30px;
	}
	article.dog div h3 {
		font-size: 1.5rem;
	}
	article.dog div.foto.beach {
		order: 2;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
		height: 420px;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 420px;
	}
	article.dog p:first-child {
		padding-top: 10px;
	}
	article.dog div.beach {
		padding-left: 30px;
	}
	article.dog div.slider {
		background-attachment: scroll;
	}
	article.dog div.foto.beach {
		order: 2;
		height: 300px;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 400px;
	}
	article.dog div.wrapper.mini.one {
		min-height: 720px;
	}
	article.dog div.wrapper.mini.second {
		min-height: 750px;
	}
}

@media (min-width: 431px) and (max-width: 579px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		max-height: 890px;
		margin: 0px;
	}
	article.dog div {
		flex-basis: 100%;
		height: 450px;
		order: 1;
		padding-left: 30px;
	}
	article.dog div h3 {
		font-size: 1.5rem;
	}
	article.dog div.foto.beach {
		order: 2;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
		height: 420px;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 420px;
	}
	article.dog p:first-child {
		padding-top: 10px;
	}
	article.dog div.beach {
		padding-left: 30px;
	}
	article.dog div.slider {
		background-attachment: scroll;
	}
	article.dog div.foto.beach {
		order: 2;
		height: 300px;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 400px;
	}
	article.dog div.wrapper.mini.one {
		min-height: 720px;
	}
	article.dog div.wrapper.mini.second {
		min-height: 750px;
	}
}
@media (min-width: 396px) and (max-width: 430px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		min-height: 1050px;
		padding: 0;
	}
	article.dog div {
		flex-basis: 100%;
		order: 1;
		padding-left: 30px;
	}
	article.dog div h3 {
		font-size: 1.5rem;
	}
	article.dog div.foto.beach {
		order: 2;
		height: 300px;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 300px;
	}
	article.dog p:first-child {
		padding-top: 50px;
	}
	article.dog div.beach {
		padding-left: 30px;
	}
	article.dog div.wrapper {
		margin: 0;
	}
	article.dog div.slider {
		background-attachment: scroll;
	}
	article.dog div.wrapper.mini.one {
		min-height: 750px;
	}
	article.dog div.wrapper.mini.second {
		min-height: 850px;
	}
}

@media (min-width: 376px) and (max-width: 395px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		min-height: 1100px;
		padding: 0;
	}
	article.dog div {
		flex-basis: 100%;
		height: 560px;
		order: 1;
		padding-left: 30px;
	}
	article.dog div h3 {
		font-size: 1.5rem;
	}
	article.dog div.foto.beach {
		order: 2;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
	}
	article.dog p:first-child {
		padding-top: 50px;
	}
	article.dog div.beach {
		padding-left: 30px;
	}
	article.dog div.wrapper {
		margin: 0;
	}
	article.dog div.slider {
		background-attachment: scroll;
	}
}

@media (min-width: 321px) and (max-width: 375px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		min-height: 1200px;
		padding: 0;
	}
	article.dog div.wrapper.mini.one {
		min-height: 850px;
	}
	article.dog div.wrapper.mini.second {
		min-height: 950px;
	}

	article.dog div {
		flex-basis: 100%;
		order: 1;
		padding-left: 20px;
	}
	article.dog div h3 {
		font-size: 1.3rem;
	}
	article.dog div.foto.beach {
		order: 2;
		height: 350px;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
		height: 350px;
	}
	article.dog p:first-child {
		padding-top: 50px;
	}
	article.dog div.beach {
		padding-left: 30px;
	}
	article.dog div.wrapper {
		margin: 0;
	}
	article.dog div.slider {
		background-attachment: scroll;
	}
	article.dog div.text h3 {
		font-size: 1.5rem;
	}
}
@media (min-width: 0px) and (max-width: 320px) {
	article.dog div.wrapper {
		flex-wrap: wrap;
		min-height: 1200px;
		padding: 0;
	}
	article.dog div {
		flex-basis: 100%;
		height: 560px;
		order: 1;
		padding-left: 15px;
	}
	article.dog div h3 {
		font-size: 1.3rem;
	}
	article.dog div.text h3 {
		font-size: 1.5rem;
	}
	article.dog div.foto.beach {
		order: 2;
	}
	article.dog div.foto {
		flex-basis: 100%;
		margin-top: 0;
	}
	article.dog div.foto.home {
		flex-basis: 100%;
	}
	article.dog p:first-child {
		padding-top: 20px;
	}
	article.dog div.beach {
		padding-left: 30px;
	}
	article.dog div.wrapper {
		margin: 0;
	}
	article.dog div.slider {
		background-attachment: scroll;
	}
}

/*  GALERIA   NEW NEW NEW */

section.newGallery {
	margin: 0;
	padding: 100px 60px 50px 60px;
}
section.newGallery h3 {
	color: black;
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 60px;
	text-align: center;
}

section.newGallery div.boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
}

section.newGallery div.box {
	height: 300px;
	width: 300px;
	margin: 25px 25px;
	filter: grayscale(0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.newGallery div.interior.box {
	background-image: url(img/gallery/interior/1.jpg);
}
section.newGallery div.surrounding.box {
	background-image: url(img/gallery/surrounding/1.jpg);
}
section.newGallery div.visitors.box {
	background-image: url(img/gallery/visitors/1.jpg);
}

section.newGallery div.box div {
	background-color: #666;
	opacity: 0.8;
	cursor: pointer;
}
section.newGallery div.box div:hover {
	background-color: rgb(0, 157, 255);
	opacity: 0.9;
}
section.newGallery p {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 25px 0;
	margin-top: 100px;
	text-align: center;
}

section.newGallery p a {
	text-decoration: none;
	color: white;
}

section.newGallery div.gallery {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	height: 2000px;
}
section.newGallery div.gallery.visitors {
	height: 2300px;
}
section.newGallery div.gallery.interior {
    height: 3000px;
}
section.newGallery div.gallery.surrounding {
    height: 2000px;
}

section.newGallery div.gallery div.double {
	flex-basis: 48%;
	height: 200px;
	background-size: cover;
	background-position: center;
}

section.newGallery div.gallery div.tripple {
	flex-basis: 31%;
	height: 200px;
	background-size: cover;
	background-position: center;
}

section.newGallery div.gallery.interior div:nth-child(1) {
	background-image: url(img/gallery/interior/1.jpg);
}
section.newGallery div.gallery.interior div:nth-child(2) {
	background-image: url(img/gallery/interior/2.jpg);
}
section.newGallery div.gallery.interior div:nth-child(3) {
	background-image: url(img/gallery/interior/3.jpg);
}
section.newGallery div.gallery.interior div:nth-child(4) {
	background-image: url(img/gallery/interior/4.jpg);
}
section.newGallery div.gallery.interior div:nth-child(5) {
	background-image: url(img/gallery/interior/5.jpg);
}
section.newGallery div.gallery.interior div:nth-child(6) {
	background-image: url(img/gallery/interior/6.jpg);
}
section.newGallery div.gallery.interior div:nth-child(7) {
	background-image: url(img/gallery/interior/7.jpg);
}
section.newGallery div.gallery.interior div:nth-child(8) {
	background-image: url(img/gallery/interior/8.jpg);
}
section.newGallery div.gallery.interior div:nth-child(9) {
	background-image: url(img/gallery/interior/9.jpg);
}
section.newGallery div.gallery.interior div:nth-child(10) {
	background-image: url(img/gallery/interior/10.jpg);
}
section.newGallery div.gallery.interior div:nth-child(11) {
	background-image: url(img/gallery/interior/11.jpg);
}
section.newGallery div.gallery.interior div:nth-child(12) {
	background-image: url(img/gallery/interior/12.jpg);
}
section.newGallery div.gallery.interior div:nth-child(13) {
	background-image: url(img/gallery/interior/13.jpg);
}
section.newGallery div.gallery.interior div:nth-child(14) {
	background-image: url(img/gallery/interior/14.jpg);
}
section.newGallery div.gallery.interior div:nth-child(15) {
	background-image: url(img/gallery/interior/15.jpg);
}
section.newGallery div.gallery.interior div:nth-child(16) {
	background-image: url(img/gallery/interior/16.jpg);
}
section.newGallery div.gallery.interior div:nth-child(17) {
	background-image: url(img/gallery/interior/17.jpg);
}
section.newGallery div.gallery.interior div:nth-child(18) {
	background-image: url(img/gallery/interior/18.jpg);
}
section.newGallery div.gallery.interior div:nth-child(19) {
    background-image: url(img/gallery/interior/19.jpg);
}
section.newGallery div.gallery.interior div:nth-child(20) {
    background-image: url(img/gallery/interior/20.jpg);
}
section.newGallery div.gallery.interior div:nth-child(21) {
    background-image: url(img/gallery/interior/21.jpg);
}
section.newGallery div.gallery.interior div:nth-child(22) {
    background-image: url(img/gallery/interior/22.jpg);
}
section.newGallery div.gallery.interior div:nth-child(23) {
    background-image: url(img/gallery/interior/23.jpg);
}
section.newGallery div.gallery.interior div:nth-child(24) {
    background-image: url(img/gallery/interior/24.jpg);
}
section.newGallery div.gallery.interior div:nth-child(25) {
    background-image: url(img/gallery/interior/25.jpg);
}
section.newGallery div.gallery.interior div:nth-child(26) {
    background-image: url(img/gallery/interior/26.jpg);
}
section.newGallery div.gallery.interior div:nth-child(27) {
    background-image: url(img/gallery/interior/27.jpg);
}



section.newGallery div.gallery.surrounding div:nth-child(1) {
	background-image: url(img/gallery/surrounding/1.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(2) {
	background-image: url(img/gallery/surrounding/2.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(3) {
	background-image: url(img/gallery/surrounding/3.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(4) {
	background-image: url(img/gallery/surrounding/4.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(5) {
	background-image: url(img/gallery/surrounding/5.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(6) {
	background-image: url(img/gallery/surrounding/6.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(7) {
	background-image: url(img/gallery/surrounding/7.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(8) {
	background-image: url(img/gallery/surrounding/8.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(9) {
	background-image: url(img/gallery/surrounding/9.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(10) {
	background-image: url(img/gallery/surrounding/10.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(11) {
	background-image: url(img/gallery/surrounding/11.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(12) {
	background-image: url(img/gallery/surrounding/12.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(13) {
	background-image: url(img/gallery/surrounding/13.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(14) {
	background-image: url(img/gallery/surrounding/14.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(15) {
	background-image: url(img/gallery/surrounding/15.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(16) {
	background-image: url(img/gallery/surrounding/16.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(17) {
	background-image: url(img/gallery/surrounding/17.jpg);
}
section.newGallery div.gallery.surrounding div:nth-child(18) {
	background-image: url(img/gallery/surrounding/18.jpg);
}


section.newGallery div.gallery.visitors div:nth-child(1) {
	background-image: url(img/gallery/visitors/1.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(2) {
	background-image: url(img/gallery/visitors/2.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(3) {
	background-image: url(img/gallery/visitors/3.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(4) {
	background-image: url(img/gallery/visitors/4.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(5) {
	background-image: url(img/gallery/visitors/5.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(6) {
	background-image: url(img/gallery/visitors/6.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(7) {
	background-image: url(img/gallery/visitors/7.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(8) {
	background-image: url(img/gallery/visitors/8.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(9) {
	background-image: url(img/gallery/visitors/9.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(10) {
	background-image: url(img/gallery/visitors/10.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(11) {
	background-image: url(img/gallery/visitors/11.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(12) {
    background-image: url(img/gallery/visitors/12.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(13) {
    background-image: url(img/gallery/visitors/13.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(14) {
    background-image: url(img/gallery/visitors/14.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(15) {
    background-image: url(img/gallery/visitors/15.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(16) {
    background-image: url(img/gallery/visitors/16.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(17) {
    background-image: url(img/gallery/visitors/17.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(18) {
    background-image: url(img/gallery/visitors/18.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(19) {
    background-image: url(img/gallery/visitors/19.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(20) {
    background-image: url(img/gallery/visitors/20.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(21) {
    background-image: url(img/gallery/visitors/21.jpg);
}
section.newGallery div.gallery.visitors div:nth-child(22) {
    background-image: url(img/gallery/visitors/22.jpg);
}


@media (min-width: 696px) and (max-width: 768px) {
	section.newGallery {
		padding: 0;
		margin: 0 60px;
	}
	section.newGallery h3 {
		padding-top: 60px;
	}
	section.newGallery h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 431px) and (max-width: 695px) {
	section.newGallery {
		padding: 0;
		margin: 20px;
	}
	section.newGallery h3 {
		padding-top: 60px;
	}
	section.newGallery h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 321px) and (max-width: 430px) {
	section.newGallery {
		padding: 0;
		margin: 0 20px;
	}
	section.newGallery h3 {
		padding-top: 60px;
	}
	section.newGallery h3 {
		font-size: 1.2rem;
	}
	section.newGallery div.gallery div.double {
		flex-basis: 100%;
		height: 300px;
		padding-bottom: 20px;
	}

	section.newGallery div.gallery div.tripple {
		flex-basis: 100%;
		height: 300px;
	}

	section.newGallery div.gallery {
		height: 6000px;
	}
    section.newGallery div.gallery.visitors {
        height: 7400px;
    }
    section.newGallery div.gallery.interior {
        height: 9000px;
    }
    section.newGallery div.gallery.surrounding {
        height: 6000px;
    }
}

@media (min-width: 0px) and (max-width: 320px) {
	section.newGallery {
		padding: 0;
		margin: 0 20px;
	}
	section.newGallery h3 {
		padding: 20px 0 20px 0;
	}
	section.newGallery h3 {
		font-size: 1.2rem;
	}
	section.newGallery div.gallery div.double {
		flex-basis: 100%;
		height: 300px;
		padding-bottom: 20px;
	}

	section.newGallery div.gallery div.tripple {
		flex-basis: 100%;
		height: 300px;
	}

	section.newGallery div.gallery {
		height: 6000px;
	}
    section.newGallery div.gallery.visitors {
        height: 7400px;
    }
    section.newGallery div.gallery.interior {
        height: 9000px;
    }
    section.newGallery div.gallery.surrounding {
        height: 6200px;
    }
}
/*Image modal*/

.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.733);
	margin-top: -1px;
	animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
.modal img {
	max-width: 80%;
	max-height: 80%;
	/* object-fit: cover; */
}

.closeBtn {
	color: rgba(255, 255, 255, 0.87);
	font-size: 1.25rem;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.closeBtn:hover {
	color: rgb(255, 255, 255);
	transform: scale(1.3);
}

.nextBtn {
	color: rgba(255, 255, 255, 0.87);
	font-size: 1.25rem;
	position: absolute;
	top: 50%;
	right: 0;
	margin: 20px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.nextBtn:hover,
.prevBtn:hover {
	color: rgb(255, 255, 255);
	transform: scale(1.3);
}

.prevBtn {
	color: rgba(255, 255, 255, 0.87);
	font-size: 1.25rem;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 20px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

/*   PRICE  */

section.price {
	margin: 0 60px;
	padding: 50px 60px 80px 60px;
	color: black;
	text-align: center;
}

section.price h3 {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 10px;
}

section.price h5 {
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 20px;
}

section.price p {
	padding: 0 50px;
	width: 30%;
	font-size: 1.25rem;
	font-weight: 400;
}

section.price p:nth-child(1) {
	text-align: left;
}
section.price p:nth-child(2) {
	text-align: right;
}

section.price div.price div {
	display: flex;
	justify-content: space-between;
	margin: 0 200px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(189, 189, 189);
}
@media (min-width: 1025px) and (max-width: 1440px) {
	section.price {
		margin: 0;
		padding: 50px;
	}
	section.price div.price div {
		margin: 0 50px;
	}
}
@media (min-width: 980px) and (max-width: 1024px) {
	section.price {
		margin: 0;
		padding: 50px 0;
	}
	section.price div.price div {
		margin: 0 100px;
	}
}
@media (min-width: 769px) and (max-width: 979px) {
	section.price {
		margin: 0;
		padding: 50px;
	}
	section.price div.price div {
		margin: 0 20px;
	}
}

@media (min-width: 431px) and (max-width: 768px) {
	section.price {
		margin: 0;
		padding: 25px;
	}

	section.price h3 {
		font-size: 1.5rem;
	}
	section.price h5 {
		font-size: 0.8rem;
	}
	section.price p {
		font-size: 1rem;
	}
	section.price div.price div {
		margin: 0;
	}
}

@media (min-width: 321px) and (max-width: 430px) {
	section.price h3 {
		font-size: 1.5rem;
	}
	section.price h5 {
		font-size: 0.8rem;
	}
	section.price p {
		font-size: 0.9rem;
		padding: 0 20px;
	}
	section.price div.price div {
		margin: 0;
	}
	section.price {
		margin: 0;
		padding: 40px 30px;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	section.price h3 {
		font-size: 1.2rem;
	}
	section.price h5 {
		font-size: 0.8rem;
	}
	section.price p {
		font-size: 0.8rem;
		padding: 0 20px;
	}
	section.price div.price div {
		margin: 0;
	}
	section.price {
		margin: 0;
		padding: 40px 20px;
	}
}

/* information */
section.price.regulation {
	margin: 0;
	padding: 0 140px;
	background-color: rgb(250, 250, 250);
}

section.price div.information {
	display: flex;
	justify-content: space-evenly;
	margin: 0px 0px;
	color: black;
	padding-bottom: 50px;
}
section.price div.information h5 {
	padding-bottom: 20px;
	font-size: 1.15rem;
	padding-top: 30px;
}
section.price div.information div:first-child {
	flex-basis: 50%;
}
section.price div.information div:nth-child(2) {
	flex-basis: 40%;
}

section.price div.information p,
ul {
	font-size: 0.8rem;
	font-weight: 300;
	text-align: left;
	padding: 0 20px;
}
section.price div.information p.mini {
	padding-top: 15px;
}

section.price div.information figure {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
section.price div.information p {
	width: 80%;
	margin: 0;
}
section.price div.information ul {
	width: 80%;
}
section.price div.information div:nth-child(2) p {
	width: 60%;
	line-height: 400%;
}
section.price div.information div figure:nth-of-type(1) p {
	line-height: 150%;
}
section.price div.information div figure p,
section.price div.information div figure ul {
	line-height: 130%;
}
section.price div.information div figure ul p {
	padding: 0;
}
section.price div.information div figure ul li {
	margin: 0 0 0 20px;
}
section.price div.information figure img {
	max-height: 64px;
}
section.price div.information button {
	border: none;
}
section.price div.information button a {
	display: inline-block;
	padding: 15px 25px;
	background-color: rgb(0, 157, 255);
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: white;
	letter-spacing: 1px;
	font-size: 0.7rem;
	border: none;
	cursor: pointer;
	transition: 0.3s;
	text-decoration: none;
}

section.price div.information button a:hover {
	color: rgb(0, 157, 255);
	background-color: rgb(250, 250, 250);
	border: 1px solid grey;
}
@media (min-width: 1160px) and (max-width: 1325px) {
	section.price.regulation {
		padding: 0 60px;
	}
}
@media (min-width: 1080px) and (max-width: 1159px) {
	section.price.regulation {
		padding: 0 20px;
	}
}
@media (min-width: 980px) and (max-width: 1079px) {
	section.price div.information p.mini {
		padding-top: 15px;
	}
	section.price.regulation {
		padding: 0;
	}
	section.price div.information {
		flex-wrap: wrap;
		padding-left: 50px;
	}
	section.price div.information div:first-child {
		flex-basis: 100%;
	}
	section.price div.information div:nth-child(2) {
		flex-basis: 100%;
	}
	section.price div.information figure {
		padding: 0 0 20px 50px;
	}
	section.price div.information h5 {
		padding-bottom: 50px;
	}
	section.price div.information p,
	ul {
		font-size: 0.85rem;
	}
}
@media (min-width: 769px) and (max-width: 979px) {
	section.price div.information p.mini {
		padding-top: 15px;
	}
	section.price.regulation {
		padding: 0;
	}
	section.price div.information {
		flex-wrap: wrap;
		padding-left: 50px;
	}
	section.price div.information div:first-child {
		flex-basis: 100%;
	}
	section.price div.information div:nth-child(2) {
		flex-basis: 100%;
	}
}

@media (min-width: 431px) and (max-width: 768px) {
	section.price div.information p.mini {
		padding-top: 15px;
	}
	section.price.regulation {
		padding: 0;
	}
	section.price div.information {
		flex-wrap: wrap;
		padding-left: 40px;
	}
	section.price div.information div:first-child {
		flex-basis: 100%;
	}
	section.price div.information div:nth-child(2) {
		flex-basis: 100%;
	}
	section.price div.information p {
		width: 65%;
	}
	section.price div.information ul {
		width: 70%;
	}
}

@media (min-width: 395px) and (max-width: 430px) {
	section.price.regulation {
		padding: 0;
	}
	section.price div.information {
		flex-wrap: wrap;
		padding-left: 40px;
	}
	section.price div.information div:first-child {
		flex-basis: 100%;
	}
	section.price div.information div:nth-child(2) {
		flex-basis: 100%;
	}
	section.price div.information h5 {
		font-size: 1rem;
		text-align: center;
		padding-bottom: 40px;
	}
	section.price div.information p {
		width: 65%;
	}
	section.price div.information ul {
		width: 70%;
	}
	section.price div.information figure {
		padding-bottom: 40px;
	}
}
@media (min-width: 376px) and (max-width: 394px) {
	section.price.regulation {
		padding: 0;
	}
	section.price div.information {
		flex-wrap: wrap;
		padding-left: 35px;
	}
	section.price div.information div:first-child {
		flex-basis: 100%;
	}
	section.price div.information div:nth-child(2) {
		flex-basis: 100%;
	}
	section.price div.information h5 {
		font-size: 1rem;
		text-align: center;
		padding-bottom: 40px;
		padding-right: 40px;
	}
	section.price div.information p {
		width: 65%;
	}
	section.price div.information ul {
		width: 70%;
	}
	section.price div.information figure {
		padding-bottom: 40px;
	}
	section.price div.information div:nth-child(2) p {
		width: 60%;
		line-height: 160%;
	}
	section.price div.information div:nth-child(2) figure p {
		align-self: center;
	}
}

@media (min-width: 321px) and (max-width: 375px) {
	section.price.regulation {
		padding: 0;
	}
	section.price div.information {
		flex-wrap: wrap;
		padding-left: 35px;
	}
	section.price div.information div:first-child {
		flex-basis: 100%;
	}
	section.price div.information div:nth-child(2) {
		flex-basis: 100%;
	}
	section.price div.information h5 {
		font-size: 1rem;
		text-align: center;
		padding-bottom: 40px;
		padding-right: 40px;
	}
	section.price div.information p {
		width: 65%;
	}
	section.price div.information ul {
		width: 68%;
	}
	section.price div.information figure {
		padding-bottom: 40px;
	}
	section.price div.information div:nth-child(2) p {
		width: 60%;
		line-height: 160%;
	}
	section.price div.information div:nth-child(2) figure p {
		align-self: center;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	section.price.regulation {
		padding: 0;
	}
	section.price div.information {
		flex-wrap: wrap;
		padding-left: 25px;
	}
	section.price div.information div:first-child {
		flex-basis: 100%;
	}
	section.price div.information div:nth-child(2) {
		flex-basis: 100%;
	}
	section.price div.information h5 {
		font-size: 0.9rem;
		text-align: center;
		padding-bottom: 40px;
		padding-right: 40px;
	}
	section.price div.information p {
		width: 65%;
		padding: 0 0 0 15px;
		line-height: 130%;
		font-size: 0.7rem;
	}
	section.price div.information ul {
		width: 68%;
		padding: 0 0 0 15px;
		line-height: 130%;
		font-size: 0.7rem;
	}
	section.price div.information figure {
		padding-bottom: 40px;
	}
	section.price div.information div:nth-child(2) p {
		width: 60%;
		line-height: 130%;
	}
	section.price div.information div:nth-child(2) figure p {
		align-self: center;
	}
	section.price div.information div figure:nth-of-type(1) p {
		line-height: 120%;
		padding-top: 10px;
	}
}

/*  KONTAKT  */

section.contact {
	margin: 0 100px;
	padding: 100px 100px 100px 100px;
	color: black;
	overflow: hidden;
}

section.contact h3 {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 60px;
	padding-left: 0px;
}

section.contact div#map {
	height: 480px;
	position: relative;
	overflow: hidden;
}

section.contact div.wrapper.contact {
	display: flex;
}
section.contact div.wrapper.contact form {
	flex-basis: 60%;
}

section.contact div.wrapper.contact div.address {
	flex-basis: 40%;
}
section.contact div.wrapper.contact form div {
	padding-right: 60px;
}

section.contact div.wrapper.contact form p {
	font-size: 1rem;
	padding-top: 40px;
}
section.contact div.wrapper.contact form textarea {
	width: 95%;
	height: 80%;
	margin: 20px 0px;
	border: 1px solid rgb(200, 200, 200);
	font-size: 1rem;
	font-family: "Raleway", sans-serif;
	padding: 10px;
}
section.contact div.wrapper.contact form textarea::placeholder,
section.contact div.wrapper.contact form input::placeholder {
	font-size: 0.75rem;
	font-family: "Raleway", sans-serif;
	color: rgb(200, 200, 200);
}

section.contact div.wrapper.contact form input {
	width: 80%;
	margin: 10px 0;
	border: 1px solid rgb(200, 200, 200);
	font-size: 1rem;
	font-family: "Raleway", sans-serif;
	padding: 10px;
}
section.contact div.wrapper.contact form input#contact-number {
	margin-right: 400px;
}

section.contact div.wrapper form input#agreement {
	width: 4%;
}

section.contact div.wrapper.contact form label {
	line-height: 180%;
	font-size: 0.75rem;
	font-family: "Raleway", sans-serif;

	color: rgb(200, 200, 200);
}
section.contact div.wrapper.contact form input:nth-of-type(3) {
	width: 80%;
}
section.contact #contact-agreement {
	width: 5%;
}

section.contact div.wrapper.contact button {
	display: block;
	padding: 15px 25px;
	background-color: rgb(0, 157, 255);
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-top: 20px;
	color: white;
	letter-spacing: 1px;
	font-size: 0.7rem;
	border: none;
	letter-spacing: 2px;
	cursor: pointer;
	transition: 0.3s;
}

section.contact div.wrapper.contact button:hover {
	color: rgb(0, 157, 255);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(200, 200, 200);
}

section.contact div.address {
	margin-top: 100px;
	font-size: 0.75rem;
}
section.contact div.address img {
	width: 40px;
	max-height: 40px;
	padding-top: 20px;
}
section.contact div.address div {
	display: flex;
	padding-bottom: 15px;
}
section.contact div.address div div {
	display: block;
}
section.contact div.address div div {
	flex-basis: 70%;
}
section.contact div.address div p {
	padding: 5px 20px;
}
section.contact div.address div p:first-of-type {
	font-size: 0.85rem;
}
section.contact div.address div p:last-of-type {
	color: rgb(200, 200, 200);
}
@media (min-width: 980px) and (max-width: 1200px) {
	section.contact {
		margin: 0;
		padding: 50px;
	}
	section.contact div.wrapper.contact {
		flex-wrap: wrap;
		justify-content: center;
	}

	section.contact div.wrapper.contact form {
		flex-basis: 55%;
	}
	div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact div.address {
		padding-left: 20px;
	}
	section.contact div.wrapper.contact form textarea {
		width: 80%;
	}
	section.contact div.address div div {
		flex-basis: 100%;
	}
	section.contact div.address {
		margin-top: 50px;
	}
	section.contact div.wrapper.contact form div div {
		padding-right: 70px;
	}
	section.contact div.wrapper.contact form input {
		width: 80%;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	section.contact {
		margin: 0;
		padding: 50px;
	}
	section.contact div.wrapper.contact {
		flex-wrap: wrap;
		justify-content: left;
	}
	section.contact div.wrapper.contact form {
		flex-basis: 60%;
	}
	section.contact div.wrapper.contact div.address {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: center;
	}
	section.contact div.wrapper.contact div.address div {
		width: 50%;
	}
	div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form div {
		padding: 0;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	section.contact {
		margin: 0;
		padding: 50px;
	}
	section.contact h3 {
		font-size: 1.5rem;
	}
	section.contact div.wrapper.contact {
		flex-wrap: wrap;
		justify-content: left;
	}
	section.contact div.wrapper.contact div.address {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: space-around;
	}
	section.contact div.wrapper.contact form {
		flex-basis: 80%;
	}
	section.contact div.wrapper.contact div.address div {
		width: 50%;
	}
	div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form {
		padding-left: 10px;
	}
}

@media (min-width: 395px) and (max-width: 640px) {
	section.contact {
		margin: 0;
		padding: 30px;
	}
	section.contact h3 {
		font-size: 1rem;
	}
	section.contact div.wrapper.contact {
		flex-wrap: wrap;
		justify-content: left;
	}
	section.contact div.wrapper.contact div.address {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: flex-start;
	}
	div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form {
		padding-left: 0px;
	}
	section.contact div.wrapper.contact form textarea {
		width: 80%;
	}
	section.contact div.address div div {
		flex-basis: 100%;
	}
	section.contact div.address {
		margin-top: 50px;
	}
	section.contact div.wrapper.contact form div div {
		padding-right: 70px;
	}
	section.contact div.wrapper.contact form input {
		width: 80%;
	}
}

@media (min-width: 361px) and (max-width: 394px) {
	section.contact {
		margin: 0;
		padding: 30px;
	}
	section.contact h3 {
		font-size: 1rem;
	}
	section.contact div.wrapper.contact {
		flex-wrap: wrap;
		justify-content: left;
	}
	section.contact div.wrapper.contact div.address {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: flex-start;
	}
	div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form {
		padding-left: 0px;
	}
	section.contact div.wrapper.contact form textarea {
		width: 73%;
	}
	section.contact div.address div div {
		flex-basis: 100%;
	}
	section.contact div.address {
		margin-top: 50px;
	}
	section.contact div.wrapper.contact form div div {
		padding-right: 100px;
	}
	section.contact div.wrapper.contact form input {
		width: 73%;
	}
	section.contact div.wrapper.contact form input:nth-last-of-type(1) {
		width: 73%;
	}
}

@media (min-width: 321px) and (max-width: 360px) {
	section.contact {
		margin: 0;
		padding: 30px;
	}
	section.contact h3 {
		font-size: 1rem;
	}
	section.contact div.wrapper.contact {
		flex-wrap: wrap;
		justify-content: left;
	}
	section.contact div.wrapper.contact div.address {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: flex-start;
	}
	div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form {
		padding-left: 0px;
	}
	section.contact div.wrapper.contact form textarea {
		width: 68%;
	}
	section.contact div.address div div {
		flex-basis: 100%;
	}
	section.contact div.address {
		margin-top: 50px;
	}
	section.contact div.wrapper.contact form div div {
		padding-right: 120px;
	}
	section.contact div.wrapper.contact form input {
		width: 68%;
	}
	section.contact div.wrapper.contact form input:nth-last-of-type(1) {
		width: 68%;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	section.contact {
		margin: 0;
		padding: 30px;
	}
	section.contact h3 {
		font-size: 1rem;
	}
	section.contact div.wrapper.contact {
		flex-wrap: wrap;
		justify-content: left;
	}
	section.contact div.wrapper.contact div.address {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 100%;
		justify-content: flex-start;
	}
	div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form div {
		padding: 0;
	}
	section.contact div.wrapper.contact form {
		padding-left: 0px;
	}
	section.contact div.wrapper.contact form textarea {
		width: 58%;
	}
	section.contact div.address div div {
		flex-basis: 100%;
	}
	section.contact div.address {
		margin-top: 50px;
	}
	section.contact div.wrapper.contact form div div {
		padding-right: 160px;
	}
	section.contact div.wrapper.contact form input {
		width: 58%;
	}
	section.contact div.wrapper.contact form input:nth-last-of-type(1) {
		width: 58%;
	}
}

/*  MINI GALLERY */

section.miniGallery {
	display: flex;
	/* overflow: auto; */
}
section.miniGallery a {
	min-height: 300px;
	width: 20%;
	overflow: hidden;
	position: relative;
}
section.miniGallery a::before {
	display: flex;
	content: url(icons/facebook.png);
	position: absolute;
	z-index: 2;
	justify-content: center;
	align-items: center;
	line-height: 100%;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(200, 200, 200, 0.5);
	transition: 0.5s;
}
section.miniGallery a:hover::before {
	left: 0;
}
section.miniGallery a img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 980px) and (max-width: 1024px) {
	section.miniGallery a {
		min-height: 200px;
	}
}
@media (min-width: 880px) and (max-width: 979px) {
	section.miniGallery a {
		min-height: 250px;
	}
}
@media (min-width: 761px) and (max-width: 879px) {
	section.miniGallery a {
		min-height: 200px;
	}
}
@media (min-width: 0px) and (max-width: 760px) {
	section.miniGallery {
		display: none;
	}
}

/*  FOOTER  */

footer {
	display: flex;
	flex-direction: column;
	background-color: black;
	padding: 70px 100px;
}

footer section {
	flex-basis: 100%;
	display: flex;
	padding-bottom: 40px;
}

footer section div {
	flex-basis: 25%;
}
footer section div a {
	color: white;
	text-decoration: none;
}

footer section div:last-child {
	flex-basis: 50%;
}

footer section h5 {
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 20px;
}

footer section p {
	font-size: 0.9rem;
	font-weight: 300;
	color: rgb(200, 200, 200);
	padding-left: 20px;
}
footer div.copyright {
	padding-top: 20px;
	border-top: 1px solid rgb(120, 120, 120);
}
footer div.copyright p {
	font-size: 0.75rem;
	font-weight: 300;
	color: rgb(180, 180, 180);
	padding-left: 20px;
}
footer section input::placeholder {
	font-size: 0.75rem;
	font-family: "Raleway", sans-serif;
	color: rgb(200, 200, 200);
}

footer section input {
	box-sizing: border-box;
	width: 50%;
	border: 1px solid rgb(200, 200, 200);
	font-size: 0.75rem;
	font-family: "Raleway", sans-serif;
	padding: 15px 10px;
}

footer section form {
	font-size: 0;
	padding-bottom: 20px;
}
footer section div.newsletter form.newsletter button {
	display: inline-block;
	box-sizing: border-box;
	padding: 16px 25px;
	background-color: rgb(0, 157, 255);
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: white;
	letter-spacing: 1px;
	font-size: 0.75rem;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

footer section div.newsletter form.newsletter button:hover {
	color: rgb(0, 157, 255);
	background-color: rgb(250, 250, 250);
}

footer section p {
	padding: 0px 0px 5px 0;
}

@media (min-width: 601px) and (max-width: 979px) {
	footer {
		padding: 70px 0;
	}
	footer section {
		flex-wrap: wrap;
	}
	footer section div {
		flex-basis: 40%;
		padding: 0 0 30px 30px;
	}
	footer section input {
		width: 80%;
	}
}
@media (min-width: 431px) and (max-width: 600px) {
	footer {
		padding: 70px 0;
	}
	footer section {
		flex-wrap: wrap;
	}
	footer section div {
		flex-basis: 40%;
		padding: 0 0 30px 30px;
	}
	footer section input {
		width: 120%;
	}
}

@media (min-width: 321px) and (max-width: 430px) {
	footer {
		padding: 70px 0;
	}
	footer section {
		flex-wrap: wrap;
	}
	footer section div {
		flex-basis: 70%;
		padding: 0 0 30px 30px;
	}

	footer section div:last-child {
		flex-basis: 90%;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	footer {
		padding: 70px 0;
	}
	footer section {
		flex-wrap: wrap;
	}
	footer section div {
		flex-basis: 70%;
		padding: 0 0 30px 30px;
	}

	footer section div:last-child {
		flex-basis: 90%;
	}

	footer section div.newsletter form.newsletter button {
		padding: 15px 15px;
		font-size: 0.6rem;
	}

	footer section input {
		width: 91%;
		padding: 12px 10px;
	}
	footer section h5 {
		font-size: 0.9rem;
	}

	footer section p {
		font-size: 0.8rem;
	}
}
