/*
*************************************************

SEBASTIAN NITU
Main baseDemo Styles

Created by Sebastian Nitu
http://www.sebnitu.com

*************************************************
*/

/*-------------------------------------------
	@Typography
---------------------------------------------*/

#quovolve blockquote {
	background: #efefef;
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
	margin: 20px 0;
	/* Border Radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



/*-------------------------------------------
	@Main
---------------------------------------------*/

#quovolve .description:before, #quovolve .description:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
#quovolve .description:after { clear: both; }
#quovolve .description {
	padding: 1% 6% 2%;
	zoom: 1;
}
#quovolve .description h2 {
	background: #dd390d;
	color: #fff;
	padding: 8px 20px;
	margin: 0 0 20px 0;
	padding-left: 7%;
	margin-left: -7%;
	float: left;
	/* Text Shadow */
	text-shadow: 0 -1px 1px rgba(0,0,0, 0.25);
	/* Border Radius */
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	/* Gradient */
	background-image: linear-gradient(bottom, rgb(221,58,13) 0%, rgb(233,105,37) 100%);
	background-image: -o-linear-gradient(bottom, rgb(221,58,13) 0%, rgb(233,105,37) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(221,58,13) 0%, rgb(233,105,37) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,58,13) 0%, rgb(233,105,37) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(221,58,13) 0%, rgb(233,105,37) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(221,58,13)),
		color-stop(1, rgb(233,105,37))
	);
}
#quovolve .description p {
	clear: both;
}