@media (max-width: 1199px) {
	#st-content-wrapper.st-single-tour .st-program .st-program-list.style1 .item .body img {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	#header #topbar {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	#header .header {
		padding: 30px 35px;
	}
	
	#header .header .header-left {
		float: left;
		margin-right: auto;
	}
	
	#header .header .toggle-menu {
		display: block;
		margin-top: 0;
		margin-right: 20px;
	}
	
	#st-main-menu {
		position: fixed !important;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
		transition-delay: .1s;
		top: 0px;
	}
	
	#st-main-menu .back-menu {
		position: fixed;
		top: 0;
		left: -110%;
		background: #f5f5f5;
		width: 300px;
		height: 50px;
		display: flex !important;
		align-items: center;
		font-size: 15px;
		color: grey;
		padding-left: 22px;
		opacity: .8;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		transition: left .3s ease, opacity .3s ease;
	}
	
	#st-main-menu .back-menu .fa {
		font-size: 22px;
		margin-right: 10px;
	}
	
	#st-main-menu .main-menu {
		position: fixed;
		top: 50px;
		left: -110%;
		width: 300px;
		height: calc(100% - 50px);
		background: #fff;
		opacity: .8;
		transition: left .3s ease, opacity .3s ease;
		overflow-y: auto;
	}
	
	#st-main-menu .main-menu li {
		display: block !important;
	}
	
	#st-main-menu .main-menu li a {
		padding: 18px 25px !important;
		font-size: 14px !important;
		font-weight: 500 !important;
	}
	
	#st-main-menu .main-menu li:not(:last-child) a {
		border-bottom: 1px solid #eee;
	}
	
	#st-content-wrapper {
		padding-bottom: 50px;
		overflow-x: hidden;
	}
	
	#st-content-wrapper .st-list-rooms .item .image img {
		border-radius: 5px;
	}
	
	#main-footer {
		overflow-x: hidden;
	}
}

@media (max-width: 767px) {
	#header #topbar {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .header {
		padding: 20px;
	}
	
	#header .header .toggle-menu {
		margin-top: 3px;
		margin-right: 10px;
	}
	
	#header .header .logo img {
		max-width: 120px;
	}
}

@media (max-width: 600px) {
	#st-content-wrapper .st-hotel-room-content .room-featured-items .item img {
		margin-right: 5px;
	}
}

@media (max-width: 400px) {
	#header .header .header-right .st-list img {
		max-width: 20px;
	}
}