@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 578px) {

}
@media screen and (min-width: 768px) {
	.booking-md {
		display:none;
	}
	.popup .inner {
		display: flex;
		align-items: center;
	}

}
@media screen and (min-width: 992px) {
	.btn-phones {
	    display: none;
	}
}
@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1300px) {
	.is-top .logo {
		font-size: 1.5em;
	}
	.logo {
	}
	.is-top .logo img {
	}

}
@media screen and (max-width: 1199px) {
    li.top-email {
        display: none;
    }
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 991px) {
	
	.lang-select {
		margin: 0 20px;
	}
	.topPhones {
		font-weight: 600;
		margin: 0 20px;
        display: none;
	}
	
	.slide-item {
		height: 300px;
	}
	
	.topBar {
		margin-bottom: 0px;
	}

	body {
		padding: 70px 0 0;
	}

	
	header {
		flex-direction: row;
		right: 0;
		width: auto;
		bottom: auto;
	}
	.logo {
		position: relative;
		margin-right: auto;
	}
	.is-top .logo img {
	}
	.logo img {
		height: 60px;
		margin: 0;
	}
	.logo, .is-top .logo {
		max-width: 270px;
		font-size: 1.2em;
	}


	#trigger-overlay {
		display: block;
	}
	/* Nav collapse button */
.dropdown-icon {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
	  margin-left: 10px;
}

	.dropdown-icon:focus {
		outline: none; }
.dropdown-icon span {
  display: block;
  position: absolute;
  background: var(--color2);
  top: 24px;
  left: 5px;
  right: 5px;
  height: 2px;
}


	.dropdown-icon span::before,
	.dropdown-icon span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		background-color: var(--color2);
		content: "";
		height: 2px; }


	.dropdown-icon span::before {
		top: -12px; }


	.dropdown-icon span::after {
		bottom: -12px; }


	.dropdown-icon--animate {
			background-color: transparent;
	}
	.dropdown-icon--animate span {
		transition: background 0s 0.2s; }

	.dropdown-icon--animate span::before,
	.dropdown-icon--animate span::after {
		transition-duration: 0.2s, 0.2s;
		transition-delay: 0.2s, 0s; }

	.dropdown-icon--animate span::before {
		transition-property: top, transform; }

	.dropdown-icon--animate span::after {
		transition-property: bottom, transform; }

	.is-active.dropdown-icon--animate {
		/*background-color: transparent; */
		}

	.is-active.dropdown-icon--animate span {
		background: none; }

	.is-active.dropdown-icon--animate span::before {
		top: 0;
		-ms-transform: rotate(45deg);
				transform: rotate(45deg); }

	.is-active.dropdown-icon--animate span::after {
		bottom: 0;
		-ms-transform: rotate(-45deg);
				transform: rotate(-45deg); }

	.is-active.dropdown-icon--animate span::before,
	.is-active.dropdown-icon--animate span::after {
		transition-delay: 0s, 0.2s; }
	/**/
.mainnav {
	  max-height: 0;
	  padding: 0;
	  background: #fff;
	  position: fixed;
	  width: 100%;
	  top: 0;
	  padding-top: 85px;
	  z-index: -1;
	  opacity: 0;
	  overflow: hidden;
	  transition: all 1.5s;
	  transition-timing-function: cubic-bezier(.19,1,.22,1);
	  height: 0px;
	  /*display: table;*/
	  left: 0;
	  text-align: center;
	}
	
.mainnav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  /* background: #ccc; */
  justify-content: flex-start;
}
	.mainnav li {
	  display: none;
	}
	.open.mainnav li {
		display: block;
		margin-bottom: 10px;
	}
	#mainnav.open {
	  max-height: 100vh;
	  	  height: 3000px;

	  
	  opacity: 1;
	}    
	
	.textImageBlock-bg {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
		min-height: 300px;
		left: 0;
	}
	.imageBlockBg-right {
		left: 0;
	}
	.bgtitlespabgtitle .text-block {
		padding: 30px 0px 90px;
	}
	.textImageBlock .text-block.dark-block {
		padding: 30px 10px;
	}
	.textImageBlock .text-block {
		padding: 30px 10px;
	}
	.itemTile {
		overflow: hidden;
	}
	.itemTile img {
		margin: -20% 0;
	}
	footer {
		text-align: center;
	}
	.col-md-6 .btn {
		margin: 5px;
	}	
	
	.no-title .textImageBlock-bg {
		display:none;
	}
	.no-title .text-block.white {
		padding: 30px 0 0;
	}
	.textImageBlock-bottom {
		padding-top: 20px;
	}
	
    .mainnav>ul>li:hover>ul {
        display: none;
    }

}



@media screen and (max-width: 767px) {
    .prod_youtube {

        height: 60vw;

    }
    .prod_desc_text {
        padding: 30px 0 10px;
        font-size: 1rem;
    }
    .btn-order {
        position: fixed;
        bottom: 0;
        right: 10px;
        font-size: 1em;
    }
	#room-list {
    padding: 50px 0 20px;
}
	.room-info {
		padding: 0 10px 10px;
	}
	.room-info h3 {
		font-size: 18px;
	}
.banner .banner-buttons {
  position: relative;
  opacity: 1;
  box-shadow: none;
  border: none;
  flex-direction: row;
  justify-content: space-around;
}
	.banner:hover .banner-buttons {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.room-price-list .tab-content {
		padding: 20px 5px;
	}
	.roomItemBlock {
		border-bottom: 1px dashed #696259; 
	}
	.subpageItem {
		border-bottom: 1px dashed #696259;
		padding-bottom: 40px;
	}
	.textImageBlock-bg {
		margin-bottom: 0px;
	}
	.mainnav .bookingBtn a {
		padding: 10px 16px;
	}
	.btn {
		font-size: .9rem;
		min-width: 120px;
	}
	.bgtitlespabgtitle .text-block {
		padding: 30px 0px 60px;
	}
	.spabgtitle {
		padding-left: 10px;
	}
	#rooms {
		background-size: 100%;
	}
	.contact-page-info table {
		margin: auto;
	}
	footer {
		padding-bottom: 70px;
	}
	.map-contacts {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	h1, .h1 {
		font-size: 26px;
	}
	.h3, h3 {
		font-size: 1.5rem;
	}
	.title-bg span {
		font-size: 1.8em;
	}
	.textImageBlock-bg {
		padding: 50px 10px;
	}
	.section {
		padding: 30px 0;
	}
	.servicelist .title-bg {
		bottom: 50%;
		transform: translateY(50%) rotate(180deg);
	}
	.section-logo-bg {
		background: none;
	}
	.btn {
		margin-bottom: 10px;
	}
	.dark-block {
		padding: 50px 0px;
	}
	.textImageBlock-bg {
		min-height: 220px;
	}
	.roomItem {
		height: 250px;
	}
	.bordtitle {
		text-align: center;
	}
	.bookingwrap {
		position: absolute;
		width: 90%;
		display: flex;
		justify-content: center;
		bottom: 20px;
		background: rgb(200 180 175 / 80%);
		padding: 6px 10px 0px;
		margin-left: 5%;
		display: none;
	}
	.timeline:after {
		display:none;
	}
	.logo, .is-top .logo {
		max-width: 220px;
		font-size: 1em;
	}
	.topAddress {
		display:none;
	}
	header {
		padding: 5px 10px;
	}
	body {
		padding-top: 60px;
	}
	.timeline .item-image {
		margin: 70px 0 0;
		text-align: center;
	}
	.timeline.item-even .item-image {
		text-align: center;
	}
	.timeline.item-odd .item-details {
		text-align: left;
	}
	.timeline .item-details {
		padding: 20px 0px;
	}
    #vegasslider {
        height: calc( 100vh - 100px);
    }
		.room-price-list .nav-link {
			line-height: 1;
			text-align: center;
		}
		
		.roomCategory {
		top: 0px;
		bottom:auto;
	}
	.price {
		top: auto;
		bottom: 0;
		margin-bottom:0;
	}
	.roomItem:hover .price {
		top: auto;
		bottom:	10px;
	}
	.roomItem:hover .roomCategory {
		top: 10px;
		bottom:auto; 
	}
		
	#rooms {
		padding: 20px 0;
	}
	.modal-title {
		line-height: 1;
		font-size: 24px;
	}

}

@media screen and (max-width: 670px) {
	.topSocial {
		display:none;
	}
}
@media screen and (max-width: 577px) {
	.contact-form {
		padding: 10px;
	}
	.icon-user {
		font-size: 16px;
	}
	.icon-user-o {
		font-size: 14px;
	}
	.room-price-list .nav-link {
		padding: 0.5rem 0.5rem;
	}
	.table.price-table td, .table.price-table th {
		padding: 0.75rem 0.1em;
	}
	.room-price {
		text-align: center;
	}
    .slider-logo img {
      margin-bottom: 20px;
    }
	#galleryId>div, #galleryId1>div {
		width: 50%;
	}
	.topAddress {
		display: none;
	}
	.topPhones {
    display:none;
	}
	.logo, .is-top .logo {
	}
}

@media screen and (max-width: 376px) {


}


@media screen and (max-height: 750px) {

}

