/* Desktop */
html, body {
  min-height:100%;
  margin: 0;
	overflow-x: clip
}
header {
 position: sticky !important;
  position: -webkit-sticky;
  top: 0; /* required */
  z-index: 100;
	/*background:#6f6f6f*/
	background: #82989d
}
.site-plan-melora{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5% !important;
}
.site-plan-izara{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    margin-bottom: 5% !important;
}
.site-plan-lyra{
	width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.site-plan-elonia {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5% !important;
}

.title-img{
	width: 20%;
	margin-top: 5%;
	margin-bottom: 2%;
}
.title-img-1{
	width: 32%;
	margin-top: 5%;
	margin-bottom: 1%;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0rem !important;
}
.nav-item {
    font-size: 11pt;
    margin-right: 15px;
    margin-left: 28px;
    color: black;
}
.mobile-container {
    width: 10% !important;
}
.mobile-show{
	display: none !important;
}
.nav-item {
    font-size: 12pt;
    margin-right: 15px;
    margin-left: 20px;
    color: black;
	text-transform: uppercase;
	font-family: 'Optane';
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #233249 !important;
	font-weight: bold
}
.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}
.google{
	text-align: center;
	font-size: 9pt;
	margin-top: 5%;
	margin-bottom: 3%;
}


input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
    background: #82989d;
    border: solid 1px #82989d;
    color: #ffffff;
    content: '\2713'; /* replace / with \ */
    font-family: "Font Awesome 5 Free"; /* here is the correct font-family */
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    background: rgba(144, 144, 144, 0.075);
    border: solid 1px #000;
    content: ''; /* replace / with \ */
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}
input[type="checkbox"] + label, [type="radio"] + label {
     font-family: 'Optane';
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 8pt;
    padding-left: 2.4em;
    padding-top: 0;
    position: relative;
		margin-top: 3%
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    display: none;

}
#register-form{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}
#register-form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background: none;
	margin-bottom: 5%
}
.button-container{
	text-align: center
}
.button-submit{
	background: #748f94;
	padding: 2%;
	color: #233249;
	border: none;
	width: 30%
}
.about-container{
	width: 50%;
	margin-left: auto;
	margin-right: auto
}
.about-container h2{
	font-family: 'Big Caslon';
	color: #233249;
	margin-top: 5%;
	text-align: center;
	font-size: 28pt;
}

.about-container h3{

	color: #233249;
	margin-top: 2%;
	text-align: center;
	font-size: 15pt;
	font-family: 'Avenir LT Std';
}
#about-us{
	margin-bottom: 3%;
}

.contact-container{
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.contact-container h2{
	font-family: 'Big Caslon';
	color: #233249;
	font-size: 18pt;
}

.contact-container h3{
	font-family: 'Optane';
	color: #fff;
	font-size: 16pt;
}
.contact-number{
	width:50%;
	margin-left: auto;
	margin-right: auto
}

.contact-number h3{
	margin-bottom: 25%
}
footer h4.one span {
    background: #82989d;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #fff;
    font-family: 'Jenna Sue';
    font-size: 30px;
}
footer h4.one:before {
    content: "";
    display: block;
    border-top: solid 1px #1D1D1B;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.apdl{
	font-family: 'Avenir LT Std';
	font-size: 6pt;
	text-align: center;
	margin-top: 2%;
}

.copy-right{
	text-align: center;
	margin-bottom: 3%;
	color: white
}

.copy-right a{
	color: white;
}
.copy-right a:hover{
	color: black;
	text-decoration: none
}
.footer-container{
	color: white
}
.fix-blur{
	image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
/* icon bar */
.icon-bar {
	 list-style: none;
    display: block;
	z-index:1000001;
    position: fixed;
	right:0;
    top: 30%;
	  width:3%;

}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    margin-bottom: 12%;
}
/* icon bar */
.document-container{
		margin-top:8% ;
		margin-bottom:8%;
}

.document-container p{
	font-family: 'Optane';
	font-size:14pt;
	text-align:left;
	margin-bottom:2%;
	color: #231F20
}
.document-container {
    font-family: 'Optane';
    font-size: 15pt;
    color: #fff;
    text-align: center;
}
#register-form iframe {
    width: 100%;
    border: none;
    height: 600px;
    overflow-y: hidden;
}
.note{
	font-size: 6pt;
	margin-top: 5%;
	margin-bottom: 2%
}
.element-elonia {
    position: absolute;
    top: 47%;
    left: 95%;
    width: 10%;
}

.izara-floor-plan{
	background:#EFEBE4
}

.melora-floor-plan{
	background: #595A55
}

.bayubiz-floor-plan{
	background: #EBEAE4
}

.izara-floorplan-container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 5%;
}

.bayubiz-floorplan-container{
	width: 100%;
}

.bayubiz-floorplan{
	width: 60%;
}

.bayubiz-floorplan-holder{
	    width: 75%;
}

.bayubiz-floorplan-holder .floorplan-bayubiz{
	    padding-top: 10%
}

.bayubiz-term{
	font-size: 10pt;
	text-align: center;
	margin-bottom: 0
}

.izara-details{
	width: 50%;
	margin: 0 auto;
	padding-top: 30%;
}

.izara-floorplan{
	width: 85%;
	padding-top: 20%
}

.izara-floorplan-logo{
	width: 75%;
	margin-left: auto;
}

.melora-floorplan-logo {
    width: 25%;
    margin-left: auto;
    padding-bottom: 8%;
}

.bayubiz-location-container{
	position: relative
}

.location-intro {
    position: absolute;
    width: 65%;
    margin-left: 15%;
    margin-top: 3%;
    z-index: 1;
    display: flex;
}
.divider-2 {
    margin-left: auto;
    width: 0.3%;
    /* padding-top: 5%; */
    padding-bottom: 5%;
}

.location-intro h2 {
    font-family: 'Source Sans 3';
    color: #fff;
    font-size: 20pt;
    margin-top: 5%;
    text-transform: uppercase;
}

.location-intro h3 {
    font-family: 'Aktiv Grotesk Trial';
    color: #fff;
    font-weight: 300;
    font-size: 10pt;
}


.izara-details-container{
	width: 85%;
}

.izara-image-ill{
	width: 80%;
	margin-left:auto;
	padding-bottom: 10%
}

.izara-image-background{
	position: relative
}

.izara-image-background .image-element {
    position: absolute;
    top: 47.5%;
    width: 45%;
}
.izara-image-background .image-element-1 {
    position: absolute;
    top: 89%;
    left: 51%;
    width: 40%;
}

.melora-element{
	position: absolute;
    left: 0;
    width: 10%;
    margin-top: 20%;
}
.melora-project-background{
	position:relative;	
	text-align: center;
	background: #595A55;
	background-size: cover
}

.melora-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35%;
}

.intro-container {
    display: flex;
    margin-left: 20%;
    padding-top: 4%;
    padding-bottom: 4%;
}
.intro-container .section-one-icon{
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-one-icon img {
    padding-right: 15%;
}
.location-container{
	width: 100%;
    margin: 0 auto;
}

.location-container img{
	padding-bottom: 3%
}

.button-360-1{
	width: 53%;
    text-align: right;
    margin-left: 90%;
	margin-top: -100%;
}

.button-360{
	width: 53%;
    text-align: right;
    margin-left: 90%;
}
.background-color {
    background: #EBEAE4;
}
.logo {
    width: 10%;
    position: absolute;
    padding-top: 3%;
    margin-left: 6%;
    z-index: 1;
}
.site-plan-content-image {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25%;
}
.site-plan-content {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
}
.divider {
    margin-left: auto;
    margin-right: auto;
    width: 1%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.site-plan-content h2 {
    font-family: 'Source Sans 3';
    color: #9E774E;
    font-weight: 500;
    font-size: 20pt;
    text-transform: uppercase;
    text-align: center;
}
.site-plan-content h3 {
    font-family: 'Aktiv Grotesk Trial';
    color: #231F20;
    font-weight: 500;
    font-size: 10pt;
    margin-top: 5%;
    text-align: center;
}
.site-plan-title {
    width: 20%;
    margin-bottom: 8%;
    margin-left: 10%;
}
.site-plan {
    width: 90%;
    text-align: right;
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .mobile-background {
        background: #556B6F;
    }
.bayubiz-spec-container {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
}
.bayubiz-spec-image {
    margin-bottom: 5%;
    margin-left: 0% !important;
    width: 40% !important;
}
.bayubiz-term {
    font-size: 5pt;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10%;
}
.bayubiz-floorplan-holder {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    .site-plan-content {
        width: 64%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10%;
    }
    .site-plan-content-image {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20% !important;
    }
       .logo {
        width: 30% !important;
        position: absolute;
        padding-top: 5%;
        margin-left: 7% !important;
    }
	.bayubiz-spec-container h3 {
    color: white;
    text-transform: uppercase;
    font-size: 9pt !important;
    font-weight: normal;
}
.melora-element {
    display: none
}
	.section-one-icon-mobile img{
		width: 95% !important;
	}
.intro-container {
    display: unset;
    margin-left: 20%;
    padding-top: 4%;
    padding-bottom: 4%;
}
.melora-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    padding-bottom: 8%;
}
.button-360-1 {
    width: 40%;
   
    margin-left: 0% !important;
    margin-top: 0% !important;
}
	.button-360{
		width: 40%;
    margin-bottom: 5%;
		margin-left: 0% !important;
	}
.location-container{
	width: 100%;
    margin: 0 auto;
}
.apdl-lyra {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.izara-spec-bg .spec-element {
    position: absolute;
    width: 7%;
    top: 0% !important; 
}
.project-izara-background .site-element-1 {
    position: absolute;
    width: 10%;
}
.izara-image-background .image-element-1 {
    position: absolute;
    top: 87%;
    left: 46%;
    width: 52%;
}
.site-plan-izara {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5% !important;
}
.izara-details {
    width:90% !important;
    margin-left: 0% !important;
    padding-top: 0%;
}
.izara-floorplan {
    width: 65%;
    padding-top: 20%;
    padding-bottom: 10% !important;
}
.izara-floorplan-container {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 5%;
}
.izara-details-container {
    width: 100% !important;
}
.izara-floorplan-logo {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15%
}
.izara-image {
    width: 100% !important;
}
.apdl-elonia{
	width: 100% !important;
	margin-left:  auto;
	margin-right: auto;
}
.spec-container-white {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.elonia-details {
    margin-top: 0% !important; 
    margin-left: 0% !important;
    width: 40% !important;
}
.site-plan-lyra {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
	.lyra {
    width: 100%;
    padding-top: 15% !important;
    padding-left: 15% !important;
    position: relative;
}
.element-elonia {
    position: absolute;
    top: 14%;
    left: 90%;
    width: 10%;
	display:none
}
	.element-2 {
    position: absolute;
    top: 72%;
    left: 0%;
    width: 20%;
	display:none
}
	.element-1 {
    position: absolute;
    top: 14%;
    left: 90%;
    width: 10%;
	display:none
}
	.element {
    position: absolute;
    top: 2%;
    left: 26%;
	display:none
}
.table-container {
    padding-bottom: 5% !important;
}
	.apdl-celyn {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.floor-plan-container {
    width: 100% !important;
    margin-left: 0 !important; 
    position: relative;
}
.site-plan-container {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}
.type-a-detials {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: auto;
    width: 40% !important;
}

.floor-plan-title{
	width: 50% !important;
 
    margin-left: 25% !important;
    margin-top: 5% !important;
	 margin-bottom: 5% !important;
}
.frame-container {
    width: 100% !important;
    margin-left: auto;
    padding-top: 0% !important;
}
.celyn {
    width: 100% !important;
    padding-top: 15% !important;
    padding-left: 13% !important;
}
	.celyn-title {
    width: 100% !important;
    margin-left: auto;
}
	
	.elonia-title{
	 width: 100% !important;
    margin-left: auto;
}
table td {
    padding: 0.5%;
    font-size: 6pt !important;
    vertical-align: top;
}
	.spec-container{
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}
	.image-margin{
	margin-top: 0% !important;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
	background: #233249 !important;
	text-align: center !important;
}
input[type="checkbox"] + label, [type="radio"] + label {
     font-family: 'Optane';
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 6pt;
    padding-left: 2.4em;
    padding-top: 0;
    position: relative;
		margin-top: 3%
}
header {
    position: sticky !important;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    /* background: #6f6f6f; */
    background: #82989d;
}
.banner-container{
	height:100%	;
	display: flex;
    align-items: center;
	background:#82989d
}
.google {
    text-align: center;
    font-size: 6pt;
    margin-top: 5%;
    margin-bottom: 3%;
}
.icon-bar {
    list-style: none;
    display: block;
    z-index: 1000001;
    position: fixed;
    right: 0;
    top: 30%;
    width: 10%;

}
.apdl {
    font-family: 'Avenir LT Std';
    font-size: 8pt;
    text-align: center;
    margin-top: 10%;
}
footer h4.one span {
    background: #82989d;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #fff;
    font-family: 'Jenna Sue';
    font-size: 17pt;
}
footer h4.one:before {
    content: "";
    display: block;
    border-top: solid 1px #1D1D1B;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
}
.contact-container h2 {
    font-family: 'Big Caslon';
    color: #233249;
    font-size: 15pt;
}
.contact-container h3 {
    font-family: 'Optane';
    color: #fff;
    font-size: 12pt;
}
.contact-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.about-container h2 {
    font-family: 'Big Caslon';
    color: #233249;
    margin-top: 5%;
    text-align: center;
    font-size: 15pt;
}
.about-container h3 {
    color: #233249;
    margin-top: 2%;
    text-align: center;
    font-size: 10pt;
    font-family: 'Avenir LT Std';
}
.about-container{
	width: 100%;
	margin-left: auto;
	margin-right: auto
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    margin: 0 auto;
}
.title-img {
    width: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
}
#register-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mobile-container {
    width: 44% !important;
}
.desktop-show{
		display: none !important;
}
.mobile-show{
	display: block !important;
}
    .location-intro {
        position: unset;
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
        margin-bottom: 5%;
        z-index: 1;
    }
}


.cd-top {
	display: inline-block; 
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%; 
	white-space: nowrap;
	
	background:url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border:2px solid #8d8871
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { 
	-webkit-transition: opacity .3s 0s, visibility 0s 0s; 
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible { 
	visibility: visible;
	opacity: 1;
	border: none;
	z-index: 1001
}
.no-touch .cd-top:hover { 
	background-color: #e86256;opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top { 
	  right: 20px;
	  bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
  .cd-top { 
	  height: 40px; 
	  width: 40px; 
	  right: 30px; 
	  bottom: 80px; }
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: none;
}

#registration p{
	font-family: 'Optane';
	text-align: center;
	margin-bottom: 2%;
}

a{
	color: white !important
}


.navbar-nav .dropdown-menu {
    position: static;
    float: none;
	background: #233249 !important;
	
}

.navbar-nav .dropdown-menu a:hover{
	background: #82989d !important
}

.project-celyn-background{
	background: url(../project/images/celyn/background.png);
	background-size: cover
}

.project-celyn-background-1{
	background: url(../project/images/celyn/background-1.png);
	background-size: cover
}

.project-izara-background{
	background-color: #EFEBE4;
	position:relative
}

.project-melora-background{
	background: #D1C5AB
}
.project-izara-background .site-element-1{
	position: absolute
}

.project-izara-background .site-element-2{
	position: absolute;
    right: 0;
    top: 25%;
    width: 10%;
}

.project-izara-background .site-element-3{
	position: absolute;
    left: 2%;
    top: 65%;
    width: 12%;
}

.project-lyra-background{
	background-color: #E1D9CE;
	position:relative
}


.lyra-project-background{
	position:relative;	
}

.elonia-project-background{
	position:relative;	
}

.izara-project-background{
	position:relative;	
	text-align: center;
	background: url(../project/images/izara/background.png);
	background-size: cover
}


.izara-image{
	width:88%;	
}

.element {
    position: absolute;
    top: 2%;
    left: 26%;
	width:20%;
}

.element-1 {
    position: absolute;
    top: 14%;
    left: 90%;
    width: 10%;
}
.element-2 {
    position: absolute;
    top: 72%;
    left: 0%;
    width: 20%;
}
.image-margin{
	margin-top: 20.5%;
}

.site-plan-container{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
}

.site-plan-container img{
	margin-bottom:10%
}

.spec-bg-2{
	background:url(../project/images/celyn/spec-background.png);
	 height: 100%;
}

.lyra-spec-bg{
	background-color:#A0876B;
}

.izara-spec-bg{
	background-color:#28493C;
	position: relative
}

.melora-spec-bg{
	background: #595A55
}

.bayubiz-spec-bg{
	background:#354456
}

.izara-spec-bg .spec-element {
    position: absolute;
    width: 10%;
    top: 10%;
}

.elonia-spec-bg{
	background-color:#322b18;
	color: white
}

.table-container{
	padding-bottom: 1%
}

table td {
    padding: 0.5%;
    font-size: 10pt;
    vertical-align: top;
	color: black
}

.lyra-spec-bg table td {
    padding: 0.5%;
    font-size: 10pt;
    vertical-align: top;
	color: white
}

table {
    color: white;
    font-family: 'Optane';
    border: none;
    padding-bottom: 5%;
}

.spec-container{
	width: 70%;
	    padding-top: 5%;
	margin-left: auto;
	margin-right: auto;
}

.bayubiz-spec-container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.bayubiz-spec-container h3{
	color: white;
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: normal
}

.bayubiz-spec-image{
    margin-bottom: 5%;
   margin-left: 10%;
    width: 20%;
}

.spec-container-white{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.spec-container-white td{
	color: white
}
.border-spec {
    border-bottom: 1px solid #231f20 !important;
}

.border-spec-melora {
    border-bottom: 1px solid #DEBF8C !important;
}

.border-spec-bayubiz {
    border-bottom: 1px solid #fff !important;
}

.spec-image{
	margin-top: 10%;
	margin-bottom: 5%;
	width: 35%;
}

.floor-plan-background{
	background: url(../project/images/celyn/spec-background.png);
	height: 100%;
}

.lyra-floor-plan-background{
	background-color: #E1D9CE;
}

.floor-plan-frame {
    background-image: url(../project/images/celyn/floor-plan-background.png);
	background-color:white;
	background-repeat:no-repeat
 
}

.lyra-floor-plan-frame {
    background-image: url(../project/images/lyra/floor-plan-background.png);
	background-color:white;
	background-repeat:no-repeat
 
}

.elonia-floor-plan-frame {
    background-image: url(../project/images/elonia/floor-plan-background.png);
	background-color:white;
	background-repeat:no-repeat
 
}

.frame-container{
	width: 94%;
	margin-left: auto;
	padding-top: 5%
}

.celyn{
	width: 100%;
    padding-top: 5%;
	padding-left: 4%;
}

.lyra{
	width: 100%;
    padding-top: 5%;
	padding-left: 4%;
	position:relative
}

.celyn-title{
	width:24%;
	margin-left: auto
}

.elonia-title{
	width:24%;
	margin-left: auto;
	position: relative;
    z-index: 1;
}

.elonia-hr{    width: 85%;
    margin-bottom: 5%;
	height: 1px;
	background: rgb(158,116,46);
background: linear-gradient(90deg, rgba(158,116,46,1) 0%, rgba(243,218,137,1) 35%, rgba(158,116,46,1) 100%);
}
.floor-plan-title{
	width: 13%;
 
    margin-left: 25%;
    margin-top: -15%;
}

.floor-plan-container{
	width: 70%;
	margin-left: 10%;
	position: relative
}

.floor-plan-container img{
	margin-bottom:10%;
}

.elonia-details{
	margin-top: -290%;
    margin-left: 90%;
    width: 60%;
}

.type-a-detials{
	margin-top: -100%;
    margin-left: 90%;
    width: 60%;
}

hr {
  border-top: 3px dotted #8a7243 !important;
	    width: 88%;
    margin-bottom: 9% !important; 
}

.melora-hr{
	border-top: 1px solid #FED99E !important;
	width: 100%;
	margin-bottom: 1% !important; 
	margin-bottom: 3% !important; 
}

.bayubiz-hr{
	border-top: 1px solid #fff !important;
	width: 100%;
	margin-bottom: 1% !important; 
	margin-bottom: 3% !important; 
}

.apdl-celyn{
	width: 80%;
	margin-left:  auto;
	margin-right: auto;
}

.apdl-celyn p{
	font-family: 'Optane';
	margin-bottom: 0;
	font-size: 6pt;
	padding-bottom: 5%
}

.apdl-lyra{
	width: 80%;
	margin-left:  auto;
	margin-right: auto;
}

.apdl-lyra p{
	font-family: 'Optane';
	margin-bottom: 0;
	font-size: 6pt;
	padding-bottom: 2%;
	color:white
}

.apdl-elonia{
	width: 80%;
	margin-left:  auto;
	margin-right: auto;
}

.apdl-elonia p{
	font-family: 'Optane';
	margin-bottom: 0;
	font-size: 6pt;
	padding-bottom: 2%;
	color:white
}
