#Footer {
	margin-top: 80px;
	background-color: #E5E5E5;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #A5A5A5;
}

#Footer h3 {
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
}

#Footer .green {
	border-color: #258416;
}
#Footer .green h3 {
	color: #258416;
}
#Footer .orange {
	border-color: #ff4900;
	
}
#Footer .orange h3 {
	color: #ff4900;
}
#Footer .blue {
	border-color: #365ABB;
}
#Footer .blue h3 {
	color: #365ABB;
}
#Footer p {
	font-size: 12px;
}
#Footer img {
	border-radius: 5px;
}
#Footer .footer-logo {
	margin-top: 20px;
}
#Footer a {
	color: #333333;
	font-weight: 800;
	font-size: 12px;
}
.footer-info {
	background-color: #BFBFBF;
	padding-top: 10px;
	font-size: 11px;
}
.footer-info a {
	font-weight: 800;
	color: #333333;
}
.services {
	list-style-type: none;
	margin-left: 0px;
	font-size: 13px;
	
    padding-left: 0px;

}
.services li {
	padding: 0
}
.services li a {
	color: #333333;
	padding: 5px 0px;
	display: block;
	border-top: 1px dotten #dedede;
	border-bottom: 1px dotted #999999;
	font-weight: 400 !important;
	-webkit-transition : all 100ms ease-out;
}
.services li a:hover {
	background-color: #ff4900;
	color: #ffffff!important;
	text-decoration: none;
}

@media (max-width: 480px) {
#Footer h3 {
	padding-bottom: 7px;
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 15px;
	border-bottom: none;
}

.services .glyphicon {
	font-size: 10px;
}

#Footer .footer-logo {
	width: 60vw;
}

.TitleH2 {
	font-size: 20px;
	font-weight: 700;
}
}