/* footer */

/*.didone_footer{
	min-height:100px;
	margin-top:70px;
	width:94%;
	margin-left:3%;
}

@media screen and (min-width: 1025px){
	.didone_footer{
		width:100% !important;
		padding-right:0% !important;
	}
}*/
.didone_footer {
	z-index: 10;
	position:relative;
}
.footer_actual{
	background-color:#192940;
	min-height: 100px;
	padding-bottom:30px;
	padding-top:10px;
	width:98%;
	margin-top:30px;
}

@media screen and (max-width: 1024px){
	.footer_actual{
		width:100%;
	}
}

.footer_p{
	margin-top:30px;
}

/*.footer_socials{
	margin-top:30px;
	margin-left:43%;
}

@media screen and (max-width: 640px){
	.footer_socials{
		margin-left:25%;
	}
}

.footer_socials li{
	color:#fff;
	font-size: 0.9rem;
	float:left;
	margin-right:30px;
}*/

.footer_socials{
	margin-top:30px;
}

.footer_socials i{
	margin:0 15px;
}

.footer_socials img{
	width:40px;
	height:40px;
	margin-left:15px;
	margin-right: 15px;
	cursor: pointer;

}

/* footer ends */