@charset "UTF-8";
/* CSS Document */
footer {background-color: #900;
	margin-top: 20px;
	color: white;
	padding-top: 30px;
	position: absolute;
	bottom: 0;
	}
footer a {color: white;
	text-decoration: none;}
footer a:hover {color: #ccc;}
footer a:visited {color: white;}
footer ul li:before {color: white;}
footer ul li a:hover {color: #ccc;}
.social_media {padding-top: 10px;}
.social_media a:hover, .social_media a:visited {color: white;}
.social_media .glyphicon {margin-right: 5px; color: white}
.show_sm {display: none;
	padding: 10px 0;}
.show_sm a:hover, .show_sm a:visited {color: white;}
.M_footer {width: 250px;
	margin: 10px 0 0 50px;}
.M_footer li {margin-bottom: 15px;}
.R_footer {margin: 10px 0 0 50px;
	padding-left: 70px;}
.L_footer {}
.glyphicon {font-size: 30px;
	padding-right: 10px;}
.map {height: 175px;}
.R_footer h6 {margin: 5px 0;
	font-weight: normal;}

.copyright {font-weight: normal;
	font-size: 11px;
	clear: both;
	margin-left: 25px;
	padding-top: 20px;}
	
.about_site {font-weight: normal;
	font-size: 11px;
	margin-top: 0;
	margin-left: 25px;}


@media (max-width: 1200px) {
	footer {height: 345px;}
	.M_footer {margin-left: 30px;}
	.R_footer {margin-left: 0;}
}

@media (max-width: 991px) {
	
	.R_footer {display: none;}
}

@media (max-width: 768px) {
	.L_footer {width: 270px;
		float: left;}
	.M_footer {width: 250px;
		margin-left: 20px;
		float: right;}
}

@media (max-width: 700px) {
	.M_footer {width: 225px;}
}

@media (max-width: 600px) {
	.M_footer {margin: 0 auto;
		width: 270px;
		float: none;}
	.M_footer li {margin-bottom: 0;}
	.L_footer {margin: 0 auto;
		float: none;}
	footer {height: 100%; padding-bottom: 15px;}
	.copyright {text-align: center;}
}
@media (max-width: 480px) {

}






