.mfooter {
    width: 100%;
}
.mfooter__section {
    width: 100%;
    background-color: #070E5A;
    color: #000000 !important;
    font-size: 0.8em !important;
    padding-top: 20px;
    border-top: 4px solid #EEE447;
}
.mfooter__section-title {
    font-weight: bold;
    font-size: 2.0em !important;
}
.mfooter__section-azienda {
}
.mfooter__section-item {
    padding: 5px;
}
.mfooter__section-item a {
    color: #fff!important;
}
.mfooter__icon {
    font-size: 1.5em;
    padding: 0 2px 0 0;
}
.mfooter__partner-wrap {
    padding: 5px 0;
}
.mfooter__partner-item {
    padding: 10px;
}
.mfooter__tail {
    background-color: #070E5A;
}
.mfooter__trademark {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 5px;
    color: #fff;
}
.mfooter__social-wrap {
    width: 100%;
}
.mfooter__social {
    color: #fff;
    width: 100%;
    padding-bottom: 10px;
}
.mfooter__social-icon {
    float: left;
    width: auto;
    height: auto;
    padding: 0 3px;
}
    .mfooter__social-icon img {
        width: 100%;
        height: auto;
    }
.mfooter__shiny {
    padding-top: 20px;
}
.mfooter__shiny-row {
    width: 100%;
    height: 16px;
    overflow: hidden;
    background-color: #c6c6c6;
}

.mfooter__marchi {
    padding: 0 !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.0);
}
.mfooter__marchi .row {
    margin: 0 !important;
    padding-bottom: 10px;
}
.mfooter__marchi img {
    max-width: 100%;
    height: auto;
}

.mfooter__marchi img.marchi {
    
    height: 50px;
    width: auto;
    max-width: 100%;
    margin: 0 0 5px 0;
}
.mfooter__gdpr_link > a {
    color: #fff!important;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
hr.sep-1 {
  position: relative;
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
  height: 3px;
  border:none;
  background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #4c3326, #59d941);
  background-size: 1.5rem, 100%;
  transform: rotate(-5deg);
  transform-origin: 50% 0%;
}
#footer {

    max-width: 100%!important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#4c3326;
}
#footer a {
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#9e8e81;
}
#footer ul.social li a:hover{
	color:#4c3326;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.btn-outline-secondary {
    color: white;
    background-color: #4c3326;
    background-image: none;
    border-color: #4c3326;
}