@media screen and (min-width: 768px)
{
	.page-wrapper
	{
		padding-bottom:0px !important;
		width: 100% !important; 
	}

	footer
	{
		position: relative !important;
	}
}

a, a:hover, a:active, a:link, a:focus
{
	outline: 0;
}

.quotation .quote:after 
{
	content: close-quote !important;
}

.quotation .quote:before 
{
	content: open-quote !important;
}

.quotation .quote
{
	quotes: "“" "”" "‘" "’" !important;
}

p.block-description
{
	color:#797979 !important;
}

.block-white p.block-description
{
	color:#fff !important;
}

.block-link
{
	line-height: 1.4 !important;
}