@charset "UTF-8";
body * {
  font-family: "Poppins";
}
body .container {
  max-width: 1167px;
}

.full-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.full-img-btm {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.fixed-attachment {
  background-attachment: fixed;
}

.with-pseudo {
  position: relative;
}

.with-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.with-overlay.ol-light:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.with-overlay.ol-normal:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.with-overlay.from-left:before {
  position: absolute;
  content: "";
  top: 0;
  left: initial;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -moz-transition: 300ms width;
  -o-transition: 300ms width;
  -webkit-transition: 300ms width;
  transition: 300ms width;
}
.with-overlay.from-right:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: initial;
  height: 100%;
  width: 100%;
  -moz-transition: 300ms width;
  -o-transition: 300ms width;
  -webkit-transition: 300ms width;
  transition: 300ms width;
}

.snt-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.snt-a:hover {
  text-decoration: none;
  opacity: 1;
}

.snt-nav-tabs {
  border: 0;
}
.snt-nav-tabs li.nav-item {
  margin-bottom: 0;
}
.snt-nav-tabs li.nav-item a.nav-link {
  border: 0;
}
.snt-nav-tabs li.nav-item a.nav-link.active {
  border: 0;
}
.snt-nav-tabs li.nav-item a.nav-link:hover {
  border: 0;
}

#tempest-tabs {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#tempest-tabs li {
  margin-left: 10px;
  margin-right: 10px;
}
#tempest-tabs li a {
  padding: 0;
  color: #b7b7b7;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
#tempest-tabs li a.active {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #tempest-tabs li a {
    font-size: 16px;
    line-height: 18px;
  }
}
#tempest-tabs li:first-child {
  margin-left: 0;
}
#tempest-tabs li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #tempest-tabs li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#tempest-tabs:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #b7b7b7;
}

@media screen and (max-width: 991px) {
  #tempest-tab-contents .tab-pane {
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  #tempest-tab-contents .tab-pane {
    min-height: initial;
  }
}
#tempest-tab-contents .read-wrap-tabs {
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #tempest-tab-contents .read-wrap-tabs {
    max-height: 225px;
    -moz-transition: 300ms height ease;
    -o-transition: 300ms height ease;
    -webkit-transition: 300ms height ease;
    transition: 300ms height ease;
  }
}
#tempest-tab-contents .control-btn {
  font-size: 12px;
  color: #de0226;
  position: relative;
  text-decoration: none;
}
#tempest-tab-contents p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 25px;
}
#tempest-tab-contents p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #tempest-tab-contents p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 18px;
  }
}

.tempest-breadcrumb > li {
  margin-left: 5px;
  margin-right: 5px;
}
.tempest-breadcrumb > li span.sep {
  color: #fff;
}
.tempest-breadcrumb > li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
.tempest-breadcrumb > li a.current {
  font-weight: 700;
  color: #de0226;
}
@media screen and (max-width: 991px) {
  .tempest-breadcrumb > li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .tempest-breadcrumb > li a {
    font-size: 14px;
  }
}

.fancybox-content {
  max-width: 450px;
  width: 100%;
}

.simple-content a {
  color: #de0226;
  text-decoration: none;
}

.banner-btn {
  font-size: 20px;
  text-decoration: none;
  min-width: 195px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 16px 10px;
}
.banner-btn:hover {
  color: #000;
}
@media screen and (max-width: 991px) {
  .banner-btn {
    font-size: 16px;
    min-width: 120px;
    padding: 10px;
  }
}

.popup-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  min-width: 150px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  letter-spacing: 1px;
}
.popup-btn.v1 {
  color: #fff;
  padding: 16px 10px;
  border: solid 2px #fff;
}
@media screen and (max-width: 991px) {
  .popup-btn.v1 {
    padding: 10px;
  }
}
.popup-btn.v2 {
  color: #fff;
  border: solid 2px #de0226;
  padding: 16px 12px;
  background-color: #de0226;
}
@media screen and (max-width: 991px) {
  .popup-btn.v2 {
    padding: 10px;
  }
}
.popup-btn:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .popup-btn {
    min-width: 120px;
    font-size: 14px;
  }
}

.va-btn {
  text-transform: uppercase;
  font-size: 20px;
  padding: 16px 17px;
  display: inline-block;
  line-height: 1;
  background-color: #b54f06;
  min-width: 222px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
.va-btn:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .va-btn {
    font-size: 16px;
    padding: 10px;
    min-width: 170px;
  }
}

.snt-btn:hover {
  text-decoration: none;
  opacity: 1;
}

.theme-header {
  padding-top: 17px;
}
.theme-header a.theme-logo {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
}
.theme-header form.tempest-search {
  width: 100%;
  max-width: 450px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.theme-header form.tempest-search input {
  width: 100%;
  height: 50px;
  border: solid 1px #ebebeb;
  border-radius: 50px;
  outline: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #bdc0c0;
}
.theme-header form.tempest-search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .theme-header form.tempest-search {
    max-width: calc(100% - 150px);
  }
}
@media screen and (max-width: 991px) {
  .theme-header form.tempest-search {
    max-width: calc(100% - 100px);
  }
}
.theme-header form.tempest-search.mobile input {
  height: 40px;
}
.theme-header .customer-connect {
  vertical-align: middle;
  display: inline-block;
  max-width: 160px;
  width: 100%;
}
.theme-header .customer-connect .cc-head {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 991px) {
  .theme-header .customer-connect .cc-head {
    display: inline-block;
  }
}
.theme-header .customer-connect .a-wrap {
  display: block;
  position: relative;
}
.theme-header .customer-connect .a-wrap a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .theme-header .customer-connect .a-wrap a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.theme-header .customer-connect .a-wrap:after {
  content: "";
  width: 2px;
  background-color: #ebebeb;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .theme-header .customer-connect .a-wrap:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .theme-header .customer-connect .a-wrap {
    line-height: 1;
  }
}
.theme-header .customer-connect .cc-foot {
  font-size: 12px;
  color: #9b9b9b;
  display: block;
}
@media screen and (max-width: 991px) {
  .theme-header .customer-connect .cc-foot {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .theme-header .customer-connect.mod {
    vertical-align: initia;
    display: initial;
    max-width: initial;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .theme-header .customer-connect {
    text-align: right;
    margin-left: auto;
  }
}
.theme-header .customer-tools {
  vertical-align: middle;
  display: inline-block;
  margin-left: 23px;
}
.theme-header .customer-tools .ct-icon {
  height: 45px;
  width: 45px;
  border: solid 1px #ebebeb;
  border-radius: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.theme-header .customer-tools .ct-controls {
  vertical-align: middle;
  display: inline-block;
}
.theme-header .customer-tools .ct-controls .ct-c-head {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
}
.theme-header .customer-tools .ct-controls > a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.theme-header .customer-tools.mobile {
  margin-left: 0;
  display: inline-block;
  vertical-align: initial;
}
.theme-header .customer-tools.mobile a {
  text-align: center;
  display: block;
}
.theme-header .customer-tools.mobile a .ct-icon {
  height: 22px;
  width: 22px;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  background-position: 0px -8px;
}
.theme-header .customer-tools.mobile a .ct-label {
  display: block;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
}
.theme-header .menu-controls {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 45px;
}
.theme-header .menu-controls > .mobile {
  margin-right: 10px;
}
.theme-header .customer-actions {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
.theme-header .customer-actions .ca-wishlist,
.theme-header .customer-actions .ca-cart {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: 22px;
  position: relative;
}
.theme-header .customer-actions .ca-wishlist a,
.theme-header .customer-actions .ca-cart a {
  font-size: 22px;
}
.theme-header .customer-actions .ca-wishlist a i,
.theme-header .customer-actions .ca-cart a i {
  color: #000;
}
.theme-header .customer-actions .ca-wishlist .ca-count,
.theme-header .customer-actions .ca-cart .ca-count {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #ec7200;
  top: -5px;
  right: -9px;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}
.theme-header .customer-actions.mobile {
  margin-left: 0;
  display: inline-block;
  vertical-align: initial;
}
.theme-header .customer-actions.mobile .ca-cart {
  margin-left: 0;
  margin-right: 30px;
}
.theme-header .customer-actions.mobile .ca-wishlist {
  text-align: center;
  margin-left: 0;
  font-size: initial;
  line-height: initial;
  vertical-align: baseline;
}
.theme-header .customer-actions.mobile .ca-wishlist a {
  display: block;
  text-transform: uppercase;
}
.theme-header .customer-actions.mobile .ca-wishlist a i {
  display: block;
}
.theme-header .customer-actions.mobile .ca-wishlist a .ca-label {
  display: block;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
}
.theme-header .theme-navbar {
  background-color: #efefef;
  padding: 18px 15px;
  margin-top: 11px;
}
.theme-header .theme-navbar .tempest-toggler {
  height: 17px;
  width: 24px;
  position: relative;
  padding: 0;
  border: 0;
  outline: 0;
}
.theme-header .theme-navbar .tempest-toggler .icon-bar {
  height: 3px;
  width: 50%;
  background-color: #000;
  position: absolute;
}
.theme-header .theme-navbar .tempest-toggler .upper-set {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
}
.theme-header .theme-navbar .tempest-toggler .upper-set .icon-bar {
  top: 1px;
  background-color: #000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.theme-header .theme-navbar .tempest-toggler .upper-set .icon-bar:first-child {
  left: 0;
}
.theme-header .theme-navbar .tempest-toggler .upper-set .icon-bar:last-child {
  right: 0;
}
.theme-header .theme-navbar .tempest-toggler .middle-set {
  position: absolute;
  height: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  top: 0;
}
.theme-header .theme-navbar .tempest-toggler .middle-set .icon-bar {
  background-color: #000;
  bottom: 0;
  top: 0;
  margin-top: auto;
  width: 100%;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: auto;
}
.theme-header .theme-navbar .tempest-toggler .middle-set .icon-bar:first-child {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
}
.theme-header .theme-navbar .tempest-toggler .middle-set .icon-bar:last-child {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 0;
}
.theme-header .theme-navbar .tempest-toggler .lower-set {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
}
.theme-header .theme-navbar .tempest-toggler .lower-set .icon-bar {
  background-color: #000;
  bottom: 1px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.theme-header .theme-navbar .tempest-toggler .lower-set .icon-bar:first-child {
  left: 0;
}
.theme-header .theme-navbar .tempest-toggler .lower-set .icon-bar:last-child {
  right: 0;
}
.theme-header .theme-navbar .tempest-toggler[aria-expanded=true] .upper-set .icon-bar {
  top: 1px;
}
.theme-header .theme-navbar .tempest-toggler[aria-expanded=true] .upper-set .icon-bar:first-child {
  margin: auto;
  right: 0;
  left: 0;
  width: 0%;
}
.theme-header .theme-navbar .tempest-toggler[aria-expanded=true] .upper-set .icon-bar:last-child {
  margin: auto;
  right: 0;
  left: 0;
  width: 0%;
}
.theme-header .theme-navbar .tempest-toggler[aria-expanded=true] .middle-set .icon-bar:first-child {
  right: 0;
  margin: auto;
  width: 0%;
}
.theme-header .theme-navbar .tempest-toggler[aria-expanded=true] .middle-set .icon-bar:last-child {
  margin: auto;
  left: 0;
  width: 0%;
}
.theme-header .theme-navbar .tempest-toggler[aria-expanded=true] .lower-set .icon-bar:first-child {
  margin: auto;
  right: 0;
  left: 0;
  width: 0%;
}
.theme-header .theme-navbar .tempest-toggler[aria-expanded=true] .lower-set .icon-bar:last-child {
  margin: auto;
  right: 0;
  left: 0;
  width: 0%;
}
.theme-header .theme-navbar .tempest-menu {
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.theme-header .theme-navbar .tempest-menu .tempest-closer {
  background-color: #000;
  text-align: left;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  position: fixed;
  border: 0;
  border-radius: 0;
  height: 0;
  padding: 0 20px;
  right: 0;
  top: 0;
  width: 300px;
  -moz-transition: 300ms all ease 100ms;
  -o-transition: 300ms all ease 100ms;
  -webkit-transition: 300ms all ease 100ms;
  transition: 300ms all ease 100ms;
}
.theme-header .theme-navbar .tempest-menu .tempest-closer .full-set {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.theme-header .theme-navbar .tempest-menu .tempest-closer .full-set .icon-bar {
  height: 3px;
  width: 100%;
  background-color: #fff;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.theme-header .theme-navbar .tempest-menu .tempest-closer .full-set .icon-bar:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-header .theme-navbar .tempest-menu .tempest-closer .full-set .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.theme-header .theme-navbar .tempest-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.theme-header .theme-navbar .tempest-menu ul > li {
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
}
.theme-header .theme-navbar .tempest-menu ul > li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .theme-header .theme-navbar .tempest-menu ul > li a {
    padding: 12px 50px 12px 20px;
    text-align: left;
    border-bottom: solid 1px #f0f0f0;
  }
}
@media screen and (max-width: 1199px) {
  .theme-header .theme-navbar .tempest-menu ul > li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .theme-header .theme-navbar .tempest-menu ul > li {
    margin-left: 0;
    margin-right: 0;
  }
}
.theme-header .theme-navbar .tempest-menu.show {
  width: 300px;
}
.theme-header .theme-navbar .tempest-menu.show .tempest-closer {
  height: 44px;
}
@media screen and (max-width: 991px) {
  .theme-header .theme-navbar .tempest-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 991px) {
  .theme-header .theme-navbar {
    padding: 15px;
  }
}

.theme-footer {
  background-color: #efeded;
  padding: 55px 0 0 0;
}
.theme-footer a.ftr-logo {
  width: 216px;
  display: inline-block;
}
.theme-footer a.ftr-logo img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .theme-footer a.ftr-logo {
    width: auto;
  }
}
.theme-footer .customer-connect {
  vertical-align: middle;
  display: inline-block;
  max-width: calc(100% - 230px);
  width: 100%;
  margin-left: 5px;
}
.theme-footer .customer-connect .cc-head {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 991px) {
  .theme-footer .customer-connect .cc-head {
    font-size: 11px;
  }
}
.theme-footer .customer-connect .a-wrap {
  position: relative;
  display: block;
}
.theme-footer .customer-connect .a-wrap a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .theme-footer .customer-connect .a-wrap a {
    font-size: 16px;
  }
}
.theme-footer .customer-connect .cc-foot {
  font-size: 12px;
  color: #9b9b9b;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .theme-footer .customer-connect .cc-foot {
    font-size: 11px;
  }
}
.theme-footer .customer-connect .socials {
  margin-top: 15px;
  line-height: 1;
}
.theme-footer .customer-connect .socials .soc-head {
  font-size: 12px;
  color: #9b9b9b;
  display: block;
}
.theme-footer .customer-connect .socials .soc-foot ul.acc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.theme-footer .customer-connect .socials .soc-foot ul.acc-list li {
  margin-left: 2px;
  margin-right: 2px;
}
.theme-footer .customer-connect .socials .soc-foot ul.acc-list li a {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background-color: #e12b48;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .theme-footer .customer-connect .socials .soc-foot ul.acc-list li a {
    font-size: 14px;
    height: 25px;
    width: 25px;
  }
}
.theme-footer .customer-connect .socials .soc-foot ul.acc-list li:first-child {
  margin-left: 0;
}
.theme-footer .customer-connect .socials .soc-foot ul.acc-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .theme-footer .customer-connect .socials {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .theme-footer .customer-connect {
    max-width: calc(100% - 158px);
  }
}
@media screen and (max-width: 767px) {
  .theme-footer .customer-connect {
    max-width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
.theme-footer h3 {
  font-weight: 500;
  font-size: 16px;
  color: #de0226;
  margin: 0;
  margin-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .theme-footer h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.theme-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.theme-footer ul li {
  margin-bottom: 8px;
}
.theme-footer ul li a {
  display: block;
  color: #959292;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .theme-footer ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .theme-footer ul li {
    margin-bottom: 5px;
  }
}
.theme-footer .copyright-ftr {
  margin-top: 35px;
  background-color: #de0226;
  padding-top: 20px;
  padding-bottom: 15px;
}
.theme-footer .copyright-ftr p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.theme-footer .copyright-ftr p a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .theme-footer .copyright-ftr p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .theme-footer .copyright-ftr {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .theme-footer .copyright-ftr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .theme-footer {
    padding-top: 30px;
  }
}

.carousel-banner {
  background-color: #2d2d2d;
  overflow: hidden;
}
.carousel-banner .banner-slider {
  margin-bottom: 0;
}
.carousel-banner .banner-slider .slide-wrap {
  height: 100vh;
  padding: 0 30px;
}
.carousel-banner .banner-slider .slide-wrap .sw-box {
  max-width: 750px;
  width: 100%;
}
.carousel-banner .banner-slider .slide-wrap .sw-box .slide-content {
  margin-bottom: 50px;
  z-index: 9;
  position: relative;
}
.carousel-banner .banner-slider .slide-wrap .sw-box .slide-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 20px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
}
@media screen and (max-width: 991px) {
  .carousel-banner .banner-slider .slide-wrap .sw-box .slide-content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-banner .banner-slider .slide-wrap .sw-box .slide-content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-banner .banner-slider .slide-wrap .sw-box .slide-content h1 {
    font-size: 30px;
  }
}
.carousel-banner .banner-slider .slide-wrap .sw-box .slide-content p {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
  margin-bottom: 15px;
}
.carousel-banner .banner-slider .slide-wrap .sw-box .slide-content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .carousel-banner .banner-slider .slide-wrap .sw-box .slide-content p {
    line-height: 18px;
    font-size: 16px;
  }
}
.carousel-banner .banner-slider .slide-wrap .sw-box .slide-content .dots-active {
  background-color: #ebebeb;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  border: solid 1px #ebebeb;
}
.carousel-banner .banner-slider .slide-wrap .sw-box .slide-content .dots {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0);
  width: 13px;
  height: 13px;
  border: solid 1px #ebebeb;
}
.carousel-banner .banner-slider .slick-dots {
  bottom: 40px;
}
.carousel-banner .banner-slider .slick-dots li {
  height: 15px;
  width: 15px;
}
.carousel-banner .banner-slider .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 100%;
  border: solid 1px #ebebeb;
}
.carousel-banner .banner-slider .slick-dots li button:before {
  font-size: 0;
  height: 0;
  width: 0;
}
.carousel-banner .banner-slider .slick-dots li.slick-active button {
  background-color: #ebebeb;
  border: solid 1px #ebebeb;
}

.simple-popups {
  background-color: #de0226;
  padding: 35px 10px;
}
.simple-popups .sp-inquiry {
  position: relative;
}
.simple-popups .sp-inquiry:after {
  position: absolute;
  width: 1.5px;
  height: 60px;
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 575px) {
  .simple-popups .sp-inquiry:after {
    width: 60px;
    height: 1.5px;
    bottom: 0;
    top: initial;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.simple-popups .sp-consultation {
  position: relative;
}
.simple-popups .sp-consultation:before {
  position: absolute;
  width: 1.5px;
  height: 60px;
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 575px) {
  .simple-popups .sp-consultation:before {
    width: 60px;
    height: 1.5px;
    top: 0;
    left: 0;
    bottom: initial;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.simple-popups h2 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .simple-popups h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .simple-popups {
    padding: 10px;
  }
}

.product-list-v1 {
  padding-top: 85px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .product-list-v1 .modified {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.product-list-v1 .product-card {
  padding: 10px;
  border: solid 1px #d7d7d7;
  margin-bottom: 20px;
}
.product-list-v1 .product-card .pc-head {
  height: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .product-list-v1 .product-card .pc-head {
    height: 300px;
  }
}
@media screen and (max-width: 850px) {
  .product-list-v1 .product-card .pc-head {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .product-list-v1 .product-card .pc-head {
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .product-list-v1 .product-card .pc-head {
    height: 180px;
  }
}
.product-list-v1 .product-card .pc-foot {
  padding: 25px 10px 15px 10px;
}
.product-list-v1 .product-card .pc-foot h3 {
  margin: 0;
  font-size: 20px;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .product-list-v1 .product-card .pc-foot h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .product-list-v1 .product-card .pc-foot {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-list-v1 .product-card .pc-foot {
    padding: 10px 0 5px 0;
  }
}
.product-list-v1 .product-card * {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .product-list-v1 .product-card {
    padding: 5px;
    margin-bottom: 10px;
  }
}
.product-list-v1 .va-products {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .product-list-v1 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brand-summary {
  background-color: #de0226;
}
.brand-summary .flying-image {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.brand-summary .flying-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.brand-summary .flying-image:after {
  content: "";
  width: 93px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #de0226;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .brand-summary .flying-image:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brand-summary .flying-image {
    width: 100%;
  }
}
.brand-summary .bs-wrapper {
  height: 100%;
}
.brand-summary .bs-wrapper .bs-images {
  width: 100%;
}
.brand-summary .bs-wrapper .bs-images .bs-i-upper,
.brand-summary .bs-wrapper .bs-images .bs-i-lower {
  max-width: 455px;
  width: 100%;
  height: 240px;
  border: solid 7px #de0226;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: auto;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .brand-summary .bs-wrapper .bs-images .bs-i-upper,
.brand-summary .bs-wrapper .bs-images .bs-i-lower {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    height: 300px;
  }
}
.brand-summary .bs-wrapper .bs-images .bs-i-upper {
  margin-top: 0;
}
.brand-summary .bs-wrapper .bs-images .bs-i-lower {
  margin-bottom: 0;
}
.brand-summary .bs-wrapper .bs-images .slick-arrow {
  z-index: 9;
}
.brand-summary .bs-wrapper .bs-images .slick-arrow.slick-prev {
  left: 20px;
}
.brand-summary .bs-wrapper .bs-images .slick-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .brand-summary .bs-wrapper .bs-images {
    z-index: 9;
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .brand-summary .bs-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brand-summary .bs-content {
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 35px;
}
.brand-summary .bs-content h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .brand-summary .bs-content h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .brand-summary .bs-content .read-wrap {
    overflow: hidden;
    max-height: 200px;
    -moz-transition: 300ms height linear;
    -o-transition: 300ms height linear;
    -webkit-transition: 300ms height linear;
    transition: 300ms height linear;
  }
}
.brand-summary .bs-content .control-btn {
  font-size: 12px;
  color: #de0226;
  position: relative;
  text-decoration: none;
}
.brand-summary .bs-content p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.brand-summary .bs-content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .brand-summary .bs-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .brand-summary .bs-content {
    z-index: 9;
    position: relative;
    padding: 0 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .brand-summary {
    padding: 30px 0;
  }
}

.instagram-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
.instagram-carousel h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  color: #de0226;
  margin-bottom: 50px;
}
.instagram-carousel .instagram-slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 45px;
}
.instagram-carousel .instagram-slider .sl-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.instagram-carousel .instagram-slider .sl-wrap .ig-c-box {
  background-color: #000;
  height: 213px;
}
.instagram-carousel .instagram-slider .slick-dots {
  bottom: -45px;
}
.instagram-carousel .instagram-slider .slick-dots li {
  width: 14px;
  height: 14px;
}
.instagram-carousel .instagram-slider .slick-dots li button {
  border-radius: 100%;
  border: solid 1px #b54f06;
  width: 100%;
  height: 100%;
}
.instagram-carousel .instagram-slider .slick-dots li button:before {
  font-size: 0;
  height: 0;
  width: 0;
}
.instagram-carousel .instagram-slider .slick-dots li.slick-active button {
  background-color: #b54f06;
}

.subscribe-v1 {
  margin-bottom: 50px;
}
.subscribe-v1 .ss-box {
  padding: 80px 95px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px 0px;
}
.subscribe-v1 .ss-box .ss-head {
  width: calc(100% - 200px);
}
.subscribe-v1 .ss-box .ss-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: #de0226;
  margin: 0;
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .subscribe-v1 .ss-box .ss-head h2 {
    font-size: 25px;
  }
}
.subscribe-v1 .ss-box .ss-head p {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  .subscribe-v1 .ss-box .ss-head p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .subscribe-v1 .ss-box .ss-head {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .subscribe-v1 .ss-box {
    padding: 55px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe-v1 .ss-box {
    padding: 55px 30px;
  }
}
@media screen and (max-width: 575px) {
  .subscribe-v1 .ss-box {
    padding: 30px;
  }
}

.simple-banner {
  height: 500px;
}
.simple-banner h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .simple-banner h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .simple-banner h1 {
    font-size: 25px;
  }
}
.simple-banner.small-banner {
  height: 300px;
}

.image-with-tabs {
  padding-top: 60px;
  padding-bottom: 60px;
}
.image-with-tabs .img-box {
  height: 500px;
  background-color: #2d2d2d;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .image-with-tabs .img-box {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .image-with-tabs .img-box {
    max-width: 400px;
  }
}
.image-with-tabs .content-box {
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.image-with-tabs .content-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #de0226;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .image-with-tabs .content-box h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .image-with-tabs .content-box {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .image-with-tabs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.product-list-v2 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  width: 100%;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  -moz-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
@media screen and (max-width: 991px) {
  .product-list-v2 h3 {
    font-size: 14px;
  }
}
.product-list-v2 span.view {
  font-size: 18px;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0;
  display: block;
  width: 100%;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
@media screen and (max-width: 991px) {
  .product-list-v2 span.view {
    font-size: 14px;
    opacity: 1;
  }
}
.product-list-v2 a {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.product-list-v2 a:hover + .wrap-box h3 {
  padding-bottom: 0;
  -moz-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.product-list-v2 a:hover + .wrap-box span.view {
  opacity: 1;
  -moz-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  -o-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.testimonials-v1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonials-v1 h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
  color: #de0226;
}
@media screen and (max-width: 991px) {
  .testimonials-v1 h2 {
    font-size: 18px;
  }
}
.testimonials-v1 p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .testimonials-v1 p {
    font-size: 14px;
  }
}
.testimonials-v1 span.author {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .testimonials-v1 span.author {
    font-size: 11px;
  }
}
.testimonials-v1 span.auth-details {
  color: #de0226;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .testimonials-v1 span.auth-details {
    font-size: 11px;
  }
}
.testimonials-v1 .slide-wrap {
  margin: 15px 30px 0 30px;
}
.testimonials-v1 .slides {
  position: relative;
}
.testimonials-v1 .slides:before {
  content: "“";
  font-size: 100px;
  position: absolute;
  top: -20px;
  left: -30px;
  line-height: 1;
  color: #de0226;
  height: 35px;
}
@media screen and (max-width: 575px) {
  .testimonials-v1 .slides:before {
    left: -20px;
    top: -15px;
    font-size: 70px;
  }
}
.testimonials-v1 .slides:after {
  content: "”";
  font-size: 100px;
  position: absolute;
  bottom: -20px;
  right: -30px;
  line-height: 1;
  color: #de0226;
  height: 35px;
}
@media screen and (max-width: 575px) {
  .testimonials-v1 .slides:after {
    right: -20px;
    bottom: -15px;
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials-v1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-v1 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.slider-with-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.slider-with-content .tempest-sl {
  position: relative;
  width: 100%;
}
.slider-with-content .tempest-sl .sl-controls {
  width: 110px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.slider-with-content .tempest-sl .sl-controls .slick-slide {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  outline: 0;
}
.slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img {
  height: 90px;
  position: relative;
}
.slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img:before {
  width: 0;
  height: calc(100% - 15px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img:after {
  width: calc(100% - 15px);
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-left: solid 1px #fff;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  border-right: solid 1px #fff;
}
.slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img:hover:before {
  width: calc(100% - 5px);
  height: calc(100% - 15px);
}
.slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img:hover:after {
  width: calc(100% - 15px);
  height: calc(100% - 5px);
}
@media screen and (max-width: 991px) {
  .slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img {
    height: 80px;
  }
}
@media screen and (max-width: 850px) {
  .slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .slider-with-content .tempest-sl .sl-controls .slick-slide .sl-img {
    height: 60px;
  }
}
.slider-with-content .tempest-sl .sl-controls .slick-slide.slick-current .sl-img:before {
  width: calc(100% - 5px);
  height: calc(100% - 15px);
}
.slider-with-content .tempest-sl .sl-controls .slick-slide.slick-current .sl-img:after {
  width: calc(100% - 15px);
  height: calc(100% - 5px);
}
@media screen and (max-width: 991px) {
  .slider-with-content .tempest-sl .sl-controls {
    width: 100px;
  }
}
@media screen and (max-width: 850px) {
  .slider-with-content .tempest-sl .sl-controls {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .slider-with-content .tempest-sl .sl-controls {
    width: 80px;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .slider-with-content .tempest-sl .sl-controls {
    width: 70px;
  }
}
.slider-with-content .tempest-sl .sl-interface {
  width: calc(100% - 110px);
  margin-top: 10px;
  display: inline-block;
  margin-left: 110px;
}
.slider-with-content .tempest-sl .sl-interface .sl-img {
  height: 390px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .slider-with-content .tempest-sl .sl-interface .sl-img {
    height: 350px;
  }
}
@media screen and (max-width: 850px) {
  .slider-with-content .tempest-sl .sl-interface .sl-img {
    height: 310px;
  }
}
@media screen and (max-width: 480px) {
  .slider-with-content .tempest-sl .sl-interface .sl-img {
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .slider-with-content .tempest-sl .sl-interface {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
}
@media screen and (max-width: 850px) {
  .slider-with-content .tempest-sl .sl-interface {
    width: calc(100% - 90px);
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .slider-with-content .tempest-sl .sl-interface {
    width: calc(100% - 80px);
    margin-left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .slider-with-content .tempest-sl .sl-interface {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .slider-with-content .tempest-sl {
    max-width: 410px;
    margin-bottom: 30px;
  }
}
.slider-with-content .content-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #de0226;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .slider-with-content .content-box h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .slider-with-content .content-box h2 {
    text-align: center;
  }
}
.slider-with-content .content-box p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 25px;
}
.slider-with-content .content-box p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .slider-with-content .content-box p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .slider-with-content .content-box p {
    text-align: center;
  }
}

.product-list-v3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-list-v3 #productTabs li {
  margin-left: 10px;
  margin-right: 10px;
}
.product-list-v3 #productTabs li a {
  padding: 0;
  color: #b7b7b7;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 600;
  -moz-transition: 400ms color ease;
  -o-transition: 400ms color ease;
  -webkit-transition: 400ms color ease;
  transition: 400ms color ease;
}
.product-list-v3 #productTabs li a:hover {
  color: #de0226;
}
.product-list-v3 #productTabs li a.active {
  color: #de0226;
}
@media screen and (max-width: 991px) {
  .product-list-v3 #productTabs li a {
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .product-list-v3 #productTabs li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.product-list-v3 #productTabContents {
  margin-top: 40px;
}
.product-list-v3 #productTabContents .fade:not(.show) .product-box {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.product-list-v3 #productTabContents .product-box {
  height: 320px;
  margin-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.product-list-v3 #productTabContents .product-box .product-image {
  background-color: #000;
  height: 320px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-list-v3 #productTabContents .product-box .product-image a {
  -moz-transition: 0.35s transform ease;
  -o-transition: 0.35s transform ease;
  -webkit-transition: 0.35s transform ease;
  transition: 0.35s transform ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-list-v3 #productTabContents .product-box .product-label {
  padding: 0 20px;
  height: 70px;
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.product-list-v3 #productTabContents .product-box .product-label .label-wrapper {
  padding: 10px 10px;
  width: 100%;
  background-color: #fff;
}
.product-list-v3 #productTabContents .product-box .product-label .label-wrapper .product-name h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .product-list-v3 #productTabContents .product-box .product-label .label-wrapper .product-name h3 {
    font-size: 16px;
  }
}
.product-list-v3 #productTabContents .product-box .product-label .label-wrapper .product-price span {
  font-size: 16px;
  color: #b7b7b7;
}
@media screen and (max-width: 991px) {
  .product-list-v3 #productTabContents .product-box .product-label .label-wrapper .product-price span {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-list-v3 #productTabContents .product-box .product-label {
    -webkit-transform: translate(0px, -35px);
    -ms-transform: translate(0px, -35px);
    transform: translate(0px, -35px);
  }
}
.product-list-v3 #productTabContents .product-box:hover .product-image a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product-list-v3 #productTabContents .product-box:hover .product-label {
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}
@media screen and (max-width: 991px) {
  .product-list-v3 #productTabContents .product-box {
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .product-list-v3 #productTabContents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.project-list-v1 .project-tiles .project-box .project-image {
  padding: 5px;
  background-color: #000;
}
.project-list-v1 .project-tiles .project-box .project-image .project-client {
  position: relative;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  overflow: hidden;
}
.project-list-v1 .project-tiles .project-box .project-image .project-client h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 991px) {
  .project-list-v1 .project-tiles .project-box .project-image .project-client h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.project-list-v1 .project-tiles .project-box .project-image .project-client h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0;
  color: #fff;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 991px) {
  .project-list-v1 .project-tiles .project-box .project-image .project-client h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.project-list-v1 .project-tiles .project-box .project-image .view-project {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  z-index: 9;
  width: 0;
  opacity: 0;
  width: 0;
  overflow: hidden;
  -moz-transition: 300ms color ease;
  -o-transition: 300ms color ease;
  -webkit-transition: 300ms color ease;
  transition: 300ms color ease;
}
@media screen and (max-width: 991px) {
  .project-list-v1 .project-tiles .project-box .project-image .view-project {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.project-list-v1 .project-tiles .project-box .project-image .project-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 9;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
}
.project-list-v1 .project-tiles .project-box .project-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: initial;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: 300ms width;
  -o-transition: 300ms width;
  -webkit-transition: 300ms width;
  transition: 300ms width;
}
.project-list-v1 .project-tiles .project-box .project-material {
  background-color: #2d2d2d;
}
.project-list-v1 .project-tiles .project-box .project-material a {
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  z-index: 9;
  position: absolute;
}
.project-list-v1 .project-tiles .project-box .project-material .view-product {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0;
  z-index: 8;
  -moz-transition: 300ms color ease;
  -o-transition: 300ms color ease;
  -webkit-transition: 300ms color ease;
  transition: 300ms color ease;
}
@media screen and (max-width: 991px) {
  .project-list-v1 .project-tiles .project-box .project-material .view-product {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.project-list-v1 .project-tiles .project-box .project-material:after {
  position: absolute;
  content: "";
  top: 0;
  left: initial;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: 300ms width;
  -o-transition: 300ms width;
  -webkit-transition: 300ms width;
  transition: 300ms width;
}
.project-list-v1 .project-tiles .project-box .project-image,
.project-list-v1 .project-tiles .project-box .project-material {
  height: 337px;
  width: 100%;
}
.project-list-v1 .project-tiles:hover .project-box .project-image:hover .project-client {
  width: 1px;
  display: none;
}
.project-list-v1 .project-tiles:hover .project-box .project-image:hover .view-project {
  opacity: 1;
  width: auto;
  color: #de0226;
}
.project-list-v1 .project-tiles:hover .project-box .project-image:hover:before {
  width: 0%;
}
.project-list-v1 .project-tiles:hover .project-box .project-image:hover:after {
  width: 100%;
}
.project-list-v1 .project-tiles:hover .project-box .project-material:hover .view-product {
  opacity: 1;
  width: auto;
  color: #de0226;
}
.project-list-v1 .project-tiles:hover .project-box .project-material:hover:after {
  width: 100%;
}
.project-list-v1 .project-tiles.v2 .project-box .project-image:hover .project-client {
  width: 1px;
  display: none;
}
.project-list-v1 .project-tiles.v2 .project-box .project-image:hover .view-project {
  opacity: 1;
  width: auto;
  color: #de0226;
}
.project-list-v1 .project-tiles.v2 .project-box .project-image:hover:before {
  width: 0%;
}
.project-list-v1 .project-tiles.v2 .project-box .project-image:hover:after {
  width: 100%;
}
.project-list-v1 .project-tiles.v2 .project-box .project-material:hover .view-product {
  opacity: 1;
  width: auto;
  color: #de0226;
}
.project-list-v1 .project-tiles.v2 .project-box .project-material:hover:after {
  width: 100%;
}

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