@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");
@font-face {
  font-family: 'zeitung';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/zeitung700.otf); }
@font-face {
  font-family: 'zeitung';
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/zeitung700i.otf); }
@font-face {
  font-family: 'zeitung';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/zeitung400.otf); }
@font-face {
  font-family: 'zeitung';
  font-style: italic;
  font-weight: 400i;
  src: url(../fonts/zeitung400i.otf); }
@font-face {
  font-family: 'zeitung';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/zeitung300.otf); }
@font-face {
  font-family: 'zeitung';
  font-style: italic;
  font-weight: 300i;
  src: url(../fonts/zeitung300i.otf); }
.breadcrumbsWrap {
  background: #033864;
  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; }
  @media screen and (min-width: 1199px) {
    .breadcrumbsWrap {
      position: fixed;
      left: 0;
      right: 0;
      top: 100px;
      z-index: 999; } }
  .breadcrumbsWrap .breadcrumbs {
    width: 1300px;
    max-width: 100%;
    line-height: 20px;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0 auto;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .breadcrumbsWrap .breadcrumbs span:last-child {
      font-weight: 700; }
    .breadcrumbsWrap .breadcrumbs .separator {
      width: 12px;
      height: 17px;
      margin: 0 20px;
      position: relative;
      top: 2px;
      display: inline-block;
      background: url("../img/separator.png"); }
    .breadcrumbsWrap .breadcrumbs a:hover {
      color: white; }
    @media screen and (max-width: 1199px) {
      .breadcrumbsWrap .breadcrumbs {
        padding: 16px 20px; } }

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: black; }

html, body {
  background: #030303;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden; }

body {
  /*padding-top: 162px;*/
  padding-top: 100px;
  /*padding-top: 149px;*/ }

#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;
      }*/ }
  @media screen and (max-width: 1199px) {
    #page {
      margin-top: 50px; } }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  40% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  40% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  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 {
  backface-visibility: hidden;
  min-width: 320px !important;
  overflow-x: hidden;
  background: #030303;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  /*@media screen and (max-width: 1199px){*/
  /*}*/
  /*    @media screen and (min-width: 1200px){
          &{
              #inBody{
                                  @include transitions(1s linear 0s);
                                  backface-visibility: hidden;
                                  transform: none;
                                  -webkit-transform: none;
              }
  
  
              #loaderTint{
  
                  @include transitions(0.5s linear 0s);
                  position: fixed;
                  z-index: 9999;
                  background: #030303;
                  top: 0; left: 0; right: 0; bottom: 0;
                  display: block;
                                  transform: rotateY(90deg);
                                  -webkit-transform: rotateY(90deg);
                  text-align: center;
                  font-size: 46px;
                  visibility: hidden;
                  opacity: 0;
                  div{
                      position: absolute;
                      top: 0; left: 0; right: 0; bottom: 0;
                      
                                          width: 250px;
                                          height: 225px;
                                          position: absolute;
                                          top: 0; left: 0; right: 0; bottom: 0;
                                          margin: auto;
                      img{
                          width: 225px;
                          margin-bottom: 70px;   
                          display: none;
                      }
                      span{
  
                          -webkit-animation: pulse 1.2s infinite ease-in-out;
                          animation: sk-rotatePlane 1.2s infinite ease-in-out;
                          transform: rotateY(0);
                          -webkit-transform: rotateY(0);
                          display: block;
                          background: black;
                          margin: auto;
                          background-image: url('../img/logo.png');
                          background-repeat: no-repeat;
                          background-size: cover;
                          position: absolute;
                          top: 0; left: 0; right: 0; bottom: 0;
                          margin: auto;
                          width: 225px;
                          height: 70px;
  
                      }
                  }
              }
          }
          &.loading{
              #inBody{
                                  overflow: hidden !important;
                                  transform: scale(0.98) rotateY(180deg);
                                  -webkit-transform: scale(0.98) rotateY(180deg);
              }
              #loaderTint{
                  visibility: visible;
                  opacity: 1;
              }
  
          }
      }*/
  display: block !important; }
  body.mobile .headerPhoto {
    background-size: cover; }
  body #inBody {
    background: white; }
  body #loaderTint {
    display: none; }

* {
  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; }

#body802 #top, #body821 #top {
  background: white; }

#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 !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 15px;
  background: white;
  padding: 0; }
  #top a, #top a i.fa {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
  #top .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;
    float: right;
    padding-top: 40px;
    margin-left: 55px; }
    #top .socialMedia i.fa {
      color: #033864; }
  #top .topBar {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    text-align: right;
    background: #006079;
    overflow: hidden;
    height: 50px;
    line-height: 30px;
    padding: 10px 0; }
    #top .topBar .socialMedia a.mailA {
      margin-right: 60px; }
    #top .topBar .socialMedia a, #top .topBar .socialMedia i {
      color: #9ABECA !important; }
      #top .topBar .socialMedia a.fa, #top .topBar .socialMedia i.fa {
        font-size: 20px;
        psoition: relative;
        top: 2px; }
      #top .topBar .socialMedia a:hover, #top .topBar .socialMedia i:hover {
        color: #fff !important; }
  #top #logo {
    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;
    padding: 25px 0;
    max-height: 100%;
    max-width: 100%;
    float: left;
    position: relative; }
    #top #logo 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;
      height: 50px; }
  #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;
    float: right;
    height: 100px;
    padding-top: 40px;
    letter-spacing: 1px;
    list-style: none;
    margin-bottom: 0;
    /*text-transform: uppercase;*/ }
    #top #topMenu > li {
      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;
      text-transform: uppercase;
      padding: 0 15px;
      position: relative; }
      #top #topMenu > li > a {
        position: relative;
        font-weight: 400;
        font-size: 14px; }
        #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: white;
          height: 1px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -2px;
          margin: 0 auto;
          width: 0; }
      #top #topMenu > li.active a {
        color: #090909;
        font-weight: 600; }
      #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: #fff;
        color: black;
        top: 20px;
        padding-top: 40px;
        left: -2px;
        line-height: normal;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.1em;
        min-width: 340px;
        text-transform: none;
        padding: 0 20px; }
        #top #topMenu > li .subMenu li {
          list-style: none;
          padding: 0 20px;
          height: auto !important;
          line-height: 1.1em !important;
          border-bottom: 1px solid #d1d1d1; }
          #top #topMenu > li .subMenu li:last-child {
            border-bottom: none; }
          #top #topMenu > li .subMenu li a {
            font-weight: 400;
            color: black;
            display: inline-block;
            font-size: 15px;
            line-height: 1.1em !important; }
        #top #topMenu > li .subMenu li {
          margin-bottom: 10px;
          padding-bottom: 10px;
          line-height: 1em; }
          #top #topMenu > li .subMenu li:last-child {
            margin-bottom: 10px; }
          #top #topMenu > li .subMenu li a:hover {
            color: #CB2A2A !important;
            font-weight: bold; }
      #top #topMenu > li:hover .subMenu {
        max-height: 700px;
        padding: 20px 0 10px; }
  #top.sticky {
    background: white !important; }
    #top.sticky .search {
      margin-top: 18px; }
    #top.sticky .topBar2 {
      padding: 5px 0; }
      #top.sticky .topBar2 .search button {
        bottom: -8px;
        top: -6px; }
    #top.sticky .topBar {
      height: 35px;
      padding: 5px 0;
      line-height: 25px; }
    #top.sticky .socialMedia {
      padding-top: 20px; }
    #top.sticky #topMenu {
      height: 60px;
      padding-top: 20px; }
    #top.sticky #logo {
      padding: 10px 0; }
      #top.sticky #logo img {
        height: 40px; }
    #top.sticky .languages {
      margin-top: 20px; }
  #top .topBar2 {
    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;
    background: #0066A4;
    padding: 13px 0;
    font-size: 15px;
    letter-spacing: 0.04em; }
    #top .topBar2 .topBarInfoBox {
      display: inline-block;
      margin-right: 30px; }
      #top .topBar2 .topBarInfoBox > div {
        float: right;
        color: white;
        line-height: 18px;
        font-weight: 300;
        letter-spacing: 0.1em;
        position: relative; }
        #top .topBar2 .topBarInfoBox > div::before {
          position: absolute;
          content: '';
          left: -10px;
          top: 3px;
          bottom: 3px;
          width: 1px;
          background: #7EB3D2; }
      #top .topBar2 .topBarInfoBox i.fal {
        color: white;
        font-size: 18px;
        margin-right: 20px;
        margin-top: 9px; }
      #top .topBar2 .topBarInfoBox a {
        color: white; }

.container {
  width: 1300px;
  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: 20px;
  padding-right: 20px;
  min-height: 1px !important; }

.cmsPage > div .section, #homePageNews > div .section {
  min-height: 1px;
  /*padding: 40px 0;*/
  /*        @media screen and (min-width: 992px){
              padding: 0 0 $colSpacing;
          }*/
  /*                margin-left: -$halfColSpacing;
                  margin-right: -$halfColSpacing;*/
  font-size: 18px;
  /*background: $bgColor;*/
  /*color: #000000;*/ }
  @media screen and (max-width: 1199px) {
    .cmsPage > div .section, #homePageNews > div .section {
      /*            margin-left: -$rwdHalfColSpacing;
                  margin-right: -$rwdHalfColSpacing;*/ } }
  .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: 40px;*/ }
  .cmsPage > div .section .column, #homePageNews > div .section .column {
    /*overflow: hidden;*/ }
  .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
    /*            margin-top: $colSpacing;*/
    margin-bottom: 60px;
    /*            @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: 30px;
        /*margin-top: $rwdColSpacing;*/ } }
    @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.black[data-type=photo], #homePageNews > div .section .widgetBox.black[data-type=photo] {
      filter: grayscale(100%); }
    .cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
      /*margin-bottom: 40px;*/ }
    .cmsPage > div .section .widgetBox.newsBox, #homePageNews > div .section .widgetBox.newsBox {
      background: transparent;
      box-shadow: none;
      overflow: hidden;
      flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      height: 100%;
      margin-bottom: 0;
      /*text-align: center;*/
      width: 25%;
      float: left;
      margin-bottom: 25px; }
      .cmsPage > div .section .widgetBox.newsBox .newsHeader, #homePageNews > div .section .widgetBox.newsBox .newsHeader {
        position: relative;
        text-align: center;
        margin-top: 20px; }
        .cmsPage > div .section .widgetBox.newsBox .newsHeader::before, #homePageNews > div .section .widgetBox.newsBox .newsHeader::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          height: 2px;
          background: #e5e5e5;
          margin: 0 auto;
          z-index: -1; }
        .cmsPage > div .section .widgetBox.newsBox .newsHeader span, #homePageNews > div .section .widgetBox.newsBox .newsHeader span {
          background: #f8f8f8;
          padding: 0 20px;
          color: #090909;
          font-size: 14px;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
      .cmsPage > div .section .widgetBox.newsBox h4, #homePageNews > div .section .widgetBox.newsBox h4 {
        font-size: 12px;
        margin-bottom: 0;
        color: #A3A3A3;
        /*font-family: 'Lora', arial, sans-serif;*/
        font-size: 16px;
        letter-spacing: 0.04em; }
      .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
        height: 52px;
        font-size: 18px !important;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 700 !important;
        overflow: hidden; }
        .cmsPage > div .section .widgetBox.newsBox h2 a, #homePageNews > div .section .widgetBox.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; }
          .cmsPage > div .section .widgetBox.newsBox h2 a:hover, #homePageNews > div .section .widgetBox.newsBox h2 a:hover {
            color: #888; }
        @media screen and (max-width: 1572px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 72px; } }
        @media screen and (max-width: 1199px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 56px; } }
        @media screen and (max-width: 1181px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 72px; } }
        @media screen and (max-width: 991px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 56px; } }
        @media screen and (max-width: 793px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 72px; } }
        @media screen and (max-width: 561px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 112px; } }
        @media screen and (max-width: 499px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 56px; } }
        @media screen and (max-width: 393px) {
          .cmsPage > div .section .widgetBox.newsBox h2, #homePageNews > div .section .widgetBox.newsBox h2 {
            height: 72px; } }
      .cmsPage > div .section .widgetBox.newsBox div.description, #homePageNews > div .section .widgetBox.newsBox div.description {
        margin-top: 20px; }
        .cmsPage > div .section .widgetBox.newsBox div.description, .cmsPage > div .section .widgetBox.newsBox div.description *, #homePageNews > div .section .widgetBox.newsBox div.description, #homePageNews > div .section .widgetBox.newsBox div.description * {
          font-size: 16px !important; }
      .cmsPage > div .section .widgetBox.newsBox .newsMainPhoto .bg, #homePageNews > div .section .widgetBox.newsBox .newsMainPhoto .bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
      .cmsPage > div .section .widgetBox.newsBox .btn.btn-main:not(.moreBtn), #homePageNews > div .section .widgetBox.newsBox .btn.btn-main:not(.moreBtn) {
        position: relative;
        z-index: 1; }
        .cmsPage > div .section .widgetBox.newsBox .btn.btn-main:not(.moreBtn):hover, #homePageNews > div .section .widgetBox.newsBox .btn.btn-main:not(.moreBtn):hover {
          color: white !important;
          background: black !important; }
      .cmsPage > div .section .widgetBox.newsBox .newsBoxInner, #homePageNews > div .section .widgetBox.newsBox .newsBoxInner {
        margin: 5px 20px;
        position: relative; }
        .cmsPage > div .section .widgetBox.newsBox .newsBoxInner .newsMainPhoto, #homePageNews > div .section .widgetBox.newsBox .newsBoxInner .newsMainPhoto {
          display: block !important;
          margin: 0;
          background: #F8F8F8;
          position: relative;
          padding-top: 73%; }
          .cmsPage > div .section .widgetBox.newsBox .newsBoxInner .newsMainPhoto img, #homePageNews > div .section .widgetBox.newsBox .newsBoxInner .newsMainPhoto img {
            display: none; }
          .cmsPage > div .section .widgetBox.newsBox .newsBoxInner .newsMainPhoto .bg, #homePageNews > div .section .widgetBox.newsBox .newsBoxInner .newsMainPhoto .bg {
            background-size: contain !important; }
        .cmsPage > div .section .widgetBox.newsBox .newsBoxInner h2, #homePageNews > div .section .widgetBox.newsBox .newsBoxInner h2 {
          text-align: center; }
        .cmsPage > div .section .widgetBox.newsBox .newsBoxInner .row.buttons, #homePageNews > div .section .widgetBox.newsBox .newsBoxInner .row.buttons {
          text-align: center; }
      @media screen and (max-width: 1199px) {
        .cmsPage > div .section .widgetBox.newsBox, #homePageNews > div .section .widgetBox.newsBox {
          width: 33.333%; } }
      @media screen and (max-width: 767px) {
        .cmsPage > div .section .widgetBox.newsBox, #homePageNews > div .section .widgetBox.newsBox {
          width: 50%; } }
      @media screen and (max-width: 499px) {
        .cmsPage > div .section .widgetBox.newsBox, #homePageNews > div .section .widgetBox.newsBox {
          width: 100%; } }
    .cmsPage > div .section .widgetBox .news.more, #homePageNews > div .section .widgetBox .news.more {
      margin: 0px; }
      @media screen and (max-width: 1199px) {
        .cmsPage > div .section .widgetBox .news.more, #homePageNews > div .section .widgetBox .news.more {
          margin: 0 -10px; } }
      @media screen and (min-width: 1200px) {
        .cmsPage > div .section .widgetBox .news.more .newsBox:nth-child(4n+1), #homePageNews > div .section .widgetBox .news.more .newsBox:nth-child(4n+1) {
          clear: both; } }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .cmsPage > div .section .widgetBox .news.more .newsBox:nth-child(3n+1), #homePageNews > div .section .widgetBox .news.more .newsBox:nth-child(3n+1) {
          clear: both; } }
      @media screen and (min-width: 500px) and (max-width: 767px) {
        .cmsPage > div .section .widgetBox .news.more .newsBox:nth-child(2n+1), #homePageNews > div .section .widgetBox .news.more .newsBox:nth-child(2n+1) {
          clear: both; } }
  .cmsPage > div .section.fullSection, #homePageNews > div .section.fullSection {
    margin-left: -0 !important;
    margin-right: -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 .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-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 - 610px) !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 - 610px) !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: 15px !important; } }

.cmsPage h1.title, #homePageNews h1.title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.cmsPage .widgetBox, #homePageNews .widgetBox {
  /*margin-bottom: 20px;*/
  /*box-shadow: 0 3px 2px rgba(black, 0.1);*/
  /*margin-bottom: 40px;*/
  /*overflow: hidden;*/ }
  @media screen and (max-width: 767px) {
    .cmsPage .widgetBox, #homePageNews .widgetBox {
      /*margin-bottom: 20px;*/ } }
@media screen and (min-width: 992px) {
  .cmsPage .col-md-12 .widgetBox[data-type=banner] span.whiteBox, #homePageNews .col-md-12 .widgetBox[data-type=banner] span.whiteBox {
    right: auto;
    width: 50%; } }
.cmsPage .headerPhoto, #homePageNews .headerPhoto {
  margin-bottom: 40px;
  height: 300px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 1199px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      background-attachment: initial; } }
  .cmsPage .headerPhoto::after, #homePageNews .headerPhoto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: black;
    opacity: 0.3;
    z-index: 0; }
  .cmsPage .headerPhoto .container, #homePageNews .headerPhoto .container {
    height: 100%;
    position: relative; }
  .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    font-weight: 700;
    left: 20px;
    font-size: 72px;
    opacity: 0.85;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 1349px) and (min-width: 992px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      height: 300px; } }
  @media screen and (max-width: 991px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
      height: 200px; }
      .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
        bottom: 20px;
        font-size: 62px;
        line-height: 1.1em; } }
  @media screen and (max-width: 649px) {
    .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
      font-size: 36px; } }

.lockRatio {
  position: relative; }
  .lockRatio.lockRatio50 .dummy {
    padding-top: 50%; }
  .lockRatio.lockRatio30 .dummy {
    padding-top: 30%; }
  .lockRatio.lockRatio66 .dummy {
    padding-top: 66%; }
  .lockRatio.lockRatio40 .dummy {
    padding-top: 40%; }
  .lockRatio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .lockRatio.locationMap .dummy {
    padding-top: 28.3%; }
  @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 -30px; }
  @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: 1px solid #A9A9A9;
    /*border-bottom:2px solid #000;*/
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px; }
    .form input[type=text]::placeholder, .form input[type=email]::placeholder, .form input[type=number]::placeholder, .form input[type=tel]::placeholder, .form select::placeholder, .form textarea::placeholder {
      font-family: 'Source Sans Pro', Arial, sans-serif !important; }
    .form input[type=text], .form input[type=text]::-webkit-input-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=text]:-ms-input-placeholder, .form input[type=text]:-moz-placeholder, .form input[type=text]::placeholder, .form input[type=email], .form input[type=email]::-webkit-input-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=email]:-moz-placeholder, .form input[type=email]::placeholder, .form input[type=number], .form input[type=number]::-webkit-input-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=number]:-ms-input-placeholder, .form input[type=number]:-moz-placeholder, .form input[type=number]::placeholder, .form input[type=tel], .form input[type=tel]::-webkit-input-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=tel]:-moz-placeholder, .form input[type=tel]::placeholder, .form select, .form select::-webkit-input-placeholder, .form select::-moz-placeholder, .form select:-ms-input-placeholder, .form select:-moz-placeholder, .form select::placeholder, .form textarea, .form textarea::-webkit-input-placeholder, .form textarea::-moz-placeholder, .form textarea:-ms-input-placeholder, .form textarea:-moz-placeholder, .form textarea::placeholder {
      font-family: 'Source Sans Pro', Arial, sans-serif !important; }
  .form textarea {
    padding: 10px 20px;
    height: 190px;
    resize: none; }
    .form textarea::placeholder {
      font-family: 'Source Sans Pro', Arial, sans-serif !important; }
    .form textarea, .form textarea::-webkit-input-placeholder, .form textarea::-moz-placeholder, .form textarea:-ms-input-placeholder, .form textarea:-moz-placeholder, .form textarea::placeholder {
      font-family: 'Source Sans Pro', Arial, sans-serif !important; }
  .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: 15px;
        padding-right: 15px; } }
  .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;
    margin-left: 30px; }
    @media screen and (max-width: 1199px) {
      .form .row.buttons {
        margin-right: 15px;
        margin-left: 10px; } }
    .form .row.buttons .btn {
      width: auto;
      margin: 0 auto;
      background: #CF202F;
      white-space: nowrap;
      height: 30px;
      line-height: 32px;
      padding: 0 10px;
      font-weight: 800;
      font-size: 16px;
      /*display: inline-block;*/
      border: none;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color2+0,a0cc3b+50,9fca3c+51,93c63d+100 */
      background: #a1cb3b;
      /* Old browsers */
      background: -moz-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color2', endColorstr='#93c63d',GradientType=0 );
      /* IE6-9 */
      color: white;
      border-radius: 2px;
      /*padding: 20px 45px;*/
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      .form .row.buttons .btn:hover, .form .row.buttons .btn:active, .form .row.buttons .btn:focus {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c63d+0,9fca3c+49,a0cc3b+50,a1cb3b+100 */
        background: #93c63d;
        /* Old browsers */
        background: -moz-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c63d', endColorstr='$color2',GradientType=0 );
        /* IE6-9 */ }
  .form .note {
    margin-bottom: 20px; }
  .form .select {
    overflow: hidden;
    background: url("../img/select.png") no-repeat right #F5F5F5; }
    .form .select select {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      width: calc(100% + 20px) !important;
      background: transparent;
      -webkit-appearance: none;
      padding: 0;
      padding-right: 30px; }
      .form .select select[disabled] {
        background: rgba(0, 0, 0, 0.05); }

.row {
  margin-left: 0;
  margin-right: 0; }

.btn {
  white-space: nowrap;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  background: #CF202F;
  white-space: nowrap;
  height: 45px;
  line-height: 42px;
  padding: 0 25px;
  font-weight: 800;
  font-size: 18px;
  /*display: inline-block;*/
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color2+0,a0cc3b+50,9fca3c+51,93c63d+100 */
  background: #a1cb3b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color2', endColorstr='#93c63d',GradientType=0 );
  /* IE6-9 */
  color: white;
  border-radius: 2px;
  /*padding: 20px 45px;*/
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  .btn i.fa {
    margin-right: 5px; }
  .btn.primary {
    background: white;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid black;
    font-size: 14px;
    /*letter-spacing: 0.05em;*/
    padding: 0 30px; }
  .btn:hover, .btn:active, .btn:focus {
    background: black;
    color: white; }

.downloadFiles {
  width: 100%;
  /*    tr:nth-child(2n){
          background: #F5F5F5;
      }
      tr:nth-child(2n+1){
          background: #FFFFFF;
      }*/ }
  .downloadFiles td {
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300; }
  .downloadFiles td:first-child {
    padding-left: 40px;
    width: 30px;
    color: black;
    font-size: 32px; }
  .downloadFiles td:last-child {
    text-align: right;
    padding-right: 40px; }
  @media screen and (max-width: 499px) {
    .downloadFiles td {
      vertical-align: middle;
      padding: 10px; }
    .downloadFiles td:first-child {
      padding-left: 20px; }
    .downloadFiles td:last-child {
      padding-right: 20px; } }

.pager {
  margin: 0 !important;
  clear: both;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .pager {
      padding-bottom: 20px; } }
  .pager .yiiPager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 150px;
    padding-bottom: 30px; }
    @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;
      margin-bottom: 10px;
      background: transparent;
      color: #000;
      border: 1px solid #000;
      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: #030303;
      color: white; }
  .pager .next > a, .pager .next > span {
    float: none; }
  .pager .previous > a, .pager .previous > span {
    float: none; }

#cookies-message {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #000; }

#accept-cookies-checkbox {
  /*display: block;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 2px 5px;
  background: #005282;
  border-radius: 2px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  #accept-cookies-checkbox:hover {
    background: #004268; }
  @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: #000; }

/**{
    animation: rotate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/
#homePageNews {
  padding: 0;
  overflow: hidden;
  margin-top: -80px;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 1199px) {
    #homePageNews {
      margin-top: 0; } }
  #homePageNews .newsMainPhoto {
    /*height: 230px;*/
    display: block !important;
    margin: 0;
    background: #F8F8F8;
    position: relative;
    padding-top: 73%; }
    #homePageNews .newsMainPhoto img {
      display: none; }
  #homePageNews a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #homePageNews .news {
    overflow: hidden; }
    #homePageNews .news > div {
      padding-bottom: 40px; }
      #homePageNews .news > div .newsBox {
        box-shadow: none;
        overflow: hidden;
        margin: 5px 15px;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        height: 100%;
        margin-bottom: 0;
        text-align: center; }
        #homePageNews .news > div .newsBox .newsHeader {
          position: relative;
          text-align: center;
          margin-top: 20px; }
          #homePageNews .news > div .newsBox .newsHeader::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            height: 2px;
            background: #e5e5e5;
            margin: 0 auto;
            z-index: -1; }
          #homePageNews .news > div .newsBox .newsHeader span {
            background: #f8f8f8;
            padding: 0 20px;
            color: #090909;
            font-size: 14px;
            letter-spacing: 0.1em;
            text-transform: uppercase; }
        #homePageNews .news > div .newsBox h4 {
          font-size: 12px;
          margin-bottom: 0;
          color: #A3A3A3;
          /*font-family: 'Lora', arial, sans-serif;*/
          font-size: 16px;
          letter-spacing: 0.04em; }
        #homePageNews .news > div .newsBox h2 {
          height: 52px;
          font-size: 18px;
          line-height: normal;
          overflow: hidden;
          text-overflow: ellipsis;
          /*white-space: nowrap;*/
          margin-top: 5px;
          font-weight: 700 !important;
          margin-bottom: 5px;
          overflow: hidden; }
          #homePageNews .news > div .newsBox h2 a {
            color: inherit;
            transition: color 0.3s ease 0s;
            -webkit-transition: color 0.3s ease 0s;
            -ms-transition: color 0.3s ease 0s;
            -o-transition: color 0.3s ease 0s;
            -moz-transition: color 0.3s ease 0s;
            -khtml-transition: color 0.3s ease 0s; }
            #homePageNews .news > div .newsBox h2 a:hover {
              color: #888; }
          @media screen and (max-width: 1572px) {
            #homePageNews .news > div .newsBox h2 {
              height: 72px; } }
          @media screen and (max-width: 1199px) {
            #homePageNews .news > div .newsBox h2 {
              height: 56px; } }
          @media screen and (max-width: 1181px) {
            #homePageNews .news > div .newsBox h2 {
              height: 72px; } }
          @media screen and (max-width: 991px) {
            #homePageNews .news > div .newsBox h2 {
              height: 56px; } }
          @media screen and (max-width: 793px) {
            #homePageNews .news > div .newsBox h2 {
              height: 72px; } }
          @media screen and (max-width: 561px) {
            #homePageNews .news > div .newsBox h2 {
              height: 112px; } }
          @media screen and (max-width: 499px) {
            #homePageNews .news > div .newsBox h2 {
              height: 72px; } }
          @media screen and (max-width: 393px) {
            #homePageNews .news > div .newsBox h2 {
              height: 72px; } }
        #homePageNews .news > div .newsBox div.description {
          height: 100px;
          overflow: hidden;
          overflow-y: auto; }
          #homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description * {
            font-size: 14px !important;
            line-height: 18px; }
        #homePageNews .news > div .newsBox .newsMainPhoto .bg {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        #homePageNews .news > div .newsBox:hover .btn.btn-main {
          color: white;
          background: black; }
    #homePageNews .news .owl-controls {
      position: absolute;
      top: 50%;
      left: 25px;
      right: 25px;
      transform: translateY(-50%);
      z-index: -2; }
      #homePageNews .news .owl-controls .owl-prev {
        float: left; }
      #homePageNews .news .owl-controls .owl-next {
        float: right; }
      #homePageNews .news .owl-controls .owl-prev, #homePageNews .news .owl-controls .owl-next {
        font-size: 32px;
        cursor: pointer; }
      @media screen and (max-width: 669px) and (min-width: 500px) {
        #homePageNews .news .owl-controls {
          left: 15px;
          right: 15px; }
          #homePageNews .news .owl-controls .owl-prev, #homePageNews .news .owl-controls .owl-next {
            font-size: 28px; } }
      @media screen and (max-width: 399px) {
        #homePageNews .news .owl-controls {
          left: 10px;
          right: 10px; }
          #homePageNews .news .owl-controls .owl-prev, #homePageNews .news .owl-controls .owl-next {
            font-size: 28px; } }
  #homePageNews .owl-carousel {
    padding-left: 60px;
    padding-right: 60px; }
    #homePageNews .owl-carousel .owl-wrapper-outer {
      overflow: hidden;
      padding-bottom: 0; }
    @media screen and (max-width: 669px) and (min-width: 500px) {
      #homePageNews .owl-carousel {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 399px) {
      #homePageNews .owl-carousel {
        padding-left: 25px;
        padding-right: 25px; } }
  #homePageNews .col-xs-1, #homePageNews .col-sm-1, #homePageNews .col-md-1, #homePageNews .col-lg-1, #homePageNews .col-xs-2, #homePageNews .col-sm-2, #homePageNews .col-md-2, #homePageNews .col-lg-2, #homePageNews .col-xs-3, #homePageNews .col-sm-3, #homePageNews .col-md-3, #homePageNews .col-lg-3, #homePageNews .col-xs-4, #homePageNews .col-sm-4, #homePageNews .col-md-4, #homePageNews .col-lg-4, #homePageNews .col-xs-5, #homePageNews .col-sm-5, #homePageNews .col-md-5, #homePageNews .col-lg-5, #homePageNews .col-xs-6, #homePageNews .col-sm-6, #homePageNews .col-md-6, #homePageNews .col-lg-6, #homePageNews .col-xs-7, #homePageNews .col-sm-7, #homePageNews .col-md-7, #homePageNews .col-lg-7, #homePageNews .col-xs-8, #homePageNews .col-sm-8, #homePageNews .col-md-8, #homePageNews .col-lg-8, #homePageNews .col-xs-9, #homePageNews .col-sm-9, #homePageNews .col-md-9, #homePageNews .col-lg-9, #homePageNews .col-xs-10, #homePageNews .col-sm-10, #homePageNews .col-md-10, #homePageNews .col-lg-10, #homePageNews .col-xs-11, #homePageNews .col-sm-11, #homePageNews .col-md-11, #homePageNews .col-lg-11, #homePageNews .col-xs-12, #homePageNews .col-sm-12, #homePageNews .col-md-12, #homePageNews .col-lg-12 {
    padding: 0 !important; }
    #homePageNews .col-xs-1:nth-child(2n+1), #homePageNews .col-sm-1:nth-child(2n+1), #homePageNews .col-md-1:nth-child(2n+1), #homePageNews .col-lg-1:nth-child(2n+1), #homePageNews .col-xs-2:nth-child(2n+1), #homePageNews .col-sm-2:nth-child(2n+1), #homePageNews .col-md-2:nth-child(2n+1), #homePageNews .col-lg-2:nth-child(2n+1), #homePageNews .col-xs-3:nth-child(2n+1), #homePageNews .col-sm-3:nth-child(2n+1), #homePageNews .col-md-3:nth-child(2n+1), #homePageNews .col-lg-3:nth-child(2n+1), #homePageNews .col-xs-4:nth-child(2n+1), #homePageNews .col-sm-4:nth-child(2n+1), #homePageNews .col-md-4:nth-child(2n+1), #homePageNews .col-lg-4:nth-child(2n+1), #homePageNews .col-xs-5:nth-child(2n+1), #homePageNews .col-sm-5:nth-child(2n+1), #homePageNews .col-md-5:nth-child(2n+1), #homePageNews .col-lg-5:nth-child(2n+1), #homePageNews .col-xs-6:nth-child(2n+1), #homePageNews .col-sm-6:nth-child(2n+1), #homePageNews .col-md-6:nth-child(2n+1), #homePageNews .col-lg-6:nth-child(2n+1), #homePageNews .col-xs-7:nth-child(2n+1), #homePageNews .col-sm-7:nth-child(2n+1), #homePageNews .col-md-7:nth-child(2n+1), #homePageNews .col-lg-7:nth-child(2n+1), #homePageNews .col-xs-8:nth-child(2n+1), #homePageNews .col-sm-8:nth-child(2n+1), #homePageNews .col-md-8:nth-child(2n+1), #homePageNews .col-lg-8:nth-child(2n+1), #homePageNews .col-xs-9:nth-child(2n+1), #homePageNews .col-sm-9:nth-child(2n+1), #homePageNews .col-md-9:nth-child(2n+1), #homePageNews .col-lg-9:nth-child(2n+1), #homePageNews .col-xs-10:nth-child(2n+1), #homePageNews .col-sm-10:nth-child(2n+1), #homePageNews .col-md-10:nth-child(2n+1), #homePageNews .col-lg-10:nth-child(2n+1), #homePageNews .col-xs-11:nth-child(2n+1), #homePageNews .col-sm-11:nth-child(2n+1), #homePageNews .col-md-11:nth-child(2n+1), #homePageNews .col-lg-11:nth-child(2n+1), #homePageNews .col-xs-12:nth-child(2n+1), #homePageNews .col-sm-12:nth-child(2n+1), #homePageNews .col-md-12:nth-child(2n+1), #homePageNews .col-lg-12:nth-child(2n+1) {
      background: #fff; }
    #homePageNews .col-xs-1:nth-child(2n), #homePageNews .col-sm-1:nth-child(2n), #homePageNews .col-md-1:nth-child(2n), #homePageNews .col-lg-1:nth-child(2n), #homePageNews .col-xs-2:nth-child(2n), #homePageNews .col-sm-2:nth-child(2n), #homePageNews .col-md-2:nth-child(2n), #homePageNews .col-lg-2:nth-child(2n), #homePageNews .col-xs-3:nth-child(2n), #homePageNews .col-sm-3:nth-child(2n), #homePageNews .col-md-3:nth-child(2n), #homePageNews .col-lg-3:nth-child(2n), #homePageNews .col-xs-4:nth-child(2n), #homePageNews .col-sm-4:nth-child(2n), #homePageNews .col-md-4:nth-child(2n), #homePageNews .col-lg-4:nth-child(2n), #homePageNews .col-xs-5:nth-child(2n), #homePageNews .col-sm-5:nth-child(2n), #homePageNews .col-md-5:nth-child(2n), #homePageNews .col-lg-5:nth-child(2n), #homePageNews .col-xs-6:nth-child(2n), #homePageNews .col-sm-6:nth-child(2n), #homePageNews .col-md-6:nth-child(2n), #homePageNews .col-lg-6:nth-child(2n), #homePageNews .col-xs-7:nth-child(2n), #homePageNews .col-sm-7:nth-child(2n), #homePageNews .col-md-7:nth-child(2n), #homePageNews .col-lg-7:nth-child(2n), #homePageNews .col-xs-8:nth-child(2n), #homePageNews .col-sm-8:nth-child(2n), #homePageNews .col-md-8:nth-child(2n), #homePageNews .col-lg-8:nth-child(2n), #homePageNews .col-xs-9:nth-child(2n), #homePageNews .col-sm-9:nth-child(2n), #homePageNews .col-md-9:nth-child(2n), #homePageNews .col-lg-9:nth-child(2n), #homePageNews .col-xs-10:nth-child(2n), #homePageNews .col-sm-10:nth-child(2n), #homePageNews .col-md-10:nth-child(2n), #homePageNews .col-lg-10:nth-child(2n), #homePageNews .col-xs-11:nth-child(2n), #homePageNews .col-sm-11:nth-child(2n), #homePageNews .col-md-11:nth-child(2n), #homePageNews .col-lg-11:nth-child(2n), #homePageNews .col-xs-12:nth-child(2n), #homePageNews .col-sm-12:nth-child(2n), #homePageNews .col-md-12:nth-child(2n), #homePageNews .col-lg-12:nth-child(2n) {
      background: #F5F5F5; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #homePageNews .col-xs-1:nth-child(4n+2), #homePageNews .col-xs-1:nth-child(4n+3), #homePageNews .col-sm-1:nth-child(4n+2), #homePageNews .col-sm-1:nth-child(4n+3), #homePageNews .col-md-1:nth-child(4n+2), #homePageNews .col-md-1:nth-child(4n+3), #homePageNews .col-lg-1:nth-child(4n+2), #homePageNews .col-lg-1:nth-child(4n+3), #homePageNews .col-xs-2:nth-child(4n+2), #homePageNews .col-xs-2:nth-child(4n+3), #homePageNews .col-sm-2:nth-child(4n+2), #homePageNews .col-sm-2:nth-child(4n+3), #homePageNews .col-md-2:nth-child(4n+2), #homePageNews .col-md-2:nth-child(4n+3), #homePageNews .col-lg-2:nth-child(4n+2), #homePageNews .col-lg-2:nth-child(4n+3), #homePageNews .col-xs-3:nth-child(4n+2), #homePageNews .col-xs-3:nth-child(4n+3), #homePageNews .col-sm-3:nth-child(4n+2), #homePageNews .col-sm-3:nth-child(4n+3), #homePageNews .col-md-3:nth-child(4n+2), #homePageNews .col-md-3:nth-child(4n+3), #homePageNews .col-lg-3:nth-child(4n+2), #homePageNews .col-lg-3:nth-child(4n+3), #homePageNews .col-xs-4:nth-child(4n+2), #homePageNews .col-xs-4:nth-child(4n+3), #homePageNews .col-sm-4:nth-child(4n+2), #homePageNews .col-sm-4:nth-child(4n+3), #homePageNews .col-md-4:nth-child(4n+2), #homePageNews .col-md-4:nth-child(4n+3), #homePageNews .col-lg-4:nth-child(4n+2), #homePageNews .col-lg-4:nth-child(4n+3), #homePageNews .col-xs-5:nth-child(4n+2), #homePageNews .col-xs-5:nth-child(4n+3), #homePageNews .col-sm-5:nth-child(4n+2), #homePageNews .col-sm-5:nth-child(4n+3), #homePageNews .col-md-5:nth-child(4n+2), #homePageNews .col-md-5:nth-child(4n+3), #homePageNews .col-lg-5:nth-child(4n+2), #homePageNews .col-lg-5:nth-child(4n+3), #homePageNews .col-xs-6:nth-child(4n+2), #homePageNews .col-xs-6:nth-child(4n+3), #homePageNews .col-sm-6:nth-child(4n+2), #homePageNews .col-sm-6:nth-child(4n+3), #homePageNews .col-md-6:nth-child(4n+2), #homePageNews .col-md-6:nth-child(4n+3), #homePageNews .col-lg-6:nth-child(4n+2), #homePageNews .col-lg-6:nth-child(4n+3), #homePageNews .col-xs-7:nth-child(4n+2), #homePageNews .col-xs-7:nth-child(4n+3), #homePageNews .col-sm-7:nth-child(4n+2), #homePageNews .col-sm-7:nth-child(4n+3), #homePageNews .col-md-7:nth-child(4n+2), #homePageNews .col-md-7:nth-child(4n+3), #homePageNews .col-lg-7:nth-child(4n+2), #homePageNews .col-lg-7:nth-child(4n+3), #homePageNews .col-xs-8:nth-child(4n+2), #homePageNews .col-xs-8:nth-child(4n+3), #homePageNews .col-sm-8:nth-child(4n+2), #homePageNews .col-sm-8:nth-child(4n+3), #homePageNews .col-md-8:nth-child(4n+2), #homePageNews .col-md-8:nth-child(4n+3), #homePageNews .col-lg-8:nth-child(4n+2), #homePageNews .col-lg-8:nth-child(4n+3), #homePageNews .col-xs-9:nth-child(4n+2), #homePageNews .col-xs-9:nth-child(4n+3), #homePageNews .col-sm-9:nth-child(4n+2), #homePageNews .col-sm-9:nth-child(4n+3), #homePageNews .col-md-9:nth-child(4n+2), #homePageNews .col-md-9:nth-child(4n+3), #homePageNews .col-lg-9:nth-child(4n+2), #homePageNews .col-lg-9:nth-child(4n+3), #homePageNews .col-xs-10:nth-child(4n+2), #homePageNews .col-xs-10:nth-child(4n+3), #homePageNews .col-sm-10:nth-child(4n+2), #homePageNews .col-sm-10:nth-child(4n+3), #homePageNews .col-md-10:nth-child(4n+2), #homePageNews .col-md-10:nth-child(4n+3), #homePageNews .col-lg-10:nth-child(4n+2), #homePageNews .col-lg-10:nth-child(4n+3), #homePageNews .col-xs-11:nth-child(4n+2), #homePageNews .col-xs-11:nth-child(4n+3), #homePageNews .col-sm-11:nth-child(4n+2), #homePageNews .col-sm-11:nth-child(4n+3), #homePageNews .col-md-11:nth-child(4n+2), #homePageNews .col-md-11:nth-child(4n+3), #homePageNews .col-lg-11:nth-child(4n+2), #homePageNews .col-lg-11:nth-child(4n+3), #homePageNews .col-xs-12:nth-child(4n+2), #homePageNews .col-xs-12:nth-child(4n+3), #homePageNews .col-sm-12:nth-child(4n+2), #homePageNews .col-sm-12:nth-child(4n+3), #homePageNews .col-md-12:nth-child(4n+2), #homePageNews .col-md-12:nth-child(4n+3), #homePageNews .col-lg-12:nth-child(4n+2), #homePageNews .col-lg-12:nth-child(4n+3) {
        background: #fff !important; }
      #homePageNews .col-xs-1:nth-child(4n+1), #homePageNews .col-xs-1:nth-child(4n), #homePageNews .col-sm-1:nth-child(4n+1), #homePageNews .col-sm-1:nth-child(4n), #homePageNews .col-md-1:nth-child(4n+1), #homePageNews .col-md-1:nth-child(4n), #homePageNews .col-lg-1:nth-child(4n+1), #homePageNews .col-lg-1:nth-child(4n), #homePageNews .col-xs-2:nth-child(4n+1), #homePageNews .col-xs-2:nth-child(4n), #homePageNews .col-sm-2:nth-child(4n+1), #homePageNews .col-sm-2:nth-child(4n), #homePageNews .col-md-2:nth-child(4n+1), #homePageNews .col-md-2:nth-child(4n), #homePageNews .col-lg-2:nth-child(4n+1), #homePageNews .col-lg-2:nth-child(4n), #homePageNews .col-xs-3:nth-child(4n+1), #homePageNews .col-xs-3:nth-child(4n), #homePageNews .col-sm-3:nth-child(4n+1), #homePageNews .col-sm-3:nth-child(4n), #homePageNews .col-md-3:nth-child(4n+1), #homePageNews .col-md-3:nth-child(4n), #homePageNews .col-lg-3:nth-child(4n+1), #homePageNews .col-lg-3:nth-child(4n), #homePageNews .col-xs-4:nth-child(4n+1), #homePageNews .col-xs-4:nth-child(4n), #homePageNews .col-sm-4:nth-child(4n+1), #homePageNews .col-sm-4:nth-child(4n), #homePageNews .col-md-4:nth-child(4n+1), #homePageNews .col-md-4:nth-child(4n), #homePageNews .col-lg-4:nth-child(4n+1), #homePageNews .col-lg-4:nth-child(4n), #homePageNews .col-xs-5:nth-child(4n+1), #homePageNews .col-xs-5:nth-child(4n), #homePageNews .col-sm-5:nth-child(4n+1), #homePageNews .col-sm-5:nth-child(4n), #homePageNews .col-md-5:nth-child(4n+1), #homePageNews .col-md-5:nth-child(4n), #homePageNews .col-lg-5:nth-child(4n+1), #homePageNews .col-lg-5:nth-child(4n), #homePageNews .col-xs-6:nth-child(4n+1), #homePageNews .col-xs-6:nth-child(4n), #homePageNews .col-sm-6:nth-child(4n+1), #homePageNews .col-sm-6:nth-child(4n), #homePageNews .col-md-6:nth-child(4n+1), #homePageNews .col-md-6:nth-child(4n), #homePageNews .col-lg-6:nth-child(4n+1), #homePageNews .col-lg-6:nth-child(4n), #homePageNews .col-xs-7:nth-child(4n+1), #homePageNews .col-xs-7:nth-child(4n), #homePageNews .col-sm-7:nth-child(4n+1), #homePageNews .col-sm-7:nth-child(4n), #homePageNews .col-md-7:nth-child(4n+1), #homePageNews .col-md-7:nth-child(4n), #homePageNews .col-lg-7:nth-child(4n+1), #homePageNews .col-lg-7:nth-child(4n), #homePageNews .col-xs-8:nth-child(4n+1), #homePageNews .col-xs-8:nth-child(4n), #homePageNews .col-sm-8:nth-child(4n+1), #homePageNews .col-sm-8:nth-child(4n), #homePageNews .col-md-8:nth-child(4n+1), #homePageNews .col-md-8:nth-child(4n), #homePageNews .col-lg-8:nth-child(4n+1), #homePageNews .col-lg-8:nth-child(4n), #homePageNews .col-xs-9:nth-child(4n+1), #homePageNews .col-xs-9:nth-child(4n), #homePageNews .col-sm-9:nth-child(4n+1), #homePageNews .col-sm-9:nth-child(4n), #homePageNews .col-md-9:nth-child(4n+1), #homePageNews .col-md-9:nth-child(4n), #homePageNews .col-lg-9:nth-child(4n+1), #homePageNews .col-lg-9:nth-child(4n), #homePageNews .col-xs-10:nth-child(4n+1), #homePageNews .col-xs-10:nth-child(4n), #homePageNews .col-sm-10:nth-child(4n+1), #homePageNews .col-sm-10:nth-child(4n), #homePageNews .col-md-10:nth-child(4n+1), #homePageNews .col-md-10:nth-child(4n), #homePageNews .col-lg-10:nth-child(4n+1), #homePageNews .col-lg-10:nth-child(4n), #homePageNews .col-xs-11:nth-child(4n+1), #homePageNews .col-xs-11:nth-child(4n), #homePageNews .col-sm-11:nth-child(4n+1), #homePageNews .col-sm-11:nth-child(4n), #homePageNews .col-md-11:nth-child(4n+1), #homePageNews .col-md-11:nth-child(4n), #homePageNews .col-lg-11:nth-child(4n+1), #homePageNews .col-lg-11:nth-child(4n), #homePageNews .col-xs-12:nth-child(4n+1), #homePageNews .col-xs-12:nth-child(4n), #homePageNews .col-sm-12:nth-child(4n+1), #homePageNews .col-sm-12:nth-child(4n), #homePageNews .col-md-12:nth-child(4n+1), #homePageNews .col-md-12:nth-child(4n), #homePageNews .col-lg-12:nth-child(4n+1), #homePageNews .col-lg-12:nth-child(4n) {
        background: #F5F5F5 !important; } }

.awards {
  padding: 30px 40px 0;
  text-align: center; }
  .awards .award {
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 30px; }
    .awards .award img {
      vertical-align: top;
      max-height: 150px; }
    .awards .award p {
      vertical-align: top;
      text-align: center;
      width: 290px; }
      @media screen and (max-width: 767px) {
        .awards .award p {
          width: auto; } }

.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:hover .btn.btn-main {
        background-color: black !important;
        color: white !important; }
    .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;
        float: right; }
      @media screen and (max-width: 699px) {
        .reviews tr td {
          display: block;
          text-align: center;
          width: 100%; }
          .reviews tr td .btn {
            float: none; } }
  .reviews .absoluteLink {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .reviews .absoluteLink:hover .btn.btn-main {
      background: black;
      color: white; }

.reviewsPage {
  margin: 0 -30px; }
  .reviewsPage .widgetBox {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: white; }
    .reviewsPage .widgetBox b:first-child {
      display: block;
      magin-left: -10px !important; }
    .reviewsPage .widgetBox .publisherData {
      padding: 20px;
      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;
          max-width: 270px; }
    .reviewsPage .widgetBox .reviews {
      padding: 0 20px; }
      .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, .reviewsPage .widgetBox .btn {
      margin: 20px 0 0 20px; }
    .reviewsPage .widgetBox.filter {
      padding: 20px; }
      .reviewsPage .widgetBox.filter b {
        font-size: 15px;
        font-weight: 300; }
      .reviewsPage .widgetBox.filter .row {
        margin: 0; }
      .reviewsPage .widgetBox.filter select {
        margin-top: 5px;
        margin-bottom: 0; }
      .reviewsPage .widgetBox.filter .form {
        padding-bottom: 0;
        margin: 0 -20px; }
      .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 img {
  max-width: 100%; }
.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; }

.newsGallery {
  overflow: hidden;
  margin: 0 -20px;
  margin-top: 20px; }
  .newsGallery .galleryItemWrap {
    overflow: hidden; }
  .newsGallery .galleryItem {
    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-top: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .newsGallery .galleryItem:hover {
      transform: scale(1.05); }
    .newsGallery .galleryItem a {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  @media screen and (max-width: 1199px) {
    .newsGallery {
      margin: 20px -10px 0; }
      .newsGallery .galleryItem {
        margin-bottom: 20px; } }

@media screen and (min-width: 1199px) {
  #productDetails {
    padding-top: 53px; } }
#productDetails img {
  max-width: 100%; }
@media screen and (min-width: 600px) {
  #productDetails .award {
    max-width: 45% !important; } }
#productDetails .productItemWrap {
  padding: 40px 0;
  margin: 0 -20px; }
  @media screen and (max-width: 1689px) {
    #productDetails .productItemWrap {
      padding: 40px 0; } }
  @media screen and (max-width: 599px) {
    #productDetails .productItemWrap {
      padding: 40px 0; } }
  #productDetails .productItemWrap .galleryItem {
    display: block;
    position: relative;
    padding-top: 80%;
    margin-bottom: 40px; }
    #productDetails .productItemWrap .galleryItem span.bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-color: white; }
  #productDetails .productItemWrap div[data-section=galeria] {
    margin: 20px -20px;
    overflow: hidden; }
    #productDetails .productItemWrap div[data-section=galeria] .galleryItem {
      overflow: hidden; }
    #productDetails .productItemWrap div[data-section=galeria] span.bg {
      transform: scale(0.9);
      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; }
      #productDetails .productItemWrap div[data-section=galeria] span.bg:hover {
        transform: scale(1); }
#productDetails .productInfoWrap {
  background: #fff;
  padding: 0; }
  @media screen and (max-width: 490px) {
    #productDetails .productInfoWrap {
      padding: 40px 15px; } }
  #productDetails .productInfoWrap h1, #productDetails .productInfoWrap div.pName {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #AC3A42; }
  #productDetails .productInfoWrap .productCategory {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300; }
    #productDetails .productInfoWrap .productCategory.smallText {
      color: #333333;
      font-size: 14px;
      letter-spacing: 0.1em;
      font-weight: 400; }
    #productDetails .productInfoWrap .productCategory.grayText {
      color: #090909;
      font-size: 16px;
      letter-spacing: 0.1em;
      font-weight: 400; }
  #productDetails .productInfoWrap table tr td:first-child {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.07em; }
  #productDetails .productInfoWrap table thead tr {
    background: #f8f8f8;
    margin: 10px 0;
    text-transform: uppercase; }
  #productDetails .productInfoWrap .finishesMore {
    /*font-family: "Lora", arial, sans-serif;*/ }
    #productDetails .productInfoWrap .finishesMore a {
      font-weight: 600;
      text-transform: uppercase; }
      #productDetails .productInfoWrap .finishesMore a.btn-secoundary {
        margin-top: 15px; }
  #productDetails .productInfoWrap .finishesRow {
    overflow: hidden;
    padding-bottom: 15px;
    margin: 0 -10px; }
  #productDetails .productInfoWrap .finishesBlock {
    width: 25%;
    vertical-align: top;
    float: left;
    padding: 0 10px; }
    #productDetails .productInfoWrap .finishesBlock img {
      width: 100%; }
    #productDetails .productInfoWrap .finishesBlock span {
      margin-top: 10px;
      display: block;
      font-size: 16px;
      color: #757575;
      letter-spacing: 0.05em; }
    @media screen and (max-width: 599px) {
      #productDetails .productInfoWrap .finishesBlock {
        width: 50%; } }
    @media screen and (max-width: 490px) {
      #productDetails .productInfoWrap .finishesBlock {
        width: 100%; } }

#front .accordionSection {
  border-top: 3px solid #033967;
  padding: 0 15px; }
  #front .accordionSection:last-child {
    border-bottom: 3px solid #033967; }
  @media screen and (max-width: 599px) {
    #front .accordionSection {
      padding: 0 5px; } }
  #front .accordionSection .sectionHeader {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-top: 14px;
    text-transform: none;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    display: block;
    position: relative;
    padding-bottom: 15px;
    padding-left: 30px; }
    #front .accordionSection .sectionHeader .arrow {
      position: absolute;
      top: 2px;
      left: 0;
      bottom: 0;
      margin: auto 0;
      width: 16px;
      height: 12px;
      /*background: rgba(red, 0.3);*/
      cursor: pointer; }
      #front .accordionSection .sectionHeader .arrow::after, #front .accordionSection .sectionHeader .arrow::before {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 3.5px;
        background: #B22C2D;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      #front .accordionSection .sectionHeader .arrow::after {
        margin-left: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      #front .accordionSection .sectionHeader .arrow::before {
        margin-right: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
  #front .accordionSection .sectionBody {
    padding: 15px 0;
    overflow: hidden;
    display: none;
    font-weight: 400; }
    #front .accordionSection .sectionBody.videos {
      margin-left: -20px;
      margin-right: -20px; }
      #front .accordionSection .sectionBody.videos iframe {
        width: 100%;
        margin-bottom: 40px; }
    #front .accordionSection .sectionBody *, #front .accordionSection .sectionBody p {
      letter-spacing: 0.1em;
      font-size: 16px; }
    #front .accordionSection .sectionBody tbody tr {
      border-top: 1px solid #bfbfbf; }
      #front .accordionSection .sectionBody tbody tr + td {
        font-weight: 700; }
      #front .accordionSection .sectionBody tbody tr:first-child {
        border-top: none; }
  #front .accordionSection.open .sectionHeader .arrow::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  #front .accordionSection.open .sectionHeader .arrow::before {
    margin-right: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  #front .accordionSection[data-section=specification] table {
    width: 100%; }
  #front .accordionSection[data-section=description] img, #front .accordionSection[data-section=technology] img {
    height: auto !important; }
  #front .accordionSection[data-section=videos] iframe {
    margin-bottom: 40px; }

.cmsSubPage {
  padding: 40px 0; }

.ajaxSubmit {
  letter-spacing: 0.1em; }
  .ajaxSubmit i.fa {
    margin-left: 10px; }

@media screen and (max-width: 699px) {
  p {
    word-wrap: break-word; } }
.gm-style .gm-style-iw {
  font-size: 12px; }
  .gm-style .gm-style-iw br {
    line-height: 0.7em; }
  .gm-style .gm-style-iw big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  .gm-style .gm-style-iw .city {
    text-transform: uppercase; }

.lb-data .lb-caption {
  text-transform: uppercase; }

.parallaxImg {
  margin: 0 -10px;
  height: 450px;
  /*height: 300px;*/
  /*background-size: auto 450px;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  /*background-attachment: fixed;*/ }
  @media screen and (max-width: 999px) {
    .parallaxImg {
      height: 250px;
      background-attachment: initial;
      background-position: center center !important;
      background-size: cover; } }

.mainHeader {
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  background: #112037;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 56px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .mainHeader::after {
    position: absolute;
    bottom: 40px;
    background: white;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    display: block;
    content: '';
    left: 0;
    right: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0; }

#body802 #footer, #body821 #footer {
  margin: 0; }

#footer {
  color: #173152;
  font-size: 15px;
  /*margin: 40px*/
  /*margin: 40px 0 0 0;*/
  /*background: #027185;*/
  background: #fff;
  /*background: mix(#006079, #000, 70);*/
  padding: 40px 0;
  padding-top: 0;
  font-weight: 400;
  text-align: left; }
  @media screen and (max-width: 1520px) {
    #footer {
      margin-top: 0; } }
  #footer .subMenu {
    display: none; }
  #footer .footerInfoCol {
    letter-spacing: 1px;
    font-weight: 400; }
  #footer .footer2 {
    font-size: 0.9em;
    color: white;
    background: #01426A; }
    #footer .footer2 .socialMediaBottom {
      float: right;
      padding: 15px 0;
      margin-right: 20px; }
      #footer .footer2 .socialMediaBottom a {
        margin: 0 7px; }
      #footer .footer2 .socialMediaBottom i.fab {
        font-size: 18px; }
  #footer .footerBottom {
    padding-top: 40px; }
  #footer .socialMedia {
    text-align: left;
    margin-left: -3px;
    padding: 20px 0;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
    #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;
      opacity: 0.6;
      margin: 0 17px 0 0; }
      #footer .socialMedia a:hover {
        opacity: 1; }
    @media screen and (max-width: 767px) {
      #footer .socialMedia {
        text-align: center; } }
  #footer .container {
    padding: 0;
    /*        @media screen and (min-width: 1520px){
                > div{
                    margin-left: -$halfColSpacing;
                    margin-right: -$halfColSpacing;
                    .col-md-2{
    
                    }
                }
            }*/ }
  @media screen and (max-width: 1199px) {
    #footer .container {
      padding: 0; }
      #footer .container > div > div > div {
        padding-bottom: 20px; } }
  #footer a {
    color: inherit; }
    #footer a:hover {
      /*color: white;*/ }
  #footer .markaCredits {
    float: right;
    font-size: 16px;
    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 {
      max-width: 100%; }
  @media screen and (max-width: 767px) {
    #footer {
      text-align: center; }
      #footer #footerLogo {
        float: none; } }
  #footer .footerMenu {
    background: #030303;
    text-align: left; }
  #footer #footerMenu {
    text-align: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left; }
    @media screen and (max-width: 767px) {
      #footer #footerMenu {
        text-align: center; } }
    #footer #footerMenu, #footer #footerMenu li {
      list-style: none; }
      #footer #footerMenu a, #footer #footerMenu li a {
        text-transform: uppercase;
        /*font-size: 16px;*/
        letter-spacing: 0.1em; }
    #footer #footerMenu li {
      display: inline-block;
      padding: 15px 20px;
      font-weight: 300; }
      #footer #footerMenu li.active {
        font-weight: 700; }
      #footer #footerMenu li:first-child a {
        margin-left: 0; }
        @media screen and (max-width: 643px) {
          #footer #footerMenu li:first-child a {
            margin-left: 15px; } }
  #footer br.onlyRwd {
    display: none; }
  #footer .createdBy {
    margin-top: 117px; }
    @media screen and (max-width: 767px) {
      #footer .createdBy {
        margin-top: 20px; } }

.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: 1239px) {
  .section:not(.fullSection) {
    /*            padding-left: 10px !important;
                padding-right: 10px !important;*/ } }
.section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 1199px) {
    .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
      padding-left: 15px;
      padding-right: 15px; } }

.tos-close span::before, .tos-close span::after {
  content: '';
  width: 20px;
  height: 3px;
  background: white;
  border: none;
  left: 0;
  right: 0;
  margin: auto; }
.tos-close span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.tos-pagination {
  z-index: 100000; }

#facebook {
  float: right;
  poition: absolute;
  right: 0;
  color: white;
  margin: 0 10px; }
  #facebook i.fa {
    font-size: 22px;
    line-height: 70px; }

#facebook2 {
  float: right;
  color: white;
  margin: 3px 60px 0 10px; }
  #facebook2 i.fa {
    font-size: 22px;
    line-height: 70px; }

@media screen and (min-width: 1200px) {
  body#body802, #body821 {
    padding-top: 100px; } }

body {
  min-height: 100vh;
  background: white;
  position: relative;
  font-size: 16px;
  font-weight: normal; }
  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; }
  body.sticky .breadcrumbsWrap {
    top: 60px !important; }
  @media screen and (min-width: 1200px) {
    body {
      /*&.sticky{*/
      /*padding-top: 103px;*/
      /*}*/ } }
  body #top .socialMedia {
    display: none; }
  body #top .search {
    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;
    float: right;
    margin-top: 37px;
    position: relative;
    color: black;
    /*                &::after{
                        position: absolute;
                        height: 100%;
                        width: 1px;
                        content: '';
                        background: #B8B8B8;
                        right: -22px;
                        top: 0;
                        bottom: 0;
                    }*/ }
    body #top .search input, body #top .search button {
      border: none;
      background: transparent; }
    body #top .search input::placeholder {
      color: white;
      opacity: 1; }
    body #top .search input[type=text] {
      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;
      color: black;
      float: left;
      margin-right: 20px;
      padding: 0 10px;
      padding: 0;
      padding-left: 0;
      width: 185px;
      width: calc(100% - 90px);
      border-bottom: 1px solid #000;
      width: 0; }
      body #top .search input[type=text]::placeholder {
        color: black; }
      body #top .search input[type=text], body #top .search input[type=text]:focus {
        outline: none; }
    body #top .search button {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      width: 24px;
      height: 24px;
      text-align: center;
      padding: 0;
      float: right;
      color: #000; }
      body #top .search button i.fal {
        font-size: 20px;
        color: black; }
    @media screen and (max-width: 450px) {
      body #top .search {
        width: 125px;
        margin-left: 10px; } }
    @media screen and (max-width: 360px) {
      body #top .search {
        width: 106px; } }
    body #top .search.open {
      margin-left: 70px; }
      body #top .search.open input[type=text] {
        width: 220px;
        padding: 5px 10px;
        margin-top: -5px; }
      body #top .search.open button[type=button] {
        display: none; }
      body #top .search.open button[type=submit] {
        display: initial !important; }
  body .enterPrompt {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
    background: white;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, white 0%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center; }
    body .enterPrompt .cmsPage {
      width: 100%; }
    body .enterPrompt p {
      text-transform: none; }
    body .enterPrompt .pelno {
      margin: 10px 40px 0;
      display: inline-block;
      font-weight: 300;
      text-align: center;
      font-size: 24px;
      cursor: pointer;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      body .enterPrompt .pelno:hover {
        color: #B8A377; }

#topBarRwd {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  min-width: 320px;
  box-shadow: 0px 0px 2px 0px gray;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  text-align: center; }
  #topBarRwd .socialMedia {
    display: none; }
  #topBarRwd > .container {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transaprent; }
  #topBarRwd #logoRwd img {
    max-height: 50px;
    max-width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
  #topBarRwd #topMenuRwd {
    background: white;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    top: 0;
    width: 250px;
    left: -250px;
    position: fixed;
    right: auto;
    height: 100%;
    padding-top: 10px;
    padding-left: 0;
    /*border-right: 5px solid $color1dark;*/
    list-style: none;
    z-index: 100;
    overflow-y: auto; }
    #topBarRwd #topMenuRwd .subMenu {
      display: none; }
    #topBarRwd #topMenuRwd li {
      padding: 0;
      display: block;
      padding: 0 25px;
      text-align: center; }
      #topBarRwd #topMenuRwd li .topMailRwdWrap {
        text-align: center;
        /*margin-top: 10px;*/ }
        #topBarRwd #topMenuRwd li .topMailRwdWrap .topMailRwd {
          font-size: 16px; }
        #topBarRwd #topMenuRwd li .topMailRwdWrap a:hover {
          color: #ddd; }
        #topBarRwd #topMenuRwd li .topMailRwdWrap i.fa {
          margin-right: 5px; }
      #topBarRwd #topMenuRwd li a {
        text-transform: uppercase;
        color: #000;
        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: 22px;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 10px 0; }
        #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: white; }
        #topBarRwd #topMenuRwd li a.lang {
          display: inline-block;
          margin: 10px 10px 0; }
          #topBarRwd #topMenuRwd li a.lang.active {
            font-weight: 800; }
        #topBarRwd #topMenuRwd li a:hover::after, #topBarRwd #topMenuRwd li a:active::after, #topBarRwd #topMenuRwd li a:focus::after {
          width: 100%; }
      #topBarRwd #topMenuRwd li .b2bIcon img {
        height: 16px;
        margin-top: 3px;
        margin-left: 4px; }
    #topBarRwd #topMenuRwd.menuOpen {
      left: 0px; }
    #topBarRwd #topMenuRwd .socialMediaRwd {
      /*            display: flex;
                  justify-content: space-between;*/ }
    #topBarRwd #topMenuRwd .search {
      float: right;
      border-bottom: 1px solid #fff;
      margin-top: 10px;
      margin-bottom: 20px; }
      #topBarRwd #topMenuRwd .search input, #topBarRwd #topMenuRwd .search button {
        color: white;
        height: 33px;
        line-height: 32px;
        border: none;
        background: transparent; }
      #topBarRwd #topMenuRwd .search input[type=text] {
        float: left;
        padding: 0 10px;
        width: 185px;
        width: calc(100% - 15px);
        font-size: 14px; }
        #topBarRwd #topMenuRwd .search input[type=text]::placeholder {
          font-family: 'Source Sans Pro', Arial, sans-serif !important;
          opactiy: 1;
          color: white; }
        #topBarRwd #topMenuRwd .search input[type=text], #topBarRwd #topMenuRwd .search input[type=text]::-webkit-input-placeholder, #topBarRwd #topMenuRwd .search input[type=text]::-moz-placeholder, #topBarRwd #topMenuRwd .search input[type=text]:-ms-input-placeholder, #topBarRwd #topMenuRwd .search input[type=text]:-moz-placeholder, #topBarRwd #topMenuRwd .search input[type=text]::placeholder {
          font-family: 'Source Sans Pro', Arial, sans-serif !important;
          opactiy: 1;
          color: white; }
      #topBarRwd #topMenuRwd .search button {
        width: 15px;
        padding: 0;
        float: right; }
  #topBarRwd .menuButton {
    float: left;
    cursor: pointer;
    width: 30px;
    left: 20px;
    height: 21px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101; }
    #topBarRwd .menuButton span {
      display: block;
      position: absolute;
      margin: 0;
      margin: auto;
      transition: 0.5s ease 0s;
      -webkit-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
      -o-transition: 0.5s ease 0s;
      -moz-transition: 0.5s ease 0s;
      -khtml-transition: 0.5s ease 0s;
      height: 3px;
      width: 30px;
      border-radius: 1px;
      background: #000;
      left: 0;
      right: 0; }
      #topBarRwd .menuButton span.bar1 {
        top: 0;
        bottom: 18px; }
      #topBarRwd .menuButton span.bar2 {
        top: 0;
        bottom: 0; }
      #topBarRwd .menuButton span.bar3 {
        top: 18px;
        bottom: 0; }
    #topBarRwd .menuButton.menuOpen {
      /*           position: fixed;
             left: 20px;
               top: 72px;
               bottom: auto;
               margin: 0;*/ }
      #topBarRwd .menuButton.menuOpen span {
        /*background: $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: left; }

@media screen and (max-width: 1199px) {
  #top {
    display: none; }

  #topBarRwd {
    display: block; }

  body {
    padding-top: 0; }
    body #topBarRwd, body #page, body #footer {
      position: relative;
      transition: left 0.5s ease 0s;
      -webkit-transition: left 0.5s ease 0s;
      -ms-transition: left 0.5s ease 0s;
      -o-transition: left 0.5s ease 0s;
      -moz-transition: left 0.5s ease 0s;
      -khtml-transition: left 0.5s ease 0s;
      left: 0; }
    body.menuOpen #topBarRwd, body.menuOpen #page, body.menuOpen #footer {
      left: 250px !important; } }
.cmsPage {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none; }
  .cmsPage .textWidget {
    line-height: 1.5em; }
    .cmsPage .textWidget a:hover {
      color: #999; }

.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: white;
  height: auto;
  overflow: hidden; }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    overflow: hidden;
    height: 100%;
    min-height: 0;
    max-height: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 125%;
    width: 100%;
    /*                    &::after{
                            content: '';
                            z-index: 0;
                            position: absolute;
                            top: 0; left: 0; right: 0; bottom: 0;
                            background: rgba(black, 0.3);
                        }*/ }
    .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide img {
      width: 100%; }
    .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
      overflow: hidden;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      justify-content: left;
      align-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
        z-index: 2;
        text-align: left;
        max-width: 800px; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, .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: #000;
          text-transform: uppercase;
          margin: 20px 0; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
          font-size: 18px;
          letter-spacing: 0.1em;
          font-weight: 300;
          color: white; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
          font-weight: 600;
          font-size: 48px;
          letter-spacing: 0.05em;
          line-height: 56px;
          text-transform: uppercase;
          color: white;
          margin: 40px 0; }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
          /*font-family: "Lora", arial, sans-serif;*/
          font-size: 18px;
          font-weight: 400;
          letter-spacing: 0.04em;
          color: #033864;
          line-height: 28px; }
        .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 .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: 30px; }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
            display: inline-block;
            padding: 0 20px;
            height: 50px;
            line-height: 48px;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: 0.1em;
            color: white;
            background: transparent;
            border: none;
            border-radius: 50px;
            text-transform: uppercase;
            border: 1px solid white;
            transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
            -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
            -ms-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
            -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
            -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
            -khtml-transition: color 0.3s ease 0s, background-color 0.3s ease 0s; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover {
              background: white;
              color: black; }
        @media screen and (max-width: 991px) {
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
            padding-right: 20px; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
              margin-top: 20px !important;
              margin-bottom: 20px !important;
              font-size: 46px;
              line-height: 52px; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
              margin: 0; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
              margin-bottom: 3px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
                height: 45px;
                line-height: 42px;
                padding: 0 20px; } }
        @media screen and (max-width: 599px) {
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
            font-weight: 400;
            font-size: 32px;
            line-height: 35px; }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
            font-size: 13px;
            height: 38px;
            line-height: 38px; } }
        @media screen and (max-width: 449px) {
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
            font-size: 13px;
            line-height: 19px; }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
            font-size: 24px;
            line-height: 28px; }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
            margin-top: 15px; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
              font-size: 13px;
              height: 35px;
              line-height: 35px; } }
    .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 {
        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 > *.text5 {
        right: -100vw;
        transition: right 0.5s ease 0s;
        -webkit-transition: right 0.5s ease 0s;
        -ms-transition: right 0.5s ease 0s;
        -o-transition: right 0.5s ease 0s;
        -moz-transition: right 0.5s ease 0s;
        -khtml-transition: right 0.5s ease 0s; }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
    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 > *.text5 {
    right: 0 !important; }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A {
    transition: left 0.7s ease 0.7s;
    -webkit-transition: left 0.7s ease 0.7s;
    -ms-transition: left 0.7s ease 0.7s;
    -o-transition: left 0.7s ease 0.7s;
    -moz-transition: left 0.7s ease 0.7s;
    -khtml-transition: left 0.7s ease 0.7s; }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1 {
    transition: right 0.7s ease 0.9s;
    -webkit-transition: right 0.7s ease 0.9s;
    -ms-transition: right 0.7s ease 0.9s;
    -o-transition: right 0.7s ease 0.9s;
    -moz-transition: right 0.7s ease 0.9s;
    -khtml-transition: right 0.7s ease 0.9s; }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
    transition: left 0.7s ease 1.1s;
    -webkit-transition: left 0.7s ease 1.1s;
    -ms-transition: left 0.7s ease 1.1s;
    -o-transition: left 0.7s ease 1.1s;
    -moz-transition: left 0.7s ease 1.1s;
    -khtml-transition: left 0.7s ease 1.1s; }
  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
    transition: right 0.7s ease 1.3s;
    -webkit-transition: right 0.7s ease 1.3s;
    -ms-transition: right 0.7s ease 1.3s;
    -o-transition: right 0.7s ease 1.3s;
    -moz-transition: right 0.7s ease 1.3s;
    -khtml-transition: right 0.7s ease 1.3s; }
  .classicSlider .absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
  .classicSlider .owl-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-controls {
        /*display: none;*/ } }
    .classicSlider .owl-controls .owl-page {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: inline-block;
      width: 22px;
      height: 22px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border: 1px solid #D9D9D9;
      border-radius: 30px;
      margin-right: 12px;
      cursor: pointer;
      opacity: 1; }
      .classicSlider .owl-controls .owl-page:last-child {
        margin-right: 0; }
      .classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
        background: #D9D9D9; }
  .classicSlider i.fa {
    font-size: 41px;
    color: #fff;
    opacity: 0.5; }
  .classicSlider .owl-prev {
    left: 260px;
    float: left;
    margin-left: 15px; }
  .classicSlider .owl-next {
    right: 260px;
    float: right;
    margin-right: 15px; }
  .classicSlider .owl-prev, .classicSlider .owl-next {
    /*position: absolute;*/
    cursor: pointer; }

.socialMedia {
  text-align: right; }
  .socialMedia a, .socialMedia span {
    margin-right: 10px;
    display: inline-block; }
    .socialMedia a:last-child, .socialMedia span:last-child {
      margin-right: 0; }
    .socialMedia a i.fa, .socialMedia span i.fa {
      font-size: 22px;
      position: relative; }

#tilesList {
  overflow: hidden;
  /*    margin-left: -10px;
      margin-right: -10px;*/
  margin-bottom: -10px; }
  #tilesList .tileContainer {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    float: left; }
    #tilesList .tileContainer .tile {
      overflow: hidden;
      position: relative; }
      #tilesList .tileContainer .tile .dummy {
        padding-top: 66%; }
      #tilesList .tileContainer .tile .text {
        transition: background 0.3s ease 0s;
        -webkit-transition: background 0.3s ease 0s;
        -ms-transition: background 0.3s ease 0s;
        -o-transition: background 0.3s ease 0s;
        -moz-transition: background 0.3s ease 0s;
        -khtml-transition: background 0.3s ease 0s;
        background: rgba(52, 193, 231, 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        -webkit-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        align-items: -webkit-center;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: -webkit-center;
        color: white;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: center; }
        #tilesList .tileContainer .tile .text h3 > span > span {
          font-size: 0.6em; }
      #tilesList .tileContainer .tile .thumb {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile a.absoluteLink {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile:hover .text {
        background: rgba(52, 193, 231, 0.8); }
      #tilesList .tileContainer .tile:hover .thumb {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }

.downloads, .downloads li {
  list-style: none;
  padding: 0; }
.downloads i.fa {
  margin-right: 5px; }

#blogArticlePage h1 {
  text-align: center; }
#blogArticlePage .btn::before {
  display: none !important; }

div[data-type=blogArticlesList], div[data-type=newBlogArticle] {
  padding-top: 20px; }
  div[data-type=blogArticlesList] .article, div[data-type=newBlogArticle] .article {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    div[data-type=blogArticlesList] .article h3, div[data-type=newBlogArticle] .article h3 {
      margin-top: 0; }
      div[data-type=blogArticlesList] .article h3 small, div[data-type=newBlogArticle] .article h3 small {
        margin-bottom: 5px;
        display: inline-block; }
    div[data-type=blogArticlesList] .article:last-child, div[data-type=newBlogArticle] .article:last-child {
      border-bottom: 0; }
    div[data-type=blogArticlesList] .article .bg, div[data-type=newBlogArticle] .article .bg {
      /*            padding-top: 75%;
                  @media screen and (max-width: 767px){
                      padding-top: 40%;
                      margin-bottom: 10px;
                  }*/
      position: relative;
      overflow: hidden; }
      div[data-type=blogArticlesList] .article .bg > div, div[data-type=newBlogArticle] .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 img, div[data-type=newBlogArticle] .article .bg img {
        max-width: 100%; }
      div[data-type=blogArticlesList] .article .bg a, div[data-type=newBlogArticle] .article .bg a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      div[data-type=blogArticlesList] .article .bg:hover > div, div[data-type=newBlogArticle] .article .bg:hover > div {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    div[data-type=blogArticlesList] .article p, div[data-type=newBlogArticle] .article p {
      font-size: 0.9em; }
    div[data-type=blogArticlesList] .article a.more, div[data-type=newBlogArticle] .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:not(.fullSection) {
  padding-top: 60px; }
  @media screen and (max-width: 1199px) {
    #content > .cmsPage:nth-child(2) > div > .section:first-child:not(.fullSection) {
      padding-top: 30px; } }

#topBarRwd, #topBarRwd > .container {
  color: white;
  height: 70px; }
#topBarRwd #logoRwd img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 55%; }
#topBarRwd .socialMedia {
  margin-right: -20px;
  float: right;
  line-height: 60px; }
  #topBarRwd .socialMedia a {
    margin-top: 10px;
    color: black; }
    #topBarRwd .socialMedia a:hover {
      color: black !important; }
    #topBarRwd .socialMedia a i.fa {
      font-size: 28px; }
  #topBarRwd .socialMedia a.lang {
    color: white; }

/*body.sticky{*/
#topBarRwd {
  background: #fff;
  height: 50px; }
  #topBarRwd #logoRwd img {
    max-height: 30px; }

/*}*/
@media screen and (max-width: 991px) and (min-width: 768px) {
  .col-sm-6:nth-child(2n+1) {
    clear: both; } }
@media screen and (min-width: 1240px) {
  .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 30px !important; } }
  @media screen and (min-width: 1240px) and (max-width: 1199px) {
    .section.fullSection .col-md-6.column.half-wided.half-wided-right {
      padding-left: 15px !important; } }

.cmsSubPage:last-child {
  padding-bottom: 0;
  padding-top: 0; }
  .cmsSubPage:last-child > .section.fullSection:last-child {
    padding-bottom: 0;
    padding-top: 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 {
  margin-top: 20px;
  text-align: right; }

.informations {
  text-align: left;
  padding: 25px 10px;
  padding-top: 15px;
  /*    b{
          display: block;
          margin-bottom: 10px;
      }*/ }
  @media screen and (max-width: 991px) {
    .informations {
      text-align: center; } }

#section1665 {
  background: black; }

#section1827 .form, #section1902 .form {
  margin: 0; }
  #section1827 .form textarea, #section1902 .form textarea {
    height: auto;
    padding: 10px 0; }
  #section1827 .form input, #section1902 .form input {
    padding: 5px 0; }
  #section1827 .form .col-md-6, #section1827 .form .col-md-12, #section1902 .form .col-md-6, #section1902 .form .col-md-12 {
    padding: 0 10px !important; }

input::placeholder, textarea::placeholder {
  opacity: 1;
  letter-spacing: 0.1em;
  /*font-family: 'Roboto Slab', arial, sans-serif;*/ }

.photoMenu {
  overflow: hidden; }
  .photoMenu img {
    width: 100%; }
  .photoMenu .mainPhotoContainer {
    width: 50%;
    float: left;
    padding-top: 40.8%;
    position: relative; }
    .photoMenu .mainPhotoContainer:last-child {
      padding-top: 20.4%; }
    .photoMenu .mainPhotoContainer .mainPhoto {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .photoMenu .categoryBox {
    overflow: hidden;
    width: 50%;
    float: left;
    position: relative; }
    .photoMenu .categoryBox .absoluteLink {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .photoMenu .categoryBox .categoryPhotoContainer {
      width: 50%;
      position: relative;
      padding-top: 40.8%; }
      .photoMenu .categoryBox .categoryPhotoContainer .categoryPhoto {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover; }
    .photoMenu .categoryBox .categoryText {
      float: right;
      width: 50%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      background: #fff; }
      .photoMenu .categoryBox .categoryText .textWrap {
        align-self: center;
        text-align: center;
        padding: 15px; }
        .photoMenu .categoryBox .categoryText .textWrap .textHead {
          font-size: 40px;
          font-weight: 700;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #1d1d1d; }
        .photoMenu .categoryBox .categoryText .textWrap .textButton 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;
          /*font-family: "Roboto", arial, sans-serif;*/
          display: inline-block;
          padding: 0 30px;
          height: 50px;
          line-height: 46px;
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 0.1em;
          color: #1d1d1d;
          background: transparent;
          border: 1px solid #1d1d1d;
          border-radius: 30px;
          text-transform: uppercase;
          margin-top: 30px; }
          .photoMenu .categoryBox .categoryText .textWrap .textButton a:after {
            content: '\f178';
            font-family: FontAwesome;
            margin-left: 15px; }
          .photoMenu .categoryBox .categoryText .textWrap .textButton a:hover {
            background: #1d1d1d;
            color: white; }
    .photoMenu .categoryBox:hover .categoryText .textWrap .textButton a {
      background: #1d1d1d;
      color: white; }
    @media screen and (min-width: 992px) {
      .photoMenu .categoryBox:nth-child(2n+4) {
        clear: both; }
      .photoMenu .categoryBox:nth-child(4n) .categoryPhotoContainer {
        float: left; }
      .photoMenu .categoryBox:nth-child(4n) .categoryText {
        left: auto;
        right: 0;
        background: white; }
        .photoMenu .categoryBox:nth-child(4n) .categoryText .textHead {
          color: black; }
        .photoMenu .categoryBox:nth-child(4n) .categoryText .textButton a {
          color: black;
          border-color: black; }
          .photoMenu .categoryBox:nth-child(4n) .categoryText .textButton a:hover {
            background: #1d1d1d;
            color: white; }
      .photoMenu .categoryBox:nth-child(4n):hover .categoryText .textWrap .textButton a {
        background: #1d1d1d;
        color: white; }
      .photoMenu .categoryBox:nth-child(4n+2) .categoryPhotoContainer {
        float: right; }
      .photoMenu .categoryBox:nth-child(4n+2) .categoryText {
        left: 0;
        right: auto;
        /*background: #1d1d1d;*/ }
        .photoMenu .categoryBox:nth-child(4n+2) .categoryText .textHead {
          /*color: white;*/ }
        .photoMenu .categoryBox:nth-child(4n+2) .categoryText .textButton {
          /*                        a{
                                      color: white;
                                      border-color: white;
                                      &:hover{
                                          background: white;
                                          color: black;
                                      }
                                  }*/ }
      .photoMenu .categoryBox:nth-child(4n+2):hover .categoryText .textWrap .textButton {
        /*                                a{
                                            background: white;
                                            color: black;
        
                                        }*/ }
      .photoMenu .categoryBox:nth-child(4n+1) .categoryPhotoContainer, .photoMenu .categoryBox:nth-child(2) .categoryPhotoContainer {
        float: left; }
      .photoMenu .categoryBox:nth-child(4n+1) .categoryText, .photoMenu .categoryBox:nth-child(2) .categoryText {
        left: auto;
        right: 0;
        /*background: #1d1d1d;*/ }
        .photoMenu .categoryBox:nth-child(4n+1) .categoryText .textHead, .photoMenu .categoryBox:nth-child(2) .categoryText .textHead {
          /*color: white;*/ }
        .photoMenu .categoryBox:nth-child(4n+1) .categoryText .textButton, .photoMenu .categoryBox:nth-child(2) .categoryText .textButton {
          /*                        a{
                                      color: white;
                                      border-color: white;
                                      &:hover{
                                          background: white;
                                          color: black;
                                      }
                                  }*/ }
      .photoMenu .categoryBox:nth-child(4n+1):hover .categoryText .textWrap .textButton, .photoMenu .categoryBox:nth-child(2):hover .categoryText .textWrap .textButton {
        /*                                a{
                                            background: white;
                                            color: black;
        
                                        }*/ }
      .photoMenu .categoryBox:nth-child(4n+3) .categoryPhotoContainer, .photoMenu .categoryBox:nth-child(3) .categoryPhotoContainer {
        float: right; }
      .photoMenu .categoryBox:nth-child(4n+3) .categoryText, .photoMenu .categoryBox:nth-child(3) .categoryText {
        left: 0;
        right: auto;
        background: white; }
        .photoMenu .categoryBox:nth-child(4n+3) .categoryText .textHead, .photoMenu .categoryBox:nth-child(3) .categoryText .textHead {
          color: black; }
        .photoMenu .categoryBox:nth-child(4n+3) .categoryText .textButton a, .photoMenu .categoryBox:nth-child(3) .categoryText .textButton a {
          color: black;
          border-color: black; }
          .photoMenu .categoryBox:nth-child(4n+3) .categoryText .textButton a:hover, .photoMenu .categoryBox:nth-child(3) .categoryText .textButton a:hover {
            background: #1d1d1d;
            color: white; }
      .photoMenu .categoryBox:nth-child(4n+3):hover .categoryText .textWrap .textButton a, .photoMenu .categoryBox:nth-child(3):hover .categoryText .textWrap .textButton a {
        background: #1d1d1d;
        color: white; } }
    @media screen and (max-width: 991px) {
      .photoMenu .categoryBox:nth-child(2n) .categoryPhotoContainer {
        float: left; }
      .photoMenu .categoryBox:nth-child(2n) .categoryText {
        left: auto;
        right: 0;
        background: white; }
        .photoMenu .categoryBox:nth-child(2n) .categoryText .textHead {
          color: black; }
        .photoMenu .categoryBox:nth-child(2n) .categoryText .textButton a {
          color: black;
          border-color: black; }
          .photoMenu .categoryBox:nth-child(2n) .categoryText .textButton a:hover {
            background: #1d1d1d;
            color: white; }
      .photoMenu .categoryBox:nth-child(2n):hover .categoryText .textWrap .textButton a {
        background: #1d1d1d;
        color: white; }
      .photoMenu .categoryBox:nth-child(2n+1) .categoryPhotoContainer {
        float: right; }
      .photoMenu .categoryBox:nth-child(2n+1) .categoryText {
        left: 0;
        right: auto;
        /*background: #1d1d1d;*/ }
        .photoMenu .categoryBox:nth-child(2n+1) .categoryText .textHead {
          /*color: white;*/ }
        .photoMenu .categoryBox:nth-child(2n+1) .categoryText .textButton {
          /*                        a{
                                      color: white;
                                      border-color: white;
                                      &:hover{
                                          background: white;
                                          color: black;
                                      }
                                  }*/ }
      .photoMenu .categoryBox:nth-child(2n+1):hover .categoryText .textWrap .textButton {
        /*                                a{
                                            background: white;
                                            color: black;
        
                                        }*/ } }
  @media screen and (max-width: 991px) {
    .photoMenu .mainPhotoContainer {
      width: 100%;
      padding-top: 81.6%; }
      .photoMenu .mainPhotoContainer:last-child {
        padding-top: 40.8%; }
    .photoMenu .categoryBox {
      width: 100%; } }
  @media screen and (max-width: 1632px) and (min-width: 1265px) {
    .photoMenu .categoryBox .categoryText .textWrap .textHead {
      font-size: 32px; }
    .photoMenu .categoryBox .categoryText .textWrap .textButton a {
      font-size: 12px;
      height: 40px;
      line-height: 38px;
      margin-top: 20px; } }
  @media screen and (max-width: 1264px) and (min-width: 992px) {
    .photoMenu .categoryBox .categoryText .textWrap .textHead {
      font-size: 24px; }
    .photoMenu .categoryBox .categoryText .textWrap .textButton a {
      font-size: 12px;
      height: 40px;
      line-height: 38px;
      margin-top: 20px; } }
  @media screen and (max-width: 869px) {
    .photoMenu .categoryBox .categoryText .textWrap .textHead {
      font-size: 26px; }
    .photoMenu .categoryBox .categoryText .textWrap .textButton a {
      font-size: 12px;
      height: 40px;
      line-height: 38px;
      margin-top: 20px; } }
  @media screen and (max-width: 549px) {
    .photoMenu .categoryBox .categoryText .textWrap .textHead {
      font-size: 22px; }
    .photoMenu .categoryBox .categoryText .textWrap .textButton a {
      font-size: 11px;
      height: 35px;
      line-height: 32px;
      margin-top: 15px; } }
  @media screen and (max-width: 440px) {
    .photoMenu .categoryBox .categoryText .textWrap .textHead {
      font-size: 16px; }
    .photoMenu .categoryBox .categoryText .textWrap .textButton a {
      font-size: 8px;
      height: 30px;
      line-height: 28px;
      margin-top: 8px; } }

#filters {
  left: 10px;
  padding-right: 20px;
  padding-left: 0;
  /*    padding-top: 20px;
      padding-bottom: 25px;*/
  overflow-y: auto;
  max-width: 500px;
  display: none; }
  @media screen and (min-width: 768px) {
    #filters {
      margin-left: -20px; } }
  #filters h3 {
    text-transform: uppercase;
    margin-bottom: 20px !important; }
  #filters #categoriesFilter {
    margin-top: 20px;
    font-size: 14px;
    line-height: 31px;
    padding-right: 10px;
    padding-bottom: 20px; }
    #filters #categoriesFilter .category {
      position: relative;
      padding-right: 20px; }
      #filters #categoriesFilter .category > .arrow {
        position: absolute;
        top: 4px;
        right: 0;
        width: 15px;
        height: 12px;
        /*                    background: rgba(red, 0.3);*/
        cursor: pointer; }
        #filters #categoriesFilter .category > .arrow::after, #filters #categoriesFilter .category > .arrow::before {
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s;
          content: '';
          display: block;
          position: absolute;
          width: 7px;
          height: 2px;
          background: #033864;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        #filters #categoriesFilter .category > .arrow::after {
          margin-left: 2px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        #filters #categoriesFilter .category > .arrow::before {
          margin-right: 1px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
      #filters #categoriesFilter .category.open > .arrow::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      #filters #categoriesFilter .category.open > .arrow::before {
        margin-right: 1px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
    #filters #categoriesFilter > .category {
      margin-bottom: 10px; }
      #filters #categoriesFilter > .category > 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;
        font-size: 14px;
        font-weight: 400;
        color: #090909;
        text-transform: none;
        letter-spacing: 0.1em;
        line-height: 1.3em;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #d1d1d1; }
      #filters #categoriesFilter > .category.active > a, #filters #categoriesFilter > .category > a:hover {
        /*color: black;*/ }
      #filters #categoriesFilter > .category.active > a, #filters #categoriesFilter > .category > a:hover {
        font-weight: 700;
        color: #CB2A2A; }
      #filters #categoriesFilter > .category .subcategories {
        display: none;
        padding-left: 20px;
        font-weight: bold; }
        #filters #categoriesFilter > .category .subcategories > .category {
          margin: 10px 0 0;
          padding-bottom: 10px;
          border-bottom: 1px solid #d1d1d1; }
          #filters #categoriesFilter > .category .subcategories > .category 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: 20px !important;
            /*text-transform: uppercase;*/
            font-size: 14px;
            line-height: 18px;
            color: #090909;
            /*text-transform: uppercase;;*/
            letter-spacing: 0.1em;
            font-weight: 400; }
          #filters #categoriesFilter > .category .subcategories > .category.active > a, #filters #categoriesFilter > .category .subcategories > .category > a:hover {
            font-weight: 700;
            color: #CB2A2A; }
        #filters #categoriesFilter > .category .subcategories .subcategories {
          margin-bottom: 20px; }
          #filters #categoriesFilter > .category .subcategories .subcategories > .category a {
            font-size: 18px;
            line-height: 18px;
            color: black;
            font-weight: 400;
            text-transform: none; }
          #filters #categoriesFilter > .category .subcategories .subcategories > .category.active a {
            font-weight: bold; }
          #filters #categoriesFilter > .category .subcategories .subcategories .subcategories > .category {
            /*                            &.active a{
                                            font-weight: bold;
                                        }*/ }
            #filters #categoriesFilter > .category .subcategories .subcategories .subcategories > .category a {
              color: black;
              font-weight: 400;
              text-transform: none; }
              #filters #categoriesFilter > .category .subcategories .subcategories .subcategories > .category a:hover {
                font-weight: 400 !important; }
  #filters .search {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px; }
    #filters .search input[type=text] {
      border: none;
      border-bottom: 1px solid #A9A9A9;
      width: 100%;
      width: calc(100% - 80px);
      height: 50px;
      padding: 0 10px;
      font-size: 14px;
      color: white; }
      #filters .search input[type=text]::placeholder {
        font-family: 'Source Sans Pro', Arial, sans-serif !important;
        opactiy: 1; }
      #filters .search input[type=text], #filters .search input[type=text]::-webkit-input-placeholder, #filters .search input[type=text]::-moz-placeholder, #filters .search input[type=text]:-ms-input-placeholder, #filters .search input[type=text]:-moz-placeholder, #filters .search input[type=text]::placeholder {
        font-family: 'Source Sans Pro', Arial, sans-serif !important;
        opactiy: 1; }
    #filters .search button {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      background: white;
      width: 52px;
      height: 52px;
      border: 1px solid #292929;
      border-radius: 60px;
      position: absolute;
      right: 0;
      top: 0; }
      #filters .search button i.fa {
        font-size: 20px; }
      #filters .search button:hover {
        background: black;
        color: white; }
  @media screen and (max-width: 1439px) {
    #filters {
      padding-left: 10px; } }
  @media screen and (max-width: 1199px) {
    #filters {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    #filters {
      display: block !important; } }

#productsList {
  margin: 25px 0; }
  @media screen and (min-width: 1200px) {
    #productsList {
      padding-top: 50px; } }
  @media screen and (min-width: 768px) {
    #productsList #products-list-view {
      margin-right: -40px; } }

#productsList .productItem > div, .productsCarousel .productItem > div {
  overflow: hidden; }
#productsList .productItem h4, .productsCarousel .productItem h4 {
  font-size: 16px !important;
  line-height: 20px;
  min-height: 20px;
  color: #CB2A2A !important;
  /*color: #CB2A2A;*/
  font-weight: 700;
  text-transform: none;
  text-align: center; }
#productsList .productItem p, .productsCarousel .productItem p {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center; }
@media screen and (min-width: 1200px) {
  #productsList .productItem:nth-child(4), .productsCarousel .productItem:nth-child(4) {
    clear: both; }
  #productsList .productItem:nth-child(3n+1), .productsCarousel .productItem:nth-child(3n+1) {
    clear: both; } }
@media screen and (max-width: 1199px) {
  #productsList .productItem:nth-child(2n+1), .productsCarousel .productItem:nth-child(2n+1) {
    clear: both; } }
#productsList .productItem .thumb, .productsCarousel .productItem .thumb {
  padding-top: 67%;
  position: relative;
  overflow: hidden; }
  #productsList .productItem .thumb .img, .productsCarousel .productItem .thumb .img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-size: contain;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat; }
  #productsList .productItem .thumb::before, .productsCarousel .productItem .thumb::before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    opacity: 0.5;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
#productsList .productItem:hover .thumb::before, .productsCarousel .productItem:hover .thumb::before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }
#productsList .productItem .names .productHeader, .productsCarousel .productItem .names .productHeader {
  position: relative;
  text-align: center;
  margin-top: 20px; }
  #productsList .productItem .names .productHeader span, .productsCarousel .productItem .names .productHeader span {
    background: white;
    padding: 0 20px;
    margin: 0 20px;
    color: #090909;
    font-size: 13px;
    letter-spacing: 0.1em;
    /*text-transform: uppercase;*/
    z-index: 1;
    position: relative;
    display: inline-block; }
  #productsList .productItem .names .productHeader:before, .productsCarousel .productItem .names .productHeader:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    background: #e5e5e5;
    margin: 0 auto;
    z-index: 0; }
#productsList .productItem .names .productHeader2, .productsCarousel .productItem .names .productHeader2 {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -15px; }
  #productsList .productItem .names .productHeader2 span, .productsCarousel .productItem .names .productHeader2 span {
    background: white;
    padding: 0 20px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    display: block; }
  @media screen and (max-width: 1336px) and (min-width: 1200px) {
    #productsList .productItem .names .productHeader2, .productsCarousel .productItem .names .productHeader2 {
      height: 40px; } }
  @media screen and (max-width: 1034px) and (min-width: 992px) {
    #productsList .productItem .names .productHeader2, .productsCarousel .productItem .names .productHeader2 {
      height: 40px; } }
  @media screen and (max-width: 732px) and (min-width: 500px) {
    #productsList .productItem .names .productHeader2, .productsCarousel .productItem .names .productHeader2 {
      height: 40px; } }
#productsList .productItem a.absoluteLink, .productsCarousel .productItem a.absoluteLink {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 100px;
  display: block;
  z-index: 1; }
#productsList .productItem .buttons, .productsCarousel .productItem .buttons {
  text-align: center; }
#productsList .productItem .btn.price.btn-main, .productsCarousel .productItem .btn.price.btn-main {
  font-size: 12px;
  margin-top: 0px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px; }
  #productsList .productItem .btn.price.btn-main::after, .productsCarousel .productItem .btn.price.btn-main::after {
    display: none; }
#productsList .productItem > div, .productsCarousel .productItem > div {
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 40px; }

#formWidget_3310 .col-md-12, #formWidget_3419 .col-md-12 {
  float: right;
  width: 50%; }
  @media screen and (max-width: 991px) {
    #formWidget_3310 .col-md-12, #formWidget_3419 .col-md-12 {
      float: none;
      width: auto; } }

#productsList .sorter {
  padding-right: 40px;
  font-size: 16px;
  margin-bottom: 25px; }
  #productsList .sorter .asc, #productsList .sorter .desc {
    font-weight: bold; }

#newsDetails .widgetBox {
  max-width: 100%;
  width: 600px;
  margin: 20px auto; }
  #newsDetails .widgetBox h2 {
    height: auto !important; }

.downloadFiles .btn-main {
  margin: 0 !important; }

div[data-section=videos] iframe {
  width: 100%; }

.productsCarousel {
  padding-bottom: 30px; }
  .productsCarousel .productItem {
    padding: 0 15px;
    margin-bottom: 2px; }
    .productsCarousel .productItem .thumb {
      background: white; }
  .productsCarousel .owl-controls {
    position: absolute;
    top: 210px;
    left: 25px;
    right: 25px;
    transform: translateY(-50%);
    z-index: -2; }
    .productsCarousel .owl-controls .owl-prev {
      float: left; }
    .productsCarousel .owl-controls .owl-next {
      float: right; }
    .productsCarousel .owl-controls .owl-prev, .productsCarousel .owl-controls .owl-next {
      font-size: 28px;
      color: #033864;
      cursor: pointer; }
    @media screen and (max-width: 669px) and (min-width: 500px) {
      .productsCarousel .owl-controls {
        left: 15px;
        right: 15px; }
        .productsCarousel .owl-controls .owl-prev, .productsCarousel .owl-controls .owl-next {
          font-size: 28px; } }
    @media screen and (max-width: 399px) {
      .productsCarousel .owl-controls {
        left: 10px;
        right: 10px; }
        .productsCarousel .owl-controls .owl-prev, .productsCarousel .owl-controls .owl-next {
          font-size: 28px; } }
  .productsCarousel.owl-carousel {
    padding-left: 60px;
    padding-right: 60px; }
    .productsCarousel.owl-carousel .owl-wrapper-outer {
      overflow: hidden; }
    @media screen and (max-width: 669px) and (min-width: 500px) {
      .productsCarousel.owl-carousel {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 399px) {
      .productsCarousel.owl-carousel {
        padding-left: 25px;
        padding-right: 25px; } }

h2.newProductsH {
  position: relative;
  text-align: center;
  margin: 20px 30px 10px; }
  h2.newProductsH::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    background: #e5e5e5;
    margin: 0 auto;
    z-index: 0; }
  h2.newProductsH span {
    background: #f8f8f8;
    padding: 0 20px;
    color: #090909;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }

.newsZaj {
  height: 65px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center; }

.pSectionSwitches {
  text-align: right; }
  .pSectionSwitches .switch {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    display: inline-block;
    border-right: 1px solid #BFBFBF;
    text-align: center;
    padding: 10px 7px;
    cursor: pointer; }
    .pSectionSwitches .switch:last-child {
      border: none; }
    .pSectionSwitches .switch:hover {
      background: #eee; }
    .pSectionSwitches .switch.active {
      background: #ddd; }
    @media screen and (max-width: 1189px) and (min-width: 992px) {
      .pSectionSwitches .switch {
        width: 33.333%; }
        .pSectionSwitches .switch:nth-child(3), .pSectionSwitches .switch:nth-child(6) {
          border: none; }
        .pSectionSwitches .switch:nth-child(7) {
          border-left: 1px solid #BFBFBF;
          width: calc(33.333% + 1px); } }
    @media screen and (max-width: 767px) and (min-width: 660px) {
      .pSectionSwitches .switch {
        width: 33.333%; }
        .pSectionSwitches .switch:nth-child(3), .pSectionSwitches .switch:nth-child(6) {
          border: none; }
        .pSectionSwitches .switch:nth-child(7) {
          border-left: 1px solid #BFBFBF;
          width: calc(33.333% + 1px); } }
    @media screen and (max-width: 659px) {
      .pSectionSwitches .switch {
        width: 50%; }
        .pSectionSwitches .switch:nth-child(2n) {
          border: none; }
        .pSectionSwitches .switch:nth-child(7) {
          border-left: 1px solid #BFBFBF;
          width: calc(50% + 1px); } }
    @media screen and (max-width: 395px) {
      .pSectionSwitches .switch {
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .pSectionSwitches .switch:nth-child(7) {
          border-left: none;
          border-right: 1px solid #BFBFBF;
          width: calc(50%); } }
  @media screen and (max-width: 395px) {
    .pSectionSwitches {
      display: flex;
      flex-direction: wrap;
      flex-wrap: wrap; } }

.newsBox.newsBox h2, .newsBox.productItem h4, .productItem.newsBox h2, .productItem.productItem h4 {
  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; }
.newsBox .bg, .newsBox .img, .productItem .bg, .productItem .img {
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -khtml-transition: transform 0.3s ease 0s;
  transform: scale(0.9); }
.newsBox:hover.newsBox h2, .newsBox:hover.productItem h4, .productItem:hover.newsBox h2, .productItem:hover.productItem h4 {
  color: #777 !important; }
.newsBox:hover .bg, .newsBox:hover .img, .productItem:hover .bg, .productItem:hover .img {
  transform: scale(1); }

.field_checkbox .col-md-12 {
  width: 100% !important;
  float: none !important;
  clear: both !important; }

.widgetBox[data-type=form] .row.buttons {
  /*            margin: 10px 20px 0;*/ }

#cookies-message-container {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999; }
  #cookies-message-container #cookies-message {
    text-align: center;
    padding: 20px; }

@media screen and (max-width: 399px) {
  .g-recaptcha iframe {
    transform: scale(0.8) translateX(-54px); } }
div.widgetBox[data-type=locationMap] .locationMap {
  min-height: 350px; }

.languages {
  float: right;
  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;
  height: 20px;
  text-align: center;
  margin: 40px 0 0 0;
  font-weight: bold;
  letter-spacing: 5px; }
  .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;
    font-family: "Font Awesome 5 Pro";
    content: '\f078';
    position: absolute;
    right: 3px;
    width: 10px;
    top: 2px;
    color: #000;
    font-size: 12px;
    /*background-image: url('../img/langArrow.jpg');*/ }
  .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;
    background-color: white;
    padding-bottom: 10px;
    right: 0; }
  .languages .lang {
    display: block;
    padding-left: 30px;
    padding-right: 18px;
    color: #000 !important; }
    .languages .lang:hover {
      color: white; }
  .languages:hover:not(.closed) .other, .languages.hover:not(.closed) .other {
    visibility: visible;
    max-height: 120px;
    opacity: 1; }
  .languages:hover:not(.closed)::after, .languages.hover:not(.closed)::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

#section1959, #section1963 {
  padding-bottom: 0; }
  #section1959 .col-xs-1, #section1959 .col-sm-1, #section1959 .col-md-1, #section1959 .col-lg-1, #section1959 .col-xs-2, #section1959 .col-sm-2, #section1959 .col-md-2,
  #section1959 .col-lg-2, #section1959 .col-xs-3, #section1959 .col-sm-3, #section1959 .col-md-3, #section1959 .col-lg-3, #section1959 .col-xs-4, #section1959 .col-sm-4,
  #section1959 .col-md-4, #section1959 .col-lg-4, #section1959 .col-xs-5, #section1959 .col-sm-5, #section1959 .col-md-5, #section1959 .col-lg-5, #section1959 .col-xs-6,
  #section1959 .col-sm-6, #section1959 .col-md-6, #section1959 .col-lg-6, #section1959 .col-xs-7, #section1959 .col-sm-7, #section1959 .col-md-7, #section1959 .col-lg-7,
  #section1959 .col-xs-8, #section1959 .col-sm-8, #section1959 .col-md-8, #section1959 .col-lg-8, #section1959 .col-xs-9, #section1959 .col-sm-9, #section1959 .col-md-9,
  #section1959 .col-lg-9, #section1959 .col-xs-10, #section1959 .col-sm-10, #section1959 .col-md-10, #section1959 .col-lg-10, #section1959 .col-xs-11, #section1959 .col-sm-11,
  #section1959 .col-md-11, #section1959 .col-lg-11, #section1959 .col-xs-12, #section1959 .col-sm-12, #section1959 .col-md-12, #section1959 .col-lg-12, #section1963 .col-xs-1, #section1963 .col-sm-1, #section1963 .col-md-1, #section1963 .col-lg-1, #section1963 .col-xs-2, #section1963 .col-sm-2, #section1963 .col-md-2,
  #section1963 .col-lg-2, #section1963 .col-xs-3, #section1963 .col-sm-3, #section1963 .col-md-3, #section1963 .col-lg-3, #section1963 .col-xs-4, #section1963 .col-sm-4,
  #section1963 .col-md-4, #section1963 .col-lg-4, #section1963 .col-xs-5, #section1963 .col-sm-5, #section1963 .col-md-5, #section1963 .col-lg-5, #section1963 .col-xs-6,
  #section1963 .col-sm-6, #section1963 .col-md-6, #section1963 .col-lg-6, #section1963 .col-xs-7, #section1963 .col-sm-7, #section1963 .col-md-7, #section1963 .col-lg-7,
  #section1963 .col-xs-8, #section1963 .col-sm-8, #section1963 .col-md-8, #section1963 .col-lg-8, #section1963 .col-xs-9, #section1963 .col-sm-9, #section1963 .col-md-9,
  #section1963 .col-lg-9, #section1963 .col-xs-10, #section1963 .col-sm-10, #section1963 .col-md-10, #section1963 .col-lg-10, #section1963 .col-xs-11, #section1963 .col-sm-11,
  #section1963 .col-md-11, #section1963 .col-lg-11, #section1963 .col-xs-12, #section1963 .col-sm-12, #section1963 .col-md-12, #section1963 .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    #section1959 .col-xs-1 .widgetBox, #section1959 .col-sm-1 .widgetBox, #section1959 .col-md-1 .widgetBox, #section1959 .col-lg-1 .widgetBox, #section1959 .col-xs-2 .widgetBox, #section1959 .col-sm-2 .widgetBox, #section1959 .col-md-2 .widgetBox,
    #section1959 .col-lg-2 .widgetBox, #section1959 .col-xs-3 .widgetBox, #section1959 .col-sm-3 .widgetBox, #section1959 .col-md-3 .widgetBox, #section1959 .col-lg-3 .widgetBox, #section1959 .col-xs-4 .widgetBox, #section1959 .col-sm-4 .widgetBox,
    #section1959 .col-md-4 .widgetBox, #section1959 .col-lg-4 .widgetBox, #section1959 .col-xs-5 .widgetBox, #section1959 .col-sm-5 .widgetBox, #section1959 .col-md-5 .widgetBox, #section1959 .col-lg-5 .widgetBox, #section1959 .col-xs-6 .widgetBox,
    #section1959 .col-sm-6 .widgetBox, #section1959 .col-md-6 .widgetBox, #section1959 .col-lg-6 .widgetBox, #section1959 .col-xs-7 .widgetBox, #section1959 .col-sm-7 .widgetBox, #section1959 .col-md-7 .widgetBox, #section1959 .col-lg-7 .widgetBox,
    #section1959 .col-xs-8 .widgetBox, #section1959 .col-sm-8 .widgetBox, #section1959 .col-md-8 .widgetBox, #section1959 .col-lg-8 .widgetBox, #section1959 .col-xs-9 .widgetBox, #section1959 .col-sm-9 .widgetBox, #section1959 .col-md-9 .widgetBox,
    #section1959 .col-lg-9 .widgetBox, #section1959 .col-xs-10 .widgetBox, #section1959 .col-sm-10 .widgetBox, #section1959 .col-md-10 .widgetBox, #section1959 .col-lg-10 .widgetBox, #section1959 .col-xs-11 .widgetBox, #section1959 .col-sm-11 .widgetBox,
    #section1959 .col-md-11 .widgetBox, #section1959 .col-lg-11 .widgetBox, #section1959 .col-xs-12 .widgetBox, #section1959 .col-sm-12 .widgetBox, #section1959 .col-md-12 .widgetBox, #section1959 .col-lg-12 .widgetBox, #section1963 .col-xs-1 .widgetBox, #section1963 .col-sm-1 .widgetBox, #section1963 .col-md-1 .widgetBox, #section1963 .col-lg-1 .widgetBox, #section1963 .col-xs-2 .widgetBox, #section1963 .col-sm-2 .widgetBox, #section1963 .col-md-2 .widgetBox,
    #section1963 .col-lg-2 .widgetBox, #section1963 .col-xs-3 .widgetBox, #section1963 .col-sm-3 .widgetBox, #section1963 .col-md-3 .widgetBox, #section1963 .col-lg-3 .widgetBox, #section1963 .col-xs-4 .widgetBox, #section1963 .col-sm-4 .widgetBox,
    #section1963 .col-md-4 .widgetBox, #section1963 .col-lg-4 .widgetBox, #section1963 .col-xs-5 .widgetBox, #section1963 .col-sm-5 .widgetBox, #section1963 .col-md-5 .widgetBox, #section1963 .col-lg-5 .widgetBox, #section1963 .col-xs-6 .widgetBox,
    #section1963 .col-sm-6 .widgetBox, #section1963 .col-md-6 .widgetBox, #section1963 .col-lg-6 .widgetBox, #section1963 .col-xs-7 .widgetBox, #section1963 .col-sm-7 .widgetBox, #section1963 .col-md-7 .widgetBox, #section1963 .col-lg-7 .widgetBox,
    #section1963 .col-xs-8 .widgetBox, #section1963 .col-sm-8 .widgetBox, #section1963 .col-md-8 .widgetBox, #section1963 .col-lg-8 .widgetBox, #section1963 .col-xs-9 .widgetBox, #section1963 .col-sm-9 .widgetBox, #section1963 .col-md-9 .widgetBox,
    #section1963 .col-lg-9 .widgetBox, #section1963 .col-xs-10 .widgetBox, #section1963 .col-sm-10 .widgetBox, #section1963 .col-md-10 .widgetBox, #section1963 .col-lg-10 .widgetBox, #section1963 .col-xs-11 .widgetBox, #section1963 .col-sm-11 .widgetBox,
    #section1963 .col-md-11 .widgetBox, #section1963 .col-lg-11 .widgetBox, #section1963 .col-xs-12 .widgetBox, #section1963 .col-sm-12 .widgetBox, #section1963 .col-md-12 .widgetBox, #section1963 .col-lg-12 .widgetBox {
      margin-bottom: 0; }
  @media screen and (max-width: 1520px) {
    #section1959, #section1963 {
      padding-bottom: 0; } }

table.parameters {
  width: 100%; }
  table.parameters td {
    font-weight: 300 !important; }
  table.parameters td:first-child {
    font-weight: 400 !important; }
  table.parameters .thead {
    background: transparent !important; }
  table.parameters .thead td, table.parameters .thead td:first-child {
    text-transform: none;
    font-weight: 300 !important;
    font-size: 24px !important;
    color: #033864;
    background: transparent !important;
    border-bottom: 1px solid #9f9f9f; }

#section1974, #section1978, #section2125, #section1983, #section2000, #section2013, #section2019, #section2013, #section2004, #section1990, #section2007, #section2017, #section2010, #section1995, #section2018, #section1985, #section2016 {
  padding-top: 60px; }

.zasobyForm {
  margin: 0;
  overflow: hidden; }
  .zasobyForm input[type=text] {
    float: left;
    width: 250px; }
  .zasobyForm button {
    margin-top: 0 !important;
    margin-left: 10px; }

#zasoby table, #zasoby td {
  border: 1px solid #ddd; }
#zasoby td:last-child {
  text-align: center; }

#zasoby, .accordionSection.downloadsSection .portlet-content {
  overflow-x: auto; }

@media screen and (max-width: 699px) {
  #zasoby table, table.downloadFiles {
    width: 100%; }
    #zasoby table, #zasoby table tr, #zasoby table td, #zasoby table tbody, table.downloadFiles, table.downloadFiles tr, table.downloadFiles td, table.downloadFiles tbody {
      text-align: center !important;
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: block; }
    #zasoby table tr, table.downloadFiles tr {
      padding-bottom: 20px; } }
.newTag {
  background: #F00000;
  color: white;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto; }

.bestsellerTag {
  background: #f9ca16;
  color: #4a4846;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto; }

h1 .newTag, h1 .bestsellerTag {
  position: relative;
  top: -4px;
  margin-right: 10px; }

.productItem .tags {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

.productItem .newTag, .productItem .bestsellerTag {
  margin: 0 2px 2px; }

.closeSearch {
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  left: -25px; }

#front #productsList .btn.addToCart, #front .productsCarousel .btn.addToCart, #front #product .btn.addToCart {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin-top: 0px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px; }
#front #productsList .productItem .addToCart, #front .productsCarousel .productItem .addToCart {
  position: relative;
  z-index: 2;
  margin-top: 10px; }

#addedToCart, #easyProtect {
  min-width: 320px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  padding: 20px; }
  #addedToCart h3, #easyProtect h3 {
    margin-bottom: 50px !important; }
  #addedToCart > div, #easyProtect > div {
    position: relative;
    padding: 20px;
    background: white;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    margin: auto;
    width: 500px;
    max-width: 100%;
    max-height: 90vh;
    max-height: calc(100vh - 40px);
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    #addedToCart > div a, #addedToCart > div span, #easyProtect > div a, #easyProtect > div span {
      margin: 5px; }

.cartWrap {
  float: right;
  margin: 40px 0 0 0;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  .cartWrap i.far {
    font-size: 22px; }
  .cartWrap .amount {
    display: inline-block;
    background: #083964;
    color: white;
    font-size: 10px;
    padding: 0 3px;
    text-align: center;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100px;
    position: relative;
    top: -8px; }

body.sticky .cartWrap {
  margin: 20px 0 0 0; }

#topMenuRwd .cartWrap {
  text-align: center;
  margin: 20px 0 0 0;
  float: none;
  color: black; }

#cart table th:nth-child(2), #cart table th:nth-child(4) {
  display: none; }
#cart table td:nth-child(3), #cart table td:nth-child(5) {
  display: none; }
#cart table td:not(:first-child) {
  padding: 20px 8px; }
#cart table .fa-times {
  font-size: 22px; }

.cartTable + .summary {
  display: none; }

#cart {
  padding-bottom: 60px; }
  #cart label {
    font-weight: normal; }
  #cart #deliveryOptions {
    padding: 20px 0; }
    #cart #deliveryOptions #paymentOptions h3 {
      margin: 0 -40px 20px; }
    #cart #deliveryOptions #paymentOptions > .col-md-12 {
      margin-top: 20px; }

#order-details-form .row {
  margin: 0 -30px; }
  #order-details-form .row.buttons {
    margin: 0; }
  #order-details-form .row .row {
    margin: 0 0; }
    #order-details-form .row .row .row {
      margin: 0 -15px; }
      #order-details-form .row .row .row > div {
        padding-left: 15px;
        padding-right: 15px; }
#order-details-form input[disabled] {
  background: #eee;
  cursor: not-allowed; }

.katalogi {
  margin: 0 -30px; }
  .katalogi .col-md-4:nth-child(3n+1) {
    clear: both; }
  .katalogi .katalog {
    margin-bottom: 60px;
    text-align: center; }
    .katalogi .katalog .thumb {
      margin-bottom: 20px;
      padding-top: 135%;
      position: relative;
      border: 1px solid #ddd;
      background-size: 90%;
      background-position: center center;
      background-repeat: no-repeat; }
      .katalogi .katalog .thumb a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .katalogi .katalog .thumb i {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        height: 122px;
        font-size: 120px; }
  @media screen and (max-width: 1199px) {
    .katalogi {
      margin: 0; } }
  @media screen and (max-width: 991px) {
    .katalogi .col-md-4:nth-child(3n+1) {
      clear: none; }
    .katalogi .col-sm-6:nth-child(2n+1) {
      clear: both; } }

#topMenu a[title="COVID-19"] {
  color: red !important; }

#szkolenia {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 40px; }
  @media screen and (max-width: 899px) {
    #szkolenia {
      padding: 0 10px; } }
  #szkolenia .szkolenie {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(8, 57, 100, 0.2); }
    #szkolenia .szkolenie:last-child {
      border-bottom: 0; }
    #szkolenia .szkolenie .photo {
      padding-right: 20px;
      padding-top: 13px;
      width: 30%;
      float: left; }
      #szkolenia .szkolenie .photo img {
        max-width: 100%; }
    #szkolenia .szkolenie .data {
      padding-left: 20px;
      width: 70%;
      float: right; }
      #szkolenia .szkolenie .data h3 {
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0; }
      #szkolenia .szkolenie .data p {
        margin: 0 0 10px 0 !important; }
    @media screen and (max-width: 899px) {
      #szkolenia .szkolenie .photo {
        padding-right: 10px;
        width: 40%; }
      #szkolenia .szkolenie .data {
        padding-left: 10px;
        width: 60%; } }
    @media screen and (max-width: 699px) {
      #szkolenia .szkolenie .photo {
        padding-right: 0;
        width: auto;
        float: none;
        margin-bottom: 20px;
        text-align: center; }
        #szkolenia .szkolenie .photo img {
          max-height: 70vh; }
      #szkolenia .szkolenie .data {
        padding-left: 0;
        width: auto;
        float: none; } }

#section2164 {
  display: none; }

#formWidget_3854 .row.buttons {
  text-align: right; }

.fmOpis {
  margin: 40px 0; }
  .fmOpis, .fmOpis * {
    font-family: "Open Sans", Arial, sans-serif !important; }

.fmOpis {
  text-align: justify; }

#section2166 .textWidget {
  font-weight: 400; }
  #section2166 .textWidget p {
    font-weight: 400; }

.productInfo * {
  font-family: "Open Sans", Arial, sans-serif !important; }

.fixedPhotoWrap {
  text-align: center;
  z-index: 9999;
  position: fixed !important;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px; }
  @media screen and (min-width: 1200px) {
    .fixedPhotoWrap:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; } }
  .fixedPhotoWrap .fixedPhoto {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .fixedPhotoWrap .fixedPhoto .x {
      position: absolute;
      top: -25px;
      right: -25px;
      cursor: pointer;
      font-size: 24px;
      color: white; }
  .fixedPhotoWrap img {
    max-width: 100%;
    max-height: 100vh;
    max-height: calc(100vh - 80px); }

.bnrChristmas {
  text-align: center;
  padding: 0 20px 20px; }
  .bnrChristmas img {
    max-width: 100%; }
  @media screen and (max-width: 1199px) {
    .bnrChristmas {
      margin-top: 50px;
      margin-bottom: -50px;
      padding: 0; } }

.mainPhoto .sketchfab-embed-wrapper {
  position: relative; }
  .mainPhoto .sketchfab-embed-wrapper .helper {
    padding-top: 70%; }
  .mainPhoto .sketchfab-embed-wrapper iframe {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }

.column.nowoscBnr {
  overflow: visible !important; }
  .column.nowoscBnr::after {
    /*transform: scale(0);*/
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -khtml-transition: transform 0.3s ease 0s;
    pointer-events: none;
    content: '';
    position: absolute;
    top: -50px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: url("/img/nowosc2.png");
    background-position: center center;
    background-size: 100%;
    z-index: 2; }
  .column.nowoscBnr.show::after {
    transform: scale(1); }

@media screen and (min-width: 1200px) {
  #filters {
    left: calc(50vw - 600px);
    width: 300px;
    transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    -ms-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    -khtml-transition: top 0.3s ease 0s;
    position: fixed;
    /*        top: 153px !important;
            left: calc(50vw - 650px);*/ }
    #filters .headerH1 {
      margin-top: 40px; } }
@media screen and (min-width: 1200px) and (max-width: 1242px) {
  #filters {
    left: calc(50vw - 580px); } }
@media screen and (max-width: 1199px) {
  #filters {
    padding-left: 20px;
    padding-top: 47px; } }
#topBarRwd .search {
  position: relative;
  float: right;
  margin-top: -2px;
  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; }
  #topBarRwd .search input, #topBarRwd .search button {
    color: black;
    height: 33px;
    line-height: 32px;
    border: none;
    background: transparent; }
  #topBarRwd .search input[type=text] {
    transition: width 0.2s ease 0s;
    -webkit-transition: width 0.2s ease 0s;
    -ms-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s;
    -moz-transition: width 0.2s ease 0s;
    -khtml-transition: width 0.2s ease 0s;
    float: left;
    padding: 0 10px;
    width: 185px;
    width: calc(100% - 15px);
    font-size: 14px;
    width: 0;
    padding: 0;
    outline: none; }
    #topBarRwd .search input[type=text]::placeholder {
      font-family: 'Source Sans Pro', Arial, sans-serif !important;
      opactiy: 1;
      color: black; }
    #topBarRwd .search input[type=text], #topBarRwd .search input[type=text]::-webkit-input-placeholder, #topBarRwd .search input[type=text]::-moz-placeholder, #topBarRwd .search input[type=text]:-ms-input-placeholder, #topBarRwd .search input[type=text]:-moz-placeholder, #topBarRwd .search input[type=text]::placeholder {
      font-family: 'Source Sans Pro', Arial, sans-serif !important;
      opactiy: 1;
      color: black; }
  #topBarRwd .search button {
    width: 15px;
    padding: 0;
    float: right; }
  #topBarRwd .search .closeSearch {
    color: black;
    top: 7px; }
  #topBarRwd .search .closeSearch {
    display: none !important; }
  #topBarRwd .search.open {
    border-bottom: 1px solid #000; }
    #topBarRwd .search.open .closeSearch {
      display: block !important; }
    #topBarRwd .search.open input[type='text'] {
      width: 120px;
      padding: 0 10px; }
    #topBarRwd .search.open button[type='submit'] {
      display: initial !important; }
    #topBarRwd .search.open button[type='button'] {
      display: none; }

body.rwdSearchOpen #topBarRwd #logoRwd img {
  right: 100px;
  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; }

/*# sourceMappingURL=main.css.map */
