@charset "UTF-8";
/* CSS Document */

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-texts-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
}

* {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.bg img {
  width: 100%;
}
.full {
  width: 100%;
  height: 100%;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
/**
HEADER STARTED
**/
.oobenn-header-container {
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  background-color: #ffffff;
  z-index: 7;
  box-shadow: rgb(243, 252, 251) 0px 6px 16px 0px;
}
.oobenn-header-container-in {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
}
.oobenn-logo {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  color: #33c5b1;
  font-family: "Varela Round", sans-serif;
  line-height: 54px;
}
.oobenn-login-register-buttons {
  float: right;
  width: 100%;
  max-width: 300px;
  padding-top: 11px;
}
.lrb {
  float: right;
  width: 100%;
  width: calc(100% / 2 - 0px);
  width: -webkit-calc(100% / 2 - 0px);
  width: -moz-calc(100% / 2 - 0px);
  width: -o-calc(100% / 2 - 0px);
  width: -ms-calc(100% / 2 - 0px);
  display: inline-block;
}
.oobenn-login-button,
.oobenn-register-button {
  width: 100%;
  max-width: 100px;
  margin: 0px auto;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.LightDarkGreen {
  background-color: #33c5b1;
}
.LightDarkGreen:hover {
  background-color: #0fbaa3;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}
.LightDarkRed {
  background-color: #f26364;
}
.LightDarkRed:hover {
  background-color: #f34647;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}
/**
HEADER FINISHED
**/
/**
MIDDLE STARTED
**/

.oobenn-middle-container {
  width: 100%;
  padding: 100px 0px;
  display: inline-block;
  padding-top: 180px;
}

.oobenn-middle-in {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
}
.oobenn-title {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  font-family: "Roboto Condensed", sans-serif;
  color: #2b396f;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  transition: all 0.9s ease-out;
  -webkit-animation: fadeIn 0.9s ease-in-out 0.9s;
  animation: fadeIn 0.9s ease-in-out 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.oobenn-title-description {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  font-family: "Varela Round", sans-serif;
  color: #2b396f;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  transition: all 1.2s ease-out;
  -webkit-animation: fadeIn 1.2s ease-in-out 1.2s;
  animation: fadeIn 1.2s ease-in-out 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 25px 0px;
}

.oobenn-images-videoBtn {
  width: 100%;
  display: inline-block;
  padding-top: 160px;
}

.oobenn-image {
  position: relative;
  display: inline-block;
  width: 100%;
  width: calc(100% / 3 - 0px);
  width: -webkit-calc(100% / 3 - 0px);
  width: -ms-calc(100% / 3 - 0px);
  width: -o-calc(100% / 3 - 0px);
  width: -moz-calc(100% / 3 - 0px);
  background-color: #f3fcfb;
  height: 350px;
  float: left;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: rgba(62, 57, 107, 0.09) 0px 6px 16px 0px;
  overflow: hidden;
}
.oobenn-image:nth-child(1) {
  transition: all 1.5s ease-out;
  -webkit-animation: fadeInRight 1.5s ease-in-out 1.5s;
  animation: fadeInRight 1.5s ease-in-out 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.oobenn-image:nth-child(2) {
  z-index: 1;
  height: 300px;
  margin-top: -8px; 
    -webkit-transform: scale(1.5) !important;
  -moz-transform: scale(1.5) !important;
  -o-transform: scale(1.5) !important;
  transform: scale(1.5) !important;
}
.oobenn-image:nth-child(3) {
  transition: all 1.6s ease-out;
  -webkit-animation: fadeInLeft 1.6s ease-in-out 1.6s;
  animation: fadeInLeft 1.6s ease-in-out 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.oobenn-image img {
  width: 100%;
}
.playVideo {
  cursor: pointer;
  margin: auto auto;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 1.8s ease-out;
  -webkit-animation: zoomIn 1.8s ease-in-out 1.8s;
  animation: zoomIn 1.8s ease-in-out 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.playVideoBeat {
  width: 96px;
  height: 96px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(icons/videoPlay.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.playVideoBeat:before {
  z-index: -2;
  animation: beat-before 2.5s ease 100ms infinite;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 0px;
  left: 0px;
  background-color: rgba(242, 99, 100, 0.7);
  position: absolute;
}
.playVideoBeat:after {
  z-index: -1;
  animation: beat-after 2.5s ease 200ms infinite;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 0px;
  left: 0px;
  background-color: rgba(242, 99, 100, 0.4);
  position: absolute;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes beat-before {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes beat-after {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.wmBox_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
}

.wmBox_centerWrap {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}

.wmBox_centerer {
  display: table-cell;
  vertical-align: middle;
}

.wmBox_centerer iframe {
  width: 95%;
  display: table;
  margin: 0 auto;
  position: relative;
}
.wmBox_contentWrap {
  width: 70%;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease-out;
  -webkit-animation: zoomIn 0.4s ease-in-out 0.4s;
  animation: zoomIn 0.4s ease-in-out 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wmBox_scaleWrap {
  position: relative;
  height: 0;
  padding-top: 20px;
  padding-bottom: 56.25%;
  width: 100%;
}

.wmBox_centerer iframe {
  position: absolute;
  top: 0;
  border: 0;
  outline: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.wmBox_closeBtn {
  z-index: 2;
  position: relative;
  margin-top: -40px;
  float: right;
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 12px;
  background-image: url(icons/cancel.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  cursor: pointer;
}
.opened {
  display: block;
}
.oobenn-features-container {
  width: 100%;
  padding: 100px 0px;
  display: inline-block;
}
.oobenn-features-list {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
  height: 800px;
  margin-top: 80px;
}
.oobenn-feature-list-title {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
  font-family: "Roboto Condensed", sans-serif;
  color: #2b396f;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
}
.oobenn-feature-box {
  float: left;
  width: 100%;
  width: calc(100% / 4 - 0px);
  width: -webkit-calc(100% / 4 - 0px);
  width: -moz-calc(100% / 4 - 0px);
  width: -ms-calc(100% / 4 - 0px);
  width: -o-calc(100% / 4 - 0px);
  padding: 100px 50px;
  background-position: center center;
  cursor: pointer;
}
.oobenn-feature-box:hover {
  background-color: #f3fcfb;
}
.oobenn-feature-chat {
  background-image: url(icons/chat.png);
  background-repeat: no-repeat;
}
.oobenn-feature-money {
  background-image: url(icons/money.png);
  background-repeat: no-repeat;
}
.oobenn-feature-ads {
  background-image: url(icons/ads.png);
  background-repeat: no-repeat;
}
.oobenn-feature-music {
  background-image: url(icons/mus.png);
  background-repeat: no-repeat;
}
.oobenn-feature-stories {
  background-image: url(icons/stories.png);
  background-repeat: no-repeat;
}
.oobenn-feature-edprof {
  background-image: url(icons/edprof.png);
  background-repeat: no-repeat;
}
.oobenn-feature-aa {
  background-image: url(icons/aa.png);
  background-repeat: no-repeat;
}
.oobenn-feature-pic {
  background-image: url(icons/pic.png);
  background-repeat: no-repeat;
}
.oobenn-feature-filter {
  background-image: url(icons/filter.png);
  background-repeat: no-repeat;
}
.oobenn-feature-exp {
  background-image: url(icons/exp.png);
  background-repeat: no-repeat;
}
.oobenn-feature-friend {
  background-image: url(icons/friend.png);
  background-repeat: no-repeat;
}
.oobenn-feature-vid {
  background-image: url(icons/vid.png);
  background-repeat: no-repeat;
}
.oobenn-feature-link {
  background-image: url(icons/link.png);
  background-repeat: no-repeat;
}
.oobenn-feature-bgc {
  background-image: url(icons/bgc.png);
  background-repeat: no-repeat;
}
.oobenn-feature-custom {
  background-image: url(icons/custom.png);
  background-repeat: no-repeat;
}
.oobenn-feature-audio {
  background-image: url(icons/audio.png);
  background-repeat: no-repeat;
}

.special {
  background-color: #f3fcfb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.4s ease-out;
  -webkit-animation: pulse 0.4s ease-in-out 0.4s;
  animation: pulse 0.4s ease-in-out 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.featureDetailsContainer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.1s ease-out;
  -webkit-animation: fadeIn 0.1s ease-in-out 0.1s;
  animation: fadeIn 0.1s ease-in-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.featureDetailsWrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.featureDetails {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 100%;
  max-width: 600px;
  padding-top: 100px;
}
.e-modal {
  position: relative;
  width: 100%;
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: -75px;
  padding-top: 85px;
  transition: all 0.3s ease-out;
  -webkit-animation: fadeIn 0.3s ease-in-out 0.3s;
  animation: fadeIn 0.3s ease-in-out 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.featureAvatar {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0px auto;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  z-index: 1;
  background-position: center center;
  transition: all 0.5s ease-out;
  -webkit-animation: fadeIn 0.5s ease-in-out 0.5s;
  animation: fadeIn 0.5s ease-in-out 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.featureTitle {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: #292929;
  padding: 15px 0px;
  font-family: "Roboto Condensed", sans-serif;
  transition: all 0.7s ease-out;
  -webkit-animation: fadeIn 0.7s ease-in-out 0.7s;
  animation: fadeIn 0.7s ease-in-out 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.featureDescription {
  width: 100%;
  padding: 0px 25px;
  font-weight: 400;
  color: #292929;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 40px;
  font-family: "Varela Round", sans-serif;
  transition: all 0.9s ease-out;
  -webkit-animation: fadeIn 0.9s ease-in-out 0.9s;
  animation: fadeIn 0.9s ease-in-out 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.closefPop {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(icons/cancel.png);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 1.3s ease-out;
  -webkit-animation: fadeIn 1.3s ease-in-out 1.3s;
  animation: fadeIn 1.3s ease-in-out 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  cursor: pointer;
}

.oobenn-footer-container {
  width: 100%;
  padding: 40px 0px;
  display: inline-block;
  background-color: #33c5b1;
}
.oobenn-footer {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
  text-align: center;
}
.oobenn-footer a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}
.oobenn-footer a:not(:last-of-type)::after {
  content: "\00B7";
  margin: 0px 1px 0px 6px;
}

#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
/**
MIDDLE FINISHED
**/
/**
REGISTER STARTD
**/
.moveFull {
  transition: all 0.3s ease-out;
  -webkit-animation: fadeOutUp 0.3s ease-in-out 0.3s;
  animation: fadeOutUp 0.3s ease-in-out 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.displayFull {
  transition: all 0.3s ease-out;
  -webkit-animation: fadeInUp 0.3s ease-in-out 0.3s;
  animation: fadeInUp 0.3s ease-in-out 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.registerBg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  position: fixed;
  display: none;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background-color: #f26364 !important;
}
.loginBg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  position: fixed;
  display: none;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background-color: #33c5b1 !important;
}
.showregBg {
  display: block !important;
  transition: all 0.3s ease-out;
  -webkit-animation: fadeInDown 0.3s ease-in-out 0.3s;
  animation: fadeInDown 0.3s ease-in-out 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.remregBg {
  transition: all 0.3s ease-out;
  -webkit-animation: fadeOutUp 0.3s ease-in-out 0.3s;
  animation: fadeOutUp 0.3s ease-in-out 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.oobenn_form_controller_wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.oobenn_form_in {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 100%;
  max-width: 400px;
  height: 100%;
}
.form__wrapper {
  position: relative;
  width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  transition: all 0.5s ease-out;
  -webkit-animation: fadeIn 0.5s ease-in-out 0.5s;
  animation: fadeIn 0.5s ease-in-out 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input {
  width: 100%;
  padding: 15px 0px;
  display: inline-block;
}
.field {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-family: helvetica;
}
.input:nth-child(1) {
  transition: all 0.9s ease-out;
  -webkit-animation: fadeInDown 0.9s ease-in-out 0.9s;
  animation: fadeInDown 0.9s ease-in-out 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(2) {
  transition: all 1s ease-out;
  -webkit-animation: fadeInDown 1s ease-in-out 1s;
  animation: fadeInDown 1s ease-in-out 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(3) {
  transition: all 1.1s ease-out;
  -webkit-animation: fadeInDown 1.1s ease-in-out 1.1s;
  animation: fadeInDown 1.1s ease-in-out 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(4) {
  transition: all 1.2s ease-out;
  -webkit-animation: fadeInDown 1.2s ease-in-out 1.2s;
  animation: fadeInDown 1.2s ease-in-out 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(5) {
  transition: all 1.3s ease-out;
  -webkit-animation: fadeInDown 1.3s ease-in-out 1.3s;
  animation: fadeInDown 1.3s ease-in-out 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(6) {
  transition: all 1.4s ease-out;
  -webkit-animation: fadeInDown 1.4s ease-in-out 1.4s;
  animation: fadeInDown 1.4s ease-in-out 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(7) {
  transition: all 1.5s ease-out;
  -webkit-animation: fadeInDown 1.5s ease-in-out 1.5s;
  animation: fadeInDown 1.5s ease-in-out 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(8) {
  transition: all 1.6s ease-out;
  -webkit-animation: fadeInDown 1.6s ease-in-out 1.6s;
  animation: fadeInDown 1.6s ease-in-out 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(9) {
  transition: all 1.7s ease-out;
  -webkit-animation: fadeInDown 1.7s ease-in-out 1.7s;
  animation: fadeInDown 1.7s ease-in-out 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input:nth-child(10) {
  transition: all 1.8s ease-out;
  -webkit-animation: fadeInDown 1.8s ease-in-out 1.8s;
  animation: fadeInDown 1.8s ease-in-out 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.awsome_input_border {
  display: inline-block;
  width: 0px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.field:hover,
.field:active,
.field:focus {
  outline: none;
}
.field:hover + .awsome_input_border,
.field:active + .awsome_input_border,
.field:focus + .awsome_input_border {
  width: 100%;
}
.submit_btn {
  width: 100%;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 15px 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  background-color: #c54647;
  border: none;
  display: block;
  cursor: pointer;
}
.submit_btnl {
	width: 100%;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 15px 0px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	background-color: #1a8f7f;
	border: none;
	display: block;
	cursor: pointer;
}
.script_name {
  font-size: 50px;
  text-align: center;
  color: #ffffff;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
}
.bd {
  float: left;
  width: 100%;
  width: calc(100% / 3 - 0px);
  width: -webkit-calc(100% / 3 - 0px);
  width: -moz-calc(100% / 3 - 0px);
  width: -ms-calc(100% / 3 - 0px);
  width: -o-calc(100% / 3 - 0px);
  display: inline-block;
}
.bdt {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0px;
}
.bdtsel {
  width: 100%;
  display: inline-block;
  padding: 10px;
  padding-left: 0px;
}
.bdtsel select {
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  display: block;
  width: 100%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.on_off span {
  display: inline-block;
  font-size: 0;
}

.on_off span > label,
span > input {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 8px 25px;
  margin: 0 -2px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.on_off span:first-of-type > label {
  border-radius: 15px 0 0 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.28);
}
.on_off span:last-of-type > label {
  border-radius: 0 15px 15px 0;
  border-left: none;
}
.on_off .lf {
  margin-left: -1px;
}
.on_off span > input {
  visibility: hidden;
  position: absolute;
}

.on_off span > input:checked ~ label {
  background-color: #fff;
  border: 2px solid #fff;
  color: #f26364;
}

.on_off span > label {
  position: relative;
}
.inte {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.inte a {
  text-decoration: none;
}
._m4qul {
  color: #ffffff;
  font-weight: 600;
}
.closeReg {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(icons/cls.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transition: all 0.8s ease-out;
  -webkit-animation: rotateIn 0.8s ease-in-out 0.8s;
  animation: rotateIn 0.8s ease-in-out 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  cursor: pointer;
  z-index: 999999;
}
.submit_btnl {
  width: 100%;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 15px 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  background-color: #0aa18c;
  border: none;
  display: block;
  cursor: pointer;
}
/**
REGISTER FINISHED
**/
/**
Password Helper STARTED
**/
div.rules-list li.ko::before,
div.rules-list li.ok::before {
  width: 32px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
div.rules-list {
  margin-top: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 0px;
}
div.rules-list .rules {
  list-style-type: none;
  padding: 0;
}
div.rules-list li {
  position: relative;
}
div.rules-list li.ko::before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  color: #ffffff;
}
div.rules-list li.ok::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  color: #99ff79;
}
.hidden {
  display: none;
}
.on_off {
	display: inline-block;
	border-radius: 13px;
}
.ld-blur {
  -webkit-animation: ld-blur 1s infinite;
  animation: ld-blur 1s infinite;
}

.unot{
   width:100%;
   display:inline-block; 
   color:#f9ff93;
   font-weight:600;
   font-size:13px;
}
.unote{
   width:100%;
   display:inline-block; 
   color:#f9ff93;
   font-weight:600;
   font-size:13px;
}
.enot{
   width:100%;
   display:inline-block; 
   color:#f9ff93;
   font-weight:600;
   font-size:13px;
}
@keyframes ld-blur {
  0%,
  to {
    filter: blur(0);
  }
  50% {
    filter: blur(5px);
  }
}
@-webkit-keyframes ld-blur {
  0%,
  to {
    filter: blur(0);
  }
  50% {
    filter: blur(5px);
  }
}

/**
Password Helper FINISHED
**/
/**
Wellcome STARTED FOR REGISTER
**/
.wellcome__register__wrapper {
	position: relative;
	width: 100%;
	margin: 20px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-51%);
	-ms-transform: translateY(-51%);
	transform: translateY(-51%);
	transition: all 0.5s ease-out;
	-webkit-animation: zoomIn 0.5s ease-in-out 0.5s;
	animation: zoomIn 0.5s ease-in-out 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	color:#ffffff;
	text-align:center;
}
.outWellForm {
transition: all 0.5s ease-out;
	-webkit-animation: zoomOut 0.5s ease-in-out 0.5s;
	animation: zoomOut 0.5s ease-in-out 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.hi_user{
   display:inline-block;
   padding:15px;
   font-weight:600;
   font-size:30px;
   text-align:center;
   font-family: "Varela Round", sans-serif;
}
.wellcome_succes{
   display:inline-block;
   padding:15px;
   font-weight:500;
   font-size:20px;
   text-align:center;
   font-family: "Varela Round", sans-serif; 
}
.redirectiong{
   display:inline-block;
   padding:15px;
   font-weight:500;
   font-size:16px;
   text-align:center;
   font-family: "Varela Round", sans-serif; 
}
.attantion_container {
  position: absolute;
  width: 100%;
  padding: 10px 0px;
  z-index: 9999;
  top: 10px; 
}
.in {
  transition: all 0.4s ease-out;
  -webkit-animation: fadeInDown 0.4s ease-in-out 0.4s;
  animation: fadeInDown 0.4s ease-in-out 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.out {
  transition: all 0.4s ease-out;
  -webkit-animation: fadeOutUp 0.4s ease-in-out 0.4s;
  animation: fadeOutUp 0.4s ease-in-out 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.attantion_container_in {
  position: relative;
  width: 100%;
  max-width: 835px;
  padding: 10px;
  background-color: #d84d4d;
  margin: 0px auto;
  -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.05),
    0 9px 46px 8px rgba(0, 0, 0, 0.04), 0 11px 15px -7px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.05),
    0 9px 46px 8px rgba(0, 0, 0, 0.04), 0 11px 15px -7px rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.05),
    0 9px 46px 8px rgba(0, 0, 0, 0.04), 0 11px 15px -7px rgba(0, 0, 0, 0.06);
}
.border-radius {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.attantion_container_note {
  position: relative;
  width: 100%;
  padding-right: 30px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  line-height: 35px;
}
.close_attantion {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-image: url(icons/cls.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}
.attantion_icon {
  width: 35px;
  height: 35px;
  float: left;
  background-image: url(icons/info.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 10px;
}
/**
Wellcome FINISHED FOR REGISTER
**/
/**
Mobile Screen STARTED
**/

@media screen and (max-width: 960px) {
  .oobenn-image {
    position: relative;
    display: block;
    width: 100%;
    width: calc(100% / 1 - 0px);
    width: -webkit-calc(100% / 1 - 0px);
    width: -ms-calc(100% / 1 - 0px);
    width: -o-calc(100% / 1- 0px);
    width: -moz-calc(100% / 1 - 0px);
    background-color: #f3fcfb;
    height: 350px;
    float: inherit;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(62, 57, 107, 0.09) 0px 6px 16px 0px;
    overflow: hidden;
  }
  .oobenn-image:nth-child(1) {
    display: none;
  }
  .oobenn-image:nth-child(3) {
    display: none;
  }
  .oobenn-image:nth-child(2) {
    margin: 0px auto;
    max-width: 500px;
    transition: all 1.2s ease-out;
    -webkit-animation: fadeInDown 1.2s ease-in-out 1.2s;
    animation: fadeInDown 1.2s ease-in-out 1.2s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: scale(1) !important;
  }
}
@media screen and (max-width: 600px) {
  .oobenn-feature-box {
    float: left;
    width: 100%;
    width: calc(100% / 2 - 0px);
    width: -webkit-calc(100% / 2 - 0px);
    width: -moz-calc(100% / 2 - 0px);
    width: -ms-calc(100% / 2 - 0px);
    width: -o-calc(100% / 2 - 0px);
  }
}
@media screen and (max-width: 410px) {
  .oobenn-logo {
    text-align: center;
    width: 100%;
  }
  .oobenn-login-register-buttons {
    float: inherit;
    padding-top: 11px;
    margin: 0px auto;
  }
  .oobenn-middle-container {
    width: 100%;
    display: inline-block;
    padding-top: 175px;
    padding-bottom: 0px;
  }
  .bg {
    top: 120px;
  }
}
@media screen and (max-width: 500px) {
  .oobenn-title {
    padding: 0px 15px;
    margin-bottom: 20px;
  }
  .oobenn-title-description {
    padding: 0px 15px;
    margin-bottom: 20px;
  }
  .oobenn-images-videoBtn {
    padding-top: 20px;
  }
  .oobenn-feature-list-title {
    padding-top: 20px;
  }
}
@media screen and (max-width: 390px) {
  .oobenn-features-container {
    padding: 0px 0px;
  }
  .oobenn-feature-box {
    width: 100%;
    width: calc(100% / 1 - 0px);
    width: -webkit-calc(100% / 1 - 0px);
    width: -moz-calc(100% / 1 - 0px);
    width: -ms-calc(100% / 1 - 0px);
    width: -o-calc(100% / 1 - 0px);
  }
}
