/* @import url('http://example.com/example_style.css'); */

/* EM Update May 2017 */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
{ % include "hubspot/styles/responsive/modules.css" % } 
{ % include "hubspot/styles/patches/recommended.css" % }
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* CSS Document */

/* Fix for CentralPoint table layout (Home page) */
html body table tbody tr td table.MidColumnContent tbody tr td { width: 0 !important; }

body img { max-width: 100%; }

/***************************************** 
Margin and Padding spacers 
*****************************************/
.nm { margin: 0 }
.m5 { margin: 5px; }
.m10 { margin: 10px; }

.mt0{ margin-top: 0px; }
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{ margin-top: 30px!important; }
.mt50{ margin-top: 50px!important; }
.mt60{ margin-top: 60px!important; }

.mr10 {	margin-right: 10px; }
.mr20 {	margin-right: 20px; }
.mr30 {	margin-right: 30px; }
.mr40 {	margin-right: 40px; }
.mr50 {	margin-right: 50px; }

.mb0{ margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb40 {	margin-bottom: 40px; }
.mb50 {	margin-bottom: 50px; }

.ml10 {	margin-left: 10px; }
.ml20 {	margin-left: 20px; }
.ml30 {	margin-left: 30px; }
.ml40 {	margin-left: 40px; }
.ml50 {	margin-left: 50px; }

.np { padding: 0; }
.pl0 { padding-left: 0; }
.pr0 { padding-right: 0; }
.pb0 {padding-bottom: 0;}

.p10 { padding: 10px; }
.p20 { padding: 20px; }

.pt10 {	padding-top: 10px; }
.pt20 {	padding-top: 20px; }
.pt30 {	padding-top: 30px; }
.pt40 {	padding-top: 40px; }
.pt50 {	padding-top: 50px; }
.pt100 { padding-top: 100px; }
.pt150 { padding-top: 150px; }
.pt200 { padding-top: 200px; }
.pt250 { padding-top: 250px; }

.pr5 {padding-right: 5px; }
.pr10 {padding-right: 10px; }
.pr20 {padding-right: 20px; }
.pr30 {padding-right: 30px; }
.pr40 {padding-right: 40px; }
.pr50 {padding-right: 50px; }

.pb10 {	padding-bottom: 10px; }
.pb20 {	padding-bottom: 20px; }
.pb30 {	padding-bottom: 30px; }
.pb40 {	padding-bottom: 40px; }
.pb50 {	padding-bottom: 50px; }
.pb100 { padding-bottom: 100px; }
.pb150 { padding-bottom: 150px; }
.pb200 { padding-bottom: 200px; }
.pb250 { padding-bottom: 250px; }

.pl5 {padding-left: 5px; }
.pl10 {padding-left: 10px; }
.pl20 {padding-left: 20px; }
.pl30 {padding-left: 30px; }
.pl40 {padding-left: 40px; }
.pl50 {padding-left: 50px; }

.img-responsive { margin: 0 auto }

.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.alignmiddle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.highlighttext { 
	border-left:5px solid #fcb040; border-top:1px solid#eedeb1; border-right:1px solid #eedeb1; border-bottom:1px solid#eedeb1; background:#faf0d6; padding: 10px 10px 10px 20px; margin-top: 20px; 
}

.finance-form .small-txt{
	color:#fff;
}
.small-txt{
	font-size: 12px;
	color: #393939
}
.br6{border-radius: 6px;}
.vertical-align {
	display: flex;
	flex-direction: row;
}
.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: left;
}

.white-txt {
	color: #fff;
}

.prop-details{
	background-color: rgba(12,45,52,0.4);
}

.prop-details > div{
	border-right:1px solid #0c2d34;
	padding-top: 10px;
	min-height: 60px;
}

.prop-details > div:last-child{
	border-right:none;
}

iframe.wistia_playlist {
  max-width: 100%;
}

.yt-video {
	position: relative;   
    padding-bottom: 56.25%; /* 16/9 ratio */   
    padding-top: 30px; /* IE6 workaround*/   
    height: 0;   
    overflow: hidden;
	margin-bottom: 25px;
}
.yt-video object, .yt-video embed, .yt-video iframe {
	position: absolute;   
    top: 0;   
    left: 0;   
    width: 100% !important;   
    height: 100% !important;
}

.semibold { font-weight:600 !important; }
.bold { font-weight:700 !important; }

/***************************************** 
Font Size 
*****************************************/

.font50 { font-size: 50px; line-height: 58px; }
.font40 { font-size: 40px; }
.font30 { font-size: 30px; }
.font20 { font-size: 20px; }
.font10 { font-size: 10px; }

/***************************************** 
Fixed height cols 
*****************************************/
.row.match-my-cols { overflow: hidden; }
.row.match-my-cols [class*="col-"]{ margin-bottom: -99999px; padding-bottom: 99999px; }

a.terms-link{cursor: pointer}

/***************************************** 
Home slider 
*****************************************/
.carousel-control {
    width: 9%;
}

#home-slides .item{
	min-height: 680px;
}
#home-slides .item:nth-child(1) {
	background: url(https://cdn2.hubspot.net/hubfs/435410/Images/banners/beginners_guide_live_event_banner.jpg) no-repeat center center fixed; 
	background-size: cover;
	background-attachment: scroll;
}

#home-slides .item:nth-child(2) {
	background: url(https://cdn2.hubspot.net/hubfs/435410/Images/home-images/pro-banner-v3.jpg) no-repeat center center fixed;
	background-size: cover;
	background-attachment: scroll;
}
#home-slides .item:nth-child(3) {
	background: url(https://cdn2.hubspot.net/hubfs/435410/Images/home-images/free-member-slide-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	background-attachment: scroll;
}

#home-slides .item:nth-child(4) {		
	background: url(https://cdn2.hubspot.net/hubfs/435410/Images/home-images/pro-member-slide-bg.jpg) no-repeat center center fixed; 
	background-size: cover;
	background-attachment: scroll;
}


/***************************************** 
NZ Slides 
*****************************************/
#home-slides.nz-slides .item:nth-child(1) {
	/* background: url(https://cdn2.hubspot.net/hubfs/435410/Images/banners/australia_november_live_banner2.jpg) no-repeat center center fixed; */
	background: url(https://cdn2.hubspot.net/hubfs/435410/Images/home-images/free-member-slide-bg-nz.jpg) no-repeat center center fixed; 
	background-attachment: fixed; background-position: bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

#home-slides.nz-slides .item:nth-child(2) {
	background: url(https://cdn2.hubspot.net/hubfs/435410/Images/home-images/pro-member-slide-bg-nz.jpg) no-repeat center center;
	background-attachment: fixed; background-position: bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
#home-slides.nz-slides .item:nth-child(3) {
	background: url(https://cdn2.hubspot.net/hubfs/435410/Images/home-images/pre-member-slide-bg-nz.jpg) no-repeat center center;
	background-attachment: fixed; background-position: bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

/*
#home-slides.nz-slides .item:nth-child(4) {
	background-attachment: fixed; background-position: bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
*/

#home-slides .carousel-inner .item:nth-child(1) span,
#home-slides .carousel-inner .item:nth-child(2) span, 
#home-slides .carousel-inner .item:nth-child(3) span,
#home-slides .carousel-inner .item:nth-child(4) span { background-color:#208da0; padding: 0 5px } 

/*#home-slides .carousel-inner .item:nth-child(4) span  {} */

#home-slides.carousel.slide .carousel-inner .item .col-md-10.col-md-offset-1 .col-md-5.white-txt div, 
#home-slides.carousel.slide .carousel-inner .item .col-md-10.col-md-offset-1 .col-md-4.white-txt div {
	padding-top: 15%;
	padding-bottom: 15%;
}

#home-slides.carousel.slide .carousel-inner .item .col-md-10.col-md-offset-1 .col-md-5.white-txt{ animation-delay: 2s; }

.slide-decks{ position: relative; }
.slide-decks.img-responsive{ display: inline; }

.pro{
	top: 110px;
	left: 180px;
	 animation-delay: 1s;
}
.free{
	top: 110px;
	left: 40px;
	z-index: 999;
	animation-delay: 0.5s;
}
.premium{
	top: 110px;
	right:90px;
	animation-delay: 1s;
}
.iphone{
	bottom: 50px;
	right: 400px;
	 animation-delay: 1s;
	z-index: 999
}
.imac{
	animation-delay: 1s;
    left: 320px;
    top: 120px;
}
.macbook{
	animation-delay: 1s;
    left: 390px;
    top: -140px;
}
.tablet{
	animation-delay: 1s;
    right: 470px;
    top: -140px;
}
.pre-graphic{
	animation-delay: 1s;
    right: 0px;
    top: 30px;
}
.devices{
	margin-top: 110px;
	animation-delay: 1s;
}
.free-slide{
	margin-top: 70px;
	animation-delay: 1s;
}
.strat-slide {
    margin-left: -160px;
    margin-top: 100px;
	animation-delay: 0.5s;
}
.carousel-indicators {
    top: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: #09c;
}
.carousel-caption h3 {
    padding: .5em;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
}

/*****************************************
Animation delays 
/****************************************/
.carousel-caption h3:first-child { animation-delay: 1s; }
.carousel-caption h3:nth-child(2) { animation-delay: 2s; }
.carousel-caption button { animation-delay: 3s; }

/*****************************************
Custom Headings 
*****************************************/
.inner-content .h2, .inner-content h2 {
	font-size: 20px;
	line-height: 24px;
}
.inner-content .pro-how-to h2 {
	background: none;
	text-align: center
}
.pro-how-to h3 {
	font-size: 18px;
}
h3.how-to-heading, h2 {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 25px;
}
h3.how-to-heading::after, h2::after {
	background-color: rgb(255, 128, 0);
	bottom: 0;
	content: " ";
	height: 4px;
	left: 0;
	position: absolute;
	width: 80px;
}
h2.nb::after {
	background: none
}

/*****************************************
Breadcrumbs
*****************************************/
.breadcrumb {
    background: none;
    margin-bottom: 0px;
    padding: 8px 15px;
	text-align: left;
	font-size: 10px;
	padding-left: 5px;
	margin-top: 0px;
}
.breadcrumb a{ color: #fff; }
.breadcrumb > .active { color: #E1DFDF; }

/*****************************************
Text 
*****************************************/
.lead-text { font-size: 24px; }
.sub-text { font-size: 18px; }

/*****************************************
General classes 
*****************************************/
.clear { clear: both }
.help { margin-top: 0px; }
.img-thumbnail { background-color: rgba(0,0,0,0.3);	border: none; }
.img-right { margin: 0 0 15px 15px; }
.img-left {	margin: 0 15px 15px 0 }

/*****************************************
Carousels 
*****************************************/
.testimonials-footer a.left.carousel-control, .testimonials-footer a.right.carousel-control { background: none; }
.testimonials-footer .carousel-control { color: #066471; text-shadow: none; }
.testimonials-footer h3 { margin-bottom:30px; }
.testimonials-footer .carousel-indicators { top: -30px; } 


.carousel-indicators li { border: 1px solid #066471; }
.carousel-indicators .active { background-color: #066471; }

/*****************************************
Icons 
/****************************************/
.support-icons { background: rgba(0, 0, 0, 0) url("http://www.realestateinvestar.com.au/2014-newsite/web/images/big-icons-support.png") no-repeat scroll }
.support span {	display: inline-block; height: 126px; width: 126px; }
.phone { background-position: 0 -126px; }
.webinar { background-position: -155px -126px; }
.knowledge { background-position: -464px -126px }
.video { background-position: -620px -126px }

/***************************************** 
Margin fix for fluid container 
*****************************************/
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid-no-padding {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

/*****************************************
Navigation & Buttons 
*****************************************/
.navbar-default { background-color: #3a3f47; border-color: #292d32; }
.navbar-default.nz-nav {
    background-color: #105f6d;
    border-color: #032328;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fcb040;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #575f6c;
	color: #fff;
}

.navbar-default.nz-nav .navbar-nav > .open > a, .navbar-default.nz-nav .navbar-nav > .open > a:focus, .navbar-default.nz-nav .navbar-nav > .open > a:hover {
	background-color: #0c454f;
}
.navbar-default.nz-nav .navbar-nav ul.dropdown-menu{
	background-color: #0c454f;
	left: -1px;
}

.navbar-default.nz-nav .navbar-nav ul.dropdown-menu li a {
    border-bottom: 1px solid #105f6d;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #575f6c;
	color: #fff;
	left:-1px;
}
.dropdown-menu li a {
	color: #fff;
	padding: 5px 20px;
	border-bottom: 1px solid #3a3f47;
}
.dropdown-menu li:last-child a, .navbar-default.nz-nav .navbar-nav ul.dropdown-menu li:last-child a  {
	border-bottom: none;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background: none;
	color: #fcb040
}
.navbar-default .navbar-collapse {
	border-color: #2b3037;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border-color: #2b3037;
	background-color: #2b3037;
}

/*****************************************
Down Triangles
*****************************************/

.whiteTriangle { background:url("https://cdn2.hubspot.net/hubfs/435410/Images/layoutelements/white_triangle.png") no-repeat center center; width: 20px; height: 10px; display: block; margin: 0 auto; }

.orangeTriangle { background:url("https://cdn2.hubspot.net/hubfs/435410/Images/layoutelements/orange_triangle.png") no-repeat center center; width: 20px; height: 10px; display: block; margin: 0 auto; }

.charcoalTriangle { background:url("https://cdn2.hubspot.net/hubfs/435410/Images/layoutelements/charcoal_triangle.png") no-repeat center center; width: 20px; height: 10px; display: block; margin: 0 auto; }

/*****************************************
Buttons 
*****************************************/
.multi-line-button { white-space: normal; }

.btn-white-full {
	background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;	
    margin: 6px 10px 6px 0;
    padding-bottom: 7px !important;
    padding-top: 8px !important;
    transition: background-color 0.5s ease 0s;
 	width: 250px;
}

.btn-white {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding-top: 8px!important;
	padding-bottom: 7px!important;
	margin: 6px 10px 6px 0;
	transition: background-color 0.5s ease;
}
.btn-white:hover, .btn-white-full:hover {
	background-color: #fff!important;
	color: #000!important
}
.btn-white-top, .btn-orange-top {
	text-align: left;
	border: none!important;
}
.btn-orange-top:hover {
	background: none!important;
}
.btn-orange, .btn-orange-top, .btn-orange-full-inverse, .btn-dark, .btn-teal, .btn-org, .btn-flat, .btn-yellow {
	background-color: transparent;
	border: 2px solid #ff8000;
	color: #fff;
	padding-top: 8px!important;
	padding-bottom: 7px!important;
	margin: 6px 10px 6px 0;
	transition: background-color 0.5s ease;
}

.btn-dark {
	background-color: #2a3436;
	border-color:#2a3436;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: bold
}

	.btn-dark:hover { background-color: #8fc642; border-color:#81bb2f !important; }

.btn-flat {
	color: #fff!important;
	text-transform: uppercase;
	font-weight: bold
}
.btn-flat.mustard {
	background-color: #d38d27;
	border-color:#d38d27;
}
.btn-flat.red {
	background-color: #c22f21;
	border-color:#c22f21;
}
.btn-flat.teal {
	background-color: #216976;
	border-color:#216976;
}

.btn-org {
	background-color: #ff8000;
	border-color:#ff8000;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: bold
}

.btn-yellow {
	background-color: #fcb040;
	border-color:#f3a73a !important;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: bold
}

	.btn-yellow:hover { background-color: #8fc642; border-color:#81bb2f !important; }

.btn-teal {
	background-color: #208da0;
	border-color:#208da0;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: bold
}
.btn-orange:hover {
	background-color: #ff8000!important;
	color: #fff!important
}
.btn-orange-full, .btn-primary-full {
	background-color: #ff8000;
	border: 2px solid #ff8000;
	color: #fff;
	padding-top: 8px!important;
	padding-bottom: 7px!important;
	margin: 6px 10px 6px 0;
	transition: background-color 0.5s ease;
	font-size: 24px;
	/*width: 250px;*/
}
.btn-orange:hover {
	background-color: #ff8000!important;
	color: #fff!important
}
.btn-orange-full:hover {
	background-color: #fff!important;
	color: #ff8000!important
}

.btn-orange-full-inverse {
	color: #ff8000;
}
.btn-orange-full-inverse:hover{
	background-color: #ff8000;
	color:#fff;
}
.btn-orange-flex{
	background-color: #ff8000;
	color:#fff;
	border: 2px solid #ff8000; 
	padding: 15px 20px;
}
.btn-orange-flex:hover {
	color: #ff8000;
	background-color: transparent;
	border: 2px solid #ff8000; 
}
.btn-primary-full {
	background-color: #337ab7;
	border-color: #337ab7;
}
.btn-primary-full:hover {
	background-color: #fff!important;
	color: #337ab7!important
}
.btn-yellow {
	background-color: #ffb31d;
	border-color: #ff8000;
	color: #fff
}
.btn-green {
	background-color: #8fc800;
	border-color: #729d00;
	color: #fff;
}
ul.nav .btn-white, ul.nav .btn-orange {
	text-align: left;
	border: none;
}
ul.nav .btn-white:hover, ul.nav .btn-orange:hover {
	background: none;
}
.location {
	margin-bottom: 0px;
}

/*****************************************
Inner Content Headers - Default Banner Images of pages below header
*****************************************/
.generic-bg, .about-bg, .team-members-bg, .pro-member-bg, .thankyou-bg, .contact-bg, .blog-bg, .demo-bg, .ebook-bg, .pre-member-bg, .promo-bg, .valentines-promo-bg, .free-member-bg, .team-bg, .member-bg, .demo, .comparison-bg, .webinar-bg, .knowledgebase-bg, .depreciation-bg, .generic-yarabilba-bg, .aus-day-bg, .property-details, .suburb-reports-bg, .pre-member-nz-bg, .search-property-bg, .blueLarge1, .free-member-v2-bg, .wanaka-new-zealand-bg, .mitula-bg, .mitula-search-bg, .free-member-nz-bg, .melbourne-cbd-bg, .lawlab-bg, .the-principal-bg, .the-malt-district-bg, .eoi-property-details-bg {
	background-color: #268b9c;
	background-size: cover;
	color: #ffffff;
	padding: 6em 0;
	text-align: left;
}

.generic-bg, .about-bg, .team-members-bg, .comparison-bg, .depreciation-bg, .property-details {	margin-bottom: 30px; }
.property-details{ padding: 3em 0 0; }
.generic-bg { background-image: url("//info.realestateinvestar.com.au/hubfs/Images/advert-home-bg.jpg"); }
.about-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/about-rei-banner.jpg"); }
.team-members-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/Staff_Photos/about-banner.jpg");
}

.pro-member-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/pro-member-bg.jpg");
	/* May 2017 Update - Center background image on responsive view */
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

	.illustration-landsape-bg {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/eofy_background_banner.gif");
		background-position: bottom center;
		background-color: #208da0;
		background-repeat: repeat-x;
		background-size: auto;
	}

	.illustration-landsape-2-bg {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/eofy_background_banner2.gif");
		background-position: bottom center;
		background-color: #208da0;
		background-repeat: repeat-x;
		background-size: auto;
	}

	.illustration-landsape-new-zealand-1-bg {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/new-zealand-illustration1-bg-.gif");
		background-position: bottom center;
		background-repeat: repeat-x;
		background-size: auto;
		background-color:#1a1a1a;
		border-bottom:2px solid #303030;
	}

.wanaka-new-zealand-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/wanaka_lake.jpg");
	background-attachment: fixed; background-position: bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

	.new-zealand-border-pattern { 		
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/layoutelements/new_zealand_border.gif");
		background-position:  center;
		background-repeat: repeat-x; 
		height:20px;
	}

.mitula-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/mitula_heading_banner.jpg"); }
.mitula-search-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/mitula_search_heading_banner.jpg"); }
.thankyou-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/thank-you-banner.jpg"); }
.contact-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/contact-banner.jpg"); }
.search-property-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/search-property-banner.jpg"); }
.blog-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/blog-banner.jpg"); }
.demo-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/demo-banner.jpg"); }
.ebook-bg {	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/ebook-banner.jpg"); }
.pre-member-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/premium-member-bg.jpg"); }
.pre-member-nz-bg {	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/nz_premium_membership.jpg"); background-position: center; background-size: cover; }
.the-principal-bg {	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/featured-projects/The%20Principal/the_principal_banner.jpg"); background-position: center; background-size: cover; }
.the-malt-district-bg {	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/featured-projects/The%20Malt%20District/the-malt-district-bg.jpg"); background-position: center; background-size: cover; }
.eoi-property-details-bg {	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/eoi_property_details_banner.jpg"); background-position: center; background-size: cover; }

/* Premium Page City Landscape map image on small desktops, tablets and mobile */
.pre-member-bg-v2 {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/premium_membership_home_banner_v5.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	min-height:100%;
	display: block;
}

.pre-member-bg-v2-new-zealand {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/nz_premium_membership_v2.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	min-height:100%;
	display: block;
}

	/* Premium with Arrow - Curently not in Use 
	.pre-member-bg-v3 {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/premium_membership_home_banner_v3.png");
		height: 770px;
	}
	*/

.promo-bg {	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/promo-banner.jpg"); }
.valentines-promo-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/valentines-promo-bannerv2.jpg"); }

.free-member-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/free-member-banner.jpg");
	background-attachment: fixed; background-position: top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

	.free-member-v2-bg {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/free_member_v2_bg.jpg");
		background-attachment: fixed; background-position: top left; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	}

	.free-member-nz-bg {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/free-member-nz-banner.jpg");
		background-attachment: fixed; background-position: top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	}

	.top-5-suburb-reports {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/top_5_suburbs_bg.jpg");
		background-attachment: fixed; background-position: top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	}

	.property-search-free-member-bg {
		background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/suburb_search.jpg");
		background-attachment: fixed;
		background-position: right center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

.melbourne-illustration-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/melbourne_illustration_landscape_bg.gif");
	background-color:#3a4049;
	background-repeat: no-repeat;
	background-position: bottom center; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;
}

	.melbourne-illustration-bg a { color: #fbb040; }
	.melbourne-illustration-bg a:hover { text-decoration: none; color: #8ec640; }

.auckland-illustration-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/auckland_illustration_landscape_bg.gif");
	background-color:#3a4049;
	background-repeat: no-repeat;
	background-position: bottom center; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;
}

	.auckland-illustration-bg a { color: #fbb040; }
	.auckland-illustration-bg a:hover { text-decoration: none; color: #8ec640; }

.team-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/REI_-_Concierge,_WWW/Staff_Photo-narrow-10year.jpg");
	height: 700px;
}

.member-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/full-width-cta-ad-bg.jpg"); padding: 3.5em 0 4em; }
.demo {	background-image: url("//info.realestateinvestar.com.au/hubfs/Images/advert-home-bg.jpg");	padding: 3.5em 0 4em; text-align: center;
}

.comparison-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/membership-comparison.jpg");
	/* May 2017 Update - Center background image on responsive view */
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.lawlab-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/lawlab-banner.jpg"); 	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover; }
	
.webinar-bg { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/webinar-banner.jpg"); }
.knowledgebase-bg {	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/knowledge-base-banner.jpg"); }
.depreciation-bg, .property-details { background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/depreciation-banner.jpg"); }
.generic-yarabilba-bg {	background-image:url(https://cdn2.hubspot.net/hubfs/435410/Images/banners/generic-yarrabilba-bg.jpg); }
.melbourne-cbd-bg {	background-image:url(https://cdn2.hubspot.net/hubfs/435410/Images/banners/melbourne-blur.jpg); }
.aus-day-bg { background-color: #e6e6f0; background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/aus-day-bg.png"); }

.padlock {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/padlock.png");
	background-position: top right;
	background-repeat: no-repeat
}

.suburb-reports-bg {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/suburb_reports.jpg");
	/* May 2017 Update - Center background image on responsive view */
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

/* Large Banneres */
.blueLarge1 {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/banners/blue_large_banner1.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.greenSouthportBG {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/southport_aerial_green_bg.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.greenWellingtonBG {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/wellington_aerial_green_bg.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.redChristmasSeamlessBG {
	background-image: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/red_christmas_sealess_pattern.gif"); background-repeat: repeat; 
}

/* Premium Page 2017 Backgrounds */
.premium-form-bg { background: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/premium_form_bg.jpg") center;
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.discover-bg { background: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/discover_bg.jpg") center;
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.faq-bg { background: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/faq_bg.jpg") center;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

/*****************************************
Coloured Backgrounds
*****************************************/

.greybg { background-color:#b5bac0; } 
.whitebg { background-color:#fff; }
.bluebg { background-color:#088da0; } 

/*****************************************
Tabs 
*****************************************/
.nav-tabs > li, .nav-pills > li {
	float: none;
	display: inline-block;
	*display:inline; /* ie7 fix */
	zoom: 1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {	text-align: center; }
.nav-tabs.pro-tabs { border-bottom: none; }
.nav-tabs.pro-tabs li { padding: 0 15px }
.nav-tabs.pro-tabs > li.active > a, .nav-tabs.pro-tabs > li.active > a:focus, .nav-tabs.pro-tabs > li.active > a:hover {
	border: none;
	border-bottom: 2px solid #337ab7;
	background: none;
}
.nav-tabs.pro-tabs > li > a, .nav-tabs.pro-tabs > li > a:focus, .nav-tabs.pro-tabs > li > a:hover {
	border: none;
	background: none;
	margin-right: 0px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

/* .nav-tabs.pro-tabs > li { width: auto; } */
.nav-tabs.pro-tabs > li:last-child { border-right: none; }
.nav-tabs.pro-tabs.small-tabs > li > a, .nav-tabs.pro-tabs.small-tabs > li > a:focus, .nav-tabs.pro-tabs.small-tabs > li > a:hover { font-size: 14px; }

/*****************************************
Coloured Tabs 
*****************************************/

.nav-tabs > li, .nav-pills > li {
	float: none;
	display: inline-block;
	*display:inline; /* ie7 fix */
	zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {	text-align: center; }
.nav-tabs.premium-tabs { border-bottom: none; }

.nav-tabs.premium-tabs > li.active > a,
.nav-tabs.premium-tabs > li.active > a:focus, 
.nav-tabs.premium-tabs > li.active > a:hover {
	border: none; color: #000; background: #f8f8f8 !important; border-radius:0px;
}

.nav-tabs.premium-tabs > li { width: 100%; }

.nav-tabs.premium-tabs > li.red { background:#f05142 !important; color: #000; border-radius:0px; }
.nav-tabs.premium-tabs > li.green { background:#8fc642 !important; color: #000; border-radius:0px; }
.nav-tabs.premium-tabs > li.blue { background:#1e8fa2 !important; color: #000; border-radius:0px; }
.nav-tabs.premium-tabs > li.charcoal { background:#3a4049 !important; color: #000; border-radius:0px;}
.nav-tabs.premium-tabs > li.yellow { background:#fcb247 !important; color: #000; border-radius:0px; }

.nav-tabs.premium-tabs > li > a { 
	color:#fff; 
	border: none;
	margin-right: 0px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.nav-tabs.premium-tabs > li > a:focus,
.nav-tabs.premium-tabs > li > a:hover {
	border: none;
	margin-right: 0px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color:#000;
	background: #a1a1a4;
	border-radius:0px;
}

.nav-tabs.premium-tabs > li:last-child { border-right: none; }

.nav-tabs.premium-tabs.small-tabs > li > a, 
.nav-tabs.premium-tabs.small-tabs > li > a:focus, 
.nav-tabs.premium-tabs.small-tabs > li > a:hover { font-size: 14px; }

/*****************************************
Background colors 
*****************************************/
.green-bg {	background-color: #8ec641 }
.teal-bg { background-color: #208da0 }
.yellow-bg { background-color: #fcb040 }
.red-bg { background-color: #f05142 }
.grey-bg { background-color: #9fa0a2 }
.grey-bg-drk { background-color: #585858 }
.light-grey-bg { background-color: #f8f8f8; }
.dark-grey-bg{ background-color: #e6e6e6; }
.orange-bg { background-color: #f3780a }
.metal-bg{ background-color:#707174; }
.maroon-bg { background-color:#ad073d; }
.dark-bg{ background-color: rgba(0,0,0,0.25); padding: 20px 15px; border-radius: 20px }

/*****************************************
Pricing tables 
*****************************************/
.panel.price, .panel.price>.panel-heading {
	border-radius: 0px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.panel.price:hover { box-shadow: 0px 0px 30px rgba(0,0,0, .2); }
.panel.price:hover>.panel-heading {	box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset; }
.panel.price>.panel-heading { box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset; text-shadow: 0px 3px 0px rgba(50,50,50, .6); }
.price .list-group-item { border-bottom-: 1px solid rgba(250,250,250, .5); }
.panel.price .list-group-item:last-child { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.panel.price .list-group-item:first-child {	border-top-right-radius: 0px; border-top-left-radius: 0px; }
.price .panel-footer {
	color: #fff;
	border-bottom: 0px;
	box-shadow: 0px 3px 0px rgba(0,0,0, .3);
}
.panel.price .btn {
	box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
	border: 0px;
}
.price.panel-white>.panel-heading {
	color: #333;
	background-color: #f9f9f9;
	border-color: #ccc;
	border-bottom: 1px solid #ccc;
	text-shadow: 0px 2px 0px rgba(250,250,250, .7);
}
.panel.panel-white.price:hover>.panel-heading {
	box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
}
.price.panel-white>.panel-body {
	color: #fff;
	background-color: #dfdfdf;
}
.price.panel-white>.panel-body.yellow {
	background-color: #fcb040;
}
.price.panel-white>.panel-body.red {
	background-color: #f05142;
}
.price.panel-white>.panel-body.teal {
	background-color: #208da0;
}
.price.panel-white>.panel-body .lead {
	color: #fff;
}
.lead {
	margin-bottom: 0px;
	font-size: 2em;
}

.highlight {
	background-color: #dff0d8!important;
	padding-left: 15px!important
}

.price.panel-white .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
.pricing li.list-group-item {
	position: relative;
	padding: 10px 15px 10px 45px
}
.pricing li.list-group-item::before {
	color: #08b70b;
	content: '\e013';
	font-family: "Glyphicons Halflings";
	font-weight: 100;
	left: 15px;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
}
.pricing li.list-group-item:first-child::before {
	content: none;
}
.pricing li.list-group-item:last-child::before {
	content: none;
}
.pricing li.list-group-item:last-child {
	padding-left: 15px;
}

/*****************************************
List styles 
*****************************************/
ol.terms-conditions li{
	padding: 5px 0;
}
.custom-bullet li {
	display: block;
	padding: 5px 0;
}
.custom-bullet.tick li{
	   padding: 10px 0;
}
.custom-bullet li::before {
	color: #cccccc;
	content: "\e054";
	position: relative;
	font-family: "Glyphicons Halflings";
	font-size: 24px;
	line-height: 18px;
	margin-left: -25px;
	text-align: center;
	top:8px;

}
.custom-bullet.rightarr li::before {
	content: '\e080';
	color: #208da0;
	left:-10px;
	font-size:14px;
	top:2px
}

.custom-bullet.tick li::before {
	content: '\e089';
	color: #8ec641;
	left:-10px;
}

.custom-bullet.custom li::before {
	color: #268b9c;
	font-size: 14px;
	left:-10px;
}

.custom-bullet.audio li::before, .guides .panel-heading.audio::after { content: '\e035'; }
.custom-bullet.infographic li::before, .guides .panel-heading.infographic::after { content: '\e060'; }
.custom-bullet.ebook li::before, .guides .panel-heading.ebook::after { content: '\e043'; }
.custom-bullet.articles li::before, .guides .panel-heading.articles::after  { content: '\e086'; }
.custom-bullet.featured li::before, .guides .panel-heading.featured::after { content: '\e006'; }
.custom-bullet.mortgage li::before, .guides .panel-heading.mortgage::after  { content: '\e024'; }
.custom-bullet.case li::before, .guides .panel-heading.case::after { content: '\e142'; }
.custom-bullet.calc li::before, .guides .panel-heading.calc::after { content: '\e225'; }

ul.recent-posts{ padding-left:0px; list-style-type: none; }
ul.recent-posts li{	padding:8px 0; border-bottom:1px solid #f3f3f3; }
ul.recent-posts li:last-child{ border-bottom: none; }
ul.recent-posts li a{ color:#333; }

/*****************************************
Scroll 
*****************************************/
.scrollup {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	bottom: 10px;
	color: #fff !important;
	font-size: 13px;
	padding: 1em;
	position: fixed;
	right: 1em;
	text-decoration: none;
	z-index: 8888;
	display: none;
}

/*****************************************
Modal 
*****************************************/
.close-modal { position: absolute; top: 10px; right: 20px; }

/*****************************************
Accordion 
*****************************************/
.guides .panel-group .panel{border-radius: 0px;}
.guides .panel-default > .panel-heading{
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    position: relative;
	padding:15px 15px 15px 45px
}
.guides.faqs .panel-default > .panel-heading {
	padding-left: 15px;
	  background-color: #0a5563;
    border-color: #0a5563;
    color: #fff;
	border-radius: 0px;
}
.guides.faqs .panel-default {
	border-color: #0a5563
}

.custom-bullet.audio li::before, .custom-bullet.infographic li::before, .custom-bullet.ebook li::before, .custom-bullet.articles li::before, .custom-bullet.featured li::before, .custom-bullet.mortgage li::before, .custom-bullet.case li::before, .custom-bullet.calc li::before {
	top:3px;
}
.guides .panel-heading.custom-header::after {
    color: #268b9c;
    font-family: "Glyphicons Halflings";
    left: 15px;
    position: absolute;
    top: 10px;
	font-size: 18px;
}
.guides ul.custom-bullet li{
	border-bottom: 1px dotted #ccc;
    display: block;
    padding: 10px 0;
}
.guides ul.custom-bullet li:last-child{
	border-bottom: none;
}

/*****************************************
Zuroa
*****************************************/
#signupform label, .required-info{
	font-weight: normal;
	padding-left:20px;
	 font: 12px/16px Verdana,Arial,Helvetica,sans-serif;
	color:#808080;
}

.required-info{	color:#000; margin-bottom: 15px; }
.required-info span{ color:red; }

#signupform h2{
	padding: 10px;
	margin-top: 0px;
	background-color: #ebebeb
}
#signupform .btn-orange-flex{
	padding:10px 20px;
	
}

#signupform .required:after { content:" *"; color:red; }

label.error {
    color: #ed1c24!important;
    font-size: 12px!important;
    margin: 4px 0 5px 0px!important;
	padding-left: 0px!important
}
.terms {margin-left: 7px!important; margin-right:10px!important;}

/*****************************************
Image & Pattern Hover Overlays - Ref mdbootstrap.com
*****************************************/

.overlay:hover .mask { opacity: 1; }
.overlay img, .overlay video { transition: all 0.2s linear; }
.overlay .mask {  opacity: 0; transition: all 0.4s ease-in-out; }

.pattern-1 {
  	/* background: url(../img/overlays/01.png); */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/01.png");	
}

.pattern-2 {
 	/* background: url(../img/overlays/02.png);  */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/02.png");
}

.pattern-3 {
  	/* background: url(../img/overlays/03.png); */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/03.png");
}

.pattern-4 {
  	/* background: url(../img/overlays/04.png); */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/04.png");
}

.pattern-5 {
 	/* background: url(../img/overlays/05.png); */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/05.png");
}

.pattern-6 {
  	/* background: url(../img/overlays/06.png);  */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/06.png");
}

.pattern-7 {
  	/* background: url(../img/overlays/07.png);  */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/07.png");
}

.pattern-8 {
  	/* background: url(../img/overlays/08.png);  */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/08.png");
}

.pattern-9 {
  	/* background: url(../img/overlays/09.png);  */
	background: url("https://cdn2.hubspot.net/hubfs/435410/Images/overlays/09.png");
}

/*****************************************
Background Triangle Pattersn
*****************************************/

.yelow-triangle-bg { background: url("https://cdn2.hubspot.net/hubfs/435410/Images/backgrounds/yellow_triangle_bg.gif") center;
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

/* Image Colour Overlays */
.hm-blue-light .mask, .hm-blue-light .full-bg-img { background-color: rgba(3, 169, 244, 0.3); }
.hm-red-light .mask, .hm-red-light .full-bg-img { background-color: rgba(244, 67, 54, 0.3); }
.hm-pink-light .mask, .hm-pink-light .full-bg-img { background-color: rgba(233, 30, 99, 0.3); }
.hm-purple-light .mask, .hm-purple-light .full-bg-img { background-color: rgba(156, 39, 176, 0.3); } 
.hm-indigo-light .mask, .hm-indigo-light .full-bg-img { background-color: rgba(63, 81, 181, 0.3); }
.hm-cyan-light .mask, .hm-cyan-light .full-bg-img { background-color: rgba(0, 188, 212, 0.3); }
.hm-teal-light .mask, .hm-teal-light .full-bg-img { background-color: rgba(0, 150, 136, 0.3); }
.hm-green-light .mask, .hm-green-light .full-bg-img { background-color: rgba(76, 175, 80, 0.3); }
.hm-lime-light .mask, .hm-lime-light .full-bg-img { background-color: rgba(205, 220, 57, 0.3); }
.hm-yellow-light .mask, .hm-yellow-light .full-bg-img { background-color: rgba(255, 235, 59, 0.3); }
.hm-orange-light .mask, .hm-orange-light .full-bg-img { background-color: rgba(255, 152, 0, 0.3); }
.hm-brown-light .mask, .hm-brown-light .full-bg-img { background-color: rgba(121, 85, 72, 0.3); }
.hm-grey-light .mask, .hm-grey-light .full-bg-img { background-color: rgba(158, 158, 158, 0.3); }
.hm-bluegrey-light .mask, .hm-bluegrey-light .full-bg-img { background-color: rgba(96, 125, 139, 0.3); }
.hm-black-light .mask, .hm-black-light .full-bg-img { background-color: rgba(0, 0, 0, 0.3); }
.hm-stylish-light .mask, .hm-stylish-light .full-bg-img { background-color: rgba(62, 69, 81, 0.3); }
.hm-white-light .mask, .hm-white-light .full-bg-img { background-color: rgba(255, 255, 255, 0.3); }
.hm-blue-strong .mask, .hm-blue-strong .full-bg-img { background-color: rgba(3, 169, 244, 0.7); }
.hm-red-strong .mask, .hm-red-strong .full-bg-img { background-color: rgba(244, 67, 54, 0.7); }
.hm-pink-strong .mask, .hm-pink-strong .full-bg-img { background-color: rgba(233, 30, 99, 0.7); }
.hm-purple-strong .mask, .hm-purple-strong .full-bg-img { background-color: rgba(156, 39, 176, 0.7); }
.hm-indigo-strong .mask, .hm-indigo-strong .full-bg-img { background-color: rgba(63, 81, 181, 0.7); }
.hm-cyan-strong .mask, .hm-cyan-strong .full-bg-img { background-color: rgba(0, 188, 212, 0.7); }
.hm-teal-strong .mask, .hm-teal-strong .full-bg-img { background-color: rgba(0, 150, 136, 0.7); }
.hm-green-strong .mask, .hm-green-strong .full-bg-img { background-color: rgba(76, 175, 80, 0.7); }
.hm-lime-strong .mask, .hm-lime-strong .full-bg-img { background-color: rgba(205, 220, 57, 0.7); }
.hm-yellow-strong .mask, .hm-yellow-strong .full-bg-img { background-color: rgba(255, 235, 59, 0.7); }
.hm-orange-strong .mask, .hm-orange-strong .full-bg-img { background-color: rgba(255, 152, 0, 0.7); }
.hm-brown-strong .mask, .hm-brown-strong .full-bg-img { background-color: rgba(121, 85, 72, 0.7); }
.hm-grey-strong .mask, .hm-grey-strong .full-bg-img { background-color: rgba(158, 158, 158, 0.7); }
.hm-bluegrey-strong .mask, .hm-bluegrey-strong .full-bg-img { background-color: rgba(96, 125, 139, 0.7); }
.hm-black-strong .mask, .hm-black-strong .full-bg-img { background-color: rgba(0, 0, 0, 0.7); }
.hm-stylish-strong .mask, .hm-stylish-strong .full-bg-img { background-color: rgba(62, 69, 81, 0.7); }
.hm-white-strong .mask, .hm-white-strong .full-bg-img { background-color: rgba(255, 255, 255, 0.7); }
.hm-blue-slight .mask, .hm-blue-slight .full-bg-img { background-color: rgba(3, 169, 244, 0.1); }
.hm-red-slight .mask, .hm-red-slight .full-bg-img { background-color: rgba(244, 67, 54, 0.1); }
.hm-pink-slight .mask, .hm-pink-slight .full-bg-img { background-color: rgba(233, 30, 99, 0.1); }
.hm-purple-slight .mask, .hm-purple-slight .full-bg-img { background-color: rgba(156, 39, 176, 0.1); }
.hm-indigo-slight .mask, .hm-indigo-slight .full-bg-img { background-color: rgba(63, 81, 181, 0.1); }
.hm-cyan-slight .mask, .hm-cyan-slight .full-bg-img { background-color: rgba(0, 188, 212, 0.1); }
.hm-teal-slight .mask, .hm-teal-slight .full-bg-img { background-color: rgba(0, 150, 136, 0.1); }
.hm-green-slight .mask, .hm-green-slight .full-bg-img { background-color: rgba(76, 175, 80, 0.1); }
.hm-lime-slight .mask, .hm-lime-slight .full-bg-img { background-color: rgba(205, 220, 57, 0.1); }
.hm-yellow-slight .mask, .hm-yellow-slight .full-bg-img { background-color: rgba(255, 235, 59, 0.1); }
.hm-orange-slight .mask, .hm-orange-slight .full-bg-img { background-color: rgba(255, 152, 0, 0.1); }
.hm-brown-slight .mask, .hm-brown-slight .full-bg-img { background-color: rgba(121, 85, 72, 0.1); }
.hm-grey-slight .mask, .hm-grey-slight .full-bg-img { background-color: rgba(158, 158, 158, 0.1); }
.hm-bluegrey-slight .mask, .hm-bluegrey-slight .full-bg-img { background-color: rgba(96, 125, 139, 0.1); }
.hm-black-slight .mask, .hm-black-slight .full-bg-img { background-color: rgba(0, 0, 0, 0.1); }
.hm-stylish-slight .mask, .hm-stylish-slight .full-bg-img { background-color: rgba(62, 69, 81, 0.1); }
.hm-white-slight .mask, .hm-white-slight .full-bg-img { background-color: rgba(255, 255, 255, 0.1); }

/* Image Zoom Hover */
.hm-zoom img { transition: all 0.2s linear; }
.hm-zoom:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.hm-zoom:hover .mask { opacity: 1; }

/* Image Overlays */
.img-overlay { position: relative; }

	.img-overlay:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.17);
	transition: background 0.4s; }
	.img-overlay:hover:after {
	background: rgba(0, 0, 0, 0.35); }
	.img-overlay.light:after {
	background: rgba(255, 255, 255, 0.17); }
	.img-overlay.light:hover:after {
	background: rgba(255, 255, 255, 0.35); }
	.img-overlay.blue:after {
	background: rgba(0, 145, 234, 0.17); }
	.img-overlay.blue:hover:after {
	background: rgba(0, 145, 234, 0.35); }
	.img-overlay.green:after {
	background: rgba(76, 175, 80, 0.17); }
	.img-overlay.green:hover:after {
	background: rgba(76, 175, 80, 0.35); }
	.img-overlay.red:after {
	background: rgba(213, 0, 0, 0.17); }
	.img-overlay.red:hover:after {
	background: rgba(213, 0, 0, 0.35); }


/*****************************************
Forms 
*****************************************/
/*-- Premium Page Call to Action Center --*/
.form-center-position { text-align:center; margin: 0 auto; }

/*-- HUBSPOT FORM CSS--*/
.marks-button {
	color: #FFF;
	text-transform: none;
	border: solid 2px #ff8000;
	border-radius: 5px;
	padding: 0.8em 1.2em;
	background: #ff8000;
	font-size: 1.2em;
	margin-top: 1em;
}
form.hs-form input[type="text"], form.hs-form input[type="email"], form.hs-form input[type="tel"], form.hs-form select, form.hs-form textarea, form.hs-form .email-correction, form.hs-form .email-validation {
	padding: 6px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 16px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-transition: border 0.2s, box-shadow 0.2s;
	-o-transition: border 0.2s, box-shadow 0.2s;
	transition: border 0.2s, box-shadow 0.2s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#3e3e3e;
}
form.hs-form {
	margin-bottom: 20px;
	margin-top: 20px;
	display: block-inline;
	font-family: 'Open Sans', sans-serif;
}
.hs-form-field > label {
	font-size: 1em;
	padding-left: 5px;
	color: #ffffff;
	font-weight: 400;
}
form.hs-form input[type="text"], form.hs-form input[type="email"],form.hs-form input[type="tel"], form.hs-form select, form.hs-form textarea, form.hs-form .email-correction, form.hs-form .email-validation {
	min-height: 40px;
	width: 95%;
	margin-bottom: 10px;
}
form.hs-form .inputs-list {
	list-style-type: none;
	width: 320px;
	font-size: 0.8em;
	color: #ffffff;
}

.free-form .hs-form-field div.input ul.inputs-list { padding-left: 0px; }
.free-form form.hs-form .hs-form-radio { display: inline-block; }
.free-form ul.inputs-list.multi-container li.hs-form-radio label.hs-form-radio-display span { margin: 0 10px; }
.free-form ul.hs-error-msgs { padding-left: 0px; }
.free-form ul.hs-error-msgs.inputs-list li label {
	background-color: rgba(0, 0, 0, 0.5);
	color: red;
	font-weight: 400;
	padding: 5px;
}
.free-form .hs-form label{ color:#fff; }
.free-form .hs-form.stacked .field { margin-bottom: 10px; }
.free-form .hs-form .actions { margin-top:0px; padding-top:0px; }

/*-- //HUBSPOT FORM CSS --*/
.survey-form form.hs-form .inputs-list { width: 100%; }
.survey-form form ul li.hs-form-checkbox .hs-input{ width:auto!important; }
.survey-form form ul.inputs-list{ padding-left:5px; margin-bottom:15px; }
.survey-form form ul{ text-align:left; }
.survey-form form ul li.hs-form-checkbox, .survey-form form ul li.hs-form-radio { display:inline-block;width:50%; }
.survey-form form ul li.hs-form-checkbox input[type="checkbox"],  .survey-form form ul li.hs-form-checkbox input[type="radio"] { line-height: normal; margin: 4px 5px 0; }
.survey-form .hs-form-field > label { padding-left: 0px; }
.survey-form .hs_property_investing_challenges__c{ clear:both; }
.survey-form .hs-form label.hs-form-radio-display .hs-input{ width:auto!important; margin-right:5px; }
.survey-form .hs-form .hs-button { padding:10px 27px; }
.rei_logo {  margin: 30px 0 10px;}
.rei_logo.wealth_logo a { text-align: right;display: block;}
.rei_logo img { width: 250px !important;}
body{
    overflow-x: hidden;
}
@media(max-width:991px){
  .feasibiliity-page .promo-header .col-md-6 {
    float: left;
    width: 50%;
}
  .feasibiliity-page .navbar.navbar-default.visible-xs {
    display: none !important;
}
  .feasibiliity-page .logo.visible-sm.visible-md.visible-lg {
    display: block !important;
}
  .feasibiliity-page .promo-header {
    margin: 0;
}
}
@media(max-width:767px){
.feasibiliity-page .promo-header .col-md-6 {
    float: none;
    width: 100%;
    text-align: center;
}
  .feasibiliity-page .rei_logo.wealth_logo a {
    text-align: center;
  }
  .feasibiliity-page .logo a img {
    width: 200px;
}
  .feasibiliity-page .rei_logo.wealth_logo a img {
    width: 270px;
}
  .navbar.navbar-default .navbar-brand img {
    width: inherit;
    height: inherit;
}
  body .navbar-toggle{margin-top:16px;
  margin-bottom:16px;}
  .promo99.internal-ad.text-right {
    margin-top: 15px;
}
}
@media(max-width:480px){
  .home-premium-banner .pt150.pb150 {
    padding-top: 0;
   padding-left:0;
  }
  .home-premium-banner h2 {
    font-size: 25px;
}
  .lead-text {
    font-size: 20px;
}
}