#footer .col {
	height: 150px;
	float: left;
	padding: 10px 0 20px 0;
}

#footer .colleft {
	width: 41%;
}

#footer .colright {
	width: 59%;
	position: relative;
	background-color: #FFF;
}


#body.mainpage #footer .col {
	width: 50%;
}

#footer .box {
	float: left;
	margin-right: 20px;
}

#footer .box2 {
	width: 300px;
	
}

#footer .box1 {
	width: 180px;
}

#footer h1 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}


#footer h3 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
}

#footer .inner {
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	color: #535353;
}

#footer .foot {
	position: absolute;
	right: 60px;
	bottom: 20px;
	left: 60px;
	font-size: 12px;
	line-height: 12px;
	color: #CCC;
}

#footer .foot .left {
	margin-right: 20px;
}


#footer .foot a { color: #CCC; }@media all and (min-width: 1251px) and (max-width: 1550px) {

}

@media all and (min-width: 1000px) and (max-width: 1250px) {

	#footer .col {
		height: 240px;
	}

	#footer .box1 {
		width: 160px;
		margin-bottom: 20px;
	}



	#footer h1 {
		font-size: 15px;
		line-height: 15px;
	}
}

@media all and (min-width: 768px) and (max-width: 999px) {


	#body.mainpage #footer .col, #footer .col {
		width: 100%;
		height: auto;
		float: none;
		padding: 10px 0 20px 0;
	}

	#footer .box {
		margin-left: 20px;
		width: auto;
	}

	#footer .foot {
		position: static;
		right: auto;
		bottom: auto;
		float: right;
		margin: 0 20px 0 0;

	}


}

@media all and (max-width: 767px) {

	#body.mainpage #footer .col, #footer .col {
		width: 100%;
		height: auto;
		float: none;
		padding: 10px 0 20px 0;
	}

	#footer .box {
		margin-left: 20px;
		margin-bottom: 20px;
		width: auto;
		float: none;

	}


	#footer .foot {
		position: static;
		right: auto;
		bottom: auto;
		float: right;
		margin: 0 20px 0 0;

	}

}