body {
    background-image: url("img/ep_bg.jpg");
    background-repeat: repeat;
}

#z-wrapper-content h1, h2, h3, h4 {
    text-shadow: white 1px 1px;
}

#z-header-wrapper {
    text-shadow: black 1px 1px;
}

.footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #2a2722;
    border-top: 1px solid rgb(221, 221, 221);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 0 rgb(255, 255, 255) inset;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: -100px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0;
    /*height: 500px;*/
    overflow: hidden;
}

.carousel .container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-control {
    background-color: transparent;
    border: 0;
    font-size: 120px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel .item {
    height: 500px;
}

.carousel img {
    min-width: 100%;
    /*min-height: 500px;*/
}

.carousel-caption {
    background-color: transparent;
    text-align: center;
    position: static;
    margin-bottom: 40px;
    /*max-width: 550px;*/
    /*padding: 0 20px;*/
    /*margin-bottom: 100px;*/
}

.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel-caption p {
    font-size: 46px;
}

.carousel-caption h1 {
    font-size: 78px;
}

.carousel-caption .btn {
    margin-top: 14px;
    font-size: 25px;
    padding: 15px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
    text-align: center;
}

.marketing {
    font-weight: 200;
}

.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
    color: rgb(101, 100, 96);;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 979px) {
    .navbar-inner {
	position: absolute;
	width: 96%;
    }
}

@media (max-width: 979px) {

    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }

    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .carousel .item {
        height: 500px;
    }

    .carousel img {
        width: auto;
        /*height: 500px;*/
    }

    .featurette {
        height: auto;
        padding: 0;
    }

    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {

    .full-width {
        margin-left: -20px;
        margin-right: -20px;
    }

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }

    #logo-bar {
        margin: 0 -20px;
    }

    .carousel .container {

    }

    .carousel .item {
        height: 300px;
    }

    .carousel img {
        /*height: 300px;*/
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }

    .marketing .span4 + .span4 {
        margin-top: 40px;
    }

    .featurette-heading {
        font-size: 30px;
    }

    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }

    .footer {
        padding: 14px 15px 15px;
        margin: 0 -20px;
        text-align: right;
        border-top: 1px solid rgb(221, 221, 221);
        border-radius: 0 0 6px 6px;
        box-shadow: 0 1px 0 rgb(255, 255, 255) inset;
    }
}

/* Galleria CSS
-------------------------------------------------- */

#galleria {
    height: 100px;
    margin: 0 auto 50px;
    padding: 0 0 0 5px;
    width: 939px;
}

.z-sidemenu #galleria {
    height: 100px;
    margin: 0 auto 50px;
    padding: 0 0 0 5px;
    width: 870px;
}

#logo-bar {
    margin-bottom: 60px;
}

/* Large desktop */
@media (min-width: 1200px) {
    #galleria {
        width: 1170px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 861px) and (max-width: 979px) {
    #galleria {
        width: 775px;
    }

    .z-sidemenu #galleria {
        height: 100px;
        margin: 0 auto 50px;
        padding: 0 0 0 5px;
        width: 700px;
    }
}

/* Landscape phones and down */
@media (min-width: 535px) and (max-width: 860px) {
    #galleria {
        width: 475px;
    }
}

@media (max-width: 534px) {
    #galleria {
        width: 240px;
    }
}

* {
    /*font-family: 'PT Sans Narrow', sans-serif;*/
}

.btn {
    font-size: 16px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    padding-left: 30px;
    padding-right: 30px;
}

.btn .z-threecol {
    font-size: 14px;
}

.sidebar-nav-fixed {
    font-size: 18px;
    width: 218px;
    margin-bottom: 20px;;
}

@media (max-width: 1200px) {
    .sidebar-nav-fixed {
        width: 200px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    .sidebar-nav-fixed {
        width: 170px;
    }
}

/* Landscape phones and down */
@media (max-width: 767px) {
    .sidebar-nav-fixed {
        width: 100%;
    }

    .affix {
        position: relative;
        top: 0;
    }
}

@media (max-width: 434px) {
    .sidebar-nav-fixed {
        width: 100%;
    }

    .affix {
        position: relative;
        top: 0;
    }
}

.sidenav > li > a {
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid rgb(229, 229, 229);
}

.sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: 0.25;
}

.affix {
    top: 50px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

hr.soften {
    height: 1px;
    margin: 35px 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    border: 0;
}

.marketing-byline {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    color: #999;
}

.marketing h2 {
    font-weight: 200;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

a {
    color: grey;
    text-decoration: none;
}

h3 {
    /*font-family: "PT Sans Narrow", sans-serif;*/
    /*color: #999d99;*/
    font-weight: 200;
    font-size: 38px;
    text-shadow: 0.02em 0.02em rgb(255, 255, 255);
}

.marketing-byline {
    /*font-family: "PT Sans Narrow", sans-serif;*/
    color: rgb(152, 134, 84);
    font-size: 28px;
    font-weight: normal;
    text-shadow: 0.02em 0.02em rgb(255, 255, 255);
}

h2.z-threecol {
    font-size: 40.5px;
    font-family: 'Fredericka the Great';
    /*color: #999d99;*/
}

h3 {
    font-size: 30px;
}

.droid-si {
    font-family: "Droid Serif", serif;
    font-style: italic;
}

.gold {
    color: rgb(152, 134, 84);
    text-shadow: 0.02em 0.02em rgb(255, 255, 255);
}

.blue {
    color: rgb(52, 71, 157);
    text-shadow: 0.02em 0.02em rgb(255, 255, 255);
}

.navbar {
    font-size: 14px;
}

footer.footer p {
    font-size: 14px;
    color: white;
}

#z-header-wrapper h1 {
    font-size: 95px;
    line-height: 1.2em;
    font-family: "PT Sans Narrow", sans-serif;
}

#z-header-wrapper p {
    font-size: 62px;
    line-height: 1.2em;
    font-family: "PT Sans Narrow", sans-serif;
}

#z-header-wrapper h3 {
    color: white;
    text-shadow: 0.02em 0.02em rgb(44, 44, 44);

}

@media (max-width: 767px) {
    #z-header-wrapper h1 {
        font-size: 50px;
        line-height: 52px;
    }

    #z-header-wrapper p {
        font-size: 30px;
    }
}

#z-wrapper-content p {
    font-size: 14pt;
    font-weight: 200;
    line-height: 20pt;
}

.header-logo {
    position: absolute;
    right: 50%;
    margin-right: -250px;
}

@media (max-width: 979px) {
    .header-logo {
        margin-top: 20px;
        right: 50%;
        margin-right: -150px;
    }
}

.navbar a.brand {
    font-weight: normal;
}

.z-estate-list {
    list-style-type: none;
}

.z-estate-list img {
    float: left;
}

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

ul.z-categories {
    list-style-type: none;
}

.z-categories li {
    float: left;
}

.z-pagination {
    text-align: center;
    line-height: 30px;
    font-weight: 200;
}

#z-wrapper-content li {
    font-size: 14pt;
    font-weight: 200;
    line-height: 20pt;
}

#z-estate-list p {
    font-size: 14pt;
    font-weight: 200;
    line-height: 20pt;
}

#z-wrapper-content .z-twocol-plugin p {
    font-size: 14pt;
    line-height: 20pt;
}

#z-wrapper-content h1 {
    line-height: 1em;
}

#z-wrapper-content img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#z-wrapper-content img.right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

#z-wrapper-content img.left {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.highlighted {
    background-color: lightgreen;
}

.rye {
    font-family: 'Rye', cursive;
}

.smokum {
    font-family: 'Smokum', cursive;
}

.vast-shadow {
    font-family: 'Vast Shadow', cursive;
}

.fredericka-the-great {
    font-family: 'Fredericka the Great', cursive;
}

.galleria-container {
    background: transparent;
}
