@charset "utf-8";
 @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Stardos+Stencil");
* {
margin: 0px;
padding: 0px;
text-decoration: none;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 100%;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
overflow-x: hidden;
color: #222222;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
} .page-margin-wrapper {
float: left;
width: 100%;
}
.page-wrapper {
margin: 0 auto;
width: 96%;
position: relative;
} h1, h2, h3, h4 {
letter-spacing: 0.05em;
}
h1 {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
font-family: 'Libre Baskerville', serif;
font-size: 30px;
font-weight: 400;
font-style: normal;
color: #fff;
line-height: normal;
text-transform: capitalize;
text-align: center;
text-rendering: optimizelegibility;
}
h2 {
margin: 0 0 10px 0;
padding: 0;
font-family: 'Libre Baskerville', serif;
font-size: 24px;
font-weight: 400;
font-style: normal;
color: #fff;
line-height: normal;
text-transform: capitalize;
text-rendering: optimizelegibility;
}
h3 {
margin: 0 0 10px 0;
padding: 0;
font-family: 'Libre Baskerville', serif;
font-size: 18px;
font-weight: 400;
font-style: normal;
color: #fff;
line-height: normal;
text-rendering: optimizelegibility;
}
p {
margin: 0 0 15px 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
font-style: normal;
line-height: 24px;
}  header {
width: 100%;
height: 80px;
background: #fff;
position: fixed;
z-index: 11;
border-bottom: 1px solid #222222;
left: 0;
top: 0;
}
#logo {
float: left;
margin: 10px 0;
}
#logo a {
float: left;
}
#logo a img {
display: block;
} ul.social-icon {
float: right;
margin: 26px 0 0 0;
padding: 0;
}
ul.social-icon li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
ul.social-icon img {
display: block;
}
.web-menu {
float: left;
font-family: 'Libre Baskerville', serif;
font-size: 14px;
margin-left: 40px;
margin-top: 34px;
}
#access {
display: block;
}
#access ul {
text-transform: uppercase;
}
#access li {
float: left;
list-style: none;
}
#access a {
color: #222;
display: block;
padding: 0 0 2px 0;
letter-spacing: 2px;
margin: 0 18px;
}
#access li.active a {
border-bottom: 1px solid #222;
}
#mob-menu {
display: none;
}
#mob-menu-container {
display: none;
float: right;
margin-left: 10px;
} #page-one { 
position: relative;
}
#page-one img { 
display: block;
width: 100%;
}	
.sub-page {
float: left;
width: 100%;
margin: 90px 0 60px 0;
min-height: 468px;
}
.sub-page .container {
margin: 0 auto;
width: 1170px;
position: relative;
}
.sub-page h1 {
color: #222222 !important;
}
.sub-page h2 {
color: #222222 !important;
}
.sub-page h3 {
color: #222222 !important;
}
.sub-page a {
color: #222;
}
.registerhome {
background: #FFF;
color: #646567;
display: block;
font-size: 16px;
padding: 8px 18px;
text-transform: uppercase;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
position: absolute;
left: 8%;
bottom: 45%;
text-align: center;
-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
#page-two {
float: left;
width: 100%;
position: relative;
background: #0c0c0c none repeat scroll 0 0;
}
#page-two ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
position: relative;
}
#page-two ul li {
float: left;
width: 25%;
margin: 0;
padding: 0;
list-style: none;
position: relative;
overflow: hidden;
filter: grayscale(100%);
transition: all 0.3s ease-in-out 0s;
}
#page-two ul li:hover {
filter: grayscale(0);
}
#page-two ul li:active {
filter: grayscale(0);
}
#page-two ul li img {
width: 100%;
display: block;
transform: scale(1.05);
transition: all 400ms ease-in-out 0s;
}
#page-two ul li:hover img {
transform: scale(1);
opacity: 0.60;
}
#page-two .content {
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
transition: all 400ms ease-in-out 0s;
background: rgba(0, 0, 0, 0.32) none repeat scroll 0 0;
padding: 30px;
}
#page-two ul li:hover .content {
opacity: 1;
background: rgba(0, 0, 0, 0.32) none repeat scroll 0 0;
}
#page-two ul li:hover p {
opacity: 1;
transform: scale(1);
}
#page-two ul li p {
opacity: 0;
transform: scale(2);
transition: all 500ms linear 0s;
}
#page-two h3 {
text-align: center;
font-size: 24px;
font-weight: 600;
}
#page-two p {
text-align: center;
color: #fff;
}
ul.neat-bullet {
margin: 0 15px;
padding: 0;
}
ul.neat-bullet li {
margin: 0 15px;
padding: 0;
line-height: 24px;
font-size: 14px;
color: #222222;
display: list-item;
} .clearfix {
clear: both;
}
#loadMore, #exploremore {
float: right;
color: #fff !important;
font-weight: 600;
} footer {
float: left;
width: 100%;
background:  #000;
padding: 30px 0;
color: #989a9f;
}
footer .column {
float: left;
width: 33.33%;
}
footer .copy-right {
float: left;
width: 100%;
margin-top: 30px;
font-weight: 400;
text-align: center;
}
footer p {
color: #989a9f;
font-size: 14px;
}
footer a {
color: #989a9f;
text-decoration: underline;
}
.foot-logo {
float: left;
}
.foot-logo-caption {
float: left;
color: #989a9f;
margin-left: 10px;
}
.foot-logo-caption span {
font-weight: 600;
} .register-form {
width: 768px;
position: relative;
display: block;
margin: 0 auto;
}
.register-form h1 {
color: #222222;
text-align: center;
margin-bottom: 30px;
}
.register-form .form-content {
float: left;
width: 80%;
margin: 22px 0;
}
.register-form .form-content .form-left {
float: left;
width: 49%;
}
.register-form .form-content .form-right {
float: right;
width: 49%;
}
.register-form .wpcf7-text {
background-color: #fff;
border-color: #ccc;
border-radius: 0;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.75);
display: block;
font-family: inherit;
font-size: 0.875rem;
height: 2.3125rem;
margin: 0 0 1rem;
padding: 0.5rem;
transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
width: 100%;
}
.register-form .ajax-loader {
display: none !important;
}
.register-form .wpcf7-submit {
background-color: #fff;
border: 1px solid #8c8c8c;
border-radius: 50%;
color: #8c8c8c;
cursor: pointer;
display: block;
font-size: 14px;
height: 80px;
margin: 52px auto;
outline: medium none;
width: 80px;
}
.register-form span.wpcf7-not-valid-tip {
font-size: 13px !important;
font-weight: 600 !important;
float: left !important;
width: 100% !important;
}
.register-form .wpcf7-response-output {
color: #222222 !important;
font-size: 13px !important;
margin-bottom: 15px !important;
padding: 10px !important;
float: left !important;
width: 100% !important;
margin: 0 !important;
}
ul.gallery-image {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
ul.gallery-image li {
float: left;
width: 100%;
margin: 0 0 20px 0;
padding: 0;
list-style: none;
display: list-item;
text-align: center;
}
.lavik-story {
float: left;
width: 100%;
font-size: 14px;
text-align: center;
margin-bottom: 30px;
}
.lavik-story a {
color: #222222;
margin: 0 10px;
font-family: 'Libre Baskerville', serif;
}
.lavik-story a.active {
padding-bottom: 2px;
border-bottom: 1px solid #222;
}
.gallery-img {
float: left;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.gallery-name {
float: left;
width: 100%;
text-align: center;
}
.gallery-name a {
color: #232323;
text-decoration: underline;
}
.floor-line {
float: left;
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.project-selection {
float: left;
width: 100%;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
text-align: center;
padding-top: 15px;
padding-bottom: 5px;
}
.project-selection ul {
float: left;
width: 100%;
text-align: center;
margin: 0;
padding: 0;
}
.project-selection ul li {
margin: 0 20px 10px 0;
padding: 0 5px 0 0;
list-style: none;
display: inline-block;
}
.project-selection ul li a {
color: #222;
font-size: 14px;
font-family: 'Libre Baskerville', serif;
padding-bottom: 2px;
}
.project-selection ul li a.actv {
border-bottom: 1px solid #222;
}
.project-container {
float: left;
width: 100%;
text-align: center;
}
.mobile-bg {
display: none !important;
}
.flim {
float: left;
width: 100%;
padding: 0 8%;
}
.flim .flim-left {
float: left;
width: 49%;
}
.flim .flim-right {
float: right;
width: 49%;
}
.neat-table {
border-collapse: collapse;
}
.neat-table th {
padding: 8px;
border: 1px solid #f2f2f2;
background: #616264;
color: #fff;
}
.neat-table td {
padding: 8px;
border: 1px solid #f2f2f2;
text-align: center;
}
.text-left {
text-align: left;
}
.project-features {
float: left;
width: 100%;
text-align: center;
padding-top: 15px;
padding-bottom: 5px;
margin-bottom: 15px;
}
.project-features ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
text-align: center;
}
.project-features ul li {
margin: 0 0 0 15px;
padding: 0;
display: inline-block;
list-style: none;
color: #222;
font-size: 14px;
padding-bottom: 2px;
font-weight: 600;
}
.project-features ul li span {
margin: 0px 5px 0px 10px;
font-size: 15px;
}
.whole-address {
float: left;
width: 100%;
padding: 0 10%;
margin: 15px 0 0 0;
}
.singapore-address {
float: left;
width: 50%;
}
.singapore-contact {
float: left;
width: 50%;
} .section-01 {
float: left;
width: 100%;
background: #eeeeee;
}
.section-01 .image-holder {
float: left;
width: 50%;
}
.section-01 .image-content {
float: left;
width: 50%;
}
.section-01 .image-content .content {
float: left;
padding: 60px;
}
.section-02 {
float: left;
width: 100%;
background: #eeeeee;
}
.section-02 .image-holder {
float: right;
width: 50%;
}
.section-02 .image-content {
float: left;
width: 50%;
}
.section-02 .image-content .content {
float: left;
padding: 60px;
}
.section-03 {
float: left;
width: 100%;
background: #eeeeee;
}
.section-03 .image-holder {
float: left;
width: 50%;
}
.section-03 .image-content {
float: left;
width: 50%;
}
.section-03 .image-content .content {
float: left;
padding: 60px;
}
.section-04 {
float: left;
width: 100%;
background: #eeeeee;
}
.section-04 .image-holder {
float: right;
width: 50%;
}
.section-04 .image-content {
float: left;
width: 50%;
}
.section-04 .image-content .content {
float: left;
padding: 60px;
}
.section-01 h1, .section-02 h1, .section-03 h1, .section-04 h1 {
text-align: left !important;
color: #000 !important;
}
.section-01 p {
color: #000 !important;
}
.section-01 .image-holder img, .section-02 .image-holder img, .section-03 .image-holder img, .section-04 .image-holder img {
display: block;
width: 100%;
}
ul.home-list {
float: left;
width: 100%;
margin: 0;
padding: 0 15px;
}
ul.home-list li {
float: left;
width: 100%;
margin: 0 0 6px 0;
padding: 0;
color: #000 !important;
list-style: disc;
display: list-item;
line-height: 24px;
}