#wait {
	display: none;
}
/*general*/
body {
	background-color: #ededed;
}
.important {
	color: #990 !important;
	font-weight: 300;
}
a {
	text-decoration: none;
}
select {
	height: 40px;
	max-width:110%;
	background-color: transparent;
	border: 1px solid #999 !important;
	border-radius: none !important;
	color: #999 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-webkit-vertical-align: middle !important;
	text-align: center !important;
}
select:hover{
	background-color: #990 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-webkit-vertical-align: middle !important;
}
option {
	height: 35px;
	max-width:110%;
	background-color: #999 !important;
	color: red;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	text-align: center !important;
}
/*NAV*/
.mask-top {
	background-color: rgba(222,222,222,0.7);height:300px;
	z-index: 1;
	-webkit-transition : all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.mask-top:hover {
	background-color: rgba(255,255,255,0.3);height:300px;
	z-index: 1;
}
.main-title {
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	color: #204056;
	font-weight: 300;
	margin-left: 10px;
}
.main-title-bg-morning {
	background-image: url("../img/morning2.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
	-webkit-transition : all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.main-title-bg-morning:hover {
	background-image: url("../img/morning1.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
}
.main-title-bg-daystart {
	background-image: url("../img/daystart1.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
	-webkit-transition : all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.main-title-bg-daystart:hover {
	background-image: url("../img/daystart2.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
}
.main-title-bg-afternoon {
	background-image: url("../img/afternoon1.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
	-webkit-transition : all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.main-title-bg-afternoon:hover {
	background-image: url("../img/afternoon2.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
}
.main-title-bg-evening {
	background-image: url("../img/evening1.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
	-webkit-transition : all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.main-title-bg-evening:hover {
	background-image: url("../img/evening2.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
}
.main-title-bg-night {
	background-image: url("../img/night1.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
	-webkit-transition : all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.main-title-bg-night:hover {
	background-image: url("../img/night2.gif"); background-repeat: no-repeat; background-size: cover;
	height: 300px;
}
.nav {
	background-color: #204056;
	padding-top: 6px;padding-bottom: 6px;
	text-align: center;
}
.nav button {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	border: 1px solid #990;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition : all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.bottomMenu {
    display: none;
    position: fixed;
    width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
.nav button:hover {
	background-color: #990;
	border: 1px solid #fff;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown_content {
	margin-top: 0px;
	display: none;
	position: absolute;
	background-color: #990;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
	z-index: 1;
}
.dropdown .dropdown_content::after {
	content : " ";
	position: absolute;
	top: -12%;
	left: 20%;
	margin-left: -5px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #990 transparent;
}
.dropdown_content a {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 300px;
	letter-spacing: 1px;
	color: #204056;
	padding: 12px 16px;
	text-decoration: none;
	display: block; 
	border-bottom: 1px solid #204056;
}
.dropdown_content a:hover {
	color: #fff;
	background-color: #204056;
}
.dropdown:hover .dropdown_content {
	display: block;
}
.logo-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 55px;
	text-align: center;
	color: #990;
	text-shadow: 3px 0px 4px rgba(0,0,0,0.8);
}
.properties {
	color: #204056;
}
.sign-in-container {
	margin-top: 265px;
}
.loginandregister {
	float: right;
	z-index: 9999;
	color: #990;
}
.loginandregister a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #204056;
	border : 1px solid #204056;
	padding: 5px;
	border-radius: 5px;
	-webkit-transition : all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background-color: transparent;
}
.loginandregister a:hover {
	background-color: #204056;
	color: #990;
	border : 1px solid #204056;
}
/*body*/
.sub-main-title-container {
	background-color: #204056;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition : all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.sub-main-title-container:hover {
	background-color: #990;
}
.sub-main-title {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}
.sub-main-title-button {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #204056;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	background-color: #fff;
	z-index: 9999 !important;
	overflow: hidden !important;
}
.sub-main-title-container img {
  max-width: 100%;  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9999 !important;
}
.sub-main-title-container:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: -9999 !important;
}
#searchmiddle {
	font-size: 60px;
	opacity: 0;
}

/*FOR SALE PAGE*/
.bg-forsale-search {
	/*background : #204056;*/
	background: -webkit-linear-gradient(left, #025084,#204056);
	background: -moz-linear-gradient(left, #025084,#204056);
	background: -o-linear-gradient(left, #025084,#204056);
	background: linear-gradient(left, #025084,#204056);
}
.main-title-forsale {
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	color: #fff;
	font-weight: 200;
	text-align: center;
	margin-bottom: 16px;
}
.searchandmenu-container {
	margin: auto;
	width: 70%;
	text-align: center;
	margin-bottom: 30px;
}
/*.forsale-search {
	width: 100%;
	height: 40px;
	border: 1px solid #204056;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #204056;
	font-weight: 200;
	text-align: center;
}*/
button.forSaleButtonSearch {
	width: 150px;
	height: 40px;
	border: none;
	background-color: #045186;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	margin-top: 4%;
	margin-bottom: 2%;
	border-radius: 5px;
	cursor:pointer;
	-webkit-transition: all 0.6;
	-moz-transition: all 0.6;
	-o-transition: all 0.6;
	transition: all 0.6;
}
button.forSaleButtonSearch:hover {
	background-color: #990;
	color: #fff;
}
a.forSaleButtonSearch {
	width: 150px;
	height: 40px;
	border: none;
	background-color: #045186;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	margin-top: 4%;
	margin-bottom: 2%;
	border-radius: 5px;
	cursor:pointer;
	-webkit-transition: all 0.6;
	-moz-transition: all 0.6;
	-o-transition: all 0.6;
	transition: all 0.6;
}
a.forSaleButtonSearch:hover {
	background-color: #990;
	color: #fff;
}
.forSaleButtonSearch i {
	font-size: 30px;
	display: inline-block;
	margin-top: -3px;
}
.displayError {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	margin-top: 33vh;
	padding: 10px;
	background-color: #990;
	color: #fff;
}
.displayError i{
	font-size: 40px;
}
.main-title {
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	color: #204056;
	font-weight: 300;
	margin-left: 10px;
}
.main-title-bg-forsale {
	background-color: rgba(255,255,255,0.8) !important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.main-title-bg-forsale:hover {
	background-color: #f6f6f6 !important;
}
.nav-forsale {
	background-color: #204056;
	padding-top: 6px;padding-bottom: 6px;
	text-align: left;
}
.nav-forsale button {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	border: 1px solid #990;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition : all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.bottomMenu {
    display: none;
    position: fixed;
    width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
.nav-forsale button:hover {
	background-color: #990;
	border: 1px solid #fff;
}
.logo-title-forsale {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 25px;
	text-align: left;
	color: #990;
	margin-top: 9px;
	margin-bottom: 9px;
}
.properties-forsale {
	color: #204056;
}
.loginandregister-forsale {
	float: right;
	margin-bottom: 10px;
	margin-top: -39px;
}
.loginandregister-forsale a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #204056;
	border : 1px solid #990;
	padding: 5px;
	border-radius: 5px;
	-webkit-transition : all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.loginandregister-forsale a:hover {
	color: #990;
	background-color: #204056;
	border : 1px solid #204056;
}

/*RESENT PROPERTIES */
.resent-properties {
	background-color: #fff;
}
.main-title-resent-properties {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	color: #204056;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}
.main-title-resent-properties-no-found {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #204056;
	font-weight: 400;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.sub-main-title-container-resent-properties {
	background-color: #fff;
	height: 390px;
	border: 1px solid #990;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition : all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.sub-main-title-container-resent-properties img {
	display: flex;
}

.sub-main-title-container-resent-properties:hover {
	background-color: #990;
}
.sub-main-title-container-agent {
	background-color: #fff;
	height: 390px;
	border: 1px solid #990;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition : all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.sub-main-title-container-agent:hover {
	background-color: #ebeff2;
}
.sub-main-title-container-agent img {
  margin: auto;
  width: 150px;
  height: 150px;
}
.agPhoneSearchContainer i {
	font-size: 28.5px;
}
.agentViewMore {
	text-align: center;
	padding: 10px;
	border-radius: 35px;
}
.agPhoneSearchContainer .tableInfo {
	width: 100%;
}
.agPhoneSearchContainer p.agPhoneSearchInfo {
	font-size: 13px;
	vertical-align: middle;
}
.block-details-resent-house p.agNameSearchInfo {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-top: -20px;
}
.block-details-resent-house p.agHousesInfo {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin-top: -25px;
	margin-bottom: -7px;
	border-bottom: 1px solid #ddd;
}
.price-resent-properties {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #204056;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
.details-resent-properties {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #990;
	letter-spacing: 1px;
	text-align: left;
}
.sub-main-title-button-resent-properties {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #204056;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	background-color: #fff;
	z-index: 9999999 !important;
	overflow: hidden !important;
	display: none;
}
.sub-main-title-container-resent-properties img {
  max-width: 100%;  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1 !important;
}
.sub-main-title-container-resent-properties:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: -1 !important;
}
.details-resent-properties-description {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #204056;
	letter-spacing: 1px;
	text-align: left;
}
.block-details-resent-house {
	padding-left: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
.imgContainer {
	display: inline-block;
	background-color: #204057;
	height: 100%;
}
.imgContainer img {
	object-fit:cover;
    cursor: pointer;
}

/*AREA DETAILS FOR SALE*/
.searchandmenu-container-areadetail {
	margin: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.search-top {
	width: 80px !important;
	height: 39px !important;
	border-radius: 5px;
	background-color: #990 !important;
}
.search-top i {
	font-size: 25px;
	vertical-align: middle !important;
}


/*HOUSE DETAILS PAGE8*/
.topHouseDetails {
	max-width:100%;
	height: 70vh;
	overflow: auto;
	box-sizing: border-box;
	display: flex;
  	align-items: flex-start;
  	text-align: center;
}
.topHouseDetails img{
	width:100%;
	height:100%;
	object-fit:cover;
	align-self: center;
  	margin: 0 auto;}
#mySlides {
	display: none;
}
.color-count-pic{
	background-color: #204056;
	color: #990;
}
.sub-main-title-container-hdetails-description {
	padding-left: 20px;
	background-color: #f7f7f7;
	z-index: 9999;
	overflow: hidden;
	height: 800px;
	overflow: auto;
}
.sub-main-title-hdetails-price {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: -30px;
	color: #204056;
	letter-spacing: 1px;
	text-align: left;
}
.sub-main-title-hdetails-title {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #204056;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 10px;
}
.house-address {
	font-size: 15px;
	color: #204056;
}
.house-address .mapview {
	font-size: 10px;
	color: #990;
}
.separator-address{
	color: transparent;
	height: 5px;
}
.sub-main-title-hdetails-discription-title {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #204056;
	letter-spacing: 1px;
	text-align: left;
	margin-top: -10px;
}

.sub-main-title-hdetails-discription {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #204056;
	letter-spacing: 1px;
	text-align: justify;
	margin-top: -10px;
	margin-right: 30px;
}
.icon-hdetails {
	color: #990;
}
.sub-main-title-button-hdetails {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 200;
	color: #fff;
	letter-spacing: 1px;
	width: 140px;
	padding: 6px;
	border: none;
	background-color: #204056;
	z-index: 9999 !important;
	overflow: hidden !important;
	border-radius: 5px;
}
.sub-main-title-button-agent {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #204056;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	background-color: #fff;
	z-index: 9999 !important;
	overflow: hidden !important;
}
#searchmiddle-hdetails {
	font-size: 60px;
	opacity: 0;

}
/*
.leftright {
	margin-top:-70px;
	z-index: 999999999999999 !important;
}*/
.likeandview {
	font-size: 16px;
}
.likeandview span > i.ion-ios-eye{
	font-size: 20px;
}
.likeandview span.view{
	border-top: 1px solid #204056;
	border-left: 1px solid #204056;
	border-bottom: 1px solid #204056;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 3px;
	color: #204056;
}
.likeandview span.like{
	border: 1px solid #204056;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 3px;
	color: #204056;
}
.likeandview span.view:hover{
	border-top: 1px solid #204056;
	border-left: 1px solid #204056;
	border-bottom: 1px solid #204056;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 3px;
	color: #990;
	background-color: #204056;
}
.likeandview span.like:hover{
	border: 1px solid #204056;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 3px;
	color: #990;
	background-color: #204056;
}
.likeonpic {
	background-color: rgba(255,255,255,0.7); width: 100%; text-align: left; padding-left:30px;
}
.likeonpic-top {
	text-align: right; padding-right:30px;
}
.likeandview-top span.like-top{
	border: 1px solid #900;
	border-radius: 5px;
	padding: 3px;
	color: #fff;
	background-color: #900;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 1px;
	cursor: pointer;
}
.likeandview-top span.like-top:hover{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 3px;
	color: #900;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	cursor: pointer;
}
#moreDetails {
	text-decoration: none  !important;
	text-transform: none !important;
	cursor:pointer;
	vertical-align:middle;
	font-size:60px; 
	position: fixed;
	bottom:20px;
    left:80vw;
	color: #990;
	border-radius: 50%;
	-webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: 2;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: 2;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: 2;
    animation-duration: 5s;
    animation-iteration-count: 2;
}


/*AGENT BLOCK*/
.sub-main-title-agent {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #204056;
	letter-spacing: 1px;
	text-align: center;
}
.sub-main-title-container-hdetails {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f6f6f6;
	z-index: 9999;
	overflow: hidden;
	height: 800px;
	overflow: auto;
}
.sub-main-title-button-agent-contact {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #990;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	background-color: #204056;
	z-index: 9999 !important;
	overflow: hidden !important;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 1px solid #204056;
	margin-bottom: 10px;
	cursor: pointer;
}
.sub-main-title-button-agent-cancel {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #204056;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	border: 1px solid #204056;
	background-color: #990;
	z-index: 9999 !important;
	overflow: hidden !important;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
}
.sub-main-title-button-agent-aInfo {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	border: none;
	background-color: #990;
	z-index: 9999 !important;
	overflow: hidden !important;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius : 6px;
	cursor: pointer;
}
.sub-main-title-button-agent-aInfo-show {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px;
	background-color: #204056;
	color: #eee;
	text-align: center;
}
.sub-main-title-button-agent-aInfo-show span.fas{
	color: #990 !important;
}
.sub-main-title-button-agent-aInfo-show span > i{
	color: #990 !important;
}
#showAgentContact {
	display: none;
}
.dismissAgentContact {
	float: right;
	cursor: pointer;
	color: #990;
}
.dismissAgentContact:hover {
	color: #fff;
	cursor: pointer;
}
.agProfileButton {
	padding:10px;
	border:1px solid #fff;
	border-radius: 20px;
	letter-spacing: 1px;
}
.aProfile {
	width: 200px;
	height: 200px;
	border-radius: 50% !important;
	margin: 0 auto !important;
	text-align: center;
	margin-bottom: 20px !important;
	border: 3px solid #fff;
	overflow: hidden;
}
.aProfileSearch {
	width: 150px;
	height: 150px;
	border-radius: 50% !important;
	margin: 0 auto !important;
	text-align: center;
	margin-bottom: 20px !important;
	border: 3px solid #fff;
	overflow: hidden;
}
.aName {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #204056;
	text-align: center;
	margin-top: -5px;
}
.vInput {
	width: 100%;
	height: 40px;
	border: 1px solid #204056;
	margin-bottom: 2%;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-left: 20px;

}
.vInput:focus {
	width: 100%;
	height: 40px;
	border: 1px solid #204056;
	margin-bottom: 2%;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-left: 20px;
	background-color: #fff !important;
	color: #000 !important;

}
.vMessage {
	width: 100%;
	height: 100px;
	border: 1px solid #204056;
	resize: none;
	margin-bottom: 2%;
	border-radius: 5px;
	padding-left: 20px;
	padding-left: 10px;
}
.vMessage:focus {
	width: 100%;
	height: 100px;
	border: 1px solid #204056;
	resize: none;
	margin-bottom: 2%;
	border-radius: 5px;
	padding-left: 20px;
	padding-left: 10px;
	background-color: #fff !important;
	color: #000 !important;
}
#sucessSent {
	width: auto;
	height: auto;
	position: fixed;
	top: 50vh;
	right: 0;
	right: 0;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	visibility: hidden;
}
/*PHOTO GALERY*/
.sub-main-title-galery {
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	color: #204056;
	letter-spacing: 1px;
	text-align: center;
}
.separator-garlery {
	color: transparent;
}
.galery-image {
	height: 260px;
	/*overflow: hidden;*/
}
.galery-image img {
	width:100%;height:100%;object-fit:cover;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.galery-image img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sub-main-title-galery .ion-ios-camera-outline {
	font-size: 65px;
	color: #990;
	text-align: center;
}
.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
	float: left;
	width: 25%;
	height: 150px;
	overflow: hidden !important;
	cursor: pointer;
	box-sizing: border-box;
}
.column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 100vh;
}

/* The Close Button */
.close {
	color: #990;
	position: absolute;
	top: 60px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #204056;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides1 {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #990;
	font-weight: bold;
	font-size: 50px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(32, 64, 86, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: transparent;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: transparent;
}
img.demo1 {
	opacity: 0.6;
}
.active,
.demo1:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s
	z-index: 99999999;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/*RELATING HOME*/
.relating-home {
	background-image : url(../img/bg-relating.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed;
}
.mask-relating-home {
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.mask-relating-home:hover {
	background-color: rgba(0,0,0,0.9);
}
.sub-main-title-relating-home {
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 0px 0px 5px #000;
}
.sub-main-title-relating-home .ion-ios-home-outline {
	font-size: 65px;
	color: #990;
	text-align: center;
}
.galery-image-block {
	height: 260px;
	/*overflow: hidden;*/
}
.relating-home-block img {
	width:100% !important;
    height:200px;
    object-fit: cover;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*footer*/
.properties-footer img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.properties-footer img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.footer {
	background-color: #515b6d !important;
}
.titre-list-of-area-footer {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 200;
	color: #999;
	padding-left: 5.6%;
}
.properties-by-area-footer p {
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	font-weight: 200;
	color: #eee;
	padding-left: 23%;
}
.properties-by-area-footer ul > li {
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	font-weight: 200;
	color: #999;
	padding-left: 13%;
	list-style:none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.properties-by-area-footer ul > li:hover {
  margin-left: -5px;
  color: #990;
}
.newsletter input {
	border: 1px solid #999;
	background-color: transparent;
	width: 300px;
	height: 30px;
	font-size: 13px;
	color: #eee;
	letter-spacing: 0.6px;

}
.newsletter button {
	border: 1px solid #999;
	background-color: transparent;
	width: 80px;
	height: 30px;
	color: #eee;
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 1px;
}
.title-newsletter {
	color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 200;
}
.logo-title-footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-align: left;
	color: #999;
	margin-bottom: -15px;
	padding-left: 5.6%;
}
.properties-footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #999;
}
.copy {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	background-color: #990;
	color: #ddd;
	letter-spacing: 1px;
}
.followus {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #999;
	margin-bottom: -8px;
}
.push-icon {
	padding-left: 11.5%;
}
.socialicon {
	font-size: 30px;
	color: #999;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.socialicon:hover {
	color: #990;
}
.powered-container {
	margin-bottom: 20px;
}
.powered {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	padding: 10px;
	font-size: 12px;
}
.powered .te-amo {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px !important;
	margin-right: -40px;
	padding-right: -40px;
}
.powered .te-amo:hover {
	color: #600;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.powered .te-amo img {
	width: 100px;
	height: 100px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-left: -10px;
}
.powered .te-amo img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
/*divers*/
.separator {
	color: transparent;
	height: 20px;
}
.hr {
	opacity: 0.3 !important;
}
.active {
	background-color: #990;
}


/*AGENT PROFILE PAGE */
.agProfileContainer {
	background-color:;
}
.bodyAgentProfile {
	/*background-color: #204056;*/
	background: -webkit-linear-gradient(left, #025084,#204056);
	background: -moz-linear-gradient(left, #025084,#204056);
	background: -o-linear-gradient(left, #025084,#204056);
	background: linear-gradient(left, #025084,#204056);
}
/*nav agent profile section*/
.NavAgent {
	display: flex;
	background-color: rgb(255,255,255);
	justify-content: center;
	height: 50px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5)
}
.NavContentCmpanyName {
	background-color:;
	height:;
	width: 300px;
	margin: 3px;
	justify-content: flex-start;
	display: flex;
}
.NavContentCmpanyName span.init1 {
	color: #204056;
	font-weight: bold;
}
.NavContentCmpanyName span.init2 {
	color: #990;
	font-weight: bold;
}
.NavContentLink {
	color: #204056;
	width: 600px;
	display: flex;
	justify-content: center;
	justify-content: space-evenly;
}
.NavContentLink div:after {
	display:block;
	content: '';
	border-bottom: solid 3px #990;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
}
.NavContentLink div:hover:after { transform: scaleX(1); }
.NavContentLink div p.navText {
	color: #204056;
	display: flex;
	font-size: 13.5px;
	cursor: pointer;
}
.NavContentLink .dropdownContainer .dropdownProfileAgent {
	cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:144.9px;margin:0;padding:0;z-index:1;
}
.NavContentLink .dropdownContainer .dropdownProfileAgent a {
	display: block;
	padding-left: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #990;
	color: #204056;
	font-size: 13.7px;
	padding-top: 10px ;
	padding-bottom: 10px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.NavContentLink .dropdownContainer .dropdownProfileAgent a:hover {
	color: #fff;
	background-color: rgba(153,153,0,0.9);
}
.NavSignInSignUp {
	background-color:;
	height:;
	width: 300px;
	margin: 10px;
}
.NavSignInSignUp {
	justify-content: flex-end;
	text-align: right;
}
.NavSignInSignUp .buttonSignUpAgent {
	vertical-align: middle !important;
	text-align: center;
	width: 100px;
	color: #990;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(153,153,0,0.6);
	border-radius: 20px;
	font-size: 12px;
	padding: 8px;
	margin-top: -1.8px;
	position: relative;
	margin-right: 10px;
	float: right;
	cursor: pointer;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.NavSignInSignUp .buttonSignInAgent {
	vertical-align: middle !important;
	text-align: center;
	width: 100px;
	color: #990;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(153,153,0,0.6);
	border-radius: 20px;
	font-size: 12px;
	padding: 8px;
	margin-top: -1.8px;
	position: relative;
	float: right;
	cursor: pointer;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.NavSignInSignUp .buttonSignUpAgent:hover, .NavSignInSignUp .buttonSignInAgent:hover {
	color: #fff;
	background-color: rgba(153,153,0,0.9);

}
#forSaleChevUp1,#forSaleChevUp2,#forSaleChevUp3 {
	display: none;
}
/*end nav agent profile section*/
.topHeaderAgentProfile {
	width: 100%;
	height: 300px;
}
.agentProfilePicture {
	width: 170px;
	height: 170px;
	position: relative;
	float: left;
	border-radius: 50%;
	margin-top: -109px;
	z-index: 9999999999;
	border: 4px solid #fff;
}
.barAgentCount {
	display: flex;
	background-color: #fff;
	justify-content: center;
	height: 50px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6)
}
.BarcontentAgentInfo {
	background-color:;
	height:;
	width: 300px;
	margin: 10px;
	justify-content: center;
	display: flex;
}
.BarcontentAgentHouse {
	background-color:;
	height:;
	width: 600px;
	margin: 10px;
	display: flex;
	justify-content: center;
	justify-content: space-evenly;
}
.BarcontentAgentHouse div:after {
	display:block;
	content: '';
	border-bottom: solid 3px #990;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
}
.BarcontentAgentHouse div:hover:after { transform: scaleX(1); }
.BarcontentAgentHouse div p.barText {
	color: #204056;
	justify-content: space-evenly;
	margin-top: -2px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.BarcontentAgentHouse div p.barPrice {
	color: #204056;
	justify-content: space-evenly;
	margin-top: -17px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
.BarcontentAgentRelating {
	background-color:;
	height:;
	width: 300px;
	margin: 10px;
}
.mainDivAgentContent {
	display: flex;
	background-color: #;
	justify-content: center;
}
.mainDivAgentContent div.contentAgentInfo {
	background-color:#;
	height: 200px;
	width: 300px;
	margin: 10px;
}
.mainDivAgentContent div.contentAgentHouse {
	background-color:#;
	width: 600px;
	height: auto;
	margin: 10px;
}
.mainDivAgentContent div.contentAgentRelating {
	background-color:rgba(255,255,255,0.9);
	height: 630px;
	width: 300px;
	margin: 10px;
	padding: 8px;
	overflow: auto;
}
.BarcontentAgentRelating {
	justify-content: flex-end;
	text-align: right;
}
.BarcontentAgentRelating .buttonLikeAgent {
	vertical-align: middle !important;
	text-align: center;
	width: 100px;
	color: #fff;
	background-color: #204056;
	border-radius: 20px;
	font-size: 12px;
	padding: 8px;
	margin-top: -1.8px;
	position: relative;
	float: right;
	cursor: pointer;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.BarcontentAgentRelating .buttonLikeAgent:hover {
	color: #990;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(153,153,0,0.6);
}
.BarcontentAgentRelating #buttonLikeAlert {
	vertical-align: middle !important;
	text-align: center;
	width: 100px;
	border-radius: 20px;
	font-size: 32px;
	padding: 8px;
	margin-top: -17px;
	position: relative;
	float: right;
}
.mainDivAgentContent .contentAgentInfo p.agName {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -3px;
}
.mainDivAgentContent .contentAgentInfo small.agTitle {
	color: #fff;
}
.mainDivAgentContent .contentAgentInfo p.agDescription {
	font-size: 13px;
	color: #fff;
}
.mainDivAgentContent .contentAgentInfo a {
	font-size: 13px;
	color: #fff;

}
.mainDivAgentContent .contentAgentInfo a.agPhone {
	
}
.mainDivAgentContent .contentAgentInfo a.agEmail {

}
.mainDivAgentContent .contentAgentInfo a.agAddress {

}
.mainDivAgentContent .contentAgentInfo a.aglink {

}
.mainDivAgentContent .contentAgentInfo span.agLikeTotal {
	border:1px solid #fff;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-top: 7px;
	padding-left: 20px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
}
.mainDivAgentContent .contentAgentInfo span.agViewTotal {
	border:1px solid #fff;
	padding-bottom: 7px;
	padding-right: 20px;
	padding-top: 7px;
	padding-left: 20px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
}
.contentAgentRelating .suggestionTitle {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(153,153,0,0.2);
}
.blockSuggestionAgentList .blockSuggestionAgent table{
	background-color:;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	border-bottom: 1px solid rgba(153,153,0,0.2);
}
.blockSuggestionAgentList .blockSuggestionAgent table.agentSuggestionProfilePicture {
	width: 40px;
	height: 40px;
}
.agentSuggestionProfilePicture {
	width: 55px;
	height: 55px;
	position: relative;
	float: left;
	border-radius: 50%;
	z-index: 9999999999;
	border: 3px solid #990;
}
.agentSuggestionTitle .buttonLikeAgentSuggestion {
	border: 1px solid #990;
	font-size: 11.5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:9px;
	padding-left:9px;
	border-radius: 20px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	cursor: pointer;
}
.agentSuggestionTitle .buttonLikeAgentSuggestion:hover {
	border: 1px solid #204056;
	background-color: #204056;
	color: #fff;
}
.blockSuggestionAgentList .blockSuggestionAgent table td.tdTitleAndViewMore {
	width: 175px;
	display: flex;
	justify-content: flex-start;
}
.blockSuggestionAgentList .blockSuggestionAgent table td.tdTitleAndViewMore .agentSuggestionTitle .suggestionAgentTitle  {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	
}
.blockSuggestionAgentList .blockSuggestionAgent .closeButton {
	font-size: 13px;
	text-align: center;
	color: rgba(0,0,0,0.2);
	justify-content:flex-end;
	display: flex;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	margin-top: 29px;
	margin-bottom: -48px;
	cursor: pointer;
}
.blockSuggestionAgentList .blockSuggestionAgent .closeButton:hover {
	font-size: 13px;
	text-align: center;
	color: rgba(0,0,0,0.6);
}

/*houses content on agent Profile*/
.containerHouse
.w3-display-middle
span.agViewmoreButton{
	border: 1px solid #990;
	color: #fff;
	background-color: #990; 
	font-size: 13px;
	padding: 10px;
	z-index: 9999999999;
	border-radius: 20px;
}
.containerHouse {background-color: #fff;}
.contentAgentHouse
.containerHouse
.priceHouse {
	font-size: 23px;
	margin-bottom: -16px;
	margin-top: 1px;
	padding-left: 10px;
	font-weight: bold;
	color: #990;
}
.containerHouse .agHouseSeparator1 {
	height: 4px;
	color: transparent;
}
.contentAgentHouse
.containerHouse
.titleHouse {
	font-size: 17px;
	padding-left: 10px;
	color: #204056;
}
.contentAgentHouse
.containerHouse
.houseImageContent {
	width: 100%;
	box-sizing: border-box;
}
.contentAgentHouse
.containerHouse
.houseImageContent img {
	width: 100%;
	box-sizing: border-box;
	transition: .5s ease;
  backface-visibility: hidden;
}
.contentAgentHouse
.containerHouse
.houseImageContent:hover img {
	opacity: 0.3;
}
.contentAgentHouse
.containerHouse
.houseFeaturesContent {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 18px;
}
.contentAgentHouse
.containerHouse
.houseFeaturesContent span {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
	color: #204056;
}
.contentAgentHouse
.containerHouse
.houseFeaturesContent {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
}
.contentAgentHouse .agHouseSeparator {
	height: 10px;
	color: transparent;
}
/*Area Details */
.filterSearchAreaDetails {
	display: none;
	position: fixed;
	color: #fff;
	right: 0;
	top: 0;
	margin-top: 42px;
	z-index: 9999999999;
	background-color: #204056;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-animation: all 0.6s;
	-moz-animation: all 0.6s;
	-ms-animation: all 0.6s;
	-o-animation: all 0.6s;
	animation: all 0.6s;
}
.filterSearchAreaDetails > table tr td > i {
	font-size: 50px !important;
}
.filterSearchAreaDetails:hover {
	background-color: #990;
	color: #fff;
}


/*LOADER
.loader {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: rgba(32,64,86,0.9);
	z-index: 99999;
}
.loader img.logo {
	align-self: center;
	display: inline-block;
	width: 60px;
	margin-bottom: 10px;
}
.loader img.loader-search {
	align-self: center;
	display: inline-block;
}
*/



