.carousel__slide--title small{
	width: 80%;
}


div.reviews-widget-box {
		min-width: 200px;
        max-width: 400px;
        width: 200px;
		background-color: #fff;
        display: inline-block;
		text-align: center;
		font: 400 9pt Arial !important;
        overflow:hidden;
	}

#widget-link {
	min-width: 200px;
        max-width: 400px;
        width: 200px;
    border-top: solid 1px #f1f1f1;
    font: 400 8pt arial !important;
    margin: 4px 0 0 0;
    padding-top: 6px;
	text-align:center;
}
	
div.reviews-widget-box.with-content {
    height: 210px;
}
	div.reviews-widget-box h3 {
		color: #666 !important; 
        display: block; 
        font: 600 12pt Arial !important;
	    margin: 0 0 8px 0 !important;
	    padding: 0 !important;
	}
	div.reviews-widget-box a.reviews-widget-box-link-read {
		/*color: #006ab0;*/ 
        margin: 15px 0 10px 0;
        font-weight: bold; 
	}
	div.reviews-widget-box div.reviews-stars {
		clear: both;
		display: inline-block;
		margin-bottom: 10px;
	}
	div.reviews-widget-box span.reviews-star {
		float:left;
        width: 25px;
        height: 25px;
	    margin-right: 3px;
	}
    div.reviews-widget-box-footer {
        margin-bottom: 8px;
        clear: both;
        text-align: center;
        font-size: 11px;
    }

    div.reviews-widget-average {
        float: left;
        margin-top: 7px;
        margin-left: 3px;
    }

	div.reviews-widget-box span.reviews-star-full {
		background-image:url(https://static.emg-services.net/masterpages/pics/reviews/stars/medium/filled.png);
	}
	div.reviews-widget-box span.reviews-star-empty {
		background-image:url(https://static.emg-services.net/masterpages/pics/reviews/stars/medium/empty.png);
	}
	div.reviews-widget-box span.reviews-star-half {
		background-image:url(https://static.emg-services.net/masterpages/pics/reviews/stars/medium/half.png);
	}
    
    div.reviews-widget-reviews-container { display: table !important; margin: 0 auto !important; clear: both !important; width: 100% !important; }
    div.reviews-widget-reviews-container i.fa { font-size: 18px !important; cursor: pointer !important; }
    div.reviews-widget-reviews-container-row { display: table-row !important; }
    div.reviews-widget-prev, div.reviews-widget-next, div#currentReview { display: table-cell !important; }
    div.reviews-widget-prev, div.reviews-widget-next { width: 14px !important; vertical-align: middle !important; }
    div.reviews-widget-next { text-align: right; }
    div#currentReview { border-top: solid 1px #f1f1f1; padding-top: 7px; }
    div.reviews-widget-title, div.reviews-widget-content, div.reviews-widget-author { text-align: center !important; }
    div.reviews-widget-title { font-weight: bold; }
    div.reviews-widget-author { font-weight: bold; }