div#SaHarTycker .lone-content {
	padding:0;
}

.center-content {
	text-align: center;
}

div#SaHarTycker .quote {
	background:#f0f0f0;
	padding:30px 80px 30px 30px;
	margin:30px 0 30px 0;
	width:80%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	text-align: left;
}


div#SaHarTycker div.quote:nth-of-type(odd):before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}


div#SaHarTycker div.quote:nth-of-type(even):after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}


span.clearify {
	display:block;
	clear:both;
}

div#SaHarTycker div.quote:nth-of-type(even) {
	float:right;
	padding:30px 30px 30px 80px;
}

div#SaHarTycker .quote p {
	color: #666;
	font-style: italic;
}

div#SaHarTycker .quote p+p {
	text-align: right;
	font-style: normal;
	color:#333;
	margin-right:30px;
	margin-top: 20px;
	font-size:15px;
}

div#SaHarTycker .quote p+p span {
	font-weight: bold;
}


div#SaHarTycker .quote .fa {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 36px;
	color: #636363;
}

	div#SaHarTycker div.quote:nth-of-type(even) .fa {
		right:0;
		left:25px;
	}













/* for 980px or less */
@media screen and (max-width: 992px) {


}


/* for 700px or less */
@media screen and (max-width: 768px) {

	div#SaHarTycker .lone-content {
		padding:0 30px;
	}

	div#SaHarTycker .quote {
		width: 100%;
		padding: 20px !important;
		margin-bottom: 0;
		background: #f5f5f5;
	}

	div#SaHarTycker div.quote:nth-of-type(even),
		div#SaHarTycker div.quote:nth-of-type(odd) {
			padding: 30px 10px;
	}

	div#SaHarTycker div.quote .fa.fa-quote-right {
		display: none;
	}

	div#SaHarTycker .quote p+p {
		margin-right: 0px;
		font-size: 13px;
	}



	
}


/* for 480px or less */
@media screen and (max-width: 480px) {
	
	div#SaHarTycker .lone-content {
		padding:0 20px;
	}

}