/*
        99Lime.com HTML KickStart by Joshua Gatcke
        style.css

*/

/*---------------------------------
        IMPORTS
-----------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);*/

/*---------------------------------
        OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
    font-family: "Arimo", arial, verdana, sans-serif;
    font-weight:normal;
}

thead th,
tbody th{
    font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
    font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
    font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
    font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
        LAYOUT
-----------------------------------*/
body{
    margin:0;
    padding:0 0 0 0;
    color:#000;
    /*background:#efefef url(css/img/gray_jean.png);*/
    font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
    text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
    width:100%;
    background:#fff;
    margin:30px auto 30px auto;
    padding:0 2%;
    border:1px solid #ccc;
}


#footer{
    text-align:center;
    padding:20px;
    margin:0;
    border-top:1px solid #ddd;
    color:#999;
    font-size:0.8em;
    text-shadow:0px 1px 1px #fff;
    position: relative;
    top:0;
    left:0;
    background:#fff;
}

#link-top{
    display:none;
}

/* MENU MOBILE */
#navigation {
    display: none;
}

#mobile-act-menu {
    display: none;
}

/* NAV BAR*/
.navbar{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    background:#000;
    color:#fff;
    z-index:1000;
}

.navbar #logo{
    position:absolute;
    top:0;
    right:0;
    padding:0.5em 1em;
    font-size: 1.7em;
    color:#efefef;
    text-decoration:none;
}

.navbar span{
    color:#86dc00;
}


.navbar ul{
    display:inline-block;
    margin:0;
    padding:0;
}

.navbar li{
    margin:0;
    padding:0;
    list-style-type:0;
    display:inline-block;
}

.navbar li a{
    display:inline-block;
    color:#efefef;
    padding:1em 1.3em;
    text-decoration:none;
    text-transform: uppercase;
    line-height:100%;
    font-size: 1.2em;
}

.callout{
    background:#4598ef;/*#86dc00;*/
    padding:3em 0;
    color:#fff;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
    text-align: center;
    text-shadow:0px 1px 3px rgba(0,0,0,0.2);
    display:block;
}
.callout + div.grid{margin-top:50px;}
a.callout{cursor:pointer;}
.callout i.icon-4x{font-size:6em;}
.callout h4{margin-bottom:30px;}
.callout-top{margin:50px 0 0 0;}
.callout p{margin-bottom:0;}
.callout .button{margin-top:10px;}
.callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
    padding:30px 0;
}

#ui-preview{
    border:5px solid #ddd;
    margin:30px 0;
    display:block;
}

/* HEADER */
.header {
    width: 100%; 
    float: left;
}

.header #header-logo {
    z-index: 0;
}

.header #slogan {
    font-size: 1.2em;
}

.header #site-title {
    font-size: 2em;
}

/*.header-content {
    margin-bottom: 0;
}*/

/* CONTACT BOX */
.contact-box {
    width: 80%; 
    padding: 10px; 
    background-color: white; 
    border-radius: 4px;
}

.block {

}

.block > .block-title {

}

.register-box > h5 {
    background-color: #FFF; 
    margin-bottom: 0;
    width: 80%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 3px;
}

.registration-form {
    width: 80%; 
    padding: 10px; 
    background-color: white; 
    border-radius: 4px;
}

/* CONTACT FORM */

.contact-form {
}

/* SLIDER */
.slider-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(50,50,50,0.5);
    color: #ddd;
}

.slider-text h4 {
    margin-left: 3%;
}

.slider-text p {
    margin-left: 3%;
    font-size: 1.4em;
}

.slider-text a {
    margin: 4px 4px 8px 4px;
    float: right;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: red none repeat scroll 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #6bb2fb none repeat scroll 0 0;
}

/* HOME PRODUCTS */

.home-product-name {
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 0;
}

.home-product-name h6 {
    width: 100%;
    text-align: center;
}

.home-product-name p {
    text-align: justify;
}

.home-product-price {
    font-weight: bold;
    padding: 3px;
    overflow: hidden;
    font-size: 1.3em;
}

.home-product-box {
    text-align: center;
    padding: 0;
}

a.home-product-link {
    text-decoration: none;
    color: inherit;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.home-product-box img {
    height: 200px;
    width: 200px;
}

.add-to-cart {
    float: right;
    margin: 2px;
}

.home-product-details {

}

.home-product-other {

}

.infobox {
}

.infobox .infobox-title {

}

.infobox h5 {
}

.infobox .multichannel-text {
/*    height: 70px;
    overflow: hidden;*/
    text-align: justify;
}

.infobox .multichannel-symbol {
    text-align: center;
}



/* SIDEBAR */
.sidebar {

}

/* BLOCKS */
.block h6 {
    border-bottom: #000 1px solid;
    margin-bottom: 10px;
}

/* CATEGORIES BLOCK */
.categories-block a {
    text-decoration: none;
    color: inherit;
}

.categories-block ul.alt li {
    border-top: none;
}

/* PRODUCT SEARCH BLOCK */

#product-search-form tr, #product-search-form td {
    border-bottom: none;
}

#product-search-form input {
    width: 100%;
}

#product-search-form input.spin, #product-search-form input.spin:focus {
    width: 90%;
    box-shadow: none;
    border: none;
}

/* CATEGORIES */
.categories {

}

.category-item {
    text-align: center;
    position: relative;
}

.category-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-info {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
}

.category-info h6 {
    width: 100%;
}

.category-info p {
    width: 100%;
}

.category-image-container {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

/* SINGLE CATEGORY */
.category {

}

.category-product {

}

.category-product > a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-product-image {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.category-product-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.category-product-info h6 {
    width: 100%;
}

.category-product-info p {
    width: 100%;
}

.category-product-price {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.category-product-price div {
    float: left;
    width: 50%;
    text-align: center;
    padding: 6px 10px;
}

.category-product-price div h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

/* SINGLE PRODUCT */
.single-product > h5 {
    text-shadow: 1px 1px 2px #cccccc; 
}

.single-product p {
    text-align: justify;
}

.single-product .product-images-container {
    float: left; 
    margin-right: 1em; 
    margin-top: 1em; 
    display: block;
}

/* SINGLE PRODUCT CAROUSEL */
.fancybox-bg { display: none; }
.fancybox-thumbs {
    top: auto;
    bottom: 0;
    left: 0;
    right : 0;
    width: auto;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
    background-color: rgba(120, 120, 120, 0.8);
}

ul.product-images-carousel {
    list-style: none;
    margin: 0;
}

ul.product-images-carousel > li {
    float: left;
}

ul.product-images-carousel li img {
    width: 50px;
    height: 50px;
}

ul.product-images-carousel li.active {

}

ul.product-images-carousel li.active > img {
    width: 200px;
    height: 200px;
}

.single-product .product-images-container .product-carousel-display {
    width: 200px;
    height: 200px;

}

.product-images-carousel li img {
    cursor: pointer;
}

/* ABOUT AGENCY */
.about-content p {
    text-align: justify;
}
.about-content .about-images-container {
    float: right;
    margin-right: 1em; 
    margin-top: 1em; 
    display: block;
}

.about-images-container .about-image-display {
    width: 200px;
    height: 200px;
    margin-left: 0.5em;
}

/* DISCLAIMER */
.disclaimer-content {
}

.disclaimer-notice {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    text-align: center; 
    font-size: 1.2em;
    z-index: 1000;
}

.disclaimer-notice a.button {
    margin: 0 0.5em 0 0.5em;
}

/* LOGIN FORM */
#login-form-container {
    padding-bottom: 1em;
    background-color: #FFF;
    border-radius: 7px 7px 10px 10px;
    box-shadow: 1px 1px 2px 1px #BBB;
    border: 1px solid #AAA;
}

form.user-login-form table th, form.user-login-form table td {
    border: none;
}

.login-form-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(143, 196, 0, 1) 0%, rgba(107, 165, 0, 1) 100%) repeat scroll 0 0;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.login-form-title h6 {
    float: left;
    color: #FFF;
    padding-left: 4px;
    font-weight: bold;
}

.login-form-title .close-form {
    margin: 4px;
    cursor: pointer;
    float: right;
    color: #FFF;
}

#login-form-response {
    text-align: center;
    color: red;
}

/* ORDER DETAIL */
#order-detail-container {
    padding-bottom: 1em;
    border-radius: 7px 7px 10px 10px;
    box-shadow: 1px 1px 2px 1px #BBB;
    border: 1px solid #AAA;
}

form.user-login-form table th, form.user-login-form table td {
    border: none;
}

.order-detail-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.order-detail-title h6 {
    float: left;
    padding-left: 4px;
    font-weight: bold;
}

.order-detail-title .close-form {
    margin: 4px;
    cursor: pointer;
    float: right;
}

.order-detail-content {
    padding: 1em;
}

#order-detail-data {
    position: absolute;
}

/* NOTIFICATION AREA */
#notification-area {
    position: absolute;
    display: none;
    padding: 1em;
    box-shadow: 1px 1px 2px 1px #BBB;
    border: 1px solid #AAA;
    color: white;
}

#notification-area.success {
    background-color: green;
}

#notification-area.error {
    background-color: red;
}

#notification-area .notification-area-content h4 {
    text-align: center;
    color: white;
}

#notification-area .notification-area-message {
    color: #FFF;
    padding: 1em;
    font-size: 1.4em;
}

#notification-area .notification-icon {
    text-align: center;
    color: white;
}

/* SHOPPING CART */

.product-cart-quantity {
}

.product-cart-price, .product-cart-quantity, .product-cart-remove {
    float: none;
    margin-top: 2em;
    text-align: right;
}

.product-cart-controls {
}

.reckoning {
    margin-top: 3em;
    border-top: 2px solid #000;
}

.reckonig-digits {
    margin-left: 3em;
    margin-right: 1em;
}

.reckoning .reckonig-digits, .reckoning .reckoning-caption {
    float: right;
}

/* FOOTER */

.footer {
    background-color: #003147;
    color: #FFF;
    width: 100%; 
    float: left;
}

.footer-menu {
    list-style: none;
}

.footer-menu li {
    float: left;
    margin-left: 10px;
}

.footer-menu li a {
    /*text-decoration: none;*/
    color: #FFF;
}

.agency-description {
    text-align: center;
}

/* SHOPPING CART PAGE */
input.quantity-spin, input.quantity-spin:focus {
    width: 2em;
    box-shadow: none;
    border: none;
}

/* ARROWS */
span.arrow-up {
    margin-left: 4px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
}

span.arrow-right {
    margin-left: 4px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ccc;
}

span.arrow-left {
    margin-left: 4px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ccc;
}

span.arrow-down {
    margin-left: 4px;
    display: inline-block;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.gmaps img {
    max-width: none;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    /* MAIN MENU */
    #mobile-act-menu {
        display: block;
    }
    
    .std-menu {
        display: none;
    }
    
    .fancybox-thumbs {
        top: auto;
        bottom: 0;
        left: 0;
        right : 0;
        width: auto;
        height: 60px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 60px;
    }
    
    .fancybox-thumbs > ul > li {
        width: 60px;
        height: 60px;
    }
    
/*    .mm-container {
        width: 100%;
        overflow: hidden;
    }

    .mm-menu {
        list-style: none;
        margin: 0;
    }

    .mm-menu ul {
        overflow: hidden;
        list-style: none;
        margin: 0;
        display: none;
    }

    .mm-menu li {
        overflow: hidden;
    }

    .mm-menu > li {
        background-color: #000;
        text-align: center;
        padding-bottom: 0;
        margin: 2px 0;
    }

    .mm-menu > li > a {
        width: 90%;
        display: block;
        text-decoration: none;
        margin: 8px 0;
        font-weight: bold;
        color: #FFF;
    }

    ul.mm-menu > li > ul > li {
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #471D12;
    }

    ul.mm-menu > li > ul > li > a {
        display: block;
        width: 90%;
        margin: 8px 0;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
    }

    ul.mm-menu > li > ul > li > ul > li {
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #713E29;
    }

    ul.mm-menu > li > ul > li > ul > li > a {
        display: block;
        width: 90%;
        margin: 8px 0;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
    }

    ul.mm-menu > li > ul > li > ul > li > ul > li {
        margin-bottom: 0;
        padding-bottom: 0;
        background-color: #B77B5C;
    }

    ul.mm-menu > li > ul > li > ul > li > ul > li > a {
        display: block;
        width: 90%;
        margin: 8px 0;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
    }*/

/*    .has-menu {
        background: url('img/icon-arrow-right.png') no-repeat 95% 20px;
    }*/
    
    span[class^="arrow-"] {
        display: none;
    }
    
    li.with-submenu {
        
    }
    
    li.with-submenu > ul.submenu {
        display: none;
    }
    
    i.menuarrow {
        margin-top: 1rem;
        display: inline-block;
        float: right;
    }
    
    .sidr-menu-close > a {
        font-size: 0.7rem;
    }
    
    #mobile-act-menu {
        padding-left: 0.8rem;
    }
    
    #mobile-act-menu > a {
        color: whitesmoke;
    }

/*     USER MENU 
    .um-container {
        width: 100%;
        overflow: hidden;
    }

    ul.um-menu {
        list-style: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    ul.um-menu > li {
        overflow: hidden;
        text-align: center;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0;
        background-color: #000;
    }

    ul.um-menu > li > a {
        text-decoration: none;
        display: block;
        width: 90%;
        margin: 8px 0;
        font-weight: bold;
        cursor: pointer;
        color: #fff;
    }

    ul.um-menu > li > ul {
        list-style: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    ul.um-menu > li > ul > li {
        overflow: hidden;
        width: 100%;
        margin: 0;
        background-color: #000;
    }

    ul.um-menu > li > ul > li > a {
        display: block;
        width: 90%;
        margin: 8px 0;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
    }*/
    
    .gmaps {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
    }
    .gmaps > #map_canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
    .about-content > .about-images-container {
        float: left;
        margin: 1em;
    }
    
    .about-images-container .about-image-display {
        width: auto;
        height: auto;
    }
    
    .about-content > .about-images-container > .about-image-display > img {
        width: 90%;
    }
    
    .about-content p {
        clear: both;
    }
    
    .single-product > p {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #mobile-act-menu {
        display: block;
    }
    
    .std-menu {
        display: none;
    }

    .mm-container { width: 75%; padding: 0; float: left; }

    .mm-menu {
        width: 100%;
        height: 41px;
        margin: 0;
        padding: 0;
        background-color: black;
        list-style: none;
        z-index: 1000;
    }

    .mm-menu li {
        background-color: #000;
        padding: 5px 5px 4px 5px;
        float: left;
    }

    .mm-menu li a {
        white-space: nowrap;
        padding: 5px 0;
        display: block;
        text-decoration: none;
        text-shadow:0px -1px 0 rgba(0,0,0,0.2);
        font-weight: bold;
        color: #FFF;
    }

    .mm-menu li:hover,
    .mm-menu li a:hover {
        background-color: #DDD;
        color: #000;
    }

    .mm-menu > li.has-menu {
        position: relative;
    }

    .mm-menu > li.has-menu > ul {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        display: none;
        background-color: #000;
    }

    .mm-menu > li.has-menu > ul > li {
        position: relative;
        width: 100%;
    }

    .mm-menu > li.has-menu > ul > li > a {
        color: #FFF;
    }

    .mm-menu > li.has-menu > ul > li > ul {
        list-style: none;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        display: none;
        background-color: #000;
    }

    .mm-menu > li.has-menu > ul > li > ul > li {
        position: relative;
        width: 100%;
    }

    .mm-menu > li.has-menu > ul > li > ul > li > a {
        color: #FFF;
    }

    .mm-menu > li.has-menu > ul > li > ul > li > ul {
        list-style: none;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        display: none;
        background-color: #000;
    }

    .mm-menu > li.has-menu > ul > li > ul > li > ul > li {
        position: relative;
        width: 100%;
    }

    .mm-menu > li.has-menu > ul > li > ul > li > ul > li > a {
        color: #FFF;
    }

    /* USER MENU */
    .um-container {
        width: 25%;
        float: left;
        background-color: #000;
    }

    ul.um-menu {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
    }

    ul.um-menu > li {
        float: left;
        text-align: center;
        width: 50%;
        padding: 4px 0 0 0;
    }

    ul.um-menu > li > a {
        text-decoration: none;
        display: block;
        margin: 8px 0;
        cursor: pointer;
        font-weight: bold;
        font-size: 0.8em;
        color: #fff;
    }

    ul.um-menu > li > ul {
        list-style: none;
        position: absolute;
        display: none;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: #000;
    }

    ul.um-menu > li > ul > li {
        width: 100%;
        margin: 0;
        padding: 0 5px;
        background-color: #000;
    }

    ul.um-menu > li > ul > li > a {
        display: block;
        width: 100%;
        margin: 8px 0;
        text-decoration: none;
        font-size: 0.9em;
        color: #FFF;
    }
    
    ul.um-menu > li > ul > li > a > i {
        display: none;
    }
    
    .gmaps {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }
    .gmaps > #map_canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .mm-container { width: 80%; padding: 0; float: left; }

    .mm-menu {
        width: 100%;
        height: 41px;
        margin: 0;
        padding: 0;
        background-color: black;
        list-style: none;
        z-index: 1000;
    }

    .mm-menu li {
        background-color: #000;
        padding: 5px 5px 4px 5px;
        float: left;
    }

    .mm-menu li a {
        white-space: nowrap;
        padding: 5px 0;
        display: block;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0px -1px 0 rgba(0,0,0,0.2);
        color: #FFF;
    }

    .mm-menu li:hover,
    .mm-menu li a:hover {
        background-color: #DDD;
        color: #000;
    }

    .mm-menu > li.has-menu {
        position: relative;
    }

    .mm-menu > li.has-menu > ul {
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        display: none;
        background-color: #000;
    }

    .mm-menu > li.has-menu > ul > li {
        position: relative;
        width: 100%;
    }

    .mm-menu > li.has-menu > ul > li > a {
        /*color: #FFF;*/
    }

    .mm-menu > li.has-menu > ul > li > ul {
        list-style: none;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        display: none;
        background-color: #000;
    }

    .mm-menu > li.has-menu > ul > li > ul > li {
        position: relative;
        width: 100%;
    }

    .mm-menu > li.has-menu > ul > li > ul > li > a {
        /*color: #FFF;*/
    }

    .mm-menu > li.has-menu > ul > li > ul > li > ul {
        list-style: none;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        display: none;
        background-color: #000;
    }

    .mm-menu > li.has-menu > ul > li > ul > li > ul > li {
        position: relative;
        width: 100%;
    }

    .mm-menu > li.has-menu > ul > li > ul > li > ul > li > a {
        /*color: #FFF;*/
    }

    /* USER MENU */
    .um-container {
        width: 20%;
        float: left;
        background-color: #000;
    }

    ul.um-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 1000;
    }
    
    .um-menu li:hover,
    .um-menu li a:hover {
        background-color: #DDD;
        color: #000;
    }

    ul.um-menu > li {
        float: left;
        text-align: center;
        width: 50%;
        padding: 4px 0 0 0;
    }
    
    .um-menu > li.has-menu {
        position: relative;
    }

    ul.um-menu > li > a {
        text-decoration: none;
        display: block;
        margin: 8px 0;
        font-weight: bold;
        cursor: pointer;
        text-shadow: 0px -1px 0 rgba(0,0,0,0.2);
        color: #fff;
    }

    ul.um-menu > li > ul {
        display: none;
        list-style: none;
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 1000;
    }

    ul.um-menu > li > ul > li {
        width: 100%;
        padding: 2px 5px;
        margin: 0;
        background-color: #000;
    }

    ul.um-menu > li > ul > li > a {
        white-space: nowrap;
        display: block;
        width: 90%;
        margin: 8px 0;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
    }
    
    .gmaps {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }
    .gmaps > #map_canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}