@charset "utf-8";

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.applybutton {
	background-color: #666666;
	border-radius: 6px;
	color: #CCCCCC;
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 12px;
}

a.applybutton:hover {
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
}

body {
	color: #666666;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
}

footer {
	background-color: #757575;
	box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.8) inset;
	font-size: 12px;
	height: 315px;
}

h1 {
	color: #FFFFFF;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 55px;
	padding-bottom: 40px;
	padding-top: 100px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

h4 {
	font-family: "Oswald", Arial, sans-serif;
	font-size: 30px;
	line-height: 1.4em;
	padding-bottom: 0;
}

header {
	background-color: #ADADAD;
	border-bottom: 1px solid #666633;
	height: 120px;
	overflow: visible;
}

input,
select,
textarea {
	border: 1px solid #999999;
	font-size: 14px;
	padding: 2px;
}

nav a {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Oswald", Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

nav li {
	border-right-color: #FFFFFF;
	float: left;
	font-size: 17px;
	margin-right: 0;
	padding-left: 30px;
	padding-top: 65px;
	text-transform: uppercase;
}

p {
	padding-bottom: 1.5em;
}

.address {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.9);
	float: left;
	padding-top: 40px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	width: 300px;
}

.address a {
	color: #E4A16D;
	text-decoration: none;
}

.address a:hover {
	color: #fff;
}

.boundbox {
	overflow: hidden;
}

.floatleft {
	float: left;
	padding-right: 40px;
}

.home {
	background: url(../img/pageback.jpg) top center no-repeat;
	height: 900px;
	min-height: 900px;
}

.home h1 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.icon {
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 50px;
}

.icon1 {
	background-position: 0 0;
}

.icon2 {
	background-position: -50px 0;
}

.icon3 {
	background-position: -100px 0;
}

.icon4 {
	background-position: -150px 0;
}

.icon5 {
	background-position: -200px 0;
}

.icon6 {
	background-position: -250px 0;
}

.iconblock {
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
}

.icontext {
	float: left;
	padding-left: 10px;
	width: 250px;
}

.icontext a:hover {
	color: #666666;
	text-decoration: none;
}

.imageblock {
	overflow: hidden;
}

.imageblock img {
	float: left;
	margin: 0 15px 15px 0;
}

.imageblock a img {
	border: 10px solid #EEEEEE;
}

.imageblock a img:hover {
	border-color: #DDDDDD;
}

.imageblock a:last-child img {
	margin-right: 0;
}

.imageblock.index a img {
	border-color: #DDDDDD;
	margin-bottom: 60px;
	margin-top: 120px;
}

.imageblock.index a img:hover {
	border-color: #FFFFFF;
}

.listbox {
	float: left;
	width: 400px;
}

.logo {
	float: left;
	padding-top: 10px;
}

.sidebox {
	color: #B1B1B1;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom: 40px;
	padding-left: 40px;
	width: 300px;
}

.sidebox:first-line {
	font-size: 23px;
}

.sub {
	background-color: #F4F4F4;
}

.subcontent h1 {
	color: #666666;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 32px;
	padding: 40px 0;
}

.subcontent h2 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

.viewgallery {
	background-image: url(../img/icons.png);
	background-position: 0 -100px;
	display: block;
	height: 30px;
	width: 210px;
}

.viewgallery:hover {
	background-position: 0 -130px;
}



/*
* Property Css (Updated)
*/
.property-images img {
	border: 5px solid #fff;
}

.breadcums p {
	margin-left: -20px;

}

.breadcums p a {
	font-size: 16px;
	color: #E4A16D;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.breadcums p span {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

.property-header-image {
	height: 300px;
}

.property-header-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}



.property-content h1 {
	font-size: 60px;
	padding: 0;
}

.content-header .title p {
	font-size: 20px;

}

.property-content {
	padding-top: 5%;
}


.content-header {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.content-header .left {
	width: 70%;
}

.content-header .right {
	width: 40%;
}

.content-header .right p {
	font-size: 18px;
	text-align: right;
}

.content-header .right .ratings p {
	padding: 0 0 5px 0;
}

.content-header .right .ratings a {
	color: #e4a16d;
}

.content-header .right p.h-action a {
	padding-left: 20px;
	font-size: 28px;
	color: #E4A16D;
}

.content-header .right a {
	text-decoration: none;

}

.about-property {
	display: flex;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #cacaca;
	border-radius: 10px;
}

#profileHeaderWrapper .priceBedRangeInfo {
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	margin: 0;
	padding: 1.25rem 0;
	width: 100%;
	list-style: none;
}

#profileHeaderWrapper .column {
	min-width: 0;
	list-style: none;
	position: relative;
}

#profileHeaderWrapper .column .priceBedRangeInfoInnerContainer {
	text-align: center;
	margin: 0 auto;
}

#profileHeaderWrapper .column .rentInfoLabel {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 6px 0;
}

p.rentInfoDetail:last-child {
	padding-bottom: 0;
	font-size: 16px;
}

#profileHeaderWrapper .column:not(:last-child)::after {
	border-right: 1px solid #cacaca;
	content: "";
	position: absolute;
	right: -50px;
	height: 50px;
	width: 2px;
	top: 0;
}

.properties-details {
	background-color: #fff;
	border: 1px solid #cacaca;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.properties-details h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;
}

.properties-details p {
	font-size: 16px;
}

.property-gallery {
	background-color: #fff;
	border: 1px solid #cacaca;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.gallery-title h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;
}



.properties-details_wrapper {
	display: flex;
}

.properties-details_wrapper .left {
	width: 60%;
	padding-right: 5px;
}

.properties-details_wrapper .right {
	width: 40%;
	padding-left: 5px;
}

.properties-contact {
	background-color: #fff;
	border: 1px solid #cacaca;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.properties-contact h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}


.property_tour a {
	display: block;
	color: #000;
	text-align: center;
	background-color: #e4a16d;
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: none;
	transition: all 0.6s ease;
}

.property_tour a:hover {
	color: #fff;
	background-color: #757575;
}

.property_msgr a {
	display: block;
	color: #fff;
	text-align: center;
	background-color: #666666;
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: none;
	transition: all 0.6s ease;
}

.property_msgr a:hover {
	color: #000;
	background-color: #e4a16d;
}

.property-images .slick-slide img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.property-images div {
	height: 250px;
}

li.dropdown {
	position: relative;
}

ul.submenu {
	position: absolute;
	z-index: -1;
	background-color: #999;
	width: 250px;
	opacity: 0;
}

ul.submenu li {
	padding: 10px 20px;
}


li.dropdown:hover ul.submenu {
	opacity: 1;
	z-index: 9;
	transition: all 0.6s ease
}

nav {
	overflow: visible;
}

.grid {
	overflow: visible;
}



.properties-reviews {
	background-color: #fff;
	border: 1px solid #cacaca;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.reviews-title h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;
}

ul.reviews-list {
	padding: 0;
}

ul.reviews-list li {
	list-style: none;
	border-bottom: 1px solid #c8c7c7;
	border-radius: 0;
	padding: 10px 0;
}

ul.reviews-list li span {
	color: #000;
	font-weight: 700;
	font-size: 12px;
}