﻿.modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 10%;
    margin: 0 auto;
}

.testimonial span {
    font-weight: bold;
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 10px;
    padding: 0px 5px;
    margin-left: 2px;
    position: relative;
    top: -3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .testimonial span.checked {
        font-weight: bold;
        display: inline-block;
        background: transparent;
        color: #87ba45;
        font-size: 15px;
        line-height: 10px;
        padding: 0px 5px;
        margin-left: 2px;
        position: relative;
        top: -3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.footer-bottom .bidy-logo img {
    width: 100px;
    height: auto;
}