@media (max-width: 1199px) {
	#st-content-wrapper.st-single-tour .st-tour-feature .item {
		margin-bottom: 20px;
	}
	
	#st-content-wrapper.st-single-tour .st-tour-feature .col-xs-6:nth-child(3) .item {
		margin-bottom: 0px;
	}
	
	#st-content-wrapper.st-single-tour .st-tour-feature .col-xs-6:nth-child(4) .item {
		margin-bottom: 0px;
	}
	
	#st-content-wrapper.st-single-tour .st-include .include {
		margin-bottom: 30px;
	}
	
	#st-content-wrapper.st-single-tour .review-box .review-box-score {
		border-right: none;
	}
	
	#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 .hotel-target-book-mobile {
		position: fixed;
		left: 0;
		width: 100%;
		bottom: 0;
		background: #fff;
		padding: 10px 15px;
		border-top: 1px solid var(--light-grey-color, #eaeef3);
		align-items: center;
		justify-content: space-between;
		z-index: 9;
	}
	
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper {
		color: var(--grey-color, #5e6d77);
		font-size: 14px;
		font-weight: 500;
	}
	
	#st-content-wrapper .hotel-target-book-mobile .price-wrapper .price {
		color: var(--link-color, #1a2b48);
		font-size: 20px;
	}
	
	#st-content-wrapper .hotel-target-book-mobile .btn {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		padding: 10px 15px;
	}
	
	#st-content-wrapper .fixed-on-mobile {
		position: fixed;
		top: 0;
		left: 0;
		width: 100% !important;
		bottom: 0;
		background: #fff;
		z-index: 9999;
		display: none;
	}
	
	#st-content-wrapper .fixed-on-mobile .close-icon {
		display: block !important;
		position: absolute;
		top: 20px;
		right: 22px;
		z-index: 2;
		cursor: pointer;
	}
	
	#st-content-wrapper .fixed-on-mobile .form-book-wrapper {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
		overflow-y: auto;
		z-index: 1;
	}
	
	#st-content-wrapper .fixed-on-mobile .form-book-wrapper .form-head {
		padding: 20px 20px 15px;
	}
	
	#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;
	}
	
	#st-content-wrapper .st-hotel-header .review-score {
		display: none;
	}
	
	#st-content-wrapper .widgets {
		margin-bottom: 30px;
	}
	
	#st-content-wrapper.st-single-tour .st-faq .item .header {
		padding-bottom: 3px;
	}
	
	#st-content-wrapper.st-single-tour .st-faq .item .header .field-icon {
		width: 18px;
	}
	
	#st-content-wrapper.st-single-tour .st-faq .item .header .arrow {
		width: 13px;
	}
}

@media (max-width: 600px) {
	#st-content-wrapper .st-hotel-room-content .room-featured-items .item img {
		margin-right: 5px;
	}
	
	#st-content-wrapper .st-gallery .shares {
		top: 15px;
		right: 15px;
	}
	
	#st-content-wrapper .st-gallery .shares .share-item {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	
	#st-content-wrapper .st-gallery .shares .share-item .fa {
		margin-left: 8px;
		margin-top: 6px;
	}
	
	#st-content-wrapper .st-gallery .shares .share-item.like-it .fa {
		margin-top: 9px;
		margin-left: 8px;
	}
}

@media (max-width: 575px) {
	#st-content-wrapper.st-single-tour .review-box .review-sumary .item {
		display: block;
	}
	
	#st-content-wrapper.st-single-tour .review-box .review-sumary .item .label {
		text-align: left;
		margin-bottom: 5px;
	}
	
	#st-content-wrapper.st-single-tour .review-box .review-sumary .item .progress {
		width: 100%;
	}
	
	#st-content-wrapper.st-single-tour .review-box .review-sumary .item .number {
		margin-left: 0px;
		margin-top: 5px;
	}
}

@media (max-width: 400px) {
	#header .header .header-right .st-list img {
		max-width: 20px;
	}
}