.read-more-3{
    padding: 0.7em 0.95em;
    background-color:rgba(0, 171, 217, 0.9);
    font-size:13px;
    color:white;
    text-decoration:none;
    text-align:center;
    border-radius:3px;
    width:70px;
}

@media (max-width: 600px){
    .col-xs-logo-12, .col-xs-title-12{
        width:  100%;
        text-align: center;
    }
}

@media (min-width: 600px){
    .col-sm-offset-logo-1{
        margin-left: 1.15%;
    }

    .col-title{
        text-align: right;
    }

    .col-sm-extBib-6{
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 992px){
    .col-md-offset-logo-1{
        margin-left: 0; /*1.15%;*/
    }

    .col-title{
        text-align: right;
    }
}

@media (max-width: 650px){
    .col-xs-footer-12{
        width: 100%;
        text-align: left;
    }
}

.link:hover{
    cursor: pointer;
}