/* COLOR PALETTE
	logo-blue: #01b0f3    
    logo-green: #7eb140
    logo-yellow: #f7bf12
*/


/* ===GLOBAL=== */
body {
    font-size: 14px;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 0px;
    padding-bottom: 25px;
}

h2 {
    color: #333;
    font-size: 18px;
    padding-top: 20px;
}

p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
}

/* ===CONTENT=== */
.btn {
    background-color: #f7bf12;
    color: #FFF;
    border-radius: 5px;
}

    .btn:hover, .btn:focus {
        background-color: #01b0f3;
        color: #FFF;
    }

#outer-wrap {
    background-color: #FFF;
}

.content-row {
    padding: 40px 15px;
    /*border-bottom: 5px solid #cccccc;*/
}

    .content-row:last-child {
        border-bottom: none;
    }

.highlight,
.highlight a {
    color: #01b0f3;
}

.bg-black {
    background-color: #000;
    color: #FFF;
}

    .bg-black .btn {
        background-color: #FFF;
        color: #231f20;
    }

        .bg-black .btn:hover {
            background-color: #ed1b24;
            color: #FFF;
            text-decoration: none;
        }

.bg-offblack {
    background-color: #231f20;
    color: #FFF;
}

    .bg-offblack .btn {
        background-color: #FFF;
        color: #231f20;
    }

        .bg-offblack .btn:hover {
            background-color: #ed1b24;
            color: #FFF;
            text-decoration: none;
        }

.bg-offwhite {
    background-color: #f4f4f4;
    color: #231f20;
}

    .bg-offwhite .btn {
        background-color: #231f20;
        color: #FFF;
    }

        .bg-offwhite .btn:hover {
            background-color: #01b0f3;
            color: #FFF;
            text-decoration: none;
        }

    .bg-offwhite a {
        color: #ed1b24;
        text-decoration: none;
    }

        .bg-offwhite a:hover {
            text-decoration: underline;
        }

.bg-offblue {
    background-color: #eaf7ff;
    color: #000;
}

    .bg-offblue h1 {
        color: #01b0f3;
    }

    .bg-offblue .btn {
        background-color: #f7bf12;
        color: #000;
    }

        .bg-offblue .btn:hover {
            background-color: #01b0f3;
            color: #FFF;
            text-decoration: none;
        }

    .bg-offblue a {
        color: #01b0f3;
        text-decoration: none;
    }

        .bg-offblue a:hover {
            text-decoration: underline;
        }

.bg-logored {
    background-color: #ed1b24;
    color: #FFF;
}

    .bg-logored .btn {
        background-color: #FFF;
        color: #231f20;
    }

        .bg-logored .btn:hover {
            background-color: #231f20;
            color: #FFF;
            text-decoration: none;
        }

.border-bottom {
    border-bottom: 5px solid #cccccc;
}

.successMsgEbook {
    min-height: 50px;
    width: 100%;
    color: #FFF;
    padding: 15px;
    background: none;
    text-align: center;
}

.errorMsgEbook {
    min-height: 50px;
    width: 100%;
    background-color: #d9534f;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}

/* ===HEADER=== */
.header-container {
    width: 100%;
    height: initial;
    background: #FFF;
    border-bottom: 5px solid #fcbb15;
}

#header {
    position: relative;
    height: 110px;
}

.header-top-bar {
    height: 140px;
    background: none;
}

.header-middle-bar {
    display: none;
}

.header-bottom-bar {
    height: 0;
}

.header-height-padder {
    height: 0px;
}

.brand-top-large img {
    top: 20px;
    left: 0;
    height: 70px;
    width: auto;
    width: initial;
}

.brand-top-small img {
    top: 15px;
    height: 60px;
}

.btn-navbar {
    margin-top: 25px;
    margin-right: 30px;
    padding: 10px;
    background: #01b0f3;
}

.menu-clickable {
    height: 70px;
}

.icon-bar {
    background-color: #FFF;
}

/* ===NAVIGATION=== */
#top-navigation-container {
    position: absolute;
    top: 58px;
    right: 0;
}

.nav li a {
    /*height: 140px;
    line-height: 140px;*/
    padding: 0 15px;
    color: #01b0f3;
}

    .nav li a:hover,
    .nav .active > a {
        color: #7eb140;
        background: none;
    }

.nav-link-text {
    font-size: 14px;
    /*text-transform: capitalize;*/
}

/* ===FOOTER=== */
.footer {
    font-size: 13px;
    background-color: #01b0f3;
    color: #fff;
    border-top: 5px solid #f7bf12;
}

    .footer a {
        color: #FFF;
    }

.footer-text {
    padding: 22px 10px;
}

#outer-wrap {
    margin: 0 auto -80px;
}

.footer, .push {
    height: 80px;
}

    .footer .content-container {
        padding: 0;
    }

    .footer .powered-by a:hover {
        color: #000;
    }

/* ===MISC=== */
.switch {
    color: #000;
}

:root input[type="checkbox"].ios-switch + span:before {
    text-indent: -2.45em;
}

/* ===CONTROLS=== */

/* Listings */
.listing-container {
    border: none;
    border-left: 1px solid #DDD;
    box-shadow: 4px 4px 5px #D7D7D7;
}

    .listing-container h4 {
        color: #202658;
        font-size: 18px;
    }

    .listing-container .icons li {
        font-size: 100%;
    }

    .listing-container .icons img {
        height: 15px;
    }

.listing-header {
    background-color: #01b0f3;
}

.listing-body {
    padding: 0;
}

.listing-image {
}

/* Features Cycler */
.feature-cycler-container .icons,
.latest-listing-container .icons {
    color: #000;
}
   

.feature-cycler-header {
    color: #01b0f3;
}

.feature-cycler-image {
    padding: 0;
    background: none;
    box-shadow: 4px 4px 5px #D7D7D7;
}

.cycle-pager span.cycle-pager-active {
    color: #01b0f3;
}

/* Testimonials */
.testimonial-item .testimonial-image {
    box-shadow: 4px 4px 5px #D7D7D7;
}

/* Profiles */
.profile-container-inner {
    background-color: #01b0f3;
}

    .profile-container-inner a {
        color: #FFF;
    }

.profile-name a {
    color: #FFF;
}

.profile-more-details a {
    color: #FFF;
}

/* Paging */
.page-count {
    float: none;
    text-align: center;
    padding-top: 8px;
}

/* ===MEDIA QUERIES=== */
@media only screen and (min-width: 768px) {
    .nav li:hover ul {
        background: none;
    }

    .nav ul a {
        color: #000;
        border-top: 1px solid #fad667;
        border-left: 1px solid #f7bf12;
        border-right: 1px solid #f7bf12;
        background-color: #f7bf12;
    }

    .nav ul li a:hover, .nav ul .active > a {
        color: #FFF;
        background: #f7bf12;
    }

    .nav ul li:first-of-type a {
        border-top: 1px solid #f7bf12;
    }
}

@media only screen and (max-width: 1250px) {
    .header-container {
        padding-left: 10px;
        padding-right: 20px;
    }

    .content-row {
        padding: 40px 25px;
    }
}

/* Make full header with navigation fit */
@media only screen and (max-width: 1170px) {
    #header,
    .header-top-bar {
        height: 100px;
    }

    .brand-top-large img {
        top: 15px;
        height: 70px;
    }

    #top-navigation-container {
        top: 40px;
    }

    .nav li a {
        padding: 0 10px;
    }
}

/* Make full header with navigation fit */
@media only screen and (max-width: 980px) {
    #header,
    .header-top-bar {
        height: 90px;
    }

    .brand-top-large img {
        height: 40px;
        top: 25px;
        left: 10px;
    }

    #top-navigation-container {
        top: 35px;
    }

    .nav li a {
        padding: 0 7px;
    }

    .nav-link-text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 980px) {
    /* Footer */
    .footer, .push {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    /* Header */
    .header-container {
        padding-right: 0;
        padding-left: 0;
    }

    #header {
        height: 100%;
        width: 100%;
    }

    .header-top-bar {
        height: 90px;
        padding: 0 10px;
    }

    .brand-top-small img {
        margin-left: 10px;
    }

    .btn-navbar {
        margin-right: 15px;
    }

    /* Navigation */
    .nav li a {
        padding: 0 26px;
        border-top: 1px solid #fcbb15;
        background-image: url("../../../controls/Navigation/images/menu-arrow.png");
    }

    #top-navigation-container {
        position: relative;
        top: 0px;
        float: none;
    }

    #top-navigation {
        width: 100%;
        padding-bottom: 0;
    }

    .navigation {
        height: 100%;
    }

    .nav {
        padding: 0;
        border-bottom: none;
    }

        .nav li a {
            height: 45px;
            line-height: 45px;
        }

    .nav-link-text {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-bar {
        height: 70px;
    }

    .brand-top-small img {
        height: 40px;
    }

    .btn-navbar {
        margin-top: 16px;
    }

    .icon-bar {
        width: 20px;
    }
}

@media only screen and (max-width: 740px) {
    .listing-moredetails {
        padding-right: 5px;
        padding-bottom: 5px;
    }

        .listing-moredetails a {
            margin-top: 2px;
        }
}

@media only screen and (min-width: 651px) {
    .feature-cycler-container .icons li,
    .latest-listing-container .icons li {
        font-size: 24px;
    }
}

@media only screen and (max-width: 500px) {
    #content {
        padding: 0;
    }

    .backing-card {
        margin-bottom: 0;
    }

    /* Latest Listings */
    .latest-properties {
        display: none;
    }

    /* Profiles */
    .profile-name a {
        color: #FFF;
    }
}

@media only screen and (max-width: 400px) {
    .header-top-bar {
        height: 65px;
        padding: 0;
    }

    .nav li a {
        padding: 0 15px;
    }

    .content-row {
        padding: 20px 15px;
    }
}
