/* 
IE8 Does not understand media queries, therefore the styles are added here.
*/



/*
Mobile view - Remove excess buttons from IE8
*/
.no-backgroundsize .footer_mobileview, .no-backgroundsize .responsive-show-in480 {
	display: none;
}

/*
Overlay on Resorts
------------------
There is an overlay with a the name and a teaser on the top image - This is not shown properly in IE8, here is the fix
*/
.no-backgroundsize .headerImgBox, .no-background .headerImgBox_Small {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)"; /* IE8 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);   /* IE6 & 7 */
}

/*
Top Slider
----------
Once again - IE8 doesn't understand media queries
*/
	.headerImg, .headerImg_fp, .headerImg_Small
	{
		width: 1056px;
		left: -48px;
	}

	.headerImgBox, .headerImgBox_Small
	{
		left: 64px;
	}
