/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 100px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: auto;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
}

.loopSlider ul {
    height: 100px;
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: 420px;
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

@media all and (min-width: 0px) {
  .loopSlider {
    max-width: 480px;
  }
}

@media all and (min-width: 420px) {
  .loopSlider {
    max-width: 600px;
  }
}

@media all and (min-width: 640px) {
  .loopSlider {
    max-width: 800px;
  }
}

@media all and (min-width: 920px) {
  .loopSlider {
    max-width: 1200px;
  }
}
