.full-page-outer .inner_quotes_listing {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.quotesDesc {
    margin: 0 0 10px;
}
.quotesDesc img {
    padding: 10px 0;
}
.quote_wrapper blockquote label span{
	 color: #0288d1;
}
.quote_wrapper blockquote label {
   margin: 0;
   display: inline;
   color: #01579b;
}
.quote_wrapper blockquote {
	border: medium none;
	margin: 0;
	padding:5px 0;
	color:#000;
}
.quotes_outer {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	float: left;
	width: 100%;
	padding:15px 0;
}
.inner_quotes_listing .listing_block:last-of-type .quotes_outer{
	border-bottom:none;
}
.quote_wrapper blockquote label{
	color: #01579b;
}
.quotes_desc.quotes_desc_full {
    padding: 0;
	max-width:100%;
}
.quote_wrapper blockquote label {
    padding-right: 10px;
}
.auther_image img{
    left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) ;
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%) ;
	-webkit-transform: translateY(-50%) translateX(-50%) ;
	text-align:center;
	max-width:100%;
	max-height: 100%;
}
.auther_image {
    background: #01579b;
    border-radius: 100%;
    display: inline-block;
    height: 100px;
    vertical-align: top;
    width: 100px;
	position: relative;	
    overflow: hidden;
}
.quotes_desc {
    display: inline-block;
    max-width: 86%;
    padding-left: 15px;
    vertical-align: top;
}

@media(min-width:992px) and (max-width:1024px) {
.quotes_desc {
    max-width: 85%;
}
}

@media(min-width:768px) and (max-width:992px) {
.quotes_desc {
    max-width: 77%;
}
.quotes_desc p {
    line-height: 20px;
}
}

@media(max-width:767px) {
.quotes_desc {
    max-width: 81%;
}
.quote_wrapper blockquote p {
    font-size: 14px;
    margin: 0;
	line-height: 16px;
}
.quote_wrapper blockquote label {
    font-size: 14px;
}
.auther_image {
    height: 50px;
    width: 50px;
}
.quotes_outer {
    padding: 8px 0;
}
}
@media(min-width:418px) and (max-width:480px) {
.quotes_desc {
    max-width: 85%;
}
}