.footer
{
  background-color: #000000;
  background:url('../../img/bg_footer.jpg') repeat center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #97052B;
  color: #280104!important;
}
.footer_bottom>p
{
  text-align:center;
  color: white;
}
.footer_bottom>p>a
{
  color:white;
}

.border_footer_bottom
{
  padding: 2% 4%;
}
.border_footer_side
{
  padding: 3.7% 4%;
  text-align: center;
}
.img_footer
{
  width: 6vw;
  border-bottom: 2px solid #3f0609;
  padding: 2% 5% 3% 4%;
  margin-bottom: 3%;
}
/** CSS PER IL DOPPIO FOOTER **/
.footer_big
{
 /*  background:url('../../img/footer_bg.jpg') repeat-x; */
 background: #a90000;
  height: 5vh;
}
.cocci_text
{
  border-right: 2px dashed #3f0609;
  padding: 0 4%;
}
.cocci_text>h5
{
  line-height: 50px;
}
.no_border
{
  border:0px;
}
.float_icon {
  float: left;
  margin: 1% -4%;
  padding: 8px;
  font-size: 17px;
  border-radius: 50%;
  color: white;
  background-color: grey;
}
/** logo facile **/
.facile_text {
  padding-top: 2%;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight:400;
  color: white;
  text-align:center;
  background-color: black;

}
.facile_text a
{
  color: white!important;
}
.facile_text a:hover {
  color: #CC0000;
  text-decoration:none;
}
.facile_text a {
  color:#990000;
  text-decoration:none;

}

.facile-logo {
  float: right;
  margin: 13px 4px 0 0;
  text-align: center;
  color: #9E181D;
}


/* Extra Small Devices, Phones */
/* portrait */
@media only screen and (max-width : 320px) {
.footer_column
{
   margin-bottom:22%;
}
}
/*landscape*/
@media only screen and (max-width : 568px) {
.footer_column
{
  margin-bottom:22%;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 600px) and (max-width : 800px) {
.footer_column
{
  margin-bottom:11%;
}
}
@media only screen and (max-width : 600px) {
.cocci_text {
  border-bottom: 2px dashed #3f0609;
  border-right: 0px;
}
}
