.section-followus{
	background:#444444;
	padding-top:20px;
}
@media(max-width:768px){
.section-followus{
	padding-top:55px;
}
}
.footer-quick-column {
	float: left;
	width: 25%;
	height: auto; /* Should be removed. Only for demonstration */
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
@media(max-width:768px){
.footer-quick-column{
	width:100%;
	padding-left:15px;
}
}
.footer-column {
	float: left;
	width: 25%;
	height: auto; /* Should be removed. Only for demonstration */
	padding-top: 10px;
	padding-bottom: 10px;
}
@media(max-width:768px){
.footer-column{
	width:100%;
}
}

.footer-quick-title{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #FFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	font-weight: 500;
}
.footer-quick-item {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	display:block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	text-decoration: none;
}
.footer-quick-item a{
	color: #E5E5E5;
	text-decoration: none;
}
.footer-quick-item:hover{
	text-decoration: underline;	
}

.footer-title{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #FFF;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	float: left;
	font-weight: 500;
	width:100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
@media(max-width:768px){
.footer-title{
	padding-left: 15px;
}
}
.footer-item {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	color: #E5E5E5;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.footer-item:hover {
	color:#FFF;
	text-decoration: underline;
}
.section-footer-copyright{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #444444;
	/*font-family: 'Work Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	color: #E5E5E5;
	height: 49px;
	vertical-align: middle;
	padding-top: 5px;
}
.section-footer-copyright a{
	color: #E5E5E5;
}

@media(max-width:768px){
.section-footer-copyright{
	height:69px;
	padding-top:5px;
	padding-bottom:5px;
}
}

/* Clear floats after the columns */
.footer-row:after {
  content: "";
  display: table;
  clear: both;
}
