html,
body {
  margin: 0px;
  padding: 0px;
}
body a {
  color: #036694;
  text-decoration: underline;
  cursor: pointer;
}
.sitemap {
  color: #036694;
}
#body,
.body_color {
  background-color: #c0c0c0;
}
/*Variable - background color ends */
.edit {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #d3cec3;
  background-color: #665f4e;
  font-weight: bold;
  position: absolute;
  z-index: 10;
}
/* Default Settings ends */
/* Form settings */
/*Variable - formbutton color starts */.FormButton {
  color: #ffffff;
  border: 1px solid #76652f;
  background-color: #a38e49;
  text-decoration: none;
  cursor: pointer;
  line-height: 18px;
}
/*Variable - formbutton color ends *//* Form settings ends */
/* Editor settings *//* not to change any settings in this section */
p,
.normaltext {
  color: #333333;
  padding: 0px;
}
/* --------------// Primary Menu starts //----------- */
#PrimaryMenu {
  z-index: 10;
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  width: 165px;
  border: 0px solid #FFFFFF;
  margin-left: 2px;
}
#PrimaryMenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 165px;
}
/* --------------// Top Level Menus starts //----------- */
#PrimaryMenu ul li {
  position: relative;
  display: block;
  float: left;
  width: 165px;
}
#PrimaryMenu ul li.PrimaryMenuLink a {
  display: block;
  outline: none;
  float: left;
  padding-left: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
}
* html #PrimaryMenu ul li.PrimaryMenuLink a {
  /*IE6 hack to get sub menu links to behave correctly*/

  display: block;
}
/*Variable - menu links color starts*/
#PrimaryMenu ul li.PrimaryMenuLink a:link,
#PrimaryMenu ul li.PrimaryMenuLink a:visited {
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
  display: block;
  outline: none;
  padding-left: 9px;
  width: 165px;
}
/*Variable - menu links color ends*/
/*Variable - menuhover links color starts*/
#PrimaryMenu ul li.PrimaryMenuLink a:hover {
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
  display: block;
  outline: none;
  background: #2e3ddb;
  padding-left: 9px;
  width: 165px;
}
/*Variable - menuhover links color ends*/
/* --------------// Top Level Menus Ends //----------- */
/* --------------// Top Level ActiveMenu starts //----------- */
/*Variable - active menu background color starts*/
#PrimaryMenu ul li.PrimaryMenuLinkActive {
  position: relative;
  display: block;
  float: left;
  background-color: #2e3ddb;
  padding-left: 9px;
}
/*Variable - active menu background color ends*/
#PrimaryMenu ul li.PrimaryMenuLinkActive a {
  display: block;
  outline: none;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
* html #PrimaryMenu ul li.PrimaryMenuLinkActive a {
  /*IE6 hack to get sub menu links to behave correctly*/

  display: block;
}
/*Variable - active menu color starts*/
#PrimaryMenu ul li.PrimaryMenuLinkActive > a:link,
#PrimaryMenu ul li.PrimaryMenuLinkActive > a:visited,
#PrimaryMenu ul li.PrimaryMenuLinkActive > a:hover {
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
  display: block;
  width: 165px !important;
}
/*Variable - active menu color ends*/
/* --------------// Top Level ActiveMenu Ends //----------- */
/* --------------// Sub Level Menus starts //----------- */
#PrimaryMenu ul li ul {
  position: absolute;
  left: 0;
  visibility: hidden !important;
  margin-left: 168px;
  margin-top: -26px;
  width: auto !important;
}
#PrimaryMenu ul li ul li {
  position: relative;
  display: block;
  float: left;
  font: normal 13px arial;
  color: #2e2b26;
  padding-right: 10px;
  border-bottom: 1px solid #807e7f;
  width: 100% !important;
}
#PrimaryMenu ul li ul li ul {
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
  display: none;
}
#PrimaryMenu ul li ul li ul li {
  margin-left: -1px;
  margin-top: -1px;
}
#PrimaryMenu ul li ul {
  padding-right: 10px;
  background-color: #807e7f;
}
#PrimaryMenu ul li.PrimaryMenuLinkActive ul {
  padding-right: 0;
}
/* Sub level menu links style */
#PrimaryMenu ul li.PrimaryMenuLink ul li a:link,
#PrimaryMenu ul li.PrimaryMenuLink ul li a:visited,
#PrimaryMenu ul li.PrimaryMenuLinkActive ul li a:link,
#PrimaryMenu ul li.PrimaryMenuLinkActive ul li a:visited {
  color: #807e7f;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
  display: block;
  background-color: #e9e9e9;
  padding-left: 10px;
  font: 13px verdana;
  width: 100%;
}
/*sub menus hover style*/
#PrimaryMenu ul li.PrimaryMenuLink ul li a:hover,
#PrimaryMenu ul li.PrimaryMenuLinkActive ul li a:hover {
  color: #252f9e;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
  display: block;
  background: #e9e9e9;
  padding-left: 10px;
  font: 13px verdana;
}
/*IE6 hack to get sub menu links to behave correctly*/
* html #PrimaryMenu ul li.PrimaryMenuLinkActive ul li a {
  display: block;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.vert_downarrowclass {
  margin-right: 3px;
  position: absolute;
  margin-top: 2px;
  right: 5px;
}
.vert_rightarrowclass {
  position: absolute;
  margin-top: 2px;
  right: 5px;
  margin-left: 110px;
}
#PrimaryMenu ul li.PrimaryDivider {
  height: 15px;
  vertical-align: middle;
  margin-top: 10px;
  display: block;
  margin-left: 0px;
  width: 220px;
}
#PrimaryMenu ul li.PrimaryDivider img {
  vertical-align: top;
  display: block;
  padding-left: 0px;
}
/* --------------// Primary Menu Ends//----------- */
/* MOBILE NAVBAR ----------------------------------------- */
.navbar .brand {
  font-family: 'KeplerStdMdSCnCaption';
  color: #ffffff;
}
.navbar-inner,
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav > li > a:hover,
.navbar .nav .dropdown-menu a:hover {
  background: none repeat scroll 0% 0% #6c6c70;
  filter: none;
}
.navbar .nav > li > a,
.navbar .nav .dropdown-menu a {
  color: #ffffff;
  font: normal 13px verdana;
  text-shadow: none;
  text-decoration: none;
}
.navbar .nav > li > a {
  font-weight: bold;
}
.navbar ul li {
  list-style-type: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  background: #2e3ddb;
  opacity: 1;
}
.navbar .nav > li > a:hover,
.navbar .nav .dropdown-menu a:hover {
  background-color: #2e3ddb;
  opacity: 0.8;
}
.btn-navbar {
  background-image: -moz-linear-gradient(top, #252f9e, #ffffff);
  background-image: -ms-linear-gradient(top, #252f9e, #ffffff);
  background-image: -webkit-linear-gradient(top, #252f9e, #ffffff);
  background-image: -o-linear-gradient(top, #252f9e, #ffffff);
  -webkit-box-shadow: inset 0 -8px 10px #ffffff, 0 0 0 #ffffff, inset 0 0 0 #252f9e;
  -moz-box-shadow: inset 0 -8px 10px #ffffff, 0 1px 0 #ffffff, inset 0 0 0 #252f9e;
  box-shadow: inset 0 -8px 10px #ffffff, 0 0 0 #ffffff, inset 0 0 0 #252f9e;
  border: none;
}
.btn-navbar,
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #252f9e;
  /*override needed for button color in IE - use darker color from gradient*/

}
/* Section settings */
.WebsiteSubtitleLabel {
  font: Normal Bold 28px Tahoma, Verdana, Sans-Serif;
}
/*Variable - header1 text color starts */
h1,
.header1 {
  color: #252f9e;
  text-decoration: none;
  vertical-align: top;
  padding-bottom: 10px;
}
/*Variable - header1 text color ends */
/*Variable - header2 text color starts */
.header2 {
  font: normal 14px Tahoma;
  color: #010101;
  background-color: #e9e9e9;
  border: 1px solid #b6b5b5;
  background-position: 10px 5px;
  padding: 3px 0px 0px 10px;
  height: 22px;
  vertical-align: middle;
}
/*Variable - header2 text color ends */
/* Section settings ends */
/* Template specific classes */
/*Variable - background color starts*/
#wrapper {
  height: auto;
  width: 1000px;
  background-color: #252f9e;
  position: relative;
  padding: 0px;
  margin: 0px auto;
  border-left: 2px solid #252f9e;
  border-right: 2px solid #252f9e;
  border-top: 2px solid #252f9e;
}
#wrapper-inner {
  height: auto;
  width: 1100px;
  background-color: #252f9e;
  position: relative;
  padding: 0px;
  margin: 0px auto;
  border-left: 2px solid #252f9e;
  border-right: 2px solid #252f9e;
  border-top: 2px solid #252f9e;
}
#container-inner {
  height: auto;
  width: 1104px;
  background-color: #252f9e;
  position: relative;
  padding: 0px;
  margin: 0px auto;
  border-left: 2px solid #252f9e;
  border-right: 2px solid #252f9e;
  border-top: 2px solid #252f9e;
}
#container-inner #wrapper-inner {
  height: 202px;
  position: absolute;
}
#theme_banner_mobile {
  display: none;
}
.static-content {
  background-color: #FFFFFF;
  border-bottom: 2px solid #252f9e;
  padding-top: 1px;
  width: 920px;
  margin-top: 204px;
  margin-left: 182px;
  position: relative;
}
.static-content h1 a {
  font-size: 12px;
  font-weight: normal;
}
.static-content .Module .Title {
  color: #252f9e;
  font-size: 1.8em;
  font-family: Tahoma;
}
.static-content td.Title h1 {
  color: #252f9e;
  font-size: 1.8em;
  font-family: Tahoma;
  font-size: 1em;
}
/*Variable - background color ends*/
.Logo {
  width: 163px;
  padding: 50px 0;
  text-align: center;
}
.Logo span.SiteTitleLabel {
  font: Normal Normal 42px Arial, Helvetica, Sans-Serif;
  line-height: 0.8em;
  color: #ffffff;
  opacity: 0.7;
  word-wrap: break-word;
}
#companylogo {
  position: absolute;
  bottom: 10px;
  left: 17px;
}
#header1bg {
  text-align: left;
  margin: 5px 20px;
  max-width: 450px;
  float: left;
}
#rightcol {
  max-width: 300px;
}
#leftside {
  max-width: 120px;
  float: left;
  margin: 5px 10px 0 0;
}
#rightside {
  max-width: 170px;
  float: left;
  margin: 5px 0;
}
#header2bg {
  position: relative;
  padding: 6px 5px 0px 5px;
  width: 232px;
  height: 194px;
  float: left;
}
/*Variable -middle content image starts */
#contentbg {
  float: left;
  background-color: #FFF;
  border: 0px solid red;
  margin-top: 10px;
  min-height: 240px;
  color: #6c6c70;
}
/*Variable -middle content image ends */
/*Variable - leftside color starts*/
#LeftCol {
  position: relative;
  width: 180px;
  border: 0px solid #fff;
  float: left;
  background-color: #6c6c70;
  padding-bottom: 15px;
  top: 0px;
  height: auto;
  z-index: 10;
}
/*Variable - leftside color ends*/
#title-wrapper {
  position: relative;
}
.website-title {
  position: absolute;
  margin-top: 37px;
  margin-left: 20px;
}
.website-slogan {
  position: absolute;
  bottom: 3px;
  width: 99%;
  z-index: 1;
}
.website-slogan a,
.website-slogan-inner a {
  color: #fff !important;
}
.website-slogan-inner {
  position: absolute;
  margin-top: 120px;
  width: 99%;
}
span.SiteTagLine {
  color: white;
  display: inline-block;
  padding: 10px 0px 10px 10px;
  background: url("https://www.robertsheldon.com/Theme/Themes/Loyalty/images/slogan-background.png");
  width: 100%;
  font: Normal Bold 30px Arial, Helvetica, Sans-Serif;
}
/*Variable - featuredproperty background image starts */
#featuredpropbg {
  width: 242px;
  float: right;
  padding-bottom: 15px;
  top: 25px;
  right: 0px;
  height: 203px;
  background: url("https://www.robertsheldon.com/Theme/Themes/Loyalty/images/featuredporpbg.png") no-repeat top left;
}
/*Variable - featuredproperty background image ends */
#weathercontent {
  width: 228px;
  border: 0px solid #000;
  float: left;
  position: relative;
  margin: 0px 5px 0px 0px;
}
#col1 {
  width: 62px;
  height: auto;
  position: relative;
  float: left;
  border: 0px solid Red;
}
#col2 {
  width: 62px;
  height: auto;
  position: relative;
  float: left;
  border: 0px solid Red;
}
#col3 {
  width: 62px;
  height: auto;
  position: relative;
  float: left;
  border: 0px solid Red;
}
.weatherdivider {
  width: 18px;
  float: left;
  text-align: center;
  vertical-align: bottom;
}
/*Variable - background color starts*/
#MidWrapper {
  min-width: 820px;
  height: auto;
  float: right;
  background: #ffffff;
}
#MidWrapper-inner {
  width: 920px;
  height: auto;
  float: right;
  background: #ffffff;
}
/*Variable - background color ends*/
.BannerImg {
  position: absolute;
  top: 0px;
  left: 190px;
  width: 615px;
  height: 250px;
}
.buyers {
  float: left;
  width: 120px;
  padding-left: 2px;
}
.sellers {
  float: left;
  width: 120px;
}
/*Variable - week day text color starts */
.weekDays {
  color: #1b1b1b;
  padding-bottom: 10px;
  text-align: center;
}
/*Variable - week day text color ends */
/*Variable - weather details text color starts */
.weathertext {
  color: #404040;
  text-align: center;
}
/*Variable - weather details text color ends */
.wmapimg {
  margin: 0px auto;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}
.SNicons {
  position: relative;
  bottom: 0px;
  left: 0px;
  margin-top: 25px;
  width: 216px;
  height: auto;
  border: 0px solid red;
}
#FooterBg {
  max-width: 1104px;
  padding-top: 12px;
  background: url("https://www.robertsheldon.com/Theme/Themes/Loyalty/images/FooterBg.jpg") repeat-x 0 0;
  margin: 0 auto;
  clear: both;
  background-color: #101113;
  color: #FFF;
  min-height: 110px;
  padding-bottom: 12px;
}
#FooterBgHome {
  max-width: 1104px;
  padding-top: 12px;
  background: url("https://www.robertsheldon.com/Theme/Themes/Loyalty/images/FooterBg.jpg") repeat-x 0 0;
  margin: 0 auto;
  clear: both;
  background-color: #101113;
  color: #FFF;
  height: 70px;
  max-width: 1004px;
}
/*Variable - footer background image ends */
/* copyright text */
/*Variable - copyrights text color starts*/
.copyright {
  color: #ffffff;
  text-align: right;
  text-decoration: none;
  vertical-align: middle;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.copyright a {
  color: #6b75db;
}
.copyright #copyright_image {
  background: url('https://www.robertsheldon.com/Theme/Themes/Loyalty/images/ehl_white.png') no-repeat center center;
  height: 13px;
  width: 15px;
  display: inline-block;
}
#privacy {
  float: right;
  text-align: right;
  color: #ffffff;
  padding-right: 20px;
}
#privacy a {
  color: #6b75db;
}
/*Variable - copyrights text color ends*/
/*Variable - footermenu links color starts */
.footermenu {
  color: #a9a9a8;
  text-decoration: none;
  padding-top: 2px;
  padding-left: 4px;
  display: inline;
}
a.footermenu:link,
a.footermenu:visited {
  color: #a9a9a8;
  text-decoration: none;
  padding-top: 2px;
  padding-left: 4px;
  display: inline;
}
a.footermenu:hover {
  color: #c4ac62;
  text-decoration: underline;
  padding-top: 2px;
  padding-left: 4px;
  display: inline;
}
#footer .lang-cnt label{color: #ffffff;}
#footer a{color: #ffffff;}
/*Variable - footermenu links color ends */
.verticalspace {
  height: 13px;
}
.centerpanel {
  text-align: center;
  margin: -5px;
}
/*Variable - featured listing link color starts */
.featuredlisting_link {
  color: #4b4b4b;
  padding-bottom: 2px;
  padding-left: 10px;
  text-decoration: underline;
}
a.featuredlisting_link:link {
  color: #4b4b4b;
  padding-bottom: 2px;
  padding-left: 10px;
  text-decoration: none;
}
a.featuredlisting_link:visited {
  color: #4b4b4b;
  padding-bottom: 2px;
  padding-left: 10px;
  text-decoration: none;
}
a.featuredlisting_link:hover {
  color: #4b4b4b;
  padding-bottom: 2px;
  padding-left: 10px;
  text-decoration: none;
}
/*Variable - featured listing link color ends */
/*Variable - featured listing text color starts */
.featuredlisting_text {
  color: #4b4b4b;
  padding-bottom: 6px;
  padding-left: 10px;
}
/*Variable - featured listing text color ends */
.featuredlisting_img {
  width: 209px;
  height: 130px;
  margin: 0px auto;
  padding-bottom: 10px;
}
#poweredby_logo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
/*Variable - poweredby links color starts */
.poweredby_textlink {
  color: #5a2510;
  padding-bottom: 2px;
  padding-left: 5px;
  text-decoration: underline;
}
a.poweredby_textlink:link,
a.poweredby_textlink:visited {
  color: #5a2510;
  padding-bottom: 2px;
  padding-left: 5px;
  text-decoration: underline;
}
a.poweredby_textlink:hover {
  color: #5a2510;
  padding-bottom: 2px;
  padding-left: 5px;
  text-decoration: none;
}
/*Variable - poweredby links color ends */
.poweredby_logo {
  margin: auto;
  border: 0px solid #000000;
  clear: both;
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*Variable - poweredby text color starts */
.poweredby_text {
  margin: auto;
  border: 0px solid #000000;
  clear: both;
  overflow: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}
/*Variable - poweredby text color ends */
/* Template specific classes ends */
.socialnetworking {
  margin-left: 20px;
  min-height: 5px;
}
.socialnetworking .socialPlaceholder {
  float: left;
}
.user-photo {
  clear: left;
}
.user-photo img {
  padding: 1px;
  border: 1px solid #ccc;
}
#contact-info {
  font-size: 12px;
  margin: 12px 0;
}
#contact-info span {
  display: block;
}
#contact-info a {
  color: #6c6c70;
}
#content-inner {
  padding: 20px;
}
#footeraddress {
  color: #ffffff;
  line-height: 1.5em;
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 725px;
  text-align: center;
}
#footeraddress a {
  color: #6b75db;
}
#content-area {
  min-height: 400px;
}
#content-area div#main-content .IDXListingModule {
  max-width: 98%;
}
a.EmailAgentLink:link,
a.EmailAgentLink:visited,
.CommandButton {
  background-color: #252f9e;
  color: #ececec !important;
  border-color: #d4d4d4;
}
#sidebar h1,
.listing-container .listing-details h4,
.listing-container .listing-description h4 {
  background-color: #ececec;
  color: #252f9e;
  border-color: #d4d4d4;
}
#sidebar .Module span.Text a {
  color: #252f9e;
}
div#sidebar {
  max-width: 31%;
}
div#main-content .Module {
  max-width: 100%;
}
.powered-by {
  padding-right: 12px;
}
div#main-content .Module .Module {
  width: 100%;
  max-width: 100%;
}
#sidebar .Announcements .DataList tr td .item-seperator,
#sidebar .Events .DataList tr td .item-seperator {
  border-color: #333333;
}
div#sidebar .FeaturedListingModule {
  overflow: hidden;
}
/* Neighborhood info */
/*Demographic Table css*/
.sectionNameLabel {
  background-color: #252f9e !important;
}
.sectionName h4 {
  color: #252f9e !important;
}
/* Tabs */.ui-widget-content {
  border: 0;
}
.ui-widget-header {
  border-bottom: 1px solid #252f9e;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #252f9e;
  color: #252f9e;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #252f9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #252f9e;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #252f9e;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #252f9e;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #FFFFFF 50% 50% repeat-x;
  font-weight: bold;
}
#spotlightPhoto {
  float: right;
  padding-right: 3px !important;
  width: 480px;
}
#gallery {
  position: relative;
  float: left;
  width: 80px;
  overflow: hidden;
  height: 370px;
  margin-top: 5px;
  padding-left: 25px !important;
}
/* Listings Grid ----------------------- */
.DemographicDataGrid .Header {
  background-color: #252f9e !important;
}
.DemographicDataGrid .Header td,
.DemographicDataGrid .Header td a,
.DemographicDataGrid .Header th,
.DemographicDataGrid .Header th a {
  color: #ffffff !important;
  font-weight: bold;
}
.DemographicDataGrid .ViewListingLink {
  color: #252f9e !important;
  font-weight: bold;
}
.DemographicDataGrid .Item {
  background-color: white;
  color: black;
}
.DemographicDataGrid .AlternatingItem {
  background-color: whitesmoke;
  color: black;
}
.DemographicDataGrid .barsBelowAverage {
  background-color: #252f9e;
  opacity: .8;
}
.DemographicDataGrid .barsAboveAverage {
  background-color: #252f9e;
  opacity: .6;
}
.ListingDetailsHeaderPanel th {
  background-color: #252f9e !important;
  color: #ffffff !important;
}
.ListingDetailsHeaderPanel td.ListingDetailsData {
  background-color: whitesmoke;
  color: black;
}
.ListingDetailsHeaderPanel .ViewListingLink {
  color: #252f9e !important;
  font-weight: bold;
}
.sort-menu-link {
  right: 0;
}
/* new stuff -------------------------------------- */
.edit-website-slogan {
  position: absolute !important;
  top: 40px !important;
}
/* BOOTSTRAP OVERRIDES ---------------------------- */
.row-fluid {
  width: 100%;
}
/* GLOBAL2 CANDIDATES ---------------------------- */
.Module {
  max-width: 100%;
}
div#sidebar {
  max-width: none;
}
/* NEW ---------------------------------------------*/
#container-inner {
  width: auto;
  max-width: 1104px;
}
/* MEDIA QUERIES ---------------------------------- */
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1106px) {
  #wrapper-inner {
    max-width: 1100px;
    width: auto;
  }
  #wrapper-inner #LeftCol {
    width: 108.5%;
  }
  #wrapper-inner #LeftCol .Logo {
    width: 100%;
  }
  #MidWrapper-inner {
    width: 100%;
  }
  .website-slogan-inner {
    margin-top: 0px;
  }
  .static-content {
    width: 74.4681%;
    margin-left: 25.53196%;
  }
  #title-wrapper .header-graphic {
    width: 100%;
  }
}
@media (max-width: 1006px) {
  #wrapper {
    width: auto;
    max-width: 1000px;
  }
  #wrapper #LeftCol {
    width: 108.5%;
  }
  #wrapper #LeftCol .Logo {
    width: 100%;
  }
  #MidWrapper {
    min-width: 0;
  }
  span.SiteTagLine {
    padding-left: 5px;
  }
  .static-content {
    margin-top: 17%;
  }
}
@media (max-width: 920px) {
  #main-content,
  #sidebar {
    width: 100%;
  }
  #MidWrapper-inner {
    float: none;
  }
  #wrapper-inner #LeftCol {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #PrimaryMenu,
  #title-wrapper .header-graphic,
  .Logo {
    display: none;
  }
  #theme_banner_mobile {
    display: block;
    width: 100%;
  }
  #theme_banner_mobile .header-graphic {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 750px;
  }
  #header1bg {
    max-width: none;
  }
  #rightcol {
    margin: 0 auto;
  }
  .website-slogan,
  .website-slogan-inner {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .website-slogan span,
  .website-slogan-inner span {
    padding: 0;
  }
  #container-inner #wrapper-inner {
    position: relative;
  }
  #FooterBgHome,
  #FooterBg,
  #container-inner #wrapper-inner {
    height: auto;
  }
  #FooterBg .centerpanel {
    padding: 5px;
  }
  .socialnetworking,
  .centerpanel {
    margin: 5px auto;
  }
  .right {
    margin-bottom: 5px;
    text-align: center;
  }
  .powered-by,
  .copyright {
    padding-right: 0;
  }
  #wrapper-inner {
    width: auto;
  }
  #MidWrapper-inner {
    float: none;
  }
  #MidWrapper-inner .website-slogan-inner {
    margin-top: 0;
  }
  #LeftCol {
    padding-bottom: 0;
  }
  #companylogo {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 2px auto;
  }
  #content-area {
    padding: 10px 5px;
  }
  .static-content {
    width: auto;
    margin: 0 auto;
  }
  /*boostrap override*/
  .row-fluid > [class*="span"] {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  #leftside,
  #rightside {
    max-width: none;
    text-align: center;
    float: none;
  }
  #leftside {
    margin: 5px 0;
  }
  #content-area {
    padding: 10px 2px;
  }
  #contact-info {
    margin: 0;
    padding: 5px;
  }
}
#sidebar .LikeBox .fb_iframe_widget,
#sidebar .LikeBox .fb_iframe_widget span,
#sidebar .LikeBox .fb_iframe_widget span iframe[style] {
  min-width: inherit !important;
  width: 100% !important;
}
/******  Listing details theme colors   *****/
.p2a-ldw a {
  color: #252f9e;
}
.p2a-ldw .listing-feature-list li:before {
  background: #252f9e;
}
.p2a-ldw .btn-cnt a {
  background: #252f9e;
  color: #FFF;
}
.p2a-ldw .listing-tabs,
.p2a-ldw .listing-tabs li.selected {
  border-color: #252f9e;
}
.p2a-ldw .listing-tabs li.selected a,
.p2a-ldw .listing-tabs li.selected a:hover,
.p2a-ldw .photo-map-cnt a.selected {
  color: #252f9e;
}
.p2a-ldw .gotop:after {
  border-bottom-color: #252f9e;
}
.p2a-ldw #listing-details-map,
.p2a-ldw .photos_widget {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.06);
}
.p2a-ldw .photo-map-cnt a,
.p2a-ldw .map-btn-cnt {
  border-color: rgba(0, 0, 0, 0.06);
}
.p2a-ldw .photo-map-cnt a.selected {
  background: rgba(0, 0, 0, 0.03);
}
.p2a-ldw .listing-attachments li a:before,
.p2a-ldw .contact-agent-phone:before,
.p2a-ldw .rfs-tools li a:before {
  background-image: url(https://www.robertsheldon.com/_MVC/content/images/dark-sprite.png);
}
/* custom colors for listing list module*/
.ListingsSummaryPanel .SortPanel .SelectedLink,
.ListingsSummaryPanel .ListingsDataGrid .Header .HeaderSelected a {
  color: #252f9e !important;
}
.ListingsSummaryPanel .ListingsDataGrid .Header {
  border-color: #252f9e !important;
}
.ListingsSummaryPanel .listview-item-cnt .item-address h2 a,
.ListingsSummaryPanel .ListingsDataGrid .ViewListingLink,
.ListingsSummaryPanel .Pager td div a {
  color: #252f9e !important;
}
.ListingsSummaryPanel .listview-item-cnt .btn-cnt a,
.ListingsSummaryPanel .listview-item-cnt .btn-cnt a:hover {
  border-color: #252f9e;
  background: #252f9e;
  color: #ffffff !important;
}