/**
 * Themes style settings
 * This file may be used by any other sass file
 * to provide global settings, functions and mixins
 */
/* Some general mixins useful for... ...stuff... */
/* resetters */
.zp_colour_fan {
  z-index: 2; }
  .zp_colour_fan * {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .zp_colour_fan .zp_colour_fan_title {
    text-align: center;
    line-height: 1; }
  .zp_colour_fan .zp_colour_fan_box {
    position: static;
    width: 100%;
    height: 100%; }
    .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element {
      position: absolute;
      top: 50%;
      right: -50%;
      left: 0;
      width: 50%;
      margin: auto;
      -ms-transform: rotate(270deg);
      transform: rotateZ(270deg);
      -ms-transform-origin: 2% 5%;
      transform-origin: 2% 5%;
      cursor: pointer; }
      .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element .zp_colour_fan_element_image {
        display: inline-block;
        height: 100%;
        width: 50%;
        transition: transform .7s;
        border-radius: 9px;
        box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.4); }
      .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element .zp_colour_fan_element_label {
        width: 50%;
        transition: opacity .4s, transform .7s;
        opacity: 0;
        text-align: left;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        display: none;
        position: absolute;
        left: 0;
        margin-top: 3px;
        margin-left: -10px;
        color: #ffffff; }
        .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element .zp_colour_fan_element_label.label-view {
          display: inline-block; }
      .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.exist-image:hover .zp_colour_fan_element_image {
        -ms-transform: translateX(40px);
            transform: translateX(40px);
        transition: transform .4s; }
        @media screen and (max-width: 400px) {
          .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.exist-image:hover .zp_colour_fan_element_image {
            -ms-transform: translateX(20px);
                transform: translateX(20px); } }
      .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.exist-image:hover .zp_colour_fan_element_label {
        -ms-transform: translateX(40px) rotate(180deg);
            transform: translateX(40px) rotate(180deg);
        opacity: 1;
        transition: opacity .4s, transform .4s; }
        @media screen and (max-width: 400px) {
          .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.exist-image:hover .zp_colour_fan_element_label {
            -ms-transform: translateX(20px) rotate(180deg);
                transform: translateX(20px) rotate(180deg); } }
      .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element:not(.exist-image):hover .zp_colour_fan_element_label {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        opacity: 1;
        transition: opacity .1s,transform .7s; }
      .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.active .zp_colour_fan_element_image {
        -ms-transform: translateX(40px);
            transform: translateX(40px); }
        @media screen and (max-width: 400px) {
          .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.active .zp_colour_fan_element_image {
            -ms-transform: translateX(20px);
                transform: translateX(20px); } }
      .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.active .zp_colour_fan_element_label {
        -ms-transform: translateX(40px) rotate(180deg);
            transform: translateX(40px) rotate(180deg);
        opacity: 1; }
        @media screen and (max-width: 400px) {
          .zp_colour_fan .zp_colour_fan_box .zp_colour_fan_element.active .zp_colour_fan_element_label {
            -ms-transform: translateX(20px) rotate(180deg);
                transform: translateX(20px) rotate(180deg); } }

/*# sourceMappingURL=colour-fan.css.map */
