.clear {
    clear: both;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
/* Common Testimonial

==================================================== */



#testimonial_full {
    width: auto;
}
.sys_tm1 {
    position: relative;
    font-size: 1rem;
}
.sys_tm1 .testimonial {
    position: relative;
    padding: 20px 20px 20px 80px;
    background: transparent URL('../images/quote_icon.png') 20px 20px no-repeat;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.sys_tm1 .testimonial:after,  .sys_tm1 .testimonial:before {
    clear: both;
    content: '';
    display: block;
}
.sys_tm1 .feedback {
    font-size: 14px !important;
}
.sys_tm1 .title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.sys_tm1 .client-info .iva-avatar {
    display: inline-block;
    float: left;
    border: 1px solid #dddddd;
    padding: 2px;
    margin-right: 10px;
    /* Border Radius*/

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sys_tm1 .client-meta-data {
    overflow: hidden;
    line-height: normal;
}
.sys_tm1 .client-meta-data strong {
    display: block;
}
/* Fade Testimonial

==================================================== */



#fadereview .feedback {
    font-size: 12px;
    margin: 0 0 15px 0;
}
#fadereview .title {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
#fadereview .iva-avatar {
    display: inline-block;
    float: left;
    border: 1px solid #dddddd;
    padding: 2px;
    margin-right: 10px;
    /* Border Radius*/

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#fadereview .client-meta-data {
    overflow: hidden;
    line-height: normal;
}
#fadereview .client-meta-data strong {
    display: block;
}
#fadereview {
    overflow: hidden;
    height: 100%;
    padding-bottom: 15px;
}
#fadeblock {
    padding: 10px;
}
#fadeblock .nav {
    padding: 3px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    text-align: right;
}
/* Pagination

==================================================== */



.iva-pagination {
    position: relative;
}
.iva-pagination a#next,  .iva-pagination a#prev {
    font: normal 10px Arial, Sans-serif;
    text-decoration: none;
    outline: none;
}
.iva-pagination a#next {
padding-left;
5px;
}
.iva-pagination a#prev {
}
/* --- */

.client-info .ratings {
    border: none;
}
.iva-pagination {
    position: relative;
}
.iva-pagination a {
    border-radius: 100px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    padding: 0;
    text-align: center;
    width: 30px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.iva-pagination a:hover,  .iva-pagination .current {
    background-color: #666666;
    color: #ffffff;
}
