/* IE Hacks Settings ------------------------------------ */
.ie .content-with-sidebar { 
overflow: hidden; 
}
.ie #sidebar-wrapper {
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.ie.desktop.landscape #mobileCarousel
.ie.desktop.landscape #mobile-menu {
	display: none;
}

/* only for ie10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .ie10 .content-with-sidebar { 
	overflow: hidden; 
	}
	.ie10 #sidebar-wrapper {
		padding-bottom: 9999px;
		margin-bottom: -9999px;
	}
	.ie10.desktop.landscape #mobileCarousel,
	.ie10.desktop.landscape #mobile-menu{
		display: none;
	}
}

