@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);

*::-webkit-input-placeholder {
    color: #999999;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #999999;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #999999;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

body {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#343435), to(#1a1a1a));*/
    /*background-color: #ED1B2F;*/
    color: #ffffff;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    background: #0c1b38;
}
body > * {

}
h1, h2, h3 {
    /*text-shadow: rgba(0,0,0,0.5) 0 1px 1px;*/
    color: #FFFFFF;
    /*margin: 10px 20px 5px;*/
    font-size:22px;
}

a img{
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
a {
    color: #f6f6f6;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgb(19, 140, 252) !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: rgb(19, 140, 252) !important;
}

/* @group Toolbar */
.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 10px;
    height: 45px;
    background: url(../images/tool-bg.bg) #000000 repeat-x;
    position: relative;
}
.black-translucent .toolbar {
    margin-top: 20px;
}
.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0,0,0,1) 0 -1px 1px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #636363;
}
body.landscape .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}
.button, .back, .cancel, .add, .next {
    position: absolute;
    top: 164px;
    z-index:999;
    left: 50%;
    width: 50%;
    display: block;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;

}
.back {
    left: 0;
/*    left: 6px;
    max-width: 40px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../images/btn-back.png) 0 8 0 20;*/
}
.back.active {
/*    -webkit-border-image: url(../images/btn-back.png) 0 8 0 20;
    color: #aaa;*/
}

.next {
    /*max-width: 40px;
    border-width: 0 14px 0 8px;
    -webkit-border-image: url(../images/btn-next.png) 0 20 0 8;
    width: 40px;*/
}
.next.active {
    -webkit-border-image: url(../images/btn-next.png) 0 20 0 8;
    color: #aaa;
}
.leftButton, .cancel {
    left: 6px;
    right: auto;
}
.add {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

/* @end */
/* @group Lists */
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}
h3{
    font-size: 20px;
}
ul {
    color: #ffffff;
    /*font: bold 18px Helvetica;*/
    padding: 0;
}
ul.rounded {
    -webkit-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
ul.rounded li:last-child, ul.rounded li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;

}
ul li {
    overflow: hidden;
}
ul li.arrow {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    background-position: right center;
    background-repeat: no-repeat;
}
ul li.forward {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    background-position: right center;
    background-repeat: no-repeat;
}
/* universal links on list */
ul li a, li.img a + a {
    /*color: #636363;*/
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;

    /*text-shadow: rgba(0,0,0,.2) 0 1px 1px;*/
}
ul li a.active, ul li a.button {
    color: #636363;

}
ul li a.active.loading {
    background-image: url(../images/loading.gif);
    background-position: 95% center;
    background-repeat: no-repeat;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li.arrow a.active {
    background-position: right center;
    background-repeat: no-repeat;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li.forward a.active {
    background-position: right center;
    background-repeat: no-repeat;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 17px;
    font-weight: bold;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li.img a + a + a {
    font-size: 14px;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li.img a + small + a {
    margin-left: -5px;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: normal;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li a + a {
    color: #000;
    font: 14px Helvetica;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}
ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
    color: #666;
    font: 13px Helvetica;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0.33);*/
}


/*
@end */
/* @group Forms */


form p{
    margin-bottom: 10px;
}
form li {
    padding: 0; margin:0;  display: inline;
}

form li.error {
    border: 2px solid red;
}
form li.error + li.error {
    border-top: 0;
}
.form-container{
    /*width: 297px;
    margin: 10px auto;*/
    padding: 0;
    text-align: left;
    background: #F51520;
    height: 50px;
}

.form-container > h2 {
    line-height: 50px;
    padding-left: 25px;
    font-weight: normal;
}

.form-div{
    padding: 5px 5%;
    overflow: hidden;
    width: 90%;
}

.form-left{
    float: left;
    padding: 5px 0 5px 5%;
    width: 43%;
    overflow: hidden;
}

.form-right{
    float: right;
    padding: 5px 5% 0 0;
    width: 43%;
    overflow: hidden;
}

.form-middle-container{
    /*background: url("../images/sprite.png") no-repeat scroll -402px -97px transparent;*/
    background-color:#666666;
    /*height: 63px;*/
    width:100%;
    overflow: hidden;
}

.form-bottom-container{
    /*background: url("../images/sprite.png") no-repeat scroll -402px -162px transparent;*/
    background-color:#666666;
    /*height: 63px;*/
    width:100%;
    overflow: hidden;
}

input[type="text"], input[type="password"], textarea, select {
    color: #000000;
    background: none repeat scroll 0 0 #fff;
    /*border: 1px solid #C8C8C8;
    border-radius: 5px;
    -webkit-border-radius: 5px;*/
    border: none;
    font: normal 16px Helvetica;
    display:inline;
    padding: 6px 0;
    width: 100%;
    margin: 0;
    padding: 10px 0px 10px 30px;
    border: 1px solid #efefef;
}

#contact-form input[type="text"], #contact-form input[type="password"], #contact-form textarea, #contact-form select{
    background: none repeat scroll 0 0 #fff;
}

textarea {
    height: 120px;
    text-indent: 0;
}
select {
    text-indent: 0px;
    -webkit-appearance: menulist;
    width: 100%;
   /* border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #C8C8C8;*/
    border: none;
    color: #000000;
    margin-top: 0;
}

.form-container select{
    margin-top: 0px;
}
input[type="checkbox"], ul li input[type="radio"] {
    margin: 0;
    padding: 10px 10px;
}
input[type="checkbox"]:after, ul li input[type="radio"]:after {
    content: attr(title);
    font: 17px Helvetica;
    display: block;
    width: 246px;
    color: #2c2828;
    margin: -12px 0 0 17px;
}

textarea::-webkit-input-placeholder {
        color: #2c2828 !important;
    }

input::-webkit-input-placeholder {
        color: #2c2828 !important;
    }
/* @end */

/* @group Individual */
ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
    padding-bottom: 3px;
    -webkit-box-shadow: none;
}
ul.individual li {
    background: #4c4d4e;
    border: 1px solid #333;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 48%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
}
ul.individual li + li {
    float: right;
}
ul.individual li a {
    color: #636363;
    line-height: 16px;
    margin: -11px -10px -14px -10px;
    padding: 11px 10px 14px 10px;
    -webkit-border-radius: 8px;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
/* @end */
/* @group Toggle */
.toggle {
    width: 94px;
    position: relative;
    height: 27px;
    display: block;
    overflow: hidden;
    float: right;
}
.toggle input[type="checkbox"]:checked {
    left: 0px;
}
.toggle input[type="checkbox"] {
    -webkit-appearance: textarea;
    -webkit-border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transition: left .15s;
    background-color: transparent;
    background: #fff url(../images/on_off.png) 0 0 no-repeat;
    border: 0;
    height: 27px;
    left: -55px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 149px;
}
/* @end */
/* @group Info */
.info {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6,#CCCCCC));
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
    color: #333;
    padding: 15px;
    border-top: 1px solid rgba(255,255,255,.2);
    font-weight: bold;
}

/* @end */

#header {
    height: 60px;
    text-align: right;
    padding-left: 10px;
}

#header a img {
    border: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}

#home-header{
    height: auto;
    text-align: center;
}

#home-header a img {
    border: none;
    margin: 5px 0 5px 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    //width: 252px;
}

#tool-bar {
    /*background: url("../images/tool-bg.jpg") repeat-x scroll 0 0 #b2b2b7;*/
        background-color: #b2b2b7;
    margin: 0;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}

#tool-bar h2 {
    /*padding-left: 31px;
    line-height: 30px;*/
}

#tool-bar p {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 20px;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#contact{
    background-color: #333333;
}

#buy{
    background-color: #333333;
    text-align: center;
}

#home{
/*    background-color: #631400;*/
/*background: #323433 url(../images/pattern-bg.jpg) top center repeat-x;*/
padding-bottom: 30px;
}

#home-cycle {
   /* border:1px solid #2c2828;*/
    height:135px;
    margin: 10px auto 0 auto;
    overflow:hidden;
    z-index:1;
    width: 295px;
}



.nav {
}

.nav li.top-level:first-child {
    /*border-top: 1px solid #dcdcdc;*/
}

.nav li.top-level {
    /*background: url("../images/btn-bg.jpg") repeat-x scroll 0 0 #333333;*/
    /*background-color: #0089cd;*/
    list-style: none outside none;
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #fff;*/

}
.nav li#loan-li {
   /* background: url("../images/btn-bg.jpg") repeat-x scroll 0 -6px #333333;*/
    list-style: none outside none;
    margin: 9px;
    padding: 0;
}
.nav li#loan-li a {
    /*background: url("../images/btn-left.jpg") no-repeat scroll 0 -6px transparent;*/
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 60px;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none;
}
.nav li#loan-li img {
    margin-top: -22px;
}
.nav li#loan-li a h3 {
    /*background: url("../images/btn-right.jpg") no-repeat scroll right -6px transparent;*/
    color: #FFFFFF;
    height: 60px;
    line-height:60px;
}
.kill-pad li.top-level {
    margin: 0;
    border-bottom: 1px solid #fff;
}

.kill-pad li.top-level:first-child {
    border-top: 2px solid #fff;
}

.kill-pad li.top-level.no-bot, .no-bot {
    margin-bottom: 0 !important;
}
.nav li.diff-mar {
    margin-bottom: 5px !important;
    display:block;
}
.no-top {
    margin-top: 0 !important;
}
.nav li.top-level a {
    /*background: url("../images/btn-left.jpg") no-repeat scroll 0 0 transparent;*/
   color: #ffffff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none;
    border-bottom:1px solid #2F384A;
    background-color: #102248;
    text-transform: uppercase;
}
.nav li a:hover, .nav li a.active {
    color: #7C8193;
}
.nav li.top-level a img {
    border: 0 none;
}
.nav li.top-level a h3 {
    /*background: url("../images/btn-right.jpg") no-repeat scroll right top transparent;*/
    height: 40px;
    line-height:40px;
    font-size: 18px;
    //padding-top: 20px;
    margin:0;
        font-weight:normal;
}
.content-container .nav li.top-level a {
    /*background: url("../images/btn-left.jpg") no-repeat scroll 0 0 transparent;*/
}
.content-container .nav li.top-level a h3 {
   /* background: url("../images/btn-right.jpg") no-repeat scroll right top transparent;*/
}
.content-container .nav li.top-level {
    /*background: url("../images/btn-bg.jpg") repeat-x scroll 0 0 #000000;*/
    display:block;
        background-color:#0089cd;
}
.search-btn{
    margin-bottom: 15px;
}

.search-btn{
    border: 15px solid transparent;
    height: 20px;
    background: transparent;
    -webkit-border-image: url(../images/big-button.png) 26;
    text-align: center;
}

.search-btn input{
    background: transparent;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: #636363;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    border: none;
}

/* Listings */

.listings-wrap{
    background-color: #ffffff;
    display: none;
}

#mws-scrollvert{
    display: none !important;
}

#mws-scrollhoriz{
    display: none !important;
}

.property-link{
    color: #000000;
    text-decoration: none;
}

.property {
    overflow: hidden;
    padding: 10px;
    /*-webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #404041;
    border: 1px solid #000000;*/
    /*margin: 0 10%;*/
    /*width: 285px;*/
}


.property a.listing-image-link {
    border: none;
    float: left;
    height: auto;
    width: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0.33);
    position: relative;
    background-color: #eff5f9;
}

.sold-banner{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.property.first-property {
}

.property.last-property {

}

.property .property-content {
    margin-left: 0;
    height: auto;
    position:relative;
}

.property .listing-image {
    width: 100%;
    border: none;
}

.property .property-title {
    margin: 0 0 5px;
    float: left;
    width: 370px;
}

.listing-bbc {
    width: 100%;
    float: left;
}


.property .address-price {
    margin: 10px 0;
    float: left;
    width: 100%;
    overflow: hidden;
}

.property .address-price * {
    margin: 0;
    font-size: 14px;
}

.property .address-price h3{
    font-weight: normal;
    /*margin-bottom: 10px;*/
    text-shadow:none;
    color:#ffffff;
}

.property .address-price h3 strong{
    color: #ffffff;
}

.property .listings-price {
    color: #ffffff;
}

.property .property-title a {
    color: #2c2828;
    border-bottom: none;
    font-weight: normal;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}

.property .property-content .property-attributes {

}

.property .property-content .property-attributes li {
    float: right;
    margin: 0 0 0 5px;
    list-style: none;
    margin-left: 5px;
    color: #ff0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    font-weight: normal;
}


.property .property-content li.listing-street-address {
    float: right;
    margin: 0;
}

.property .property-content .property-attributes li img.icon {
    position: relative;
    top: 3px;
}

.property-btn{
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-width: 0 5px;
    width: 30px;
    height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #636363;
    text-shadow: none;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    top: 60px;
    right: -5px;
    background: url('../images/sprite.png') no-repeat scroll 0px 0px transparent;
    line-height:0px;
    text-indent:-9999px;
    display: none;
}


.bbc-details{
    font-size: 14px;
    list-style: none;
    float: left;
    width: 185px;
    margin-left: 24px;
    margin-top: 17px;
}

.property-text p {
    margin-top: 0 !important;
    line-height: 20px;
}

#photo-container .bbc-details{
    font-size: 14px;
    list-style: none;
    float: left;
    margin-top: 8px;
    width: 100%;
}

.property-text p {
    padding: 0 25px;
}

.beds-small-icon{
    background: transparent url('../images/beds-light.png')no-repeat scroll 0 0;
    text-indent: 9999px;
    width: 23px;
}

.baths-small-icon{
    background: transparent url('../images/bbc.png') no-repeat scroll -25px 0px;
    text-indent: 9999px;
    width: 23px;
}

.cars-small-icon{
    background: transparent url('../images/bbc.png') no-repeat scroll -49px 0px;
    text-indent: 9999px;
    width: 21px;
}


.beds-icon{
    background: transparent url('../../images/beds.png')no-repeat scroll 0 0;
    text-indent: 9999px;
    width: 25px;
}

.baths-icon{
    background: transparent url('../../images/baths.png')no-repeat scroll 0 0;
    text-indent: 9999px;
    width: 24px;
}

.cars-icon{
    background: transparent url('../../images/cars.png')no-repeat scroll 0 0;
    text-indent: 9999px;
    width: 20px;
}

.bbc-details li {
    float: left;
    width: 33%;
    /*background-color: #565656;*/
    height: 30px;
    margin-left: 1%;
    padding: 10px 0 0 0;
}

    .bbc-details li.cars {
        width: 31%;
    }

.bbc-details li div{
    float: left;
    margin-left: 10px !important;
    font-weight:bold;
    color: #746F6F;
    background-size: 100% 100%;
}
#contact img{
    border: 1px solid #666;
}

#property-thumb-container{
    width: 100%;
    height: 62px;
    overflow: hidden;
    /* position: relative; */
    z-index:1;
}

#scroller{
    float:left;
    padding:0;
    width:100%;
    position:relative;
}

#property-thumbs{
    text-align:left;
}

#property-thumbs li, a.the-li {
    float: left;
    margin-left: 7px;
    width: 100px;
    height: 60px;
    overflow:hidden;
    display:block;
    border: 1px solid #555555;
}
a.the-li img {
    border:0px;
}

.property-gallery{
    float: left;
}


.no-margin{
    margin: 0px !important;
}

#property-thumbs li img{
    width: 92px;
}

.property-address{
    font-size: 18px;
    float: left;
    font-weight: normal;
    color: #746F6F;
    padding-left: 25px;
    margin-top: 9px !important;
}

.property-price-title{
    margin-left:0px;
    font-weight: bold;
}

.no-lr{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.no-lr-p{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#address-price{
    clear: both;
}
#address-price ul{
    margin-top: 10px;
    width: 40px;
}
#address-price ul li{
    float: left;
    margin-top: 14px;
}
#address-price h1{
    width: 140px;
    float: left;
    text-shadow:none;
    color: #ffffff;
}

#photo-container img{
    width: 100%;
    overflow: hidden;
    margin: 0 0 3px 0;
    border: 1px solid #555555;
}

#content{
    /*background: #323433 url(../images/pattern-bg.jpg) top center repeat-x;*/
        font-size: 12px;
}

#content p {
    margin: 10px 0;
}

.img-border{
    border: 1px solid #333;
}


#agent-content{
    background-color: #333333;
    color: #ccc;
}

.content-container{
    padding: 0;
    //margin: 14px 0 0 0;
    /*-webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    background-color: #404041;*/
    /*background-color: #10436e;*/
    font-weight: normal;
    font-size: 12px;
    /*padding: 15px 15px 15px 32px;*/
}

.content-container-nopadding{
//margin-top: 10px;
background-color: #10436e;

}

.content-container a {
    color: #ffffff;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
}

/*.padd{
    padding: 20px;
}*/

#content h1{
    font-size: 22px;
    line-height: 50px;
    padding-left: 25px;
    font-weight: normal;
}

.clear{
    width: 100%;
    clear: both;
    height: 1px;
}

#agent-container{
    background-color: #333333;
}

.wp-heading{
    margin-left: 0px !important;
    color: #2c2828 !important;
}

.footer{
    text-align: center;
    background-color: #FFFFFF;
    height: 37px;
    font-size: 11px !important;
    padding: 13px 5px 5px;
    overflow: hidden;
}

.footer a{
    color:#999999;
    font-size: 11px !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.copyright{
    color:#999999;
    font-size: 11px !important;
    list-style: none;
}

.visiontech{
    color:#2c2828;
    font-size: 11px !important;
    white-space: nowrap;
}

.visiontech a strong{
    font-weight: bold;
}

.hover{
    color: #F60 !important;
}

/*Agent*/

/*.agent-image{
    width: 100%;
    border: 1px solid #636363;
}*/

.agent-title{
    margin-left: 0px;
    padding-left: 0px;
}

/*OFI*/
.open-times  {
    width:100%;
    font-size: 12px;
}

.open-times td{
    /*padding: 5px;*/
    padding: 5px 25px 5px 25px;
}

.open-times tr.odd {
    background: none;
}

.table-heading{
    font-weight: bold;
    color: #ffffff;
    background-color:#30a1f1;
    height:30px;
    /*line-height: 30px;*/
    font-size: 14px;

}

.ofi-heading{
    font-weight: bold;
}

.ofi-time{
    text-align: right;
}

/*Maps*/

#maps{
    background-color: #333333;
}

.map-container{
    padding: 7px;
    -webkit-border-radius: 5px;
    border: 1px solid #303030;
    margin: 7px;
}

#Gmap{
    width: 290px !important;
    height: 300px !important;
}

/*Gallery*/

.hide-me{
    display: none;
}

.gallery-container{
    display: none;
}

.gallery-image{
    width: 100%;
    overflow: hidden;
}

.display{
    display: block;
}

/*Loader
.ajp-load{
    margin: auto;
    padding: 10px;
    -webkit-border-radius: 5px;
    border: 1px solid #303030;

}*/

/*Custom Slide*/
.newslide.in           { -webkit-animation-name: slideinfromright; }
.newslide.out          { -webkit-animation-name: slideouttoleft; }
.newslide.in.reverse   { -webkit-animation-name: slideouttoright; }
.newslide.out.reverse  { -webkit-animation-name: slideinfromleft; }


.backcube {
    -webkit-animation-duration: .55s;
}

.backcube.in {
    -webkit-animation-name: backcubeinfromright;
    -webkit-transform-origin: 50% 0%;
}
.backcube.out {
    -webkit-animation-name: backcubeouttoleft;
    -webkit-transform-origin: 50% 100%;
}
.backcube.in.reverse {
    -webkit-animation-name: backcubeinfromleft;
    -webkit-transform-origin: 50% 100%;
}
.backcube.out.reverse {
    -webkit-animation-name: backcubeouttoright;
    -webkit-transform-origin: 50% 0%;

}

@-webkit-keyframes backcubeinfromleft {
    from {
        -webkit-transform: rotateY(90deg) translateZ(320px);
        opacity: .5;
    }
    to {
        -webkit-transform: rotateY(0deg) translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes backcubeouttoright {
    from {
        -webkit-transform: rotateY(90deg) translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: rotateY(0deg) translateZ(320px);
        opacity: .5;
    }
}
@-webkit-keyframes backcubeinfromright {
    from {
        -webkit-transform: rotateY(0deg) translateZ(320px);
        opacity: .5;
    }
    to {
        -webkit-transform: rotateY(90deg) translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes backcubeouttoleft {
    from {
        -webkit-transform: rotateY(0deg) translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: rotateY(-90deg) translateZ(320px);
        opacity: .5;
    }
}

/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; height: 60px; width: 100%; overflow: hidden; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; border-bottom: 0 !important; padding: 0; white-space: nowrap; line-height:40px; width:50%; background: url("../images/mobile-search-arrow-bg.jpg") repeat-x scroll bottom center transparent; }
.ui-tabs .ui-tabs-nav li a { float: left; /*padding: 10px 18px;*/ text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; width:50%; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background-color: #666666; padding: 10px 0;}
.ui-tabs .ui-tabs-panel .nav li.top-level { margin: 5px 5%; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.tabs-1{
    /*background: url("../images/sprite.png") no-repeat scroll -103px -46px transparent;*/
    background: url("../images/mobile-search-noarrow.jpg") repeat-x scroll bottom center transparent;
    height: 60px;
    width:100%;
    overflow: hidden;
    /*text-indent: 9999px;*/
}

.tabs-2{
    /*background: url("../images/sprite.png") no-repeat scroll -552px -46px transparent;*/
    background: url("../images/mobile-search-noarrow.jpg") repeat-x scroll bottom center transparent;
    height: 60px;
    width:100%;
    overflow: hidden;
    /*text-indent: 9999px;*/
}
.ui-tabs-selected .tabs-1{
    /*background: url("../images/sprite.png") no-repeat scroll -103px 0 transparent !important;*/
    background: url("../images/mobile-search-arrow.jpg") no-repeat scroll bottom center transparent;
}

.ui-tabs-selected .tabs-2{
    /*background: url("../images/sprite.png") no-repeat scroll -552px 0 transparent !important;*/
    background: url("../images/mobile-search-arrow.jpg") no-repeat scroll bottom center transparent;
}

.tabs-3{
    /*background: url("../images/sprite.png") no-repeat scroll -253px 0 transparent;*/
    height: 60px;
    width:100%;
    overflow: hidden;
    /*text-indent: 9999px;*/
}

.tabs-4{
    /*background: url("../images/sprite.png") no-repeat scroll -402px -46px transparent;*/
    height: 60px;
    width:100%;
    overflow: hidden;
    /*text-indent: 9999px;*/
}
.ui-state-default .tabs-3{
    /*background: url("../images/sprite.png") no-repeat scroll -253px -46px transparent !important;*/
}

.ui-tabs-selected .tabs-4{
    /*background: url("../images/sprite.png") no-repeat scroll -402px 0 transparent !important;*/
}



/*Agent Pro*/
.home-agent-image{
    float: left;
    padding: 15px 15px 5px 15px;
    background-color: #333333;
}

.agent-info{
    text-align: right;
    padding: 15px 15px 0px 15px;
    color: #ccc;
}

.agent-info p{
    font-size: 12px;
}

.agent-info p a{
    color: #FF0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
}

.agent-blurb{
    border-top: 1px solid #303030;
    padding: 9px;
    margin-top: 9px;
    text-align: left;
}

.agent-blurb p{
    font-size: 12px;
}

.agent-blurb p a{
    font-size: 12px;
    color: #FF0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    top: 215px;
}

.agent-details a{
    color: #FF0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
}

.agent-phone{
    font-size: 17px !important;
}

.home-read-more{
    padding-top: 3px !important;
}

.agent-email{
    font-size: 14px !important;
}

.agent-image{
/*    float: left;
    width: 30%;*/
margin:0;
width: 30%;
}

.agent-content{
    margin:0;
/*    float: right;
    width: 67%;*/
}

.agent-title h3{
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
}

.agent-title p{
    color: #ffffff;
    font-size: 11px;
    margin: 0!important;
}

.agent-title p a{
    text-decoration: none;
}

.yellow{
    color: #ffffff;
    font-weight: normal;
}

.article-title{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px 0 10px;
    text-shadow:none;
}

.alert {
color: #000;
}
.alert.success {
    background: #ccffcc;
    border: 1px solid #009900;
    padding: 10px;
}

.alert.error {
    background: #ffcccc;
    border: 1px solid #990000;
    padding: 10px;
}
/*
.scroller-btn.prev {
    background-position:0 -700px;
    height:100px;
    left:0;
    position:absolute;
    top:5px;
    width:24px;
}

.scroller-btn.next {
    background-position:-24px -700px;
    height:100px;
    position:absolute;
    right:0;
    top:5px;
    width:24px;
}

.scroller-btn {
    background: #fff;
    cursor:pointer;
    opacity:0.8;
    height: 69px;
}
*/
    /*
.ajp-load, .spinner-bg {
    background: #888;
    -webkit-border-radius: 8px;
    padding: 10px 10px 7px;
    opacity: .8;
    margin: -16px 0 0 -26px;
}

.ajp-load img, .spinner-bg img {
    margin: 0;
    width: 32px;
    height: 32px;
}
    */

/*Drag Dealer*/
.dragdealer {
    position: relative;
    height: 30px;
    background: #EEE;
}
#scroller .handle {
    position: absolute;
    cursor: pointer;
    height:60px;
}
.dragdealer .red-bar {
    width: 100px;
    height: 30px;
    background: #CC0000;
    color: #636363;
    line-height: 30px;
    text-align: center;
}
.dragdealer .disabled {
    background: #898989;
}


.ie-6 {
border-bottom:2px solid red;
background:#fee3c5;
padding:10px;
text-align:center;
font-size:14px;
color: #000;
}
.ie-6 a {
color: #000;
border-bottom: 1px s0lid #000;
}



#ajax-buy{
    margin-top: 500px;
}

.current{
    margin-top: 0px !important;
}


.search-container form select[name="suburb"] {
    margin-top: 8px;
}

.hr-mobile {
    border: 1px solid #ED1B2F;
    color: #FFF;
    background-color: #efefef

}

.search-container select {
    padding-left: 14px;
    font-size: 17px;
    margin: 0;
    /*padding: 14px 0 14px 21px;
    background: #10436e;*/
    background: transparent;
    color: #746F6F;
    border-top:solid 1px #dcdcdc;
}

.mobileSearchBtn {
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    border: 0px;
    height: 35px;
    background-color: #30a1f1;
}

.mobileSearchBtn:hover {
    background: #3395DA;
}


form dd input {
    -webkit-border: 1px solid #efefef;
    border: 1px solid #efefef;
    color: #333333;
    font-family: Tahoma, Arial,Helvetica,Geneva,sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 0;
    padding: 10px 8px 8px 18px;
    width: 100%;
    box-sizing: border-box;
}



#system_form_appraisal select,
#system_form_appraisal input {
    width: 100%;
    padding: 14px 0 14px 25px;
    color: #999999;
    font-size: 17px;
    border-color: #efefef;
    height: 50px;
    border-bottom: 1px solid #efefef;


}

#system_form_appraisal #form_submit {
    background: #636467;
    color: #fff;
}

#gender {
    padding-left: 21px !important;
}

#system_form_appraisal #message {
    padding-left: 27px;
    color: #999999;
}



*::-webkit-input-placeholder {
    color: #999999;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #999999;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #999999;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.table-heading-main {
    background: #F51520;
    /*padding-left: 25px !important;*/
}

.date-time-addr,
.date-time-subinfo {
    padding: 10px 0 10px 25px !important;
}

.date-time-subinfo {
    border-bottom: 1px solid #d5d5d5;
}

.date-time-addr {
    font-size: 19px;
}

.profile > h1 {
    line-height: 36px !important;
}

.property-details-header {
    /*background: #F51520;
    height: 62px; */
}

.property-details-header h1 {
    line-height: 50px;
}

.property-details-list {
    padding: 15px 5px 25px 5px;
    width: 316px;
    background-color:#ffffff;
    margin: 0 auto;
}

.property-details-list .left-image {
    width: 139px;
    float: left;
}

.property-details-list .right-info {
    float: right;
    width: 167px;
}

.right-info p {
    margin: 3px 0 !important;
}

.propList-facilities img {
    padding-right: 7px;
}

.property-details-container {
    border-bottom: 1px solid #dcdcdc;
background-color: #ffffff;
/*background-color: #ED1B2F;*/
}

.property-details-map > div {
    padding: 10px 0 10px 0;
    font-size: 15px;
}

.mobile-h2{
    font-size: 18px !important;
    font-weight: normal;
    line-height: 18px;
    /* margin: 0 0 20px;
    text-transform: uppercase;*/
    text-transform: capitalize;
    color: #ffffff;
    background-color: #102248;
    padding: 7px;
    padding-left: 25px;
}

.mobile-submit-button
{
    background-color: #30a1f1;
}

.mobile-submit-button:hover
{
    background-color: #3395DA;
}

#listings
{
    //margin-top:14px;
    text-align: center;
}

.mobile-page-numbers{
    font-size:14px;
    color: #333;
    text-align: center;
}

.nav.kill-pad #times-open {
    //background: #666;
}

#market-ul li.top-level a {
    border-bottom: none;
}

/* Remove default IOS styling */
input,
textarea,
select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-appearance: none !important;
    border-radius: 0 !important;
    border: 0;
    appearance: none !important;
    background: #fff;
}

@media screen and (max-width: 600px) {
    #content {
        max-width: 600px;
        overflow: hidden;
        min-height: 410px;
        background: #0c1b38;
    }
}



.next_page
{
    margin-right: 0;
    display: inline-block;
    margin-right: -4px;
    color: #333;
    width: 25%;
}

.back_page {
 display: inline-block;
    margin-left: -4px;
    color: #333;
    width: 25%;
}

.pagenum-mid {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
}

.padd
{
    padding: 15px;
}


.slideup
{
    background: #102248 !important;

}

.icons-mobile-beds
{
    width: 30px;
}

.icons-mobile-baths
{
    width: 28px;
}

.icons-mobile-cars
{
    width: 25px;
}

#contentWrap .content-container-noppading {
	    background: #f7941d;
}



.propList-facilities span, .right-info span, .right-info p, .right-info strong
{
    color:#746F6F !important;
}
