/*------------------------------------*\
	Ribbon title
\*------------------------------------*/
h4.ribbon{
	position:relative;
	color:#fff;
	background:#66cef5;
	font-size:1.5em;
	float:left;
	clear:both;
	padding:10px 10px 10px 20px;
	margin-left:-20px;
	margin-bottom:20px;
	padding-right: 15px;
	text-shadow:0 -1px #66cef5, 0 1px #8fdbf8;
	
	-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:2px 2px 0 rgba(0,0,0,0.1);
	box-shadow:2px 2px 0 rgba(0,0,0,0.1);
    left: -5px;

	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;

	
}
h4.ribbon:before{
	content:" ";
	background:url('../images/ribbon.png');
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-10px;
	z-index:-1;
}

.ribbon-row{
	margin: 0;
	margin-top: 55px;
}
