/* CSS Document */

a{
color:#EB642D;	
}

a:focus, a:hover{
color:	#fff;
}

.navbar{	
border:none!important;
margin-bottom:0!important;
}
.navbar li a{
color:#494949!important;
font-weight:bold;
transition: all 0.2s linear;	
}

.h3
{font-size:12px;}

.nav>li>a:focus, .nav>li>a:hover{

background:#EB642D !important;
color:#fff!important;
transition: all 0.2s linear;	
}

.navbar-header{
color:#fff!important;	
}

.dropdown-menu{
background:#494949!important;	
}

.dropdown-menu>li>a{
color:#fff!important;
background:#494949!important;	
}

.dropdown-menu>li>a:hover{
color:#EB642D!important;
background:#fff!important;	
}


.navbar-brand{
padding:0!important;
height:90px;	
}

.navbar-toggle{
background:#fff!important;	
}

.navbar-default{
background:#fff!important;	 	
}

.icon-bar{
background:#EB642D!important;
}

/*.latest-box{
padding-right:0!important;	
}*/

.pagination li a{
background:#EB642D;	
color:#fff;
border:1px solid #EB642D;
}

.pagination li a:hover{
background:#fff;
color:#EB642D !important;	
border:1px solid #EB642D;
}

.map-propertyImage:hover{
color:#744A8E !important;	
}

.form-control{
font-weight:bold;	
}

.btn-search:hover{
	color:#fff !important;
	background:#EB642D !important;
}


