.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
	display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-30 {
	padding-top: 30px;
}

.mr-20 {
	margin: 20px;
}

.w-100 {
	width: 100% !important;
}

.interior-th th {
	text-align: center;
	line-height: 3;
}

#vlightbox1 {
	width: 100% !important;
	text-align: center;
}

/* interior-tabs */

.card {
	margin-top: 20px;
	padding: 30px;
	background-color: rgba(214, 224, 226, 0.2);
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.card.hovercard {
	position: relative;
	padding-top: 0;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
}

.card.hovercard .card-background {
	height: 130px;
}

.card-background img {
	-webkit-filter: blur(25px);
	-moz-filter: blur(25px);
	-o-filter: blur(25px);
	-ms-filter: blur(25px);
	filter: blur(25px);
	margin-left: -100px;
	margin-top: -200px;
	min-width: 130%;
}

.card.hovercard .useravatar {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
}

.card.hovercard .useravatar img {
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .card-info {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
}

.card.hovercard .card-info .card-title {
	padding: 0 5px;
	font-size: 20px;
	line-height: 1;
	color: #262626;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.card.hovercard .card-info {
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	text-overflow: ellipsis;
}

.card.hovercard .bottom {
	padding: 0 20px;
	margin-bottom: 17px;
}

.btn-pref .btn {
	-webkit-border-radius: 0 !important;
	line-height: 3;
}

/* //interior-tabs */

.inter-btn {
	font-size: 16px;
}

/* slider */

.tz-gallery {
	padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(46, 132, 206, 0.7);
	content: '';
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media(max-width: 768px) {
	body {
		padding: 0;
	}
}

/* //slider */

/* lightbox modal gallery */

#profile-grid {
	overflow: auto;
	white-space: normal;
}

#profile-grid .profile {
	padding-bottom: 40px;
}

#profile-grid .panel {
	padding: 0
}

#profile-grid .panel-body {
	padding: 15px
}

#profile-grid .profile-name {
	font-weight: bold;
}

#profile-grid .thumbnail {
	margin-bottom: 6px;
}

#profile-grid .panel-thumbnail {
	overflow: hidden;
}

#profile-grid .img-rounded {
	border-radius: 4px 4px 0 0;
}

.modal-lg {
	width: 500px;
}

/* //lightbox modal gallery */


table tr th{
	text-align: center;
	vertical-align: middle !important;
}

table tr{
	text-align: center;
}

table tr td{
	padding: 15px !important;
}

.flat-avail-heading{
	background: #0f2453;
	color: #fff;
}

.flat-avail{
	background: #d49809 !important;
	color: #fff !important;
	font-weight: 600;
}

.fw-800{
	font-weight: 800;
}

.pd-20{
	padding: 20px !important;
}

.bg-DDBA94{
	background: #DDBA94;
}

.color-0f2453{
	color: #0f2453 !important;
}