/* Small devices (tablets, 768px and up) */
@media (max-width: 767px)
{
	#searchContainer
	{
		background-color: transparent;
	}
	
		#searchBox input
		{
			font-size: 22px;
			width: 100%;
		}
		
		#searchBox .btn-primary
		{
			width: 100%;
		}
	
	.profileImageContainer
	{
		margin-bottom: 10px;
	}
	
	#mapPropertyListingContainer
	{
		height: auto;
		width: 100%;
	}
	
	#btnGroup_DisplayLayout
	{
		margin-bottom: 10px;
	}	
}

/* Between Small devices (tablets, 768px and up) and Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px)
{
	#headerContainer .navbar-default
	{
		margin-bottom: 0px;
	}
	
	#headerContainer .nav
	{
		margin-top: 50px;
	}
	
	#mapPropertyListingContainer
	{
		width: 31.33333333%;
	}
	
		#mapPropertyListingContainer .form-inline .form-group
		{
			margin-bottom: 10px;
		}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1100px)
{
}