﻿footer {
	clear: both;
	border-top: 1px solid #f4f4f4;
	padding-top: 50px;
	background: none;
}

footer .crArea {
	background: #bebebe;
	margin-top: 20px;
	color: #FFF;
	margin: 0;
	padding: 10px 0;
}

footer .container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .footer_nav_col {
	width: 20%;
	float: left;
}

footer .footer_nav_col_2x {
	width: 40%;
	float: left;
}

footer h3 {
	margin: 0 0 20px 0;
	line-height: 24px;
}

footer .footer_nav {
	margin: 0;
}

footer .footer_nav li {
	list-style-type: none;
}

.footer_nav li a {
	font-size: 13px;
	color: #999;
	line-height: 24px;
}

footer .searchArea {
	background: #f4f4f4;
	padding: 40px 0;
	margin-top: 50px;
}

footer .styled_input input[type="text"] {
	background: #fff;
	border: none;
	width: 100%;
	max-width: 200px;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

footer .newsletter .submit {
	width: 80px;
	background: #1351ab;
	float: left;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 980px) {
	footer {
		padding-top: 24px;
	}

	footer .container {
		padding: 0 16px;
	}

	footer ul.nav {
		display: none
	}

	footer .nav {
		margin-left: 40px;
		margin: 0;
		width: 50%;
		display: table-cell
	}

	footer h3 {
		margin-bottom: 0
	}

	footer .footerLinks {
		margin-bottom: 0
	}

	footer li.categoriesWrapper {
		width: auto;
	}

	footer .categories {
		display: none
	}

	footer .footer_nav_col, footer .footer_nav_col_2x {
		width: 100%;
		margin-bottom: 25px;
	}

	footer .styled_input input[type="text"] {
		width: 100%;
	}



	footer .contact-info {
		width: 100%
	}

	footer .footerLinks {
		margin-bottom: 0
	}

	footer li.categoriesWrapper {
		width: auto;
	}

	footer .categories {
		display: none
	}
}