/*** FOOTER SITES ***/

/** MODIFIED FOR CROESO.COM ONLY **/

#site_grid {
        border: 1px solid #ccc;
        margin:10px 0;
        float:left;
        
}
.show_sites_mobile {
    display:none;
}
#site_grid .site {
    width: 20%;
    display: inline-block;
    text-align: center;
    border:1px solid #ccc;
        float: left;
}

#site_grid .site a {
color:#fff;
}

#site_grid .site a:hover {
    text-decoration: underline;
}
@media only screen and (min-width:480px){
    #site_grid {
        display:block!important;
    }
}
@media only screen and (max-width:767px){
    #site_grid .site {
        width:33.3333%;
    }
}

@media only screen and (max-width:480px){
    #site_grid .site {
        width:100%;
    }
    #site_grid {
        display:none;
    }
    .show_sites_mobile {
        display:block;
        padding:10px;
        color:#000;
       width:100%;
       border:1px solid #ccc;
       text-align: center;
       font-weight:bold;
       cursor: pointer;
    }
}