@charset "utf-8";
/* CSS Document */

body
{
	/*background-color:#f7f5ee;*/
	background-color:#e8eaeb;
}

header
{
	/*background-color:#005387;*/
	background-color:#FFFFFF;
	border-bottom: 3px solid #d6d6d6;
}

section
{
min-height:800px;
}

.form-class
{
margin-top:16px;
margin-bottom:16px;
}

.banner-img-class
{
	border-bottom: 2px solid #d6d6d6;
}
.header-class
{
	padding-top:20px;
}

.section-class
{
	background-color:#E6E6E6;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
}

.float-class
{
	float:right;
}

.h3-class
{
	margin-top:10px;
}

.col-centered
{
	float:none;
	margin:0 auto;
}

.footer-class
{
	padding:12px 0;
	background-color:#ffffff;
	border-top: 3px solid #d6d6d6;
	margin-top:40px;

}
.footer-class a
{
	color:#000;
	text-decoration:none;
}

.navbar-class
{
	background-color:#0a3151;
	border:0;
	border-radius:0;
	
}

.navbar-brand-class
{
	min-height:42px;
	padding:10px 10px;
}

.border-box-class
{
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	background: #fff;
	margin-top:20px;
}

.div-button1
{
	margin:30px 0;
	text-align:right;
}
.div-button2
{
	margin:30px 0;
	text-align:left;
}

.div-title
{
	letter-spacing:1px;
}

.div-title1
{
	letter-spacing:1px;
	min-height:300px;
	text-align:justify;
}

.breadcrumb-class
{
	margin-top:16px;
	margin-bottom:16px;
	background-color:#fff;
	border-radius:0;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
}

.white-box
{
	background-color:#fff;
	border-radius:0;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
}

.gray-box
{
	color:#04253c;
	background-color:#f9f9f9;
	border-radius:0;
	border-right: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
}

.gray-box h1
{
margin-top:0;
margin-bottom:0;
font-size:30px;
line-height:42px;
}

.display-price
{
color: #ffffff;
background-color: #f76c27;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}

.login-margin
{
	margin-top:100px;
	padding-top:2px;
}
.div-main-bg
{
	/*background-image: url("../../images/banner.jpg");
	display: inline-block;
    width: 100%;
    background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	min-height:450px;
	position:relative;*/

	background: url("../images/banner.jpg") no-repeat center center;
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
	background-position: 50% 50%;
	display: inline-block;
    width: 100%;
	min-height:500px;
	position:relative;
		
	
}

.div-strip
{
	position:absolute;
	width:100%;
	min-height: 73px;
	padding: 25px 0;
	background: rgba(0, 0, 0, .5);
	bottom:0;
	left:0;
	color:#fff;
	text-align:center;
}

.div-anchor
{
	width:100%;
	display:block;
	text-align:right;
	font-weight:bold;
	font-size:24px;
}

.div-anchor1
{
	width:100%;
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:24px;
}

.span-black
{
	color:#333;
}

.div-clear
{
clear:both;
}

.find_image
{
border: 1px solid #ccc;
box-shadow: 1px 1px 1px #ccc;
padding:16px 0;
margin:16px 0;
cursor:pointer;
}

.find_image:hover
{
border: 1px solid #e1b70d;
box-shadow: 1px 1px 1px #e1b70d;
}

.find_image1
{
border: 1px solid #ccc;
box-shadow: 1px 1px 1px #ccc;
padding:6px;
margin:16px 0;
cursor:pointer;
}

.find_image1:hover
{
border: 1px solid #e1b70d;
box-shadow: 1px 1px 1px #e1b70d;
}

.change-color
{
color:#333;
}

.img-thumnail
{
height:100px;

}

#result
{
        position:absolute;
        width:80%;
		/*max-width:330px;*/
        /*padding:10px;*/
        cursor:pointer;
        margin-top:-15px;
		overflow-y:auto;
		max-height:400px;
        /*border-top:0px;*/
        /*overflow:hidden;*/
        /*background-color: white;*/
		box-sizing:border-box;
		/*border: 1px solid #ccc;
		border-top-color: #d9d9d9;
		box-shadow: 0 2px 4px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
		/*cursor: default;*/
		z-index:1001;
}
#result li:hover
{
background-color:#e8eaeb;
}
	
.search-text
{

}

.search-text:focus
{
	border:1px solid #bbb;
	outline:none;
	box-shadow:none;
}

.show
    {
        padding:10px; 
        border-bottom:1px #999 dashed;
        font-size:15px; 
    }
	.show a
	{
		text-decoration:none;
		color:#333;
	}
    .show:hover
    {
        background:#f5f5f5;
        color:#FFF;
        cursor:pointer;
    }
	
.title-color
{
color:#005cce;
}

.city-name
{
color:#053399;
}

.rent-title
{
padding:0;
box-sizing:border-box;
margin-top:8px;
}

.rent-title a
{
font-size:20px;
font-weight:bold;
}
#result-background
{
margin-top:6px;
padding:6px 0 16px 0;
}

#result-background:hover
{
background-color:#ECF7FF;
}

#result-background1
{
padding:6px 0 16px 0;
}

#result-background1:hover
{
background-color:#ECF7FF;
}

.for-whatapps
{
display:none;
text-align:center;
}

.for-whatapps a:hover
{
	text-decoration:none;
	color:#ffffff;
}

.check-pagination
{
	font-size:14px;
	padding:10px 0;
	box-sizing:border-box;
}

.check-pagination a
{
	color:#e73f3f;
	padding:6px 12px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	font-weight:bold;
}
.check-pagination a:hover
{
	text-decoration:none;
	background-color:#f1f1f1;
}

.currentStyle
{
	font-size:14px;
	padding:6px 12px;
	border:1px solid #e3e3e3;
	border-radius:4px;
	font-weight:bold;
	background-color:#f1f1f1;
}

@media screen and (max-width:801px)
{
	
	.float-class
	{
		float:none;
	}
	
	.div-button1
	{
		text-align:left;
	}
	
	.div-anchor
	{
		width:100%;
		text-align:center;
	}
	
	.div-anchor1
	{
		width:100%;
		text-align:center;
	}
	
	
	
	.div-main-bg
	{
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		min-height:400px;
	}
	
	.for-whatapps
	{
		display:block;
	}
	
	.for-whatapps a:hover
	{
		text-decoration:none;
		color:#ffffff;
	}
	
}

@media screen and (max-width:767px)
{
.header-class
	{
		padding-top:0;
		margin-bottom:8px;
	}
	.div-button-margin
	{
		margin-top:16px;
	}
}

@media screen and (max-width:480px)
{
	.div-anchor
	{
		font-size:14px;
		
	}
	
	.div-anchor1
	{
		font-size:14px;
	}
	.check-pagination
	{
		font-size:12px;
	}
	.check-pagination a
	{
		padding:3px 6px;
		font-weight:normal;
	}
	.currentStyle
	{
		font-size:12px;
		padding:3px 6px;
		font-weight:normal;
	}
}

@media screen and (max-width:1100px)
{
	.div-main-bg
	{
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
		min-height:400px;
	}
}

@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
  .div-main-bg
	{
		min-height:462px;
	}
}

@media (max-width: 2000px)
{
	.div-main-bg
	{
		min-height:693px;
	}
}


@media (max-width: 1750px)
{
	.div-main-bg
	{
		min-height:606px;
	}
}

@media (max-width: 1650px)
{
	.div-main-bg
	{
		min-height:577px;
	}
}

@media (max-width: 1500px)
{
	.div-main-bg
	{
		min-height:519px;
	}
}

@media (max-width: 1350px)
{
	.div-main-bg
	{
		min-height:493px;
	}
}
  




