// Also includes name spaced CSS for fixing broken layout on IE8
// Import grid support for IE8, this is SASS syntax for the
// sake of not having to copy the file contents here.
// Copy & paste if you're not using SASS to compile your stylesheets.
@import "ie8-grid-support";

// Custom styling for IE8
.lt-ie9 {
	.show-for-medium-down,
	.show-for-medium,
	.show-for-small,
	.show-on-android {
		display: none !important;
	}

	.show-for-large-up,
	.hide-for-medium-down,
	.hide-on-android {
		display: block !important;
	}

}

.dpdgroup_site .orbit-over {
    padding-top: 10px;
    }

    .dpdgroup_site .orbit-over h1 .row {
        float: left;
    }

    .dpdgroup_site .orbit-over div {
        float: left;
    }

.dpdgroup_site .orbit-container .orbit-slides-container > * .orbit-caption {
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.dpdgroup_site .ie-cta-position-fix {
    position: absolute;
    right: 11px;
    bottom: 11px;
}

.ie-row-small {
    height: 133px!important;
}

.ie-row-large {
    height: 375px!important;
}