/* ==========================================================================
   .home-widgets 
   ========================================================================== */

.home-widgets {
    margin: 15px 0 15px 0;
}
.home-widget {
    width: 282px;
    height: 239px;
    margin-left: 15px;
    float: left;
    position: relative;
}
.home-widget h2 {
    padding: 8px 10px;
    background: #D6D6D6;
    color: #464748;
    font-size: 14px;
    position: relative;
    margin: 0;
    font-weight: bold;
}
.home-widget h2 a {
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-decoration: underline;
    top: 8px;
}
.home-widget-outer {
    padding: 15px 0 0 0;
}
.home-widget-item {
    margin-bottom: 10px;
}
.home-widget-img {
    float: left;
    margin-right: 15px;
    border: 1px solid #58585b;
}
.home-widget-title {
    font-size: 14px;
    margin-bottom: 5px;
}
.home-widget-title a {
    text-decoration: none;
    font-weight: bold;
}
.home-widget-offers-link {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

/* ==========================================================================
   .search 
   ========================================================================== */

.home-search-bg {
    background: url(/static/1451606400/www/b/smartnewhomes/images/home/bg.jpg) top right no-repeat ;
    position: relative;
    padding: 0;
}
.home-search-wrapper {
    width: 645px;
    min-height: 440px;
    padding: 20px 0 0 20px;
}

/* ==========================================================================
   .home-social 
   ========================================================================== */

.home-social {
    margin: 15px 0 0 0;
    border: 1px solid #dedede;
    height: 35px;
    line-height: 35px;
}
.home-social-left {
    width: 362px;
    float: left;
    margin-right: 6px;
}
.home-social-title {
    font-weight: bold;
    background: #D6D6D6;
    display: block;
    padding-left: 9px;
}
.home-social a {
    display: inline-block;
    width: 140px;
    line-height: 35px;
    height: 35px;
    color: #000;
    text-decoration: none;
}
.home-social .icon {
    font-size: 30px;
    float: left;
}

/* ==========================================================================
   landing browse 
   ========================================================================== */

#home-area-toggle {
    text-align: right !important;
    display: block;
}
.landing_browse_header_1,
.landing_browse_links_1 {
    width: 660px;
}

/* ==========================================================================
   carousel
   ========================================================================== */

.home-carousel{
    float:left;
    overflow:hidden;
    position:relative;
}
.home-carousel-ul{
    margin:0;
    padding:0;
    list-style:none;
}
.home-carousel,
.home-carousel li,
.home-carousel .jcarousel-clip,
.home-carousel .jcarousel-item{
    margin:0 auto;
    margin-bottom:20px;
    overflow: hidden;
    width:315px;
    height:210px;
}
#bhome .home-carousel,
#bhome .home-carousel li,
#bhome .home-carousel .jcarousel-clip,
#bhome .home-carousel .jcarousel-item{
    margin-bottom:0;
    width:362px;
    height:241px;
}
.home-carousel .jcarousel-item,
.home-carousel li {
    padding:0;
    border:none;
    margin:0;
}
.home-carousel li{
    position:relative;
}
.home-carousel a{
    cursor:pointer;
}
.home-carousel-title {
    background-color: #007CBB;
    background: rgba(0, 124, 187, 0.8);
    height: 31px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    z-index: 999;
}
.home-carousel-title h2,
.home-carousel-title span {
    color: #fff;
    font-weight: bold !important;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 14px;
    z-index: 999;
}
.home-carousel-title a {
    color: #fff;
}
.home-carousel a:hover{
    text-decoration:none;
}
.home-carousel img{
    width:100%;
}
.home-carousel-show,
.home-carousel-more {
    background: #229264;
    padding: 3px 5px;
    color: #fff;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none !important;
    font-size: 12px;
    color: #fff !important;
}
.home-carousel-copy-wrapper{
    cursor:pointer;
    color:#fff;
    position:absolute;
    bottom:0;
    width: 362px;
    background-color: #007CBB;
    background: rgba(0, 124, 187, 0.8);
    height:55px;
}
.home-carousel-copy a {
    text-decoration: none !important;
}
.home-carousel-copy{
    position:absolute;
    bottom:13px;
    left:10px;
    color:#fff;
    line-height:1em;
}
.home-carousel-price{
    font-weight: bold;
    display: block;
    margin:0 0 5px 0;
    line-height: 1em;
    color: #fff;
    font-size: 1.1em;
}
.home-carousel-address{
    color:#fff !important;
    display: block;
}
.home-carousel .jcarousel-next,
.home-carousel .jcarousel-prev {
    top:50%;
    margin-top:-25px;
    height:49px;
    width:40px;
}
.home-carousel .jcarousel-prev,
.home-carousel .jcarousel-next {
    background: #005189;
    color: #fff;
    font-size: 15px !important;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    padding: 0;
}
.home-carousel .jcarousel-next {
    right: 0;
}
