@media (max-width: 800px) {
.footer, .footer P {
    visibility: hidden;
    display: none;
    }
 .footer-phone, .footer-phone P {
    width: 100%;
	background-color: #F2F9F0;
	margin: 5px 0 2px 0;
	font-size: 0.9em;
    }   
}
@media (min-width: 801px) {
  .footer, .footer P {
    width: 100%;
	background-color: #F2F9F0;
	margin: 5px 0 2px 0;
	font-size: 0.9em;
    }
 .footer-phone, .footer-phone P {
    visibility: hidden;
    display: none;
    }   
}  
     

.h5title{
font-size: 100%;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-bottom: 10px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.h5title:after{
	background-color:#F88C4B;
	position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.litle-text {
    align-content: center;
    font-size: 10px;
}
.tel{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	}
.tel:before{
content: "\e047"; 
font-family: simple-line-icons;
padding: 10px;
}
.adr:before{
content: "\e096"; 
font-family: simple-line-icons;
padding: 10px;	
}
.mail:before{
content: "\e086"; 
font-family: simple-line-icons;
padding: 10px;	
}
.sipnet{
    padding-left: 38px;
}
.youtube, A.youtube:hover, A.youtube:link {
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
font-size: 20px;
font-weight:inherit;
color: crimson;
}

.youtube:before{
content: "\e008"; 
font-family: simple-line-icons;
padding: 10px;	
}