/******** DEFAULT SETTING ********/

@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('fonts/ubuntu-l-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntumedium';
    src: url('fonts/ubuntu-m-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'globerthin';
    src: url('fonts/glober_thin_free-webfont.woff2') format('woff2'),
         url('fonts/glober_thin_free-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cirkalight';
    src: url('fonts/cirka-light-webfont.woff2') format('woff2'),
         url('fonts/cirka-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


* {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

header, hgroup, section, footer, aside, nav, article, figure, figcaption, canvas, address { 
  display: block; 
}

body {
    margin:0;
    padding:0;
    font-family: 'ubunturegular';
    font-size:100%;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width:86%;
  margin:0 auto;
}

img.fit {
  width:100%;
  height:auto;
  display:block;
 
  border:none;
}
img.fb {
  width:100%;
  height:auto;
  display:block;
  margin-top:-15px;
  border:none;
}
img.insta {
  width:100%;
  height:auto;
  display:block;
  margin-top:-15px;
  border:none;
}



.clearfix {
  clear:both;
}

a {
  text-decoration:none;
}

.shadow {
    position:absolute;
    top:0;
    left;
    width:100%;
}


/**** Text (Home only) ****/
.hs1banL h1 {
    font-size:2.5vw;
    font-family: 'ubuntulight';
    color:#ffffff;
    text-align:center;
    font-weight:normal;
}

section.hs2 h1 {
    font-size:2.5vw;
    color:#ffffff;
    font-weight:normal;
}

section.hs2 p {
    font-size:1.3vw;
    margin-top:40px;
    color:#ffffff;
    line-height:160%;
}

article.hs3CLtxt p {
    font-size:1.1vw;
    color:#ffffff;
    line-height:160%;
}

h1.tag1 {
    font-size:1.8vw;
    color:#585b5d;
    font-weight:normal;
    line-height:150%;
}

p.txt1 {
    font-size:1vw;
    color:#585b5d;
    line-height:160%;
}

h1.tag2 {
    font-size:1.8vw;
    color:#ffffff;
    font-weight:normal;
    line-height:150%;
}

p.txt2 {
    font-size:0.95vw;
    color:#ffffff;
    line-height:160%;
}

h1.tag3 {
    font-size:1.8vw;
    color:#ee3385;
    font-weight:normal;
}

.LUXSOHO-desc p,
.LUX-desc p {
    font-size:1.1vw;
    color:#143e45;
    line-height:160%;
}

.hs10R2point1 .LUX-desc p {
    color: #e4d6c5;
}

.hs10R3CR p {
    font-size:1.1vw;
    color:#ffffff;
    line-height:160%;
	margin-top:-110px;
	
}

h1.tag4 {
    font-size:1.8vw;
    color:#ffffff;
    font-weight:normal;
    line-height:150%;
    text-align:center;
}

h3.developertag {
    font-size:1.1vw;
    color:#3b3e40;
    font-weight:normal;
    margin-bottom:25px;
    
}

p.developertxt {
    font-size:0.9vw;
    color:#3b3e40;
    line-height:180%;
}



/******** Header ********/
header.defaultheader {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:9000;
}

header#scrollheader {
    width:100%;
}

.sticky {
    position: fixed;
    top: -1px;
    left:0;
    width: 100%;
    z-index:9000;
    background:rgba(0,0,0,0.8);
}

.menubox {
    width:100%;
    text-align:right;
    padding:10px 20px 5px 0;
    display:none;
}

button.menubtn {
    display:none;
    width:32px;
    height:32px;
    border:none;
    background:none;
    position:relative;
    z-index:9000;
    outline:none;
}


i.opnav {
  display:block;
  width:100%;
  position:absolute;
  top:0;
  right:0;
}


i.clnav {
  width:100%;
  padding-left:2px;
  position:absolute;
  top:0;
  right:0;
  display:none;
}

nav.sitenav {
    width:94%;
    margin:0 auto;
    padding-top:20px;
}

ul.navL {
    float:left;
    width:50%;
    list-style:none;
}

ul.navL li {
    display:inline-block;
}

ul.navL a {
    display:block;
    font-size:0.8vw;
    color:#ffffff;
    padding-bottom:8px;
    text-transform:uppercase;
    border-bottom:1px solid #ffffff;
}

ul.navL a:hover {
    border-bottom:1px solid #574da0;
}

ul.navL a.active {
    border-bottom:1px solid #574da0;
}


ul.navR {
    float:right;
    width:50%;
    list-style:none;
    text-align:right;
}

ul.navR li {
    display:inline-block;
    padding-left:3.5%;
    
}

ul.navR li:first-child {
    margin-left:0;
}

ul.navR a {
    display:inline-block;
    font-size:0.8vw;
    color:#ffffff;
    padding-bottom:8px;
    text-transform:uppercase;
    border-bottom:1px solid transparent;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    transition:0.4s;
}

ul.navR a:hover {
    border-bottom:1px solid #574da0;
}

ul.subnav {
    list-style:none;
    position:absolute;
    text-align:left;
    width:150px;
    background:rgba(0,0,0,0.6);
    visibility:hidden;
    opacity:0;
    padding:10px;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    transition:0.4s;
}

ul.subnav li {
    display:block;
    padding-left:0;
}

ul.subnav a {
    padding:6px 0;
}

ul.navR li:hover ul.subnav {
    visibility:visible;
    opacity:1;
}

hr.navline {
    width:100%;
    border-top:1px solid #ffffff;
    border-bottom:none;
    border-left:none;
    border-right:none;
    position:relative;
    bottom:1px;
    z-index:-1;
}




/****** Home Banner ******/
section.hsbanner {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#000002;
}

.hs1banR {
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    text-align:center;
    padding-top:20%;
    background:url('images/hs1banR_bg.png');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}

.hs1banL {
    width:50%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    padding-top:25%;
}

img.mcitylogo {
    width:35%;
}



/****** Home Content ******/
section.content {
    width:100%;
    position:absolute;
    top:100%;
    left:0;
}


/**** Sec1:4 Meta ****/
section.hs1 {
    width:100%;
    background-color:#ffffff;
    background-image:url('images/hs1_bg.png');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    position:relative;
}

.hs1wrap {
    width:100%;
    padding:120px 0 100px;
    text-align:center;
} 

a.metalink {
    display:inline-block;
    width:16%;
    margin:0 2%;
    border:2px solid transparent;
    padding:20px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}

a.metalink:hover {
    border:2px solid #dfdfdf;
}


/**** Sec2: TRANSCEND THE NORM ****/
section.hs2 {
    width:100%;
    text-align:center;
    padding:80px 25%;
    background-image:url('images/hs2_bg.png');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}



/**** Sec3: 4 icons ****/
section.hs3 {
    width:100%;
    background:url('images/hs3_bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    position:relative;
}

.hs3CR {
    float:right;
    width:50%;
    background:#ffffff;
    text-align:center;
    padding:60px 3%;
}

.hs3CR i {
    display:inline-block;
    width:22%;
    margin:0 1%;
}

.hs3CL {
    float:left;
    width:50%;
}


article.hs3CLtxt {
    width:80%;
    padding:40px 60px;
    background:url('images/hs3CLtxt_bg.png');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}


/**** Sec4: COMBINE COLOURFUL SYNERGY ****/
section.hs4 {
    width:100%;
    padding:80px 0 50px;
    background:#ffffff;
    position:relative;
}

.hs4wrap {
    width:86%;
    margin:0 auto;
}

.hs4img {
    float:right;
    width:80%;
}

.hs4line {
    margin-top:40px;
    width:25%;
}

.hs4CL {
    float:left;
    width:50%;
    margin-top:40px;
    padding-left:15%;
}

.hs4CR {
    float:right;
    width:50%;
    margin-top:40px;
}


/**** Sec5: INSPIRE LIVING TRENDS ****/
section.hs5 {
    width:100%;
    padding:80px 0;
    position:relative;
    background-image:url('images/section_bg1.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.hs5wrap {
    width:93%;
}

.hs5tag {
    width:15%;
    float:right;
}

.hs5img1 {
    width:70%;
    float:left;
    position:relative;
    z-index:10;
}

.hs5txt {
    width:30%;
    margin:100px 0 0 7%;
}

.hs5img2 {
    position:absolute;
    bottom:60px;
    right:7%;
    width:40%;
}


/**** Sec6: INFUSE NEW EXPRESSIONS ****/
section.hs6 {
    width:100%;
    padding:80px 0;
    position:relative;
    background-image:url('images/section_bg2.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.hs6wrap {
    width:93%;
    margin-left:7%;
}

.hs6tag {
    width:25%;
    float:left;
}

.hs6img1 {
    width:70%;
    float:right;
    position:relative;
    z-index:10;
}

.hs6txt {
    width:30%;
    float:right;
    margin:100px 7% 0 0;
}

.hs6img2 {
    position:absolute;
    bottom:60px;
    left:7%;
    width:40%;
}



/**** Sec7: Meta Loaf ****/

section.hs7 {
    width:100%;
    padding:60px 0;
    background:#ffffff;
    position:relative;
}

img.concepticon {
    display:block;
    position:absolute;
    top:60px;
    left:6%;
    width:8%;
}

.hs789wrap {
    width:86%;
    margin:0 auto;
}

.hs789R1 {
    width:100%;
    text-align:center;
    padding:120px 0 190px;
	
}

img.metaicon {
    display:inline-block;
    width:20%;
}

.hs7txt {
    float:left;
    width:47%;
    padding-left:30px;
}

.hs7txt img {
    margin-top:40px;
    width:70%;
}

.hs7img {
	    margin-right: 10%;
	width: 35%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
	
   
}
    .hs7R2 {
width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
    }
hr.metaline {
    width:50px;
    height:4px;
    margin:20px 0;
    border:none;
    background:#585b5d;
    position:relative;
    right:30px;
}

/*.hs7 > .shadow > img.fit {
    width: 100%;
}*/

/**** Sec8: Meta Mall ****/

section.hs8 {
    width:100%;
    padding:60px 0;
    background:#ffffff;
    position:relative;
}

.hs8txt {
    float:right;
    width:47%;
    padding-left:30px;
    position:relative;
    z-index:10;
}

.hs8txt img {
    margin-top:40px;
    width:100%;
}

.hs8img {
    width:35%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:10;
}

.hs8R2 {
    width:45%;
    position:absolute;
    bottom:0;
    left:0;
    
}


/**** Sec9: Meta Tower ****/

section.hs9 {
    width:100%;
    padding:60px 0;
    background:#ffffff;
    position:relative;
}

.hs9txt {
    width:47%;
    padding-left:30px;
}

.hs9txt img {
    margin-top:40px;
    width:100%;
}

.hs9img {
    width:35%;
    position:absolute;
    bottom:0;
    right:0;
    z-index:10;
}

.hs9R2 {
    width:45%;
    position:absolute;
    bottom:0;
    right:0;
}


/**** Sec10: Meta Residence ****/
section.hs10 {
    width:100%;
    padding:60px 0 0;
    background:#ffffff;
    position:relative;
}

.hs10R1 {
    width:100%;
    padding-top:4%;
    background:#143e45;
    position:relative;
}

.hs10R1-CL {
    width:45%;
}

.hs10R1-CR {
    position:absolute;
    bottom:0;
    right:0;
    width:55%;
    height:86%;
    background-image:url('images/hs10_LUXSOHOimg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

img.LUXSOHO-logo {
    display:block;
    margin-left:17%;
    width:35%;
}

.LUXSOHO-desc {
    width:100%;
    margin-top:60px;
    padding:50px 25% 60px 17%;
    background-image:url('images/LUXSOHO-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

a.pglink {
    display:block;
	width: 190px;
    margin-top: 40px;
    padding: 14px 0;
    text-align:center;
    background:rgba(255,255,255,0.8);
    font-size:1vw;
    color:#143e45;
    font-weight:bold;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}

a.pglink:hover {
    background:#143e45;
    color:#ffffff;
}

a.pglink2:hover {
    background:#30386b;
    color:#ffffff;
}

.hs10R2 {
    width:100%;
    padding-top:4%;
    background:#30386b;
    position:relative;
}

.hs10R2-CR {
    float:right;
    width:45%;
}

img.LUX-logo {
    display:block;
    margin-left:17%;
    width:35%;
}
img.BLIZ-logo {
    display:block;
    margin-left:9%;
    width:40%;
}

.LUX-desc {
    width:100%;
    margin-top:60px;
    padding:50px 25% 60px 17%;
    background-image:url('images/LUX-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.hs10R2-CL {
    position:absolute;
    bottom:0;
    left:0;
    width:55%;
    height:86%;
    background-image:url('images/Lux.jpeg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.hs10R3 {
    width:100%;
    /*padding:60px 0;
    background-image:url('images/hs10R3_bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover; */
}

.hs10R3a {
    height: 300px;
    background-color: #e4d6c5;
}

@media (max-width: 642px) {

    .hs10R3a {
        height: 60px;
    }

}

.hs10R3b {
    background-color: #4b3a3d;
    position: relative;
}

.hs10R3ba {
    text-align: right;
    z-index: 2;
    position: relative;
}

.bliz-banner {
    max-width: 100%;
}

@media (min-width: 643px) {
    .bliz-banner {
        margin-top: -200px;
        width: 90%;
        object-fit: cover;
    }
}

.bliz-new-launch {
    position: absolute;
    top: -200px;
    left: 10%;
    display: block;
    padding: 30px 130px 30px 30px;
    font-family: 'ubuntumedium';
    font-size: 20px;
    letter-spacing: 1px;
    background: rgb(237,34,144);
    background: -moz-linear-gradient(90deg, rgba(237,34,144,1) 0%, rgba(237,34,144,1) 25%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(237,34,144,1) 0%, rgba(237,34,144,1) 25%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(237,34,144,1) 0%, rgba(237,34,144,1) 25%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed2290",endColorstr="#000000",GradientType=1);
    color: #fff;
}

@media (max-width: 642px) {

    .bliz-new-launch {
        top: 0;
        left: 0;
        padding: 18px 130px 18px 20px;
        font-size: 18px;
    }

}

.bliz-short-desc {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
}

.hs10R3bb {
    z-index: 1;
}

.hs10R3bba {
    padding: 50px 6% 60px 15%;
}

@media (max-width: 642px) {

    .hs10R3bba {
        position: relative;
        padding: 50px 6% 60px 10%;
    }
    
}

@media (min-width: 643px) {

    .hs10R3bba {
        float: left;
        width: 35%;
    }

}

.hs10R3bba .bliz-common-dark-purple-bg-reverse {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
}

@media (max-width: 642px) {

    .hs10R3bba .bliz-common-dark-purple-bg-reverse {
        width: 100%;
    }

}

.bliz-logo {
    max-width: 100%;
    position: relative;
}

@media (max-width: 642px) {

    .bliz-logo {
        max-width: 200px;
    }

}

.hs10R3bbb {
    padding: 50px 15% 60px 9%;
}

@media (min-width: 643px) {

    .hs10R3bbb {
        float: right;
        width: 65%;
    }

}

.bliz-desc {
    color: #e4d6c5;
}

.bliz-desc p {
    font-size: 0.9em;
    line-height: 160%;
}

@media (min-width: 643px) {

    .bliz-desc {
        text-align: justify;
    }

}

.hs10R3 a.pglink {
    background-color: #a59d9e;
    color: #4b3a3d;
}

.hs10R3 a.pglink:hover {
    background-color: #7e4c9e;
    color: #fff;
}

/*.hs10R3wrap {
    width:86%;
    margin:0 auto;
}

.hs10R3CL {
	float:left;
    width:45%;
	margin-left:15%;
   
}

.hs10R3CR {
    width:50%;
    float:right;
    padding-right:150px;
	
}


.hs10R3CL span {
    display:block;
	width: 190px;
    margin-left: 12%;
    margin-top:10px;
    padding:14px 0;
    text-align:center;
    background:rgba(255,255,255,0.3);
    font-size:1vw;
    color:#ffffff;
    font-weight:bold;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}*/

.shadow2 {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
}

/*.shadow2 img.fit{
    width: 100%;
}*/

.hs10R3-img-sec {
    background: #e3d5c5;
    padding: 20px;
    position: relative;
    min-height: 300px;
}

.hs10R3-img-sec .hs10R3-img-sec-wrap {
	position: absolute;
	right: 0;
	top: 20%;
	text-align: right;
}

.hs10R3-text-sec {
    display: flex;
}

.hs10R3-inner-sec-col {
	padding: 30% 5% 3% 5%;
}

.hs10R3-inner-sec-col:first-child {
	width: 40%;
	background-image: linear-gradient(#4b3a3d, #7d4c9d);
	text-align: right;
}

.hs10R3-img-sec-wrap .new-launch-img {
	position: absolute;
	right: 0;
}

.hs10R3-img-sec-wrap .new-launch-text {
	position: relative;
	right: 170.3%;
}

.hs10R3-inner-sec-col:last-child {
	width: 60%;
	background: #4a393c;
}

.hs10R3-inner-sec-col:last-child p {
	color: #e4d6c5;
	line-height: 24px;
	width:70%;
}

@media (min-width: 1025px) and (max-width: 1250px) {
	.hs10R3-img-sec-wrap .new-launch-img {
		width: 1000px;
	}
	
	.hs10R3-img-sec-wrap .new-launch-text {
		right: 107.9%;
	}
	
	.hs10R3-inner-sec-col{
		padding: 25% 5% 3% 5%;
	}
}

@media (min-width: 835px) and (max-width: 1024px){
	.hs10R3-img-sec-wrap .new-launch-img {
		width: 900px;
	}
	
	.hs10R3-img-sec-wrap .new-launch-text{
		right: 87%;
	}
	
	.hs10R3-inner-sec-col {
		padding: 25% 5% 3% 5%;
	}
	
	.hs10R3 a.pglink {
		margin-top: 20px;
		margin-left: 0;
	}
}

@media (min-width: 576px) and (max-width: 834px){
	.hs10R3-img-sec {
		min-height: 200px;
	}
	
	.hs10R3-img-sec-wrap .new-launch-img {
		width: 680px;
	}
	
	.hs10R3-img-sec-wrap .new-launch-text{
		right: 41.5%;
	}
	
	.hs10R3 a.pglink {
		margin-top: 20px;
		margin-left: 0;
	}
}

@media (max-width: 575px){
	.hs10R3-img-sec-wrap .new-launch-img{
		width: 500px;
	}
	
	.hs10R3-img-sec-wrap .new-launch-text{
		width: 200px;
		right: 88%;
	}
	
	.hs10R3-text-sec {
		flex-wrap: wrap;
	}
	
	.hs10R3-inner-sec-col:first-child {
		width: 100%;
		text-align: left;
		padding: 12% 10% 8% 10%;
	}
	
	.hs10R3-inner-sec-col:last-child {
		width: 100%;
		padding: 12% 10% 8% 10%;
	}
	
	.hs10R3-inner-sec-col:last-child p {
		width: 100%;
	}
	
	.hs10R3 a.pglink{
		margin-top: 30px;
		margin-bottom: 5px;
	}
}

/**** Sec11: Gallery ****/
section.hs11 {
    width:100%;
}

p.galtxt1 {
  position:absolute;
  bottom:30px;
  right:80px;
  font-size:18px !important;
  color:#ffffff;
 }


/**** Sec12: Video ****/
section.hs12 {
    width:100%;
    padding:80px 0;
    position:relative;
    background-image:url('images/hs12_bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover; 
}

.video1 {
    width:100%;
    background:#000000;
}

.video1 iframe {
    display:block;
    width:100%;
    height:500px;
}


/**** Sec13: Location map ****/

section.hs13 {
    width:100%;
    padding:60px 0;
    position:relative;
    background:#ffffff;
}


/**** Sec14: DIRECT MRT ... ****/
section.hs14 {
    width:100%;
    padding:60px 0;
    position:relative;
    background-image:url('images/hs14_bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover; 
}

i.square {
    display:block;
    position:absolute;
    left:0;
    top:23%;
    width:14%;
}

.hs14CR {
    float:right;
    width:30%;
    margin-top:60px;
}

.hs14CL {
    float:left;
    width:60%;
    margin-top:60px;
    position:relative;
    z-index:10;
}



/**** Sec15: DEVELOPER ****/
section.hs15 {
    width:100%;
    padding:80px 0 60px;
    position:relative;
    background:#ffffff;
}

.hs15CL {
    float:left;
    width:47%;
    margin-top:60px;
}

.hs15CR {
    float:right;
    width:47%;
    margin-top:60px;
}


/**** Sec16: REGISTRATION FORM ****/
section.hs16 {
    width:100%;
    padding:60px 0 60px;
    position:relative;
    background:#ffffff;
}

.hs16CL {
    float:left;
    width:12%;
}

.hs16CR {
    float:right;
    width:50%;
    text-align:right;
    padding-top:2%;
}

h1.regtag {
    font-size:1.8vw;
    color:#723990;
    font-weight:normal;
}

p.regtxt1 {
    font-size:0.8vw;
    color:#3b3e40;
    margin-top:20px;
}

.fmpanel {
    margin-top:60px;
    width:100%;
} 

.fmrow {
    width:100%;
    margin-bottom:50px;
}

label.fmtag {
    float:left;
    width:30%;
    font-size:1.1vw;
    font-family: 'ubuntumedium';
    color:#45484c;
}

label.fmtag sup {
    font-weight:bold;
}

.fmfill {
    float:left;
    width:70%;
}

input.fmctl {
    display:block;
    width:100%;
    border-right:2px solid #577ea4;
    border-bottom:2px solid #577ea4;
    border-top:none;
    border-left:none;
    background:none;
    padding:6px 15px;
    font-family: 'ubunturegular';
    font-size:1.2vw;
    color:#45484c;
    outline:none;
}

::placeholder {
    color: #aaaaaa;
    opacity: 1; /* Firefox */
    font-size:0.8em;
    font-style:italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaaaaa;
    font-size:0.8em;
    font-style:italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaaaaa;
    font-size:0.8em;
    font-style:italic;
}

select.fmctl_select {
    display:block;
    width:40%;
    border:2px solid #577ea4;
    background:none;
    padding:6px 15px;
    font-family: 'ubunturegular';
    font-size:1.2vw;
    color:#45484c;
    outline:none;
}

.captcha {
    float:left;
    width:20%;
    height:40px;
    background:#bbbbbb;
    margin-right:5%;
}

.capthafill {
    float:left;
    width:20%;
    margin-right:5%;
}

input.fmctl2 {
    display:block;
    width:100%;
    border:2px solid #577ea4;
    background:none;
    padding:6px 15px;
    font-family: 'ubunturegular';
    font-size:1.2vw;
    color:#45484c;
    outline:none;
}

.captchatxt {
    float:left;
    width:40%;
}

.captchatxt p {
    font-size:1vw;
    color:#45484c;
}

p.regtxt2 {
    font-size:1vw;
    color:#3b3e40;
    margin-bottom:30px;
}

p.regtxt2 sup {
    font-weight:bold;
}

input.agree {
    display:block;
    width:20px;
    height:20px;
    float:left;
}

label.accept {
    display:block;
    width:95%;
    float:right;
    font-size:1vw;
    color:#3b3e40;
    line-height:150%;
}

a.tclink {
    color:#ff0000;
    text-decoration:underline;
}


input.subbtn {
    display:inline-block;
    padding:12px 35px;
    background:#577ea4;
    border:none;
    outline:none;
    cursor:pointer;
    font-size:1vw;
    color:#ffffff;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}

input.subbtn:hover {
    background:#723990;
}



/******** LUX SOHO / LUX ********/

/**** LUXsoho sec 1 ****/
section.lxsoho1 {
    width:100%;
    height:65%;
    position:absolute;
    top:0;
    left:0;
    background:#1f4047;
}

.lxsoho1L {
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    background-image:url('images/LUXSOHO-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.lxsoho1La {
    position:absolute;
    bottom:0;
    left:0;
    width:85%;
    height:84%;
    background:#1f4047;
    padding:15% 0 0 12%;
}

img.LUXSOHOlogo {
    display:inline-block;
    width:50%;
}

.lxsoho1R {
    position:absolute;
    bottom:0;
    right:0;
    width:50%;
    height:84%;
    background:#ffffff;
    padding:7% 0 0 12%;
}

.lxsoho1R h1 {
    font-size:2.3vw;
    color:#8d3451;
    font-weight:normal;
}

hr.red1 {
    margin-top:20px;
    width:120px;
    height:4px;
    border:none;
    background:#ed4e23;
}


/**** LUX sec 1 ****/
section.lux1 {
    width:100%;
    height:65%;
    position:absolute;
    top:0;
    left:0;
    background:#d5622a;
}

.lux1L {
    position:absolute;
    top:0;
    left:0;
    width:30%;
    height:100%;
    background:#343465;
    text-align:center;
    padding-top:12%;
}

img.LUXlogo {
    display:inline-block;
    width:42%;
}

.lux1R {
    position:absolute;
    top:0;
    right:0;
    width:70%;
    height:96%;
    padding:12% 0 0 22%;
    background-image:url('images/LUX-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.lux1R h1 {
    font-family: 'globerthin';
    font-size:2.8vw;
    color:#343465;
}

.halfsquare1 {
    margin:40px 0 0 5px;
    width:90px;
    height:40px;
    border-left:3px solid #d5622a;
    border-bottom:3px solid #d5622a;
}


/**** LX Content ****/
section.lxxontent {
    width:100%;
    position:absolute;
    top:65%;
    left:0;
}


/**** LX Gallery ****/
section.lxgallery {
    width:100%;
}



/**** LUXsoho sec 2 ****/
section.lxsoho2 {
    width:100%;
    background:#ffffff;
    padding:60px 0;
}

.lxsoho2-row {
    width:100%;
}


h1.lxtag1 {
    margin-left:7%;
    font-size:1.8vw;
    color:#8d3451;
    font-weight:normal;
}

.lxsohopic1 {
    float:left;
    width:50%;
    margin-top:60px;
    padding:0 5% 30px 15%;
    position:relative;
    z-index:10;
}

.lxsohopic1 img {
    position:relative;
    z-index:10;
}

.lxsohopic1-bg {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50%;
    background-image:url('images/LUXSOHO-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.lxsohodesc {
    float:right;
    width:45%;
    margin-top:60px;
    padding:0 15% 0 40px;
}

h2.lxtag2 {
    font-size:1.1vw;
    color:#1f4047;
    font-weight:normal;
}


hr.red2 {
    margin:30px 0;
    width:80px;
    height:4px;
    border:none;
    background:#ed4e23;
    position:relative;
    right:40px;
}

p.lxtxt1 {
    font-size:0.95vw;
    color:#1f4047;
    line-height:160%;
}

p.lxtxt2 {
    margin-top:30px;
}

a.openplan {
    display:inline-block;
    margin-top:30px;
    padding-bottom:10px;
    border-bottom:1px solid #606060;
    font-size:1.1vw;
    color:#606060;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
}

a.openplan:hover {
    border-bottom:1px solid #ed4e23;
    color:#ed4e23;
}

a.openplan2 {
    display:inline-block;
    margin-top:30px;
    padding-bottom:10px;
    border-bottom:1px solid #ffffff;
    font-size:1.1vw;
    color:#ffffff;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
}

a.openplan2:hover {
    color:#ed4e23;
}

.lxsohopic2 {
    float:left;
    width:40%;
}

.lxsohopic3 {
    float:left;
    width:50%;
    padding:30px 0 0 26%;
    position:relative;
}

.lxsohopic3 img {
    position:relative;
    z-index:10;
}

.lxsohopic3-bg {
    position:absolute;
    top:0;
    right:0;
    width:60%;
    height:100%;
    background:#1f4047;
}


/**** LUX sec 2 ****/
section.lux2 {
    width:100%;
    background:#ffffff;
    padding:60px 0;
}

.lux2-row {
    width:100%;
}


h1.lxtag1a {
    margin-left:7%;
    font-family: 'globerthin';
    font-size:1.8vw;
    color:#343465;
    line-height:140%;
}

.luxpic1 {
    float:left;
    width:50%;
    margin-top:60px;
    padding:0 0 30px 15%;
    position:relative;
}

.luxpic1 img {
    position:relative;
    z-index:10;
}

.luxpic1-bg {
    position:absolute;
    top:0;
    right:0;
    width:86%;
    height:100%;
    background-image:url('images/LUX-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.luxdesc {
    float:right;
    width:45%;
    margin-top:60px;
    padding:0 15% 0 40px;
}

.halfsquare2 {
    display:inline-block;
    margin:40px 20px 0 5px;
    width:70px;
    height:30px;
    border-left:1px solid #d5622a;
    border-bottom:1px solid #d5622a;
}

a.openplan-lux {
    display:inline-block;
    font-size:1.1vw;
    color:#606060;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
}

a.openplan-lux:hover {
    color:#d5622a;
}


.luxpic2 {
    float:left;
    width:50%;
    padding:0 12% 30px 0;
    position:relative;
}

.luxpic2 img {
    position:relative;
    z-index:10;
}

.luxpic2-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#343465;
}

.luxpic3 {
    float:left;
    width:43%;
    margin-left:7%;
    background:#d5622a;
    padding:0 8% 1.2% 0;
    position:relative;
}

.luxpic3 img {
    position:relative;
    z-index:10;
}

.luxpic3-bg {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:95%;
    background-image:url('images/LUX-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}


/**** LUXsoho sec 3****/
section.lxsoho3 {
    width:100%;
    background:#ffffff;
}

.lxsoho3L {
    float:left;
    width:50%;
    padding:60px 7%;
    height:350px;
}

.lxsoho3L h1 {
    font-size:1.5vw;
    color:#8d3451;
    font-weight:normal;
}

.lxsoho3R {
    float:right;
    width:50%;
    height:350px;
    padding-top:100px;
    background-image:url('images/LUXSOHO-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}

.actnow {
    width:35%;
    margin:0 auto;
}

.actnow1 {
    width:50%;
    float:left;
}

.actnow2 {
    width:50%;
    float:right;
    text-align:right;
}

a.regnow {
    display:block;
    margin-top:40px;
    text-align:center;
    padding:15px 0;
    background:rgba(255,255,255,0.6);
    font-family: 'ubuntumedium';
    font-size:1.1vw;
    color:#606060;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
}

a.regnow:hover {
    background:rgba(237,78,35,0.8);
    color:#ffffff;
}


/**** LUX sec 3****/
section.lux3 {
    width:100%;
    background:#343465;
}

.lux3L {
    float:left;
    width:50%;
    padding:60px 7%;
    height:350px;
}

.lux3L h1 {
    font-size:1.5vw;
    color:#d5622a;
    font-weight:normal;
}

.lux3R {
    float:right;
    width:50%;
    height:350px;
    padding-top:100px;
    background-image:url('images/LUX-bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}


/******** BLIZ ********/
.bliz-common-purple-bg {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(125,76,158,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(125,76,158,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(125,76,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#7d4c9e",GradientType=1);
}

.bliz-common-purple-bg-reverse {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(125,76,158,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(125,76,158,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(125,76,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#7d4c9e",GradientType=1);
}

.bliz-common-blue-bg {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(92,121,188,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(92,121,188,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(92,121,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#5c79bc",GradientType=1);
}

.bliz-common-blue-bg-reverse {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(92,121,188,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(92,121,188,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(92,121,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#5c79bc",GradientType=1);
}

.bliz-common-dark-purple-bg {
    background: rgb(75,58,61);
    background: -moz-linear-gradient(0deg, rgba(75,58,61,1) 0%, rgba(125,76,158,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(75,58,61,1) 0%, rgba(125,76,158,1) 100%);
    background: linear-gradient(0deg, rgba(75,58,61,1) 0%, rgba(125,76,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b3a3d",endColorstr="#7d4c9e",GradientType=1);
}

.bliz-common-dark-purple-bg-reverse {
    background: rgb(75,58,61);
    background: -moz-linear-gradient(180deg, rgba(75,58,61,1) 0%, rgba(125,76,158,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(75,58,61,1) 0%, rgba(125,76,158,1) 100%);
    background: linear-gradient(180deg, rgba(75,58,61,1) 0%, rgba(125,76,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b3a3d",endColorstr="#7d4c9e",GradientType=1);
}

/**** BLIZ sec 1 ****/
.bliz-page section.lxsoho1 {
    background: #7d4c9e;
}

@media (min-width: 643px) {
    .bliz-page img.LUXSOHOlogo {
        width: 70%;
    }
}

.bliz-page .lxsoho1La {
    left:unset;
    right:0;
    width:66%;
    height:100%;
}

.bliz-page .lxsoho1Laa {
    position:absolute;
    bottom:0;
    right:0;
    width:50%;
    height:50%;
}

.bliz-page .lxsoho1R {
    background-color: #e4d6c5;
    padding: 14% 0 0 9%;
}

.bliz-page .lxsoho1R h1 {
    font-family: 'cirkalight','ubunturegular';
    color: #282d68;
}

.bliz-page .lxsoho1R h1 span {
    margin-left: 7.7%;
}

.bliz-page .lxsoho1Rb {
    position: absolute;
    width: 15%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 643px) {

    .bliz-page .lxsoho1L {
        width: 40%;
    }

    .bliz-page .lxsoho1R {
        width: 60%;
    }

}

.bliz-page .lxsoho1Rba {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7%;
}

.bliz-page .lxsoho1Rbb {
    position: absolute;
    top: 7%;
    left: 0;
    width: 100%;
    height: 7%;
}

.bliz-page .lxsoho1Rbc {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
    height: 30%;
}

.bliz-common-purple-bg-reverse.shape16 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}

.bliz-page .bliz-corner {
    position: absolute;
    top: 30%;
    left: 43%;
    width: 65px;
    height: 25px;
    background-color: transparent;
    border-top: 3px solid #ed2290;
    border-right: 3px solid #ed2290;
}

/**** BLIZ gallery ****/
.bliz-page p.galtxt1 {
    font-size: 15px !important;
}

/**** BLIZ sec 2 ****/
.bliz-page h2.lxtag2 {
    font-family: 'cirkalight','ubunturegular';
    font-size: 1.5vw;
}

.bliz-page section.lxsoho2 {
    background-color: #9abcb7;
}

.bliz-page .lxsoho2 > div.lxsoho2-row:first-child {
    margin-bottom: 30px;
}

.bliz-page .lxsohopic1 {
    margin-top: 0;
    padding: 0 0 0 10%;
    margin-bottom: 30px;
}

.bliz-page .lxsohodesc {
    width: 50%;
    margin-top: 0;
    padding: 90px 15% 0 75px;
    position: relative;
}

.bliz-page img.fit {
    width: 100%;
}

.bliz-common-purple-bg.shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
}

.bliz-common-purple-bg.shape2 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 10%;
}

.bliz-common-purple-bg.shape3 {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 50%;
}

.bliz-common-purple-bg.shape4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 83%;
    height: 80px;
}

.bliz-common-purple-bg.shape5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.bliz-common-purple-bg.shape6 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 50%;
}

.bliz-common-purple-bg.shape7 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px;
}

.bliz-common-blue-bg-reverse.shape8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
}

.bliz-common-blue-bg.shape9 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 15%;
}

.bliz-common-blue-bg.shape10 {
    position: absolute;
    top: 15%;
    right: 0;
    width: 40%;
    height: 15%;
}

.bliz-common-blue-bg.shape11 {
    position: absolute;
    top: 30%;
    right: 0;
    width: 40%;
    height: 70%;
}

.bliz-page p.lxtxt1 {
    font-family: 'cirkalight','ubunturegular';
    margin-top: 27px;
}

.bliz-page .lxsoho2 .pglink {
    background-color: #e4d6c5;
    color: #4b3a3d;
}

.bliz-page .lxsoho2 .pglink:hover {
    background-color: #7e4c9d;
    color: #fff;
}

.bliz-page a.openplan,
.bliz-page a.openplan:hover {
    padding-bottom: 0;
    border: none;
    margin-top: 50px;
}

.bliz-page a.openplan:hover {
    color: #fff;
}

.bliz-page .bliz-md-row-reverse .lxsohodesc {
    padding-left: 10%;
}

.bliz-page .lxsoho2 > div.lxsoho2-row:nth-child(2) {
    margin-bottom: 60px;
}

.bliz-page .lxsohopic2 {
    position: relative;
}

.bliz-page .lxsohopic3 {
    margin-top: 0;
    padding: 0 0 0 10%;
}

@media (min-width: 641px) {

    .bliz-page a.openplan:before {
        content: "";
        display: inline-block;
        width: 50px;
        height:1px;
        background-color: #fff;
        margin: 0.35em 5px 0.35em 0;
    }

}

@media (min-width: 803px) {

    .bliz-page .bliz-md-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .bliz-page .lxsohopic2 {
        width: 80%;
    }

    .bliz-page .lxsohopic2 img.fit {
        height: 65vh;
        object-fit: cover;
    }

}

/**** BLIZ sec 3 ****/
.bliz-page .lxsoho3 {
    background-color: #d1d3d4;
}

.bliz-page .lxsoho3L {
    position: relative;
    height: auto;
}

.bliz-page .lxsoho3L > * {
    position: relative;
    z-index: 2;
}

.bliz-page .lxsoho3L > .bliz-common-blue-bg-reverse {
    position: absolute;
    z-index: 1;
}

.bliz-page .lxsoho3L h1 {
    font-family: 'cirkalight','ubunturegular';
}

.bliz-page hr.red2 {
    width: 30px;
    right: 0;
}

.blizpic3p1 {
    margin-top: 60px;
}

@media (min-width: 803px) {

    .bliz-page .lxsoho3La {
        min-height: calc(((359 / 1536) * 100vw) - (181px / 3));
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-width: 400px;
        margin: 0 20%;
    }

    .bliz-page img.fit.blizpic3p1 {
        width: 135%;
    }
    
}

.bliz-page .lxsoho3R {
    height: auto;
    padding-top: 0;
    background: none;
}

.bliz-page .lxsoho3Ra {
    margin: 60px 15%;
    position: relative;
    min-height: calc((43 / 128) * 100vw);
}

.bliz-page .lxsoho3Ra > * {
    position: relative;
    z-index: 2;
}

.bliz-page .lxsoho3Ra > .bliz-common-blue-bg {
    position: absolute;
    z-index: 1;
}

.bliz-page .lxsoho3Raa {
    padding: 15%;
}

.bliz-page .lxsoho3R .square-img {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}

.bliz-page .lxsoho3R .square-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 803px) {

    .bliz-page .lxsoho3R img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

}

/**** BLIZ sec 4 ****/
.bliz4 {
    background-color: #4b3a3d;
    padding: 100px 0;
    position: relative;
}

.bliz-common-dark-purple-bg-reverse.shape12 {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
}

.bliz-common-dark-purple-bg.shape13 {
    position: absolute;
    top: 0;
    left: 15%;
    width: 15%;
    height: 100%;
}

.bliz-common-dark-purple-bg.shape14 {
    position: absolute;
    top: 0;
    right: 15%;
    width: 15%;
    height: 100%;
}

.bliz-common-dark-purple-bg-reverse.shape15 {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
}

@media (min-width: 803px) {

    .bliz-page .actnow {
        width: 20%;
    }

}

.bliz-page a.openplan2:hover {
    color: #e4d6c5;
}

.bliz-page a.regnow {
    background-color: #e4d6c5;
    color: #4b3a3d;
}

.bliz-page a.regnow:hover {
    background-color: #7d4c9d;
    color: #fff;
}

/******** Footer ********/
footer {
    width:100%;
    padding:60px 0;
    background-image:url('images/contact_bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}

.contact {
    width:40%;
    margin:0 auto;
}


.ctR1 {
    width:100%;
    text-align:center;
    padding:80px 0 50px;
}

img.villamas-logo {
    display:inline-block;
  
	max-width: 50%;
    height: auto;
}

p.villamas {
    font-family: 'ubuntumedium';
    font-size:1vw;
    color:#ffffff;
}

.ctR2 {
    width:100%;
    padding:40px 0 40px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}

.ctR2 h5 {
    font-size:1vw;
    color:#ffffff;
    text-align:center;
    font-style:normal;
}

.ctR2 address {
    font-size:1vw;
    margin-top:10px;
    color:#ffffff;
    line-height:150%;
    font-style:normal;
    text-align:center;
}

.ctR2L {
    float:left;
    width:45%;
    text-align:right;
    margin-top:30px;
}

p.cttxt1 {
    font-size:0.8vw;
    color:#ffffff;
}

.ctR2R {
    float:right;
    width:45%;
    margin-top:30px;
}

a.scicon1 {
    display:block;
    float:left;
    width:35px;
    margin-right:5%;
}

p.cttxt2 {
    float:left;
    width:50%;
    font-size:0.8vw;
    color:#ffffff;
}

p.cttxt2 span {
    display:block;
    margin-top:6px;
}

.ctR3 {
    width:100%;
    padding:40px 0 0;
    border-top:1px solid #ffffff;
    position:relative;
	
}
.ctR4 {
    width:100%;
    padding:40px 0 0;
    
    position:relative;
	
}


.ctR3a {
    float:left;
    width:30%;
}

.ctR3b {
    float:right;
    width:65%;
}
.ctR4b {
    float:right;
    width:65%;
}
.ctR5b {
   
    display: inline-block;
    font-size: 10px;
    color: #fff;
    line-height: 13px;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
	margin-bottom:-65px;
}

p.cttxt3 {
    font-size:1vw;
    color:#ffffff;
    font-weight:bold;
    line-height:150%;
}

p.cttxt3 span {
    margin-left:20px;
    font-weight:normal;
}

p.cttxt4 {
	color: #fff;
    font-size: 16px;
    float: center;
    padding-bottom: 15px;
    width: 100%;
    
}

p.cttxt41 {
    font-size:0.8vw;
    color:#ffffff;
	
}

p.cttxt5 {
    font-size:1vw;
    color:#ffffff;
    margin-top:10px;
}

.ctR3c {
    position:absolute;
    bottom:0;
    right:0;
	margin
}

a.scicon2 {
    display:inline-block;
    width:32px;
    height:32px;
    margin:0 5px;
}



/*** Click to top ***/
button.totop {
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:6000;
    background:#577ea4;
    border:none;
    padding:12px;
    outline:none;
    cursor:pointer;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
} 

button.totop i {
    display:block;
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid #efefef;
    position:relative;
    bottom:3px;
}

button.totop:hover {
    background:#f37471;
}


