	
/*<!--ouibonce-modal-start-->*/
	
#ouibounce-modal .modal {
    width: 100%;
    max-width: 390px;
}
	
	
@media only screen and (max-width: 800px) and (min-width: 320px){

#ouibounce-modal .modal {
    width: 100%;
    max-width: 390px;
    margin: 5px -10px;
}


#ouibounce-modal.hallow-form .modal-footer {
    /* display: none; */
    top: 20px;
    right: 17px;
    z-index: 1;
}

#ouibounce-modal.hallow-form .hbanner-form {
    float: none !important;
    display: block !important;
    margin: 0 10px !important;
    width: 100% !important;
}
.g-recaptcha div {
    width: 10% !important;
    height: 10% !important;
}


	
}

/*<!--ouibonce-modal-end-->*/
	

/*<!--remodal-start-->*/
	
/*remodal-start*/

/*
a,
input {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    color: #202020
}

h1 {
    font-size: 35px;
    line-height: 50px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 20px;
    line-height: 25px
}

h4 {
    font-size: 18px;
    line-height: 20px
}
*/

.conform {
    float: right;
    width: 80%;
    margin-right: 5%;
    margin-top: 30px
}

.conform .field input,
.conform .field textarea {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 10px;
    margin-bottom: 20px;
    background: 0 0
}

.field textarea.required {
    background: #fff;
    color: #000;
    padding: 8px 10px
}

.conform .field textarea {
/*    min-height: 200px*/
}

.conform input[type=submit] {
    background: #82151d;
    border: 1px solid #82151d;
    color: #fff;
    padding: 7px 50px;
    text-transform: uppercase
}

.remodal {
    background: #82151d!important
}

.remodal-close:hover {
    background: rgba(0, 0, 0, 1);
    text-decoration: none
}

.remodal .conform {
    float: none;
    width: 100%;
    margin: 0
}

.remodal h1 {
    color: #fff200;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.remodal h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -20px
}

.remodal .conform .field input {
    background: #fff;
    color: #000;
    padding: 8px 10px
}

.remodal p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.remodal .conform input[type=submit] {
    background: #fff200;
    color: #7a0026
}

.remodal .conform input[type=submit]:hover {
    background: #000;
    color: #fff
}

/*remodal-end*/

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  background: linear-gradient(to right, #e02a9724 0%,#24145152 90%);
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
	
	
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  overflow: visible;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size:20px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  background:#252525;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:hover:before{color: #fff;}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 22px;
  line-height: 35px;

  position: absolute;
  top: -2px;
  left: -2px;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {

    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

	
/*<!--remodal-end-->*/
	
/*<!--remodal-custom-start-->*/

::placeholder{
/*	color: #fff;*/
}
	
.remodal {
    width: 100%;
    max-width: 400px;
    right: 0;
    background: #180d37d1 !important;
    color: #fff;
    padding: 23px 23px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: #0000004a 0 7px 24px;
    position: relative;
}

/*
.remodal-wrapper {
    background: rgba(31, 31, 31, 0.9);
}
*/

.remodal-overlay {
    background: linear-gradient(to right, #e02a97a3 0%,#241451 81%);
}

.remodal h1 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    line-height: 25px;
    padding: 0;
    border: 0;
}
	
.remodal h1 span {
    color: #d92995;
    line-height: 4px;
    font-weight: 800;
    font-size: 24px;
}

.remodal h4 {
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 1em;
    padding-left: 0;
    font-size: 25px;
    text-transform: none;
    line-height: 20px;
}
	
.remodal:after {
    content: "";
    background: #d92995;
    width: 7px;
    height: 45px;
    position: absolute;
    left: 3px;
    top: 0;
}
	
.remodal .conform .field input, .conform .field input, .conform .field textarea {
    background: #0b0029;
    border: #ffffff 1px solid;
    width: 100%;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    box-shadow: #0000005e 0px 2px 5px;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    overflow: visible;
    transition: all .4s ease;
    margin-bottom: unset;
}
	
.remodal .conform input[type="submit"] {
    background: linear-gradient(to right, #e02a97 0%,#241451 90%);
    border: #da2a3a 1px solid;
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 9px;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: button;
    transition: all .4s ease;
    overflow: visible;
    margin: 0;
}

input[type="checkbox"] {
    width: 10px !important;
}
	
span.check-box {
    font-size: 12px;
    line-height: 0;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 800px) and (min-width: 320px){

.modal-footer a {
    width: 35px;
}
	
.popup-inner {
    margin: 12px 0 0;
}

}
/*<!--remodal-custom-end-->*/
