﻿/* 

    Custom CSS for Ralph's Homes.

*/

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 175%;
    background-color: #242424;
    color: #FFFFFF;
}

/* The Form */

#frmMaster {
    background-color: #FFFFFF;
    color: #000000;
}

/* The Header */

.header {
    background-color: #ffffff;
}

.header-logo {
    z-index: 999999;
}

.header-logo img {
    width: 100%;
    margin: 0 auto;
    border-radius:5px 5px;
}

.header-contact {
    padding-bottom: 15px;
    padding-right:10px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5rem;
    color: #ffffff;
    text-align: center;
}

    .header-contact .phone {
        position: relative;
        display: inline-block;
        /* 
            top: 3px;
            font-size: 120%;
            line-height: 100%;
        */
        color: #ffffff;
    }

    .header-contact span.facebook {
        display: inline-block;
        position: relative;
        top: -2px;
    }

    .header-contact a, .header-contact a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .header-contact .fa-stack {
        margin-left: 10px;
    }

    .header-contact a.facebook, .header-contact a.facebook:visited {
        color: #3B5998;
    }

        .header-contact a.facebook:hover {
            color: #3B5998;
        }

    .header-contact .fa-facebook {
        color: #FFFFFF;
    }

    .header-contact span.on-sale {
        display: block !important;
        padding-top: 10px;
    }

    a.btn.btn-sale,
    a.btn.btn-sale:visited {
        padding: 8px 16px;
        font-size: 16px;
        font-weight: bold;
        color: #000000 !important;
        border: 2px solid #e6862f;
        background-color: #eaa529;
    }

    a.btn.btn-sale:hover {
        color: #000000 !important;
        border: 2px solid #e6862f;
        background-color: #e6862f;
    }

.header .addr-bar {
    margin-bottom: -10px;
    padding-top: 5px;
    padding-right: 25px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.header .addr-bar a,
.header .addr-bar a:visited,
.header .addr-bar a:hover{
    color:#fff !important;
}

.header .menu-bar {
    border-bottom: #333638 solid 3px;
}

.header .header-bottom {
    height: 0;
    line-height: 0;
    background-color: transparent;
    border-top: 0px none;
    border-bottom: 0px none;
}

@media only screen and (max-width : 958px) {

    .header-logo img {
        width: auto;
        margin-top:16px;
    }
}

@media only screen and (max-width : 767px) {

    .header-logo img {
        width: auto;
        margin-top: 18px;
        margin-bottom:14px;
    }

    .header-contact span {
        display: block;
        line-height: 150% !important;
    }

    .header-contact a, .header-contact a:visited {
        color: #000000;
        text-decoration: none;
    }

    .header-contact span.facebook {
        display: block;
        padding-top: 10px;
    }

}

@media only screen and (min-width : 768px) {

    .header {
        position: fixed;
        width: 100%;
        z-index: 9999;
        background-color: #282a2c;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.66);
    }

        .header .valign-middle {
            display: flex;
            align-items: center;
        }

    .header-logo {
        position: absolute;
        top: 60px;
        margin: 0 0;
    }

    .header-right {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-contact {
        padding-bottom: 0px;
        color: #FFFFFF;
        text-align: right;
    }

        .header-contact a, .header-contact a:visited {
            color: #FFFFFF;
            text-decoration: none;
        }

            .header-contact a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

            .header-contact a.facebook, .header-contact a.facebook:visited {
                color: #3B5998;
            }

                .header-contact a.facebook:hover {
                    color: #3B5998;
                }

        .header-contact .fa-facebook {
            color: #FFFFFF;
        }

    .header .menu-bar {
        padding-top: 14px;
        padding-bottom: 14px;
        background-color: #FFFFFF;
        border-top: 4px solid #F2F2F2 !important;
    }

}

@media only screen and (min-width : 768px) and (max-width : 991px) {

    .header-logo {
        position: absolute;
        top: 74px;
    }
}

@media only screen and (min-width : 992px) {

    .header-logo {
        position: absolute;
        top: 76px;
    }

}

@media only screen and (min-width : 1199px) {

    .header-logo {
        position: absolute;
        top: 65px;
    }
}


/* Marquee */

.marquee-background {
    background-color:#000000;

}

.marquee-wrapper {
    height: 72px;
    margin: 0 0;
    overflow:hidden;
}

.marquee {
    height: 72px;
    margin: 0 0;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    line-height: 72px;
}

.marquee-background > .container {
    padding-left: 0;
    padding-right: 0;
}

    .marquee-background > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .marquee-background > .container > .row > .col-xs-12 {
            padding-left: 5px;
            padding-right: 5px;
        }

@media only screen and (max-width : 1024px) {

    .marquee-background .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container > .row > .col-xs-12 {
        width: 100%;
    }
}

/* The Footer */

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    color: #DDDDDD;
    line-height: 150%;
    text-align: center;
    background-color: #242424;
}

.footer a,
.footer a:visited {
    color: #DDDDDD;
    text-decoration: none;
}

.footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footer h3 {
    padding-bottom: 3px;
    border-bottom: 1px solid #DDDDDD;
}

.footer-copyright {
    margin-bottom: 0 !important;
    color: #BBBBBB;
}

.footer-copyright a, .footer-copyright a:visited {
    color: #BBBBBB;
    text-decoration: none;
}

.footer-copyright a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media only screen and (max-width : 1100px) {

    .footer {
        font-size: 14px;
    }
}

/* Some general stuff. */

p {
    margin-bottom: 20px;
}

h1 {
    margin-top: 0;
    font-size: 44px;
}

h2 {
    margin-top: 0;
    font-size: 30px;
}

h1, h2, h3 {
    margin-bottom: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
}

ul, ol {
    margin-bottom: 20px;
}

hr {
    border-color: #CCCCCC;
}

.yellow-font {
    color: #ecc715 !important;
}

.red-font {
    color: #c31a12;
}

.photo {
    border: 1px solid #000000;
}

.centered {
    margin-left: auto !important;
    margin-right: auto !important;
}


/* Big Picture Box. */

.big-picture {
    background-color: #FFFFFF;
}

.big-picture .container-fluid {
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .container-fluid .row {
    margin: 0 0;
    padding: 0 0;
}

.big-picture .container-fluid .row .col-xs-12 {
    margin: 0 0;
    padding: 0 0;
}

.big-picture .nivoSlider {
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .slider-wrapper {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
}

.big-picture .nivo-controlNav {
    display: none;
}

.theme-default a.nivo-prevNav, .theme-default a.nivo-nextNav {
    background-image: url('/Images/Layout/arrows.png');
}

div.big-picture .slider-wrapper div.slider-caption {
    display: none;
}

div.big-picture .slider-wrapper div.nivo-caption {
    display: none;
    position: absolute;
    font-size: 500%;
    font-weight: bold;
    line-height: 100%;
    left: 0px;
    top: 60%;
    margin-top: -100px;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    background: none;
    bottom: 0;
    box-sizing: border-box;
    opacity: 1.0;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
    padding: 5px 10px;
    width: 100%;
    z-index: 8;
}

div.big-picture div.slider-wrapper div.nivo-caption h1 {
    font-size: 65%;
    line-height: 100%;
    font-weight: bold;
    text-shadow: 0 0 0.2em #323232, 0 0 0.2em #323232, 0 0 0.2em #323232, 0 0 0.2em #323232;
}

div.big-picture div.slider-wrapper div.nivo-caption h2 {
    font-size: 52%;
    line-height: 100%;
    font-weight: bold;
    text-shadow: 0 0 0.2em #323232, 0 0 0.2em #323232, 0 0 0.2em #323232, 0 0 0.2em #323232;
}

div.big-picture picture {
    width: 100%;
    margin: 0 auto;
}

div.big-picture .img-responsive {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    div.big-picture div.slider-wrapper div.nivo-caption {
        top: 64%;
        font-size: 500%;
    }
}

@media (max-width: 998px) {
    div.big-picture div.slider-wrapper div.nivo-caption h1 {
        font-size: 50%;
    }

    div.big-picture div.slider-wrapper div.nivo-caption h2 {
        font-size: 36%;
    }
}

@media (max-width: 768px) {
    div.big-picture div.slider-wrapper div.nivo-caption h1, div.big-picture div.slider-wrapper div.nivo-caption h2 {
        display: none !important;
    }
}

/* Well Fixes */

.well ul,
.custom-boxes ul {
    padding-left: 20px;
}

/* Hiring Box on Contact Page */

.hiring-box .well {
    border: 1px solid #e68a2e;
}

/* White Background */

.white-bg {
    color: #000000;
    background-color: #FFFFFF;
}

    .white-bg .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .white-bg .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .white-bg .container > .row:first-child > div > :first-child {
                margin-top: 0;
            }

            .white-bg .container > .row:last-child > div > :last-child {
                margin-bottom: 0;
            }

    .white-bg h1, .white-bg h2, .white-bg h3 {
        margin-top: 0;
        text-align:center;
        color: #334f3c;
    }

.white-bg .title-alt {
    color: #000000 !important;
    text-align: center !important;
}

    .white-bg .container a, .white-bg .container a:visited {
        color: #429de5;
        text-decoration: none;
    }

        .white-bg .container a:hover {
            color: #3a88c6;
            text-decoration: none;
        }

/* White Background */

.yellow-bg {
    color: #000000;
    background-color: #ffebb6;
}

    .yellow-bg .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .yellow-bg .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .yellow-bg .container > .row:first-child > div > :first-child {
                margin-top: 0;
            }

            .yellow-bg .container > .row:last-child > div > :last-child {
                margin-bottom: 0;
            }

    .yellow-bg h1, .yellow-bg h2, .yellow-bg h3 {
        margin-top: 0;
        text-align: center;
        color: #334f3c;
    }

    .yellow-bg .title-alt {
        color: #000000 !important;
        text-align: center !important;
    }

    .yellow-bg .container a, .yellow-bg .container a:visited {
        color: #429de5;
        text-decoration: none;
    }

        .yellow-bg .container a:hover {
            color: #3a88c6;
            text-decoration: none;
        }

/* Green Background */

.green-bg {
    color: #ffffff;
    background-image: url('/Images/Layout/green-bg.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    background-size: cover;
}

    .green-bg .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .green-bg .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .green-bg .container > .row:first-child > div > :first-child {
                margin-top: 0;
            }

.green-bg .table {
}

.green-bg .table tr td {
    padding: 10px 20px;
}

.green-bg .table.table-bordered tr td {
    border: 1px solid rgba(255,255,255,0.125);
}

.green-bg .table.table-striped {
    background-color: rgba(0,0,0,0.00);
}

.green-bg .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.125);
}

.bluegreenbg .container > .row:last-child > div > :last-child {
    margin-bottom: 0;
}


.green-bg p {
    color: #ffffff;
}

.green-bg ul {
    color: #ffffff;
}

.green-bg h1, .green-bg h2, .green-bg h3 {
    margin-top: 0;
    text-align:center;
    color: #ffffff !important;
}

.green-bg .title-alt {
    color: #ecc317 !important;
    text-align: center !important;
}

.green-bg .well h1, .green-bg .well h2 {
    color: #334f3c !important;
}

.green-bg .well p {
    color:#000000;
}

.green-bg .container a, .green-bg .container a:visited {
    color: #990000;
    text-decoration: none;
}

    .green-bg .container a:hover {
        color: #000099;
        text-decoration: none;
    }

.green-bg .custom-boxes {
    background-color: #ffffff;
    padding: 20px 20px;
    margin-top: 0;
    border-left: solid #000000 1px;
    border-right: solid #000000 1px;
    border-bottom: solid #000000 1px;
}

    .green-bg .custom-boxes h2, .green-bg .custom-boxes h3 {
        color: #334f3c !important;
    }

    .green-bg .custom-boxes ul li {
        color:#000000;
    }

    .green-bg .well ul li {
        color:#000000;
    }


/* Orange Background */

.orange-bg {
    color: #ffffff;
    background-image: url('/Images/Layout/orange-bg.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    background-size: cover;
}

    .orange-bg .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .orange-bg .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .orange-bg .container > .row:first-child > div > :first-child {
                margin-top: 0;
            }

            .orange-bg .container > .row:last-child > div > :last-child {
                margin-bottom: 0;
            }

    .orange-bg h1, .orange-bg h2, .orange-bg h3 {
        margin-top: 0;
        text-align:center !important;
        color: #ffffff;
    }

    .orange-bg p {
        color: #ffffff;
    }

    .orange-bg .container a, .black-bg .container a:visited {
        color: #000000;
        text-decoration: none;
    }

        .orange-bg .container a:hover {
            color: #494949;
            text-decoration: none;
        }

/* COVID Message Box */

.covid-message {
    background-color: #880000;
}

.covid-message .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Wide Picture Box */

.wide-picture {
    background-color: #FFFFFF;
}

    .wide-picture .container-fluid {
        margin: 0 auto;
        padding: 0 0;
    }

        .wide-picture .container-fluid .row {
            margin: 0 0;
            padding: 0 0;
        }

            .wide-picture .container-fluid .row .col-xs-12 {
                margin: 0 0;
                padding: 0 0;
            }

/* Contact Page */

.address-link a,
.address-link a:visited{
    color:#000 !important;
}

.address-link a:hover{
    color:#000 !important;
    text-decoration:underline !important;
}

.contact-info {
    margin-bottom: 30px;
}

    .contact-info .row .col-xs-12:first-child {
        font-weight: bold;
        text-align: right;
    }

@media only screen and (max-width: 768px) {

    .contact-info .row .col-xs-12 {
        text-align: center !important;
    }
}

.contact-form {
    margin-bottom: 0px;
    padding: 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-form-header {
    padding: 10px 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background-color: #418357;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

table.contact-info {
    margin: 0 auto 20px auto;
}


.contact-form-content {
    padding: 15px 15px;
}

table.contact-info td {
    padding: 0 0 8px 0;
    vertical-align: top;
}

    table.contact-info td.contact-info-left {
        padding-right: 4px;
        font-weight: bold;
        text-align: right;
    }

    table.contact-info td.contact-info-right {
        padding-left: 4px;
        text-align: left;
    }

.contact-form textarea {
    resize: none;
}


.contact-form .input-group-addon {
}

div.map-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 0;
    border: 1px solid #429de5;
}

    div.map-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px none;
    }

div.map-caption {
    text-align: center;
    font-size: 100%;
    line-height: 100%;
}


/************ Video Resizer **************/

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .video-container iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        border: solid #000000 1px;
    }

@media (max-width: 992px) {
    .video-container {
        margin-top: 0 !important;
    }
}

.video-title {
    padding-top: 5px;
    text-align: center;
}

.top-strip {
    border-bottom: #333638 solid 3px;
}

/* Fixes */

a.btn {
    color: #FFFFFF !important;
}


/* Swiper */

.swiper-slide{
    overflow:hidden;
}

.swiper-slide .slide-title {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    text-shadow: 0 0 0.2em #323232, 0 0 0.2em #323232, 0 0 0.2em #323232, 0 0 0.2em #323232;
}

    .swiper-slide .slide-title .slide-title-text {
        align-self: center;
        padding: 1rem 2rem;
        line-height: 120%;
        margin-bottom: 14px !important;
        font-weight: bold;
        font-size: 150%;
    }

@media(max-width:1500px) {
    .swiper-slide .slide-title {
        font-size: 25px;
    }
}

@media(max-width:1000px) {
    .swiper-slide .slide-title {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        display: none;
    }

    .swiper-slide .slide-title .slide-title-text {
        display: none !important;
    }
}

/* Fix for newer browsers */
.img-responsive {
    width: 100%;
}

/* Footer Links UL */

ul.footer-links {
    columns: 4;
    -webkit-columns: 4;
    column-gap: 30px;
}

@media(max-width:992px) {

    ul.footer-links {
        columns: 2;
        -webkit-columns: 2;
        column-gap: 30px;
    }

}

@media(max-width:768px) {

    ul.footer-links {
        columns: 1;
        -webkit-columns: 1;
        column-gap: 0;
    }

}
