/* =============================== COMMON ========================== */

body,
html {
  height: 100%;
}

body {
  font: 85%/130% Open Sans, Arial, Helvetica, sans-serif;
  background: #f0f4f7 url(../images/main_bg_image_mini.png) no-repeat;
  margin: 0px;
  padding: 0px;
}

.lo-header {
  height: 60px;
}

.lo-nav-strip {
  height: 30px;
}

.lo_bottom-strip {
}

#cb-wrapper {
  position: relative;
  min-height: 100%;
  width: 100%;
  padding: 0;
}

table,
form {
  margin: 0px;
  padding: 0px;
}

textarea {
  resize: vertical;
  white-space: pre-line;
  box-sizing: border-box;
}

/* =============================== MASTHEAD ========================== */

.cb-masthead {
  margin: 0px;
  padding: 30px 10px;
  background: ;
  width: 1024px;
  margin: 0 auto;
}

.cb-masthead h1 {
  font-family: Open Sans Bold, sans-serif;
  font-size: 250%;
  color: #ffffff;
  margin-top: 5px;
}

.cb-masthead #cb-links {
  margin: 10px 10px 0 0;
  padding: 0px;
  float: right;
  color: #eee;
  font-size: 0.86em;
}

.cb-masthead #cb-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 6px 0 6px;
  background: #ee5921;
  padding: 4px 10px;
}

.cb-masthead #cb-logo {
  margin: 20px 0 20px 20px;
  padding: 0;
}

/* =============================== NAVBAR ========================== */

#cb-navbar {
  height: 30px;
  background: #666666;
  width: 1100px;
  margin: 0 auto;
}

#cb-navbar ul {
  margin: 0 0 0 0px;
  padding: 0px 0 0 0px;
  list-style-type: none;
}

#cb-navbar li {
  margin: 0;
  padding: 0px;
  float: left;
}

#cb-navbar a {
  margin: 0px;
  padding: 7px 25px 3px;
  text-decoration: none;
  color: #fff;
  display: block;
  height: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

* html #cb-navbar a {
  padding: 7px 0 3px;
  width: 120px;
  text-align: center;
}

#cb-navbar a.selected {
  background: #999999;
}

#cb-navbar a:hover {
  color: #fff;
  background: #999999;
}

#cb-navbar[class="tabs"] a {
  height: 20px;
}

#nav {
  height: 30px;
  width: 1024px;
}

#propertyInfo #nav span {
  font-size: 17px;
  line-height: initial;
}

#propertyInfo .filterMenu {
  color: #dc8f2f;
  font-size: 14px;
  text-decoration: underline;
}

#propertyInfo .filterMenu:hover {
  text-decoration: none;
}

/* =============================== CONTENT ========================== */

#full-content {
  width: 1024px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 60px;
}

#cb-content {
  position: relative;
  min-height: 1024px;
  height: 100%;
  padding-bottom: 50px;
  margin: 70px 0 0 0;
}

#cb-content h1 {
  color: #1c5f8b;
  font-size: 22px;
  line-height: 1;
}

#cb-content h2 {
  color: #666666;
  font-size: 17px;
  margin: 10px 0 5px;
  padding: 0;
}

#cb-content h3 {
  font-size: 15px;
  margin: 10px 0 5px;
  padding: 0;
  color: #666666;
  font-weight: normal;
}

#cb-content p {
  font-size: 13px;
  margin: 3px 0;
  padding: 0px 5px;
}

#cb-content a {
  color: #1c5f8b;
  text-decoration: none;
  outline: none !important;
}

#cb-content a:hover {
  text-decoration: underline;
}

#cb-content .box {
  box-shadow: 0px 0px 1px 0px #bbb;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f6f6f6;
}

#cb-content .cb_but {
  width: 320px;
  height: 40px;
  text-align: center;
  background-color: #e69532;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}

#cb-content .button:hover {
  opacity: 0.9;
  text-decoration: none;
  cursor: pointer;
}

#propertyInfo {
  position: relative;
  width: 645px;
}

#propertyInfo h1[class="detailsTitle"] {
  font-weight: lighter;
  color: #000000;
}

#right-section {
  position: absolute;
  top: 60px;
  right: 0;
  width: 360px;
  background-color: #ffffff;
}

#agentInfo {
  margin-top: 14px;
  padding: 0 5px;
}

#propDetails table[data-cb-name="cbTable"] td {
  padding: 5px 0 !important;
}

.DataSection {
  margin-left: 20px;
  margin-top: 10px;
}

.AddressSection h1 {
  font-weight: lighter;
}

.TypeSection {
}

.DateSection span {
  font-size: 14px;
  color: #999999;
}

#cb-content .PriceSection h1 {
  font-weight: lighter;
  color: #000000;
}

.MainDataSection span {
  font-size: 18px;
  color: #000000;
}

#contactForm {
  padding-left: 5px;
}

#contactForm > form {
  margin-left: -5px;
}

#contactForm h1 {
  margin-left: 10px;
}

#contactForm input {
  height: 30px;
  padding-left: 15px;
  font-size: 14px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}

#InsertRecordMessage {
  padding-left: 15px;
  font-size: 14px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  resize: none;
}

#contactForm #Submit {
  background: #e69532 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  cursor: pointer;
}

#propDetails {
  background-color: #ffffff;
  margin-top: 30px;
}

#propDetails td span {
  word-break: break-word;
}

#propFeatures {
  margin: 1px 20px;
}

#propFeatures > table {
  width: 605px;
}

#map {
  border: 0 !important;
  margin: 5px 0 0 0 !important;
}

/*================Photo Gallery==================*/

#slideshow_holder {
  width: 645px;
  margin-left: -7px;
  /**height: 570px;**/
}

#slideshow {
  position: relative;
  width: 645px;
  height: 450px;
  overflow: hidden;
  margin: 10px 5px 3px 5px;
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}

#slideshow img.active {
  z-index: 10;
  display: block;
}

#slideshow img.last-active {
  z-index: 9;
  display: block;
}

#slideshow_thumbnail {
  width: 645px;
  position: relative;
  height: 90px;
  margin: 10px 5px;
}

#slideshow_thumbnail img {
  opacity: 0.25;
  border: none;
  width: 124px;
  height: 84px;
  margin: 2px;
  cursor: pointer;
}

#slideshow_thumbnail img.active {
  border: 1px solid #999999;
  opacity: 1;
  width: 124px;
  height: 84px;
  cursor: pointer;
}

#Mod0EditRecord {
  display: none;
}

/* =============================== PRELOADER ========================== */

#page-preloader {
  position: fixed;
  background: #ffffff url(../images/main_bg_image_mini.png) no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100500;
}

#page-preloader .spinner {
  width: 128px;
  height: 128px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../images/spinner.gif") no-repeat 50% 50%;
  margin: -64px 0 0 -64px;
}

/*================================Helpers============================*/

.clear {
  clear: both;
}

/* =============================== FOOTER ========================== */

#cb-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  clear: both;
  border-top: 1px solid #a1b5c0;
  color: #777;
  padding: 20px 0;
  font-size: 11px;
  text-align: right;
  background: #353333;
  box-shadow: 0px 0px 1px 0px #bbb;
}

#cb-footer p {
  margin: 0px;
  padding: 0;
}

#cb-footer a {
  color: #777;
  text-decoration: underline;
}

#cb-footer a:hover {
  text-decoration: none;
}

.cb_but:hover, .cb_but:active, .cb_but:focus {
  background-color: #ffa73b !important;
}
