.topbar {
    background: #274C5F;
    color: #FFF !important;
    padding: 10px 0;
}

.topbar .breadcrumb{
    margin-bottom: 0;
}

.topbar .breadcrumb a {
    color: #FFF;
    text-decoration: none;
}

.menu .navbar .logo {
    position: relative;
    margin-right: 100px;
}

.menu .navbar .logo .navbar-brand{
    position: absolute;
    top: -40px;
    z-index: 9;
    left: 0;
}

.menu .navbar-brand img {
    max-height: 200px;
}

.menu .navbar-nav {
    margin: 15px 0;
    display: block;
}

.menu .navbar-collapse{
    text-align: center;
    width: 100%;
    margin-left: 75px;
}

.menu .nav-item {
    border-right: 1px solid lightgray;
    display: inline-block;
    text-align: center;
}

.menu .nav-item a {
    text-transform: uppercase;
    padding: 0 1.5rem !important;
    font-weight: 500;
    color: #212121;
    font-size: 16px;
}

.banner {
    position: relative;
}

.banner {
    background: url(../img/laptop.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 5%;
}

.banner-background-overlay {
    background-color: #274C5F;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.banner-widget {
    position: relative;
    z-index: 1;
    color: #FFF;
    text-align: center;
}

.banner-widget .breadcrumb {
    display: block;
}

.banner-widget .breadcrumb-item {
    display: inline-block;
    text-align: center;
}

.banner-divider {
    border-style: solid;
    color: #A0843B;
    border-width: 3px;
    width: 100px;
    margin: 30px auto;
}

.banner-divider-blue {
    border-style: solid;
    color: #274C5F;
    border-width: 3px;
    width: 100px;
    margin: 30px auto;
}

.banner-widget h1 {
    text-transform: uppercase;
    font-size: 3rem;
}

.footer {
    background: #274C5F;
    color: #FFF;
    padding: 3rem;
}

.footer ul{
    padding: 0;
}

.footer .footer-item {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 10px;
}

.footer .footer-item a {
    color: #fff;
    text-decoration: none;
}

.footer .copy {
    border-top: 1px solid #ffffff29;
    padding-top: 15px;
}

.content-body .blue-divider {
    width: 100px;
    border-top: 5px solid #274C5F;
    padding-top: 25px;
    padding-bottom: 25px;
}

.line-height-medium{
    line-height: 30px;
}

.spacer {
    height: 50px;
}

.bg-gray {
    background-color: rgba(241,243,245,0.5);
}

.h2-heading {
    color: #444444;
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
}

.color-white {
    color: #FFF !important;
}

.color-yellow {
    color: #9F833A !important;
}

.color-blue {
    color: #274C5F !important;
}

.btn-theme {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    background-color: #274C5F;
    border-radius: 0px 0px 0px 0px;
    color: #FFF;
    text-decoration: none;
    padding: 15px 30px;
}

.btn-theme-yellow {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    background-color: #A0843B;
    border-radius: 0px 0px 0px 0px;
    color: #FFF;
    text-decoration: none;
    padding: 15px 30px;
}

.btn-theme-yellow:hover{
    color: #9F833A;
    background-color: #ffffff;
}

.btn-theme:hover {
    color: #ffffff;
    background-color: #9F833A;
}

.recent-success-title {
    color: #274C5F !important;
    font-weight: bold;
    font-size: 1.2rem;
}

.recent-success-subtitle {
    color: #A0843B;
    font-size: 16px;
    font-weight: bold;
}

.recent-success-icon {
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    margin: 0px auto -23px;
    border-radius: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    position: relative;
    top: -40px;
}

.recent-success-bg-img{
    height: 400px;
}

.bg-white {
    background: #fff;
}

.recent-success-text {
    padding: 0 20px 20px 20px;
    height: 430px;
}

.recent-success-box {
    border-bottom: 3px solid #274C5F;
}

.margin-auto {
    margin: auto;
}

.small-tilte {
    color: #274C5F;
    font-weight: bold;
    text-transform: uppercase;
}

.small-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
    color: #A0843B;
    border-color: #A0843B;
}

.small-button-text {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    background-color: #A0843B;
    border-radius: 50px;
    color: #FFF;
    padding: 10px;
    width: 62px;
    display: inline-block;
    text-align: center;
}

.blue-icon {
    color: #274C5F;
    border-color: #274C5F;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
}

.full-width-image {
    width: 100%;
}

.custom-banner-homepage {
    background: url(../img/homepage/southern-california-real-estate-auction.png);
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 20% 20%;
}

#homepage header{
    position: absolute;
    z-index: 9;
}

#homepage .content-body{
    overflow: hidden;
}

#homepage .navbar,
#homepage .menu{
    background: none !important;
}

#homepage .menu .navbar-nav{
    padding: 15px 0;
}

#homepage .menu .navbar .logo .navbar-brand {
    top: -54px;
}

#homepage .navbar .nav-link {
    color: #FFF;
}

#homepage .recent-success-box {
    border-bottom: none;
}

.required {
    color: red;
    font-weight: bold;
}

.form label {
    font-weight: 500;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

.back-to-top i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    background: #274C5F;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

/* iPads, Tablets */
@media (max-width: 820px) {
    .recent-success-text {
        height: auto;
    }

    .navbar-toggler {
        float: right;
        margin-top: 25px;
        padding: 10px 10px 0 10px;
        height: auto;
        background-color: #274C5F;
        border: 1px solid #274C5F;
        color: #FFF;
    }

    .menu .navbar-nav {
        margin: 0;
        display: block;
        text-align: right;
    }

    .menu .nav-item {
        border-right: none;
        display: block;
        text-align: right;
        border-bottom: 1px solid lightgray;
        padding: 10px 0;
        width: 100%;
    }

    .menu .navbar .logo .navbar-brand {
        position: relative;
        top: 0;
    }

    .menu .navbar-brand img {
        max-height: 100px;
    }

    #homepage header {
        position: relative;
        z-index: 9;
    }

    #homepage .navbar, #homepage .menu {
        background: #f8f9fa!important;
    }

    #homepage .navbar .nav-link {
        color: #212121;
    }

    #homepage .menu .navbar .logo .navbar-brand {
        top: 0;
    }

    .banner {
        padding: 25px 0 0;
    }

    .banner .banner-divider {
        width: 50px;
        margin: 20px auto;
    }

    .banner-widget h1 {
        font-size: 2rem;
    }

    .banner-widget .btn-theme-yellow,
    #buying .btn-theme,
    #about-us .btn-theme,
    #homepage .btn-theme {
        margin: 10px 0;
        display: block;
        width: 100%;
    }

    #selling section,
    #buying section,
    #about-us section,
    #homepage section {
        text-align: center;
    }

    #about-us .blue-divider {
        margin: auto;
    }
    
    .menu .navbar .logo {
        position: relative;
        margin-right: 0;
        width: 100%;
        display: block;
    }

    .h2-heading {
        font-size: 38px;
    }

    .footer {
        padding: 30px 0;
    }
}

/* Mobile Devices */
@media (max-width: 480px) {

    

}
