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

/*************************************************************
							HEADER
/************************************************************/
@media (max-width: 767px) {
	header {
		height: 200px !important;
		left: 50% !important;
		margin-left: -150px !important;
		margin-top: -80px !important;
		position: fixed !important;
		top: 50% !important;
		width: 300px !important;
		z-index: 1001;
	}

	header .logo {
		display: none;
	}
	
	header #search-container {
		display: none;
		height: 200px !important;
		left: 50% !important;
		margin-left: -150px !important;
		margin-top: -80px !important;
		position: fixed !important;
		top: 50% !important;
		width: 300px !important;
		z-index: 1002;
	}

	header #search-container input[type="text"] {
		background: #fff !important;
		border: 2px solid #fff !important;
		border-radius: 4px !important;
		box-shadow: none !important;
		font-size: 16px !important;
		height: 45px !important;
		margin: 0 !important;
		padding: 0 12px !important;
		width: 100% !important;
	}

	header #search-container .form-control:focus {
		border-color: #fbba42 !important;
		box-shadow: 0 1px 4px #fbba42 !important;
	}

	header #search-container button[type="submit"] {
		background: #5ea9a4 !important;
		border-radius: 4px !important;
		font-size: 16px;
		font-weight: 600;
		height: 45px;
		line-height: 28px;
		margin-top: 0 !important;
		text-transform: uppercase;
		width: 100% !important;
	}
	
	#search-container .help-block {
		color: #fff !important;
		display: block !important;
		font-size: 12px !important;
		margin: 1px 0 0 !important;
	}

	#map {
		display: none;
	}

	#mobile-header {
		background-color: #fff;
		border: medium none;
		border-radius: 0;
		box-shadow: 0 0 4px #cdcdcd;
		height: 42px;
		line-height: 42px;
		max-height: 42px;
		min-height: 42px;
	}

	#mobile-header #header-logo {
		float: left;
		color: #ed2e54;
		font-size: 20px;
		font-weight: 600;
		margin-left: 10px;
		text-decoration: none;
		outline: medium none;
	}

	#mobile-header .navbar-toggle {
		background: none;
		border: 0 none;
		border-radius: 0;
		float: right;
		margin-bottom: 8px;
		margin-right: 5px;
		margin-top: 6px;
		padding: 9px 10px;
		position: relative;
	}

	#mobile-header #header-search-icon {
		float: right;
		color: #aaa;
		font-size: 21px;
		margin-right: 10px;
		outline: medium none;
	}
}


/*************************************************************
							WRAPPER
/************************************************************/
@media(max-width:1024px) {
	.wrapper {
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
	}
}


/*************************************************************
							FOOTER
/************************************************************/
@media(max-width:767px) {
	footer .footer-top {
		padding: 20px 0;
	}

	footer .footer-top li::before {
		content: "";
	}

	footer .footer-top h1 {
		font-size: 18px;
		margin: 0 0 10px;
	}

	footer .footer-top .col-xs-12 {
		margin-bottom: 20px;
	}

	footer .footer-top .col-xs-12:last-child {
		margin-bottom: 0px;
	}

	footer .footer-middle {
		height: 100% !important;
		max-height: 100% !important;
		min-height: 100% !important;
		padding: 10px !important;
		text-align: center;
	}

	footer .footer-middle h1 {
		font-size: 18px;
		line-height: 25px;
		padding: 10px 0 18px;
	}

	footer .footer-middle h2 {
		font-size: 16px;
	}

	footer .footer-middle p {
		font-size: 12px;
		margin: 15px auto;
	}

	footer .footer-middle a.btn {
		font-size: 14px;
		height: 35px;
		line-height: 22px;
		margin-bottom: 20px;
		width: 100%;
	}

	footer .footer-bottom {
		padding: 10px !important;
		text-align: center !important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	footer .footer-top {
		padding: 30px 0;
	}

	footer .footer-top h1 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	footer .footer-middle {
		height: 300px;
		max-height: 300px;
		min-height: 300px;
	}

	footer .footer-middle h1 {
		font-size: 26px;
		padding: 35px 0;
	}

	footer .footer-middle h2 {
		font-size: 20px;
	}

	footer .footer-middle p {
		font-size: 12px;
		margin: 25px auto;
	}

	footer .footer-middle a.btn {
		font-size: 20px;
		height: 50px;
		line-height: 38px;
		margin-bottom: 0;
	}

	footer .footer-bottom {
		height: 50px;
		margin: 0;
		max-height: 50px;
		min-height: 50px;
		padding: 15px 0;
	}
}