@charset "utf-8";

.mc-gallery {
  max-width: 995px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 62px;
  overflow: hidden;
}

.mc-gallery .three-wide {
  overflow: hidden;
  border-top: 4px solid #f1f3f0;
  border-bottom: 4px solid #f1f3f0;
  padding: 29px 0 19px;
}

.style-gallery-carousel .title {
  text-align: center;
}
.style-gallery-carousel .title img {
  width: 341px;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.main-carousel {
  margin-bottom: 10px;
}

.row.mc-gallery h3 {
  margin-top: -37px;
  margin-bottom: 10px;
  background-color: white;
  display: block;
  position: relative;
  width: 220px;
  text-align: center;
  margin: 0 auto -20px auto;
}

.slides {
  position: relative;
}
.slides > li {
  position: relative;
  width: auto !important;
}
.slides > li a {
  display: block;
  height: 238px;
  overflow: hidden;
}
.carousel .slides > li img {
  height: 238px;
  width: auto;
  margin-right: 11px;
}

.flex-next, .flex-prev {
  position: absolute;
  top: 145px;
  right: 2px;
  display: block;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  background: url(http://marketing.modcloth.com/cms/home/static/gallery-nav-arrow.png) top left no-repeat;
  background-size: 100%;
  background-color: rgba(255,255,255,.4);
  opacity: .6;
  filter: alpha(opacity=60);
  border-radius: 20px;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
  outline: 0;
}

.flex-prev {
  left: 2px;
  right: auto;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.flex-next:hover, .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-disabled, .flex-disabled:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .flex-next {
    right: 10px
  }
  .flex-prev {
    left: 10px
  }
}
