@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800&display=swap&subset=latin-ext");
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: #4b699e; }
  a img {
    outline: 0 !important; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #3c547e; }

html, body {
  background: #fff;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden; }

#page {
  /*    @media screen and (max-width: 1199px){
          padding-top: 50px;
      }*/
  margin-top: 0;
  /*    @media screen and (max-width: 1339px){
          padding-left: 20px;
          padding-right: 20px;
      }
      @media screen and (max-width: 599px){
          padding-left: 10px;
          padding-right: 10px;
      }*/ }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: 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: #fff;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400; }
  @media screen and (min-width: 1200px) {
    body.white {
      padding-top: 120px; } }
  body.mobile .headerPhoto {
    background-size: cover; }
  body #inBody {
    background: white; }
  @media screen and (max-width: 1199px) {
    body #loaderTint {
      display: none; } }
  @media screen and (min-width: 1200px) {
    body #inBody {
      /*                @include transitions(1s linear 0s);
                      backface-visibility: hidden;
                      transform: none;
                      -webkit-transform: none;*/ }
    body #loaderTint {
      transition: 0.5s linear 0s;
      -webkit-transition: 0.5s linear 0s;
      -ms-transition: 0.5s linear 0s;
      -o-transition: 0.5s linear 0s;
      -moz-transition: 0.5s linear 0s;
      -khtml-transition: 0.5s linear 0s;
      position: fixed;
      z-index: 9999;
      background: #fff;
      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; }
      body #loaderTint div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*
                            width: 250px;
                            height: 225px;*/
        /*                    position: absolute;
                            top: 0; left: 0; right: 0; bottom: 0;
                            margin: auto;*/ }
        body #loaderTint div img {
          width: 177px;
          margin-bottom: 60px;
          display: none; }
        body #loaderTint div 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: #fff;
          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: 177px;
          height: 28px; }
    body.loading #inBody {
      overflow: hidden !important;
      transform: scale(0.98) rotateY(180deg);
      -webkit-transform: scale(0.98) rotateY(180deg); }
    body.loading #loaderTint {
      visibility: visible;
      transform: rotateY(0);
      -webkit-transform: rotateY(0); } }

* {
  box-sizing: border-box; }

.clear {
  clear: both; }

.zaslepka {
  margin: 5px; }
  .zaslepka > div {
    border: 1px solid black;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

.button {
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -khtml-transition: 0.5s ease 0s;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border: 2px solid #101010; }

.backBtn {
  cursor: pointer;
  display: block;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  margin: 40px auto; }
  .backBtn:hover {
    background: #101010;
    color: white; }

#tilesList .list-view {
  padding: 0; }
#tilesList .summary {
  display: none; }

#top {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  min-width: 320px !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 15px;
  background: transparent;
  height: 119px;
  padding: 12px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 119px;
  /*}*/ }
  #top, #top * {
    color: white; }
  #top a, #top a i.fa {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
    #top a:hover, #top a i.fa:hover {
      color: #FED201; }
  #top #logo {
    display: block;
    max-height: 100%;
    max-width: 100%;
    float: left;
    padding: 34px 0; }
    #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;
      max-height: 95px;
      max-width: 100%; }
  #top .socialMedia a, #top .socialMedia span {
    color: black !important; }
  #top .socialMedia {
    padding-left: 30px;
    padding-right: 10px;
    float: right;
    margin-top: -12px;
    height: 119px;
    line-height: 119px; }
    #top .socialMedia a {
      color: black;
      line-height: 119px;
      vertical-align: middle; }
      #top .socialMedia a i.fa {
        line-height: 116px; }
  #top.white {
    background: #fff;
    box-shadow: 0px 0px 2px 0px #3c3c3c; }
  #top #topMenu {
    float: right;
    margin: 0;
    margin-top: -12px;
    padding: 0 20px;
    padding-right: 0;
    list-style: none;
    height: 119px;
    /*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;
      padding: 50px 0;
      text-transform: uppercase;
      position: relative; }
      #top #topMenu > li > a {
        font-weight: 500;
        display: block;
        padding: 0 20px;
        position: relative;
        color: #3c3c3c;
        /*                &::after{
                            @include transitions(width 0.3s ease 0s);
                            content: '';
                            display: block;
                            background: black;
                            height: 2px;
                            position: absolute;
                            left: 0; right: 0;
                            bottom: 0;
                            margin: 0 auto;
                            width: 0;
                        }*/ }
      #top #topMenu > li > a:hover, #top #topMenu > li.active > a {
        /*                &::after{
                            width: 100%;
                        }*/ }
      #top #topMenu > li:last-child a {
        padding-right: 0; }
      #top #topMenu > li .subMenu {
        transition: max-height 0.3s ease 0s;
        -webkit-transition: max-height 0.3s ease 0s;
        -ms-transition: max-height 0.3s ease 0s;
        -o-transition: max-height 0.3s ease 0s;
        -moz-transition: max-height 0.3s ease 0s;
        -khtml-transition: max-height 0.3s ease 0s;
        overflow: hidden;
        max-height: 0;
        position: absolute;
        top: 80px;
        left: 0;
        line-height: normal;
        padding: 0 20px; }
        #top #topMenu > li .subMenu li {
          list-style: none;
          padding: 0; }
        #top #topMenu > li .subMenu li {
          margin-bottom: 10px;
          line-height: 1em; }
          #top #topMenu > li .subMenu li:last-child {
            margin-bottom: 10px; }
      #top #topMenu > li:hover .subMenu {
        max-height: 400px; }
  #top #logo img {
    max-height: 99px; }
  #top .socialMedia {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 119px;
    line-height: 119px; }
    #top .socialMedia a {
      line-height: 119px; }
      #top .socialMedia a i.fa {
        line-height: 119px; }
  #top #topMenu {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 119px; }
  #top.sticky {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 45px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #3c3c3c; }
    #top.sticky #logo {
      padding: 0; }
      #top.sticky #logo img {
        max-height: 33px;
        margin-top: 1px; }
    #top.sticky .socialMedia {
      margin-top: -5px;
      height: 45px;
      line-height: 45px; }
      #top.sticky .socialMedia a {
        line-height: 45px; }
        #top.sticky .socialMedia a i.fa {
          line-height: 45px; }
    #top.sticky #topMenu {
      margin-top: -5px;
      height: 45px; }
      #top.sticky #topMenu > li {
        padding: 12px 0; }
        #top.sticky #topMenu > li .subMenu {
          top: 45px;
          background: black; }
    #top.sticky .languages {
      margin-top: 6px; }

.container {
  width: 1600px;
  max-width: 100%; }
  .container.wide {
    width: auto; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px !important; }

.cmsPage > div .section, #homePageNews > div .section {
  min-height: 1px;
  /*padding: 20px 0;*/
  /*        @media screen and (min-width: 992px){
              padding: 0 0 $colSpacing;
          }*/
  /*        margin-left: -$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: 30px;
    margin-bottom: 30px;
    /*            @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; } }
    @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[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
      /*margin-bottom: 40px;*/ }
  .cmsPage > div .section.fullSection, #homePageNews > div .section.fullSection {
    margin-left: -0 !important;
    margin-right: -0 !important; }
    .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-left: -20px;
      margin-right: -20px;
      margin-top: -40px;
      margin-bottom: 0; }
    .cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
      overflow: hidden;
      margin-top: -40px;
      margin-bottom: -42px;
      margin-left: -20px;
      margin-right: -20px; }
      @media screen and (max-width: 767px) {
        .cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
          margin-bottom: -22px; } }
    @media screen and (min-width: 1921px) {
      .cmsPage > div .section.fullSection .column.col-md-6.half-wided, #homePageNews > div .section.fullSection .column.col-md-6.half-wided {
        padding-left: calc(960px - 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: 25%; }
  @media screen and (max-width: 1199px) and (min-width: 361px) {
    .lockRatio.locationMap .dummy {
      padding-top: 50%; } }
  @media screen and (max-width: 360px) {
    .lockRatio.locationMap .dummy {
      padding-top: 65%; } }

.locationMap > .content {
  background-image: url("../../admin/img/loader.gif");
  background-position: center center;
  background-repeat: no-repeat; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  /*display: none;*/ }
  .pace .pace-progress {
    background: #D97925;
    background: transparent;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 100%;
    width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 4px; }

.pace-inactive {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
  display: none; }

#errorPage {
  text-align: center; }

.form {
  padding-bottom: 0;
  overflow: hidden;
  margin: 0 -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-bottom: 1px solid #000;
    /*border-bottom:2px solid #000;*/
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit; }
  .form textarea {
    padding: 10px 20px;
    height: 180px;
    font-family: inherit;
    resize: none; }
  .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 1199px) {
      .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
        padding-left: 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; }
    @media screen and (max-width: 1199px) {
      .form .row.buttons {
        margin-right: 15px; } }
    .form .row.buttons .btn {
      width: auto;
      margin: 0 auto;
      display: block;
      background: #CF202F;
      white-space: nowrap;
      height: 40px;
      float: right;
      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; }
      .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%; }
  .downloadFiles tr:nth-child(2n) {
    background: #F5F5F5; }
  .downloadFiles tr:nth-child(2n+1) {
    background: #FFFFFF; }
  .downloadFiles td {
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300; }
  .downloadFiles td:first-child {
    padding-left: 40px;
    width: 30px;
    color: black;
    font-size: 32px; }
  .downloadFiles td:last-child {
    text-align: right;
    padding-right: 40px; }
  @media screen and (max-width: 499px) {
    .downloadFiles td {
      vertical-align: middle;
      padding: 10px; }
    .downloadFiles td:first-child {
      padding-left: 20px; }
    .downloadFiles td:last-child {
      padding-right: 20px; } }

.pager {
  background: #112037;
  margin: 0 !important;
  clear: both;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .pager {
      padding-bottom: 20px; } }
  .pager .yiiPager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 150px; }
    @media screen and (max-width: 1199px) and (min-width: 600px) {
      .pager .yiiPager {
        padding: 40px 50px; } }
    @media screen and (max-width: 599px) {
      .pager .yiiPager {
        padding: 40px 20px; } }
    .pager .yiiPager li a {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      margin: 0 5px;
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      width: 50px;
      height: 50px;
      border-radius: 0;
      font-size: 18px;
      font-weight: 300;
      vertical-align: middle;
      line-height: 48px; }
    .pager .yiiPager li.selected a, .pager .yiiPager li a:hover {
      background: #0D1627; }
  .pager .next > a, .pager .next > span {
    float: none; }
  .pager .previous > a, .pager .previous > span {
    float: none; }

#cookies-message {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #000; }

#accept-cookies-checkbox {
  /*display: block;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 2px 5px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  #accept-cookies-checkbox:hover {
    background: black; }
  @media screen and (max-width: 767px) {
    #accept-cookies-checkbox {
      padding: 3px 10px; } }

#content > .portlet > .portlet-content > .breadCrumbs {
  background: #082B49;
  color: white;
  font-size: 14px;
  padding: 5px 0; }
  #content > .portlet > .portlet-content > .breadCrumbs .separator {
    font-size: 10px;
    margin: 0 5px 0;
    position: relative;
    top: -1px; }
  #content > .portlet > .portlet-content > .breadCrumbs a:hover {
    color: #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; }
  #homePageNews .newsMainPhoto {
    /*height: 230px;*/
    margin: 0; }
  #homePageNews a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #homePageNews .news > div {
    padding-bottom: 40px; }
    #homePageNews .news > div .newsBox {
      background: transparent;
      box-shadow: none;
      overflow: hidden;
      padding: 5px 10px;
      flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      height: 100%;
      margin-bottom: 0; }
      #homePageNews .news > div .newsBox h4 {
        font-size: 12px;
        margin-bottom: 0; }
      #homePageNews .news > div .newsBox h2 {
        font-size: 22px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin-top: 5px;
        margin-bottom: 5px;
        overflow: hidden; }
        #homePageNews .news > div .newsBox h2 a {
          color: inherit;
          transition: color 0.3s ease 0s;
          -webkit-transition: color 0.3s ease 0s;
          -ms-transition: color 0.3s ease 0s;
          -o-transition: color 0.3s ease 0s;
          -moz-transition: color 0.3s ease 0s;
          -khtml-transition: color 0.3s ease 0s; }
          #homePageNews .news > div .newsBox h2 a:hover {
            color: #888; }
      #homePageNews .news > div .newsBox div.description {
        height: 100px;
        overflow: hidden;
        overflow-y: auto; }
        #homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description * {
          font-size: 14px !important;
          line-height: 18px; }
      #homePageNews .news > div .newsBox .newsMainPhoto .bg {
        background-size: contain;
        background-repeat: no-repeat;
        backgrond-position: center center; }
  #homePageNews .col-xs-1, #homePageNews .col-sm-1, #homePageNews .col-md-1, #homePageNews .col-lg-1, #homePageNews .col-xs-2, #homePageNews .col-sm-2, #homePageNews .col-md-2, #homePageNews .col-lg-2, #homePageNews .col-xs-3, #homePageNews .col-sm-3, #homePageNews .col-md-3, #homePageNews .col-lg-3, #homePageNews .col-xs-4, #homePageNews .col-sm-4, #homePageNews .col-md-4, #homePageNews .col-lg-4, #homePageNews .col-xs-5, #homePageNews .col-sm-5, #homePageNews .col-md-5, #homePageNews .col-lg-5, #homePageNews .col-xs-6, #homePageNews .col-sm-6, #homePageNews .col-md-6, #homePageNews .col-lg-6, #homePageNews .col-xs-7, #homePageNews .col-sm-7, #homePageNews .col-md-7, #homePageNews .col-lg-7, #homePageNews .col-xs-8, #homePageNews .col-sm-8, #homePageNews .col-md-8, #homePageNews .col-lg-8, #homePageNews .col-xs-9, #homePageNews .col-sm-9, #homePageNews .col-md-9, #homePageNews .col-lg-9, #homePageNews .col-xs-10, #homePageNews .col-sm-10, #homePageNews .col-md-10, #homePageNews .col-lg-10, #homePageNews .col-xs-11, #homePageNews .col-sm-11, #homePageNews .col-md-11, #homePageNews .col-lg-11, #homePageNews .col-xs-12, #homePageNews .col-sm-12, #homePageNews .col-md-12, #homePageNews .col-lg-12 {
    padding: 0 !important; }
    #homePageNews .col-xs-1:nth-child(2n+1), #homePageNews .col-sm-1:nth-child(2n+1), #homePageNews .col-md-1:nth-child(2n+1), #homePageNews .col-lg-1:nth-child(2n+1), #homePageNews .col-xs-2:nth-child(2n+1), #homePageNews .col-sm-2:nth-child(2n+1), #homePageNews .col-md-2:nth-child(2n+1), #homePageNews .col-lg-2:nth-child(2n+1), #homePageNews .col-xs-3:nth-child(2n+1), #homePageNews .col-sm-3:nth-child(2n+1), #homePageNews .col-md-3:nth-child(2n+1), #homePageNews .col-lg-3:nth-child(2n+1), #homePageNews .col-xs-4:nth-child(2n+1), #homePageNews .col-sm-4:nth-child(2n+1), #homePageNews .col-md-4:nth-child(2n+1), #homePageNews .col-lg-4:nth-child(2n+1), #homePageNews .col-xs-5:nth-child(2n+1), #homePageNews .col-sm-5:nth-child(2n+1), #homePageNews .col-md-5:nth-child(2n+1), #homePageNews .col-lg-5:nth-child(2n+1), #homePageNews .col-xs-6:nth-child(2n+1), #homePageNews .col-sm-6:nth-child(2n+1), #homePageNews .col-md-6:nth-child(2n+1), #homePageNews .col-lg-6:nth-child(2n+1), #homePageNews .col-xs-7:nth-child(2n+1), #homePageNews .col-sm-7:nth-child(2n+1), #homePageNews .col-md-7:nth-child(2n+1), #homePageNews .col-lg-7:nth-child(2n+1), #homePageNews .col-xs-8:nth-child(2n+1), #homePageNews .col-sm-8:nth-child(2n+1), #homePageNews .col-md-8:nth-child(2n+1), #homePageNews .col-lg-8:nth-child(2n+1), #homePageNews .col-xs-9:nth-child(2n+1), #homePageNews .col-sm-9:nth-child(2n+1), #homePageNews .col-md-9:nth-child(2n+1), #homePageNews .col-lg-9:nth-child(2n+1), #homePageNews .col-xs-10:nth-child(2n+1), #homePageNews .col-sm-10:nth-child(2n+1), #homePageNews .col-md-10:nth-child(2n+1), #homePageNews .col-lg-10:nth-child(2n+1), #homePageNews .col-xs-11:nth-child(2n+1), #homePageNews .col-sm-11:nth-child(2n+1), #homePageNews .col-md-11:nth-child(2n+1), #homePageNews .col-lg-11:nth-child(2n+1), #homePageNews .col-xs-12:nth-child(2n+1), #homePageNews .col-sm-12:nth-child(2n+1), #homePageNews .col-md-12:nth-child(2n+1), #homePageNews .col-lg-12:nth-child(2n+1) {
      background: #fff; }
    #homePageNews .col-xs-1:nth-child(2n), #homePageNews .col-sm-1:nth-child(2n), #homePageNews .col-md-1:nth-child(2n), #homePageNews .col-lg-1:nth-child(2n), #homePageNews .col-xs-2:nth-child(2n), #homePageNews .col-sm-2:nth-child(2n), #homePageNews .col-md-2:nth-child(2n), #homePageNews .col-lg-2:nth-child(2n), #homePageNews .col-xs-3:nth-child(2n), #homePageNews .col-sm-3:nth-child(2n), #homePageNews .col-md-3:nth-child(2n), #homePageNews .col-lg-3:nth-child(2n), #homePageNews .col-xs-4:nth-child(2n), #homePageNews .col-sm-4:nth-child(2n), #homePageNews .col-md-4:nth-child(2n), #homePageNews .col-lg-4:nth-child(2n), #homePageNews .col-xs-5:nth-child(2n), #homePageNews .col-sm-5:nth-child(2n), #homePageNews .col-md-5:nth-child(2n), #homePageNews .col-lg-5:nth-child(2n), #homePageNews .col-xs-6:nth-child(2n), #homePageNews .col-sm-6:nth-child(2n), #homePageNews .col-md-6:nth-child(2n), #homePageNews .col-lg-6:nth-child(2n), #homePageNews .col-xs-7:nth-child(2n), #homePageNews .col-sm-7:nth-child(2n), #homePageNews .col-md-7:nth-child(2n), #homePageNews .col-lg-7:nth-child(2n), #homePageNews .col-xs-8:nth-child(2n), #homePageNews .col-sm-8:nth-child(2n), #homePageNews .col-md-8:nth-child(2n), #homePageNews .col-lg-8:nth-child(2n), #homePageNews .col-xs-9:nth-child(2n), #homePageNews .col-sm-9:nth-child(2n), #homePageNews .col-md-9:nth-child(2n), #homePageNews .col-lg-9:nth-child(2n), #homePageNews .col-xs-10:nth-child(2n), #homePageNews .col-sm-10:nth-child(2n), #homePageNews .col-md-10:nth-child(2n), #homePageNews .col-lg-10:nth-child(2n), #homePageNews .col-xs-11:nth-child(2n), #homePageNews .col-sm-11:nth-child(2n), #homePageNews .col-md-11:nth-child(2n), #homePageNews .col-lg-11:nth-child(2n), #homePageNews .col-xs-12:nth-child(2n), #homePageNews .col-sm-12:nth-child(2n), #homePageNews .col-md-12:nth-child(2n), #homePageNews .col-lg-12:nth-child(2n) {
      background: #F5F5F5; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #homePageNews .col-xs-1:nth-child(4n+2), #homePageNews .col-xs-1:nth-child(4n+3), #homePageNews .col-sm-1:nth-child(4n+2), #homePageNews .col-sm-1:nth-child(4n+3), #homePageNews .col-md-1:nth-child(4n+2), #homePageNews .col-md-1:nth-child(4n+3), #homePageNews .col-lg-1:nth-child(4n+2), #homePageNews .col-lg-1:nth-child(4n+3), #homePageNews .col-xs-2:nth-child(4n+2), #homePageNews .col-xs-2:nth-child(4n+3), #homePageNews .col-sm-2:nth-child(4n+2), #homePageNews .col-sm-2:nth-child(4n+3), #homePageNews .col-md-2:nth-child(4n+2), #homePageNews .col-md-2:nth-child(4n+3), #homePageNews .col-lg-2:nth-child(4n+2), #homePageNews .col-lg-2:nth-child(4n+3), #homePageNews .col-xs-3:nth-child(4n+2), #homePageNews .col-xs-3:nth-child(4n+3), #homePageNews .col-sm-3:nth-child(4n+2), #homePageNews .col-sm-3:nth-child(4n+3), #homePageNews .col-md-3:nth-child(4n+2), #homePageNews .col-md-3:nth-child(4n+3), #homePageNews .col-lg-3:nth-child(4n+2), #homePageNews .col-lg-3:nth-child(4n+3), #homePageNews .col-xs-4:nth-child(4n+2), #homePageNews .col-xs-4:nth-child(4n+3), #homePageNews .col-sm-4:nth-child(4n+2), #homePageNews .col-sm-4:nth-child(4n+3), #homePageNews .col-md-4:nth-child(4n+2), #homePageNews .col-md-4:nth-child(4n+3), #homePageNews .col-lg-4:nth-child(4n+2), #homePageNews .col-lg-4:nth-child(4n+3), #homePageNews .col-xs-5:nth-child(4n+2), #homePageNews .col-xs-5:nth-child(4n+3), #homePageNews .col-sm-5:nth-child(4n+2), #homePageNews .col-sm-5:nth-child(4n+3), #homePageNews .col-md-5:nth-child(4n+2), #homePageNews .col-md-5:nth-child(4n+3), #homePageNews .col-lg-5:nth-child(4n+2), #homePageNews .col-lg-5:nth-child(4n+3), #homePageNews .col-xs-6:nth-child(4n+2), #homePageNews .col-xs-6:nth-child(4n+3), #homePageNews .col-sm-6:nth-child(4n+2), #homePageNews .col-sm-6:nth-child(4n+3), #homePageNews .col-md-6:nth-child(4n+2), #homePageNews .col-md-6:nth-child(4n+3), #homePageNews .col-lg-6:nth-child(4n+2), #homePageNews .col-lg-6:nth-child(4n+3), #homePageNews .col-xs-7:nth-child(4n+2), #homePageNews .col-xs-7:nth-child(4n+3), #homePageNews .col-sm-7:nth-child(4n+2), #homePageNews .col-sm-7:nth-child(4n+3), #homePageNews .col-md-7:nth-child(4n+2), #homePageNews .col-md-7:nth-child(4n+3), #homePageNews .col-lg-7:nth-child(4n+2), #homePageNews .col-lg-7:nth-child(4n+3), #homePageNews .col-xs-8:nth-child(4n+2), #homePageNews .col-xs-8:nth-child(4n+3), #homePageNews .col-sm-8:nth-child(4n+2), #homePageNews .col-sm-8:nth-child(4n+3), #homePageNews .col-md-8:nth-child(4n+2), #homePageNews .col-md-8:nth-child(4n+3), #homePageNews .col-lg-8:nth-child(4n+2), #homePageNews .col-lg-8:nth-child(4n+3), #homePageNews .col-xs-9:nth-child(4n+2), #homePageNews .col-xs-9:nth-child(4n+3), #homePageNews .col-sm-9:nth-child(4n+2), #homePageNews .col-sm-9:nth-child(4n+3), #homePageNews .col-md-9:nth-child(4n+2), #homePageNews .col-md-9:nth-child(4n+3), #homePageNews .col-lg-9:nth-child(4n+2), #homePageNews .col-lg-9:nth-child(4n+3), #homePageNews .col-xs-10:nth-child(4n+2), #homePageNews .col-xs-10:nth-child(4n+3), #homePageNews .col-sm-10:nth-child(4n+2), #homePageNews .col-sm-10:nth-child(4n+3), #homePageNews .col-md-10:nth-child(4n+2), #homePageNews .col-md-10:nth-child(4n+3), #homePageNews .col-lg-10:nth-child(4n+2), #homePageNews .col-lg-10:nth-child(4n+3), #homePageNews .col-xs-11:nth-child(4n+2), #homePageNews .col-xs-11:nth-child(4n+3), #homePageNews .col-sm-11:nth-child(4n+2), #homePageNews .col-sm-11:nth-child(4n+3), #homePageNews .col-md-11:nth-child(4n+2), #homePageNews .col-md-11:nth-child(4n+3), #homePageNews .col-lg-11:nth-child(4n+2), #homePageNews .col-lg-11:nth-child(4n+3), #homePageNews .col-xs-12:nth-child(4n+2), #homePageNews .col-xs-12:nth-child(4n+3), #homePageNews .col-sm-12:nth-child(4n+2), #homePageNews .col-sm-12:nth-child(4n+3), #homePageNews .col-md-12:nth-child(4n+2), #homePageNews .col-md-12:nth-child(4n+3), #homePageNews .col-lg-12:nth-child(4n+2), #homePageNews .col-lg-12:nth-child(4n+3) {
        background: #fff !important; }
      #homePageNews .col-xs-1:nth-child(4n+1), #homePageNews .col-xs-1:nth-child(4n), #homePageNews .col-sm-1:nth-child(4n+1), #homePageNews .col-sm-1:nth-child(4n), #homePageNews .col-md-1:nth-child(4n+1), #homePageNews .col-md-1:nth-child(4n), #homePageNews .col-lg-1:nth-child(4n+1), #homePageNews .col-lg-1:nth-child(4n), #homePageNews .col-xs-2:nth-child(4n+1), #homePageNews .col-xs-2:nth-child(4n), #homePageNews .col-sm-2:nth-child(4n+1), #homePageNews .col-sm-2:nth-child(4n), #homePageNews .col-md-2:nth-child(4n+1), #homePageNews .col-md-2:nth-child(4n), #homePageNews .col-lg-2:nth-child(4n+1), #homePageNews .col-lg-2:nth-child(4n), #homePageNews .col-xs-3:nth-child(4n+1), #homePageNews .col-xs-3:nth-child(4n), #homePageNews .col-sm-3:nth-child(4n+1), #homePageNews .col-sm-3:nth-child(4n), #homePageNews .col-md-3:nth-child(4n+1), #homePageNews .col-md-3:nth-child(4n), #homePageNews .col-lg-3:nth-child(4n+1), #homePageNews .col-lg-3:nth-child(4n), #homePageNews .col-xs-4:nth-child(4n+1), #homePageNews .col-xs-4:nth-child(4n), #homePageNews .col-sm-4:nth-child(4n+1), #homePageNews .col-sm-4:nth-child(4n), #homePageNews .col-md-4:nth-child(4n+1), #homePageNews .col-md-4:nth-child(4n), #homePageNews .col-lg-4:nth-child(4n+1), #homePageNews .col-lg-4:nth-child(4n), #homePageNews .col-xs-5:nth-child(4n+1), #homePageNews .col-xs-5:nth-child(4n), #homePageNews .col-sm-5:nth-child(4n+1), #homePageNews .col-sm-5:nth-child(4n), #homePageNews .col-md-5:nth-child(4n+1), #homePageNews .col-md-5:nth-child(4n), #homePageNews .col-lg-5:nth-child(4n+1), #homePageNews .col-lg-5:nth-child(4n), #homePageNews .col-xs-6:nth-child(4n+1), #homePageNews .col-xs-6:nth-child(4n), #homePageNews .col-sm-6:nth-child(4n+1), #homePageNews .col-sm-6:nth-child(4n), #homePageNews .col-md-6:nth-child(4n+1), #homePageNews .col-md-6:nth-child(4n), #homePageNews .col-lg-6:nth-child(4n+1), #homePageNews .col-lg-6:nth-child(4n), #homePageNews .col-xs-7:nth-child(4n+1), #homePageNews .col-xs-7:nth-child(4n), #homePageNews .col-sm-7:nth-child(4n+1), #homePageNews .col-sm-7:nth-child(4n), #homePageNews .col-md-7:nth-child(4n+1), #homePageNews .col-md-7:nth-child(4n), #homePageNews .col-lg-7:nth-child(4n+1), #homePageNews .col-lg-7:nth-child(4n), #homePageNews .col-xs-8:nth-child(4n+1), #homePageNews .col-xs-8:nth-child(4n), #homePageNews .col-sm-8:nth-child(4n+1), #homePageNews .col-sm-8:nth-child(4n), #homePageNews .col-md-8:nth-child(4n+1), #homePageNews .col-md-8:nth-child(4n), #homePageNews .col-lg-8:nth-child(4n+1), #homePageNews .col-lg-8:nth-child(4n), #homePageNews .col-xs-9:nth-child(4n+1), #homePageNews .col-xs-9:nth-child(4n), #homePageNews .col-sm-9:nth-child(4n+1), #homePageNews .col-sm-9:nth-child(4n), #homePageNews .col-md-9:nth-child(4n+1), #homePageNews .col-md-9:nth-child(4n), #homePageNews .col-lg-9:nth-child(4n+1), #homePageNews .col-lg-9:nth-child(4n), #homePageNews .col-xs-10:nth-child(4n+1), #homePageNews .col-xs-10:nth-child(4n), #homePageNews .col-sm-10:nth-child(4n+1), #homePageNews .col-sm-10:nth-child(4n), #homePageNews .col-md-10:nth-child(4n+1), #homePageNews .col-md-10:nth-child(4n), #homePageNews .col-lg-10:nth-child(4n+1), #homePageNews .col-lg-10:nth-child(4n), #homePageNews .col-xs-11:nth-child(4n+1), #homePageNews .col-xs-11:nth-child(4n), #homePageNews .col-sm-11:nth-child(4n+1), #homePageNews .col-sm-11:nth-child(4n), #homePageNews .col-md-11:nth-child(4n+1), #homePageNews .col-md-11:nth-child(4n), #homePageNews .col-lg-11:nth-child(4n+1), #homePageNews .col-lg-11:nth-child(4n), #homePageNews .col-xs-12:nth-child(4n+1), #homePageNews .col-xs-12:nth-child(4n), #homePageNews .col-sm-12:nth-child(4n+1), #homePageNews .col-sm-12:nth-child(4n), #homePageNews .col-md-12:nth-child(4n+1), #homePageNews .col-md-12:nth-child(4n), #homePageNews .col-lg-12:nth-child(4n+1), #homePageNews .col-lg-12:nth-child(4n) {
        background: #F5F5F5 !important; } }

.awards {
  padding: 30px 40px 0;
  text-align: center; }
  .awards .award {
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 30px; }
    .awards .award img {
      vertical-align: top;
      max-width: 100%;
      width: 180px; }
    .awards .award p {
      margin-top: 10px;
      vertical-align: top;
      text-align: left;
      width: 180px; }

.reviews {
  table-layout: fixed;
  width: 100%; }
  .reviews tr {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    position: relative;
    background: #fff; }
    .reviews tr .publisherPhoto {
      width: 65px;
      display: inline-block;
      margin-right: 10px; }
      .reviews tr .publisherPhoto img {
        vertical-align: middle;
        max-width: 100%; }
    .reviews tr:nth-child(2n) {
      background: #F5F5F5; }
    .reviews tr:hover {
      background: #EBEBEB; }
    .reviews tr td {
      position: relative;
      width: 50%;
      font-size: 16px;
      font-weight: light; }
      .reviews tr td b {
        font-size: 16px;
        font-weight: 300; }
      .reviews tr td .btn {
        margin: 0 !important; }
  .reviews .absoluteLink {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.reviewsPage .widgetBox {
  padding-bottom: 30px; }
  .reviewsPage .widgetBox .publisherData {
    padding: 30px;
    overflow: hidden; }
    .reviewsPage .widgetBox .publisherData .name {
      float: left;
      font-size: 24px;
      font-weight: bold; }
    .reviewsPage .widgetBox .publisherData .thumb {
      float: right; }
      .reviewsPage .widgetBox .publisherData .thumb img {
        max-height: 80px; }
  .reviewsPage .widgetBox .reviews > div {
    display: none;
    line-height: 33px; }
    .reviewsPage .widgetBox .reviews > div:nth-child(1), .reviewsPage .widgetBox .reviews > div:nth-child(2), .reviewsPage .widgetBox .reviews > div:nth-child(3), .reviewsPage .widgetBox .reviews > div:nth-child(4), .reviewsPage .widgetBox .reviews > div:nth-child(5) {
      display: block; }
    .reviewsPage .widgetBox .reviews > div:nth-child(2n+1) {
      background: #F5F5F5; }
    .reviewsPage .widgetBox .reviews > div a {
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      color: #303030;
      display: block;
      padding: 0 30px;
      font-size: 15px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .reviewsPage .widgetBox .reviews > div a:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  .reviewsPage .widgetBox .moreReviews {
    margin: 30px 0 0 30px; }
  .reviewsPage .widgetBox.filter {
    padding: 30px; }
    .reviewsPage .widgetBox.filter b {
      font-size: 15px;
      font-weight: 300; }
    .reviewsPage .widgetBox.filter .row {
      margin: 30px -15px 0; }
    .reviewsPage .widgetBox.filter .select {
      margin-top: 5px; }
    .reviewsPage .widgetBox.filter .form {
      padding-bottom: 0; }
    .reviewsPage .widgetBox.filter .btn {
      margin-top: 30px; }

.productDetails .halfCol {
  overflow: hidden;
  width: 50%;
  float: left; }
  @media screen and (max-width: 1024px) {
    .productDetails .halfCol {
      width: auto;
      float: none; } }
.productDetails .gallery {
  float: none !important;
  width: auto;
  height: auto;
  background: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  min-height: 100px; }
  .productDetails .gallery .col-xs-1, .productDetails .gallery .col-sm-1, .productDetails .gallery .col-md-1, .productDetails .gallery .col-lg-1, .productDetails .gallery .col-xs-2, .productDetails .gallery .col-sm-2, .productDetails .gallery .col-md-2, .productDetails .gallery .col-lg-2, .productDetails .gallery .col-xs-3, .productDetails .gallery .col-sm-3, .productDetails .gallery .col-md-3, .productDetails .gallery .col-lg-3, .productDetails .gallery .col-xs-4, .productDetails .gallery .col-sm-4, .productDetails .gallery .col-md-4, .productDetails .gallery .col-lg-4, .productDetails .gallery .col-xs-5, .productDetails .gallery .col-sm-5, .productDetails .gallery .col-md-5, .productDetails .gallery .col-lg-5, .productDetails .gallery .col-xs-6, .productDetails .gallery .col-sm-6, .productDetails .gallery .col-md-6, .productDetails .gallery .col-lg-6, .productDetails .gallery .col-xs-7, .productDetails .gallery .col-sm-7, .productDetails .gallery .col-md-7, .productDetails .gallery .col-lg-7, .productDetails .gallery .col-xs-8, .productDetails .gallery .col-sm-8, .productDetails .gallery .col-md-8, .productDetails .gallery .col-lg-8, .productDetails .gallery .col-xs-9, .productDetails .gallery .col-sm-9, .productDetails .gallery .col-md-9, .productDetails .gallery .col-lg-9, .productDetails .gallery .col-xs-10, .productDetails .gallery .col-sm-10, .productDetails .gallery .col-md-10, .productDetails .gallery .col-lg-10, .productDetails .gallery .col-xs-11, .productDetails .gallery .col-sm-11, .productDetails .gallery .col-md-11, .productDetails .gallery .col-lg-11, .productDetails .gallery .col-xs-12, .productDetails .gallery .col-sm-12, .productDetails .gallery .col-md-12, .productDetails .gallery .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .productDetails .gallery > div {
    overflow: hidden;
    background-color: white;
    border: 2px solid white; }
    .productDetails .gallery > div img {
      display: none; }
    .productDetails .gallery > div a, .productDetails .gallery > div .bg {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: contain;
      background-position: center center; }
      .productDetails .gallery > div a:hover, .productDetails .gallery > div a:focus, .productDetails .gallery > div a:active, .productDetails .gallery > div .bg:hover, .productDetails .gallery > div .bg:focus, .productDetails .gallery > div .bg:active {
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
.productDetails .versions {
  text-transform: uppercase;
  margin-bottom: 16px; }
  .productDetails .versions b {
    margin-right: 3px; }
.productDetails .backBtn, .productDetails .btn {
  margin: 20px 20px 0 20px;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  /*        &:first-child{
              margin-left: 30px;
          }*/ }
.productDetails .buttons, .productDetails .gallery {
  padding: 0; }
.productDetails .buttons {
  /*@include transitions(0.5s ease 0s);*/
  opacity: 0;
  visibility: hidden;
  background: #EBEBEB;
  float: right; }
  .productDetails .buttons.visible {
    opacity: 1;
    visibility: visible; }
@media screen and (max-width: 1024px) {
  .productDetails .buttons {
    overflow: hidden;
    float: none;
    width: auto;
    clear: both; }
  .productDetails .gallery {
    background: #FFFFFF;
    padding-top: 20px; } }
@media screen and (max-width: 767px) {
  .productDetails .buttons {
    text-align: center; }
    .productDetails .buttons .backBtn, .productDetails .buttons .btn {
      margin: 10px !important;
      vertical-align: top;
      display: inline-block; }
      .productDetails .buttons .backBtn:nth-child(3), .productDetails .buttons .btn:nth-child(3) {
        /*margin-top: -10px !important;*/ } }
.productDetails .buttons {
  float: none;
  width: auto;
  padding: 10px 20px 30px 20px; }
.productDetails .text {
  float: none;
  width: auto;
  height: auto;
  max-height: 700px; }

.cmsSubPage {
  padding: 40px 0; }

.ajaxSubmit i.fa {
  line-height: 50px; }

@media screen and (max-width: 699px) {
  p {
    word-wrap: break-word; } }
.gm-style .gm-style-iw {
  font-size: 12px; }
  .gm-style .gm-style-iw br {
    line-height: 0.7em; }
  .gm-style .gm-style-iw big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  .gm-style .gm-style-iw .city {
    text-transform: uppercase; }

.lb-data .lb-caption {
  text-transform: uppercase; }

.parallaxImg {
  margin: 0 -10px;
  height: 450px;
  /*height: 300px;*/
  /*background-size: auto 450px;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  /*background-attachment: fixed;*/ }
  @media screen and (max-width: 999px) {
    .parallaxImg {
      height: 250px;
      background-attachment: initial;
      background-position: center center !important;
      background-size: cover; } }

.mainHeader {
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  background: #112037;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 56px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .mainHeader::after {
    position: absolute;
    bottom: 40px;
    background: white;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    display: block;
    content: '';
    left: 0;
    right: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0; }

#footer {
  color: white;
  font-size: 13px;
  margin: 0;
  background: #4b699e;
  padding: 40px 0;
  text-align: center;
  /*    @media screen and (max-width: 599px){
  
          .pull-right{
              float: none !important;
              clear: both;
          }
          .credits{
              display: block;
              height: auto;
              padding-top: 20px;
              text-align: right;
          }
      }*/ }
  #footer .socialMedia {
    padding: 10px 0;
    height: 50px;
    line-height: 30px;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
  #footer .footer2 {
    padding: 0 20px; }
    @media screen and (max-width: 991px) {
      #footer .footer2 a {
        display: flex;
        justify-content: center; } }
  @media screen and (max-width: 1339px) {
    #footer .socialMedia {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 599px) {
    #footer .socialMedia {
      padding-left: 10px;
      padding-right: 10px; } }
  #footer .container {
    padding: 0; }
  @media screen and (max-width: 1199px) {
    #footer .container {
      padding: 0; }
      #footer .container > div > div > div {
        padding-bottom: 20px; } }
  #footer a {
    color: inherit; }
  #footer .markaCredits {
    float: right;
    font-size: 14px;
    text-align: right;
    font-weight: 700; }
    #footer .markaCredits small {
      font-weight: 300;
      font-size: 11px; }
  #footer #footerLogo {
    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 {
    text-align: right;
    margin: 0;
    padding-left: 20px; }
    @media screen and (max-width: 643px) {
      #footer #footerMenu {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 618px) {
      #footer #footerMenu {
        text-align: center; } }
    #footer #footerMenu, #footer #footerMenu li {
      padding-top: 7px;
      padding-bottom: 7px;
      list-style: none; }
      #footer #footerMenu a, #footer #footerMenu li a {
        margin: 0 15px;
        text-transform: uppercase;
        line-height: 33px; }
        #footer #footerMenu a:hover, #footer #footerMenu li a:hover {
          color: #EDBD13; }
    #footer #footerMenu li {
      display: inline-block; }
      #footer #footerMenu li:first-child a {
        margin-left: 0; }
        @media screen and (max-width: 643px) {
          #footer #footerMenu li:first-child a {
            margin-left: 15px; } }
    @media screen and (max-width: 991px) {
      #footer #footerMenu {
        text-align: center; } }
  #footer br.onlyRwd {
    display: none; }
  #footer .credits {
    height: 120px;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    #footer .credits a {
      transition: 0.2s ease 0s;
      -webkit-transition: 0.2s ease 0s;
      -ms-transition: 0.2s ease 0s;
      -o-transition: 0.2s ease 0s;
      -moz-transition: 0.2s ease 0s;
      -khtml-transition: 0.2s ease 0s; }
      #footer .credits a:hover {
        filter: brightness(0.8);
        -webkit-filter: brightness(0.8); }
    @media screen and (max-width: 767px) {
      #footer .credits {
        display: block;
        height: auto; } }
  #footer #poweredByZlepszejstrony {
    text-align: center;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 300; }
    #footer #poweredByZlepszejstrony a {
      font-weight: 700;
      color: #D23F38; }
      #footer #poweredByZlepszejstrony a:hover {
        color: #e07974; }

.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; }

body {
  min-height: 100vh;
  background: #fff;
  position: relative;
  font-size: 16px; }
  body.sticky #slider .sliderArrow {
    transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -khtml-transition: opacity 1s ease 0s;
    opacity: 0 !important;
    pointer-events: none; }
  @media screen and (min-width: 1200px) {
    body {
      /*&.sticky{*/
      /*padding-top: 70px;*/
      /*}*/ } }
  body .enterPrompt {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
    background: white;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, white 0%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center; }
    body .enterPrompt .cmsPage {
      width: 100%; }
    body .enterPrompt p {
      text-transform: none; }
    body .enterPrompt .pelno {
      margin: 10px 40px 0;
      display: inline-block;
      font-weight: 300;
      text-align: center;
      font-size: 24px;
      cursor: pointer;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      body .enterPrompt .pelno:hover {
        color: #B8A377; }

#topBarRwd {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  min-width: 320px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  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: 50px;
    padding-left: 0;
    border-right: 1px solid gray;
    list-style: none;
    z-index: 100;
    overflow-y: auto; }
    #topBarRwd #topMenuRwd .subMenu {
      display: none; }
    #topBarRwd #topMenuRwd li {
      padding: 0;
      display: block;
      padding: 0 25px; }
      #topBarRwd #topMenuRwd li a {
        text-transform: uppercase;
        color: #3c3c3c;
        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: 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: #000; }
        #topBarRwd #topMenuRwd li a.lang {
          display: inline-block;
          padding: 0 5px; }
      #topBarRwd #topMenuRwd li:last-child {
        margin-top: 20px;
        text-align: center; }
    #topBarRwd #topMenuRwd.menuOpen {
      left: 0px; }
    #topBarRwd #topMenuRwd .lang.active {
      font-weight: 700; }
  #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: #3c3c3c;
      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: 50px; }
    body #topBarRwd, body #page, body #footer {
      position: relative;
      transition: left 0.5s ease 0s;
      -webkit-transition: left 0.5s ease 0s;
      -ms-transition: left 0.5s ease 0s;
      -o-transition: left 0.5s ease 0s;
      -moz-transition: left 0.5s ease 0s;
      -khtml-transition: left 0.5s ease 0s;
      left: 0; }
    body.menuOpen #topBarRwd, body.menuOpen #page, body.menuOpen #footer {
      left: 250px !important; } }
.cmsPage {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none; }
  .cmsPage .textWidget {
    line-height: 1.5em; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3, .cmsPage h4, .cmsPage h5, .cmsPage h6 {
    line-height: normal;
    font-weight: 300; }
  .cmsPage h1, .cmsPage h2, .cmsPage h3 {
    color: #000;
    line-height: normal;
    font-weight: 900; }
  .cmsPage h1 {
    font-size: 36px; }
  .cmsPage h2 {
    font-size: 36px; }
  .cmsPage h3 {
    font-size: 28px; }
  .cmsPage h4 {
    font-size: 24px; }
  .cmsPage h5 {
    font-size: 20px; }
  .cmsPage h6 {
    font-size: 18px; }
    .cmsPage h6 span {
      font-size: 25px;
      color: #555555;
      border: 1px solid #555555;
      border-radius: 2px;
      padding: 7px 12px;
      font-weight: bold;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: inline-block; }

.cmsPage {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /*    display: flex;
      -webkit-display: flex;
      display: -webkit-flex;
      align-items: end;
      -webkit-align-items: end;*/ }
  .cmsPage > div {
    display: block;
    width: 100%; }

/*.classicSlider{
    min-height: 400px;
    height: 100vh;
    max-height: 1080px;
    @media screen and (max-width: 1199px){
        height: calc(100vh - 50px);
    }
    @media screen and (max-width: 599px){
        height: calc(100vh - 50px);
    }
    .owl-wrapper-outer{
        min-height: 400px;
        max-height: 1080px;
        @media screen and (max-width: 1199px){
            height: calc(100vh - 50px);
        }
        @media screen and (max-width: 599px){
            height: calc(100vh - 50px);
        }
        .owl-wrapper{
            .owl-item{
                height: 100vh;
                min-height: 400px;
                max-height: 1080px;
                @media screen and (max-width: 1199px){
                    height: calc(100vh - 50px);
                }
                @media screen and (max-width: 599px){
                    height: calc(100vh - 50px);
                }
                .slide{
                    background-size: auto 160%;
                    background-color: #000000;
                    background-repeat: no-repeat;
                    height: 100vh;
                    min-height: 400px;
                    max-height: 1080px;
                    @media screen and (max-width: 1199px){
                        height: calc(100vh - 50px);
                    }
                    @media screen and (max-width: 599px){
                        height: calc(100vh - 50px);
                    }
                }
            }
        }
    }
}*/
.classicSlider {
  background-color: white;
  min-height: 400px;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .classicSlider {
      height: calc(100vh - 50px); } }
  @media screen and (max-width: 599px) {
    .classicSlider {
      height: calc(100vh - 50px); } }
  .classicSlider .owl-wrapper-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-height: 400px;
    max-height: 1080px; }
    @media screen and (max-width: 1199px) {
      .classicSlider .owl-wrapper-outer {
        height: calc(100vh - 50px); } }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-wrapper-outer {
        height: calc(100vh - 50px); } }
    .classicSlider .owl-wrapper-outer .owl-wrapper {
      height: 100%; }
      .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        height: 100vh;
        min-height: 400px;
        max-height: 1080px; }
        @media screen and (max-width: 1199px) {
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
            height: calc(100vh - 50px); } }
        @media screen and (max-width: 599px) {
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
            height: calc(100vh - 50px); } }
        .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
          overflow: hidden;
          height: 100vh;
          min-height: 400px;
          max-height: 1080px;
          background-position: center center;
          background-position-x: 100% !important;
          background-repeat: no-repeat;
          background-size: auto 116%;
          width: 55%;
          float: right;
          /*                    &::after{
                                  content: '';
                                  z-index: 0;
                                  position: absolute;
                                  top: 0; left: 0; right: 0; bottom: 0;
                                  background: rgba(black, 0.3);
                              }*/ }
          @media screen and (max-width: 1199px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              height: calc(100vh - 50px); } }
          @media screen and (max-width: 599px) {
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              height: calc(100vh - 50px); } }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
            overflow: hidden; }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
              z-index: 2;
              text-align: left;
              padding-top: 80px;
              width: 40%; }
              @media screen and (max-width: 1199px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
                  padding-top: 0; } }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                color: #3c3c3c;
                text-transform: uppercase;
                margin: 20px 0; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                text-transform: none; }
              .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 .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                font-size: 18px;
                font-weight: 300; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                font-size: 42px;
                font-weight: 600; }
              .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: 25px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
                  display: inline-block;
                  padding: 0 25px;
                  padding-right: 50px;
                  height: 50px;
                  line-height: 47px;
                  font-size: 16px;
                  font-weight: 400;
                  color: #3c3c3c;
                  border: 1px solid #3c3c3c;
                  background: transparent;
                  border-radius: 30px;
                  text-transform: uppercase;
                  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -ms-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  -khtml-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
                  position: relative; }
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover {
                    background: #3c3c3c;
                    color: white; }
                  .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:after {
                    position: absolute;
                    content: '\f105';
                    font-family: 'FontAwesome';
                    right: 20px; }
              @media screen and (max-width: 999px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 28px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 16px; } }
              @media screen and (max-width: 599px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
                  font-size: 16px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 24px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
                  height: 40px;
                  line-height: 37px; } }
              @media screen and (max-width: 399px) {
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
                  font-size: 20px; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
                  font-size: 14px; } }
          .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 .owl-controls {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    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: 15px;
      height: 15px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border: 1px solid #fff;
      border-radius: 15px;
      margin: 0 7px;
      cursor: pointer; }
      .classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
        background: #fff; }
    @media screen and (max-width: 599px) {
      .classicSlider .owl-controls {
        bottom: auto;
        top: 130px;
        transform: none; } }
    @media screen and (max-width: 399px) {
      .classicSlider .owl-controls {
        bottom: auto;
        top: 105px;
        transform: none; } }
  .classicSlider .owl-prev {
    left: 260px;
    float: left;
    margin-left: 10px; }
  .classicSlider .owl-next {
    right: 260px;
    float: right;
    margin-right: 10px; }
  .classicSlider .owl-prev, .classicSlider .owl-next {
    font-size: 42px;
    cursor: pointer;
    color: #4b699e; }
  @media screen and (max-width: 599px) {
    .classicSlider {
      height: calc(100vh - 150px); }
      .classicSlider .owl-wrapper-outer {
        height: calc(100vh - 150px); }
        .classicSlider .owl-wrapper-outer .owl-wrapper {
          height: calc(100vh - 150px); }
          .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
            height: calc(100vh - 150px); }
            .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
              height: calc(100vh - 150px);
              position: static;
              width: 100%;
              background-size: cover;
              margin-top: 300px; }
              .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
                justify-content: center; }
                .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
                  width: auto;
                  text-align: center; } }
  @media screen and (max-width: 399px) {
    .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
      margin-top: 250px; } }

.socialMedia {
  text-align: right; }
  .socialMedia a, .socialMedia span {
    margin-right: 10px;
    display: inline-block; }
    .socialMedia a:last-child, .socialMedia span:last-child {
      margin-right: 0; }
    .socialMedia a i.fa, .socialMedia span i.fa {
      font-size: 22px;
      top: 2px;
      position: relative; }

#tilesList {
  overflow: hidden;
  /*    margin-left: -10px;
      margin-right: -10px;*/
  margin-bottom: -10px; }
  #tilesList .tileContainer {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    float: left; }
    #tilesList .tileContainer .tile {
      overflow: hidden;
      position: relative; }
      #tilesList .tileContainer .tile .dummy {
        padding-top: 66%; }
      #tilesList .tileContainer .tile .text {
        transition: background 0.3s ease 0s;
        -webkit-transition: background 0.3s ease 0s;
        -ms-transition: background 0.3s ease 0s;
        -o-transition: background 0.3s ease 0s;
        -moz-transition: background 0.3s ease 0s;
        -khtml-transition: background 0.3s ease 0s;
        background: rgba(52, 193, 231, 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        -webkit-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        align-items: -webkit-center;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: -webkit-center;
        color: white;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: center; }
        #tilesList .tileContainer .tile .text h3 > span > span {
          font-size: 0.6em; }
      #tilesList .tileContainer .tile .thumb {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile a.absoluteLink {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #tilesList .tileContainer .tile:hover .text {
        background: rgba(52, 193, 231, 0.8); }
      #tilesList .tileContainer .tile:hover .thumb {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }

.downloads, .downloads li {
  list-style: none;
  padding: 0; }
.downloads i.fa {
  margin-right: 5px; }

#blogArticlePage h1 {
  text-align: center; }
#blogArticlePage .btn::before {
  display: none !important; }

div[data-type=blogArticlesList] {
  padding-top: 20px; }
  div[data-type=blogArticlesList] .article {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    div[data-type=blogArticlesList] .article h3 {
      margin-top: 0; }
      div[data-type=blogArticlesList] .article h3 small {
        margin-bottom: 5px;
        display: inline-block; }
    div[data-type=blogArticlesList] .article:last-child {
      border-bottom: 0; }
    div[data-type=blogArticlesList] .article .bg {
      padding-top: 75%;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        div[data-type=blogArticlesList] .article .bg {
          padding-top: 40%;
          margin-bottom: 10px; } }
      div[data-type=blogArticlesList] .article .bg > div {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center; }
      div[data-type=blogArticlesList] .article .bg a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      div[data-type=blogArticlesList] .article .bg:hover > div {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    div[data-type=blogArticlesList] .article p {
      font-size: 0.9em; }
    div[data-type=blogArticlesList] .article a.more {
      text-decoration: underline; }

.hasBgPhoto {
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (max-width: 999px) {
    .hasBgPhoto {
      background-attachment: initial;
      background-position: center center !important;
      background-size: cover; } }

#content > .cmsPage:nth-child(2) > div > .section:first-child {
  padding-top: 0; }

#topBarRwd, #topBarRwd > .container {
  color: white;
  height: 70px; }
#topBarRwd #logoRwd img {
  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: #000 !important; }
    #topBarRwd .socialMedia a i.fa {
      font-size: 28px; }

/*body.sticky{*/
#topBarRwd {
  background: white;
  height: 50px;
  box-shadow: 0px 0px 3px 0px #3c3c3c; }
  #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; }
  .cmsSubPage:last-child > .section.fullSection:last-child {
    padding-bottom: 0; }

.footerCircles {
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 499px) {
    .footerCircles {
      width: 100% !important; } }
  .footerCircles i.fa {
    font-size: 26px;
    margin-bottom: 5px; }

.companyDetails {
  font-size: 11px;
  color: ddd;
  margin-top: 20px; }
  .companyDetails b {
    font-size: 12px;
    color: #fff; }

#body476 .textWidget, #body577 .textWidget {
  padding-left: 40px !important;
  padding-right: 40px !important; }
  @media screen and (max-width: 991px) and (min-width: 786px) {
    #body476 .textWidget, #body577 .textWidget {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (max-width: 767px) {
    #body476 .textWidget, #body577 .textWidget {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
#body476 .infinityPhone, #body577 .infinityPhone {
  margin-bottom: -40px; }
#body476 .cmsSubPage, #body577 .cmsSubPage {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1199px) {
    #body476 .cmsSubPage, #body577 .cmsSubPage {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      align-items: -webkit-center;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: -webkit-row; }
      #body476 .cmsSubPage .section, #body577 .cmsSubPage .section {
        /*flex: 1 0 auto;*/
        display: block;
        width: auto;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: -webkit-center; }
        #body476 .cmsSubPage .section .column, #body577 .cmsSubPage .section .column {
          /*                    flex: 1 0 auto;
                              -webkit-flex: 1 0 auto;*/
          height: 100%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: -webkit-box;
          -ms-display: flex;
          display: flex;
          -webkit-display: flex;
          display: -webkit-flex; }
          #body476 .cmsSubPage .section .column > *, #body577 .cmsSubPage .section .column > * {
            /*                        flex: 1 0 auto;
                                    -webkit-flex: 1 0 auto;
                                    -ms-flex: 1 0 auto;*/ } }
  #body476 .cmsSubPage:nth-child(4), #body476 .cmsSubPage:nth-child(4) .section, #body476 .cmsSubPage:nth-child(4) .column, #body476 .cmsSubPage:nth-child(6), #body476 .cmsSubPage:nth-child(6) .section, #body476 .cmsSubPage:nth-child(6) .column, #body476 .cmsSubPage:last-child, #body476 .cmsSubPage:last-child .section, #body476 .cmsSubPage:last-child .column, #body577 .cmsSubPage:nth-child(4), #body577 .cmsSubPage:nth-child(4) .section, #body577 .cmsSubPage:nth-child(4) .column, #body577 .cmsSubPage:nth-child(6), #body577 .cmsSubPage:nth-child(6) .section, #body577 .cmsSubPage:nth-child(6) .column, #body577 .cmsSubPage:last-child, #body577 .cmsSubPage:last-child .section, #body577 .cmsSubPage:last-child .column {
    display: block !important; }
@media screen and (max-width: 767px) {
  #body476 div[data-type=photo], #body476 div[data-type=youtube], #body577 div[data-type=photo], #body577 div[data-type=youtube] {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 1239px) {
  .section.fullSection .col-md-6.column.half-wided, .section.fullSection .col-md-6.column.half-wided.half-wided-right {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.createdBy {
  text-align: right; }
  @media screen and (max-width: 991px) {
    .createdBy {
      text-align: center;
      margin-top: 0;
      padding-bottom: 0 !important; } }

.informations {
  text-align: left;
  /*    b{
          display: block;
          margin-bottom: 10px;
      }*/ }
  @media screen and (max-width: 991px) {
    .informations {
      text-align: center; } }

.slide .container {
  position: absolute;
  top: 80px;
  left: 35px;
  right: 35px;
  bottom: 80px;
  display: flex;
  justify-content: left;
  align-content: top;
  align-items: top;
  width: auto !important;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1199px) {
    .slide .container {
      left: 50px;
      right: 50px;
      bottom: 50px;
      top: 50px; } }
  @media screen and (max-width: 649px) {
    .slide .container {
      left: 20px;
      right: 20px;
      top: 20px; } }

img.greyscale {
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%); }
  img.greyscale.greyHover {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s; }
    img.greyscale.greyHover:hover {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }

@media screen and (min-width: 1200px) and (min-height: 700px) {
  #section2337 .widgetBox[data-type=banner], #section2339 .widgetBox[data-type=banner], #section2341 .widgetBox[data-type=banner] {
    margin-top: -300px; } }

.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;
  height: 20px;
  text-align: center;
  margin: 37px 0 0 45px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #3c3c3c; }
  .languages .lang {
    display: inline-block;
    padding: 0 5px;
    color: #3c3c3c !important;
    position: relative; }
    .languages .lang:after {
      content: '';
      position: absolute;
      background-color: #3c3c3c;
      width: 1px;
      height: 12px;
      top: 50%;
      transform: translateY(-50%);
      right: -2px; }
    .languages .lang:hover {
      color: #3c3c3c; }
    .languages .lang.active {
      font-weight: bold; }
    .languages .lang:last-child:after {
      display: none; }
  .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); }
