/*
Theme Name: Better Homes
Theme URI: http://www.rexsoftware.com
Description: Rex software blog theme
Version: 1.0
Author: Rex Software
Author URI: http://www.rexsoftware.com/
*/

/*************************************** Theme Specific Styling ONLY ***************************************/

* {
font-family: "proxima-nova-1","proxima-nova-2",sans-serif
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

main {
	height: auto;
}

#page-body { 
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

p {
	font-size: 18px;
	font-weight: 100;
	color: #424242;
}
.scroller {
	height: 100%;
	height: -webkit-calc(100% - 80px);
	height: calc(100% - 80px);
	-webkit-overflow-scrolling: touch;
}

.home .scroller {
	height: 100%;
}

.container {
	max-width: 960px;
	padding: 0 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.header {
	z-index: 100;
}

.home .header {
	position: absolute;
	width: 100%;
	height: 1px;
}

.home-header,
.home-header .row {
	height: 1px;	
}

.page-header {
	width: 100%;
	height: 50px;
	background-color: #fff;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	box-shadow: 0 3px 3px rgba(0,0,0,.2);

}

@media (min-width: 768px){
	.page-header {
		height: 80px;
	}
}

.home-header {
	overflow: visible;
}

.home-header-logo-container {
	background-color: #3b1a65;
	position: relative;
}

.home-header .home-header-logo-container {
	width: 130px;
	height: 130px;
	float: left;
}

@media (min-width: 768px){
	.home-header .home-header-logo-container {
		width: 302px;
		height: 300px;
	}
}

.page-header .home-header-logo-container {
	width: 130px;
	padding: 0;
	height: 50px;
}

@media (min-width: 768px){
	.page-header .home-header-logo-container {
		width: 200px;
		height: 80px;
	}
}

.page-header .container {
	height: 100%;
	overflow: visible;
}


.home-header-logo-container .header-logo {
	width: 73%;
	height: auto;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

.home-nav {
	height: 50px;
	width: 50px;
	background-color: #fff;
	float: right;
}

@media (min-width: 768px){
	.home-nav {
		float: left;
		width: 100%;
		height: 80px;
		position: relative;
		padding-left: 25px;
	}
}

.header-nav-menu {
	width: 620px;
	margin-left: 20px;
	float: left;
}

.home-hero {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	
	overflow: hidden;
}

@media (min-width: 768px){
	.home-hero {
		height: 500px;
		padding-bottom: 0;
	}
}
.home-hero-img {
	position: absolute;
	bottom: 0px;
	left: -9999px;
	right: -9999px;
	
	margin: auto;
	
	max-height: 100%;
	
	z-index: -1;
}
@media (max-width: 767px){
	.home-hero{
		height:250px;
		padding-bottom:0px;
	}
	.home-hero-img{
		max-height: inherit;
		max-width: 100%;
		min-height: 250px;
		min-width:484px;
		height: auto;
		width: 100%;
	}
}

@media (min-width: 985px) {
	.home-hero-img {
		max-height: none;
		min-height: 100%;
		width: 100%;
	}
}


.home-hero-pattern {
	background-image: url(images/header-clear-pattern.png);
	background-repeat: repeat;
	background-position: center top;
	position: absolute;
	width: 100%;
	height: 100%;
}

.home-links {
	background: #401E6B ;
	color: #fff;
	padding-bottom: 20px;
}

@media screen and (min-width: 1000px) {
	.home-links {
		background: #401E6B url(images/purple-pattern.jpg) center 20px repeat-x ;
	}

}

.home-links-heading {
	padding-left: 60px;
	padding-right: 0px;
}

.home-links-title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1em;
	margin: 72px 0 1px;
	padding: 0;
}

.home-links-subtitle {
	font-size: 25px;
	font-weight: 100;
	margin: 0 0 60px;
	padding: 0;
	color: inherit;
	line-height: 1.2em;
}

@media (min-width: 768px) {
	.home-links-title,
	.home-links-subtitle {
		font-size: 55px;
	}
}

.home-feature-listing {
	width: 100%;
	color: #fff;
	background-color: #9d9fa2;
	position: relative;

}

.home-feature-listing a {
	color: inherit;
	text-decoration: none;
	
}

.home-feature-listing > a {
	display: block;
	height: 100%;
	width: 100%;
}
.home-feature-listing-content {
	font-size: 18px;
	height: 2.4em;
	overflow: hidden;
}

.home-feature-listing-content p {
	margin: 0;
	color: #fff;
}

.home-feature-listing-title {
	font-size: 20px;
	font-weight: 600;
	
	line-height: 66px;
	
	background-color: #000;
}

@media (min-width: 768px) {
	.home-feature-listing-title {
		font-size: 20px;
		background-color: rgba(0, 0, 0, 0.5);
		text-align: center;
	}
}




.home-feature-listing-bg {
	position: relative;
	
	overflow: hidden;
	
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}



.home-feature-listing-img {
	height: auto;
	width: 100%;
	float: left;
}

.home-feature-property-img-title{
	background-color:rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin:2px 2px -65px;
    position: relative;
    z-index: 1;
}
	.home-feature-property-img-title p{		
		font-weight:700;
		color: #FFF;
		text-align: center;
	}
.home-feature-property-img-wrapper a:hover{
	color:#FFF;
	text-decoration: none;
}

.home-feature-property-headline-link a:hover{
	text-decoration:underline;
	color:#FFF;
}
.home-feature-property-content{
	max-height: 102px;
	overflow:hidden;
	line-height: 21px;
	margin-top:8px;
}
.home-feature-property-content p, a.home-feature-property-headline-link{
	color:#FFF;
}
a.home-feature-property-headline-link{
	font-weight:700;
	font-size:30px;

}

.home-feature-property-headline{
	max-height: 36px;
	overflow: hidden;
	margin-top:28px;
}

.home-feature-property-headline-link{
	color: #FFF;
}


.home-feature-property-link{
	background-color: transparent !important;
	margin-top: 20px;
}
.home-feature-property-link:hover{
	color: #9d9fa2 !important;
	background-color: #FFF !important;
}

.home-feature-property-img-main{
	height: auto;
	max-height: 345px;
	width:100%;
	position:relative;
	border: 2px solid #FFF;
}

.feature-listing-img-secondary {
	float: left;
	width: 50%;
}

@media screen and (max-width:992px){
	.home-feature-property-link{
		margin-top: 36px;
	}
	.home-feature-property-headline-link{
		margin-top:20px;
	}
}

@media screen and (min-width: 768px) {
	.home-feature-listing-img {
		width: 66.6666666666666%;
	}

	.feature-listing-img-secondary {
		width: 33.33333333%;
	}
}

@media screen and (min-width: 768px) {
	.home-feature-listing-img {
		height: auto;
	}
}

.home-feature-listing-body {
	padding: 0 20px;
}

.home-feature-property {
	padding: 0 20px;
	background: #a1a2a3;
	padding: 40px 0px;
}

.home-feature-listing .container {
	max-width: 750px;
}

	.home-feature-property-price{
		display:block;
		color:#FFF;
		font-size: 18px;
		font-weight:700;
		margin-top:20px;
	}

@media screen and (min-width: 768px) {
	.home-feature-listing-body {
		padding: 0 40px;
	}

	.home-feature-listing .container {
		max-width: 960px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media (min-width: 1000px) {
	
	.home-feature-listing-title {
		width: 300px;
		margin: 0 10px;	
	}
	
	.home-feature-listing-body {
		width: 620px;
		margin: 0 10px;	
	}
}


.home-feature-listing-headline {
	font-size: 25px;
	font-weight: 600;
	padding-top: 11px;
	padding-bottom: 10px;
}
@media (min-width: 1000px) {
	.home-feature-listing-headline {
		font-size: 30px;
	}
}

.home-feature-listing-content p {
	font-size: 18px;
	font-weight: 100;
}
.home-feature-listing-price {
	font-size: 18px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}
.home-news {
	background-color: #fff;
	overflow: hidden;
}

.home-news .container,
.home-news .row {
	overflow: visible;	
}

.home-news-content {
	padding-bottom: 60px;
	
}

.news-post-content {
	font-size: 18px;
	line-height: 1.2;
	height: 5.3em;
	overflow: hidden;
}

@media (min-width: 768px){
	.home-news-content {
		float: right;
		padding-bottom: 125px;
	}
}


.home-news-aside {
	padding: 20px 20px;
	background: #492677 url(images/betterhomes-office.jpg) top right no-repeat;
	color: #fff;
	float: right;
}

.home-news-aside p{
	font-style: italic;
	color: inherit;
}
@media (min-width: 768px){
	.home-news-aside {
		padding-left: 9999px;
		margin-left: -9999px;
		padding-right: 0;
		padding-top: 143px;
		
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	
	.home-news-aside-inner {
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		margin: auto;
		height: 340px;
	}
	
	.home-news-aside p{
		padding-left: 10px;
		padding-right: 40px;
	}
	
	.home-news-aside p:first-child{
		margin-top: 0;
	}
}


.home-news-heading {
	font-size: 25px;
	font-weight: 100;
	color: #9d9fa2;
	padding-top: 42px;
	padding-bottom: 10px;
}

.home-news-post a {
	color: #401e6c;
}

@media (min-width: 768px){
	.home-news-heading {
		padding-left: 20px;
	}

	.home-news-post {
		padding-left: 20px;
		margin-bottom: 32px;
	}
}

.home-news-content .styled-button {
	margin-top: 40px;	
}

@media (min-width: 768px){
	.home-news-content .styled-button {
		margin-left: 20px;
		
	}
}

.news-post-title {
	font-size: 25px;
	font-weight: 600;
	line-height: 28px;
	color: #401e6c;
	margin-top: 16px;
	
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-ms-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}
.news-post-content p:first-child {
	margin-top: 0.5em;
}

@media (min-width: 768px){
	.home-news-heading {
		font-size: 55px;
	}
	
	.news-post-title {
		font-size: 30px;
	}
}

/*	==========================================================================
	 Footer
	========================================================================== */
.footer {
	background-color: #492677;
	overflow: hidden;
}
.footer .container {
	overflow: visible;
}

.brand-footer {
	padding: 0px 0 54px;
	color: #fff;
	background: #401e6c url(images/footer-background.png) -300px center no-repeat;
	
	padding-right: 9999px;
	margin-right: -9999px;
}

.footer-map-button {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.brand-footer {
		padding-left: 0;	
	}
	
}

.footer-section-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 28px;
	color: inherit;
	margin-bottom: 30px;
	margin-top: 60px;
}

.brand-footer p {
	color: inherit;
	margin: 0 0 3px;
}

.brand-footer a {
	color: inherit;
}

.footer-contact-detail strong {
	margin-right: 10px;
	width: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.colophon .row {
	padding-left: 10px;
}

/*	==========================================================================
	 Navigation
	========================================================================== */

.nav-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	position: absolute;
	bottom: 0;
}

.page-header .nav-menu {
	right: 0;
}

.nav-inner {
	height: 50px;
}


.nav:after,
.nav-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/*
 * Globals
 */

.nav-menu .sub-menu-container {
	display: none;
	/*overflow: hidden;*/
}

.nav-menu .sub-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 2000;
	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	
	background-color: #3b1a65;

	position: relative;
}


.nav-menu .menu-item {
    cursor: pointer; /* sets the mouse cursor to look like a link for menus that do not have an A element */
    position: relative; /* resets the positioning context */
}

.nav-menu .menu-item:hover,
.nav-menu .menu-item:active
{
    z-index: 2000; /* bring element top-most */
}

.nav-menu > .menu-item {
	float: left;
}

.nav-menu .menu-item:hover > .sub-menu-container, /* Show submenu on hover */
.nav-menu .menu-item:active > .sub-menu-container
{
	display: block; /* display the submenus when the LI is hovered over */
	position: absolute;
	z-index: 2000; /* top most */
}

.nav-menu > .menu-item:hover > div.sub-menu-container, /* Only first level of submenus */
.nav-menu > .menu-item:active > div.sub-menu-container
{
    top: 100%; /* set to the bottom of the menu */
    left: 0; /* move left 1px from left of LI element */
}


.nav-menu .menu-item:hover > .sub-menu-container, /* Only Rest of the submenus */
.nav-menu .menu-item:active > .sub-menu-container
{
    top: 0px; /* set to the top of the menu */
    left: 100%; /* set to the right of the menu  */
}

@media screen and (max-width: 1200px) {

	.nav-menu > .menu-item:last-child:hover > div.sub-menu-container, /* Fix to stop the menu going off the right hand size of the screen */
	.nav-menu > .menu-item:last-child:active > div.sub-menu-container
	{
		top: 100%; /* set to the bottom of the menu */
		left: -100%; /* move left 1px from left of LI element */
	}

	.nav-menu .menu-item:last-child .menu-item:hover > .sub-menu-container,
	.nav-menu .menu-item:last-child .menu-item:active > .sub-menu-container
	{
		left: 0; /* move left 1px from left of LI element */
	}

	.nav-menu .menu-item:last-child .menu-item:hover > .sub-menu-container > .sub-menu,
	.nav-menu .menu-item:last-child .menu-item:active > .sub-menu-container > .sub-menu
	{
		position: absolute;
		right: 100%;
	}
}

.menu-item a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
 * Globals
 */

.nav-menu a,
.nav-menu a:hover,
.nav-menu a:link,
.nav-menu a:visited {
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	display: block;
	font-weight: 300;
}

/*
 * Top Level Items
 */
.nav-menu > li {
 	float: left;
}

.nav-menu > li > a,
.nav-menu > li > a:hover,
.nav-menu > li > a:link,
.nav-menu > li > a:visited {
	font-size: 16px;
	font-weight: 600;
	margin: 8px 5px;
	line-height: 28px;
	padding: 10px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	color: #333;
}

.nav-menu > li > a:hover {
	color: #9d9fa2;
}

.nav-menu > li:hover > .sub-menu-container {
	padding-top: 9px;
}

.nav-menu > li:hover > .sub-menu-container > .sub-menu:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #3b1a65 transparent;
	
	position: absolute;
	top: -8px;
	left: 40px;
	
	z-index: -1;
}


@media screen and (max-width: 1200px) {

	.nav-menu > .menu-item:last-child:hover > .sub-menu-container > .sub-menu:before {
		right: 80px;
		left: auto;
	}
}

/*
 * Dropdown Items
 */

 .nav-menu li li a {
	line-height: 35px;
	padding: 0 18px;
	-ms-text-align-last: left;
	text-align: left;

	font-size: 16px;
	color: #fff;
}

.nav-menu li li:hover > a {
	color: #9d9fa2;
}

@media only screen and (max-width: 980px) {
	header .nav-menu > li > a {
		padding-left:0;
		padding-right: 0;
		font-size: 12px;
		margin: 0 10px;
	}
}

@media only screen and (max-width: 980px) {
	.nav-menu.home-large-menu > li > a {
		margin-left: 9px;
		margin-right: 9px;
	}
}


/*	==========================================================================
	 Mobile Nav
	========================================================================== */

.nav-menu-trigger {
	width: 55px;
	height: 60px;
	background-color: #fff;
	color: #333;
	position: absolute;
	right: 0;
}

@media only screen and (min-width: 1000px) {
	.nav-menu-trigger {
		display: none;	
	}
	
}

/*	==========================================================================
	 Home Link Cards
	========================================================================== */

.home-link-card-wrapper {
	max-width: 962px;
	width: 100%;
	margin: 1px auto 0;
}

.home-link-card {
	font-size: 18px;
	font-weight: 300;
	
	max-width: 960px;
	width: 100%;
	margin: auto;
	
	position: relative;
	
	background-color: #492677;
	padding: 40px;
	
	display: block;
	
	cursor: pointer;
	color: #fff;
}

.home-link-card:hover,
.home-link-card:visited,
.home-link-card:link {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px){
	.home-link-card {
		width: 750px;
	}
}

@media screen and (min-width: 1000px) {
	.home-link-card {
		width: 300px;
		height: 301px;
		margin: 19px 10px 0;
		float: left;
	}
}

.home-link-card strong {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	
	margin-top: 10px;
}


.home-link-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	height: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
	-moz-transition: -moz-transform 0.5s, opacity 0.3s;
	transition: transform 0.5s, opacity 0.3s;
	
	background-color: #fff;
	color: #401e6c;
	
	z-index: 20;
	
	overflow: hidden;
	
}

@media screen and (min-width: 1000px) {
	.home-link-card:hover .home-link-caption {
		opacity: 1;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
		-ms-transform: translate(15px, 15px);
		transform: translate(15px, 15px);
		
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
	}
}

.home-link-caption-inner {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	
	margin: auto;
	
	height: 2.4em;
	width: 100%;
	max-width: 180px;
	
	font-size: 18px;
	font-weight: 600;

}

/*	==========================================================================
	 Home Header
	========================================================================== */
.home-header {
	-webkit-transition: top 0.35s ease;
	-moz-transition: top 0.35s ease;
	-ms-transition: top 0.35s ease;
	-o-transition: top 0.35s ease;
	transition: top 0.35s ease;
	
	top: 0;
}	

	
.home-header.is-hidden {
	top: -300px;
}

.home .page-header {
	top: -150px;
	
	position: absolute;
	
	-webkit-transition: top 0.35s ease;
	-moz-transition: top 0.35s ease;
	-ms-transition: top 0.35s ease;
	-o-transition: top 0.35s ease;
	transition: top 0.35s ease;

}

.home .page-header.is-visible {
	top: 0;
}

.nav-menu-trigger {
	height: 50px;
	width: 50px;
	background-color: #fff;
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.nav-menu-trigger span{
	position: relative;	
}

.nav-menu-trigger span:before{
	position: absolute;
	font-size: 50px;
}

/*	==========================================================================
	 Home Button
	========================================================================== */

.styled-button {
	border: 2px solid #401e6c;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	color: #401e6c;
	padding: 0 7px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.styled-button:hover {
	color: #fff;
	background-color: #401e6c;
	
	text-decoration: none;
}

.styled-button-inverse {
	color: #ffffff;
	background-color: #401e6c;
	border-color: #fff;
}

.styled-button-inverse:hover {
	color: #401e6c;
	background-color: #ffffff;
}



/*	==========================================================================
	 Icon Font
	========================================================================== */

@font-face {
	font-family: 'betterhomes-icon-font';
	src:url('fonts/betterhomes-icon-font.eot?-wyjwsy');
	src:url('fonts/betterhomes-icon-font.eot?#iefix-wyjwsy') format('embedded-opentype'),
		url('fonts/betterhomes-icon-font.woff?-wyjwsy') format('woff'),
		url('fonts/betterhomes-icon-font.ttf?-wyjwsy') format('truetype'),
		url('fonts/betterhomes-icon-font.svg?-wyjwsy#betterhomes-icon-font') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'betterhomes-icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
	content: "\e600";
}
.icon-close:before {
	content: "\e601";
}
.icon-arrow-right:before {
	content: "\e602";
}
.icon-arrow-left:before {
	content: "\e603";
}

/*	==========================================================================
	 Off canvas Menu
	========================================================================== */

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 100%;
	height: 100%;
	width: 300px;
	visibility: hidden;
}

.mp-menu-open {
	visibility: visible;
	z-index: inherit;
}

.mp-pushed-right .mp-menu {
	left: 0;
	right: auto;
}

.mp-pushed-left .mp-menu {
	right: 0;
	left: auto;
}

.mp-pushed-right .mp-menu-open {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-pushed-left .mp-menu-open {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.mp-pushed-right .mp-level {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-pushed-left .mp-level {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}


.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(40px, 0, 0);
	-moz-transform: translate3d(40px, 0, 0);
	transform: translate3d(40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-pushed-right .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-pushed-left .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
	display: block;
	padding: 0.6em 1em 0.6em 1.8em;
	outline: none;
	font-size: 1.4em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;

	color: #333;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0.03em;

	font-weight: 100;
}

.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-close {
	width: 22px;
	height: 17px;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;

	cursor: pointer;
}

.mp-back {
	text-transform: uppercase;
	letter-spacing: 0.03em;
	display: block;
	position: relative;

	color: #333;

	font-size: 18px;

	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.6em 1em 0.6em 1.8em;
}

.mp-back:hover {
	color: inherit;	
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

/*	==========================================================================
	 Navigation Menu
	========================================================================== */

.mp-navigation-menu .mp-title {
	text-align: center;
	line-height: 70px;
	height: 70px;

	font-size: 18px;
	font-weight: 100;

	color: #fff;
	background-color: #3b1a65;
}

.mp-navigation-menu .mp-level .mp-level {
	top: 70px;
}

.mp-navigation-menu .mp-level .mp-level .mp-close {
	display: none;
}

.mp-navigation-menu .mp-close {
	left: 20px;
	top: 0;

	height: 70px;
}

/*	==========================================================================
	 Buttons
	========================================================================== */

#html .link-button {
	text-decoration: none;
}

.link-button,
input[type=submit] {
	font-size: 14px;
	font-weight: 500;
	text-align: center;

	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;

	border-width: 4px;
	
	border-style: solid;
	color: #fff !important;
	background-color: #401e6c;
}

.link-button:hover,
input[type=submit]:hover {
	background-color: #36195c !important;
}
.link-button:active,
input[type=submit]:active {
	outline: none;
	-moz-box-shadow: inset 0 3px 0 rgba(32,32,32,.45);
	-webkit-box-shadow: inset 0 3px 0 rgba(32,32,32,.45);
	box-shadow: inset 0 3px 0 rgba(32,32,32,.45);
}


.link-button.borded-link-button {
	

}

.link-button.large-button,
input[type=submit].large-button {
	width: 129px;
	padding: 12px 10px;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

@media screen and (max-width:768px){
	.home-feature-property-img-main{
		max-height: inherit;
		border:none;
	}
	.home-feature-property-img-title{
		margin-bottom: 0px;
		background-color: #000;
	}
	.home-feature-property{
		padding-top:0px;
	}
	.home-feature-property-img-title{
		border-color:#000;
		margin-left: 0px;
		margin-right:0px;
	}
	.home-feature-property-img-wrapper{
		padding:0px;
	}
	.home-feature-property-img-title p{
		text-align: left;
		padding-left:15px;
		font-size:20px;
		font-weight:600;
	}
	.home-feature-property-img-title{
		margin-top:0px;
	}


}
@media screen and (max-width:991px){
	.home-feature-property-link{
		display:none;
	}
}

.blog h2 > a:hover, .blog h2 > a:active{
	color: #401e6c !important;
}

/*	==========================================================================
	 Buttons
	========================================================================== */

.stafflistings ol li {
	height:620px;
}
.stafflistings ol li p{
	line-height:22px;
}