

/* ----------------------------------------- layout ----------------------------------------- */

body {
    background-color: black;
}

a,
a:focus,
a:hover {
    color: #fff;
}

.dark-bg {
    background: url("/img/lotus_hotel_bg_blur.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.light-bg {
    background: url("/img/lotus_hotel_bg_blur_3.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*html {*/
/*    background: url("/img/lotus_hotel_bg_blur_3.jpg") no-repeat center center fixed;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-size: cover;*/
/*}*/

.home-bg {
    /*background-image: url("/img/lotus_hotel_bg_blur.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: repeat;*/
    background-color: black;
    text-align: center;
}

.body-class {
    /*background-image: url("/img/lotus_hotel_bg_blur_3.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: repeat;*/
    background-color: transparent;
    text-align: center;
}

.card {
    margin-left: 16px;
    margin-right: 16px;
    max-width: 175px;
    min-width: 175px;
    /*float: left;*/
    padding-left: 0px;
    padding-right: 0px;
    border-color: #FFFFFF66;
    background-color: #00000088;
    box-shadow: 4px 4px 16px #000000;
    cursor: pointer;
}

.card-body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.card-text {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.page-title-div-text {
    text-align: center!important;
    padding-top: 100px;
    padding-bottom: 32px;
    font-size: 34px;
    font-weight: 600;
}

.title-div-text {
    text-align: center!important;
    padding-top: 160px;
    font-size: 14px;
}

.title-div {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 6px #000000;
    font-weight: 200;
    margin-bottom: 32px;
}

main > .container {
    padding: 60px 15px 0;
}

.footer {
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.mail-icon {
    width: 36px;
    height: 36px;
}

.lotus-green-font {
    color: #47b476;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    text-shadow: 1px 1px 1px #000000;
}

.modal-text-right {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: bold;
}

/* ----------------------------------------- header ----------------------------------------- */

.logo-image {
    height: 58px;
}

#mainNav {
    min-height: 56px;
    background-color: #fff;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #47b476;
    border: 1px solid #47b476;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
    /*color: fade(white, 80%);*/
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.5);
}
#mainNav .nav-link {
    color: darkgray;
}
#mainNav .active {
    color: #47b476;
    font-weight: 600;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: #fff;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }
    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 0.5);
    }
    #mainNav .nav-link {
        -webkit-transition: none;
        transition: none;
        padding: 2rem 1.5rem;
        color: darkgray;
    }
    #mainNav .active {
        color: #47b476;
        font-weight: 600;
    }
    #mainNav .nav-link:hover {
        color: black;
    }
    #mainNav .nav-link:active {
        color: black;
    }
    #mainNav.navbar-shrink {
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #161616;
    }
    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #64a19d;
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: #467370;
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #64a19d;
        outline: none;
        border-bottom: 0.25rem solid #64a19d;
    }
}


/* ----------------------------------------- portfolio content ----------------------------------------- */

.black-cover {
    width: 100%;
    height: 100%;
    background-color: #00000066;
}


.black-cover-div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000066;
}

.card-small-top-pad {
    padding-top: 5px;
}

.card-med-top-pad {
    padding-top: 25px;
}

.card-large-top-pad {
    padding-top: 35px;
}

.card-subtext {
    font-size: 12px;
    font-weight: normal;
}

.port-img-thumb {
    max-width: 175px;
    object-fit: cover;
}


/* ----------------------------------------- team content ----------------------------------------- */

.team-card {
    margin-left: 16px;
    margin-right: 16px;
    max-width: 300px;
    min-width: 300px;
    padding-left: 0px;
    padding-right: 0px;
    border-color: #FFFFFF66;
    background-color: #FEFEFE;
    box-shadow: 4px 4px 16px #000000;
}

.team-img-thumb {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin-top: 38px;
}

.team-card-body-title {
    margin-top: 24px;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #47b476;
}

.team-card-quote {
    margin: 32px 16px 32px 16px;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    font-style: italic;
    color: #464846;
}

.team-card-body {
    margin: 32px 16px 32px 16px;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 200;
    text-align: center;
    color: #464846;
}

.team-card-footer {
    margin-top: 16px;
    margin-bottom: 36px;
    text-align: center;
}

.team-card-large-top-pad {
    padding-top: 32px;
}

.team-card-subtext {
    font-size: 18px;
    font-weight: 400;
    color: #545451;
}

.team-offset-row {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 64px;
}

.large-image {
    width: 100%;
}

.map-marker-icon {
    width: 36px;
}

.my-modal-footer {
    width: 100%;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-cancel-button {
    color: #fff;
    background-color: #47b476;
    border-color: #47b476;
}

.map-select {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
}

/* ----------------------------------------- footer ----------------------------------------- */

.footer-bar {
    background-color: #47b476;
    color: rgba(255, 255, 255, .5);
    font-size: 0.8em;
    /*width: 100%;*/
    height: 100px;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    padding-top: 32px;
    padding-bottom: 130px;
}

.quicklink {
    margin-bottom: 16px;
    color: #eae8e8;
}

.copyright-font {
    color: #6f6c6c;
}

.developed-font {
    margin-top: 8px;
    color: #6f6c6c;
}

.footer-padding {
    padding-top: 12px;
}

.featured-work {
    font-size: 14px;
}

.featured-work p.padding-b {
    padding-bottom: 35px;
}

.featured-box-col1 {
    width: 60px;
    float: left;
}

.featured-box-col2 {
    overflow: hidden;
}

.desc-image-div {
    margin-right: 16px;
}

.icon-img {
    width: 50px;
    margin: auto;
    display: block;
}

.bullet-text-title {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

.bullet-text-p {
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    color: #C8C8C8;
}

.bullet-text {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #C8C8C8;
    text-transform: uppercase;
}

.large-logo {
    width: 200px;
}

.logo-large-border {
    border-color: white;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-top: 0px;
    border-right : 0px;
    width: 333px;
    text-align: center;
    padding-bottom: 64px;
}

.auto-margin {
    margin: 0 auto;
    margin-bottom: 64px;
}

.motto-font {
    display: inline-block;
    font-family: Blippo, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    color: #47b476;
    padding-bottom: 26px;
}

.bullet-item-margins {
    margin: 0 auto;
    margin-bottom: 48px;
}

.container-padding {
    margin-bottom: 48px;
}

.middle > * {
    vertical-align: middle;
}

h2 {
    display: inline-block;
    margin: 0;
    width: 150px;
    text-align: right;
    font: bold 20px Sans-Serif;
}

.zen {
    color: white;
}

.h-links {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
}

.h-link {
    width: 80px;
}

.h-link-text {
    color: black;
    font-size: 1.3em;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
}

.mapit {
    margin-right: 48px;
}

.modal-custom {

}






/* Contact
---------------------------------*/
.main-section.contact{
    padding:90px 0 100px;
    background:url(../img/bg-map.png) left 190px no-repeat;
}

.main-section.contact{
    background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
    font-size:15px;
    margin:0 0 14px 68px;
    padding-left:0;
}
.contact-info-box h3{
    font-size: 15px;
    font-weight:400;
    float:left;
    width:102px;
    margin-right:12px;
    line-height:28px;
}
.contact-info-box h3 i{
    font-style:normal;
    font-size:18px;
    color:#222222;
    font-family: 'FontAwesome';
    font-weight:normal;
    margin-right:7px;
}
.contact-info-box span{
    line-height:28px;
    display:block;
    overflow:hidden;
}
.social-link{
    padding:35px 0;
    margin:0 0 0 68px;
    display:block;
    overflow:hidden;
    list-style:none;
}
.social-link li{
    float:left;
    margin-right:8px;
}
.social-link li a{
    display:block;
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:25px;
    color:#fff;
    background:#222222;
    border-radius:50%;
    transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
    text-decoration:none;
}
.twitter a:hover {
    background: #55acee;
}
.facebook a:hover {
    background: #3b5998;
}
.pinterest a:hover {
    background: #cb2026;
}
.gplus a:hover {
    background: #dd4b39;
}
.dribbble a:hover {
    background: #ea4c89;
}

.input-text{
    padding:15px 16px;
    border:1px solid #ccc;
    width:100%;
    height:50px;
    display:block;
    border-radius:4px;
    font-size:15px;
    color:#aaa;
    font-family: 'Open Sans', sans-serif;
    margin:0 0 15px 0;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
    border: 1px solid #7cc576;
    outline:0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
    height:165px;
    resize:none;
    overflow:auto;
}
.input-btn{
    width:175px;
    height:50px;
    background:#7cc576;
    border-radius:4px;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    border:0px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
    background: #111;
    color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #7cc576;
    border:1px solid #7cc576;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.contact-div {
    background-color: white;
    padding-top: 104px;
}

.sendTitle {
    font-size: 20px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.contact-type-font {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    text-transform: uppercase;
}