.ws-header .logo-container .logo {
	width: 142px;
	height: 44px;
	margin-top: 11px;
	margin-left: 6px;
	cursor: pointer;
	background-image:none;
}

.ws-header .logo-container {
	width: 215px;
}

.room-container .room-list li button {
	width: auto;
	min-width: 35px;
}

.controls3d .controls-views .amenities-hide {
	display:none !important;
}

.ws-header .logo-container {
	width: 132px;
}

.ws-header .logo-container .logo {
	width: 96px;
	height: 54px;
	margin-top: 5px;
	margin-left: 9px;
	cursor: pointer;
}

.poweredby .brand {
	background-image:url(/images/smartpixel.svg);
	width:130px;
	margin-left:7px;
}

.flat-compare .fc-header-right .flat-share:hover .flat-share-icon svg path {
	fill:var(--main-color);
}

.icon-inc.icon-heart-hover svg path {
	stroke: var(--main-color);
}

.icon-inc.icon-heart-active svg path {
	fill: var(--main-color);
	stroke: var(--main-color);
}

.flat-color-button {
	background: var(--main-color);
	border-color:var(--main-color);
}

@media screen and (max-width: 1099px) {
	
}

@media screen and (max-width: 767px) {
	.ws-header .logo-container {
		width:115px;
	}
	
	.ws-header .logo-container .logo {
		width: 87px;
		height: 47px;
		margin-top: 4px;
		margin-left: 4px;
	}
}

@media screen and (max-width: 519px) {
	
}