/*FOOTER STYLE*/

#footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}
.footer_content{
	background-color: #252525;
}
.footer_content .row{
	margin:40px 0;
}
.footer_bottom{
	background-color: #1a1a1a;
	font-size: 12px;
}

.copyright {
    padding: 15px 0;
}
#footer * {
    color: #787878;
	line-height: 2em;
}
/*#footer .widget .logoFooter{
	width:25%;
}*/
#footer .widget h6{
	color:#ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
}

