@import url("fonts.css");

* {
    text-shadow: none;
}

html, body {
    /*font-size: 12px;*/
    font-family: 'Dejavu Sans Condensed';
    margin: 0;
    line-height: 1.4em;
    z-index: 0;
}

a:link, a:active, a:visited, a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    line-height: 1em;
}

h1, h2 {
    color: #555;
    font-family: 'Cartogothic Bold';
    text-transform: uppercase;
}

h3 {
    /*font-family: 'Dejavu Sans Condensed';*/
    font-family: 'Cartogothic Bold';
}

a.button {
    background-color: #555;
    color: #fff;
    display: inline-table;
    text-decoration: none;
    padding: 10px 30px;
}

.clear {
    clear: both;
}

#body {
    margin-top: 110px;
}

header.desktop {
    background: rgba(0,0,0,1);
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

    header.desktop nav {
        margin: 0 auto;
        width: 1000px;
    }

        header.desktop nav ul {
            display: table;
            list-style: none;
            margin: 0;
            padding: 10px 0;
        }

            header.desktop nav ul li {
                float: left;
                text-align: center;
                margin: 0;
                padding: 0 30px;
                width: 62px;
            }

                header.desktop nav ul li a, header nav ul li a:hover, header nav ul li a:visited {
                    color: #fff;
                    font-family: 'Melbourne';
                    font-size: 18px;
                    line-height: 80px;
                    text-transform: uppercase;
                    white-space: nowrap;
                }

                header.desktop nav ul li.main-nav-logo {
                    padding: 0 !important;
                    width: 250px !important;
                }

header.mobile {
    display: none;
    position: fixed;
    top: 0;
}

div#mobile-nav-menu {
    display: none;
    background-color: #121212;
    position: absolute;
    top: 60px;
    width: 100%;
}

    div#mobile-nav-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        div#mobile-nav-menu ul li {
            border-top: dotted 1px #777;
            padding: 10px 20px;
        }

            div#mobile-nav-menu ul li:first-child {
                border: none;
            }

            div#mobile-nav-menu ul li a, div#mobile-nav-menu ul li a:hover, div#mobile-nav-menu ul li a:visited {
                color: #fff;
                text-decoration: none;
            }


#mobile-nav-toggle {
    cursor: pointer;
}

label.divider-m {
    background: url(../images/divider-m.png) center center no-repeat;
    display: block;
    height: 100px;
    width: 100%;
}

footer section {
    font-family: 'Melbourne' !important;
    font-size: 1em;
    margin: 0 auto;
    width: 1000px;
}

footer a, footer a:hover, footer a :visited {
    color: #fff !important;
    text-decoration: none;
    font-weight: 100;
}

footer.top {
    background-color: #333;
    color: #ffffff;
    height: 250px;
    padding-top: 20px;
}

    footer.top h2 {
        color: #fff;
        font-family: 'Cartogothic Bold';
        text-transform: uppercase;
        margin: 10px 0;
    }

    footer.top section aside {
        width: 230px;
        float: left;
    }

        footer.top section aside.location {
            width: 300px;
        }

            footer.top section aside.location img.logo {
                margin-left: -36px;
            }

        footer.top section aside.sitemap ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            footer.top section aside.sitemap ul li {
                border-top: dotted 1px #ccc;
                padding: 3px;
            }

        footer.top section aside.hours label {
            display: block;
            margin-bottom: 2px;
        }


footer.bottom {
    background-color: #424242;
    color: #ffffff;
    height: 60px;
    line-height: 40px;
    padding: 20px 0 0 0;
}

    footer.bottom section aside.social {
        vertical-align: middle;
        float: right;
        display: table;
    }

    footer.bottom section aside.copyright {
        vertical-align: middle;
        display: table;
    }

    footer.bottom section aside.social a {
        color: #fff;
        font-size: 36px;
    }


input[type=button] {
    -webkit-appearance: none;
}

/*** BOOTSTRAP OVERRIDES ***/
.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #777 !Important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    display: none !Important;
}

.bootstrap-datetimepicker-widget * {
    font-size: 14px !Important;
}


@media screen and (max-width:992px) {

    #body {
        margin-top: 60px;
        padding: 10px;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
        background-color: #000;
        height: 60px;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
    }

        header.mobile a.main-nav-logo {
            float: left;
        }

            header.mobile a.main-nav-logo img {
                width: 160px;
                margin: 10px;
            }

        header.mobile nav {
            color: #fff;
            float: right;
            text-align: right;
            width: 40px;
            position: relative;
            top: 14px;
            right: 20px;
        }

    footer section {
        width: 100%;
    }


    footer.top {
        padding-bottom: 20px;
    }

    footer.top, footer.bottom {
        height: auto;
        text-align: center;
    }

        footer.top section aside, footer.top section aside.location {
            width: 250px;
        }

            footer.top section aside.location img.logo {
                margin-left: auto;
            }

            footer.top section aside.sitemap {
                display: none;
            }

        footer.bottom section aside.copyright, footer.bottom section aside.social {
            float: none;
            width: 100%;
            display: block;
            text-align: center;
        }
}

@media screen and (max-width:480px) {

    footer.top section aside, footer.top section aside.location {
        width: 100%;
    }

    footer.bottom section aside.copyright {
        font-size: 11px;
    }
}

/*Unset Mobile CSS*/