@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@font-face {
  font-family: 'NexaBold';
    src: url("../css/fonts/NexaBold-Bold.eot");
    src: url("../css/fonts/NexaBold-Bold.eot?#iefix") format("embedded-opentype"), 
         url("../css/fonts/NexaBold-Bold.woff") format("woff"), 
         url("../css/fonts/NexaBold-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
img {
    border: 0 none;
    max-width: 100%;                        /*to optimize full width of its parent element*/
}
address {
    font-style: normal;                     /* To Neutralize Default Italic Style To Normal Style */
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* =============================================================================
   Default Style
* ============================================================================= */

body {
    font-family: 'Roboto', sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.inner_wrap {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

section {
    overflow: hidden;
}
.page_heading2 {
    font-size: 36px;
    line-height: 36px;
    padding: 5px 0;
}
.page_heading3 {
    font-size: 30px;
    line-height: 30px;
    padding: 5px 0;
}
p{
    font-size: 18px;
    line-height: 24px;
}
/* ====================== Return to Top Styles ============================ */

#return-to-top {
    background-color: #e9ecec;
    border: 3px solid #e1e1e1;
    border-radius: 50%;
    color: #222222;
    text-decoration: none;
    text-align: center;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 12px;
    right: 14px;
    height: 40px;
    width: 40px;
    font-size: 35px;
    line-height: 42px;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
#return-to-top:hover {
    background-color: #6a6a6a;
}
.scroll-down {
    position: absolute;
    bottom: 10%;
    left: 90%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer
}
.scroll-down:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box
}
.scroll-down:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box
}@-webkit-keyframes sdb03 {
0%{opacity:0}
30%{opacity:1}
60%{box-shadow:0 0 0 60px rgba(255, 255, 255, .5);opacity:0}
100%{opacity:0}
}
@keyframes sdb03 {
0%{opacity:0}
30%{opacity:1}
60%{box-shadow:0 0 0 60px rgba(255, 255, 255, .5);opacity:0}
100%{opacity:0}
}

.animated {
    opacity: 0;
}
.insta_live_gallery_img.animated {
    opacity: 1;
}
.insta_live_gallery_img.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* ====================== Video Styles ============================ */
#backgroundvid {
    width: 100%;
}

#project_video {
    position: relative;
}
#project_video #brand_logo_container {
    position: absolute;
    top: 0%;
    right: 5%;
    max-width: 250px;
}
.main_banner_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
/* ====================== Header Styles ============================ */
.site_header {
    background-color: #4a4a4a;
    color: #ffffff;
    position: relative;
    margin-top: -3px;
}
.site_header.sticky_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.site_header .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#brand_logo_container {
    display: block;
    max-width: 139px;
    width: 100%;
    margin: 10px 0;
}
#brand_logo_container img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#project_video #brand_logo_container img {
    -webkit-filter: invert(1);
    filter: invert(1);
}


/* ====================== Enquire Form Style ============================ */

.price_point {
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 500;
}
.enquire-form-slide {
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: rgba(88, 88, 90, 1);
    border:1px solid #000;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    position: fixed;
    right: -250px;
    top: 15%;
    z-index: 9;
    transition:all ease .4s
}
.enquire-form-slide.active {
    right: 0;
    transition:all ease .4s
}
.enquire-form-slide .enq-toggle {
    background:url(../images/btn_enq.png) no-repeat 0 0;
    width:51px;
    height:194px;
    display:inline-block;
    position:absolute;
    top:60px;
    left:-51px;
    cursor:pointer;
    border-radius: 0 5px 5px 0;
    transform: rotate(180deg); 
    border:1px solid #fff;
    -webkit-filter: invert(70%);
    filter: invert(70%);
}
.enquire-form-slide .enq-toggle i {
    display: none;
}
.enquire-form-slide .close-form {
    background:url(../images/sprite.png) no-repeat 0 0;
    width:12px;
    height:14px;
    display:inline-block;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    background-position:0 -145px;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.form-head {
    font-size: 22px;
    color: #e4e2e2;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 9px;
}
.enquire-form-slide .fieldwrapper {
    width: 100%;
    margin: 0 10px 20px 0;
}

.enquire-form-slide .fieldwrapper input, .enquire-form-slide .fieldwrapper select {
    width: 100%;
    font-family: 'Roboto';
    border: 1px solid #acaaaa;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    padding: 0 0 0 20px;
    outline: 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn {
    float: none;
    width: auto;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.enquire-form-slide .fieldwrapper.form-cta-btn a {
    font-family: 'Roboto';
    display: block;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    border:none;
    background-color: #651b58;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn a:hover {
    background-color: #651b58;
    /*box-shadow: 0px 0px 5px 3px #5ca63c;*/
}

.enquire-form-slide .fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down.png) 96% center no-repeat #fff;
    outline: 0;
    /*padding-right: 40px;*/
}
.enquire-form-slide .fieldwrapper > input:placeholder-shown {
    color: #000000;
    opacity: 1;
}
::-webkit-input-placeholder { /* Chrome */
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}
.thankyou-msg {
    /*color: #ffffff;*/
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}
span#errcontainer {
    display: none;
    width: 100%;
    padding: 5px 0 20px;
    text-align: center;
    color: #ff0000;
}

.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist {
    display: flex;
    justify-content: space-between;
    -ms-display: flex;
    -ms-justify-content: space-between;
    
}
.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist input {
    background-image: url(../images/homeally_checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    border: none;
    width: 24px;
    height: 11px;
    border: none;
    margin-right: 10;
    margin-top: 3px;
    display: block;
    -webkit-appearance: none;
}
.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist input:checked {
    background-image: url(../images/homeally_checkbox_checked.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.enquire-form-slide .fieldwrapper.homeally_dwnld_checklist span {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.desk-ebrochure {
	display: block;
}
.mobi-ebrochure {
	display: none;
}

.enquire-form-slide.active.submitpopup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    border: none;
    padding: 0;
    background-color: rgba(255,255,255,0.8);
}
.submitpopup .thankyou-msg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    max-width: 300px;
    text-align: center;
    padding: 20px;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn {
    display: inline-block;
    margin: 10px auto;
    max-width: none;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn a {
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 19px;
}
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    margin-left: 6px;
    vertical-align: middle;
}
/* ====================== Topnav Style ============================ */
#topnav {
    /*font-family: 'NexaBold';*/
    padding: 0 0 0 10px;
}
#topnav ul {
    display: flex;
    align-items: flex-start;
}
#topnav ul li a {
       display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    /*text-transform: uppercase;*/
    position: relative;
    margin: 0 0 0 20px;
    padding: 15px 2px 15px 2px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}
#topnav ul li a:hover, #topnav ul li a.active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #ffffff;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
a.menu_trigger {
    display: none;
}
.blink_style {
    animation: blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
/* ====================== About Us Style ============================ */
#about_us_wrap {
    background-image: url(../images/about_us_wrap_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0 0;
    margin-top: -3px;
}
#about_us {
    padding-bottom: 50px;
}
#about_us .inner_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about_left {
    width: 50%;
    /*margin-right: 10%;*/
    animation-delay: 0.4;
}

.about_right {
    width: 48%;
}

.about_us_img {
    max-width: 553px;
    width: 100%;
    position: relative;
}
.about_us_img:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    max-width: 553px;
    width: 100%;
    height: 100%;
    border:1px solid rgba(255,255,255,0.2);
}

.about_us_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about_us_txt {
    text-align: center;
}
.about_us_txt .page_heading2 {
    color: #ffffff;
    padding-bottom:20px;
}
ul.about_us_txt_list {
    padding-left: 26px;
}
.about_us_txt_list li {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 10px 0;
}

.about_us_txt h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 20px 0 20px 26px;
    text-align: left;
}

.about_us_txt h4 span {
    display: block;
    padding-top: 30px;
    }

/* ====================== Location Style ============================ */

#location {
    padding: 50px 0 50px 0;
    overflow: hidden;
}

#location .page_heading2 {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
}
#location .page_heading3 {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
}
#location p {
    color: #ffffff;
    padding-bottom:20px;
    text-align: center;
    font-weight: 300;
}
.location_img {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
}
.location_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.location_img p {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
#backgroundvid1 {
    width: 100%
}


/* ====================== Experience Living Style ============================ */
 #living_experience {

 }
 #living_experience .page_heading2, #concierge_service .page_heading2 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.iving_exp_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.iving_exp_img {
    position: relative;
}
.iving_exp_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.iving_exp_img span {
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-size: 22px;
    line-height: 26px;
    color: #fff; 
    text-transform: uppercase;
    text-shadow: 0 0 10px #000000;
}
/* ====================== Video Gallery Style ============================ */

#video_insta_wrap {
    background-image: url(../images/video_insta_wrap_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0 0;
}
#video_gallery {
    padding-bottom: 50px;
}
#video_gallery .page_heading2 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.video_gallery_wrap {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
}
.video_gallery_img {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 5px;
}
.video_gallery_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.vdo-wrapper {
    display: inline-block;
    margin: 0 auto 35px;
    padding-top: 15px;
    width: 48%;
}
#video-gallery .vdo-item {
    float: left;
    position: relative;
    width: 100%
}
#video-gallery .vdo-item:first-child:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0
}
.vdo-box {
    position: relative;
    overflow: hidden
}
.vdo-box > img {
    display: block
}
.vdo-mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(43, 52, 84, 0.8);
    transition: all .6s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display:flex;
    justify-content: center;
    align-items: center;
}

.vdo-mask a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
}
.vdo-mask h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px;
    color: #ffffff;
}
.vdo-mask .ico-play {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-top: 15px;
    background: url(../images/ico_play.png) no-repeat 0 0;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease
}
.vdo-mask:hover .ico-play {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
}
.vdo-box:hover .vdo-mask {
    top: 0
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none
}
.vdo-lightbox {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%
}
.vdo-lightbox .vdo-inner {
    width: 100%;
    height: 100%
}
.vdo-lightbox .vdo-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}
.close-vdo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/close.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

/* ====================== Instagram Live Gallery Style ============================ */

#insta_live_gallery {
    padding-bottom: 50px;
}
#insta_live_gallery .page_heading2 {
    color: #ffffff;
    padding-bottom:40px;
    text-align: center;
}
.insta_live_gallery_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.insta_para {
    color: #fff;
    text-align: center;
    padding: 0 0 20px;
}
.insta_live_gallery_img {
    display: block;
    max-width: 399px;
    width: 100%;
    margin: 0 1px;
    position: relative;
}
.insta_live_gallery_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.insta_live_gallery_img > a > span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0 5px 0 0;
    padding: 5px;
    display: flex;
    align-items: center;
}
.insta_live_gallery_img > a > span img {    
    width: 50px;
    border-radius: 50%;
}
.insta_live_gallery_img > a > span span {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    padding-left: 5px;
}

/* ====================== Bottom section image Style ============================ */
#project_btm {

}
.proj_btm {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.proj_btm img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* ====================== Footer Style ============================ */

.site_footer {
    background-color: #2b3652;
    padding: 50px 0;
}

.site_address {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow: 0 0 10px #000;*/
    padding-bottom: 20px;
}
.footer_disc {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #fff;
    /*text-shadow: 0 0 10px #000;*/
}
.disc_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 10px;
}

.disc_link a:hover {
    text-decoration: none;
}

.book_now_link {
    /*background-color: rgba(255,255,255,0.8);*/
    max-width: 51px;
    width: 10%;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 9;
    animation: blinkingText 1.2s infinite;
    border-radius: 5px 0 0 5px;
}
.book_now_link img {
    border-radius: 5px 0 0 5px;
}
@keyframes blinkingText{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

#privacy_policy_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#privacy_policy_wrap.active {
    transform: translateY(0);
}
.privacy_policy_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    transform: translateY(-50%);
}
.privacy_policy_content > div {
    max-height: 500px;
    overflow: auto;
}
.privacy_policy_content h2 {
    margin-bottom: 5px;
    margin-top: 20px;
}
.privacy_policy_content ul {
    list-style: disc;
    padding-left: 30px;
}
.privacy_policy_content ul li {
    list-style: disc;
    padding: 2px 0 2px 10px; 
}
.close_btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 30px;
    color: #000;
}



@media only screen and (min-width: 1300px) {
/* ====================== Video Styles ============================ */
/*#project_video {
    height: 100vh;
    overflow: hidden;
}*/
}
@media only screen and (max-width: 1023px) {
.page_heading2 {
    font-size: 24px;
    line-height: 24px;
}
.scroll-down {
    display: none;
}
#project_video #brand_logo_container {
    display: none;
}
/* ====================== Header Styles ============================ */



/* ====================== Topnav Style ============================ */
#topnav {
    /*font-family: 'NexaBold';*/
    padding: 0 0 0 10px;
}
#topnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #4a4a4a;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    padding: 10px 0;
    z-index: 99;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    display: none;
}
a.menu_trigger {
    position: relative;
    text-decoration: none;
    vertical-align: top;
    display: block;
    z-index: 99;
}
a.menu_trigger span, a.menu_trigger span:before, a.menu_trigger span:after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 4px;
}
a.menu_trigger span:before {
    top: -8px;
}
a.menu_trigger span:after {
    top: 8px;
}
a.menu_trigger.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
a.menu_trigger.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
a.menu_trigger.active span {
    background-color: transparent;
}
a.menu_trigger.active span:before {
    top: 0;
}
a.menu_trigger.active span:after {
    top: 0;
}
#topnav ul li a, #topnav ul li a:hover, #topnav ul li a.active {
    padding: 0 2px 5px 2px;
    margin: 0 10px 5px 10px;
    }

/* ====================== Enquire Form Style ============================ */

.enquire-form-slide {
    top: auto;
    left: 0;
    right: auto;
    bottom: -100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: none;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, 0.8);
}
.enquire-form-slide.active {
    right: auto;
    bottom: 0;
}
.enquire-form-container {
    position: absolute;
    background-color: rgba(88, 88, 90, 1);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    padding: 40px 10px;
}
.enquire-form-slide .enq-toggle {
	left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 50%;
    background: #4a4a4a;
    height: auto;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    z-index: 999;
    transform: rotate(0deg);
    border-radius: 0;
    filter: none;
    border: none;
}
.enquire-form-slide .enq-toggle i {
    display: inline-block;
    font-size: 1em;
    line-height: 25px;
    padding: 5px 15px;
    min-width: 100px;
    color: #fff;
    font-style: normal;
}
/*.enquire-form-slide .enq-toggle.active i{
    width:32px;
    height:32px;
    text-indent:999px;
    overflow:hidden;
    min-width:inherit;
    border-radius:50%;
    background:#ffffff url(../images/arrow-down.png) no-repeat center center;
}*/

.mobi-ebrochure {
	display: block;
    left: 0;
    top: auto;
    bottom: 0;
    width: 50%;
    background: #4a4a4a;
    border-right: 1px solid #fff;
    height: auto;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    z-index: 999;
    transform: rotate(0deg);
}
.mobi-ebrochure a {
    display: block;
    font-size: 1em;
    line-height: 25px;
    padding: 5px 15px;
    min-width: 100px;
    color: #fff;
    font-style: normal;
    text-decoration: none;
}
.desk-ebrochure {
	display: none;
}
.form-head {
    font-size: 28px;
    line-height: 55px;
}
.enquire-form-slide .fieldwrapper {
    margin: 0 10px 10px 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn input {
    padding-top: 5px; 
}

/* ====================== About Us Style ============================ */

#about_us {
    padding-bottom: 30px;
}
#about_us .inner_wrap {
    flex-direction: column;
}
.about_left {
    width: 100%;
    margin-right: 0;
}

.about_right {
    width: 100%;
}

.about_us_img {
    margin: 0 auto 20px;
}
.about_us_img:after {
    display: none;
}
.about_us_txt .page_heading2 {
    padding-bottom:20px;
    text-align: center;
}

.about_us_txt_list li {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
}

.about_us_txt h4 {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 10px 26px;
}

.about_us_txt h4 span {
    padding-top: 20px;
    }

/* ====================== Location Style ============================ */

#location {
    padding: 30px 0 30px 0;
}

#location p {
    font-size: 15px;
    line-height: 20px;
}

/* ====================== Video Gallery Style ============================ */

.vdo-mask {
    top: 0;
}
.vdo-lightbox {
    left: 0;
    right: 0;
    top: 15%;
    width: 90%;
    height: 80%;
    margin: 0 auto;
}
/* ====================== Instagram Live Gallery Style ============================ */

#insta_live_gallery {
    padding-bottom: 30px;
}
#insta_live_gallery .page_heading2 {
    padding-bottom:20px;
}

.insta_live_gallery_img > a > span img {
    width: 30px;
}
.insta_live_gallery_img > a > span span {
    font-size: 9px;
}
/* ====================== Footer Style ============================ */

footer.site_footer {
    padding: 30px 0 90px;
}

}

@media only screen and (max-width: 767px) {

/* ====================== Experience Living Style ============================ */

 #living_experience .page_heading2 {
    padding-bottom:40px;
}
.iving_exp_img_wrap {
    flex-flow: row wrap;
}

.iving_exp_img span {
    font-size: 16px;
    line-height: 20px;
}
/* ====================== Video Gallery Style ============================ */

#video_gallery {
    padding-bottom: 30px;
}
#video_gallery .page_heading2 {
    padding-bottom:20px;
}
.video_gallery_wrap {
    flex-flow: row wrap;
}
.video_gallery_img {
    width: 90%;
    margin: 5px auto;
}
.video_gallery_img img {
    margin: 5px 5px
}

.book_now_link {
    position: static;
    transform: rotate(90deg);
    margin: -30px 20px -30px 0;
    border-radius: 5px;
}
.book_now_link img {
    border-radius: 5px;
}


    }


