
.quote_publisher .published_date {

	border-radius: 100%;

	height: 100px;

	width: 100px;

	text-align: center;

}

.published_date label{

	text-transform:capitalize;

	margin-top: 20px;

}

.quote_publisher{

	padding-left:0px;

}

.quotes_outer{

	padding: 0px;

}
.inner_quotes_listing .quotesDesc {
    margin-bottom: 12px;
}
.quote_wrapper blockquote {

	border: medium none;

	margin: 0;

	padding: 0;

}

.quotes_outer .quote_listing {

	padding: 0 7px;

}

.inner_quotes_listing {

	float: left;

	width: 100%;

	margin:0px;

}

.quote_wrapper blockquote label {

	margin: 0;

	font-size:16px;

	display: inline;

	font-weight:bold;

}

.inner_quotes_listing .listing_block {

	border-style:solid;

	border-width:1px;

	float: left;

	margin: 0 0 25px;

	padding:20px 10px;

	width: 100%;

}
.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: #242424;

    display: inline-block;

    height: 100px;

    vertical-align: top;

	margin-top: 5px;

    width: 100px;

	position: relative;	

    overflow: hidden;

	border-radius:100%;

}

.quotes_desc {

    display: inline-block;

    max-width: 84%;

    padding-left: 15px;

    vertical-align: top;

}

.quotes_desc.quotes_desc_full {

    padding: 0;

	max-width: 100%;

}

.deg {

    font-size: 16px;

    padding-left: 5px;

}

/* only media css */



@media(min-width:992px) and (max-width:1200px){

.quote_publisher .published_date{

	height:80px;

	width:80px;

	margin-top: 16px;

}

.published_date label{

	font-size:16px;

}

.inner_page_outer{

	padding-left:0px;

}

}

@media(min-width:992px) and (max-width:1024px) {

.quotes_desc {

    max-width: 81%;

}

}

@media(min-width:768px) and (max-width:992px) {

.quotes_desc {

    max-width: 74%;

}

.quotes_desc p {

    line-height: 20px;

}

.quotes_outer .quote_listing {

    width: 100%;

}

}

@media(max-width:767px) {

.auther_image {

    height: 50px;

    width: 50px;

}

.quotes_date {

    font-size: 14px;

}


.quote_wrapper blockquote label {

    font-size: 14px;

}

.quotes_outer .quote_listing {

    padding: 0;

}

.quote_publisher {

	margin: 0 0 15px;

}

.inner_quotes_listing .listing_block {

    margin: 0 0 10px;

	padding:10px;

}

.published_date label span {

    display: inline-block;

    padding-right: 0px;

    width: 100%;

}

.quotes_desc {

    max-width: 72%;

	padding-left: 10px;

}


.deg {

    font-size: 14px;

    padding-left: 5px;

}

.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%;

}

}

