h1,h2,h3,h4,h5,h6,p { 
	margin-bottom: 10px;
	margin-top: 10px;  
}

a { 
	text-decoration: none;
	color: rgb(35,38,61); 
}

input { 
	outline: none;
}

* { 
	box-sizing: border-box; 
}

body {
	margin: 0; 
	font-size: 18px;
	color: rgb(35,38,61);
	font-family: 'Open Sans', sans-serif;
	min-width: 360px;
}

section {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	overflow: auto;
}

.main{
	max-width: 1920px;
	margin: 0 auto;
}

.no-padding { 
	padding: 0 ;
	margin-top: 0;
}


.cover-image { 
	min-height: 60px;
	width: 100%;
	background-color: rgb(250,250,250); 
	margin-bottom: 53px;
	overflow: hidden;
}

.cover-image-main {
	float: left;
	height: 400px;
	width: calc(100% / 3);
	border: 1px solid white; 
	background-size: cover;
	background-position: center; 
	overflow: hidden; 
}

.guest-house-stick {
	position: sticky;
	top: 80px;
	float: right;
	width: 340px;
	border: 1px solid rgb(230,230,230);
	padding: 20px;
}

.guest-house-stick-close{
	display: none;
}

.guest-house-stick-close i{
	position: absolute;
	font-size: 30px;
	line-height: 1;
	padding: 10px 15px;
	right: 0;
	top: 0;
	font-weight: bold;
}

.guest-house-stick-main{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.guest-house-stick-price-text{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
}

.small-loading{
	position: absolute;
	width: 298px;
	background-color: #fff;
	display: none;
}

.guest-house-stick-price-text span{
	font-size: 14px;
	font-weight: 600;
}

.guest-house-rating{
	margin-bottom: 15px;
}

.guest-house-marks-count{
	margin-left: 5px;
	color: #000;
}

.guest-house-stick-element{
	margin-bottom: 15px;
}

.guest-house-bold-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.guest-house-is-busy{
	display: none;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 15px;
}

.guest-house-input-dates{
	border: 1px solid #ccc;
	border-radius: 3px;
	/*padding: 10px 15px;*/
	position: relative;
}

#guest-house-dates{
	width: 100%;
	padding: 10px 15px;
}

.guest-house-dates-input{
	width: 100%;
	border: none;
	padding: 10px 15px;
}

.guest-house-dates-input:nth-child(1){
	/*padding-left: 0;*/
}

.guest-house-dates-modal{
	display: none;
	position: absolute;
	top: 50px;
	background-color: #fff;
	z-index: 5;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.guest-house-dates-modal.start-date{
	left: 0;
}

.guest-house-dates-modal.finish-date{
	right: 0;
}

#guest-booking-modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	top: 0;
	left: 0;
	z-index: 50;
}

.guest-booking-modal{
	background-color: #fff;
	width: 350px;
	margin: 10% auto 0;
	padding: 15px;
	position: relative;
	border-radius: 10px;
}

.guest-booking-modal-title{
	font-weight: bold;
}

.guest-booking-modal-close{
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 1;
	font-size: 30px;
}

.guest-booking-modal-text{
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.guest-booking-modal-input-group{
	margin-bottom: 10px;
}

.guest-booking-modal-input-group label{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.guest-booking-modal-input-group textarea{
	width: 100%;
	height: 85px;
	font-size: 16px;
	resize: none;
	padding: 5px;
}

.guest-booking-modal-input-group textarea:focus {
	outline: none;
}

.guest-booking-modal-button{
	width: 80%;
	padding: 10px;
	text-align: center;
	background-color: #36394F;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	margin: 0 10%;
}

.guest-booking-modal-button:hover{
	cursor: pointer;
}

.arrow-top{
	position: absolute;
	top: -7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #ccc;
	width: 12px;
	height: 12px;
	border-right: none;
	border-bottom: none;
	background-color: #fff;
}

.arrow-top.left{
	left: 15px;
}

.arrow-top.right{
	right: 118px;
}

.guest-house-guests-count{
	position: relative;
}

.guest-house-guests-count-input{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 15px;
	position: relative;
}

.guest-house-guests-count-input:hover{
	cursor: pointer;
}

.guest-house-guests-count-input i{
	position: absolute;
	right: 15px;
	top: 12px;
}

.guest-house-guest-count-inner{
	display: none;
	/*height: 0;*/
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	padding: 15px;
	z-index: 20;
}

.guest-house-guest-count-inner-text{
	height: 30px;
	padding: 6px 0;
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
}

.guest-house-guest-count-minus, .guest-house-guest-count-plus{
	position: absolute;
	top: 2px;
	right: 80px;
	padding: 4px 6px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #36394F;
	color: #36394F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.guest-house-guest-count-plus{
	right: 0px;
}

.guest-house-guest-count-minus:hover, .guest-house-guest-count-plus:hover {
	cursor: pointer;
}

.guest-house-guest-count-minus.disabled, .guest-house-guest-count-plus.disabled{
	color: #999;
	border-color: #999;
}

.guest-house-guest-count-minus.disabled:hover, .guest-house-guest-count-plus.disabled:hover{
	cursor: default;
}

.guest-house-guest-count{
	position: absolute;
	top: 5px;
	right: 25px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	margin: 0 15px;
}

.guest-house-guest-count-button-close{
	display: inline-block;
	color: #36394F;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}

.guest-house-guest-count-button-clear{
	display: inline-block;
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}

.guest-house-guest-count-button-close:hover{
	text-decoration: underline;
	cursor: pointer;
}

.guest-house-guest-count-button-clear:hover{
	text-decoration: underline;
	cursor: pointer;
}

.guest-house-stick-button{
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #36394F;
	color: #fff;
	margin-top: 20px;
	font-weight: 600;
	border-radius: 5px;
}

.guest-house-stick-button:hover{
	cursor: pointer;
}

.red-button {
	width: 100%;
	padding: 10px;
	text-align: center; 
	background-color:orange;
	color: white; 
	margin-top: 20px;
	font-weight: 600; 
	border-radius: 5px;
}

.house-info { 
	width: calc(100% - 380px);
	height: auto;
 }

.house-info-block { 
	width: 100%;
	border-bottom: 1px solid rgb(230,230,230); 
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 20px;
}

.house-info-block-title { 
	width: calc(100% - 70px); 
	float: left; 
}

.house-info-block-image { 
	width: 70px;
	float: right;
	text-align: center; 
}

.house-info-block-ava { 
	width: 50px;
	height: 50px;
	border-radius: 50%; 
}

.house-info-udob { 
	width: 100%;
	overflow: auto hidden; 
	margin-bottom: 20px;
}

.house-info-udob-ico { 
	width: 30px;
	float: left;
 } 

.house-info-udob-title { 
	float: left; 
	width: calc(100% - 40px);
 }

.house-spisok-item { 
	float: left; 
	margin-right: 10px;
}

.change-language { 
	width: 100%;
	padding: 8px;
	text-align:center;
	border: 1px solid black;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer; 
}

.udobstvo { 
	overflow: auto hidden;
 }

.udob-title { 
	float: left;
	width: 50%;
	padding: 10px;
	padding-left: 0; 
}

.udob-ico {
	padding-right: 5px;
}



.house-item { 
	width: calc(20% - 20px);
	margin: 10px;
	float: left;
	height: 320px;
}

.house-item-image { 
	height: 60%;
	width: 100%;
	background-color:rgb(245,245,245);
	border-radius: 5px;
 }

.house-item-title { 
	padding-top: 8px;
 }

.item1 { 
	color: rgb(120,120,120); 
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800; 
}

.item2 { 
	font-size: 18px;
	font-weight: 700;
}

.item3 { 
	font-size: 14px;
	font-weight: 600;
	color: rgb(120,120,120);
 }

.star { 
	font-size: 12px; 
	color: orange;
}

.star-title {
	font-size: 14px;
	float: left;
	padding: 10px 5px;
	width: 19%;
	margin: 0 0.5%;
	text-align: center;
}

.star-title:hover{
	background-color: #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.anostyle { 
	color: rgb(35,38,61);
	text-decoration: none; 
}

.mini-size { 
	width: 600px; 
	margin: 0 auto;
	padding: 20px;
 }

.size { 
	width: 1080px; 
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.size2 { 
	width: calc(100% - 140px); 
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px; 
}

.text-size-big { 
	font-size: 22px;
}

.silver { 
	color: silver; 
}

header { 
	background-color:  white;
	height: 60px;
	width: 100%; 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	border-bottom: 1px solid rgb(240,240,240);
}

.guide-block {
	text-align: center;
	overflow: auto;
	max-width: 700px;
	margin: 0 auto;
}

.button-100 { 
	width: calc(100% - 10px);
	padding: 10px;
	text-align: center;
	border: 2px solid rgb(55,58,81);
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 5px;
}

.button-100:hover 
{ 
	background-color: rgb(55,58,81);
	color: white; 
	}

.window {
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	z-index:99999;
}

.window-window {
	max-width: 400px;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	margin: 0 auto;
	padding-top: 20px;
	overflow: auto;
}

.window-item {
	width: 100%;
	color: white;
	padding: 10px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.window-item:hover {
	background-color: rgba(0,0,0,.1); 
	cursor: pointer;
}

.reg-input { 
	width: 100%;
	border: 1px solid silver;
	padding: 15px;
	border-radius: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
 }

.reg-button { 
	width: 100%;
	text-align: center;
	padding: 15px;
	font-size: 15px;
	font-weight: 600; 
	border-radius: 10px;
	margin-top: 20px;
	color: white;
	background-color: rgb(35,38,61); 
	cursor: pointer;
}

.logo { 
	height: 40px;
	position: absolute; 
	top: 10px;
 }
 
.mob-logo  { 
	height: 40px;
	position: absolute; 
	top: 10px;
	left: 20px;
	display: none;
 }
 
 .logo1 { 
	height: 40px;
	position: absolute; 
	top: 10px;
	left: 20px;
 }
 
 .mob-menu { 
	z-index: 30;
}

.mob-menu nav {
	background-color: rgba(0, 0, 0, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 10;
}

.mob-menu nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  width: 320px;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mob-menu nav ul li {
  	-webkit-transform: translateY(50px);
   	transform: translateY(50px);
	opacity: 0;
	text-align: center;
}

.mob-menu nav ul li a {
	display: block;
	font-size: 30px;
	text-decoration: none;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin: 5px 0;
}

.mob-menu nav ul li a.mini {
	display: inline-block;
	font-size: 20px;
	color: #fff;
}

.mob-menu nav ul li a:hover {
  color: #000;
  background-color: #f0f0f0;
}

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 11;
  right: 20px;
  top: 14px;
  cursor: pointer;
}
.toggle-btn .bar {
  	width: 30px;
  	height: 2px;
  	margin: 7px auto;
  	background-color: #fff;
  	transition: all 0.3s ease-in-out;
  	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
 	display:none;
}
.toggle-btn .bar:nth-child(2) {
  width: 20px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}
#toggle:checked ~ nav ul {
  top: 50%;
  margin-top: -150px;
}
#toggle:checked ~ nav ul li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#toggle:checked ~ nav ul li:nth-child(1) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ nav ul li:nth-child(2) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ nav ul li:nth-child(3) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ nav ul li:nth-child(4) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
#toggle:checked ~ nav ul li:nth-child(5) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}

#toggle:checked ~ nav ul li:nth-child(6) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}

#toggle:checked + label.toggle-btn .bar {
  background-color: red;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.search-menu { 
	width: 600px;
	margin-bottom: 30px;
 }

.search-menu-input { 
	width: 100%;
	padding: 10px; 
	border-radius: 20px; 
	border: none;
	padding-left: 20px;
}

.info { 
	width: calc(100% - 360px);
	height: auto;
 }

.info-info { 
	width: 100%; 
}

.info-info-title { 
	width: calc(100% - 80px);
	float: left;
}

.info-info-image {
	width: 60px;
	float: right; 
	height: 60px;
	}

.info-inf { 
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid silver;
}

.language { 
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid silver;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	padding: 8px; 
}

.hide {
    display: none; 
}
.hide + label ~ div{
    display: none;
}

.hide + label {
    padding: 0;
    cursor: pointer;
    display: inline-block; 
	font-weight: 600;
}

.hdr {    
cursor: pointer;
display: inline-block; 
font-weight: 600;
margin-top: 10px; }

.hide:checked + label {
    border-bottom: 0;
}

.hide:checked + label + div {
    display: block; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.info-p { 
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid silver; 
}

.search { 
	width: 100%;
	position:absolute;
	top: 60px;
	z-index: 5;
	border-bottom: 1px solid rgb(240,240,240);
}


.search-box { 
	width: 100%;
	margin: 0 auto; 
	padding: 10px 10px;
	background-color: rgba(255,255,255,1);
	overflow: auto; 
	font-size: 23px;
}

.search-input { 
	width: calc(100% - 60px);
	height: 50px; 
	border-right: none;
	border: 1px solid rgba(0,0,0,0.1);
	float: left;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 10px;
	padding-left: 25px;
}

.search-button { 
	width: 60px;
	height: 50px;
	border: 1px solid rgba(0,0,0,0.1); 
	border-left: none;
	background-color: white;
	float: right;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	text-align: center;
	line-height: 1px;
	color: rgb(35,38,61);
	padding: 12px;
}

.search2 {
	width: auto; 
	padding: 8px;
	padding-left: 0;
	width: 40%;
	float: left;
}

.search2-input {
	height: 40px; 
	float: left;
	width: 50%; 
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 1px solid rgb(230,230,230);
	padding-left: 20px;
	border-right: none;
}

.search2-input:focus { 
	width: calc(100% - 50px); 
	transition-duration: 1s;
	transition-property: all;
}

.search2-input:not(:focus) {
  transition: 1s;
}

.search2-button { 
	height: 40px; 
	float: left;
	width: 50px;
	border: 1px solid rgb(230,230,230);
	border-left: none;  
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	line-height: 40px; 
}

.nav-bar { 
	width: 60%;
	float: left;
	text-align: right;
}

.nav-bar-item { 
	float: right;
	height: 60px;
	line-height: 60px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px; 
}

.nav-bar-item:hover { 
	border-bottom: 2px solid rgb(35,38,61);
}

.menu-menu { 
	width: 960px;
	float: left; 
}

.menu { 
	text-align: right;
	padding-right: 30px;
}

.settings { 
	width: 80px;
	height: 60px;
	float: left; 
}

.settings-item {
	float: left; 
	margin-top: 25px;
} 

.settings-login { 
	font-size: 20px; 
	margin-top: 21px;
	float: right;
}

.settings-mini .settings-login {
	float: none;
}

.settings-mini { 
	width: 70px; 
	height: 60px;
	text-align: center; 
	line-height: 63px;
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 20px;
}

.menu-item { 
	text-decoration: none;
	color:  rgb(35,38,61);
	font-weight: 600;
	margin-left: 10px;
	margin-left: 10px;
	padding: 10px;
	line-height: 60px;
}

.menu-item:hover { 
	background-color: rgb(240,240,240);
	border-radius: 5px;  
}

.settings-item {
	margin-left: 5px;
	font-size: 20px;
}

.slider-box-text {
	width: 50%; 
	float: right;
	padding-top: 20vh;
}

nav { 
	padding-left: 10px;
	padding-right: 10px; 
}


.slider-box { 
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	padding: 100px;
	color: white;
}

.slider-box-button { 
	background-color: white;
	color: rgb(35,38,61);
	width: 160px; 
	height: 40px;
	text-align:center;
	line-height: 40px;
	margin-top: 40px;
	float: right; 
	font-weight: 600;
}

.slider-box-button:hover { 
	background-color: rgb(35,38,61);
	color: white; 
	cursor: pointer;
}

.slider2 {
	width: 100%;
	height: 300px;
	background-color: rgb(240,240,240); 
	margin-top: 20px;
}

.unline { 
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
}

footer { height: auto;
width: 100%; 
background-color: rgb(35,38,61);
margin-top: 50px;  
}

.links { 
	color: silver;
	padding-left: 10px; 
	padding-right: 10px;
	font-weight: 600; 
}

@media screen and (max-width:1500px) and (min-width: 1201px) {
	
	.house-item { 
		width: calc(25% - 20px);
	}

}

@media screen and (max-width:1200px) and (min-width: 901px) {
	.logo { 
		display: none;
	}
	
	.mob-logo { 
		display: block;
	}
	
	.logo1  { 
		display: none;
	}
	
	.settings-mini {
		display: none; 
	}
	
	.nav-bar { 
		display: none;
	}
	
	.search2 { 
		margin-left: 70px; 
	}
	
	.cover-image-main { 
		height: 300px;
	}
	
	.guest-house-stick {
		float: none;
		position: fixed;
		left: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		background-color: #fff;
		border: none;
		border-top: 1px solid #ccc;
	}

	.guest-house-stick-main{
		border-bottom: none;
		margin-bottom: 0;
		width: 30%;
		float: left;
	}

	.guest-house-stick-button{
		width: 30%;
		position: absolute;
		bottom: 23px;
		right: 10px;
	}

	.guest-house-stick-element{
		display: none;
	}
	
	.house-info { 
		width: 100%; 
	}
	
	.toggle-btn .bar  { 
		display: block; 
	}
	
	.mini-menu { 
		display: block;
	}
	
	.size2 { 
		width: 100%;
	}
	
	.house-item { 
		width: calc(33.3333% - 20px); 
	}
	
	.size { 
		width: 100%; 
	}

	.menu { 
		display: none;
	}
	
	.settings { 
		display: none;
	}

	.slider--item { 
		height: 100vh;
	}

	.slider-box-text { 
		text-align: center;
		padding-top:30vh;
		float: none;
		margin: 0 auto;
	}
	
	.slider-box-button { 
		float: none; 
		margin: 20px auto;
		padding: 10px 15px;
	}

}


@media screen and (max-width: 900px) and (min-width: 651px) {
	
	.star-title { 
		width: 50%; 
	}
	
	.nav-bar { 
		display: none;
	}
	
	.logo { 
		display: none;
	}
	
	.mob-logo { 
		display: block;
	}
	
	.logo1  {
		display: none; 
	}

	.cover-image-main { 
		height: 200px;
	}

	.guest-house-stick {
		float: none;
		position: fixed;
		left: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		background-color: #fff;
		border: none;
		border-top: 1px solid #ccc;
		padding: 10px;
	}

	.guest-house-stick-main{
		border-bottom: none;
		margin-bottom: 0;
		width: 30%;
		float: left;
	}

	.guest-house-stick-button{
		width: 40%;
		position: absolute;
		bottom: 23px;
		right: 10px;
	}

	.guest-house-stick-element{
		display: none;
	}
	
	.house-info { 
		width: 100%;
	}

	.search2 { 
		margin-left: 70px;
	}
	
	.settings-mini {
		display: none; 
	}

	.toggle-btn .bar  { 
		display: block; 
	}

	.mini-menu { 
		display: block; 
	}
	
	.size2 { 
		width: 100%; 
	}
	
	.house-item { 
		width: calc(50% - 20px);
	}

	.size { 
		width: 100%;
	}

	.menu { 
		display: none; 
	}

	.settings { 
		display: none; 
	}

	.slider--item { 
		height:100vh;
	}

	.slider-box-text { 
		text-align: center;
		padding-top: 30hv;
		float: none;
		margin: 0 auto;
		font-size: 20px;
	}

	.text-size-big { 
		font-size: 18px;
	}

	.slider-box { 
		padding: 50px; 
	}
		
	.slider-box-button { 
		float: none; 
		margin: 20px auto;
		padding: 10px 15px;
	}

}

@media screen and (max-width: 650px) and (min-width: 100px) {
	
	.mini-size { 
		width: 100%; }

	.guest-house-stick {
		float: none;
		position: fixed;
		left: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		background-color: #fff;
		border: none;
		border-top: 1px solid #ccc;
		padding: 10px;
	}

	.guest-house-stick-main{
		border-bottom: none;
		margin-bottom: 0;
	}

	.guest-house-stick-button{
		width: 55%;
		position: absolute;
		bottom: 23px;
		right: 10px;
	}

	.guest-house-stick-element{
		display: none;
	}
		
	.house-info { 
		width: 100%;
	}

	.star-title { 
		width: 100%; 
	}
		
	.logo { 
		display: none; 
	}

	.mob-logo { 
		display: block; 
	}

	.logo1  { 
		display: none; 
	}
		
	.settings-mini {
		display: none; 
	}

	.nav-bar { 
		display: none; 
	}

	.udob-title { 
		width: 100%; 
	}

	.search-menu { 
		width: 100%;
	}

	.search-menu-input { 
		width: 300px; 
	}

	.search2 {
		margin-left: 70px;
		width: 65%;
	}

	.cover-image-main { 
		height: 170px; 
	}
		
	.toggle-btn .bar  { 
		display: block;
	}

	.mini-menu { 
		display: block; 
	}
		
	.slider-box { 
		padding: 10px;
	}
		
	.slick-arrow { 
		display: none; 
	}
		
	section { 
		padding-top: 10px;
		padding-bottom: 10px; 
	}
		
	.cover-image { 
		min-height: 60px; 
	}
		
	.size2 { 
		width: 100%; 
		padding-left: 10px;
		padding-right: 10px; 
	}
		
	.house-item { 
		width: 100%;
		margin: 0;
		margin-bottom: 20px; 
	}

	.size { 
		width: 100%; 
	}

	.menu { 
		display: none; 
	}

	.settings { 
		display: none;
	}

	.slider--item { 
		height: 100vh;
	}

	.slider-box-text {
		text-align: center;
		padding-top: 35vh;
		width: 90%;
		float: none;
		margin: 0 auto;
		font-size: 14px;
	}

	.text-size-big { 
		font-size: 16px;
		margin-bottom: 20px;
	}
		
	.slider-box-button { 
		float: none; 
		margin: 10px auto;
		height: 25px;
		line-height: 25px;
		width: 100px;
		padding: 10px 15px;
	}

	.search-input { 
		font-size: 14px;
		font-weight: 600; 
	}
}

.clear{
	clear: both;
}