/* #Site Styles
================================================== */
body {
    position: relative;
    background: #547D80;
}

#form1 {
    overflow: hidden;
}

.container {
    position: relative;
}

/* HEADER */
.fixed-top {
    position: fixed;
    width: 100%;
    z-index: 500;
}

.header-wrap {
background: #fff;
    overflow-x: hidden;
}

header {
}

.gray-line, .orange-line {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    /* half of height */
    height: 28px;
    background-color: #EEE;
    width: 100%;
}

.orange-line {
    background-color: #CC6600;
    width: 100%;
}

.left {
    left: -980px;
}

.right {
    right: -980px;
}

#logo {
}

#logo img {
    display: block;
}

/* CONTENT */
.content-wrap {
    position: relative;
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

.pages .content-wrap {
    padding: 40px 0;
    text-align: left;
}

section#content {
    min-height: 250px;
}

.home section#content {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 767px) {
    .home section#content {
        display: block;
        flex-direction: row;
    }
}

.home section#content h2 {
    height: 60px;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.home section#content #main, .home section#content #left-side, .home section#content #right-side {
    display: flex;
    flex-direction: column;
}

.home section#content #main .inner, .home section#content #left-side .sidebar, .home section#content #right-side .sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem 0;
}

.home section#content #main, .home section#content .sidebar {
    position: relative;
}

section#content p:last-of-type {
    margin-top: auto;
    padding-top: 1rem;
}

/* LEFT SIDE */
aside#left-side {
    min-height: 250px;
}

.home #main .inner {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .home #main .inner {
        border-top: 1px solid #ddd;
        ;
        border-bottom: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
    }
}

.home #main .inner ul, .home #main .inner ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Exo';
    font-size: 30px;
    line-height: 40px;
}

.home #main .inner ul li a {
    text-decoration: none;
}

.pages #main .inner {
    border-right: 1px solid #ddd;
    padding-right: 40px;
    min-height: 500px;
}

.pages.full #main .inner {
    border-right: 0px solid #ddd;
    padding-right: 0px;
}

.pages #sub-nav, .pages .sidebar {
    padding-left: 30px;
}

.sidebar .gal-image-wrap {
    float: left;
    width: 20%;
    margin: .5rem;
}

.sidebar .gal-image-wrap img {
    width: 100%;
}

/* MAIN */
article#main {
}

/* RIGHT SIDE */
aside#right-side {
    min-height: 250px;
}

/* FOOTER */
.footer-wrap {
    position: relative;
    background: #71ABAD;
    color: #fff;
    padding: 20px 0;
    padding-bottom: 40px;
}

.footer-wrap strong {
    color: #fff;
}

.footer-wrap h4 {
    color: #fff;
    border-bottom: 2px solid #B8D5D6;
    text-transform: uppercase;
    font: 600 20px / 30px 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}

#footer-info {
}

#footer-social i {
    background-color: #B8D5D6;
    border-radius: 100%;
    color: #71ABAD;
    width: 40px;
    margin-right: 5px;
    line-height: 40px
}

.white-line {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 20px;
    z-index: 200;
    background: rgba(255, 255, 255, 0.5);
}

/* CREDITS */
.credits-wrap {
    position: relative;
    padding: 20px 0;
    background: #547D80;
    color: #fff;
    overflow-x: hidden;
}

.credits-wrap a {
    color: #fff;
    text-decoration: none;
}

/* #Custom Page Styles
================================================== */
.page-name {
    background-color: #C60;
    height: 200px;
    width: 100%;
    position: relative;
    top: 140px;
}

#title {
    position: absolute;
    top: 140px;
}

.home-slider-wrap, .hero-image-wrap {
    position: relative;
    background: #fff;
    width: 100%;
}

.hero-image-wrap .container {
    position: relative;
    z-index: 200;
    min-height: 450px;
}

.hero-image-wrap .container h1 {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-image-wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.hero-image-wrap img.icon-base {
    z-index: -1;
}

.home-slider-wrap .white-line.top, .hero-image-wrap .white-line.top {
    top: 133px;
    display: none;
}

.home-slider-wrap .white-line.bottom, .hero-image-wrap .white-line.bottom {
    bottom: 20px;
}

.galDescription {
    position: absolute;
    background: rgba(204, 102, 0, 0.50);
    width: 100%;
    top: 50%;
    margin-top: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 200;
    font: 600 2vw / 2vw 'Exo' sans-serif;
    clear: both;
}

.galDescription p {
    margin: 0;
    padding: 0;
}

.galDescription a {
    color: #fff;
    text-decoration: none;
}

#learnMore {
    padding: 2px 30px;
    font: 600 1vw / 1vw 'Exo' sans-serif;
    border: 2px solid #fff;
    opacity: 0.7;
}

#learnMore:hover {
    opacity: 1;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: absolute;
    z-index: 300;
    bottom: 11%;
    width: 100%;
    text-align: center;
}

.owl-dots div {
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}

.owl-dots div.active {
    background: rgba(255, 255, 255, 1);
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and(max-width: 959px) {
    .fixed-top {
        position: relative;
        width: 100%;
        z-index: 500;
    }

    .galDescription {
        margin-top: 0px;
    }

    .hero-image-wrap .container {
        position: relative;
        z-index: 200;
        min-height: 300px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    table td {
        display: block;
        width: 100%;
    }

    #logo img {
        width: 200px;
        margin: 0 auto;
    }

    .galDescription {
        margin-top: 0px;
    }

    .fixed-top {
        position: relative;
        width: 100%;
        z-index: 500;
    }

    .hero-image-wrap .container {
        position: relative;
        z-index: 200;
        min-height: 200px;
    }

    .hero-image h1 {
    }

    .pages #main .inner {
        border-right: 0px solid #ddd;
        padding-right: 0px;
        min-height: 500px;
    }

    .hero-image h1 {
        text-align: center;
        font-size: 30px;
        line-height: 32px;
        width: 100%;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and(max-width: 767px) {
    .galDescription {
        font-size: 20px;
        line-height: 40px;
    }

    #learnMore {
        padding: 2px 30px;
        font: 600 12px / 14px 'Exo' sans-serif;
        border: 2px solid #fff;
        opacity: 0.7;
    }

    #learnMore:hover {
        opacity: 1;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        display: none !important;
    }

    .home-slider-wrap .white-line.bottom, .hero-image-wrap .white-line.bottom {
        bottom: 20px;
        display: none;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .galDescription {
        font-size: 20px;
        line-height: 40px;
    }

    #learnMore {
        padding: 2px 30px;
        font: 600 12px / 14px 'Exo' sans-serif;
        border: 2px solid #fff;
        opacity: 0.7;
    }

    #learnMore:hover {
        opacity: 1;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        display: none !important;
    }

    .home-slider-wrap .white-line.bottom, .hero-image-wrap .white-line.bottom {
        bottom: 20px;
        display: none;
    }
}
