.modal-bg {
	display: none;
	position: fixed;
	z-index: 201;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #231f20;
	background-color: rgba(35,31,32,0.95);
}
.gallery-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	text-align: center;
}
.gallery-overlay .container {
	position: relative;
}
.gallery-overlay .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -92px;
	margin-left: -26px;
	border-radius: 26px;
	width: 52px;
	height: 52px;
	background-color: white;
	background-image: url('../../images/loader.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: -9999px;
	box-shadow: 0 0 4px #333;
	z-index: 1;
	display: none;
}
.gallery-overlay .loader.loading {
	display: block;
}
.gallery-overlay button {
	width: 35px;
	height: 50px;
	background-image: url('../../images/sprite-gallery-overlay.png');
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.gallery-overlay button.prev {
	left: 40px;
}
.gallery-overlay button.next {
	right: 40px;
	background-position: -35px 0;
}
.gallery-overlay button.prev:hover {
	background-position: 0 -100px;
}
.gallery-overlay button.next:hover {
	background-position: -35px -100px;
}
.gallery-overlay button.prev {
	background-position: 0 -50px;
}
.gallery-overlay button.next {
	background-position: -35px -50px;
}
.gallery-overlay button.close {
	width: 34px;
	height: 34px;
	top: 40px;
	right: 40px;
	margin-top: 0;
	background-position: -70px 0;
}
.gallery-overlay button.close:hover {
	background-position: -70px -34px;
}
.gallery-overlay .caption {
	font-size: 16px;
	color: white;
	text-align: left;
	margin: 20px 0 30px 0;
}
.gallery-overlay .thumbnail-container {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.gallery-overlay .thumbnails {
	height: 39px;
	display: inline-block;
	margin-bottom: 20px;
}
.gallery-overlay .thumbnails a {
	background-size: cover;
	background-position: center center;
	width: 60px;
	height: 35px;
	opacity: 0.5;
	position: relative;
	float: left;
}
.gallery-overlay .thumbnails a.selected {
	/*border: 2px solid white; */
    /* top: -0.5px; */
    /* left: -6px; */
    /* opacity: 1; */
    height: 38px;
    z-index: 3;
}

.readSliderThumb img{
	width: 60px;
	height: 35px;
}

/* learn  more button custom css */
.property_background {
    background: red;
    position: absolute;
    bottom:6%;
    left: 5%;
}

/* eidt peragraph  */
.for-text-are{
	margin-top: -1%;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
	font-family: 'proxima-nova';;
    width: 65%;
}


.node-property .textHeading {
    width: 30% !important;
    text-align: center !important;
    padding: 0 1rem !important;
    display: flex !important;
    align-items: center !important;
}

/* end here*/

/* STORY: PHOTO GALLERY */
.node-story .photo-gallery {
	width: 1020px;
}
.photo-gallery .placeholder-photo {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 450px;
	position: relative;
	cursor: pointer;
}
.photo-gallery .thumbnails {
	display: none;
}
/* end STORY: PHOTO GALLERY */

#modal_container{
	width:80% !important;
	margin: 0 auto;
}

#modal_container img{
	height: auto !important
}
.mainSpace-list{
	padding: 20px 0px !important;
	
}