.cust-name a {
    display: inline-block;
    color: #428BCA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.cust-lastname {
    display: block;
}

.date {
    color: #898989;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding-left: 5px;
    padding-top: 0px;
    vertical-align: top;
}

.email {
    display: block;
    font-weight: bold;
}

.dec {
    display: block;
    padding: 0 0 0px;
    color: #898989;
    line-height: normal;
}

.rating {
    display: inline-block;

    padding-top: 0px;
    text-align: right;
    width: auto;
}

.bx-controls-direction {
    display: block;
    padding: 10px 0;
    text-align: center;
    display: none;
}

.bx-prev {
    margin-right: 10px;
}

.bx-next {
    margin-right: 10px;
}

.view-more {
    background: none repeat scroll 0 0 #104F85;

    color: #FFFFFF !important;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.content-sidebar .widget .widget-title {
    border: none;
}

.slide {

    padding: 15px 0;
}

.bx-viewport .slide {
    background: none;
}

.bx-wrapper .dec-block {
    width: 70%;
}

.logo-block {
    display: inline-block;
    float: left;
    margin-right: 20px;
    vertical-align: top;
    width: 45px;
}

.cust-name {
    width: 100%;
}

.dec-block {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.icon-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
    margin-right: 7px;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-refresh:before {
    content: "\f021";
}
	