
/* ----------------------------------------------------------------- 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: #A88F6F;
	/* --fa-primary-opacity: 0.20; */
}
.draw-icon, .draw-map-btn {
	display: none!important;
	color: #CD241D;
}
/* 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: 750px;
	padding-top: 13%; 
}



/* ----------------------------------------------------------------- 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: #BB0000; 
}

.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: #BB0000;
	border-color: #BB0000;
}

::-moz-selection, ::-webkit-selection, ::selection {
	background: #BB0000; 
}

:focus {
	outline-color:  #A88F6F!important;
}

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

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

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: #E83939;
}

.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: #BB0000;
}

.navbar-default .navbar-nav > .active > a {
	color: #E83939!important;    /*#BB0000*/
	background-color: transparent!important;
}

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

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

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

.scroll-top-link {
	fill: #BB0000;
}


/* end:MAIN COLORS */


/* COLORED NAVIGATION BAR */

.navbar-default {
	background-color: #000000;
}

.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: white;
	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: 80px;
}

/* 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: #BB0000;
	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 10px;
	}	

	.navbar-default .navbar-nav > li:NOT([class="flags-cnt"]):hover::before, .navbar-default .navbar-nav > .active::before {
		border-top-color: #BB0000;
		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: #A88F6F;
	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: #A88F6F!important;	
	border-color: #CD241D;
}
.flag:active, .flags-cnt a.active, .flags-cnt span.active {
	border-color: #CD241D!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 */


#calldiv {
    height: 80px;
    width: 270px;
    float: left;
    position: fixed;
    bottom: 100px;
    left: -220px;
    z-index: 9999 !important;
    background: #3D3D3D 	;
    color: white!important;
    padding: 12px 10px 8px 20px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
    /*-webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.5);*/
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    /*border: solid 5px rgba(255, 255, 255, 0.25);*/
    border-left: none;
    cursor: default;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    transition: 0.6s;
    /*border-bottom: rgba(41,47,56,0.5) 5px solid;*/
}

#calldiv:hover {
    background: #BB0000;
    left: 0!important;
}

#calldiv a:hover {
	opacity: 0.7;
}

#calldiv img {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 7px;
    /*margin-top: 28px;*/
    /*margin-bottom: 30px;*/
    /*margin-right: 5px;*/
}

#calldiv i {
	padding: 10px 5px;
    font-size: 34px;
}
.padding-r, .pr0 {
    padding-right:0!important;
}
.padding-top-5, .pt5 {
    padding-top:5px!important;
}
.margin-right-0, .mr0 {
    margin-right:0px;
}
.padding-l, .pl0{
    padding-left:0!important;
}
.smaller-80 {
    font-size:0.8em!important;
}


.navbar-default .navbar-nav > li:hover {
	background-color: #BB0000;
}
.navbar-default .navbar-nav > .active {
	background-color: transparent;
	color: #E83939;
}
.navbar-default .navbar-nav > .active:hover > a {
	color: white!important;
}




/* ### CUSTOM FOOTER color:  ### */
#footer {
	background-color: #000000;
	color: grey;
}
#footer h4, a, h3 {
	color: white;
}


.top-bar {
	background-color: #3D3D3D;
	color: white;
}.top-bar i.fal {
	color: #E83939;
}



#header {
	padding-top: 20%;
}
#top-header-message {
	font-size: 46px;
	top: -75%;
	/*line-height: 45px;*/
}

/* 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;
}*/

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

.nav-pills > li > a {
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
/*	border-color: #A88F6F; /*CD241D*/
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #A88F6F; /*CD241D*/
}


/* end:OTHER ADJUSTMENTS */

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


.ui-select-highlight {
	background: #fff6c5 !important;
	color: black !important;
}
#homeSearchDlg {
	top:150px;
}
