/* CSS Document */

html.ie7 .large-1  { width: 8%;   }
html.ie7 .large-2  { width: 16%;  }
html.ie7 .large-3  { width: 25%;  }
html.ie7 .large-4  { width: 33%;  }
html.ie7 .large-5  { width: 41%;  }
html.ie7 .large-6  { width: 49%;  }
html.ie7 .large-7  { width: 58%;  }
html.ie7 .large-8  { width: 66%;  }
html.ie7 .large-9  { width: 74%;  }
html.ie7 .large-10 { width: 83%;  }
html.ie7 .large-11 { width: 91%;  }
html.ie7 .large-12 { width: 100%; }
html.ie7 .columns
{
float: left !important;
}
html.ie8 .columns {
    padding-left: 10px;
    padding-right: 10px;
}

html.ie8 .tab-bar.hide-for-large-up .row.collapse .columns{
    width: auto;
} 

html.ie7 #homeSlider ul {
    list-style: none;
    list-style-position: outside;
}
html.ie8 ul.large-block-grid-3 li, html.ie7 ul.large-block-grid-3 li {
    padding-left:  20px;
    padding-right: 20px;
}

html.ie7 #homeTestimonials {
    list-style: none;
}
html.ie7 #homeTestimonials li {
    clear: both
}

html.ie7 .show-for-large-up.fixed.stickyFoundation {
    display: block !important;
}
html.ie7 .tab-bar.hide-for-large-up {
    display: none !important;
}
html.ie7 .tab-bar.hide-for-large-up ul.dropdown li {
    background: green;
}
html.ie7 .right.menu-icons {
    display: none !important;
}