@CHARSET "UTF-8";
@media only screen and (min-width: 768px) {
  /* line 5, ../sass/rotator.scss */
  #rotator {
    width: 683px;
    height: 360px;
    position: relative;
  }

  /* line 10, ../sass/rotator.scss */
  #rotator .caption {
    position: absolute;
    z-index: 30;
    background: url("../images/home/rotator/caption.png");
    width: 683px;
    height: 35px;
    color: #fff;
    padding: 10px 0px 0px 10px;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
  }

  /* line 22, ../sass/rotator.scss */
  #rotator #slider {
    overflow: hidden;
    position: relative;
    width: 683px;
    height: 310px;
  }

  /* line 28, ../sass/rotator.scss */
  #rotator #slider .visuel {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
  }

  /* line 34, ../sass/rotator.scss */
  #rotator #menu {
    width: 683px;
    height: 52px;
    background: #424242;
  }

  /* line 40, ../sass/rotator.scss */
  #rotator #menu .title {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    width: 112px;
    color: #979797;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px !important;
    text-transform: uppercase;
    border-right: 1px solid #2d2d2d;
    height: 50px;
  }

  /* line 55, ../sass/rotator.scss */
  #rotator #menu .title .text {
    position: absolute;
    left: 0;
    padding: 3px;
    text-align: center;
    width: 112px;
    z-index: 20;
  }

  /* line 62, ../sass/rotator.scss */
  #rotator #menu .title:hover .text,
  #rotator #menu .title.selected .text {
    color: #fff;
  }

  /* line 66, ../sass/rotator.scss */
  #rotator #menu .hover {
    position: absolute;
    display: none;
    height: 76px;
    width: 133px;
    top: -18px;
    left: -7px;
    z-index: 10;
    background: url("../images/svg/item_carousel_hover.svg") top center no-repeat;
    background-size: 122px 80px;
  }

  /* line 76, ../sass/rotator.scss */
  #rotator #menu .title:hover .hover,
  #rotator #menu .title.selected .hover {
    display: block;
  }
}
