@charset "utf-8";

@media (min-width: 768px) {
	.sizehelper:before {
		content: "MD";
	}
	
	h2, .h2, .ServicePage .pagebannerarea h1 {
		font-size: 26px;
		line-height: 34px;
	}

	.navbar .navbar-brand {
		padding-left: 128px;
	}
	

	.singleslider .MS-content .item {
		width: 50%;
	}
	
	.carousel-caption {
		right: 58%;
	}

	.HomePage .servicescarousel {
		margin-top: 142px;
	}

	.HomePage .featureblocks .newscontent {
		padding: 13px 37px 13px 21px;
	}

	.HomePage .featureblocks .newscontent h1 {
		font-size: 29px;
		line-height: 32px;
	}
		
	.HomePage .featureblocks .newscontent p {
		float: right;
		background: url('../images/white-line.png') no-repeat left bottom;
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 0 35px;
		padding: 0 0 0 17px;
	}

	.HomePage .featureblocks .newscontent p span {
		font-size: 72px;
		line-height: 50px;
		display: block;
	}
	
	.fbcontainer .feed {
		top: 35%;
	}
	
	.pagebannerarea .bannercircle {
		bottom: -140px;
		width: 280px;
		height: 280px;
		margin-left: -140px;
	}

	.pagebannerarea h2, .ServicePage .pagebannerarea h1 {
		bottom: 140px;
	}
	
	.galleryitems {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		-ms-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
	}	
}