.btn{
	min-height:50px;
	min-width:250px;
	padding-left:50px;
	padding-right:50px;
	line-height:36px;
	border-radius:0;
	font-size:12px;
	position: relative;
	overflow: hidden;
	text-transform:uppercase;
}
.btn:before {
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: all .7s;
    /* opacity: 1; */
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.btn:after,.btn:before {
    content: '';
    height: 100%;
    top: 0;
    left: 0
}
.btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}
.btn:hover{
	transition: all .9s ease-in
}
.btn:after{
	display: block;
    position: absolute;
    opacity: 0;
    background: rgba(255,255,255,.2);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-animation: shine .5s 0s linear;
    -moz-animation: shine .5s 0s linear;
    animation: shine .5s 0s linear;
    animation-delay: .5s
}
a.btn{
   font-size:12px;	
	text-transform:uppercase;
}
a.btn.btn-lg{
	font-size:14px;	
}
.btn-lg{
	padding-top:0.375rem;
	padding-bottom:0.375rem;
	padding-left:50px;
	padding-right:50px;
	font-size:16px;
}
.btn-xl{
	border-width:2px;
	min-height:60px;
	font-size:20px;
}
a.btn-xl{
	font-size:20px;
}

/* Primary */
.btn-primary{	
	background-color:#7E5475;
	border-color:#7E5475;
	color:#fff;	
}

a.btn-primary{
	color:#fff;
}

.btn-primary:not(:disabled):not(.disabled):active{
	background-color:#7E5475;
	border-color:#fff;
}

.btn-primary:hover {
    background-color:#7E5475;
    border: 1px solid #7E5475; 
}

.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus
{
	box-shadow:0 0 0 0.1rem rgb(255 255 255 / 50%);
}

.btn-primary:before {
    border-bottom-color: #7E5475;
    background-color: rgba(255,255,255,.25)
}
/* Primary end */

/* Primary Outline */
.btn-primary.btn-outline{
	background-color:transparent;
	border-color:#7E5475;
	color:#7E5475;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
a.btn-primary.btn-outline{
	color:#7E5475;
}
.btn-primary.btn-outline:hover {
    background-color:#7E5475;
    border: 1px solid #7E5475;
	color:#fff;
}
/* Primary Outline end */

/* Secondary */
.btn-secondary{	
	background-color:#5F9BB5;
	border-color:#5F9BB5;
	color:#fff;	
}

a.btn-secondary{
	color:#fff;
}

.btn-secondary:not(:disabled):not(.disabled):active{
	background-color:#5F9BB5;
	border-color:#fff;
}

.btn-secondary:hover {
    background-color:#5F9BB5;
    border: 1px solid #5F9BB5; 
}

.btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus
{
	box-shadow:0 0 0 0.1rem rgb(255 255 255 / 50%);
}

.btn-secondary:before {
    border-bottom-color: #5F9BB5;
    background-color: rgba(255,255,255,.25)
}
/* Secondary end */
/* Secondary Outline */
.btn-secondary.btn-outline{
	background-color:transparent;
	border-color:#5F9BB5;
	color:#5F9BB5;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
a.btn-secondary.btn-outline{
	color:#5F9BB5;
}
.btn-secondary.btn-outline:hover {
    background-color:#5F9BB5;
    border: 1px solid #5F9BB5;
	color:#fff;
}
/* Secondary Outline end */

/* White */
.btn-white{	
	background-color:#fff;
	border-color:#fff;
	color:#20272F;	
}

a.btn-white{
	color:#20272F;
}

.btn-white:not(:disabled):not(.disabled):active{
	background-color:#fff;
	border-color:#20272F;
	color:#20272F;
}

.btn-white:hover {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #fff;
    color: #fff;
}

.btn-white:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus
{
	box-shadow:0 0 0 0.1rem rgb(255 255 255 / 50%);
}

.btn-white:before {
    border-bottom-color: #fff;
    background-color: rgba(255,255,255,.25)
}
/* White end */

/* White Outline */
.btn-white.btn-outline{
	background-color:transparent;
	border-color:#fff;
	color:#fff;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
a.btn-white.btn-outline{
	color:#fff;
}
.btn-white.btn-outline:hover {
    background-color:transparent;
    border: 1px solid #fff;
	color:#fff;
}
/* White Outline end */

/* Black */
.btn-black{	
	background-color:#20272F;
	border-color:#20272F;
	color:#fff;	
}

a.btn-black{
	color:#fff;
}

.btn-black:not(:disabled):not(.disabled):active{
	background-color:#20272F;
	border-color:#fff;
	color:#fff;
}

.btn-black:hover {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #20272F;
    color: #20272F;
}

.btn-black:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus
{
	box-shadow:0 0 0 0.1rem rgb(255 255 255 / 50%);
}

.btn-black:before {
    border-bottom-color: #20272F;
    background-color: rgba(255,255,255,.25)
}

/* Black end */
/* Black Outline */
.btn-black.btn-outline{
	background-color:transparent;
	border-color:#20272F;
	color:#20272F;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
a.btn-black.btn-outline{
	color:#20272F;
}
.btn-black.btn-outline:hover {
    background-color:rgba(0,0,0,0.1);
    border: 1px solid #20272F;
	color:#20272F;
}
/* Black Outline end */


.img-box .img-box__content .category{
	left:initial;
	right:0px;
	z-index: 1;
}
.img-box .hotel-details{
	flex-direction:row;
}

#OurVenturesContainer h5.img-box-title {
    height: 60px;
}
#OurVenturesContainer p.description {
    height: 120px;
}
#OurVenturesContainer .learn-more {
    width: 100%;
    display: block;
}

#OurVenturesContainer a.btn.btn-teal {
     background-color: #539bb6;
    color: #fff;
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    opacity:0.5;
    line-height: 25px;
    font-size: 12px;
    font-family: 'Gotham';
	max-width:none;
}

#OurVenturesContainer a.btn.btn-teal:hover{
	opacity:1;
	transition: all .3s ease-in;
}
#OurVenturesContainer .img-box .img-box__dp .viewMore{
	background-color: #539bb6;
}
section.projects.projects__featured {
    padding: 0px;
	margin-bottom: 20px;
}
.banner-block {
    height: 300px;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-block .row {
    height: 100%;
}

.banner-block h1 {
    /* position: absolute; */
    text-align: center;
    vertical-align: middle;
    height: 100%;
    line-height: 6;
	 color: #fff;
    text-transform: uppercase;
    font-family: Gotham;
    font-size: 48px;
    font-weight: 300
}

.main .projects .property-box {
    height: 450px;
}

.main .projects .property-box span{
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	/* identical to box height, or 104% */
	text-transform: uppercase;
	color: #FFFFFF	
}

.main .projects .property-box .propertyName span{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight:300;
}

.main .projects .property-box .locationName span{
	text-transform:capitalize;
	text-shadow: #000 1px 1px 5px;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #E5E5E5;
}

.main .projects .property-box .propertyLink span{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #539bb6;
	text-shadow: #000 1px 1px 5px;
}
.main .projects .property-box.prop {
    border-radius: 10px;
    background: -webkit-linear-gradient(90deg,#050505 0,#000 8%,rgba(255,255,255,0) 51%);
}
.review .text_para {
    /* float: left; */
    height: 100px;
    display: contents;
}
.review p{
	 display: contents;
}
.review {
    padding-bottom: 25px;
    height: 300px;
    /* border: 1px solid #eee; */
    padding: 10px;
}

.review q {
    height: 150px;
    display: block;
    /* min-height: 100px; */
    margin: 10px;
}
.review-inner {
    position: relative;
    height: 280px;
    text-align: left;
}

.autor-info {
    position: absolute;
    background: rgba(95, 155, 181, 0.1);
    height: 190px;
    top: 25%;
    left: 0%;
    padding-top: 135px;
    text-align: center;
}

h5.author-title {
    padding: 0;
}
.review-inner .autor-info span.right-quote {
    position: absolute;
    font-size: 60px;
    color: #fff;
    right: -10px;
    top: 70px;
}

.review-inner .autor-info span.left-quote {
    position: absolute;
    font-size: 60px;
    color: #fff;
    left: -10px;
    top: -8px;
}

.quote-inner.col-md-10 {
    z-index: 2;
}

.main .no-fade-over .inner-hero-image:after{
	background-color:initial;
}

.bg-grey{
	background-color:#EFF5F8!important;	
}
.review-container .inner-hero-image.text-center.d-flex {
    margin-bottom: 0px;
}
.main .inner-hero-image {
    height: 480px;
    background-color: initial;
}

.main .inner-hero-image:not(.property-detail-banner):after {
    background: linear-gradient(0deg, rgba(126, 84, 117, 0.5), rgba(126, 84, 117, 0.5)), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 78.1%), url(image.png/index.html);
background-blend-mode: overlay, multiply, normal;

box-sizing: border-box;

}

.b-logo.left-top {
    top: 180px;
    left: 290px;
}

.div-intro .bg-gradient{
	background: linear-gradient(111.13deg, #7E5475 -394.11%, rgba(126, 84, 117, 0) 68.91%);	
}
.shadow--left-right:before {
    background: none!important;
}

.content-banner {
    background-color: initial;
}

.content-banner:after {
    background-color: initial;
}

.shadow--left-right:before {
    background: none!important;
}

.content-banner {
    background-color: initial;
}

.content-banner:after {
    background-color: initial;
}

.content-banner h2.dark {
    color: #20272F;
}

.content-banner .div-intro p {
    color: #20272F;
}
.div-intro .block {
    padding: 50px;
}

/*button.btn,a.btn.btn-outline {
    border-color: #7E5475;
    color: #7E5475;
    margin-top: 50px;
    width: 240px;
    padding: 15px;
}*/
.offer-block.dark-bg {
    background-color: initial;
}

.packageContainer {
    background-color: #FAFAFA;
    padding: 10px;
}

.offer-block .package {
    padding: 8px 8px;
}
.specialOffer .offer-block{
	padding-top:30px;
	padding-bottom:0px;
}
.packageContainer h3 {color: #4E4C4C;padding-top: 20px;}

hr.small {
    width: 50px;
    text-align: center;
    margin: 0 auto;
}

.offer-block .packageContainer p {
    color: #4E4C4C;
    font-size: 14px;
    padding: 0px 30px 10px;
    line-height: 20px;
}

.specialOffer .offer-block hr.small {
    padding-bottom: 10px;
}
.offer-block h2 {
    color: #20272f;
}
.videoSectionShowTitle h2.d-block.d-md-none.text-center {
    display: block!important;
    font-weight: 100!important;
    font-family: 'Gotham';
}
.main .premiumProperties h2 {
    color: #20272F;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 36px;
    padding-top: 40px;
}
.main .premiumProperties {
    padding: 42px 0 50px;
    background: #F5F5F5;
}
.main section.premiumProperties {
    padding-top: 0px;
}
.main .premiumProperties .property-box{
	height:450px;
	margin:10px;
	border-radius: 10px;
}
.main .premiumProperties .property-box span{
	font-family: Gotham;
	font-style: normal;
	font-weight: normal;
	/* identical to box height, or 104% */
	text-transform: uppercase;
	color: #FFFFFF	
}

.main .premiumProperties .property-box .propertyName span{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight:300;
}

.main .premiumProperties .property-box .locationName span{
	text-transform:capitalize;
	font-style: normal;
	
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;

	color: #fff;
}

.main .premiumProperties .property-box .propertyLink span{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #539bb6;
}
.main .premiumProperties .property-box:before {
    z-index: 0;
    background: #050505;
    background: -moz-linear-gradient(360deg,#050505 0,#000 8%,rgba(255,255,255,0) 51%);
    background: -webkit-linear-gradient(360deg,#050505 0,#000 8%,rgba(255,255,255,0) 51%);
    background: linear-gradient(360deg,#050505 0,#000 8%,rgba(255,255,255,0) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050505", endColorstr="#ffffff", GradientType=1)
}
.scheduleLocalVisit:after{
	 background: linear-gradient(0deg, rgba(126, 84, 117, 0.5), rgba(126, 84, 117, 0.5)), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 78.1%), url(image.png/index.html);
	 background-blend-mode: overlay, multiply, normal;
}
.main .horizontal {
    width: 100%!important;
    max-width: 100%;
    flex: 100%;
}


.project__wrapper .horizontal li.dropdown {
    width: 25%;
    float: left;
	border-left:1px #fff solid;
}
.project__wrapper .horizontal li.dropdown:first-child{
	border-left:none;	
}
.project__wrapper .aside-nav nav ul li.active ul {
    position: absolute;
    z-index: 1000;
    background: #7b3c75;
    width: 100%;
}

.horizontal aside.sidebar {
    padding: 1px;
    padding-bottom: 10px;
}

.project__wrapper .horizontal {
    margin-bottom: 30px;
}

.project__wrapper .project__details .project__description p a{
	font-weight:bold;
}
.project__wrapper .project__details .project__description p a:hover{
	text-decoration:underline;
}
.project__wrapper .aside-nav nav ul li a{
	margin-right:30px;	
}

.scheduleLocalVisit h2 {
    color: #fff;
}
.scheduleLocalVisit a.btn.btn-lg {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}
.divPage section.wizard.wizard-section.pt-1 {
    padding-top: 0px!important;
}
section.content-banner.ownerRewards {
    min-height: 520px;
}
.ownerRewards .content-banner__img{
	background-attachment: initial;
	height:520px;
	background:fixed;
	background-repeat:no-repeat;
}

.divPage .content-banner p {
    color: #4E4C4C;
}
section.content-banner.scheduleLocalVisit p {
    color: #fff;
}
.divPage .wizard{
	padding-bottom:0px;	
}
.stepContainer {
    border: 1px solid #fff;
    padding: 20px;
}

.stepContainer p {
    color: #fff;
}

.content-banner .stepContainer p {
    color: #fff;
}
.stepContainer hr {
    border-top-color: #fff;
    width: 40px;
    margin-top: 0px;
}

.content-banner .stepContainer h4 {
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
section.purpleOverlay:after {
	 background: linear-gradient(0deg, rgba(126, 84, 117, 0.5), rgba(126, 84, 117, 0.5)), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 78.1%), url(image.png/index.html);
	 background-blend-mode: overlay, multiply, normal;
}

.divPage .cta.cta--primary{
	background-color:#7E5475;	
	border-color:#7e5475;
}

.whyInvestIcon {
    height: auto;
    background-color: #FAFAFA;
    padding: 30px!important;
    border: 1px solid #fff;
}

.whyInvestIcon .features__details {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.whyInvestIcon:hover {
    background-color: #20272F;

}

section.features{
	padding-bottom:50px;	
}
.main .features__list-wrap .whyInvestIcon:hover h4 {
    color: #fff;
}
.main .features__list-wrap .whyInvestIcon:hover figure i {
    color: #fff;
}


.main .features__list-wrap .whyInvestIcon:hover figure:after {
    color: #fff;
    background-color: #fff;
}

.stepContainer .stepInnerLeft {
    float: left;
    width: 40px;
    height: 100px;
    /* min-width: 30px; */
    /* height: auto; */
    /* display: table-cell; */
}

.stepContainer .stepInnerRight {
    /* float: left; */
    /* display: table-cell; */
    padding-top: 0px;
    margin-top: 0px;
	text-align:left;
}

.stepContainer .stepInner {
    display: table-row;
}

.stepInner h2 {
    color: #fff;
    line-height: 32px;
}

.stepContainer p {
    line-height: 16px;
}

.latest-news-section .newsItem {
    overflow: hidden;
}
.readmore {
   height: 0%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   opacity: 0;
   transition: all 1s ease;
   text-align: center;
   /* padding-top: 150px; */
   padding-left: 15px;
   padding-right: 15px;
}
.readmore .readmoreTop{
	height:200px;
	padding-top: 150px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
	/* padding-left: 15px; */
}
.readmore .readmoreBottom{
	 background: #EFF5F8;
}
.newsItem:hover .readmore {
	opacity: 1;
	height: 200px;
}
.newsItem:hover .img-box,.newsItem:hover .img-box__content
 {
    background: #EFF5F8;
}
.readmore a {
    color: #5F9BB5;
    text-transform: uppercase;
	font-weight:700;
}

.newsItem:hover h5 a {
    color: #5F9BB5;
}
@media only screen and (max-width: 480px) {
	.review {
		height: 320px;
	}
	.review p{
		font-size:12px;
	}
	.review-inner {
		height: 250px;
	}
	.autor-info {
		bottom: -15%;
		top:initial;
	}
	h1.sub-heading.wow.fadeInUp {
		line-height: 250px;
		font-size: 25px;
	}
	.project__wrapper .horizontal li.dropdown {
    	width: 100%;    	
	}
	.horizontal aside.sidebar{
		display:flex;
	}
	.project__wrapper .aside-nav nav ul li.active ul {
		position:relative;
	}
	.divPage .b-logo img{
		max-width:250px;	
	}
	
	.divPage .b-logo.left-top{
		top:150px;
		left:50px;
	}
	.stepContainer{
		margin-bottom:30px;	
	}
	.stepContainer hr {
		margin:auto;
		margin-bottom:15px;
	}
}
@media only screen and (max-width: 640px) {
	.project__wrapper .horizontal li.dropdown {
    	width: 100%;    	
	}
	.horizontal aside.sidebar{
		display:flex;
	}
	.project__wrapper .aside-nav nav ul li.active ul {
		position:relative;
	}
	.divPage .b-logo img{
		max-width:250px;	
	}
	
	.divPage .b-logo.left-top{
		top:150px;
		left:50px;
	}
	.stepContainer{
		margin-bottom:30px;	
	}
	.stepContainer hr {
		margin:auto;
		margin-bottom:15px;
	}
}
@media only screen and (min-width: 641px) {
	.review {
		height: 400px;
	}
	.review-inner {
		height: 320px;
	}
	.review p {
		font-size: 12px;
		line-height: 18px;
	}
	.autor-info {
		bottom: -20%;
		top:initial;
	}
	.divPage .b-logo img{
		max-width:250px;	
	}
	
	.divPage .b-logo.left-top{
		top:150px;
		left:50px;
	}
	.stepContainer{
		margin-bottom:30px;	
	}
	.stepContainer hr {
		margin:auto;
		margin-bottom:15px;
	}
}
@media only screen and (max-width: 767px) {
	.project__wrapper .horizontal li.dropdown {
    	width: 100%;    	
	}
	.horizontal aside.sidebar{
		display:flex;
	}
	.project__wrapper .aside-nav nav ul li.active ul {
		position:relative;
	}
	.divPage .b-logo img{
		max-width:250px;	
	}
	
	.divPage .b-logo.left-top{
		top:150px;
		left:50px;
	}
	
}
@media only screen and (min-width: 768px) {	
	.review {
		height: 400px;
	}
	.review-inner {
		height: 370px;
	}	
	.autor-info {
		bottom: 0%;
		top:initial;
	}
	.divPage .b-logo img{
		max-width:250px;	
	}
	
	.divPage .b-logo.left-top{
		top:150px;
		left:50px;
	}
	
	.divPage .specialOffer .container{
		width:100%;
	}
	.divPage .specialOffer .offer-block{
		padding-left:0px;
		padding-right:0px;
	}
}

@media only screen and (min-width: 990px) {
	.review {
		height: 320px;
	}	
	.review-inner {
		height: 320px;
	}
	.autor-info {
		bottom: 10%;
		top:initial;
	}
	.divPage .b-logo img{
		max-width:250px;	
	}
	
	.divPage .b-logo.left-top{
		top:150px;
		left:300px;
	}
	
	.stepContainer{
		height:130px;
	}
}


@media only screen and (min-width: 1200px) {
	.review {		
		height: 260px;
	}	
	.review-inner {
		height: 220px;
	}	
	.autor-info {
		bottom: -10%;
		top:initial;
	}
}

.ts{
	text-shadow:#000 1px 1px 5px;	
}

.property-list-block:not(.js-tab) {
    text-align: center;
}
.property-box:before {
    z-index: 0;
    background: #050505;
    background: -moz-linear-gradient(90deg,#050505 0,#000 8%,rgba(255,255,255,0) 51%);
    background: -webkit-linear-gradient(90deg,#050505 0,#000 8%,rgba(255,255,255,0) 51%);
    /* background:linear-gradient(90deg,#050505 0,#000 8%,rgba(255,255,255,0) 51%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050505", endColorstr="#ffffff", GradientType=1);
    border-radius: 10px;
}