@charset "UTF-8";
/*
Theme Name: Doktor Ania Theme
Theme URI: https://doktorania.pl
Version: 1.0.2
Author: Widmo
Author URI: https://doktorania.pl

*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=latin-ext");
/*@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=latin-ext');*/
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,400i,700&subset=latin-ext");
/*$font2: 'Poiret One',
cursive;*/
/*------------------------------------*\
COLORS
\*------------------------------------*/
/*------------------------------------*\
EFFECTS 
\*------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes levitation {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@-webkit-keyframes levitation-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@keyframes levitation-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/*------------------------------------*\
RWD
\*------------------------------------*/
/*------------------------------------*\
MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font: 300 10px/1.6 "Roboto", sans-serif;
  color: #000;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%; }
  @media screen and (max-width: 800px) {
    body {
      overflow: auto; } }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #444;
  text-decoration: none; }

a:focus {
  outline: 0;
  text-decoration: none; }

a:hover,
a:active {
  outline: 0;
  text-decoration: none; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

h1 {
  font-size: 4.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

h2 {
  font-size: 3.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

h3 {
  font-size: 3rem;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

h4 {
  font-size: 2.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

h5 {
  font-size: 2.1rem;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

h6 {
  font-size: 1.7rem;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
.op-page__line, .op-page-full__line, .header__line, .training-loop .training-post__line, .article__line, .op-product-list__line, .op-product__line, .footer__line {
  height: 0.1rem;
  background: #444444;
  width: 100%;
  opacity: 0.3; }

.op-page__image img, .awarded-post .awarded__thumb img, .month-post .month__thumb img, .loop-post .post__thumb img, .training-loop .training-post__thumb img, .training-loop .training-post__image img, .article__thumb img, .op-product-list__thumb img, .op-product-list__image img, .op-product__image img, .post-widget__thumb img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.month-post__title, .loop-post__title, .widget-footer__title {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 8rem 0;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.awarded-post .awarded__title, .month-post .month__title, .month-post__title h1 span, .loop-post .post__title, .loop-post__title h1 span, .training-loop .training-post__title, .op-product-list__title, .widget-footer__title h3 span, .post-widget__title {
  font-weight: 400;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-family: "Muli", sans-serif; }

.month-post__title h1, .loop-post__title h1 {
  font-size: 5rem;
  margin: 0; }
  @media screen and (max-width: 800px) {
    .month-post__title h1, .loop-post__title h1 {
      font-size: 4rem; } }
  @media screen and (max-width: 600px) {
    .month-post__title h1, .loop-post__title h1 {
      font-size: 3rem; } }
  @media screen and (max-width: 460px) {
    .month-post__title h1, .loop-post__title h1 {
      font-size: 2.5rem; } }

.month-post__title h1 span:before, .month-post__title h1 span:after, .loop-post__title h1 span:before, .loop-post__title h1 span:after, .widget-footer__title h3 span:before, .widget-footer__title h3 span:after {
  background: #292929 none repeat scroll 0 0;
  content: "";
  height: 0.3rem;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: 18rem; }

.month-post__title h1 span:before, .loop-post__title h1 span:before, .widget-footer__title h3 span:before {
  left: 100%;
  margin-left: 15px; }

.month-post__title h1 span:after, .loop-post__title h1 span:after, .widget-footer__title h3 span:after {
  right: 100%;
  margin-right: 15px; }

.awarded-post .awarded:hover .awarded__thumb img, .month-post .month:hover .month__thumb img, .loop-post .post:hover .post__thumb img, .training-loop .training-post__image li:hover .___thumb img, .op-product-list__image li:hover .___thumb img, .post-widget:hover .post-widget__thumb img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

.slide-nav__menu, .slide-nav__submenu {
  list-style: none;
  margin: 0;
  padding: 0; }

.slide-nav__menu__show-submenu, .slide-nav__close {
  color: #000;
  position: absolute;
  right: 5%;
  cursor: pointer;
  padding: 1.4rem;
  margin-top: -5rem; }

.op-page__icon, .op-page-full__icon, .op-product__icon {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 0 0; }
  @media screen and (max-width: 800px) {
    .op-page__icon, .op-page-full__icon, .op-product__icon {
      display: none; } }

.op-page__icon a, .op-page-full__icon a, .header__section a, .op-product__icon a, .footer__section a {
  display: inline-block;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .op-page__icon a, .op-page-full__icon a, .header__section a, .op-product__icon a, .footer__section a {
      margin-bottom: 4rem; } }

.op-page__icon span.icon, .op-page-full__icon span.icon, .header__section span.icon, .op-product__icon span.icon, .footer__section span.icon {
  font-size: 3rem;
  border-radius: 10rem;
  border: 0.1rem solid #000;
  padding: 1rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  @media screen and (max-width: 1440px) {
    .op-page__icon span.icon, .op-page-full__icon span.icon, .header__section span.icon, .op-product__icon span.icon, .footer__section span.icon {
      font-size: 2rem;
      width: 6rem;
      height: 6rem; } }
  @media screen and (max-width: 800px) {
    .op-page__icon span.icon, .op-page-full__icon span.icon, .header__section span.icon, .op-product__icon span.icon, .footer__section span.icon {
      font-size: 4rem;
      width: 10rem;
      height: 10rem; } }

.op-page__icon span.icon-start, .op-page-full__icon span.icon-start, .header__section span.icon-start, .op-product__icon span.icon-start, .footer__section span.icon-start {
  border: 0.1rem solid #fbbc05;
  color: #fbbc05; }

.op-page__icon span.icon-blog, .op-page-full__icon span.icon-blog, .header__section span.icon-blog, .op-product__icon span.icon-blog, .footer__section span.icon-blog {
  border: 0.1rem solid #4285f4;
  color: #4285f4; }

.op-page__icon span.icon-book, .op-page-full__icon span.icon-book, .header__section span.icon-book, .op-product__icon span.icon-book, .footer__section span.icon-book {
  border: 0.1rem solid #34a853;
  color: #34a853; }

.op-page__icon span.icon-course, .op-page-full__icon span.icon-course, .header__section span.icon-course, .op-product__icon span.icon-course, .footer__section span.icon-course {
  border: 0.1rem solid #ea4335;
  color: #ea4335; }

.op-page__icon a:hover span.icon, .op-page-full__icon a:hover span.icon, .header__section a:hover span.icon, .op-product__icon a:hover span.icon, .footer__section a:hover span.icon {
  background: #000;
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.op-page__icon a:hover span.icon-start, .op-page-full__icon a:hover span.icon-start, .header__section a:hover span.icon-start, .op-product__icon a:hover span.icon-start, .footer__section a:hover span.icon-start {
  background: #fbbc05;
  color: #fff; }

.op-page__icon a:hover span.icon-blog, .op-page-full__icon a:hover span.icon-blog, .header__section a:hover span.icon-blog, .op-product__icon a:hover span.icon-blog, .footer__section a:hover span.icon-blog {
  background: #4285f4;
  color: #fff; }

.op-page__icon a:hover span.icon-book, .op-page-full__icon a:hover span.icon-book, .header__section a:hover span.icon-book, .op-product__icon a:hover span.icon-book, .footer__section a:hover span.icon-book {
  background: #34a853;
  color: #fff; }

.op-page__icon a:hover span.icon-course, .op-page-full__icon a:hover span.icon-course, .header__section a:hover span.icon-course, .op-product__icon a:hover span.icon-course, .footer__section a:hover span.icon-course {
  background: #ea4335;
  color: #fff; }

.op-page__icon .icon__position, .op-page-full__icon .icon__position, .header__section .icon__position, .op-product__icon .icon__position, .footer__section .icon__position {
  width: 7rem;
  display: block;
  margin: 0 auto; }
  .op-page__icon .icon__position::after, .op-page-full__icon .icon__position::after, .header__section .icon__position::after, .op-product__icon .icon__position::after, .footer__section .icon__position::after {
    display: block;
    content: "";
    clear: both; }
  @media screen and (max-width: 1440px) {
    .op-page__icon .icon__position, .op-page-full__icon .icon__position, .header__section .icon__position, .op-product__icon .icon__position, .footer__section .icon__position {
      width: 6rem; } }
  @media screen and (max-width: 800px) {
    .op-page__icon .icon__position, .op-page-full__icon .icon__position, .header__section .icon__position, .op-product__icon .icon__position, .footer__section .icon__position {
      width: 10rem; } }

.op-page__icon span, .op-page-full__icon span, .header__section span, .op-product__icon span, .footer__section span {
  font-size: 1.8rem;
  opacity: 1;
  text-transform: lowercase; }

.op-page__icon span.icons__text, .op-page-full__icon span.icons__text, .header__section span.icons__text, .footer__section span.icons__text {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 2.5; }

.op-page, .op-product {
  width: 100%;
  float: left;
  max-height: 100vh;
  max-width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  @media screen and (max-width: 800px) {
    .op-page, .op-product {
      max-width: 100%;
      height: 100%;
      display: block;
      margin: 3rem 0;
      max-height: 100%; }
      .op-page::after, .op-product::after {
        display: block;
        content: "";
        clear: both; } }

.op-page__container, .op-page-full__container, .training-loop .training-post__container, .op-product-list__container, .op-product__container {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .op-page__container, .op-page-full__container, .training-loop .training-post__container, .op-product-list__container, .op-product__container {
      width: 90%; } }

.op-page__header h1, .op-page__header h2, .op-page-full__header h1, .training-loop .training-post__header h1, .op-product-list__header h1, .op-product__header h1 {
  font-size: 7rem;
  font-weight: 200;
  margin: 0;
  line-height: 1;
  padding: 0 0 1rem 0; }
  @media screen and (max-width: 1440px) {
    .op-page__header h1, .op-page__header h2, .op-page-full__header h1, .training-loop .training-post__header h1, .op-product-list__header h1, .op-product__header h1 {
      font-size: 6rem; } }
  @media screen and (max-width: 800px) {
    .op-page__header h1, .op-page__header h2, .op-page-full__header h1, .training-loop .training-post__header h1, .op-product-list__header h1, .op-product__header h1 {
      font-size: 4rem;
      text-align: center; } }
  @media screen and (max-width: 460px) {
    .op-page__header h1, .op-page__header h2, .op-page-full__header h1, .training-loop .training-post__header h1, .op-product-list__header h1, .op-product__header h1 {
      font-size: 3rem;
      text-align: center; } }

.op-page__text, .op-page__shop, .op-page-full__text, .op-product__text {
  font-size: 1.8rem;
  margin: 2rem 0;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto; }
  @media screen and (max-width: 1024px) {
    .op-page__text, .op-page__shop, .op-page-full__text, .op-product__text {
      max-height: 30vh; } }
  @media screen and (max-width: 800px) {
    .op-page__text, .op-page__shop, .op-page-full__text, .op-product__text {
      max-height: 100%; } }

.op-page__text--height, .op-page-full__text--height, .op-product__text--height {
  height: 30rem;
  width: 100%;
  overflow-y: auto; }
  @media screen and (max-width: 800px) {
    .op-page__text--height, .op-page-full__text--height, .op-product__text--height {
      height: 100%; } }

.op-page__image, .training-loop .training-post__image, .op-product-list__image, .op-product__image {
  width: 100%;
  float: left;
  height: 100%;
  max-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 35%;
  overflow: hidden;
  position: relative;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .op-page__image, .training-loop .training-post__image, .op-product-list__image, .op-product__image {
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      height: auto; } }

.awarded-post, .loop-post {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex; }

.loop-post .post {
  max-width: 100%;
  width: calc((100%/3) - 2rem);
  position: relative;
  margin: 1rem;
  display: block; }
  @media screen and (max-width: 800px) {
    .loop-post .post {
      width: calc((100%/2) - 2rem); } }
  @media screen and (max-width: 600px) {
    .loop-post .post {
      width: calc(100% - 2rem); } }

.loop-post .post__thumb {
  width: 100%;
  height: 37rem;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .loop-post .post__thumb {
      height: 27rem; } }
  @media screen and (max-width: 800px) {
    .loop-post .post__thumb {
      height: 30rem; } }

.loop-post .post__content {
  position: absolute;
  padding: 2.5rem;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0); }

.loop-post .post__hover {
  position: absolute;
  padding: 2.5rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 244, 244, 0.8);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  @media screen and (max-width: 800px) {
    .loop-post .post__hover {
      display: none; } }

.loop-post .post__excerpt {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
  font-weight: 400; }

.loop-post .post__more {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0; }

.direction__prev, .direction__next {
  display: block;
  position: absolute;
  bottom: calc(50% - 2rem);
  z-index: 10;
  font-size: 4rem;
  color: #fff;
  text-shadow: 1px 1px 5px #444444;
  border-radius: 0.1rem; }

.k-container {
  width: 100%;
  margin: 0 auto;
  clear: both;
  max-width: 1170px; }
  .k-container--max {
    max-width: 100%; }
  .k-container--margin {
    margin-top: 3rem; }
  .k-container--margin-full {
    margin: 5rem auto; }
  @media screen and (max-width: 1024px) {
    .k-container {
      width: 95%; }
      .k-container--max {
        width: 100%; } }

.left {
  width: calc(100% - 36rem);
  float: left;
  padding-right: 5rem; }
  @media screen and (max-width: 1024px) {
    .left {
      width: calc(100% - 33rem);
      padding-right: 2rem; } }
  @media screen and (max-width: 800px) {
    .left {
      width: 100%;
      padding-right: 0; } }

.right {
  width: 36rem;
  float: left; }
  @media screen and (max-width: 1024px) {
    .right {
      width: 33rem; } }
  @media screen and (max-width: 800px) {
    .right {
      display: none; } }

@media screen and (max-width: 1024px) {
  .op-page__text {
    font-size: 1.6rem; } }
.op-page__text p {
  margin: 0 0 2rem 0; }
  .op-page__text p:last-child {
    margin: 0; }
.op-page__shop {
  max-height: 100%; }
  @media screen and (max-width: 1024px) {
    .op-page__shop {
      font-size: 1.6rem; } }
  .op-page__shop p {
    margin: 0 0 2rem 0; }
    .op-page__shop p:last-child {
      margin: 0; }
  .op-page__shop .page-description {
    margin-bottom: 3rem; }
.op-page__icon--block {
  display: block; }
.op-page__icon a {
  width: calc(100%/5); }
  @media screen and (max-width: 800px) {
    .op-page__icon a {
      width: 100%; } }
@media screen and (max-width: 1280px) {
  .op-page__icon span {
    font-size: 1.8; } }
@media screen and (max-width: 1024px) {
  .op-page__icon span {
    font-size: 1.5rem; } }

.slide::after {
  display: block;
  content: "";
  clear: both; }

.slide:nth-of-type(even) .op-page--nextpage,
.slide:nth-of-type(even) .op-page__image--nextpage {
  float: right; }

body > .mCSB_inside > .mCSB_container {
  margin: 0; }

.op-page-full {
  width: 100%;
  float: left;
  max-width: 100%;
  margin: 8rem 0; }
  @media screen and (max-width: 1024px) {
    .op-page-full {
      margin: 4rem 0; } }
  @media screen and (max-width: 800px) {
    .op-page-full {
      margin: 3rem 0; } }
  @media screen and (max-width: 1024px) {
    .op-page-full__header h1 {
      font-size: 6rem; } }
  @media screen and (max-width: 800px) {
    .op-page-full__header h1 {
      font-size: 6rem;
      text-align: center; } }
  .op-page-full__header h3 {
    margin: 0; }
  .op-page-full__text {
    max-height: 100%; }
    @media screen and (max-width: 1024px) {
      .op-page-full__text {
        font-size: 1.6rem; } }
    .op-page-full__text p {
      margin: 0 0 2rem 0; }
      .op-page-full__text p:last-child {
        margin: 0; }
  .op-page-full__icon a {
    width: calc(100%/5); }
    @media screen and (max-width: 1680px) {
      .op-page-full__icon a {
        margin: 0 3%; } }
  @media screen and (max-width: 1280px) {
    .op-page-full__icon span {
      font-size: 1.8; } }
  @media screen and (max-width: 1024px) {
    .op-page-full__icon span {
      font-size: 1.5rem; } }
  @media screen and (max-width: 1024px) {
    .op-page-full__icon span.icon {
      font-size: 2rem;
      width: 5rem;
      height: 5rem; } }

.header {
  background-color: #fff;
  width: 100%; }
  .header__logo {
    width: auto;
    max-width: 70%;
    float: left;
    padding-right: 5%;
    height: 11rem; }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
        height: 100%;
        padding: 2rem 0 1rem; } }
    .header__logo h1 {
      font-size: 7rem;
      text-align: left;
      margin: 0;
      font-family: "Muli", sans-serif;
      font-weight: 200;
      line-height: 1.58; }
      @media screen and (max-width: 800px) {
        .header__logo h1 {
          font-size: 6rem;
          line-height: 1;
          text-align: center; } }
      @media screen and (max-width: 460px) {
        .header__logo h1 {
          font-size: 5rem; } }
    .header__logo--s h1 {
      font-size: 5rem;
      line-height: 2.2; }
  .header__section {
    width: auto;
    display: flex;
    justify-content: flex-end;
    height: 11rem;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .header__section {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        height: 100%;
        padding: 1rem 0 2rem; } }
    .header__section a {
      padding: 0 1rem;
      margin: 0;
      height: 7rem; }
      @media screen and (max-width: 460px) {
        .header__section a {
          padding: 0 0.2rem; } }
    .header__section .icon__position {
      width: 5rem; }
    .header__section span {
      font-size: 1.2rem; }
      @media screen and (max-width: 460px) {
        .header__section span {
          display: none; } }
      .header__section span.icon {
        font-size: 2rem;
        padding: 1rem;
        width: 5rem;
        height: 5rem; }
  .header__nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px; }
    @media screen and (max-width: 1024px) {
      .header__nav {
        width: 95%; } }
    @media screen and (max-width: 800px) {
      .header__nav {
        display: none; } }
    .header__nav ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: start;
      align-items: flex-start; }
      .header__nav ul li {
        display: flex;
        position: relative; }
        .header__nav ul li:last-child {
          margin-left: 0; }
        .header__nav ul li:nth-last-child(2) {
          margin-left: auto; }
        .header__nav ul li a {
          color: #000;
          text-decoration: none;
          font-size: 2rem;
          font-weight: 400;
          font-weight: 300;
          padding: 0.5rem 1rem;
          display: block;
          -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
          -ms-transition: all 500ms ease-in-out;
          -o-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out; }
          .header__nav ul li a:hover {
            box-shadow: inset 0px -2px 0px 0px #c7c7c7;
            color: #444444;
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out; }
        .header__nav ul li.current-menu-item a {
          box-shadow: inset 0px -2px 0px 0px #c7c7c7;
          color: #444444; }
        .header__nav ul li .sub-menu {
          display: none; }
        .header__nav ul li.search-link {
          cursor: pointer; }
        .header__nav ul li.category-link {
          cursor: pointer; }
    .header__nav--fix--js-fixed {
      top: 0;
      position: fixed;
      height: auto;
      width: 100%;
      float: left;
      z-index: 99;
      background: #fff;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
  .header__nav-rwd {
    display: none;
    color: #000;
    cursor: pointer;
    line-height: 4rem;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.05px;
    background: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 0.1rem solid #c7c7c7; }
    @media screen and (max-width: 800px) {
      .header__nav-rwd {
        display: block; } }
    .header__nav-rwd__menu {
      width: 100%;
      float: left;
      font-size: 2.4rem; }
    .header__nav-rwd__search {
      width: 15%;
      float: right;
      position: absolute;
      right: 0;
      font-size: 2rem;
      line-height: 3.9rem; }
    .header__nav-rwd--js-fixed {
      position: fixed;
      height: auto;
      top: 0;
      position: fixed;
      height: auto;
      width: 100%;
      float: left;
      z-index: 99;
      background: #fff;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
  .header__line {
    float: left; }

.nav-category {
  position: relative; }
  .nav-category::after {
    display: block;
    content: "";
    clear: both; }
  .nav-category ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-category ul li {
      width: calc(100%/5);
      float: left; }
      .nav-category ul li a {
        font-size: 1.8rem;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
        .nav-category ul li a:hover {
          box-shadow: inset 0px -2px 0px 0px #c7c7c7;
          -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
          -ms-transition: all 500ms ease-in-out;
          -o-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out; }
  .nav-category .close-category {
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 2rem;
    top: -2rem; }

.slide-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s; }
  .slide-nav__menu {
    transition: 0.2s;
    opacity: 0; }
    .slide-nav__menu li {
      width: 100%;
      text-align: center; }
      .slide-nav__menu li a {
        color: #000;
        font-size: 2rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        display: block;
        padding: 1rem 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        border-bottom: 1px solid #c7c7c7;
        text-decoration: none; }
    .slide-nav__menu__show-submenu {
      font-size: 2rem; }
  .slide-nav__submenu {
    -webkit-box-shadow: inset 0 0 5px 0 #c7c7c7;
    -moz-box-shadow: inset 0 0 5px 0 #c7c7c7;
    box-shadow: inset 0 0 5px 0 #c7c7c7;
    background: #fff; }
    .slide-nav__submenu li a {
      font-size: 1.8rem;
      border-bottom: 1px solid #c7c7c7;
      margin: 0 0.5rem; }
      .slide-nav__submenu li a:hover {
        /* @extend %nav-a-hover;*/ }
  .slide-nav__close {
    font-size: 3rem; }
  .slide-nav__widget {
    width: 100%;
    float: left;
    margin-top: 2rem;
    padding: 0 2rem;
    text-align: center; }

/*------------------------------------*\
POST & LOOP POST
\*------------------------------------*/
.awarded-post {
  margin-top: 0.4rem; }
  .awarded-post .awarded {
    max-width: 100%;
    width: calc((100%/3) - 2rem);
    position: relative;
    margin: 1rem; }
    @media screen and (max-width: 800px) {
      .awarded-post .awarded {
        width: calc((100%/2) - 2rem); } }
    @media screen and (max-width: 460px) {
      .awarded-post .awarded {
        width: calc(100% - 2rem); } }
    .awarded-post .awarded__thumb {
      width: 100%;
      height: 37rem;
      overflow: hidden; }
      @media screen and (max-width: 1440px) {
        .awarded-post .awarded__thumb {
          height: 27rem; } }
      @media screen and (max-width: 1024px) {
        .awarded-post .awarded__thumb {
          height: 22rem; } }
      .awarded-post .awarded__thumb img {
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out; }
    .awarded-post .awarded__content {
      position: absolute;
      padding: 2.5rem;
      bottom: 0;
      width: 100%;
      height: auto;
      opacity: 1;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0); }
    .awarded-post .awarded__hover {
      position: absolute;
      padding: 2.5rem;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(244, 244, 244, 0.8);
      opacity: 0;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
    .awarded-post .awarded:hover .awarded__thumb img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
    .awarded-post .awarded:hover .awarded__hover {
      opacity: 1; }
    .awarded-post .awarded:hover .awarded__content {
      opacity: 0; }
      @media screen and (max-width: 800px) {
        .awarded-post .awarded:hover .awarded__content {
          opacity: 1; } }
    .awarded-post .awarded__title {
      font-size: 3.2rem;
      line-height: 1.2;
      color: #000;
      font-weight: 400; }
      .awarded-post .awarded__title--small {
        font-size: 2.5rem;
        color: #fff;
        text-shadow: 1px 1px 10px #000; }
    .awarded-post .awarded__excerpt {
      font-size: 1.8rem;
      line-height: 1.2;
      color: #000;
      font-weight: 400; }
    .awarded-post .awarded__more {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      margin-left: -2.5rem; }

.month-post .month {
  max-width: 100%;
  width: 100%;
  position: relative; }
  .month-post .month__thumb {
    width: 100%;
    height: 60rem;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .month-post .month__thumb {
        height: 50rem; } }
    @media screen and (max-width: 800px) {
      .month-post .month__thumb {
        height: 40rem; } }
    @media screen and (max-width: 600px) {
      .month-post .month__thumb {
        height: 35rem; } }
    .month-post .month__thumb img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
  .month-post .month__content {
    position: absolute;
    padding: 2.5rem;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0); }
  .month-post .month__hover {
    position: absolute;
    padding: 2.5rem;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.8);
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .month-post .month:hover .month__thumb img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }
  .month-post .month:hover .month__hover {
    opacity: 1; }
  .month-post .month:hover .month__content {
    opacity: 0; }
    @media screen and (max-width: 800px) {
      .month-post .month:hover .month__content {
        opacity: 1; } }
  .month-post .month__title {
    font-size: 5.5rem;
    line-height: 1.2;
    color: #000;
    font-weight: 400; }
    .month-post .month__title--small {
      font-size: 4.5rem;
      color: #fff;
      text-shadow: 1px 1px 10px #000; }
      @media screen and (max-width: 600px) {
        .month-post .month__title--small {
          font-size: 3.5rem; } }
      @media screen and (max-width: 460px) {
        .month-post .month__title--small {
          font-size: 3rem; } }
  .month-post .month__excerpt {
    font-size: 2.3rem;
    line-height: 1.2;
    color: #000;
    font-weight: 400; }
  .month-post .month__more {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    margin-left: -2.5rem; }

.loop-post .post__thumb img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }
.loop-post .post:hover .post__thumb img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }
.loop-post .post:hover .post__hover {
  opacity: 1; }
.loop-post .post:hover .post__content {
  opacity: 0; }
  @media screen and (max-width: 800px) {
    .loop-post .post:hover .post__content {
      opacity: 1; } }
.loop-post .post__title {
  font-size: 3rem;
  line-height: 1.2;
  color: #000;
  font-weight: 400; }
  .loop-post .post__title--small {
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 1px 1px 10px #000; }
.loop-post__title--archive {
  margin: 4rem 0; }
.loop-post--margin {
  margin-top: 5rem; }

.news-loop {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 999;
  width: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    .news-loop {
      position: relative;
      margin-bottom: 3rem;
      margin-top: 1rem; } }

.news:first-of-type .news__title--archive {
  margin-top: 0; }
.news__bg {
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1.5rem;
  position: relative;
  padding: 2rem;
  border-radius: 1rem; }
  .news__bg--active {
    display: block; }
    .news__bg--active:first-of-type:before {
      content: 'Aktualności';
      position: absolute;
      top: -1.8rem;
      font-size: 2rem;
      text-shadow: 1px 1px 10px #000; }
  .news__bg--disabled {
    display: none; }
  .news__bg--before:before {
    content: 'Aktualności';
    position: absolute;
    top: -1.8rem;
    font-size: 2rem;
    text-shadow: 1px 1px 10px #000; }
.news__title {
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5); }
  .news__title--archive {
    font-size: 2.8rem;
    border: bottom 0;
    margin-top: 2rem; }
.news__content {
  font-size: 1.4rem;
  line-height: 1.3; }
  .news__content--archive {
    font-size: 1.6rem;
    padding-bottom: 2rem; }
  .news__content p {
    margin: 0; }
.news__bottom {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 0.5rem; }
  .news__bottom a {
    color: #fff; }
    .news__bottom a:hover {
      color: #fff;
      text-decoration: underline; }
.news__close {
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: -1rem;
  background-color: #000;
  padding: 0.5rem;
  border-radius: 10rem;
  cursor: pointer; }

.training-loop {
  display: flex;
  flex-flow: row wrap;
  justify-content: start; }
  .training-loop .training-post {
    margin: 0 4rem 4rem 0;
    width: calc((100% - 8rem)/3); }
    .training-loop .training-post:nth-child(3n) {
      margin: 0 0 4rem 0; }
    @media screen and (max-width: 800px) {
      .training-loop .training-post {
        width: 100% !important;
        margin: 2rem 0;
        height: auto; } }
    .training-loop .training-post__thumb {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 1em;
      box-shadow: none; }
      @media screen and (max-width: 800px) {
        .training-loop .training-post__thumb {
          height: auto; } }
      .training-loop .training-post__thumb img {
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out; }
    .training-loop .training-post__content {
      bottom: 0;
      width: 100%;
      height: auto; }
    .training-loop .training-post__title {
      font-size: 2.5rem;
      line-height: 1.2;
      color: #000;
      font-weight: 400;
      text-align: center; }
      @media screen and (max-width: 600px) {
        .training-loop .training-post__title {
          font-size: 1.5rem; } }
      @media screen and (max-width: 460px) {
        .training-loop .training-post__title {
          font-size: 1.5rem; } }
    .training-loop .training-post__image li:hover .___thumb img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
    .training-loop .training-post__image li:hover .op-product-list__hover {
      opacity: 1; }
    .training-loop .training-post__image li:hover .op-product-list__content {
      opacity: 0; }
      @media screen and (max-width: 800px) {
        .training-loop .training-post__image li:hover .op-product-list__content {
          opacity: 1; } }

/*------------------------------------*\
SINGLE
\*------------------------------------*/
.article {
  font-size: 1.8rem;
  line-height: 1.4; }
  .article p {
    margin-bottom: 2rem; }
  .article img {
    width: 100%;
    height: auto; }
  .article__thumb {
    width: 100%;
    min-width: 100%;
    height: auto; }
  .article__title {
    font-family: "Muli", sans-serif;
    width: 100%;
    font-size: 4.5rem;
    text-align: left;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    clear: both;
    padding: 1rem 0 2rem 0;
    font-weight: 300; }
  .article__date {
    font-size: 1.4rem;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: -0.5rem;
    margin-bottom: 2.5rem; }
  .article__tax {
    font-size: 1.5rem; }
  .article__line {
    margin: 2rem 0;
    float: left; }
    .article__line--no-margin {
      margin: 0 0 2rem 0; }

/*------------------------------------*\
list-PRODUCT
\*------------------------------------*/
.slider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .slider article {
    float: left; }
    .slider article:hover .slider__image img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
  .slider__wrapper {
    position: relative;
    clear: both;
    margin-bottom: 2rem; }
    .slider__wrapper:hover .direction__prev {
      opacity: 0.6;
      left: 1rem;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .slider__wrapper:hover .direction__prev:hover {
        color: #fff;
        box-shadow: 0 0 0 rgba(25, 166, 203, 0) inset; }
    .slider__wrapper:hover .direction__next {
      opacity: 0.6;
      right: 1rem;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .slider__wrapper:hover .direction__next:hover {
        color: #fff;
        box-shadow: 0 0 0 rgba(25, 166, 203, 0) inset; }
    .slider__wrapper:hover .pager__item {
      background: rgba(255, 255, 255, 0.6);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .slider__wrapper:hover .pager__item--active {
        background: #fff;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
  .slider__body {
    visibility: hidden;
    height: 0; }
    .slider__body article {
      padding: 0; }
  .slider__pager {
    display: none; }
  .slider__image {
    width: 100%; }
    @media screen and (max-width: 1440px) {
      .slider__image {
        height: 26.5rem; } }
    @media screen and (max-width: 1440px) {
      .slider__image {
        height: 23.6rem; } }
    @media screen and (max-width: 800px) {
      .slider__image {
        height: 20rem; } }
    @media screen and (max-width: 460px) {
      .slider__image {
        height: 28.5rem; } }
    .slider__image img {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
      .slider__image img a {
        display: block;
        width: 100%;
        height: 100%; }
  .slider__direction {
    width: 100%; }

.direction__prev {
  padding: 0rem 1.4rem 0 1rem;
  left: 6rem;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
  box-shadow: 0 0 0 rgba(25, 166, 203, 0) inset; }
.direction__next {
  right: 6rem;
  padding: 0rem 1rem 0 1.4rem;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
  box-shadow: 0 0 0 rgba(25, 166, 203, 0) inset; }

.op-product-list {
  width: 100%;
  float: left;
  max-width: 100%;
  margin: 8rem 0; }
  .op-product-list__thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    margin: 0; }
    @media screen and (max-width: 800px) {
      .op-product-list__thumb {
        height: auto; } }
    .op-product-list__thumb img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
  .op-product-list__title {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000;
    font-weight: 400; }
    @media screen and (max-width: 600px) {
      .op-product-list__title {
        font-size: 3rem; } }
    @media screen and (max-width: 460px) {
      .op-product-list__title {
        font-size: 2.5rem; } }
    .op-product-list__title--small {
      font-size: 3rem;
      color: #fff;
      text-shadow: 1px 1px 10px #000; }
      @media screen and (max-width: 600px) {
        .op-product-list__title--small {
          font-size: 2.5rem; } }
      @media screen and (max-width: 460px) {
        .op-product-list__title--small {
          font-size: 2rem; } }
  .op-product-list__image li:hover .___thumb img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }
  .op-product-list__image li:hover .op-product-list__hover {
    opacity: 1; }
  .op-product-list__image li:hover .op-product-list__content {
    opacity: 0; }
    @media screen and (max-width: 800px) {
      .op-product-list__image li:hover .op-product-list__content {
        opacity: 1; } }

ul.products {
  display: flex;
  flex-flow: row wrap;
  justify-content: start; }

.woocommerce .products ul::before, .woocommerce ul.products::before {
  clear: both;
  display: none; }

.woocommerce .products ul::after, .woocommerce ul.products::after {
  clear: both;
  display: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 4rem 4rem 0;
  width: calc((100% - 12rem)/4); }
  .woocommerce ul.products li.product:nth-child(4n),
  .woocommerce-page ul.products li.product:nth-child(4n) {
    margin: 0 0 4rem 0; }
  @media screen and (max-width: 800px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 100% !important;
      margin: 2rem 0;
      height: auto; } }

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin: 0; }
  @media screen and (max-width: 600px) {
    .woocommerce ul.products li.last,
    .woocommerce-page ul.products li.last {
      margin: 2rem 0; } }

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0; }

.woocommerce ul.products li.product a img {
  max-height: 100%;
  margin: 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 2rem; }

.woocommerce ul.products li.product .price {
  font-size: 1.6rem;
  color: #000; }

.products-list a.button {
  background: transparent;
  padding: 0;
  font-size: 1.6rem;
  display: block;
  margin-bottom: .5em;
  line-height: 1.4;
  text-align: right;
  color: green; }
  .products-list a.button:hover {
    background: transparent; }

.woocommerce span.onsale {
  font-weight: 400;
  padding: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #bd0101;
  border-radius: 0;
  min-height: auto; }

.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2 {
  width: 100% !important; }

.woocommerce form .form-row textarea {
  padding: 1rem;
  height: 8rem;
  min-height: auto;
  line-height: 1; }

.wc_payment_methods img {
  width: auto; }

h3#ship-to-different-address {
  font-size: 2rem;
  margin-left: 0.5rem; }

.coupon {
  width: 100%;
  margin-bottom: 1rem; }

input#coupon_code {
  width: calc(100% - 17rem);
  padding: 0.8rem; }

#order_review .shop_table thead {
  display: none; }
#order_review .shop_table tr.cart_item {
  display: none; }

.woocommerce ul.products li.product .button {
  margin: 0; }

.products-list .price-da {
  width: calc((100% - 1rem)/2);
  float: left;
  margin-top: 1rem; }

.products-list .add-to-cart-da {
  width: calc((100% - 1rem)/2);
  float: left;
  margin-top: 1rem; }

a.showlogin {
  font-weight: bold; }

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: none; }

.woocommerce-checkout .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: row wrap; }

.woocommerce-checkout .col-md-6 {
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .woocommerce-checkout .col-md-6 {
      width: 100%; } }

.woocommerce .woocommerce-breadcrumb {
  font-size: 1.2rem; }

.woocommerce div.product .product_title {
  margin-bottom: 1rem; }

.related {
  width: 100%;
  float: left; }

.related h3 {
  margin: 0; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 0.2rem; }

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 0.2rem; }
  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
    padding: 0; }

.woocommerce-privacy-policy-link, .woocommerce-terms-and-conditions-link, .privacy-policy-link, .terms-and-conditions-link {
  font-weight: bold;
  text-decoration: underline; }

/*------------------------------------*\
SINGLE-PRODUCT
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .op-product {
    max-width: 100%;
    height: 100%;
    float: none;
    margin: 3rem 0;
    max-height: 100%; }
    .op-product::after {
      display: block;
      content: "";
      clear: both; } }
.op-product__header {
  width: 100%; }
  .op-product__header::after {
    display: block;
    content: "";
    clear: both; }
  .op-product__header h1 {
    width: 100%; }
    .op-product__header h1 span {
      font-size: 3rem;
      line-height: 1.5;
      width: 100%;
      float: left; }
      @media screen and (max-width: 1280px) {
        .op-product__header h1 span {
          font-size: 2.5rem; } }
      @media screen and (max-width: 460px) {
        .op-product__header h1 span {
          font-size: 2rem; } }
.op-product__line {
  float: left; }
@media screen and (max-width: 1024px) {
  .op-product__text {
    font-size: 1.6rem; } }
.op-product__text p {
  margin: 0 0 2rem 0; }
  .op-product__text p:last-child {
    margin: 0; }
.op-product__icon a {
  width: calc(100%/5); }
  @media screen and (max-width: 1680px) {
    .op-product__icon a {
      margin: 0 3%; } }
@media screen and (max-width: 1280px) {
  .op-product__icon span {
    font-size: 1.8; } }
@media screen and (max-width: 1024px) {
  .op-product__icon span {
    font-size: 1.5rem; } }
@media screen and (max-width: 1024px) {
  .op-product__icon span.icon {
    font-size: 2rem;
    width: 5rem;
    height: 5rem; } }
@media screen and (max-width: 800px) {
  .op-product__image {
    display: table-footer-group;
    float: none; } }
.op-product__price {
  width: auto;
  float: left;
  font-size: 3rem;
  margin: 1rem 0;
  line-height: 1.3; }
  @media screen and (max-width: 600px) {
    .op-product__price {
      width: 100%;
      text-align: center; } }
  .op-product__price .amount {
    font-weight: 700; }
.op-product__add-to-cart {
  width: auto;
  float: right;
  margin: 1rem 0; }
  @media screen and (max-width: 600px) {
    .op-product__add-to-cart {
      width: 100%; } }

.slide {
  display: table;
  width: 100%; }

.woocommerce div.product form.cart {
  margin: 0; }
  @media screen and (max-width: 600px) {
    .woocommerce div.product form.cart .button {
      width: 100%;
      margin: 0.5rem 0 0; } }
  @media screen and (max-width: 600px) {
    .woocommerce div.product form.cart div.quantity {
      margin: 0;
      width: 100%; } }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 400; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #444444;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.woocommerce .quantity .qty {
  width: 7rem;
  font-size: 2rem;
  padding: 0.7rem;
  border: 0.1rem solid #000; }
  @media screen and (max-width: 600px) {
    .woocommerce .quantity .qty {
      width: 100%;
      margin: 0; } }

.woocommerce-page {
  font-size: 1.8rem;
  line-height: 1.4; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none; }

.woocommerce h2 {
  text-align: center; }

/*------------------------------------*\
SEARCH
\*------------------------------------*/
.search__form input {
  font-size: 2.1rem;
  padding: 1rem;
  width: calc(100% - 21rem);
  border: 0.1rem solid #000;
  color: #000;
  height: 3rem;
  z-index: 20; }
.search__form button[type=submit] {
  font-size: 2.1rem;
  padding: 1rem;
  width: 12rem;
  background: #fff;
  border: 0.1rem solid #000;
  color: #000;
  height: 5.2rem;
  text-align: center;
  font-weight: 300;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .search__form button[type=submit]:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
.search__form button[type=button] {
  font-size: 2.1rem;
  padding: 1rem;
  width: 6rem;
  background: #fff;
  border: 0.1rem solid #000;
  color: #000;
  height: 5.2rem;
  text-align: center;
  font-weight: 300;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .search__form button[type=button]:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }

/*------------------------------------*\
PAGINATION
\*------------------------------------*/
.pagination {
  width: 100%;
  margin-top: 5rem; }
  .pagination__item {
    text-align: center; }
  .pagination ul.page-numbers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .pagination ul.page-numbers li {
      display: inline-block;
      margin: 0;
      padding: 0 0.1rem;
      height: 4rem;
      float: left; }
      @media screen and (max-width: 800px) {
        .pagination ul.page-numbers li:nth-of-type(2) a, .pagination ul.page-numbers li:nth-last-of-type(2) a {
          display: none; } }
      .pagination ul.page-numbers li a {
        margin: 0;
        padding: 0.5rem 2rem;
        border: 0;
        font-size: 2.5rem;
        font-weight: 400;
        background-color: transparent;
        color: #fff;
        background: #c7c7c7;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
        @media screen and (max-width: 600px) {
          .pagination ul.page-numbers li a {
            display: none; } }
        .pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
          padding: 0.5rem 2rem;
          line-height: 1.75;
          box-shadow: none;
          background: none;
          color: #c7c7c7; }
          @media screen and (max-width: 600px) {
            .pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
              display: inline; } }
          .pagination ul.page-numbers li a.prev:hover, .pagination ul.page-numbers li a.next:hover {
            box-shadow: none;
            background: none;
            color: #444444; }
        .pagination ul.page-numbers li a:hover {
          background: #444444;
          color: #fff;
          -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
          -ms-transition: all 500ms ease-in-out;
          -o-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out; }
      .pagination ul.page-numbers li span {
        font-size: 2.5rem;
        padding: 0.5rem 2rem; }
        .pagination ul.page-numbers li span.current {
          background: #444444;
          color: #fff;
          font-weight: bold;
          margin: 0;
          border: 0; }
          @media screen and (max-width: 600px) {
            .pagination ul.page-numbers li span.current {
              display: inline; } }
          .pagination ul.page-numbers li span.current:hover {
            cursor: default; }
        .pagination ul.page-numbers li span.dots {
          color: #fff;
          background: #444444; }
          @media screen and (max-width: 800px) {
            .pagination ul.page-numbers li span.dots {
              display: none; } }
          .pagination ul.page-numbers li span.dots:hover {
            cursor: default; }
        .pagination ul.page-numbers li span.no-prev, .pagination ul.page-numbers li span.no-next {
          font-size: 2.5rem;
          font-weight: 400;
          color: #444444;
          padding: 0.5rem 2rem;
          line-height: 1.75;
          opacity: 0.4; }
  .pagination__form {
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    font-size: 1.6rem; }
    .pagination__form input {
      width: 4rem;
      padding: 0.8rem 0.2rem;
      border: 0.1rem solid #c7c7c7;
      border-radius: 0;
      font-weight: 700;
      text-align: center; }

/*------------------------------------*\
WIDGET
\*------------------------------------*/
.sidebar-widget h3 {
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem 0;
  line-height: 1;
  width: 100%;
  border-bottom: 0.1rem solid #c7c7c7;
  font-weight: 400; }
  @media screen and (max-width: 1024px) {
    .sidebar-widget h3 {
      font-size: 2.5rem; } }
.sidebar-widget .widget {
  padding: 0 0 3rem 0; }
  .sidebar-widget .widget::after {
    display: block;
    content: "";
    clear: both; }

.widget-footer {
  padding-bottom: 5rem; }
  .widget-footer__title {
    margin: 2rem 1rem 2rem 0; }
    .widget-footer__title h3 {
      font-size: 3rem;
      margin: 0; }
      @media screen and (max-width: 600px) {
        .widget-footer__title h3 {
          font-size: 2rem; } }
  .widget-footer--100 {
    width: 100%; }
  .widget-footer--50 {
    width: calc(100%/2);
    float: left; }
    @media screen and (max-width: 800px) {
      .widget-footer--50 {
        width: 100%; } }
    .widget-footer--50:nth-child(odd) {
      padding-right: 2%; }
      @media screen and (max-width: 800px) {
        .widget-footer--50:nth-child(odd) {
          padding-right: 0; } }
    .widget-footer--50:nth-child(even) {
      padding-left: 2%; }
      @media screen and (max-width: 800px) {
        .widget-footer--50:nth-child(even) {
          padding-left: 0; } }
  .widget-footer--33 {
    width: calc(100%/3);
    float: left; }
    @media screen and (max-width: 800px) {
      .widget-footer--33 {
        width: 100%; } }

.tagcloud {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 1.1; }
  .tagcloud a {
    padding: 0.5rem; }

.textwidget {
  width: 100%; }

/*-----------------------------------------*\
POST WIDGET - plik
\*-----------------------------------------*/
.post-widget {
  max-width: 100%;
  width: 100%;
  position: relative;
  border: 0.1rem solid #fff;
  display: block; }
  .post-widget--big {
    width: calc(100%/2);
    float: left; }
  .post-widget--small {
    width: 100%;
    float: left; }
  .post-widget__thumb {
    width: 100%;
    height: 37rem;
    overflow: hidden; }
    .post-widget__thumb--big {
      height: 18.5rem;
      float: left; }
    .post-widget__thumb--small {
      height: 8rem;
      width: 30%;
      float: left; }
    .post-widget__thumb img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
  .post-widget__content {
    position: absolute;
    padding: 2.5rem;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0); }
    .post-widget__content--small {
      height: 8rem;
      width: calc(100% - 30%);
      position: relative;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
      padding: 0.8rem 1rem;
      display: flex;
      align-items: center; }
  .post-widget__hover {
    position: absolute;
    padding: 2.5rem;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.8);
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .post-widget:hover .post-widget__thumb img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }
  .post-widget:hover .post-widget__hover {
    opacity: 1; }
  .post-widget:hover .post-widget__content {
    opacity: 0; }
    .post-widget:hover .post-widget__content--small {
      opacity: 1; }
  .post-widget__title {
    font-size: 3rem;
    line-height: 1.2;
    color: #000; }
    .post-widget__title--small {
      font-size: 2.5rem;
      color: #fff;
      text-shadow: 1px 1px 10px #000; }
    .post-widget__title--big {
      font-size: 2rem;
      color: #fff;
      text-shadow: 1px 1px 10px #000; }
    .post-widget__title--smallest {
      font-size: 1.8rem;
      color: #000; }
    .post-widget__title--big-hover {
      font-size: 2rem;
      color: #000; }
  .post-widget__excerpt {
    font-size: 1.8rem;
    line-height: 1.2;
    color: #000;
    font-weight: 400; }
  .post-widget__more {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; }
  .post-widget__all {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0.5rem 0 0 0; }
    .post-widget__all a {
      font-size: 1.6rem;
      font-weight: 400;
      text-transform: uppercase;
      border-bottom: 0.1rem solid transparent;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .post-widget__all a:hover {
        border-bottom: 0.1rem solid #000;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }

/*-----------------------------------------*\
SOCIAL WIDGET
\*-----------------------------------------*/
.social-icons--1 a.social-icons__item {
  width: 100%; }
.social-icons--2 a.social-icons__item {
  width: calc((100% - 0.7rem)/2); }
.social-icons--3 a.social-icons__item {
  width: calc((100% - 1.2%)/3); }
  @media screen and (max-width: 460px) {
    .social-icons--3 a.social-icons__item {
      width: 100%; } }
.social-icons--4 a.social-icons__item {
  width: calc((100% - 1.4rem)/4); }
  @media screen and (max-width: 600px) {
    .social-icons--4 a.social-icons__item {
      width: calc((100% - 0.7rem)/2); } }
.social-icons--5 a.social-icons__item {
  width: calc((100% - 2%)/5); }
  @media screen and (max-width: 1024px) {
    .social-icons--5 a.social-icons__item {
      width: calc((100% - 1.2%)/3); }
      .social-icons--5 a.social-icons__item:first-of-type {
        width: calc(((100%/3) * 2) - 0.4%); } }
  @media screen and (max-width: 600px) {
    .social-icons--5 a.social-icons__item {
      width: calc((100% - 0.7rem)/2); }
      .social-icons--5 a.social-icons__item:first-of-type {
        width: calc(100% - 0.4%); } }
.social-icons--6 a.social-icons__item {
  width: calc((100% - 2.4%)/6); }
  @media screen and (max-width: 800px) {
    .social-icons--6 a.social-icons__item {
      width: calc((100% - 1.2%)/3); } }
  @media screen and (max-width: 600px) {
    .social-icons--6 a.social-icons__item {
      width: calc((100% - 0.7rem)/2); } }
.social-icons--7 a.social-icons__item {
  width: auto; }
.social-icons a.social-icons__item {
  display: block;
  float: left;
  color: #fff;
  min-height: 5rem;
  margin: 0.2%;
  border-radius: 0.2rem;
  padding: 3% 1%;
  text-align: center; }
  .social-icons a.social-icons__item.facebook {
    background: #3b5998; }
    .social-icons a.social-icons__item.facebook:hover {
      background: #324b81; }
  .social-icons a.social-icons__item.instagram {
    background: #3F729B; }
    .social-icons a.social-icons__item.instagram:hover {
      background: #345d7f; }
  .social-icons a.social-icons__item.youtube {
    background: #FF0000; }
    .social-icons a.social-icons__item.youtube:hover {
      background: #cc0000; }
  .social-icons a.social-icons__item.twitter {
    background: #1da1f2; }
    .social-icons a.social-icons__item.twitter:hover {
      background: #0d8bd9; }
  .social-icons a.social-icons__item.pinterest {
    background: #bd081c; }
    .social-icons a.social-icons__item.pinterest:hover {
      background: #930617; }
  .social-icons a.social-icons__item.facebook-group {
    background: #3b5998; }
    .social-icons a.social-icons__item.facebook-group:hover {
      background: #324b81; }
  .social-icons a.social-icons__item p.social-icon__text {
    font-size: 1.3rem;
    width: 100%;
    margin: 0.5rem 0 0; }
    .social-icons a.social-icons__item p.social-icon__text span {
      font-size: 1.3rem; }
  .social-icons a.social-icons__item p.social-icon__like {
    font-size: 1rem;
    width: 100%;
    margin: 0.5rem 0 0;
    line-height: 1; }
  .social-icons a.social-icons__item span.sm-icon {
    font-size: 2rem;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .social-icons a.social-icons__item--only-icon {
    background: none !important;
    padding: 0;
    opacity: 1;
    min-height: 0;
    height: 0;
    margin: 0.5% 1%;
    display: inline;
    float: none;
    color: #000; }
    .social-icons a.social-icons__item--only-icon span.sm-icon {
      font-size: 2rem;
      padding: 0.6rem 0.2rem;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
    .social-icons a.social-icons__item--only-icon:hover {
      opacity: 1; }
  .social-icons a.social-icons__item:hover span.sm-icon--ewv {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .social-icons a.social-icons__item:hover span.sm-icon--ewh {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .social-icons a.social-icons__item:hover span.sm-icon--ep {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .social-icons a.social-icons__item:hover span.sm-icon--el {
    -webkit-animation-name: levitation-float, levitation;
    animation-name: levitation, levitation-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }
  .social-icons a.social-icons__item:hover span.sm-icon--es {
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .social-icons a.social-icons__item:hover span.sm-icon--eg {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }

.effect-wobble-vertical {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@media screen and (max-width: 800px) {
  .home .widgets-loop__widget .gimg-social-icons-widget h3 {
    position: relative;
    top: 0; } }

/*------------------------------------*\
FOOTER
\*------------------------------------*/
.footer {
  width: 100%;
  margin-top: 5rem; }
  .footer__section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0; }
    @media screen and (max-width: 460px) {
      .footer__section {
        width: 95%;
        display: block;
        height: 100%; }
        .footer__section::after {
          display: block;
          content: "";
          clear: both; } }
    .footer__section a {
      width: calc(100%/5); }
      @media screen and (max-width: 460px) {
        .footer__section a {
          width: calc(100%/2);
          float: left; }
          .footer__section a:last-child {
            width: 100%;
            margin-bottom: 0; } }
    @media screen and (max-width: 1440px) {
      .footer__section .icon__position {
        width: 6rem; } }
    @media screen and (max-width: 800px) {
      .footer__section span.icon {
        font-size: 2rem;
        width: 6rem;
        height: 6rem; } }
  .footer .copyright {
    text-align: center;
    font-size: 1.5rem;
    padding: 2rem 0 0;
    margin-bottom: 1rem; }
    .footer .copyright a:hover {
      text-decoration: underline; }

/*------------------------------------*\
FORM
\*------------------------------------*/
input {
  padding: 1rem; }

/*------------------------------------*\
SHARE
\*------------------------------------*/
.share {
  width: 100%;
  float: left;
  position: relative; }
  .share__item {
    width: calc((100% - 1%) / 2);
    display: block;
    float: left;
    color: #fff;
    margin: 0.5%;
    border-radius: 0.2rem;
    text-align: center;
    padding: 1rem;
    font-size: 3rem;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    .share__item--facebook {
      background: #3b5998;
      margin-left: 0; }
      .share__item--facebook:hover {
        background: #324b81; }
    .share__item--twitter {
      background: #1da1f2;
      margin-right: 0; }
      .share__item--twitter:hover {
        background: #0d8bd9; }
    .share__item span {
      display: inline-block;
      max-width: 0;
      overflow: hidden;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      font-size: 1.5rem; }
      @media screen and (max-width: 600px) {
        .share__item span {
          display: none; } }
    .share__item:hover {
      color: #fff; }
      .share__item:hover span {
        max-width: 15rem;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        padding-left: 1rem; }
  .share--small {
    padding: 0; }
    .share--small .share__item {
      margin: 0;
      width: 100%;
      border-radius: 0;
      font-size: 2rem;
      padding: 1rem 0; }
      .share--small .share__item span {
        display: block;
        float: left;
        width: 100%;
        max-width: 100%;
        font-size: 0.9rem;
        max-height: 0; }
      .share--small .share__item:hover span {
        width: 100%;
        padding: 0;
        max-height: 10rem; }

.cookie-first-window {
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 0px;
  background-color: white;
  width: 100%;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.8);
  font-size: 1.3rem;
  text-align: center;
  font-weight: 400; }
  .cookie-first-window__message {
    width: 80%;
    margin: 0 auto;
    color: #black; }
  .cookie-first-window__buttons {
    width: 80%;
    margin: 0 auto 0.5rem auto;
    color: #000;
    text-align: center; }
    .cookie-first-window__buttons a {
      padding: 0 0.5rem;
      margin-bottom: 0.5rem;
      cursor: pointer;
      display: inline-block;
      color: #000;
      font-weight: bold;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .cookie-first-window__buttons a:hover {
        color: grey;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
      .cookie-first-window__buttons a:last-of-type {
        color: #008000;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
        .cookie-first-window__buttons a:last-of-type:hover {
          color: #009700; }

.cookie__contantier {
  background: white;
  position: fixed;
  z-index: 99999999999;
  width: 70%;
  margin: 0 auto;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 2%;
  color: #000;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.8);
  font-weight: 400; }
  @media screen and (max-width: 1280px) {
    .cookie__contantier {
      width: 85%; } }
  @media screen and (max-width: 800px) {
    .cookie__contantier {
      position: absolute;
      width: 95%;
      left: 50%;
      top: 10rem;
      transform: translate(-50%, 0%); } }
  .cookie__contantier h3 {
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 0.05rem solid #d0d0d0; }
  .cookie__contantier strong {
    font-weight: 700; }
  .cookie__contantier__row {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #d0d0d0;
    margin-bottom: 1rem; }
    @media screen and (max-width: 600px) {
      .cookie__contantier__row {
        width: 100%; }
        .cookie__contantier__row:first-of-type {
          display: none; } }
    .cookie__contantier__row:nth-last-of-type(2) {
      border-bottom: none; }
    .cookie__contantier__row:last-of-type {
      border-bottom: none; }
    .cookie__contantier__row--1 {
      width: 17%;
      float: left;
      padding: 1rem; }
      @media screen and (max-width: 1024px) {
        .cookie__contantier__row--1 {
          width: 25%; } }
      @media screen and (max-width: 600px) {
        .cookie__contantier__row--1 {
          width: 100%;
          border-bottom: 0.1rem solid #fff; } }
    .cookie__contantier__row--2 {
      width: 73%;
      float: left;
      padding: 1rem; }
      @media screen and (max-width: 1024px) {
        .cookie__contantier__row--2 {
          width: 60%; } }
      @media screen and (max-width: 600px) {
        .cookie__contantier__row--2 {
          width: 100%; } }
    .cookie__contantier__row--3 {
      width: 10%;
      float: left;
      padding: 1rem;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .cookie__contantier__row--3 {
          width: 10%; } }
      @media screen and (max-width: 600px) {
        .cookie__contantier__row--3 {
          width: 100%; } }
    .cookie__contantier__row p {
      margin: 0 0 1rem 0; }
      .cookie__contantier__row p:last-of-type {
        margin: 0; }
    .cookie__contantier__row--padding {
      padding: 1rem 1rem 1rem 9rem; }
      @media screen and (max-width: 800px) {
        .cookie__contantier__row--padding {
          padding: 1rem 1rem 1rem 1rem; } }
  .cookie__contantier hr {
    border: 0.05rem solid #d0d0d0; }
  .cookie__contantier input[type="submit"] {
    margin: 0 auto;
    border: none;
    color: #000;
    text-transform: uppercase;
    padding: 1rem;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    font-size: 1.5rem;
    display: block;
    background: white; }
    .cookie__contantier input[type="submit"]:hover {
      color: #008000;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }

.switch {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 2.4rem;
  font-weight: 400;
  border: 0.1rem solid black; }
  .switch__option {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch__option:before {
      position: absolute;
      content: "";
      height: 1.6rem;
      width: 2.6rem;
      left: 0.3rem;
      bottom: 0.3rem;
      background-color: black;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch__option span {
      line-height: 2.4rem; }
  .switch input {
    display: none; }
    .switch input:checked + .switch__option {
      background-color: white; }
    .switch input:focus + .switch__option {
      background-color: white; }
    .switch input:checked + .switch__option:before {
      -webkit-transform: translateX(2.6rem);
      -ms-transform: translateX(2.6rem);
      transform: translateX(2.6rem); }
    .switch input:disabled + .switch__option {
      background-color: #d4d4d4; }
      .switch input:disabled + .switch__option:before {
        background-color: grey; }

.cookies-setting {
  font-size: 1.2rem;
  margin: 0;
  text-align: center; }
  .cookies-setting a {
    cursor: pointer;
    color: #000; }
  .cookies-setting--blog a {
    color: #000; }

.footer-op {
  position: absolute;
  left: 6.5%;
  bottom: 1rem;
  color: #000;
  font-size: 1.2rem; }
  .footer-op .cookies-setting {
    text-align: left; }
  .footer-op p {
    margin: 0.5rem 0; }
  @media screen and (max-width: 800px) {
    .footer-op {
      position: relative;
      width: 100%;
      left: auto;
      text-align: center;
      float: left;
      margin: 2rem 0; } }

/*# sourceMappingURL=style.css.map */
