#myFooter{
    padding-top:15px;
    background-color: #eee;
    margin: 0 0px 0 0px;
}

#myFooter .container{

    text-align: center;
    height:auto;
}

#myFooter .footer-copyright{
    font-size:8pt;
    margin-bottom: 0px;
    color: #777;
    margin: 0px 15px;
}

#myFooter ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 12px;
}

#myFooter a{
    color: #282b2d;

}

#myFooter li{
    display: inline-block;
    margin: 0px 15px;
    line-height: 2;
}

#myFooter .footer-social{
    text-align: right;
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: #eee;
}


#myFooter .footer-text-left{
     float: left;
    text-align: left;
    margin-top:0px;
    margin-left:15px;
    }


@media(max-width:767px) {
    #myFooter .footer-text-left {
    margin-left:25px;  }}




#myFooter .footer-text-left p{
        padding-top: 8px;
        padding-bottom:0px;
        margin: 0px 0px;
        margin-bottom:0px;
        }
#myFooter .footer-text-left img{
                margin-top: 12px;
                margin-bottom: 12px;
                }

#myFooter .footer-text-right{
    float: right;
    position: relative;
    width: 400px;
    text-align: right;
    margin-top:0px;
    margin-right:15px;
}

#myFooter .fa{
    font-size: 30px;
    margin-right:10px;
    margin-left: 10px;
    background-color: white;
    color: #d0d0d0;
    border-radius: 51%;
    padding: 10px;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    transition:color 0.2s;
}

#myFooter .fa-googlemaps:hover{
   color: #2b55ff;
}

#myFooter .fa-googlemaps:focus{
    color: #2b55ff;
}

#myFooter .fa-facebook:hover{
   color: #2b55ff;
}

#myFooter .fa-facebook:focus{
    color: #2b55ff;
}

#myFooter .fa-xing:hover{
    color: #126567;
}

#myFooter .fa-youtube:focus{
    color: #126567;
}

#myFooter .fa-linkedin:hover{
    color: #007bb6;

}

#myFooter .fa-linkedin:focus{
    color:#007bb6;
}
