@media (min-width: 768px) 
{
	/*==========================================================================
	   Primary Hero
	==========================================================================*/
	#primary-hero
	{
		background-image: url('/assets/frontend/img/primary-hero-bg-1.png');
		background-position: bottom;
		background-size: cover;
		background-attachment: fixed;
		padding: 30px 0px;
	}

	#primary-hero h1
	{
		color: #EEE;
		font-weight: 600;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	#primary-hero .tagline
	{
		color: #FFF;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}

	#primary-hero .btn-dark
	{
		border: 0;
	}

	#primary-hero .btn-dark-alt
	{
		background-color: #222;
		border: 0;
	}


	#primary-hero form
	{
		padding: 30px;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, .1);
	}

	#primary-hero form .btn-primary
	{
		background-color: #54777B;
		border: 0px solid #333;
	}

	#primary-hero form p
	{
		font-size: 1.2rem;
		color: #FFF;
		font-family: 'Quicksand', sans-serif;
	}






	/*==========================================================================
	   Primary Heading
	==========================================================================*/
	#primary-heading
	{
		background-image: url('/assets/frontend/img/primary-hero-bg-1.png');
		background-position: bottom;
		background-size: cover;
		background-attachment: fixed;
	}










	/*==========================================================================
	   Section: Service Icons
	==========================================================================*/
	section.block-services .row > div:nth-of-type(3) .service, section.block-services .row > div:nth-of-type(4) .service
	{
		margin-bottom: 0;
	}








	/*==========================================================================
	   Footer
	==========================================================================*/
	#primary-footer
	{
		background-image: url('/assets/frontend/img/primary-hero-bg-1.png');
		background-position: right;
		background-size: cover;
	}

	#primary-footer .social-icons
	{
		margin: 0;
	}

	#primary-footer .col-left
	{
		text-align: left;
	}

	#primary-footer .col-right
	{
		text-align: right;
	}

}