/* 
    Created on : 2017-04-26, 08:36:59
    Author     : Mariusz Andrzejewski <mariusz.andrzejewski@vobacom.pl>
*/
/* 
    Created on : 2017-04-26, 08:59:18
    Author     : Mariusz Andrzejewski <mariusz.andrzejewski@vobacom.pl>
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700,900&subset=latin-ext");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
#categories_block_top {
  clear: both;
  position: relative;
  top: 30px; }
  #categories_block_top .sf-menu {
    position: relative; }
    #categories_block_top .sf-menu > li {
      position: static; }
      #categories_block_top .sf-menu > li > ul {
        width: 100%;
        top: 60px;
        margin: 0 20px; }
        #categories_block_top .sf-menu > li > ul > li {
          display: block;
          float: left;
          width: 20%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 10px; }
        #categories_block_top .sf-menu > li > ul > .category_thumb {
          display: block;
          clear: both;
          overflow: hidden;
          width: 100%; }
          #categories_block_top .sf-menu > li > ul > .category_thumb img {
            display: inline-block;
            width: 33%; }
      #categories_block_top .sf-menu > li h4 a {
        font-size: 1.1em; }
        #categories_block_top .sf-menu > li h4 a:before {
          display: none; }
      #categories_block_top .sf-menu > li .main-level-submenus {
        position: relative;
        display: block !important;
        visibility: visible !important;
        top: 0;
        background: none;
        box-shadow: none;
        padding: 0;
        left: 0; }
    #categories_block_top .sf-menu .category_thumb {
      display: none; }

#categories_block_left {
  margin-bottom: 0; }
  #categories_block_left .block_content {
    padding-top: 3px;
    position: static; }
  #categories_block_left .block_content > ul {
    margin-bottom: 0; }
    @media only screen and (max-width: 1200px) {
      #categories_block_left .block_content > ul {
        display: none; } }
  #categories_block_left #categories-toggler {
    width: 100%;
    height: 30px;
    display: block;
    color: #000;
    position: relative;
    box-sizing: initial; }
    #categories_block_left #categories-toggler:before {
      position: absolute;
      top: 0;
      /*      left: percentage(1/6);*/
      content: "\f0c9";
      font-family: "FontAwesome";
      font-size: 25px; }
    @media only screen and (max-width: 768px) {
      #categories_block_left #categories-toggler {
        z-index: 30; } }
  #categories_block_left ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 315px;
    z-index: 30; }
    @media only screen and (max-width: 768px) {
      #categories_block_left ul {
        left: 0; } }
    @media only screen and (max-width: 468px) {
      #categories_block_left ul {
        width: 100%; } }
  #categories_block_left ul > li ul {
    display: none; }
  #categories_block_left ul > li > a:before {
    opacity: 0;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 4.5%;
    top: 0; }
  #categories_block_left li {
    position: relative; }
    #categories_block_left li a {
      color: #000;
      display: block;
      padding: 0px 10px 0px 8.33333%;
      border-bottom: 1px solid #f0f0f0;
      font-size: 1.04167vw;
      line-height: 1.1875vw;
      line-height: 59px; }
      @media only screen and (max-width: 1280px) {
        #categories_block_left li a {
          font-size: 18px;
          line-height: 20px; } }
      @media only screen and (max-width: 1750px) {
        #categories_block_left li a {
          line-height: 3.157916vw; } }
      @media only screen and (max-width: 1200px) {
        #categories_block_left li a {
          line-height: 59px; } }
      #categories_block_left li a .category-icon {
        display: inline-block;
        vertical-align: baseline;
        width: 16.66667%;
        min-width: 50px;
        text-align: center;
        margin-right: 10px; }
        #categories_block_left li a .category-icon img {
          width: 75%;
          height: auto;
          filter: none; }
    #categories_block_left li span.grower {
      display: block;
      background: #f6f6f6;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      font-family: "FontAwesome";
      font-size: 14px; }
      #categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
        content: "\f068";
        display: block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        color: #000;
        line-height: 30px;
        text-align: center; }
      #categories_block_left li span.grower.CLOSE:before {
        content: "\f067";
        color: silver; }
    #categories_block_left li span.grower:hover + a,
    #categories_block_left li a:hover,
    #categories_block_left li a.selected {
      background: #ff6c03;
      color: #fff; }
      #categories_block_left li span.grower:hover + a:before,
      #categories_block_left li a:hover:before,
      #categories_block_left li a.selected:before {
        opacity: 1; }
      #categories_block_left li span.grower:hover + a .category-icon img,
      #categories_block_left li a:hover .category-icon img,
      #categories_block_left li a.selected .category-icon img {
        filter: invert(100%);
        -webkit-filter: invert(100%);
        -moz-filter: invert(100%);
        -o-filter: invert(100%);
        -ms-filter: invert(100%); }
    #categories_block_left li li a {
      font-weight: normal;
      color: #777777; }
    #categories_block_left li.last .category-icon img {
      width: 50%; }

#left_column:not(.index) #categories_block_left {
  background: #fafafa;
  padding-top: 50px; }

#categories_block_home {
  margin-bottom: 0; }
  #categories_block_home > h2, #categories_block_home > p {
    text-align: center; }
  #categories_block_home > h2 {
    margin: 20px 0 0; }
    #categories_block_home > h2:after {
      content: '';
      display: block;
      width: 41px;
      height: 7px;
      margin: 20px auto 0px;
      background: url("../../../img/interface/border-dotted.png") no-repeat center; }
  #categories_block_home > p {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #78909c;
    font-weight: 700; }
  #categories_block_home #categories_block_scope li {
    margin-bottom: 4px;
    padding: 0 2px;
    overflow: hidden;
    perspective: 100%;
    -webkit-perspective: 100%;
    -moz-perspective: 100%; }
    @media only screen and (max-width: 620px) {
      #categories_block_home #categories_block_scope li {
        width: 100%; } }
    #categories_block_home #categories_block_scope li:hover .field-flip-front {
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    #categories_block_home #categories_block_scope li:hover .field-flip-back {
      -ms-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      transform: rotateY(360deg); }
    #categories_block_home #categories_block_scope li.categories-block-big .field-title,
    #categories_block_home #categories_block_scope li.categories-block-big .field-description-front {
      bottom: 7.05882%; }
    @media only screen and (max-width: 1600px) {
      #categories_block_home #categories_block_scope li.categories-block-big .field-description-back p {
        height: 14em;
        overflow: hidden;
        position: relative;
        /*  text-align: justify;*/
        /*  &:after {
            content: '...';
            position: absolute;
            bottom: 0;
            right: 0;
            background: white;
            padding: 5px;
          }*/ } }
    @media only screen and (max-width: 992px) {
      #categories_block_home #categories_block_scope li.categories-block-big .field-description-back p {
        height: auto; } }
    @media only screen and (max-width: 768px) {
      #categories_block_home #categories_block_scope li.categories-block-big .field-description-back p {
        height: 14em;
        overflow: hidden;
        position: relative;
        /*  text-align: justify;*/
        /*  &:after {
            content: '...';
            position: absolute;
            bottom: 0;
            right: 0;
            background: white;
            padding: 5px;
          }*/ } }
    @media only screen and (max-width: 1600px) {
      #categories_block_home #categories_block_scope li.categories-block-small .field-description-back p {
        height: 3.85em;
        overflow: hidden;
        position: relative;
        /*  text-align: justify;*/
        /*  &:after {
            content: '...';
            position: absolute;
            bottom: 0;
            right: 0;
            background: white;
            padding: 5px;
          }*/ } }
    @media only screen and (max-width: 992px) {
      #categories_block_home #categories_block_scope li.categories-block-small .field-description-back p {
        height: auto; } }
    @media only screen and (max-width: 768px) {
      #categories_block_home #categories_block_scope li.categories-block-small .field-description-back p {
        height: 3.85em;
        overflow: hidden;
        position: relative;
        /*  text-align: justify;*/
        /*  &:after {
            content: '...';
            position: absolute;
            bottom: 0;
            right: 0;
            background: white;
            padding: 5px;
          }*/ } }
  #categories_block_home #categories_block_scope .field {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media only screen and (max-width: 480px) {
      #categories_block_home #categories_block_scope .field.field-flip-front img {
        width: 100%; } }
    #categories_block_home #categories_block_scope .field.field-flip-back {
      z-index: 1;
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      transform: rotateY(180deg); }
  #categories_block_home #categories_block_scope .field-image {
    background: #000;
    position: relative; }
    #categories_block_home #categories_block_scope .field-image img {
      display: block;
      opacity: 0.5; }
      @media only screen and (max-width: 1200px) {
        #categories_block_home #categories_block_scope .field-image img {
          width: 100%;
          height: auto; } }
  #categories_block_home #categories_block_scope .field-title,
  #categories_block_home #categories_block_scope .field-description-front {
    position: absolute;
    bottom: 14.11765%;
    left: 14.11765%;
    z-index: 1; }
    #categories_block_home #categories_block_scope .field-title p, #categories_block_home #categories_block_scope .field-title h3,
    #categories_block_home #categories_block_scope .field-description-front p,
    #categories_block_home #categories_block_scope .field-description-front h3 {
      margin: 0; }
    #categories_block_home #categories_block_scope .field-title p,
    #categories_block_home #categories_block_scope .field-description-front p {
      font-size: 1.875vw;
      line-height: 2.1375vw;
      font-weight: 900;
      color: #ff6c03;
      max-width: 70%; }
      @media only screen and (max-width: 1280px) {
        #categories_block_home #categories_block_scope .field-title p,
        #categories_block_home #categories_block_scope .field-description-front p {
          font-size: 32.4px;
          line-height: 36px; } }
    #categories_block_home #categories_block_scope .field-title h3,
    #categories_block_home #categories_block_scope .field-description-front h3 {
      font-size: 2.91667vw;
      line-height: 3.325vw;
      font-weight: 900;
      color: #fff; }
      @media only screen and (max-width: 1280px) {
        #categories_block_home #categories_block_scope .field-title h3,
        #categories_block_home #categories_block_scope .field-description-front h3 {
          font-size: 50.4px;
          line-height: 56px; } }
  #categories_block_home #categories_block_scope .field-title {
    font-size: 2.91667vw;
    line-height: 3.325vw;
    font-weight: 900;
    color: #ff6c03; }
    @media only screen and (max-width: 1280px) {
      #categories_block_home #categories_block_scope .field-title {
        font-size: 50.4px;
        line-height: 56px; } }
    @media only screen and (max-width: 1600px) {
      #categories_block_home #categories_block_scope .field-title {
        display: none; } }
    @media only screen and (max-width: 1200px) {
      #categories_block_home #categories_block_scope .field-title {
        display: block; } }
    @media only screen and (max-width: 992px) {
      #categories_block_home #categories_block_scope .field-title {
        display: none; } }
    @media only screen and (max-width: 620px) {
      #categories_block_home #categories_block_scope .field-title {
        display: block; } }
    @media only screen and (max-width: 480px) {
      #categories_block_home #categories_block_scope .field-title {
        display: none; } }
  #categories_block_home #categories_block_scope .field-description-back {
    padding: 14.70588%;
    padding-left: 14.11765%; }
    #categories_block_home #categories_block_scope .field-description-back p {
      margin-bottom: 40px; }
      @media only screen and (max-width: 1200px) {
        #categories_block_home #categories_block_scope .field-description-back p {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 992px) {
        #categories_block_home #categories_block_scope .field-description-back p {
          margin-bottom: 40px; } }
    #categories_block_home #categories_block_scope .field-description-back a:before {
      content: ' ';
      position: absolute;
      height: 100%;
      width: calc(100% - 4px);
      top: 0;
      left: 0;
      box-shadow: 2px 0px 38px 0px rgba(0, 0, 0, 0.56);
      z-index: 10; }

.blockcategories_footer .category_footer ul {
  margin: 0; }

/*# sourceMappingURL=blockcategories.css.map */
