@media all and (min-width: 769px) and (max-width: 959px) {
	.container {
		width: 100% !important;
	}

	.row {
		width: 100%;
	}

	/* Prices & Performance begin
	--------------------------------*/

	#mfc-carousel .carousel-caption {
		left: 60px;
		right: 320px;
	}

	#mfc-carousel.mi-category-banner .carousel-caption {
		left: 0;
	    padding: 20px;
	}

	#mfc-carousel .carousel-caption h1 {
		font-size: 25px;
		line-height: 25px;
	}

	#mfc-carousel .carousel-caption p {
		font-size: 15px;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	#mfc-carousel .btn-large {
		font-size: 12px;
		padding: 5px;
	}
	
	[class*="span"], .row-fluid [class*="span"] {
		float: none;
		display: block;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.row {
		margin-left: 0px;
	}

	.news-commentary {
		max-width: none;
	}

/* fund details - key fund data - begin */
	.total_fund, .daily_price {
		max-width: 100%;
	}

	.management_fee, .benchmark {
		max-width: 100%;
		left: 33% !important;
	}

	.risk_tolerance, .last_paid {
		max-width: 100%;
		left: 66% !important;
	}

	ul.three {
		position: relative;
		max-width: 100%;
		white-space: nowrap;
	}

	ul.three > li {
		display: inline-block;
		position: relative;
		left: 0%;
		top: 0;
		height: 19px;
		width: 20%;
	}

	ul.three > li > dfn {
		position: absolute !important;
		top: 24px !important;
		left: 0 !important;
	}
	/* fund details - key fund data - end */
}
