// =============================================================================
// SCSS/SITE/STACKS/ICON/_IE.SCSS
// -----------------------------------------------------------------------------
// All styles for Internet Explorer should be placed in this file using
// specialized classes determined in conditional statements located directly
// beneath <!DOCTYPE html> at the top of all documents.
// =============================================================================

// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Internet Explorer 9
//   02. Internet Explorer 8
// =============================================================================

// Internet Explorer 9
// =============================================================================

//
// Flexslider.
//

.ie9 .flex-direction-nav a {
  font-size: 80px;
  line-height: 53px;
}



// Internet Explorer 8
// =============================================================================

// //
// // Images.
// //

// .ie8 img {
//   width: 100%;
// }


// //
// // Flexslider.
// //

// .ie8 .flex-direction-nav a {
//   font-size: 80px;
//   line-height: 53px;
// }

// .ie8 .flexslider:hover .flex-next,
// .ie8 .flexslider:hover .flex-prev {
//   @include opacity(1);
// }


// //
// // Superfish dropdowns.
// //

// .ie8 .navbar .collapse {
//   overflow: visible;
// }