/* Featurettes
------------------------- */

.featurette-divider {
	margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider-bold {
	border-top-color: #bbb;
}
.featurette {
	//padding-top: 20px; /* Vertically center images part 1: add padding above and below text. WAS 120*/
	//overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	//width: 300px;
	//margin-top: -20px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. WAS -120 */
	border-radius: 6px;
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 10px;
}
.featurette-image.pull-right {
	margin-left: 10px;
}


/* 0 ... 979 */
@media (max-width: 979px) {
	.featurette {
        //height: auto;
        //padding: 0;
	}
}

/* ... 767 */
@media (max-width: 767px) {
	.featurette-image.pull-left,
	.featurette-image.pull-right {
        display: block;
        float: none !important;
		border-radius: 50%;
        margin: 0 auto 10px;
	}
}