
/* ----------------------------------------------------------------- HIDE/SHOW ITEMS ---------- */

#news {
	display: none;
}

/* HIDE KEY MOTO */
#top-header-message {
	display: none;
	bottom: 230px;
	line-height: 40px;
	font-family: arimo;
	/*text-shadow: none;*/
	font-size: 40px;
	left: 15px;	
}

/* SHOW HOMEPAGE HEADER FITLER TAB OPTIONS */
.slider-filter-options {
	display: none;
}

/* SHOW AGENT CONTACT INFO IN LISTING PAGE */
.agent-contact-info {
	display: none;
}

/* SHOW PHOTOS NAVIGATION CONTROLS IN GRIDS */
.image-navigation-controls {
	display: none;
}

/* SHOW MULTI-LOCATION BAR */
.show-multi-loc-bar-btn, .show-segments-btn {
	display: none;
}

/* SHOW ADDITIONAL SERARCH FILTERS (BEDS, FURNISHED) */
.more-filters {
	display: none;
}

/* SHOW SIMILAR PROPERTIES */
.similar-properties {
	display: none;
}

/* SHOW AGENT PHOTO(S) IN HOMEPAGE */
/*
.testimony-image {
	display: none;
}
.testimony-content{
	margin-left: 20px;
}
*/
/* end:SHOW AGENT PHOTO(S) IN HOMEPAGE */


/* REMOVE QUOTES FROM HOMEPAGE */
/*.testimony-content blockquote {
	text-indent: 0;
}
.testimony-content blockquote::before {
	display: none
}*/
/* end:REMOVE QUOTES FROM HOMEPAGE */


/* SHOW SOCIAL LINKS - SOCIAL SHARE */
#social-on-welcome {
	/*.social-links, .social-share*/
	display: none!important;
}

/* LISTINGS MAP */
.mapview-btn {
	display: none!important;
}
.mapview-btn i {
	--fa-primary-color: #162A43;
	/* --fa-primary-opacity: 0.20; */
}
.draw-icon, .draw-map-btn {
	display: none!important;
	color: #E31B21;
}
/* end:LISTINGS MAP */


/* TOP BAR ELEMENTS */
.wip
/*, .top-bar
, .top-search*/
, .favorites
, .login
{
	display: none;
}
/* SET IF TOP-BAR EXISTS */
.page-image {
	background-position-y: 44px;
}
/* end:TOP BAR ELEMENTS */


/* MAIN FONT REPLACEMENT */
/*body*/
/*h1, h2, h3, h4, h5, h6, .sidebar .widget .widget-header h3, .post-content > .heading-title h2, #footer .widget h2, #footer .widget h3, 
#footer .widget.widget_recent_comments > ul > li > a:before, #footer .widget.widget_recent_comments ul > li > a:before {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}	*/


/* MODIFY HOMEPAGE CAROUSEL HEADER HEIGHT */

#header{     
	min-height: 780px;
	padding-top: 31%; 
}



/* ----------------------------------------------------------------- COLOR CHANGES */

/* MAIN COLORS */

.main-backcolor1, .btn-primary, .service-icon a, 
.property-price, .post-img h3,
.progress-bar-info, .pagination > .active > a,
.carousel-indicators .active, .sweet-alert button,
.navbar.navbar-default .navbar-nav li.dropdown.open > a, .navbar.navbar-default .navbar-nav li.dropdown.open > a:hover, .home-sections .property-features,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #162A43; 
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus, .btn-default.checked {
	background-color: #162A43;
	border-color: #162A43;
}

::-moz-selection, ::-webkit-selection, ::selection {
	background: #162A43; 
}

:focus {
	outline-color:  #332B8B!important;
}

.btn-primary, .carousel-indicators li, blockquote {
	border-color: #162A43;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.dropdown-toggle,
.tags li:hover .badge {
	background-color: #737F8E;
	border-color: #737F8E;
}

a:hover, a:focus,
.btn-link:hover, .btn-link:focus, .tags > li .active:before, .td-easy-social-share a:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #737F8E;
}

.main-color1, a, .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > li > a:hover, .our-services li:before, .colored-list ol li::before,
.navbar-default .navbar-nav > li > a:focus, #home-testimonials-carousel:before, .testimonials span, .btn-link,
.pagination > li > a, .pagination > li > span {
	color: #162A43;
}

.navbar-default .navbar-nav > .active > a {
	color: #162A43!important;
	background-color: transparent!important;
}

.sidebar .widget-white:before {
	border-top-color: #162A43;
}

.service-container:hover > .service-icon a {
	box-shadow: 0 0 0 5px #162A43;
}

.btn-default.checked {
	color: white;
}

.scroll-top-link {
	fill: #162A43;
}


/* end:MAIN COLORS */


/* COLORED NAVIGATION BAR */

.navbar-default {
	background-color: #162A43; /*OR background-color: rgba(0, 0, 0, 0.4);*/
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

.navbar-default .navbar-nav > li:hover {   
	background-color: white;
}

.navbar-default .navbar-nav .active > a:focus,
.navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav > li:hover > a {
	color: #162A43;
	background-color: transparent;
}

/* end:COLORED NAVIGATION BAR */


/* TRANSPARENCY + PATTERN NAVIGATION BAR */
/*
.navbar-default {
	background-color: transparent;
    box-shadow: 0 0 0 rgba(50, 50, 50, .7);
	background-image: url(/images/navbar_bg.png);
}
*/


/* MENU ITEM TEXT SHADOW */
/*
.navbar-default .navbar-nav > li > a {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}
.navbar-default .navbar-nav > li:hover a {   
	text-shadow: none!important;
}
*/
/* end:MENU ITEM TEXT SHADOW */

/* ----------------------------------------------------------------- LOGO ADJUSTMENTS */

.navbar-default .navbar-brand img {
	height: 70px;
}

/* INSERT A PNG LOGO */


#contact-form-logo-jpg { display: none; }
#contact-form-logo-png { display: inline-block; }



/* ----------------------------------------------------------------- OTHER */


/* LARGER TESTIMONY PHOTO IN HOMEPAGE */
/*
.testimony-image {
	width: 150px;
	height: 150px;
}
.testimony-content{
	margin-left: 170px;
}
*/
/* end:LARGER TESTIMONY PHOTO IN HOMEPAGE */


/*
.table-responsive td {
	background-color: white;
}
.table-responsive td:first-child {
	font-weight: bold;
}
.table-responsive thead {
	background-color: #162A43;
	color: white;
}
*/

/* FIX MENU WRAP FOR SMALLER SCREEN SIZE */
@media screen and (min-width: 768px) and (max-width: 1206px) {  /* set max width where menu does not wrap (eg. 992px) */

  	.navbar-header {
  		width: 100%;
  	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}  
	.navbar-right {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		margin-bottom: 0;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0!important;
	}
	.navbar-nav > li {
		float: none;
		display: inline-block;
	}
  	.navbar-default .navbar-brand { /* dK#  */
  		width: 100%;
  		text-align: center;
  		margin-left: 0;
  		padding-right: 0;
  		min-height: 90px;
  	}
	.navbar-default .navbar-nav > li:NOT([class="flags-cnt"]) > a {
		padding: 20px 8px!important;
	}
	
	/* fix logo position when menu is below */
	.navbar-default .navbar-brand img {
		transform: none;
		position: relative;
		top: 0;
	}
}
/* end:FIX MENU WRAP FOR SMALLER SCREEN SIZE */

.navbar-nav.navbar-right > li.flags-cnt {
	padding-left: 10px;
	border-width: 0;
}

/* COLORED MENU ITEM TOP BORDER */
/*
@media screen and (min-width: 1207px) {

	.navbar-default .navbar-nav > li > a  {
		padding: 40px 8px;
	}	

	.navbar-default .navbar-nav > li:NOT([class="flags-cnt"]):hover::before, .navbar-default .navbar-nav > .active::before {
		border-top-color: #737F8E;
		border-top-style: solid;
		border-top-width: 4px;
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		top:0;
	}

}
/* end:COLORED MENU ITEM TOP BORDER */

@media screen and (max-width: 370px) {

	.page-title {
		margin-top: -140px;
	}
	.page-text {
		margin: 0 -15px -40px -15px;
	}
	.page-title h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.navbar-default .navbar-brand img {
		max-width: 80%;
		height: auto;
		max-height: 80px;
		top: 10px;
		transform: none;
	}
	.navbar-default .navbar-brand {
		float: none;
		padding: 0px 0px 0px 10px;
		width: 70%;
	}
}

/*
#service h2 {
	font-style: 30px;
}

#service h2 small {
	font-size: 17px;
}
*/

/*
.renovation-images div {
	margin-top: 15px;
	margin-right: -15px;
}
*/

/* Specific for solution to reduce space from contract text */
/*
.entrustment-order {
	margin-top: -50px;
}
*/


/* FLAT MINIMALISTS FLAGS */
/*
.flag {
	color:white!important;
	background-color: #7BC9DD;
	border-width: 4px;
	border-style: solid;
	border-color: white;
	padding: 12px!important;
	margin: 25px 0;
	border-radius: 50%;
}
.flag:before:hover {
	border-top: none;
}
.flag:hover {
	background-color: #7BC9DD!important;	
	border-color: #EBD100;
}
.flag:active, .flags-cnt a.active, .flags-cnt span.active {
	border-color: #EBD100!important;
}
.flag:hover a, .flag:hover span {
	color: white!important;
}
/* end:FLAT MINIMALISTS FLAGS */


.property-image-list img {
	max-height: 320px;
	width: auto;
}


@media screen and (max-width: 480px) {

	.vt360 .embed-responsive {
		height: 580px;
	}
}


/* COPY LINK */
.copy-link small a {
	opacity: 0;
	transition: opacity .4s ease-in;
}
.copy-link:hover a {
	opacity: 1;
}
/* end:COPY LINK */


/* COLORED LIST */
.colored-list li {
	counter-increment: li;
	margin-left: 2.2em; /*1.8em if . is omitted*/
}
.colored-list ol li::before {
	content: "." counter(li) ; 
    display: inline-block; 
    width: 1.5em;  /*1em if . is omitted*/
    /*margin-left: -1.5em;
    margin-right: 1em; */
    text-align: right; 
    direction: rtl;
    font-family: inherit;
    /*font-weight: bold;*/
}
/* end:COLORED LIST */



/* OTHER ADJUSTMENTS */

.top-bar i.fab {
	opacity: 0.75;
}

.nav-pills > li > a {
	padding: 5px 15px;
	border-radius: 0;
}

.container.full {
	position: relative;
	width: 100%;
}

.removed-block {
	display: none!important;
}

.scroll-top-link {
	/*bottom: 1.5rem;
	right: 1.5rem;*/
}

#subscribe {
	background-color: #680788;
	background-image: none;
	padding: 80px 20px 130px;
}

#subscribe .container {
	padding: 80px ​0px 120px 0;
}

.dropdown-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.sidebar .widget-white::before {
	display: none;
}

.expandable-features:hover .property-features {
	display: none
}

.search-btn {

}

.quick-search {
	background-color: rgba(66,66,66,.65);
	padding: 40px;
}

.quick-search .form-control {
	height: 40px;
	font-size: 15px;
}

/*fix for blog menu item focus*/
/*.navbar-default .navbar-nav > li > a:focus {
	color: white;
}*/

/*.heading-title h2 {
    border: 0 solid #898ba2;
}*/
.heading-title h2::after {
	display: none;
}
.heading-title h2::before, .heading-title h2::after {
    background: transparent!important;
}

.sidebar .widget .widget-header h3 {
    padding-bottom: 0;
}
.sidebar .widget-white::before  {
	display: none;
}


#service-3box {
    width: 100%;
    padding: 100px 0 80px;
}










/*.sidebar .widget .widget-header h3::before {
	height: 200px;
	position: absolute;
	display: block;
	background-color: yellow;
	color: white;
}*/


/* end:OTHER ADJUSTMENTS */

.filtertitle {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}


/* 3-SERVICES */

.service-container {
	border: 1.5px solid #162A43;
	padding: 20px 30px 0;
	margin-top: 50px;
	/*border-radius: 25px*/
}
.service-container h1 {
	text-align: center;
	font-size: 47px;
	padding-bottom: 25px;
}
.service-container h3 {
	text-align: center;
	margin-bottom: 12px;
	font-size: 21px;
}
.service-content-fixed {
	text-align: left;
}
.service-content a {
	position: relative;
	top: 20px;
}
.service-container .btn-primary {
	padding: 12px 30px;
}

/* end:3-SERVICES */


/* FOOTER */

#footer {
	background-color: #162A43;
}
#footer h4, #footer p {
	color: white;
}

#footer a, #subscribe h3 {
	color: #B0B0B0;
}



/*.top-bar .top-search {
    width: 184px;
    position: absolute;
    margin: 0px -285px;
}

.top-bar .pull-right {
    position: relative;
    bottom: 5px;
}*/

.widget-white.entrustment {
	background-color: #A88F6F;
}
.widget-white.entrustment:hover {
	background-color: #696C73;
}
.widget-white.entrustment h3, .widget-white.entrustment a {
	color: white!important;
}


.full-width-background {
    padding: 60px 0px;
    background-color: #e3e3e3;
}

.mtop10 {
	margin-top: 10px;
}




/*.top-bar {
	background-color: #EDEDED;
}
*/

















/* ### HOLIDAY HOMES BANNER IN HOMEPAGE ### */
.holiday-homes-banner {
    background-image: url("/images/holidayhomes.jpg");
    background-size: cover;
/*    margin-bottom: 80px;*/
    background-position: center center;
    background-repeat: no-repeat;
}
.holiday-homes-banner > div {
	width: 100%;
	padding: 35px 40px 30px; 
}
.holiday-homes-banner > div h2 span {
	/*margin-bottom: 30px!important;*/
	line-height: 48px;
/*	font-size: 33px;*/
}
.holiday-homes-banner > div h2, .holiday-homes-banner > div h2 small {
	color: white;
	text-shadow: 1px 0 10px #000;
}
.holiday-homes-banner > div h1 > span {
	/*margin-bottom: 30px!important;*/
	line-height: 55px;
	font-size: 50px;
	color: lightblue;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	font-weight: bold;
}
.holiday-homes-banner > div > a {
	padding: 8px 30px;
}
@media (max-width: 767px) { 

	.holiday-homes-banner > div h2 span {
		/*margin-bottom: 30px!important;*/
		line-height: 42px;
		font-size: 28px;
	}

	.holiday-homes-banner > div h1 span {
		font-size:33px;
	}

	.holiday-homes-banner {
		margin-bottom: 40px;
	}
}

.renovation-images div {
	margin-top: 15px;
	margin-right: -15px;
}

/*.top-bar-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid lightgrey;
}

.navbar-transparency {
	background-color: rgba(255, 255, 255, 0.2);
}
.navbar-top-margin {
	margin-top:45px;
}*/

.quick-search {
	border-radius: 6px;
}


/*.property-container, #slider-property .carousel-indicators li {
	transition: all 0.6s ease;
}
.property-container:hover, #slider-property .carousel-indicators li:hover {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5x rgba(0, 0, 0, 0.3);
    background: #ffffff;
   	border-color: lightgrey;
}*/


/* HALF IMAGE FEATURES */

.half-image-feature-cnt {
	padding: 50px 0px;
}

.half-image-feature-cnt .description {
	padding: 40px 10% 30px 30px;
}

.half-image-feature-cnt .description.text-right {
	padding: 40px 30px 30px 10%;
}

.half-image-feature-cnt .image1 {
	background-image: url('/images/banner-valuation.jpg');
  	background-repeat: no-repeat;
  	background-position: center;
  	height: 500px;
}

.half-image-feature-cnt .image2 {
	background-image: url('/images/banner-consulting.jpg');
  	background-repeat: no-repeat;
  	background-position: center;
  	height: 500px;
}

@media screen and (max-width: 480px) {

	.half-image-feature-cnt .image1, .half-image-feature-cnt .image2 {
		height: 250px;
		background-size: cover;
	}

	.half-image-feature-cnt .description, .half-image-feature-cnt .description.text-right {
		padding-top: 20px;
	}

	.half-image-feature-cnt .description h4 {
		font-size: 16px;
		line-height: 25px;
	}
}

/* end:HALF IMAGE FEATURES */


/* PREMADE SEARCHES */

.custom-search {
	position: relative;
	background-blend-mode: overlay;
	background-color: #202020;
	text-align: center;
	padding: 0;
	border: 5px solid white;
}
.custom-search .heading {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 10% 40px 30px; 
	z-index: 1000;
}
.custom-search .heading h2 {
	margin-bottom: 30px!important;
	color: white;
	font-size: 23px;
    letter-spacing: 6px;
	text-align: center;
	line-height: 40px;
	z-index: 1000;
	position: relative;	
}
/*.custom-search:hover {
	transition-delay: 0.5s;
}*/
.custom-search .heading a {
	visibility: hidden;
}
.custom-search img {
	opacity: 0.7;
	z-index: 500;
	width: 100%;
	height: auto;
}
.custom-search:hover img {
	opacity: 1;
}
.custom-search:hover .heading a {
	visibility: visible;
	text-shadow: none;
}
.custom-search:hover .heading {
	color: white;
	text-shadow: 1px 1px black;
}
.custom-search small {
	line-height: 1em;
}

@media (max-width: 767px) { 

	.custom-search .heading {
		padding: 20px 30px 10px; 
	}

	.custom-search .heading h2 {
		margin-bottom: 30px!important;
		font-size: 20px;
	    letter-spacing: 7px;
		text-align: center;
		line-height: 30px;
		}

	.navbar-header {
		min-height: 120px;
	}

}

/* end:PREMADE SEARCHES */





#homeSearchDlg {
	top:150px;
}
