.MR_box_UL{
	list-style-type:none;
	padding-left:0px;
}
.MR_box_UL li{
	padding:10px;
}
.MR_box_UL li:not(:last-child){
	border-bottom:1px solid #ccc;
}
.MR_box_UL li a{
	color:#333;
	font-size:15px;
	font-style:italic;
}
.MR_box_UL li a:hover, .MR_box_UL li a:focus{
	color:#5eabb5;
}
.sidebar_about_right{
	padding:15px;
	background:#f4f4f4
}
.skg-testimonials {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}
.testimonial_Elems {
    display: inline-block;
    width: 100%;
    padding: 10px
}
.testimonial_Elems > a.photo {
    display: block;
    float: left;
    width: 92px;
    height: 92px;
    border: 1px solid #DDD;
    margin: 0 20px 0 0;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -ms-border-radius: 100%
}
.testimonial_Elems > .r-box {
    position: relative;
    border: 1px solid #DDD;
    padding: 20px;
    margin: 0 0 0 114px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -ms-border-radius: 3px
}
.arrow_box:after,
.arrow_box:before {
    right: 100%;
    top: 32%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 10px;
    margin-top: -10px
}
.arrow_box:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 11px;
    margin-top: -11px
}
.testimonial_Elems > .r-box .title {
    display: block;
    margin: 0 0 10px
}
.testimonial_Elems > .r-box .title a {
    color: #007cc2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400
}
.testimonial_Elems .quote-up {
    float: left;
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-right: 3px;
    background: url(/isocms/templates/default/skin/images/quote_Down.png) left 0 no-repeat
}
.testimonial_Elems .quote-down {
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 3px;
    background: url(/isocms/templates/default/skin/images/quote_Up.png) left 0 no-repeat
}
.testimonial_Elems .author {
    text-align: right;
    font-style: italic;
    font-size: 14px
}
.lst_news {
	list-style-type:none;
	padding-left:0px;
}
.lst_news  li{
	padding:5px 15px 5px 20px;
	position:relative;
}
.lst_news  li a{
	color:#333;
	font-size:15px;
}
.lst_news  li a:hover, .lst_news  li a:focus{
	color:#5eabb5;
}
.lst_news  li:before{
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	top:10px;
	color:#5eabb5;
	left:0px;
}
#listTestimonialsView {
	margin-top:30px
}
#listTestimonialsView .body{
	padding:15px;
	min-height: 198px;
	border:1px solid #ccc;
	box-shadow:2px 2px 2px #999;
}
#listTestimonialsView .Item.bg_fff{
	box-shadow:2px 2px 2px #999;
}
#listTestimonialsView .readmore-list{margin-top:10px !important}
#listTestimonialsView .testimonials-title{margin:0 0 10px !important}
.testimonialBody .pane-content h3 {
	text-align:left !important
}
.testimonialBody .panel-pane {
	padding-top:0px !important;
	margin-top:0px !important
}
.testimonials-title a{
	color:#333;
	font-size:18px;
}
.testimonials-title a:hover{
	color:#5eabb5;
}
.introCrx{
	color:#333;
	font-size:14px;
}
.readmore-list {
    display: inline-block;
    padding: 5px 15px;
    color:#fff;
	background:#5eabb5;
}
.readmore-list:hover{
	background:#1aae89;
	color:#fff;
	text-decoration:none;
}
.body__title{
	/* padding:5px; */
	min-height: 125px;
}
@media (max-width: 767px) { 
	/* CSS phone xs */
	.testimonial_Elems > .r-box{
		position:unset;
		margin:0px;
		padding:15px;
	}
	.testimonial_Elems > a.photo{
		margin-left:10px;
		margin-top:25px;
	}
}