/*
Theme Name: Auriga
Description: All IE specific styles.
*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .col-title .title__text {
    margin-top: 50px; }

  .header-sub-menu {
    padding-top: 63px; }

  .slider .flex-auto-height, .owl-slide .flex-auto-height {
    margin-top: 150px; }

  .vertical-nav li.nav-item {
    display: block;
    float: none;
    height: 80px;
    margin-bottom: 80px; }

  .contact-form input, .contact-form textarea {
    line-height: 1; }

  .blog-post {
    max-width: 75%; } }
/* the fallback for IE 10, 11 and Edge. */
.slider-image-overlay__right {
  background-blend-mode: color-burn;
  /* the fallback for IE 10, 11 and Edge. */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider-image-overlay__right:after {
      content: '';
      background: rgba(0, 0, 45, 0.9);
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%; } }

@supports (-ms-ime-align: auto) {
  .slider-image-overlay__right:after {
    content: '';
    background: rgba(0, 0, 45, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; } }

/*# sourceMappingURL=ie.css.map */
