span.post-large-rate {
    width: 98px;
    display: block;
    height: 23px;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 auto;
}

span.post-large-rate span {
    width: 100%;
    display: block;
    height: 22px;
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
}

span.stars-large,
span.stars-large span {
    background-image: url('../images/stars-large.png');
}

[itemprop="reviewRating"] > [itemprop="ratingValue"],
.priceRange {
    color: transparent !important;
    display: block;
    height: 0;
    width: 0;
}

#mytestimonials_preview {
    width: 100%;
}

.mytestimonials_grid {
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    position: relative;
    vertical-align: top;
}

.mytestimonials_image {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.mytestimonials_imageblock {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.mytestimonials_textblock {
    margin: 2% 3% 3% 2%;
    display: inline-block;
    width: calc(90% - 95px);
}

.span4 .mytestimonials_textblock,
.span6 .mytestimonials_textblock {
    width: 100%;
}

.mytestimonials_title {
    margin: 2% 0;
    font-size: 1.2em;
    font-family: ;
    font-weight: bold;
    text-align: center;
    max-width: 95px;
}

.mytestimonials_subtitle {
    font-size: 0.95em;
    margin: 2% 0;
    text-align: center;
    max-width: 95px;
}

.mytestimonials_desc {
    margin-top: 5px;
    color: ;
    font-size: ;
    font-family: ;
    text-align: center;
}

#mytestimonials_map {
    width: 100%;
    height: 400px;
}

.mytfilter.button-group {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

.mytfilter.button-group .button:first-child {
    border-radius: 2px 0 0 2px;
}

.mytfilter.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: -1px;
}

.mytfilter .button.is-checked,
.mytfilter .button.is-selected {
    background-color: #19F;
    color: white;
    box-shadow: 1px 1px 10px #ccc;
}

.mytfilter .button {
    border-color: #222;
}

.mytfilter .button {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    background-color: #444;
    background-image: none;
    border: none;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 5px;
    color: #fff;
}

.mytfilter.button-group .button:last-child {
    border-radius: 0 2px 2px 0;
}
.mytestimonials blockquote.adjust2
{
    border:0px;
}
.com_mytestimonials .owl-carousel .owl-item .mytestimonials_imageblock
{
    width: auto;
}
.com_mytestimonials .owl-carousel .mytestimonials_image
{
    width: auto;    
}