// success Stories 


.success-stories{

	h1{ color: @brand-primary; }

	h1,h2{
		a{
			text-decoration: none;
		}
	}

	ul.list{
		margin:0;
		padding:0;
		list-style: none;
		line-height: 1.3333333em;

		h2{
			font-size: 1em;
			color: @brand-secondary;
		}

		a.more{
			font-style: italic;
			color: @brand-secondary;
		}

		li{
			padding: 2em 0 1em 0;
			border-bottom: 1px solid #eeeeee;

			&:last-child{
				border:none;
			}
			p{

			font-size: 17px;
			}
		}

	}

	figure.image{
		position: relative;
		width: 208px;
		height: 175px;
		margin: 0 auto;
		background: url(../images/imac.png) no-repeat top left;
		padding: 8px 7px 66px 7px;

		a.more{
			//color: @brand-primary;
			position: absolute;
			top:-14px;
			left: 50%;
			margin-left: -12px;
			color: transparent;

			&:before{
				color : @brand-primary;
			}
		}
	}

}

.StoriesFront{
	
	figure{
		float: left;

		margin: 0 1em 0.25em 0;
	}

	article{
		a.more{
			.pull-right;
		}
	}

}