.page {
	/*background-color: #f4f6f8;*/
}

.padding-20per {
	padding: 20%;
}

.container-fluid-fp {
	background: url('https://images.rvs.com/images/content/FPsearch1.jpg') no-repeat;
	background-position: 50% 70%;
	background-size: cover;
	padding-top: 350px;
	margin-bottom: 30px;
}

@media screen and (min-width: 1500px) {
	.container-fluid-fp {
		background-position: 50% 65%;
		background-size: cover;
		padding-top: 350px;
	}
}

@media screen and (min-width: 2500px) {
	.container-fluid-fp {
		background-position: 50% 55%;
		background-size: cover;
		padding-top: 450px;
		max-width: 2500px;
		margin: auto;
		margin-bottom: 40px;
	}
}

.container-fluid-fpselect {
	background-color: #f2f5f7;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	padding: 0px 0px 50px!important;
	margin-bottom: 210px;
}

.max1550 {
	max-width: 1550px;
}

.fp-title {
	font-family: 'Lato', sans-serif;
	font-size: 34px;
	font-weight: 200;
	line-height: normal;
	text-align: center;
	color: #00669e;
	margin: 10px auto;
}

.fp-sub {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 200;
	line-height: normal;
	text-align: center;
	color: #555252;
	margin-bottom: 50px;
}

.fp-sub2 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	color: #637381;
	margin-bottom: 40px;
}

.fp-select {
	/*background-color: #f2f5f7;
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	padding: 18px 40px 23px!important; */
}

.fp-select .col-fp {
	float: left;
	padding-right: 30px;
}

.fp-select .panel-body {
	padding: 0px;
}

.fp-select .btn-default {
	min-height: 37px;
	width: 100%;
	color: #555252;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

.fp-select label {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	color: #555252;
	margin-bottom: 9px;
}

.fp-select hr {
	display: inline-block;
	position: relative;
	top: 7px;
	border-top: 1px solid #00669e;
	width: 78%;
	margin: auto;
	vertical-align: middle;
	opacity: 1;
}

.fp-select i {
	margin-top: 2px;
	margin-left: 10px;
	float: right;
}

.fp-select .dropdown-menu {
	min-width: 280px;
	border: none;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
	margin-top: 10px!important;
	max-height: 285px;
	overflow: auto;
}

.fp-select .btn-place {
	text-align: right;
}

.fp-select .btn-gold {
	width: 90%;
	margin-left: auto;
	padding: 21px 10px;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	border-radius: 10px;
}

.fp-accord .panel {
	border: transparent;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.fp-accord .panel-default>.panel-heading {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: bottom;
	background-color: #fff;
	border-color: transparent;
	border-radius: 0px;
	padding: 20px 35px;
}

.fp-accord .panel-default>.panel-heading-mobile-default {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: bottom;
	background-color: #f2f5f7;
	border-color: transparent;
	border-radius: 0px;
	padding: 20px 35px;
}

#accordion .highlight {
	background: #f2f5f7;
	transition:background .5s ease;
}

.fp-accord .panel-title h2 {
	font-size: 15px;
	color: #00669e;
	font-weight: bold;
}

.fp-accord .panel-title h2:hover {
	text-decoration: none;
}

.fp-accord h3 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 20px;
}

.fp-accord h3:hover {
	text-decoration: none;
}

.fp-accord i {
	float: right;
	color: #00669e;
	border: none;
	font-size: 15px
}

.fp-accord hr {
	margin: 0px;
	border-top: 1px solid #cfd9df;
}

.fp-accord .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none!important;
	background-color: #f2f5f7;
	padding: 0px 35px 20px;
}

/* checkboxes and radios */
.fp-accord .checkbox {
	position: relative;
	top: 0px;
	height: 21px !important;
	width: 21px;
	clear: left;
	float: left;
	background: url("https://images.rvs.com/images/content/check.png") no-repeat;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	background-position: 0px 0px;
}

.fp-accord .checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.fp-accord .checkbox.checked {
	background-position: 0px -42px;
}

.fp-accord .checkbox input {
	position: absolute;
	left: -2400px;
	top: 0px;
}

.fp-accord .checkbox:focus {
	box-shadow: 0 0 10px 1px #0d8eca;
}

.fp-accord label {
	font-size: 15px;
	color: #5c5c5c;
	font-weight: 400;
	vertical-align: middle;
	margin-bottom: 23px;
	line-height: 26px;
}

.fp-accord label.radio {
	display: block;
}

.fp-accord .img-box {
	display: inline-block;
	width: 90px;
	vertical-align: middle;
}

.fp-accord .check-img {
	display: block;
	height: 25px;
	margin: -2px auto 0px;
	text-align: center;
	vertical-align: middle;
}

.fp-accord .filterChecked {
	position: absolute;
	font-style: normal;
	top: 14px;
	right: 65px;
	width: 30px;
	height: 30px;
	background: url("https://images.rvs.com/images/content/applied-checked.svg") no-repeat center;
	background-size: cover;
	display: none;
}

.fp-section {
	margin-top: -200px;
}

.fp-box {
	background-color: #fff;
	padding: 0px;
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 34px;
	position: relative;
}

.fp-box .fp-choose {
	width: 100%;
	background: #dfe3e8;
	color: #000;
	border-radius: 0px;
	padding: 15px 15px;
	border: 0px;
}

.fp-box .fp-selected {
	width: 100%;
	background: #c3dcf9;
	color: #000;
	border-radius: 0px;
	padding: 15px 15px;
	border: 0px;
}

.fp-box label {
	padding: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

.fp-box .sleep {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #6b6b6b;
}

.fp-box .sleep img {
	margin-right: 5px;
	vertical-align: middle;
}

.fp-box .fp-img {
	object-fit: contain;
	text-align: center;
	height: 160px;
}

.fp-box .fp-img img {
	max-width: 100%;
	height: 160px;
	padding: 10px 30px;
}

.container-fluid-whsh {
	background-color: #f2f5f7;
	box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.2);
	padding: 30px 0px;
}

.container-fluid-whsh p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #757575;
	margin-bottom: 10px;
}

.container-fluid-whsh .btn-gold {
	padding: 16px;
}

#imgModal .modal-header {
	background-color: #fff;
	border-bottom: 0px;
}

.img-zoom {      
	-webkit-transition: all 0.35s ease-in-out;    
	-moz-transition: all 0.35s ease-in-out;    
	transition: all 0.35s ease-in-out;     
	cursor: -webkit-zoom-in;      
	cursor: -moz-zoom-in;      
	cursor: zoom-in;  
}     

.img-zoom:hover, .img-zoom:active, .img-zoom:focus {
	-ms-transform: scale(2.5);    
	-moz-transform: scale(2.5);  
	-webkit-transform: scale(2.5);  
	-o-transform: scale(2.5);  
	transform: scale(2.5);    
	position:relative;      
	z-index:100;  
}

.img-responsive {
	margin: auto;
	max-width: 700px;
}

#fpSearch > .container {
	justify-content: space-around;
}


@media only screen and (min-width: 992px) {
	.floorplanResultList .col-md-6 {
		width: 31%;
	}
	.fplan-1 .col-lg-4{
		width: 100%!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.floorplanResultList .col-md-6 {
		width: 48%;
	}
	.fplan-1 .col-lg-4{
		width: 75%!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.fp-select .btn-place {
		text-align: center;
	}

	.fp-select .btn-gold {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.page {
		background-color: #fff;
	}



	.container-fluid-fpselect {
		padding: 0px 0px 20px!important;
	}
	
	.container-fluid-fp {
		background-size: auto;
		background-position: 50% 70%;
		padding-top: 180px;
		margin-bottom: 20px;
	}

	.floorplanResultList {
		margin-bottom: 120px;
	}

	.m-border {
		border-bottom: 2px solid #c4cdd5;
	}

	.fp-title {
		font-size: 28px;
		line-height: 30px;
	}

	.fp-sub {
		font-size: 18px;
		line-height: 20px;
		color: #919191;
		margin-bottom: 30px;
	}

	.fp-accord {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

	.btn-gold {
		padding: 12px!important;
	}

	.img-responsive {
		width: 100%;
	}


.default_mobile {
    background: #f2f5f7;
   	}

	#fpSearch.affix {
		position: fixed;
	    bottom: 0;
	    width: 100%;
	    z-index: 9999 !important;
	  }

	#fpSearch.affix-top,.affix{
		position: static;
	}

	#fpSearch.affix-top {
	    position: static;
	  	margin-top:30px;
	  }
	  
	#fpSearch.affix-bottom {
	    position:absolute;
	  }
}

.page {
		background-color: #fff;
	}

	.container-fluid-fpselect {
		padding: 0px 0px 20px!important;
	}
	
	.container-fluid-fp {
		background-size: auto;
		background-position: 50% 70%;
		padding-top: 180px;
		margin-bottom: 20px;
	}

	.floorplanResultList {
		margin-bottom: 120px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.fp-title {
		font-size: 28px;
		line-height: 30px;
	}

	.fp-sub {
		font-size: 18px;
		line-height: 20px;
		color: #919191;
		margin-bottom: 30px;
	}


	.btn-gold {
		padding: 12px!important;
	}

	.img-responsive {
		width: 100%;
	}


.default_mobile {
    background: #f2f5f7;
   	}

	#fpSearch.affix {
		position: fixed;
	    bottom: 0;
	    width: 100%;
	    z-index: 9999 !important;
	  }

	#fpSearch.affix-top,.affix{
		position: static;
	}

	#fpSearch.affix-top {
	    position: static;
	  	margin-top:30px;
	  }
	  
	#fpSearch.affix-bottom {
	    position:absolute;
	  }