/* #Site Styles
================================================== */

body {
    background: #ccc;
    min-height: 100%;
}

#form1 {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.section,
.container {
    position: relative;
}

/* HEADER */

.section.header {
    width: 100%;
    z-index: 300;
    position: relative;
    background: #eee
}

.header-left {
    text-align: left;
}

.section.header.stuck {
    background: rgba(238, 238, 238, 0.95)
}

#logo {
    text-align: left;
}

#logo img {
    display: block;
    height: 100px !important;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
}

#nav {
    text-align: right;
    width: 100%;
}

.header-right {
    text-align: right;
}

.header-right .social {
    text-align: left;
    padding-top: 10px;
}

.header-right .phone {
    font-size: 18px;
    padding-right: 20px;
}

.header-right table,
.header-right table td {
    margin: 0;
    padding: 0;
}

.header-right table td img {
    width: 25px;
    padding-left: 10px;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {
    
    .section.header.stuck {
        position: fixed;
    }

    .header-right .social {
        text-align: right;
        padding-top: 10px;
    }
    
    #logo img {
        width: 100%;
    }
}

/* TOP HERO IMAGE */

.hero-wrap {
/* update the hero base image to whatever the default should be, when a pageicon is set, it will cover this. */
    background: url(../Userfiles/hero-images/hero-base.jpg);
    /* whatever height you want */
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

/* CONTENT */
.section.content {
    padding: 20px 0;
    background: #fff;
}

.section.content img {
    max-width: 100%;
}

/* Smaller than tablet (also point when grid becomes active) */
@media (max-width: 800px) {

    .section.content td {
        display: block;
        width: 100% !important;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
}

/*** Home ***/

.home-left,
.home-center,
.home-right {
/*    background: rgba(238, 238, 238, 0.5); */
    min-height: 300px;
    padding: 20px;
    text-align: center;

}

.home-left {}

.home-center {}

.home-right {}

/* Pages */
.main {
    min-height: 500px;
}

/* FOOTER */
.section.footer {
    background: #eee;
    padding: 20px 0;
}

.footer-left {
    text-align: center;

}

.footer-right {
    text-align: center;
}

/* CREDITS */
.section.credits {
    padding: 20px 0;
    background: #ccc;
}

.credits-left {
    text-align: center;
}

.footer-nav {
    text-align: center;
}

/* Larger than tablet */
@media (min-width: 800px) {

    .credits-left {
        text-align: left;
    }

    .footer-nav {
        text-align: right;
    }

    .footer-left {
        text-align: left;
    }

    .footer-right {
        text-align: right;
    }
}

/* #Page Specific Styles
================================================== */

/* Home Slider Styles */

.home-slider-wrap {
    background: #fff;
}

.home-slider-wrap .home-slider img {
    position: relative;
    z-index: 100;
}

.home-slider-wrap .galDescription p {
    margin: 0;
}

.home-slider-wrap .galDescription br {
    display: none;
}

.home-slider-wrap .galDescription {
    position: relative;
    z-index: 300;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    line-height: 1;
    display: block;
    text-align: center;
    box-sizing: border-box;
    background: #083A75;
    color: #fff;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
}

.home-slider-wrap .galDescription a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: inherit;
}

.home-slider-wrap .galDescription h1 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.home-slider-wrap .galDescription strong,
.home-slider-wrap .galDescription strong a {
    color: yellow;
    font-size: 20px;
    display: block;
}

/* Larger than Desktop HD */
@media (min-width: 1000px) {

    .home-slider-wrap .galDescription h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .home-slider-wrap .galDescription strong,
    .home-slider-wrap .galDescription strong a {
        color: yellow;
        font-size: 30px;
        display: block;
    }
}

.home-slider-wrap .owl-nav {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 400;
    height: 20px;
    position: absolute;
    top: 35%;
    display: none;
}

/* Larger than Desktop HD */
@media (min-width: 800px) {

    .home-slider-wrap .owl-nav {
        display: block;
    }
}

.home-slider-wrap .owl-nav .prev:after {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    left: 5%;
    font-size: 40px;
    position: absolute;
}

.home-slider-wrap .owl-nav .next:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    right: 5%;
    font-size: 40px;
    position: absolute;
}

.home-slider-wrap .owl-dots {
    text-align: center;
    z-index: 300;
    bottom: 0;
    width: 100%;
}

.home-slider-wrap .owl-dot {
    width: 10px;
    height: 10px;
    background: #000;
    display: inline-block;
    margin: 20px 10px;
    margin-bottom: 0;
    border-radius: 20px;
}

.home-slider-wrap .owl-dot.active {
    background: navy;
}

/* Larger than tablet (also point when grid becomes active) */

@media (min-width: 800px) {

    .home-slider-wrap .galDescription {
        position: absolute;
        background: rgba(0, 0, 0, 0.52);
    }
}
