/* Notes for this theme:
For Metro Properties 5 and Metro Mortgage 5
Use Full Screen and Base
Primary Shade: #02054C
Secondary Shade: #030977  (recommend 1 shade darker than primary shade)
Link Color: #6F945D (recommend lighter than primary shade)
Complimentary Grey: #333  
Header Font: Ubuntu
Body Font: Open Sans */

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300);
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
html {
    font-size: 62.5%;
}


/* Body Elements */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, serif;
    font-size: 15px;
    color: #222;
    font-weight: 300;
}

.carousel-inner {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


/* Spacing for search box */

.searchwell {
    margin-top: 8px;
    padding: 1em;
}


/* Lead capture form fixer */

.xs-lead-form-viewer {
    max-width: 800px;
    margin: 1em auto;
}

legend {
    color: #631419;
}

.xs-primary-content {
    max-width: 1200px;
    margin: 10px auto;
    background: rgba(250, 250, 250, .9);
}


/* Link Styles */

a {
    color: #631419;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #871C23;
    text-decoration: underline;
}

a.bounce {
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;
    float: left;
    margin: 0 2px;
}

a:hover.bounce {
    display: block;
    padding-top: 0px;
    padding-bottom: 5px;
    float: left;
    margin: 0 2px;
}


/* Menu Styles */

@media only screen and (max-width: 769px) {
    .navbar-brand {
        padding: 0px;
        height: 50px;
    }
    img.xs-company-logo {
        height: 40px;
        vertical-align: baseline;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 769px) {
    .navbar-brand {
        padding: 0px;
        height: 60px;
    }
    img.xs-company-logo {
        height: 55px;
        margin: 5px;
    }
}

a.navbar-brand.visible-xs.xs-company-name {
    display: none !important;
}

a.navbar-brand.hidden-xs.xs-company-name.xs-company-logo {
    font-size: 0px;
    margin: 0px;
    line-height: 65px;
}

a.xs-company-name {
    font-size: 25pxpx;
}

.navbar-inverse {
    background-color: #02054C;
    border-color: #030977;
    height: 62px;
}

.navbar-inverse .dropdown-menu {
    background-color: #333;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
    background-color: #02054C;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #030977;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
    background-color: #02054C;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #030977;
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #030977;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    height: 62px;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
}

@media(max-width:768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #333;
        border: 0;
        box-shadow: none;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        background: #333;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #333;
        color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        height: 50px;
        line-height: 25px;
    }
}


/* Main menu items styles */

.navbar-right a {
    font-size: 16px;
}

.navbar-right {
    font-size: 16px;
}


/* Header Styles */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}


/* Panel Styles */

.panel-primary {
    border-color: #030977;
}

.panel-primary > .panel-heading {
    background-color: #030977;
    border-color: #030977;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #030977;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #030977;
}

.panel-info {
    border-color: #333;
}

.panel-info > .panel-heading {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #333;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #333;
}


/* Well Styles */

.well {
    background-color: #631419;
    border: 1px solid #631419;
    border-radius: 0;
    color: white;
}

.well a, a:hover{
    
    color: #e3e3e3;
}

.wellcustom {
    border: 0;
    background: none transparent scroll repeat 0% 0%;
    color: white;
    text-align: center;
    margin: 0px auto;
    min-height: 180px;
    width: 80%;
}


/* Button Styles*/

.btn {
    border-radius: 5px;
    padding: 7px;
    font-family: 'Ubuntu', sans-serif;
}

.btn-primary {
    background-color: #631419;
    border-color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #871C23;
    border-color: #FFF;
}

.btn-info {
    color: #fff;
    background-color: #631419;
    border-color: #FFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #871C23;
    border-color: #FFF;
}


/* For IDX Listings-- other styles for IDX pull directly from btn styles above */

.btn-link {
    color: #871C23;
    cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
    color: #FFF;
}


/* Miscellaneous styles */

p {
    margin-left: 1em;
}

img {
    max-width: none;
}


/* Dynamic Content Styles */


/*Footer Styles*/
.navbar-fixed-top {
/*
    top: 0px;
    border-width: 0 0 1px;
    height: 90px;
*/
}
.xs-site-footer {
    padding-top: 10px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0!important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    border-radius: 5px 5px 0px 0px;
}

#stickyfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #02054C;
    background-image: none;
    background-repeat: repeat-x;
    border-top: 1px solid #030977;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    z-index: 999999;
}

.xs-site-footer a {
    color: #C0C0C0;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.xs-site-footer a:hover {
    color: #C0C0C0;
    text-decoration: underline;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.xs-site-footer-copyright {
    color: #fff;
    font-size: 11px;
    padding-bottom: 50px;
}

.xs-site-footer hr {
    display: none;
}

.socialhover img {
    width: 50px;
}

.socialhover {
    float: center;
}

.socialhover:hover {
    opacity: 0.7;
}

#name {
    text-transform: uppercase;
    font-size: 2em;
}