@font-face{
    font-family: 'Roboto';
    src: url('fonts/Roboto.eot');
    src: url('fonts/Roboto.eot?iefix') format('eot'),
         url('fonts/Roboto.woff') format('woff'),
         url('fonts/Roboto.ttf') format('truetype'),
         url('fonts/Roboto.svg#webfont') format('svg');
}

@font-face{
    font-family: 'Gotham';
    src: url('fonts/Gotham Book.ttf') format('truetype'); 
}

@font-face{
    font-family: 'GothamBold';
    src: url('fonts/GOTHAM-BOLD.TTF') format('truetype');
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Gotham', arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background-color:#e3e7e7;
    width: 100%;
    height: 100%;
}
body img {max-width: 100%;}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

a {
    color: #333333;
    //text-decoration: none;
}
a:hover {
    color: #000000;
}

h1 {
    line-height: 34px;
}


.iframe {
    height: calc(100vh - 445px);
}

.bdy-height {
    min-height: calc(100vh - 359px);
}

.iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.blue-border table, .blue-border th, .blue-border td {
    border: 1px solid #6885B6;
}

.red-border table, .red-border th, .red-border td {
    border: 1px solid #c60203;
}




.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 588px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
-webkit-box-sizing: border-box; /* set box model so container width and height value includes any padding/border defined */
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 144px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

span.paginatecircle{ /* CSS for paginate circle spans. Required */
background: white;
border: 2px solid black;
border-radius: 10px;
width: 6px;
height: 6px;
cursor: pointer;
display: inline-block;
margin-right: 4px;
}

span.paginatecircle:hover{
background: gray;
}

span.paginatecircle.selected{
background: black;
}



.btn {
  background: #867756;
  background-image: -webkit-linear-gradient(top, #867756, #c3a97b);
  background-image: -moz-linear-gradient(top, #867756, #c3a97b);
  background-image: -ms-linear-gradient(top, #867756, #c3a97b);
  background-image: -o-linear-gradient(top, #867756, #c3a97b);
  background-image: linear-gradient(to bottom, #867756, #c3a97b);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  width:130px;
  text-align:center;
  border: none;
}

.btn:hover {
  background: #c3a97b;
  text-decoration: none;
  cursor: pointer;
}

.home-btn {
    background: #a28e64;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    width:130px;
    text-align:center;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
}
.home-btn:hover {
    background: transparent;
    border: 1px solid #a28e64;
}


.home-btn2 {
    background: #a28e64;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    width:150px;
    text-align:center;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.home-btn2:hover {
    background: transparent;
    border: 1px solid #a28e64;
    color: black;
}



.btn2 {
  background: #231f20;
  background-image: -webkit-linear-gradient(top, #231f20, #856d00);
  background-image: -moz-linear-gradient(top, #231f20, #856d00);
  background-image: -ms-linear-gradient(top, #231f20, #856d00);
  background-image: -o-linear-gradient(top, #231f20, #856d00);
  background-image: linear-gradient(to bottom, #231f20, #856d00);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:200px;
  text-align:center;
}

.btn2:hover {
  background: #3f2d04;
  text-decoration: none;
}





.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}
.simplebox {   
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 15px;
}
.simpleinline {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 22px;
}

.simpleinlineright {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 22px;
}

td {
    font-size: 14px;
}

.inline-container {font-size: 0; text-align: center;}
.inline-container .simpleinline:last-child, .inline-container .simpleinlineright:last-child {margin-right: 0px;}
.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}

/* General */
#hdr-container {
    width: 100%;
    background: #231f20;
    color: #af9251;
}
#hdr {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing:border-box;
}
#hdr-mob {
    display: none;
    text-align: center;
}
#topnav-container {
    width: 100%;
    background: #066cad;
    text-align: center;
}
#topnav {
    float:right;
    text-align: right;
    margin-top: 15px;
}
#filter-container {
    width: 100%;
    background: #fff;
}
#filter {
    width: 100%;
    max-width:1200px;
    box-sizing:border-box;
    margin: 0 auto;
    padding: 10px 0px;
}
#bdy {
    width: 100%;
    max-width: 1200px;
    box-sizing:border-box;
    margin: 0 auto;
    padding: 10px 0px;
    min-height: 600px;
}
#ftr-container {
    width: 100%;
    background: #231f20;
    color: #fff;
    padding: 30px 0px;
    text-align: center;
    position: relative;
}
#ftr {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    box-sizing:border-box;
    padding: 5px;
}
#ftr-mob {display: none;}
.iframeWrapper {
    position: relative;
    padding-bottom: 46%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='checkbox']
{
    vertical-align:middle; 
}
.formbox input[type='text'], .formbox input[type='password'], .formbox input[type='number'], .formbox input[type='tel'] {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.formbox input[type='submit'], .formbox input[type='button'], .formbox button[type='submit'] {
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}
.formbox input[type='submit']:hover, .formbox button[type='submit'], .formbox input[type='button']:hover {opacity: 0.90;}
.formbox select {
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox textarea, .full-textarea {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/* topnav.inc */
#hdr .simpleinline:last-child {text-align: right;}
#topnav a {
    display: inline-block;
    margin-left: 44px;
    font-weight: bold;
    color: #af9251;
    text-decoration: none;
}
#topnav a:last-child {padding-right: 0;}
.hdr-mob-cll2 img {width: 80%;}
.hdr-mob-cll1, .hdr-mob-cll3 {
    vertical-align: middle;
    width: 15%;
}
.hdr-mob-cll2 {
    vertical-align: middle;
    width: 70%;
}
#hdr form {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 20px;
}
#hdr input[type='text'] {
    background: #999;
    border: 0;
    border-radius: 4px;
    padding: 4px 4px;
    color: #000;
}
#hdr input[type='submit'] {
    background: #606060;
    border: 2px solid #222;
    padding: 3px 8px;
    border-radius: 8px;
    color: #af9251;
    cursor: pointer;
}
#hdr input[type='submit']:hover {
    opacity: 0.8;
}

.social-listing {
    vertical-align:bottom;
    display:inline-block;
    margin-left:20px;
}

#social {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
#social img {
    width: 23px;
    margin-left: 5px;
}
#social img:hover {
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
}
.hdr-mob-wide {
    padding: 10px 0px;
    border-bottom: 1px solid #676767;
    text-align: center;
}
.hdr-mob-wide .mobinline-10-12 {
    text-align: center;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}
.hdr-mob-each img {
    width: 30px;
}
#mob-search {
    display: none;
    border-top: 1px solid #676767;
    padding: 10px 0px;
}
#mob-search input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #676767;
    background: #676767;
    padding: 8px 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

/* footer.inc */
#ftr a {
    color: #af9251;
    //text-decoration: none;
}


#ftr a:hover {
    text-decoration: none;
    -webkit-filter: brightness(70%);
    filter: brightness(0.7);
}
#ftr .inline-4-12 {
    border-right: 1px solid #af9251;
    height: 120px;
}
#ftr .inline-4-12:last-child {
    border-right: 0;
}
#ftr span {
    display: block;
    font-size: 16px;
    color: #af9251;
    margin-bottom: 5px;
}

/* filter */
#filter form {
    margin: 0;
}
#filter input[type='text'] {
    background: #fff;
    border: 1px solid #e0e1e3;
    padding: 9px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#filter input[type='submit'], #filter button[type='submit'] {
    background: #fff;
    border: 1px solid #e0e1e3;
    padding: 9px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #939597;
    font-weight: bold;
    cursor: pointer;
}
#filter input[type='submit']:hover, #filter button[type='submit']:hover {
    opacity: 0.8;
}
#filter input[value='Search'] {
    background: url('images/search.jpg');
    background-repeat: no-repeat;
    padding-left: 30px;
}
#filter input[value='Submit'], #filter button[value='Submit'] {
    border: 1px solid #999;
    border-radius: 4px;
    background: #999;
    color: #fff;
    font-weight: bold;
}
#filter select {
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #e0e1e3;
    color: #939597;
    font-weight: bold;
}
#filter a {
    color: #a28e64;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#filter .simpleinline {
    text-align: left;
    vertical-align: middle;
}

#filter .simpleinline:first-child {
    text-align: left;
}
#filter .simpleinline:last-child {
    text-align: left;
}
.select-all {
    width: 180px;
}


/* index.php */
#slide {
    display: none;
}
.img-container {
    position: relative;
    background: url('images/index-bg.jpg');
    width: 100%;
    z-index: 100;
    background-size: 100%;
    color:white;
}
.img-container2 {
  background: url("images/index-bg.jpg") no-repeat center center fixed;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: calc(100vh - 359px);
  position: relative;
}
#wrapper {
    position: fixed;
    right: 0;
    top: 22%;
    z-index: 1001;
    float: right;
}
#wrapper .formrow {
    margin: 2px 0px;
}
#wrapper .formlabel, #wrapper .formbox {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
}
#wrapper a {    
    display: inline-block;
    width: 135px;
    padding: 10px 0px;
    text-align: center;
    background: #231f20;
    color: #af9251;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#wrapper h2 {
    margin-top: 0;
}
#wrapper-login {
}
#wrapper-contact {
    
}
#box1, #box3 {
    top:0;
    z-index: 1001;
    float: right;
    margin: 45px -35px 45px 0px;
    transform: rotate(270deg);
}
#box2, #box4 {
    padding: 15px;
    background: #f1f1f1;
    display: inline-block;    
    top:0;
    z-index: 1001;
    float: right;
    margin: 5px 0px;
}
.home-overlay-container {
    position: absolute;
    bottom: 20%;
    width: 100%;
}
.home-overlay {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    box-sizing:border-box;
}
.home-faded {
    width:650px;
    /*background: url('images/homebg.png');*/
    padding: 25px;
    border-radius: 5px;
}
.home-faded b {
    font-family: 'GothamBold';
    font-size: 50px;
    font-weight: 900;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  
}
.home-faded i {
    font-size: 30px;
}

/* services.php */
.inline-service {
    position: relative;
    width: 360px;
    margin: 30px 60px 30px 0px;
    cursor: pointer;
}
.inline-service2 {
    position: relative;
    width: 360px;
    margin: 30px 60px 30px 0px;
    cursor: pointer;
}
.inline-service-cap {
    position:absolute;
    margin-top:15px;
    background:rgba(35,31,32,0.8);
    color:#af9251;
    width:150px;
    padding: 6px;
    font-weight: bold;
    z-index: 1000;
}
.inline-service-overlay {
    display: none;
    position:absolute;
    width: 150px;
    top: 110px;
    left: calc(50% - 75px);
    margin: 0 auto;
    text-align: center;
    background:#00092c;
    color:#fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 5px 0px;
    text-decoration: none;
    z-index: 10001;
}


/* listing.php */
.listing-col1 { 
    display: inline-block;
    vertical-align: top;
    width: 27.61%;
    height: 230px;
}
.listing-col2 { 
    display: inline-block;
    vertical-align: top;
    width: 72.39%;
    height: 230px;
    background: #fff;
    box-sizing: border-box;
    padding: 0px 45px;
}
.listing-col2 .inline-4-12:last-child {
    text-align: right;
}
.listing-num {
    font-size: 19px;
    font-weight: 900;
    margin: 10px 0px;
}
.listing-title {
    font-size: 24px;
    font-weight: 900;
    color: #a28e64;
    margin: 10px 0px;
}
.listing-location {
    color: #939597;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 17px;
    margin: 10px 0px;
}
.listing-ad {
    text-align: right;
    color: #939597;
    font-size: 16px;
}
.listing-ad a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px 12px;
    margin-top: 8px;
    font-size: 13px;
}
.listing-ad a:hover {
    opacity: 0.8;
}
.listing-av {
    margin: 18px 0px 14px 0px;
    text-transform: uppercase;
    color: #a28e64;
    font-size: 19px;
}
.listing-price {
    margin: 14px 0px;
    font-size: 24px;
    font-weight: 900;
}
.listing-down {
    margin: 14px 0px;
    color: #939597;
    font-weight: bold;
    font-size: 16px;
}
.listing-share {
    margin: 14px 0px;
    text-transform: uppercase;
    color: #a4a7a9;
    font-size: 11px;
    font-weight: 900;
}
.listing-details {
    margin: 14px 0px;
    text-transform: uppercase;
    display: inline-block;
    background: #a28e64;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 5px;
}
.listing-details:hover {
    opacity: 0.8;
}
.search-result {
    font-size: 26px;
}
.breadcrumbs {
    color: #a28e64;
}


/* details.php */
.details-col1 { 
    display: inline-block;
    vertical-align: top;
    width: 27.61%;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
}
.details-col2 { 
    display: inline-block;
    vertical-align: top;
    width: 72.39%;
    box-sizing: border-box;
    padding: 0px 50px;
    font-size: 16px;
    text-align: left;
}
.details-l-col1 {
    display: inline-block;
    vertical-align: top;
    width: 27.61%;
    box-sizing: border-box;
    height: 224px;
}
.details-l-col2 {
    display: inline-block;
    vertical-align: top;
    width: 72.39%;
    box-sizing: border-box;
    padding: 0px 50px;
    height: 224px;
}
.details-l-col2 .inline-4-12:last-child {
    text-align: right;
}
.details-l-col2 .simpleinline {
    vertical-align: top;
}
.details-title {
    background: #a28e64;
    color: #fff;
    padding: 20px 0px;
}
.details-title .simpleinline, .details-title .simpleinlineright {
    font-size: 16px;
    font-weight: bold;
}
.details-col1 a {
    display: block;
    margin: 8px 0px;
    font-weight: 900;
    font-size: 16px;
}
a.details-action {
    color: #a4a7a9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0px;
}
a.details-share {
    display: inline;
    color: #a4a7a9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin: 0px;
}
.details-6-12 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 15px;
    box-sizing: border-box;
}
.details-box {
    min-height: 500px;
    border: 1px solid #a28e64;
    text-align: left;
    padding: 15px;
}
#box-bdy1 {
    
}
#box-bdy2 {
    border-left: 1px solid #a28e64;
}
.box-title {
    text-align: left;
    font-weight: bold;
}
#box-tab1, #box-tab2, #box-tab3, #box-tab4, #box-tab5 {
    display: inline-block;
    border: 1px solid #a28e64;
    border-bottom: 0;
    padding: 4px 8px;
    cursor: pointer;
}
#box-tab1:hover, #box-tab2:hover, #box-tab3:hover, #box-tab5:hover, #box-tab4:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}
.brokerbox {
    border: 1px solid #a28e64;
    text-align: left;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
}
.recentbox {
    border: 1px solid #a28e64;
    text-align: left;
    padding: 15px;
    background: #fff;
}
#box-otherlisting, .brokerbox-name {
    display: inline-block;
    border: 1px solid #a28e64;
    border-bottom: 0;
    padding: 8px 15px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(179, 152, 101);
}
.broker-cssbtn {
    display: inline-block;
    border: 1px solid #a28e64;
    border-bottom: 0;
    padding: 8px 15px 10px 15px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(179, 152, 101);
    border-radius: 4px;
}
.broker-cssbtn:hover {
    color: rgb(255, 255, 255);
    background: rgb(179, 152, 101);
    -webkit-filter:brightness(90%);
    filter: brightness(0.9);
}
#box-otherlisting:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
}
#info, #highlights, #specs, #nameaddress, #disclaimer {
    display: none;
}
.details-box .inline-container {
    margin: 10px 0px;
    font-weight: bold;
}
.details-otherimg {
    width: calc(100% - 14px);
}
.details-num {
    margin-top: 2px;
    font-size: 19px;
    font-weight: 900;
}
.details-title2 {
    font-size: 24px;
    font-weight: 900;
    color: #a28e64;
}
.details-location {
    color: #939597;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 17px;
    margin: 10px 0px;
}
.details-ad {
    text-align: right;
    color: #939597;
    font-size: 16px;
}
.details-ad a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px 12px;
    margin-top: 8px;
    font-size: 13px;
}
.details-ad a:hover {
    opacity: 0.8;
}
.details-av {
    margin: 2px 0px 14px 0px;
    text-transform: uppercase;
    color: #a28e64;
    font-size: 19px;
}
.details-price {
    margin: 14px 0px;
    font-size: 24px;
    font-weight: 900;
}
.details-down {
    margin: 14px 0px;
    color: #939597;
    font-weight: bold;
    font-size: 16px;
}
.details-share {
    margin: 14px 0px;
    text-transform: uppercase;
    color: #a4a7a9;
    font-size: 11px;
    font-weight: 900;
}
.details-details {
    margin: 14px 0px;
    text-transform: uppercase;
    display: inline-block;
    background: #a28e64;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
}
.details-details:hover {
    opacity: 0.8;
}
#news-container li {
    margin-bottom: 25px;
}

input::-webkit-input-placeholder {
color: white !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
input:-ms-input-placeholder {  
color: white !important;  
}

.justmobile {display: none;}


@media (max-width: 1214px) {
    .listing-col1 {
	width:331px;
    }
    .listing-col2 {
        width: calc(100% - 331px);
    }

    .listing-title, .listing-location, .listing-down, .listing-share {
	margin: 5px 0px;
    }
	
}



@media (max-width: 1023px) {

    #regions_layer {
	margin-top: 100px;
    }

    .listing-specs {
	text-align:left;
	display:inline-block;
    }


    .social-listing {
        display:block;
        margin-left:0px;
        margin-top: 20px;
	text-align:center;
    }

    .listing-col2 .inline-4-12:last-child {
    	text-align: center;
    }

    .simpleinlineright {
	text-align:center;
	padding: 0px;
    }
    #mobilespace {
	height:40px !important;
    }
    #main-header {
	top:55px !important;
    }
    .homepage_header {
	font-size:19px !important;
    }
    #box-tab1, #box-tab2, #box-tab3, #box-tab4, #box-tab5 {
	padding: 1px 0px;
	font-size:11px !important;
    }
    #demographics_table td {
	font-size:11px !important;
    }
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0px 5px;
        margin: 0 0 10px 0;
	box-sizing:border-box;
    }


    .details-layer .inline-6-12 {
        width: 49.45%;
	text-align:left;
	margin-right: 1.1%;
    }

    .details-layer .inline-7-12 {
        width: 57.875%;
        text-align:left;
        margin-right: 1.1%;
    }
    .details-layer .inline-5-12 {
        width: 41.025%;
        text-align:left;
        margin-right: 1.1%;
    }



    .mobinline-1-12 {
        width: 7.325%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-2-12 {
        width: 15.75%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-3-12 {
        width: 24.175%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-4-12 {
        width: 32.6%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-5-12 {
        width: 41.025%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-6-12 {
        width: 49.45%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-7-12 {
        width: 57.875%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-8-12 {
        width: 66.3%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-9-12 {
        width: 74.725%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-10-12 {
        width: 83.15%;
        margin-right: 1.1%;
    }
    .mobinline-11-12 {
        width: 91.575%;
        margin-right: 1.1%;
    }
    .mobinline-12-12 {
        width: 100%;
        margin: 0;
    }
    #hdr, #topnav-container, #ftr, #wrapper, #printable_layer {display: none;}
    .simplecell, #hdr-mob, #ftr-mob {display: block;}
    #bdy {
        width: 94%;
        margin: 3%;
        min-height: 0;
        padding: 0;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .home-overlay-container {
        position: static;
        bottom: auto;
        width: 94%;
        padding: 50px 3%;
    }
    .home-overlay {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .home-faded {
        width:100%;
        background: url('images/homebg.png');
        padding: 25px;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .home-faded b {
        display: block;
        font-size: 25px;
        margin-top: 10px;
    }
    .home-faded i {
        font-size: 15px;
    }

    .img-container {
        position: relative;
        background: url('images/index-bg.jpg');
        width: auto;
        z-index: 100;
        background-size: auto;
        background-position: top center;
        background-repeat: no-repeat;
        color:white;
    }

    /* listing.php */
    .listing-col1, .listing-col2 {
        width: 100%;
        height: auto;
    }
    .listing-col2 {
        padding: 10px 18px;
    }
    .listing-ad {
        margin-top: 20px;
    }
    .listing-details {
        margin-bottom: 0;
    }

    .justmobile {display: block;}
    .nomobile {display: none;}
}
