header {
	background: #526ABF;
}

.logo {
	background-image:url('/images/upton/upton_logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 240px;
}

.logo img {
	display:none;
}


.flat-item .price-info .flat-more a,
.flat-modal .flat-more a {
	background: #526ABF;
}

.noUi-horizontal .noUi-handle,
.noUi-connect {
	background: #526ABF;
}

.spinner > div {
	background-color: #526ABF !important;
}

.flat-modal .tab-select button.active, .flat-modal .tab-select button:hover {
	background: #526ABF;
}

header .navbar-expand-lg .navbar-nav .active .nav-link,
header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{
    color: #526ABF !important;
}
.static-point-item.building_name > span {
	background:#b1bce2;
	color:#FFF;
}

.flat-details > div {
	padding-right: 21px;
}

.room-container {
	text-align: right;
	padding-right: 34px;
	padding-top:18px;
}

.price-slider-container, .size-slider-container, .floor-slider-container, .inheight-slider-container {
	width:23%;
}

@media only screen and (max-width: 1126px) {
	.room-container {
		width:31%;
	}
}

@media only screen and (max-width: 999px) {
	.logo {
		height: 36px;
	}
	
	.price-slider-container {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.price-slider-container, .size-slider-container, .floor-slider-container, .inheight-slider-container, .room-container {
		width:100%
	}
}