h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 35px;
	color: #000000;
	font-weight: 700;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	color: #020200;	
	font-weight: 600;
}

h3 {
	font-size: 18px;
	line-height: 27px;
	color: #020200;	
	font-weight: 600;	
}

h4 {
	font-size: 15px;
	line-height: 27px;
	color: #020200;	
	font-weight: 600;
	text-transform: uppercase;
}

h2 span {
	font-size: 20px;
	line-height: 30px;
	color: #00a78c;
	font-weight: 600;
}

h3 span{
	font-size: 18px;
	line-height: 27px;
	color: #00a78c;	
	font-weight: 600;	
}

h4 span{
	font-size: 15px;
	line-height: 27px;
	color: #00a78c;	
	font-weight: 600;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	line-height: 19px;
	color: #020200;
	font-weight: 400;
}

.leading-text {
	font-size: 17px;	
	line-height: 22px;
	color: #020202;
}

.bannerLightGreenText{
	color:#a1d068;
}

.bannerLightGreenText > a {
    color: #a1d068 !important;
}
a {
	color: #00a78c;	
	text-decoration: underline;
}

a:hover {
	color: #00a78c;	
	text-decoration: underline;
}

a:visited {
	color: #00a78c;	
	text-decoration: underline;
}

.banner {
    background: #02a48c;
    min-height: 48px;
    overflow: hidden;
	padding: 10px 15px 5px 15px;
}

.banner p {
	vertical-align: middle;	
	/*padding-top: 10px;*/
	width: 100%;
	color: #fff;
	font-size: 15px;
    line-height: 24px;
    font-weight: 500;
	margin-bottom:10px!important;
}
.banner-property-sales {
    background: #02a48c;
    min-height: 48px;
    overflow: hidden;
	padding: 10px 15px 5px 15px;
	margin-bottom:30px; 
	margin-top:30px;
}

.banner-property-sales p {
	vertical-align: middle;	
	/*padding-top: 10px;*/
	width: 100%;
	color: #fff;
	font-size: 15px;
    line-height: 24px;
    font-weight: 500;
	margin-bottom:10px!important;
	display:table-cell;
	padding-bottom:5px;
}
.announcement {
    background: #02a48c;
    min-height: 48px;
    padding-bottom: 10px;
    overflow: hidden;
	padding: 10px;
}
.announcement .right-float { padding-bottom: 0; }

.announcement p {
	vertical-align: middle;
	display: table-cell;	
	/*padding-top: 10px;*/
	width: 100%;
	color: #fff;
	font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.announcement-title {
	font-size: 17px;	
	line-height: 22px;
	font-weight: 600;
	color: #ffffff;	
	display: table-cell;
	vertical-align: middle;
}

.announcement-light{
	font-size: 17px;	
	line-height: 24px;
	font-weight: 300;
	color: #ffffff;	
}

a.announcement-read-more {
	font-size: 13px;	
	line-height: 17px;
	font-weight: 700;
	color: #ffffff;	
	background: #A1D068 url(../img/send-message-arrow.png) no-repeat right 10px center;
	text-decoration: none;
	padding: 5px;
	vertical-align: middle;
	display: table-cell;	
	width: 120px;
	height: 26px;
	float: right;
	text-align: center;
	margin-top: 10px;
}

.announcement-read-more:hover {
	color: #ffffff;
	text-decoration: none;	
}

a.find-out-more {
	font-size: 13px;	
	line-height: 17px;
	font-weight: 700;
	color: #ffffff;	
	background: #A1D068 url(../img/send-message-arrow.png) no-repeat right 10px center;
	text-decoration: none;
	padding: 5px;
	vertical-align: middle;
	display: table-cell;	
	width: 135px;
	height: 26px;
	text-align: left;
	margin-top: 10px;
	text-transform: uppercase;
}

.find-out-more:hover {
	color: #ffffff;
	text-decoration: none;	
}

.feature1 {
	background: #e9ede4;
	padding: 10px;
	margin-bottom: 20px;
}

.feature-wrapper {
	background: #e9ede4;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.feature1 img {
	float: left;	
}
.banner .feature-find-more-blue > a{
	background: url(../img/send-message-arrow.png) no-repeat right 10px center #a1d068!important;
}
.banner-property-sales .feature-find-more-blue > a{
	background: url(../img/send-message-arrow.png) no-repeat right 10px center #a1d068!important;
}
.feature-find-more > a, .feature-find-more-blue > a{
	background: url(../img/send-message-arrow.png) no-repeat right 10px center #a1d068;
	font-size: 13px;	
	font-weight: 700;
	color: #ffffff!important;	
	text-decoration: none;
	padding: 5px;
	height: 26px;
	text-align: center;
	width: 143px;
	margin-top: 20px!important;
	padding-left: 10px;
	padding-right: 30px;
}
.feature-find-more-blue > a { background: url(../img/send-message-arrow.png) no-repeat right 10px center #00A88E; }
.feature-find-more > a:hover, .feature-find-more-blue > a:hover {
	color: #ffffff;
	text-decoration: none;	
}
.available-tag {
    background-color: #e9ede4;
    font-weight: bold;
    padding: 10px;
}
.white-background {
    background-color: #ffffff;
    font-weight: bold;
    padding: 5px;
	line-height:30px;
}


/*.feature-find-more {
	background: url(../img/send-message-arrow.png) no-repeat right 10px center #a1d068;
	font-size: 13px;	
	font-weight: 700;
	color: #ffffff!important;	
	text-decoration: none;
	padding: 5px;
	height: 26px;
	text-align: center;
	width: 143px;
	padding-left: 10px;
	padding-right: 30px;
}

.feature-find-more:hover {
	color: #ffffff;
	text-decoration: none;	
}*/

.feature-right {

	display: inline;
}

.bullets-white {
	position: relative;
	color: black;
	margin-left: 0!important;
}

.bullets-white li {
	font-size: 14px;
	line-height: 30px;
	margin-left: 15px;
}


.lists ul {
	font-size: 14px;
	line-height: 19px;	
}

.lists ul li ul {
	padding-left: 40px;
}

.lists ol {
	font-size: 14px;
	line-height: 19px;	
}

.lists {
	 margin-top: 20px;	
}

.speech {
    position: relative;
    padding: 15px;
    color: #020202;
    background: #e9ede4;
	font-size: 14px;
	line-height: 19px;
}

.speech::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 80px;
    border-width: 20px 0px 0px 20px;
    border-style: solid;
    border-color: #ededed transparent;
    display: block;
    width: 0px;
}

.event {
	background: #a1d068;	
	margin:0;
	padding:0;
	margin-bottom: 20px;
}

.block1 h2 {
	color: white;	
	padding: 20px;
}

.block1 p {
	color: white;
	font-size: 14px;
	line-height: 19px;
	padding-left: 20px;	
	padding-right: 20px;
}

.block1 a {
	background: url(../img/send-message-arrow.png) no-repeat right 10px center #00a38c;
	font-size: 13px;
	font-weight: 700;
	color: #FFF !important;
	text-decoration: none;
	padding: 5px 30px 5px 10px;
	height: 26px;
	text-align: center;
	width: 143px;
}

.download {
   margin-top: 20px;
   background: #e9ede4;
   padding-top: 15px;
	margin-bottom: 20px;
}

.download1 {
   background: #e9ede4;
   background: #e9ede4;
   padding: 15px;

}

.download1 a {
	width: 215px;
}

.download1 p {
	padding-left: 55px;	
	line-height: 1em;
}
.download1.videos p {
	padding-left: 0;
	margin: 25px 0;
}

.download1 h2 {
	
}

.profile {
    background: #e9ede4;
	padding-top: 15px;
}

.tour {
    background: #e9ede4;
	min-height: 200px;
	padding-left: 17px;
	padding-right: 17px;
	margin-bottom:-20px;
	/*margin-left: 17px;
	padding-bottom: 10px;*/
	margin-top:-3px;
}

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

.tour h2 {
	padding-top: 17px;
}


@media screen and (max-width: 640px) {
	
.announcement {
	text-align: center!important;
}
	
.announcement-read-more {
	float: none!important;
	margin: 0 auto!important;
}

.blog{
		margin-left:0px!important;
	}
	
.form-mobile-view{
	display:block!important;
	padding-top:10px;
	padding-bottom:10px;
	}
.form-mobile-view #postcode {
    width: 90% !important;
    margin-top: 10px !important;
}
.form-desktop-view{
		display:none;
	}
#locationsList .owl-controls.clickable{
	margin-top:-50px!important;
}
	
#sortPrice {
    margin-bottom: 50px;
}

}
























/**umb_name:.red
.red{color: #FF0000;}*/



/*BLOG*/

.descr {
    font-weight: bold;
    margin-bottom: 30px;
}
.descr > span {
    color: #00a78c;
    font-weight: normal;
    padding: 5px;
}
.sharing {
    display: inline;
}
/*.addthis_toolbox.a-button {
    display: inline;
    width: 50px;
}
.at-icon-wrapper {
    display: none!important;
}*/
.postheader.taggedlink {
    color: #020200;
    text-decoration: none;
}
.blogIntro {
    color: #020200;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
}
.blog {
    margin-left:80px;
}
.blog-item {
    border: 1px solid #cccccc;
    padding:0px;
    float:left;
    margin-bottom:20px;
}
.blog-item > a {
    text-decoration: none;
}
.blog-item > a:hover h1{
    color:#777879;
}
.blog-list-item {
     padding: 15px 15px 0;
     margin-bottom:15px;
}
.blog-list-item > h1 {
    font-size: 18px;
    line-height: 20px;
}
.blog-list-item .blog-date {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight:bold;
}
.blog-list-item > p {
    font-size: 13px;
}
.blog-list-item > div {
    color: #020200;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}
.image-bg .more{
    background: rgba(0, 0, 0, 0) url("../img/more.png") no-repeat scroll center center;
    display: block;
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    bottom: 0px;
    width: 26px;
}
.image-bg {
    position: relative;
}
.filter {
    background: rgba(0, 0, 0, 0) url("/img/down-arrow.png") no-repeat scroll 110px 14px;
    color: #00a78c;
    display: block;
    font-size: 13px;
    line-height: 36px;
    margin-bottom: 20px;
    width: 130px;
    cursor:pointer;
}
.filter > a {
    text-decoration: none;
}
.content > ul {
    display: inline;
    list-style: outside none none;
}
#categorylist > li {
    background: #a1d068 url("/img/category-arrow.png") no-repeat scroll right 5px center;
    display: inline;
    float: left;
    margin-bottom: 40px;
    margin-right: 10px;
    padding: 5px 25px 5px 10px;
}
#categorylist a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.showAtDate { display: none; }

#hider
    {
    background: rgba(28, 30, 32, 0.95) none repeat scroll 0 0;
    border: 8px solid #323436;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }

    #popup_box  
    {
        position:relative;
        height:200px;
        z-index:100; 
        background:#fff none repeat scroll 0 0;
        border-radius:3px;
        text-align:center;
        margin:-200px auto 0;
        display: block;
    padding: 30px;
    text-align: center;
   /* width: 440px;*/

    }

    #popup_box h3 {
    margin-bottom: 30px;
    font-size:30px;
    font-weight:900;
}
    
.at-svc-email .at-icon-wrapper{
  background-image: url("/img/48_sprite.png");
    background-position: 0 -1008px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 48px!important;
    background-color:transparent!important;
    height:48px!important;
    }

.addthis_32x32_style .at-icon {
    display:none;
}

.at-svc-twitter .at-icon-wrapper{
  background-image: url("/img/48_sprite.png");
    background-position: 0 -912px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 48px!important;
    background-color:transparent!important;
    height:48px!important;
    }

.at-svc-facebook .at-icon-wrapper{
  background-image: url("/img/48_sprite.png");
    background-position: 0 -960px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 48px!important;
    background-color:transparent!important;
    height:48px!important;
    }
.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
    max-height:50px!important;
    max-width:50px!important;
    margin:0 5px;
}

.popup_box{
	display:none;
}

.v2 .large-12.medium-12.columns > h1 {
    color: #a1d068;
    font-size: 26px;
    font-weight: 600;
}

.v2 .intro{
	font-size: 18px;
    font-weight: 400;
	text-align:center;
	display:block;
}

.v2 .new-developments {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #00a78d;
}

.v2 .new-developments span {
    font-weight: normal;
}

.v2 .new-developments h3 span {
    color: #000;
    font-weight: 700;
}

.v2 .feature-find-more > a {
    text-transform: uppercase;
}







































/**umb_name:announcement-title*/
.announcement-title{}

/**umb_name:announcement-light*/
.announcement-light{}

/**umb_name:available-tag*/
.available-tag{}

/**umb_name:banner-light-green-text*/
.bannerLightGreenText{}

/**umb_name:feature-find-more*/
.feature-find-more{}

/**umb_name:feature-find-more-blue*/
.feature-find-more-blue{}

/**umb_name:fancyboxImage*/
.fancy{}

/**umb_name:intro*/
.intro{}

/**umb_name:leading-text*/
.leading-text{}

/**umb_name:left-float*/
.left-float{float:left; padding-right: 20px; padding-bottom: 20px;}

/**umb_name:right-float*/
.right-float{float:right; padding-left: 20px; padding-bottom: 20px;}

/**umb_name:H1*/
h1{}

/**umb_name:H2*/
h2{}

/**umb_name:H3*/
h3{}

/**umb_name:H4*/
h4{}

/**umb_name:white-background*/
.white-background{}

.location-form #postcode {
    margin-top: 0 !important;
	font-size:12px;
}

/**umb_name:properties-subject-to-weekly-charges*/
.propertiesSubjectToWeeklyCharges{
font-size:11px;
font-style: italic;

}

.image-bg p {
    margin-bottom: -4px;
}
.image-bg p iframe {
    width:100%;
}