/*----------------------------------------------------
Blockquote
----------------------------------------------------*/
blockquote.testimonial{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
 }

blockquote.testimonial::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 30px;
  top:5px;
  width:100%;
}

blockquote.testimonial::after{
  /*Reset to make sure*/
  content: "";
}



blockquote.quote{
  display:block;
  padding: 5px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
 }

blockquote.quote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: bold;
  color: #CCCACA;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
  width:100%;
}

blockquote.quote::after{
  /*Reset to make sure*/
  content: "";
}


	

blockquote.home {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
	border-color:#efefef;
	color: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

		
/*default*/	
blockquote.home {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 25px; 
	background: none;
	border-left: 5px solid #ddd;
	padding: 0 0 0 40px;
}

	/*boxed-border*/
blockquote.boxed {
	font-size: 20px;
	line-height: 25px;
	background: none;
	border: 1px solid #ddd;
	padding: 20px;
}	



/*boxed*/
blockquote.boxed-background {
	font-size: 20px;
	line-height: 25px;
	background: #ddd;
	border: none;
	padding: 40px;
}


		
/*position*/
blockquote.left {
	width: 30%;
	margin: 0 30px 30px 0;
}
blockquote.right {
	width: 30%;
	margin: 0 0 30px 30px;
}
blockquote > :last-child{
	margin-bottom: 0px !important;
}
blockquote.last{
	margin-bottom: 0;
}	

	
		
/*----------------------------------------------------
Lists
----------------------------------------------------*/
ul{
	margin:0 0 50px 0px;
	padding:0;
	list-style:none;
}
ul ul{
	margin-left: 15px; 
	margin-bottom: 0;}
ul li{
	margin-bottom: 2px; 
	background-size: 16px;
}
ul.last {
	margin-right: 0;
}
	







