/*
=======================================
  Media Queries -START-
=======================================
 */
/*
=======================================
  Media Queries -END-
=======================================
 */
/*
=======================================
  FLEX -START-
=======================================
 */
/*
=======================================
  FLEX -END-
=======================================
 */
/*
=======================================
  BOX SIZING -START-
=======================================
 */
/*
=======================================
  BOX SIZING -END-
=======================================
 */
/*
=======================================
  CUSTOM MERGERS -START-
=======================================
 */
/*
=======================================
  CUSTOM MERGERS -END-
=======================================
 */
/*
=======================================
  TRANSITION -START-
=======================================
 */
/*
=======================================
  TRANSITION -END-
=======================================
 */
/*
=======================================
  PREPARE A TAG -START-
=======================================
 */
/*
=======================================
  PREPARE A TAG -END-
=======================================
 */
/*
=======================================
  FONT PROPERTY -START-
=======================================
 */
/*
=======================================
  FONT PROPERTY -END-
=======================================
 */
/*
=======================================
  CONTAIN IMAGE BACKGROUND -START-
=======================================
 */
/*
=======================================
  CONTAIN IMAGE BACKGROUND -END-
=======================================
 */
/*
=======================================
  BACKGROUND GRADIENT -START-
=======================================
 */
/*
=======================================
  BACKGROUND GRADIENT -END-
=======================================
 */
/*
=======================================
  BACKGROUND SIZE -START-
=======================================
 */
/*
=======================================
  BACKGROUND SIZE -END-
=======================================
 */
/*
=======================================
  BORDER RADIUS -START-
=======================================
 */
/*
=======================================
  BORDER RADIUS -END-
=======================================
 */
.vb-rev-slider-form-container {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  height: 500px;
  overflow: hidden;
}
.vb-rev-slider-form-container > .video-holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.vb-rev-slider-form-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vb-rev-slider-form-wrapper > .text-holder {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 100%;
  color: #FFFFFF !important;
  font-size: 47px !important;
  line-height: 60px !important;
  text-align: center !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 5px #1b1e21;
  max-width: 100% !important;
  opacity: 0.7 !important;
  font-family: "Open Sans", sans-serif !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  padding: 0 50px !important;
  white-space: pre-wrap !important;
  letter-spacing: -4px !important;
}
.vb-rev-slider-form-wrapper > .holder {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 100%;
  height: 70px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.vb-rev-slider-form-wrapper > .holder > .dropdown-holder {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
.vb-rev-slider-form-wrapper > .holder > .dropdown-holder > select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px !important;
  text-align: center !important;
  font-size: 20px;
  line-height: 58px !important;
  border: 1px solid #cccccc;
  padding: 0 25px 0 12px !important;
}
.vb-rev-slider-form-wrapper > .holder > .button {
  -webkit-box-flex: 0 auto;
  -moz-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  border-radius: 15px !important;
  text-align: center !important;
  background-color: #dc3545;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px !important;
  text-decoration: none !important;
}
.vb-rev-slider-form-wrapper > .holder > .button:hover {
  text-decoration: none !important;
  background-color: #c82333;
}

.twoxtwoAlternate {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
}

/*# sourceMappingURL=rev-slider-form-style.css.map */
