#zone-footer .region-footer-second ul.menu {
    margin-top: 10px;
}

#footerSoM{
  width: 97.66%;
}

@media (min-width: 768px){
.col-sm-8 {
    text-align: left;
}

}

@media (min-width: 768px){
.col-sm-4 {
    text-align: right;
}

}
@media (min-width: 768px){
#zone-footer .region-footer-second ul.menu {
    list-style: none;
    text-align: left;
}
}


#footerSoM{
  width: 97.66%;
}

.iconSM{
     padding: 10px;
     float: right;
}

.footertx{
     padding-top: 20px;
     padding-left: 18px;
}

.footertx p {
    font-size: 1.0em !important;
}

.imgSm {
    padding-top: 12px;
    height: auto !important;
width:28px !important;
}

a.smbutton2 {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

a.smbutton2:link, a.smbutton2:visited{
    display: block;
    transition: all 0.2s ease;
}

a.smbutton2:hover, a.smbutton2:active{
    border: 1px solid;
    border-radius: 30px;
    border-color: #ebf0f3;
    background-color: #8a3a6d;    
}

