.site-loader.loading:after, #topbar .menu-items a.tel:after, #topbar .menu-col .menu-header:after, #topbar .menu-col a.tel:after, #footer inner .box:first-child:after, #footer inner .box.mobile:after, #footer inner .box.location:after, #footer inner:after {
  position: absolute;
  content: "";
}

html, body {
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  color: #707070;
  min-width: 340px;
}

body * {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

button {
  outline: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
}

select {
  background: white;
}

mea {
  font-size: 80%;
}

.core-col {
  color: #e2ad00;
}

.core-bg {
  color: #e2ad00;
}

sb {
  font-weight: 600;
}

body::before {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  content: url(../../main/image/shared/load-light.svg) url(../../main/image/shared/menu-icon.svg);
}

.jn-ui-popup-small-info > a {
  color: #888;
}

#content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}

#content #main {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  margin: auto;
  top: 50px;
  background: white;
  left: 0;
}

#content #main-holder {
  position: relative;
}

#content #main-content {
  position: relative;
  width: calc(100% - 38px);
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 0 18px;
  border-left: solid 1px #e8e1e1;
  border-right: solid 1px #e8e1e1;
  -webkit-box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.1);
}

.jn-utils-scrollbarutil-scrollbar-scrubber {
  background: #e2ad00;
  border-radius: 0;
}

.jn-utils-scrollbarutil-scrollbar-background {
  background: rgba(25, 25, 25, 0);
}

.jn-utils-scrollbarutil-scrollbar-showing > .jn-utils-scrollbarutil-inner-content.vertical {
  width: calc(100% - 14px);
}

.jn-utils-scrollbarutil-scrollbar-showing #main-content.jn-utils-scrollbarutil-inner-content.vertical {
  width: calc(100% - 0px);
}

@-webkit-keyframes rotate-loader {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loader {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input {
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #707070;
  font-size: 15px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.jn-ui-popup {
  border: solid 1px #525252;
}

.jn-ui-popup-button-holder {
  padding: 10px 5px;
}

.jn-ui-popup-button {
  border: solid 1px #e2ad00;
  color: #e2ad00;
  background: none;
}

.jn-ui-popup-header {
  display: none;
}

.jn-ui-popup, .jn-ui-popup-header {
  background: #282828;
  color: white;
}

.jn-ui-popup-close:after {
  top: 6px;
  left: 6px;
}

.jn-ui-popup-message {
  line-height: 150%;
}

.site-loader.loading:after {
  -webkit-animation-name: rotate-loader;
          animation-name: rotate-loader;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: url(../../main/image/shared/load-light.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

#topbar {
  position: fixed;
  top: 0;
  background: #282828;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 12;
  min-width: 340px;
}

#topbar > .home-link {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
}

#topbar .menu-items {
  position: relative;
  float: right;
  width: 499px;
  height: 100%;
  visibility: hidden;
}

#topbar .menu-items a {
  position: relative;
  padding: 0 20px;
  height: 100%;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  float: left;
  -webkit-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
}

#topbar .menu-items a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #e2ad00;
}

#topbar .menu-items a.tel {
  width: 170px;
  padding: 0;
  padding-left: 22px;
}

#topbar .menu-items a.tel:after {
  background: url(/main/image/site/phone.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 23px;
  height: 23px;
  top: 14px;
  left: 19px;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

#topbar.ready .menu-items {
  visibility: visible;
}

#topbar .menu-btn {
  width: 50px;
  height: 50px;
  right: 0;
  position: absolute;
  background: transparent;
  display: none;
}

#topbar .menu-col {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 340px;
  height: 100%;
  background: #282828;
  -webkit-box-shadow: -6px 0 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -6px 0 12px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: right .2s ease, opacity .2s ease;
  transition: right .2s ease, opacity .2s ease;
  right: -340px;
  opacity: 0;
}

#topbar .menu-col .menu-header {
  width: calc(100% - 20px);
  padding: 0 10px;
  height: 50px;
  color: #e2ad00;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 50px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

#topbar .menu-col .menu-header:after {
  cursor: pointer;
  background: url(../../main/image/shared/close-icon.svg) no-repeat;
  display: block;
  width: 27px;
  height: 27px;
  top: 10px;
  right: 10px;
}

#topbar .menu-col a {
  position: relative;
  width: calc(100% - 20px);
  padding: 0 10px;
  height: 50px;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 50px;
  -webkit-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
}

#topbar .menu-col a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #e2ad00;
}

#topbar .menu-col a.tel {
  width: calc(100% - 32px);
  padding-left: 22px;
}

#topbar .menu-col a.tel:after {
  background: url(/main/image/site/phone.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 23px;
  height: 23px;
  top: 14px;
  left: 89px;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

#topbar .menu-col.expand {
  opacity: 1;
  right: 0;
}

#footer {
  position: relative;
  display: block;
  width: 100%;
}

#footer inner {
  position: absolute;
  width: calc(100% - 140px);
  max-width: 1020px;
  display: block;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
  padding: 10px 40px;
  z-index: 1;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(24, 27, 39, 0.77);
  color: white;
  border-radius: 4px 4px 0 0;
}

#footer inner .box {
  position: relative;
  width: 250px;
  float: left;
  padding-left: 50px;
}

#footer inner .box label {
  display: block;
}

#footer inner .box label:last-child {
  margin-top: 5px;
  color: #c1c1c1;
}

#footer inner .box label:first-child {
  margin-top: 5px;
}

#footer inner .box label a {
  color: #e2ad00;
}

#footer inner .box:first-child:after {
  background: url(/main/image/site/email.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 33px;
  height: 31px;
  top: 6px;
  left: 6px;
}

#footer inner .box.mobile:after {
  background: url(/main/image/site/phone.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 33px;
  height: 31px;
  top: 7px;
  left: 9px;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

#footer inner .box.location:after {
  background: url(/main/image/site/location-icon.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 33px;
  height: 31px;
  top: 7px;
  left: 9px;
}

#footer inner .box.mobile {
  width: 120px;
}

#footer inner:after {
  width: 100%;
  bottom: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  left: 0;
}

#footer .bar {
  background: #181b27;
}

#footer .bar label {
  color: #c1c1c1;
  font-size: 14px;
  width: calc(100% - 140px);
  position: relative;
  display: block;
  padding: 17px 70px;
  line-height: 150%;
  max-width: 1020px;
  margin: 0 auto;
}

#footer .bar a {
  color: #c1c1c1;
}

.core-col1 {
  color: #e2ad00 !important;
}

.fs-max {
  font-size: 75px;
  line-height: 110%;
}

.fs-2 {
  font-size: 60px;
}

.fs-3 {
  font-size: 50px;
}

.fs-4 {
  font-size: 30px;
}

.fs-5 {
  font-size: 25px;
}

.fs-6 {
  font-size: 20px;
}

.fs-small {
  font-size: 14px;
}

.fs-normal {
  font-size: 16px;
}

section {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
  padding: 60px 0;
}

section inner {
  position: relative;
  width: calc(100% - 140px);
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding: 10px 70px;
  z-index: 1;
}

section.footer {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1315px) {
  section {
    padding: 40px 0;
  }
  .fs-max {
    font-size: 65px;
    line-height: 110%;
  }
  .fs-2 {
    font-size: 50px;
  }
  .fs-3 {
    font-size: 40px;
  }
  .fs-4, .fs-5 {
    font-size: 25px;
  }
  .fs-6 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .fs-max {
    font-size: 55px;
  }
  .fs-2 {
    font-size: 40px;
  }
  .fs-3 {
    font-size: 30px;
  }
  .fs-4, .fs-5 {
    font-size: 22px;
  }
  .fs-6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 910px) {
  #footer inner {
    height: 194px;
    top: -214px;
  }
  #footer inner .box {
    width: calc(100% - 20px);
  }
  #footer inner .box:first-child {
    margin-bottom: 13px;
  }
  #footer inner .box.mobile {
    margin-bottom: 13px;
  }
  section.footer {
    padding-bottom: 280px;
  }
}

@media only screen and (max-width: 500px) {
  section inner {
    width: calc(100% - 60px);
    padding: 10px 30px;
  }
  #footer inner {
    width: calc(100% - 60px);
    padding: 10px 30px;
  }
  #footer inner .box label:last-child {
    font-size: 14px;
  }
  #footer .bar label {
    width: calc(100% - 60px);
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 340px) {
  #topbar .menu-col.expand {
    left: 0;
    min-width: 340px;
  }
}

@media only screen and (max-width: 340px) {
  #topbar .menu-col.expand {
    left: 0;
    min-width: 340px;
  }
}
/*# sourceMappingURL=Site.css.map */