

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;	
}

.topos a, .topos2 a{
    text-decoration: none;
    font-family: 'Open Sans';
    font-size: 13px!important;
    color: #7c7c7c
}

a.social-icon.twitter {
    display: block;
}

li {
    /* 	//width: 100%; */
    /*     margin: 0 44px 4px -36px; */
    margin-bottom: 5px;
}

li.topos:first-of-type{
    margin-left:20%;
}

li.topos{
    margin-right: 20px;
    text-align: initial;
}

li.topos2{
    margin-right: 20px;
    text-align: initial;
}

.footer-container {

    width: 100%;
    max-width:960px;
    margin: 0 auto;	
}

ul.footer-menu
{
    border-top: 5px solid #74ad1b;
    padding-top: 10px;
    display: -webkit-box;
    list-style-type: none;
    float: left;
}
.footer-menu {
    margin-top: 1%;
}

.socialicon {
    float: left;
    margin: 5px 0 0 -250px;
    text-align: initial;
}

#borda {
    /* border: 1px solid #74ad1b; */
    width: 46px;
    height: 46px;
    background-color: #74ad1b;
    border-radius: 100%;

}

#borda2 {
    width: 46px;
    height: 46px;
    background-color: #74ad1b;
    border-radius: 100%;
    margin: 76px 0px 0 0px;
}

img#logo {
    padding: 12px 0px 0 17px;
}

img#logo2 {
    padding: 10px 0 0 9px;
}

@media only screen and (max-width: 960px) {
    .socialicon{display:none}
    li.topos2{display:none}
    
    li.topos:first-of-type{
        margin-left:0%;
    }
    li.topos{text-align:center;}
}
