﻿.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    font-weight: 500;
    font-size: 16px;
}

.review-list .title strong {
    font-weight: normal;
}

.review-list .title {
    margin: 0 0 -1px;
    padding: 20px 0 10px 0px;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #4ab2f1;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.review-list {
    /*margin: 25px 0 75px;*/
    text-align: left;
}

    .review-list .review-items {
        text-align: left;
    }

.review-content {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}


/*.review-item-content {
    height: 170px;
   text-shadow: 0 1px 2px rgba(0,0,0,.2);    /* 
    white-space: nowrap; 
    min-width: 254px; 
}*/

.review-item-content {
    height: 130px;
    width: 100%; /* 
    /*float: left;*/
    /* margin-right: 2%;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;*/
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 18px;
    /* max-height = line-height (1.2) * lines max number (3) */
    /*  max-height: 3.6em; /*
  /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* 
  margin-right: -1em;
  padding-right: 0.5em;
  */
    color: #2978b5;
}

    .review-item-content .rating-container {
        min-height: 0px;
    }

.review-list .review-items .product-rating-box .rating {
    background: url(/Themes/DefaultClean/Content/images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
}

    .review-list .review-items .product-rating-box .rating div {
        background: url(/Themes/DefaultClean/Content/images/rating2.png) repeat-x;
        height: 14px;
    }

.product-rating-box.review-item-content-rating {
    width: 100px;
    margin: 8px auto 15px auto;
    min-height: 0px;
}

.carousel-caption h3 small {
    color: rgba(255,255,255,.8);
}

.carousel-caption.white h3 small {
    color: rgba(0,0,0,.8);
}

.carousel-caption.white p.review-item-content {
    color: #000;
}

.carousel-caption.white {
    background-color: rgba(255,255,255,.5);
}

.carousel-caption.black {
    background-color: rgba(0,0,0,.5);
}

.carousel-caption.red {
    background-color: rgba(251,6,6,.5);
}

.carousel-caption.green {
    background-color: rgba(11,232,16,.5);
}

.carousel-caption.blue {
    background-color: rgba(11,40,232,.5);
}

.owl-carousel {
    margin: 20px 0 0 0;
}


/*.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    font-weight: 500;
    font-size: 17px;
}
.review-list .title strong {
    font-weight: normal;
}
.review-list .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}
.review-list {
    margin: 25px 0 75px;
    text-align: center;
}
.review-list .review-items {
    text-align: left;
}
.review-list .review-items .product-rating-box .rating {
    background: url(/Themes/DefaultClean/Content/images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
}
.review-list .review-items .product-rating-box .rating div {
    background: url(/Themes/DefaultClean/Content/images/rating2.png) repeat-x;
    height: 14px;
}
.product-rating-box.review-item-content-rating {
    width: 100px;
    margin: 0 auto;
}
.carousel-caption h3 small {
    color: rgba(255,255,255,.8);
}
.carousel-caption.white h3 small {
    color: rgba(0,0,0,.8);
}
.carousel-caption.white p.review-item-content {
    color: #000;
}
.carousel-caption.white {
    background-color: rgba(255,255,255,.5);
}
.carousel-caption.black {
    background-color: rgba(0,0,0,.5);
}
.carousel-caption.red {
    background-color: rgba(251,6,6,.5);
}
.carousel-caption.green {
    background-color: rgba(11,232,16,.5);
}
.carousel-caption.blue {
    background-color: rgba(11,40,232,.5);
}*/