<style type="text/css">
/*still in the works :P*/
/*variables*/
/*general style*/
/*google font*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/*Login form style*/

/* === Form === */
#ouibounce-modal .form_modal {
  width: 100%;
}
#ouibounce-modal .form_modal .field2 {
  position: relative;
  margin: 0 0 0 10px;
  text-align: center;
}
#ouibounce-modal .form_modal .field {
  position: relative;
  margin: 0 0px 0 10px;
}
#ouibounce-modal .form_modal .field i {
  font-size: 18px;
  left: 0px;
  top: 0px;
  position: absolute;
  height: 44px;
  width: 44px;
  color: #7d7d7d;
  background: #d7d7d7;
  text-align: center;
  line-height: 44px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

/* === Login styles === */

#ouibounce-modal h1, #ouibounce-modal h2{
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
}
#ouibounce-modal .login h1 {
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #3c4043;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/*
#ouibounce-modal .login .submit {
  text-align: center;
}*/
#ouibounce-modal .login p:first-child {
  margin-top: 30px;
}

/*input style*/
/* === Input Form === */
#ouibounce-modal ::-webkit-input-placeholder {
  color: #ff0036 !important;
  font-family: 'Open Sans';
}

#ouibounce-modal :-moz-placeholder {
  color: #ff0036 !important;
  font-family: 'Open Sans';
}

#ouibounce-modal .form_modal input[type=text], #ouibounce-modal .form_modal input[type=email] {
  font-family: 'Open Sans', Calibri, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px 10px 55px;
  position: relative;
  width: 100%;
  height: 44px !important;
  color: #676056;
  border: none;
  background: #f7f3eb;
  transition: color 0.3s ease-out;
}

#ouibounce-modal .form_modal input[type=text], #ouibounce-modal .form_modal input[type=email] {
  margin-bottom: 15px !important;
}

#ouibounce-modal .form_modal input[type=text]:hover ~ i,
#ouibounce-modal .form_modal input[type=email]:hover ~ i,  {
  color: #3b3b3b;
}

#ouibounce-modal .form_modal input[type=text]:focus ~ i,
#ouibounce-modal .form_modal input[type=email]:focus ~ i {
  color: #3b3b3b;
}

#ouibounce-modal .form_modal input[type=text]:focus,
#ouibounce-modal .form_modal input[type=email]:focus,
#ouibounce-modal .form_modal button[type=submit]:focus {
  outline: none;
}

#ouibounce-modal .form_modal input[type=submit], .form_modal button[type=submit]  {
  display: block;
  margin-top: 5px;
  width: 100%;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  padding: 12px 0;
  letter-spacing: 0;
  box-shadow: inset 0px 0px 0px 0px #fedf0d;
  color: #fff;
  background-color: #3c4043;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

#ouibounce-modal .form_modal input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
  box-shadow: inset 0px 46px 0px 0px #000000;
}


#ouibounce-modal {
  font-family: 'Poppins', sans-serif;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#ouibounce-modal ul {
    display: block;
    padding: 0;
    margin: 0;
}

#ouibounce-modal ul li img.foto_modal {
    width: 100%;
    height: auto;
}

#ouibounce-modal ul li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 7px 0 0;
}

@media screen and (max-width: 970px) {
    #ouibounce-modal ul li {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0;
    }   
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal2 {
  width: 800px;
  height: 530px;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  overflow-y: auto;
  background: #ff6000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6000', endColorstr='#ffde00'); /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff6000', endColorstr='#ffde00')"; /* IE8 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6000), to(#ffde00)); /* webkit browsers */
  background: -moz-linear-gradient(top,  #ff6000,  #ffde00); /* Firefox 3.6+ */ 
}

@media screen and (max-width: 970px) {
    #ouibounce-modal .modal2 {
        height: auto;
        width: 100%;
    }
}

/*#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}*/
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .modal-body2 {
  padding: 20px 35px;
  font-size: 0.9em;
}

#ouibounce-modal .modal-body2 i.smile{
  font-size: 3rem;
}
#ouibounce-modal p {
  color: #344a5f;
}
#ouibounce-modal form {
  text-align: center;
  width: 100%;
}

#ouibounce-modal h2, #ouibounce-modal p {
    color: white;
}

#ouibounce-modal .modal-footer2 {
    position: absolute;
    top: 9px;
    right: 3px;
    text-align: center;
    width: auto;
    font-size: 14px;
}

@media screen and (max-width: 970px) {
    #ouibounce-modal .modal-footer2 {
        position: absolute;
        top: 7px;
        right: 5px;
        width: auto;
    }
}

#ouibounce-modal .modal-footer2 p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border: 1px solid;
  border-radius: 6px;
  padding: 6px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.close-ouibounce{
  /*background-color: #000;*/
  padding: 0 10px;
  font-size: 35px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-decoration: none;
  color: black;
  font-family: 'Open Sans',arial;
  font-weight: 100;
  transition: 0.5s;
  color: #fff;
  font-weight: 900;
}

.close-ouibounce:hover{
      color: #86739a;
  transition: 0.5s;
}
</style>