@charset "UTF-8";
@import url(../../js/libs/fb/jquery.fancybox.css);
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
div.flex_content-slider {
  position: relative; }
  div.flex_content-slider div.fcs-wrap {
    width: calc(100% - 52px);
    margin: 0 auto; }
    div.flex_content-slider div.fcs-wrap div.fcs-slide {
      width: 100%;
      padding: 0 13px; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item {
        width: 33.333%;
        padding-top: calc(33.333% - 17.33px);
        float: left;
        position: relative; }
        div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item div.fcswi-pic {
          height: 100%;
          background-position: inherit; }
          div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item div.fcswi-pic a {
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            border: 3px solid #0a9ba0; }
        div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item div.fcswi-content {
          pointer-events: none;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          background-color: rgba(10, 155, 160, 0.6);
          background-image: url("../images/lens.png");
          background-repeat: no-repeat;
          background-position: center 50px; }
          div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item div.fcswi-content p {
            font-size: 14px;
            color: #fff;
            position: absolute;
            padding: 0 14px 24px;
            bottom: 0;
            left: 0;
            text-align: center;
            line-height: 22px; }
        div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item > div {
          position: absolute;
          left: 0;
          top: 0;
          width: calc(100% - 17.33px);
          height: 100%; }
        div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item:hover div.fcswi-content {
          opacity: 1; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide > div.fcsw-item:nth-child(1) {
        padding-right: 17.33px; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide > div.fcsw-item:nth-child(2) {
        padding-left: 8.66px;
        padding-right: 8.66px; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide > div.fcsw-item:nth-child(3) {
        padding-left: 17.33px; }
  div.flex_content-slider div.fcs-pager {
    display: none;
    margin-top: 13px;
    text-align: center; }
    div.flex_content-slider div.fcs-pager span {
      cursor: default;
      margin-right: 15px;
      font-size: 0; }
      div.flex_content-slider div.fcs-pager span:before {
        font-size: 18px;
        color: #dcf1f2;
        content: "";
        font-family: "FontAwesome", sans-serif; }
      div.flex_content-slider div.fcs-pager span.cycle-pager-active:before {
        color: #0a9ba0; }
      div.flex_content-slider div.fcs-pager span:hover {
        cursor: pointer; }
      div.flex_content-slider div.fcs-pager span:last-child {
        margin: 0; }
  div.flex_content-slider div.fcs-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27px; }
    div.flex_content-slider div.fcs-nav span {
      display: block;
      width: 15px;
      height: 35px;
      background-repeat: no-repeat; }
      div.flex_content-slider div.fcs-nav span:hover {
        cursor: pointer; }
    div.flex_content-slider div.fcs-nav span.fcsn-prev {
      float: left;
      background-image: url("../images/cs-left.png"); }
    div.flex_content-slider div.fcs-nav span.fcsn-next {
      background-image: url("../images/cs-right.png");
      float: right; }

@media screen and (max-width: 767px) {
  div.flex_content-slider div.fcs-wrap {
    width: 95%; }
    div.flex_content-slider div.fcs-wrap div.fcs-slide > div.fcsw-item {
      width: 50%; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide > div.fcsw-item:nth-child(1) {
        padding-right: 6.66px; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide > div.fcsw-item:nth-child(2) {
        padding-left: 6.66px;
        padding-right: 0; } }
@media screen and (max-width: 479px) {
  div.flex_content-slider div.fcs-wrap {
    width: 90%;
    margin: 0 auto; }
    div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item {
      width: 100%; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item:nth-child(1) {
        padding-right: 0; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item:nth-child(2) {
        padding-left: 0; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item a {
        width: 100%;
        display: block; }
        div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item a img {
          width: 100%;
          height: auto; }
      div.flex_content-slider div.fcs-wrap div.fcs-slide div.fcsw-item div.fcswi-content {
        display: none; } }

/*# sourceMappingURL=flex_content-slider.css.map */
