.s2 .box .right ul li:after, .s3 .box .right ul li:after, .s4 .box .right ul li:after {
  position: absolute;
  content: "";
}

#main {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  overflow: hidden;
}

body {
  background: black;
}

#topbar .menu-items .item.home {
  border-bottom: 2px solid #e2ad00;
}

#main-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.s1 {
  color: white;
  padding-top: 20px;
}

.s1 inner > p {
  text-align: center;
  color: white;
  font-size: 14px;
}

.s1 .logo {
  max-width: 340px;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  width: 100%;
}

.s1 .box {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}

.s1 .box .left, .s1 .box .right {
  position: relative;
  width: 50%;
  float: left;
}

.s1 .box .left {
  width: calc(100% - 380px);
  margin-right: 80px;
}

.s1 .box .left > h1 {
  line-height: 160%;
}

.s1 .box .left > p {
  line-height: 160%;
}

.s1 .box .left .about-us-link {
  display: inline-block;
  border: solid 2px #e2ad00;
  margin-top: 30px;
  font-weight: 600;
  width: 110px;
  text-align: center;
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
}

.s1 .box .left .about-us-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.s1 .box .right {
  width: 300px;
}

.s1 .box .right .form {
  width: calc(100% - 44px);
  background: rgba(40, 40, 40, 0.73);
  border: solid 2px #e2ad00;
  border-left: none;
  border-right: none;
  padding: 20px;
  position: relative;
  border-radius: 2px;
}

.s1 .box .right .form h1 {
  margin-bottom: 20px;
  text-align: center;
}

.s1 .box .right .form input {
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 2px 10px;
  font-size: 15px;
  margin-bottom: 20px;
}

.s1 .box .right .form textarea {
  position: relative;
  width: calc(100% - 19px);
  color: #707070;
  height: 70px;
  border-radius: 5px;
  border: none;
  padding: 8px 10px;
  font-size: 15px;
  margin-bottom: 20px;
  resize: none;
}

.s1 .box .right .form button {
  position: relative;
  width: 100%;
  background: #6e6300;
  color: white;
  padding: 10px 0px;
}

.s1 .box .right .form .ty {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #282828;
  display: none;
}

.s1 .box .right .form .ty p {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0;
}

.s1 .box .right .form.sent .ty {
  display: block;
}

.s2, .s3, .s4 {
  background: #282828f7;
  color: white;
}

.s2 inner > p, .s3 inner > p, .s4 inner > p {
  text-align: center;
  color: white;
  font-size: 14px;
}

.s2 .box, .s3 .box, .s4 .box {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  height: auto;
  overflow: hidden;
}

.s2 .box .left, .s2 .box .right, .s3 .box .left, .s3 .box .right, .s4 .box .left, .s4 .box .right {
  position: relative;
  width: 50%;
  float: left;
}

.s2 .box .left, .s3 .box .left, .s4 .box .left {
  width: 45%;
}

.s2 .box .left img, .s3 .box .left img, .s4 .box .left img {
  border-radius: 10px;
  border: 2px solid #e2ad00;
  width: calc(100% - 4px);
}

.s2 .box .right, .s3 .box .right, .s4 .box .right {
  width: calc(55% - 80px);
  margin-left: 80px;
}

.s2 .box .right > h1, .s3 .box .right > h1, .s4 .box .right > h1 {
  line-height: 160%;
}

.s2 .box .right > p, .s3 .box .right > p, .s4 .box .right > p {
  line-height: 160%;
}

.s2 .box .right ul, .s3 .box .right ul, .s4 .box .right ul {
  list-style: none;
}

.s2 .box .right ul li, .s3 .box .right ul li, .s4 .box .right ul li {
  position: relative;
  margin-bottom: 8px;
}

.s2 .box .right ul li:after, .s3 .box .right ul li:after, .s4 .box .right ul li:after {
  width: 6px;
  height: 6px;
  background: #e2ad00;
  border-radius: 50%;
  top: 4px;
  left: -20px;
}

.s2 .box.reverse .left, .s2 .box.reverse .right, .s3 .box.reverse .left, .s3 .box.reverse .right, .s4 .box.reverse .left, .s4 .box.reverse .right {
  float: right;
}

.s2 .box.reverse .right, .s3 .box.reverse .right, .s4 .box.reverse .right {
  margin-right: 80px;
  margin-left: auto;
}

.s2, .s4 {
  background: #282828;
}

.s5 {
  background: #282828f7;
  color: white;
}

.s5 inner > h1 {
  text-align: center;
  margin-bottom: 50px;
}

.s5 inner > p {
  text-align: center;
  color: white;
  font-size: 14px;
}

.s5 #reviews {
  position: relative;
  display: block;
  width: 890px;
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden;
}

.s5 #reviews .review-holder {
  position: relative;
  display: inline-block;
  -webkit-transition: left .5s;
  transition: left .5s;
  left: 0;
}

.s5 #reviews #review-paginator {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  height: 20px;
}

.s5 #reviews #review-paginator .review-pag-btn {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: none;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  border: 2px solid #e2ad00;
  margin-right: 15px;
  border-radius: 50%;
  padding: 0;
}

.s5 #reviews #review-paginator .review-pag-btn.on, .s5 #reviews #review-paginator .review-pag-btn:hover {
  background: #e2ad00;
}

.s5 #reviews #review-paginator .review-pag-btn:last-child {
  margin-right: 0;
}

.s5 #reviews .review {
  width: 216px;
  position: relative;
  float: left;
  margin-right: 30px;
  padding: 30px;
  min-height: 300px;
  padding-top: 90px;
}

.s5 #reviews .review .review-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: url(../image/site/logo-sq.svg) no-repeat;
  background-position: 50%;
  background-size: 70%;
  background-color: #282828;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border: 2px solid #e2ad00;
  z-index: -1;
}

.s5 #reviews .review .review-date {
  margin-top: 0;
}

.s5 #reviews .review .review-text {
  margin-top: 20px;
}

.s5 #reviews .review .stars {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 110px;
}

.s5 #reviews .review .stars .star {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../image/shared/star-off-grey.png) no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-right: 5px;
}

.s5 #reviews .review .stars .star.on {
  background-image: url(../image/shared/star-on.png);
}

.s5 #reviews .review .stars .star:last-child {
  margin-right: 0;
}

.s5 #reviews .review svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.s5 #reviews .review svg polygon {
  fill: #e2ad00;
}

.s5 #reviews .review svg#svg-s2 polygon {
  fill: #282828;
}

.s5 #reviews .review:last-child {
  margin-right: 0;
}

.jn-ui-fullscreen > img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}

.s7 {
  background: #282828;
  color: white;
  border-top: solid 16px #282828;
}

.s7 inner > h1 {
  text-align: center;
  margin-bottom: 50px;
}

.s7 inner > p {
  text-align: center;
  color: white;
  font-size: 14px;
}

.s7 .box {
  position: relative;
  width: 100%;
  max-width: 336px;
  display: block;
  margin: 0 auto;
}

.s7 .box a {
  position: relative;
  width: 148px;
  margin-right: 40px;
  height: 150px;
  float: left;
  max-width: 150px;
  background: #e2ad00bf;
  border-radius: 5px;
}

.s7 .box a:last-child {
  margin-right: 0;
}

.s7 .box a img {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.s7 .box a span {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  text-align: center;
  height: 35px;
  font-weight: bold;
  background: #282828;
  line-height: 35px;
  border-radius: 0 0 4px 4px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

@media only screen and (max-width: 1030px) {
  .s5 #reviews {
    width: 582px;
  }
}

@media only screen and (max-width: 955px) {
  .s2 .box .left, .s3 .box .left, .s4 .box .left {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .s2 .box .left img, .s3 .box .left img, .s4 .box .left img {
    max-width: 370px;
    margin: 0 auto;
    display: block;
  }
  .s2 .box .right, .s3 .box .right, .s4 .box .right {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 690px;
    display: block;
    float: none;
  }
  .s2 .box.reverse .left, .s3 .box.reverse .left, .s4 .box.reverse .left {
    float: none;
  }
  .s2 .box.reverse .right, .s3 .box.reverse .right, .s4 .box.reverse .right {
    margin-right: auto;
    float: none;
  }
}

@media only screen and (max-width: 875px) {
  .s1 .box .left {
    width: 100%;
    float: none;
  }
  .s1 .box .left .about-us-link {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
  .s1 .box .right {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    float: none;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 852px) {
  .s7 .box {
    max-width: 336px;
  }
  .s7 .box a {
    margin-bottom: 20px;
  }
  .s7 .box a:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 720px) {
  .s5 #reviews {
    width: 276px;
  }
}

@media only screen and (max-width: 420px) {
  .s7 .box {
    max-width: 276px;
  }
  .s7 .box a {
    width: 128px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .s7 .box a:nth-child(even) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=home.css.map */