BODY {
    background-color: #fff;
    padding: 0px;
    font-family: Tahoma,Verdana,sans-serif;
    color: #000;
}

a {
    color: #3e278f;
}

.button {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    font-family: Tahoma,Verdana,sans-serif;
    padding: 6px;
    background-color: #faf419; 
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
}

.button:hover {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #000;
}

.property-image {
    height: 100px;
    margin: 4px;
    padding: 4px;
    border: 1px solid #ccc;
}

.property-image:hover {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #444;
}

.textbox {
    padding: 4px;
}

#frame h1 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
    margin-right: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

li {
    font-size: 13px;    
    line-height: 18px;
}

h3 {
    font-size: 21px;
    color: #000000;
}

h4 {
    font-size: 16px;
    color: #000000;
}

p {
    font-size: 14px;
    line-height: 20px;
}

li {
    font-size: 14px;
    line-height: 24px;
    margin-left: -10px;
}

h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding-bottom: 7px;
}

#header {
    margin: auto;
    overflow: hidden;
    height: 130px;
    text-align: center;
}

#header-logo {
    float: left;
}

#header-logo img {
    margin-top: 0px;
}

#header-container {
    float: right;
    width: 1170px;
    height: 95px;
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

#header-top {
    overflow: auto;
    width: 1170px;
    float: right;
    height: 40px;
}

#header-top a {
      display: block;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 12px;
      padding-right: 12px;
      background-color: #f3f3f3;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 5px;
      font-size: 14px;
      color: #000;
      float: right;
      margin-left: 10px;
      text-align: center;
}

#header-top a:hover {
      background-color: #1b669d;
      color: #fff;
}

#basket {
    width: 250px;
    background-color: #f3f3f3;
    float: right;
    height: 50px;
}

#basket:hover {
    background-color: #1b669d;
    color: #fff;
    cursor: pointer;
}

#basket img {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#basket span {
    display: block;
    float: left;
}

#basket .cart-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 15px;
    margin-left: 10px;
}

#basket .cart-quantity {
    font-size: 12px;
    margin-top: 18px;
}

#header-bottom {
    overflow: auto;
    width: 690px;
    float: right;
    height: 50px;
}

#container {
    width: 1170px;
    background-color: #fff;
    margin: auto;
    overflow: auto;
    padding: 10px;
}

#navigation {
    float: left;
    width: 200px;
    overflow: auto;
}

.menu {
    text-align: center;
}

.menu li {
    margin-left: -3px;
}

#content {
    font-size: 13px;
    padding-top: 20px;
    margin: 0px;
    overflow: auto;
}

#content h1 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-right: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

#content h2 {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
    margin-top: 5px;
}

#footer {
    overflow: hidden;
    width: 1170px;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
}

#footer-left {
    width: 200px;
    background-color: #fff;
    border: 2px solid #8c8960;
    height: 200px;
    width: 220px;
    padding: 10px;
    float: left;
}

#footer-left p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 22px;
}

#footer-middle {
    width: 420px;
    background-color: #fff;
    border: 2px solid #8c8960;
    height: 200px;
    padding: 10px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

#footer-middle p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 22px;
}

#footer-right {
    width: 200px;
    background-color: #fff;
    border: 2px solid #8c8960;
    height: 200px;
    width: 220px;
    padding: 10px;
    float: left;
}

#footer-right p {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 22px;
}

.center {
    text-align: center;
    padding-top: 230px;
    font-size: 15px;
}

#ajax-form-container {
    display: block;
}

.ajax-required {
    color: red;
}

#content-left {
    overflow: auto;
    float: left;
    width: 900px;
}

#content-right {
    overflow: hidden;
    width: 250px;
    float: right;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}

#footer-content {
    overflow: auto; margin: auto; width: 1170px; margin-top: 4px;
}

#footer-content a {
    color: #777;
}

#footer-content-left {
    float: left;
    overflow: auto;
}

#footer-content-left span {
    color: #777; font-size: 12px;
}

#footer-content-right {
    float: right;
    overflow: auto;
}

.slideshow {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slideshow li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.slideshow li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.slideshow img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  .search-product {
      overflow: auto;
      width: 600px;
      border: 1px solid #ccc;
      padding: 6px;
      margin-top: 14px;
  }
  
  .search-product img {
      float: left;
      width: 150px;
      margin-right: 10px;
  }
  
  .search-product-title {
      color: #1b669d;
      font-size: 14px;
  }
  
  .search-product-bottom {
      overflow: auto;
      float: right;
      text-align: right;
      margin-top: 60px;
  }
  
  .search-product-price-large {
      font-size: 26px;
      color: #1b669d;
  }
  
  .search-product-price-small {
      font-size: 18px;
      color: #1b669d;
  }
  
 
.container { width:692px; height:375px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0; }

.slide {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #ddd;
    position:absolute;
    top:0;
    width:650px;
    display:none;
    padding: 20px;
}

.slide:hover {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #000;
}

.slide img {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.slide a {
    text-decoration: none;
}

.slide h1 {
    font-weight: normal;
}

.number-input {
    padding: 10px;
    font-size: 14px;
    width: 50px;
    border: 1px solid #ddd;
}

.number-input:hover {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #000;
}

.selectbox {
    padding: 6px;
    font-size: 14px;
    width: 200px;
    border: 1px solid #ddd;
}

.selectbox:hover {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #000;
}

.textbox {
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.textbox:hover {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #000;
}

#popup {
    display: none;
}

.content {
    background-color: #fff;
    width: 600px;
    height: 300px;
    padding: 0px;
    box-shadow: 0 0 2px 2px #3c3c3c;
    color: #111;
}

.b-close {
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.product-grid {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #ddd;
    width:256px;
    margin-right: 17px;
    height: 440px;
    margin-bottom: 20px;
    padding: 10px;
    float: left;
}

.product-grid:last-of-type {
    margin-right: 0px;
}

.last {
    margin-right: 0px;
}

.product-grid:hover {
    transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    border: 1px solid #000;
}

.product-grid h2 {
    font-size: 14px;
    font-weight: normal;
}

.product-grid img {
    width: 254px;
    height: 190px;
    text-align: center;
}

.product-grid .image {
    padding: 0px;
    margin-bottom: 10px;
}

.product-grid a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
}

.black {
    color: #000;
}

.product-grid .info {
    color: #999;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

.product-grid .price {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 10px;
    color: #000;
}

#breadcrumb-container {
    overflow: auto;
    width: 900px;
    margin-bottom: 20px;
    
}

.breadcrumb a {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    text-decoration: none;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.breadcrumb a:hover {
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    background-color: #f3f3f3;
}

.breadcrumb .image {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.breadcrumb img {
    margin-top: 7px;
    margin-bottom: 4px;
}

.breadcrumb a:last-of-type {
    border-right: 1px solid #ddd;
    font-weight: bold;
    background-color: #f3f3f3;
}


.breadcrumb a .active {
    background-color: #f6f6f6;
    font-weight: bold;
}

#error {
    padding: 20px;
    font-size: 14px;
    background-color: #ffdddd;
    margin-bottom: 10px;
    border: 1px solid #ffc0c0;
}

#success {
    padding: 20px;
    font-size: 14px;
    background-color: #ccffd0;
    margin-bottom: 10px;
    border: 1px solid #8fca93;
}

#home-property {
    width: 870px;
    height: 450px;
    overflow: hidden;
}

#home-property-details {
    overflow: auto;
    background: rgba(20, 20, 20, 0.8);
    width: 270px;
    padding: 15px;
    height: 100%;
    float: right;
}

#home-property-details .price {
    color: #faf419;
    font-size: 24px;
    letter-spacing: 1px;
    display: block;
}

#home-property-details .title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}

#home-property-details .info {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

.yellow {
    color: #faf419;
}

#home-property-details a {
    display: block;
    background-color: #faf419;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
    text-align: center;
    margin-top: 150px;
}

#content-right label {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

#content-right label:not(:first-of-type) {
    margin-top: 20px;
}

#frame {
    height: 400px;
    overflow: hidden;
    padding: 10px;
}

.side-menu {
    margin-top: 20px;
    padding: 6px;
}

.side-menu h1 {
    font-size: 16px;
}

.side-menu a {
    transition: background-color 0.5s ease, border-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border-color 0.5s ease;
    -o-transition: background-color 0.5s ease, border-color 0.5s ease;
    -ms-transition: background-color 0.5s ease, border-color 0.5s ease;
    display: block;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ccc;
}

.side-menu a:hover {
    transition: background-color 0.5s ease, border-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border-color 0.5s ease;
    -o-transition: background-color 0.5s ease, border-color 0.5s ease;
    -ms-transition: background-color 0.5s ease, border-color 0.5s ease;
    background-color: #faf419;
    border-color: #000;
}

.testimonial {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 30px;
}

.testimonial h2 {
    font-weight: bold;
    font-size: 20px;
}