.bullet {
    color: #BBB;
    vertical-align: middle;
    font-size: 1.3rem;
    padding: 0 4px;
}

.pager .next > a, .pager .next > span {
    float: none !important;
}

.col-12 {
    width: 100% !important;
}

div.recaptcha {
    margin-top: 10px !important;
}

.agent-photo-circle {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border: 1px solid #DDD;
    box-shadow: 4px 4px 3px -2px #999;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #C0C0C0 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C0C0C0 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C0C0C0 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #C0C0C0 !important;
}

.touch .hidden-touch {
    display: none !important;
}

body {
    color: #777 !important;
}

.alert-ajax {
    font-size: 0.8rem;
}

.tooltip {
    padding: 5px !important
}

.no-touch.borderradius #menu-top .location {
    border-radius: 0 18px 0 0;
}

.fancybox-opened {
    z-index: 100000000 !important;
}

#fancybox-loading {
    z-index: 10000000 !important;
}

/* Document level adjustments */
html {
    font-size: 17px;
}

.caption-bottom {
    clear: both;
    display: block;
}

.bar-of-power {
    background-color: rgb(241, 241, 241);
    background: linear-gradient(rgb(241, 241, 241), rgb(205, 205, 205));
    height: 2.0rem;
    color: rgb(101, 101, 101);
    border-bottom: 3px solid rgb(187, 187, 187);
    padding-top: 6px;
}

.bar-of-power > .heading {
    margin: 0 20px 0 4%;
    font-weight: 600;
    font-size: .8rem;
}

.bar-of-power .item {
    display: inline;
    font-size: .75rem;
    padding: 0 .3rem 0 .3rem !important;
    margin-right: 1rem;
    cursor: pointer;
    color: rgb(101, 101, 101);
    border: 1px solid rgb(101, 101, 101);
    border-radius: 4px;
    line-height: inherit;
}

.bar-of-power .selected, .bar-of-power .item:hover {
    background: rgb(255, 255, 255);
    border-radius: .2rem;
    text-decoration: none;
}

#mls-address-search {
    display: none;
}

#mls-address-search select, #mls-address-search input {
    margin-bottom: 0;
}

/* www global css */

.no-margin-left {
    margin-left: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no_padding-right {
    padding-left: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-div {
    color: #999;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}

.text-div:before {
    margin-left: -50%;
    right: 0.5em;
}

.text-div:before, .text-div:after {
    background-color: #999;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.text-div:before {
    margin-left: -50%;
    right: 0.5em;
}

.text-div:before, .text-div:after {
    background-color: #999;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.text-div:after {
    left: 0.5em;
    margin-right: -50%;
}

.skyscraper {
    width: 160px;
    height: 600px;
}

.full-banner {
    width: 468px;
    height: 60px;
}

.rt-ad-lender {
    margin-top: 90px;
}

.rt-ad {
    margin-top: 25px;
}

.rb-ad {
    margin-top: 25px;
}

body.default {
    background-color: #555;
    background: linear-gradient(#222, #555);
}

body.blank {
    background: white !important;
    padding: 30px;
}

html, body, p, blockquote, pre, abbr, address, big, code, em, font, small, sup, center, dl, dt, dd, ol, ul, li, label, tr, th, td, .popover {
    font-family: "Libre Franklin";
    font-weight: 400;
}

small {
    line-height: normal !important;
}

b, strong, .bold {
    font-weight: 500;
}

.bolder {
    font-weight: bold !important;
    font-weight: 600 !important;
}

.no-bold {
    font-weight: normal !important;
    font-weight: 300 !important;
}

i {
    text-decoration: none !important;
}

#container {
    min-width: 320px;
    padding: 0 0 100px 0;
    border: 0px solid #FFF;
    border-top: none;
    border-bottom: none;
    position: relative;
}

#container.blank {
    padding: 0 !important;
    border: 0 !important;
}

#container.standard {
    /*-moz-box-shadow: 0 0 8px 0 #444;
    -webkit-box-shadow: 0 0 8px 0 #444;
    box-shadow: 0 0 8px 0 #444;*/
}

#container.home {
    background-size: 100% !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    /*-moz-box-shadow: 0 0 8px 0 #444;
    -webkit-box-shadow: 0 0 8px 0 #444;
    box-shadow: 0 0 8px 0 #444;*/
}

/*.no-touch.borderradius #container {
	border-radius: 20px 20px 0 0;
}*/

#content {
    position: relative;
    padding: 40px;
}

#content-gutter {
    display: block;
    padding: 2rem 0 0 0;
}

#container.agent #content-gutter {
}

#agent-gutter {
    max-width: 140px;
    margin: 0 0 0 20px;
}

#agent-gutter img {
    padding-bottom: 10px;
}

#agent-gutter .info {
    font-size: 12px;
    padding: 0 10px 10px 10px;
}

#agent-gutter .info p {
    font-size: 12px;
    margin: 0;
}

#agent-gutter .info p:first-child {
    font-size: 15px;
}

/* headers */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Libre Franklin";
    font-weight: 300;
    color: #444;
}

h2, .h2, h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
    margin: 30px 0 10px 0;
    padding: 0;
    clear: left;
}

h1, h2, .h1, .h2, .font {
    line-height: 1.4;
}

h1, .h1 {
    font-size: 1.8rem;
    font-family: "Outfit";
    font-weight: 300;

    margin: 0 0 12px 0;
    padding: 0;
    clear: left;
    color: #428BCA;
}

h1 i, .h1 i {
    font-size: 1.7rem !important;
}

h1 sup {
    font-size: 60% !important;
}

h1 .pre.badge {
    margin: 0 6px 0 0 !important;
}

h2, .h2 {
    font-size: 1.7rem;
    font-family: "Outfit";
    font-weight: 300;
}

h3, .h3 {
    font-size: 1.5rem;
    clear: left;
}

h4, .h4 {
    font-size: 140%;
}

h5, .h5 {
    font-size: 130%;
}

h6, .h6 {
    font-size: 120%;
}

/*  h3:first-of-type,h4:first-of-type,h5:first-of-type,h6:first-of-type,.h3:first-of-type,.h4:first-of-type,.h5:first-of-type,.h6:first-of-type {

    margin:0 0 12px 0 !important;
}*/

.h1.no-margin, .h2.no-margin, .h3.no-margin, .h4.no-margin, .h5.no-margin, .h6.no-margin, h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
    margin: 0 !important;
}

.font2 {
    font-family: "Ms Madi" !important;
    font-weight: 400;
}

.no-font {
    font-family: inherit !important;
    font-weight: inherit !important;
}

.blue {
    color: #428BCA !important;
}

.black {
    color: #666;
}

#header {
    margin: 0;
    padding: 0;
    border-radius: 0 0 0 0 !important;
}

#header:after {
    clear: left;
}

#header-top {
    border-top: 8px solid #f4b76a;
    padding: 1% 0;
    position: relative;
    height: 160px;
    background: linear-gradient(150deg, #0e5176, #186993 40%, #3a94c0);
    background: url('images/bg-header-house.png') no-repeat top right, linear-gradient(150deg, #0e5176, #186993 40%, #3a94c0);
}

#header-top * {
    white-space: nowrap;
}

#header-top .logo {
    z-index: 9999;
    padding: 1% 0 0 4%;
    min-width: 200px;
}

#header-top .logo img {
    width: 100%;
    min-width: 210px;
    max-width: 210px;
}

#header-top .logo.teamrealty {
    padding: 0 0 0 4% !important;
}

#header-top .logo.teamrealty img {
    min-width: 205px;
    max-width: 205px;
}

#header-top .team-logo img {
    margin: 0 6px 0 50px;
    max-height: 80px;
}

.agent-home .team-logo {
    display: none;
}

#header-top .spacer {
    float: left;
    margin: 0 20px;
}

#mobile-menu-contact {
    position: absolute;
    right: 8px;
    top: 14px;
    display: inline-block;
    z-index: 10000;
}

#mobile-menu-contact a {
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
    text-decoration: none;
    background-color: #0b3a54;
    color: #AFCBD8;
    border: 1px solid #AFCBD8;
    border-radius: 4px;
    padding: 2px 5px 3px 5px;
    margin: 0 0 0 6px;
}

#header-top .phone {
    padding: 6px 12px !important;
    margin: -12px 25px 0 25px;
    display: inline-block;
}

#header-top .phone, #mobile-menu-contact .phone {
    background-color: #0e5176;
    text-align: center;
    border-radius: 0 0 8px 8px;
    padding: 3px 8px;
    white-space: nowrap;
}

#header-top .phone a, #mobile-menu-contact a.phone {
    font-size: 0.9rem;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

#mobile-menu-contact a.phone {
    font-size: 0.8rem;
    padding: 2px 5px 3px 5px;
    border-radius: 4px;
}

#header-top .phone a:hover {
    border-bottom: 1px solid #709EBA;
}

#header-top .title {
    margin: 2% 0 0 5%;
    padding-left: 0;
}

#header-top .title .script {
    color: #FFF;
    font-size: 1.5rem;
    white-space: nowrap;
    margin: 0 0 0 4%;
    opacity: 80%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#header-top .title .top {
    color: #FFF;
    font-size: 1.1rem;
    font-family: "Outfit";
    font-weight: 300;
    white-space: nowrap;
    margin-top: -8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}

#header-top .title .top > sup {
    vertical-align: super;
    font-size: 40% !important;
}

#header-top .title .btm {
    color: #FFF;
    font-size: 13px;
    font-style: italic;
    margin: 2px 0 0 50px;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}

#alert-header {
    font-size: 1rem;
    margin: 1rem 1rem -1rem 1rem;
}

#alert-header i {
    font-size: 1.2rem;
}

.share-page {
    margin: 0;
    text-align: right;
    position: absolute;
    right: 35px;
    top: 45px;
}

.share-page div {
    float: right;
}

.share-page .title {
    float: left;
    margin: 8px;
    color: gray;
}

#header_mortgage_ad {
    margin: 22px 20px 0 0;
    color: white;
}

/* navigation */

nav#menu-top {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px 12px 0 0;
    z-index: 1000;
}

#menu-top > a {
    float: left;
    font-size: 0.8rem;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-decoration: underline;
    border-radius: 4px;
    padding: 0 5px 2px 5px;
    margin: -3px 0 0 10px;
}

#menu-top > a:hover {
    background-color: #005685;
    color: #FFF;
    border-color: #FFF;
    text-decoration: none;
}

#login-top .modal-dialog {
    max-width: 300px;
}

#login-top .input-group {
    margin-bottom: 8px;
}

#mobile-menu-toggle {
    visibility: hidden;
    position: absolute;
    left: 6px;
    top: 14px;
    padding: 6px 10px;
    z-index: 10000;
    line-height: 1em;
    margin: 0;
    text-decoration: none !important;
    border: 1px solid #AFCBD8;
    border-radius: 4px;
    background-color: #0b3a54;
}

#mobile-menu-toggle.open {

}

#mobile-menu-toggle i {
    font-size: 1.2rem;
    color: white;
}

#mobile-menu-toggle .title {
    font-size: 0.9rem;
    line-height: 1em;
    margin: 0 0 0 10px;
    color: white;
}

#mobile-menu-contact {
    display: none;
}

#mobile-menu-list {
    background-color: #0b3a54;
    display: none;
    padding-top: 0;
    padding-bottom: 20px;
    margin: 0;
    height: auto;
}

#mobile-menu-list .top {
    padding-top: 8px;
    text-align: right;
}

#mobile-menu-list .btm {
    padding-top: 20px;
}

nav#main-menu {
    z-index: 10000;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0b3a54;
    border-top: 2px solid #6d96b5;
    padding: 6px 0 6px 0;
}

nav#main-menu:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -18px;
    top: -2px;
    height: calc(100% + 2px);
    width: 30px;
    background-color: inherit;
    border-left: 2px solid #6d96b5;
    border-top: 2px solid #6d96b5;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border-radius: 12px 0 0 0;
}

nav#main-menu > ul.nav > li {
    white-space: nowrap;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

nav#main-menu > ul.nav > li:first-child {
    border-left: none;
    padding-left: 0;
}

nav#main-menu > ul.nav > li > a * {
    color: white;
}

nav#main-menu > ul.nav > li > a {
    z-index: 1000;
    font-family: "Libre Franklin";
    padding: 0 !important;
    margin: 0 12px !important;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: white;
    background: none !important;
}

nav#main-menu > ul.nav > li > a:hover,
nav#main-menu > ul.nav > li.open > a,
nav#main-menu > ul.nav > li.active > a {
    background-color: #002B46 !important;
    color: white !important;
}

nav#header-top.fixed {
    position: fixed;
}

nav#main-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1166px;
    height: 40px;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #006397;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

nav#main-menu.fixed > ul.nav {
    width: 100%;
}

nav#main-menu .account-photo {
    z-index: 10000;
    width: 36px;
    border: 1px solid #005482;
    margin: -14px -42px 0 0;
}

.l-i nav#main-menu li.account {
    padding-right: 20px;
}

ul.dropdown-menu.search {
    margin-left: 80px !important;
}

.dropdown-menu {
    left: auto;
}

nav#gutter_menu {
    float: left;
    margin: 0 0 0 30px;
    width: 120px;
    height: 100%;
}

nav#footer-menu {
    text-align: center;
    margin: 30px auto;
    padding: 0;
}

nav#footer-menu a {
    padding: 8px;
    font-size: 15px;
    white-space: nowrap;
    font-family: "Libre Franklin";
}

nav#footer-submenu {
    text-align: center;
    margin: 2% auto;
    padding: 0;
}

nav#footer-submenu a {
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
}

nav#footer-submenu a * {
    color: #999;
    font-size: 12px;
}

/* breadcrumbs */
#breadcrumbs {
    max-width: 90%;
    margin: 0 0 20px 0;
}

.section#breadcrumbs, section#breadcrumbs a {
    font-size: 11px;
}

#breadcrumbs a.this {
    color: inherit;
    text-decoration: none;
}

/* search  */

#search-ad {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0;
    background: white;
}

/* footer */

#footer {
    padding: 5% 0;
    margin: 0 5% 5% 5%;
    text-align: center;
    clear: left;
}

#footer *, #footer a {
    color: #888;
}

#footer a {
    text-decoration: underline;
}

#footer nav {
    line-height: 2.0em;
}

#footer-copyright {
    margin: 20px 0 0 0;
}

#footer-mls-disclaimer, #footer-mls-copyright {
    font-size: 12px;
    line-height: 1.2em;
}

#footer .social-pages .addthis_toolbox {
    width: 180px;
    margin: 0 auto;
}

#footer .social-pages {
    margin-top: 40px;
}

.social a {
    padding: 0 3px;
}

.social-pages a span {
    text-align: center;
    font-size: 32px;
    text-decoration: none !important;
    margin: 0;
}

.social .facebook {
    color: #305891;
}

.social .twitter {
    color: #2CA8D2;
}

.social .google {
    color: #CF4832;
}

.social .linkedin {
    color: #4498C8;
}

.social .youtube {
    color: #CC1F1F;
}

.social .pinterest {
    color: #CB2027;
}

#footer-mls-copyright {
    margin: 0;
    margin: 20px 0;
}

/* content */

/*figure {*/
/*margin: 0 10% 10% 0;*/
/*padding: 12px;*/
/*}*/

/*figure.gray {*/
/*border: 1px solid #CCC;*/
/*background: -moz-linear-gradient(top, #FFF, #EEE);*/
/*background: -webkit-linear-gradient(top, #FFF, #EEE);*/
/*background: -o-linear-gradient(top, #FFF, #EEE);*/
/*background: linear-gradient(top, #FFF, #EEE);*/
/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');*/
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EEEEEE)";*/
/*}*/

article {
    line-height: 1.6em;
    margin: 8px 0;
}

/* ads */
div#ad-main, div#ad-main-float {
    z-index: 1;
    position: absolute;
    right: -200px;
    top: 240px;
}

div#ad-main-float {
    top: 120px;
}

div#ad-footer {
    text-align: center;
    padding: 0;
    margin: 75px 0 0 0;
}

div#ad-footer > span > div {
    width: 100% !important;
    text-align: center;
}

.ad-border iframe {
    border: 1px solid #DDD !important;
}

.full_width, .width-100-perc {
    width: 100%;
}

section.blue {
    background-color: #E8F5FC;
    border: 1px solid #DDF3FF;
    padding: 10px;
}

.first_row {
    width: 100px;
    float: left;
    padding: 0 12px 0 0;
}

#eula-warning a, #eula-warning a:link, #eula-warning a:hover, #eula-warning a:active {
    color: #666;
    font-size: 12px;
    margin-top: 15px !important;
    display: block;
    clear: both;
}

/* globals */
.blue-gradient {
    background: -moz-linear-gradient(top, #006CA3, #004060);
    background: -webkit-linear-gradient(top, #006CA3, #004060);
    background: -o-linear-gradient(top, #006CA3, #004060);
    background: linear-gradient(top, #006CA3, #004060);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#006CA3', EndColorStr='#004060');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#006CA3, endColorstr=#004060)";
}

.black-gradient {
    background: -moz-linear-gradient(top, #555, #000);
    background: -webkit-linear-gradient(top, #555, #000);
    background: -o-linear-gradient(top, #555, #000);
    background: linear-gradient(top, #555, #000);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#555555', EndColorStr='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555, endColorstr=#000000)";
}

.cssgradients .gray-gradient {
    background: -moz-linear-gradient(top, #EEE, #BBB);
    background: -webkit-linear-gradient(top, #EEE, #BBB);
    background: -o-linear-gradient(top, #EEE, #BBB);
    background: -ms-linear-gradient(top, #EEE, #BBB);
    background: linear-gradient(top, #EEE, #BBB);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#EEEEEE', EndColorStr='#BBB');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE, endColorstr=#BBB)";
}

.no-cssgradients .gray-gradient {
    background: #DDD;
}

.gray-gradient:hover {
    background: #EEE;
}

.box-shadow {
    -moz-box-shadow: 1px 1px 4px 0 #888;
    -webkit-box-shadow: 1px 1px 4px 0 #888;
    box-shadow: 1px 1px 4px 0 #888;
}

.clear-right {
    clear: right !important;
}

.clear-left {
    clear: right !important;
}

.clear-both {
    clear: both !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-center {
    margin: 0 auto;
}

.margin-rb-10 {
    margin: 0 10px 10px 0;
}

.margin-rb-20 {
    margin: 0 20px 20px 0;
}

.no-overflow {
    overflow: hidden;
    white-space: nowrap;
}

.no-wrap {
    white-space: nowrap;
}

.text-shadow {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.text-shadow-white {
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7);
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

.visible {
    visibility: visible;
}

.size-6 {
    font-size: 6px;
}

.size-8 {
    font-size: 8px;
}

.size-9 {
    font-size: 9px;
}

.size-9-5 {
    font-size: 9px;
}

.size-10 {
    font-size: 10px;
}

.size-10-5 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-11-5 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-12-5 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

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

.size-17 {
    font-size: 17px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-21 {
    font-size: 21px;
}

.size-22 {
    font-size: 22px;
}

.size-23 {
    font-size: 23px;
}

.size-24 {
    font-size: 24px;
}

.size-25 {
    font-size: 25px;
}

.size-26 {
    font-size: 26px;
}

.size-28 {
    font-size: 28px;
}

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

.size-32 {
    font-size: 32px;
}

.size-36 {
    font-size: 36px;
}

.nobold {
    font-weight: normal;
}

.normal {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.color-blue, .color-blue * {
    color: #0093D5;
}

.color-blue-dark {
    color: #0078B6 !important;
}

.color-FFF, .color-white, .color-white *, .color-FFF a:hover, .color-white a:hover {
    color: white;
}

.hover_333:hover {
    color: #333;
}

.text-justify {
    text-align: justify;
}

.nowrap {
    white-space: nowrap;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.no-underline, .no-underline * {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.width_50_perc {
    width: 45%;
}

img {
    border: 0;
}

.opacity-100, .opacity-100-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.opacity-90, .opacity-90-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.opacity-80, .opacity-80-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.opacity-70, .opacity-70-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.opacity-60, .opacity-60-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.opacity-50, .opacity-50-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.opacity-33, .opacity-33-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
    filter: alpha(opacity=33);
    opacity: 0.33;
}

.opacity-25, .opacity-25-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.bg-black {
    background-color: black;
}

.bg-white {
    background-color: white;
}

.bg-blue {
    background: #357EBD;
}

.bg-orange {
    background: #F0AD4E;
}

.bg-red {
    background: #D9534F;
}

. nowrap {
    white-space: nowrap;
}

/* Box wrapper */

.box {
    border: 1px solid #DDD;
    background-color: #EEE;
}

.box:hover {
    background-color: #D4E9FE;
}

.box.sold:hover {
    background-color: #FFD8D8;
}

.csstransitions .transition {
    -o-transition: background-color 750ms;
    -webkit-transition: background-color 750ms;
    -moz-transition: background-color 750ms;
    -ms-transition: background-color 750ms;
    transition: background-color 750ms;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container > .video-play {
    position: absolute;
    z-index: 1000000000;
    width: 100%;
    cursor: pointer;
}

.video-container > .video-play > i {
    position: absolute;
    font-size: 96px;
    color: #FFF;
    text-shadow: 1px 1px 4px #000;
    margin-top: 20%;
    width: 100%;
    text-align: center;
}

.video-container-lg > .video-play > i {
}

.submit-button {
    white-space: nowrap;
}

#loading {
    z-index: 1000000000;
    border-color: #444;
    background-color: #666;
    padding: 10px;
    margin: 0;
    position: absolute;
    border-radius: 100px;
    width: 84px;
    height: 84px;
    text-align: center;
}

#loading i {
    font-size: 64px;
    color: #FFF;
    padding: 0;
    margin: 0;
}

.pagination-container {
    margin: 20px 0;
    width: 100% !important;
    text-align: center;
}

ul.pagination .page {
    background-color: #EBEBEB !important;
}

#mobile-app-close {
    color: rgba(255, 255, 255, 0.5);
}

#mobile-app-close i {
    padding: 0 24px 0 0;
    margin-right: -10px;
    font-size: 24px;
}

#mobile-app-phone {
    display: none;
}

#mobile-app-tablet {
    display: none;
}

#mobile-app-ad .mobile-app-logo {
    background: #008CCD url(images/bg-header.png) repeat-x;
    padding: 20px 0px;
}

#mobile-app-ad .mobile-app-img {
    width: 100%;
    position: fixed;
    left: 50%;
    margin-left: -50%;
}

#mobile-app-ad h1 {
    margin: 10px 0 !important;
    padding: 5px 0 5px 0;
    text-align: center;
}

#mobile-app-ad h6 {
    margin: 5px 0 8px !important;
    padding: 0;
    text-align: center;
    color: #666;
}

/* Forms */

/* Bootstrap additions */
blockquote {
    font-size: 14px !important;
}

/*.label, .alert, label {
	font-weight: 300 !important;
}*/

.badge {
    font-weight: 400 !important;
}

.list-group button.close, .list-group .list-group-item-text {
    font-weight: inherit;
    font-size: inherit;
}

.modal {
    z-index: 1000000 !important;
}

.modal-backdrop {
    background-color: white;
}

.popover {
    font-size: 14px;
    z-index: 100000;
}

.popover .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.popover .close i {
    font-size: 28px;
    color: #999;
}

.popover .close:hover i {
    color: #666;
}

.list-group-item.active-danger {
    background-color: #D9534F !important;
    border-color: #D9534F !important;
}

.page-header {
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    border-bottom: 0 !important;
}

.page-header .page-title {
    margin: 0 0 15px 0;
}

.page-header .page-title i {
    font-size: 80%;
    margin: 0 6px 0 0;
    color: #66B3E5;
}

.page-header .page-title i.text-success {
    color: inherit;
}

.page-header > div {
    padding: 0;
}

.page-header .page-subtitle {
    font-size: 133%;
    color: #888;
    margin-top: 7px;
}

.page-header .page-subtitle .h5 {
    margin-top: 0;
}

.page-header .page-subtitle button {
    margin-left: 20px;
}

.page-header .page-title span.badge {
    margin: 10px;
    font-size: 70%;
    background-color: #66B3E5;
    font-weight: 300;
}

h2 span.badge, h3 span.badge {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: -8px 0 0 10px;
    font-size: 70%;
    font-weight: 300;
}

h2 > a, h3 > a {
    /*margin-left: 30px;*/
}

.lead {
    font-size: 1rem !important;
    margin: 0 0 20px 0;
    clear: both;
}

.large {
    font-size: 1rem !important;
    font-weight: 600;
    margin: 3px 0;
}

.list-group-item-heading {
    margin: 0 0 0 0;
    padding: 0;
}

i {
    text-decoration: none !important;
}

.label label {
    color: inherit;
    font-size: inherit;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.alert a:not(.btn) {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
}

.alert-dismissable {
    padding-right: 30px;
}

th {
    font-weight: bold;
}

.form-increment {
    margin: 0 0 0 8px;
    display: inline-block;
    white-space: nowrap;
}

.form-increment i {
    color: #999;
    font-size: 22px;
    margin: 5px 0 0 0;
    font-weight: normal;
}

.form-horizontal .control-label {
    text-align: left !important;
    vertical-align: middle;
}

.form-error {
    position: relative;
}

.form-error-lg {
    text-align: left;
    margin: 0 0 12px 0 !important;
}

.form-error-lg button {
    font-size: 25px;
}

.form-error-lg * {
    font-size: 19px;
}

.form-control {
    margin-bottom: 10px;
}

.panel-body {
    padding: 15px;
}

.panel .well .panel-title {
    margin-top: 0;
    padding-top: 0;
}

.panel-primary {
    background-color: #FFF !important;
}

.badge a {
    color: inherit;
    font-size: inherit;
    text-decoration: none !important;
}

.badge.badge-primary {
    background-color: #428BCA !important;
}

.badge.badge-success {
    background-color: #5CB85C !important;
}

.badge.badge-info {
    background-color: #5BC0DE !important;
}

.badge.badge-warning {
    background-color: #F0AD4E !important;
}

.badge.badge-danger {
    background-color: #D9534F !important;
}

.badge.zero {
    opacity: 0.25;
}

.tab-content {
    border: 1px solid #DDD !important;
    border-top: none !important;
    overflow-x: auto;
    overflow-y: auto;
    padding: 20px;
}

.tabbable-bordered {
    border-radius: 4px !important;
}

.tabbable-bordered > .tab-content {
    border-radius: 0 0 4px 4px;
    padding: 20px 20px 40px 20px;
    margin: 0 !important;
}

.nav-tabs > li > a .badge {
    margin: 2px 0 0 6px !important;
}

.nav-tabs > li > a {
    border-color: #EEE #EEE rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-bottom: none;
    color: #777;
    margin-right: 5px !important;
    font-size: 15px !important;
    padding: 4px 16px !important;
    background: -moz-linear-gradient(top, #FFF, #E2E2E2);
    background: -webkit-linear-gradient(top, #FFF, #E2E2E2);
    background: -o-linear-gradient(top, #FFF, #E2E2E2);
    background: -ms-linear-gradient(top, #FFF, #E2E2E2);
    background: linear-gradient(top, #FFF, #E2E2E2);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#e2e2e2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e2e2e2)";
}

.nav-tabs > li.active > a,
.nav-tabs > li:hover > a {
    border-color: #DDD #DDD rgba(0, 0, 0, 0);
    background: #FFF;
    font-weight: 600;
}

.nav-tabs > li > a img,
.nav-tabs > li > a i,
.nav-tabs > li > a .badge {
    opacity: 0.5;
}

.nav-tabs > li.active > a img,
.nav-tabs > li.active > a i,
.nav-tabs > li.active > a .badge,
.nav-tabs > li:hover > a img,
.nav-tabs > li:hover > a i,
.nav-tabs > li:hover > a .badge {
    opacity: 1;
}

.fa-pad-right {
    padding-right: 6px !important;
}

.fa-pad-left {
    padding-left: 6px;
}

.dropdown-menu {
    background-color: #F2F2F2 !important;
}

.fancybox-overlay {
    z-index: 100001;
}

/* button overrides */
.btn, .btn-sm {
    border-bottom-width: 3px;
}

.btn-xxs {
    border-bottom-width: 2px;
}

.btn-xs {
    border-bottom-width: 2px;
}

.btn-lg {
    border-bottom-width: 4px;
}

.btn-fb {
    color: white;
    background-color: #4063B3;
    border-color: #345091;
}

.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active {
    background-color: #466ABD;
    border-color: #345091;
    color: white;
}

.btn-dark {
    color: #FFF;
    background-color: #555;
    border-color: #444;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    background-color: #222;
    border-color: #000;
    color: white;
}

.btn-darker {
    color: #FFF;
    background-color: #222;
    border-color: #000;
}

.btn-darker:hover,
.btn-darker:focus,
.btn-darker:active,
.btn-darker.active {
    background-color: #000;
    border-color: #000;
    color: white;
}

.btn-xxs {
    padding: 3px 5px !important;
    font-size: 12px !important;
    line-height: 1.0 !important;
    border-radius: 3px !important;
}

.btn-shiny {
    padding: 5px;
    color: #CED0D1;
    font-weight: 500;
    background-color: #2D3E4C;
    border-color: #B8B8B8;
    background: -moz-linear-gradient(top, #2d3e4c, #222f39);
    background: -webkit-linear-gradient(top, #2D3E4C, #222F39);
    background: -o-linear-gradient(top, #2D3E4C, #222F39);
    background: -ms-linear-gradient(top, #2D3E4C, #222F39);
    background: linear-gradient(top, #2D3E4C, #222F39);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fdfdfd', EndColorStr='#cdcdcd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#cdcdcd)";
}

.btn-shiny:hover,
.btn-shiny:focus,
.btn-shiny:active,
.btn-shiny.active {
    color: #CED0D1;
    background-color: #2D3E4C;
    border-color: #A8A8A8;
    background: -moz-linear-gradient(top, #374F63, #2D3E4C);
    background: -webkit-linear-gradient(top, #374F63, #2D3E4C);
    background: -o-linear-gradient(top, #374F63, #2D3E4C);
    background: -ms-linear-gradient(top, #374F63, #2D3E4C);
    background: linear-gradient(top, #374F63, #2D3E4C);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ededed', EndColorStr='#bdbdbd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ededed, endColorstr=#bdbdbd)";
}

.btn-shiny span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* yella button */

.btn-yellow {
    padding: 5px;
    color: #444;
    font-weight: 500;
    background-color: #FFFFD8;
    border-color: #B8B8B8;
    background: -moz-linear-gradient(top, #FFFFD8, #D6B172);
    background: -webkit-linear-gradient(top, #FFFFD8, #D6B172);
    background: -o-linear-gradient(top, #FFFFD8, #D6B172);
    background: -ms-linear-gradient(top, #FFFFD8, #D6B172);
    background: linear-gradient(top, #FFFFD8, #D6B172);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffd8', EndColorStr='#d6b172');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffd8, endColorstr=#d6b172)";
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
    background-color: #EDE3AE;
    background: #EDE3AE;
}

.btn-yellow span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

span.btn {
    text-decoration: underline;
}

div.services-header > div {
    padding: 8% 0 0 35%;
    font-size: 2.9em;
}

div.services-header > div h1 {
    font-size: 2.3rem;
}

.button-wrapper span.badge {
    margin-right: 10px;
}

#tab-nav div.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 30px;
    vertical-align: top;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgb(241, 241, 241);
    cursor: pointer;
    margin: 0;
    padding: 0;
}

#tab-nav {
    margin: 30px 0 0 0;
}

#tab-nav div.button-wrapper {
    line-height: 30px;
}

#tab-nav div.button {
    padding: 0 10px 0 10px;
    vertical-align: top;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    width: 90%;
}

#tab-nav div.selected {
    color: #428BCA;
    background-color: rgb(241, 241, 241);
}

.form-errors div {
    font-weight: 600;
}

.form-group.has-error .control-label {
    font-weight: 600 !important;
}

form .error_messages {
    display: none;
    list-style: none;
    padding-inline-start: 0;
    background-color: #F2DEDE;
    padding: 8px 12px;
    border-radius: 6px;
}

form .error_messages li {
    color: #A94442;
}

form .error_messages li:first-child {
    font-weight: bolder;
}

form .error_messages li:not(:first-child) {
    margin-left: 10px;
}

form .error_messages li:not(:first-child):before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
}

/* switch */
.switch {
    width: 40px;
    padding: 0;
    margin: 0;
    border-radius: 30px;
}

.switch .switcher-on i {
    color: #5CB85C;
}

.switch .switcher {
    width: 20px;
    padding: 0;
    border-radius: 30px;
}

/* touch devices */
.touch .hide-touch {
    display: none;
}

/* Media queries */

@media (max-width: 1199px) {

    body {
        width: 100%;
        background: #FFF !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #container {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    #content {
        width: 100%;
        border-top: none;
        margin: 0;
        padding: 3% 3% 0 3%;
    }

    #header {
        width: 100%;
        margin: 0 auto;

        border-radius: 0 !important;
    }

    #header-top {
        width: 100%;
        height: 140px !important;
        margin: 0 auto;
        padding-top: 0;
        border-radius: 0 !important;
    }

    .services-body {
        margin: 0 !important;
    }

    div.services-header > div {
        padding: 5% 0 0 33%;
    }
}

@media (max-width: 991px) {

    #header-top .logo img {
        min-width: 150px;
        max-width: 100px;
    }
}

@media (max-width: 767px) {

    h1, .h1 {
        font-size: 170% !important;
        text-align: center;
        margin: 25px 0 10px 0;
    }

    h2, .h2 {
        font-size: 160% !important;
    }

    h3, .h3 {
        font-size: 150% !important;
    }

    .page-header .page-subtitle {
        font-size: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .page-header .page-title span.badge {
        font-size: 70% !important;
        vertical-align: text-top;
        margin: 0 0 0 10px;
    }

    .borderradius #container, .borderradius #header-top, .borderradius #menu-top .location {
        border-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    #header {
        width: 100%;
        margin: 0 auto;

    }

    #header-top {
        padding: 0 0 2.5% 0;
        height: auto !important;
        clear: both;
        min-height: 110px;
        background: url('images/bg-header-house.png') no-repeat top right, linear-gradient(150deg, #0e5176, #186993 40%, #3a94c0);
    }

    .touch #header-top {
        background: linear-gradient(150deg, #0e5176, #186993 40%, #3a94c0);
    }


    #header-top .logo {
        width: auto !important;
        margin: 1% 0 0 20% !important;
    }

    #header-top .logo img {
        min-width: 160px !important;
        max-width: 180px !important;
    }

    /*#header-top .logo.teamrealty img {
        min-width: 140px;
        max-width: 140px;
    }*/
    #header-top .title {
        display: none;
        margin-top: 5% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: rgba(0, 0, 0, 0.33);
    }

    #header-top .title .script {
        display: none;
    }

    #header-top .title .top {
        font-size: 16px;
        margin: 0 auto !important;
        padding: 10px 0;
    }

    #header-top .phone {
        display: none;
    }

    .padding-xs-0 {
        padding: 0 !important;
    }

    .margin-xs-0 {
        margin: 0 !important;
    }

    #mobile-menu-toggle {
        visibility: visible;
    }

    #mobile-menu-contact a {
        padding: 6px 10px !important;
    }

    #mobile-menu-contact a i {
        color: white !important;
        text-shadow: none !important;
    }

    #mobile-menu-contact {
        display: inline-block;
    }

    .bar-of-power {
        display: none;
    }
}

@media (max-width: 400px) {
    .lead {
        font-size: 0.8rem !important;
    }

    .video-container > .video-play > i {
        margin-top: 12%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .padding-sm-0 {
        padding: 0 !important;
    }

    .margin-sm-0 {
        margin: 0 !important;
    }

    nav#main-menu > ul.nav {
        width: auto;
    }

    #header-top .title {
        margin: 6% 0 0 8%;
    }

    #header-top .title .script {
        font-size: 1.1rem;
        text-align: left;
        margin-left: 10%;
    }

    #header-top .logo {
        width: 22% !important;
    }

    /*#header-top .logo.teamrealty img {
        min-width: 130px;
        max-width: 130px;
    }*/
    #header-top .title .top {
        margin: -5px 0 0 0 !important;
        font-size: 19px;
    }

    #header-top .title .btm {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    #container {
        margin-top: 10px;
    }

    #header-top .logo {
        text-align: center;
        margin: 0;
    }

    #header-top .title {
        margin: 4% 0 0 5%;
        z-index: 10000;
    }

    #header-top .title .script {
        font-size: 1.1rem;
        text-align: left;
        margin-left: 5%;
    }

    #header-top .title .top {
        font-size: 1.05rem;
    }

    #header-top .title .btm {
        display: none;
    }

    nav#main-menu {
        margin: -56px 0 0 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        background-position: -70px 0;
    }

    nav#main-menu > ul.nav {
        width: auto;
    }

    nav#main-menu-button a {
        padding: 0 2% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .padding-md-0 {
        padding: 0 !important;
    }

    .margin-md-0 {
        margin: 0 !important;
    }

    #header-top {
        width: 100%;
        height: 165px !important;
        margin: 0 auto;
    }

    #header-top .logo {
        width: 22% !important;
        text-align: center;
        margin: 0;
    }

    #header-top .logo img {
        min-width: auto;
        max-width: 180px;
    }

    /*#header-top .logo.teamrealty img {
        min-width: 150px;
        max-width: 150px;
    }*/
    #header-top .title {
        margin: 4.5% 0 0 10%;
        z-index: 10000;
    }

    #header-top .title .btm {
        display: inline-block;
    }
}

@media (min-width: 1200px) {

    .padding-lg-0 {
        padding: 0 !important;
    }

    .margin-lg-0 {
        margin: 0 !important;
    }
}

@media (max-width: 1440px) {

    div#ad-main-float {
        display: none;
    }
}

@media (min-width: 768px) {

    .video-container {
        padding-bottom: 0;
        width: 680px;
        height: 383px;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        height: 383px;
    }

    #mobile-menu-list {
        display: none !important;
    }

    div.services-header > div {
        position: absolute;
    }
}

@media print {
    a.btn,
    #menu-top,
    #main-menu,
    #footer-menu,
    #footer-submenu,
    .social,
    .ad {
        display: none !important;
    }

    .search-counts {
        display: inline-block !important;
    }

    .panel .panel-body .title {
        display: inline-block !important;
        position: relative !important;
    }

    .panel {
        border-color: #666 !important;
    }

    #header-top {
        height: auto !important;
    }

    body, #container, #content {
        border: 0;
        margin: 0;
        padding: 0;
    }
}

::-moz-selection {
    background: #428BCA;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #428BCA;
    color: #FFF;
    text-shadow: none;
}

.visible-inline-xs {
    display: none !important;
}

.visible-inline-sm {
    display: none !important;
}

.visible-inline-md {
    display: none !important;
}

.visible-inline-lg {
    display: none !important;
}

.hidden-inline-xs {
    display: inline-block !important;
}

.hidden-inline-sm {
    display: inline-block !important;
}

.hidden-inline-md {
    display: inline-block !important;
}

.hidden-inline-lg {
    display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-inline-xs.visible-inline-sm {
        display: inline-block !important;
    }

    .visible-inline-sm {
        display: inline-block !important;
    }

    .visible-inline-md.visible-inline-sm {
        display: inline-block !important;
    }

    .visible-inline-lg.visible-inline-sm {
        display: inline-block !important;
    }

    .hidden-inline-xs.hidden-inline-sm {
        display: none !important;
    }

    .hidden-inline-sm {
        display: none !important;
    }

    .hidden-inline-md.hidden-inline-sm {
        display: none !important;
    }

    .hidden-inline-lg.hidden-inline-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-inline-xs.visible-inline-md {
        display: inline-block !important;
    }

    .visible-inline-sm.visible-inline-md {
        display: inline-block !important;
    }

    .visible-inline-md {
        display: inline-block !important;
    }

    .visible-inline-lg.visible-inline-md {
        display: inline-block !important;
    }

    .hidden-inline-xs.hidden-inline-md {
        display: none !important;
    }

    .hidden-inline-sm.hidden-inline-md {
        display: none !important;
    }

    .hidden-inline-md {
        display: none !important;
    }

    .hidden-inline-lg.hidden-inline-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .visible-inline-xs.visible-inline-lg {
        display: inline-block !important;
    }

    .visible-inline-sm.visible-inline-lg {
        display: inline-block !important;
    }

    .visible-inline-md.visible-inline-lg {
        display: inline-block !important;
    }

    .visible-inline-lg {
        display: inline-block !important;
    }

    .hidden-inline-xs.hidden-inline-lg {
        display: none !important;
    }

    .hidden-inline-sm.hidden-inline-lg {
        display: none !important;
    }

    .hidden-inline-md.hidden-inline-lg {
        display: none !important;
    }

    .hidden-inline-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .visible-inline-xs {
        display: inline-block !important;
    }

    .visible-inline-sm.visible-inline-xs {
        display: inline-block !important;
    }

    .visible-inline-md.visible-inline-xs {
        display: inline-block !important;
    }

    .visible-inline-lg.visible-inline-xs {
        display: inline-block !important;
    }

    .hidden-inline-xs {
        display: none !important;
    }

    .hidden-inline-sm.hidden-inline-xs {
        display: none !important;
    }

    .hidden-inline-md.hidden-inline-xs {
        display: none !important;
    }

    .hidden-inline-lg.hidden-inline-xs {
        display: none !important;
    }
}

@media print {
    body {
        width: 992px;
    }
}

/*.lender-widget .left .btn {
	margin: 5px 0 0 0;
}

.lender-widget .name {
	font-size: 1.3rem;
	margin:    5px 0 2px 0;
}

.lender-widget .title {
	color:     #555;
	font-size: 0.9rem;
	margin:    2px 0 0 0;
}

.lender-widget .lender-name {
	color:     #666;
	font-size: 0.9rem;
	margin:    0 0 0 0;
}

.lender-widget .lender-name .nmls {
	color:     #999;
	font-size: 0.7rem;
	margin:    0 0 0 12px;
}

.lender-widget .bio-text {
	color:     #555;
	font-size: 0.7rem;
	margin:    10px 0;
}

.lender-widget hr {
	border-top-color: #DDD;
	margin:           12px 0;
}

.lender-widget .fa-play-circle {
	font-size: 1.4rem;
}

.lender-widget .ad {
	margin-top: 10px;
	padding:    0;
	border:     1px solid #DDD;
}

.lenders {
	margin-top: 15px;
}

.lenders .col {
	padding-left:  0 !important;
	padding-right: 8px !important;
}

.lenders .col:first-child {
	padding-left: inherit !important;
}

.lender-tab {
	cursor:  pointer;
	padding: 4px;
}

.lender-tab:not(.active) {
	background-color: #FFF;
}

.lender-tab:hover {
	background-color: #F5F5F5;
}

.lender-tab img {
	border: 1px solid #DDD;
}

.lender-tab .name .first {
	font-size:   1.0rem;
	margin-top:  3px;
	line-height: 1;
}

.lender-tab .name .last {
	font-size:   0.75rem;
	margin:      0;
	line-height: 1.8;
}

.lender-tab .name .company {
	font-size: 0.6rem;
	color:     #999;
}

.lender-widget .contact .phone {
	font-size: 1.0rem;
}

.lender-widget .social a {
	padding: 0 5% 0 0;
}

.lender-widget .ehl {
	margin: -1% 5% 0 0;
}

#prequal .ehl {
	margin: 2% 5% 0 0;
}

.lender-tab .arrow {
	width:      80%;
	position:   absolute;
	margin-top: 10px;
	text-align: center;
}

.lender-widget {
	margin-top: 20px;
}

.lender-spot {
	margin:    0 0 20px 0;
	color:     #666;
	font-size: 0.8rem;
}

.lender-spot span {
	font-weight: 600;
}

form#prequal p {
	margin: 25px 0;
}


.prequal-container.inactive {
	opacity: 0.4;
	filter:  blur(20px);
}

.prequal-container.inactive .bottom {
	display: none;
}

.prequal-activate {
	z-index:    10000;
	width:      95%;
	position:   absolute;
	margin:     10% 0;
	text-align: center;
}
*/

.bio-video-embed {
    margin-top: 20px;
}

.bio-video {
    margin-top: 8px !important;
}

@media (max-width: 767px) {

    .lender-widget .lender-name .nmls {
        margin: 0;
        display: block;
    }

    .lender-widget .contact .phone {
        font-size: 0.8rem;
    }

    .lender-tab {
        margin-bottom: 8px;
    }
}
