/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 340px;
}
.footer {
	padding: 30px 0 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 340px;
	background: url(../img/slider_shadow.jpg) repeat-x left top;
}

footer ul {
	list-style-type: none;
	margin-left: 0;
}

footer ul li {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #2a4269;
}

footer ul li span.glyphicon {
	margin-top:2px;
	margin-right: 10px;
	width: 15px;height: 15px;
	font-size: 13px;
	float:left;
}

footer ul.button_links {
	margin-top: 20px;
	float:left;
	width: 100%;
}

footer ul.button_links li {
	margin-bottom: 0;
	float:left;
	width: 100%;
}

footer ul.button_links li .btn {
	width: 100%;
	text-align: center;
	float:right;
	margin-bottom: 5px;
}

footer ul.button_links li .btn.tel {
	cursor: default;
}

footer ul.button_links li .btn.tel:hover,
footer ul.button_links li .btn.tel:focus {
	background-color: #fff;
	color: #2A4269;
	border-color: #97a2b5;
}

footer p {
	margin-bottom: 0;
	font-weight: 300;
	color: #4d4d4d;
	margin-top: 20px;
	margin-bottom: 20px;
	float:left;
	width: 100%;
	font-size: 13px;
}

	
@media (min-width: 768px) { 

	.footer {
		padding: 60px 0 20px 0;
	}

	footer ul.button_links li .btn {
		width: 200px;
	}	

	footer p {
		margin-top: 100px;
		margin-bottom: 0;
		text-align: center;
	}
	
}