@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap&subset=latin-ext');*/
.topPhone {
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -khtml-transition: color 0.3s ease 0s;
  font-weight: bold; }
  .topPhone i.fa {
    position: static !important; }

a {
  transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -khtml-transition: color 0.2s ease 0s;
  outline: 0 !important;
  color: inherit; }
  a img {
    outline: 0 !important; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000; }

html, body {
  background: #030303;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden; }

#page {
  /*    @media screen and (max-width: 1199px){
          padding-top: 50px;
      }*/
  margin-top: 0;
  /*    @media screen and (max-width: 1339px){
          padding-left: 20px;
          padding-right: 20px;
      }
      @media screen and (max-width: 599px){
          padding-left: 10px;
          padding-right: 10px;
      }*/ }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
body {
  backface-visibility: hidden;
  min-width: 320px !important;
  overflow-x: hidden;
  background: #030303;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  /*    @media screen and (max-width: 1199px){
          #loaderTint{
              display: none;
          }
      }
      @media screen and (min-width: 1200px){
          &{
              #inBody{
                  @include transitions(1s linear 0s);
                  backface-visibility: hidden;
                  transform: none;
                  -webkit-transform: none;
              }
  
  
              #loaderTint{
  
                  @include transitions(0.5s linear 0s);
                  position: fixed;
                  z-index: 9999;
                  background: #030303;
                  top: 0; left: 0; right: 0; bottom: 0;
                  display: block;
                  transform: rotateY(90deg);
                  -webkit-transform: rotateY(90deg);
                  text-align: center;
                  font-size: 46px;
                  visibility: hidden;
                  div{
                      position: absolute;
                      top: 0; left: 0; right: 0; bottom: 0;
                      
                                          width: 250px;
                                          height: 225px;
                                          position: absolute;
                                          top: 0; left: 0; right: 0; bottom: 0;
                                          margin: auto;
                      img{
                          width: 180px;
                          margin-bottom: 60px;   
                          display: none;
                      }
                      span{
  
                          position: absolute;
                          top: 0; left: 0; right: 0; bottom: 0;
                          -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                          animation: sk-rotatePlane 1.2s infinite ease-in-out;
                          transform: rotateY(0);
                          -webkit-transform: rotateY(0);
                          display: block;
                          width: 50px;
                          height: 50px;
                          background: #fff;
                          margin: auto;
                      }
                  }
  
  
              }
          }
          &.loading{
              #inBody{
                  overflow: hidden !important;
                  transform: scale(0.98) rotateY(180deg);
                  -webkit-transform: scale(0.98) rotateY(180deg);
              }
              #loaderTint{
                  visibility: visible;
                  transform: rotateY(0);
                  -webkit-transform: rotateY(0);
  
              }
  
          }
      }*/ }
  @media screen and (min-width: 1200px) {
    body.white {
      padding-top: 120px; } }
  body.mobile .headerPhoto {
    background-size: cover; }
  body #inBody {
    background: white; }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

.zaslepka {
  margin: 5px; }
  .zaslepka > div {
    border: 1px solid black;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

.button {
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -khtml-transition: 0.5s ease 0s;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border: 2px solid #101010; }

.backBtn {
  cursor: pointer;
  display: block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  margin: 40px auto; }
  .backBtn:hover {
    background: #101010;
    color: white; }

#tilesList .list-view {
  padding: 0; }
#tilesList .summary {
  display: none; }

.versionSelect .languages {
  cursor: pointer;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  width: 70px;
  position: relative;
  height: 20px;
  text-align: center;
  margin: 44px 20px 0 20px;
  float: right;
  font-weight: bold; }
  .versionSelect .languages::after {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    width: 9px;
    height: 6px;
    background-image: url("../img/langArrow.png");
    filter: invert(100);
    -webkit-filter: invert(100); }
  .versionSelect .languages .other {
    opacity: 0;
    overflow: hidden;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    visibility: hidden;
    max-height: 0;
    position: absolute; }
  .versionSelect .languages .lang {
    display: block;
    width: 70px;
    padding-left: 20px;
    padding-right: 24px; }
    .versionSelect .languages .lang:hover {
      color: white; }
  .versionSelect .languages:hover:not(.closed) .other, .versionSelect .languages.hover:not(.closed) .other {
    visibility: visible;
    max-height: 120px;
    opacity: 1; }
  .versionSelect .languages:hover:not(.closed)::after, .versionSelect .languages.hover:not(.closed)::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
.versionSelect .vChange {
  float: right;
  background: transparent;
  color: white;
  padding: 0 14px;
  font-size: 14px;
  line-height: 46px;
  height: 48px;
  display: inline-block;
  border: 1px solid #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: bold;
  margin-top: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  .versionSelect .vChange:hover {
    background: #fff;
    color: black; }

#top {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  min-width: 320px !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 15px;
  background: transparent;
  color: white;
  height: 120px;
  padding: 12px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 120px;
  /*}*/ }
  #top a, #top a i.fa {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
    #top a:hover, #top a i.fa:hover {
      /*color: #6E3E82;*/ }
  #top #logo {
    display: block;
    max-height: 100%;
    max-width: 100%;
    float: left; }
    #top #logo img {
      margin-top: 20px;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      height: 46px;
      filter: grayscale(100) brightness(0) invert(100);
      -webkit-filter: grayscale(100) brightness(0) invert(100); }
    #top #logo .small img {
      height: 30px; }
  #top .socialMedia a, #top .socialMedia span {
    color: black !important; }
  #top .socialMedia {
    padding-left: 30px;
    padding-right: 10px;
    float: right;
    margin-top: -12px;
    height: 120px;
    line-height: 120px; }
    #top .socialMedia a {
      color: black;
      line-height: 120px;
      vertical-align: middle; }
      #top .socialMedia a i.fa {
        line-height: 117px; }
  #top i.fa {
    position: relative;
    top: -1x;
    left: 5px; }
  #top #topMenu {
    float: right;
    margin: 0;
    margin-top: 30px;
    padding: 0 20px;
    list-style: none;
    /*text-transform: uppercase;*/
    position: absolute;
    left: 300px;
    right: 300px;
    top: 0;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    text-align: center; }
    #top #topMenu > li {
      vertical-align: middle;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: inline-block;
      max-width: 140px;
      padding: 5px 14px 0; }
      @media screen and (max-width: 1879px) {
        #top #topMenu > li {
          padding: 5px 5px 0; } }
      #top #topMenu > li > a {
        display: inline-block;
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        -webkit-transition: none;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        position: relative; }
        #top #topMenu > li > a::after {
          transition: width 0.3s ease 0s;
          -webkit-transition: width 0.3s ease 0s;
          -ms-transition: width 0.3s ease 0s;
          -o-transition: width 0.3s ease 0s;
          -moz-transition: width 0.3s ease 0s;
          -khtml-transition: width 0.3s ease 0s;
          content: '';
          display: block;
          background: #fff;
          height: 2px;
          position: absolute;
          left: 5px;
          right: 5px;
          bottom: -5px;
          margin: 0 auto;
          width: 0; }
      #top #topMenu > li > a:hover, #top #topMenu > li.active > a {
        color: inherit; }
        #top #topMenu > li > a:hover::after, #top #topMenu > li.active > a::after {
          width: calc(100% - 10px); }
  #top a[href="/regulaminy"], #top a[title="Zgłoszenie serwisowe"] {
    display: none !important; }
  #top .socialMedia {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 120px; }
  #top .versionSelect {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 350px; }
  #top.white {
    background: #fff;
    color: #222;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
    #top.white .topPhone {
      color: #6E3E82; }
    #top.white #logo img {
      filter: none;
      -webkit-filter: none; }
    #top.white #topMenu > li a {
      color: #222; }
      #top.white #topMenu > li a::after {
        background: #222; }
    #top.white .versionSelect .vChange {
      color: #222;
      border-color: #222; }
      #top.white .versionSelect .vChange:hover {
        color: #fff;
        background: #222; }
    #top.white .versionSelect .languages .other {
      background: white; }
    #top.white .versionSelect .languages::after {
      filter: none;
      -webkit-filter: none; }
    #top.white .versionSelect .languages .lang {
      color: #222; }
      #top.white .versionSelect .languages .lang:hover {
        color: #222; }
  #top.sticky {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
    background: #fff;
    color: #222;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
    #top.sticky .topPhone {
      color: #6E3E82; }
    #top.sticky #logo img {
      height: 38px;
      margin-top: 5px;
      filter: none;
      -webkit-filter: none;
      /*                filter: grayscale(100) brightness(0);
                      -webkit-filter: grayscale(100) brightness(0);*/ }
    #top.sticky #logo .small img {
      height: 22px; }
    #top.sticky .socialMedia {
      margin-top: -5px;
      height: 60px; }
    #top.sticky #topMenu {
      margin-top: 3px; }
      #top.sticky #topMenu > li a {
        color: #222; }
        #top.sticky #topMenu > li a::after {
          background: #222; }
    #top.sticky .versionSelect .vChange {
      height: 40px;
      line-height: 38px;
      margin-top: 10px;
      color: #222;
      border-color: #222; }
      #top.sticky .versionSelect .vChange:hover {
        color: #fff !important;
        background: #222; }
    #top.sticky .versionSelect .languages {
      margin: 20px 20px 0; }
      #top.sticky .versionSelect .languages .other {
        background: white; }
      #top.sticky .versionSelect .languages::after {
        filter: none;
        -webkit-filter: none; }
      #top.sticky .versionSelect .languages .lang {
        color: #222; }
  @media screen and (max-width: 1722px) and (min-width: 1200px) {
    #top {
      height: 90px; }
      #top #logo img {
        height: 32px; }
      #top #topMenu {
        margin-top: 25px;
        left: 200px;
        right: 280px;
        line-height: normal;
        height: 40px;
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        align-items: -webkit-center;
        justify-content: -webkit-center; }
        #top #topMenu li {
          height: auto;
          line-height: normal;
          padding: 0 6px; }
          #top #topMenu li a {
            line-height: normal;
            font-size: 12px; }
      #top.sticky #logo img {
        height: 32px;
        margin-top: 7px; }
      #top.sticky #topMenu {
        margin-top: 10px; }
      #top .versionSelect .languages {
        margin-left: 10px;
        margin-top: 34px; }
      #top .versionSelect .vChange {
        font-size: 12px;
        padding: 0 8px;
        height: 40px;
        line-height: 38px;
        margin-top: 25px; } }
  @media screen and (max-width: 1722px) and (min-width: 1350px) {
    #top #topMenu li {
      padding: 0 14px; } }

.container {
  max-width: 100%; }
  .container.wide {
    width: auto; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px !important; }

.cmsPage > div .section, #homePageNews > div .section {
  min-height: 1px;
  /*padding: 20px 0;*/
  /*        @media screen and (min-width: 992px){
              padding: 0 0 $colSpacing;
          }*/
  margin-left: -30px;
  margin-right: -30px;
  font-size: 18px;
  /*background: $bgColor;*/
  /*color: #000000;*/ }
  @media screen and (max-width: 1199px) {
    .cmsPage > div .section, #homePageNews > div .section {
      margin-left: -15px;
      margin-right: -15px; } }
  .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
    margin: 0; }
    @media screen and (max-width: 1199px) {
      .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
        margin: 0; } }
  .cmsPage > div .section > .container, #homePageNews > div .section > .container {
    /*width: 1380px;*/
    padding: 0; }
  .cmsPage > div .section:first-child, #homePageNews > div .section:first-child {
    /*padding-top: 40px;*/ }
  .cmsPage > div .section:last-child, #homePageNews > div .section:last-child {
    /*padding-bottom: 40px;*/ }
  .cmsPage > div .section .column, #homePageNews > div .section .column {
    /*overflow: hidden;*/ }
  .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
    /*margin-bottom: $colSpacing;*/ }
    @media screen and (max-width: 1199px) {
      .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        /*margin-bottom: $rwdColSpacing;*/ } }
    @media screen and (min-width: 992px) {
      .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        /*margin-bottom: $colSpacing;*/ } }
  .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']), #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) {
    margin-left: -0 !important;
    margin-right: -0 !important;
    /*        div.widgetBox[data-type=locationMap]{
                margin-left: -20px;
                margin-right: -20px;
                margin-top: -40px;
                margin-bottom: 0;
            }
            #tilesList{
                overflow: hidden;
                margin-top: -40px;
                margin-bottom: -42px;
                @media screen and (max-width: 767px){
                    margin-bottom: -22px;
                }
                margin-left: -20px;
                margin-right: -20px;
            }*/ }
    .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-1, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-1, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-1, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-1, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-2, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-2, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-2, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-2, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-3, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-3, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-3, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-3, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-4, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-4, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-4, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-4, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-5, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-5, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-5, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-5, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-6, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-6, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-6, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-6, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-7, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-7, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-7, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-7, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-8, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-8, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-8, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-8, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-9, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-9, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-9, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-9, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-10, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-10, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-10, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-10, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-11, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-11, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-11, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-11, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-12, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-12, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-12, .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-12, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-1, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-1, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-1, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-1, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-2, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-2, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-2, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-2, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-3, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-3, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-3, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-3, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-4, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-4, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-4, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-4, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-5, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-5, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-5, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-5, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-6, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-6, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-6, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-6, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-7, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-7, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-7, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-7, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-8, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-8, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-8, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-8, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-9, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-9, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-9, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-9, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-10, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-10, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-10, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-10, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-11, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-11, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-11, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-11, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-xs-12, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-sm-12, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-md-12, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .col-lg-12 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .widgetBox, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .widgetBox {
      margin-bottom: 0;
      /*padding: 0 10px;*/ }
    @media screen and (min-width: 1921px) {
      .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .column.col-md-6.half-wided, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .column.col-md-6.half-wided {
        padding-left: calc(960px - 610px) !important; }
        .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .column.col-md-6.half-wided.half-wided-right {
          padding-left: 30px !important;
          padding-right: calc(960px - 610px) !important; } }
    @media screen and (min-width: 1921px) and (max-width: 1199px) {
      .cmsPage > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection:not([data-columns='Dwie kolumny asymetryczne - Lewe']):not([data-columns='Dwie kolumny asymetryczne - Prawe']) .column.col-md-6.half-wided.half-wided-right {
        padding-left: 15px !important; } }

.cmsPage h1.title, #homePageNews h1.title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.cmsPage .widgetBox, #homePageNews .widgetBox {
  /*margin-bottom: 20px;*/
  /*box-shadow: 0 3px 2px rgba(black, 0.1);*/
  /*margin-bottom: 40px;*/
  /*overflow: hidden;*/ }
  @media screen and (max-width: 767px) {
    .cmsPage .widgetBox, #homePageNews .widgetBox {
      /*margin-bottom: 20px;*/ } }
@media screen and (min-width: 992px) {
  .cmsPage .col-md-12 .widgetBox[data-type=banner] span.whiteBox, #homePageNews .col-md-12 .widgetBox[data-type=banner] span.whiteBox {
    right: auto;
    width: 50%; } }
.cmsPage .headerPhoto, #homePageNews .headerPhoto {
  margin-bottom: 40px;
  height: 300px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 1199px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      background-attachment: initial; } }
  .cmsPage .headerPhoto::after, #homePageNews .headerPhoto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: black;
    opacity: 0.3;
    z-index: 0; }
  .cmsPage .headerPhoto .container, #homePageNews .headerPhoto .container {
    height: 100%;
    position: relative; }
  .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    font-weight: 700;
    left: 20px;
    font-size: 72px;
    opacity: 0.85;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 1349px) and (min-width: 992px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      height: 300px; } }
  @media screen and (max-width: 991px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      height: 200px; }
      .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
        bottom: 20px;
        font-size: 62px;
        line-height: 1.1em; } }
  @media screen and (max-width: 649px) {
    .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
      font-size: 36px; } }

.lockRatio {
  position: relative; }
  .lockRatio.lockRatio50 .dummy {
    padding-top: 50%; }
  .lockRatio.lockRatio30 .dummy {
    padding-top: 30%; }
  .lockRatio.lockRatio66 .dummy {
    padding-top: 66%; }
  .lockRatio.lockRatio40 .dummy {
    padding-top: 40%; }
  .lockRatio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .lockRatio.locationMap .dummy {
    padding-top: 25%; }
  @media screen and (max-width: 1199px) and (min-width: 361px) {
    .lockRatio.locationMap .dummy {
      padding-top: 50%; } }
  @media screen and (max-width: 360px) {
    .lockRatio.locationMap .dummy {
      padding-top: 65%; } }

.locationMap > .content {
  background-image: url("../../admin/img/loader.gif");
  background-position: center center;
  background-repeat: no-repeat; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  /*display: none;*/ }
  .pace .pace-progress {
    background: #D97925;
    background: transparent;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 100%;
    width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 4px; }

.pace-inactive {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
  display: none; }

#errorPage {
  text-align: center; }

.form {
  padding-bottom: 0;
  overflow: hidden; }
  .form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form input[type=password], .form select, .form textarea {
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    border-radius: 0;
    border: none;
    border: 1px solid #CCCCCC;
    /*border-bottom:2px solid #000;*/
    height: 48px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit; }
  .form textarea {
    padding: 10px 20px;
    height: 192px;
    font-family: inherit;
    resize: none; }
  .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    @media screen and (max-width: 1199px) {
      .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
  .form label {
    /*padding: 15px 0 10px;*/
    font-weight: 300; }
  .form .row > .col-md-3 {
    height: 50px;
    text-align: right;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
    -webkit-align-items: center;
    -webkit-justify-content: right;
    align-items: -webkit-center;
    justify-content: -webkit-right; }
  .form input[type=checkbox] {
    margin-right: 5px; }
  .form .note {
    display: none;
    font-size: 14px; }
  .form .row.buttons {
    /*padding-top: 20px;*/
    margin-right: 10px; }
    .form .row.buttons .btn {
      width: auto;
      margin: 0 auto;
      display: block;
      background: #CF202F;
      white-space: nowrap;
      height: 40px;
      float: right;
      line-height: 42px;
      padding: 12px 15px !important;
      font-weight: 800;
      font-size: 14px !important;
      font-family: 'Poppins', Arial, sans-serif;
      content: 'Wyślij wiadomość';
      background: white !important;
      color: black !important;
      /*padding: 20px 45px;*/
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      .form .row.buttons .btn:hover, .form .row.buttons .btn:active, .form .row.buttons .btn:focus {
        background: black !important;
        color: white !important; }
  .form .note {
    margin-bottom: 20px; }
  .form .select {
    overflow: hidden;
    background: url("../img/select.png") no-repeat right #F5F5F5; }
    .form .select select {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      width: calc(100% + 20px) !important;
      background: transparent;
      -webkit-appearance: none;
      padding: 0;
      padding-right: 30px; }
      .form .select select[disabled] {
        background: rgba(0, 0, 0, 0.05); }

.row {
  margin-left: 0;
  margin-right: 0; }

.btn {
  white-space: nowrap;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  background: #CF202F;
  white-space: nowrap;
  height: 40px;
  line-height: 42px;
  padding: 0 25px;
  font-weight: 800;
  font-size: 18px;
  /*display: inline-block;*/
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color2+0,a0cc3b+50,9fca3c+51,93c63d+100 */
  background: #a1cb3b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color2', endColorstr='#93c63d',GradientType=0 );
  /* IE6-9 */
  color: white;
  border-radius: 2px;
  /*padding: 20px 45px;*/
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  .btn i.fa {
    margin-right: 5px; }
  .btn:hover, .btn:active, .btn:focus {
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c63d+0,9fca3c+49,a0cc3b+50,a1cb3b+100 */
    background: #93c63d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c63d', endColorstr='$color2',GradientType=0 );
    /* IE6-9 */ }

.downloadFiles {
  width: 100%; }
  .downloadFiles tr:nth-child(2n) {
    background: #F5F5F5; }
  .downloadFiles tr:nth-child(2n+1) {
    background: #FFFFFF; }
  .downloadFiles td {
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300; }
  .downloadFiles td:first-child {
    padding-left: 40px;
    width: 30px;
    color: black;
    font-size: 32px; }
  .downloadFiles td:last-child {
    text-align: right;
    padding-right: 40px; }
  @media screen and (max-width: 499px) {
    .downloadFiles td {
      vertical-align: middle;
      padding: 10px; }
    .downloadFiles td:first-child {
      padding-left: 20px; }
    .downloadFiles td:last-child {
      padding-right: 20px; } }

.pager {
  margin: 0 !important;
  clear: both;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .pager {
      padding-bottom: 20px; } }
  .pager .yiiPager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 150px; }
    @media screen and (max-width: 1199px) and (min-width: 600px) {
      .pager .yiiPager {
        padding: 40px 50px; } }
    @media screen and (max-width: 599px) {
      .pager .yiiPager {
        padding: 40px 20px; } }
    .pager .yiiPager li a {
      font-weight: bold;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      margin: 0 5px;
      background: #fff;
      color: #000;
      border: 1px solid #000;
      width: 38px;
      height: 38px;
      border-radius: 0;
      font-size: 18px;
      font-weight: 300;
      vertical-align: middle;
      line-height: 36px; }
    .pager .yiiPager li.selected a, .pager .yiiPager li a:hover {
      background: #000;
      color: white; }
  .pager .next > a, .pager .next > span {
    float: none; }
  .pager .previous > a, .pager .previous > span {
    float: none; }

#cookies-message {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #000; }

#accept-cookies-checkbox {
  /*display: block;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 2px 5px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  #accept-cookies-checkbox:hover {
    background: black; }
  @media screen and (max-width: 767px) {
    #accept-cookies-checkbox {
      padding: 3px 10px; } }

#content > .portlet > .portlet-content > .breadCrumbs {
  background: #082B49;
  color: white;
  font-size: 14px;
  padding: 5px 0; }
  #content > .portlet > .portlet-content > .breadCrumbs .separator {
    font-size: 10px;
    margin: 0 5px 0;
    position: relative;
    top: -1px; }
  #content > .portlet > .portlet-content > .breadCrumbs a:hover {
    /*color: $color1dark;*/ }

/**{
    animation: rotate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/
#homePageNews {
  padding: 0;
  overflow: hidden; }
  #homePageNews .newsMainPhoto {
    /*height: 230px;*/
    margin: 0; }
  #homePageNews a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #homePageNews .news > div {
    padding-bottom: 40px; }
    #homePageNews .news > div .newsBox {
      background: transparent;
      box-shadow: none;
      overflow: hidden;
      padding: 5px 10px;
      flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      height: 100%;
      margin-bottom: 0; }
      #homePageNews .news > div .newsBox h4 {
        font-size: 12px;
        margin-bottom: 0; }
      #homePageNews .news > div .newsBox h2 {
        font-size: 22px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden; }
        #homePageNews .news > div .newsBox h2 a {
          color: inherit;
          transition: color 0.3s ease 0s;
          -webkit-transition: color 0.3s ease 0s;
          -ms-transition: color 0.3s ease 0s;
          -o-transition: color 0.3s ease 0s;
          -moz-transition: color 0.3s ease 0s;
          -khtml-transition: color 0.3s ease 0s; }
          #homePageNews .news > div .newsBox h2 a:hover {
            color: #888; }
      #homePageNews .news > div .newsBox div.description {
        height: 100px;
        overflow: hidden;
        overflow-y: auto; }
        #homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description * {
          font-size: 14px !important;
          line-height: 18px; }
      #homePageNews .news > div .newsBox .newsMainPhoto .bg {
        background-size: contain;
        background-repeat: no-repeat;
        backgrond-position: center center; }
  #homePageNews .col-xs-1, #homePageNews .col-sm-1, #homePageNews .col-md-1, #homePageNews .col-lg-1, #homePageNews .col-xs-2, #homePageNews .col-sm-2, #homePageNews .col-md-2, #homePageNews .col-lg-2, #homePageNews .col-xs-3, #homePageNews .col-sm-3, #homePageNews .col-md-3, #homePageNews .col-lg-3, #homePageNews .col-xs-4, #homePageNews .col-sm-4, #homePageNews .col-md-4, #homePageNews .col-lg-4, #homePageNews .col-xs-5, #homePageNews .col-sm-5, #homePageNews .col-md-5, #homePageNews .col-lg-5, #homePageNews .col-xs-6, #homePageNews .col-sm-6, #homePageNews .col-md-6, #homePageNews .col-lg-6, #homePageNews .col-xs-7, #homePageNews .col-sm-7, #homePageNews .col-md-7, #homePageNews .col-lg-7, #homePageNews .col-xs-8, #homePageNews .col-sm-8, #homePageNews .col-md-8, #homePageNews .col-lg-8, #homePageNews .col-xs-9, #homePageNews .col-sm-9, #homePageNews .col-md-9, #homePageNews .col-lg-9, #homePageNews .col-xs-10, #homePageNews .col-sm-10, #homePageNews .col-md-10, #homePageNews .col-lg-10, #homePageNews .col-xs-11, #homePageNews .col-sm-11, #homePageNews .col-md-11, #homePageNews .col-lg-11, #homePageNews .col-xs-12, #homePageNews .col-sm-12, #homePageNews .col-md-12, #homePageNews .col-lg-12 {
    padding: 0 !important; }
    #homePageNews .col-xs-1:nth-child(2n+1), #homePageNews .col-sm-1:nth-child(2n+1), #homePageNews .col-md-1:nth-child(2n+1), #homePageNews .col-lg-1:nth-child(2n+1), #homePageNews .col-xs-2:nth-child(2n+1), #homePageNews .col-sm-2:nth-child(2n+1), #homePageNews .col-md-2:nth-child(2n+1), #homePageNews .col-lg-2:nth-child(2n+1), #homePageNews .col-xs-3:nth-child(2n+1), #homePageNews .col-sm-3:nth-child(2n+1), #homePageNews .col-md-3:nth-child(2n+1), #homePageNews .col-lg-3:nth-child(2n+1), #homePageNews .col-xs-4:nth-child(2n+1), #homePageNews .col-sm-4:nth-child(2n+1), #homePageNews .col-md-4:nth-child(2n+1), #homePageNews .col-lg-4:nth-child(2n+1), #homePageNews .col-xs-5:nth-child(2n+1), #homePageNews .col-sm-5:nth-child(2n+1), #homePageNews .col-md-5:nth-child(2n+1), #homePageNews .col-lg-5:nth-child(2n+1), #homePageNews .col-xs-6:nth-child(2n+1), #homePageNews .col-sm-6:nth-child(2n+1), #homePageNews .col-md-6:nth-child(2n+1), #homePageNews .col-lg-6:nth-child(2n+1), #homePageNews .col-xs-7:nth-child(2n+1), #homePageNews .col-sm-7:nth-child(2n+1), #homePageNews .col-md-7:nth-child(2n+1), #homePageNews .col-lg-7:nth-child(2n+1), #homePageNews .col-xs-8:nth-child(2n+1), #homePageNews .col-sm-8:nth-child(2n+1), #homePageNews .col-md-8:nth-child(2n+1), #homePageNews .col-lg-8:nth-child(2n+1), #homePageNews .col-xs-9:nth-child(2n+1), #homePageNews .col-sm-9:nth-child(2n+1), #homePageNews .col-md-9:nth-child(2n+1), #homePageNews .col-lg-9:nth-child(2n+1), #homePageNews .col-xs-10:nth-child(2n+1), #homePageNews .col-sm-10:nth-child(2n+1), #homePageNews .col-md-10:nth-child(2n+1), #homePageNews .col-lg-10:nth-child(2n+1), #homePageNews .col-xs-11:nth-child(2n+1), #homePageNews .col-sm-11:nth-child(2n+1), #homePageNews .col-md-11:nth-child(2n+1), #homePageNews .col-lg-11:nth-child(2n+1), #homePageNews .col-xs-12:nth-child(2n+1), #homePageNews .col-sm-12:nth-child(2n+1), #homePageNews .col-md-12:nth-child(2n+1), #homePageNews .col-lg-12:nth-child(2n+1) {
      background: #fff; }
    #homePageNews .col-xs-1:nth-child(2n), #homePageNews .col-sm-1:nth-child(2n), #homePageNews .col-md-1:nth-child(2n), #homePageNews .col-lg-1:nth-child(2n), #homePageNews .col-xs-2:nth-child(2n), #homePageNews .col-sm-2:nth-child(2n), #homePageNews .col-md-2:nth-child(2n), #homePageNews .col-lg-2:nth-child(2n), #homePageNews .col-xs-3:nth-child(2n), #homePageNews .col-sm-3:nth-child(2n), #homePageNews .col-md-3:nth-child(2n), #homePageNews .col-lg-3:nth-child(2n), #homePageNews .col-xs-4:nth-child(2n), #homePageNews .col-sm-4:nth-child(2n), #homePageNews .col-md-4:nth-child(2n), #homePageNews .col-lg-4:nth-child(2n), #homePageNews .col-xs-5:nth-child(2n), #homePageNews .col-sm-5:nth-child(2n), #homePageNews .col-md-5:nth-child(2n), #homePageNews .col-lg-5:nth-child(2n), #homePageNews .col-xs-6:nth-child(2n), #homePageNews .col-sm-6:nth-child(2n), #homePageNews .col-md-6:nth-child(2n), #homePageNews .col-lg-6:nth-child(2n), #homePageNews .col-xs-7:nth-child(2n), #homePageNews .col-sm-7:nth-child(2n), #homePageNews .col-md-7:nth-child(2n), #homePageNews .col-lg-7:nth-child(2n), #homePageNews .col-xs-8:nth-child(2n), #homePageNews .col-sm-8:nth-child(2n), #homePageNews .col-md-8:nth-child(2n), #homePageNews .col-lg-8:nth-child(2n), #homePageNews .col-xs-9:nth-child(2n), #homePageNews .col-sm-9:nth-child(2n), #homePageNews .col-md-9:nth-child(2n), #homePageNews .col-lg-9:nth-child(2n), #homePageNews .col-xs-10:nth-child(2n), #homePageNews .col-sm-10:nth-child(2n), #homePageNews .col-md-10:nth-child(2n), #homePageNews .col-lg-10:nth-child(2n), #homePageNews .col-xs-11:nth-child(2n), #homePageNews .col-sm-11:nth-child(2n), #homePageNews .col-md-11:nth-child(2n), #homePageNews .col-lg-11:nth-child(2n), #homePageNews .col-xs-12:nth-child(2n), #homePageNews .col-sm-12:nth-child(2n), #homePageNews .col-md-12:nth-child(2n), #homePageNews .col-lg-12:nth-child(2n) {
      background: #F5F5F5; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #homePageNews .col-xs-1:nth-child(4n+2), #homePageNews .col-xs-1:nth-child(4n+3), #homePageNews .col-sm-1:nth-child(4n+2), #homePageNews .col-sm-1:nth-child(4n+3), #homePageNews .col-md-1:nth-child(4n+2), #homePageNews .col-md-1:nth-child(4n+3), #homePageNews .col-lg-1:nth-child(4n+2), #homePageNews .col-lg-1:nth-child(4n+3), #homePageNews .col-xs-2:nth-child(4n+2), #homePageNews .col-xs-2:nth-child(4n+3), #homePageNews .col-sm-2:nth-child(4n+2), #homePageNews .col-sm-2:nth-child(4n+3), #homePageNews .col-md-2:nth-child(4n+2), #homePageNews .col-md-2:nth-child(4n+3), #homePageNews .col-lg-2:nth-child(4n+2), #homePageNews .col-lg-2:nth-child(4n+3), #homePageNews .col-xs-3:nth-child(4n+2), #homePageNews .col-xs-3:nth-child(4n+3), #homePageNews .col-sm-3:nth-child(4n+2), #homePageNews .col-sm-3:nth-child(4n+3), #homePageNews .col-md-3:nth-child(4n+2), #homePageNews .col-md-3:nth-child(4n+3), #homePageNews .col-lg-3:nth-child(4n+2), #homePageNews .col-lg-3:nth-child(4n+3), #homePageNews .col-xs-4:nth-child(4n+2), #homePageNews .col-xs-4:nth-child(4n+3), #homePageNews .col-sm-4:nth-child(4n+2), #homePageNews .col-sm-4:nth-child(4n+3), #homePageNews .col-md-4:nth-child(4n+2), #homePageNews .col-md-4:nth-child(4n+3), #homePageNews .col-lg-4:nth-child(4n+2), #homePageNews .col-lg-4:nth-child(4n+3), #homePageNews .col-xs-5:nth-child(4n+2), #homePageNews .col-xs-5:nth-child(4n+3), #homePageNews .col-sm-5:nth-child(4n+2), #homePageNews .col-sm-5:nth-child(4n+3), #homePageNews .col-md-5:nth-child(4n+2), #homePageNews .col-md-5:nth-child(4n+3), #homePageNews .col-lg-5:nth-child(4n+2), #homePageNews .col-lg-5:nth-child(4n+3), #homePageNews .col-xs-6:nth-child(4n+2), #homePageNews .col-xs-6:nth-child(4n+3), #homePageNews .col-sm-6:nth-child(4n+2), #homePageNews .col-sm-6:nth-child(4n+3), #homePageNews .col-md-6:nth-child(4n+2), #homePageNews .col-md-6:nth-child(4n+3), #homePageNews .col-lg-6:nth-child(4n+2), #homePageNews .col-lg-6:nth-child(4n+3), #homePageNews .col-xs-7:nth-child(4n+2), #homePageNews .col-xs-7:nth-child(4n+3), #homePageNews .col-sm-7:nth-child(4n+2), #homePageNews .col-sm-7:nth-child(4n+3), #homePageNews .col-md-7:nth-child(4n+2), #homePageNews .col-md-7:nth-child(4n+3), #homePageNews .col-lg-7:nth-child(4n+2), #homePageNews .col-lg-7:nth-child(4n+3), #homePageNews .col-xs-8:nth-child(4n+2), #homePageNews .col-xs-8:nth-child(4n+3), #homePageNews .col-sm-8:nth-child(4n+2), #homePageNews .col-sm-8:nth-child(4n+3), #homePageNews .col-md-8:nth-child(4n+2), #homePageNews .col-md-8:nth-child(4n+3), #homePageNews .col-lg-8:nth-child(4n+2), #homePageNews .col-lg-8:nth-child(4n+3), #homePageNews .col-xs-9:nth-child(4n+2), #homePageNews .col-xs-9:nth-child(4n+3), #homePageNews .col-sm-9:nth-child(4n+2), #homePageNews .col-sm-9:nth-child(4n+3), #homePageNews .col-md-9:nth-child(4n+2), #homePageNews .col-md-9:nth-child(4n+3), #homePageNews .col-lg-9:nth-child(4n+2), #homePageNews .col-lg-9:nth-child(4n+3), #homePageNews .col-xs-10:nth-child(4n+2), #homePageNews .col-xs-10:nth-child(4n+3), #homePageNews .col-sm-10:nth-child(4n+2), #homePageNews .col-sm-10:nth-child(4n+3), #homePageNews .col-md-10:nth-child(4n+2), #homePageNews .col-md-10:nth-child(4n+3), #homePageNews .col-lg-10:nth-child(4n+2), #homePageNews .col-lg-10:nth-child(4n+3), #homePageNews .col-xs-11:nth-child(4n+2), #homePageNews .col-xs-11:nth-child(4n+3), #homePageNews .col-sm-11:nth-child(4n+2), #homePageNews .col-sm-11:nth-child(4n+3), #homePageNews .col-md-11:nth-child(4n+2), #homePageNews .col-md-11:nth-child(4n+3), #homePageNews .col-lg-11:nth-child(4n+2), #homePageNews .col-lg-11:nth-child(4n+3), #homePageNews .col-xs-12:nth-child(4n+2), #homePageNews .col-xs-12:nth-child(4n+3), #homePageNews .col-sm-12:nth-child(4n+2), #homePageNews .col-sm-12:nth-child(4n+3), #homePageNews .col-md-12:nth-child(4n+2), #homePageNews .col-md-12:nth-child(4n+3), #homePageNews .col-lg-12:nth-child(4n+2), #homePageNews .col-lg-12:nth-child(4n+3) {
        background: #fff !important; }
      #homePageNews .col-xs-1:nth-child(4n+1), #homePageNews .col-xs-1:nth-child(4n), #homePageNews .col-sm-1:nth-child(4n+1), #homePageNews .col-sm-1:nth-child(4n), #homePageNews .col-md-1:nth-child(4n+1), #homePageNews .col-md-1:nth-child(4n), #homePageNews .col-lg-1:nth-child(4n+1), #homePageNews .col-lg-1:nth-child(4n), #homePageNews .col-xs-2:nth-child(4n+1), #homePageNews .col-xs-2:nth-child(4n), #homePageNews .col-sm-2:nth-child(4n+1), #homePageNews .col-sm-2:nth-child(4n), #homePageNews .col-md-2:nth-child(4n+1), #homePageNews .col-md-2:nth-child(4n), #homePageNews .col-lg-2:nth-child(4n+1), #homePageNews .col-lg-2:nth-child(4n), #homePageNews .col-xs-3:nth-child(4n+1), #homePageNews .col-xs-3:nth-child(4n), #homePageNews .col-sm-3:nth-child(4n+1), #homePageNews .col-sm-3:nth-child(4n), #homePageNews .col-md-3:nth-child(4n+1), #homePageNews .col-md-3:nth-child(4n), #homePageNews .col-lg-3:nth-child(4n+1), #homePageNews .col-lg-3:nth-child(4n), #homePageNews .col-xs-4:nth-child(4n+1), #homePageNews .col-xs-4:nth-child(4n), #homePageNews .col-sm-4:nth-child(4n+1), #homePageNews .col-sm-4:nth-child(4n), #homePageNews .col-md-4:nth-child(4n+1), #homePageNews .col-md-4:nth-child(4n), #homePageNews .col-lg-4:nth-child(4n+1), #homePageNews .col-lg-4:nth-child(4n), #homePageNews .col-xs-5:nth-child(4n+1), #homePageNews .col-xs-5:nth-child(4n), #homePageNews .col-sm-5:nth-child(4n+1), #homePageNews .col-sm-5:nth-child(4n), #homePageNews .col-md-5:nth-child(4n+1), #homePageNews .col-md-5:nth-child(4n), #homePageNews .col-lg-5:nth-child(4n+1), #homePageNews .col-lg-5:nth-child(4n), #homePageNews .col-xs-6:nth-child(4n+1), #homePageNews .col-xs-6:nth-child(4n), #homePageNews .col-sm-6:nth-child(4n+1), #homePageNews .col-sm-6:nth-child(4n), #homePageNews .col-md-6:nth-child(4n+1), #homePageNews .col-md-6:nth-child(4n), #homePageNews .col-lg-6:nth-child(4n+1), #homePageNews .col-lg-6:nth-child(4n), #homePageNews .col-xs-7:nth-child(4n+1), #homePageNews .col-xs-7:nth-child(4n), #homePageNews .col-sm-7:nth-child(4n+1), #homePageNews .col-sm-7:nth-child(4n), #homePageNews .col-md-7:nth-child(4n+1), #homePageNews .col-md-7:nth-child(4n), #homePageNews .col-lg-7:nth-child(4n+1), #homePageNews .col-lg-7:nth-child(4n), #homePageNews .col-xs-8:nth-child(4n+1), #homePageNews .col-xs-8:nth-child(4n), #homePageNews .col-sm-8:nth-child(4n+1), #homePageNews .col-sm-8:nth-child(4n), #homePageNews .col-md-8:nth-child(4n+1), #homePageNews .col-md-8:nth-child(4n), #homePageNews .col-lg-8:nth-child(4n+1), #homePageNews .col-lg-8:nth-child(4n), #homePageNews .col-xs-9:nth-child(4n+1), #homePageNews .col-xs-9:nth-child(4n), #homePageNews .col-sm-9:nth-child(4n+1), #homePageNews .col-sm-9:nth-child(4n), #homePageNews .col-md-9:nth-child(4n+1), #homePageNews .col-md-9:nth-child(4n), #homePageNews .col-lg-9:nth-child(4n+1), #homePageNews .col-lg-9:nth-child(4n), #homePageNews .col-xs-10:nth-child(4n+1), #homePageNews .col-xs-10:nth-child(4n), #homePageNews .col-sm-10:nth-child(4n+1), #homePageNews .col-sm-10:nth-child(4n), #homePageNews .col-md-10:nth-child(4n+1), #homePageNews .col-md-10:nth-child(4n), #homePageNews .col-lg-10:nth-child(4n+1), #homePageNews .col-lg-10:nth-child(4n), #homePageNews .col-xs-11:nth-child(4n+1), #homePageNews .col-xs-11:nth-child(4n), #homePageNews .col-sm-11:nth-child(4n+1), #homePageNews .col-sm-11:nth-child(4n), #homePageNews .col-md-11:nth-child(4n+1), #homePageNews .col-md-11:nth-child(4n), #homePageNews .col-lg-11:nth-child(4n+1), #homePageNews .col-lg-11:nth-child(4n), #homePageNews .col-xs-12:nth-child(4n+1), #homePageNews .col-xs-12:nth-child(4n), #homePageNews .col-sm-12:nth-child(4n+1), #homePageNews .col-sm-12:nth-child(4n), #homePageNews .col-md-12:nth-child(4n+1), #homePageNews .col-md-12:nth-child(4n), #homePageNews .col-lg-12:nth-child(4n+1), #homePageNews .col-lg-12:nth-child(4n) {
        background: #F5F5F5 !important; } }

.awards {
  padding: 30px 40px 0;
  text-align: center; }
  .awards .award {
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 30px; }
    .awards .award img {
      vertical-align: top;
      max-width: 100%;
      width: 180px; }
    .awards .award p {
      margin-top: 10px;
      vertical-align: top;
      text-align: left;
      width: 180px; }

.reviews {
  table-layout: fixed;
  width: 100%; }
  .reviews tr {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    position: relative;
    background: #fff; }
    .reviews tr .publisherPhoto {
      width: 65px;
      display: inline-block;
      margin-right: 10px; }
      .reviews tr .publisherPhoto img {
        vertical-align: middle;
        max-width: 100%; }
    .reviews tr:nth-child(2n) {
      background: #F5F5F5; }
    .reviews tr:hover {
      background: #EBEBEB; }
    .reviews tr td {
      position: relative;
      width: 50%;
      font-size: 16px;
      font-weight: light; }
      .reviews tr td b {
        font-size: 16px;
        font-weight: 300; }
      .reviews tr td .btn {
        margin: 0 !important; }
  .reviews .absoluteLink {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.reviewsPage .widgetBox {
  padding-bottom: 30px; }
  .reviewsPage .widgetBox .publisherData {
    padding: 30px;
    overflow: hidden; }
    .reviewsPage .widgetBox .publisherData .name {
      float: left;
      font-size: 24px;
      font-weight: bold; }
    .reviewsPage .widgetBox .publisherData .thumb {
      float: right; }
      .reviewsPage .widgetBox .publisherData .thumb img {
        max-height: 80px; }
  .reviewsPage .widgetBox .reviews > div {
    display: none;
    line-height: 33px; }
    .reviewsPage .widgetBox .reviews > div:nth-child(1), .reviewsPage .widgetBox .reviews > div:nth-child(2), .reviewsPage .widgetBox .reviews > div:nth-child(3), .reviewsPage .widgetBox .reviews > div:nth-child(4), .reviewsPage .widgetBox .reviews > div:nth-child(5) {
      display: block; }
    .reviewsPage .widgetBox .reviews > div:nth-child(2n+1) {
      background: #F5F5F5; }
    .reviewsPage .widgetBox .reviews > div a {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      color: #303030;
      display: block;
      padding: 0 30px;
      font-size: 15px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .reviewsPage .widgetBox .reviews > div a:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  .reviewsPage .widgetBox .moreReviews {
    margin: 30px 0 0 30px; }
  .reviewsPage .widgetBox.filter {
    padding: 30px; }
    .reviewsPage .widgetBox.filter b {
      font-size: 15px;
      font-weight: 300; }
    .reviewsPage .widgetBox.filter .row {
      margin: 30px -15px 0; }
    .reviewsPage .widgetBox.filter .select {
      margin-top: 5px; }
    .reviewsPage .widgetBox.filter .form {
      padding-bottom: 0; }
    .reviewsPage .widgetBox.filter .btn {
      margin-top: 30px; }

.productDetails .halfCol {
  overflow: hidden;
  width: 50%;
  float: left; }
  @media screen and (max-width: 1024px) {
    .productDetails .halfCol {
      width: auto;
      float: none; } }
.productDetails .gallery {
  float: none !important;
  width: auto;
  height: auto;
  background: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  min-height: 100px;
  margin: 0 -10px; }
  .productDetails .gallery .col-xs-1, .productDetails .gallery .col-sm-1, .productDetails .gallery .col-md-1, .productDetails .gallery .col-lg-1, .productDetails .gallery .col-xs-2, .productDetails .gallery .col-sm-2, .productDetails .gallery .col-md-2, .productDetails .gallery .col-lg-2, .productDetails .gallery .col-xs-3, .productDetails .gallery .col-sm-3, .productDetails .gallery .col-md-3, .productDetails .gallery .col-lg-3, .productDetails .gallery .col-xs-4, .productDetails .gallery .col-sm-4, .productDetails .gallery .col-md-4, .productDetails .gallery .col-lg-4, .productDetails .gallery .col-xs-5, .productDetails .gallery .col-sm-5, .productDetails .gallery .col-md-5, .productDetails .gallery .col-lg-5, .productDetails .gallery .col-xs-6, .productDetails .gallery .col-sm-6, .productDetails .gallery .col-md-6, .productDetails .gallery .col-lg-6, .productDetails .gallery .col-xs-7, .productDetails .gallery .col-sm-7, .productDetails .gallery .col-md-7, .productDetails .gallery .col-lg-7, .productDetails .gallery .col-xs-8, .productDetails .gallery .col-sm-8, .productDetails .gallery .col-md-8, .productDetails .gallery .col-lg-8, .productDetails .gallery .col-xs-9, .productDetails .gallery .col-sm-9, .productDetails .gallery .col-md-9, .productDetails .gallery .col-lg-9, .productDetails .gallery .col-xs-10, .productDetails .gallery .col-sm-10, .productDetails .gallery .col-md-10, .productDetails .gallery .col-lg-10, .productDetails .gallery .col-xs-11, .productDetails .gallery .col-sm-11, .productDetails .gallery .col-md-11, .productDetails .gallery .col-lg-11, .productDetails .gallery .col-xs-12, .productDetails .gallery .col-sm-12, .productDetails .gallery .col-md-12, .productDetails .gallery .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .productDetails .gallery > div {
    margin-top: 10px;
    overflow: hidden;
    background-color: white;
    border: 2px solid white; }
    .productDetails .gallery > div img {
      display: none; }
    .productDetails .gallery > div a, .productDetails .gallery > div .bg {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: contain;
      background-position: center center; }
      .productDetails .gallery > div a:hover, .productDetails .gallery > div a:focus, .productDetails .gallery > div a:active, .productDetails .gallery > div .bg:hover, .productDetails .gallery > div .bg:focus, .productDetails .gallery > div .bg:active {
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
.productDetails .versions {
  text-transform: uppercase;
  margin-bottom: 16px; }
  .productDetails .versions b {
    margin-right: 3px; }
.productDetails .backBtn, .productDetails .btn {
  margin: 20px 20px 0 20px;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  /*        &:first-child{
              margin-left: 30px;
          }*/ }
.productDetails .buttons, .productDetails .gallery {
  padding: 0; }
.productDetails .buttons {
  /*@include transitions(0.5s ease 0s);*/
  opacity: 0;
  visibility: hidden;
  background: #EBEBEB;
  float: right; }
  .productDetails .buttons.visible {
    opacity: 1;
    visibility: visible; }
@media screen and (max-width: 1024px) {
  .productDetails .buttons {
    overflow: hidden;
    float: none;
    width: auto;
    clear: both; }
  .productDetails .gallery {
    background: #FFFFFF;
    padding-top: 20px; } }
@media screen and (max-width: 767px) {
  .productDetails .buttons {
    text-align: center; }
    .productDetails .buttons .backBtn, .productDetails .buttons .btn {
      margin: 10px !important;
      vertical-align: top;
      display: inline-block; }
      .productDetails .buttons .backBtn:nth-child(3), .productDetails .buttons .btn:nth-child(3) {
        /*margin-top: -10px !important;*/ } }
.productDetails .buttons {
  float: none;
  width: auto;
  padding: 10px 20px 30px 20px; }
.productDetails .text {
  float: none;
  width: auto;
  height: auto;
  max-height: 700px; }

.cmsSubPage {
  padding: 40px 0; }

.ajaxSubmit i.fa {
  line-height: 50px; }

@media screen and (max-width: 699px) {
  p {
    word-wrap: break-word; } }
.gm-style .gm-style-iw {
  font-size: 12px; }
  .gm-style .gm-style-iw br {
    line-height: 0.7em; }
  .gm-style .gm-style-iw big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  .gm-style .gm-style-iw .city {
    text-transform: uppercase; }

.lb-data .lb-caption {
  text-transform: uppercase; }

.parallaxImg {
  margin: 0 -10px;
  height: 450px;
  /*height: 300px;*/
  /*background-size: auto 450px;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  /*background-attachment: fixed;*/ }
  @media screen and (max-width: 999px) {
    .parallaxImg {
      height: 250px;
      background-attachment: initial;
      background-position: center center !important;
      background-size: cover; } }

.mainHeader {
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  background: #112037;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 56px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .mainHeader::after {
    position: absolute;
    bottom: 40px;
    background: white;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    display: block;
    content: '';
    left: 0;
    right: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0; }

#footer {
  color: white;
  font-size: 14px;
  margin: 0;
  background: #0D0D0D;
  padding: 40px 0;
  text-align: center;
  /*    @media screen and (max-width: 599px){
  
          .pull-right{
              float: none !important;
              clear: both;
          }
          .credits{
              display: block;
              height: auto;
              padding-top: 20px;
              text-align: right;
          }
      }*/ }
  #footer .socialMedia {
    padding: 10px 0;
    height: 50px;
    line-height: 30px;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
  #footer .footer2 {
    /*border-top: 1px solid mix(#fff, $color1, 7);*/ }
  @media screen and (max-width: 1339px) {
    #footer .socialMedia, #footer .footer2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 599px) {
    #footer .socialMedia, #footer .footer2 {
      padding-left: 10px;
      padding-right: 10px; } }
  #footer .container {
    padding: 0; }
  @media screen and (max-width: 1199px) {
    #footer {
      padding-bottom: 10px; }
      #footer .container {
        padding: 0; }
        #footer .container > div > div > div {
          padding-bottom: 20px; } }
  #footer a {
    color: inherit; }
  #footer .markaCredits {
    float: right;
    font-size: 14px;
    text-align: right;
    font-weight: 700; }
    #footer .markaCredits small {
      font-weight: 300;
      font-size: 11px; }
  #footer #footerLogo img {
    width: 230px;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    #footer {
      text-align: center; }
      #footer #footerLogo {
        float: none; } }
  #footer #footerMenu {
    margin: 20px 0; }
    #footer #footerMenu, #footer #footerMenu li {
      padding: 0;
      list-style: none; }
      #footer #footerMenu a, #footer #footerMenu li a {
        font-size: 12px;
        margin: 0 15px;
        text-transform: uppercase;
        line-height: 33px;
        font-weight: bold; }
    #footer #footerMenu li {
      display: inline-block; }
  #footer br.onlyRwd {
    display: none; }
  #footer .credits {
    margin-top: 40px; }
  #footer #poweredByZlepszejstrony {
    text-align: center;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 300; }
    #footer #poweredByZlepszejstrony a {
      font-weight: 700;
      color: #D23F38; }
      #footer #poweredByZlepszejstrony a:hover {
        color: #e07974; }
  #footer .footerImpressum {
    font-size: 12px; }
    #footer .footerImpressum b {
      text-transform: uppercase;
      font-weight: 600;
      opacity: 0.85; }
    #footer .footerImpressum span {
      font-weight: 300;
      opacity: 0.7; }

.list-view {
  padding: 0; }

#carousel {
  overflow: hidden; }
  #carousel .owl-carousel .owl-stage {
    overflow: hidden;
    padding-top: 39px;
    padding-bottom: 39px; }
    #carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 39px;
      visibility: visible;
      background: url("../img/klisza.png"); }
    #carousel .owl-carousel .owl-stage span, #carousel .owl-carousel .owl-stage a {
      display: block; }
    #carousel .owl-carousel .owl-stage::after {
      top: auto;
      bottom: 0; }
    @media screen and (max-width: 767px) {
      #carousel .owl-carousel .owl-stage {
        padding-top: 20px;
        padding-bottom: 20px; }
        #carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
          height: 20px;
          background-size: auto 20px; } }
  #carousel .owl-item > div {
    padding: 0 10px; }
  #carousel .promotedPhoto {
    padding-top: 82%;
    background-size: cover;
    background-position: center center; }

.section {
  padding-top: 30px;
  padding-bottom: 30px; }
  .section.empty {
    display: none !important; }
  .section.fullSection {
    padding-top: 0;
    padding-bottom: 0; }
  @media screen and (max-width: 1239px) {
    .section:not(.fullSection) {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 1199px) {
      .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px; } }

.tos-close span::before, .tos-close span::after {
  content: '';
  width: 20px;
  height: 3px;
  background: white;
  border: none;
  left: 0;
  right: 0;
  margin: auto; }
.tos-close span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.tos-pagination {
  z-index: 100000; }

#facebook {
  float: right;
  poition: absolute;
  right: 0;
  color: white;
  margin: 0 10px; }
  #facebook i.fa {
    font-size: 22px;
    line-height: 70px; }

#facebook2 {
  float: right;
  color: white;
  margin: 3px 60px 0 10px; }
  #facebook2 i.fa {
    font-size: 22px;
    line-height: 70px; }

body {
  min-height: 100vh;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #222; }
  @media screen and (min-width: 1200px) {
    body {
      /*&.sticky{*/
      /*padding-top: 70px;*/
      /*}*/ } }
  body .enterPrompt {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
    background: white;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, white 0%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center; }
    body .enterPrompt .cmsPage {
      width: 100%; }
    body .enterPrompt p {
      text-transform: none; }
    body .enterPrompt .pelno {
      margin: 10px 40px 0;
      display: inline-block;
      font-weight: 300;
      text-align: center;
      font-size: 24px;
      cursor: pointer;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      body .enterPrompt .pelno:hover {
        color: #B8A377; }

#topBarRwd {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  min-width: 320px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center; }
  #topBarRwd::after {
    position: absolute;
    width: 4px;
    left: 0;
    background: #fff;
    top: 0;
    height: 70px;
    content: '';
    display: block;
    z-index: 999; }
  #topBarRwd .socialMedia {
    display: none; }
  #topBarRwd > .container {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transaprent; }
  #topBarRwd #logoRwd img {
    max-height: 50px;
    max-width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
  #topBarRwd #topMenuRwd {
    z-index: 998;
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    top: 0;
    width: 250px;
    left: -250px;
    position: fixed;
    right: auto;
    height: 100%;
    padding-top: 40px;
    padding-left: 0;
    /*border-right: 5px solid $color1dark;*/
    list-style: none;
    overflow-y: auto; }
    #topBarRwd #topMenuRwd .vChange {
      font-size: 12px; }
    #topBarRwd #topMenuRwd .subMenu {
      display: none; }
    #topBarRwd #topMenuRwd li {
      padding: 0;
      display: block;
      padding: 0 25px; }
      #topBarRwd #topMenuRwd li a {
        text-transform: uppercase;
        color: #222;
        display: inline-block;
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        font-size: 18px;
        text-align: center;
        position: relative;
        display: block;
        padding: 10px 0; }
    #topBarRwd #topMenuRwd.menuOpen {
      left: 0px; }
  #topBarRwd .menuButton {
    float: left;
    cursor: pointer;
    width: 30px;
    left: 20px;
    height: 21px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101; }
    #topBarRwd .menuButton span {
      display: block;
      position: absolute;
      margin: 0;
      margin: auto;
      transition: 0.5s ease 0s;
      -webkit-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
      -o-transition: 0.5s ease 0s;
      -moz-transition: 0.5s ease 0s;
      -khtml-transition: 0.5s ease 0s;
      height: 3px;
      width: 30px;
      border-radius: 1px;
      background: #222;
      left: 0;
      right: 0; }
      #topBarRwd .menuButton span.bar1 {
        top: 0;
        bottom: 18px; }
      #topBarRwd .menuButton span.bar2 {
        top: 0;
        bottom: 0; }
      #topBarRwd .menuButton span.bar3 {
        top: 18px;
        bottom: 0; }
    #topBarRwd .menuButton.menuOpen {
      /*           position: fixed;
             left: 20px;
               top: 72px;
               bottom: auto;
               margin: 0;*/ }
      #topBarRwd .menuButton.menuOpen span {
        background: #6E3E82;
        top: 0;
        bottom: 0; }
        #topBarRwd .menuButton.menuOpen span.bar1, #topBarRwd .menuButton.menuOpen span.bar3 {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #topBarRwd .menuButton.menuOpen span.bar2 {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
      #topBarRwd .menuButton.menuOpen + #logoRwd {
        margin-left: 60px; }
  #topBarRwd #logoRwd {
    float: right;
    margin: 0; }
  #topBarRwd .menuButton {
    position: absolute; }
  #topBarRwd .menuButton.menuOpen + #logoRwd {
    margin: 0; }
  #topBarRwd #topMenuRwd {
    text-align: left; }
  #topBarRwd .versionSelect {
    text-align: center; }
    #topBarRwd .versionSelect .vChange {
      float: none;
      border-color: #222;
      color: #222;
      margin: 0 auto 20px; }
    #topBarRwd .versionSelect .languages {
      color: #222;
      float: right;
      font-size: 16px;
      height: 35px;
      margin: 6px -15px 0 0;
      width: 75px; }
      #topBarRwd .versionSelect .languages::after {
        filter: none;
        -webkit-filter: none;
        right: 15px;
        top: 12px; }
      #topBarRwd .versionSelect .languages .lang {
        width: 75px;
        background: white;
        padding: 5px 29px 5px 10px; }
        #topBarRwd .versionSelect .languages .lang:hover {
          color: inherit; }
      #topBarRwd .versionSelect .languages:hover:not(.closed) .other, #topBarRwd .versionSelect .languages.hover:not(.closed) .other {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1199px) {
  #top {
    display: none; }

  #topBarRwd {
    display: block; }

  body {
    padding-top: 70px; }
    body #topBarRwd, body #page, body #footer {
      position: relative;
      transition: left 0.5s ease 0s;
      -webkit-transition: left 0.5s ease 0s;
      -ms-transition: left 0.5s ease 0s;
      -o-transition: left 0.5s ease 0s;
      -moz-transition: left 0.5s ease 0s;
      -khtml-transition: left 0.5s ease 0s;
      left: 0; }
    body.menuOpen #topBarRwd, body.menuOpen #page, body.menuOpen #footer {
      left: 250px !important; } }
.cmsPage {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none; }
  .cmsPage .textWidget {
    line-height: 1.5em; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3, .cmsPage h4, .cmsPage h5, .cmsPage h6 {
    line-height: normal;
    font-weight: 300; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3 {
    color: #000;
    line-height: normal;
    font-weight: 700; }
  .cmsPage h1 {
    font-size: 36px; }
  .cmsPage h2 {
    font-size: 36px; }
  .cmsPage h3 {
    font-size: 28px; }
  .cmsPage h4 {
    font-size: 24px; }
  .cmsPage h5 {
    font-size: 20px; }
  .cmsPage h6 {
    font-size: 18px; }
    .cmsPage h6 span {
      font-size: 25px;
      color: #555555;
      border: 1px solid #555555;
      border-radius: 2px;
      padding: 7px 12px;
      font-weight: bold;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: inline-block; }
  .cmsPage .textWidget strong, .cmsPage .textWidget b {
    color: #000; }

.cmsPage {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /*    display: flex;
      -webkit-display: flex;
      display: -webkit-flex;
      align-items: end;
      -webkit-align-items: end;*/ }
  .cmsPage > div {
    display: block;
    width: 100%; }

.classicSlider {
  overflow: hidden;
  min-height: 400px !important; }
  @media screen and (max-width: 599px) {
    .classicSlider {
      min-height: 400px !important; } }
  .classicSlider .owl-wrapper-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important; }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-wrapper-outer {
        min-height: 400px !important; } }
    .classicSlider .owl-wrapper-outer .owl-wrapper {
      height: 100% !important; }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 100% !important;
        min-height: 400px !important; }
        @media screen and (max-width: 599px) {
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
            min-height: 400px !important; } }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
          overflow: hidden;
          min-height: 400px !important;
          background-color: #000000;
          background-repeat: no-repeat;
          width: 100%;
          background-size: cover;
          background-position: center center;
          position: relative; }
          @media screen and (max-width: 599px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              min-height: 400px !important; } }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after {
            content: '';
            z-index: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3); }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
            overflow: hidden;
            height: 100%; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
              position: absolute;
              z-index: 2;
              bottom: 50px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                color: white;
                text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
                position: relative;
                transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -webkit-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -ms-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -o-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -moz-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
                -khtml-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img {
                width: auto;
                max-width: 100%; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 56px;
                font-weight: 500; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                font-size: 48px;
                font-weight: 500;
                left: 100vw; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                font-size: 32px;
                font-weight: 400;
                left: -100vw;
                margin-top: 15px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                font-size: 32px;
                font-weight: 300; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                margin-top: 25px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
                  display: inline-block;
                  padding: 0 18px;
                  height: 52px;
                  line-height: 50px;
                  font-size: 16px;
                  color: #fff;
                  border: 1px solid #fff;
                  text-transform: uppercase;
                  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -ms-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -khtml-transition: color 0.3s ease 0s, background-color 0.3s ease 0s; }
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover {
                    background: white;
                    color: black; }
              @media screen and (max-width: 899px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 52px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 38px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                  font-size: 24px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                  font-size: 24px; } }
              @media screen and (max-width: 599px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 46px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 38px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                  font-size: 22px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                  font-size: 22px; } }
              @media screen and (max-width: 399px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 38px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 32px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                  font-size: 22px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
                  font-size: 22px; } }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .container .text .text5 {
          /*left: 0; right: 0;*/ }
  .classicSlider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-controls {
        display: none; } }
    .classicSlider .owl-controls .owl-page {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: inline-block;
      width: 15px;
      height: 15px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border: 1px solid #fff;
      border-radius: 15px;
      margin: 0 7px;
      cursor: pointer; }
      .classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
        background: #fff; }

.socialMedia {
  text-align: right; }
  .socialMedia a, .socialMedia span {
    margin-right: 10px;
    display: inline-block; }
    .socialMedia a:last-child, .socialMedia span:last-child {
      margin-right: 0; }
    .socialMedia a i.fa, .socialMedia span i.fa {
      font-size: 22px;
      top: 2px;
      position: relative; }

#tilesList {
  overflow: hidden;
  /*    margin-left: -10px;
      margin-right: -10px;*/
  margin-bottom: -10px; }
  #tilesList .tileContainer {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    float: left; }
    #tilesList .tileContainer .tile {
      overflow: hidden;
      position: relative; }
      #tilesList .tileContainer .tile .dummy {
        padding-top: 66%; }
      #tilesList .tileContainer .tile .text {
        transition: background 0.3s ease 0s;
        -webkit-transition: background 0.3s ease 0s;
        -ms-transition: background 0.3s ease 0s;
        -o-transition: background 0.3s ease 0s;
        -moz-transition: background 0.3s ease 0s;
        -khtml-transition: background 0.3s ease 0s;
        background: rgba(52, 193, 231, 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        -webkit-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        align-items: -webkit-center;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: -webkit-center;
        color: white;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: center; }
        #tilesList .tileContainer .tile .text h3 > span > span {
          font-size: 0.6em; }
      #tilesList .tileContainer .tile .thumb {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile a.absoluteLink {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile:hover .text {
        background: rgba(52, 193, 231, 0.8); }
      #tilesList .tileContainer .tile:hover .thumb {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }

.downloads, .downloads li {
  list-style: none;
  padding: 0; }
.downloads i.fa {
  margin-right: 5px; }

#blogArticlePage h1 {
  text-align: center; }
#blogArticlePage .btn::before {
  display: none !important; }

div[data-type=blogArticlesList] {
  padding-top: 20px; }
  div[data-type=blogArticlesList] .article {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    div[data-type=blogArticlesList] .article h3 {
      margin-top: 0; }
      div[data-type=blogArticlesList] .article h3 small {
        margin-bottom: 5px;
        display: inline-block; }
    div[data-type=blogArticlesList] .article:last-child {
      border-bottom: 0; }
    div[data-type=blogArticlesList] .article .bg {
      padding-top: 75%;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        div[data-type=blogArticlesList] .article .bg {
          padding-top: 40%;
          margin-bottom: 10px; } }
      div[data-type=blogArticlesList] .article .bg > div {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center; }
      div[data-type=blogArticlesList] .article .bg a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      div[data-type=blogArticlesList] .article .bg:hover > div {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    div[data-type=blogArticlesList] .article p {
      font-size: 0.9em; }
    div[data-type=blogArticlesList] .article a.more {
      text-decoration: underline; }

.hasBgPhoto {
  background-attachment: fixed; }
  @media screen and (max-width: 999px) {
    .hasBgPhoto {
      background-attachment: initial;
      background-position: center center !important;
      background-size: cover; } }

#content > .cmsPage:nth-child(2) > div > .section:first-child {
  padding-top: 0; }

#topBarRwd {
  background: #fff;
  height: 50px; }
  #topBarRwd, #topBarRwd > .container {
    color: white;
    height: 70px; }
  #topBarRwd #logoRwd img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 55%;
    max-height: 30px; }
  #topBarRwd .topPhone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    font-size: 14px;
    width: 130px;
    color: #6E3E82;
    margin: auto; }
  #topBarRwd #logoRwd .small img {
    max-height: 25px;
    top: -20px; }
  #topBarRwd .socialMedia {
    margin-right: -20px;
    float: right;
    line-height: 60px; }
    #topBarRwd .socialMedia a {
      margin-top: 10px;
      color: black; }
      #topBarRwd .socialMedia a:hover {
        color: #000 !important; }
      #topBarRwd .socialMedia a i.fa {
        font-size: 28px; }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .col-sm-6:nth-child(2n+1) {
    clear: both; } }
@media screen and (min-width: 1240px) {
  .section.fullSection .col-md-6.column.half-wided:not(.half-wided-right) {
    padding-right: 30px !important; }
  .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 30px !important; } }
  @media screen and (min-width: 1240px) and (max-width: 1199px) {
    .section.fullSection .col-md-6.column.half-wided.half-wided-right {
      padding-left: 15px !important; } }

.cmsSubPage:last-child {
  padding-bottom: 0; }
  .cmsSubPage:last-child > .section.fullSection:last-child {
    padding-bottom: 0; }

.footerCircles {
  text-align: center;
  margin-bottom: 20px; }
  .footerCircles a {
    margin: 0 10px; }
    .footerCircles a img {
      width: 35px; }

.companyDetails {
  font-size: 11px;
  color: ddd;
  margin-top: 20px; }
  .companyDetails b {
    font-size: 12px;
    color: #fff; }

#newsDetails {
  padding: 40px 0;
  max-width: 1500px;
  margin: 0 auto; }
  #newsDetails .col-md-6 {
    padding: 0 20px; }
  #newsDetails h6::after {
    left: 0 !important;
    right: auto !important;
    margin: 0 !important; }
  #newsDetails .lockRatio .dummy {
    padding-top: 100%; }
  #newsDetails .row {
    margin: 0 -10px; }
  #newsDetails .gallery .lockRatio, #newsDetails a.mainPhoto {
    display: block;
    overflow: hidden; }
    #newsDetails .gallery .lockRatio img, #newsDetails .gallery .lockRatio .content, #newsDetails a.mainPhoto img, #newsDetails a.mainPhoto .content {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      width: 100%; }
    #newsDetails .gallery .lockRatio:hover img, #newsDetails .gallery .lockRatio:hover .content, #newsDetails a.mainPhoto:hover img, #newsDetails a.mainPhoto:hover .content {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    #newsDetails .gallery .lockRatio.mainPhoto, #newsDetails a.mainPhoto.mainPhoto {
      margin-bottom: 10px; }
      #newsDetails .gallery .lockRatio.mainPhoto:hover img, #newsDetails a.mainPhoto.mainPhoto:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
  #newsDetails .gallery {
    margin: 0 -10px; }
    #newsDetails .gallery .photo {
      margin-bottom: 10px; }
      #newsDetails .gallery .photo .content {
        background-size: cover;
        background-position: center center; }
      #newsDetails .gallery .photo a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

@media screen and (max-width: 1249px) {
  .column.half-wided .textWidget {
    padding-left: 30px !important;
    padding-right: 30px !important; } }
@media screen and (max-width: 1199px) {
  .column.half-wided .textWidget {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
.rating {
  height: 15px;
  font-size: 17px;
  line-height: 15px;
  color: #B2A98C; }

body #filters {
  /*        transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -webkit-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -ms-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -o-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -moz-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          -khtml-transition:top 0.2s ease 0s, padding 0.2s ease 0s, left 0.3s ease 0s;
          position: fixed;
          bottom: 0;
          left: 10px;*/
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  /*        overflow-y: auto;*/ }
  @media screen and (max-width: 767px) {
    body #filters {
      padding-left: 10px; } }
  body #filters h3.small:first-child {
    margin-bottom: 25px;
    font-size: 22px;
    color: black;
    font-family: 'Poppins', Arial, sans-serif; }
  body #filters h4 {
    font-size: 16px;
    color: black;
    text-transform: none;
    font-weight: 700;
    font-family: 'Poppins', Arial, sans-serif; }
  body #filters #priceFilter {
    margin-bottom: 30px; }
  body #filters #categoriesFilter {
    margin-top: 20px;
    font-size: 14px;
    line-height: 31px;
    padding-right: 10px;
    padding-bottom: 20px;
    color: #000000; }
    body #filters #categoriesFilter .category {
      position: relative; }
      body #filters #categoriesFilter .category > .arrow {
        position: absolute;
        top: 10px;
        right: 0;
        width: 15px;
        height: 12px;
        /*background: rgba(red, 0.3);*/
        cursor: pointer; }
        body #filters #categoriesFilter .category > .arrow::after, body #filters #categoriesFilter .category > .arrow::before {
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s;
          content: '';
          display: block;
          position: absolute;
          width: 7px;
          height: 2px;
          background: #000000;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        body #filters #categoriesFilter .category > .arrow::after {
          margin-left: 2px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        body #filters #categoriesFilter .category > .arrow::before {
          margin-right: 1px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
      body #filters #categoriesFilter .category.open > .arrow::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      body #filters #categoriesFilter .category.open > .arrow::before {
        margin-right: 1px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
    body #filters #categoriesFilter > .category > a {
      height: 20px;
      line-height: 20px;
      margin: 10px 0;
      display: inline-block;
      color: #000;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase; }
    body #filters #categoriesFilter > .category.active > a, body #filters #categoriesFilter > .category > a:hover {
      color: black; }
    body #filters #categoriesFilter > .category .subcategories {
      display: none;
      padding: 5px 0 10px;
      line-height: 26px; }
      body #filters #categoriesFilter > .category .subcategories > .category a {
        font-size: 13px;
        color: #A1A1A1;
        text-transform: uppercase; }
      body #filters #categoriesFilter > .category .subcategories > .category.active > a, body #filters #categoriesFilter > .category .subcategories > .category > a:hover {
        color: #000;
        font-weight: bold; }
      body #filters #categoriesFilter > .category .subcategories .subcategories > .category a {
        color: #8B8B8B; }
      body #filters #categoriesFilter > .category .subcategories .subcategories > .category.active a, body #filters #categoriesFilter > .category .subcategories .subcategories > .category a:hover {
        color: black; }
  body #filters .search {
    overflow: hidden; }
    body #filters .search input[type=text], body #filters .search button {
      height: 48px;
      color: #000; }
    body #filters .search input[type=text] {
      float: left;
      border: 1px solid #CCCCCC;
      width: 85%;
      width: calc(100% - 78px);
      padding: 0 13px;
      font-size: 15px; }
    body #filters .search button {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      background: white;
      float: right;
      border: 1px solid #000;
      width: 10%;
      width: calc(40px + 8px); }
      body #filters .search button:hover {
        color: white;
        background: black; }
body.sticky {
  /*        #filters{
              padding-top: 20px;
          }*/ }
@media screen and (min-width: 768px) {
  body #filters {
    display: block !important; } }
@media screen and (max-width: 767px) {
  body #filters {
    display: none;
    position: static !important;
    width: auto !important; } }
body #productsList .alert, body .pProductsSwitch .productsCarousel .alert {
  margin-top: 40px;
  margin-right: 20px; }
body #productsList .list-view .summary, body .pProductsSwitch .productsCarousel .list-view .summary {
  margin: 0; }
body #productsList .productItem, body .pProductsSwitch .productsCarousel .productItem {
  padding: 0 20px 20px;
  margin-bottom: 20px;
  position: relative;
  /*            >div:hover{
                  .thumb{
                      .img{
                          transform: scale(1.05);
                          -webkit-transform: scale(1.05);
                      }
                  }
              }*/ }
  body #productsList .productItem > div, body .pProductsSwitch .productsCarousel .productItem > div {
    position: relative;
    overflow: hidden; }
  body #productsList .productItem a.absoluteLink, body .pProductsSwitch .productsCarousel .productItem a.absoluteLink {
    display: none; }
  body #productsList .productItem .addToCart, body .pProductsSwitch .productsCarousel .productItem .addToCart {
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 1200px) {
    body #productsList .productItem:nth-child(2n+1), body .pProductsSwitch .productsCarousel .productItem:nth-child(2n+1) {
      clear: both; } }
  @media screen and (max-width: 1199px) and (min-width: 600px) {
    body #productsList .productItem:nth-child(2n+1), body .pProductsSwitch .productsCarousel .productItem:nth-child(2n+1) {
      clear: both; } }
  @media screen and (max-width: 599px) {
    body #productsList .productItem, body .pProductsSwitch .productsCarousel .productItem {
      float: none;
      width: auto; } }
  body #productsList .productItem .thumb, body .pProductsSwitch .productsCarousel .productItem .thumb {
    padding-top: 50%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 499px) {
      body #productsList .productItem .thumb, body .pProductsSwitch .productsCarousel .productItem .thumb {
        padding-top: 100%; } }
    body #productsList .productItem .thumb .img, body .pProductsSwitch .productsCarousel .productItem .thumb .img {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      position: absolute;
      top: 20px;
      right: 20px;
      left: 20px;
      bottom: 20px;
      background-size: contain;
      background-color: white;
      background-position: center center;
      background-repeat: no-repeat; }
      body #productsList .productItem .thumb .img .absoluteLink, body .pProductsSwitch .productsCarousel .productItem .thumb .img .absoluteLink {
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute; }
  body #productsList .productItem .details, body .pProductsSwitch .productsCarousel .productItem .details {
    padding: 20px 0 20px; }
    body #productsList .productItem .details h2, body .pProductsSwitch .productsCarousel .productItem .details h2 {
      margin-top: 12px !important;
      font-size: 24px !important;
      font-weight: 700 !important; }
    body #productsList .productItem .details h3, body .pProductsSwitch .productsCarousel .productItem .details h3 {
      margin-bottom: 15px !important;
      font-size: 16px !important;
      font-weight: 700 !important;
      text-transform: uppercase !important; }
    body #productsList .productItem .details h4, body .pProductsSwitch .productsCarousel .productItem .details h4 {
      font-size: 14px;
      font-weight: 700;
      margin: 15px 0; }
    body #productsList .productItem .details p, body .pProductsSwitch .productsCarousel .productItem .details p {
      font-size: 16px;
      font-weight: 400;
      margin: 15px 0 50px; }
    body #productsList .productItem .details .btn, body .pProductsSwitch .productsCarousel .productItem .details .btn {
      border-width: 1px;
      font-weight: bold; }
  body #productsList .productItem .buttons, body .pProductsSwitch .productsCarousel .productItem .buttons {
    overflow: hidden; }
body #productsList #products-list-view::after, body .pProductsSwitch .productsCarousel #products-list-view::after {
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -khtml-transition: opacity 0.3s ease 0s;
  content: '';
  background: #fff url("../images/loading.gif") center 200px no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden; }
body #productsList #products-list-view.list-view-loading, body .pProductsSwitch .productsCarousel #products-list-view.list-view-loading {
  background: none; }
  body #productsList #products-list-view.list-view-loading::after, body .pProductsSwitch .productsCarousel #products-list-view.list-view-loading::after {
    opacity: 0.7;
    visibility: visible; }
body .pProductsSwitch .sections .productsCarousel {
  padding: 0; }
  body .pProductsSwitch .sections .productsCarousel .owl-prev, body .pProductsSwitch .sections .productsCarousel .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 13px;
    height: 21px;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    color: #CACACA;
    font-size: 34px;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -khtml-transition: color 0.3s ease 0s; }
    body .pProductsSwitch .sections .productsCarousel .owl-prev i.fa, body .pProductsSwitch .sections .productsCarousel .owl-next i.fa {
      position: relative;
      top: -10px; }
    body .pProductsSwitch .sections .productsCarousel .owl-prev:hover, body .pProductsSwitch .sections .productsCarousel .owl-next:hover {
      color: #8d8d8d; }
  body .pProductsSwitch .sections .productsCarousel .owl-prev {
    left: -40px; }
  body .pProductsSwitch .sections .productsCarousel .owl-next {
    right: -40px; }
  @media screen and (max-width: 1249px) {
    body .pProductsSwitch .sections .productsCarousel {
      padding: 0 20px; }
      body .pProductsSwitch .sections .productsCarousel .owl-prev {
        left: 0; }
      body .pProductsSwitch .sections .productsCarousel .owl-next {
        right: 0; } }
  body .pProductsSwitch .sections .productsCarousel .owl-wrapper-outer {
    overflow: hidden; }
  body .pProductsSwitch .sections .productsCarousel .productItem {
    margin-bottom: 0 !important; }
    body .pProductsSwitch .sections .productsCarousel .productItem > div .thumb {
      padding-top: 130%; }
    body .pProductsSwitch .sections .productsCarousel .productItem > div .details {
      padding-top: 0 !important; }
    body .pProductsSwitch .sections .productsCarousel .productItem > div a.absoluteLink {
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      bottom: 20px;
      display: block;
      z-index: 1; }
    body .pProductsSwitch .sections .productsCarousel .productItem > div > div {
      width: auto !important;
      float: none !important;
      text-align: center; }
      body .pProductsSwitch .sections .productsCarousel .productItem > div > div .rating {
        margin-top: 10px; }
      body .pProductsSwitch .sections .productsCarousel .productItem > div > div h2 {
        font-size: 18px !important;
        margin: 10px 0 !important; }
      body .pProductsSwitch .sections .productsCarousel .productItem > div > div h3 {
        font-size: 12px !important;
        margin: 0 !important; }
      body .pProductsSwitch .sections .productsCarousel .productItem > div > div h4 {
        display: none; }
      body .pProductsSwitch .sections .productsCarousel .productItem > div > div a.btn {
        display: none; }
      body .pProductsSwitch .sections .productsCarousel .productItem > div > div p {
        margin-bottom: 0 !important; }
    body .pProductsSwitch .sections .productsCarousel .productItem > div:hover .img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }

#priceFilter > div {
  overflow: hidden; }
  #priceFilter > div input {
    -moz-appearance: textfield;
    outline: none; }
    #priceFilter > div input:focus {
      outline: none; }
  #priceFilter > div input::-webkit-outer-spin-button,
  #priceFilter > div input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }
  #priceFilter > div > div {
    width: 45%;
    width: calc(50% - 20px);
    border-bottom: 1px solid #000000;
    float: left; }
    @media screen and (max-width: 1499px) and (min-width: 768px) {
      #priceFilter > div > div {
        width: 100%; }
        #priceFilter > div > div:first-child {
          margin-bottom: 10px; } }
    #priceFilter > div > div:last-child {
      float: right; }
    #priceFilter > div > div span {
      display: block;
      width: 16%; }
      #priceFilter > div > div span:first-child {
        float: left;
        color: #101010; }
      #priceFilter > div > div span:last-child {
        float: right;
        text-align: right;
        color: #AAA; }
    #priceFilter > div > div input {
      padding: 0 10px;
      border: none;
      width: 68%; }
      #priceFilter > div > div input:focus {
        box-shadow: none; }
    #priceFilter > div > div span, #priceFilter > div > div input {
      font-size: 14px;
      height: 32px;
      line-height: 32px; }

.pProductsSwitch nav, .productSwitcher nav {
  padding-top: 40px;
  border-bottom: 1px solid #E8E9EA;
  text-align: center; }
  .pProductsSwitch nav .switch, .productSwitcher nav .switch {
    display: inline-block;
    margin: 0 40px;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    position: relative; }
    .pProductsSwitch nav .switch::after, .productSwitcher nav .switch::after {
      position: absolute;
      left: 0;
      right: 0;
      height: 4px;
      top: 100%;
      top: calc(100% + 1px);
      margin: 0 auto;
      background: #BDB49C;
      width: 0;
      display: block;
      content: '';
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
    .pProductsSwitch nav .switch:hover::after, .pProductsSwitch nav .switch.active::after, .productSwitcher nav .switch:hover::after, .productSwitcher nav .switch.active::after {
      width: 100%; }
    @media screen and (max-width: 499px) {
      .pProductsSwitch nav .switch, .productSwitcher nav .switch {
        margin: 0 10px; } }
.pProductsSwitch .sections, .productSwitcher .sections {
  margin-top: 4px;
  min-height: 300px !important; }
  @media screen and (max-width: 991px) {
    .pProductsSwitch .sections, .productSwitcher .sections {
      height: auto !important;
      min-height: auto !important; } }
  .pProductsSwitch .sections > div, .productSwitcher .sections > div {
    display: none; }
    .pProductsSwitch .sections > div:first-child, .productSwitcher .sections > div:first-child {
      display: block; }
.pProductsSwitch .owl-pagination, .productSwitcher .owl-pagination {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  .pProductsSwitch .owl-pagination .owl-page, .productSwitcher .owl-pagination .owl-page {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px; }
    @media screen and (max-width: 1199px) and (min-width: 500px) {
      .pProductsSwitch .owl-pagination .owl-page, .productSwitcher .owl-pagination .owl-page {
        width: 14px;
        height: 14px; } }
    @media screen and (max-width: 499px) {
      .pProductsSwitch .owl-pagination .owl-page, .productSwitcher .owl-pagination .owl-page {
        width: 16px;
        height: 16px; } }
    .pProductsSwitch .owl-pagination .owl-page.active, .pProductsSwitch .owl-pagination .owl-page:hover, .productSwitcher .owl-pagination .owl-page.active, .productSwitcher .owl-pagination .owl-page:hover {
      background: black; }
.pProductsSwitch.productSwitcher nav, .productSwitcher.productSwitcher nav {
  margin: 0 -20px;
  padding: 40px 0;
  text-align: left; }
.pProductsSwitch.productSwitcher .sections, .productSwitcher.productSwitcher .sections {
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -10px; }

#filtersButton {
  margin-top: 20px; }

.text-uppercase {
  text-transform: uppercase; }

.pIcon {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 2px;
  position: relative;
  top: -2px; }
  .pIcon img {
    max-height: 24px;
    vertical-align: middle; }

.pIconsTitle {
  display: inline-block;
  line-height: 24px;
  margin-right: 5px; }

.tooltip.in {
  opacity: 1 !important; }
.tooltip .tooltip-inner {
  border: 1px solid #BFBFBF;
  border-radius: 1px;
  font-size: 12px;
  background: #F7F7F7;
  color: #010101; }
.tooltip .tooltip-arrow {
  display: none; }

#zapytajEkspertaBtn {
  float: right;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    #zapytajEkspertaBtn {
      float: none;
      margin: 20px auto 0; } }

@media screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center; } }
.row.negativeMargin {
  margin-left: -10px;
  margin-right: -10px; }

#productDetails {
  padding: 20px 0 80px; }
  @media screen and (max-width: 1199px) {
    #productDetails {
      padding-bottom: 40px; } }
  #productDetails img {
    max-width: 100%; }
  #productDetails .cmsPage {
    margin-top: 40px; }
  #productDetails .socialLinks {
    padding-top: 20px;
    font-size: 20px; }
    #productDetails .socialLinks a {
      margin-left: 8px; }
  #productDetails .footerCircles {
    text-align: left; }
    @media screen and (min-width: 992px) {
      #productDetails .footerCircles a:first-child {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    #productDetails {
      padding-bottom: 20px; }
      #productDetails > div > .container > .row {
        margin: 0 -10px; } }
  #productDetails .details > .row.negativeMargin > div > h3 {
    text-transform: uppercase;
    font-size: 15px !important; }
  #productDetails .details > h1 {
    font-size: 40px; }
  #productDetails .details .pRow {
    font-size: 15px;
    margin: 20px 0; }
    #productDetails .details .pRow b:not(:first-child) {
      display: inline-block;
      margin-left: 30px; }
  #productDetails .details .description {
    text-align: justify; }
  #productDetails .details .videos {
    padding-bottom: 0; }
    #productDetails .details .videos .row {
      margin: 0 -10px; }
      #productDetails .details .videos .row .frameWrap {
        margin-bottom: 20px;
        position: relative;
        padding-top: 66%;
        overflow: hidden; }
        #productDetails .details .videos .row .frameWrap iframe {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
      @media screen and (max-width: 767px) {
        #productDetails .details .videos .row > div:last-child {
          padding-bottom: 20px; }
          #productDetails .details .videos .row > div:last-child .frameWrap {
            margin-bottom: 0; } }
  #productDetails .container {
    width: 1460px !important; }
  #productDetails .mainPhoto {
    position: relative;
    text-align: center; }
    #productDetails .mainPhoto img {
      max-width: 100%; }
  #productDetails .gallery {
    overflow: hidden;
    margin: 0 -10px; }
    #productDetails .gallery > div {
      margin-top: 10px; }
    #productDetails .gallery img {
      display: none; }
    #productDetails .gallery .galleryItem {
      display: block;
      position: relative;
      padding-top: 100%;
      overflow: hidden; }
      #productDetails .gallery .galleryItem .bg {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      #productDetails .gallery .galleryItem:hover .bg {
        transform: scale(1.1);
        -webkit-ransform: scale(1.1); }
  #productDetails .currentProductRating .rating > div {
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
    fotn-size: 15px; }

.accordionSection {
  border-top: 1px solid #BFBFBF;
  padding: 0 15px; }
  .accordionSection:last-child {
    border-bottom: 1px solid #BFBFBF; }
  @media screen and (max-width: 599px) {
    .accordionSection {
      padding: 0 5px; } }
  .accordionSection .sectionHeader {
    height: 46px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 46px;
    cursor: pointer;
    position: relative; }
    .accordionSection .sectionHeader .arrow {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto 0;
      width: 15px;
      height: 12px;
      /*background: rgba(red, 0.3);*/
      cursor: pointer; }
      .accordionSection .sectionHeader .arrow::after, .accordionSection .sectionHeader .arrow::before {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        content: '';
        display: block;
        position: absolute;
        width: 9px;
        height: 2px;
        background: #D4D4D4;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      .accordionSection .sectionHeader .arrow::after {
        margin-left: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .accordionSection .sectionHeader .arrow::before {
        margin-right: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
  .accordionSection .sectionBody {
    padding: 15px 0;
    overflow: hidden;
    display: none; }
  .accordionSection.open .sectionHeader .arrow::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .accordionSection.open .sectionHeader .arrow::before {
    margin-right: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.ratingForm {
  position: relative;
  top: 1px;
  display: inline-block;
  cursor: default; }
  .ratingForm .rating {
    float: left;
    direction: rtl;
    unicode-bidi: bidi-override; }
    .ratingForm .rating span.star {
      cursor: pointer;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal; }
      .ratingForm .rating span.star:hover {
        cursor: pointer; }
      .ratingForm .rating span.star::before {
        color: #B5A78C;
        content: '\f006'; }
  .ratingForm .rating span.star:hover::before, .ratingForm .rating span.star.selected::before, .ratingForm .rating span.star:hover ~ span.star::before, .ratingForm .rating span.star.selected ~ span.star::before {
    content: '\f005'; }

#opinion-form input[type=checkbox] {
  position: relative;
  top: 1px; }
#opinion-form b {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
  margin-right: 10px; }
#opinion-form .rules {
  text-align: right;
  font-size: 12px; }
  #opinion-form .rules a {
    text-decoration: underline; }
#opinion-form .btn {
  border-width: 1px !important;
  margin-top: 20px; }
#opinion-form .row {
  margin: 0 -10px; }
#opinion-form input:invalid {
  outline: none;
  box-shadow: none;
  border-color: #b30000; }

.opinions {
  margin-top: 40px; }
  .opinions > div, .opinions .items > div {
    overflow: hidden;
    margin-bottom: 25px; }
    .opinions > div:last-child, .opinions .items > div:last-child {
      margin-bottom: 0; }
    .opinions > div > div img, .opinions .items > div > div img {
      float: left;
      max-width: 120px;
      margin: 0 10px 0 0; }
    .opinions > div > div > div:not(.col-md-9), .opinions > div > div .col-md-9 > div, .opinions .items > div > div > div:not(.col-md-9), .opinions .items > div > div .col-md-9 > div {
      overflow: hidden;
      margin-bottom: 10px; }
      .opinions > div > div > div:not(.col-md-9).rating, .opinions > div > div .col-md-9 > div.rating, .opinions .items > div > div > div:not(.col-md-9).rating, .opinions .items > div > div .col-md-9 > div.rating {
        margin-bottom: 15px;
        overflow: visible; }
      .opinions > div > div > div:not(.col-md-9) b, .opinions > div > div .col-md-9 > div b, .opinions .items > div > div > div:not(.col-md-9) b, .opinions .items > div > div .col-md-9 > div b {
        text-transform: uppercase;
        font-size: 15px;
        font-family: 'Poppins', Arial, sans-serif; }
        .opinions > div > div > div:not(.col-md-9) b.date, .opinions > div > div .col-md-9 > div b.date, .opinions .items > div > div > div:not(.col-md-9) b.date, .opinions .items > div > div .col-md-9 > div b.date {
          color: #D4D4D4; }
  .opinions p {
    font-style: italic;
    text-align: justify;
    font-size: 15px;
    line-height: 1.2em; }
  .opinions .productItem {
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    text-align: center; }
    .opinions .productItem .rating {
      display: none; }
    .opinions .productItem .thumb, .opinions .productItem .details {
      width: auto !important;
      padding: 0 !important;
      float: none !important; }
      .opinions .productItem .thumb .img, .opinions .productItem .details .img {
        padding-top: 100%; }
    .opinions .productItem .thumb {
      padding-top: 75% !important;
      position: relative;
      overflow: hidden; }
      .opinions .productItem .thumb .img {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        background-size: contain;
        background-color: white;
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 0; }
        .opinions .productItem .thumb .img .absoluteLink {
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute; }
    .opinions .productItem .ribbonWrap {
      top: 0; }
      .opinions .productItem .ribbonWrap .ribbon {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 57px;
        top: 17px;
        right: -90px; }
    .opinions .productItem h3 {
      font-size: 12px !important;
      font-weight: normal; }
    .opinions .productItem h2 {
      font-size: 14px !important; }
    .opinions .productItem p, .opinions .productItem .btn, .opinions .productItem h4 {
      display: none; }
    .opinions .productItem .btn {
      font-size: 12px !important;
      padding: 5px 10px !important; }

.zapytajEksperta {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20vh 20px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3); }

#zapytajEksperta + .row {
  margin: 10px -10px; }

.ribbonWrap {
  pointer-events: none;
  width: 260px;
  min-width: 155px;
  height: 100%;
  /*background: red;*/
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0; }
  .ribbonWrap .ribbon {
    /*width: 50%;*/
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 57px;
    position: absolute;
    top: 30px;
    right: -60px;
    width: 260px;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    color: white;
    background: #8E7B51; }
    .ribbonWrap .ribbon.ribbonNew {
      background: #2aa72c; }
    .ribbonWrap .ribbon.ribbonPromotion {
      background: #6D3E82; }

.productsBottom {
  clear: both;
  margin-bottom: 20px; }

.widgetBox.text-center[data-type=form] .col-md-6 {
  float: none !important;
  display: inline-block; }
.widgetBox.text-center[data-type=form] .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }
.widgetBox.text-center[data-type=form] .row.buttons .btn {
  float: none;
  width: 80px; }

.locationSearch {
  background: white;
  text-align: center;
  padding: 20px; }
  .locationSearch .container:not(.fullWidth) {
    max-width: 400px !important;
    width: 100% !important; }

iframe {
  max-width: 100%; }

#body538 #top #topMenu, #body543 #top #topMenu, #body542 #top #topMenu, #body589 #top #topMenu, #body591 #top #topMenu, #body594 #top #topMenu {
  left: 180px;
  right: 340px; }
#body538 .versionSelect, #body543 .versionSelect, #body542 .versionSelect, #body589 .versionSelect, #body591 .versionSelect, #body594 .versionSelect {
  letter-spacing: 0.120em;
  max-width: 390px; }
  @media screen and (max-width: 1199px) {
    #body538 .versionSelect, #body543 .versionSelect, #body542 .versionSelect, #body589 .versionSelect, #body591 .versionSelect, #body594 .versionSelect {
      max-width: none; } }
#body538 #topMenu > li > a, #body543 #topMenu > li > a, #body542 #topMenu > li > a, #body589 #topMenu > li > a, #body591 #topMenu > li > a, #body594 #topMenu > li > a {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.120em; }
@media screen and (max-width: 1599px) {
  #body538 #topMenu > li, #body543 #topMenu > li, #body542 #topMenu > li, #body589 #topMenu > li, #body591 #topMenu > li, #body594 #topMenu > li {
    padding: 0 10px; }
    #body538 #topMenu > li a, #body543 #topMenu > li a, #body542 #topMenu > li a, #body589 #topMenu > li a, #body591 #topMenu > li a, #body594 #topMenu > li a {
      font-size: 12px; } }
@media screen and (max-width: 1449px) {
  #body538 #topMenu > li, #body543 #topMenu > li, #body542 #topMenu > li, #body589 #topMenu > li, #body591 #topMenu > li, #body594 #topMenu > li {
    padding: 0 4px; }
    #body538 #topMenu > li a, #body543 #topMenu > li a, #body542 #topMenu > li a, #body589 #topMenu > li a, #body591 #topMenu > li a, #body594 #topMenu > li a {
      font-size: 10px; } }
#body538 *:not(i), #body543 *:not(i), #body542 *:not(i), #body589 *:not(i), #body591 *:not(i), #body594 *:not(i) {
  font-family: 'Poppins', arial, sans-serif !important; }
#body538 #topBarRwd #topMenuRwd .vChange, #body543 #topBarRwd #topMenuRwd .vChange, #body542 #topBarRwd #topMenuRwd .vChange, #body589 #topBarRwd #topMenuRwd .vChange, #body591 #topBarRwd #topMenuRwd .vChange, #body594 #topBarRwd #topMenuRwd .vChange {
  font-size: 8px; }
#body538 .classicSlider, #body543 .classicSlider, #body542 .classicSlider, #body589 .classicSlider, #body591 .classicSlider, #body594 .classicSlider {
  min-height: 720px !important; }
  @media screen and (max-width: 599px) {
    #body538 .classicSlider, #body543 .classicSlider, #body542 .classicSlider, #body589 .classicSlider, #body591 .classicSlider, #body594 .classicSlider {
      min-height: 320px !important; } }
  @media screen and (max-width: 599px) {
    #body538 .classicSlider .owl-wrapper-outer, #body543 .classicSlider .owl-wrapper-outer, #body542 .classicSlider .owl-wrapper-outer, #body589 .classicSlider .owl-wrapper-outer, #body591 .classicSlider .owl-wrapper-outer, #body594 .classicSlider .owl-wrapper-outer {
      min-height: 320px !important; } }
  #body538 .classicSlider .owl-wrapper-outer .owl-wrapper, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper {
    height: 100% !important; }
    #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
      height: 100% !important;
      min-height: 320px !important; }
      @media screen and (max-width: 599px) {
        #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
          min-height: 320px !important; } }
      #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
        background-position: left;
        min-height: 720px !important; }
        @media screen and (min-width: 1200px) {
          #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
            background-attachment: fixed; } }
        @media screen and (max-width: 599px) {
          #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
            min-height: 320px !important; } }
        #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after {
          content: '';
          z-index: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.3);
          display: none; }
        #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
          overflow: hidden;
          height: 100%; }
          #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
            position: absolute;
            z-index: 2;
            bottom: 50%;
            transform: translateY(50%) translatex(-50%);
            left: 50%;
            max-width: 735px;
            text-align: center; }
            @media screen and (max-width: 1399px) {
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
                width: 100%;
                padding: 0 20px; } }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
              color: white;
              text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
              position: relative;
              font-family: 'Poppins', arial, sans-serif;
              text-align: center; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img {
              width: auto;
              max-width: 100%; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
              text-transform: uppercase; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
              font-size: 36px;
              font-weight: 400;
              letter-spacing: 0.120em;
              right: -100vw;
              margin: 40px 0; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
              left: -100vw;
              font-size: 20px;
              letter-spacing: 0.120em;
              color: white;
              font-weight: 300; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
              font-size: 22px;
              font-weight: 300;
              left: -100vw;
              letter-spacing: 0.020em; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
              font-size: 32px;
              font-weight: 400;
              margin-top: 15px; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
              font-size: 32px;
              font-weight: 300; }
            #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
              right: -100vw;
              margin-top: 40px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
                display: inline-block;
                padding: 0 18px;
                line-height: 43px;
                height: 45px;
                font-size: 14px;
                color: #fff;
                font-weight: 300;
                letter-spacing: 0.120em;
                border: 1px solid #fff;
                text-transform: uppercase; }
                #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover {
                  background: white;
                  color: black; }
            @media screen and (max-width: 899px) {
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                font-size: 18px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 28px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                font-size: 20px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                font-size: 24px; } }
            @media screen and (max-width: 599px) {
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                font-size: 16px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 22px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                font-size: 18px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                font-size: 20px; } }
            @media screen and (max-width: 599px) {
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                margin: 20px 0; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                margin-top: 20px; } }
            @media screen and (max-width: 399px) {
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                font-size: 15px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 20px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                font-size: 16px; }
              #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                font-size: 18px; } }
        #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > * {
          position: relative; }
          #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2 {
            left: -100vw;
            transition: left 0.5s ease 0s;
            -webkit-transition: left 0.5s ease 0s;
            -ms-transition: left 0.5s ease 0s;
            -o-transition: left 0.5s ease 0s;
            -moz-transition: left 0.5s ease 0s;
            -khtml-transition: left 0.5s ease 0s; }
          #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5 {
            right: -100vw;
            transition: right 0.5s ease 0s;
            -webkit-transition: right 0.5s ease 0s;
            -ms-transition: right 0.5s ease 0s;
            -o-transition: right 0.5s ease 0s;
            -moz-transition: right 0.5s ease 0s;
            -khtml-transition: right 0.5s ease 0s; }
      #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
        left: 0 !important; }
      #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
        right: 0 !important; }
      #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A {
        transition: left 0.7s ease 0.7s;
        -webkit-transition: left 0.7s ease 0.7s;
        -ms-transition: left 0.7s ease 0.7s;
        -o-transition: left 0.7s ease 0.7s;
        -moz-transition: left 0.7s ease 0.7s;
        -khtml-transition: left 0.7s ease 0.7s; }
      #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1 {
        transition: right 0.7s ease 0.9s;
        -webkit-transition: right 0.7s ease 0.9s;
        -ms-transition: right 0.7s ease 0.9s;
        -o-transition: right 0.7s ease 0.9s;
        -moz-transition: right 0.7s ease 0.9s;
        -khtml-transition: right 0.7s ease 0.9s; }
      #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
        transition: left 0.7s ease 1.1s;
        -webkit-transition: left 0.7s ease 1.1s;
        -ms-transition: left 0.7s ease 1.1s;
        -o-transition: left 0.7s ease 1.1s;
        -moz-transition: left 0.7s ease 1.1s;
        -khtml-transition: left 0.7s ease 1.1s; }
      #body538 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body543 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body542 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body589 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body591 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5, #body594 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
        transition: right 0.7s ease 1.3s;
        -webkit-transition: right 0.7s ease 1.3s;
        -ms-transition: right 0.7s ease 1.3s;
        -o-transition: right 0.7s ease 1.3s;
        -moz-transition: right 0.7s ease 1.3s;
        -khtml-transition: right 0.7s ease 1.3s; }
  #body538 .classicSlider .owl-controls, #body543 .classicSlider .owl-controls, #body542 .classicSlider .owl-controls, #body589 .classicSlider .owl-controls, #body591 .classicSlider .owl-controls, #body594 .classicSlider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 599px) {
      #body538 .classicSlider .owl-controls, #body543 .classicSlider .owl-controls, #body542 .classicSlider .owl-controls, #body589 .classicSlider .owl-controls, #body591 .classicSlider .owl-controls, #body594 .classicSlider .owl-controls {
        display: none; } }
    #body538 .classicSlider .owl-controls .owl-page, #body543 .classicSlider .owl-controls .owl-page, #body542 .classicSlider .owl-controls .owl-page, #body589 .classicSlider .owl-controls .owl-page, #body591 .classicSlider .owl-controls .owl-page, #body594 .classicSlider .owl-controls .owl-page {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: inline-block;
      width: 15px;
      height: 15px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border: 1px solid #fff;
      border-radius: 15px;
      margin: 0 7px;
      cursor: pointer; }
      #body538 .classicSlider .owl-controls .owl-page:hover, #body538 .classicSlider .owl-controls .owl-page.active, #body543 .classicSlider .owl-controls .owl-page:hover, #body543 .classicSlider .owl-controls .owl-page.active, #body542 .classicSlider .owl-controls .owl-page:hover, #body542 .classicSlider .owl-controls .owl-page.active, #body589 .classicSlider .owl-controls .owl-page:hover, #body589 .classicSlider .owl-controls .owl-page.active, #body591 .classicSlider .owl-controls .owl-page:hover, #body591 .classicSlider .owl-controls .owl-page.active, #body594 .classicSlider .owl-controls .owl-page:hover, #body594 .classicSlider .owl-controls .owl-page.active {
        background: #fff; }
#body538 #section1176 .widgetBox[data-type=classicSlider], #body538 #section1182 .widgetBox[data-type=classicSlider], #body538 #section1188 .widgetBox[data-type=classicSlider], #body538 #section1317 .widgetBox[data-type=classicSlider], #body538 #section1334 .widgetBox[data-type=classicSlider], #body538 #section1392 .widgetBox[data-type=classicSlider], #body543 #section1176 .widgetBox[data-type=classicSlider], #body543 #section1182 .widgetBox[data-type=classicSlider], #body543 #section1188 .widgetBox[data-type=classicSlider], #body543 #section1317 .widgetBox[data-type=classicSlider], #body543 #section1334 .widgetBox[data-type=classicSlider], #body543 #section1392 .widgetBox[data-type=classicSlider], #body542 #section1176 .widgetBox[data-type=classicSlider], #body542 #section1182 .widgetBox[data-type=classicSlider], #body542 #section1188 .widgetBox[data-type=classicSlider], #body542 #section1317 .widgetBox[data-type=classicSlider], #body542 #section1334 .widgetBox[data-type=classicSlider], #body542 #section1392 .widgetBox[data-type=classicSlider], #body589 #section1176 .widgetBox[data-type=classicSlider], #body589 #section1182 .widgetBox[data-type=classicSlider], #body589 #section1188 .widgetBox[data-type=classicSlider], #body589 #section1317 .widgetBox[data-type=classicSlider], #body589 #section1334 .widgetBox[data-type=classicSlider], #body589 #section1392 .widgetBox[data-type=classicSlider], #body591 #section1176 .widgetBox[data-type=classicSlider], #body591 #section1182 .widgetBox[data-type=classicSlider], #body591 #section1188 .widgetBox[data-type=classicSlider], #body591 #section1317 .widgetBox[data-type=classicSlider], #body591 #section1334 .widgetBox[data-type=classicSlider], #body591 #section1392 .widgetBox[data-type=classicSlider], #body594 #section1176 .widgetBox[data-type=classicSlider], #body594 #section1182 .widgetBox[data-type=classicSlider], #body594 #section1188 .widgetBox[data-type=classicSlider], #body594 #section1317 .widgetBox[data-type=classicSlider], #body594 #section1334 .widgetBox[data-type=classicSlider], #body594 #section1392 .widgetBox[data-type=classicSlider] {
  margin: 0 80px; }
  @media screen and (max-width: 1499px) {
    #body538 #section1176 .widgetBox[data-type=classicSlider], #body538 #section1182 .widgetBox[data-type=classicSlider], #body538 #section1188 .widgetBox[data-type=classicSlider], #body538 #section1317 .widgetBox[data-type=classicSlider], #body538 #section1334 .widgetBox[data-type=classicSlider], #body538 #section1392 .widgetBox[data-type=classicSlider], #body543 #section1176 .widgetBox[data-type=classicSlider], #body543 #section1182 .widgetBox[data-type=classicSlider], #body543 #section1188 .widgetBox[data-type=classicSlider], #body543 #section1317 .widgetBox[data-type=classicSlider], #body543 #section1334 .widgetBox[data-type=classicSlider], #body543 #section1392 .widgetBox[data-type=classicSlider], #body542 #section1176 .widgetBox[data-type=classicSlider], #body542 #section1182 .widgetBox[data-type=classicSlider], #body542 #section1188 .widgetBox[data-type=classicSlider], #body542 #section1317 .widgetBox[data-type=classicSlider], #body542 #section1334 .widgetBox[data-type=classicSlider], #body542 #section1392 .widgetBox[data-type=classicSlider], #body589 #section1176 .widgetBox[data-type=classicSlider], #body589 #section1182 .widgetBox[data-type=classicSlider], #body589 #section1188 .widgetBox[data-type=classicSlider], #body589 #section1317 .widgetBox[data-type=classicSlider], #body589 #section1334 .widgetBox[data-type=classicSlider], #body589 #section1392 .widgetBox[data-type=classicSlider], #body591 #section1176 .widgetBox[data-type=classicSlider], #body591 #section1182 .widgetBox[data-type=classicSlider], #body591 #section1188 .widgetBox[data-type=classicSlider], #body591 #section1317 .widgetBox[data-type=classicSlider], #body591 #section1334 .widgetBox[data-type=classicSlider], #body591 #section1392 .widgetBox[data-type=classicSlider], #body594 #section1176 .widgetBox[data-type=classicSlider], #body594 #section1182 .widgetBox[data-type=classicSlider], #body594 #section1188 .widgetBox[data-type=classicSlider], #body594 #section1317 .widgetBox[data-type=classicSlider], #body594 #section1334 .widgetBox[data-type=classicSlider], #body594 #section1392 .widgetBox[data-type=classicSlider] {
      margin: 0 20px; } }
#body538 #section1176 .classicSlider, #body538 #section1182 .classicSlider, #body538 #section1188 .classicSlider, #body538 #section1317 .classicSlider, #body538 #section1334 .classicSlider, #body538 #section1392 .classicSlider, #body543 #section1176 .classicSlider, #body543 #section1182 .classicSlider, #body543 #section1188 .classicSlider, #body543 #section1317 .classicSlider, #body543 #section1334 .classicSlider, #body543 #section1392 .classicSlider, #body542 #section1176 .classicSlider, #body542 #section1182 .classicSlider, #body542 #section1188 .classicSlider, #body542 #section1317 .classicSlider, #body542 #section1334 .classicSlider, #body542 #section1392 .classicSlider, #body589 #section1176 .classicSlider, #body589 #section1182 .classicSlider, #body589 #section1188 .classicSlider, #body589 #section1317 .classicSlider, #body589 #section1334 .classicSlider, #body589 #section1392 .classicSlider, #body591 #section1176 .classicSlider, #body591 #section1182 .classicSlider, #body591 #section1188 .classicSlider, #body591 #section1317 .classicSlider, #body591 #section1334 .classicSlider, #body591 #section1392 .classicSlider, #body594 #section1176 .classicSlider, #body594 #section1182 .classicSlider, #body594 #section1188 .classicSlider, #body594 #section1317 .classicSlider, #body594 #section1334 .classicSlider, #body594 #section1392 .classicSlider {
  margin: 40px 0px;
  min-height: 196px !important; }
  @media screen and (max-width: 599px) {
    #body538 #section1176 .classicSlider, #body538 #section1182 .classicSlider, #body538 #section1188 .classicSlider, #body538 #section1317 .classicSlider, #body538 #section1334 .classicSlider, #body538 #section1392 .classicSlider, #body543 #section1176 .classicSlider, #body543 #section1182 .classicSlider, #body543 #section1188 .classicSlider, #body543 #section1317 .classicSlider, #body543 #section1334 .classicSlider, #body543 #section1392 .classicSlider, #body542 #section1176 .classicSlider, #body542 #section1182 .classicSlider, #body542 #section1188 .classicSlider, #body542 #section1317 .classicSlider, #body542 #section1334 .classicSlider, #body542 #section1392 .classicSlider, #body589 #section1176 .classicSlider, #body589 #section1182 .classicSlider, #body589 #section1188 .classicSlider, #body589 #section1317 .classicSlider, #body589 #section1334 .classicSlider, #body589 #section1392 .classicSlider, #body591 #section1176 .classicSlider, #body591 #section1182 .classicSlider, #body591 #section1188 .classicSlider, #body591 #section1317 .classicSlider, #body591 #section1334 .classicSlider, #body591 #section1392 .classicSlider, #body594 #section1176 .classicSlider, #body594 #section1182 .classicSlider, #body594 #section1188 .classicSlider, #body594 #section1317 .classicSlider, #body594 #section1334 .classicSlider, #body594 #section1392 .classicSlider {
      min-height: 196px !important; } }
  @media screen and (max-width: 599px) {
    #body538 #section1176 .classicSlider .owl-wrapper-outer, #body538 #section1182 .classicSlider .owl-wrapper-outer, #body538 #section1188 .classicSlider .owl-wrapper-outer, #body538 #section1317 .classicSlider .owl-wrapper-outer, #body538 #section1334 .classicSlider .owl-wrapper-outer, #body538 #section1392 .classicSlider .owl-wrapper-outer, #body543 #section1176 .classicSlider .owl-wrapper-outer, #body543 #section1182 .classicSlider .owl-wrapper-outer, #body543 #section1188 .classicSlider .owl-wrapper-outer, #body543 #section1317 .classicSlider .owl-wrapper-outer, #body543 #section1334 .classicSlider .owl-wrapper-outer, #body543 #section1392 .classicSlider .owl-wrapper-outer, #body542 #section1176 .classicSlider .owl-wrapper-outer, #body542 #section1182 .classicSlider .owl-wrapper-outer, #body542 #section1188 .classicSlider .owl-wrapper-outer, #body542 #section1317 .classicSlider .owl-wrapper-outer, #body542 #section1334 .classicSlider .owl-wrapper-outer, #body542 #section1392 .classicSlider .owl-wrapper-outer, #body589 #section1176 .classicSlider .owl-wrapper-outer, #body589 #section1182 .classicSlider .owl-wrapper-outer, #body589 #section1188 .classicSlider .owl-wrapper-outer, #body589 #section1317 .classicSlider .owl-wrapper-outer, #body589 #section1334 .classicSlider .owl-wrapper-outer, #body589 #section1392 .classicSlider .owl-wrapper-outer, #body591 #section1176 .classicSlider .owl-wrapper-outer, #body591 #section1182 .classicSlider .owl-wrapper-outer, #body591 #section1188 .classicSlider .owl-wrapper-outer, #body591 #section1317 .classicSlider .owl-wrapper-outer, #body591 #section1334 .classicSlider .owl-wrapper-outer, #body591 #section1392 .classicSlider .owl-wrapper-outer, #body594 #section1176 .classicSlider .owl-wrapper-outer, #body594 #section1182 .classicSlider .owl-wrapper-outer, #body594 #section1188 .classicSlider .owl-wrapper-outer, #body594 #section1317 .classicSlider .owl-wrapper-outer, #body594 #section1334 .classicSlider .owl-wrapper-outer, #body594 #section1392 .classicSlider .owl-wrapper-outer {
      min-height: 196px !important; } }
  #body538 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper, #body538 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper, #body538 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper, #body538 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper, #body538 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper, #body538 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper, #body543 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper, #body543 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper, #body543 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper, #body543 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper, #body543 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper, #body543 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper, #body542 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper, #body542 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper, #body542 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper, #body542 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper, #body542 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper, #body542 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper, #body589 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper, #body589 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper, #body589 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper, #body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper, #body589 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper, #body589 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper, #body591 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper, #body591 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper, #body591 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper, #body591 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper, #body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper, #body591 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper, #body594 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper, #body594 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper, #body594 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper, #body594 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper, #body594 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper, #body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper {
    height: 100% !important; }
    #body538 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
      height: 100% !important;
      min-height: 196px !important;
      padding: 0 40px; }
      @media screen and (max-width: 599px) {
        #body538 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body538 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body543 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body542 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body589 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body591 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item, #body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
          min-height: 196px !important; } }
      #body538 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
        background: white;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 196px !important; }
        @media screen and (max-width: 599px) {
          #body538 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body538 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body543 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body542 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body589 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body591 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide, #body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
            min-height: 196px !important; } }
        #body538 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body538 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body538 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body538 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body538 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body538 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body543 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body543 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body543 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body543 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body543 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body543 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body542 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body542 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body542 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body542 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body542 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body542 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body589 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body589 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body589 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body589 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body589 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body591 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body591 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body591 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body591 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body591 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body594 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body594 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body594 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body594 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body594 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after, #body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after {
          content: '';
          z-index: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.3);
          display: none; }
        #body538 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body538 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body538 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body538 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body538 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body538 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body543 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body543 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body543 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body543 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body543 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body543 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body542 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body542 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body542 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body542 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body542 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body542 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body589 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body589 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body589 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body589 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body589 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body591 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body591 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body591 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body591 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body591 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body594 #section1176 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body594 #section1182 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body594 #section1188 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body594 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body594 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container, #body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
          overflow: hidden;
          height: 100%; }
  #body538 #section1176 .classicSlider .owl-controls, #body538 #section1182 .classicSlider .owl-controls, #body538 #section1188 .classicSlider .owl-controls, #body538 #section1317 .classicSlider .owl-controls, #body538 #section1334 .classicSlider .owl-controls, #body538 #section1392 .classicSlider .owl-controls, #body543 #section1176 .classicSlider .owl-controls, #body543 #section1182 .classicSlider .owl-controls, #body543 #section1188 .classicSlider .owl-controls, #body543 #section1317 .classicSlider .owl-controls, #body543 #section1334 .classicSlider .owl-controls, #body543 #section1392 .classicSlider .owl-controls, #body542 #section1176 .classicSlider .owl-controls, #body542 #section1182 .classicSlider .owl-controls, #body542 #section1188 .classicSlider .owl-controls, #body542 #section1317 .classicSlider .owl-controls, #body542 #section1334 .classicSlider .owl-controls, #body542 #section1392 .classicSlider .owl-controls, #body589 #section1176 .classicSlider .owl-controls, #body589 #section1182 .classicSlider .owl-controls, #body589 #section1188 .classicSlider .owl-controls, #body589 #section1317 .classicSlider .owl-controls, #body589 #section1334 .classicSlider .owl-controls, #body589 #section1392 .classicSlider .owl-controls, #body591 #section1176 .classicSlider .owl-controls, #body591 #section1182 .classicSlider .owl-controls, #body591 #section1188 .classicSlider .owl-controls, #body591 #section1317 .classicSlider .owl-controls, #body591 #section1334 .classicSlider .owl-controls, #body591 #section1392 .classicSlider .owl-controls, #body594 #section1176 .classicSlider .owl-controls, #body594 #section1182 .classicSlider .owl-controls, #body594 #section1188 .classicSlider .owl-controls, #body594 #section1317 .classicSlider .owl-controls, #body594 #section1334 .classicSlider .owl-controls, #body594 #section1392 .classicSlider .owl-controls {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 599px) {
      #body538 #section1176 .classicSlider .owl-controls, #body538 #section1182 .classicSlider .owl-controls, #body538 #section1188 .classicSlider .owl-controls, #body538 #section1317 .classicSlider .owl-controls, #body538 #section1334 .classicSlider .owl-controls, #body538 #section1392 .classicSlider .owl-controls, #body543 #section1176 .classicSlider .owl-controls, #body543 #section1182 .classicSlider .owl-controls, #body543 #section1188 .classicSlider .owl-controls, #body543 #section1317 .classicSlider .owl-controls, #body543 #section1334 .classicSlider .owl-controls, #body543 #section1392 .classicSlider .owl-controls, #body542 #section1176 .classicSlider .owl-controls, #body542 #section1182 .classicSlider .owl-controls, #body542 #section1188 .classicSlider .owl-controls, #body542 #section1317 .classicSlider .owl-controls, #body542 #section1334 .classicSlider .owl-controls, #body542 #section1392 .classicSlider .owl-controls, #body589 #section1176 .classicSlider .owl-controls, #body589 #section1182 .classicSlider .owl-controls, #body589 #section1188 .classicSlider .owl-controls, #body589 #section1317 .classicSlider .owl-controls, #body589 #section1334 .classicSlider .owl-controls, #body589 #section1392 .classicSlider .owl-controls, #body591 #section1176 .classicSlider .owl-controls, #body591 #section1182 .classicSlider .owl-controls, #body591 #section1188 .classicSlider .owl-controls, #body591 #section1317 .classicSlider .owl-controls, #body591 #section1334 .classicSlider .owl-controls, #body591 #section1392 .classicSlider .owl-controls, #body594 #section1176 .classicSlider .owl-controls, #body594 #section1182 .classicSlider .owl-controls, #body594 #section1188 .classicSlider .owl-controls, #body594 #section1317 .classicSlider .owl-controls, #body594 #section1334 .classicSlider .owl-controls, #body594 #section1392 .classicSlider .owl-controls {
        display: none; } }
    #body538 #section1176 .classicSlider .owl-controls .owl-prev, #body538 #section1182 .classicSlider .owl-controls .owl-prev, #body538 #section1188 .classicSlider .owl-controls .owl-prev, #body538 #section1317 .classicSlider .owl-controls .owl-prev, #body538 #section1334 .classicSlider .owl-controls .owl-prev, #body538 #section1392 .classicSlider .owl-controls .owl-prev, #body543 #section1176 .classicSlider .owl-controls .owl-prev, #body543 #section1182 .classicSlider .owl-controls .owl-prev, #body543 #section1188 .classicSlider .owl-controls .owl-prev, #body543 #section1317 .classicSlider .owl-controls .owl-prev, #body543 #section1334 .classicSlider .owl-controls .owl-prev, #body543 #section1392 .classicSlider .owl-controls .owl-prev, #body542 #section1176 .classicSlider .owl-controls .owl-prev, #body542 #section1182 .classicSlider .owl-controls .owl-prev, #body542 #section1188 .classicSlider .owl-controls .owl-prev, #body542 #section1317 .classicSlider .owl-controls .owl-prev, #body542 #section1334 .classicSlider .owl-controls .owl-prev, #body542 #section1392 .classicSlider .owl-controls .owl-prev, #body589 #section1176 .classicSlider .owl-controls .owl-prev, #body589 #section1182 .classicSlider .owl-controls .owl-prev, #body589 #section1188 .classicSlider .owl-controls .owl-prev, #body589 #section1317 .classicSlider .owl-controls .owl-prev, #body589 #section1334 .classicSlider .owl-controls .owl-prev, #body589 #section1392 .classicSlider .owl-controls .owl-prev, #body591 #section1176 .classicSlider .owl-controls .owl-prev, #body591 #section1182 .classicSlider .owl-controls .owl-prev, #body591 #section1188 .classicSlider .owl-controls .owl-prev, #body591 #section1317 .classicSlider .owl-controls .owl-prev, #body591 #section1334 .classicSlider .owl-controls .owl-prev, #body591 #section1392 .classicSlider .owl-controls .owl-prev, #body594 #section1176 .classicSlider .owl-controls .owl-prev, #body594 #section1182 .classicSlider .owl-controls .owl-prev, #body594 #section1188 .classicSlider .owl-controls .owl-prev, #body594 #section1317 .classicSlider .owl-controls .owl-prev, #body594 #section1334 .classicSlider .owl-controls .owl-prev, #body594 #section1392 .classicSlider .owl-controls .owl-prev {
      float: left; }
    #body538 #section1176 .classicSlider .owl-controls .owl-next, #body538 #section1182 .classicSlider .owl-controls .owl-next, #body538 #section1188 .classicSlider .owl-controls .owl-next, #body538 #section1317 .classicSlider .owl-controls .owl-next, #body538 #section1334 .classicSlider .owl-controls .owl-next, #body538 #section1392 .classicSlider .owl-controls .owl-next, #body543 #section1176 .classicSlider .owl-controls .owl-next, #body543 #section1182 .classicSlider .owl-controls .owl-next, #body543 #section1188 .classicSlider .owl-controls .owl-next, #body543 #section1317 .classicSlider .owl-controls .owl-next, #body543 #section1334 .classicSlider .owl-controls .owl-next, #body543 #section1392 .classicSlider .owl-controls .owl-next, #body542 #section1176 .classicSlider .owl-controls .owl-next, #body542 #section1182 .classicSlider .owl-controls .owl-next, #body542 #section1188 .classicSlider .owl-controls .owl-next, #body542 #section1317 .classicSlider .owl-controls .owl-next, #body542 #section1334 .classicSlider .owl-controls .owl-next, #body542 #section1392 .classicSlider .owl-controls .owl-next, #body589 #section1176 .classicSlider .owl-controls .owl-next, #body589 #section1182 .classicSlider .owl-controls .owl-next, #body589 #section1188 .classicSlider .owl-controls .owl-next, #body589 #section1317 .classicSlider .owl-controls .owl-next, #body589 #section1334 .classicSlider .owl-controls .owl-next, #body589 #section1392 .classicSlider .owl-controls .owl-next, #body591 #section1176 .classicSlider .owl-controls .owl-next, #body591 #section1182 .classicSlider .owl-controls .owl-next, #body591 #section1188 .classicSlider .owl-controls .owl-next, #body591 #section1317 .classicSlider .owl-controls .owl-next, #body591 #section1334 .classicSlider .owl-controls .owl-next, #body591 #section1392 .classicSlider .owl-controls .owl-next, #body594 #section1176 .classicSlider .owl-controls .owl-next, #body594 #section1182 .classicSlider .owl-controls .owl-next, #body594 #section1188 .classicSlider .owl-controls .owl-next, #body594 #section1317 .classicSlider .owl-controls .owl-next, #body594 #section1334 .classicSlider .owl-controls .owl-next, #body594 #section1392 .classicSlider .owl-controls .owl-next {
      float: right; }
    #body538 #section1176 .classicSlider .owl-controls .owl-prev i.fa, #body538 #section1176 .classicSlider .owl-controls .owl-next i.fa, #body538 #section1182 .classicSlider .owl-controls .owl-prev i.fa, #body538 #section1182 .classicSlider .owl-controls .owl-next i.fa, #body538 #section1188 .classicSlider .owl-controls .owl-prev i.fa, #body538 #section1188 .classicSlider .owl-controls .owl-next i.fa, #body538 #section1317 .classicSlider .owl-controls .owl-prev i.fa, #body538 #section1317 .classicSlider .owl-controls .owl-next i.fa, #body538 #section1334 .classicSlider .owl-controls .owl-prev i.fa, #body538 #section1334 .classicSlider .owl-controls .owl-next i.fa, #body538 #section1392 .classicSlider .owl-controls .owl-prev i.fa, #body538 #section1392 .classicSlider .owl-controls .owl-next i.fa, #body543 #section1176 .classicSlider .owl-controls .owl-prev i.fa, #body543 #section1176 .classicSlider .owl-controls .owl-next i.fa, #body543 #section1182 .classicSlider .owl-controls .owl-prev i.fa, #body543 #section1182 .classicSlider .owl-controls .owl-next i.fa, #body543 #section1188 .classicSlider .owl-controls .owl-prev i.fa, #body543 #section1188 .classicSlider .owl-controls .owl-next i.fa, #body543 #section1317 .classicSlider .owl-controls .owl-prev i.fa, #body543 #section1317 .classicSlider .owl-controls .owl-next i.fa, #body543 #section1334 .classicSlider .owl-controls .owl-prev i.fa, #body543 #section1334 .classicSlider .owl-controls .owl-next i.fa, #body543 #section1392 .classicSlider .owl-controls .owl-prev i.fa, #body543 #section1392 .classicSlider .owl-controls .owl-next i.fa, #body542 #section1176 .classicSlider .owl-controls .owl-prev i.fa, #body542 #section1176 .classicSlider .owl-controls .owl-next i.fa, #body542 #section1182 .classicSlider .owl-controls .owl-prev i.fa, #body542 #section1182 .classicSlider .owl-controls .owl-next i.fa, #body542 #section1188 .classicSlider .owl-controls .owl-prev i.fa, #body542 #section1188 .classicSlider .owl-controls .owl-next i.fa, #body542 #section1317 .classicSlider .owl-controls .owl-prev i.fa, #body542 #section1317 .classicSlider .owl-controls .owl-next i.fa, #body542 #section1334 .classicSlider .owl-controls .owl-prev i.fa, #body542 #section1334 .classicSlider .owl-controls .owl-next i.fa, #body542 #section1392 .classicSlider .owl-controls .owl-prev i.fa, #body542 #section1392 .classicSlider .owl-controls .owl-next i.fa, #body589 #section1176 .classicSlider .owl-controls .owl-prev i.fa, #body589 #section1176 .classicSlider .owl-controls .owl-next i.fa, #body589 #section1182 .classicSlider .owl-controls .owl-prev i.fa, #body589 #section1182 .classicSlider .owl-controls .owl-next i.fa, #body589 #section1188 .classicSlider .owl-controls .owl-prev i.fa, #body589 #section1188 .classicSlider .owl-controls .owl-next i.fa, #body589 #section1317 .classicSlider .owl-controls .owl-prev i.fa, #body589 #section1317 .classicSlider .owl-controls .owl-next i.fa, #body589 #section1334 .classicSlider .owl-controls .owl-prev i.fa, #body589 #section1334 .classicSlider .owl-controls .owl-next i.fa, #body589 #section1392 .classicSlider .owl-controls .owl-prev i.fa, #body589 #section1392 .classicSlider .owl-controls .owl-next i.fa, #body591 #section1176 .classicSlider .owl-controls .owl-prev i.fa, #body591 #section1176 .classicSlider .owl-controls .owl-next i.fa, #body591 #section1182 .classicSlider .owl-controls .owl-prev i.fa, #body591 #section1182 .classicSlider .owl-controls .owl-next i.fa, #body591 #section1188 .classicSlider .owl-controls .owl-prev i.fa, #body591 #section1188 .classicSlider .owl-controls .owl-next i.fa, #body591 #section1317 .classicSlider .owl-controls .owl-prev i.fa, #body591 #section1317 .classicSlider .owl-controls .owl-next i.fa, #body591 #section1334 .classicSlider .owl-controls .owl-prev i.fa, #body591 #section1334 .classicSlider .owl-controls .owl-next i.fa, #body591 #section1392 .classicSlider .owl-controls .owl-prev i.fa, #body591 #section1392 .classicSlider .owl-controls .owl-next i.fa, #body594 #section1176 .classicSlider .owl-controls .owl-prev i.fa, #body594 #section1176 .classicSlider .owl-controls .owl-next i.fa, #body594 #section1182 .classicSlider .owl-controls .owl-prev i.fa, #body594 #section1182 .classicSlider .owl-controls .owl-next i.fa, #body594 #section1188 .classicSlider .owl-controls .owl-prev i.fa, #body594 #section1188 .classicSlider .owl-controls .owl-next i.fa, #body594 #section1317 .classicSlider .owl-controls .owl-prev i.fa, #body594 #section1317 .classicSlider .owl-controls .owl-next i.fa, #body594 #section1334 .classicSlider .owl-controls .owl-prev i.fa, #body594 #section1334 .classicSlider .owl-controls .owl-next i.fa, #body594 #section1392 .classicSlider .owl-controls .owl-prev i.fa, #body594 #section1392 .classicSlider .owl-controls .owl-next i.fa {
      font-size: 48px;
      color: #CDCDCD; }
    #body538 #section1176 .classicSlider .owl-controls .owl-page, #body538 #section1182 .classicSlider .owl-controls .owl-page, #body538 #section1188 .classicSlider .owl-controls .owl-page, #body538 #section1317 .classicSlider .owl-controls .owl-page, #body538 #section1334 .classicSlider .owl-controls .owl-page, #body538 #section1392 .classicSlider .owl-controls .owl-page, #body543 #section1176 .classicSlider .owl-controls .owl-page, #body543 #section1182 .classicSlider .owl-controls .owl-page, #body543 #section1188 .classicSlider .owl-controls .owl-page, #body543 #section1317 .classicSlider .owl-controls .owl-page, #body543 #section1334 .classicSlider .owl-controls .owl-page, #body543 #section1392 .classicSlider .owl-controls .owl-page, #body542 #section1176 .classicSlider .owl-controls .owl-page, #body542 #section1182 .classicSlider .owl-controls .owl-page, #body542 #section1188 .classicSlider .owl-controls .owl-page, #body542 #section1317 .classicSlider .owl-controls .owl-page, #body542 #section1334 .classicSlider .owl-controls .owl-page, #body542 #section1392 .classicSlider .owl-controls .owl-page, #body589 #section1176 .classicSlider .owl-controls .owl-page, #body589 #section1182 .classicSlider .owl-controls .owl-page, #body589 #section1188 .classicSlider .owl-controls .owl-page, #body589 #section1317 .classicSlider .owl-controls .owl-page, #body589 #section1334 .classicSlider .owl-controls .owl-page, #body589 #section1392 .classicSlider .owl-controls .owl-page, #body591 #section1176 .classicSlider .owl-controls .owl-page, #body591 #section1182 .classicSlider .owl-controls .owl-page, #body591 #section1188 .classicSlider .owl-controls .owl-page, #body591 #section1317 .classicSlider .owl-controls .owl-page, #body591 #section1334 .classicSlider .owl-controls .owl-page, #body591 #section1392 .classicSlider .owl-controls .owl-page, #body594 #section1176 .classicSlider .owl-controls .owl-page, #body594 #section1182 .classicSlider .owl-controls .owl-page, #body594 #section1188 .classicSlider .owl-controls .owl-page, #body594 #section1317 .classicSlider .owl-controls .owl-page, #body594 #section1334 .classicSlider .owl-controls .owl-page, #body594 #section1392 .classicSlider .owl-controls .owl-page {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: inline-block;
      width: 15px;
      height: 15px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border: 1px solid #fff;
      border-radius: 15px;
      margin: 0 7px;
      cursor: pointer; }
      #body538 #section1176 .classicSlider .owl-controls .owl-page:hover, #body538 #section1176 .classicSlider .owl-controls .owl-page.active, #body538 #section1182 .classicSlider .owl-controls .owl-page:hover, #body538 #section1182 .classicSlider .owl-controls .owl-page.active, #body538 #section1188 .classicSlider .owl-controls .owl-page:hover, #body538 #section1188 .classicSlider .owl-controls .owl-page.active, #body538 #section1317 .classicSlider .owl-controls .owl-page:hover, #body538 #section1317 .classicSlider .owl-controls .owl-page.active, #body538 #section1334 .classicSlider .owl-controls .owl-page:hover, #body538 #section1334 .classicSlider .owl-controls .owl-page.active, #body538 #section1392 .classicSlider .owl-controls .owl-page:hover, #body538 #section1392 .classicSlider .owl-controls .owl-page.active, #body543 #section1176 .classicSlider .owl-controls .owl-page:hover, #body543 #section1176 .classicSlider .owl-controls .owl-page.active, #body543 #section1182 .classicSlider .owl-controls .owl-page:hover, #body543 #section1182 .classicSlider .owl-controls .owl-page.active, #body543 #section1188 .classicSlider .owl-controls .owl-page:hover, #body543 #section1188 .classicSlider .owl-controls .owl-page.active, #body543 #section1317 .classicSlider .owl-controls .owl-page:hover, #body543 #section1317 .classicSlider .owl-controls .owl-page.active, #body543 #section1334 .classicSlider .owl-controls .owl-page:hover, #body543 #section1334 .classicSlider .owl-controls .owl-page.active, #body543 #section1392 .classicSlider .owl-controls .owl-page:hover, #body543 #section1392 .classicSlider .owl-controls .owl-page.active, #body542 #section1176 .classicSlider .owl-controls .owl-page:hover, #body542 #section1176 .classicSlider .owl-controls .owl-page.active, #body542 #section1182 .classicSlider .owl-controls .owl-page:hover, #body542 #section1182 .classicSlider .owl-controls .owl-page.active, #body542 #section1188 .classicSlider .owl-controls .owl-page:hover, #body542 #section1188 .classicSlider .owl-controls .owl-page.active, #body542 #section1317 .classicSlider .owl-controls .owl-page:hover, #body542 #section1317 .classicSlider .owl-controls .owl-page.active, #body542 #section1334 .classicSlider .owl-controls .owl-page:hover, #body542 #section1334 .classicSlider .owl-controls .owl-page.active, #body542 #section1392 .classicSlider .owl-controls .owl-page:hover, #body542 #section1392 .classicSlider .owl-controls .owl-page.active, #body589 #section1176 .classicSlider .owl-controls .owl-page:hover, #body589 #section1176 .classicSlider .owl-controls .owl-page.active, #body589 #section1182 .classicSlider .owl-controls .owl-page:hover, #body589 #section1182 .classicSlider .owl-controls .owl-page.active, #body589 #section1188 .classicSlider .owl-controls .owl-page:hover, #body589 #section1188 .classicSlider .owl-controls .owl-page.active, #body589 #section1317 .classicSlider .owl-controls .owl-page:hover, #body589 #section1317 .classicSlider .owl-controls .owl-page.active, #body589 #section1334 .classicSlider .owl-controls .owl-page:hover, #body589 #section1334 .classicSlider .owl-controls .owl-page.active, #body589 #section1392 .classicSlider .owl-controls .owl-page:hover, #body589 #section1392 .classicSlider .owl-controls .owl-page.active, #body591 #section1176 .classicSlider .owl-controls .owl-page:hover, #body591 #section1176 .classicSlider .owl-controls .owl-page.active, #body591 #section1182 .classicSlider .owl-controls .owl-page:hover, #body591 #section1182 .classicSlider .owl-controls .owl-page.active, #body591 #section1188 .classicSlider .owl-controls .owl-page:hover, #body591 #section1188 .classicSlider .owl-controls .owl-page.active, #body591 #section1317 .classicSlider .owl-controls .owl-page:hover, #body591 #section1317 .classicSlider .owl-controls .owl-page.active, #body591 #section1334 .classicSlider .owl-controls .owl-page:hover, #body591 #section1334 .classicSlider .owl-controls .owl-page.active, #body591 #section1392 .classicSlider .owl-controls .owl-page:hover, #body591 #section1392 .classicSlider .owl-controls .owl-page.active, #body594 #section1176 .classicSlider .owl-controls .owl-page:hover, #body594 #section1176 .classicSlider .owl-controls .owl-page.active, #body594 #section1182 .classicSlider .owl-controls .owl-page:hover, #body594 #section1182 .classicSlider .owl-controls .owl-page.active, #body594 #section1188 .classicSlider .owl-controls .owl-page:hover, #body594 #section1188 .classicSlider .owl-controls .owl-page.active, #body594 #section1317 .classicSlider .owl-controls .owl-page:hover, #body594 #section1317 .classicSlider .owl-controls .owl-page.active, #body594 #section1334 .classicSlider .owl-controls .owl-page:hover, #body594 #section1334 .classicSlider .owl-controls .owl-page.active, #body594 #section1392 .classicSlider .owl-controls .owl-page:hover, #body594 #section1392 .classicSlider .owl-controls .owl-page.active {
        background: #fff; }
#body538 .widgetBox[data-type=promotedNews], #body543 .widgetBox[data-type=promotedNews], #body542 .widgetBox[data-type=promotedNews], #body589 .widgetBox[data-type=promotedNews], #body591 .widgetBox[data-type=promotedNews], #body594 .widgetBox[data-type=promotedNews] {
  background-color: #6b696c; }
  #body538 .widgetBox[data-type=promotedNews] #homePageNews .news, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news {
    max-width: none; }
    #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox {
      width: 33.3333%; }
      #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div::after, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div::after, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div::after, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div::after, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div::after, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div::after {
          background: black;
          opacity: 0.5; }
        #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div .bg, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div .bg, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div .bg, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div .bg, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div .bg, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div .bg {
          filter: grayscale(1); }
        #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3 {
          font-weight: 400;
          letter-spacing: 0.120em;
          margin-top: 0; }
        #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2 {
          font-size: 28px;
          font-weight: 600;
          letter-spacing: 0.025;
          margin: 20px 0 40px 0; }
        #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5 {
          font-size: 18px;
          letter-spacing: 0.0200em;
          font-weight: 400;
          text-transform: none;
          margin-top: 0; }
        @media screen and (max-width: 924px) and (min-width: 559px) {
          #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h3 {
            font-size: 14px; }
          #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h2 {
            font-size: 18px;
            margin: 10px 0 20px; }
          #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox > div > div .texts h5 {
            font-size: 14px; } }
      #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox::before, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox::before, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox::before, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox::before, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox::before, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox::before {
        padding-top: 90%; }
    #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:first-child, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:first-child, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:first-child, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:first-child, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:first-child, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:first-child {
      width: 33.3333%; }
    #body538 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:nth-child(2) > div::after, #body543 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:nth-child(2) > div::after, #body542 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:nth-child(2) > div::after, #body589 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:nth-child(2) > div::after, #body591 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:nth-child(2) > div::after, #body594 .widgetBox[data-type=promotedNews] #homePageNews .news .newsBox:nth-child(2) > div::after {
      background-color: #6e3e82;
      opacity: 0.6; }
#body538 .pProductsSwitch .sections, #body543 .pProductsSwitch .sections, #body542 .pProductsSwitch .sections, #body589 .pProductsSwitch .sections, #body591 .pProductsSwitch .sections, #body594 .pProductsSwitch .sections {
  margin: 0 60px; }
  @media screen and (max-width: 1299px) {
    #body538 .pProductsSwitch .sections, #body543 .pProductsSwitch .sections, #body542 .pProductsSwitch .sections, #body589 .pProductsSwitch .sections, #body591 .pProductsSwitch .sections, #body594 .pProductsSwitch .sections {
      margin: 0 20px; } }
  #body538 .pProductsSwitch .sections .productsCarousel .productItem > div > div h3, #body543 .pProductsSwitch .sections .productsCarousel .productItem > div > div h3, #body542 .pProductsSwitch .sections .productsCarousel .productItem > div > div h3, #body589 .pProductsSwitch .sections .productsCarousel .productItem > div > div h3, #body591 .pProductsSwitch .sections .productsCarousel .productItem > div > div h3, #body594 .pProductsSwitch .sections .productsCarousel .productItem > div > div h3 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.120em;
    color: #cacaca; }
  #body538 .pProductsSwitch .sections .productsCarousel .productItem > div > div h2, #body543 .pProductsSwitch .sections .productsCarousel .productItem > div > div h2, #body542 .pProductsSwitch .sections .productsCarousel .productItem > div > div h2, #body589 .pProductsSwitch .sections .productsCarousel .productItem > div > div h2, #body591 .pProductsSwitch .sections .productsCarousel .productItem > div > div h2, #body594 .pProductsSwitch .sections .productsCarousel .productItem > div > div h2 {
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 0; }
  #body538 .pProductsSwitch .sections .productsCarousel .productItem > div > div .rating, #body543 .pProductsSwitch .sections .productsCarousel .productItem > div > div .rating, #body542 .pProductsSwitch .sections .productsCarousel .productItem > div > div .rating, #body589 .pProductsSwitch .sections .productsCarousel .productItem > div > div .rating, #body591 .pProductsSwitch .sections .productsCarousel .productItem > div > div .rating, #body594 .pProductsSwitch .sections .productsCarousel .productItem > div > div .rating {
    margin: 15px 0; }
  #body538 .pProductsSwitch .sections .productsCarousel .productItem .details p, #body543 .pProductsSwitch .sections .productsCarousel .productItem .details p, #body542 .pProductsSwitch .sections .productsCarousel .productItem .details p, #body589 .pProductsSwitch .sections .productsCarousel .productItem .details p, #body591 .pProductsSwitch .sections .productsCarousel .productItem .details p, #body594 .pProductsSwitch .sections .productsCarousel .productItem .details p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0; }
  #body538 .pProductsSwitch .sections .productsCarousel .owl-prev, #body543 .pProductsSwitch .sections .productsCarousel .owl-prev, #body542 .pProductsSwitch .sections .productsCarousel .owl-prev, #body589 .pProductsSwitch .sections .productsCarousel .owl-prev, #body591 .pProductsSwitch .sections .productsCarousel .owl-prev, #body594 .pProductsSwitch .sections .productsCarousel .owl-prev {
    left: 0; }
  #body538 .pProductsSwitch .sections .productsCarousel .owl-next, #body543 .pProductsSwitch .sections .productsCarousel .owl-next, #body542 .pProductsSwitch .sections .productsCarousel .owl-next, #body589 .pProductsSwitch .sections .productsCarousel .owl-next, #body591 .pProductsSwitch .sections .productsCarousel .owl-next, #body594 .pProductsSwitch .sections .productsCarousel .owl-next {
    right: 0; }
  #body538 .pProductsSwitch .sections .productsCarousel .owl-next, #body538 .pProductsSwitch .sections .productsCarousel .owl-prev, #body543 .pProductsSwitch .sections .productsCarousel .owl-next, #body543 .pProductsSwitch .sections .productsCarousel .owl-prev, #body542 .pProductsSwitch .sections .productsCarousel .owl-next, #body542 .pProductsSwitch .sections .productsCarousel .owl-prev, #body589 .pProductsSwitch .sections .productsCarousel .owl-next, #body589 .pProductsSwitch .sections .productsCarousel .owl-prev, #body591 .pProductsSwitch .sections .productsCarousel .owl-next, #body591 .pProductsSwitch .sections .productsCarousel .owl-prev, #body594 .pProductsSwitch .sections .productsCarousel .owl-next, #body594 .pProductsSwitch .sections .productsCarousel .owl-prev {
    font-size: 48px;
    height: 30px;
    width: 18px;
    line-height: 24px; }
  @media screen and (min-width: 1200px) {
    #body538 .pProductsSwitch .sections .productsCarousel .owl-item.current, #body538 .pProductsSwitch .sections .productsCarousel .owl-item.current + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item, #body543 .pProductsSwitch .sections .productsCarousel .owl-item.current, #body543 .pProductsSwitch .sections .productsCarousel .owl-item.current + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item, #body542 .pProductsSwitch .sections .productsCarousel .owl-item.current, #body542 .pProductsSwitch .sections .productsCarousel .owl-item.current + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item, #body589 .pProductsSwitch .sections .productsCarousel .owl-item.current, #body589 .pProductsSwitch .sections .productsCarousel .owl-item.current + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item, #body591 .pProductsSwitch .sections .productsCarousel .owl-item.current, #body591 .pProductsSwitch .sections .productsCarousel .owl-item.current + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item, #body594 .pProductsSwitch .sections .productsCarousel .owl-item.current, #body594 .pProductsSwitch .sections .productsCarousel .owl-item.current + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item {
      opacity: 0.4; } }
#body538 .pProductsSwitch nav, #body543 .pProductsSwitch nav, #body542 .pProductsSwitch nav, #body589 .pProductsSwitch nav, #body591 .pProductsSwitch nav, #body594 .pProductsSwitch nav {
  padding: 70px 0;
  border-bottom: none; }
  #body538 .pProductsSwitch nav .switch, #body543 .pProductsSwitch nav .switch, #body542 .pProductsSwitch nav .switch, #body589 .pProductsSwitch nav .switch, #body591 .pProductsSwitch nav .switch, #body594 .pProductsSwitch nav .switch {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    margin: 0;
    padding: 0 40px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.120em;
    border-right: 1px solid black; }
    #body538 .pProductsSwitch nav .switch span, #body543 .pProductsSwitch nav .switch span, #body542 .pProductsSwitch nav .switch span, #body589 .pProductsSwitch nav .switch span, #body591 .pProductsSwitch nav .switch span, #body594 .pProductsSwitch nav .switch span {
      display: block; }
    #body538 .pProductsSwitch nav .switch:last-child, #body543 .pProductsSwitch nav .switch:last-child, #body542 .pProductsSwitch nav .switch:last-child, #body589 .pProductsSwitch nav .switch:last-child, #body591 .pProductsSwitch nav .switch:last-child, #body594 .pProductsSwitch nav .switch:last-child {
      border-right: none; }
    #body538 .pProductsSwitch nav .switch::after, #body543 .pProductsSwitch nav .switch::after, #body542 .pProductsSwitch nav .switch::after, #body589 .pProductsSwitch nav .switch::after, #body591 .pProductsSwitch nav .switch::after, #body594 .pProductsSwitch nav .switch::after {
      display: none; }
    #body538 .pProductsSwitch nav .switch.active, #body543 .pProductsSwitch nav .switch.active, #body542 .pProductsSwitch nav .switch.active, #body589 .pProductsSwitch nav .switch.active, #body591 .pProductsSwitch nav .switch.active, #body594 .pProductsSwitch nav .switch.active {
      font-weight: 700;
      color: #b2a98c;
      padding: 0 60px; }
      #body538 .pProductsSwitch nav .switch.active span, #body543 .pProductsSwitch nav .switch.active span, #body542 .pProductsSwitch nav .switch.active span, #body589 .pProductsSwitch nav .switch.active span, #body591 .pProductsSwitch nav .switch.active span, #body594 .pProductsSwitch nav .switch.active span {
        transform: scale(1.4); }
    #body538 .pProductsSwitch nav .switch:hover, #body543 .pProductsSwitch nav .switch:hover, #body542 .pProductsSwitch nav .switch:hover, #body589 .pProductsSwitch nav .switch:hover, #body591 .pProductsSwitch nav .switch:hover, #body594 .pProductsSwitch nav .switch:hover {
      color: #b2a98c; }
  @media screen and (max-width: 634px) {
    #body538 .pProductsSwitch nav .switch, #body543 .pProductsSwitch nav .switch, #body542 .pProductsSwitch nav .switch, #body589 .pProductsSwitch nav .switch, #body591 .pProductsSwitch nav .switch, #body594 .pProductsSwitch nav .switch {
      padding: 0 15px; }
      #body538 .pProductsSwitch nav .switch.active, #body543 .pProductsSwitch nav .switch.active, #body542 .pProductsSwitch nav .switch.active, #body589 .pProductsSwitch nav .switch.active, #body591 .pProductsSwitch nav .switch.active, #body594 .pProductsSwitch nav .switch.active {
        padding: 0 30px; } }
  @media screen and (max-width: 469px) {
    #body538 .pProductsSwitch nav .switch, #body543 .pProductsSwitch nav .switch, #body542 .pProductsSwitch nav .switch, #body589 .pProductsSwitch nav .switch, #body591 .pProductsSwitch nav .switch, #body594 .pProductsSwitch nav .switch {
      font-size: 14px;
      padding: 0 10px; }
      #body538 .pProductsSwitch nav .switch.active, #body543 .pProductsSwitch nav .switch.active, #body542 .pProductsSwitch nav .switch.active, #body589 .pProductsSwitch nav .switch.active, #body591 .pProductsSwitch nav .switch.active, #body594 .pProductsSwitch nav .switch.active {
        padding: 0 25px; }
        #body538 .pProductsSwitch nav .switch.active span, #body543 .pProductsSwitch nav .switch.active span, #body542 .pProductsSwitch nav .switch.active span, #body589 .pProductsSwitch nav .switch.active span, #body591 .pProductsSwitch nav .switch.active span, #body594 .pProductsSwitch nav .switch.active span {
          transform: scale(1.3); } }
  @media screen and (max-width: 379px) {
    #body538 .pProductsSwitch nav .switch, #body543 .pProductsSwitch nav .switch, #body542 .pProductsSwitch nav .switch, #body589 .pProductsSwitch nav .switch, #body591 .pProductsSwitch nav .switch, #body594 .pProductsSwitch nav .switch {
      font-size: 12px;
      padding: 0 10px; }
      #body538 .pProductsSwitch nav .switch.active, #body543 .pProductsSwitch nav .switch.active, #body542 .pProductsSwitch nav .switch.active, #body589 .pProductsSwitch nav .switch.active, #body591 .pProductsSwitch nav .switch.active, #body594 .pProductsSwitch nav .switch.active {
        padding: 0 15px; }
        #body538 .pProductsSwitch nav .switch.active span, #body543 .pProductsSwitch nav .switch.active span, #body542 .pProductsSwitch nav .switch.active span, #body589 .pProductsSwitch nav .switch.active span, #body591 .pProductsSwitch nav .switch.active span, #body594 .pProductsSwitch nav .switch.active span {
          transform: scale(1.2); } }
#body538 #page #content .widgetBox[data-type=banner] span.text, #body543 #page #content .widgetBox[data-type=banner] span.text, #body542 #page #content .widgetBox[data-type=banner] span.text, #body589 #page #content .widgetBox[data-type=banner] span.text, #body591 #page #content .widgetBox[data-type=banner] span.text, #body594 #page #content .widgetBox[data-type=banner] span.text {
  padding: 40px 80px; }
  #body538 #page #content .widgetBox[data-type=banner] span.text .title, #body538 #page #content .widgetBox[data-type=banner] span.text .description, #body543 #page #content .widgetBox[data-type=banner] span.text .title, #body543 #page #content .widgetBox[data-type=banner] span.text .description, #body542 #page #content .widgetBox[data-type=banner] span.text .title, #body542 #page #content .widgetBox[data-type=banner] span.text .description, #body589 #page #content .widgetBox[data-type=banner] span.text .title, #body589 #page #content .widgetBox[data-type=banner] span.text .description, #body591 #page #content .widgetBox[data-type=banner] span.text .title, #body591 #page #content .widgetBox[data-type=banner] span.text .description, #body594 #page #content .widgetBox[data-type=banner] span.text .title, #body594 #page #content .widgetBox[data-type=banner] span.text .description {
    display: block;
    text-align: center; }
  #body538 #page #content .widgetBox[data-type=banner] span.text .description, #body543 #page #content .widgetBox[data-type=banner] span.text .description, #body542 #page #content .widgetBox[data-type=banner] span.text .description, #body589 #page #content .widgetBox[data-type=banner] span.text .description, #body591 #page #content .widgetBox[data-type=banner] span.text .description, #body594 #page #content .widgetBox[data-type=banner] span.text .description {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 40px;
    letter-spacing: 0.020em; }
  #body538 #page #content .widgetBox[data-type=banner] span.text .link, #body543 #page #content .widgetBox[data-type=banner] span.text .link, #body542 #page #content .widgetBox[data-type=banner] span.text .link, #body589 #page #content .widgetBox[data-type=banner] span.text .link, #body591 #page #content .widgetBox[data-type=banner] span.text .link, #body594 #page #content .widgetBox[data-type=banner] span.text .link {
    background: transparent;
    color: #222;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.120em;
    line-height: 46px;
    height: 48px;
    display: inline-block;
    border: 1px solid #222;
    /*border-radius: 100px;*/
    /*font-weight: bold;*/
    text-transform: uppercase;
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s; }
    #body538 #page #content .widgetBox[data-type=banner] span.text .link i.fa, #body543 #page #content .widgetBox[data-type=banner] span.text .link i.fa, #body542 #page #content .widgetBox[data-type=banner] span.text .link i.fa, #body589 #page #content .widgetBox[data-type=banner] span.text .link i.fa, #body591 #page #content .widgetBox[data-type=banner] span.text .link i.fa, #body594 #page #content .widgetBox[data-type=banner] span.text .link i.fa {
      margin-left: 5px;
      font-size: 0.9em;
      top: -2px;
      position: relative; }
    #body538 #page #content .widgetBox[data-type=banner] span.text .link:hover, #body543 #page #content .widgetBox[data-type=banner] span.text .link:hover, #body542 #page #content .widgetBox[data-type=banner] span.text .link:hover, #body589 #page #content .widgetBox[data-type=banner] span.text .link:hover, #body591 #page #content .widgetBox[data-type=banner] span.text .link:hover, #body594 #page #content .widgetBox[data-type=banner] span.text .link:hover {
      background: #222;
      color: white; }
  #body538 #page #content .widgetBox[data-type=banner] span.text .title, #body543 #page #content .widgetBox[data-type=banner] span.text .title, #body542 #page #content .widgetBox[data-type=banner] span.text .title, #body589 #page #content .widgetBox[data-type=banner] span.text .title, #body591 #page #content .widgetBox[data-type=banner] span.text .title, #body594 #page #content .widgetBox[data-type=banner] span.text .title {
    font-size: 36px;
    font-weight: 400;
    margin: 40px 0;
    text-transform: uppercase;
    letter-spacing: 0.120em;
    /*                    @media screen and (max-width: 1299px) and (min-width: 1000px){
                            font-size: 28px;
                        }
                        @media screen and (max-width: 999px) and (min-width: 768px){
                            font-size: 22px;
                        }
                        @media screen and (max-width: 499px) and (min-width: 360px){
                            font-size: 28px;
                        }
                        @media screen and (max-width: 359px){
                            font-size: 24px;
                        }*/ }
  #body538 #page #content .widgetBox[data-type=banner] span.text .title2, #body543 #page #content .widgetBox[data-type=banner] span.text .title2, #body542 #page #content .widgetBox[data-type=banner] span.text .title2, #body589 #page #content .widgetBox[data-type=banner] span.text .title2, #body591 #page #content .widgetBox[data-type=banner] span.text .title2, #body594 #page #content .widgetBox[data-type=banner] span.text .title2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    position: initial;
    text-transform: uppercase;
    letter-spacing: 0.120em; }
    #body538 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body543 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body542 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body589 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body591 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body594 #page #content .widgetBox[data-type=banner] span.text .title2::after {
      width: 70px;
      height: 4px;
      background: #B3A88C;
      display: block;
      content: '';
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: none; }
  @media screen and (max-width: 1699px) and (min-width: 992px), screen and (max-width: 829px) and (min-width: 0) {
    #body538 #page #content .widgetBox[data-type=banner] span.text, #body543 #page #content .widgetBox[data-type=banner] span.text, #body542 #page #content .widgetBox[data-type=banner] span.text, #body589 #page #content .widgetBox[data-type=banner] span.text, #body591 #page #content .widgetBox[data-type=banner] span.text, #body594 #page #content .widgetBox[data-type=banner] span.text {
      padding: 20px; }
      #body538 #page #content .widgetBox[data-type=banner] span.text .title, #body543 #page #content .widgetBox[data-type=banner] span.text .title, #body542 #page #content .widgetBox[data-type=banner] span.text .title, #body589 #page #content .widgetBox[data-type=banner] span.text .title, #body591 #page #content .widgetBox[data-type=banner] span.text .title, #body594 #page #content .widgetBox[data-type=banner] span.text .title {
        font-size: 28px;
        margin: 20px 0; }
      #body538 #page #content .widgetBox[data-type=banner] span.text .title2, #body543 #page #content .widgetBox[data-type=banner] span.text .title2, #body542 #page #content .widgetBox[data-type=banner] span.text .title2, #body589 #page #content .widgetBox[data-type=banner] span.text .title2, #body591 #page #content .widgetBox[data-type=banner] span.text .title2, #body594 #page #content .widgetBox[data-type=banner] span.text .title2 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0.4em; }
        #body538 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body543 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body542 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body589 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body591 #page #content .widgetBox[data-type=banner] span.text .title2::after, #body594 #page #content .widgetBox[data-type=banner] span.text .title2::after {
          bottom: -15px; }
      #body538 #page #content .widgetBox[data-type=banner] span.text .link, #body543 #page #content .widgetBox[data-type=banner] span.text .link, #body542 #page #content .widgetBox[data-type=banner] span.text .link, #body589 #page #content .widgetBox[data-type=banner] span.text .link, #body591 #page #content .widgetBox[data-type=banner] span.text .link, #body594 #page #content .widgetBox[data-type=banner] span.text .link {
        font-size: 14px;
        height: 32px;
        line-height: 30px;
        padding: 0 8px; }
      #body538 #page #content .widgetBox[data-type=banner] span.text .description, #body543 #page #content .widgetBox[data-type=banner] span.text .description, #body542 #page #content .widgetBox[data-type=banner] span.text .description, #body589 #page #content .widgetBox[data-type=banner] span.text .description, #body591 #page #content .widgetBox[data-type=banner] span.text .description, #body594 #page #content .widgetBox[data-type=banner] span.text .description {
        font-size: 14px;
        margin-bottom: 10px; } }
  @media screen and (max-width: 399px) {
    #body538 #page #content .widgetBox[data-type=banner] span.text .title, #body543 #page #content .widgetBox[data-type=banner] span.text .title, #body542 #page #content .widgetBox[data-type=banner] span.text .title, #body589 #page #content .widgetBox[data-type=banner] span.text .title, #body591 #page #content .widgetBox[data-type=banner] span.text .title, #body594 #page #content .widgetBox[data-type=banner] span.text .title {
      font-size: 22px; }
    #body538 #page #content .widgetBox[data-type=banner] span.text .title2, #body543 #page #content .widgetBox[data-type=banner] span.text .title2, #body542 #page #content .widgetBox[data-type=banner] span.text .title2, #body589 #page #content .widgetBox[data-type=banner] span.text .title2, #body591 #page #content .widgetBox[data-type=banner] span.text .title2, #body594 #page #content .widgetBox[data-type=banner] span.text .title2 {
      font-size: 12px; }
    #body538 #page #content .widgetBox[data-type=banner] span.text .link, #body543 #page #content .widgetBox[data-type=banner] span.text .link, #body542 #page #content .widgetBox[data-type=banner] span.text .link, #body589 #page #content .widgetBox[data-type=banner] span.text .link, #body591 #page #content .widgetBox[data-type=banner] span.text .link, #body594 #page #content .widgetBox[data-type=banner] span.text .link {
      font-size: 9px; }
    #body538 #page #content .widgetBox[data-type=banner] span.text .description, #body543 #page #content .widgetBox[data-type=banner] span.text .description, #body542 #page #content .widgetBox[data-type=banner] span.text .description, #body589 #page #content .widgetBox[data-type=banner] span.text .description, #body591 #page #content .widgetBox[data-type=banner] span.text .description, #body594 #page #content .widgetBox[data-type=banner] span.text .description {
      font-size: 11px; } }
@media screen and (max-width: 499px) {
  #body538 #page #content .widgetBox[data-type=banner].bannerAddHeight, #body543 #page #content .widgetBox[data-type=banner].bannerAddHeight, #body542 #page #content .widgetBox[data-type=banner].bannerAddHeight, #body589 #page #content .widgetBox[data-type=banner].bannerAddHeight, #body591 #page #content .widgetBox[data-type=banner].bannerAddHeight, #body594 #page #content .widgetBox[data-type=banner].bannerAddHeight {
    padding: 60px 0; } }

#front #body538 .widgetBox[data-type=youtube] .dummy, #pageCreator .widgetBox[data-type=youtube] .dummy, .cke_editable .widgetBox[data-type=youtube] .dummy, #front #body543 .widgetBox[data-type=youtube] .dummy, #pageCreator .widgetBox[data-type=youtube] .dummy, .cke_editable .widgetBox[data-type=youtube] .dummy, #front #body542 .widgetBox[data-type=youtube] .dummy, #pageCreator .widgetBox[data-type=youtube] .dummy, .cke_editable .widgetBox[data-type=youtube] .dummy {
  padding-top: 56.2%; }

#body556 .locationMap, #body556 .lockRatio .content {
  position: static; }
#body556 .lockRatio .content {
  height: 100vh; }
#body556 .lockRatio .dummy {
  display: none; }
#body556 #section1215 .column {
  margin-bottom: 0; }

.errorMessage {
  color: darkred; }

ul.yiiPager li a {
  margin-bottom: 10px !important; }

#section1267 .container {
  max-width: 1000px; }

div[data-type="opinie"] .opinions .items > div {
  margin-bottom: 40px; }

.widgetBox[data-sr-id][data-type="youtube"] iframe {
  pointer-events: none; }
.widgetBox[data-sr-id][data-type="youtube"].sr-done iframe {
  pointer-events: auto; }

#CybotCookiebotDialogBodyContent h2 {
  font-size: 24px !important; }

#body589 #section1317 .classicSlider,
#body594 #section1392 .classicSlider {
  min-height: 390px !important; }

#body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
  min-height: 390px !important; }

#body589 #section1317 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide,
#body594 #section1392 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
  background-color: transparent;
  min-height: 390px !important; }

#body591 #section1334 .classicSlider {
  min-height: 390px !important; }

#body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
  min-height: 390px !important; }

#body591 #section1334 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
  background-color: transparent;
  min-height: 390px !important; }

body#body592 {
  padding-top: 90px; }
  @media screen and (max-width: 1199px) {
    body#body592 {
      padding-top: 70px; } }
  body#body592 .parallaxImg::before {
    display: none !important; }

body#body592 .widgetBox[data-type=youtube] .dummy {
  padding-top: 58.4%; }

@media screen and (min-width: 1200px) {
  div#section1363, div#section1380, div#section1439, div#section1442, div#section1414, div#section1415 {
    display: flex;
    align-items: center; }

  div#section1358 .container, div#section1357 .container {
    display: flex;
    align-items: center; }
    div#section1358 .container .column, div#section1357 .container .column {
      flex: 1 0 auto;
      display: flex;
      align-items: center; } }
div#section1358 .container .column .widgetBox, div#section1357 .container .column .widgetBox {
  padding: 20px 10px; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    div#section1358 .container .column .widgetBox, div#section1357 .container .column .widgetBox {
      padding: 20px 80px; } }
  @media screen and (max-width: 991px) {
    div#section1358 .container .column .widgetBox, div#section1357 .container .column .widgetBox {
      padding: 20px 80px; } }
  @media screen and (max-width: 669px) {
    div#section1358 .container .column .widgetBox, div#section1357 .container .column .widgetBox {
      padding: 20px 40px; } }
  @media screen and (max-width: 449px) {
    div#section1358 .container .column .widgetBox, div#section1357 .container .column .widgetBox {
      padding: 20px 20px; } }

#section1364 .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide::after {
  display: none !important; }
#section1364 .owl-controls {
  display: none !important; }

@media screen and (max-width: 1199px) and (min-width: 660px) {
  #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"], #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] {
    display: flex;
    align-items: center; }
    #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] .column, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] .column {
      width: 49% !important;
      float: left;
      /*            display: flex;
                  align-items: center;*/ }
    #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] [data-columns='Dwie kolumny asymetryczne - Lewe'] .column:last-child, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] [data-columns='Dwie kolumny asymetryczne - Lewe'] .column:last-child {
      padding-left: -30px !important; } }
    @media screen and (max-width: 1199px) and (min-width: 660px) and (max-width: 1199px) {
      #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] [data-columns='Dwie kolumny asymetryczne - Lewe'] .column:last-child, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] [data-columns='Dwie kolumny asymetryczne - Lewe'] .column:last-child {
        padding-left: -15px !important; } }
@media screen and (max-width: 1199px) and (min-width: 660px) {
    #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] [data-columns='Dwie kolumny asymetryczne - Prawe'] .column:first-child, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] [data-columns='Dwie kolumny asymetryczne - Prawe'] .column:first-child {
      padding-right: -30px !important; } }
    @media screen and (max-width: 1199px) and (min-width: 660px) and (max-width: 1199px) {
      #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] [data-columns='Dwie kolumny asymetryczne - Prawe'] .column:first-child, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] [data-columns='Dwie kolumny asymetryczne - Prawe'] .column:first-child {
        padding-right: -15px !important; } }

@media screen and (max-width: 659px) {
  #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"], #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] {
    /*
                display: flex;
                align-items: center;*/ }
    #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] .column, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] .column {
      width: auto  !important;
      float: none !important;
      /*            display: flex;
                  align-items: center;*/ }
    #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] [data-columns='Dwie kolumny asymetryczne - Lewe'] .column:last-child, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] [data-columns='Dwie kolumny asymetryczne - Lewe'] .column:last-child {
      padding-left: 15px !important;
      padding-right: 15px !important; }
    #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Lewe"] [data-columns='Dwie kolumny asymetryczne - Prawe'] .column:first-child, #front .section.fullSection[data-columns="Dwie kolumny asymetryczne - Prawe"] [data-columns='Dwie kolumny asymetryczne - Prawe'] .column:first-child {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
.termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-cp-foot-save {
  background-color: #6E3E82 !important; }

.uc-toggle-container button.uc-switch[aria-checked=true] {
  background: #6E3E82 !important; }

#topPhone {
  z-index: 999;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  position: fixed;
  bottom: 100px;
  right: -150px;
  width: 190px;
  background: #6e3e82;
  height: 40px;
  line-height: 40px;
  color: white;
  border-radius: 5px 0 0 5px;
  overflow: hidden; }
  #topPhone a {
    color: inherit; }
    #topPhone a:hover {
      color: inherit; }
  #topPhone span.icon {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    cursor: pointer;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px; }
    #topPhone span.icon i {
      line-height: 40px; }
  #topPhone.open {
    right: 0; }
    #topPhone.open span.icon {
      background: #512e5f; }

#section1415 .classicSlider .slide {
  background-size: contain; }

@media screen and (max-width: 767px) {
  .fullSection .widgetBox[data-type='text'] {
    padding-left: 10px;
    padding-right: 10px; } }

/*# sourceMappingURL=main.css.map */
