*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%
}
body {
    line-height: 1.74;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: Arial;
    position: relative;
    background-color: #ffffff;
/*	background-image: url(../../assets/img/bg.png);*/
}

.black-bg {
    background: #000000;
}
.preloader-active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 99999
}
.preloader-active .preloader-area-wrap {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999
}
.preloader-active .preloader-area-wrap .spinner div {
    background-color: #14703d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
40% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
40% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.preloader-area-wrap {
    display: none
}
.open_tm_preloader {
    position: fixed;
    background-color: transparent;
    z-index: 9999;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}
.open_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden
}
.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
    width: 0%
}
.open_tm_preloader:before, .open_tm_preloader:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.open_tm_preloader:before {
    top: 0;
    left: 0
}
.open_tm_preloader:after {
    bottom: 0;
    right: 0
}
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #14703d;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
}
}
.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    right: 0;
    border-radius: 50px 0px 0 0px;
}
.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px)
}
.scroll-top:hover {
    background-position: right center;
}
.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px)
}
.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
ul.footer-widget__list p {
    margin-bottom: 10px;
    font-size: 16px;
}
ul.footer-widget__list h3 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 15px 0;
}
.copyright-text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.copyright-text a {
    display: inline-block;
    color: #fff;
}

@media only screen and (max-width: 767px) {
.copyright-text {
    margin-bottom: 15px
}
}
footer-copyright-area row {
    border-top: 1px solid #fff;
}
.footer-copyright-area .row {
    padding: 15px 0;
}
.responsive-iframe-content {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 25%;
  position: relative;
  top: 6%;
}
.responsive-iframe-content .responsive-iframe-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.responsive-iframe-content .responsive-iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-body h1 {
  font-weight: 900;
  font-size: 2.3em;
  text-transform: uppercase;
}
.modal-body a.pre-order-btn {
  color: #fff;
  background-color: #f50;
  border-radius: 10px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: auto;
  font-size: 1.25em;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}
.modal-body.text-center {
    padding: 40px 20px;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.modal-open .modal {
    background: hsl(0deg 0% 0% / 75%);
}


@media only screen and (max-width: 1200px) {
    .responsive-iframe-content {
      margin-top: 0%;
}
}
@media only screen and (max-width: 991px) {
    .responsive-iframe-content {
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: 4%;
  margin-bottom: 20%;
}
}
@media only screen and (max-width: 767px) {
    .responsive-iframe-content {
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: 1%;
  margin-bottom: 15%;
}
}
@media only screen and (max-width: 576px) {
.responsive-iframe-content {
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: -5%;
  margin-bottom: 10%;
}
}
@media only screen and (max-width: 480px) {
    .responsive-iframe-content {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 5%;
  position: relative;
  top: -15%;
}
}
@media only screen and (max-width: 320px) {
    .responsive-iframe-content {
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: -29%;
  margin-bottom: 0;
}
}