body {
    font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
    font-size: 14px!important;
}

#header {
    display: none;
}

#menu-wrapper {
    height: 135px;
    padding: 0 0 0 15px;
}

#menu-wrapper #logo {
    padding: 26px 0;
    width: 185px;
    height: 120px;
    margin: 0 0 0 20px;
}

.logoImage {
    background: url(https://maui1.s3.us-east-1.amazonaws.com/Rentals+Maui+Icon+Only+800+x+800.jpg)!important;
    background-size: 100% 100% !important;
}

.phone-wrapper, .mail-wrapper {
    line-height: 34px;
    font-size: 16px;
    margin-right: 20px;
}

#menu-wrapper .mail-wrapper {
    margin-bottom: 25px;
}

.phone-wrapper img {
    height: 12px;
    margin-right: 3px;
}

.product-wrapper .view img {
    height: 130px;
    width: 170px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#page {
    border: none;
    border-radius: 0;
    box-shadow: none!important;
    padding: 0;
    -webkit-box-shadow: none!important;
}

#page .title_featured_product,
#page .title_product_detail {
    color: #636932;
    font-size: 20px!important;
    font-weight: normal;
    line-height: 32px;
}

#page a:not(.btn) {
    color: #636932;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#page a:not(.btn):hover,
#page a:not(.btn):active {
    color: #434722;
}

#content > h1, #content > h2 {
    font-size: 1.75em;
    line-height: 126px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
}

#content > h1:after,
#content > h2:after {
    border-top: medium double #333;
    content: "";
    display: block;
    max-width: 2em;
    width: 100%;
    margin: -1.5em auto 1.5em;
}

.main_content {
    padding: 0;
}

#fix-menu {
    height: 105px;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

#fix-menu .phone-wrapper {
    font-size: 14px;
    line-height: 35px;
    margin-bottom: -10px;
}

#fix-menu .button-menu {
    float: right;
    margin: 18px 20px 18px;
    background-color: #222;
    border-color: #101010;
}

#fix-menu .button-menu:hover {
    background-color: #363636;
}

#fix-menu #logo {
    padding: 0 0 0 30px;
    width: 130px;
    height: 84px;
    margin-top: -38px;
    transition: all 0.3s ease;
}

#fix-menu #logo .logoImage {
    width: 100%;
    height: 100%;
    background-size: 100% 100%!important;
}

#modal-menu ul {
    list-style: none;
    text-align: center;
    margin: 50px auto 100px;
    font-family: lato;
    font-size: 30px;
}

#modal-menu ul.child-menu {
    font-size: 22px;
    margin: 0 auto 30px;
}

#modal-menu ul li {
    line-height: 57px;
}

#modal-menu ul li a {
    color: #333;
}

#modal-menu ul li a:hover {
    color: #525252;
    text-decoration: none;
}

#modal-menu p.menu-info {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

#modal-menu p.menu-info.hotel-name {
    font-size: 21px;
}

#modal-menu ul:not(.child-menu):after,
#modal-menu p.menu-info:not(:last-child):after {
    content: "";
    display: block;
    max-width: 3em;
    width: 100%;
    margin: .5em auto .5em auto;
    border-top: medium double #333;
    margin-top: 1em;
}

#modal-menu .modal-body {
    max-height: none;
}

/**
 * ==============================CUSTOM MEDIA==================================================
 **/
/* ============ Smart Phones ============ */
@media only screen
and (min-width: 320px)
and (max-width: 1023px) {
    #fix-menu {
        margin-top: 0 !important;
    }
    #menu-wrapper {
        display: none;
    }
}

#main_menu {
    background-color: #FFF;
}

#main_menu .nav-collapse > ul {
    float: none;
    text-align: right;
}

#main_menu .navbar .nav > li,
#main_menu .navbar .nav > li.float_right {
    float: none;
    display: inline-block;
    padding: 0 10px;
}

.navbar-inner-blue.navbar {
    margin-bottom: 0;
}

.navbar-inner-blue .navbar-inner {
    border: 1px solid #C9E0ED;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: none;
    background-color: #FFF;
    color: #5e5e5e;
}

.navbar-inner-blue .navbar-inner .nav > .active > a,
.navbar-inner-blue .navbar-inner .nav > .active > a:hover,
.navbar-inner-blue .navbar-inner  .nav > .active > a:focus {
    color: #338FCE;
    text-decoration: none;
    background-color: #FFF;
    box-shadow: none;
    text-shadow: none;
}

.navbar-inner-blue .navbar-inner .nav > li {
    border-left: 1px solid white;
}

#main_menu .navbar-inner-blue .navbar-inner .nav > li > a {
    color: #5e5e5e;
    text-shadow: none;
    text-transform: uppercase;
}

.navbar-inner-blue .navbar-inner .nav li a [class^="icon-"],
.navbar-inner-blue .navbar-inner .nav li a [class*=" icon-"] {
    display: none;
}

.navbar-inner-blue .navbar-inner .nav > li > a:focus, .navbar-inner-blue .navbar-inner .nav > li > a:hover {
    color: #338FCE;
    background-color: #FFF;
    text-decoration: none;
    text-shadow: none;
}



#main_menu .navbar .nav > li > a.menu_desk_name,
#main_menu .navbar .nav > li > a.menu_hello_sign_in {
    top: -23px;
}

#main_menu.shrink .navbar .nav > li > a.menu_desk_name,
#main_menu.shrink .navbar .nav > li > a.menu_hello_sign_in {
    top: -18px;
}

.view.featured_product {
    border: none;
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-bottom: 35px!important;
    padding: 15px;
    line-height: 24px;
    font-size: 15px;
}

.product_detail {
    line-height: 24px;
    font-size: 15px;
}

.product_detail .slideShowProduct .bx-wrapper .bx-viewport {
    padding: 0;
    box-shadow: none;
}

.view.featured_product a img,
.product_detail .col_img img,
.imgProductAgv img,
.sc-product-image {
    padding: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.view.featured_product a img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-wrapper .view img:hover {
    opacity: 0.85;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

#page .btn,
div .btn {
    padding: .75em 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
    background-image: none;
    color: #fff;

    background-color: #737373;
    border: 1px solid #5d5d5d;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 0 15px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 0 15px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 0 15px rgba(0,0,0,0.15);
    font-size: 0.875em;
}

#page .btn:hover,
div .btn:hover {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #444;
}

#page .btn.btn-success,
#page .btn.btn-primary {
    color: #222;
    background-color: #949d4b;
    border: 1px solid #7d853f;
}

#page .btn.btn-success:hover,
#page .btn.btn-primary:hover {
    background-color: #737A3B;
    border-color: #5d622f;
}

#content .wrapperProductSearch,
#content .product_detail,
#content .sc-print-email-wrapper,
#content .aroundCart,
#content .checkOutFooter,
#content .cart-footer-btn-wrapper,
#content .guestCheckoutTable {
    float: none;
    margin: 0 auto;
}

#content .vp-col-prices,
#page .small_cart {
    box-shadow: none;
    border-radius: 0;
    background-color: #f6f6f6;
}

#page .grid-view-header,
thead th {
    background-color: #D3DA97 !important;
}

#content .grid-view table.items tr.selected th,
#content .grid-view table.items tr.selected td {
    background-color: #EDF1CD;
}

#footer {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #e6e6e6;
}

#modal-menu {
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: 100000;
}

#modal-menu button.close {
    font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
    opacity: 1;
    font-size: 600%;
    font-weight: lighter;
    margin: 20px;
}

#modal-menu button.close:hover {
    color: #000;
    font-size: 650%;
}

@media only screen and (max-width: 767px) {
    body {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    #content {
        padding-right: 0!important;
    }
}

/* ============ Desktops and laptops >= 1024 ============ */
@media only screen
and (max-width: 1023px) {
    #fix-menu {
        height: 125px;
        position: relative;
    }

    #fix-menu.show {
        position: fixed;
        border-bottom: 1px solid rgba(242,242,242,0.9);
        z-index: 10000;
        transition: all 0.3s ease;
    }

    #fix-menu.show #logo {
        width: 110px;
        height: 60px;
    }
}

/* ============ Desktops and laptops >= 1024 ============ */
@media only screen
and (min-width: 1024px) {
    #fix-menu {
        margin-top: -130px;
        border-bottom: 1px solid rgba(242,242,242,0.9);
        height: 125px;
    }

    #fix-menu.show {
        margin-top: 0;
        z-index: 10000;
    }
}

#page .col_show_price h4, #page .small_cart h4 {
    background-color: #D4DC8E;
}
