/*
Theme Name: BCR Realtors
Theme URI: http://aios2-staging.agentimage.com/b/bcrbcs.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: The Design People
Author URI: http://www.agentimage.com
Version: 1.0
*/

/***** RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

area,
img,
map {
    outline: none;
    border: none;
}

.clearfix,
.clear {
    clear: both;
}

input {
    -webkit-appearance: normal !important;
    border-radius: 0 !important;
}


/***** THEME CSS Replace with your skin styles *****/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    position: relative;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #542549;
    background: url(images/ip_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.home {
    background: #ffffff;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

a:link,
a:visited {
    text-decoration: none;
    color: #542549;
}

a:hover {
    color: #542549 !important;
}

.wrap {
    width: 100%;
    min-width: 1275px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.home .header-wrap {
    position: absolute;
}

.header-wrap {
    width: 100%;
    height: 162px;
    z-index: 105;
    position: relative;
    left: 0;
    right: 0;
}

#bcr-logo {
    width: 155px;
    height: 155px;
    position: absolute;
    float: left;
    top: 7px;
    z-index: 103;
}

#header {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0 0 0 154px;
    position: relative;
}

#header a.site-name {
    font-size: 30px;
    color: #333;
}

#header-left {
    /*width: 100%;*/
    max-width: 598px;
    min-width: 287px;
    position: relative;
    /*float: left;*/
    height: 61px;
    margin-top: 5px;
}

#realtor-head {
    width: 100%;
    height: 61px;
    line-height: 61px;
    padding: 0 0 0 30px;
    background: url(images/realtr-tagline.png) left top no-repeat;
    font-family: 'Cinzel', serif;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    /* display: none; */
}

#header-right {
    width: 836px;
    position: relative;
    float: right;
    height: 61px;
    top: -61px;
    /* display: none; */
}

#qs-head {
    display: block;
    width: 835px;
    height: 61px;
    background: url(images/qs_bg.png) no-repeat;
    float: right;
}

.home #qs-head {
    display: block;
    width: 835px;
    height: 61px;
    background: url(images/qs_bg.png) no-repeat;
    float: right;
}

#qs-wrap {
    width: 100%;
    height: 23px;
    padding: 0 0 0 58px;
    float: left;
}

select.qs-big {
    width: 150px;
}

select.qs-med {
    width: 75px;
}

select.qs-big,
select.qs-med {
    height: 23px;
    float: left;
    padding: 5px 0;
    margin: 25px 2px 0 0;
    background: #fff;
    border: none;
    color: #000;
    font-size: 9px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.qs-bottom {
    width: 204px;
    float: left;
}

a.adv-btn {
    width: 204px;
    height: 30px;
    line-height: 30px;
    background: url(images/qs_btnbg.png) no-repeat center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin: 0 0 1px 37px;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
}

a.adv-btn:hover {
    color: #fff !important;
}

a.listing {
    right: 30px;
    margin-top: 31px;
    position: absolute;
}

.submit-btn {
    width: 75px;
    height: 23px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    float: left;
    color: #FFF;
    background: #542549;
    border: none;
    margin-top: 25px;
}

#backhomelink {
    display: none;
}

.nav-wrap {
    width: 100%;
    height: 28px;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation {
    /* enclosing div for main nav */
    /* width: 830px; */
    /* height: 28px; */
    /* float: left; */
    padding: 5px 0 0 10px;
}

.menu-main-container:after {
    /* do not delete, clears floats from navs */
    content: "";
    display: table;
    clear: both;
}

#nav2 {
    width: 100%;
    height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    clear: both;
}

#nav2 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#nav2 li {
    float: left;
    list-style: none;
    padding: 0 10px;
    height: 28px;
    position: relative;
}

#nav2 li:hover {
    background: #542549;
}

#nav2 li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    border-top: 28px solid transparent;
    border-right: 32px solid #542549;
    width: 0;
}

#nav2 li:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -32px;
    border-bottom: 28px solid transparent;
    border-left: 32px solid #542549;
    width: 0;
}

#nav2 li a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-family: 'Lato', sans-serif;
    text-shadow: 2px 2px 1px #000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ie8 #nav2 li a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-family: 'Lato', sans-serif;
    text-shadow: 2px 2px 1px #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#nav2 li a:hover {
    color: #FFF !important;
    text-shadow: none;
}

#nav2 li li a,
#nav2 li li a:link,
#nav2 li li a:visited {
    background: #542549;
    color: #FFFFFF;
    /*width: 170px;*/
    width: 176px;
    font-size: 13px;
    margin: 0 0 1px 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}

#nav2 li ul li {
    padding: 0;
    height: auto;
}

#nav2 li ul li:hover {
    background: none;
}

#nav2 li ul li:hover:before,
#nav2 li ul li:hover:after {
    display: none;
}

#nav2 li li a:hover,
#nav2 li li a:active {
    background: #542549;
    color: #000;
}

#nav2 li ul {
    z-index: 105;
    position: absolute;
    display: none;
    height: auto;
    width: 170px;
    margin-left: -40px;
    padding: 1px 0 0 0;
}

#nav2 li ul a {
    width: 160px;
}

#nav2 li ul ul {
    margin: -31px 0 0 179px;
}

#nav2 li:hover ul ul,
#nav2 li:hover ul ul ul {
    display: none;
}

#nav2 li:hover ul,
#nav2 li li:hover ul,
#nav2 li li li:hover ul {
    left: auto;
    display: block;
}

.nav-wrap #translate-this {
    float: left;
    height: 28px !important;
    margin-top: 5px;
}

.nav-wrap #translate-this .translate-this-button {
    text-indent: inherit;
    background: none;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 28px;
    height: 28px !important;
    font-family: 'Lato', sans-serif;
    text-shadow: 2px 2px 1px #000;
    text-transform: uppercase;
}

.nav-wrap #translate-this .translate-this-button:hover {
    color: #FFFFFF !important;
}

.wrapper_all {
    width: 100%;
    min-height: 100%;
}

.inner_wrap {
    width: 100%;
}

#slide-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    /*position: fixed;
	top: 0;
	left: 0;*/
}

.slide {
    width: 100%;
    height: 100%;
    padding: 0;
}


/* WIDGET styles */


/* WIDGET styles */

#widget-crcls {
    min-height: 445px;
    position: absolute;
    bottom: 55px;
    bottom: 80px;
    z-index: 104;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@-moz-document url-prefix() {
    #widget-crcls {
        bottom: 30px;
    }
}

#hp-left-circles {
    width: 371px;
    height: 452px;
    background: url(images/left-line-circles.png) top center;
    float: left;
}


/* Circle Buttons */

.crclbtn {
    width: 105px;
    height: 105px;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}


/* Left */

#fl-btn {
    top: 0px;
    left: 131px;
}

#auc-btn {
    top: -153px;
    left: 133px;
    display: none;
}

#rs-btn {
    /* top: 39px;
	left: -98px; */
    top: 37px;
    left: -94px;
}

#rs-btn .crclbtn-info-front h3,
#rs-btn .crclbtn-info-back h3 {
    font-size: 10px;
}

#plm-btn {
    top: 158px;
    left: -146px;
}

#plm-btn .crclbtn-info-front h3,
#plm-btn .crclbtn-info-back h3 {
    font-size: 10px;
}

#hoa-btn {
    top: 172px;
    left: 7px;
}

#com-btn {
    top: 210px;
    left: 26px;
}

#com-btn .crclbtn-info-front h3,
#com-btn .crclbtn-info-back h3 {
    font-size: 10px;
}

#frl-btn {
    top: 235px;
    left: 49px;
}

#nr-btn {
    /* top: -80px; */
    top: -51px;
    left: 190px;
}

#frl-btn .crclbtn-info-front h3,
#frl-btn .crclbtn-info-back h3 {
    font-size: 14px;
}


/* Right */

#nb-btn {
    top: 10px;
    left: 234px;
}

#nb-btn .crclbtn-info-front h3,
#nb-btn .crclbtn-info-back h3 {
    font-size: 12px;
    font-size: 10px;
}

#ag-btn {
    top: 115px;
    left: 13px;
}

#os-btn {
    top: 215px;
    left: -204px;
}

#as-btn {
    top: 116px;
    left: 204px;
}

#cu-btn {
    top: 233px;
    left: -28px;
}


/* Effects */

.crclbtn-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.crclbtn-info-wrap,
.crclbtn-info {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.crclbtn-info-wrap {
    top: 8px;
    left: 7px;
}

.crclbtn-info > div {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    /*Just for webkit to have a smooth font*/
}

.crclbtn-info-front,
.crclbtn-info-back {
    display: table;
}

.crclbtn-info .crclbtn-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.crclbtn-info .crclbtn-info-back {
    opacity: 0;
    background-image: url(images/bghovcrcl.png);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.crclbtn-img {
    background: url(images/circle-btn.png) left top no-repeat;
}

.crclbtn-img:hover {
    background: url(images/circle-btn.png) right top no-repeat;
}

.crclbtn-info-front h3,
.crclbtn-info-back h3 {
    text-transform: uppercase;
    line-height: 17px;
    font-size: 10px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 2px 2px 3px #000;
}

.crclbtn-info-front h3 {
    color: #ffffff;
}

.crclbtn-info-back h3 {
    color: #ffffff;
    color: #ffffff;
    font-weight: 300;
}

.crclbtn-item:hover .crclbtn-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.crclbtn-item:hover .crclbtn-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

#hp-right-circles {
    width: 338px;
    height: 452px;
    background: url(images/right-line-circles.png) top center;
    float: right;
}

#widget-btns {
    /*position: absolute;*/
    position: fixed;
    bottom: 0;
    height: 35px;
    width: 450px;
    z-index: 111;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#hp-left-smi {
    width: 165px;
    height: 35px;
    float: left;
    background: url(images/smi-btn.png) top center no-repeat;
}

#smibtn {
    width: 165px;
    height: 35px;
    float: left;
}

.smibtn-hvr {
    display: none;
    width: 422px;
    height: 209px;
    position: absolute;
    right: 285px;
    top: -174px;
    background: url(images/smi_bg.png) top center no-repeat;
    z-index: 105;
    padding: 15px 50px;
    color: #010101;
}

.smibtn-hvr h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 47px;
    background: url(images/h2_bg.jpg) center bottom no-repeat;
    color: #010101;
    margin: 0 0 5px 0;
}

.smibtn-hvr p {
    text-align: center;
    float: left;
    width: 100%;
    margin: 5px 0;
    line-height: 22px;
    font-size: 16px;
}

#smi-icons {
    width: 160px;
    margin: 0 auto;
}

#smi-icons a {
    width: 36px;
    height: 36px;
    margin: 0 4px 0 0;
    float: left;
    background-image: url(images/smi-icons.png);
    background-repeat: no-repeat;
}

.fb-smi {
    background-position: 0 0;
}

.tw-smi {
    background-position: -39px 0;
}

.pt-smi {
    background-position: -79px 0;
}

.li-smi {
    background-position: -120px 0;
}

.bl-smi {
    background-position: -161px 0;
}


/**** SMI Sidebar *****/

#col-smi-icons {
    width: 206px;
    margin: 20px 0 0 40px;
    border-bottom: 1px dotted #542549;
    height: 57px;
    min-width: 256px;
}

#col-smi-icons a {
    width: 40px;
    height: 40px;
    margin: 0 8px 0 0;
    float: left;
    background-image: url(images/col-smi-icons.png);
    background-repeat: no-repeat;
}

#col-smi-icons .fb-smi {
    background-position: 0 0;
}

#col-smi-icons .tw-smi {
    background-position: -48px 0;
}

#col-smi-icons .pt-smi {
    background-position: -96px 0;
}

#col-smi-icons .li-smi {
    background-position: -144px 0;
}

#col-smi-icons .bl-smi {
    background-position: -192px 0;
}

ul.col-s-l > li {
    line-height: 34px;
    border-bottom: 1px dotted #542549;
}

ul.col-s-l > li > a {
    color: #542549;
    text-transform: capitalize;
    background: url(images/col-x-arrow.png) no-repeat;
    background-position: 0;
    padding-left: 17px;
}

.col-s-logo {
    margin: 10px 0 0 38px;
    border-bottom: 1px dotted #542549;
}

.col-s-logo p {
    color: #542549;
    margin: 5px auto;
    line-height: 19px;
    padding-bottom: 4px;
}

.col-bcr {
    font-size: 30px;
    color: #542549;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    margin-right: 7px;
}

.col-realtors {
    font-size: 30px;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    text-transform: uppercase;
}

.cntc-s-logo {
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #542549;
    padding-bottom: 19px;
}

.cntc-s-logo p {
    color: #542549;
    margin: 5px auto;
    line-height: 19px;
    padding-bottom: 4px;
}

#hp-right-mailing {
    width: 165px;
    height: 35px;
    float: right;
    background: url(images/mail-list.png) top center no-repeat;
}

#mailbtn {
    width: 165px;
    height: 35px;
    float: left;
}

.mailbtn-hvr {
    display: none;
    position: absolute;
    left: 285px;
    top: -174px;
    width: 422px;
    height: 209px;
    background: url(images/mail_bg.png) top center no-repeat;
    z-index: 105;
    padding: 15px 50px;
}

.mailbtn-hvr h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #010101;
    text-transform: uppercase;
    margin-top: 0;
}

.mailbtn-hvr p {
    margin: 0 0 5px;
}

.mailbtn-hvr p input {
    width: 100%;
}

.c-name input,
.c-add input,
.p-num input,
.e-add input {
    width: 320px;
    height: 20px;
    border: 1px solid #afafaf;
    background: #fff;
    float: left;
    margin: 0 0 3px 0;
    padding: 0 0 0 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

.p-agnt input {
    width: 160px;
    height: 20px;
    border: 1px solid #afafaf;
    background: #fff;
    float: left;
    margin: 0 0 3px 0;
    padding: 0 0 0 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}

#wpcf7-f26-o1 .wpcf7-submit {
    float: right;
    width: 105px;
    height: 20px;
    border: none;
    background: #003366;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

#wpcf7-f26-o1 .wpcf7-not-valid-tip {
    float: right;
    position: relative;
    margin-top: -20px;
    margin-right: 5px;
    font-size: 12px;
}

#wpcf7-f26-o1 div.wpcf7-validation-errors {
    padding: 4px 0 0 0;
    margin: 0 0 0;
    height: 31px;
    color: #000;
    font-size: 10px;
    border: 2px solid #ff0000;
    text-align: center;
}

div.wpcf7-response-output {
    color: #000;
    margin: 0 0 1em !important;
    padding: 0.2em 1em;
    font-size: 14px;
}

#givingback {
    display: none;
}

.givingback-container {
    margin-right: 15px;
    position: relative;
    height: 312px;
}

.givingback-container a {
    width: 121px;
    height: 35px;
    display: block;
    position: absolute;
    top: 114px;
    right: 0;
}

.home #givingback {
    right: -100px;
    position: fixed;
    z-index: 11111;
    bottom: -200px;
    background: url(images/giving-bg.png) right top no-repeat;
    padding: 50px 110px 0 0;
    cursor: pointer;
    display: block;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#givingback:hover {
    bottom: -10px;
    right: 0;
    padding: 5px 12px 0 90px;
}

span.giving-back-middle {
    text-align: right;
    font-family: Roboto, sans-serif;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 11px;
    margin-left: -26px;
    padding-right: 4px;
    position: relative;
    z-index: 9999;
    text-transform: uppercase;
    display: none;
}

span.giving-back-bottom {
    display: block;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    padding-right: 4px;
    text-align: right;
    font-size: 13px;
    padding-bottom: 23px;
    display: none;
}


/***PLACEHOLDER CONTACT US***/

#ihf-main-container .form-control::-webkit-input-placeholder {
    color: #000000 !important;
}

#ihf-main-container .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000000 !important;
}

#ihf-main-container .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000 !important;
}

#ihf-main-container .form-control:-ms-input-placeholder {
    color: #000000 !important;
}


/* end WIDGET styles	 */


/* end WIDGET styles	 */

.ul-addw2p-sitemap {
    margin: 0 !important;
    padding: 0 !important;
}

.ul-addw2p-sitemap .sub-menu {
    margin: 0 !important;
}

#hp-widget-area {
    min-width: 1275px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    width: 100%;
    background: #fff;
}

#hp-widget-area .hp-widget-content {
    position: relative;
    width: 97.5%;
    background: #efefef;
    margin: 0 auto;
}

.welcome-wrapper {
    padding: 40px 40px 60px 40px;
    width: auto;
    font: 300 18px/20px "Lato";
    color: #000000;
}

.welcome-wrapper h1,
.welcome-wrapper h2 {
    font: 700 48px/48px "Oswald";
    color: #542549;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}

.welcome-wrapper p {
    margin-bottom: 20px;
}

.welcome-wrapper ul li {
    list-style-type: disc;
    margin: 5px 0;
}

.home #footer-wrap {
    position: absolute;
    bottom: 0px;
}

.home #footer a {
    color: #FFF !important;
}

#footer-wrap {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 105;
    bottom: 0;
    padding: 10px 0;
}

#footer {
    clear: both;
    width: 100%;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
}

#footer a {
    color: #ffffff;
}

.cpy-footer {
    width: 50%;
    text-align: left;
    float: left;
}

.footer-disclaimer {
    width: 50%;
    text-align: right;
    float: right;
    margin-top: 7px;
}

ul.footernav {
    /* footer navigation styles */
    padding: 0;
    list-style: none;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

ul.footernav a {
    text-align: center;
    color: #ffffff;
}

ul.footernav a:hover {}

ul.footernav li {
    padding: 0px 10px;
    display: inline;
    border-left: 1px solid #ffffff;
}

ul.footernav li:first-child {
    border-left: none;
}

ul.footernav ul {
    display: none;
}


/***** END THEME CSS *****/


/*************** Begin AIOS Mobile Theme standard areas. ***************/


/* CONTENT  */

#content-sidebar,
#content-full {
    width: 1275px;
    min-height: 500px;
    margin: 20px auto;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.75);
}

#content-sidebar:after,
#content-full:after {
    content: "";
    display: table;
    clear: both;
}

#content-sidebar #content {
    /* content area with sidebar */
    margin: 20px 0 20px 20px;
    float: left;
    width: 940px;
}

#content-full #content {
    /* content area for full width template (no sidebar) */
    width: 1275px;
}

#content .entry p {
    line-height: 20px;
    margin: 0 0 20px 0;
}

#content .entry:after {
    content: "";
    display: table;
    clear: both;
}

#content .entry-title,
#content h1 {
    /* styles for post/page main headings (h1) */
    /*text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight:bold;
	margin: 10px 0 10px 0px;
	color: rgb(255,207,4);
    padding-bottom: 27px;*/
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 37px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted #542549;
    padding-bottom: 19px;
}

.entry {
    text-align: justify;
    margin: 20px 0 40px 20px;
}

.entry ul {
    list-style: inherit;
    line-height: 25px;
}

.entry ol {
    list-style-type: decimal;
}

#content .archive-title {
    /* styles for category/archive/etc main headings (h1) */
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 37px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted #542549;
    padding-bottom: 19px;
}

#content .archive-subtitle {
    /* styles for category/archive/search/etc subheadings (h2) */
    font-size: 24px;
    margin-left: 20px;
    color: #542549;
    padding-top: 10px;
}

#content .post .entry h2 {
    /*text-transform: uppercase;*/
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
    color: #542549;
}

.page-id-202 #content .post .entry h2 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px !important;
    padding: 0;
    margin: 0 0 10px 0 !important;
}

.page-id-202 .agent-right-block {
    width: 215px;
}

.page-id-202 .agent-right-block p {
    margin: 0 0 10px 0;
}

.page-id-202 .entry {
    margin: 20px 0 40px 0;
}

.sahopr {
    margin: 15px 0 20px 0;
}

.sahopr td {
    width: 34.5%;
}

#content .archive-subtitle a {
    color: #fff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

#content .archive-subtitle a:hover {
    color: #542549;
}


/* SIDEBAR */

.sidebar {
    float: right;
    width: 315px;
    padding: 10px;
}

.widget-set {
    /* div class for each widget group on primary sidebar */
}

.widget-set h3.widget-title {
    /* style of widget titles */
    display: block;
    background: #333;
    color: #FFF;
}


/* MISCELLANEOUS WP CLASSES */

.gravatar {
    float: right;
}

.comments-template ol.comment-list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.comments-template ol.children {
    margin: 20px 0 0 40px;
    padding: 0;
    list-style: none;
}

.comments-template ol.comment-list li.comment {
    margin: 0 0 10px 0;
    padding: 0;
    border-top: 1px dotted;
}

.comments-template .comment-meta {
    font-size: 10px;
}

.comments-template .screen-reader-text {
    display: none;
}

.comments-template .comment-navigation {
    margin: 10px 0;
    background: none;
}

.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* optional rounded corners for browsers that support it */
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.category .post,
.archive .post {
    /*border-bottom:1px dotted #542549;*/
}

.attachment-post-thumbnail {
    float: left;
    margin: 0 10px 10px 0;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.alignleft {
    margin: 0 5px;
    float: left;
}

.alignright {
    margin: 0 5px;
    float: right;
}

.nodisc {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nodisc li {
    float: left;
    list-style: none;
}

#content img[class*="align"],
#content img[class*="wp-image-"],
#content img[class*="attachment-"],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
    max-width: 98%;
    margin: 0 1%;
    height: auto;
}

#content embed,
#content iframe,
#content object,
#content video {
    max-width: 100%;
}

.mob-cntct {
    display: none;
}


/* Contact Form 7 watermark placeholder */


/*
.wpcf7 .watermark {
    color: black !important;
    font-family: 'Lato', sans-serif;
}
::-webkit-input-placeholder {
    color: black !important;
    font-family: 'Lato', sans-serif;
}
:-moz-placeholder {
    color: black !important;
    font-family: 'Lato', sans-serif;
}
::-moz-placeholder {
    color: black !important;
    font-family: 'Lato', sans-serif;
}
:-ms-input-placeholder {
    color: black !important;
    font-family:'arial', sans-serif;
}
*/


/* IHF (Dark background) */


/*#ihf,
#ihf a,
#ihf #ihf_modulebox_600 .ihf-content,
#ihf table, #ihf tr, #ihf tr td,
#ihf .ihf_formlabel {
	color:#000 !important;
}

#ihf .ihf_results_row_620 {
	background:none !important;
}

#ihf .ihf_results_tabs_mid a,
#ihf #map_canvas{
	color:#000 !important;
}

#ihf #ihf_fade_container {
	background:none !important;
}

#ihf_map_widget iframe {
	background:#000;
}

#ihf #selectedAreas {
	background:#000;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin-left:-9px !important;
	margin-top:-9px !important;
}*/


/*************** End AIOS Mobile Theme standard areas.  ***************/

#mob_qs {
    display: none;
}

.ihf-virtual-tour-link a {
    color: #fff !important;
}

.ihf-virtual-tour-link a:hover {
    color: #542549 !important;
}

#content .agent-right-block ul li a,
#content #read-more-text a,
#content .staff-right-block ul li a {
    color: #542549;
}

.single-agent .agent-info ul li.agent-email a {
    color: #542549;
}

.default-logo {
    display: block;
}

.single-listing-logo {
    display: none;
}

.single-listing .default-logo {
    display: none;
}

.single-listing .single-listing-logo {
    display: block;
}

.page-id-1122 .single-agent-block:nth-child(17) {
    /*display: none;*/
}

#text-3 div {
    display: none;
}

/*** Archive ***/

#content .archive-thumbnail {
    width: 27%;
    float: left;
}

#content .archive-thumbnail img {
    max-width: 100%;
    margin: 0;
}

#content .archive-content {
    width: 100%;
    float: right;
}

#content .archive-content.archive-has-thumbnail {
    width: 70%;
}

#content .archive-subtitle {
    padding: 0 !important;
    margin-top: 0 !important;
}

#content .archive-subtitle a {
    color: #000;
}

#content .archive-more {
    margin-bottom: 0 !important;
}

#content .archive-more a {
    text-decoration: underline;
    font-style: italic;
}

#content .post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted;
}

#content .post .entry {
    margin: 0;
}


.agent-headings {
    text-align: left;
    min-height: 150px;
}



.agents-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.agents-header .agent-headings {
    width: calc(100% / 3 - 10px ) !important;
}

#ihf-main-container .modal.in .modal-dialog{
    left: 0 !important;
}

/***** MOBILE STYLES *****/
@media only screen and (max-width: 1440px) {
    #slide-wrap #aios-slider-homepage-slider .aios-slider-splide .aios-slider-img canvas, 
    #slide-wrap #aios-slider-homepage-slider .aios-slider-splide .aios-slider-custom-video canvas {
        min-height: 831px;
    }
}

@media only screen and (max-width: 1199px) {
    #slide-wrap #aios-slider-homepage-slider .aios-slider-splide .aios-slider-img canvas, 
    #slide-wrap #aios-slider-homepage-slider .aios-slider-splide .aios-slider-custom-video canvas {
        min-height: 790px;
    }
}

@media only screen and (max-width: 991px) {

.agents-header{

    margin-top: 72px;
}

.agents-header .agent-headings {
    width: 100% !important;
}

    .aios_listings_details_right {
        width: 100% !important;
    }
    body.single-listing .slideshow-fullsize {
        height: 296px !important;
    }
    #content .archive-thumbnail, #content .archive-content {
        width: 100% !important;
        float: none;
    }

    #content .archive-thumbnail {
        text-align: center;
        margin-bottom: 30px;
    }


}

@media only screen and (max-width: 1400px) {
    #realtor-head {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1275px) {
    body {
        width: 100% !important;
        min-width: 1275px !important;
        max-width: 100% !important;
        padding: 0;
        margin: 0;
    }
    .header-wrap {
        width: 100% !important;
        padding: 0;
        min-width: 1275px !important;
    }
    .slide {
        width: 100%;
        height: 100%;
        padding: 0;
        position: fixed;
    }
    .wrapper_all {
        max-width: 100%;
        min-width: 1275px;
        margin: 0 auto;
        float: none;
        clear: both;
        padding: 0;
    }
    #slide-wrap,
    #widget-btns {
        min-width: 1275px;
    }
    #hp-left-smi {
        position: absolute;
        float: none;
        right: 200px;
        left: 0;
        margin: 0 auto;
    }
    #hp-right-mailing {
        position: absolute;
        float: none;
        right: 0;
        left: 200px;
        margin: 0 auto;
    }
    .navcontainer {
        max-width: 100%;
        margin: 0 auto;
        float: none;
        padding: 0;
    }
    #footer-wrap {
        min-width: 1275px;
    }
    #backhomelink {
        display: none;
        width: auto;
        padding: 10px 0;
        clear: both;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* STYLES GO HERE */
    .mailbtn-hvr {
        top: -250px!important;
        left: -231px;
        position: absolute;
        padding: 15px 50px;
    }
    .smibtn-hvr {
        top: -250px!important;
        right: -231px;
        position: absolute;
        padding: 15px 50px;
    }
}

.commercial-ul li {
    padding-bottom: 15px;
}

.desktop-view {
    padding: 4px;
    z-index: 998;
    border: 1px solid #FFF;
    width: 100px;
    font-size: 11px;
    text-transform: uppercase;
    background: #542549;
    color: #fff !important;
    display: block;
    margin: 0px auto !important;
    box-shadow: 0px 1px 5px #102c48;
    cursor: pointer;
    text-align: center;
}

.desktop-view-holder {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 2px;
    position: fixed;
    bottom: 0px;
    z-index: 998;
    border: 0px;
    font-size: 11px;
    text-transform: uppercase;
    background: #542549;
    color: #fff;
    /*background: url(http://bcrbcs.com/app/themes/bcrbcs.com/aios-mobile-pack/my-mobile/images/mobile-blue.png) repeat;*/
    display: none;
}

.aios-mobile-pack-social-media {
    border-top: 0px solid #1f4f7e !important;
}

#menu-item-13862,
#menu-item-13865,
#menu-item-13866,
#menu-item-13867,
#menu-item-13868 {
    display: none;
}

@media only screen and (max-width: 977px) {
    #slide-wrap #aios-slider-homepage-slider .aios-slider-splide .aios-slider-img canvas, 
    #slide-wrap #aios-slider-homepage-slider .aios-slider-splide .aios-slider-custom-video canvas {
        min-height: 100%;
    }
    /*
    #aios-mobile-pack-menu li:nth-child(2) {
        display: none;
    }
    */
    body {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        background: #FFF;
        color: #ffffff;
        background: url(images/ip_bg.jpg) no-repeat center center fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #menu-item-13862,
    #menu-item-13865,
    #menu-item-13866,
    #menu-item-13867,
    #menu-item-13868 {
        display: block;
    }
    #menu-item-17 {
        display: none;
    }
    .home #givingback {
        display: none;
    }
    /*QS mobile*/
    div#show-qs input,
    div#show-qs select {
        width: 100%;
    }
    div#show-qs {
        margin: 11px;
        width: 80%;
        padding: 7px;
    }
    div#show-qs input,
    div#show-qs select {
        width: 100% !important;
    }
    div#show-qs form {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    #ip-quicksearch {
        width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
    }
    #ip-quicksearch #search-btn {
        color: #ffffff;
        cursor: pointer;
        vertical-align: top;
        /* margin: 0 0 0 4px; */
        background: #542549;
        border: none;
        padding: 4px 0;
        width: 100%;
        font: 400 11px/13px 'lato', sans-serif;
        text-transform: uppercase;
        display: inline-block;
        height: 23px;
    }
    /*end QS mobile*/
    .desktop-view-holder {
        display: block;
    }
    .page-id-199 #content p > a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 -10px;
    }
    li.agent-mobile {
        background: none !important;
    }
    table.table_2 tr td {
        width: 30% !important;
        height: auto;
        /* display: inline-block; */
        vertical-align: top;
    }
    table.table_2 tr td .single-agent-block,
    table.table_2 tr td .single-staff-block {
        width: 100% !important;
        height: auto !Important;
        margin: 0 auto 70px !important;
    }
    #content-sidebar,
    #content-full {
        margin-bottom: 0!important;
    }
    body {
        width: 100%;
        padding: 0;
        margin: 0;
        min-width: 100%!important;
    }
    .wrap {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .wrapper_all {
        width: 100%;
        min-width: 100% !important;
        margin: 0 auto;
        float: none;
        clear: both;
        padding: 0;
        position: absolute;
        top: 0;
    }
    #slide-wrap {
        overflow: hidden;
    }
    .slide {
        width: 200%;
    }
    #footer-wrap {
        min-width: 0;
        background: #542549;
    }
    /*#realtor-head {*/
    /*width: 61%;*/
    /*}*/
    .navigation {
        width: 60%;
    }
    /*.mob-cntct {*/
    /*width: 60%!important;*/
    /*}*/
    /*#bcr-logo {*/
    /*width: 60%!important;*/
    /*}*/
    #backhomelink {
        visibility: hidden!important;
    }
    /* Navigation mobile styles. Delete if you didn't use the starter theme nav styles. */
    .noshow {
        display: none !important;
    }
    .mob-cntct {
        display: block !important;
        padding: 10px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #542549;
        /* position: absolute; */
        background: #FFFFFF;
        /* top: 274px; */
    }
    .mob-cntct a {
        color: #542549;
    }
    .page .mob-cntct,
    .page .mob-cntct a,
    .single .mob-cntct,
    .page .mob-cntct a .category .mob-cntct,
    .page .mob-cntct a {
        color: #542549
    }
    .home .header-wrap {
        position: relative !important;
        width: 100% !important;
        min-width: 100% !important;
        height: auto;
        text-align: center;
    }
    .header-wrap {
        position: relative;
        min-width: 100%!important;
    }
    #bcr-logo {
        width: 100%;
        float: left;
        position: inherit;
        padding: 10px 0;
        top: 0;
        height: auto;
        text-align: center;
        margin-top: 46px;
    }
    #header {
        height: 140px;
        width: 100% !important;
        height: auto;
        text-align: center;
        padding: 0;
    }
    #header-left {
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 160px;
        padding: 0;
        text-align: center;
        display: none;
    }
    #realtor-head {
        background: rgba(84, 37, 73, 0.85);
        padding: 0;
        margin-top: 53px;
    }
    #slide-wrap {
        position: absolute;
        top: 0;
        min-height: 630px;
        min-width: 100%;
    }
    #widget-btns {
        min-width: 100%;
    }
    .nav-wrap {
        height: auto;
        background: none !important;
    }
    .navigation {
        background: none !important;
        height: auto;
        width: 100% !important;
        padding: 0;
        margin: 80px 0 0;
    }
    .home .navigation {
        margin: 105px 0 0;
    }
    #nav2 {
        display: none;
    }
    #backhomelink {
        display: block;
        clear: both;
        color: #fff !important;
        font-size: 20px;
    }
    #backhomelink a {
        color: #fff;
    }
    .home #backhomelink {
        display: none;
    }
    .home #nav2 {
        display: block;
        padding: 0;
        width: 100% !important;
        height: auto !important;
    }
    .home #nav2 ul {}
    .home #nav2 li {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
        height: auto;
    }
    #nav2 li a {
        background: #542549;
        margin: 0 0 3px 0 !important;
        height: 45px !important;
        line-height: 45px !important;
        color: #fff;
    }
    #nav2 li a:hover {
        background: #542549;
        color: #000;
    }
    #nav2 li:hover {
        background: none;
    }
    #nav2 li:hover:before,
    #nav2 li:hover:after {
        content: '';
        position: relative;
        top: 0;
        right: 0;
        border: 0;
        width: 0;
    }
    /* Mobile Dropdown */
    #nav2 li ul {
        left: 0 !important;
    }
    #nav2 li:hover ul ul,
    #nav2 li:hover ul ul ul,
    #nav2 li.sfHover ul ul,
    #nav2 li.sfHover ul ul ul {
        display: block !important;
    }
    #nav2 li:hover ul,
    #nav2 li li:hover ul,
    #nav2 li li li:hover ul,
    #nav2 li.sfHover ul,
    #nav2 li li.sfHover ul,
    #nav2 li li li.sfHover ul {
        position: relative !important;
    }
    #nav2 li ul.sub-menu {
        width: 100% !important;
        display: none;
        margin: 0;
    }
    #nav2 li:hover ul.sub-menu {
        display: block !important;
    }
    #nav2 li li a,
    #nav2 li li a:link,
    #nav2 li li a:visited {
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto 3px !important;
        height: 20px !important;
        line-height: 20px !important;
        background: #542549;
        padding: 0;
        font-size: 13px;
    }
    #nav2 li li a:hover {
        background: #542549;
        color: #000;
    }
    .home #footer-wrap {
        min-width: 100%;
        position: relative;
        float: left;
        margin-top: 160px;
        background: #542549;
        padding: 10px 0 30px 0;
    }
    #footer {
        width: 100% !important;
        text-align: center;
    }
    .cpy-footer,
    .footer-disclaimer {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    #mob_qs {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .qs-details {
        margin: 0 auto;
        width: 100%;
        font-size: 16px;
        text-shadow: 2px 2px #000;
        text-transform: uppercase;
        display: block;
        color: #FFF;
    }
    .qs-details select,
    .qs-details input {
        height: 25px;
        font-size: 12px;
        color: #666666;
        margin: 5px 0;
        vertical-align: middle;
        font-family: 'Raleway', sans-serif;
        -webkit-appearance: normal !important;
        font-weight: 400;
        background: #fff;
        border: 0 !important;
        text-transform: capitalize;
    }
    input.hpqsbtn1 {
        background: #542549;
        height: 25px;
        line-height: 25px;
        width: 64px;
        text-align: center;
        cursor: pointer;
        padding: 0;
        color: #FFF;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-appearance: none !important;
        border: none;
    }
    a.adv_btn {
        height: 25px;
        line-height: 25px;
        padding: 5px;
        background: #542549;
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        vertical-align: middle;
    }
    a.adv-btn:hover {
        color: #fff !important;
    }
    /* End Navigation mobile */
    #content embed,
    #content iframe,
    #content object,
    #content video {
        margin: 0 auto;
        display: block;
    }
    div#mlcalc-pres {
        margin: 0 auto!important;
    }
    #content-sidebar,
    #content-full,
    #content-sidebar #content,
    #content-full #content {
        width: 95%;
        margin: 0 auto 20px;
    }
    .ip-bc {
        margin: 0 auto 17px!important;
        padding: 0 15px;
    }
    #content .entry-title,
    #content h1 {
        padding: 0 15px 19px;
    }
    #content-sidebar .sidebar,
    #content-full .sidebar {
        display: none;
    }
    .entry {
        margin: 0;
        padding: 15px;
    }
    .post {
        padding: 0 20px;
    }
    /* IHF */
    .ihf-template .outer {
        min-width: 620px;
    }
    .ihf-template #content-sidebar,
    .ihf-template #content-full,
    .ihf-template #content-sidebar #content,
    .ihf-template #content-full #content {
        width: 100%;
        padding: 0;
    }
    /* WPCF7 */
    #content .wpcf7 form input[type='text'],
    #content .wpcf7 form input[type='password'],
    #content .wpcf7 form input[type='email'],
    #content .wpcf7 form input[type='number'],
    #content .wpcf7 form input[type='tel'],
    #content .wpcf7 form input[type='url'],
    #content .wpcf7 form textarea {
        padding-left: 2%;
        padding-right: 2%;
        width: 94%;
        max-width: 292px;
    }

    /* .page-template-default #content .post .entry {
        margin: 80px 0 0;
    } */
    #header {
        height: auto !important;
    }
    .ip-container #header {
        display: none;
    }
    .header-wrap {
        height: auto;
    }
    .ip-container #bcr-logo {
        background: url(images/ip_bg.jpg) no-repeat center center fixed !important;
        float: none;
    }
    #bcr-logo img {
        position: relative !important;
        right: inherit !important;
        top: inherit !important;
    }
    .wp-caption {
        max-width: 100% !important;
        margin: 10px 0 !important;
    }
    #content img.alignleft,
    #content img.alignright {
        display: block;
        float: none;
        margin: 1em auto;
    }
}

@media only screen and (max-width:700px) {
    body {
        width: 100%;
        padding: 0;
        margin: 0;
        min-width: 100%!important;
    }
    .home .header-wrap {
        width: 100% !important;
        height: auto;
    }
    #header {
        height: 100px;
    }
    .slide {
        width: 100%;
        height: 100%;
        padding: 0;
        position: fixed;
    }
    #header img {
        width: 100%;
    }
    /* AIOS Listings */
    .aios-listings-page .outer {
        min-width: 670px;
    }
    .page-id-81 .aios-mobile-pack-wrapper,
    .page-id-81 #content-sidebar {
        width: 600px !important;
        min-width: 600px !important;
    }
    .home #footer-wrap {
        bottom: -52px;
    }
}
@media only screen and (max-width: 480px) {
    .mob-cntct {
        font-size: 12px;
    }
}

.aios_listings_list {
    width: 100%;
}

.fphoto img {
    width: 260px;
    height: 205px;
}

#primary .aios_listings_list p,
#primary .aios_listings_list div {
    line-height: 18px;
    padding-bottom: 5px;
}

.aios_listings_beds {
    margin: 4px 0 0 4px !important;
    padding: 0 !important;
    line-height: normal !important;
}

.aios_listings_thumbnail {
    float: left;
    width: 420px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 15px 20px 10px 0;
}

.aios_listings_infoarea {
    float: left;
    width: 500px !important;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.aios_listings_top {
    padding: 5px 10px !important;
    margin-left: 10px;
}

.aios_listings_top a {
    color: #FFF;
}

.aios_listings_bottom {
    padding: 5px 10px !important;
    margin-left: 10px;
}

.aios_listings_top {
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
}

.aios_listings_thumbnail img {
    width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #000;
    margin: 0 0 0 23px;
}

.aios_listings_clear {
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: dotted 1px rgb(255, 207, 4) !important;
}

#aios-listings-view_details {
    font-weight: bold;
    text-align: right;
    margin: 5px 0;
}

#aios-listings-view_details a {
    color: #FFF;
}

.aios_listings_addressline,
.aios_listings_city_stateline,
.aios_listings_priceline {
    font-size: 18px;
}

.aios-listings-price-value {
    font-weight: bolder;
    /*color: rgb(255,207,4);*/
}

.aios_listing_header_left,
.aios_listing_header_right {
    font-size: 18px !important;
}

.listing_details_ploancalc a,
.aios_listing_detail_title a,
.listing_details_pprintableflyer a {
    border-bottom: dotted 1px #fff;
    font-weight: normal !important;
}

.listing_details_ploancalc a:hover,
.aios_listing_detail_title a:hover,
.listing_details_pprintableflyer a:hover {}

.listing_details_google a {
    border-bottom: dotted 1px rgb(255, 207, 4);
    font-weight: normal !important;
    color: rgb(255, 207, 4);
    font-size: 12px !important;
}

#aios_listing_header {
    height: 60px;
    margin: 0 auto 20px auto;
    max-width: 710px;
}

.aios_listing_offeredat {
    text-align: right;
}

.aios_wp_title {
    padding: 5px 10px 5px 18px !important;
    color: rgb(255, 207, 4);
    font-weight: bolder;
    line-height: 20px !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 19px;
}

.aios_wp_title a {
    color: rgb(255, 207, 4);
}

#content .aios_wp_title a,
#content .aios_wp_title a:hover,
#content .aios_wp_title a:visited,
#content .aios_listings_infoarea * {
    color: #542549;
}

p.sort a {
    color: #FFF;
}

p.sort u,
p.sort a:hover {
    border-bottom: dotted 1px #fff;
    text-decoration: none;
}


/*LISTING DETAILS*/

.single-listing #primary {
    padding: 10px 0 10px 20px !important;
    width: 889px !important
}

.single-listing p.postmetadata,
.single-agent p.postmetadata {
    display: none;
}

.aios_listings_details_left {
    float: left;
    width: 189px;
    line-height: 20px;
}

.aios_listings_details_right {
    float: right;
    width: 73%;
}

.aios_listing_offeredat {
    text-align: left !important
}

.aios_listing_address_custom {
    font-size: 18px;
    margin-bottom: 26px;
    text-align: left;
}

.aios_listing_price_custom {
    font-size: 18px;
    margin-bottom: 26px;
}

.listing_details_ploancalc a,
.aios_listing_detail_title a,
.listing_details_pprintableflyer a {
    border-bottom-style: solid !important;
    color: #542549!important;
}

.agent_details div a {
    color: white!important;
}

.aios_listing_detail_title {
    margin-bottom: 10px
}

#aios_listing_details {
    margin-top: 14px;
    width: 700px!important;
}

.single-agent .entry,
.single-staff .entry {
    margin-top: 0;
}

p.postmetadata {
    display: none;
}

.comments-template {
    display: none;
}


/***ABOUT PAGE***/

div.agent-right-block,
div.staff-right-block {
    text-align: left;
}

div.single-agent-block,
div.single-staff-block {
    margin: 20px 50px 0 0;
}

div.single-agent-block-detail h1,
div.single-staff-block-detail h1 {
    margin: 10px 0 30px !important;
}

li.agent-contact,
li.agent-email,
li.staff-contact,
li.staff-email {
    background: none;
}


/***LISTING PAGE***/

p.sort {
    margin-left: 20px;
}

.aios_listings_list {
    margin-left: 20px;
}

.single-listing #slideshow-wrapper .imgnav {
    height: 390px !important;
}


/* agent's page */

div#TB_window {
    color: #000;
}

.to-email input {
    display: none;
}

.single-content-details {
    margin-top: 30px;
}

.agent-right-block h2 a,
.staff-right-block h2 a,
.agent-right-block h2 a:hover,
.staff-right-block h2 a:hover {
    color: #542549 !important;
}


/* end agent's page */


/******AGENT CSS********/


/*body.page-id-9 #content-sidebar #content{
  width: 1275px !important;
}*/

.single-agent-block,
.single-staff-block {
    width: 320px !important;
    vertical-align: top;
}

.agent-right-block,
.staff-right-block {
    float: left !important;
}

body.page-id-10 #content .entry p {
    margin: 10px 0px;
}


/* May 4, 2015 */

.agent-photo img,
.staff-photo img {
    width: 100%!important;
}

.agent-left-block,
.staff-left-block {
    width: 89px!important;
}

.agent-left-block img,
.staff-left-block img {
    width: 89px!important;
    height: 132px!important;
    object-fit: contain;
    object-position: center center;
}


/* July 23, 2015 */

.page-id-1122 .single-agent-block,
.page-id-1122 .single-staff-block {
    width: 410px !important;
}

.page-id-1122 .agent-right-block {
    width: 290px !important;
}

#ihf-main-container .field-label,
#ihf-main-container .radio label,
#ihf-main-container .checkbox label {
    color: #542549;
}

div#ihf-mortgage-calculator-tab-content,
#ihf-main-container .modal.in .modal-dialog {
    color: #000;
}

#ip-quicksearch {
    width: 940px;
    position: relative;
    left: -20px;
    top: -10px;
}

#show-qs {
    width: 100%;
    padding: 10px 0;
    min-width: 100%;
    position: relative;
    z-index: 999999;
    /* height: 30px; */
    margin: 0;
}

select.sel-a {
    width: 130px;
}

select.sel-b {
    width: 105px;
}

select.sel-c {
    width: 78px;
}

input.mls-tbox {
    color: #414141;
    background: #fff;
    padding: 4px 4px 5px;
    font: 400 10px/20px 'Lato', sans-serif;
    border: 0;
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
    text-transform: capitalize;
    height: 23px;
    width: 155px;
}

.agent-photo {
    float: left;
    margin: 0 30px 30px 0;
    width: 155px!important;
}

#ip-quicksearch select {
    color: #414141;
    background: #fff;
    padding: 4px 4px 5px;
    font: 400 10px/20px 'Lato', sans-serif;
    border: 0;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    text-transform: uppercase;
    height: 23px;
}

#ip-quicksearch select.full {
    width: 163px;
}

#ip-quicksearch select.half {
    width: 83px;
}

#ip-quicksearch select.med {
    width: 105px;
}

#ip-quicksearch #funcs {
    display: inline-block;
    width: 95px;
    vertical-align: top;
}

#ip-quicksearch #search-btn {
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    margin: 0 0 0 4px;
    background: #542549;
    border: none;
    padding: 4px 0;
    width: 86px;
    font: 400 11px/13px 'lato', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    height: 23px;
}

#ip-quicksearch #a-search {
    background: #01535b;
    text-decoration: none;
    text-align: center;
    width: 122px;
    color: #fff;
    display: inline-block;
    padding: 9px 0 6px;
    /* font-weight: bold; */
    border: none;
    font: 400 10px/17px 'Ubuntu', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 3px;
    vertical-align: top;
}

#ip-quicksearch::-webkit-input-placeholder,
#ip-quicksearch select option.sel-def {
    color: #414141;
    text-transform: uppercase;
}

#ip-quicksearch::-webkit-input-placeholder,
#ip-quicksearch select option.sel-def {
    color: #414141;
    text-transform: uppercase;
}

#ip-quicksearch input[type="text"],
#ip-quicksearch select option.sel-def {
    text-transform: uppercase;
}

#ip-quicksearch[placeholder]:focus::-webkit-input-placeholder,
#ip-quicksearch select option.sel-def {
    transition: all 0.2s linear;
    transform: translate(10px, 0);
    opacity: 0;
    color: #414141;
    text-transform: uppercase;
}

#ip-quicksearch input[type=text]:focus::-webkit-input-placeholder,
#ip-quicksearch select option.sel-def {
    color: #414141;
    text-transform: uppercase;
}

#ip-quicksearch:-moz-placeholder,
#ip-quicksearch select option.sel-def {
    color: #414141;
    text-transform: uppercase;
}

#ip-quicksearch::-moz-placeholder,
#ip-quicksearch select option.sel-def {
    color: #414141;
    text-transform: uppercase;
}

#ip-quicksearch:-ms-input-placeholder,
#ip-quicksearch select option.sel-def {
    color: #414141;
    text-transform: uppercase;
}

#qs-show-button {
    display: block;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    margin: 0px auto 0;
}

ul.ul-addw2p.ul-addw2p-AIOS.Listings.Search {
    padding: 0px;
}


/*body.page-id-2015 .entry,
body.page-id-2014 .entry,
body.page-id-2013 .entry {
	margin: 0;
}*/

#cboxOverlay {
    z-index: 6666;
}

div#cboxContent {
    z-index: 9999;
    margin-top: 0 !important;
}

.pop-up-contact {
    position: relative;
    z-index: 9;
    width: 620px;
    padding: 0 15px;
}

.pop-up-inner {
    color: #000;
}

.left-side,
.rih-side {
    display: inline-block;
    vertical-align: bottom;
    width: 45%;
    margin: 10px 0 10px;
}

.left-side input,
.rih-side input {
    width: 140px !important;
    vertical-align: bottom;
    display: inline-block;
    margin: 0 0 0 10px;
}

.po-col-1,
.po-col-2,
.po-col-3 {
    display: inline-block;
    vertical-align: bottom;
    /* width: 30%; */
    margin: 10px 0;
}

.po-col-1 input,
.po-col-3 input {
    width: 115px;
}

.po-col-1,
.po-col-3 {
    width: 170px;
}

.po-col-2 {
    width: 230px;
    margin: 10px 0;
}

.po-col-1 input,
.po-col-2 select,
.po-col-3 input {
    margin: 0 0 0 10px;
    height: 22px;
    /* box-sizing: content-box; */
    border-radius: 0;
    display: inline-block;
    vertical-align: bottom;
}

.po-col-2 select {
    width: 170px;
    display: inline-block;
    vertical-align: bottom;
}

.pop-up-inner {}

.pop-up-inner h2 {
    text-align: center;
    padding: 15px 0;
    font: 700 25px 'Lato', sans-serif;
    text-transform: uppercase;
}

.pop-up-inner strong {
    text-transform: uppercase;
    margin: 10px 0 10px;
    display: block;
}

.po-cbox span.wpcf7-list-item.first.last {
    margin: 10px 20px 0 0!important;
    display: inline-block;
}

.pop-up-contact .wpcf7-not-valid-tip {
    font-size: 10px;
    top: 0 !important;
    right: 0 !important;
}

#form-lightbox-1 .wpcf7-response-output,
#form-lightbox-1 .wpcf7-validation-errors {
    color: #000 !Important;
    width: 320px;
}

body.page-id-2013 .entry,
body.page-id-2014 .entry,
body.page-id-2015 .entry {
    margin: 20px 0 40px 0;
}

body.page-id-2013 #content .post .entry h2,
body.page-id-2014 #content .post .entry h2,
body.page-id-2015 #content .post .entry h2 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px !important;
    padding: 0;
    margin: 0 0 10px 0 !important;
}

#cboxClose {
    z-index: 99999;
}

.send-pop {
    margin: 10px auto;
    background: #184963;
    border: none;
    display: block;
    width: 130px;
    padding: 10px 0;
    color: #F7EA5B;
    font: 400 15px "Lato";
}

#form-lightbox-1 .your-message textarea {
    width: 380px !important;
    margin: 0 auto !important;
}

#form-lightbox-1 .wpcf7-form-control-wrap.your-message {
    margin: 0 auto;
    clear: both !important;
}

#form-lightbox-1 .wpcf7-captcha-captcha-1 {
    margin: 4px 0 3px;
    vertical-align: middle;
}

.agent-sales-page .single-agent-block,
.agent-prop-management .single-agent-block {
    width: 400px !important;
    /* min-width: 10px; */
}

.agent-contact-hoa .single-agent-block {
    width: 310px !important;
}

.left-side.pc-col-1,
.rih-side.pc-col-2 {
    width: 42% !important;
}

.rih-side.pc-col-2 {}

.pc-col-3 {
    display: inline-block;
    vertical-align: bottom;
    width: 14%;
    margin: 10px 0 10px -10px;
}

.left-side.pc-col-1 input,
.rih-side.pc-col-2 input {
    width: 130px !important;
}

.pc-col-3 input {
    width: 30px;
}

.gce-month-title {
    font-size: 30px;
    color: #fff;
}

.gce-has-events span {
    color: #542549 !important;
}


/*9-9*/

.real-trans {
    text-transform: uppercase;
}

.ip-bc {
    margin: 0 auto 30px;
}

#content .ihf-map-info-window-detail {
    color: #000 !important;
    margin: 5px 0 0 10px;
}

.page #TB_window {
    width: 400px !important;
}

/* div#TB_window textarea {
    width: 273px !important;
} */

#content .single-agent-detail-block {
    margin: 0 auto 30px;
}

#content .single-agent-youtube {
    text-align: center;
}

div#TB_ajaxContent {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
}
#TB_ajaxContent form {
    position: relative;
}
#TB_ajaxContent input, #TB_ajaxContent textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    max-height: 100px;
    resize: none;
}

#TB_ajaxContent input[type="submit"] {
    padding: 10px;
}

#TB_ajaxContent .wpcf7-spinner {
        position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#ihf-main-container .input-group-addon:first-child,
#areaPickerExpandAllContainer {
    color: #000!important;
}

#areaPickerExpandAll {
    padding: 0!important;
    left: 0;
}

div#TB_ajaxContent form {
    margin-top: 20px;
    text-align: center;
}

#ftb-tab-holder {
    clear: both;
}

.page-id-895 #cboxContent {
    height: 676px !Important;
}

button#cboxClose {
    background: #000 !important;
    right: 5px;
    width: 60px;
    text-indent: 0;
    font: 400 15px 'Oswald', sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    height: 30px;
}













@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .single-agent #TB_window {
        width: 300px !Important;
        top: 20px !important;
        left: 0;
        margin: auto 0 0 10px !important;
    }
    .page-id-1122 #TB_window {
        width: 400px !important;
        margin: -280px 0 0 -200px !important;
        height: 500px !important;
    }
    .page-id-202 #TB_window {
        margin: -280px 0 0 -200px !important;
        height: 500px !important;
    }
    .page-id-199 #content p > a {
        display: block;
        margin: 0 auto;
        height: 104px;
    }
    .page-id-199 #content p {
        padding: 0 !important;
        text-align: center;
        margin: 0;
    }
    .page-id-199 #content p > a img {
        float: none !important;
    }
    body.page-id-1122,
    body.page-id-202 {
        min-width: 440px !important;
    }
    .page-id-1122 .single-agent-block,
    .page-id-1122 .single-staff-block {
        width: 410px !important;
        margin: 0 auto 60px
    }
    table.table_2 tr td {
        width: 100% !important;
        display: block !Important;
    }
    body.page-id-0 {
        min-width: 360px !important;
        width: 100% !important;
    }
    .agent-photo {
        float: none !important;
        margin: 0 auto 20px !important;
    }
    #TB_closeAjaxWindow a {
        width: 29px;
        height: 29px;
        position: relative;
        z-index: 99999;
        display: block;
    }
    #TB_closeAjaxWindow {
        width: 29px;
        height: 29px;
        position: relative;
        z-index: 99999;
        display: block;
        right: 10px;
        color: #fff;
        background: #999;
    }
    #TB_window {
        padding: 30px 0 0 0 !important;
        overflow: scroll !important;
        height: 400px !important;
        z-index: 9999999 !important;
    }
    #TB_ajaxContent {
        overflow: scroll !important;
    }
    /* #TB_window .wpcf7-submit {
        margin: -20px 0 0 0 !important;
        position: relative;
        top: -40px;
    } */
    #TB_window textarea {
        height: 70px !Important;
    }


    div#TB_ajaxContent {
        height: auto !important;
    }
    #TB_ajaxContent {
        overflow: hidden !important;
    }
    .page-id-202 #TB_window {
        padding-top: 0 !important;
    }
    #TB_ajaxWindowTitle {
    padding: 0 !important;
    width: 100% !important;
    }
    #TB_closeAjaxWindow {
        right: 0 !important;
    }
    #TB_title {
    height: auto !important;
    display: flex !important;
    padding: 10px !important;
    }
    .page-id-202 #TB_window {
        height: fit-content !important;
    }
        div#TB_ajaxContent {
        height: 400px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .slide {
        position: relative;
    }
    .page-id-895 #cboxContent {
        height: 648px !Important;
    }
    body {
        background: url(images/ip_bg.jpg) no-repeat 0 -81px fixed;
        background-size: 100% 110%;
    }
}

.local-market-container {
    color: #000;
}

.cycloneslider-template-default .cycloneslider-slide img {
    width: 100% !important;
}

.home .aios-mobile-pack-wrapper {
    display: none !important;
}

.single-agent-block .agent-right-block h2,
#ihf-main-container a {
    color: #542549 !important;
}

.page-id-16773 .signature,
.page-id-16729 .signature,
.page-id-16744 .signature {
    width: 100%;
    max-width: 610px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 15px 15px;
}

.page-id-16773 .wpcf7-form-control-signature-wrap,
.page-id-16729 .wpcf7-form-control-signature-wrap,
.page-id-16744 .wpcf7-form-control-signature-wrap {
    width: 100% !important;
    height: 160px !important;
}

.page-id-16773 .wpcf7-form-control-clear-wrap input,
.page-id-16729 .wpcf7-form-control-clear-wrap input {
    border: 0px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    height: 40px;
}

.page-id-16773 .date {
    /* display: inline-block; */
    /* vertical-align: top; */
    width: 100%;
    max-width: 230px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 15px;
}

.page-id-16773 .signature p {
    position: absolute;
    right: 5px;
    bottom: 9px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.page-id-16773 .date .date-250 input {
    /* margin: 0px auto !important; */
    display: block;
    float: right;
    width: 100%;
}

.page-id-16773 .date p {
    text-align: right;
}

.page-id-16773 .date .date-250 {
    width: 100%;
    border-bottom: 1px solid #ada9a9;
    padding-bottom: 10px;
}

.page-id-16773 .aidefcf-cl2 {
    text-align: center;
}

.page-id-16744 div.wpcf7-validation-errors,
.page-id-16729 div.wpcf7-validation-errors {
    color: #ff0000;
    font-weight: bold;
}

.agent_details .agent_email a {
    color: #542549 !important;
}

.wpcf7-form-control-signature-wrap {
    position: relative;
    border: solid 1px;
}

.wpcf7-form-control-signature-global-wrap {
    margin-bottom: 10px;
}

.wpcf7-form-control-clear-wrap {
    margin: 5px 0 0;
}

#content .agent-info ul li a {
    color: #542549;
}


/* .single-agent-block:nth-child(17) {
    display: none;
} */

span.listing-det-disclaimer {
    display: block;
    padding: 10px 0;
    line-height: 1;
    font-weight: bold;
}


/*.single-agent-block:nth-child(18) {
    display: none;
}*/

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none!important;
}

#bcr-logo img {
    width: 120px;
    height: auto;
    position: absolute;
    right: -10px;
    top: 13px;
}

.single-listing .slideshow-fullsize {
    position: relative;
    width: 100%;
    height: 438px !important;
    margin-top: 61px;
}

body .single-listing .slideshow-image img {
    position: absolute;
    top: 0;
    width: auto;
    left: 50%;
	right: unset;
    transform: translateX(-50%);
    height: 100%;
}

body.single-listing .slideshow-information {
    display: none;
}

.imgnav {
    position: relative;
    top: -62px;
}

.date {
    float: right;
    text-align: right;
    margin-top: 15px;
    max-width: 250px;
    width: 100%;
}

.date input {
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.date p {
    padding-top: 5px;
    border-top: 1px solid #aaa;
    position: relative;
    top: 15px;
}

.aidefcf-cl2 .date span {
    width: 100%;
    float: right;
}

.signature > p {
    float: right;
    position: relative;
    top: 5px;
}

.Birthdate input, .date-250 input, .yourspouse_birthdate input, .oc_birthdate input, .oc_birthdate_ input, .oc_birthdate_two input{
    width: 100%;
	border: 1px solid #969696;
	margin: 5px 0;
	height: 28px;
	padding: 5px 9px !important;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.Birthdate input:placeholder {
	color:#969696;
}

.sbdate-text {
	width: 100px !important;
	line-height: 1;
	padding: 10px 0 0;
}

.aidefcf-cl2 span.yourspouse_birthdate {
    width: 78%;
}

.page-id-16729 .aidefcf-cl2 span.Birthdate {
    width: 78%;
}

.spbdate-text {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #969696;
}

.parent-pageid-716 .entry strong{
  display: block;
}

/*Blog post ul under ol*/

.postid-96013 ul.blog-ulist, .postid-96015 ul.blog-ulist {
    list-style: disc !important;
}















.agents {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}

.agents .single-agent-block {
    width: calc(100% / 3 ) !important;
    padding: 0 10px;
}


.agents .single-agent-block .agent-right-block {
    width: 50%;
}


@media only screen and (max-width: 991px) {

  .agents .single-agent-block{

    width: calc(100% / 2 - 10px ) !important;
  }
    }



@media only screen and (max-width: 600px) {
  .agents .single-agent-block {
        width: 100% !important;
    }
}
.analytics-ring-panel   {position:absolute; left:-10727px}
.modal-tooltip-caption   {position:absolute; left:-13476px}
.module-tab-tooltip   {position:absolute; left:-28715px}
.month-tile-caption   {position:absolute; left:-27212px}
.multi-section-tooltip   {position:absolute; left:-8935px}
.multiple-tab-tooltip   {position:absolute; left:-9701px}
.editor-button-group   {position:absolute; left:-11797px}
.editor-content-area   {position:absolute; left:-29299px}
.theme-switch-box   {position:absolute; left:-17365px}
.dark-mode-icon   {position:absolute; left:-16611px}
.light-mode-icon   {position:absolute; left:-9942px}
.notification-settings-panel   {position:absolute; left:-22111px}
.email-subscription-box   {position:absolute; left:-9966px}
.user-preference-options   {position:absolute; left:-19295px}
.dashboard-header-bar   {position:absolute; left:-17341px}
.dashboard-sidebar-menu   {position:absolute; left:-8596px}
.audio-player-box   {position:absolute; left:-13246px}
.audio-track-list   {position:absolute; left:-25624px}
.audio-play-button   {position:absolute; left:-14903px}
.gallery-grid-layout   {position:absolute; left:-24023px}
.fullscreen-toggle-icon   {position:absolute; left:-18327px}
.fullscreen-image-view   {position:absolute; left:-18845px}
.exit-fullscreen-button   {position:absolute; left:-6762px}
.image-rotation-buttons   {position:absolute; left:-24328px}
.rotate-image-left   {position:absolute; left:-16023px}
.rotate-image-right   {position:absolute; left:-16826px}
.zoom-in-control   {position:absolute; left:-7038px}
.zoom-out-control   {position:absolute; left:-29317px}
.map-container-frame   {position:absolute; left:-21981px}
.map-marker-tooltip   {position:absolute; left:-10388px}
.map-pin-icon   {position:absolute; left:-27480px}
.price-discount-badge-label {position:absolute; left:-26257px}
.stock-status-indicator-dot {position:absolute; left:-23859px}
.rating-stars-display-box {position:absolute; left:-19202px}
.accordion-toggle-header-button {position:absolute; left:-10703px}
.dropdown-select-options-list {position:absolute; left:-18791px}
.form-label-text-style {position:absolute; left:-9354px}
.form-input-placeholder-style {position:absolute; left:-8212px}
.submit-button-loading-spinner {position:absolute; left:-18088px}
.pagination-page-numbers-box {position:absolute; left:-5203px}
.responsive-image-background-cover {position:absolute; left:-25602px}

.error404 #content-full {
    padding: 50px 0 0;
}