/* Navbar */
    .navbar-transparent {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .navbar-transparent .navbar-brand {
        color: #fff;
    }
    .navbar-transparent .navbar-brand:hover,
    .navbar-transparent .navbar-brand:focus {
        color: #fff;
    }
    .navbar-transparent .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }
    .navbar-transparent .navbar-nav .nav-link:hover,
    .navbar-transparent .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }
    .navbar-transparent .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }
    .navbar-transparent .navbar-nav .show>.nav-link,
    .navbar-transparent .navbar-nav .active>.nav-link,
    .navbar-transparent .navbar-nav .nav-link.show,
    .navbar-transparent .navbar-nav .nav-link.active {
        color: #fff;
    }
    .navbar-transparent .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.1);
    }
    .navbar-transparent .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-transparent .navbar-text {
        color: rgba(255, 255, 255, 0.5);
    }
    .navbar-transparent .navbar-text a {
        color: #fff;
    }
    .navbar-transparent .navbar-text a:hover,
    .navbar-transparent .navbar-text a:focus {
        color: #fff;
    }
/* Font */
    @import url('//fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap');
    .roboto-condensed {
        font-family: 'Roboto Condensed', sans-serif;
    }
    .text-dark-gray {
        color: #484848;
    }
/* Border */
    .border-top {       
        border-top: 1px solid #ddd;
    }
/* Background */
    .bg-semi-transparent {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }
/* Custom Button */
    .btn-pastel-orange {
        color: #fff !important;
        background-color: #fea352;
        border-color: #fea352;
    }
    .btn-pastel-orange:hover {
        color: #fff;
        background-color: #fe993e;
        border-color: #fe8e2b;
        cursor: pointer;
    }
    .btn-pastel-orange:focus,
    .btn-pastel-orange.focus {
        box-shadow: 0 0 0 0 rgba(254, 184, 121, 0.5);
        cursor: pointer;
    }
    .btn-pastel-orange.disabled,
    .btn-pastel-orange:disabled {
        color: #fff;
        background-color: #fea352;
        border-color: #fea352;
    }
    .btn-pastel-orange:not(:disabled):not(.disabled):active,
    .btn-pastel-orange:not(:disabled):not(.disabled).active,
    .show>.btn-pastel-orange.dropdown-toggle {
        color: #fff;
        background-color: #fe8e2b;
        border-color: #fe8417;
        cursor: pointer;
    }
    .btn-pastel-orange:not(:disabled):not(.disabled):active:focus,
    .btn-pastel-orange:not(:disabled):not(.disabled).active:focus,
    .show>.btn-pastel-orange.dropdown-toggle:focus {
        box-shadow: 0 0 0 0 rgba(254, 184, 121, 0.5);
        cursor: pointer;
    }
    .btn-outline-orange {
        color: #fff !important;
        background-color: #fea352;
        border-color: #fff;
    }
    .btn-outline-orange:hover {
        color: #fff;
        background-color: #fe993e;
        border-color: #f5f5f5;
        cursor: pointer;
    }
    .btn-outline-orange:focus,
    .btn-outline-orange.focus {
        box-shadow: 0 0 0 0 rgba(254, 184, 121, 0.5);
        cursor: pointer;
    }
    .btn-outline-orange.disabled,
    .btn-outline-orange:disabled {
        color: #fff;
        background-color: #fea352;
        border-color: #fff;
    }
    .btn-outline-orange:not(:disabled):not(.disabled):active,
    .btn-outline-orange:not(:disabled):not(.disabled).active,
    .show>.btn-outline-orange.dropdown-toggle {
        color: #fff;
        background-color: #fe8e2b;
        border-color: #f5f5f5;
        cursor: pointer;
    }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
    .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show>.btn-outline-orange.dropdown-toggle:focus {
        box-shadow: 0 0 0 0 rgba(254, 184, 121, 0.5);
        cursor: pointer;
    }
/* Home */
    .home-header {
        background: #ffd89b;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #19547b, #ffd89b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-image: url("/images/layouts/home/home-header.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height:100vh;
    }
    .home-header-small {
        background: #ffd89b;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #19547b, #ffd89b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-image: url("/images/layouts/home/home-header.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height:30vh;
    }
    .home-header-content {
        color: #484848;
        width: 508px;
        top: 25%;
        margin-right: auto;
        margin-left: 160px;
        background-color: #fff;
        padding: 32px;
        border-radius: 4px;
        box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    }
    @media(max-width: 1365px) {
        .home-header-content {
            top: 20%;
            margin-left: 50px;
        }
    }
    @media(max-width: 767px) {
        .home-header-content {
            top: 20%;
            width: 300px;
            margin-right: auto;
            margin-left: auto;
        }
        .home-header-content h1 {
            font-size: 32px;
        }
        .home-header-content h3 {
            font-size: 22px;
        }
    }
    .header-brand-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 10px solid #fea352;
    }
    .first-section, .intro-section, .pricing-section, .how-section, .contact-section {
        margin-right: 140px;
        margin-left: 140px;
        padding: 48px 24px;
    }
    @media(max-width: 1365px) {
        .first-section, .intro-section, .pricing-section, .how-section, .contact-section {
            margin-right: 20px;
            margin-left: 20px;
            padding: 22px 10px;
        }
    }
    .intro-title, .pricing-title, .area-title, .contact-title {
        margin: 15px 0px;
    }
    .intro-question {
        margin: 10px 0px;
        font-weight: bold;
        font-size: 17px;
    }
    .intro-answer {
        font-size: 15px;
        line-height: 1.3em;
    }
    .intro-icon {
        width: 50px;
        height: 50px;
        margin: 17px 0px;
    }
    .pricing-div {
        border-radius: 3px;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
        min-height: 325px;
    }
    @media(max-width: 1365px) {
        .pricing-div {
            min-height: 370px;
        }
    }
    @media(max-width: 991px) {
        .pricing-div {
            min-height: 320px;
        }
    }
    .pricing-detail-div {
        display: none;
    }
    .pricing-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }
    .btn-pricing-detail-close {
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        padding: .5rem .8rem;
        margin: -15px -15px -15px auto;
    }
    .btn-pricing-detail-close:hover {
        opacity: 1;
    }
    .ind-home-owner {
        background: linear-gradient(45deg, rgba(254, 163, 82, 0.5), rgba(254, 120, 82, 0.5)), url("/images/layouts/home/individual-homeowner.jpg");
    }
    .amb-home-owner {
        background: linear-gradient(45deg, rgba(254, 163, 82, 0.5), rgba(254, 120, 82, 0.5)), url("/images/layouts/home/ambitious-homeowner.jpg");
    }
    .airbnb-operator {
        background: linear-gradient(45deg, rgba(254, 163, 82, 0.5), rgba(254, 120, 82, 0.5)), url("/images/layouts/home/abnb.jpg");
    }
    .hotel-operator {
        background: linear-gradient(45deg, rgba(254, 163, 82, 0.5), rgba(254, 120, 82, 0.5)), url("/images/layouts/home/hotel.jpg");
    }
    .pricing-img-cont {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: auto;
        height: 150px;
        border-radius: 3px;
    }
    .pricing-sub-title {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        font-size: 17px;
        text-align: center;
        padding: 20px;
        min-height: 90px;
        background: rgba(0,0,0, 0.1);
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }
    .pricing-desc {
        margin: 10px 0px;
        font-size: 15px;
        line-height: 1.3em;
        text-align: left;
    }
    .pricing-detail-div .pricing-desc {
        padding: 20px;
    }
    .btn-pricing {
        position: absolute;
        margin: 10px;
        bottom: 0;
        right: 0;
    }
    .area-section {
        background-color: #fea352;
        background-image: url("/images/layouts/home/sea-map.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 48px 164px;
    }
    @media(max-width: 1365px) {
        .area-section {
            padding: 22px 30px;
        }
    }
    .area-name {
        margin: 10px 0px;
        font-weight: bold;
        font-size: 17px;
    }
    .area-desc {
        font-size: 15px;
        line-height: 1.3em;
    }
    .area-detail {
        font-size: 15px;
        line-height: 1.3em;
        background-color: white;
        padding: 20px;
        margin-top: 10px;
        display: none;
        position: relative;
        /*border-radius: 0 .4em .4em;*/
        border-radius: .4em;
    }
    .area-detail:after {
        content: '';
        position: absolute;
        left: 0;
        /*top: 10px;*/
        top: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-right-color: #fff;
        border-left: 0;
        /*border-top: 0;*/
        margin-top: -20px;
        margin-left: -20px;
    }
    @media(max-width: 768px) {
        .area-detail:after {
            display: none;
        }
    }
    .area-icon {
        width: 100px;
        height: 100px;
        margin: 17px 0px;
    }
    .how-sub-title {
        margin: 10px 0px;
    }
    .how-row {
        margin-right: 140px;
        margin-left: 140px;
        padding: 48px 24px 0px;
    }
    @media(max-width: 1365px) {
        .how-row {
            margin-right: 40px;
            margin-left: 40px;
            padding: 24px 12px 0px;
        }
    }
    @media(max-width: 991px) {
        .how-row {
            margin-right: 20px;
            margin-left: 20px;
            padding: 12px 6px 0px;
        }
    }
    @media(max-width: 767px) {
        .how-row {
            margin-right: 0px;
            margin-left: 0px;
            padding: 0px;
        }
    }
    .how-row .row {
        padding: 15px;
    }
    .how-row .row:nth-child(1), .how-row .row:nth-child(2), .how-row .row:nth-child(3), .how-row .row:nth-child(4) {
        /*border: 5px solid transparent;*/
        /*border-image: linear-gradient(to right, #fea352, transparent) 5% round;*/
    }
    .how-row .row:nth-child(1), .how-row .row:nth-child(3), .how-row .row:nth-child(5) {
        border: 5px solid transparent;
        border-image: linear-gradient(to top left, #fea352 35%, transparent 65%) 1 round;
        /*border-right: 3px solid linear-gradient(to bottom, #fea352, #fe993e);*/
    }
    .how-row .row:nth-child(2), .how-row .row:nth-child(4) {
        border: 5px solid transparent;
        border-image: linear-gradient(to top right, #fea352 35%, transparent 65%) 1 round;
        /*border-left: 3px solid linear-gradient(to bottom, #fea352, #fe993e);*/
    }
    .how-img {
        border-radius: 50%;
        /*border: 1px solid #fea352;*/
        /*width: 150px;*/
        /*height: 150px;*/
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .how-step {
        margin: 10px 0px;
        font-weight: bold;
        font-size: 17px;
    }
    .how-desc {
        font-size: 15px;
        line-height: 1.3em;
    }
    .contact-img {
        width: inherit;
    }
    @media (min-width: 426px) and (max-width: 767px) {
        .contact-img {
            width: 50%;
        }
    }
    .contact-title {
        margin-top: 2em;
    }
    @media (min-width: 950px) and (max-width: 1024px) {
        .contact-title {
            margin-top: 50px;
        }
    }
    @media (max-width: 949px) {
        .contact-title {
            margin-top: 15px;
        }
    }
    .contact-sub-title {
        margin: 10px 0px;
    }
    .contact-details {
        margin: 20px 0px;
        line-height: 2em;
    }
    /*Footer*/
        .home-footer {
            padding: 21px 140px 24px;
            font-size: 13px;
        }
        @media(max-width: 1365px) {
            .home-footer {
                padding: 21px 20px 24px;
            }
        }
    /*Modal*/
    @media (max-width: 767px) {
        .modal-left-xs-down {
            padding: 0 !important;
        }
        .modal-left-xs-down .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }
        .modal-left-xs-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
        }
    }
    @media (max-width: 991px) {
        .modal-left-sm-down {
            padding: 0 !important;
        }
        .modal-left-sm-down .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }
        .modal-left-sm-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
        }
    }
    @media (max-width: 1199px) {
        .modal-left-md-down {
            padding: 0 !important;
        }
        .modal-left-md-down .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }
        .modal-left-md-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
        }
    }
    .modal-left {
        padding: 0 !important;
    }
    .modal-left .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-left .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
/* Self Check In  */
    .selfcheckin-header {
        background: #ffd89b;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #19547b, #ffd89b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-image: url("/images//kiosk/property/2/bg/bph-bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height:30vh;
    }