@import "https://fonts.googleapis.com/css?family=Hind:400,700&subset=latin-ext";
.widgetBox[data-type="text"] img {
  max-width: 100%;
  height: auto; }

a {
  outline: 0 !important; }
  a img {
    outline: 0 !important; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

html, body {
  width: 100%; }

#page {
  overflow: hidden;
  margin-top: 0; }

body {
  min-width: 320px !important;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  font-family: "Hind", Arial, sans-serif;
  font-size: 18px;
  color: #444444;
  font-weight: 400;
  padding-top: 160px; }
  body.mobile .headerPhoto {
    background-size: cover; }

b, strong, h1, h2, h3 {
  font-weight: bold; }

* {
  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; }

/*body.iosFix{
    .tile{

        .text{

            h3{
                margin-left: -25%;
                margin-right: -25%;
                text-align: center;
            }
        }
    }
}
@media screen and (max-width: 1024px){
    body{
        .tile{

            .text{

                h3{
                    margin-left: -25%;
                    margin-right: -25%;
                    text-align: center;
                }
            }
        }
    }
}*/
.tile {
  width: 50%;
  float: left;
  position: relative;
  background: #fff;
  /*    &:not(.active):not(:hover):not(:active):not(:focus){
          .text > div > div{
              @include transitions(width 0s ease 0.3s);
              width: auto !important;
          }
      }*/ }
  .tile * {
    cursor: default; }
  .tile a {
    cursor: pointer; }
  .tile .dummy {
    padding-top: 50%; }
  .tile .button {
    max-width: 100% !important; }
  .tile .thumb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    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;
    background-size: cover;
    background-position: center left; }
  .tile .text {
    background: #EBEBEB;
    background: rgba(235, 235, 235, 0.7);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 50%;
    color: #101010;
    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; }
    .tile .text > div {
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      position: absolute;
      top: 42px;
      left: 42px;
      bottom: 42px;
      right: 42px;
      padding: 20px; }
      .tile .text > div > span {
        position: absolute;
        display: block;
        transition: 0.7s ease 0s;
        -webkit-transition: 0.7s ease 0s;
        -ms-transition: 0.7s ease 0s;
        -o-transition: 0.7s ease 0s;
        -moz-transition: 0.7s ease 0s;
        -khtml-transition: 0.7s ease 0s; }
        .tile .text > div > span.decoration1 {
          width: 0;
          top: -2px;
          left: -2px;
          right: -2px;
          height: 2px;
          margin-left: auto;
          margin-right: auto;
          background: #101010; }
        .tile .text > div > span.decoration2 {
          width: 0;
          bottom: -2px;
          left: -2px;
          right: -2px;
          height: 2px;
          margin-left: auto;
          margin-right: auto;
          background: #101010; }
        .tile .text > div > span.decoration3 {
          height: 0;
          left: -2px;
          top: -2px;
          bottom: -2px;
          width: 2px;
          margin-top: auto;
          margin-bottom: auto;
          background: #101010; }
        .tile .text > div > span.decoration4 {
          height: 0;
          right: -2px;
          top: -2px;
          bottom: -2px;
          width: 2px;
          margin-top: auto;
          margin-bottom: auto;
          background: #101010; }
      .tile .text > div > div {
        text-align: center; }
    .tile .text h3 {
      font-weight: 900;
      font-size: 48px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 40px; }
      .tile .text h3 > span {
        display: inline-block;
        margin-top: 5px;
        font-size: 0.5em; }
        .tile .text h3 > span > span {
          display: inline-block;
          margin-top: 5px;
          font-size: 0.7em;
          font-weight: 900; }
  .tile:nth-child(4n) .thumb, .tile:nth-child(4n-1) .thumb {
    /*background-position: center right;*/
    left: 0;
    right: 50%; }
  .tile:nth-child(4n) .text, .tile:nth-child(4n-1) .text {
    right: 50%;
    left: 0; }

#tilesList.noHome .tile .thumb {
  right: 50%;
  width: 50%; }
#tilesList.noHome .tile:nth-child(4n) .thumb, #tilesList.noHome .tile:nth-child(4n-1) .thumb {
  /*background-position: center right;*/
  left: 50%;
  right: 0; }

body.mobile #tilesList .tile.active a.absoluteLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
body.mobile #tilesList .tile.active .text {
  width: 100%;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7); }
  body.mobile #tilesList .tile.active .text, body.mobile #tilesList .tile.active .text * {
    color: white !important; }
  body.mobile #tilesList .tile.active .text .button {
    border-color: white; }
  body.mobile #tilesList .tile.active .text > div > span {
    background: white; }
    body.mobile #tilesList .tile.active .text > div > span.decoration1, body.mobile #tilesList .tile.active .text > div > span.decoration2 {
      width: 100%;
      width: calc(100% + 4px); }
    body.mobile #tilesList .tile.active .text > div > span.decoration3, body.mobile #tilesList .tile.active .text > div > span.decoration4 {
      height: 100%;
      height: calc(100% + 4px); }
body.mobile #tilesList.noHome .tile.active .thumb {
  left: 25%;
  right: 25%; }

body:not(.mobile) #tilesList .tile:hover a.absoluteLink, body:not(.mobile) #tilesList .tile.hover a.absoluteLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
body:not(.mobile) #tilesList .tile:hover .text, body:not(.mobile) #tilesList .tile.hover .text {
  width: 100%;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7); }
  body:not(.mobile) #tilesList .tile:hover .text, body:not(.mobile) #tilesList .tile:hover .text *, body:not(.mobile) #tilesList .tile.hover .text, body:not(.mobile) #tilesList .tile.hover .text * {
    color: white !important; }
  body:not(.mobile) #tilesList .tile:hover .text .button, body:not(.mobile) #tilesList .tile.hover .text .button {
    border-color: white; }
  body:not(.mobile) #tilesList .tile:hover .text > div > span, body:not(.mobile) #tilesList .tile.hover .text > div > span {
    background: white; }
    body:not(.mobile) #tilesList .tile:hover .text > div > span.decoration1, body:not(.mobile) #tilesList .tile:hover .text > div > span.decoration2, body:not(.mobile) #tilesList .tile.hover .text > div > span.decoration1, body:not(.mobile) #tilesList .tile.hover .text > div > span.decoration2 {
      width: 100%;
      width: calc(100% + 4px); }
    body:not(.mobile) #tilesList .tile:hover .text > div > span.decoration3, body:not(.mobile) #tilesList .tile:hover .text > div > span.decoration4, body:not(.mobile) #tilesList .tile.hover .text > div > span.decoration3, body:not(.mobile) #tilesList .tile.hover .text > div > span.decoration4 {
      height: 100%;
      height: calc(100% + 4px); }
body:not(.mobile) #tilesList.noHome .tile:hover .thumb, body:not(.mobile) #tilesList.noHome .tile.hover .thumb {
  left: 25%;
  right: 25%; }

#tilesList.noHome .tile .text h3 {
  font-size: 30px; }
#tilesList.noHome .tile .thumb {
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50%; }

@media screen and (max-width: 1024px) {
  .tile {
    float: none;
    width: 100%; }
    .tile:nth-child(2n) .text {
      left: 0 !important;
      right: auto !important; }
    .tile:nth-child(2n+1) .text {
      right: 0 !important;
      left: auto !important; }
    .tile:not(.noHome) .thumb {
      background-size: 100%; }

  #tilesList.noHome .tile:nth-child(2n) .text {
    left: 0 !important;
    right: 50% !important; }
  #tilesList.noHome .tile:nth-child(2n) .thumb {
    right: 0 !important;
    left: 50% !important; }
  #tilesList.noHome .tile:nth-child(2n+1) .thumb {
    left: 0 !important;
    right: 50% !important; }
  #tilesList.noHome .tile:nth-child(2n+1) .text {
    right: 0 !important;
    left: auto !important; }
  #tilesList.noHome .tile:hover .thumb, #tilesList.noHome .tile:active .thumb, #tilesList.noHome .tile:focus .thumb, #tilesList.noHome .tile.active .thumb {
    right: 25% !important;
    left: 25% !important; } }
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .tile .text h3 {
    font-size: 30px; }

  #tilesList.noHome .tile .text h3 {
    font-size: 22px; } }
/*@media screen and (max-width: 649px){
    .tile{
        .text{
            h3{
                font-size: 22px;
                margin-bottom: 20px;
            }
            > div{
                top: 10px;
                left: 10px;
                right: 10px;
                bottom: 10px;
                > div{
                    max-width: 100%;
                }
                .button{
                    max-width: 100%;
                }
            }
        }
    }
    #tilesList.noHome{
        .tile{
            .text{
                h3{
                    font-size: 14px;
                }
            }
        }
    }
}*/
.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; }

ul.menu#topMenu {
  font-size: 16px;
  color: #313131;
  font-weight: normal; }
  ul.menu#topMenu .subMenu {
    display: none; }
  ul.menu#topMenu > li {
    position: relative;
    display: inline-block; }
    ul.menu#topMenu > li > a {
      color: #121212;
      display: inline-block; }
      ul.menu#topMenu > li > a::after {
        transition: width 0.3s ease 0s;
        -webkit-transition: width 0.3s ease 0s;
        -ms-transition: width 0.3s ease 0s;
        -o-transition: width 0.3s ease 0s;
        -moz-transition: width 0.3s ease 0s;
        -khtml-transition: width 0.3s ease 0s;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        display: block;
        background-image: url("../img/menuPattern.png") !important;
        background-repeat: no-repeat;
        background-position: center center;
        height: 10px;
        width: 0; }
    ul.menu#topMenu > li > a:hover::after {
      width: 100% !important; }
    ul.menu#topMenu > li:not(:hover) > a + .subMenu, ul.menu#topMenu > li:first-child > a + .subMenu {
      max-height: 0 !important;
      visibility: hidden; }
    ul.menu#topMenu > li > .subMenu {
      top: 100px;
      z-index: 100;
      position: absolute; }
  ul.menu#topMenu, ul.menu#topMenu li, ul.menu#topMenu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  ul.menu#topMenu li {
    position: relative !important; }

#top {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
  #top #topBar1 {
    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-height: 60px;
    background: #2B2B2B;
    padding: 10px 0;
    text-align: right;
    font-size: 16px; }
    @media screen and (max-width: 599px) {
      #top #topBar1 {
        padding: 0;
        text-align: center; }
        #top #topBar1 .btn, #top #topBar1 input {
          margin: 3px; }
        #top #topBar1 #userWidget a.pull-left {
          float: none !important;
          margin-left: auto;
          margin-right: auto; }
        #top #topBar1 #userWidget .userBar > div {
          height: auto !important; } }
  #top #topBar2 {
    color: #2B2B2B;
    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: #ECECEC; }
  #top .fbLink {
    display: block;
    float: right;
    height: 22px;
    line-height: 22px;
    margin-top: 18px;
    margin-left: 40px;
    color: #213A63;
    font-size: 22px; }
  #top #logo {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 100px;
    line-height: 100px;
    float: left;
    max-width: 70%;
    display: block;
    vertical-align: middle;
    /*margin-top: 7.5px;*/
    /*        &:hover{
                opacity: 0.5;
            }*/ }
    #top #logo span {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    #top #logo img {
      vertical-align: middle;
      /*float: left;*/
      max-width: 100%;
      width: 259px;
      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: auto !important; }
  #top ul.menu > li > .subMenu {
    top: 100% !important; }
  #top #topMenu {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    float: right;
    /*        padding-top: 5px;
            padding-bottom: 5px;*/ }
    #top #topMenu > li, #top #topMenu > 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; }
    #top #topMenu a {
      white-space: pre-line; }
  #top ul.menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    height: 100px;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    align-items: center;
    -webkit-align-items: center;
    text-transform: uppercase; }
    #top ul.menu > li > a span {
      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;
      position: relative;
      z-index: 1; }
  #top .topContactColumn {
    display: inline-block;
    color: #646464;
    text-align: left;
    padding: 0 20px;
    line-height: 1.2em;
    vertical-align: middle;
    border-right: 1px solid #CDCDCD; }
    #top .topContactColumn:last-child {
      border: none; }
    #top .topContactColumn i.fa {
      margin-right: 2px;
      color: #D54954; }
    #top .topContactColumn a {
      color: inherit; }
    #top .topContactColumn > div:nth-child(2) {
      font-weight: bold; }
    #top .topContactColumn a {
      transition: color 0.3s ease 0s;
      -webkit-transition: color 0.3s ease 0s;
      -ms-transition: color 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s;
      -moz-transition: color 0.3s ease 0s;
      -khtml-transition: color 0.3s ease 0s; }
      #top .topContactColumn a:hover {
        color: #D54956; }
    #top .topContactColumn.langs {
      line-height: 46px;
      color: #444444; }
      #top .topContactColumn.langs a {
        margin: 0 10px; }
        #top .topContactColumn.langs a:first-child {
          margin-left: 0; }
        #top .topContactColumn.langs a:last-child {
          margin-right: 0; }
    @media screen and (max-width: 599px) {
      #top .topContactColumn {
        display: block;
        border-right: 0;
        text-align: center;
        border-bottom: 1px solid #CDCDCD;
        padding: 5px 0; }
        #top .topContactColumn:last-child {
          border-bottom: 0; }
        #top .topContactColumn.langs {
          line-height: 34px;
          font-size: 18px; } }
  @media screen and (min-width: 800px) {
    #top.scrolled #logo {
      height: 70px;
      line-height: 70px; }
      #top.scrolled #logo img {
        width: 150px; }
    #top.scrolled ul.menu > li > a {
      height: 70px; }
      #top.scrolled ul.menu > li > a::after {
        bottom: 8px; }
    #top.scrolled #topBar1 {
      padding: 3px 0;
      min-height: 40px; } }

h1 {
  font-size: 40px;
  margin-bottom: 20px; }

h2 {
  font-size: 34px;
  margin-bottom: 20px; }

h3 {
  font-size: 24px;
  margin-bottom: 20px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1, h2, h3 {
  font-weight: 900; }

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  /*    padding-bottom: 15px;
      margin-bottom: 15px;*/
  /*    position: relative;
      &::after{
          position: absolute;
          bottom: 0px;
          background: white;
          height: 2px;
          width: 100px;
          margin: 0 auto;
          display: block;
          content: '';
          left: 0; right: auto;
      }
      &[style="text-align: center;"]{
          &::after{
              left: 0; right: 0;
          }
      }
      &[style="text-align: right;"]{
          &::after{
              left: auto; right: 0;
          }
      }*/ }

.container {
  width: 1240px;
  max-width: 100%; }

.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: 15px;
  padding-right: 15px;
  min-height: 1px !important; }

.points > span > span {
  color: red; }

@media screen and (min-width: 1440px) {
  .cmsPage .container, #homePageNews .container {
    width: 1240px;
    padding: 0; } }
@media screen and (max-width: 767px) {
  .cmsPage .container, #homePageNews .container {
    padding: 0; } }
.cmsPage > .section, #homePageNews > .section {
  min-height: 1px;
  padding: 30px 0;
  background: #FFFFFF;
  /*&:nth-child(4n-2), &:nth-child(4n-1){*/ }
  .cmsPage > .section .widgetBox, #homePageNews > .section .widgetBox {
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      .cmsPage > .section .widgetBox:last-child, #homePageNews > .section .widgetBox:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 991px) {
    .cmsPage > .section .col-xs-1:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-1:last-child .widgetBox:last-child, .cmsPage > .section .col-md-1:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-1:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-2:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-2:last-child .widgetBox:last-child, .cmsPage > .section .col-md-2:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-2:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-3:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-3:last-child .widgetBox:last-child, .cmsPage > .section .col-md-3:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-3:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-4:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-4:last-child .widgetBox:last-child, .cmsPage > .section .col-md-4:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-4:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-5:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-5:last-child .widgetBox:last-child, .cmsPage > .section .col-md-5:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-5:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-6:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-6:last-child .widgetBox:last-child, .cmsPage > .section .col-md-6:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-6:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-7:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-7:last-child .widgetBox:last-child, .cmsPage > .section .col-md-7:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-7:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-8:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-8:last-child .widgetBox:last-child, .cmsPage > .section .col-md-8:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-8:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-9:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-9:last-child .widgetBox:last-child, .cmsPage > .section .col-md-9:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-9:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-10:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-10:last-child .widgetBox:last-child, .cmsPage > .section .col-md-10:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-10:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-11:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-11:last-child .widgetBox:last-child, .cmsPage > .section .col-md-11:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-11:last-child .widgetBox:last-child, .cmsPage > .section .col-xs-12:last-child .widgetBox:last-child, .cmsPage > .section .col-sm-12:last-child .widgetBox:last-child, .cmsPage > .section .col-md-12:last-child .widgetBox:last-child, .cmsPage > .section .col-lg-12:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-1:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-1:last-child .widgetBox:last-child, #homePageNews > .section .col-md-1:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-1:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-2:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-2:last-child .widgetBox:last-child, #homePageNews > .section .col-md-2:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-2:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-3:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-3:last-child .widgetBox:last-child, #homePageNews > .section .col-md-3:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-3:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-4:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-4:last-child .widgetBox:last-child, #homePageNews > .section .col-md-4:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-4:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-5:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-5:last-child .widgetBox:last-child, #homePageNews > .section .col-md-5:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-5:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-6:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-6:last-child .widgetBox:last-child, #homePageNews > .section .col-md-6:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-6:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-7:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-7:last-child .widgetBox:last-child, #homePageNews > .section .col-md-7:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-7:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-8:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-8:last-child .widgetBox:last-child, #homePageNews > .section .col-md-8:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-8:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-9:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-9:last-child .widgetBox:last-child, #homePageNews > .section .col-md-9:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-9:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-10:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-10:last-child .widgetBox:last-child, #homePageNews > .section .col-md-10:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-10:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-11:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-11:last-child .widgetBox:last-child, #homePageNews > .section .col-md-11:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-11:last-child .widgetBox:last-child, #homePageNews > .section .col-xs-12:last-child .widgetBox:last-child, #homePageNews > .section .col-sm-12:last-child .widgetBox:last-child, #homePageNews > .section .col-md-12:last-child .widgetBox:last-child, #homePageNews > .section .col-lg-12:last-child .widgetBox:last-child {
      margin-bottom: 0; } }
  .cmsPage > .section:nth-child(2n), #homePageNews > .section:nth-child(2n) {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #FDD325; }
    .cmsPage > .section:nth-child(2n)::before, #homePageNews > .section:nth-child(2n)::before {
      z-index: -1;
      width: 360px;
      height: 226px;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      content: '';
      background: url("../img/lewo.jpg"); }
    .cmsPage > .section:nth-child(2n)::after, #homePageNews > .section:nth-child(2n)::after {
      z-index: -1;
      width: 360px;
      height: 226px;
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      content: '';
      background: url("../img/prawo.jpg"); }
    @media screen and (max-width: 991px) {
      .cmsPage > .section:nth-child(2n)::before, #homePageNews > .section:nth-child(2n)::before {
        display: none; } }
    @media screen and (max-width: 659px) {
      .cmsPage > .section:nth-child(2n)::after, #homePageNews > .section:nth-child(2n)::after {
        display: none; } }
.cmsPage h1.title, #homePageNews h1.title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.cmsPage .widgetBox, #homePageNews .widgetBox {
  margin-bottom: 30px;
  /*box-shadow: 0 3px 2px rgba(black, 0.1);*/
  /*margin-bottom: 40px;*/ }
  .cmsPage .widgetBox.zoom, #homePageNews .widgetBox.zoom {
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    .cmsPage .widgetBox, #homePageNews .widgetBox {
      /*margin-bottom: 20px;*/ } }
  .cmsPage .widgetBox[data-type=newProducts], #homePageNews .widgetBox[data-type=newProducts] {
    background: none;
    box-shadow: none; }
  .cmsPage .widgetBox[data-type=banner], #homePageNews .widgetBox[data-type=banner] {
    min-height: 300px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    z-index: 1; }
    .cmsPage .widgetBox[data-type=banner] .bg, #homePageNews .widgetBox[data-type=banner] .bg {
      background-position: center center;
      background-size: cover;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
    .cmsPage .widgetBox[data-type=banner].zoom:hover .bg, #homePageNews .widgetBox[data-type=banner].zoom:hover .bg {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .cmsPage .widgetBox[data-type=banner] .absoluteLink, #homePageNews .widgetBox[data-type=banner] .absoluteLink {
      display: block;
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .cmsPage .widgetBox[data-type=banner] span.whiteBox, #homePageNews .widgetBox[data-type=banner] span.whiteBox {
      min-height: 240px;
      display: block;
      background: white;
      background: rgba(255, 255, 255, 0.7);
      padding: 30px;
      display: flex;
      -webkit-display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      text-align: center;
      align-items: center;
      -webkit-align-items: center; }
      .cmsPage .widgetBox[data-type=banner] span.whiteBox .link, #homePageNews .widgetBox[data-type=banner] span.whiteBox .link {
        background: #CF202F;
        display: inline-block;
        padding: 15px 70px;
        color: white;
        font-size: 16px;
        text-transform: uppercase; }
      .cmsPage .widgetBox[data-type=banner] span.whiteBox .title, #homePageNews .widgetBox[data-type=banner] span.whiteBox .title {
        height: 100%;
        font-size: 36px;
        color: #646256;
        font-weight: 800;
        text-shadow: 2px 2px 2px rgba(100, 98, 86, 0.5);
        text-transform: uppercase;
        line-height: 1.2em;
        margin-bottom: 30px; }
      .cmsPage .widgetBox[data-type=banner] span.whiteBox .description, #homePageNews .widgetBox[data-type=banner] span.whiteBox .description {
        margin-bottom: 30px;
        font-size: 15px;
        color: #444444;
        font-weight: 300;
        display: block;
        line-height: 1.2em;
        text-align: justify; }
      .cmsPage .widgetBox[data-type=banner] span.whiteBox .points, #homePageNews .widgetBox[data-type=banner] span.whiteBox .points {
        color: #646256;
        display: block;
        font-size: 20px;
        line-height: 1.2em;
        text-align: center; }
        .cmsPage .widgetBox[data-type=banner] span.whiteBox .points > span, #homePageNews .widgetBox[data-type=banner] span.whiteBox .points > span {
          font-weight: bold;
          font-size: 24px;
          display: block; }
          .cmsPage .widgetBox[data-type=banner] span.whiteBox .points > span > span, #homePageNews .widgetBox[data-type=banner] span.whiteBox .points > span > span {
            color: red; }
    @media screen and (max-width: 549px) {
      .cmsPage .widgetBox[data-type=banner], #homePageNews .widgetBox[data-type=banner] {
        padding: 20px; }
        .cmsPage .widgetBox[data-type=banner] span.whiteBox, #homePageNews .widgetBox[data-type=banner] span.whiteBox {
          padding: 20px; }
          .cmsPage .widgetBox[data-type=banner] span.whiteBox .title, #homePageNews .widgetBox[data-type=banner] span.whiteBox .title {
            font-size: 24px; }
          .cmsPage .widgetBox[data-type=banner] span.whiteBox .link, #homePageNews .widgetBox[data-type=banner] span.whiteBox .link {
            padding: 10px 15px; } }
    .cmsPage .widgetBox[data-type=banner] .buttonOverlay, #homePageNews .widgetBox[data-type=banner] .buttonOverlay {
      opacity: 0;
      transition: opacity 0.3s ease 0s;
      -webkit-transition: opacity 0.3s ease 0s;
      -ms-transition: opacity 0.3s ease 0s;
      -o-transition: opacity 0.3s ease 0s;
      -moz-transition: opacity 0.3s ease 0s;
      -khtml-transition: opacity 0.3s ease 0s;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 38px;
      line-height: 38px;
      margin: auto;
      text-align: center; }
      .cmsPage .widgetBox[data-type=banner] .buttonOverlay span, #homePageNews .widgetBox[data-type=banner] .buttonOverlay span {
        line-height: 16px;
        height: 38px;
        display: inline-block; }
    .cmsPage .widgetBox[data-type=banner]:hover .buttonOverlay, #homePageNews .widgetBox[data-type=banner]:hover .buttonOverlay {
      opacity: 1; }
    .cmsPage .widgetBox[data-type=banner] .subscriptionInfo, #homePageNews .widgetBox[data-type=banner] .subscriptionInfo {
      display: none; }
    .cmsPage .widgetBox[data-type=banner].locked, #homePageNews .widgetBox[data-type=banner].locked {
      /*cursor: not-allowed;*/ }
      .cmsPage .widgetBox[data-type=banner].locked .bg, #homePageNews .widgetBox[data-type=banner].locked .bg {
        -webkit-filter: grayscale(1);
        /* Old WebKit */
        filter: grayscale(1); }
      .cmsPage .widgetBox[data-type=banner].locked::after, #homePageNews .widgetBox[data-type=banner].locked::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.1;
        text-align: center;
        margin: auto;
        display: block;
        height: 100px;
        line-height: 100px;
        content: '\f023';
        font-family: FontAwesome;
        font-style: normal;
        font-size: 240px;
        font-weight: normal;
        text-decoration: inherit;
        color: black; }
      .cmsPage .widgetBox[data-type=banner].locked.subscriptionNeeded .subscriptionInfo, #homePageNews .widgetBox[data-type=banner].locked.subscriptionNeeded .subscriptionInfo {
        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;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        line-height: 0.8em;
        padding: 10px 20px;
        text-align: center;
        position: absolute;
        top: 70px;
        right: -70px;
        transform: rotate(35deg);
        -webkit-transform: rotate(35deg);
        background: red;
        color: white; }
      .cmsPage .widgetBox[data-type=banner].locked.subscriptionNeeded:hover .subscriptionInfo, #homePageNews .widgetBox[data-type=banner].locked.subscriptionNeeded:hover .subscriptionInfo {
        visibility: visible;
        opacity: 1; }
  .cmsPage .widgetBox[data-type=newsSeparate], .cmsPage .widgetBox[data-type=news], #homePageNews .widgetBox[data-type=newsSeparate], #homePageNews .widgetBox[data-type=news] {
    background: none;
    box-shadow: none;
    margin-bottom: 0; }
    .cmsPage .widgetBox[data-type=newsSeparate] .newsBox, .cmsPage .widgetBox[data-type=news] .newsBox, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox, #homePageNews .widgetBox[data-type=news] .newsBox {
      color: white; }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .center, .cmsPage .widgetBox[data-type=news] .newsBox .center, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .center, #homePageNews .widgetBox[data-type=news] .newsBox .center {
        text-align: center; }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .btn, .cmsPage .widgetBox[data-type=news] .newsBox .btn, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .btn, #homePageNews .widgetBox[data-type=news] .newsBox .btn {
        display: inline-block !important;
        margin: 10px;
        float: none !important; }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .padding, .cmsPage .widgetBox[data-type=news] .newsBox .padding, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .padding, #homePageNews .widgetBox[data-type=news] .newsBox .padding {
        padding: 20px 80px 40px; }
        @media screen and (min-width: 992px) and (max-width: 1259px), screen and (max-width: 659px) {
          .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .padding, .cmsPage .widgetBox[data-type=news] .newsBox .padding, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .padding, #homePageNews .widgetBox[data-type=news] .newsBox .padding {
            padding: 10px 40px 20px; } }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox h2, .cmsPage .widgetBox[data-type=news] .newsBox h2, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox h2, #homePageNews .widgetBox[data-type=news] .newsBox h2 {
        margin-top: 10px; }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox h4, .cmsPage .widgetBox[data-type=news] .newsBox h4, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox h4, #homePageNews .widgetBox[data-type=news] .newsBox h4 {
        margin-bottom: 0;
        padding: 0;
        font-size: 18px; }
        .cmsPage .widgetBox[data-type=newsSeparate] .newsBox h4::after, .cmsPage .widgetBox[data-type=news] .newsBox h4::after, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox h4::after, #homePageNews .widgetBox[data-type=news] .newsBox h4::after {
          content: none;
          display: none; }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .description, .cmsPage .widgetBox[data-type=news] .newsBox .description, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .description, #homePageNews .widgetBox[data-type=news] .newsBox .description {
        font-size: 16px; }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox a.absoluteLink, .cmsPage .widgetBox[data-type=news] .newsBox a.absoluteLink, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox a.absoluteLink, #homePageNews .widgetBox[data-type=news] .newsBox a.absoluteLink {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery, .cmsPage .widgetBox[data-type=news] .newsBox .gallery, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery, #homePageNews .widgetBox[data-type=news] .newsBox .gallery {
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
        overflow: hidden; }
        .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-1, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-1, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-1, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-1, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-2, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-2, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-2, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-2, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-3, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-3, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-3, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-3, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-4, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-4, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-4, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-4, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-5, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-5, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-5, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-5, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-6, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-6, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-6, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-6, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-7, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-7, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-7, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-7, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-8, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-8, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-8, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-8, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-9, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-9, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-9, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-9, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-10, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-10, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-10, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-10, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-11, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-11, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-11, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-11, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-12, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-12, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-12, .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-12, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-1, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-1, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-1, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-1, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-2, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-2, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-2, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-2, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-3, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-3, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-3, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-3, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-4, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-4, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-4, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-4, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-5, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-5, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-5, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-5, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-6, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-6, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-6, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-6, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-7, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-7, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-7, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-7, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-8, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-8, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-8, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-8, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-9, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-9, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-9, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-9, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-10, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-10, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-10, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-10, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-11, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-11, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-11, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-11, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-xs-12, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-sm-12, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-md-12, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .col-lg-12, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-1, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-1, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-1, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-1, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-2, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-2, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-2, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-2, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-3, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-3, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-3, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-3, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-4, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-4, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-4, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-4, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-5, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-5, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-5, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-5, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-6, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-6, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-6, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-6, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-7, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-7, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-7, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-7, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-8, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-8, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-8, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-8, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-9, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-9, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-9, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-9, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-10, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-10, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-10, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-10, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-11, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-11, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-11, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-11, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-xs-12, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-sm-12, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-md-12, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .col-lg-12, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-1, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-1, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-1, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-1, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-2, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-2, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-2, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-2, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-3, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-3, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-3, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-3, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-4, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-4, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-4, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-4, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-5, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-5, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-5, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-5, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-6, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-6, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-6, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-6, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-7, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-7, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-7, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-7, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-8, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-8, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-8, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-8, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-9, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-9, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-9, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-9, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-10, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-10, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-10, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-10, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-11, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-11, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-11, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-11, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-xs-12, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-sm-12, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-md-12, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .col-lg-12 {
          padding-left: 10px;
          padding-right: 10px; }
        .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo {
          /*background: #F5F5F5;*/
          display: none;
          margin-bottom: 20px; }
          .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo > div, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo > div, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo > div, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo > div {
            overflow: hidden; }
            .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo > div .content, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo > div .content, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo > div .content, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo > div .content {
              transition: 0.3s ease 0s;
              -webkit-transition: 0.3s ease 0s;
              -ms-transition: 0.3s ease 0s;
              -o-transition: 0.3s ease 0s;
              -moz-transition: 0.3s ease 0s;
              -khtml-transition: 0.3s ease 0s; }
            .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo > div:hover .content, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo > div:hover .content, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo > div:hover .content, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo > div:hover .content {
              transform: scale(1.1);
              -webkit-transform: scale(1.1); }
          .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo .content, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo .content, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo .content, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo .content {
            background-size: cover;
            background-position: center top;
            background-repeat: no-repeat; }
          .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(1), .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(2), .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(3), .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(4), .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(5), .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(6), .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(7), .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(8), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(1), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(2), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(3), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(4), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(5), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(6), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(7), .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(8), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(1), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(2), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(3), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(4), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(5), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(6), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(7), #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo:nth-child(8), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(1), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(2), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(3), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(4), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(5), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(6), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(7), #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo:nth-child(8) {
            display: block; }
          .cmsPage .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo a, .cmsPage .widgetBox[data-type=news] .newsBox .gallery .photo a, #homePageNews .widgetBox[data-type=newsSeparate] .newsBox .gallery .photo a, #homePageNews .widgetBox[data-type=news] .newsBox .gallery .photo a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
  .cmsPage .widgetBox[data-type=locationMap], .cmsPage .widgetBox[data-type=gmap], .cmsPage .widgetBox[data-type=aSlider], #homePageNews .widgetBox[data-type=locationMap], #homePageNews .widgetBox[data-type=gmap], #homePageNews .widgetBox[data-type=aSlider] {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0; }
    .cmsPage .widgetBox[data-type=locationMap]:first-child, .cmsPage .widgetBox[data-type=gmap]:first-child, .cmsPage .widgetBox[data-type=aSlider]:first-child, #homePageNews .widgetBox[data-type=locationMap]:first-child, #homePageNews .widgetBox[data-type=gmap]:first-child, #homePageNews .widgetBox[data-type=aSlider]:first-child {
      margin-top: 0; }
    .cmsPage .widgetBox[data-type=locationMap]:last-child, .cmsPage .widgetBox[data-type=gmap]:last-child, .cmsPage .widgetBox[data-type=aSlider]:last-child, #homePageNews .widgetBox[data-type=locationMap]:last-child, #homePageNews .widgetBox[data-type=gmap]:last-child, #homePageNews .widgetBox[data-type=aSlider]:last-child {
      margin-bottom: 0; }
  .cmsPage .widgetBox .textWidget, #homePageNews .widgetBox .textWidget {
    /*border-bottom: 3px solid mix(#101010, #F5F5F5, 75%);*/ }
    .cmsPage .widgetBox .textWidget *:first-child, #homePageNews .widgetBox .textWidget *:first-child {
      margin-top: 0; }
    .cmsPage .widgetBox .textWidget *:last-child, #homePageNews .widgetBox .textWidget *:last-child {
      margin-bottom: 0; }
  .cmsPage .widgetBox[data-type=photo] img, #homePageNews .widgetBox[data-type=photo] img {
    max-width: 100%; }
  .cmsPage .widgetBox[data-type=youtube], #homePageNews .widgetBox[data-type=youtube] {
    position: relative; }
    .cmsPage .widgetBox[data-type=youtube] .dummy, #homePageNews .widgetBox[data-type=youtube] .dummy {
      padding-top: 50%; }
    .cmsPage .widgetBox[data-type=youtube] iframe, #homePageNews .widgetBox[data-type=youtube] iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .cmsPage .widgetBox[data-type=gmap] iframe, #homePageNews .widgetBox[data-type=gmap] iframe {
    width: 100%; }
    @media screen and (max-width: 991px) {
      .cmsPage .widgetBox[data-type=gmap] iframe, #homePageNews .widgetBox[data-type=gmap] iframe {
        height: 200px; } }
  .cmsPage .widgetBox a.zoomImg, .cmsPage .widgetBox .newsMainPhoto, #homePageNews .widgetBox a.zoomImg, #homePageNews .widgetBox .newsMainPhoto {
    display: block;
    position: relative;
    overflow: hidden; }
    .cmsPage .widgetBox a.zoomImg.newsMainPhoto, .cmsPage .widgetBox .newsMainPhoto.newsMainPhoto, #homePageNews .widgetBox a.zoomImg.newsMainPhoto, #homePageNews .widgetBox .newsMainPhoto.newsMainPhoto {
      margin-bottom: 10px;
      margin-top: 10px;
      position: relative; }
      .cmsPage .widgetBox a.zoomImg.newsMainPhoto::after, .cmsPage .widgetBox .newsMainPhoto.newsMainPhoto::after, #homePageNews .widgetBox a.zoomImg.newsMainPhoto::after, #homePageNews .widgetBox .newsMainPhoto.newsMainPhoto::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 45px 36px 45px;
        border-color: transparent transparent #172846 transparent; }
    .cmsPage .widgetBox a.zoomImg .bg, .cmsPage .widgetBox .newsMainPhoto .bg, #homePageNews .widgetBox a.zoomImg .bg, #homePageNews .widgetBox .newsMainPhoto .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;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      display: block; }
    .cmsPage .widgetBox a.zoomImg.zoomImg:hover .bg, .cmsPage .widgetBox a.zoomImg.zoomImg:focus .bg, .cmsPage .widgetBox a.zoomImg.zoomImg:active .bg, .cmsPage .widgetBox a.zoomImg.zoomImg.hover .bg, .cmsPage .widgetBox .newsMainPhoto.zoomImg:hover .bg, .cmsPage .widgetBox .newsMainPhoto.zoomImg:focus .bg, .cmsPage .widgetBox .newsMainPhoto.zoomImg:active .bg, .cmsPage .widgetBox .newsMainPhoto.zoomImg.hover .bg, #homePageNews .widgetBox a.zoomImg.zoomImg:hover .bg, #homePageNews .widgetBox a.zoomImg.zoomImg:focus .bg, #homePageNews .widgetBox a.zoomImg.zoomImg:active .bg, #homePageNews .widgetBox a.zoomImg.zoomImg.hover .bg, #homePageNews .widgetBox .newsMainPhoto.zoomImg:hover .bg, #homePageNews .widgetBox .newsMainPhoto.zoomImg:focus .bg, #homePageNews .widgetBox .newsMainPhoto.zoomImg:active .bg, #homePageNews .widgetBox .newsMainPhoto.zoomImg.hover .bg {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .cmsPage .widgetBox a.zoomImg img, .cmsPage .widgetBox .newsMainPhoto img, #homePageNews .widgetBox a.zoomImg img, #homePageNews .widgetBox .newsMainPhoto img {
      visibility: hidden;
      width: 100%; }
.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: 900;
    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; } }
.cmsPage.fullWidth, #homePageNews.fullWidth {
  /*        div.widgetBox[data-type=locationMap]{
              margin-left: -20px;
              margin-right: -20px;
              margin-top: -40px;
              margin-bottom: 0;
          }
          #tilesList{
              overflow: hidden;
              margin-top: -40px;
              margin-bottom: -42px;
              @media screen and (max-width: 767px){
                  margin-bottom: -22px;
              }
              margin-left: -20px;
              margin-right: -20px;
          }*/ }

.lockRatio {
  position: relative; }
  .lockRatio.lockRatio50 .dummy {
    padding-top: 50%; }
  .lockRatio.lockRatio30 .dummy {
    padding-top: 30%; }
  .lockRatio.lockRatio66 .dummy {
    padding-top: 66%; }
  .lockRatio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 1199px) and (min-width: 361px) {
    .lockRatio.locationMap {
      padding-top: 50%; } }
  @media screen and (max-width: 360px) {
    .lockRatio.locationMap {
      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: 9999;
  top: 0;
  left: 0;
  right: 0; }
  .pace .pace-progress {
    background: #F2B927;
    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 {
  color: white;
  padding: 100px 0;
  min-height: calc(100vh - 194px);
  text-align: center; }
  #errorPage h2::after {
    left: 0;
    right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.btn {
  border-radius: 0;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s;
  color: #2B2B2B;
  line-height: 16px;
  font-size: 16px;
  padding: 10px 20px;
  background: #F1B926;
  border-color: #F1B926 !important; }
  .btn:hover, .btn:focus {
    color: #2B2B2B;
    background: #d8a622; }
  .btn.btn-dark {
    color: #F1B926;
    background: #2B2B2B;
    border-color: #2B2B2B !important; }
    .btn.btn-dark:hover, .btn.btn-dark:focus {
      color: #F1B926;
      background: #262626; }

.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: normal; }
  .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: normal;
      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; }

#top #topBar {
  line-height: 25px; }
  #top #topBar .search input[type=text] {
    height: 25px;
    margin-right: 5px; }
  #top #topBar .search button {
    height: 25px;
    line-height: 25px; }
    #top #topBar .search button i.fa {
      position: relative;
      top: -1px; }

#topBar3 {
  display: none; }

@media screen and (max-width: 1199px) {
  #top {
    position: static; }
    #top #topBar2 {
      display: none; }
    #top #topBar3 {
      display: block;
      position: relative; }
      #top #topBar3 #logo2 {
        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: 74px;
        line-height: 74px;
        float: left;
        max-width: 60%;
        display: block;
        vertical-align: middle;
        /*margin-top: 7.5px;*/
        /*        &:hover{
                    opacity: 0.5;
                }*/ }
        #top #topBar3 #logo2 span {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        #top #topBar3 #logo2 img {
          vertical-align: middle;
          /*float: left;*/
          max-width: 100%;
          width: 226px;
          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: auto !important; } }
        @media screen and (max-width: 1199px) and (max-width: 499px) {
          #top #topBar3 #logo2 img {
            width: 160px; } }
@media screen and (max-width: 1199px) {
      #top #topBar3 #topMenuRwd {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        width: 300px;
        right: -320px;
        position: absolute;
        top: 100%;
        z-index: 100;
        background: #FFFFFF;
        padding: 0;
        margin: 0; }
        #top #topBar3 #topMenuRwd li {
          display: block; }
          #top #topBar3 #topMenuRwd li a {
            color: #2b2b2b;
            height: 50px;
            display: block;
            display: flex;
            -webkit-display: flex;
            display: -webkit-flex;
            justify-content: center;
            -webkit-justify-content: center;
            text-align: center;
            align-items: center;
            -webkit-align-items: center; }
            #top #topBar3 #topMenuRwd li a:hover {
              color: #F2B927; }
        #top #topBar3 #topMenuRwd.menuOpen {
          right: 0; }
        #top #topBar3 #topMenuRwd .subMenu {
          display: none !important; }
      #top #topBar3 .menuButton {
        float: right; }
        #top #topBar3 .menuButton 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;
          font-size: 28px;
          cursor: pointer;
          height: 74px;
          line-height: 74px; }
        #top #topBar3 .menuButton.menuOpen i.fa {
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          color: #F2B927; }

  body {
    padding: 0 !important; } }
.sliderPosition {
  position: relative; }
  .sliderPosition .dummy {
    padding-top: 43%; }
  .sliderPosition .sliderPager {
    z-index: 100;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 10px; }
    .sliderPosition .sliderPager a {
      transition: opacity 0.3s ease 0s;
      -webkit-transition: opacity 0.3s ease 0s;
      -ms-transition: opacity 0.3s ease 0s;
      -o-transition: opacity 0.3s ease 0s;
      -moz-transition: opacity 0.3s ease 0s;
      -khtml-transition: opacity 0.3s ease 0s;
      font-size: 0;
      color: transparent;
      width: 18px;
      height: 18px;
      display: inline-block;
      border-radius: 20px;
      background: white;
      margin: 5px;
      opacity: 0.55; }
      .sliderPosition .sliderPager a:hover, .sliderPosition .sliderPager a.activeSlide {
        opacity: 0.85; }
    @media screen and (max-width: 443px) {
      .sliderPosition .sliderPager {
        display: none;
        padding: 0 20px 5px; }
        .sliderPosition .sliderPager a {
          margin: 0 5px;
          width: 12px;
          height: 12px; } }

.slider {
  background: #101010;
  width: 100% !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }
  .slider > div {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    /*background-attachment: fixed;*/
    background-size: 120%;
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 1199px) {
      .slider > div {
        background-attachment: initial;
        background-size: 100% auto;
        background-position: center top !important; } }
    .slider > div:first-child {
      display: block; }
    .slider > div .text {
      position: absolute;
      left: 80px;
      right: 80px;
      bottom: 130px;
      opacity: 0.9;
      color: white; }
      .slider > div .text .text1 {
        text-transform: uppercase;
        transition: 1s ease 0s;
        -webkit-transition: 1s ease 0s;
        -ms-transition: 1s ease 0s;
        -o-transition: 1s ease 0s;
        -moz-transition: 1s ease 0s;
        -khtml-transition: 1s ease 0s;
        font-size: 58px;
        font-weight: 900;
        line-height: 1em;
        text-shadow: 0 3px 2px rgba(0, 0, 0, 0.7);
        position: relative; }
      .slider > div .text .text2, .slider > div .text .text3 {
        transition: 1s ease 0s;
        -webkit-transition: 1s ease 0s;
        -ms-transition: 1s ease 0s;
        -o-transition: 1s ease 0s;
        -moz-transition: 1s ease 0s;
        -khtml-transition: 1s ease 0s;
        font-size: 32px;
        line-height: 1.1em;
        font-weight: regular;
        text-shadow: 0 3px 2px rgba(0, 0, 0, 0.7); }
      .slider > div .text a {
        transition: bottom 1s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
        -webkit-transition: bottom 1s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
        -ms-transition: bottom 1s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
        -o-transition: bottom 1s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
        -moz-transition: bottom 1s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
        -khtml-transition: bottom 1s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
        margin-top: 40px;
        font-size: 16px;
        width: 200px;
        text-align: center;
        color: white;
        height: 50px;
        line-height: 46px;
        border: 2px solid white;
        display: block; }
        .slider > div .text a:hover {
          background: white;
          color: black; }
      .slider > div .text .text1 {
        position: relative;
        left: -1000px; }
      .slider > div .text .text2 {
        position: relative;
        right: -2000px; }
      .slider > div .text .text3 {
        position: relative;
        left: -1000px; }
      .slider > div .text a {
        position: relative;
        bottom: -1000px; }
    .slider > div.current .text .text1 {
      left: 0; }
    .slider > div.current .text .text2 {
      right: 0; }
    .slider > div.current .text .text3 {
      left: 0; }
    .slider > div.current .text a {
      bottom: 0; }
  @media screen and (max-width: 1199px) {
    .slider > div .text {
      bottom: 60px;
      left: 40px;
      right: 40px; }
      .slider > div .text .text1 {
        font-size: 62px; }
      .slider > div .text .text2, .slider > div .text .text3 {
        font-size: 24px; }
      .slider > div .text a {
        height: 40px;
        margin-top: 20px;
        line-height: 36px;
        width: 150px; } }
  @media screen and (max-width: 749px) {
    .slider > div .text {
      bottom: 40px;
      left: 20px;
      right: 20px; }
      .slider > div .text .text1 {
        font-size: 42px; }
      .slider > div .text .text2, .slider > div .text .text3 {
        font-size: 18px; }
      .slider > div .text a {
        height: 35px;
        margin-top: 10px;
        line-height: 31px;
        width: 130px; } }
  @media screen and (max-width: 549px) {
    .slider > div .text {
      /*bottom: 40px;*/
      left: 10px;
      right: 10px; }
      .slider > div .text .text1 {
        font-size: 28px; }
      .slider > div .text .text2, .slider > div .text .text3 {
        font-size: 16px; }
      .slider > div .text a {
        height: 30px;
        margin-top: 10px;
        line-height: 26px;
        width: 110px; } }
  @media screen and (max-width: 443px) {
    .slider > div .text {
      bottom: 10px;
      left: 10px;
      right: 10px; }
      .slider > div .text .text1 {
        font-size: 18px; }
      .slider > div .text .text2, .slider > div .text .text3 {
        font-size: 14px; }
      .slider > div .text a {
        height: 25px;
        margin-top: 3px;
        line-height: 21px;
        width: 110px; } }

.brandDetails, .productDetails {
  background: white;
  overflow: hidden; }
  .brandDetails .photo, .productDetails .photo {
    height: 700px;
    float: left;
    width: 50%;
    background-position: center center;
    background-size: cover; }
  .brandDetails.productDetails .photo, .productDetails.productDetails .photo {
    float: none;
    width: auto;
    text-align: center;
    height: auto;
    position: relative;
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat; }
    .brandDetails.productDetails .photo img, .productDetails.productDetails .photo img {
      max-width: 100%;
      max-height: 570px; }
    .brandDetails.productDetails .photo a.absoluteLink, .productDetails.productDetails .photo a.absoluteLink {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
  .brandDetails .nameBar, .productDetails .nameBar {
    flex: 1 1 80px;
    -webkit-flex: 1 1 80px;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 8px 40px;
    font-weight: normal;
    line-height: 20px;
    color: #101010;
    vertical-align: middle; }
    .brandDetails .nameBar .name, .productDetails .nameBar .name {
      padding: 10px 0;
      height: 40px;
      vertical-align: middle;
      float: left;
      text-transform: uppercase;
      font-size: 26px;
      font-weight: bold; }
      @media screen and (max-width: 1024px) {
        .brandDetails .nameBar .name, .productDetails .nameBar .name {
          height: auto; } }
    .brandDetails .nameBar .logo, .productDetails .nameBar .logo {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      vertical-align: middle;
      float: right;
      height: 40px;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; }
      .brandDetails .nameBar .logo a, .productDetails .nameBar .logo 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; }
        .brandDetails .nameBar .logo a:hover, .productDetails .nameBar .logo a:hover {
          opacity: 0.7; }
      .brandDetails .nameBar .logo img, .productDetails .nameBar .logo img {
        vertical-align: middle;
        max-height: 40px;
        /*max-height: 100%;*/ }
    .brandDetails .nameBar.rwd, .productDetails .nameBar.rwd {
      display: none; }
      @media screen and (max-width: 1024px) {
        .brandDetails .nameBar.rwd, .productDetails .nameBar.rwd {
          display: block; } }
    @media screen and (max-width: 1024px) {
      .brandDetails .nameBar.noRwd, .productDetails .nameBar.noRwd {
        display: none !important;
        display: -webkit-none !important;
        -webkit-display: none !important; } }
    @media screen and (max-width: 1024px) {
      .brandDetails .nameBar, .productDetails .nameBar {
        display: block;
        flex: none;
        -webkit-flex: none;
        overflow: hidden;
        text-align: center; }
        .brandDetails .nameBar .name, .brandDetails .nameBar .logo, .productDetails .nameBar .name, .productDetails .nameBar .logo {
          float: none;
          text-align: center;
          justify-content: center;
          -webkit-justify-content: center; } }
  .brandDetails .text, .productDetails .text {
    max-height: 700px;
    float: right;
    width: 50%;
    flex-flow: column;
    -webkit-flex-flow: column; }
    @media screen and (min-width: 1025px) {
      .brandDetails .text, .productDetails .text {
        display: flex;
        display: -webkit-flex;
        overflow-y: auto; } }
    @media screen and (max-width: 1024px) {
      .brandDetails .text, .productDetails .text {
        display: block;
        flex: none;
        -webkit-flex: none; } }
    .brandDetails .text .portlet, .brandDetails .text .portlet-content, .productDetails .text .portlet, .productDetails .text .portlet-content {
      width: 100%;
      display: -webkit-flex;
      -webkit-flex: 0 0 auto;
      flex-direction: column;
      -webkit-flex-direction: column; }
    .brandDetails .text .breadCrumbs, .brandDetails .text .nameBar, .brandDetails .text .switcherMenu, .productDetails .text .breadCrumbs, .productDetails .text .nameBar, .productDetails .text .switcherMenu {
      flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      -webkit-box-sizing: content-box; }
      @media screen and (max-width: 1024px) {
        .brandDetails .text .breadCrumbs, .brandDetails .text .nameBar, .brandDetails .text .switcherMenu, .productDetails .text .breadCrumbs, .productDetails .text .nameBar, .productDetails .text .switcherMenu {
          display: block;
          flex: none;
          -webkit-flex: none;
          height: auto;
          overflow: hidden; } }
    .brandDetails .text .switcherSections, .productDetails .text .switcherSections {
      display: -webkit-flex;
      display: flex;
      flex: 1 1 auto;
      -webkit-display: flex;
      -webkit-flex: 1 1 auto;
      overflow-y: auto;
      background: white; }
      @media screen and (max-width: 1024px) {
        .brandDetails .text .switcherSections, .productDetails .text .switcherSections {
          display: block;
          flex: none;
          -wekkit-flex: none;
          overflow: hidden; } }
      .brandDetails .text .switcherSections p img, .brandDetails .text .switcherSections [data-section=description] img, .brandDetails .text .switcherSections [data-section=longDesc] img, .productDetails .text .switcherSections p img, .productDetails .text .switcherSections [data-section=description] img, .productDetails .text .switcherSections [data-section=longDesc] img {
        max-width: 100%;
        height: auto !important; }
      .brandDetails .text .switcherSections .section, .productDetails .text .switcherSections .section {
        display: none;
        background: white;
        height: 100%;
        padding: 30px 40px;
        width: 100%; }
        .brandDetails .text .switcherSections .section:first-child, .productDetails .text .switcherSections .section:first-child {
          display: block; }
        .brandDetails .text .switcherSections .section[data-section=ytVideos] .lockRatio, .productDetails .text .switcherSections .section[data-section=ytVideos] .lockRatio {
          width: 100%;
          max-width: 500px;
          margin: 0 auto 20px; }
          .brandDetails .text .switcherSections .section[data-section=ytVideos] .lockRatio:last-child, .productDetails .text .switcherSections .section[data-section=ytVideos] .lockRatio:last-child {
            margin-bottom: 30px; }
          .brandDetails .text .switcherSections .section[data-section=ytVideos] .lockRatio iframe, .productDetails .text .switcherSections .section[data-section=ytVideos] .lockRatio iframe {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 100%;
            height: 100%; }
        .brandDetails .text .switcherSections .section[data-section=downloads], .brandDetails .text .switcherSections .section[data-section=parameters], .brandDetails .text .switcherSections .section[data-section=awardsReviews], .productDetails .text .switcherSections .section[data-section=downloads], .productDetails .text .switcherSections .section[data-section=parameters], .productDetails .text .switcherSections .section[data-section=awardsReviews] {
          padding: 0; }
        .brandDetails .text .switcherSections .section[data-section=parameters] table, .productDetails .text .switcherSections .section[data-section=parameters] table {
          width: 100%;
          table-layout: fixed;
          font-size: 14px;
          font-weight: normal; }
          .brandDetails .text .switcherSections .section[data-section=parameters] table td, .productDetails .text .switcherSections .section[data-section=parameters] table td {
            width: 50%;
            padding: 5px 40px;
            color: #101010; }
            @media screen and (max-width: 499px) {
              .brandDetails .text .switcherSections .section[data-section=parameters] table td, .productDetails .text .switcherSections .section[data-section=parameters] table td {
                padding: 5px 20px; } }
          .brandDetails .text .switcherSections .section[data-section=parameters] table tr:nth-child(2n), .productDetails .text .switcherSections .section[data-section=parameters] table tr:nth-child(2n) {
            background: #F5F5F5; }
          .brandDetails .text .switcherSections .section[data-section=parameters] table thead tr, .productDetails .text .switcherSections .section[data-section=parameters] table thead tr {
            background: #E0e0e0;
            font-weight: bold; }
            .brandDetails .text .switcherSections .section[data-section=parameters] table thead tr td, .productDetails .text .switcherSections .section[data-section=parameters] table thead tr td {
              width: 100%; }
  @media screen and (max-width: 1024px) {
    .brandDetails .photo, .brandDetails .text, .productDetails .photo, .productDetails .text {
      width: auto;
      float: none; }
    .brandDetails .photo, .productDetails .photo {
      height: auto; }
      .brandDetails .photo .dummy, .productDetails .photo .dummy {
        padding-top: 50%; }
    .brandDetails .text, .productDetails .text {
      height: auto; }
      .brandDetails .text .switcherSections, .productDetails .text .switcherSections {
        overflow: hidden; }
        .brandDetails .text .switcherSections .section, .productDetails .text .switcherSections .section {
          overflow-y: scroll;
          max-height: 600px;
          max-height: 80vh; }
        .brandDetails .text .switcherSections .section[data-section=longDesc] img, .productDetails .text .switcherSections .section[data-section=longDesc] img {
          max-width: 100%; } }
  @media screen and (max-width: 499px) {
    .brandDetails .text .nameBar .name, .brandDetails .text .nameBar .logo, .productDetails .text .nameBar .name, .productDetails .text .nameBar .logo {
      float: none;
      text-align: center; }
    .brandDetails .text .nameBar .name, .productDetails .text .nameBar .name {
      margin-bottom: 10px; } }

.breadCrumbs {
  /*height: 80px;*/
  background: #EBEBEB;
  padding: 12px 40px;
  font-weight: normal;
  overflow: hidden;
  /*line-height: 20px;*/ }
  .breadCrumbs span.separator {
    color: #000000;
    font-size: 18px;
    position: relative;
    margin: 0 15px;
    top: 1px;
    cursor: default; }
  .breadCrumbs a, .breadCrumbs span.element {
    text-transform: uppercase;
    font-size: 14px;
    color: #8D8D8D; }
    .breadCrumbs a:first-child, .breadCrumbs span.element:first-child {
      font-size: 24px; }
    .breadCrumbs a i.fa, .breadCrumbs span.element i.fa {
      position: relative;
      top: 2px; }
  .breadCrumbs 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; }
    .breadCrumbs a:hover {
      color: black; }
  .breadCrumbs span.element {
    cursor: default; }

.switcherMenu {
  padding: 15px 40px;
  background: #EBEBEB; }
  .switcherMenu > span {
    vertical-align: middle;
    display: inline-block;
    border: 2px solid transparent;
    position: relative;
    z-index: 0; }
    .switcherMenu > span > span {
      background: #EBEBEB;
      display: -webkit-flex;
      display: flex;
      cursor: pointer;
      line-height: 16px;
      height: 40px;
      align-items: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      font-size: 14px;
      padding: 0 18px;
      text-transform: uppercase;
      z-index: 2;
      position: relative; }
    .switcherMenu > span::after, .switcherMenu > span::before {
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s;
      position: absolute;
      left: -2px;
      right: -2px;
      bottom: -2px;
      top: -2px;
      margin: auto;
      display: block;
      background: #646464;
      content: '';
      z-index: 0; }
    .switcherMenu > span::after {
      width: 0; }
    .switcherMenu > span::before {
      height: 0; }
    .switcherMenu > span:hover::before, .switcherMenu > span:hover::after, .switcherMenu > span.current::before, .switcherMenu > span.current::after {
      width: auto;
      height: auto;
      width: calc(100% + 4px);
      height: calc(100% + 4px); }
  @media screen and (max-width: 899px) {
    .switcherMenu {
      text-align: center; } }

#categoriesListWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow: hidden;
  flex-direction: column;
  -webkit-flex-direction: column; }
  @media screen and (max-width: 1199px) {
    #categoriesListWrap {
      display: none !important; } }
  #categoriesListWrap > div {
    position: relative;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    overflow-y: auto;
    padding: 30px;
    /*overflow-x: hidden;*/
    margin: 130px 150px 20px;
    background: rgba(0, 0, 0, 0.85); }
    @media screen and (max-width: 1579px) {
      #categoriesListWrap > div {
        margin: 130px 50px 20px; } }
    #categoriesListWrap > div > div {
      padding-bottom: 30px;
      padding-top: 20px;
      flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      overflow-y: auto;
      column-count: 5 !important;
      -moz-column-count: 5 !important;
      -webkit-column-count: 5 !important;
      columns: 5 !important;
      -moz-columns: 5 !important;
      -webkit-columns: 5 !important; }
      @media screen and (max-width: 1379px) and (min-width: 1200px) {
        #categoriesListWrap > div > div {
          column-count: 4 !important;
          -moz-column-count: 4 !important;
          -webkit-column-count: 4 !important;
          columns: 4 !important;
          -moz-columns: 4 !important;
          -webkit-columns: 4 !important; } }
      #categoriesListWrap > div > div a {
        color: white;
        display: block; }
      #categoriesListWrap > div > div .category {
        page-break-inside: avoid !important;
        display: inline-block;
        width: 100%;
        padding: 0 30px; }
        #categoriesListWrap > div > div .category > a {
          margin-bottom: 5px;
          font-weight: bold;
          font-size: 14px;
          text-transform: uppercase; }
        #categoriesListWrap > div > div .category .submenu {
          page-break-inside: avoid !important;
          padding-left: 15px; }
          #categoriesListWrap > div > div .category .submenu a {
            font-size: 14px;
            margin-bottom: 5px; }
    #categoriesListWrap > div #closeCategories {
      position: absolute;
      top: 10px;
      right: 20px;
      color: white;
      cursor: pointer;
      font-size: 24px; }

.description, .description *, .section[data-section=longDesc], .section[data-section=longDesc] *, .section[data-section=description], .section[data-section=description] * {
  font-size: 16px !important;
  font-family: "Hind", Arial, sans-serif; }

#cookies-message {
  font-size: 13px;
  border-top: 3px solid #F1B926;
  background: #2B2B2B;
  color: white; }

#accept-cookies-checkbox {
  /*display: block;*/
  margin-left: 10px;
  width: 100px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  padding: 7px 10px;
  background: #F1B926;
  color: #000;
  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: #000;
    color: #F1B926; }

#content > .portlet > .portlet-content > .breadCrumbs {
  background: #F5F5F5; }

/**{
    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: normal; }
      .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: normal; }
    .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.1);
        -webkit-transform: scale(1.1); }
.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; }

.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: -40px -20px;
  height: 350px;
  /*height: 300px;*/
  /*background-size: auto 650px;*/
  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: #444444;
  font-size: 36px;
  text-align: center;
  background: #FDD325;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  /*    &::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 {
  background: #2B2B2B;
  padding: 30px 0;
  color: #fff;
  overflow: hidden; }
  #footer a {
    color: #fff; }
  #footer .credits {
    margin-top: 38px;
    display: inline-block; }
  #footer #footerLogo img {
    max-width: 100%; }
  #footer #footerMenu {
    width: 100%;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    line-height: 17px;
    columns: 5 !important;
    -moz-columns: 5 !important;
    -ms-columns: 5 !important;
    -o-columns: 5 !important;
    -webkit-columns: 5 !important; }
    #footer #footerMenu img {
      max-width: 100%; }
    @media screen and (max-width: 1189px) and (min-width: 950px) {
      #footer #footerMenu {
        columns: 4 !important;
        -moz-columns: 4 !important;
        -ms-columns: 4 !important;
        -o-columns: 4 !important;
        -webkit-columns: 4 !important; } }
    @media screen and (max-width: 949px) and (min-width: 730px) {
      #footer #footerMenu {
        columns: 3 !important;
        -moz-columns: 3 !important;
        -ms-columns: 3 !important;
        -o-columns: 3 !important;
        -webkit-columns: 3 !important; } }
    @media screen and (max-width: 729px) and (min-width: 490px) {
      #footer #footerMenu {
        columns: 2 !important;
        -moz-columns: 2 !important;
        -ms-columns: 2 !important;
        -o-columns: 2 !important;
        -webkit-columns: 2 !important; } }
    @media screen and (max-width: 489px) {
      #footer #footerMenu {
        columns: 1 !important;
        -moz-columns: 1 !important;
        -ms-columns: 1 !important;
        -o-columns: 1 !important;
        -webkit-columns: 1 !important;
        text-align: center; } }
    #footer #footerMenu > * {
      display: block;
      padding: 0 25px; }
    #footer #footerMenu a {
      color: #FFFFFF; }
    #footer #footerMenu .subMenu {
      padding: 0;
      text-transform: none;
      color: #C8C8C8; }
      #footer #footerMenu .subMenu a {
        color: #C8C8C8; }
    #footer #footerMenu > div {
      float: none;
      padding-bottom: 16px;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      -o-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      @media screen and (min-width: 730px) {
        #footer #footerMenu > div:first-child {
          break-after: always;
          column-break-after: always;
          page-break-after: always;
          -webkit-column-break-after: always;
          -moz-column-break-after: always;
          -moz-page-break-after: always;
          -ms-column-break-after: always;
          -o-column-break-after: always; } }
      #footer #footerMenu > div.contact > div {
        padding-bottom: 5px; }
    #footer #footerMenu div {
      display: block; }
      #footer #footerMenu div a span {
        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; }
      #footer #footerMenu div a:hover span {
        color: #FDD325 !important; }

.list-view {
  padding: 0; }

#login-form, #change-pass-form, #register-form, #my-account-form {
  padding-top: 50px;
  width: 600px;
  margin: 0 auto;
  max-width: 100%; }
  #login-form#my-account-form, #change-pass-form#my-account-form, #register-form#my-account-form, #my-account-form#my-account-form {
    padding-top: 0; }
  #login-form .row, #change-pass-form .row, #register-form .row, #my-account-form .row {
    margin-bottom: 10px; }

.form-control:focus {
  border-color: #e3bd21;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(227, 189, 33, 0.6);
  outline: 0 none; }

.form-control {
  border: 1px solid #c5c5c5; }

.input-group-addon {
  background-color: #F1B926;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  color: #2B2B2B;
  font-size: 16px; }

#userWidget {
  margin-left: -8px;
  margin-right: -8px; }
  #userWidget input, #userWidget a, #userWidget .userBar {
    margin: 0 8px; }
  #userWidget form {
    display: inline-block; }
  #userWidget input[type=text], #userWidget input[type=password] {
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid #8C8C8C;
    box-shadow: none !important;
    height: 36px;
    line-height: 36px;
    width: 120px;
    color: #8C8C8C;
    font-size: 14px; }
  #userWidget .userBar {
    display: inline-block;
    color: white;
    vertical-align: middle; }
    #userWidget .userBar > div {
      line-height: 18px;
      height: 18px; }
      #userWidget .userBar > div.subscriptionInvalid {
        color: red; }
      #userWidget .userBar > div.subscriptionValid {
        color: green; }

.subscriptionInvalid {
  color: red; }

.subscriptionValid {
  color: green; }

.widgetBox .form textarea {
  resize: none; }
.widgetBox .form .row {
  margin-bottom: 10px; }
  .widgetBox .form .row.buttons {
    text-align: center; }

.exerciseAnswerForm {
  text-align: center; }
  .exerciseAnswerForm .input-group {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

span#answer {
  overflow: hidden;
  clear: both;
  display: block;
  padding-bottom: 15px; }

#cardUnlockAnimation {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease 1s;
  -webkit-transition: 0.5s ease 1s;
  -ms-transition: 0.5s ease 1s;
  -o-transition: 0.5s ease 1s;
  -moz-transition: 0.5s ease 1s;
  -khtml-transition: 0.5s ease 1s;
  z-index: 9999;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); }
  #cardUnlockAnimation > div {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    background: white;
    width: 800px;
    margin: 60px auto;
    padding: 20px;
    max-width: 100%;
    position: relative; }
    #cardUnlockAnimation > div .closeCard {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      color: black;
      font-size: 24px; }
    #cardUnlockAnimation > div .card {
      top: 0;
      left: 0;
      display: inline-block;
      border-radius: 10px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
      position: relative;
      transition: transform 0.7s ease 2s;
      -webkit-transition: transform 0.7s ease 2s;
      -ms-transition: transform 0.7s ease 2s;
      -o-transition: transform 0.7s ease 2s;
      -moz-transition: transform 0.7s ease 2s;
      -khtml-transition: transform 0.7s ease 2s;
      overflow: hidden;
      transform: scale(0) rotate(-360deg);
      -webkit-transform: scale(0) rotate(-360deg); }
      #cardUnlockAnimation > div .card img {
        max-width: 100%;
        max-height: 65vh; }
  #cardUnlockAnimation.closing > div .card {
    transition: transform 0.7s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s !important;
    -webkit-transition: transform 0.7s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s !important;
    -ms-transition: transform 0.7s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s !important;
    -o-transition: transform 0.7s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s !important;
    -moz-transition: transform 0.7s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s !important;
    -khtml-transition: transform 0.7s ease 0s, top 0.7s ease 0s, left 0.7s ease 0s !important;
    transform: scale(0.01) !important;
    -webkit-transform: scale(0.01) !important;
    top: 90vh;
    left: -70vw; }

body.ready #cardUnlockAnimation {
  visibility: visible;
  opacity: 1; }
  body.ready #cardUnlockAnimation > div .card {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0); }

#skillTreeIconContainer {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000; }
  #skillTreeIconContainer .lBar {
    display: block;
    position: absolute;
    bottom: -10px;
    border-radius: 2px;
    background: #2B2B2B;
    color: #F2B927;
    font-size: 12px;
    height: 18px;
    padding: 2px 4px;
    line-height: 14px;
    text-align: center;
    left: -10px;
    right: -10px; }
  #skillTreeIconContainer #skillTreeIcon {
    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: #FDD325;
    border-radius: 500px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 7px; }
    #skillTreeIconContainer #skillTreeIcon:hover {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), inset 1px 1px 2px rgba(0, 0, 0, 0.8); }
    #skillTreeIconContainer #skillTreeIcon 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;
      width: 100%; }
    #skillTreeIconContainer #skillTreeIcon::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;
      text-align: center;
      line-height: 100px;
      position: absolute;
      display: inline-block;
      content: "\f00d";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      visibility: hidden;
      opacity: 0;
      color: #2B2B2B;
      font-size: 28px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #skillTreeIconContainer #skillTreeIcon.closeBtn img {
      opacity: 0; }
    #skillTreeIconContainer #skillTreeIcon.closeBtn::after {
      visibility: visible;
      opacity: 1; }

#skillTree {
  background: white;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%; }
  #skillTree iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.fbLoginRow {
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 7px; }

body > div:nth-of-type(3) > div:nth-of-type(2) > div > div > div > div > div > fb\:login-button > span > iframe {
  visibility: visible !important; }

.cardsRow a {
  overflow: hidden;
  border-radius: 10px;
  display: inline-block; }

.subscriptions {
  text-align: center;
  margin: 0 -10px; }
  .subscriptions .subscription {
    padding: 20px;
    width: 20%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 1199px) and (min-width: 790px) {
      .subscriptions .subscription {
        width: 33.33%; } }
    @media screen and (max-width: 789px) and (min-width: 450px) {
      .subscriptions .subscription {
        width: 50%;
        padding: 10px; } }
    @media screen and (max-width: 449px) {
      .subscriptions .subscription {
        width: 100%;
        padding: 10px; } }
    .subscriptions .subscription > div > div, .subscriptions .subscription > div > div .absoluteLink, .subscriptions .subscription .promoLabel, .subscriptions .subscription .promoLabel .absoluteLink {
      background: #2B2B2B;
      color: white; }
    .subscriptions .subscription > div > div.yellow, .subscriptions .subscription > div > div.yellow .absoluteLink, .subscriptions .subscription .promoLabel.yellow, .subscriptions .subscription .promoLabel.yellow .absoluteLink {
      background: #FDD325 !important;
      color: black !important; }
    .subscriptions .subscription > div > div.black, .subscriptions .subscription > div > div.black .absoluteLink, .subscriptions .subscription .promoLabel.black, .subscriptions .subscription .promoLabel.black .absoluteLink {
      background: #000 !important;
      color: white !important; }
    .subscriptions .subscription > div > div.red, .subscriptions .subscription > div > div.red .absoluteLink, .subscriptions .subscription .promoLabel.red, .subscriptions .subscription .promoLabel.red .absoluteLink {
      background: darkred !important;
      color: white !important; }
    .subscriptions .subscription > div > div.blue, .subscriptions .subscription > div > div.blue .absoluteLink, .subscriptions .subscription .promoLabel.blue, .subscriptions .subscription .promoLabel.blue .absoluteLink {
      background: darkblue !important;
      color: white !important; }
    .subscriptions .subscription > div > div.green, .subscriptions .subscription > div > div.green .absoluteLink, .subscriptions .subscription .promoLabel.green, .subscriptions .subscription .promoLabel.green .absoluteLink {
      background: darkgreen !important;
      color: white !important; }
    .subscriptions .subscription > div > div.white, .subscriptions .subscription > div > div.white .absoluteLink, .subscriptions .subscription .promoLabel.white, .subscriptions .subscription .promoLabel.white .absoluteLink {
      background: #fff !important;
      color: black !important; }
    .subscriptions .subscription > div > 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;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border-radius: 3px;
      overflow: hidden;
      position: relative; }
      .subscriptions .subscription > div > div .name {
        margin: 0 10px;
        padding: 5px 0;
        border-bottom: 1px solid rgba(153, 153, 153, 0.3);
        font-size: 14px; }
      .subscriptions .subscription > div > div .days {
        padding: 20px 0;
        font-size: 48px; }
        .subscriptions .subscription > div > div .days small {
          opacity: 0.8;
          font-size: 28px; }
      .subscriptions .subscription > div > div .price {
        padding: 20px 0;
        font-size: 26px; }
        .subscriptions .subscription > div > div .price small {
          opacity: 0.8;
          font-size: 18px; }
          .subscriptions .subscription > div > div .price small.aday {
            font-size: 16px;
            opacity: 0.7; }
      .subscriptions .subscription > div > div .promoLabel {
        font-size: 12px;
        line-height: 12px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        position: absolute;
        right: -23%;
        top: 17%;
        transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        width: 75%;
        padding: 3px 10px; }
      .subscriptions .subscription > div > div .absoluteLink {
        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;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .subscriptions .subscription > div > div .absoluteLink span {
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s;
          position: absolute;
          display: block;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto !important;
          height: 32px;
          text-align: center;
          width: 90px;
          line-height: 24px;
          border-radius: 3px;
          padding: 4px 0;
          border: 1px solid rgba(153, 153, 153, 0.3);
          opacity: 0; }
    .subscriptions .subscription > div:hover > div {
      box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
      transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg); }
      .subscriptions .subscription > div:hover > div .absoluteLink {
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -moz-transition: none;
        -khtml-transition: none;
        opacity: 1;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg); }
        .subscriptions .subscription > div:hover > div .absoluteLink span {
          opacity: 1; }

.orderDetails {
  text-align: center;
  padding: 20px 0; }
  .orderDetails button {
    margin: 20px auto; }

.inputPromocode {
  max-width: 400px;
  margin: 0 auto;
  display: block; }
  .inputPromocode .btn {
    line-height: 12px; }

.passResetLink {
  text-align: right;
  margin-bottom: 5px; }
  .passResetLink a {
    color: inherit; }
    .passResetLink a:hover {
      text-decoration: underline; }
