/*
 -------------
     GLOBAL
 ---------------
 */

html {
  font-family: sans-serif;
}

body {
    /*
    background-image: url("../pics/back.jpg");
    */
    background-color: #ffffff;
}

h3 {
    font-family: sans-serif;
}

.background-wrapper {
    background-size: 100%;
    background-position: center -100px;
}

/*
 -------------
     *** Special instructions for property ***
 ---------------
 */

.home-hero-text {
    margin-top: -200px;
    position: relative;
    font-family: sans-serif;
    font-size: 4rem;
    color: #ffffff;
}

.content-splash {
    margin-top: 0px;
    padding-bottom: 0px;
}

.home-hero-custom-div {
    overflow:hidden;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width:2300px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -200px;
        margin-bottom: -75px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 700px;
    }
    .home-image-1 {
        display: block;
        width: 425px;
        position: relative;
        top: -350px;
        margin-bottom: -300px;
        left: 65%;
        /* IE 9 */
        -ms-transform: rotate(3deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(3deg);
        /* Standard syntax */
        transform: rotate(3deg);
    }
}

@media screen and (max-width:2300px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -200px;
        margin-bottom: -75px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 700px;
    }
    .home-image-1 {
        display: block;
        width: 425px;
        position: relative;
        top: -350px;
        margin-bottom: -300px;
        left: 65%;
        /* IE 9 */
        -ms-transform: rotate(3deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(3deg);
        /* Standard syntax */
        transform: rotate(3deg);
    }
}

@media screen and (max-width:1999px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -200px;
        margin-bottom: -50px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 700px;
    }
    .home-image-1 {
        display: block;
        width: 425px;
        position: relative;
        top: -350px;
        margin-bottom: -300px;
        left: 65%;
        /* IE 9 */
        -ms-transform: rotate(3deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(3deg);
        /* Standard syntax */
        transform: rotate(3deg);
    }
}

@media screen and (max-width:1499px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -100px;
        margin-bottom: -25px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 600px;
    }
    .home-image-1 {
        display: block;
        width: 400px;
        position: relative;
        top: -300px;
        margin-bottom: -300px;
        left: 65%;
        /* IE 9 */
        -ms-transform: rotate(3deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(3deg);
        /* Standard syntax */
        transform: rotate(3deg);
    }
}

@media screen and (max-width:1050px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -50px;
        margin-bottom: -0px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 500px;
        z-index: 2;
    }
    .home-image-1 {
        display: block;
        width: 350px;
        position: relative;
        top: -250px;
        margin-bottom: -200px;
        left: 65%;
        /* IE 9 */
        -ms-transform: rotate(3deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(3deg);
        /* Standard syntax */
        transform: rotate(3deg);
        z-index: 1;
    }
}

@media screen and (max-width:769px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -50px;
        margin-bottom: -0px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 25px;
        margin-top: 0px;
        margin-bottom: 50px;
        width: 400px;
        z-index: 2;
    }
    .home-image-1 {
        display: block;
        width: 250px;
        position: relative;
        top: -250px;
        margin-bottom: -200px;
        left: 65%;
        /* IE 9 */
        -ms-transform: rotate(3deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(3deg);
        /* Standard syntax */
        transform: rotate(3deg);
        z-index: 1;
    }
}

@media screen and (max-width:500px) {
    .home-hero-custom {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
    }
    .community-logo-splash {
        left: 10%;
        right: 10%;
        width: 80%;
        line-height: 100px;
        margin-top: 0px;
        margin-bottom: -25px;
        margin-left: 10%;
        margin-right: 10%;
        z-index: 2;
    }
    .home-image {
        display: none;
    }
}

@media screen and (max-width:350px) {
    .home-hero-custom {
        margin-top: 0px;
        width: 100%;
    }
    .community-logo-splash {
        left: 10%;
        right: 10%;
        width: 80%;
        line-height: 100px;
        margin-top: -20px;
        margin-bottom: -20px;
    }
}


/*
 -------------
     HOME
 ---------------
 */

.background-wrapper {
    background-size: 100%;
    background-position: center -60px;
    background-image: url("../pics/hero.jpg");
}

.background-wrapper-splash {
    margin: 0 auto;
    background-image: url("../pics/hero-splash.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-position: center 0px;
    z-index: 1;
}

@media screen and (max-width:1050px) {
    .background-wrapper-splash {
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: 959px;
        position: relative;
        background-position: center 0px;
        z-index: 1;
    }
}

@media screen and (max-width:639px) {
    .background-wrapper-splash {
        margin: 0 auto;
        background-size: 125%;
        background-repeat: no-repeat;
        position: relative;
        background-position: left 0px;
        z-index: 1;
    }
}

@media screen and (max-width:400px) {
    .background-wrapper-splash {
        margin: 0 auto;
        background-size: 150%;
        background-repeat: no-repeat;
        position: relative;
        background-position: left 0px;
        z-index: 1;
    }
}

.container-splash .row {
    height: 0px;
    position: relative;
}

/* Tablet View */

@media screen and (max-width: 959px) {
    .container-splash .row {
        height: 450px;
    }
}


/* Mobile View */

@media screen and (max-width:639px) {
    .container-splash .row {
        height: 300px;
        text-align: center;
    }
}

/*
 -------------
     WELCOME PAGE - Main Content
 ---------------
 */
 
 /*
 Special instruction
 */
.content-splash {
    margin-top: 0px;
    padding-bottom: 0px;
}

.content-splash-home-main {
    background-color: #ffffff;
    background: rgba(255, 255, 255, .50);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 0px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    font-family: sans-serif;
}

.content-splash-home-main a:link, a:visited, a:hover, a:active {
}

.content-splash-home-sub {
    background-color: #a4925e;
    background: rgba(250, 250, 240, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    font-family: sans-serif;
    color: #ffffff;
}

.content-splash-sidebar-home-section {
    background-color: #a4925e;
    background: rgba(250, 250, 240, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 100px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    font-family: sans-serif;
}

.content-splash-sidebar-home-section a:link, a:visited, a:hover, a:active {
}

.content-splash-main {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.content-splash-sub {
    background-color: #fdfbcd;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.content-splash-sidebar-section {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 0px;
    padding: 10px 15px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

/* Tablet and Mobile View */

@media screen and (max-width: 1050px) {
    .content-splash-home-main {
        background-color: #a4925e;
        background: rgba(255, 255, 255, .50);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: -40px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        font-family: sans-serif;
    }

    .content-splash-home-sub {
        background-color: #a4925e;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    }

    .content-splash-sidebar-home-section {
        background-color: #a4925e;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 28px;
        margin-top: 50px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    }
    
    .content-splash-main {
        background-color: #FAFAF0;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }

    .content-splash-sub {
        background-color: #fdfbcd;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }

    .content-splash-sidebar-section {
        background-color: #FAFAF0;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (max-width:639px) {
    .content-splash-home-main {
        background-color: #a4925e;
        background: rgba(255, 255, 255, .50);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 15px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        font-family: sans-serif;
        font-size: 10px;
    }
    .content-splash-sidebar-home-section {
        background-color: #a4925e;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 50px;
        margin-top: -25px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    }
}

/* 
 -------------
    USER BAR
 ---------------
 */

#user-bar {
    background-color: #7f2d19;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #7f2d19, #7f2d18, #7f2d19);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #7f2d19, #7f2d18, #7f2d19);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #7f2d19, #7f2d18, #7f2d19);
    /* Standard syntax */
    background: linear-gradient(to right, #7f2d19, #7f2d18, #7f2d19);
    color: white;

}

/* 
 -------------
    NAVIGATION 
 ---------------
 */

.nav-section-header {
    border-radius: 0px 0px 0 0;
    margin-top: 16px;
    /*padding: 10px 8px 10px 26px;*/
    padding: 10px 15px;
    color: white;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    background-color: #7f2d19;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #7f2d19, #7f2d18, #7f2d19);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #7f2d19, #7f2d18, #7f2d19);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #7f2d19, #7f2d18, #7f2d19);
    /* Standard syntax */
    background: linear-gradient(to right, #7f2d19, #7f2d18, #7f2d19);
}

.nav-section-container {
    border-radius: 0 0 0px 0px;
    background-color: #FAFAF0;
    margin-left: 1px;
    margin-right: 1px;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #F0F0E6, #FAFAF0, #F0F0E6);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #F0F0E6, #FAFAF0, #F0F0E6);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #F0F0E6, #FAFAF0, #F0F0E6);
    /* Standard syntax */
    background: linear-gradient(to right, #F0F0E6, #FAFAF0, #F0F0E6);
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.nav-section-container a:link, a:visited, a:hover, a:active {
    color: #000000;
}

/* 
 -------------
    NEWSBOARD
 ---------------
 */

.newsboard-container.newsboard-container__banner {
    border-radius: 0 0 0px 0px;
    background: #7f2d19;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #7f2d19, #7f2d18, #7f2d19);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #7f2d19, #7f2d18, #7f2d19);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #7f2d19, #7f2d18, #7f2d19);
    /* Standard syntax */
    background: linear-gradient(to right, #7f2d19, #7f2d18, #7f2d19);
    /*border-radius: 0px 0px 0 0;*/
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    padding: 15px 10px;
}

.newsboard-container.newsboard-container {
    border-radius: 0 0 0px 0px;
}
.nav-contact-container {
    border-radius: 0 0 0px 0px;
}

/* 
 -------------
    CALENDAR
 ---------------
 */

#calendar .weekdays {
    height: 30px;
    text-align: center;
    line-height: 20px;
    padding: 5px 6px;
    color: #fff;
    font-size: .75rem;
    background: #7f2d19;
    margin-right: 1px;
    color: white;
}

#calendar-wrap.calendar-full-view thead tr td {
    width: 11%;
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    background: #7f2d19;
    color: white;
    /*border: 1px solid white;*/
    /*border-bottom: 0;*/
    height: 20px;
}

/* 
 -------------
    POPUPS
 ---------------
 */

.stand-alone-page .popup-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 16px;
    background: #7f2d19;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(bottom, #7f2d18, #7f2d19);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(bottom, #7f2d18, #7f2d19);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(bottom, #7f2d18, #7f2d19);
    /* Standard syntax */
    background: linear-gradient(to bottom, #7f2d18, #7f2d19);
    color: white;
}