/* header */
.header-video {
  position: relative;
  overflow: hidden;
  background-color: #0b0f16 !important;
  /* height: 580px !important; */
}
#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.header-video--media {
  width: 100%;
  height: auto;
}
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.teaser-video {
  width: 100%;
  height: auto;
}
.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  /* background-color: rgba(0, 0, 0, 0.6); */
  display: flex;
  align-items: center;
}


@media (max-width:600px) 
{
  .set-image img{
    width: 120px;
    object-fit: contain;
  }
}

/*                   */
.flip-box {
    background-color: transparent;
    height: 250px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  .flip-box-inner h2{
    font-size: 30px;
    
  }
  .flip-box-image{
    height: 150px;
    /* display: table; */
    margin: auto;
}
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  .flip-box-front h2{
    background-color: #F16106;
    margin: unset;
    height: 20%;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    padding: 7px 10px 4px;
    color: white;
    text-align: center;
    margin: 0;
    position: absolute;
    font-weight: 900;
    overflow: hidden;
    font-size: 28px;
  }
  
  .flip-box-back {
    background-color: #F16106;
    color: white;
    transform: rotateY(180deg);
  }
  .flip-box-image img {
    /* margin-top: 30px; */
    height: 80%;
    width: 100%;
    object-fit: cover;
    /* width: auto; */
}
  .fit-flip-box{
    margin: 15px;
    padding: unset;
    width: 30.66%;
  }
  .flip-box-back h2 {
    box-sizing: border-box;
    width: 100%;
   
    letter-spacing: 1px;
    padding: 10px;
    color: white;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* flex-box item */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-item {
  
  
  flex: 0 0 29.333%
}
@media (max-width:768px) {
  .flex-item{
  flex: 0 0 39.9999%
  }
}
@media (max-width:515px) {
  .flex-item{
    flex: 0 0 99%
    }
}
/* footer */
#footer {
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
  word-wrap: break-word;
  margin-bottom: 0;
  padding-top: 50px;
  float: left;
  color: #999;
  background-color: #1b1b1b;
}
#footer ul.sidebar_widget {
  width: 960px;
  list-style: none;
  margin: 0;
  margin: auto;
}
#footer .sidebar_widget.four > li {
  width: 20%;
  float: left;
  margin-right: 5%;
}
li{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
#footer ul.sidebar_widget li .textwidget {
  padding-top: 10px;
}
#footer p {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 5px;
}
#footer p a 
{
  margin-left: 5px;
}
#footer p a:hover
{
  color: #F16106 !important;
}
#footer  a,h2{
  color: #fff;
}
.footer_bar_wrapper {
  border-color: #444444;
  background: #1b1b1b;
}
@media only screen and (min-width: 1100px){
.footer_bar_wrapper {
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}
}
@media only screen and (min-width: 1100px){
#page_content_wrapper, .page_content_wrapper, .standard_wrapper, .footer_bar_wrapper, #footer ul.sidebar_widget, #page_caption:not(.hasbg) .page_title_wrapper {
  max-width: 1425px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 0 90px;
}}
.footer_bar_wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -webkit-font-smoothing: antialiased;
  clear: both;
  color: #fff;
  border-top: 1px solid #444;
  margin-top: 40px;
  padding: 20px 30px 0 30px;}

  #copyright {
    float: left;
    width: 50%;
    font-size: 16px !important;
    margin-bottom: 20px;
    text-align: left;
}

@media only screen and (max-width: 767px){
#copyright {
    float: left;
    width: 100%;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}
}
#footer_menu {
  float: right;
  display: block;
  list-style: none;
}
#footer_menu li {
  display: inline-block;
  margin-left: 20px;
}
#footer_menu li a {
  font-size: 18px;
}
#footer_menu li a {
  color: #fff;
}
@media only screen and (max-width: 767px){
#footer_menu li:first-child {
    margin-left: 0;
}}
@media only screen and (max-width: 767px){
#footer_menu {
    float: left;
    width: 100%;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}}
@media only screen and (min-width: 1100px){
 #footer ul.sidebar_widget{
    max-width: 1425px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0 90px;
 }
}
@media only screen and (max-width: 767px){
#footer {
    width: 100%;
}
}
@media only screen and (max-width: 767px){
#footer ul.sidebar_widget {
    width: 100%;
    float: none;
    margin: auto;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}
}
@media only screen and (max-width: 767px){
#footer .sidebar_widget.four > li {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px){
#footer .sidebar_widget.four > li, #footer .sidebar_widget.three > li, #footer .sidebar_widget.two > li, #footer .sidebar_widget.one > li, #footer .sidebar_widget.four > li:nth-child(4), #footer .sidebar_widget.three > li:nth-child(3), #footer .sidebar_widget.two > li:nth-child(2) {
    width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 960px){
#footer ul.sidebar_widget {
    width: 726px;
    margin: auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 960px){
#footer .sidebar_widget.four > li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 3%;
}
}
@media only screen and (min-width: 768px) and (max-width: 960px){
#footer .sidebar_widget.four > li:nth-child(2), #footer .sidebar_widget.four > li:nth-child(4) {
    width: 46%;
    margin-right: 0;
    float: right;
}}

.button-o.button-red {
  border-color: #F16106 !important;
  color: #F16106 !important;
  font-size: 22px;
}
.button-o.button-white {
  margin-left: 5px;
  border-color: white !important;
  color: white !important;
  font-size: 22px;
}
.button-o.button-white:hover
{
  color: white !important;
}

h2.widgettitle
{
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

input.with-border, input[type=text].with-border, input[type=password].with-border, input[type=email].with-border, input[type=number].with-border, textarea.with-border, select.with-border {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
}
input, input[type=text], input[type=password], input[type=email], input[typebutton=number], select {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  outline: none;
  font-size: 18px;
  letter-spacing: 1px;
  color: #222222;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  border: none;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
  margin: 0 0 16px;
}
.input-with-icon-left input {
  padding-left: 65px !important;
}

body, input[type=text], input[type=email], input[type=url], input[type=password], textarea {
  font-family: 'Alumni Sans' ,Lato, Helvetica, Arial, sans-serif;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=time], input.wpcf7-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, select {
  padding: 13px 10px 13px 10px;
  font-size: 100%;
  font-family: 'Alumni Sans', 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
  margin: 0;
  font-size: 16px;
  color: #222222;
  background: #fff;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-transition: border-color linear .3s;
  -moz-transition: border-color linear .3s;
  -o-transition: border-color linear .3s;
  transition: border-color linear .3s;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

.input-with-icon-left i {
  position: absolute;
  top: 0;
  color: #a0a0a0;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: block;
  border-radius: 4px 0 0 4px;
}

textarea:focus
{
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%) !important;
}

.button.full-width {
  max-width: 100%;
  width: 100%;
  text-align: center;
  display: block;
}
.button.button-sliding-icon {
  padding-left: 20px;
  padding-right: 10px;
}
span.button, button.button, input[type=button], input[type=submit], a.button {
  top: 0;
  padding: 10px 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  transition: all .2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(102 103 107 / 15%);
  background-color: #F16106;
  font-family: 'Alumni Sans' ,Lato, Helvetica, Arial, sans-serif;
}

::-webkit-input-placeholder {
  text-transform: initial;
  font-family: 'Alumni Sans' ,Lato, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

:-moz-placeholder { 
  text-transform: initial;
  font-family: 'Alumni Sans' ,Lato, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

::-moz-placeholder {  
  text-transform: initial;
  font-family: 'Alumni Sans' ,Lato, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

:-ms-input-placeholder { 
  text-transform: initial;
  font-family: 'Alumni Sans' ,Lato, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

span.status-not-available {
  background-color: #ffe6e6;
  color: #ea5252;
  display: block;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  margin-top: 5px;
}
.order-success-message i, .waiting-message i {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #1cc731;
  font-size: 52px;
  line-height: 90px;
  display: block;
  margin: 0 auto;
}