.footer
{
  background-color: #333333;
  padding-top:10px;
}
.footer_bottom>p
{
  text-align:center;
  color: white;
}

.footer_big
{
/*   margin-top:20px; */
  padding: 2%;
  background: url('../../img/sfondo_footer1.jpg');
  background-size:cover;
  min-height:200px;
  color: white;
  font-family: 'roboto';
 
}
.link_facile
{
  color:black!important;
}
.footer_title
{
  margin: 27px;
  margin-bottom: 0px!important;
  padding: 40px;
  text-align: center;
  /* padding-bottom: 0px; */
  background: rgb(51, 51, 51);
}

.footer_about
{
    margin: 0 auto;
    /* max-width: 220px; */
    text-align: justify;
    margin: 27px;
    margin-top: 0px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.84);
    color: black;
}

.footer_nav
{
  margin: 0 auto;
  width:200px;
  font-size:16px;
  list-style-type:square;
      padding: 10px;
      
}

.footer_nav>li>a
{
  color:white;
  font-size:16px;
  text-transform: capitalize;
  font-family: 'roboto';
}

.footer_orari>h4
{
  max-width:300px;
  margin: 0 auto;
  background-color: #333333;
  color:white;
  padding: 10px 50px 10px 50px;
  border: 0px;
  text-align:center;
}
.footer_orari>p>a
{
  color:#009269;
}
.footer_icon
{
  padding-bottom: 10px;
  font-size: 45px;
}

.footer_orari>p
{
    max-width: 300px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 10px 50px 10px 50px;
    color: #555555;
}

/** logo facile **/
.facile_text {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	margin:8px;
	font-weight:400;
	color: #990000;
	text-align:center;
}
.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;
}


/** MEDIA QUERIES **/


/* Extra Small Devices, Phones */ 
/* portrait */
@media only screen and (max-width : 320px) {

  
} 
/*landscape*/
@media only screen and (max-width : 568px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 600px) and (max-width : 800px) {
 
}

/* Medium Devices, Desktops/tablet */
@media only screen and (min-width : 768px) and (max-width : 1024px){
  .footer_about {
        height: 370px;
  }

}
@media only screen and (min-width : 1024px) and (max-width : 768px){

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 800px) and (max-width : 1280px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

}
