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


/*************************************************************
							HEADER
/************************************************************/
@media (max-width: 767px) {

	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 none repeat scroll 0 0;
		border: 2px solid #fff;
		box-shadow: none;
		color: #999999;
		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: #c65453 !important;
		box-shadow: 0 1px 4px #c65453 !important;
	}

	header #search-container button[type="submit"] {
		background: #c65453 none repeat scroll 0 0;
		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 {
		display: block !important;
		font-size: 12px !important;
		margin: 1px 0 0 !important;
	}

	#search-container  .form-control::-moz-placeholder { 
		color: #999;
	}

	#search-container  .form-control::-webkit-input-placeholder { 
		color: #999;
	}

	#search-container  .form-control:-ms-input-placeholder { 
		color: #999;
	}

	#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: #c65453;
		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;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1300px) {
	header .logo {
		margin-left: -125px;
		margin-top: 25px;
	}
	
	header .logo img {
		width: 250px;
	}

	header #search-container {
		margin-left: -282px;
		width: 575px;
		margin-top: 140px;
	}

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

	#search-container button[type="submit"] {
		margin-top: -18px;
	}
}


/*************************************************************
							COMMON
/************************************************************/
@media (max-width: 767px) {
	.wrapper {
		width: 100%;
	}

	#sidebar-toggle {
		display: none;
	}

	.section-wrapper {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 15px;
		width: 100%;
	}

	.section-header {
		height: 70px;
		line-height: 70px;
	}

	.section-header img {
		margin: 19px 8px 0 0;
		width: 18px;
	}

	.section-header h1 {
		font-size: 16px;
		margin-top: 24px;
	}

	.section-header a.view-more {
		font-size: 13px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1300px) {
	.wrapper {
		width: 100%;
	}
	
	#sidebar-toggle {
		right: 20px;
		top: 45px;
	}

	.section-wrapper {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 15px;
		width: 100%;
	}

	.section-header {
		height: 70px;
		line-height: 70px;
	}

	.section-header img {
		width: 20px;
		margin: 22px 10px 0 0;
	}

	.section-header h1 {
		font-size: 18px;
		margin-top: 24px !important;
	}
}


/*************************************************************
							FOOTER
/************************************************************/
@media (max-width: 767px) {
	footer .section-header {
		height: 60px;
		line-height: 60px;
	}
	
	footer .footer-top {
		overflow: auto;
		padding-bottom: 20px;
	}

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

	footer .footer-top .section-header h1 {
		margin-top: 25px;
	}

	footer .footer-top ul:first-child {
		margin-left: 5px;
	}
	
	footer .footer-top ul li a {
		font-size: 14px;
		line-height: 20px;
	}

	footer .footer-middle {
		background: rgba(0, 0, 0, 0) url("../images/footer-bg.png") no-repeat;
		height: 65px;
	}

	footer .footer-bottom {
		padding: 10px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1300px) {
	footer .footer-top {
		height: 380px;
	}

	footer .footer-top ul li a {
		font-size: 16px;
		line-height: 25px;
	}

	footer .footer-bottom {
		padding: 15px;
	}
}