/*
* Author: Kanav Kohli
* Author URI: http:kanavkohli.com
* Description: home page responsive stylesheet
*/


/*************************************************************
							MAP
/************************************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#map {
		width: 100%;
		height: 400px;
	}
}


/*************************************************************
							SEARCH
/************************************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#search-container {
		margin-left: -300px;
		margin-top: 250px;
		width: 600px;
	}

	#search-container input[type="text"] {
		font-size: 14px;
		height: 45px;
		margin-right: 10px;
		padding: 0 12px;
		width: 250px;
	}

	#search-container button[type="submit"] {
		background: #5ea9a4 url("../images/search-xs.png") no-repeat scroll center center;
		height: 44px;
		line-height: 28px;
		margin-top: -25px;
		width: 44px;
	}
}