body, html {
    height: 100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:karla,sans-serif;
}

/*logo styles*/
div.logo{
text-align:center;
}

div.media{
text-align:right;
}

img.logo
{
width:100%;
height:auto;
}
.email-icon
{
margin-right:10px;
}

	
	
	.center-design
	{
	width:1080px;
	margin:auto;
	}
	
	
h2.side_header,.header
{
text-align:left;
font-family:oswald,sans-serif;
font-weight:800;
width:100%;
border-bottom-style:solid;
border-bottom-width:2px;
border-bottom-color:#222;
}

.header{
font-weight:600;
}


	
	
	
	
	/*Hot Properties*/


button.owner,button.view_details
{
font-weight:bold;
}	


/*services slideshow*/
a.more_button
{
background:#b22222;
color:#fff;
text-decoration:none;
cursor:pointer;
font-family:oswald;
}




/*properties*/
div.label
{
color:#000;
//font-weight:bold;
text-align:left;
}

div.property_description
{
padding:15px;
background-color:red;
}


#fascilities, #services
{
display:none;
}


/*whatsapp chat*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



	/*contact page*/
	div.contact_us_container
	{
	width:1080px;
	margin:auto;
	}
	
	h2.adress_header
	{
	text-align:left;
	}
	
	
	/*packages*/
	div.package_container
	{
	width:1080px;
	margin:auto;
	}
	
	
	
	
	
	
	@media only screen and (min-width: 960px) and (max-width: 1200px){
.center-design{width:100%;}

}



@media only screen and (min-width: 768px) and (max-width: 959px) {
.center-design{width:100%;}
img.logo{width:100%;height:auto;}
}



@media only screen and (min-width: 480px) and (max-width: 767px){ 
.center-design{width:100%;}
img.logo{width:60%;height:auto;}
div.media{text-align:right;}

}


@media only screen and (min-width: 200px) and (max-width: 480px) { 
    html,body{font-size:16px;}
.center-design{width:100%;}
img.logo{width:60%;height:auto;}
div.media{text-align:center;}
div.properties table{width:400px;}
	
	
 }