body {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
header {
	position: relative;
	background-color: #fff;
	z-index: 2;
}
.header-nav {
	height: 60px;
	padding: 15px 2% 15px 5%;
	background: #fff;
	position: absolute;
	z-index: 1;
	width: 94%;
	border-bottom: 1px solid #8AA9D6;
}
.header-nav a:visited {
  color: #0B2349;
}
.header-nav h1 {
	display: inline-block;
}
.site-name{
	font-size: 2.5rem;
	font-family: 'Dancing Script', cursive;
	background: #fff;
	background: -webkit-linear-gradient(45deg, #0B2349 33%, #0D61BC 66%, #8AA9D6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: #0B2349;
	width: 30%
}
.nav-panel{
	width: 69%;
	text-align: right;
	display: inline-block;
	position: absolute;
	right: 2%;
}
.nav-menu {
	margin: 21px 0;
}
.menu-small {
	display: none;
}
.nav-menu-item {
	display: inline;
	border-left: 1px solid #0D61BC;
	box-sizing: border-box;
	position: relative;
}
.open-submenu {
	display: none;
}
#home {
	display: none;
}
.nav-menu-item:nth-last-child(n+6) {
	border: none;
}
.nav-menu-item a {
	color: #0B2349;
	padding: 0 3%;
	box-sizing: border-box;  
}
.nav-menu-item a:hover, .nav-menu-item a:active, .nav-menu-item a:focus {
	color: #8AA9D6;
}

.submenu {
	display: none;
	position: absolute;
	background-color: #0D61BC;
	top: 20px;
	left: 0;
	text-align: left;
	z-index: 1;
	
	}
.submenu li {
	box-sizing: border-box;
	padding: 10px 35px 10px 20px;
	white-space: nowrap;
	background-color: #0D61BC;
	
}
.nav-menu > li:hover .submenu {
	display: inline-block;
}



#slider {
	background-repeat: no-repeat;
	position: relative;
	height: 100vh;
}
#slider img {
	position: absolute;
	padding: 0;
	margin: 0;
	display: block;
	height: 100vh;
	min-width: 100%;
	transition: opacity 1.5s;
}
#slider p {
    margin: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    z-index: 2;
}
#slider .button{
	position: absolute;
	z-index: 2;
	top: 70%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
}
.about-us {
	padding: 40px;
	display: flex;
}
.about-us .container {
	flex-wrap: wrap;
}
.about-us article {
	flex: 1;
	text-align: justify;
	box-sizing: border-box;
	display: inline-block;
	padding: 20px 20px 20px 45px;
}
.about-us .img {
	flex: 1;
	box-sizing: border-box;
	display: inline-block;
	padding-top: 60px;	
}
.about-us img {
	width: 100%;
}
.facilities {
	display: inline-block;
	width: 24%;
	min-width: 90px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 45px;

}
.facilities-icon {
	font-size: 3em;
}
.activities {
	text-align: center;
	padding: 30px 60px;
}
.activities-content {
	display: flex;
	justify-content: space-around;
	align-items: stretch
}
.activities-item {
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 5px;
	align-content: stretch;
	margin: 1%;
}
.activities-img img {
	width: 90%;
	max-width: 1280px;
	max-height: 853px;
}
.activities-item p {
	text-align: justify;
	margin-bottom: 40px;
}
.odd-info {
	background-color: #4E5082;
	color: #ffffff;
	padding: 45px 0;
	font-size: 1.2em;
	font-weight: 500;
}
.number {
	font-size: 3em;
}
.rooms {
	padding: 3%;
	justify-content: space-around;
	align-items: flex-start;
}
.rooms-img img {
	max-width: 420px;
	width: 100%;
}
.room {
	margin: 20px 3%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 30%;
	align-items: stretch;

}
.room ul {
	text-align: center;
}
.room li {
	border-bottom: 1px solid #8AA9D6;
	margin: 5px 10%; 
	padding: 15px;
}
.rooms-prices {
	padding: 20px 0;
}
.rooms-button {
	display: flex;
	width: 100%;
	margin-top: 90px;
}
.rooms-button .button {
	width: 100%;
}
.booking {
	background-image: url('../img/rough-horn-2146181_1920.jpg');
	background-position: center;
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.booking-form {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 40px 0 10px 0;
	flex-wrap: wrap;
}
.booking p {
	padding-bottom: 10px;
	box-sizing: border-box;
}
.booking-input .button:focus {
	outline: none;
}
.contacts {
	padding: 3%;
}
.contacts-info {
	width: 50%;
}
.contacts-info h2 {
	font-weight: 600;
}
.contacts-info * {
	margin: 10px 0; 
} 
.contacts iframe {
	width: 50%;
}
.activities-page-item {
	width: 75%;
	margin-bottom: 60px;
	position: relative;
}
.activities-page-item .button {
	position: relative;
	top: 30px;
}
.act-h2 {
	text-align: center;
	font-weight: 600;
	font-size: 2em;
}
.act-img {
	min-width: 100%;
}
.gallery-section {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	min-height: 100vh;
	margin-bottom: 115px;
	margin-top: 100px;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery-img {
	max-width: 300px;
	min-width: 300px;
	max-height: 300px;
	object-fit: cover;
	margin: 20px 10px;
	overflow: hidden;
}
.gallery-img img {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-img img:hover {
	transform: scale(1.05);
	transition: 0.5s;
}
.gallery-img:hover {
	transition: 0.5s;
	box-shadow: 0 0 20px rgb(78, 80, 130);
}
#previous, #current-number, #next {
	border: 1px solid #8AA9D6;
	margin: 10px;
	color: #4E5082;
	padding: 5px 10px;
	cursor: pointer;
}
.contacts-page {
	max-width: 100%;
	text-align: center;
}
.contacts-page h2 {
	text-align: center;
	width: 100%;
	font-size: 2em;
	font-weight: 600;
	margin-top: 30px;
}
.contacts-i {
	margin: 25px 0 5px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.contacts-i .adress, .contacts-i form {
	width: 30%;
}
.contacts-i form {
	text-align: center;
	background-color: rgba(78, 80, 130, 0.6);
	border-radius: 7px;
	padding: 15px;
}
.book {
	margin-top: 90px;
	height: 75vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(78, 80, 130, 0.3);
}
.book h2 {
	font-size: 2em;
	font-weight: 600;
}
.book input {
	margin: 15px;
}
#rooms {
	margin-top: 115px;
}
#table {
	border: 1px solid #8AA9D6;
	border-collapse: collapse;
	width: 90%;
	margin: 30px 5%;

}
#rooms {
	text-align: justify;
}
#table td, #table th {
	text-align: left;
	border: 1px solid #8AA9D6;
	padding: 5px;
}
#sortFilter {
	width: 90%;
	margin: 30px 5%;
}
#sortFilter form {
	line-height: 2em;
}
#sortFilter input {
	margin: 0 5px;
	border: 2px solid #DFE0EB; 
}
#sort-filter {
	background-color: rgba(223, 224, 235, 0.95);
	padding: 30px;
}
#sort-filter .button {
	margin-top: 15px;
	width: 115px;
	font-size: 1em;
}
#sort-filter input .button {
	width: 50px;
}
#sort-filter input {
	width: 30px;
}
#available-rooms-window {
	position: fixed;
	z-index: 4;
	width: 90%;
	right: 5%;
	top: 10px;
	background-color: #fff;
	box-sizing: border-box;
	border: 4px solid rgb(78, 80, 130);
	border-radius: 15px;
	box-shadow: 0 0 200px rgb(78, 80, 130);
	padding: 30px;
	
}
#available-rooms-container {
	overflow-y: scroll;
	max-height: 75vh;
}
#close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid red;
	color: red;
	z-index: 3;
}
#available-rooms-container tr td:nth-child(4) {
	text-align: center;
}

#available-rooms-container table {
	min-width: 500px;
	width: 100%;
	text-align: justify;
}
#available-rooms-container table tr {
	padding-top: 10px;
}
.bookingTable {
	padding-left: 20px;
	width: 45%;
	text-align: right;
}
.bookingTable .button {
	margin-left: 13%;
}
#free-rooms {
	display: none;
}
.search-item {
	margin: 15px;
	padding: 15px 20px;
	border-radius: 7px;
	border: 1px solid rgb(223, 224, 235);
	box-sizing: border-box;
}
.search-item:hover {
	box-shadow: 0 0 10px rgb(223, 224, 235);
}
ul.breadcrumb {
  position: absolute;
  top: 95px;
  text-align: center;
  list-style: none;
  text-align: left;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
#first-small {
		display: none;
}



@media (max-width: 899px) {
	#table tr td:nth-child(3), #table tr th:nth-child(3), #table tr td:nth-child(4), #table tr th:nth-child(4), #table tr td:nth-child(5), #table tr th:nth-child(5), #table tr td:nth-child(6), #table tr th:nth-child(6), #table tr td:nth-child(7), #table tr th:nth-child(7)  {
		display: none;
	}
}


@media (max-width: 599px), (orientation: portrait){
	#sort-filter {
		text-align: left;
	}
	.menu-small {
		display: block;
		margin: 20px;
		color: #0D61BC;
		width: 50px;
		position: absolute;
		right: 0px;
	}
	.nav-menu {
		position: absolute;
		top: 30px;
		right: -4px;
		z-index: 3;
		background-color: #fff;
		width: 100vw;
		text-align: center;
		
	}
	#nav-menu {
		display: none;
	}
	#home {
	display: block;
	}
	.nav-menu-item {
		display: block;
		border: none;
		border-bottom: 1px solid #0D61BC;
		padding: 10px;
	}
	.nav-menu-item:nth-last-child(n+6) {
	border-bottom: 1px solid #0D61BC;
	}
	.open-submenu {
	display: inline;
	}
	.submenu {
		position: relative;
		display: none;
		text-align: center;
	}
	.nav-menu > li:hover .submenu {
	display: none;
	}
	.sidebar {
		display: none;
	}
	#slider {
		display: none;
	}
	#first-small {
		display: block;
		height: 100vh;
		background-image: url(../img/mountains-1645078_1920.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.first-content {
		position: absolute;
		top: 58%;
	    left: 50%;
	    margin-right: -50%;
	    transform: translate(-50%, -50%);
	    color: #fff;
	    font-size: 3em;
	    font-weight: bold;
	}
	.first-content .button {
		border: 2px solid #fff;
	}
	.button {
		font-size: 16px;
	}
	.main section {
		width: 100vw;
	}
	.about-us {
		display: flex;
		flex-direction: column;
	}
	.about-us article {
		padding: 0;
		text-align: justify;
		display: flex;
		flex-direction: column;
	}
	.about-us .button {
		align-self: center;
	}
	.activities {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.activities-content {
		flex-direction: column;
		padding: 0;
		justify-content: center;
		text-align: center;
	}
	.activities-item {
		width: 90%;
		margin: 5%;

	}
	#odd-info {
		display: none;
	}
	.rooms {
		display: flex;
		flex-direction: column;
	}
	.room {
		width: 100%;
		margin: 0;
	}
	.rooms-info {
		display: none;
	}
	.rooms-button {
		display: none;
	}
	.booking-form {
		flex-direction: column;
	}
	.gallery-img {
	margin: 15px auto;
	}
	.contacts {
		flex-direction: column;
	}
	.contacts-info {
		width: 100%;
	}
	.contacts iframe {
		display: none;
	}
	footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 3px;
	}
	footer form {
		width: 100%;
	}
	footer form input {
		max-width: 50%;
		display: inline;
	}
	footer .button {
		display: inline;
	}
	footer h1 {
		display: none;
	}
	footer p {
		width: 100%;
		text-align: center;
	}
	.main {
		display: block;
	}
	.main section {
		width: 100%;
		padding: 100px 0;
	}
	.main section article {
		padding: 0 30px;
		text-align: justify;
	}
	#facilities {
		display: flex;
		flex-wrap: wrap;
	}
	#content section {
		text-align: center;
	}
	.activities-page-item {
		width: 100%;
		text-align: justify;
		padding: 15px;
		box-sizing: border-box;
	}
	#booking-page {
		height: 85vh;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#booking-page .booking-form {
		margin: 0;
		justify-content: center;
	}
	#available-rooms-container {
		overflow-y: scroll;
	}
	.contacts-page {
		display: flex;
		flex-direction: column;
	}
	.contacts-page iframe {
		width: 90%;
		height: 300px;
		margin: 0 auto;
		order: 1;
	}
	.contacts-i {
		flex-direction: column;
		order: 2;
	}
	.contacts-i .adress, .contacts-i form {
		width: 87%;
	}
}




@media (min-width: 600px) and (max-width: 899px), (min-width: 600px) and (max-width: 899px) and (orientation: landscape){
	.first-content {
		width: 60%;
	}
	#first-small {
		display: block;
		height: 100vh;
		background-image: url(../img/mountains-1645078_1920.jpg);
		background-position: top;
	}
	.menu-small {
		display: block;
		margin: 20px;
		color: #0D61BC;
		width: 50px;
		position: absolute;
		right: 15px;
	}
	.nav-menu {
		position: absolute;
		top: 30px;
		right: -8px;
		z-index: 3;
		background-color: #fff;
		width: 100vw;
		text-align: center;
	}
	#nav-menu {
		display: none;
	}
	#home {
	display: block;
	}
	.nav-menu-item {
		display: block;
		border: none;
		border-bottom: 1px solid #0D61BC;
		padding: 10px;
	}
	.nav-menu-item:nth-last-child(n+6) {
	border-bottom: 1px solid #0D61BC;
	}
	.open-submenu {
	display: inline;
	}
	.submenu {
		position: relative;
		display: none;
		text-align: center;
	}
	.nav-menu > li:hover .submenu {
	display: none;
	}
	.sidebar {
		display: none;
	}
	#slider {
		display: none;
	}
	.first-content {
		position: absolute;
		top: 58%;
	    left: 50%;
	    margin-right: -50%;
	    transform: translate(-50%, -50%);
	    color: #fff;
	    font-size: 3em;
	    font-weight: bold;
	}
	.first-content .button {
		border: 2px solid #fff;
	}
	.button {
		font-size: 16px;
	}
	.main section {
		width: 100vw;
	}
	.about-us {
		display: flex;
		flex-direction: column;
	}
	.about-us article {
		padding: 0;
		text-align: justify;
		display: flex;
		flex-direction: column;
	}
	.about-us .button {
		align-self: center;
	}
	.activities-content {
		flex-direction: column;
	}
	.rooms-info {
		display: none;
	}
	.rooms-button {
		display: none;
	}
	#content section {
		text-align: center;
	}
	#content section article p {
		text-align: justify;
	}
	.activities-page-item {
		width: 100%;
		text-align: justify;
		padding: 15px;
		box-sizing: border-box;
	}
	footer h1 {
		display: none;
	}
	footer form {
		width: 100%;
	}
	footer p {
		text-align: center;
	}
	#sort-filter {
		text-align: left;
	}
	.contacts-page {
		display: flex;
		flex-direction: column;
	}
	.contacts-page iframe {
		width: 90%;
		min-height: 300px;
		margin: 0 auto;
		order: 1;
	}
	.contacts-i {
		flex-direction: column;
		order: 2;
	}
	.contacts-i .adress, .contacts-i form {
		width: 87%;
	}
}



@media (min-width: 900px) and (max-width: 1199px) {
	.open-submenu {
		display: inline;
	}
	.nav-menu > li:hover .submenu {
		display: none;
	}
	.contacts-i .adress, .contacts-i form {
		width: 45%;
	}
}
