body {
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
}
button:focus {
    outline: 0;
}
.qx-btn {
    width: 300px;
    border-radius: 100px!important;
}
.qx-btn-primary {
    background: #C8A531!important;
}
.qx-btn-primary:hover {
    background:#d2b247!important;
}
/* Header */
.t3-header {
    position: fixed;
    z-index: 2;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
}
.navbar-default {
    background: none;
    border: 0;
}
.js-hiraku-offcanvas-btn {
    border: 0;
    padding: 15px;
    letter-spacing: 2px;
}
.head-search .nav-pills > li a, .t3-mainnav {
    font-size: 14px;
}
.js-hiraku-offcanvas-btn, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:focus {
    background: none;
    color: #fff;
    text-transform: uppercase;
}
.js-hiraku-offcanvas-btn, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none!important;
    color: #fff;
}
.header_link, .header_link:hover, .header_link:focus {
    background: none;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 15px;
    letter-spacing: 2px;
  text-decoration:none;
}
html:not(.home) .header_link {
    color: #000;
    background: none!important;
  
}
.head-search {
    margin-top: 0;
}
.head-search .nav-pills {
    text-align: right;
}
.head-search .nav-pills > li {
    display: inline-block;
}
.head-search .nav-pills > li a {
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}
.head-search .nav-pills > li a:hover {
    text-decoration: none;
    color: #fff;
    background: none;
}
.logo-image {
    text-align: center;
}
.logo-img {
    max-width:210px;
    width: 100%;
    transition: 0.3s all ease;
}
html:not(.home) .navbar-default .navbar-nav>*>a, html:not(.home) .navbar-default .navbar-nav>.active>a, html:not(.home) .navbar-default .navbar-nav>.active>a:hover,html:not(.home) .navbar-default .navbar-nav>.active>a:focus{
    color:#000;
}
html:not(.home) .js-hiraku-offcanvas-btn, html:not(.home) .head-search .nav-pills>li a, html:not(.home) .head-search .nav-pills>li a:hover, html:not(.home) .head-search .nav-pills>li a:focus {
    color:#000;
    background: none!important;
}
html:not(.home) .t3-header {
    background: rgba(255,255,255,0.90);
}
html:not(.home) .t3-header.scrolledDown {
    padding-top: 10px;
    padding-bottom: 10px;
}
html:not(.home) .t3-header.scrolledDown .logo-img {
    max-width: 180px;
}

/* Body */
.t3-mainbody {
    padding-top: 0;
    padding-bottom: 0;
}
.t3-content {
    padding-top: 0;
    padding-bottom: 0;
}
/* Slideshow */
.uk-dotnav>*>* {
    width:30px!important;
    border-radius: 0!important;;
    height: 2px!important;
    background: #fff!important;
}
.uk-dotnav>*.uk-active>* {
    background-color: #C8A531!important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;

}
.uk-text-center > div {
    margin-bottom: 45px!important;
        width: 300px;
}
.uk-text-center > div a.uk-button {
    border: 1px solid #C8A531!important;
    background: #C8A531!important;
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    height: 50px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    display: block;
    -webkit-transition: background 100ms ease-in-out,-webkit-transform 2250ms cubic-bezier(.23,1,.32,1);
    transition: background 100ms ease-in-out,transform 2250ms cubic-bezier(.23,1,.32,1);
    transition: background 100ms ease-in-out,transform 2250ms cubic-bezier(.23,1,.32,1),-webkit-transform 2250ms cubic-bezier(.23,1,.32,1);
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    position: relative;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}
.uk-text-center > div a.uk-button:hover {
    background:#d2b247!important;
}
.uk-flex-middle {
    align-items: flex-end!important;
}
.sidebar-offcanvas h4 {
    margin: 30px 0 15px;
    font-weight: 400;
    letter-spacing: 4px;
    background: #424b5d;
    color: #fff;
    padding: 30px;
    margin: 0;
    font-size: 16px;
    text-align: left;
}
.nav-pills > li > a {
    color: #000;
}
.nav-pills > li > a:hover {
    text-decoration: none;
    color: #000;
}
/* Footer */
.t3-footer {
    display: none;
}
.qx-can-edit .qx-btn-edit {
    opacity: 0;
}
.sidebar-offcanvas > *[aria-hidden="true"]{
    display: none;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background: none;
    color:inherit;
}
.menu-menu a, .menu-project a {
    text-transform: uppercase;
    padding: 15px 0!important;
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
}
.menu-menu a:hover, .menu-project a:hover {
    background: none!important;
}
.navbar {
    min-height: 0;
}
.menu-project a  {
    text-align: center;
}
.menu-project a img {
    max-width: 100%!important;
    margin-bottom: 5px;
    object-fit: cover;
    height: 140px;
    display: block;
    width: 100%;
}
/* Contact */
#contactForm {
    color: #fff;
}
#contactForm label {
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-align: center;
}
#contactForm .formRequired {
    font-weight: 300;
}
#contactForm input.form-control, #contactForm textarea {
    width: 100%;
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #333;
    height: 42px;
    outline: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
#contactForm input.form-control:focus, #contactForm textarea:focus {
    outline: 0;
    border: 0;
    border-bottom: 2px solid #fff;
    box-shadow: none;
}
#contactForm textarea {
    height: 200px;
}
#contactForm .grecaptcha-badge {
    margin: 0 auto;
}
#contactForm .btn-primary {
    border: 1px solid #C8A531!important;
    background: #C8A531!important;
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    height: 50px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    display: block;
    -webkit-transition: background 100ms ease-in-out,-webkit-transform 2250ms cubic-bezier(.23,1,.32,1);
    transition: background 100ms ease-in-out,transform 2250ms cubic-bezier(.23,1,.32,1);
    transition: background 100ms ease-in-out,transform 2250ms cubic-bezier(.23,1,.32,1),-webkit-transform 2250ms cubic-bezier(.23,1,.32,1);
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    position: relative;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
}
.property-mainLogo {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
}
.property-mainLogo img {
    max-width: 100%;
    width: auto!important;
}
/* About */
.goldmine-about-2 ul {
    padding-left: 15px;
}
.goldmine-about-2 ul li {
    margin-bottom: 6px;
}
.goldmine-about-2 .qx-element-divider-separator-v2 {
    padding:40px 0!important;
}
.about-services-icon  {
    margin-top: 
}
.about-services-icon img {
    width: 64px!important;
    height: 64px!important;
}
.project-rows .qx-element-text-v2 {
    margin-bottom: 40px;
}
.ul-2columns ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.ul-2columns ul li:nth-child(5) {
  -webkit-column-break-after: always;
  break-after: always;
}
.property-mainImage img {
    min-height: 100svh;
    object-fit: cover;
    aspect-ratio: 5 / 4;
}
.maxwidth-600 {
  max-width:600px;
  margin:0 auto
}
.home .uk-slideshow a[href*="/arte"]:before, .home .uk-slideshow a[href*="/ketujuh"]:before, .home .uk-slideshow a[href*="/anyara"]:before {
    content:"BOOK NOW";
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    max-width:200px;
    margin: 0 auto;
    text-align: center;
    background: #C8A531 !important;
    color:#fff;
    border-radius: 30px;
    padding: 12px;
    cursor: pointer;
}

.uk-text-center > div {
    margin-bottom:100px!important;
  
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 70%);
}
/* Responsive */
@media(min-width:768px) {
    .navbar-header {
        display: none;
    }
    .menu-menu li, .menu-project li {
        padding-left: 30px;
        padding-right: 30px;
    }
    .uk-slideshow .uk-overlay-panel .uk-cover-object {
        display: none!important;
}
}
@media (max-width:768px) {
    @supports not (-webkit-touch-callout: none) {
        .uk-notouch .uk-slideshow video.uk-hidden-notouch, .uk-touch .uk-slideshow video.uk-hidden-touch, .uk-slideshow video {
            object-fit: cover;
            display: block!important;
        }
        video + .uk-cover-background.uk-hidden-notouch {
            display:none!important
        }
    }
    .head-search .nav-pills > li a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }
    .js-hiraku-offcanvas-btn {
        padding: 5px;
    }
    .menu-svgicon path {
        fill:#fff;
    }
    html:not(.home) .menu-svgicon path {
        fill:#000;
    }
    .sidebar-offcanvas h4 {
        padding:20px 30px
    }
    .menu-menu a, .menu-project a {
        padding: 15px 30px!important;
    }
    .property-mainImage  img {
        min-height: 50vh;
        object-fit: cover;
    }
    .t3-content > .quix {
        padding-top: 0px;
    }
    .logo-img {
        max-width:160px;
    }
    html:not(.home) .t3-header.scrolledDown .logo-img {
        max-width:160px;
    }
    /*.uk-slideshow li:nth-child(3) > .uk-position-cover {
        background-image:url('/dev/images/banners/hiring-mobile2.jpg')!important;
    background-position: center center;
    }*/
     /* .uk-slideshow li:nth-child(3) .uk-overlay-active :not(.uk-active)>.uk-overlay-panel:not(.uk-ignore) {
     opacity: 0.7
    }
    .uk-slideshow li:nth-child(3) .uk-cover-background, .uk-slideshow li:nth-child(3) > img {
        display: none;
    }
    .uk-text-center > div {

        width: 100vw;
        height:100vh;
        margin-bottom:0!important;
    }
    .uk-text-center > div img {
        opacity: 1!important;
                width: 100vw!important;
                height:100vh!important;
                object-fit: cover;
    } */
}
