a,
a:visited{
    color: 
            #59ba53;
        
}

a:hover,
a:focus{
    color: 
                #59ba53;
        
    text-decoration:none;
    cursor: pointer;
}
body {
    min-width: 1190px;
}
body > * > .container{
    margin: 0 auto;
    padding: 0 10px;
    width:1170px;
}
body,
p{
    font-size:13px;
    color:#333;
}

ul,
ol{
    padding:0;
    margin:0;
    list-style:none;
    list-style-type:none;
}

button{
    padding:8px 20px;
    background: #59ba53;
    color:#fff;
    font-weight:normal;
    border:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-align:center;
}

h1{
    padding:0;
    margin: 25px 0 25px 0;
    font-size:24px;
    line-height:20px;
    color:#59ba53;
}

h3 .filterNav li{
    display:inline;
    padding:0 5px 0 5px;
    text-transform:none;
    font-weight:normal;
    color:#fff;
}

h3 .filterNav li.l{
    border:0;
    padding-right:0;
}

h3 .filterNav li a {
    color: #ffffff;
    font-size:13px;
    font-weight:bold;
}

h3 .filterNav li a.active {
    color:  
                #59ba53;
            
}

h5 {
    color:#59ba53;
    font-size:14px;
}

h1.normalH1 {
    color:#333333;
}

/* Top */

#top{
    width:100%;
    height:110px;
    overflow:hidden;
    
        background: ;
    
}

/* Navig */

#navig {
    width:100%;
    min-height:50px;
    background: #59ba53;
}

#navig ul {
    padding:0;
    padding-top:16px;
    margin:0;
}

#navig li{
    color: #ffffff;
    float:left;
    margin:0 25px 0 0;
    font-size:14px;
}

#navig li.l{
    margin-right:0;
}

#navig li a,
#navig li a:visited{
    display:block;
    height:34px;
    color: #ffffff;
}

#navig li.active{
    position:relative;
}

/* old? #navig li.active span{
    position:absolute;
    bottom:-1px;
    left:41%;
    background:url(../images/triup.png) 0 0 no-repeat;
    width:16px;
    height:8px;
    z-index:1000;
    display: none;
} */

#navig li.active::before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 100%;
    border-width: 10px;
    border-color: transparent;
    display: none;
    box-sizing: content-box;
    left: 50%;
    border-style: solid;
    border-top-color: ;
    margin-left: -11px;
}

#navig li.active::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: 100%;
    border-width: 8px;
    border-color: transparent;
    display: block;
    box-sizing: content-box;
    left: 50%;
    border-style: solid;
    border-top-color: #59ba53;
    margin-left: -9px;
}

#navig li.active a,
#navig li.active a:visited{
    font-weight:bold;
}

#navig .span3 ul{
    float:right;
}

.user_header p,
.user_header a,
#top ul.social a,
ul.branches {
    color: ;
}

.user_header a[href='#user'],
#saved_properties_link:first-letter,
#saved_searches_link:first-letter {
    color: #ffffff;
}

ul.branches a {
    color: #ffffff;
}

#saved_properties_link, #saved_searches_link {
    display: inline-block;
}

.user_header a {
    cursor:pointer;
}

/* Subnav */

#subNav{
    float:left;
    margin:0;
    width:100%;
    min-height:49px;
    background: #59ba53;
    border-top:1px solid #59ba53;
    box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.5);
}

#subNav ul{
    margin-top:14px;
}

#subNav li{
    float:left;
    margin:0 20px 0 0;
}

#subNav li a,
#subNav li a:visited{
    color:  
                #ffffff;
            
}


#subNav li.active a, #subNav li.active a:visited {
    font-weight: bold;
}

/* Box */

.box{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:6px solid #eae2df;
}

.box h3{
    border:5px solid #fff;
    margin:0;
    background: #59ba53;
    color: #ffffff;
    text-transform:uppercase;
    font-size:13px;
    padding:2px 15px 0 17px;
    line-height:38px;
    height: 38px;
}

.box h3 a,
.box h3 a:visited {
    color:#ffffff;
}

.box h4{
    margin:10px 0 15px 0;
    padding:0;
    color: #59ba53;
    font-size: 17px;
    font-weight: bold;
}


/* Slides */

.flexslider{
    float:left;
    width:100%;
    height:381px;
    overflow:hidden;
    position:relative;
    border:0;
    margin-bottom:0;
}

.flexslider .slides-controls{
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    width:100%;

}

.flexslider .slides-controls .container ol{
    bottom:auto;
    top:0;
    text-align:left;
    padding-left:30px;
    margin-top:70px;
}

.flexslider ul{
    max-height:381px;
}

.flexslider li{
    height:381px;
    background-position:center center;
    background-repeat:no-repeat;
}

.flex-control-nav li {
    height: auto;
}

.flexslider ul.slides .slide-content{
    margin-top:40px;
    background:rgb(0,0,0);
    background:rgba(0,0,0,0.6);
    height:205px;
    overflow:hidden;
    padding:30px;
}

.flexslider ul.slides .slide-content h2{
    margin-top:25px;
    margin-bottom:17px;
    color:#fff;
    font-weight:200;
    font-size:60px;
    line-height:56px;
}

.flexslider ul.slides .slide-content p{
    color:#fff;
    line-height:22px;
}

.slide-content a {
    color:  
                #ffffff;
            
}

/* Search button */

#searchButton{
    position:absolute;
    bottom:0;
    width:100%;
    height:44px;
    overflow:hidden;
}

#searchButton .container a,
#searchButton .container a:visited{
    display:block;
    z-index:200;
    width:226px;
    height:30px;
    padding: 10px 5px 0 5px;
    overflow:hidden;
    background:#59ba53;
    border-top:4px solid #fff;
    border-left:4px solid #fff;
    border-right:4px solid #fff;
    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    color:#fff;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    text-align:center;
}

/* Home search */

#homeSearch{
    width:100%;
    padding:0;
    margin-bottom:30px;
    height:100px;
    padding-top:25px;
    overflow:hidden;
    background:#f4f0ed;
    box-shadow: inset 0 -40px 40px -40px rgba(0, 0, 0, 0.5);
}

#homeSearch .sep{
    border-right:1px solid #b7b3b0;
    min-height:75px;
}

#homeSearch p{
    font-weight:bold;
}

#homeSearch select{
    width:92%;

}

#homeSearch input[type="radio"]{
    margin:-3px 5px 0 0;
}

#currentPriceRent{
    display:none;
}

/* Home panels */

.homePanel{
    margin:0 0 30px 0;
    width:100%;
    min-height:270px;
    background:#fff;
}

.homePanel.orange h3{
    background:#59ba53;
}

.homePanel h4{
    border-left:20px solid #fff;
    border-right:20px solid #fff;
}

.homePanel .panel-pic{
    position:relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-left:20px solid #fff;
    border-right:20px solid #fff;
    border-bottom:20px solid #fff;
    width:100%;
    /* ensures we format images nicely whatever the
       output: implied or featured */
    min-height:164px;
    max-height: 175px;
    overflow: hidden;
}

.homePanel img {
    width:100%;
    min-height:144px;
}

.homePanel img.overlay {
    position:absolute;
    top:0;
    left:0;
    width:72px;
    height:72px;
    min-height:0;
    border:0;
}

.homePanel a:hover{
    text-decoration:none;
}

/* Search form */

#searchForm{
    margin:0 0 30px 0;
}

#searchForm form{
    margin:0 20px 20px 20px;
}

#searchForm .searchFormRow{
    padding:10px 0 10px 0;
    border-bottom:1px solid #dedddb;
}

#searchForm .searchFormRow.l{
    border:0;
}

#searchForm .searchFormRow p{
    font-weight:bold;
}

#searchForm .searchFormRow .checkbox{
    padding-left:0;
    padding-bottom:5px;
}

#searchForm .searchFormRow .inline input{
    margin:-1px 5px 0 0;
}

#searchForm .searchFormRow select{
    width:100%;
}

/* Small property map */

.searchMap{
    float:left;
    width:100%;
    margin:0 0 30px 0;
}


.searchMap img{
    max-width: none!important;
}

.searchMap-inner{
    margin:0 5px 5px 5px;
}

/* Content */

.content, .large-image {
    width:100%;
    margin:0 0 30px 0;
    clear:both;
}

.cols.col2 .content,
.content.full-width{
    width:100%;
}

.content .inner{
    padding:20px 20px 8px 20px;
}

.large-image .inner {
    padding: 20px;
}

.content .shortlist_inner{
    padding:20px 10px 8px 10px;
    margin-right:6px;
}

.content .inner p{
    padding-bottom:12px;
    margin:0;
}

.content .inner ul{
    margin-bottom:20px;
}

.content .inner li{
    background:none;
    list-style-type:square;
    color: #59ba53;
    padding:none;
    margin-left:15px;
    padding-bottom:5px;
}

.content.orange h3{
    color: #ffffff;
    background: 
                    #59ba53;
                
}

.content h5,
.content h6{
    font-size:14px;
    color: #042D65;
}

/* Banner */

.banner{
    float:left;
    width:100%;
    margin:0 0 30px 0;
}

.banner-inner{
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

.banner-inner img{
    width:100%;
}

/* Promo */

.promo{
    float:left;
    padding:5px;
    margin:0 0 30px 0;
}

.promo-inner{
    float:left;
    width:100%;
    background:#59ba53;
}

.promo-inner h2{
    color:#fff;
    padding:0;
    margin:20px 20px 0 20px;
    font-size:23px;
    line-height:26px;
}

.promo-inner p{
    margin:35px 20px 20px 20px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}

.promo-inner a,
.promo-inner a:visited{
    color:#fff;
}

.promo-inner a:hover{
    text-decoration:none;
}

/* Team list */

.teamList{
    float:left;
    width:100%;
}

.teamList .row-fluid{
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

.teamList .row-fluid h5{
    padding:0;
    margin:22px 0 0 0;
    color:#002C64;
    font-size:13px;
    line-height:12px;
}

.teamList .row-fluid p,
.teamList .row-fluid a,
.teamList .row-fluid a:visited{
    color:#313131;
}

.teamList .row-fluid a:hover{
    text-decoration:none;
}

/* Property list */

.propList{
    float:left;
    margin:0 0 30px 0;
    width:100%;
    /*min-height:186px;*/
}

.propList-inner{
    padding:20px;
}

.propList-inner a,
.propList-inner a:visited{

}

.propList-inner h4{
    padding:0;
    margin:0 0 8px 0;
}

.propList.news .propList-inner h4 a {
    font-size:20px!important;
    color: #59ba53
}

.propList.news .propList-inner h5{
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: #979797;
}

.propList.news .propList-inner p a,
.propList.news .propList-inner p a:visited{
    color:#59ba53;
}

.propList-inner h5{
    padding:0;
    margin:0;
    font-size:26px;
    font-weight:bold;
    color:#59ba53;
}

.propList-inner h5 span{
    font-size:13px;
    text-transform:uppercase;
}

.propList-inner h6{
    padding:0;
    margin:10px 0 10px 0;
    font-size:22px;
    font-weight:bold;
    color:#aaa;
}

.propList-inner h6 span{
    display:inline-block;
    height:13px;
    background-repeat:no-repeat;
}

.propList-inner h6 span.beds{
    width:19px;
    background-image:url(http://vassets.homeflow.co.uk/hatch/assets/images/beds-grey.png);
    margin-right:5px;
}

.propList-inner h6 span.baths{
    width:22px;
    background-image:url(http://vassets.homeflow.co.uk/hatch/assets/images/baths-grey.png);
}

.propList-inner p {
    line-height:18px;
}

.propList ul, #points {
    margin:0;
}

.propList li {
    color:#59ba53;
}

.propList li, #points > li{
    list-style-type:none;
    background-image:none;
    margin-left:13px;
    padding:0;
    position: relative;
}

#points > li {
    margin-left: 20px;
}

.propList li::before, #points > li::before {
    content: '';
    background-color: #59ba53;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -4px;
    border-color:  
                    #59ba53;
                    
    border-width: 1px 1px 0px 0px;
    border-style: solid;
}

.propList .extra{
    text-align:right;
}

#points {
    margin-bottom: 10px;
}

/* Property grid */

.propGrid{
    position:relative;
    float:left;
    margin:0 0 30px 0;
    width:100%;
    height:343px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.propGrid-inner{
    padding:18px 20px 20px 20px;
}

.propGrid-inner a,
.propGrid-inner a:visited{
    color:#59ba53;;
}

.propGrid-inner h4{
    padding:0;
    margin:0 0 12px 0;
}

.propGrid-inner img{
    margin-bottom:8px;
}

.propGrid-inner h5{
    padding:0;
    margin:5px 0 5px 0;
    font-size:19px;
    font-weight:bold;
    color:#59ba53;
}

.propGrid-inner h5 span{
    font-size:11px;
    text-transform:uppercase;
}

.propGrid-inner h6{
    padding:0;
    margin:5px 0 5px 0;
    font-size:20px;
    font-weight:bold;
    color:#aaa;
    text-align:right;
}

.propGrid-inner h6 span{
    display:inline-block;
    height:13px;
    background-repeat:no-repeat;
}

.propGrid-inner h6 span.beds{
    width:19px;
    background-image:url(../images/beds-grey.png);
    margin-right:5px;
}

.propGrid-inner h6 span.baths{
    width:22px;
    background-image:url(../images/baths-grey.png);
}

.propGrid .span6{
    min-height:0;
}

.propGrid p{
    margin:0;
    font-size:12px;
}

.propGrid ul{
    margin:7px 0 7px 0;
}

.propGrid li{
    list-style-type:square;
    color:#59ba53;;
    background-image:none;
    margin-left:13px;
    padding:0;
}

.propGrid .extra{
    text-align:right;
}

.propGrid a.blueBtn{
    position: absolute;
    bottom: -17px;
    right: 20px;
    padding: 4px 8px;
    background:#59ba53;
    color: white;
    font-weight: normal;
    border: none;
    text-align: center;
}

/* Property detail */

#propPhoto{
    position:relative;
    float:left;
    width:100%;
    height:660px;
    margin:0 0 30px 0;
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:center-center;
}

#propPhoto h1 {
    position:absolute;
    top:80px;
    left:0;
    margin:0;
    height:51px;
    padding:34px 25px 0 0;
    background:rgba(0,0,0,0.65);
    color:#fff;
    font-weight:normal;
    font-size:40px;
}

.smallpropPhoto .property-road-name, #propPhoto .property-road-name {
    display: none;
}

#propPhoto h2 {
    position:absolute;
    top:165px;
    left:0;
    margin:0;
    height:60px;
    padding:25px 25px 0 0;
    background:#fff;
    color:#000;
    font-size:40px;
}

#propDetails{
    float:left;
    width:100%;
    /*margin:0 0 30px 0;*/
}

#propContent{
    float:left;
    width:100%;
    margin:0 0 18px 0;
}

#propContent h2{
    margin: 0;
    padding: 0;
    color: black;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}

#propContent ul{
    margin-top:20px;
    margin-bottom:18px;
}

#propContent li{
    margin-bottom:10px;
    background:url(../images/bullet2.gif) 0 5px no-repeat;
    padding: 0 0 0 20px;
}

#propInterested{
    float:left;
    width:100%;
    margin:0 0 30px 0;
}

#propInterested-inner{
    float:left;
    width:100%;
    padding:10px 20px 8px 20px;
    box-sizing:border-box;
}

#propEnquire{
    float:left;
    width:100%;
    margin:0 0 30px 0;
}

#propEnquire-inner{
    float:left;
    width:100%;
    padding:10px 20px 8px 20px;
    box-sizing:border-box;
}

#propFullDetails{
    float:left;
    width:100%;
    margin:0 0 30px 0;
}

#propFullDetails-inner{
    float:left;
    width:100%;
    padding:10px 20px 8px 20px;
    box-sizing:border-box;
}

#propFullDetails-inner li{
    font-weight:bold;
    margin-bottom:10px;
    padding: 0 0 0 20px;
    background:url(../images/bullet.png) 0 4px no-repeat;
}

#propFullDetails-inner li a,
#propFullDetails-inner li a:visited{
    color:#333;
}

#propMap{
    float:left;
    width:100%;
    margin:0 0 30px 0;
}

#propMap-inner{
    float:left;
    width:100%;
    padding:0 5px 5px 5px;
    box-sizing:border-box;
}

#propMap-inner img{
    width:100%;
    height:300px;
}

/* Property carousel */




/* Cols */

.cols.no-subnav{
    margin-top:30px;
}

/* Wells */

.cols .well{
    padding: 5px 19px 5px 19px;
    margin-bottom:31px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    min-height:310px;
}

.cols .well h5{
    font-size:14px;
    line-height:18px;
    margin:0 0 2px 0;

}

.cols .well p{
    margin-bottom:12px;
}

/* Foot */

#foot{
    width:100%;
    padding:0;
    background: #49a842;
    padding-top:30px;
    padding-bottom:30px;
}

#footNav ul{
    margin:0;
    padding:0;
    list-style:none;
    list-style-type:none;
}

#footNav li{
    float:left;
    margin:0 15px 0 0;
    font-size:14px;
}

#footNav li a,
#footNav li a:visited{
    color: #fff;
}

#foot .icons ul{
    float:right;
    text-align: right;
    width: 100%;
}

#foot .icons li{
    display:inline;
    margin-left:20px;
}

#foot .pad-top{
    margin-top:30px;
}

#foot p{
    padding:0;
    margin:0 0 2px 0;
    color: #fff;
    font-size:11px;
    opacity:0.8;
}

#foot p a,
#foot p a:visited{
     color: #fff;
}

#foot strong{
    color:#fff;
    font-weight:normal;
    opacity:1;
}

#foot .icons.bot ul{
    margin-top:5px;
}

/* Thumnails hack */

ul.thumbnails li.span4:nth-child(3n + 4) {
    margin-left : 0px;
}

ul.thumbnails li.span3:nth-child(4n + 5) {
    margin-left : 0px;
}

ul.thumbnails li.span12 + li {
    margin-left : 0px;
}

#map {
    width:100%;
    height:292px;
    margin-bottom:30px;
}

/* Pagination */

.pagination_footer_wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.pagination_footer_wrapper ul {
    display: inline-block;
}

.pagination_footer_wrapper li {
    float:left;
    height:30px;
    margin-right:1px;
}

.pagination_footer_wrapper li a,
.pagination_footer_wrapper li a:visited{
    padding:5px 8px;
    color: #ffffff;
    background: #59ba53;
    float:left;
}

.pagination_footer_wrapper a.s{
    background:#59ba53;
    cursor: not-allowed;
}

/* contact form */

#contact_form input[type=text],
#contact_form input[type=email],
#contact_form input[type=password]{
    width:90%;
}

#contact_form input[type=checkbox]{
    float: left;
    margin-right: 10px;
}

#contact_form textarea{
    width:90%;
    height:100px;
}

div#streetview_map {width:640px; height:440px;}
div#streetviewModal {width:1px; height:1px; overflow:hidden; margin-left: -2500px; margin-top:0!important;}
div#streetviewModal .modal-body {overflow:hidden; padding:5px; max-height:440px;}

body .photo_container {position: relative;}

#contact_map {
    height:533px;
    margin-bottom:10px;
}

.map_inner {
    padding:0 5px 5px 5px;
}

#streetview {
    height: 533px;
    margin-bottom: 10px;
}

#satellite {
    height: 533px;
    margin-bottom: 10px;
}

#streetview img{
  max-width: none !important;
}

h3.property_location span {float:right;}
h3.property_location span a {color:#FFFFFF;}
h3.property_location span a.selected {
    color:  
                #59ba53;
            
        }

img.staff-pic{
    width:100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.smallpropPhoto img {
    float:left;
    border: 1px solid #CCCCCC;
}

.smallpropPhoto {
    width:100%;
    height:515px;
    position:relative;
}

.propHeading h2 {
    margin:30px 0 28px 0;
    font-size:28px;
}

.titles {
    float:right;
    width:484px;
}

.titles a{
    font-weight:bold;
}

.titles h4 {
    line-height:26px;
    margin-top:20px;
}

.titles .price {
    color:#999999;
    font-size:18.5px
}

.content .inner li span {
    color:#333333;
}

#top .container #agency_icon {
    float:right;
}

.flexslider ul.slides .slide-content h2 {
    font-size:41px;
}

#user_micro_view {
    display: inline-block;
    float: right;
    
        margin: 10px 0px 10px 20px;
    
}

.user_header {
    margin: 16px 0 0 0;
    text-align: right;
}

#propCarousel {
    width:100%;
}

#branch_map {
    height:447px;
}

.branch_form label {
    float:left;
    width:150px;
}

.branch_form textarea {
    width:90%;
}

.branch_form .half {
    float:left;
    width:50%;
}

.branch_form .submits {
    clear:both;
    text-align:right;
    width:97%;
}

#staff .avatar {
    float:left;
    margin:5px 8px 0 0;
    height: 80px;
}

#staff .half {
    margin-bottom:15px;
}

.label, .badge {
    padding:4px 6px;
    color: #ffffff !important;
    background-color: 
                        #59ba53 !important;
                     
}

#property_shortlist .shortlist_img {
    float:left;
    margin-right:6px;
}

#property_shortlist .remove_icon:hover {
    cursor:pointer;
}

#property_shortlist .remove_icon {
    float:right;
    margin-top:5px;
}

.sub-heading {
    margin-bottom:10px;
}

.mini_property {
    margin-bottom:20px;
}

.mini_property:last-child {
    margin-bottom:0;
}

.contact ul {
    float:right;
}

.contact ul li{
    margin-right:0 !important;
}

.list-news img {
    float:left;
    margin-right:8px;
}

.list-news {
    margin-top:10px;
}

.list-news:before, .list-news:after {
    content: '';
    display: table;
}

.list-news:after {
    clear: both;
}

.well .list-news p {
    margin-left: 68px;
    margin-bottom: 0px;
}

.leaflet-container a.leaflet-popup-close-button {
    padding:9px 9px 0 0;
}

.leaflet-container a {
   color: #59ba53;
}

#staff .right_half {
    float:right;
    width:124px;
}

#staff .right_half p {
    padding:0;
}

#draggable_map_view {
    height:560px;
}

a.buttonC {
    background: none repeat scroll 0 0 #59ba53;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-weight: normal;
    padding: 8px 20px;
    text-align: center;
    display: block;
    width:104px;
    font-size:14px;
}

form.new input[type="checkbox"] {
    float:left;
    margin-right:8px;
}

form.new input[type="text"], form.new input[type="email"], form.new input[type="password"] {
    width: 90%;
}

#interesting_properties_view .span3:nth-child(3) h3,
#interesting_properties_view .span3:nth-child(4) h3 {
    background: #59ba53;
}

#interesting_properties_view h4.interestingh {
    color:#aaa;
}

#interesting_properties_view h4 span {
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
}

#interesting_properties_view .primaryc {
    color: #59ba53;
}

#subNav li a.active {
    font-weight:bold;
    border-bottom: 1px dotted;
}

#homeSearch .span2:nth-child(2),
#homeSearch .span2:nth-child(3),
#homeSearch .span2:nth-child(4) {
    margin-left:14px;
}

.leaflet-popup-content {
    min-height: 118px;
    min-width:130px;
}

ul.cbfees li {
    list-style-type:square;
}

.fees_anchor,
.fees_a {
    font-size:small;
    font-weight:normal !important;
}

ul.fees {
    margin-bottom:10px;
    list-style-type: disc;
}

ul.fees li {
    margin-bottom: 5px;
    margin-left:15px;
}

.propDetails li,
.propLinks li {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.propDetails li::before, .propLinks li::before {
    content: '';
    display: block;
    height: 0px;
    width: 0px;
    box-sizing: content-box;
    border-color: transparent;
    border-left-color: #59ba53;
    border-style: solid;
    border-width: 6px;
    margin-top: 4px;
    margin-right: 2px;
    float: left;
}

.testimonial p {
    color: #ffffff;
    text-transform: none;
}

.testimonial a {
    color: #ffffff;
    text-transform: uppercase;
}

#top .social {
    display: inline-block;
    float: right;
    margin-top: 37px;
}

.social > .socialIcon {
    display: inline-block;
    margin-right:10px;
}

#top .social img {
    margin-top: 0px;
    width: 32px;
    height: 32px;
}

#top ul.social li {
    display:inline-block;
    padding: 0 5px;
    color: #ffffff;
}

#top ul.social li a {
    display: block;
    height: 32px;
    opacity: 0.6;
    width: 32px;
    transition: opacity .30s ease-in-out;
   -moz-transition: opacity .30s ease-in-out;
   -webkit-transition: opacity .30s ease-in-out;
}

#top ul.social li a:hover {
    opacity:1;
}

body img.property-status {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1000;
    border:0;
    width: auto;
}

#rsales, #rlettings {
    display:inline-block;
    margin-right:10px;
}

a.active {
    font-weight:bold;
}

.properties .social {
    margin: 30px 0 30px 0;
}

.alert {
    margin-top:20px;
}

.homeBut {
    padding-left: 34px;
    padding-right:34px;
}

#footNav li {
    margin: 0 20px 10px 0;
}

.social1 {
    height: 32px;
    opacity: 0.6;
    width: 32px;
}

.propGrid.staff {
    
        height: 350px;
    
}

.propGrid.staff img {
    margin-bottom: 0px;
}

ul.branches {
    float: right;
    margin: 26px 20px 0 0;
}

.video span {
    background:url('http://vassets.homeflow.co.uk/hatch/assets/images/youtube.png') no-repeat;
    height:69px;
    width:100px;
    position: absolute;
    top: 38%;
    left: 45.5%;
    margin:0;
    opacity: 0.9;
}

#cookie_directive {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #EED3D7;
    bottom: 0;
    left: 0;
    text-align:center;
    padding: 30px 10px 30px 10px;
    position: fixed;
    width:100%;
}

#cookie_directive p{
    color:#ffffff;
    margin:0;
}

.fancybox-nav span {
    visibility: visible !important;
}

#togglable_satellite img {
max-width: none; !important
}

/*draw a map*/
div.leaflet-left {
    display: block;
}

.mappydelete
{
position: relative;
top: -15px;
left: 0%;
width: 100%;
height: 50px;
display: none;
background: rgba(84, 84, 84, 0.9);
text-align: left;
padding-left: 30px;
padding-top: 15px;
line-height: 50px;
border-radius: 4px;
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
color: white;
font-family:Arial, Helvetica, sans-serif;
}


.mappyedit
{
position: relative;
top: -15px;
left: 0%;
width: 100%;
height: 50px;
display: none;
background: rgba(84, 84, 84, 0.9);
text-align: left;
padding-left: 30px;
padding-top: 15px;
line-height: 50px;
border-radius: 4px;
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
color: white;
font-family:Arial, Helvetica, sans-serif;
}
.mappy
{
position: relative;
top: -15px;
left: 0%;
width: 100%;
height: 50px;
display: none;
background: rgba(84, 84, 84, 0.9);
text-align: left;
padding-left: 30px;
padding-top: 15px;
line-height: 50px;
border-radius: 4px;
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
color: white;
font-family:Arial, Helvetica, sans-serif;
}

.leaflet-top {
    top: 48px;
}

.leaflet-control-title {
    position: relative;
}
.leaflet-touch .leaflet-control-title-interior {
    background-color: #ffffff;
    background-position: -182px 0;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: auto;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
    padding: 3px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 99px;
}
.leaflet-control-title-interior {
    background-color: #ffffff;
    background-position: -182px 0;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    cursor: auto;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 3px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 99px;
}
.leaflet-help-banner {
    background: none repeat scroll 0 0 rgba(84, 84, 84, 0.9);
    border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    color: white;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding-left: 150px;
    position: fixed;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.leaflet-draw-draw-freehand-banner {
    background: none repeat scroll 0 0 rgba(84, 84, 84, 0.9);
    border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    color: white;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding-left: 150px;
    position: fixed;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.leaflet-draw-edit-edit-banner {
    background: none repeat scroll 0 0 rgba(84, 84, 84, 0.9);
    border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    color: white;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding-left: 150px;
    position: fixed;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.leaflet-control-remove-all-interior a {
    background-color: #ffffff;
    background-image: url("/assets/binsprite.png");
    background-position: -182px 0;
    background-repeat: no-repeat;
    border-radius: 0 0 4px 4px;
    cursor: auto;
    display: block;
    height: 20px;
    padding: 3px 3px 3px 30px;
    position: relative;
    text-align: left;
    top: -20px;
    width: 72px;
}
.leaflet-retina .leaflet-control-remove-all-interior a {
    background-image: url("binsprite-2x.png") !important;
    background-position: -182px 0;
    height: 20px;
    width: 72px;
}
.leaflet-control-remove-all-interior {
    background-color: #ffffff;
    background-image: url("/assets/binsprite.png");
    background-position: -182px 0;
    background-repeat: no-repeat;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    display: block;
    height: 20px;
    padding: 3px 3px 3px 30px;
    position: relative;
    text-align: left;
    top: -20px;
    width: 72px;
}
.leaflet-retina .leaflet-control-remove-all-interior {
    background-image: url("/assets/binsprite-2x.png") !important;
    background-size: 300px 30px !important;
    height: 20px;
    width: 72px;
}
.leaflet-disabled {
    color: #bbb;
}
.leaflet-disabled:hover {
    background-color: #ffffff !important;
    color: #f4f4f4;
    cursor: pointer;
}
.leaflet-control-remove-all-interior:hover {
    background-color: #f4f4f4;
}
.leaflet-draw-section {
    position: relative;
}
.leaflet-draw-toolbar {
    margin-top: 0;
}
.leaflet-draw-toolbar-top {
    margin-top: 0;
    position: relative;
}
.leaflet-draw-toolbar-notop a:first-child {
    border-top-right-radius: 0;
}
.leaflet-draw-toolbar-nobottom a:last-child {
    border-bottom-right-radius: 4px;
}
.leaflet-draw-toolbar a {
    background-image: url("/assets/spritesheet.png");
    background-repeat: no-repeat;
}
.leaflet-retina .leaflet-draw-draw-freehand {
    background-image: url("/assetsfreehand-2x.png");
    background-position: 8px center !important;
    background-repeat: no-repeat;
    background-size: 15px 15px !important;
}
.leaflet-retina .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
    background-image: url("/assetsedit-2x.png");
    background-size: 300px 30px !important;
    width: 105px;
}
.leaflet-retina .leaflet-draw-toolbar .leaflet-draw-edit-edit {
    background-image: url("/assets/edit-2x.png");
    background-size: 300px 30px !important;
    width: 105px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-freehand.leaflet-disabled {
    background-image: url("/assets/spritesheet-2x.png");
}
.leaflet-draw a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -10px;
}
.leaflet-draw-actions {
    display: none;
    left: 26px;
    list-style: none outside none;
    margin-left: 75px;
    padding: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.leaflet-right .leaflet-draw-actions {
    left: auto;
    right: 26px;
}
.leaflet-draw-actions li {
    display: inline-block;
}
.leaflet-draw-actions li:first-child a {
    border-left: medium none;
    color: #ffffff;
    top: 0;
}
.leaflet-draw-edit-edit .leaflet-draw-actions li:first-child a {
    display: inline-block;
}
.leaflet-draw-actions li:last-child a {
    border-radius: 0 4px 4px 0;
    color: #ffffff;
    display: inline-block;
    top: 0;
}
.leaflet-right .leaflet-draw-actions li:last-child a {
    border-radius: 0;
    color: #ffffff;
}
.leaflet-right .leaflet-draw-actions li:first-child a {
    border-radius: 4px 0 0 4px;
}
.leaflet-draw-actions a {
    background-color: #919187;
    border-left: 1px solid #aaa;
    color: #fff;
    font: 11px/28px "Helvetica Neue",Arial,Helvetica,sans-serif;
    height: 28px;
    left: 4px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    z-index: 50;
}
.leaflet-draw-actions-bottom {
    margin-top: 0;
}
.leaflet-draw-actions-top {
    margin-top: 1px;
}
.leaflet-draw-actions-top a, .leaflet-draw-actions-bottom a {
    height: 27px;
    line-height: 27px;
}
.leaflet-draw-actions a:hover {
    background-color: #a0a098;
}
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
    height: 26px;
    line-height: 26px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
    background-position: -2px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
    background-position: -31px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
    background-position: -62px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
    background-position: -92px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
    background-position: -122px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-freehand {
    background-position: -267px -2px;
    border-radius: 0 !important;
    padding-left: 30px;
    position: relative;
    text-align: left;
    width: 75px !important;
}
.leaflet-draw-toolbar .leaflet-draw-draw-freehand:hover {
    background-position: -267px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
    background-image: url("/assets/edit.png");
    background-position: -152px -2px;
    margin-top: 5px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    width: 75px !important;
}
.leaflet-draw-edit-edit {
    border-radius: 0 !important;
    position: absolute;
    top: -10px !important;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
    background-image: url("/assets/binsprite.png");
    background-position: -184px 0;
    padding-left: 30px;
    position: relative;
    text-align: left;
}
.leaflet-retina .leaflet-draw-edit-remove {
    background-image: url("/assets/binsprite-2x.png") !important;
    background-position: -182px 0;
    background-size: 300px 30px !important;
    border: medium none;
    box-shadow: none;
    margin-top: -5px;
}
.leaflet-touch .leaflet-draw-edit-remove {
    margin-top: -5px;
}
.leaflet-delete-disabled:hover {
    background-color: #fff;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
    background-image: url("/assets/edit.png");
    background-position: -152px -2px;
    color: #bbb;
    position: relative;
}
.leaflet-retina .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled .leaflet-retina {
    background-image: url("/assets/edit- f f2x.png");
    background-position: -152px -2px;
    color: #f4f4f4;
    position: relative;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled:hover {
    background-color: #fff;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit:hover {
    background-color: #f4f4f4;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
    background-image: url("/assets/binsprite.png");
    background-position: -184px 0;
}
.leaflet-mouse-marker {
    background-color: #fff;
    cursor: crosshair;
}
.leaflet-draw-tooltip {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    display: none;
    font: 12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;
    margin-left: 20px;
    margin-top: -21px;
    padding: 4px 8px;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    z-index: 5000;
}
.leaflet-draw-tooltip:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, 0.5);
    border-top: 6px solid transparent;
    content: "";
    left: -7px;
    position: absolute;
}
.leaflet-error-draw-tooltip {
    background-color: #f2dede;
    border: 1px solid #e6b6bd;
    color: #b94a48;
}
.leaflet-error-draw-tooltip:before {
    border-right-color: #e6b6bd;
}
.leaflet-draw-tooltip-single {
    margin-top: -12px;
}
.leaflet-draw-tooltip-subtext {
    color: #f8d5e4;
}
.leaflet-draw-guide-dash {
    font-size: 1%;
    height: 5px;
    opacity: 0.6;
    position: absolute;
    width: 5px;
}
.leaflet-edit-marker-selected {
    background: none repeat scroll 0 0 rgba(254, 87, 161, 0.1);
    border: 4px dashed rgba(254, 87, 161, 0.6);
    border-radius: 4px;
}
.leaflet-edit-move {
    cursor: move;
}
.leaflet-edit-resize {
    cursor: pointer;
}
.leaflet-oldie .leaflet-draw-toolbar {
    border: 3px solid #999;
}
.leaflet-oldie .leaflet-draw-toolbar a {
    background-color: #eee;
}
.leaflet-oldie .leaflet-draw-toolbar a:hover {
    background-color: #fff;
}
.leaflet-oldie .leaflet-draw-actions {
    left: 32px;
    margin-top: 3px;
}
.leaflet-oldie .leaflet-draw-actions li {
    display: inline;
}
.leaflet-oldie .leaflet-edit-marker-selected {
    border: 4px dashed #fe93c2;
}
.leaflet-oldie .leaflet-draw-actions a {
    background-color: #999;
}
.leaflet-oldie .leaflet-draw-actions a:hover {
    background-color: #a5a5a5;
}
.leaflet-oldie .leaflet-draw-actions-top a {
    margin-top: 1px;
}
.leaflet-oldie .leaflet-draw-actions-bottom a {
    height: 28px;
    line-height: 28px;
}
.leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
    height: 27px;
    line-height: 27px;
}
/*End draw a map*/