/* The Oasis Development Site CSS */
body {
	background-color:rgba(3,17,18,.6);
	color:#000;
	
}

.header {
	background-color:rgba(3,17,18,.6);
	z-index:99999;
}

header.fixed-top.sticky .header{
	background-color: rgba(0, 76, 83, .75);
	
}

header .navbar-brand {
	padding: 0;
}

.nav-item:last-child { background-color: #f4e4db;}
.nav-item:last-child a {color: #333 !important;}

main {
	background-image:url(/images/bg-leaf-large.svg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-size: contain;
	background-position: right center;
}
main.internal {
	margin-top:158px;
}



a {
	color:#004D53;
}
a:hover {
	color: #00727A;
	text-decoration: underline;
}

.navbar-toggler {
	background-color:#E9CBBB;
}

.imp-ui-layers-menu-wrap {
	margin-top: -80px;
	width: 140px;
	left: 50%;
	right: 50%;
	margin-left: -70px;
}

.imp-ui-element {
	background-color:#F4E4DB;
	border:#F4E4DB;
}

.bg-peach {
	background-color:rgba(233,203,187,.13);
}

h1.display {
	font-size:10rem;
	color:#fff;
	font-weight:100;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}


h3.accordion-heading {
	background-color:rgba(233,203,187,.25);
	color:#004D53;
}

h3.accordion-heading a {
	color:#004D53;
}

.accordion-heading [data-toggle="collapse"] .fas:before {
	font-family:"Font Awesome 5 Pro";
	content:"\f068";
	font-weight:100;
	
}

.accordion-heading [data-toggle="collapse"].collapsed .fas:before {
	font-family:"Font Awesome 5 Pro";
	content:"\f067";
	font-weight:100;
}


h1 {
	color:#004D53;
}

h2 {
	font-size:3.125rem;
	color:#004D53;
	font-weight:300;
}

h3 {
	font-size:1.5rem;
	color:#004D53;
}

h4,h5 {
	font-size:1.3125rem;
	color:#004D53;
}

h5 {
	font-weight:400;
}

p {
	font-size:1.3125rem;
}

.btn.btn-primary {
	background-color:rgba(0,76,83,1);
	border:#004D53;
	border-radius:0;
}

.btn.btn-primary:hover {
	background-color:rgba(0,76,83,.55);
}

.btn.btn-secondary {
	background-color:rgba(0,76,83,.55);
	border:#004D53;
	border-radius:2px;
	padding: 5px 15px;
}

.btn.btn-secondary:hover {
	background-color:rgba(0,76,83,1);
}

#wrapper {
	max-width:1920px;
	background-color:#fff;
}



.leaf-overlay {
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	background-image:url(/images/bg-leaf-white.svg);
	background-position:right bottom;
	background-repeat:no-repeat;
	opacity:.7;
}



.bg-drapes {
	background-image:url(/images/bg-drapes.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.sep {
	position:relative;
}

.leaf {
	height:100px;
	width:100px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:50%;
	margin-top:-50px;
	z-index:1;
	transform: rotate(90deg);
}


.nav-item {
	margin:0 .5rem;
}

.nav-item a {
	color:#fff;
	font-size:1.25rem;
}
.nav-item:hover {background-color: rgba(255,255,255,.5);}

.nav-item.active {
	border-bottom:solid 2px #F4E4DB;
}

footer,.top-nav {
	background-color:#004D53;
	
}

footer a,.top-nav a {
	color:#fff;
}

footer a:hover {
	color:#fff;
	text-decoration:underline;
}
footer .disclaimer h4 {color: #fff;}
.block-image {
	min-height:50vh;
}

/* Section Backgrounds */
#map {
	width:100%;
	height:450px;
}

.bg-marble {
	background-image:url(/images/bg-marble.jpg);
	background-size:cover;
}

section.enquire {
	background-image:url(/images/bg-apartment-enquire.png);
	background-size:cover;
}

.decal {
	background-color:rgba(0,77,83,.53);
	border-radius:3px;
	padding:10px 25px 5px;
	margin-top:25px;
	color:#fff;
	font-size:1.625rem;
}

.decal-btn {
	background-color:rgba(0,77,83,.53);
	border-radius:3px;
	padding:5px 25px;
	margin-top:25px;
	color:#fff;
	font-size:1.625rem;
}

@media (min-width: 1200px) {
	.container {
		max-width:1625px;
	}
}

.background-image-holder {
	will-change:transform,top;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	background-size:cover!important;
	background-position:50% 50%!important;
	z-index:0;
	transition:.3s linear;
	-webkit-transition:.3s linear;
	-moz-transition:.3s linear;
	opacity:0;
	background:#232323;
}

.background-image-holder:not([class*='col-']) {
	width:100%;
}

.background-image-holder.background--bottom {
	background-position:50% 100%!important;
}

.background-image-holder.background--top {
	background-position:50% 0!important;
}

.image--light .background-image-holder {
	background:none;
}

.background-image-holder img {
	display:none;
}

[data-overlay] {
	position:relative;
}

[data-overlay]:before {
	position:absolute;
	content:'';
	background:#232323;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}

[data-overlay] :not(.container):not(.background-image-holder) {
	z-index:2;
}

/**! 27. Image Blocks **/
.imageblock {
	position:relative;
	padding:0;
}

.imageblock > .container,.imageblock > div[class*='col-']:not(.imageblock__content) {
	padding-top:6.5em;
	padding-bottom:8.125em;
	float:none;
	overflow:hidden;
}

.imageblock.imageblock--lg > .container,.imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
	padding-top:10.15625em;
	padding-bottom:10.15625em;
	float:none;
	overflow:hidden;
}

.imageblock .imageblock__content {
	position:absolute;
	height:100%;
	top:0;
	z-index:2;
	padding:0;
}

.imageblock .imageblock__content .slider {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}

.imageblock .imageblock__content .slider .slides > li {
	padding:0;
	min-height:100%;
	position:absolute!important;
}

.imageblock.allow-overflow .imageblock__content {
	overflow:visible;
}

@media all and (max-width: 767px) {
	.imageblock[class*='space-'] {
		padding-bottom:0;
		padding-top:0;
	}
	
	.imageblock .imageblock__content {
		position:relative;
		min-height:16.25em;
	}
	
	.imageblock > .container,.imageblock > div[class*='col-']:not(.imageblock__content) {
		padding-top:4.875em;
		padding-bottom:4.875em;
		float:none;
		overflow:hidden;
	}
	
	.imageblock.imageblock--lg > .container,.imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
		padding-top:4.875em;
		padding-bottom:4.875em;
		float:none;
		overflow:hidden;
	}



	main {
		padding-top: 158px;
	}
}

.pos-right {
	right:0;
}

.pos-left {
	left:0;
}

.welcome {
	padding-top:4.875rem;
}

.welcome h3 {
	margin-bottom:2.2608695652174rem;
}

@media all and (max-width: 767px) {
	.welcome {
		padding-top:0;
	}
}

.word-wrapper {
	position:relative;
}

.word {
	font-size:13rem;
	font-weight:100;
	float:left;
	opacity:0;
	color:#fff;
	position:absolute;
	margin-top:6rem;
	text-shadow:10px 10px 30px #000;
}

h1.display {
	font-size:2rem;
	color:#fff;
	text-shadow:10px 10px 30px #000;
	font-weight:500;
	margin-top:23rem;
}

.w1 {
	animation:w1anim 30s infinite;
}

.w2 {
	animation:w2anim 30s infinite;
}

.w3 {
	animation:w3anim 30s infinite;
}
.w4 {
	animation:w4anim 30s infinite;
}

@keyframes w1anim {
	0% {
		opacity:0;
	}
	
	20% {
		opacity:1;
	}
	
	40% {
		opacity:0;
	}
}

@keyframes w2anim {
	20% {
		opacity:0;
	}
	
	40% {
		opacity:1;
	}
	
	60% {
		opacity:0;
	}
}

@keyframes w3anim {
	40% {
		opacity:0;
	}
	
	60% {
		opacity:1;
	}
	
	80% {
		opacity:0;
	}
	
}
@keyframes w4anim {
	60% {
		opacity:0;
	}
	
	80% {
		opacity:1;
	}
	
	100% {
		opacity:0;
	}
	
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

	
	.navbar-brand img {
		width:100px;
	}
	
	.word {
		font-size:8rem;
		margin-top:10rem;
	}
	
	h1.display {
		font-size:1.5rem;
	}
	.owl-thumbs {
		margin-top: 4px !important;
	}
	main {padding-top: 160px;}
	.imp-ui-layers-menu-wrap {top:-60px !important;
		right: 15px;
	}
	#main-slider h2 {font-size: 1.5rem;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
	.breadcrumb {font-size: .9rem;}
	#apartment h1 {font-size: 2rem;}
	#apartment h2 {font-size: 1rem;}
	#apartment img.bed-icon {width: 25px;}
	#apartment img.bath-icon {width: 25px;}
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 991px) {
	.word {
		font-size:12rem;
		margin-top:8rem;
	}
		#apartment h2 {font-size: 1.5rem;}
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1199px) {
	.inner {
		padding:5rem;
	}
	
	footer .info {
		border-left:solid 1px #fff;
		border-right:solid 1px #fff;
	}
}


/* Falling leaves animation */
.fallingLeaves {
	text-align:center;
	height:1px;
	overflow:visible;
	position: relative;
	z-index: 100;
}

.fallingLeaves span {
	display:inline-block;
	width:100px;
	height:100px;
	margin:-280px 90px 54px -34px;
	background:url(/images/the-oasis-leaf.png);
	-webkit-animation:fallingLeaves 10s infinite linear;
	-moz-animation:fallingLeaves 10s infinite linear;
}

.fallingLeaves span:nth-child(5n+5) {
	-webkit-animation-delay:1.3s;
	-moz-animation-delay:1.3s;
}

.fallingLeaves span:nth-child(3n+2) {
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
}

.fallingLeaves span:nth-child(2n+5) {
	-webkit-animation-delay:1.7s;
	-moz-animation-delay:1.7s;
}

.fallingLeaves span:nth-child(3n+10) {
	-webkit-animation-delay:2.7s;
	-moz-animation-delay:2.7s;
}

.fallingLeaves span:nth-child(7n+2) {
	-webkit-animation-delay:3.5s;
	-moz-animation-delay:3.5s;
}

.fallingLeaves span:nth-child(4n+5) {
	-webkit-animation-delay:5.5s;
	-moz-animation-delay:5.5s;
}

.fallingLeaves span:nth-child(3n+7) {
	-webkit-animation-delay:8s;
	-moz-animation-delay:8s;
}

@-webkit-keyframes fallingLeaves {
	0% {
		opacity:1;
		-webkit-transform:translate(0,0px) rotateZ(0deg);
	}
	
	75% {
		opacity:1;
		-webkit-transform:translate(100px,600px) rotateZ(270deg);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translate(150px,800px) rotateZ(360deg);
	}
}

@-moz-keyframes fallingLeaves {
	0% {
		opacity:1;
		-webkit-transform:translate(0,0px) rotateZ(0deg);
	}
	
	75% {
		opacity:1;
		-webkit-transform:translate(100px,600px) rotateZ(270deg);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translate(150px,800px) rotateZ(360deg);
	}
}


/* -- menu toggle color --*/


#menu-toggle.on .one {

  background: #F4E4DB;
}



#menu-toggle.on .three {
  background: #F4E4DB;
}

.one,
.two,
.three {

  background: #F4E4DB;

}

.facility-icon:hover {
	background-color: rgba(0, 76, 83, .15);
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
	
}


.facility-icon:hover img, .card-header:hover img {animation-delay:delay-2s; transition: transform 0.2s, opacity 0.2s;
	transform: scale(1.2);}


/* Modify homepage slider */

.section-top .item {
	height: 80vh !important;
}
.item .overlay-text a {
	color: #fff !important;
}

.alert-warning {
	background-color: #a98370 !important;
	border: solid 1px #a98370 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

.alert-warning a {
	color: #ffffff !important;
	text-decoration: none;
	border-bottom: solid 1px #fff;
}
.alert-warning h2 {
	color: #ffffff !important;
}
