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: #a87735; }

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;
      }*/ }

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg); }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg); } }
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  35% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  65% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  35% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  65% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  10% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  20% {
    transform: scale(1.4);
    -webkit-transform: scale(1.4); }
  40% {
    transform: scale(1.4);
    -webkit-transform: scale(1.4); }
  60% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  80% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8); } }
body #top {
  display: none;
  padding-top: 30px;
  height: 120px; }
  body #top #logo {
    /*padding: 0;*/ }
  body #top #topMenu {
    height: 120px; }
    body #top #topMenu > li {
      height: 125px;
      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;
      padding: 20px 0; }
  body #top .socialMedia a:hover {
    color: #a87735 !important; }
    body #top .socialMedia a:hover i {
      color: inherit !important; }

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: #1a1a1a;
  font-weight: 400;
  padding-top: 60px; }
  body.mobile .headerPhoto {
    background-size: cover; }
  body #inBody {
    background: white; }
  @media screen and (max-width: 1199px) {
    body #loaderTint {
      display: none; } }
  @media screen and (min-width: 1200px) {
    body #inBody {
      transition: 1s linear 0s;
      -webkit-transition: 1s linear 0s;
      -ms-transition: 1s linear 0s;
      -o-transition: 1s linear 0s;
      -moz-transition: 1s linear 0s;
      -khtml-transition: 1s linear 0s;
      backface-visibility: hidden;
      /*opacity: 1;*/ }
    body #loaderTint {
      transition: 0.5s linear 0s;
      -webkit-transition: 0.5s linear 0s;
      -ms-transition: 0.5s linear 0s;
      -o-transition: 0.5s linear 0s;
      -moz-transition: 0.5s linear 0s;
      -khtml-transition: 0.5s linear 0s;
      position: fixed;
      z-index: 9999;
      background: #1A1A1A;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      /*                transform: rotateZ(90deg);
                      -webkit-transform: rotateZ(90deg);*/
      text-align: center;
      font-size: 46px;
      visibility: hidden;
      opacity: 0; }
      body #loaderTint 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;*/ }
        body #loaderTint div img {
          width: 92px;
          margin-bottom: 60px;
          display: none; }
        body #loaderTint div span {
          -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
          /*                        transform: rotateZ(0);
                                  -webkit-transform: rotateZ(0);*/
          display: block;
          background: 000;
          margin: auto;
          /*opacity: 0.7;*/
          background-image: url("../img/loader.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 92px;
          height: 76px;
          max-width: 80vw;
          max-height: 80vh; }
    body.loading #inBody {
      /*opacity: 0;*/ }
    body.loading #loaderTint {
      visibility: visible;
      transform: rotateY(0);
      -webkit-transform: rotateY(0);
      opacity: 1; } }

* {
  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; }

#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;
  /*overflow: hidden;*/
  background: #1A1A1A;
  /*&, *{*/
  color: black;
  /*}*/
  height: 129px;
  padding: 12px 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 129px;
  /*        &.sticky{
              padding: 0;
              height: 60px;
              background: #000 !important;
              padding-top: 5px;
              padding-bottom: 5px;
              .btn{
      
                  margin: 5px 0 0 40px;
                  height: 40px;
                  line-height: 40px;
              }
              #logo{
                  padding: 0;
                  padding-top: 5px;
                  padding-bottom: 5px;
                  img{
                      max-height: 60px - 20px;
                      margin-top: 1px;
      
                  }
              }
              .socialMedia{
      
                  margin-top: -5px;
                  height: $topHeightMin;
                  line-height: $topHeightMin;
                  a{
                      margin: 20px 0;
                  }
              }
              #topMenu{
                  margin-top: -5px;
                  height: $topHeightMin;
                  > li{
                                      line-height: $topHeightMin;
                                      height: $topHeightMin;
                      padding: 20px 0;
                      a{
                          color: #fff;
                      }
                      .subMenu{
                          top: 45px;
                          background: black;
                      }
                  }
              }
          }*/
  /*}*/ }
  #top .btn {
    float: right;
    margin: 27px 0 0 40px; }
  #top .container {
    padding: 0 20px; }
  #top a, #top a i.fa, #top a i.fab, #top a i.far {
    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, #top a i.fab:hover, #top a i.far:hover {
      color: #1A1A1A; }
  #top #logo {
    display: block;
    max-height: 100%;
    max-width: 100%;
    float: left;
    padding: 22px 0; }
    #top #logo img {
      max-height: 50px;
      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;
      max-width: 100%; }
  #top .socialMedia a, #top .socialMedia span {
    color: black !important; }
  #top .socialMedia {
    padding-left: 30px;
    padding-right: 0;
    float: right;
    margin-top: -12px;
    /*        height: $topHeight;
            line-height: $topHeight;*/ }
    #top .socialMedia a {
      color: black;
      /*line-height: $topHeight;*/
      vertical-align: middle;
      margin: 0 10px; }
      #top .socialMedia a i.fa, #top .socialMedia a i.fab, #top .socialMedia a i.far {
        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;
        top: 0;
        /*line-height: $topHeight - 3px;*/ }
      #top .socialMedia a:last-child {
        margin-right: 0; }
  #top .socialMedia {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
    #top .socialMedia a i {
      color: white !important; }
    #top .socialMedia a {
      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: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      /*border: 2px solid $mainColor;*/
      /*border-radius: 45px;*/
      position: relative;
      top: 0; }
      #top .socialMedia a:hover {
        color: #1A1A1A; }
        #top .socialMedia a:hover i {
          color: #4d4d4d !important; }
      #top .socialMedia a i {
        position: static; }
    @media screen and (max-width: 991px) {
      #top .socialMedia {
        padding: 20px 0; } }
  #top #topMenu {
    float: right;
    margin: 0;
    margin-top: -12px;
    padding: 0 10px;
    padding-right: 0;
    list-style: none;
    height: 129px;
    /*text-transform: uppercase;*/ }
    #top #topMenu > li {
      /*transition: none;*/
      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;
      float: left;
      /*            line-height: 129px;
                  height: 129px;*/
      padding: 50px 0;
      text-transform: uppercase;
      position: relative; }
      #top #topMenu > li > a {
        transition: none;
        font-weight: 500;
        display: block;
        padding: 0 18px;
        position: relative;
        color: #fff;
        font-size: 15px;
        letter-spacing: 0.1em;
        position: relative;
        padding-bottom: 5px; }
        #top #topMenu > li > a::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: '';
          display: block;
          background: #4d4d4d;
          height: 3px;
          position: absolute;
          left: 18px;
          right: 0;
          width: 0;
          overflow: hidden; }
      #top #topMenu > li > a:hover, #top #topMenu > li.active > a {
        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;
        color: #0F4ED9; }
        #top #topMenu > li > a:hover::after, #top #topMenu > li.active > a::after {
          width: 0; }
      #top #topMenu > li:last-child a {
        padding-right: 0; }
      #top #topMenu > li .subMenu {
        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;
        overflow: hidden;
        max-height: 0;
        position: absolute;
        background: #1A1A1A;
        color: white;
        top: 60px;
        left: -2px;
        line-height: normal;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.1em;
        min-width: 200px;
        padding: 0 20px; }
        #top #topMenu > li .subMenu li {
          list-style: none;
          padding: 0;
          height: auto !important;
          line-height: 1.1em !important; }
          #top #topMenu > li .subMenu li a {
            display: inline-block;
            font-size: 15px;
            line-height: 1.1em !important; }
        #top #topMenu > li .subMenu li {
          margin-bottom: 10px;
          line-height: 1em; }
          #top #topMenu > li .subMenu li:last-child {
            margin-bottom: 10px; }
          #top #topMenu > li .subMenu li a:hover {
            color: #0F4ED9 !important; }
      #top #topMenu > li:hover .subMenu {
        max-height: 400px;
        padding: 20px 20px 10px; }
  #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; }
  #top #topMenu {
    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: 129px; }

.container {
  width: 1360px;
  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: 30px;
  padding-right: 30px;
  min-height: 1px !important; }

.cmsPage > div .section, #homePageNews > div .section {
  padding: 40px 0;
  min-height: 1px;
  /*padding: 20px 0;*/
  /*        @media screen and (min-width: 992px){
              padding: 0 0 $colSpacing;
          }*/
  /*        margin-left: -$halfColSpacing;
          margin-right: -$halfColSpacing;*/
  font-size: 18px;
  /*background: $bgColor;*/
  /*color: #000000;*/ }
  .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
    /*margin: 0 $halfColSpacing;*/
    /*            @media screen and (max-width: 1199px){
                    margin: 0 $rwdHalfColSpacing;
                }*/ }
  .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: 0; }
  .cmsPage > div .section .column, #homePageNews > div .section .column {
    /*overflow: hidden;*/ }
  .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
    margin-bottom: 60px;
    /*margin-bottom: $colSpacing;*/
    /*@media screen and (min-width: 768px){*/
    /*}*/
    /*            @media screen and (min-width: 992px){
                    &:last-child{
                        margin-bottom: 0;
                    }
                }*/ }
    @media screen and (max-width: 1199px) {
      .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        margin-bottom: 40px; } }
    @media screen and (min-width: 992px) {
      .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        /*margin-bottom: $colSpacing;*/ } }
    .cmsPage > div .section .widgetBox[data-type=photo], #homePageNews > div .section .widgetBox[data-type=photo] {
      /*padding: 0 10px;*/ }
    .cmsPage > div .section .widgetBox[data-type=photo], #homePageNews > div .section .widgetBox[data-type=photo] {
      text-align: center; }
    .cmsPage > div .section .widgetBox:last-child, #homePageNews > div .section .widgetBox:last-child {
      margin-bottom: 0; }
    .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
      /*margin-bottom: 40px;*/ }
  .cmsPage > div .section.fullSection, #homePageNews > div .section.fullSection {
    margin-left: -0 !important;
    margin-right: -0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .cmsPage > div .section.fullSection .col-xs-1, .cmsPage > div .section.fullSection .col-sm-1, .cmsPage > div .section.fullSection .col-md-1, .cmsPage > div .section.fullSection .col-lg-1, .cmsPage > div .section.fullSection .col-xs-2, .cmsPage > div .section.fullSection .col-sm-2, .cmsPage > div .section.fullSection .col-md-2, .cmsPage > div .section.fullSection .col-lg-2, .cmsPage > div .section.fullSection .col-xs-3, .cmsPage > div .section.fullSection .col-sm-3, .cmsPage > div .section.fullSection .col-md-3, .cmsPage > div .section.fullSection .col-lg-3, .cmsPage > div .section.fullSection .col-xs-4, .cmsPage > div .section.fullSection .col-sm-4, .cmsPage > div .section.fullSection .col-md-4, .cmsPage > div .section.fullSection .col-lg-4, .cmsPage > div .section.fullSection .col-xs-5, .cmsPage > div .section.fullSection .col-sm-5, .cmsPage > div .section.fullSection .col-md-5, .cmsPage > div .section.fullSection .col-lg-5, .cmsPage > div .section.fullSection .col-xs-6, .cmsPage > div .section.fullSection .col-sm-6, .cmsPage > div .section.fullSection .col-md-6, .cmsPage > div .section.fullSection .col-lg-6, .cmsPage > div .section.fullSection .col-xs-7, .cmsPage > div .section.fullSection .col-sm-7, .cmsPage > div .section.fullSection .col-md-7, .cmsPage > div .section.fullSection .col-lg-7, .cmsPage > div .section.fullSection .col-xs-8, .cmsPage > div .section.fullSection .col-sm-8, .cmsPage > div .section.fullSection .col-md-8, .cmsPage > div .section.fullSection .col-lg-8, .cmsPage > div .section.fullSection .col-xs-9, .cmsPage > div .section.fullSection .col-sm-9, .cmsPage > div .section.fullSection .col-md-9, .cmsPage > div .section.fullSection .col-lg-9, .cmsPage > div .section.fullSection .col-xs-10, .cmsPage > div .section.fullSection .col-sm-10, .cmsPage > div .section.fullSection .col-md-10, .cmsPage > div .section.fullSection .col-lg-10, .cmsPage > div .section.fullSection .col-xs-11, .cmsPage > div .section.fullSection .col-sm-11, .cmsPage > div .section.fullSection .col-md-11, .cmsPage > div .section.fullSection .col-lg-11, .cmsPage > div .section.fullSection .col-xs-12, .cmsPage > div .section.fullSection .col-sm-12, .cmsPage > div .section.fullSection .col-md-12, .cmsPage > div .section.fullSection .col-lg-12, #homePageNews > div .section.fullSection .col-xs-1, #homePageNews > div .section.fullSection .col-sm-1, #homePageNews > div .section.fullSection .col-md-1, #homePageNews > div .section.fullSection .col-lg-1, #homePageNews > div .section.fullSection .col-xs-2, #homePageNews > div .section.fullSection .col-sm-2, #homePageNews > div .section.fullSection .col-md-2, #homePageNews > div .section.fullSection .col-lg-2, #homePageNews > div .section.fullSection .col-xs-3, #homePageNews > div .section.fullSection .col-sm-3, #homePageNews > div .section.fullSection .col-md-3, #homePageNews > div .section.fullSection .col-lg-3, #homePageNews > div .section.fullSection .col-xs-4, #homePageNews > div .section.fullSection .col-sm-4, #homePageNews > div .section.fullSection .col-md-4, #homePageNews > div .section.fullSection .col-lg-4, #homePageNews > div .section.fullSection .col-xs-5, #homePageNews > div .section.fullSection .col-sm-5, #homePageNews > div .section.fullSection .col-md-5, #homePageNews > div .section.fullSection .col-lg-5, #homePageNews > div .section.fullSection .col-xs-6, #homePageNews > div .section.fullSection .col-sm-6, #homePageNews > div .section.fullSection .col-md-6, #homePageNews > div .section.fullSection .col-lg-6, #homePageNews > div .section.fullSection .col-xs-7, #homePageNews > div .section.fullSection .col-sm-7, #homePageNews > div .section.fullSection .col-md-7, #homePageNews > div .section.fullSection .col-lg-7, #homePageNews > div .section.fullSection .col-xs-8, #homePageNews > div .section.fullSection .col-sm-8, #homePageNews > div .section.fullSection .col-md-8, #homePageNews > div .section.fullSection .col-lg-8, #homePageNews > div .section.fullSection .col-xs-9, #homePageNews > div .section.fullSection .col-sm-9, #homePageNews > div .section.fullSection .col-md-9, #homePageNews > div .section.fullSection .col-lg-9, #homePageNews > div .section.fullSection .col-xs-10, #homePageNews > div .section.fullSection .col-sm-10, #homePageNews > div .section.fullSection .col-md-10, #homePageNews > div .section.fullSection .col-lg-10, #homePageNews > div .section.fullSection .col-xs-11, #homePageNews > div .section.fullSection .col-sm-11, #homePageNews > div .section.fullSection .col-md-11, #homePageNews > div .section.fullSection .col-lg-11, #homePageNews > div .section.fullSection .col-xs-12, #homePageNews > div .section.fullSection .col-sm-12, #homePageNews > div .section.fullSection .col-md-12, #homePageNews > div .section.fullSection .col-lg-12 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .cmsPage > div .section.fullSection .widgetBox, #homePageNews > div .section.fullSection .widgetBox {
      margin-bottom: 0;
      /*margin-top: 0;*/ }
      .cmsPage > div .section.fullSection .widgetBox img, #homePageNews > div .section.fullSection .widgetBox img {
        width: 100%; }
    .cmsPage > div .section.fullSection .section .col-md-12 > div.widgetBox[data-type=locationMap], #homePageNews > div .section.fullSection .section .col-md-12 > div.widgetBox[data-type=locationMap] {
      margin-left: -0 !important;
      margin-right: -0 !important;
      margin-top: -40px;
      margin-bottom: -40px; }
    .cmsPage > div .section.fullSection div.widgetBox[data-type=locationMap], #homePageNews > div .section.fullSection div.widgetBox[data-type=locationMap] {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: -40px;
      margin-bottom: 0; }
    .cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
      overflow: hidden;
      margin-top: -40px;
      margin-bottom: -42px;
      margin-left: -20px;
      margin-right: -20px; }
      @media screen and (max-width: 767px) {
        .cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
          margin-bottom: -22px; } }
    @media screen and (min-width: 1921px) {
      .cmsPage > div .section.fullSection .column.col-md-6.half-wided, #homePageNews > div .section.fullSection .column.col-md-6.half-wided {
        padding-left: calc(960px - 680px) !important; }
        .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
          padding-left: 30px !important;
          padding-right: calc(960px - 680px) !important; } }
    @media screen and (min-width: 1921px) and (max-width: 1199px) {
      .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
        padding-left: 20px !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; } }

#body1371 .cmsPage > div .section, #body1371 #homePageNews > div .section {
  padding: 120px 0; }
  @media screen and (max-width: 1199px) {
    #body1371 .cmsPage > div .section, #body1371 #homePageNews > div .section {
      padding: 80px 0;
      /*            margin-left: -$rwdHalfColSpacing;
                  margin-right: -$rwdHalfColSpacing;*/ } }

.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;
  margin: 0 -15px; }
  .form .col-md-6 {
    /*width: 100%;*/ }
  @media screen and (max-width: 1199px) {
    .form {
      margin: 0 -15px; } }
  .form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form select, .form textarea {
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    /*border-bottom:2px solid #000;*/
    height: 35px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit; }
  .form textarea {
    padding: 10px 20px;
    height: 180px;
    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: 30px;
    padding-right: 30px; }
    @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: 20px;
        padding-right: 20px; } }
  .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: 30px; }
    @media screen and (max-width: 1199px) {
      .form .row.buttons {
        margin-right: 15px; } }
    .form .row.buttons .btn {
      float: right; }
  .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); }
  .form .field_text > div, .form .field_email > div {
    padding-left: 20px;
    /*clear: both;*/
    color: #1A1A1A;
    font-size: 14px; }

.form {
  padding-bottom: 0;
  overflow: hidden;
  margin: 0 -15px; }
  @media screen and (max-width: 1199px) {
    .form {
      margin: 0 -15px; } }
  .form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form select, .form textarea {
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    /*border-bottom:2px solid #000;*/
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit; }
  .form textarea {
    padding: 10px 20px;
    height: 180px;
    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: 30px;
    padding-right: 30px; }
    @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: 20px;
        padding-right: 20px; } }
  .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: 15px; }
    @media screen and (max-width: 1199px) {
      .form .row.buttons {
        margin-right: 15px; } }
  .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;
  border: 1px solid #fff !Important;
  border-radius: 0 !important;
  display: inline-block;
  padding: 0 30px !important;
  height: 50px !important;
  text-transform: uppercase !important;
  line-height: 48px !important;
  font-size: 16px !important;
  color: #fff;
  text-transform: none;
  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;
  font-weight: 300;
  letter-spacing: 0.3em !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; }
  .btn i.fa, .btn i.far, .btn i.fab {
    margin-right: 5px; }
  @media screen and (max-width: 499px) {
    .btn {
      letter-spacing: 0.2em !important;
      padding: 0 20px !important; } }
  .btn:hover, .btn:active, .btn:focus {
    background: #fff;
    color: #1A1A1A !important; }
  .btn.btn-main {
    border-color: #1A1A1A;
    color: #1A1A1A;
    background-color: transparent; }
    .btn.btn-main:hover {
      background-color: #fff;
      border-color: #fff;
      color: #fff; }
  .btn.white {
    border-width: 1px;
    border-color: #000;
    background: white;
    line-height: 33px;
    color: #000; }
    .btn.white:hover {
      background: #1A1A1A;
      color: #fff; }
  .btn.btn-white {
    background: white !important;
    color: #393939 !important; }
    .btn.btn-white:hover {
      color: white !important;
      background: #1A1A1A !important; }

.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 {
  background: #112037;
  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 {
      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: transparent;
      color: #fff;
      border: 1px solid #fff;
      width: 50px;
      height: 50px;
      border-radius: 0;
      font-size: 18px;
      font-weight: 300;
      vertical-align: middle;
      line-height: 48px; }
    .pager .yiiPager li.selected a, .pager .yiiPager li a:hover {
      background: #0D1627; }
  .pager .next > a, .pager .next > span {
    float: none; }
  .pager .previous > a, .pager .previous > span {
    float: none; }

#cookies-message {
  font-size: 14px;
  background: #1a1a1a;
  color: #fff; }

#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: black;
  padding: 4px 7px;
  background: #a87735;
  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 {
    color: white;
    background: #765325; }
  @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: #323232; }

/**{
    animation: rotate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/
#section2747 .widgetBox[data-type=text]:first-child {
  margin-bottom: 20px; }

#homePageNews, .cmsPage {
  padding: 0;
  overflow: hidden; }
  #homePageNews .newsMainPhoto, .cmsPage .newsMainPhoto {
    /*height: 230px;*/
    margin: 0; }
  #homePageNews a.absoluteLink, .cmsPage a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #homePageNews .news > div, .cmsPage .news > div {
    margin: 30px 0px; }
    @media screen and (max-width: 999px) {
      #homePageNews .news > div, .cmsPage .news > div {
        margin: 20px 0 0; } }
    #homePageNews .news > div .newsBox, .cmsPage .news > div .newsBox {
      background: transparent;
      box-shadow: none;
      overflow: hidden;
      padding: 0;
      /*flex: 0 1 auto;*/
      /*-webkit-flex: 0 1 auto;*/
      height: 100%;
      margin-bottom: 0;
      text-align: center; }
      #homePageNews .news > div .newsBox h2, #homePageNews .news > div .newsBox h3, #homePageNews .news > div .newsBox h4, #homePageNews .news > div .newsBox h5, #homePageNews .news > div .newsBox h6, .cmsPage .news > div .newsBox h2, .cmsPage .news > div .newsBox h3, .cmsPage .news > div .newsBox h4, .cmsPage .news > div .newsBox h5, .cmsPage .news > div .newsBox h6 {
        text-align: center !important; }
      #homePageNews .news > div .newsBox h2, .cmsPage .news > div .newsBox h2 {
        font-size: 16px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        font-weight: 400;
        color: black;
        font-family: "Poppins",Arial,sans-serif; }
        #homePageNews .news > div .newsBox h2 i.fa, #homePageNews .news > div .newsBox h2 i.far, .cmsPage .news > div .newsBox h2 i.fa, .cmsPage .news > div .newsBox h2 i.far {
          font-size: 12px;
          color: #1A1A1A;
          position: relative;
          top: -1px; }
        #homePageNews .news > div .newsBox h2 a, .cmsPage .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, .cmsPage .news > div .newsBox h2 a:hover {
            color: #888; }
      #homePageNews .news > div .newsBox h6.date, .cmsPage .news > div .newsBox h6.date {
        margin-top: 40px; }
      #homePageNews .news > div .newsBox div.description, .cmsPage .news > div .newsBox div.description {
        height: 100px;
        overflow: hidden;
        overflow-y: auto; }
        #homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description *, .cmsPage .news > div .newsBox div.description, .cmsPage .news > div .newsBox div.description * {
          font-size: 14px !important;
          line-height: 18px; }
      #homePageNews .news > div .newsBox .newsMainPhoto .bg, .cmsPage .news > div .newsBox .newsMainPhoto .bg {
        background-size: contain;
        background-repeat: no-repeat;
        backgrond-position: center center; }
      #homePageNews .news > div .newsBox:hover h2, .cmsPage .news > div .newsBox:hover h2 {
        text-decoration: underline; }
  #homePageNews .widgetBox[data-type=news] .news > div, #homePageNews .widgetBox[data-type=newsSeparate] .news > div, .cmsPage .widgetBox[data-type=news] .news > div, .cmsPage .widgetBox[data-type=newsSeparate] .news > div {
    margin-bottom: 0; }
  #homePageNews .widgetBox[data-type=news] .news .widgetBox, #homePageNews .widgetBox[data-type=newsSeparate] .news .widgetBox, .cmsPage .widgetBox[data-type=news] .news .widgetBox, .cmsPage .widgetBox[data-type=newsSeparate] .news .widgetBox {
    margin-bottom: 60px; }

.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; }
  .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 {
    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 > div {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .cmsSubPage > div {
      padding: 0; } }
@media screen and (max-width: 767px) {
  .cmsSubPage {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px; } }
.cmsSubPage:last-child {
  padding-bottom: 0; }

.ajaxSubmit {
  color: #fff !important;
  border-color: #1a1a1a !important;
  background: #1a1a1a !important; }
  .ajaxSubmit i.fa, .ajaxSubmit i.far {
    line-height: 50px; }
  .ajaxSubmit:hover {
    color: #1a1a1a !important;
    background: transparent !important;
    border-color: #1a1a1a !important; }

@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;*/
  margin: 0;
  height: 470px;
  /*height: 300px;*/
  /*    background-size: 100% auto;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  /*@media screen and (max-width: 749px){*/
  background-size: cover !important;
  /*}*/
  /*background-attachment: fixed;*/ }
  @media screen and (max-width: 999px) {
    .parallaxImg {
      height: 300px; } }
  @media screen and (max-width: 499px) {
    .parallaxImg {
      height: 250px;
      /*background-size: auto 300px !important;*/ } }
  @supports (-webkit-touch-callout: none) {
    .parallaxImg {
      background-attachment: scroll;
      background-size: auto 100vh !important;
      /*background-position: center center !important;*/ } }

.section:first-child .widgetBox:first-child .parallaxImg {
  /*background-size: auto 470px !important;;*/ }
  @media screen and (max-width: 749px) {
    .section:first-child .widgetBox:first-child .parallaxImg {
      background-size: auto 350px !important; } }
  @media screen and (max-width: 499px) {
    .section:first-child .widgetBox:first-child .parallaxImg {
      background-size: auto 300px !important; } }

.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: #fff;
  font-size: 18px;
  margin: 0;
  /*background: darken($mainColor,20);*/
  background: #1A1A1A;
  text-align: center;
  padding: 120px 0 80px;
  /*    @media screen and (max-width: 599px){
  
          .pull-right{
              float: none !important;
              clear: both;
          }
          .credits{
              display: block;
              height: auto;
              padding-top: 20px;
              text-align: right;
          }
      }*/ }
  @media screen and (max-width: 1199px) {
    #footer {
      padding: 80px 0; } }
  #footer .informations {
    font-size: 16px;
    letter-spacing: 0.025px;
    font-weight: 300; }
    #footer .informations .footerInfo {
      display: inline-block;
      padding: 0; }
      #footer .informations .footerInfo::after {
        content: '|';
        display: inline-block;
        margin: 0 20px; }
      #footer .informations .footerInfo:last-child::after {
        display: none; }
      @media screen and (max-width: 1495px) {
        #footer .informations .footerInfo:nth-last-child(2)::after {
          content: ""; } }
      @media screen and (max-width: 1240px) {
        #footer .informations .footerInfo {
          display: block;
          margin-bottom: 5px; }
          #footer .informations .footerInfo:last-child {
            margin-bottom: 0; }
          #footer .informations .footerInfo::after {
            display: none; } }
  #footer .createdBy {
    margin-left: -30px; }
    @media screen and (max-width: 1240px) {
      #footer .createdBy {
        margin-top: 20px; } }
    #footer .createdBy img {
      width: 160px;
      max-width: 100%; }
  #footer .socialMedia {
    padding: 0;
    text-align: left;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
    @media screen and (max-width: 1240px) {
      #footer .socialMedia {
        margin-right: -30px; } }
    #footer .socialMedia a i {
      color: white !important; }
    #footer .socialMedia a {
      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-right: 30px;
      border: none;
      border-radius: 0;
      position: relative;
      top: 0; }
      @media screen and (max-width: 1599px) {
        #footer .socialMedia a {
          margin-right: 10px; } }
      #footer .socialMedia a:last-child {
        margin-right: 0; }
      #footer .socialMedia a:hover {
        /*top: 2px;*/ }
        #footer .socialMedia a:hover a i {
          color: black !important; }
      #footer .socialMedia a i {
        position: static; }
    @media screen and (max-width: 991px) {
      #footer .socialMedia {
        padding: 0; } }
  #footer img {
    max-height: 120px; }
  #footer .container {
    padding: 0 120px;
    width: auto !important;
    max-width: none !important; }
    @media screen and (max-width: 1599px) {
      #footer .container {
        padding-left: 40px !important;
        padding-right: 40px !important; } }
    @media screen and (max-width: 399px) {
      #footer .container {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  #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 {
    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; }
    #footer #footerLogo:hover {
      filter: brightness(0.9);
      -webkit-filter: brightness(0.9); }
    #footer #footerLogo img {
      width: 220px;
      max-width: 100%; }
  #footer hr {
    margin: 80px 0;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #292929; }
    @media screen and (max-width: 1199px) {
      #footer hr {
        margin: 25px 0 40px; } }
  #footer #footerMenu {
    text-align: center;
    margin: 80px 0 0;
    padding: 0;
    column-count: 1;
    /*        @media screen and (max-width: 799px){
    
                column-count: 2;
            }
            @media screen and (max-width: 449px){
    
                column-count: 1;
            }*/ }
    @media screen and (max-width: 1199px) {
      #footer #footerMenu {
        margin: 60px 0 0;
        padding-left: 0;
        padding-right: 0; } }
    #footer #footerMenu ul {
      padding: 0; }
    #footer #footerMenu > li {
      break-inside: avoid; }
    #footer #footerMenu, #footer #footerMenu li {
      display: inline-block;
      list-style: none; }
      #footer #footerMenu i.fa, #footer #footerMenu i.far, #footer #footerMenu i.fab, #footer #footerMenu li i.fa, #footer #footerMenu li i.far, #footer #footerMenu li i.fab {
        margin-right: 8px;
        font-size: 18px;
        top: 1px;
        position: relative; }
      #footer #footerMenu span, #footer #footerMenu li span {
        margin-bottom: -5px;
        display: block;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px; }
      #footer #footerMenu .subMenu, #footer #footerMenu li .subMenu {
        margin-bottom: 7px; }
        #footer #footerMenu .subMenu a, #footer #footerMenu li .subMenu a {
          margin-bottom: -5px; }
      #footer #footerMenu a, #footer #footerMenu li a {
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 0;
        letter-spacing: 0.3em;
        margin: 0 30px; }
        #footer #footerMenu a:hover, #footer #footerMenu li a:hover {
          color: #a87735 !important; }
          #footer #footerMenu a:hover i, #footer #footerMenu li a:hover i {
            color: inherit !important; }
    #footer #footerMenu li:first-child a {
      margin-left: 0; }
    #footer #footerMenu li:last-child a {
      margin-right: 0; }
    #footer #footerMenu li {
      /*display: inline-block;*/ }
      #footer #footerMenu li:last-child a {
        margin-bottom: 0; }
      @media screen and (max-width: 1199px) {
        #footer #footerMenu li {
          margin: 0 20px 15px; }
          #footer #footerMenu li a {
            margin: 0; } }
  #footer .cmsCol {
    padding: 0 20px; }
  #footer br.onlyRwd {
    display: none; }
  #footer .credits {
    height: 120px;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    #footer .credits a {
      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; }
      #footer .credits a:hover {
        filter: brightness(0.8);
        -webkit-filter: brightness(0.8); }
    @media screen and (max-width: 991px) {
      #footer .credits {
        display: block;
        height: auto; } }
  #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; }
  @media screen and (max-width: 991px) {
    #footer .col-sm-12, #footer .socialMedia, #footer .createdBy {
      text-align: center; }
    #footer .col-md-6.col-sm-12 {
      margin: 40px 0; } }
  @media screen and (max-width: 991px) {
    #footer .createdBy {
      margin-left: 0; }
    #footer .socialMedia {
      margin-right: 0; }
      #footer .socialMedia a {
        margin: 0 10px !important; } }

.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; }

@media screen and (max-width: 1449px) {
  .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: 20px;
      padding-right: 20px; } }

.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; }
  body.sticky .arrowBack {
    opacity: 1;
    visibility: visible; }
  body.sticky #slider .sliderArrow {
    transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -khtml-transition: opacity 1s ease 0s;
    opacity: 0 !important;
    pointer-events: none; }
  @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; }

body.sticky #topBarRwd {
  transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.3s ease 0s, background-color 0.3s ease 0s !important;
  -webkit-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.3s ease 0s, background-color 0.3s ease 0s !important;
  -ms-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.3s ease 0s, background-color 0.3s ease 0s !important;
  -o-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.3s ease 0s, background-color 0.3s ease 0s !important;
  -moz-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.3s ease 0s, background-color 0.3s ease 0s !important;
  -khtml-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.3s ease 0s, background-color 0.3s ease 0s !important; }

body:not(.sticky) #topBarRwd {
  transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.5s ease 0s, background-color 0.1s ease 0s !important;
  -webkit-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.5s ease 0s, background-color 0.1s ease 0s !important;
  -ms-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.5s ease 0s, background-color 0.1s ease 0s !important;
  -o-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.5s ease 0s, background-color 0.1s ease 0s !important;
  -moz-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.5s ease 0s, background-color 0.1s ease 0s !important;
  -khtml-transition: right 0.5s ease 0s, left 0.5s ease 0s, top 0.5s ease 0s, background-color 0.1s ease 0s !important; }

#topBarRwd {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  min-width: 320px;
  background-color: transparent;
  text-align: center; }
  #topBarRwd .socialMedia {
    display: none; }
  #topBarRwd .versionSelect .languages {
    margin-top: 4px !important; }
  #topBarRwd > .container {
    width: auto !important;
    max-width: none !important;
    padding-left: 150px !important;
    padding-right: 150px !important;
    position: relative;
    /*padding-left: 50px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    background: transaprent; }
  #topBarRwd #logoRwd img {
    /*max-width: 100%;*/
    max-width: calc(100vw - 120px);
    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 {
    background: #1A1A1A;
    /*        */
    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;
    right: -250px;
    position: fixed;
    left: auto;
    height: 100%;
    padding-top: 20px;
    padding-left: 0;
    border-right: 3px solid #1A1A1A;
    list-style: none;
    z-index: 100;
    overflow-y: auto; }
    #topBarRwd #topMenuRwd .subMenu {
      padding-left: 0;
      /*display: none;*/ }
    #topBarRwd #topMenuRwd .socialMedia {
      margin-bottom: 20px; }
    #topBarRwd #topMenuRwd li {
      padding: 0;
      display: block;
      text-align: center; }
      #topBarRwd #topMenuRwd li a {
        text-transform: none;
        color: #fff;
        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: 16px;
        letter-spacing: 0.01em;
        text-align: center;
        position: relative;
        font-weight: 600;
        /*alternatywna typografia side menu*/
        text-transform: uppercase;
        font-weight: 300; }
        #topBarRwd #topMenuRwd li a:not(.telLink) {
          letter-spacing: 0.2em; }
        #topBarRwd #topMenuRwd li a::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;
          display: block;
          width: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: 5px;
          height: 2px;
          background: #a87735; }
        #topBarRwd #topMenuRwd li a:hover {
          color: #a87735 !important; }
          #topBarRwd #topMenuRwd li a:hover i {
            color: inherit !important; }
      #topBarRwd #topMenuRwd li span {
        color: #fff;
        text-transform: uppercase;
        margin-top: 10px;
        margin-top: 10px;
        font-size: 14px; }
      #topBarRwd #topMenuRwd li .subMenu > li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        /*                    a{
                                font-weight: 400;
                                font-size: 15px;
                            }*/ }
    #topBarRwd #topMenuRwd > li {
      padding: 10px 25px; }
    #topBarRwd #topMenuRwd.menuOpen {
      right: 0px; }
  #topBarRwd .menuButton {
    float: left;
    cursor: pointer;
    width: 40px;
    right: 162px;
    height: 30px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 16px auto 0;
    z-index: 101; }
    #topBarRwd .menuButton::after {
      content: 'MENU';
      position: absolute;
      bottom: -15px;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      letter-spacing: 2px;
      display: block;
      font-weight: 500;
      left: 0;
      right: 0; }
    @media screen and (max-width: 1599px) {
      #topBarRwd .menuButton {
        right: 40px !important; } }
    @media screen and (max-width: 399px) {
      #topBarRwd .menuButton {
        right: 20px !important; } }
    #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: 5px;
      width: 40px;
      border-radius: 4px;
      background: #fff;
      left: 0;
      right: 0; }
      #topBarRwd .menuButton span.bar1 {
        top: 0;
        bottom: 25px; }
      #topBarRwd .menuButton span.bar2 {
        top: 0;
        bottom: 0; }
      #topBarRwd .menuButton span.bar3 {
        top: 25px;
        bottom: 0; }
    #topBarRwd .menuButton.menuOpen {
      /*           position: fixed;
             left: 20px;
               top: 72px;
               bottom: auto;
               margin: 0;*/ }
      #topBarRwd .menuButton.menuOpen span {
        /*background: $color2;*/
        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: center; }

/*@media screen and (max-width: 1199px){*/
#top {
  display: none; }

#topBarRwd {
  display: block; }

body #topBarRwd, body #page, body #footer {
  position: relative;
  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;
  right: 0; }
body.menuOpen #topBarRwd, body.menuOpen #page, body.menuOpen #footer {
  right: 250px !important; }
body.menuOpen #topBarRwd {
  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 .textWidget .btn {
      margin-right: 20px;
      margin-bottom: 20px !important; }
      .cmsPage .textWidget .btn:last-child {
        margin-right: 0; }
  .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: #a87735;
    line-height: normal;
    font-weight: 900; }
  .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 {
  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{
    min-height: 400px;
    height: 100vh;
    max-height: 1080px;
    @media screen and (max-width: 1199px){
        height: calc(100vh - 50px);
    }
    @media screen and (max-width: 599px){
        height: calc(100vh - 50px);
    }
    .owl-wrapper-outer{
        min-height: 400px;
        max-height: 1080px;
        @media screen and (max-width: 1199px){
            height: calc(100vh - 50px);
        }
        @media screen and (max-width: 599px){
            height: calc(100vh - 50px);
        }
        .owl-wrapper{
            .owl-item{
                height: 100vh;
                min-height: 400px;
                max-height: 1080px;
                @media screen and (max-width: 1199px){
                    height: calc(100vh - 50px);
                }
                @media screen and (max-width: 599px){
                    height: calc(100vh - 50px);
                }
                .slide{
                    background-size: auto 160%;
                    background-color: #000000;
                    background-repeat: no-repeat;
                    height: 100vh;
                    min-height: 400px;
                    max-height: 1080px;
                    @media screen and (max-width: 1199px){
                        height: calc(100vh - 50px);
                    }
                    @media screen and (max-width: 599px){
                        height: calc(100vh - 50px);
                    }
                }
            }
        }
    }
}*/
.classicSlider {
  background-color: #1A1A1A;
  min-height: 600px;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  position: relative;
  /*    @media screen and (max-width: 1199px){
          height: calc(100% - 50px);
      }
      @media screen and (max-width: 599px){
          height: calc(100% - 50px);
      }*/ }
  .classicSlider .arrowScroller {
    cursor: pointer;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 64px;
    display: none; }
    @media screen and (max-width: 899px) {
      .classicSlider .arrowScroller {
        width: 48px;
        bottom: 60px; } }
    .classicSlider .arrowScroller img {
      width: 100%; }
  .classicSlider .owl-wrapper-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-height: 600px;
    /*max-height: 1080px;*/
    /*        @media screen and (max-width: 1199px){
                height: calc(100vh - 50px);
            }
            @media screen and (max-width: 599px){
                height: calc(100vh - 50px);
            }*/ }
    .classicSlider .owl-wrapper-outer .owl-wrapper {
      height: 100%; }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 100%;
        min-height: 600px; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
          background-color: #1A1A1A;
          overflow: hidden;
          height: 100%;
          min-height: 600px;
          /*max-height: 1080px;*/
          background-attachment: scroll !important;
          background-position: center center;
          /*background-position-x: right !important;*/
          background-repeat: no-repeat;
          background-size: 112% auto;
          width: 100%; }
          @media screen and (min-width: 2060px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              background-color: transparent; } }
          @media screen and (max-height: 499px) and (orientation: landscape) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              background-size: 140% auto; } }
          @media screen and (min-width: 2051px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              background-size: 100vw auto; } }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
            width: auto;
            max-width: none;
            overflow: hidden;
            padding-left: 150px !important;
            padding-right: 150px !important; }
            @media screen and (max-width: 1599px) {
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
                padding-left: 40px !important;
                padding-right: 40px !important; } }
            @media screen and (max-width: 399px) {
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
                padding-left: 20px !important;
                padding-right: 20px !important; } }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
              max-width: 70vw;
              width: 600px;
              z-index: 2;
              text-align: left; }
              .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, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                color: black;
                letter-spacing: 0.05em;
                color: #1A1A1A;
                margin: 0; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                font-size: 52px;
                letter-spacing: 0.01em;
                font-weight: 600;
                font-family: "Poppins", Arial, sans-serif;
                color: #fff;
                position: relative;
                line-height: 1.2em;
                margin: 20px 0 0; }
                @media screen and (max-height: 849px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                    font-size: 44px; } }
                @media screen and (max-height: 639px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                    font-size: 42px; } }
              .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 img {
                display: inline-block;
                margin: 0 0 40px;
                max-width: 80%;
                width: 250px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 20px;
                letter-spacing: 0.3em;
                font-weight: 300;
                color: #fff;
                text-transform: uppercase;
                position: relative;
                line-height: normal;
                margin: 20px 0 60px;
                /*@media screen and (max-height: 940px){*/
                /*}*/
                /*                                &:before{
                                                    position: absolute;
                                                    left: 0;
                                                    top: -10px;
                                                    content: '';
                                                    background-color: $mainColor;
                                                    height: 5px;
                                                    width: 70px;
                                                }*/ }
                @media screen and (max-height: 849px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                    margin: 10px 0 40px; } }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
                font-size: 32px;
                font-weight: 400;
                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: 60px;
                /*                                a{
                                                    display: inline-block;
                                                    padding: 0 10px;
                                                    height: 50px;
                                                    line-height: 42px;
                                                    font-size: 16px;
                                                    font-weight: 700;
                                                    color: #fff;
                                                    background: transparent;
                                                    border: 3px solid $mainColor;
                                                    text-transform: none;
                                                    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;
                                                    margin-right: 15px;
                                                    &:hover{
                                                        background: $mainColor;
                                                    }
                                                    &.buttonWhite{
                                                        background: transparent;
                                                        color: #fff;
                                                        border-color: #01FFFF;
                                                        &:hover{
                                                            background: #01FFFF;
                                                        }
                                                    }
                                                    &:last-child{
                                                        margin-right: 0;
                                                    }
                                                }*/ }
                @media screen and (max-height: 849px) {
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
                    margin-top: 40px; } }
              @media screen and (max-width: 799px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 36px; } }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > * {
            position: relative; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2 {
              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; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5 {
              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; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text:before {
              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; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
          right: 0 !important; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
          left: 0 !important; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text:before {
          left: 0 !important; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A {
          transition: right 0.7s ease 0.7s;
          -webkit-transition: right 0.7s ease 0.7s;
          -ms-transition: right 0.7s ease 0.7s;
          -o-transition: right 0.7s ease 0.7s;
          -moz-transition: right 0.7s ease 0.7s;
          -khtml-transition: right 0.7s ease 0.7s; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text:before {
          transition: left 0.7s ease 0.9s;
          -webkit-transition: left 0.7s ease 0.9s;
          -ms-transition: left 0.7s ease 0.9s;
          -o-transition: left 0.7s ease 0.9s;
          -moz-transition: left 0.7s ease 0.9s;
          -khtml-transition: left 0.7s ease 0.9s; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
          transition: right 0.7s ease 1.1s;
          -webkit-transition: right 0.7s ease 1.1s;
          -ms-transition: right 0.7s ease 1.1s;
          -o-transition: right 0.7s ease 1.1s;
          -moz-transition: right 0.7s ease 1.1s;
          -khtml-transition: right 0.7s ease 1.1s; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
          transition: left 0.7s ease 1.3s;
          -webkit-transition: left 0.7s ease 1.3s;
          -ms-transition: left 0.7s ease 1.3s;
          -o-transition: left 0.7s ease 1.3s;
          -moz-transition: left 0.7s ease 1.3s;
          -khtml-transition: left 0.7s ease 1.3s; }
  @media screen and (max-width: 999px) {
    .classicSlider .owl-wrapper-outer {
      min-height: 300px;
      /*max-height: 1080px;*/
      /*        @media screen and (max-width: 1199px){
                  height: calc(100vh - 50px);
              }
              @media screen and (max-width: 599px){
                  height: calc(100vh - 50px);
              }*/ }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        min-height: 300px !important; } }
  .classicSlider .owl-controls {
    position: absolute;
    bottom: 45%;
    transform: translateY(50%);
    right: 150px;
    text-align: center;
    max-width: 1800px;
    margin: 0 auto; }
    @media screen and (max-width: 1599px) {
      .classicSlider .owl-controls {
        right: 40px !important; } }
    @media screen and (max-width: 399px) {
      .classicSlider .owl-controls {
        right: 20px !important; } }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-controls {
        display: none; } }
    .classicSlider .owl-controls .owl-page {
      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;
      width: 10px;
      height: 10px;
      /*box-shadow: 1px 1px 1px rgba(black, 0.3);*/
      /*border: 1px solid #fff;*/
      border-radius: 15px;
      margin-right: 0;
      margin-bottom: 20px;
      background: #fff;
      cursor: pointer;
      opacity: 0.4; }
      .classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
        opacity: 1; }
    .classicSlider .owl-controls .owl-pagination {
      display: flex;
      flex-direction: column; }
  @media screen and (max-width: 999px) {
    .classicSlider .owl-controls {
      position: static;
      transform: none; }
      .classicSlider .owl-controls .owl-prev, .classicSlider .owl-controls .owl-next {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
        .classicSlider .owl-controls .owl-prev i.fa, .classicSlider .owl-controls .owl-next i.fa {
          font-size: 48px;
          opacity: 0.9;
          /*text-shadow: 1px 1px 3px rgba(black, 0.5);*/ }
      .classicSlider .owl-controls .owl-next {
        left: auto;
        right: 20px; }
    .classicSlider .owl-pagination {
      display: none !important; } }
  @media screen and (max-width: 399px) {
    .classicSlider .owl-controls .owl-prev {
      left: 0; }
    .classicSlider .owl-controls .owl-next {
      right: 0; } }
  @media screen and (min-width: 1000px) {
    .classicSlider .owl-buttons {
      display: none; } }
  .classicSlider i.fa {
    font-size: 41px;
    color: #fff;
    opacity: 0.5; }
  .classicSlider .owl-prev {
    left: 260px;
    float: left;
    margin-left: 35px; }
  .classicSlider .owl-next {
    right: 260px;
    float: right;
    margin-right: 35px; }
  .classicSlider .owl-prev, .classicSlider .owl-next {
    /*position: absolute;*/
    cursor: pointer; }

.socialMedia {
  text-align: right; }
  .socialMedia a, .socialMedia span {
    color: #1A1A1A;
    margin-right: 7px;
    display: inline-block; }
    .socialMedia a:last-child, .socialMedia a:nth-last-child(2), .socialMedia span:last-child, .socialMedia span:nth-last-child(2) {
      margin-right: 0; }
    .socialMedia a i.fab, .socialMedia a i.far, .socialMedia span i.fab, .socialMedia span i.far {
      font-size: 24px;
      top: -2px;
      position: relative;
      /*color: $mainColor !important;*/ }

#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: left;
        -webkit-justify-content: left;
        justify-content: -webkit-left;
        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 .widgetBox[data-type=youtube], #blogArticlePage .widgetBox[data-type=text] {
  margin-bottom: 30px; }
#blogArticlePage div.parallaxImg {
  background-size: 100% auto !important; }
  @media screen and (max-width: 1149px) {
    #blogArticlePage div.parallaxImg {
      background-size: cover !important;
      background-attachment: static !important; } }
  @media screen and (max-width: 1449px) {
    #blogArticlePage div.parallaxImg {
      margin-left: -10px;
      margin-right: -10px; } }
#blogArticlePage h1 {
  text-align: center; }
#blogArticlePage .btn::before {
  display: none !important; }
#blogArticlePage .column.col-md-12 {
  padding: 0 !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;
  background-size: cover; }
  @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, #topBarRwd > .container {
  color: white;
  height: 70px; }
#topBarRwd #logoRwd 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;
  left: 150px;
  right: auto;
  top: 18px;
  bottom: 0;
  max-width: calc(100vw - 120px); }
  @media screen and (max-width: 1599px) {
    #topBarRwd #logoRwd img {
      left: 40px !important; } }
  @media screen and (max-width: 399px) {
    #topBarRwd #logoRwd img {
      left: 20px !important; } }
#topBarRwd .socialMedia {
  float: right;
  line-height: 60px; }
  #topBarRwd .socialMedia a {
    margin-top: 10px;
    color: black; }
    #topBarRwd .socialMedia a:hover {
      color: #a87735 !important; }
    #topBarRwd .socialMedia a i {
      font-size: 28px; }

body:not(.sticky) #topBarRwd {
  top: 40px; }
  body:not(.sticky) #topBarRwd #logoRwd img {
    max-height: 42px; }
  @media screen and (max-width: 399px) {
    body:not(.sticky) #topBarRwd {
      top: 20px; } }

/*body.sticky{*/
#topBarRwd {
  background: transparent;
  height: 70px; }
  #topBarRwd #logoRwd img {
    max-height: 60px;
    /*max-height: 30px;*/ }

body .cmsPage {
  padding-top: 120px;
  padding-bottom: 120px; }

body#body1371 .cmsPage, body#body1390 .cmsPage, body#body1391 .cmsPage, body#body1392 .cmsPage, body#body1394 .cmsPage, body#body1395 .cmsPage, body#body1389 .cmsPage, body#body1393 .cmsPage, body#body1396 .cmsPage {
  padding-top: 0; }

body.sticky #topBarRwd, body:not(#body1371):not(#body1390):not(#body1391):not(#body1392):not(#body1394):not(#body1395):not(#body1389):not(#body1393):not(#body1396) #topBarRwd {
  height: 64px;
  top: 0;
  background: #1A1A1A; }
  body.sticky #topBarRwd img, body:not(#body1371):not(#body1390):not(#body1391):not(#body1392):not(#body1394):not(#body1395):not(#body1389):not(#body1393):not(#body1396) #topBarRwd img {
    top: 10px !important;
    max-height: 42px !important; }
  body.sticky #topBarRwd .menuButton, body:not(#body1371):not(#body1390):not(#body1391):not(#body1392):not(#body1394):not(#body1395):not(#body1389):not(#body1393):not(#body1396) #topBarRwd .menuButton {
    margin-top: 11px; }

/*}*/
@media screen and (min-width: 1240px) {
  .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: 20px !important; } }

.cmsSubPage:last-child {
  padding-bottom: 0; }
  .cmsSubPage:last-child > .section.fullSection:last-child {
    padding-bottom: 0; }

.footerCircles {
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 499px) {
    .footerCircles {
      width: 100% !important; } }
  .footerCircles i.fa {
    font-size: 26px;
    margin-bottom: 5px; }

.companyDetails {
  font-size: 11px;
  color: ddd;
  margin-top: 20px; }
  .companyDetails b {
    font-size: 12px;
    color: #fff; }

#body476 .textWidget, #body577 .textWidget {
  padding-left: 40px !important;
  padding-right: 40px !important; }
  @media screen and (max-width: 991px) and (min-width: 786px) {
    #body476 .textWidget, #body577 .textWidget {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (max-width: 767px) {
    #body476 .textWidget, #body577 .textWidget {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
#body476 .infinityPhone, #body577 .infinityPhone {
  margin-bottom: -40px; }
#body476 .cmsSubPage, #body577 .cmsSubPage {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1199px) {
    #body476 .cmsSubPage, #body577 .cmsSubPage {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      align-items: -webkit-center;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: -webkit-row; }
      #body476 .cmsSubPage .section, #body577 .cmsSubPage .section {
        /*flex: 1 0 auto;*/
        display: block;
        width: auto;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: -webkit-center; }
        #body476 .cmsSubPage .section .column, #body577 .cmsSubPage .section .column {
          /*                    flex: 1 0 auto;
                              -webkit-flex: 1 0 auto;*/
          height: 100%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: -webkit-box;
          -ms-display: flex;
          display: flex;
          -webkit-display: flex;
          display: -webkit-flex; }
          #body476 .cmsSubPage .section .column > *, #body577 .cmsSubPage .section .column > * {
            /*                        flex: 1 0 auto;
                                    -webkit-flex: 1 0 auto;
                                    -ms-flex: 1 0 auto;*/ } }
  #body476 .cmsSubPage:nth-child(4), #body476 .cmsSubPage:nth-child(4) .section, #body476 .cmsSubPage:nth-child(4) .column, #body476 .cmsSubPage:nth-child(6), #body476 .cmsSubPage:nth-child(6) .section, #body476 .cmsSubPage:nth-child(6) .column, #body476 .cmsSubPage:last-child, #body476 .cmsSubPage:last-child .section, #body476 .cmsSubPage:last-child .column, #body577 .cmsSubPage:nth-child(4), #body577 .cmsSubPage:nth-child(4) .section, #body577 .cmsSubPage:nth-child(4) .column, #body577 .cmsSubPage:nth-child(6), #body577 .cmsSubPage:nth-child(6) .section, #body577 .cmsSubPage:nth-child(6) .column, #body577 .cmsSubPage:last-child, #body577 .cmsSubPage:last-child .section, #body577 .cmsSubPage:last-child .column {
    display: block !important; }
@media screen and (max-width: 767px) {
  #body476 div[data-type=photo], #body476 div[data-type=youtube], #body577 div[data-type=photo], #body577 div[data-type=youtube] {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 1239px) {
  .section.fullSection .col-md-6.column.half-wided, .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.createdBy {
  /*height: 54px;*/
  text-align: right; }
  .createdBy img {
    padding-right: 0; }

.slide .container {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 80px;
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  width: auto !important;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  /*
  
  
      @media screen and (max-width: 1429px){
          left: 40px;
          right: 40px;
      }
      @media screen and (max-width: 649px){
          left: 20px;
          right: 20px;
      }*/ }
  @media screen and (max-height: 940px) {
    .slide .container {
      top: 180px;
      bottom: 0; } }
  @media screen and (max-height: 499px) {
    .slide .container {
      top: 120px;
      bottom: 0; } }

img.greyscale {
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%); }
  img.greyscale.greyHover {
    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; }
    img.greyscale.greyHover:hover {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }

@media screen and (min-width: 500px) {
  #prototypWarning {
    display: none; } }

#body1024 #top {
  position: fixed;
  color: black;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

* {
  scrollbar-color: #a87735 #2c2c2c;
  /* thumb and track color */ }

::-webkit-scrollbar {
  width: 12px; }

/* Track */
::-webkit-scrollbar-track {
  background: #393939; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a87735; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #95692f; }

.field_checkbox {
  font-size: 12px;
  padding-bottom: 10px; }

#newsDetails .newsBox {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  #newsDetails .newsBox .description {
    text-align: left; }
    #newsDetails .newsBox .description img {
      width: auto;
      max-width: 100%; }
    #newsDetails .newsBox .description a {
      color: #1A1A1A;
      text-decoration: underline; }
#newsDetails .gallery {
  margin: 40px 0 !important; }

.date {
  color: #aaa; }

#newsflash-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 10px 40px 10px 20px;
  z-index: 99999;
  display: flex;
  align-items: center;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1); }
  #newsflash-message .text {
    padding: 10px 0;
    float: left;
    width: calc(100% - 160px); }
  #newsflash-message #accept-newsflash-checkbox {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    font-size: 28px;
    margin: auto;
    height: 30px; }
  #newsflash-message .btn {
    height: 40px;
    line-height: 35px;
    margin-left: 20px; }
  @media screen and (max-width: 549px) {
    #newsflash-message {
      display: block;
      text-align: center; }
      #newsflash-message .text, #newsflash-message .btn {
        width: auto;
        float: none; }
      #newsflash-message .text {
        text-align: left; }
      #newsflash-message #accept-newsflash-checkbox {
        bottom: auto;
        top: 10px; } }

#front .socialShare {
  padding-top: 10px; }
  #front .socialShare h3 {
    margin-bottom: 10px !important;
    font-size: 26px; }
  #front .socialShare i {
    font-size: 36px;
    color: #1A1A1A; }
  #front .socialShare a {
    margin: 10px; }

#cmsSubPage1031, #cmsSubPage1030, #cmsSubPage1033 {
  position: relative;
  background: #99EB9A; }
  @media screen and (max-width: 767px) {
    #cmsSubPage1031, #cmsSubPage1030, #cmsSubPage1033 {
      padding-left: 30px;
      padding-right: 30px; } }
  #cmsSubPage1031 > div, #cmsSubPage1030 > div, #cmsSubPage1033 > div {
    z-index: 1;
    position: relative;
    max-width: 1395px;
    background: white;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 20px #00000012;
    border-radius: 12px;
    margin: 0 auto;
    padding: 60px 90px; }
    @media screen and (max-width: 767px) {
      #cmsSubPage1031 > div, #cmsSubPage1030 > div, #cmsSubPage1033 > div {
        padding: 40px 30px; } }
    @media screen and (max-width: 599px) {
      #cmsSubPage1031 > div, #cmsSubPage1030 > div, #cmsSubPage1033 > div {
        padding: 30px 0; } }

#cmsSubPage1028 {
  padding-bottom: 10px; }

#cmsSubPage1030 {
  padding-top: 10px; }

#cmsSubPage1029 {
  padding-top: 10px;
  padding-bottom: 10px; }

#cmsSubPage1032 {
  padding-top: 10px;
  padding-bottom: 10px; }

#cmsSubPage1031:before {
  z-index: 0;
  height: 210px;
  width: 100%;
  display: block;
  background: url("../img/naszProduktTop.jpg");
  background-position: center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
#cmsSubPage1031:after {
  z-index: 0;
  height: 204px;
  width: 100%;
  display: block;
  background: url("../img/naszProduktBot.jpg");
  background-position: center center;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#cmsSubPage1030 {
  background: white; }
  #cmsSubPage1030:after {
    z-index: 0;
    height: 584px;
    width: 100%;
    display: block;
    background: url("../img/decor2.jpg");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0; }

#cmsSubPage1033 {
  background: white; }
  #cmsSubPage1033:after {
    z-index: 0;
    height: 584px;
    width: 100%;
    display: block;
    background: url("../img/decor.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    content: '';
    position: absolute;
    top: -50px;
    right: 0; }

#section2731 .widgetBox[data-type=text] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px #00000012;
  border-radius: 12px;
  min-height: 290px; }
  #section2731 .widgetBox[data-type=text] .textWidget {
    padding: 40px; }
  @media screen and (max-width: 992px) and (min-width: 768px) {
    #section2731 .widgetBox[data-type=text] .textWidget {
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    #section2731 .widgetBox[data-type=text] {
      min-height: auto; } }
  @media screen and (max-width: 499px) {
    #section2731 .widgetBox[data-type=text] .textWidget {
      padding: 20px; } }

#section3155 .widgetBox .textWidget, #section3164 .widgetBox .textWidget {
  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;
  padding: 30px !important;
  background-color: #F3F3F3;
  min-height: 450px; }
  @media screen and (max-width: 767px) {
    #section3155 .widgetBox .textWidget, #section3164 .widgetBox .textWidget {
      min-height: auto; } }

.arrowBack {
  display: none;
  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;
  opacity: 0;
  visibility: hidden;
  width: 60px;
  height: 60px;
  background-color: #adadad;
  position: fixed;
  bottom: 140px;
  right: 19px;
  z-index: 9999;
  color: #f5f5f5;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2); }
  .arrowBack:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: white;
    font-size: 26px;
    text-align: center;
    content: '\f176';
    font-family: "FontAwesome"; }
  .arrowBack:hover {
    background-color: #151515; }
  @media screen and (max-width: 767px) {
    .arrowBack {
      display: none; } }

#section3155 .widgetBox .textWidget {
  position: relative !important;
  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;
  transition: 0.3s ease 0s !important;
  min-height: 550px; }
  #section3155 .widgetBox .textWidget: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;
    position: absolute;
    right: 50px;
    top: 40px;
    content: '\f178';
    font-family: "FontAwesome";
    font-size: 42px;
    color: #1A1A1A; }
  #section3155 .widgetBox .textWidget:hover {
    cursor: default;
    background-color: #1A1A1A; }
    #section3155 .widgetBox .textWidget:hover * {
      color: #fff !important; }
    #section3155 .widgetBox .textWidget:hover .btn-main {
      border-color: #fff; }
    #section3155 .widgetBox .textWidget:hover img {
      filter: brightness(0) invert(1); }
    #section3155 .widgetBox .textWidget:hover:after {
      color: #fff; }
  #section3155 .widgetBox .textWidget a.absoluteLink {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99; }
#section3155 .container:first-child .col-sm-4:first-child .widgetBox:first-child .textWidget {
  background-color: #1A1A1A; }
  #section3155 .container:first-child .col-sm-4:first-child .widgetBox:first-child .textWidget * {
    color: #fff !important; }
  #section3155 .container:first-child .col-sm-4:first-child .widgetBox:first-child .textWidget .btn-main {
    border-color: #fff; }
  #section3155 .container:first-child .col-sm-4:first-child .widgetBox:first-child .textWidget img {
    filter: brightness(0) invert(1); }
  #section3155 .container:first-child .col-sm-4:first-child .widgetBox:first-child .textWidget:after {
    color: #fff; }

#section3164 .widgetBox .textWidget {
  min-height: auto; }

.widgetBox[data-type=form] .col-md-12, .widgetBox[data-type=form] .col-md-6 {
  padding-left: 20px;
  padding-right: 20px; }

#section3166 .widgetBox[data-type=form] .form .col-md-6 {
  width: 100%; }

.hasSidePhoto {
  position: relative; }
  .hasSidePhoto .widgetBox .textWidget {
    padding: 30px !important; }

.sideBgPhoto {
  float: left;
  width: 35% !important;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute; }
  .sideBgPhoto + div {
    float: right;
    width: 65% !important;
    overflow-y: auto;
    position: absolute;
    right: 0;
    max-height: 100%; }

@media screen and (max-width: 999px) {
  .sideBgPhoto {
    width: 100% !important;
    position: static;
    height: 400px; }
    .sideBgPhoto + div {
      position: static;
      width: 100% !important;
      overflow-y: visible; }

  .hasSidePhoto .widgetBox .textWidget {
    padding: 20px 0 !important; } }
@media screen and (max-width: 767px) {
  .sideBgPhoto {
    height: 290px; } }
#section3167 {
  background-color: black;
  padding: 90px 0 70px;
  margin-top: 40px; }
  #section3167 * {
    color: #fff !important; }
  @media screen and (max-width: 1199px) {
    #section3167 {
      padding: 50px 0 20px; } }

body#body1345 {
  padding-top: 0; }
  body#body1345 #top #topMenu > li > a::after {
    bottom: 30px; }
  body#body1345 .versionSelect .languages {
    margin: 38px 0 0 20px; }
  body#body1345 #top {
    background: transparent; }
    body#body1345 #top .socialMedia {
      height: 120px;
      line-height: 120px; }
    body#body1345 #top #topMenu {
      height: 80px;
      line-height: 80px; }

body#body1345:not(.sticky) #top .subMenu {
  background: transparent;
  top: 70px; }

body#body1345.sticky,
body:not(#body1345) {
  padding-top: 0; }
  body#body1345.sticky #top #topMenu > li > a::after,
  body:not(#body1345) #top #topMenu > li > a::after {
    bottom: 10px; }
  body#body1345.sticky .versionSelect .languages .other,
  body:not(#body1345) .versionSelect .languages .other {
    background: #1A1A1A;
    background: rgba(26, 26, 26, 0.8); }
  body#body1345.sticky .versionSelect .languages,
  body:not(#body1345) .versionSelect .languages {
    margin: 18px 0 0 20px; }
  body#body1345.sticky #top,
  body:not(#body1345) #top {
    padding: 0;
    height: 60px;
    background: #1A1A1A; }
    body#body1345.sticky #top #logo,
    body:not(#body1345) #top #logo {
      padding: 7px 0;
      height: 60px; }
      body#body1345.sticky #top #logo img,
      body:not(#body1345) #top #logo img {
        max-height: 40px;
        margin-top: 2px; }
    body#body1345.sticky #top .socialMedia,
    body:not(#body1345) #top .socialMedia {
      height: 60px;
      line-height: 60px;
      margin: 0;
      margin-left: 20px; }
    body#body1345.sticky #top #topMenu,
    body:not(#body1345) #top #topMenu {
      margin-top: -9px; }
      body#body1345.sticky #top #topMenu li,
      body:not(#body1345) #top #topMenu li {
        height: 65px;
        padding: 0; }
        body#body1345.sticky #top #topMenu li a::after,
        body:not(#body1345) #top #topMenu li a::after {
          background: white;
          bottom: 20px; }

body:not(#body1345) #top #topMenu {
  margin-top: 0; }
  body:not(#body1345) #top #topMenu li {
    line-height: 60px; }

body#body1345.sticky #top #topMenu {
  margin-top: -10px; }

@media screen and (max-width: 1649px) {
  body#body1345 #top #topMenu li a, body:not(#body1345) #top #topMenu li a {
    padding-left: 12px;
    padding-right: 12px; } }
@media screen and (max-width: 1449px) {
  body#body1345 #top .socialMedia, body:not(#body1345) #top .socialMedia {
    padding-left: 20px;
    margin-left: 0px; }
    body#body1345 #top .socialMedia a, body:not(#body1345) #top .socialMedia a {
      width: 20px; }
  body#body1345 #top #topMenu li a, body:not(#body1345) #top #topMenu li a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px; } }
@media screen and (max-width: 1299px) {
  body#body1345 #top #topMenu li a, body:not(#body1345) #top #topMenu li a {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px; } }

body#body1345 {
  padding-top: 0 !important; }

#top .versionSelect {
  float: right; }

.versionSelect {
  color: #1A1A1A; }
  .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;
    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: 7px;
      right: 10px;
      width: 9px;
      height: 6px;
      background-image: url("../img/langArrow.png");
      /*            filter: invert(100);
                  -webkit-filter: invert(100);*/ }
    .versionSelect .languages .current, .versionSelect .languages .current:hover {
      color: #C4A56B !important; }
    .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 .other a:hover {
        color: white !important; }
    .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); }

.btn {
  border: none;
  height: 50px;
  padding: 10px 20px;
  line-height: 30px;
  color: white;
  position: relative;
  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;
  border-radius: 0;
  box-shadow: none;
  background: none;
  font-weight: 300;
  letter-spacing: 0.2em;
  /*    &::before{
          background: black;
          content: '';
          position: absolute;
          top: 4px; 
          left: 4px;
          bottom: 4px;
          right: 4px;
  
      }*/ }
  .btn:hover {
    background-size: 200% 100%;
    background-position: center right-50%;
    color: white;
    /*background: darken($mainColor, 10);*/ }

#body1341 .widgetBox + .widgetBox[data-type="text"] {
  margin-top: -30px;
  margin-bottom: 60px; }
  #body1341 .widgetBox + .widgetBox[data-type="text"] img {
    position: relative;
    top: 10px;
    margin-right: 5px; }

@media screen and (max-width: 1299px) {
  body #top #topMenu > li a, body #top.sticky #topMenu > li a {
    padding-left: 10px;
    padding-right: 10px; } }
#topBarRwd {
  padding-left: 0;
  padding-right: 0; }
  #topBarRwd #topMenuRwd .socialMedia {
    line-height: 20px;
    float: none;
    text-align: center; }
    #topBarRwd #topMenuRwd .socialMedia a {
      display: initial; }
    #topBarRwd #topMenuRwd .socialMedia a, #topBarRwd #topMenuRwd .socialMedia a i.fab, #topBarRwd #topMenuRwd .socialMedia a i.far {
      color: white !important; }
    #topBarRwd #topMenuRwd .socialMedia a:hover i {
      color: inherit !important; }

@media (max-aspect-ratio: 177 / 100) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    background-size: auto calc(100% + 75px); } }
@media (max-aspect-ratio: 177 / 100) and (min-width: 2051px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    background-size: cover; } }
@media (max-width: 992px) {
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    /*background-position-x: center !important;*/
    /*background-position-x: calc(50% - 200px) !important;*/ } }
@media screen and (max-width: 991px) {
  #section4008 .column:nth-child(1), #section4008 .column:nth-child(2) {
    margin-bottom: 80px; } }
@media screen and (max-width: 767px) {
  #section4008 .column:nth-child(3) {
    margin-bottom: 80px; } }
.obh {
  max-width: 109px;
  margin-right: 30px; }

.wfosigw {
  max-width: 162px;
  margin-right: 30px; }

.pot {
  max-width: 187px;
  margin-right: 30px; }

.cmsPage {
  /*padding: 60px 0;*/ }
  @media screen and (max-width: 1199px) {
    .cmsPage {
      /*padding: 30px 0;*/ } }

/*#body1345{
    .cmsPage {
        padding: 0 0 60px;
        @media screen and (max-width: 1199px){
            padding: 0 0 30px;
        }
    }
}

#body1352{
    .cmsPage{
        padding-bottom: 0;
        margin-bottom: -70px;
    }
}*/
div[data-type="newsSeparate"] .col-xs-1:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-1:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-1:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-1:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-2:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-2:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-2:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-2:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-3:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-3:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-3:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-3:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-4:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-4:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-4:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-4:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-5:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-5:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-5:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-5:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-6:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-6:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-6:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-6:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-7:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-7:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-7:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-7:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-8:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-8:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-8:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-8:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-9:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-9:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-9:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-9:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-10:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-10:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-10:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-10:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-11:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-11:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-11:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-11:nth-child(3n+1), div[data-type="newsSeparate"] .col-xs-12:nth-child(3n+1), div[data-type="newsSeparate"] .col-sm-12:nth-child(3n+1), div[data-type="newsSeparate"] .col-md-12:nth-child(3n+1), div[data-type="newsSeparate"] .col-lg-12:nth-child(3n+1) {
  clear: both; }

body.errorPage {
  padding-top: 64px !important; }

@media screen and (max-width: 599px) {
  #section4115 .textWidget a:not(.btn), #section4115 .styledLink {
    font-size: 12px;
    letter-spacing: 0; } }
#section4226 .parallaxImg {
  background-position-x: 70% !important; }

#section4103 .column:first-child img {
  width: 320px; }

@media screen and (max-width: 999px) {
  #section4108 .parallaxImg {
    background-position-x: calc(50% - 220px) !important; } }
@media screen and (max-width: 767px) {
  #section4222 .column:not(:last-child), #section4219 .column:not(:last-child), #section4223 .column:not(:last-child), #section4224 .column:not(:last-child) {
    margin-bottom: 60px; } }
#body1395 .cmsPage, #body1371 .cmsPage {
  padding-bottom: 0 !important; }

#section4271, #section4273, #section4274 {
  padding-bottom: 0 !important; }

#section4272 {
  padding-top: 90px; }

a.telLink {
  margin-right: 0 !important;
  line-height: 24px;
  font-size: 24px;
  margin-top: 20px !important;
  display: inline-block !important; }
  a.telLink i {
    position: relative;
    top: 3px;
    font-size: 24px !important; }

#body1393 .section:not(:last-child) {
  padding-bottom: 0; }
#body1393 .section:not(:first-child) {
  padding-top: 60px; }
@media screen and (max-width: 991px) {
  #body1393 .widgetBox[data-type=photo] {
    margin-bottom: 60px; }
  #body1393 .column:last-child .widgetBox[data-type=photo] {
    margin-bottom: 0; }
  #body1393 #section4291 .column {
    min-height: 0 !important; } }

#rodoBox > div {
  background: rgba(26, 26, 26, 0.8) !important;
  color: white !important;
  padding: 20px 30px !important; }
  #rodoBox > div b {
    color: #bb853b !important;
    font-size: 1.1em; }
    #rodoBox > div b:hover {
      color: #a87735 !important; }
  #rodoBox > div p {
    margin: 0;
    font-size: 14px; }

.widgetBox.narrowParallax .parallaxImg {
  margin-top: -150px; }
  @media screen and (max-width: 999px) {
    .widgetBox.narrowParallax .parallaxImg {
      margin-top: -50px; } }
  @media screen and (max-width: 499px) {
    .widgetBox.narrowParallax .parallaxImg {
      margin-top: 0px; } }

.section.fullSection:first-child .widgetBox:first-child .parallaxImg {
  margin-bottom: 40px; }

.booksy-widget-dialog {
  max-width: 90vw;
  margin-top: 50px !important; }

@media screen and (max-width: 767px) {
  #body1391 .cmsPage > div .section .widgetBox:last-child {
    margin-bottom: 60px; }
  #body1391 .cmsPage > div .section:last-child .column:last-child .widgetBox:last-child {
    margin-bottom: 0; } }

/*# sourceMappingURL=main.css.map */
