/* Desktop */
html, body {
  min-height:100%;
  margin: 0;
}
header {
 position: sticky !important;
  position: -webkit-sticky;
  top: 0; /* required */
  z-index: 100;
	/*background:#6f6f6f*/
	background: #82989d
}

.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;
}
.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;
}
@media (max-width: 767.98px) {
	.lyra {
    width: 100%;
    padding-top: 15% !important;
    padding-left: 15% !important;
    position: relative;
}
	.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;
}
table td {
    padding: 0.5%;
    font-size: 8pt !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;
}
.mobile-show{
	display: block;
}
}


.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-lyra-background{
	background-color: #E1D9CE;
	position:relative
}


.lyra-project-background{
	position:relative;	
}
.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;
}

.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%;
	margin-left: auto;
	margin-right: auto;
}
.border-spec {
    border-bottom: 1px solid #231f20 !important;
}

.spec-image{
	margin-top: 5%;
	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
 
}

.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
}

.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%;
}

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

hr {
  border-top: 3px dotted #8a7243 !important;
	    width: 88%;
    margin-bottom: 9% !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: 5%;
	color:white
}
