/* Realto Css Styles */

/* ==========================================================
! Revolution Slider
========================================================== */

.boxedcontainer		{max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

/* ==========================================================
! General
========================================================== */
body {
	background: #f7f7f7;
	color: #888;
	font-family: 'Karla', sans-serif;
	padding-left: 0;
	padding-right: 0;
	line-height: 25px;
}
a {
	color: #5FB000;
	outline: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}
a:hover {
	color: #1d2f68; /*#7DC328;*/
	text-decoration: none;
	outline: 0;
}
/*
input[type=text]{
	border: 1px solid #dedede!important;
  border-radius: 0!important;
  height: 30px!important;
  min-height: 30px!important;
  font-family: 'Karla', sans-serif;
}
*/
select {
	background: #fff url('../i/img/select-large-bg.png') no-repeat 100% 16px;
	border: 1px solid #dedede;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
	padding-left: 10px;
}

h1 {
	font-size: 30px;
	font-weight: 200;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #363636;
}
h2 {
	font-size: 24px;
	font-weight: 200;
	line-height: 28px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #363636;
}
h3 {
	font-size: 18px;
	font-weight: 200;
	line-height: 22px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #363636;
}
h3.prop-title a {
	font-size: 18px;
	font-weight: 200;
	line-height: 22px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #363636;
}
h4 {
	font-size: 16px;
	font-weight: 200;
	line-height: 20px;
	text-transform: uppercase;
	color: #363636;
	margin: 20px 0;
}
h5 {
	font-size: 14px;
	font-weight: 200;
	line-height: 18px;
	text-transform: uppercase;
	color: #363636;
	margin: 20px 0;
}
h6 {
	color: #363636;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 20px 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
.green {
	color: #5FB000;
}
.padding10, .padding20, .padding30, .padding010, .padding020, .padding030, .padding100, .padding200, .padding300 {
	-webkit-box-sizing: border-box; /* webkit */
	 -khtml-box-sizing: border-box; /* konqueror */
	   -moz-box-sizing: border-box; /* firefox */
	    -ms-box-sizing: border-box; /* ie */
	        box-sizing: border-box; /* css3 */
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding010 {
	padding: 0 10px;
}
.padding020 {
	padding: 0 20px;
}
.padding030 {
	padding: 0 30px;
}
.padding100 {
	padding: 10px 0;
}
.padding200 {
	padding: 20px 0;
}
.padding300 {
	padding: 30px 0;
}
.margin0 {
	margin: 0;
}
.margin10 {
	margin: 10px;
}
.margin20 {
	margin: 20px;
}
.margin30 {
	margin: 30px;
}
.margin100 {
	margin: 10px 0;
}
.margin200 {
	margin: 20px 0;
}
.margin300 {
	margin: 30px 0;
}
.page-title, 
.post-title,
.secion-title,
.info-head,
.widget-title {
	font-size: 18px;
	font-weight: 200;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #363636;
}

.prop-price-tag {
  right: 0;
  padding: 7px 10px;
  position: absolute;
  bottom: 0px;
  background-color: #333; /*rgba(105, 185, 9, 1);*/
  color: white;
}

/* ==========================================================
! Typography
========================================================== */
.serif {
	/*font-family: Georgia, serif;*/
}
.italic {
	font-style: italic;
	font-weight: normal;
}
/* ==========================================================
! Header
========================================================== */
header {
	background: #fff;
	text-transform: uppercase;
	/*font: bold 13px/20px Arial, Helvetica, Geneva, sans-serif;*/
	text-shadow: none;
}

#logo-container {
	padding: 25px 0 22px;
	background-color:#354988;
}
a.brand {
	/*font-family: Arial;*/
	font-size: 24px;
    font-weight: bold;
    color: #363636;
}
.tag-line {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #333;
	font-weight: normal;
	position: relative;
	top: -4px;
	font-family: 'Karla';
	font-size: 13px;
}
.navbar-inverse .navbar-inner {
	background: #222222;
	border: none;
}
.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
	box-shadow: none;
}
.navbar .nav > li > a {
	/*border-right: 1px solid #000;*/
	text-shadow: none;
	color: #eee;
	font-family: 'Karla';
	font-size: 12px;
}
.navbar .nav > li > a:hover {
	background: #1d2f68; /*#5FB000;*/
	color:#ffffff;
}
.navbar .nav > .active > a,
.navbar-inverse .nav > li.dropdown.active > a.dropdown-toggle,
.navbar-inverse .nav > li.dropdown.active.open > a.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	background: #1d2f68; /*#7EBA00;*/
	color: #354988; /*#333;*/
	box-shadow: none;
	font-weight: normal!important;
}
.dropdown-menu {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	border-bottom: 1px solid #EFEFEF;
	padding: 7px 15px;
	font-weight: normal!important;
	font-family: 'Karla';
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a  {
	background: #1d2f68; /*#f5f5f5*/ !important;
	filter: none;
	color: ; /*#333;*/
}
.navbar .nav > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu:before {
	display: none;
}
.dropdown-menu .active > a {
	background-color: #354988!important; /*#5FB000!important;*/
	background-image: none;
}
}
.phone-number {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Droid Serif', serif;
}
.head-title, .head-message {
	margin: 0;
	padding: 10px 60px 10px 10px;
	position: relative;
	top: 90px;
	left: 30px;
}
.header-cta  {
	position: relative;
	top: 90px;
	left: 10px;
	margin: 10px 0 0 30px;
}
.head-title {
	font-size: 48px;
	line-height: 44px;
	font-weight: bold;
	text-transform: none;
}
.head-message {
	color: #333;
	font-size: 18px;
}

/* ==========================================================
! Menu dropdown on hover
========================================================== */

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* ==========================================================
! Pages
========================================================== */
.page-content {
	margin-top: 30px;
}

/* ==========================================================
! Properties Container
========================================================== */
.box-container {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 2px solid #EAEAEA;
}
.prop-info .prop-title {
	font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.prop-info {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.prop-info.span4 {
	padding: 30px 30px 30px 0;
}
.prop-tag {
    background: none repeat scroll 0 0 #252525;
    color: #FFFFFF;
    left: 0;
    padding: 7px 10px;
    position: absolute;
    top: 0;
}
.more-info {
	padding: 0;
	margin: 0;
	list-style: none;
}
.more-info > li {
	border-bottom: 1px dashed #E9E9E9;
    padding: 5px 0;	
}
.more-info .info-label {
    font-weight: bold;
    color: #363636;
}
.more-info .qty {
    font-weight: normal;
}
a.overlay {
	position: relative;
	display: block;
}
.more {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff url('../img/more-icon.png') no-repeat center center;
}
a.overlay:hover .more {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* ==========================================================
! Properties Form
========================================================== */
#home-search-container {
	padding: 20px 0;
	min-height: 340px;
	background: url('http://placehold.it/1920x600') no-repeat center center;
}
.head-title, .head-message, .header-cta {
	-moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
.dropdown-menu {
	-moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}​
#home-search-container .row {
	position: relative;
}
#home-search-container .widget {
	margin-bottom: 0;
}
.head-container {
	background: #fff; /* ie8 */
	background: rgba(255,255,255,0.85);
	border: 1px solid #fff;
}
.head-container .search-form {
	background: none;
	border: none;
}
.search-form-wrapper {
	position: absolute;
    right: 0;
    top: -620px;
    z-index: 9999;
}
.search-form {
	padding: 30px 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff; /* ie8 */
	background: rgba(255,255,255,0.85);
	border: 1px solid #fff;
}
.search-form > p {
	font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #363636;
}
.select {
	margin-bottom: 15px;
	margin-left: 0 !important;
}
select {
	min-height: auto !important;
	font-family: inherit;
}
/* ==========================================================
! Homepage Carousel
========================================================== */
#realto-carousel {
	position: relative;
}
#latest-properties {
	margin-top: 30px;
}
.carousel-control {
	z-index: 999;
	background: #363636;
	border-radius: 0;
	font-size: 20px;
	line-height: 20px;
	border: none;
	height: 23px;
	width: 23px;
	top: -20px;
	position: relative;
	color: #fff !important;
	cursor: pointer;
}
.left.carousel-control {
	left: auto;
	margin: -20px 5px 0;
}
.right.carousel-control {
	right: 0;
}
.view-all-carousel {
	left: -10px;
    position: relative;
    top: -35px;
}
/* ==========================================================
! Info Box Container
========================================================== */
.info-box {
	margin-bottom: 30px;
}
.info-box .icons {
	font-size: 40px;
	color: #d2d2d2;
	margin-left: 30px;
	margin-bottom: 30px;
}
.info-box .icons i {
	text-shadow: 0px -1px 0px rgba(255,255,255,1);
}
/* ==========================================================
! Adv message
========================================================== */
.adv-message {
	padding: 30px;
	font-size: 18px;
	line-height: 22px;
}
.adv-message p {
	margin: 0;
}
.adv-message p.lower-line {
	font-size: 14px;
}
.adv-message p.upper-line {
	color: #363636;
}
.adv-message .btn-realto {
	margin: 0;
}
/* ==========================================================
! Agent
========================================================== */
.home-agents {
    margin: 0 0 30px;
}
.home-agents p {
	margin: 0;
}
.home-agents img {
	margin-bottom: 10px;
}
.agent-box.widget ul {
	margin: 0 0 0 20px;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: -1px;
}
.agent-box ul {
	list-style: none;
}
.agent-content {
	padding: 30px 30px 30px 0;
}
.agent-content h3 {
	margin: 0 0 10px;
}
.agent-content ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
/* ==========================================================
! Home Blog Article
========================================================== */
.home-blog-articles ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.home-blog-articles ul li a {
	color: #888;
}
.home-blog-articles ul li a:hover {
	color: #7DC328;
	text-decoration: none;
}
ul.media-list li.media div.comment-holder {
    border-bottom: 1px dashed #CDCDCD;
    margin: 0 0 20px !important;
    padding: 10px 0 20px;
}
.comment-date {
    color: #959595;
}
.comments .media .pull-left {
	margin-top: 10px;
}
.comment-form {
	margin-bottom: 30px;
}
.comment-avatar {
	width: 90px;
	height: 90px;
}
.widget ul li {
	padding: 0px;
	line-height: 30px;
}
.widget ul li i.icon-caret-right {
	margin: 0 0 0 -20px;
}
/* ==========================================================
! Buttons
========================================================== */
.btn-realto {
	background: #333; /*#5FB000;*/
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
}
.btn-realto-form {
	background: #333; /*#5FB000;*/
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 4px;
	padding: 12px;
	margin: 10px 0 0;
}
.btn-realto:hover,
.btn-realto-form:hover,
.btn-realto:hover {
	background: #222; /*#7DC328;*/
	color: #fff;
}
.btn-realto {
	background: #333; /*#5FB000;*/
	color: white; /*#fff;*/
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: none;
}
/* ==========================================================
! Sidebars
========================================================== */
.widget {
	margin-bottom: 30px;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-tabs > li,
.tab-pane li {
	padding: 0 !important;
}
.nav-tabs > li > a {
	padding: 20px;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	color: #363636;
	border: none;
}
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover,
.nav-tabs {
	border: none;
	border-radius: 0;
}
.nav-tabs {
	background: #f3f3f3;
}
.tab-pane {
	padding: 10px 30px 30px;
}
.tab-pane .comment {
	margin-bottom: 20px;
}
/* ==========================================================
! Footer
========================================================== */
footer {
	background: #3a3a3a;
	margin: 30px 0 0;
	padding: 0 0 30px;
	color: #aaa;
}
footer a {
	color: #aaa;
}
.footer-widget {
	margin: 30px 0 0;
}
.footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-widget ul li.clearfix i {
	margin: 5px 10px 0 0;
}
.footer-widget h2 {
	font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #fff;
}
.footer-widget h3 {
	color: #fff;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #5a5a5a;
}
.footer-tag-line {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.flickr-widget li {
	margin: 0 10px 10px 0;
}
/* ==========================================================
! Properties Slideshow
========================================================== */
#adv-custom-pager {
	position: relative;
	margin: -21px 0 30px 30px;
	z-index: 9999;
}
#adv-custom-pager a {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	overflow: hidden;
	display: inline-block;
	margin: 0 5px 0 0;
}
#adv-custom-pager a img {
	height: 40px;
	width: auto;
}
/* ==========================================================
! Property Page
========================================================== */
.prop-price, .prop-title {
	font-size: 22px;
}
.prop-price {
	font-family: 'Droid Serif', serif;
	color: #333; /*rgba(105, 185, 9, 1);*/
	font-size: 18px;
}
.map iframe {
    height: 312px;
    width: 100%;
}
.agent-avatar {
	width: 70px;
	height: auto;
}
/* ==========================================================
! Blog
========================================================== */
h2.post-title {
	margin: 0 0 15px;
}
.meta {
	margin: 0 0 5px;
}
.author {
	margin: 0 0 25px;
}
.read-more {
	margin: 30px 0 0;
}
.blog-2 .post-content {
	padding: 15px 20px 15px 0;
}
.blog-3 .post-content {
	padding: 15px 0 15px 20px;
}
/* ==========================================================
! Accordion
========================================================== */
.accordion-toggle {
	font-size: 14px;
    font-weight: 200;
    padding: 20px;
    text-transform: uppercase;
}
.accordion-group {
	border: none;
	border-bottom: 1px solid #eee;
}

/* ==========================================================
! Large desktop
========================================================== */
@media (min-width: 1200px) {
	.advance-search span6 input#search {
		width: 93%;
	}

}
/* ==========================================================
! Portrait tablet to landscape and desktop
========================================================== */
@media (min-width: 768px) and (max-width: 979px) {
	.agent-box.widget h3, .agent-box.widget ul {
	    margin: 30px 0 0;
	}	
	.nav-collapse .open > .dropdown-menu,
	.nav-collapse .dropdown-menu {
		margin: 0;
		background: #fff;
	}
	.nav-collapse .nav > li > a, 
	.nav-collapse .dropdown-menu a {
		border-radius: 0;
		border-right: none;
		border-left: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 1px;
	}
	.head-title, .head-message {
		margin: 0;
		padding: 10px 60px 10px 10px;
		position: relative;
		top: 40px;
		left: 30px;
	}
	.header-cta  {
		position: relative;
		top: 40px;
		left: 10px;
		margin: 10px 0 0 30px;
	}
}
/* ==========================================================
! Landscape phone to portrait tablet
========================================================== */
@media (max-width: 767px) { 
	header {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px;
		text-align: center;
	}
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px 30px;
	}
	.secion-title {
		margin: 20px 0;
	}
	.adv-message p.lower-line {
		font-size: 14px;
		margin: 10px 0 20px;
	}
	#home-search-container {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0;
	}
	.widget {
		width: 100%;
	}
	.prop-info.span4 {
		padding: 20px;
	}
	.prop-price {
		margin-top: 20px;
	}
	#adv-custom-pager {
	    margin: 20px 0 0 20px;
	    position: relative;
	    z-index: 9999;
	}
	.agent-content,
	.row-fluid > .post-content {
		padding: 30px;
	}
	.phone-number {
		float: none;
		margin-top: 10px;
	}
	.nav-collapse .nav > li > a {
		border: none;
		border-radius: 0;
	}
	.nav-collapse .dropdown-menu {
		margin: 0;
	}
	.dropdown.open .dropdown-menu {
		background: #FFF;
	}
	.nav-collapse .nav > li > a, 
	.nav-collapse .dropdown-menu a {
		border-radius: 0;
		border-right: none;
		border-left: none;
	}
	.dropdown.active > a {
		background: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 1px;
	}
	.advance-search span6 input#search {
		width: 87%;
	}
}
/* ==========================================================
! Landscape phones and down
========================================================== */
@media (max-width: 480px) {
	.agent-box .pull-left {
		float: none;
	}
	.agent-box.widget h3, .agent-box.widget ul {
	    margin: 30px 0 0;
	}
		
}

 /* ==========================================================
! Buttons Style
========================================================== */

.btn {
    border-radius: 2px;
    text-decoration: none;
}
.btn-round {
    border-radius: 50px;
}
.btn-o {
    border-width: 1px;
    border-style: solid;
}
.btn-gray {
    background-color: #999;
    color: #fff;
}
.btn-o.btn-gray {
    background-color: transparent;
    color: #999;
    border-color: #999;
}
.no-touch .btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
    background-color: #333;
    color: #fff;
}
.no-touch .btn-o.btn-gray:hover,
.btn-o.btn-gray:focus,
.btn-o.btn-gray:active,
.btn-o.btn-gray.active,
.open > .dropdown-toggle.btn-o.btn-gray {
    background-color: #999;
    color: #fff;
}
.btn-light-gray {
    background-color: #dfdfdf;
    color: #333;
}
.btn-o.btn-light-gray {
    background-color: transparent;
    color: #999;
    border-color: #dfdfdf;
}
.no-touch .btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open > .dropdown-toggle.btn-light-gray {
    background-color: #999;
    color: #333;
}
.no-touch .btn-o.btn-light-gray:hover,
.btn-o.btn-light-gray:focus,
.btn-o.btn-light-gray:active,
.btn-o.btn-light-gray.active,
.open > .dropdown-toggle.btn-o.btn-light-gray {
    background-color: transparent;
    color: #333;
    border-color: #999;
}
.btn-white {
    background-color: #fff;
    color: #999;
}
.btn-o.btn-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.no-touch .btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background-color: #fff;
    color: #333;
}
.no-touch .btn-o.btn-white:hover,
.btn-o.btn-white:focus,
.btn-o.btn-white:active,
.btn-o.btn-white.active,
.open > .dropdown-toggle.btn-o.btn-white {
    background-color: #fff;
    color: #333;
}
.btn-black {
    background-color: #333;
    color: #fff;
}
.btn-o.btn-black {
    background-color: transparent;
    color: #333;
    border-color: #333;
}
.no-touch .btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    background-color: #000;
    color: #fff;
}
.no-touch .btn-o.btn-black:hover,
.btn-o.btn-black:focus,
.btn-o.btn-black:active,
.btn-o.btn-black.active,
.open > .dropdown-toggle.btn-o.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-green {
    background-color: #0eaaa6;
    color: #fff;
}
.btn-o.btn-green {
    background-color: transparent;
    color: #0eaaa6;
    border-color: #0eaaa6;
}
.no-touch .btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    background-color: #068b85;
    color: #fff;
}
.no-touch .btn-o.btn-green:hover,
.btn-o.btn-green:focus,
.btn-o.btn-green:active,
.btn-o.btn-green.active,
.open > .dropdown-toggle.btn-o.btn-green {
    background-color: #0eaaa6;
    color: #fff;
}
.btn-blue {
    background-color: #1d82aa;
    color: #fff;
}
.btn-o.btn-blue {
    background-color: transparent;
    color: #1d82aa;
    border-color: #1d82aa;
}
.no-touch .btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    background-color: #086492;
    color: #fff;
}
.no-touch .btn-o.btn-blue:hover,
.btn-o.btn-blue:focus,
.btn-o.btn-blue:active,
.btn-o.btn-blue.active,
.open > .dropdown-toggle.btn-o.btn-blue {
    background-color: #1d82aa;
    color: #fff;
}
.btn-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn-o.btn-magenta {
    background-color: transparent;
    color: #9b156e;
    border-color: #9b156e;
}
.no-touch .btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active,
.btn-magenta.active,
.open > .dropdown-toggle.btn-magenta {
    background-color: #7e115f;
    color: #fff;
}
.no-touch .btn-o.btn-magenta:hover,
.btn-o.btn-magenta:focus,
.btn-o.btn-magenta:active,
.btn-o.btn-magenta.active,
.open > .dropdown-toggle.btn-o.btn-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn-o.btn-yellow {
    background-color: transparent;
    color: #eab134;
    border-color: #eab134;
}
.no-touch .btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
    background-color: #dfa412;
    color: #fff;
}
.no-touch .btn-o.btn-yellow:hover,
.btn-o.btn-yellow:focus,
.btn-o.btn-yellow:active,
.btn-o.btn-yellow.active,
.open > .dropdown-toggle.btn-o.btn-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn-o.btn-red {
    background-color: transparent;
    color: #ea3d36;
    border-color: #ea3d36;
}
.no-touch .btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
    background-color: #d22a2a;
    color: #fff;
}
.no-touch .btn-o.btn-red:hover,
.btn-o.btn-red:focus,
.btn-o.btn-red:active,
.btn-o.btn-red.active,
.open > .dropdown-toggle.btn-o.btn-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn-o.btn-facebook {
    background-color: transparent;
    color: #43609c;
    border-color: #43609c;
}
.no-touch .btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-color: #395285;
    color: #fff;
}
.no-touch .btn-o.btn-facebook:hover,
.btn-o.btn-facebook:focus,
.btn-o.btn-facebook:active,
.btn-o.btn-facebook.active,
.open > .dropdown-toggle.btn-o.btn-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn-o.btn-twitter {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
}
.no-touch .btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-color: #4993cc;
    color: #fff;
}
.no-touch .btn-o.btn-twitter:hover,
.btn-o.btn-twitter:focus,
.btn-o.btn-twitter:active,
.btn-o.btn-twitter.active,
.open > .dropdown-toggle.btn-o.btn-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn-o.btn-google {
    background-color: transparent;
    color: #dd4b39;
    border-color: #dd4b39;
}
.no-touch .btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    background-color: #c44433;
    color: #fff;
}
.no-touch .btn-o.btn-google:hover,
.btn-o.btn-google:focus,
.btn-o.btn-google:active,
.btn-o.btn-google.active,
.open > .dropdown-toggle.btn-o.btn-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn-o.btn-pinterest {
    background-color: transparent;
    color: #cb2027;
    border-color: #cb2027;
}
.no-touch .btn-pinterest:hover,
.btn-v:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    background-color: #b51d22;
    color: #fff;
}
.no-touch .btn-o.btn-pinterest:hover,
.btn-o.btn-pinterest:focus,
.btn-o.btn-pinterest:active,
.btn-o.btn-pinterest.active,
.open > .dropdown-toggle.btn-o.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn-linkedin {
    background-color: #0177b5;
    color: #fff;
}
.btn-o.btn-linkedin {
    background-color: transparent;
    color: #0177b5;
    border-color: #0177b5;
}
.no-touch .btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
    background-color: #026599;
    color: #fff;
}
.no-touch .btn-o.btn-linkedin:hover,
.btn-o.btn-linkedin:focus,
.btn-o.btn-linkedin:active,
.btn-o.btn-linkedin.active,
.open > .dropdown-toggle.btn-o.btn-linkedin {
    background-color: #0177b5;
    color: #fff;
}
.btn-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 36px;
    text-align: center;
}
.btn-icon.btn-lg {
    width: 41px;
}
.btn-icon.btn-sm {
    width: 31px;
}
.btn-icon.btn-xs {
    width: 22px;
}
.btn-icon.btn-round {
    border-radius: 50%;
}
.btn > .state, .btn.active > .state-active {
    display: inline-block;
}
.btn.active > .state, .btn > .state-active {
    display: none;
}
.btn {
	font-size: 14px;
    padding: 6px 16px;
    font-family: "Karla";
}
#search_form select {
	color: #999;
}
	
#inspection th h4 {
    font-size: 14px;
    line-height: 14px;
    color: #363636;
    margin: 0px 0;
}    
#inspection td h4 {
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}
#inspection td {
	vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}
.testimonial {
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
   }
@media only screen and (max-width: 767px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	/*body{overflow:hidden;}*/
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.textwidget .testimonial-text{
	color:black;
}







.imageTesStyle1 img, .imageTesStyle4 img{
		border-radius: 50%;
		width: 100px !important;
		height: 100px !important;
		border: 1px solid #1d2f68;
	}

	.testimonialName{
		font-size: 20px;
		color: #1d2f68;
		margin-top: 15px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.testimonialText{
		font-size: 14px;
		line-height: 25px;
		font-family: 'Open Sans', sans-serif;
	}
	
	.imageTesStyle2 img{
		border-radius: 50%;
		width: 150px !important;
		height: 150px !important;
		border: 1px solid #1d2f68;
	}
	
	.imageTesStyle3 img{
		width: 100%;
		height: auto;
	}


/* ==========================================================
	Suburb Profile
========================================================== */
#home-suburb-scroller{
	position:relative;
}

#home-suburb-scroller .suburb-image{
	height:300px;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align-center;
}

#home-suburb-scroller .active{
	background:#F1F2F2;
}

#home-suburb-scroller .suburb-txt{
	text-align:center;
}

#home-suburb-scroller h3{ 
	font-size: 26px;
    font-weight: 700;
    text-align: center;
	margin-top: 20px;
}

#home-suburb-scroller p{
	font-size: 16px;
	color:#000;
	margin: 0px 35px 20px 10px;
	text-align:justify;
}

#home-suburb-scroller .owl-prev, #home-suburb-scroller .owl-next{
	color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 8px;
    background: #AF8E41;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
	position:absolute;
	opacity:0.8;
}

#home-suburb-scroller .owl-prev{
	top:37%;
}

#home-suburb-scroller .owl-next{
	top:37%;
	right:5px;
}
ul.social_icons li {
    display: inline-block;
    padding-right: 5px;
}

ul.social_icons i {
    color: #fff!important;
}
ul.social_icons i {
    background-color: #1d2f68;
}
ul.social_icons i {
    color: #fff;
    border-radius: 50%;
    border-radius: 50%;
    padding: 10px 13px;
}
.close span{
	font-size:30px;
}

 /* ==========================================================
! Subscribe Newsletter
========================================================== */
.subscribe-div{
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.subscribe-form{
    padding: 50px;
}
.subscribe-form .form-field{
	margin-bottom:15px;
}

.subscribe div[class*='col-md-']{
	padding-left:0px;
	padding-right:0px;
}

.subscribe .info-div{
	background: #EAEEF2;
}

.subscribe .contact-info {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
}

.subscribe div[class*='contact-'] {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    color: #2a2a2a;
}

.subscribe .contact-info a{
	color: #2a2a2a;
}

.subscribe .contact-info .fa {
    background-color: #2AA1D9;
    color: #FFFFFF;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 33px;
}

.subscribe .row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:  flex;
	flex-wrap: wrap;
	justify-content:center;
}

.subscribe .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.banners{
	padding: 50px 0px;
}

.b-subscribe{
	background-color: white;
    padding-bottom: 20px;
    padding-top: 50px;
    max-width: 90%;
	padding-left: 35px;
    padding-right: 35px;
}

.b-subscribe h3{
	margin: 0px 0px 10px 0px;
    padding: 0px;
    font-style: italic;
    font-size: 2em;
    line-height: 1.3em;
}

.b-subscribe p{
	font-size: 1.4em;
    line-height: 1.2em;
	color: #555;
	margin-bottom:20px;
}

.b-wotprice, .b-subscribe{
	border:1px solid #eee;
}

.prop-subscribe{
	max-width: 100%!important;
	margin-bottom: 50px!important;
	padding-bottom: 25px!important;
    padding-top: 25px!important;
}


/* ==========================================================
		Carousel scrooling on phone
========================================================== */
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

/* ==========================================================
		Properties All in States
========================================================== */
.property-item{
	height:100%;
}
.property-item img{
	width:100%;
}
.property-item .text{
	//min-height:235px;
	text-align:left;
	color:#666666;
}
.property-item .property-wrap{
	position: relative;
    height: 100%;
}
.property-item .memlogo{
	position: absolute;
    bottom: 0;
    width: 100%;
}

.property-wrap {
	/*margin-bottom: 60px;*/
	-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

@media (max-width: 767.98px) {
	.property-wrap {
	  margin-bottom: 40px; } 
}
	  
.property-wrap .img {
	display: block;
	width: 100%;
	height: 250px;
	position: relative; 
	overflow:hidden;
}
.property-wrap .img .rent-sale {
	position: absolute;
	top: 10px;
	left: 25px; 
}

.property-wrap .img .rent-sale .sale {
	background: #F4D240;
	color: #000;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px 10px; 
}

.property-wrap .img .rent-sale .rent {
	background: #24A148;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px 10px; 
}

.property-wrap .img p.price {
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px; 
}

.property-wrap .img p.price span {
	font-size: 16px;
	font-weight: 600;
	background: rgba(65,110,170, 0.8);
	border-radius: 4px;
	padding: 4px 8px; 
}

.property-wrap .img p.price span.orig-price {
	color: #fff; 
}

.property-wrap .img p.price span.old-price {
	color: rgba(0, 0, 0, 0.4);
	position: relative;
	margin-right: 8px; 
}

.property-wrap .img p.price span.old-price:after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.4);
	content: ''; 
}

.property-wrap .img p.price small {
	font-size: 14px;
	color: black; 
}

.property-wrap .text {
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	padding: 25px; 
}

.property-wrap .text h3 {
	font-size: 18px;
	margin-bottom: 0; 
}

.property-wrap .text h3 a {
	color: #000000;
	font-weight: 600; 
}

.property-wrap .text ul {
	padding: 0; 
}

.property-wrap .text ul li {
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	list-style: none;
}

.property-wrap .text ul li span {
	margin-right: 5px; 
}

.property-wrap .text .list-team {
	width: 100%; 
}

.property-wrap .text .list-team > div, .property-wrap .text .list-team span {
	width: 50%; 
}

.property-wrap .text .list-team .img {
	width: 34px;
	height: 34px;
	border-radius: 50%; 
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.property-wrap .text .list-team h3, .property-wrap .text .list-team span {
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6); 
	margin: 0px 8px;
}

.property-wrap .text .btn-custom {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #24A148;
	border-radius: 50% 0 50% 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.property-wrap .text .btn-custom span {
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); 
}

.property-wrap .text .btn-custom:hover {
	background: #e16262; 
}

.property-wrap:hover {
	-webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26); 
}

.property-wrap:hover .btn-custom {
	border-radius: 50% 50% 50% 50%; 
}

.d-flex{
	display:flex;
}

.align-items-center{
	align-items:center;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}

.pb-2{
	padding-bottom: 0.5rem !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}