a,
body,
html,
div,
img,
li,
ul {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body { height: 100%; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ol,
ul { list-style: none; }

li { display: list-item; }

body { 
    max-width:1366px;
    margin-left:auto;
    margin-right:auto;
}

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }



.icon-arrow-a-left {
    background-position: 0 0;
    height: 50px;
    width: 50px;
    background: url(../../../Images/Ordering/LeftChevron.png) no-repeat;
    background-size: 28px 54px;
    background-position-y: center;
    background-position-x: center;
}

    .icon-arrow-a-left:hover,
    .icon-arrow-a-left.arrow-a-left_hover,
    .icon-arrow-a-left.arrow-a-left-hover {
        background-position: -60px 0;
        background: url(../../../Images/Ordering/LeftChevron.png) no-repeat;
        background-size: 28px 54px;
        background-position-y: center;
        background-position-x: center;
    }

.icon-arrow-a-right {
    background-position: -120px 0;
    height: 50px;
    width: 50px;
    background: url(../../../Images/Ordering/RightChevron.png) no-repeat;
    background-size: 28px 54px;
    background-position-y: center;
    background-position-x: center;
}

    .icon-arrow-a-right:hover,
    .icon-arrow-a-right.arrow-a-right-hover {
        background-position: -180px 0;
        background: url(../../../Images/Ordering/RightChevron.png) no-repeat;
        background-size: 28px 54px;
        background-position-y: center;
        background-position-x: center;
    }

html,
body {
  background: #fff;
  font: 12px/1.5 tahoma, helvetica, arial, \5b8b\4f53, sans-serif;
}

* html,
* html body {
  background-image: url(about:blank);
  background-attachment: fixed;
  zoom: 1;
}

a {
  color: #262626;
  text-decoration: none;
}

a:hover {
  color: #FF4503;
  text-decoration: underline;
}


#main {
  overflow: hidden;
  zoom: 1;
  position: relative;
}

/*#index_b_hero {
  width: 100%;
  height: 300px;
  margin: auto;
  position: relative;
}*/

/*Large Banners*/
#index_b_hero {
    width: 100%;
    height: 510px;
    margin: auto;
    position: relative;
}

#index_b_hero img {
    width: 100%;
    height: 300px;
}

#index_b_hero .heros {
  width: 100vw;
  height: 100vh;
}

#index_b_hero .hero-wrap {
  overflow: visible;
  position: absolute;
}

#index_b_hero .next,
#index_b_hero .prev {
  background-color:transparent;
  position: absolute;
  top: 0%;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 3;
   filter: alpha(Opacity=0);
  opacity: 0;
  height:100%;
}


#index_b_hero .next:hover,
#index_b_hero .prev:hover {
    background-color: transparent;
    filter: alpha(Opacity=30);
    opacity: 1;
}

#index_b_hero .next {
  margin: 0px 0px 0 0;
  right: 0px;
}

#index_b_hero .disabled { background-color: #eee; }

#index_b_hero .mask-left,
#index_b_hero .mask-right,
#index_b_hero .hero {
  background: #fff;
  padding: 0px;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100vw;
  max-width:1366px;
  height: auto;
  overflow: hidden;
  left: 1920px;
  margin-left:0px;
}

#index_b_hero .mask-right,
#index_b_hero .mask-left {
  z-index: 4;
  left: -1366px;
  filter: alpha(Opacity=50);
  opacity: .5;
  background: #fff;
  overflow: hidden;
}

#index_b_hero .mask-right { left: 1366px; }

#index_b_hero .active {
  z-index: 2;
  left: 0;
}

#index_b_hero li {
    touch-action: auto !important;
}


#AdvertisingScroller * {
    touch-action: auto !important;
}


