@charset "UTF-8";

/** Override Flexslider */
.flex-direction-nav .flex-next {right: 0; }
.flex-direction-nav .flex-prev {left: 0;}
.flexslider {background: transparent; box-shadow: 0 0 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 0 0 rgba(0,0,0,.2); -moz-box-shadow: 0 0 0 rgba(0,0,0,.2); -o-box-shadow: 0 0 0 rgba(0,0,0,.2);}

/** Override Gumby */
.image { margin-bottom: 4px; }
.modal { background: white; background: rgba(255, 255, 255, 0.8); }
.modal > .content { max-height: 80%; top: 10%; }
/** End override */

/** Common structure */

html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
    overflow-y: scroll;
    margin-bottom: 1px
}

html, body {
    background-color: #fbf9f9;
    background-image: url("../img/deco-background-header-taller.gif");
    background-repeat: repeat-x;
    background-position: top center;
}

@media only screen and (min-width: 767px) {
    html, body {
        background-image: url("../img/deco-background-header.gif");
    }
}

a:link,
a:visited {
    color: #838486;
    text-decoration: none;
}

a:hover {
    color: #111;
}

header {
    min-height: 90px;
}

div#logo {
    /* height: 65px; */
    height: 86px;
    /* padding-top: 15px; */
    padding-top: 0px;
}

div#header-gut p {
    text-align: right;
    line-height: 1em;
    margin-bottom: 5px;
}

p#navigation {
    color: #838486;
    text-decoration: none;
    padding-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    p#navigation {
        padding-bottom: 0;
    }
}

p#navigation a:hover { color: #333; }

footer {
    width: 100%;
    background-color: #ccc;
    z-index: 1200;
}

@media only screen and (min-width: 767px) {

    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 130px;
        background-color: #ccc;
        z-index: 1200;
        display: none;
    }

}

footer a:link,
footer a:visited {
    font-size: .9em;
    color: #666;
    font-weight: 700;

}

footer a:hover { color: #333; }

footer a:link.link-lite,
footer a:visited.link-lite {
    font-weight: 400;
}

footer ul li,
footer p {
    padding: 0;
    line-height: 1em;
}
footer p {
    margin: 0;
    font-weight: 700;
    color: #666;
}

div#footer-switch {
    width: 100%;
    height: 20px;
    background-color: #ccc;
    display: none;
}

@media only screen and (min-width: 767px) {
    div#footer-switch {
        position: fixed;
        bottom: 0;
        z-index: 1200;
        display: block;
    }
}

div#footer-switch-off {
    visibility: hidden;
}

@media only screen and (min-width: 767px) {
    div#footer-switch-off {
       visibility: visible;
    }
}

a:link.toggle-footer,
a:visited.toggle-footer {
    text-align: center;
    display: block;
}

div.footer-sectioning {
    height: 70px;
    border-right: 1px dotted #888;
    padding-left: 7px;
}

div.footer-sectioning:last-child { border-right: none; }

/** End of common structure */

/** Page Styling */
div#page-content { padding-bottom: 2em; }

div#page-content div.row {
    background-color: #fff;
    padding: 0 2em;
}

div#page-content p {
    line-height: 1em;
    color: #838486;
    font-size: .95em;
}

.center-text { text-align: center; }

h1 {
    color: #B3B4B4;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 20px 20px;
    text-transform: uppercase;
}


/* Valentine 2014 */
div#side-background {
    background-image: url("../img/deco-background-side.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
}

div#page-content {
    min-height: 500px; /* Fix for side background, Valentine 2014 */
}