html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


#mobile-navigation { display:none; }
#mobile-background { display :none; }

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:0;
}

/*
  Style HTML Tags
*/

body {
  font-family: Tahoma, Georgia, Arial, sans-serif;
  line-height: 1.5em;
  background: #272727;
  background-position-y: 116px;
  color: #515F5C;
 font-family: "Open Sans","Helvetica",sans-serif;
  font-size:12px;
  line-height:1.62em;
}

a {
  color: #54328F;
  text-decoration:none;
}

a:hover {
  color: #EA2D2D;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(34, 46, 54);
  font-family: "Montserrat","Helvetica",sans-serif;
  font-weight: normal;
  margin-bottom:6px;
  line-height: 125%;
}

h1 {
    color: #532f91;
    font-size: 31px;
    font-weight: 200;
    line-height: 1.3em;
    margin-bottom: 0.6em;
}
h1 strong {
    color: #333 !important;
}

h2 {
    color: #543290;

    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
	font-weight: 200;
	 
}
.front h2 a {
    color: #EA2D2D;
    font-family: "Montserrat","Helvetica",sans-serif;
    font-size: 12px;
    line-height: 1.3em;
}

h3 {
    color: #EA2D2D;
    font-size: 22px;
    line-height: 1.2em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0.5em;
}
.content ul li {
	margin: 0 0 0 20px;
}
h4 {
  font-size:16px;
}

h5 {
   
    color: #999999;
 
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    padding-bottom: 10px;
    padding-top: 10px;
	width: 95%;
}
h5 a {
	color: #666666;
}
h6 {
  font-size:14px;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 1.2em;
    margin-right: 15px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: top;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ffffff;

}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  background: #ffffff;
  color: #747474;
  text-align: left;
  padding-left: 4px;

}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
    background: url("images/quote.png") no-repeat;
    border-bottom: 1px dashed #ccc;
	    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 25px;
    padding-left: 65px;
    padding-right: 5px;
    padding-top: 10px;
    quotes: none;
    width: 85%;
}
blockquote p {
	font-size: 14px;
	color: #54328F; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {

}
.homeImage img, #logo img  {
  width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

.content a img {
/*  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;*/
}

.content a:hover img {

}
/*PROPERTY LIST PAGES*/
.field-name-field-contact-details {
	float: right;
	  width: 420px;
	  background: #eee;
	  padding: 10px;
	  	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.field-name-field-property-type .field-item{
clear: right !important;
margin-bottom:8px;
}
.field-name-field-suburb {
	float: left;
    font-style: italic;
    margin-top: 0;
    padding-right: 5px;
}
.field-name-field-property-type .field-label {
	float: left;
}
.node-list-a-property .field-name-body {
	padding: 20px 0 0 0;
    width: 420px;
	float: left;
}
.views-field-field-no-carparks, .views-field-field-no-bathrooms, .views-field-field-no-bedrooms,
.field-name-field-no-carparks, .field-name-field-no-bathrooms, .field-name-field-no-bedrooms {
	background: #E5E5E53;
	color: #FFFFFF;
	float: right;
	padding: 40px 25px 7px 25px;
	border: 1px solid #fff;
	 font-size: 20px;
    font-weight: bold;
    margin-top: 11px;
	border-radius: 15px;
	 margin-left: 5px;
    margin-right: 5px;
    margin-top: 11px;
    padding-bottom: 7px;
    padding-left: 23px;
    padding-right: 25px;
    padding-top: 40px;
}
.views-field-field-no-bedrooms, .field-name-field-no-bedrooms {
	margin-left: 0px;
}
.field-name-field-no-carparks, .field-name-field-no-bathrooms, .field-name-field-no-bedrooms {
	float: left;
}
.views-field-field-per-week, .field-name-field-per-week {
    float: right;
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    margin-top: -34px;
    padding-right: 11px;
	color: #fff;
}
.node-list-a-property .views-field-field-per-week, .field-name-field-per-week {
    float: right;
    font-family: 'Muli',sans-serif;
    font-size: 17px;
    margin-top: -46px;
    padding-right: 11px;
}
.views-field-field-no-carparks, .field-name-field-no-carparks {
	background: url(images/carpark.gif) no-repeat 10px 0 #E5E5E5;
		color: #FFFFFF;
}
.views-field-field-no-bedrooms, .field-name-field-no-bedrooms {
	background: url(images/bed.gif) no-repeat 10px 0 #E5E5E5;
		color: #FFFFFF;
}

.views-field-field-no-bathrooms, .field-name-field-no-bathrooms {
background: url(images/bath.gif) no-repeat 10px 0 #E5E5E5;
	color: #FFFFFF;
}
.views-row-even, .views-row-odd {
	padding: 0px;
	margin-bottom: 0px;
	/*min-height: 265px;*/
	
}


#block-views-homepage-banner-block {
	
}


.view-homepage-banner {
	width: 600px;
	height: 265px;
	overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.headerPromo {
	display: none;
}
.front .headerPromo {
	display: block;
}
.headerPromo {
	width: 915px;
	margin: auto;
	padding-lefT: 15px;
	height: 261px;
	padding-right: 30px;
}
.headerPromo .views-field-title {
	 position: relative !important;
    top: -87px !important;
	padding: 23px 15px 10px 15px;
	margin:0;
	background: url(images/banner_bg.png) 0 0 no-repeat;
	color: #ffffff !important;
	opacity: 1;
	font-size: 17px;
}
.headerPromo .views-field-title a {
	color: #FFFFFF;
}
.headerPromo .views-field-field-banner-category {
	 position: relative !important;
    top: -56px !important;
	padding: 5px 15px;
	margin:0;
	color: #ffffff !important;
	opacity: 1;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 999999;
	font-family: 'Muli',sans-serif;
}
#views_slideshow_cycle_main_homepage_banner-block {
	
}
#block-block-7 {
	float: right;
	background: #bb2524;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
    height: 165px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    width: 250px;
}
/*News homepage styles*/
#block-views-news-page-block-1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #BB2524;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: right;
    height: 226px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 15px;
    width: 261px;
}
#block-views-news-page-block-1 h2 {
	color: #fff;
	margin-bottom: 12px;
}
#block-views-news-page-block-1 .views-field-title, #block-views-news-page-block-1  .views-field-field-date, #block-views-news-page-block-1 .views-field views-field-body  {

margin: 0 !important;
padding: 0px 0 8px 0 !important;
line-height: 15px;
background: none !important;
display: block;
top: 0 !important;
}
.view-display-id-block_1 .views-row-even {
	background: none !important;
}
	
.view-display-id-block_1 .views-field-title {
		color: #ffffff;
		font-size: 16px;
		z-index: 20;
}
.view-display-id-block_1 .views-row:hover {
	
	opacity: .8;
}
.view-display-id-block_1 .views-field-field-date {
		color: #ffffff !important;
}

#block-views-news-page-block-1 .views-field-body .field-content p {
		color: #ffffff;
		font-size: 13px;
}
#block-views-news-page-block-1 .views-row {
	  border-bottom-color: #FFFFFF;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-bottom: 12px;
    padding-bottom: 0;
	 	
}
#block-views-news-page-block-1 .views-row.views-row-last{
	border-bottom: none;
	 	
}






#block-block-7 h2, #block-block-16 h2 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
#block-block-7 p a, #block-block-7 p, #block-block-16 p a, #block-block-16 p {
	color: #ffffff;
	padding:0;
	margin:0;
	line-height: 1em;
	text-align: center;
}
#block-block-7 p a:hover {
	text-decoration: underline;
}
#block-views-homepage-banner-block {
	float: left;
}




.views-field-field-photo {
	float: left;
	clear: left;
	 margin-right: 10px;
}
.views-row-even {
/*	background: #eee;*/
}
.views-field-title {
	font-size: 18px;
	background: none;
	padding: 0;
	margin-bottom: 2px;
	color: #522F91;
font-family: 'Muli', sans-serif;
}
.views-field-title a {
color: #522F91;
font-family: 'Muli', sans-serif;
		font-weight: 200;
}
.view-properties-for-rent {
	width: 95%;
	margin-top: 20px;
}

.field-name-field-staff-member-assigned {
	margin-top: -42px;
	width: 440px;
	float: right;
}
.field-name-field-staff-member-assigned h2.title a {
    font-size: 15px;
    margin-left: 147px;
    position: relative;
    top: 27px;
}
.node-staff-members .field-type-image img {
	float: left;
	border-radius: 15px;
}
.field-name-field-contact-details, .field-name-field-job-title {
float: left;
background: none;
padding: 17px 0 0 15px;
border: 0;
width: auto;

}
 .field-name-field-job-title {
 	width: 200px;
 }
.view-properties-for-rent .views-field-title {
	font-size: 18px;
	background: #53338F;
	padding: 6px;
	margin-bottom: 10px;
}
.view-properties-for-rent .views-field-title a {
color: #ffffff;
font-family: 'Muli', sans-serif;
	
}
.galleryformatter-greenarrows .gallery-thumbs .arrow, .galleryformatter-greenarrows .gallery-thumbs .wrapper, .galleryformatter-greenarrows .gallery-thumbs li.active a, .galleryformatter-greenarrows .gallery-thumbs li a:hover, .galleryformatter-greenarrows .view-full {
    background-image: url("images/sprite_fullhouse.png") !important;
}
.galleryformatter {
margin:0 !important;
padding:0 0 24px 0 !important;
    width: 420px !important;
}
.galleryformatter-greenarrows .gallery-thumbs {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.galleryformatter-greenarrows .gallery-thumbs .wrapper {
    background-position: center -326px;
    background-repeat: repeat-x;
	border: 0 !important;
    line-height: 0;
	overflow: hidden;
}
.galleryformatter-greenarrows .gallery-thumbs li {
	list-style: none !important;
	background: none !important;
}
.galleryformatter-greenarrows .gallery-thumbs .arrow {
    height: 40px;
	margin-bottom: 15px;
}
.node-list-a-property .field-name-field-googlemap {
float: right;
}
#smallMenu {
    background-color: #EA2D2D;
    box-shadow: -1px 2px 18px #333333;
    margin-top: 0;
    opacity: 10;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
	display: none;
    width: 100%;
    z-index: 999999999;
}

.front #wrap {
    background: #fff url("images/home-bg.jpg") no-repeat scroll calc(100%) calc(100% - 350px);
    height: 100%;
}
#wrap {
    background: none #fff;
    height: 100%;
}
.view-meet-the-team ul li {
    clear: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
}
.view-meet-the-team .views-row-even {
	background: none !important;
}
.view-meet-the-team .views-row {
	border-top: 1px dashed #522F91;
	padding-right: 30px !important;
	padding-left: 10px !important;
}
.view-meet-the-team .views-field-field-job-title {
	width: auto !important;
    color: #EA2D2D;
    line-height: 1.3em;
}
.view-meet-the-team ul li .views-field-field-add-photo {
	float: left;

}
.view-meet-the-team ul li .views-field-field-add-photo img {
	border-radius: 7px;

}
.view-meet-the-team .views-row:hover {
	background: #FEF4F4 !important;
	clear: left;
}
.view-meet-the-team ul li .views-field-body,
.view-meet-the-team ul li .views-field-field-job-title,
.view-meet-the-team ul li .views-field-title,
.view-meet-the-team ul li .views-field-edit-node  {
	margin-left: 170px;
}
#block-block-4, #block-block-5, .owner, .investor, .tenants {
    background: #d9dce3 none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 145px;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 0 60px 0;
    text-align: center;
    width: 33.3%;
}
.owner h2 a , .investor h2 a , .tenants h2 a {
	color: #fff;	
	font-size: 35px !important;
    font-weight: 600;
		
		 
}
.owner h2, .investor h2, .tenants h2 {
    background: rgba(0, 0, 0, 0) url("images/home-owners-bg.png") no-repeat scroll center top;
    clear: both;
    float: left;
    margin-top: 10px;
    padding-top: 20%;
    width: 100% !important;
	color: #fff;	
	font-size: 35px !important;
    font-weight: 600;
}
.owner h2 {
	background: url(images/home-owners-bg.png) no-repeat top center;  
}
.investor h2 {
	background: url(images/property-investors-bg.png) no-repeat top center;  
}
.tenants h2 {
	background: url(images/tenants-bg.png) no-repeat top center;  
}
.owner {
background: #ef2d24;

}
.investor {
background: #4d2c87;

}
.tenants {
background: #349b7d;

}
#block-block-4 h2, #block-block-5 h2, #block-block-20 h2 {
margin-bottom: 0;
}
#block-block-4 {
 background: #ef2d24;
 padding-right: 44px;
}
#block-block-5 {
 background: #4d2c87;
}
#block-block-20 {
 background: none;
}
#block-block-4 ul li , #block-block-5 ul li, #block-block-20 ul li, #block-views-staff-homepage-block ul li {
	padding:0;
	margin:0;
	list-style: none;
}

#block-block-4 .views-field-title, #block-block-5 .views-field-title, #block-block-20 .views-field-title, #block-views-staff-homepage-block .views-field-title {
	background: none !important;
	margin:0;
	padding:5px 0 0 0;
	color: #EA2E2D !important;
	font-size: 14px;
	font-weight: bold;
	width: 135px;
}
#block-block-4 li, #block-block-5 li {
border-bottom: 1px dashed #666;
line-height: 1em;
}
#block-block-4 li a, #block-block-5 li a {
padding: 3px 0;
display: block;
	line-height: 1.4em;
	font-size: 13.5px;
	  font-family: 'Muli',sans-serif;
	  font-weight: 200;
}
#block-block-4 li.last, #block-block-5 li.last {
border: 0;
}
.views-field-field-job-title {
	width: 135px;
	line-height: 1.3em;
}
.view-header {
	height: 0;
}
#block-block-4 .views-field-title a, #block-block-5 .views-field-title a, #block-block-20 .views-field-title a, #block-views-staff-homepage-block .views-field-title a {
	background-color: none !important;
	margin:0;
	padding:0;
	color: #EA2E2D !important;
	font-size: 17px;
}
.headerPromo .views-field-title .field-content  {

	width: 607px;
	height: 80px;
}
#views_slideshow_cycle_main_staff_homepage-block .views-field-field-add-photo{
float: right;
padding-bottom: 20px;

}
#views_slideshow_cycle_main_staff_homepage-block .views-field-field-add-photo img {
position: relative;
top: -25px
}
#views_slideshow_cycle_teaser_section_staff_homepage-block .views-row,
#views_slideshow_cycle_teaser_section_staff_homepage-block .views-row-even
 {
width: 280px;
background: none;
}
#block-webform-client-block-29 {
	background: #FEF4F4;
	padding: 15px;
	border-radius: 15px;
}
#block-webform-client-block-29 input {
	width: 100px;
	border: 0;
	
}
.form-submit {
	
}
#block-webform-client-block-29 .form-text {
	width: 230px;
}

/*   LEFT NAVIGATION IN FIRST SIDEBAR   */
#block-menu-block-1 {
    background: #fef4f4 none repeat scroll 0 0;
    border-radius: 7px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 !important;
}
#block-menu-block-1 ul li{
	padding: 0px 0 0 15px;
	margin: 0;
	list-style: none;
/*	border-bottom: 1px dashed #ccc;*/
	line-height: 2.5em !important; 
	
}
#block-menu-block-1 ul li.last{
	border-bottom:none;
	
}
#block-menu-block-1 ul li a {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #522F91;
	  font-size: 14px;
}
#block-menu-block-1 ul li a:hover {
	color: #EA2D2D;
	text-decoration: underline;
}


#block-block-20 {
	  margin-right: 0px;
}

#slideshow-nav {
    height: 10px;
    position: relative;
    right: -530px;
    top: 236px;
    z-index: 100000000;
}
#slideshow-nav a {
background: url(images/dots.png) 0 0 no-repeat;
width: 14px;
height: 9px;
display: block;
font-size: 1px;
float: left;
text-indent: -3000000em;
}
#slideshow-nav a.activeSlide {
background: url(images/dots.png) -16px 0 no-repeat;
font-size: 1px;
display: block;
float: left;
}

#slideshow-nav-2 {
z-index: 100000000;
height: 10px;
position: relative;
top: 110px;
left: 0;
}
#slideshow-nav-2 a {
background: url(images/dots.png) 0 0 no-repeat;
width: 14px;
height: 9px;
display: block;
font-size: 1px;
float: left;
text-indent: -3000000em;
}
#slideshow-nav-2 a.activeSlide {
background: url(images/dots.png) -16px 0 no-repeat;
font-size: 1px;
display: block;
float: left;
}
#views-slideshow-cycle-main-frame-row-item {
	border: 1px solid red;
}

/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
    background: rgba(83, 47, 145, 0.7) none repeat scroll 0 0;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 9;
	position: fixed;
	top: 0;
}

#header_wrapper{
  /*background: #000;*/
}

#header {
    margin: auto;
    max-width: 1140px;
    padding-bottom: 10px;
}
.homeImage {
    margin-bottom: 40px;
}
.homeImage img{
    border-bottom: 4px solid #7e63ad;
}
a.redButton {
    background: #ef2d24 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 30px;
}
a.redButton:hover {
    background: #532f91;
 
}


#logo {
  float:left;
  margin: 10px 0 0 0;
  width: 80px;
}

#site-title a,
#site-description {
  color:#000;
  font-weight: 300;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 25px 0;
  font-size:30px;
  font-weight:bold;
}

#site-title a{
  float: left;
  line-height: 100%;
}

#site-description {
  color: rgb(148, 146, 146);
  margin: 0;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 100%;
}

#main-menu {
    float: right;
    left: 0;
 /*   margin-bottom: -35px;*/
    margin-top: 0;
    position: relative;
/*    top: -64px;*/
  /*  width: 577px;*/
    z-index: 11;
	
}
.customLogins {
    float: right;
    padding: 5px 30px 5px 15px;
}
.customLogins > a, .customLogins {
    color: #fff;
}
.customLogins > a {
	padding: 0 10px;	
}
.customLogins > a:hover {
	color: #eee;
}
#smallMenu .menu_wrapper {
	margin: auto;
	width: 953px;

    padding-top: 5px;
}
#smallMenu #main-menu {
    float: right;
    margin-bottom:0 ;
    margin-top: 0;
    position: relative;
    top: 14px;
    width: 580px;
    z-index: 11;
	
}
#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:13px;
}

#main-menu li {
  position:relative;
  float:left;
  padding:0;
  margin:0;
  font-size: 14px;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul, ol, div.item-list ul{
  margin: 5px 0 5px 0;
  padding: 0;
}

ul li, ul.menu li, ul.links li, .item-list ul li {

  margin: 0 0 2px;
  padding: 0 0 0 5px;
}

#main-menu a {
    display: block;
/*    font-family: 'Muli',sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    margin-right: 17px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
}

#main-menu a:hover,
#main-menu li a.active,
#main-menu li a.active-trail{
  color: #ccc;
  text-decoration: none;
}
#main-menu li li a.active{
  background: rgb(30, 39, 46);
}

.drop-down-toggle {
  position:absolute;
  top:7px;
  right:16px;
  display:none;
  width:20px;
  height:20px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
    background: #422079 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    min-width: 150px;
    overflow: hidden;
    padding: 6% 5%;
    text-align: left;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: #fff;
  color: #422079;
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  box-shadow:0 0 3px #333;
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}
.subHomeBox {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 7px;
    clear: right;
    float: left;
    height: 60px;
    margin: 0 5% 5% 0;
    padding: 100px 5% 0 2%;
    width: 38%;
}
.subHomeBox a {
	color: #fff;
}
.subHomeBox h2 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em !important;
    text-transform: uppercase;
}
.subHomeBox a:hover {
	color: #EA2D2D;
}
/*OWNERS*/
.subHomeBox.join {
background: url(images/join.jpg) no-repeat;
}
.subHomeBox.why {
background: url(images/why.jpg) no-repeat;
}
.subHomeBox.login {
background: url(images/login.jpg) no-repeat;
}
.subHomeBox.book {
background: url(images/book.jpg) no-repeat;
}
/*TENANTS*/
.subHomeBox.rent {
background: url(images/rent.jpg) no-repeat;
}
.subHomeBox.apply {
background: url(images/apply.jpg) no-repeat;
}
.subHomeBox.moveIn {
background: url(images/moving_in.jpg) no-repeat;
}
.subHomeBox.moveOut {
background: url(images/moving_out.jpg) no-repeat;
}

/*.front #container{
  margin-top: 1.5%;
}*/

.front #container {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
    padding: 0;
}
#container {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
    padding: 120px 0 0;
    position: relative;
}

.region-slideshow {
    clear: both;
    padding: 0;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: rgba(255, 255, 255, .6);
margin: 20px;
width: 60%;
font-size: 13px;
padding: 20px;
font-family: Arial, sans-serif;
color: rgb(0, 0, 0);
line-height: 120%;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}
.front .content-sidebar-wrap{
  margin-top: 0px;
}

.content-sidebar-wrap #content {
    display: inline;
    float: right;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 71%;
}

body.sidebar-first #sidebar-first {
  width: 29%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
    margin-left: 2.2%;
    width: 63%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 29%;
  margin-right: 57px;
}

#post-content {
   /* border: 1px dashed red;*/
    clear: both;
    float: left;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 55px;
}

.node {
  margin:20px 0;
}
.node h2.title, .page-title {
  font-size: 30px;
  color: #53338F;

}
.front .page-title {
	display: none;
}
.node h2.title a{
  color: #000;
}

.block {
  margin-bottom: 0;
}

.block > h2{
font-size: 18px;
	font-weight: 200;
margin: 0px 0px;
padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
 background: url("images/arrows.png") no-repeat;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;

    margin-bottom: 0;
	line-height: 1em;
	border-bottom: 2px solid #ef2d24;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  background: url("images/hr.png") top center no-repeat;
  padding-top: 2%;
  margin-top: 3%;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #696F72;
  border-radius: 4px;
  color: #FFF;
  font-weight: normal;
  padding: 4px 8px;
}

.links li a:hover {
  background: #000;
  color: #DDD;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
  font-size: 2em;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
  width: 95% !important;
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; width: 95%; }
.resizable-textarea .grippie {
width: 95% !important;  
}

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label {
    color: #54328F;
font-size: 1.1em;
}
.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #EA2D2D;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 9px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 8px;
    position: relative;
	bordeR: 0;
	border-radius: 15px;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #54328F;
}

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
  text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#top-area {
  clear:both;
}

#top-area {
  position:relative;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 32%;
  margin: 1.8% 0;
  margin: 0 5px;
  background: rgb(252, 252, 252);
  border: 1px solid rgb(241, 241, 241);
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(34, 46, 54);
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
  clear:both;
  color: #8A8A8A;
  background: #4b3079;
  padding-bottom: 0px;
  margin-top: 0px;
}

#footer a{
  color: #EA2D2D;
}

#footer_wrapper {
    background: #333 none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 100%;
}

#footer-area {
    color: rgb(128, 128, 128);
    margin: auto;
    max-width: 1140px;
    padding: 1.76% 0 0;
    position: relative;
}
#footer-area p {
	margin-bottom: 5px;
}
#footer-area ul {

	
}
.menu_wrapper {
    position: relative;
    top: -60px !important;
}
#block-block-1, #block-block-2, #block-block-3,
#block-menu-block-2, #block-menu-block-3, #block-menu-block-4, #block-block-18 {
	background: none;
	margin:0;
	padding: 15px 15px 15px 20px;
	font-family: 'Muli',sans-serif;
	font-weight: 200;
}


#block-block-18 p {
    font-size: 13px !important;
}

#footer-area ul li, #footer-area ul li a {
    color: #fff;
    font-family: "Montserrat",helvetica;
    font-weight: 400 !important;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#footer-area ul li a:hover{
    color: #ccc;
}

#footer-area ul li:before {
	content: "\00BB \0020";
}

#footer-area .column {
  float:left;
  width:30.3%;
  margin:0 1px 1.9% 2.5%;
  border-radius: 6px !important;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
    clear: both;
    padding: 10px 0;
}

.copyright {
  float:left;
  max-width:728px;
  padding-left: 20px;

}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
    color: #ccc;
    font-size: 12px;
    margin: 0;
}
.footer_credit {
    background: #4b3079 none repeat scroll 0 0;
    color: #fff;
    font-family: Arial;
    overflow: auto;
    padding: 10px 0;
}

.footer_inner_credit {
    margin: 0 auto;
    max-width: 1140px;
}

.social-icons {
  float: right;
  /*position: fixed;
  right: 0;
  top: 10%;
  padding: 5px 0px;
  z-index: 99;
  background: rgb(34, 46, 54);
  -webkit-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  -moz-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  box-shadow: 1px 0px 7px rgb(43, 150, 250);*/
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0 3px;
}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;
}
.front .region-content #block-system-main {
    clear: both !important;
    float: left;
    margin-top: 50px;
    padding-left: 0;
    width: 100%;
}
.front .region-content #block-system-main img {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0;
}


#post-content .content ul {
	background: #EEEAF4;
	border-radius: 15px;
    list-style-type: disc;
	padding: 15px;
	margin-bottom: 10px;
}
#post-content .content li {
	background: url(images/arrow.gif) no-repeat 0 10px;
	padding-left: 8px;
	margin-left: 0;
	line-height: 1.6em;
	list-style: none;
width: 100%;
}
#post-content .content ol {
	background: #EEEAF4;
	border-radius: 15px;
    list-style-type: disc;
	padding: 15px 15px 15px 35px ;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 85%;
}
#post-content .content ol li {
	line-height: 1.6em;
	list-style: decimal !important;
	background: none;
}
.block .content ul {
	background: none !important;
	padding: 0 !important;
}
.block .content ul ul li {
	background: #fff !important;
	padding: 0 0 0 0px !important;
	width: 95%;
}
.block .content ul ul li a {
	background: #fff !important;
	padding: 0 0 0 3px !important;
}
.block .content ul li {
	margin-lefT: 0;
}
.block .content ul li a.active-trail {
font-weight: bold;
}
.block .content ul li li a {
	margin-lefT: 10px !important;
font-weight: normal !important;
}
#block-webform-client-block-28 {
padding-right: 20px;
}
.view-meet-the-team ul li {
	background: 0 !important; 
}
#block-block-16 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EA2D2D;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 15px;
    float: right;
    height: 165px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    width: 250px;
}
#block-block-17 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e6e0ee;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: 15px;
    padding-bottom: 3px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
}
#block-block-17 h2 {
	margin-bottom: 5px;
}
div.homeIntro{
    width:900px;
    height:140px;
    display:block;
    padding:10px 0;
    overflow:hidden;
}
div.homeIntro h2 {
    line-height: 1.5em;
    margin-bottom: 20px;
}
div.viewingTimes {
	float: right;
	width: 290px;
	margin-left: 40px;
}


.fh_toggle, .fh_hidden {
	margin: 0 0 5px 0px;
}
.fh_hidden {

}

.fh_toggle:after {
   content: " +";
}
.fh_toggle {
  background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #533290;
    font-size: 12px;
	  font-family: 'Muli',sans-serif;
    font-weight: 200;
    margin-right: 800px;
    margin-top: -19px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 11px;
    text-transform: uppercase;
}
.fh_toggle:hover {
	cursor: pointer;
	color: #EA2D2D;
}
	
	
	
	
#homeTable {
float: right !important;
display: block;
width: 300px;
padding:0;
margin: 0 0 0 20px;
}
#homeTable h3 {
margin:0;
padding-top:0;
font-size: 22px;
}
a.viewingTimes {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/viewing_times.jpg");
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: #CCCCCC;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    display: block;
    font-size: 21px;
    padding-bottom: 33px;
    padding-left: 9px;
    padding-right: 40px;
    padding-top: 5px;
		font-weight: 200;
}
div.viewingTimes {
    float: right;
    margin-left: 40px;
    width: 290px;
}
div.viewingTimes img {
    height: 80%;
    padding-left: 13px;
    padding-top: 0;
    width: 80%;
}
a.pdfDownload, a.wordDoc {
	background: url("images/icon_pdf.gif") no-repeat top left;
	padding-left: 20px;
}

#block-views-news-page-block .views-row-even, #block-views-news-page-block .views-row-odd  {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 5px ;
}
#block-views-news-page-block .views-row-odd {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	
}
.views-field-field-date {
	font-size: 11px;
	color: #EA2D2D;
}
 #post-content .content .gallery-frame li {
	background: none !important;
	padding-left: 0;
}
.view-properties-for-rent {
}

.view-properties-for-rent .views-field-body{
margin-top: 0px;
margin-left: 180px;
}
.view-properties-for-rent .views-field-body p{
font-size: 12px !important;
}
.views-field-field-property-type .views-label {
display: none;
}
.views-field-field-property-type  {
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
}
.views-exposed-form .form-item, .views-exposed-form .form-submit {
    margin-bottom: 0;
    margin-top: 0;
    width: 260px;
}
#block-views-exp-properties-for-rent-page {
	padding: 15px;
	border-radius: 10px;
	background: #eee;
}
.page-node-179 td {
border-top: 1px solid #ccc !important;
font-size: 15px !important;
padding:3px 3px !important;
height: 10px !important;
min-width: 98px;
}
.page-node-179 td span {
font-size: 15px !important;
}
.page-node-179 td strong span{
font-size: 18px !important;
}
.footerBottomWrapper {
	background: #4b3079;
	
}
.footerBottomInner {
	max-width: 1000px;
	margin: auto;
	padding: 30px;
}
.homeVideo {
    color: #ccc;
    float: right;
    margin-bottom: 20px !important;
    margin-left: 60px;
    width: 50%;
}
#block-block-21, #block-block-22 {
    background: #e32213 none repeat scroll 0 0;
    border-radius: 20px;
    float: right;
    font-size: 1.2em;
    height: auto;
    padding: 20px 40px;
    text-align: center;
    width: auto;
}
#block-block-21 a, #block-block-22 a {
    color: #fff;
    text-transform: uppercase;
}
#block-block-22 {
    background: #999 none repeat scroll 0 0;
    margin-right: 10px;
}
.loginTop {
    color: #fff;
    float: right;
    height: 20px;
    margin-right: 30px;
    position: relative;
    top: -50px;
}
.loginButton {
    background: rgba(0, 0, 0, 0) url("images/padlock.png") no-repeat scroll 15px 5px;
    border: 1px solid #fff;
    border-radius: 6px;
    clear: both !important;
    float: right;
    margin: 0 2% 0 0 !important;
    padding: 2px 8px 0 0;
    position: relative;
    text-align: right;
    top: 0;
    width: 20%;
}
.loginButton a {
	color: #fff;
}
.loginButton a:hover {
	text-decoration: underline;
}
.homeVideo img {
    width: 100%;
}
.collectedRent {
    background: rgba(0, 0, 0, 0) url("images/collected-rent.jpg") no-repeat scroll center top;
    height: 290px;
    padding-top: 110px;
	float: left;
	width: 100%;
	margin: 30px 0 80px 0;
}
.collectedRent {
	text-align: center;
}
.collectedRent h2 {
    color: #ef2d24;
    font-size: 55px;
    font-weight: 600;
	margin: 0;
}
.collectedRent h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 10px;
}
.callToActions {
    clear: both;
    height: auto;
    margin: auto;
    max-width: 1140px;
}

/*Testimonials*/
#block-views-testimonials-block {
    height: 270px;
    margin: 30px auto;
    max-width: 1140px;
    padding-top: 40px;
	padding-bottom: 60px;
    text-align: center;
    width: 880px;
}
#block-views-testimonials-block .views-field views-field-title,
#block-views-testimonials-block .field-content {
	text-align: center;
}
#block-views-testimonials-block .views-field-title {
		font-weight: bold;	
}
#block-views-testimonials-block .field-content p {
	font-size: 18px;	
}
#block-views-testimonials-block div {
	width: 100%;	
}
#block-views-testimonials-block .views-field-title, #block-views-testimonials-block .views-field-body {
	color: #666;
}
#block-views-testimonials-block .views-field-body {
	font-style: italic ;
}

#block-views-testimonials-block .views-row-even {
	background: none;	
}
#block-views-testimonials-block h2 {
    color: #4b3079;
    font-size: 35px;
    font-weight: 100;
    margin: 0 0 30px;
}
.hoverOn {
    display: none;
    margin-top: 10px;
}
.ownerHover:hover > .hoverOff {
display: none;
 	
}

.ownerHover:hover > .hoverOn{
	display: block;
	padding: 20px 10px;
}
a.outlineButton {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    padding: 2px 7px;
}
a.outlineButton:hover {
	background: #fff;
	color: #4d2c87;
	
}
.hoverOn p {
    font-size: 12.5px;
    padding-top: 0;
}
.responsive-menus.responsified span.toggler {
    background: #ef2d24 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.35em;
    outline: medium none;
    padding: 10px !important;
    text-align: center !important;
}

.views-field.views-field-title-1 {
    padding: 0 0 20px;
}
#counter {
    display: inline;
}
#block-block-23 {
    padding: 0 0 0 20px;
}
#block-block-23 img {
    padding-right: 10px;
    width: 28%;
}
#block-block-24 {
    padding-left: 20px;
    padding-bottom: 10px;
}
#block-block-20 {
    display: block;
    height: 227px;
    margin: auto !important;
    max-width: 1140px;
    padding: 80px 0 0px;
    width: 100% !important;
}
.logos {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    height: 200px;
    margin: 0 15%;
    width: 20%;
}

#block-views-testimonials-block .field-content a {
    border: 1px solid #4d2c87;
    border-radius: 10px;
    display: block;
    margin: 30px auto auto;
    padding: 10px;
    width: 100px;
}
.field.field-name-field-date-available-from {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100% !important;
}
a.applyButton {
    border: 1px solid #e32213;
    border-radius: 20px;
    color: #e32213;
    float: right;
    margin-top: 20px;
    padding: 15px 20px;
}
.views-field-path a {
    background: #e32213 none repeat scroll 0 0;
    border-radius: 10px;
    clear: both !important;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    line-height: 5em;
    margin-bottom: 10px !important;
/*    margin-left: 180px;*/
    padding: 10px 20px;
    text-transform: uppercase;
}
.views-field.views-field-nothing-1 {
    font-weight: bold;
    margin-left: 180px;
    text-transform: uppercase;
}
a.applyOnline {
    border: 1px solid #e32213;
    border-radius: 20px;
    clear: right !important;
    color: #e32213;
    display: inline-block !important;
    float: none;
    margin-top: 20px;
    padding: 15px 20px;
}
.buttonWrap {
    clear: both;
    margin-bottom: 30px;
    margin-left: 180px;
}
.view-properties-for-rent img {
    max-width: 140px !important;
    height: auto;
    padding-right: 30px;
}
.galleryformatter .gallery-slides, .galleryformatter .gallery-thumbs {

    margin: 0 auto;
    max-height: 410px !important;
    max-width: 1200px !important;
    width: 620px !important;

}
.galleryformatter img, .gallery-frame {

    max-height: 410px;
    width: auto;
    margin: auto !important;

}