@charset "UTF-8";
/* Page overlay */
#page-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  bottom: 0px;
  z-index: 1200;
  background: #000; }

/* Scroll to top */
div#totop {
  display: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  background-color: #212121;
  color: #fff;
  padding: 10px 0 6px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%; }
  div#totop a {
    display: inline-block;
    padding-left: 12px;
    -moz-background-size: 6px 6px;
    -o-background-size: 6px 6px;
    -webkit-background-size: 6px 6px;
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-image: url("/Content/img/totop.gif");
    background-position: left center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; }

a:hover, button:hover {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
  text-decoration: none; }

a:active, a:focus {
  outline: none;
  text-decoration: none; }

/* Page overlay */
#page-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  bottom: 0px;
  z-index: 1200;
  background: #fff; }

body {
  font-family: Roboto, sans-serif;
  overflow-x: hidden; }

h1 {
  font-size: 50px;
  font-weight: 300; }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px; } }

.t {
  display: table;
  height: 100%;
  width: 100%; }

.r {
  display: table-row; }

.c {
  display: table-cell;
  vertical-align: middle; }

.cover, .yt-cover {
  cursor: pointer; }

.uppercase {
  text-transform: uppercase; }

#newsletter {
  position: fixed;
  z-index: 10000;
  right: -210px;
  top: 85%;
  -webkit-transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: right 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  #newsletter.visible {
    right: 0; }

.newsletter-label {
  position: absolute;
  z-index: 5;
  right: 75px;
  margin-top: -11.75%;
  color: white;
  -webkit-transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .newsletter-label {
      margin-top: -22.25%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsletter-label {
      margin-top: -22.25%; } }
  .newsletter-label.visible {
    margin-right: 0; }

.abs-img {
  position: absolute; }

.rel-bg {
  position: relative;
  z-index: -1; }

.newsletter, #newsletter2 {
  position: absolute;
  z-index: 5;
  right: 0;
  margin-right: -210px;
  margin-top: -10%;
  background-color: #cbdd54;
  padding: 10px 15px 10px 80px;
  -webkit-transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-right 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .newsletter, #newsletter2 {
      margin-top: -20%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsletter, #newsletter2 {
      margin-top: -20%; } }
  .newsletter.visible, #newsletter2.visible {
    margin-right: 0; }
  .newsletter img, #newsletter2 img {
    position: absolute;
    bottom: 0;
    left: -40px;
    cursor: pointer; }
  .newsletter label, #newsletter2 label {
    display: initial;
    margin: 0; }
  .newsletter label::after, #newsletter2 label::after {
    content: "\e619";
    font-family: 'AGI-BAGI_icons';
    display: inline-block;
    position: absolute;
    background-color: #21ce9f;
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 15px;
    -webkit-transition: background-color 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: background-color 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 767px) {
      .newsletter label::after, #newsletter2 label::after {
        height: 41px;
        top: 82px;
        left: 82%; } }
  .newsletter input[type=submit], #newsletter2 input[type=submit] {
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: relative;
    opacity: 0; }
  .newsletter input[type=text], #newsletter2 input[type=text] {
    padding: 11px;
    border: none;
    font-size: 11px;
    font-weight: 300;
    margin-right: -4px;
    line-height: 18px; }
  .newsletter input[name="email"], #newsletter2 input[name="email"] {
    display: none; }
  .newsletter input[type=submit]:hover ~ label::after, #newsletter2 input[type=submit]:hover ~ label::after {
    background-color: #6de8c6; }
  .newsletter span, #newsletter2 span {
    line-height: 40px;
    display: block;
    color: white;
    text-align: center;
    min-width: 198px;
    font-weight: 600;
    font-size: 12px;
    width: 100%; }

.newsletter {
  position: relative;
  margin: auto; }
  .newsletter .newsletter-label {
    text-align: center; }

#newsletter2 {
  width: 100%;
  position: relative;
  right: 0;
  margin: 0;
  padding: 10px; }
  #newsletter2 form {
    text-align: center; }
  #newsletter2 input[type=text] {
    width: 75%; }
    @media (max-width: 767px) {
      #newsletter2 input[type=text] {
        width: 87%; } }
  #newsletter2::after {
    margin-top: -40px; }
  #newsletter2::after, #newsletter2 input[type=submit] {
    left: 82%;
    right: auto;
    position: absolute;
    top: auto; }
    @media (max-width: 767px) {
      #newsletter2::after, #newsletter2 input[type=submit] {
        left: 85%; } }
  #newsletter2 p {
    color: white;
    font-size: 16px;
    font-weight: 300; }
  @media (max-width: 767px) {
    #newsletter2 .newsletter-wrapper {
      text-align: left; } }

.socialbar {
  position: absolute;
  top: 300px;
  z-index: 5; }
  .socialbar a {
    width: 36px;
    height: 36px;
    display: block;
    color: white;
    font-size: 36px;
    line-height: 36px;
    text-align: center; }
  .socialbar .fb {
    background-color: #3a5b9c; }
    .socialbar .fb:hover {
      background-color: white;
      color: #3a5b9c; }
  .socialbar .vimeo {
    background-color: #d7d54e; }
    .socialbar .vimeo:hover {
      background-color: white;
      color: #d7d54e; }
  .socialbar .yt {
    background-color: #da2e34; }
    .socialbar .yt:hover {
      background-color: white;
      color: #da2e34; }
  .socialbar .insta {
    background-color: #5280a5; }
    .socialbar .insta:hover {
      background-color: white;
      color: #5280a5; }

#s_heroes {
  padding-top: 100px; }
  @media (min-width: 768px) {
    #s_heroes {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    #s_heroes .row {
      margin: 0; } }

.hero {
  width: 50%;
  float: left;
  height: 260px;
  z-index: 2;
  position: relative;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  /*
  &.img-left {
    .shorttext {
      padding-left: 10px;
      float:right;
    }
    .heroimg {
      float: left;
      img {
        float:left;
      }
    }
  }
  &.img-right {
    .shorttext {
      float: left;
    }
    .heroimg{
      float: right;
      padding: 0 0 0 20px;
      img {
        float: right;
      }
    }
  }

  */ }
  @media (max-width: 767px) {
    .hero {
      width: 100%;
      height: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero {
      height: 165px; } }
  .hero .heroimg img {
    position: relative;
    -webkit-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 767px) {
      .hero .heroimg img {
        height: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero .heroimg img {
        height: 167px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hero .heroimg img {
        margin-right: -30px;
        margin-left: -30px; } }
  .hero.overflowed {
    overflow: visible; }
    @media (max-width: 767px) {
      .hero.overflowed {
        overflow: hidden; } }
    .hero.overflowed .heroimg img {
      margin-top: -70px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .hero.overflowed .heroimg img {
          margin-top: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero.overflowed .heroimg img {
          margin-top: -30px;
          height: 220px; } }
  .hero:hover .heroimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media (max-width: 767px) {
    .hero:nth-of-type(odd) .shorttext {
      padding-left: 10px;
      float: left; }
    .hero:nth-of-type(odd) .heroimg {
      float: right; }
      .hero:nth-of-type(odd) .heroimg img {
        float: right; }
    .hero:nth-of-type(even) {
      color: red; }
      .hero:nth-of-type(even) .shorttext {
        float: right; }
      .hero:nth-of-type(even) .heroimg {
        float: left;
        padding: 0; }
        .hero:nth-of-type(even) .heroimg img {
          float: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero:nth-of-type(4n+2), .hero:nth-of-type(4n+1) {
      color: red; }
      .hero:nth-of-type(4n+2) .shorttext, .hero:nth-of-type(4n+1) .shorttext {
        float: left; }
      .hero:nth-of-type(4n+2) .heroimg, .hero:nth-of-type(4n+1) .heroimg {
        float: right;
        padding: 0 0 0 20px; }
        .hero:nth-of-type(4n+2) .heroimg img, .hero:nth-of-type(4n+1) .heroimg img {
          float: right; }
    .hero:nth-of-type(4n+3) .shorttext, .hero:nth-of-type(4n) .shorttext {
      padding-left: 10px;
      float: right; }
    .hero:nth-of-type(4n+3) .heroimg, .hero:nth-of-type(4n) .heroimg {
      float: left; }
      .hero:nth-of-type(4n+3) .heroimg img, .hero:nth-of-type(4n) .heroimg img {
        float: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero:nth-of-type(4n+2), .hero:nth-of-type(4n+1) {
      color: red; }
      .hero:nth-of-type(4n+2) .shorttext, .hero:nth-of-type(4n+1) .shorttext {
        float: left; }
      .hero:nth-of-type(4n+2) .heroimg, .hero:nth-of-type(4n+1) .heroimg {
        float: right;
        padding: 0 0 0 20px; }
        .hero:nth-of-type(4n+2) .heroimg img, .hero:nth-of-type(4n+1) .heroimg img {
          float: right; }
    .hero:nth-of-type(4n+3) .shorttext, .hero:nth-of-type(4n) .shorttext {
      padding-left: 10px;
      float: right; }
    .hero:nth-of-type(4n+3) .heroimg, .hero:nth-of-type(4n) .heroimg {
      float: left; }
      .hero:nth-of-type(4n+3) .heroimg img, .hero:nth-of-type(4n) .heroimg img {
        float: left; } }
  @media (min-width: 1200px) {
    .hero:nth-of-type(4n+2), .hero:nth-of-type(4n+1) {
      color: red; }
      .hero:nth-of-type(4n+2) .shorttext, .hero:nth-of-type(4n+1) .shorttext {
        float: left; }
      .hero:nth-of-type(4n+2) .heroimg, .hero:nth-of-type(4n+1) .heroimg {
        float: right;
        padding: 0 0 0 20px; }
        .hero:nth-of-type(4n+2) .heroimg img, .hero:nth-of-type(4n+1) .heroimg img {
          float: right; }
    .hero:nth-of-type(4n+3) .shorttext, .hero:nth-of-type(4n) .shorttext {
      padding-left: 10px;
      float: right; }
    .hero:nth-of-type(4n+3) .heroimg, .hero:nth-of-type(4n) .heroimg {
      float: left; }
      .hero:nth-of-type(4n+3) .heroimg img, .hero:nth-of-type(4n) .heroimg img {
        float: left; } }
  .hero .shorttext, .hero .heroimg {
    display: inline-block; }
  .hero .shorttext {
    width: 50%;
    height: 100%;
    padding-left: 30px;
    padding-right: 25px;
    color: white;
    z-index: 10;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero .shorttext {
        padding-left: 30px; } }
    .hero .shorttext h2 {
      position: relative;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 40px;
      margin-bottom: 20px;
      margin-top: 0; }
      @media (max-width: 767px) {
        .hero .shorttext h2 {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .hero .shorttext h2 {
          margin: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero .shorttext h2 {
          margin: 0;
          font-size: 30px; } }
    .hero .shorttext p {
      position: relative;
      font-size: 16px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .hero .shorttext p {
          display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero .shorttext p {
          display: none; } }
  .hero .heroimg {
    width: 50%; }

#s_watch2 {
  margin-top: 115px; }

#s_watch, #s_watch2 {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #a8dc58;
  background-image: url("/Media/img/silacz-watch.png");
  background-position: center right;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #s_watch, #s_watch2 {
      background-position: right bottom;
      background-size: 80px;
      padding-bottom: 30px;
      padding-top: 0; } }
  #s_watch .c, #s_watch2 .c {
    vertical-align: bottom; }
    @media (min-width: 768px) and (max-width: 991px) {
      #s_watch .c, #s_watch2 .c {
        vertical-align: top; } }
    @media (min-width: 1200px) {
      #s_watch .c, #s_watch2 .c {
        padding-left: 60px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #s_watch .c, #s_watch2 .c {
        padding-left: 60px; } }
  @media (max-width: 767px) {
    #s_watch .buttonbox, #s_watch2 .buttonbox {
      text-align: center;
      height: auto;
      padding-top: 10px; } }
  #s_watch .buttonbox h1, #s_watch2 .buttonbox h1 {
    line-height: 1.1;
    font-size: 50px;
    color: white;
    font-weight: 300;
    margin: 61px 0px; }
    @media (max-width: 767px) {
      #s_watch .buttonbox h1, #s_watch2 .buttonbox h1 {
        font-size: 18px;
        margin: 10px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #s_watch .buttonbox h1, #s_watch2 .buttonbox h1 {
        margin: 0 0 29px;
        font-size: 38px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #s_watch .buttonbox h1, #s_watch2 .buttonbox h1 {
        margin: 32px 0px;
        font-size: 34px; } }
  #s_watch .buttonbox .button, #s_watch2 .buttonbox .button {
    color: #a8dc58;
    background-color: white;
    font-size: 30px;
    line-height: 1;
    padding: 30px 30px;
    min-width: 90%;
    display: inline-block;
    text-align: center; }
    @media (max-width: 767px) {
      #s_watch .buttonbox .button, #s_watch2 .buttonbox .button {
        font-size: 14px;
        padding: 14px 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #s_watch .buttonbox .button, #s_watch2 .buttonbox .button {
        padding: 20px 60px;
        font-size: 24px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #s_watch .buttonbox .button, #s_watch2 .buttonbox .button {
        padding: 20px 40px; } }
    #s_watch .buttonbox .button:hover, #s_watch .buttonbox .button:active, #s_watch2 .buttonbox .button:hover, #s_watch2 .buttonbox .button:active {
      color: white;
      background-color: #13a285; }
  #s_watch .video-wrapper, #s_watch2 .video-wrapper {
    width: 50%;
    float: left; }
  #s_watch .video-container, #s_watch2 .video-container {
    position: relative;
    padding-bottom: 56.25%; }
    #s_watch .video-container iframe, #s_watch2 .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      #s_watch .video-container, #s_watch2 .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
        #s_watch .video-container iframe, #s_watch2 .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #s_watch .video-container, #s_watch2 .video-container {
        width: 100%;
        float: left;
        position: relative;
        padding-bottom: 56.25%; }
        #s_watch .video-container iframe, #s_watch2 .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #s_watch .video-container, #s_watch2 .video-container {
        position: relative;
        padding-bottom: 56.25%;
        -webkit-transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1); } }
  @media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
    #s_watch .video-container, #s_watch2 .video-container {
      position: relative;
      width: 100%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; } }
    @media (min-width: 992px) and (max-width: 1199px) {
        #s_watch .video-container iframe, #s_watch2 .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    #s_watch .video-container .yt-cover, #s_watch2 .video-container .yt-cover {
      position: absolute;
      width: 540px;
      height: 340px;
      background-image: url("/Media/img/yt-placeholder.jpg");
      background-repeat: no-repeat;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      #s_watch .video-container .yt-cover:hover, #s_watch2 .video-container .yt-cover:hover {
        opacity: 0.8; }
      @media (max-width: 767px) {
        #s_watch .video-container .yt-cover, #s_watch2 .video-container .yt-cover {
          z-index: 10;
          top: 0;
          width: 100%;
          height: 100%;
          background-position: center center; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #s_watch .video-container .yt-cover, #s_watch2 .video-container .yt-cover {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 10;
          background-position: center; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #s_watch .video-container .yt-cover, #s_watch2 .video-container .yt-cover {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 10;
          background-position: center; } }

#s_watch2 {
  margin-top: 80px; }

#s_aplikacja, #s_aplikacja2 {
  background-color: #f3f3f3;
  padding: 60px 0; }
  #s_aplikacja .trailer, #s_aplikacja2 .trailer {
    margin-top: 40px;
    margin-bottom: 40px; }
    #s_aplikacja .trailer .video-container, #s_aplikacja2 .trailer .video-container {
      width: 70%;
      margin: 0 auto;
      position: relative;
      padding-bottom: 39.375%;
      -webkit-transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: padding-bottom 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 767px) {
        #s_aplikacja .trailer .video-container, #s_aplikacja2 .trailer .video-container {
          position: relative;
          width: 100%;
          padding-top: 30px;
          height: 0;
          overflow: hidden; } }
      #s_aplikacja .trailer .video-container iframe, #s_aplikacja2 .trailer .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #s_aplikacja .appinfo h2, #s_aplikacja .appinfo h3, #s_aplikacja2 .appinfo h2, #s_aplikacja2 .appinfo h3 {
    display: block;
    font-weight: 300;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 182px; }
  #s_aplikacja .appinfo h3, #s_aplikacja2 .appinfo h3 {
    font-weight: 100; }
  #s_aplikacja .appinfo .appicon, #s_aplikacja2 .appinfo .appicon {
    position: absolute;
    width: 152px;
    height: 152px; }
    @media (max-width: 767px) {
      #s_aplikacja .appinfo .appicon, #s_aplikacja2 .appinfo .appicon {
        position: relative;
        float: left; } }
  #s_aplikacja .appinfo .goappstore, #s_aplikacja2 .appinfo .goappstore {
    margin-left: 182px; }
    #s_aplikacja .appinfo .goappstore img, #s_aplikacja2 .appinfo .goappstore img {
      height: 50px; }
  #s_aplikacja .appdesc p, #s_aplikacja2 .appdesc p {
    font-size: 18px;
    font-weight: 300; }
  #s_aplikacja .goappstore, #s_aplikacja2 .goappstore {
    display: block; }
    #s_aplikacja .goappstore img, #s_aplikacja2 .goappstore img {
      display: inline;
      margin-top: 5px;
      width: auto; }

#s_aplikacja {
  margin-top: 115px; }

#s_aplikacja2 {
  padding: 80px 0; }
  #s_aplikacja2 .trailer {
    margin-top: 15px; }
  #s_aplikacja2 .appinfo h2 {
    font-size: 18px;
    padding-left: 110px; }
  #s_aplikacja2 .appinfo h3 {
    font-size: 14px;
    padding-left: 110px; }
  #s_aplikacja2 .appinfo .appicon {
    height: 75px;
    width: 75px;
    margin-left: 15px; }
  #s_aplikacja2 .appinfo .goappstore {
    margin-left: 110px; }
    #s_aplikacja2 .appinfo .goappstore img {
      height: 25px;
      width: 70px; }
  #s_aplikacja2 .appdesc p {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px; }

.heroOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40000000',GradientType=0 );
  /* IE6-8 */
  opacity: 0;
  z-index: 15;
  -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .heroOverlay.isActive {
    opacity: 1;
    z-index: 15; }

#s_sklep {
  padding: 0 60px; }
  @media (min-width: 768px) {
    #s_sklep {
      margin-bottom: 90px; }
      #s_sklep h1 {
        margin: 60px 0; } }

#s_sklep2 {
  padding: 0 45px; }

@media (max-width: 767px) {
  #s_kontakt {
    padding-bottom: 30px; } }

#s_kontakt h1 {
  margin: 60px 0; }
  @media (max-width: 767px) {
    #s_kontakt h1 {
      margin-bottom: 30px; } }

#s_kontakt h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8; }

#s_kontakt a {
  color: #32bcce; }
  #s_kontakt a:hover, #s_kontakt a:focus, #s_kontakt a:active {
    color: #84d7e2; }

#s_kontakt .zibi-tel {
  margin-top: -90px; }

.sliding-in {
  opacity: 0; }

.already-visible {
  transform: translateY(0);
  opacity: 1;
  animation: none;
  -webkit-animation: none; }

.come-in-slow {
  transform: translateY(50px);
  -webkit-animation: come-in 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
  animation: come-in 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards; }
  @media (max-width: 767px) {
    .come-in-slow {
      transform: translateY(50px); } }

.come-in {
  transform: translateY(50px);
  -webkit-animation: come-in 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards;
  animation: come-in 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards; }
  @media (max-width: 767px) {
    .come-in {
      transform: translateY(50px); } }

.come-in-fast {
  transform: translateY(50px);
  -webkit-animation: come-in 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
  animation: come-in 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards; }
  @media (max-width: 767px) {
    .come-in-fast {
      transform: translateY(50px); } }

@keyframes come-in-slow {
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes come-in-fast {
  to {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes come-in-slow {
  to {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes come-in-fast {
  to {
    transform: translateY(0);
    opacity: 1; } }

.buttonicon {
  display: inline-block;
  vertical-align: -23%;
  font-size: 2em; }

header {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 100; }
  header .mobileheader {
    display: none; }
  @media (max-width: 767px) {
    header {
      border-top: 0;
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important; } }
  header nav {
    text-align: center; }
    header nav a {
      margin: 0 10px;
      line-height: 80px;
      font-family: Roboto, sans-serif;
      font-weight: 100;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      display: inline-block;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1199px) {
        header nav a::after {
          content: "";
          position: relative;
          background-color: #dae14c;
          width: 0;
          margin: 0 auto;
          height: 3px;
          top: -25px;
          left: 0;
          display: block;
          -webkit-transition: width 0.3s ease-in-out;
          -moz-transition: width 0.3s ease-in-out;
          -o-transition: width 0.3s ease-in-out;
          transition: width 0.3s ease-in-out; } }
      @media (min-width: 1200px) {
        header nav a::after {
          content: "";
          position: relative;
          background-color: #dae14c;
          width: 0;
          margin: 0 auto;
          height: 3px;
          top: -25px;
          left: 0;
          display: block;
          -webkit-transition: width 0.3s ease-in-out;
          -moz-transition: width 0.3s ease-in-out;
          -o-transition: width 0.3s ease-in-out;
          transition: width 0.3s ease-in-out; } }
      header nav a:hover, header nav a:active, header nav a.active, header nav a:focus {
        color: white; }
        header nav a:hover::after, header nav a:active::after, header nav a.active::after, header nav a:focus::after {
          width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        header nav a {
          font-size: 16px; } }
  header .language {
    width: 100%; }
    header .language a {
      text-align: center;
      float: right;
      display: block;
      height: 40px;
      width: 40px;
      opacity: 0.7;
      line-height: 40px;
      font-size: 19px;
      color: white;
      font-weight: 300; }
      header .language a:focus, header .language a:active {
        color: white; }
      header .language a.active, header .language a:hover {
        background-color: #ff4598;
        opacity: 1; }
  header a.logo {
    background-image: url("/Media/img/logo.png");
    width: 170px;
    height: 170px;
    display: block;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    float: left; }
  header.transitionedHeader {
    -webkit-transition: margin-top 0.3s ease-in;
    -moz-transition: margin-top 0.3s ease-in;
    -o-transition: margin-top 0.3s ease-in;
    transition: margin-top 0.3s ease-in; }
  header.scrolled {
    background-image: url("/Media/img/header-bg.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    margin-top: 0; }
    header.scrolled a.logo {
      width: 72px;
      height: 72px;
      -moz-background-size: 72px 72px;
      -o-background-size: 72px 72px;
      -webkit-background-size: 72px 72px;
      background-size: 72px 72px;
      background-repeat: no-repeat; }
  header.hiddenHeader {
    background-image: url("/Media/img/header-bg.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    margin-top: -80px; }
    header.hiddenHeader a.logo {
      width: 72px;
      height: 72px;
      -moz-background-size: 72px 72px;
      -o-background-size: 72px 72px;
      -webkit-background-size: 72px 72px;
      background-size: 72px 72px;
      background-repeat: no-repeat; }

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    left: 0;
    margin-left: 0; }
    body.menuopened {
      overflow-y: hidden;
      overflow: hidden;
      margin-right: -200px;
      margin-left: 200px; }
      body.menuopened header nav {
        left: 0; }
      body.menuopened #menuopener span::before {
        content: "×";
        font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
        margin-top: -2px;
        position: relative;
        display: block;
        margin-left: 5px; }
  * + header {
    padding-top: 80px; }
  header {
    background-image: url("/Media/img/header-bg.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed; }
    header .container {
      padding: 0; }
    header .logo.desktoplogo {
      display: none !important; }
    header .mobilelogo {
      background-image: url("/Media/img/logo.png");
      display: inline-block;
      vertical-align: middle;
      width: 80px;
      height: 80px;
      -moz-background-size: 72px 72px;
      -o-background-size: 72px 72px;
      -webkit-background-size: 72px 72px;
      background-size: 72px 72px;
      background-repeat: no-repeat; }
    header .mobileheader {
      display: block;
      position: absolute;
      width: 100%;
      white-space: nowrap;
      z-index: 500;
      padding: 0px 15px;
      text-align: center;
      left: 0; }
      header .mobileheader a#menuopener {
        color: #FFF;
        font-size: 26px;
        line-height: 34px;
        float: left;
        display: block;
        position: absolute;
        margin-top: 24px;
        left: 24px; }
    header nav {
      text-align: center;
      background-color: #fff;
      position: fixed;
      width: 200px;
      height: 100%;
      top: 0;
      z-index: 1000;
      left: -200px;
      transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      overflow: auto; }
      header nav a.logo {
        display: none; }
      header nav a span {
        font-size: 56px; }
      header nav a {
        font-size: 16px;
        color: black;
        margin: 0 auto;
        height: 100px;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 40px;
        border-bottom: 0 !important; }
        header nav a::after {
          content: "";
          position: relative;
          z-index: -1;
          background-color: #24d2a5;
          width: 0;
          left: 0;
          height: 100px;
          top: -100px;
          left: 0;
          display: block;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          opacity: 0; }
        header nav a.active::after, header nav a:hover::after {
          opacity: 1; }
        header nav a span {
          display: block;
          margin-bottom: -10px;
          padding-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    left: 0;
    margin-left: 0; }
    body.menuopened {
      overflow-y: hidden;
      overflow: hidden; }
      body.menuopened header nav {
        left: 0; }
      body.menuopened .tabletclose {
        -webkit-transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -moz-transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        opacity: 1;
        color: white;
        font-size: 30px;
        display: block;
        width: 55px;
        height: 55px;
        background-color: #21ce9f;
        position: fixed;
        padding-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        left: 244px;
        top: 0px; }
        body.menuopened .tabletclose span {
          transform: rotate(45deg);
          position: relative;
          display: block;
          margin-top: -16px;
          margin-left: 6px;
          font-size: 66px; }
  header .container {
    padding: 0; }
  header .logo.desktoplogo {
    display: none; }
  header .mobilelogo {
    background-image: url("/Media/img/logo.png");
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    -moz-background-size: 72px 72px;
    -o-background-size: 72px 72px;
    -webkit-background-size: 72px 72px;
    background-size: 72px 72px;
    background-repeat: no-repeat; }
  header .mobileheader {
    display: block;
    position: absolute;
    width: 100%;
    white-space: nowrap;
    z-index: 500;
    padding: 0px 15px;
    text-align: center;
    left: 0; }
    header .mobileheader a#menuopener {
      color: #FFF;
      font-size: 26px;
      line-height: 34px;
      float: left;
      display: block;
      position: fixed;
      margin-top: 24px;
      left: 24px; }
  header nav {
    text-align: center;
    background-color: #fff;
    position: fixed;
    width: 244px;
    height: 100%;
    top: 0;
    z-index: 1000;
    left: -244px;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: scroll;
    overflow-x: visible; }
    header nav a.logo {
      display: none; }
    header nav a span {
      font-size: 56px; }
    header nav a {
      font-size: 16px;
      color: black;
      margin: 0 auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      height: 145px;
      width: 100%;
      padding-top: 30px;
      display: block;
      text-align: center;
      line-height: 1.1;
      border-bottom: 0 !important; }
      header nav a::after {
        content: "";
        position: relative;
        z-index: -1;
        background-color: #24d2a5;
        width: 0;
        left: 0;
        height: 145px;
        top: -113px;
        left: 0;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0; }
      header nav a.active::after, header nav a:hover::after {
        opacity: 1; }
    header nav .icon-heroes {
      padding-bottom: 10px;
      margin-top: -10px; }
  header .tabletclose {
    -webkit-transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: left 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    left: 0;
    opacity: 0;
    color: white;
    font-size: 30px;
    display: block;
    width: 55px;
    height: 55px;
    background-color: #21ce9f;
    position: fixed;
    padding-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: -55px;
    top: 0px;
    z-index: 1200; }
    header .tabletclose span {
      transform: rotate(45deg);
      position: relative;
      display: block;
      margin-top: -16px;
      margin-left: 6px;
      font-size: 66px; }
    header .tabletclose::after {
      display: none; }
    header .tabletclose:hover::after {
      display: none; } }

footer {
  z-index: 1;
  position: relative;
  background-color: #32bcce; }
  footer .partners {
    padding-bottom: 20px; }
    footer .partners .lined {
      width: 100%;
      border-bottom: solid 1px #34b1bd;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        footer .partners .lined {
          text-align: center; } }
      footer .partners .lined span {
        position: relative;
        top: 10px;
        padding: 10px;
        background-color: #32bcce;
        color: rgba(0, 0, 0, 0.5);
        cursor: pointer; }
    footer .partners a {
      display: inline-block; }
    footer .partners img {
      height: 75px; }
  footer .minifooter {
    background-color: #0b7785;
    font-weight: 300;
    padding: 15px 0;
    text-align: center;
    color: white; }
    @media (max-width: 767px) {
      footer .minifooter {
        padding-bottom: 45px; } }

/* Scroll to top */
div#totop {
  display: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #8c8c8c;
  padding: 10px 0 6px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%; }
  div#totop a {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #333636; }
    div#totop a span {
      color: #d70000; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

#s_maincarousel {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    #s_maincarousel {
      margin-bottom: 60px; } }
  #s_maincarousel .text {
    position: absolute;
    color: white;
    font-weight: 300;
    z-index: 2;
    padding-top: 21%;
    width: 23%;
    padding-left: 2%; }
    @media (min-width: 768px) and (max-width: 991px) {
      #s_maincarousel .text {
        position: absolute;
        color: #FFF;
        font-weight: 300;
        z-index: 2;
        padding-top: 8%;
        width: 57%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #s_maincarousel .text {
        padding-left: 2%; } }
    #s_maincarousel .text h1 {
      font-size: 50px;
      text-transform: uppercase;
      font-weight: 300; }
      @media (min-width: 768px) and (max-width: 991px) {
        #s_maincarousel .text h1 {
          margin-top: 10px; } }
    #s_maincarousel .text h3 {
      font-size: 20px;
      line-height: 1.8;
      font-weight: 300; }
      @media (min-width: 768px) and (max-width: 991px) {
        #s_maincarousel .text h3 {
          margin-top: 10px; } }
  #s_maincarousel .owl-controls {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -90px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #s_maincarousel .owl-controls {
        margin-top: -50px; } }
  #s_maincarousel .owl-dots {
    margin-top: -27px; }
    #s_maincarousel .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: white;
      opacity: 0.5;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      border-radius: 50%;
      display: inline-block;
      margin: 0 4px; }
      #s_maincarousel .owl-dots .owl-dot.active {
        opacity: 1; }
  #s_maincarousel .owl-nav .owl-next, #s_maincarousel .owl-nav .owl-prev {
    margin: 0 33px;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 27px;
    color: white;
    text-align: center;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    #s_maincarousel .owl-nav .owl-next span, #s_maincarousel .owl-nav .owl-prev span {
      top: 2px; }
    #s_maincarousel .owl-nav .owl-next:hover, #s_maincarousel .owl-nav .owl-prev:hover {
      opacity: 1; }

.app-item {
  display: block; }

.shop-item {
  padding: 1px; }
  .shop-item a {
    border: solid 1px rgba(163, 163, 163, 0.2);
    display: block;
    overflow: hidden;
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out; }
  .shop-item img {
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    max-height: 300px;
    width: auto !important;
    margin: 0 auto; }
  .shop-item:hover a {
    border: solid 1px #a3a3a3; }
  .shop-item:hover img {
    transform: scale(1.02); }
  .shop-item .item-name {
    color: black;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px; }
    .shop-item .item-name:hover, .shop-item .item-name:focus, .shop-item .item-name:active {
      color: inherit; }

.shop-carousel .owl-nav, .app-carousel .owl-nav {
  z-index: 10; }
  .shop-carousel .owl-nav .owl-prev span, .shop-carousel .owl-nav .owl-next span, .app-carousel .owl-nav .owl-prev span, .app-carousel .owl-nav .owl-next span {
    font-size: 80px;
    color: #2cb590;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .shop-carousel .owl-nav .owl-prev span, .shop-carousel .owl-nav .owl-next span, .app-carousel .owl-nav .owl-prev span, .app-carousel .owl-nav .owl-next span {
        font-size: 36px; } }
    .shop-carousel .owl-nav .owl-prev span:hover, .shop-carousel .owl-nav .owl-next span:hover, .app-carousel .owl-nav .owl-prev span:hover, .app-carousel .owl-nav .owl-next span:hover {
      color: #6cdbbd; }
  .shop-carousel .owl-nav .owl-prev, .app-carousel .owl-nav .owl-prev {
    float: left; }
    .shop-carousel .owl-nav .owl-prev span, .app-carousel .owl-nav .owl-prev span {
      float: left;
      z-index: 100;
      margin-left: -70px; }
      @media (max-width: 767px) {
        .shop-carousel .owl-nav .owl-prev span, .app-carousel .owl-nav .owl-prev span {
          margin-left: -35px; } }
  .shop-carousel .owl-nav .owl-next, .app-carousel .owl-nav .owl-next {
    float: right; }
    .shop-carousel .owl-nav .owl-next span, .app-carousel .owl-nav .owl-next span {
      float: right;
      z-index: 100;
      position: static;
      margin-right: -70px; }
      @media (max-width: 767px) {
        .shop-carousel .owl-nav .owl-next span, .app-carousel .owl-nav .owl-next span {
          margin-right: -35px; } }

/*# sourceMappingURL=site.css.map */