@font-face {
  font-family: "Rawline";
  src: url("../fonts/rawline.ttf");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/poppins-v5-latin-regular.ttf");
}

/* @font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona Book.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona ExtraLight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona SemiBold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/gentona/Gentona Heavy.otf");
  font-weight: bolder;
} */

/* @import 'https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css'; */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-user-select: none;
  user-select: none;
  background-color: #222222;
}

* {
  font-family: 'Rawline', sans-serif;
  font-weight: 400;
}

body {
  font-size: 95%;
  line-height: 1.8;
  color: #222;
  font-weight: 400;
  font-family: 'Poppins';
  margin: 0px;
  background-size: cover !important;
  /* cursor: none; */
}

.hidden {
  display: none !important;
}

/* @extend display-flex; */
display-flex,
.signup-content,
.form-row,
.label-flex,
.form-radio-group {
  display: -webkit-flex;
  display: flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:focus,
a:active {
  text-decoration: none;
  outline: none;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
  appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
  appearance: none !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=checkbox] {
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  appearance: checkbox !important;
}

input[type=radio] {
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
  appearance: radio !important;
}

input:-webkit-autofill {
  -moz-box-shadow: 0 0 0 30px transparent inset;
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -o-box-shadow: 0 0 0 30px transparent inset;
  -ms-box-shadow: 0 0 0 30px transparent inset;
  background-color: transparent !important;
  box-shadow: 0 0 0 30px transparent inset;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

h2 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #fff;
  font-family: 'Poppins';
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}


.main-container {
  position: relative;
  overflow-y: auto;
}

.universe {
  width: 100%;
  margin: 0 auto;
}

.signup-img {
  position: relative;
  width: 385px;
  margin-bottom: -8px;
}

.signup-form {
  width: 1015px;
  margin-top: -2px;
}

.signup-img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.register-form {
  padding: 40px;
  /* padding: 93px 115px 90px 80px; */
  margin-bottom: -8px;
}

.form-row {
  margin: 0 -30px;
}

.form-row .form-group {
  width: 100%;
  padding: 0 30px;
}

.form-input,
.form-select,
.form-radio {
  width: 90%;
  margin-bottom: 23px;
}

label,
input {
  display: block;
  width: 100%;
}

label {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

label.required {
  position: relative;
}

label.required:after {
  content: '*';
  margin-left: 2px;
  color: #b90000;
}

input {
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  padding: 14px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 14px;
  font-family: 'Poppins';
  border-radius: 5px;
}

input:focus {
  border: 1px solid #329e5e;
}

.label-flex {
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.label-flex label {
  width: auto;
}

.form-link {
  font-size: 12px;
  color: #222;
  text-decoration: none;
  position: relative;
}

.form-link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d7d7d7;
  left: 0;
  bottom: 12px;
}

.form-radio {
  margin-bottom: 18px;
}

.form-radio input {
  width: auto;
  display: inline-block;
}

.radio-label {
  padding-right: 72px;
}

.form-radio-group {
  padding-bottom: 10px;
  padding-top: 12px;
}

.form-radio-item {
  position: relative;
  margin-right: 30px;
}

.form-radio-item label {
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  z-index: 9;
  display: block;
  cursor: pointer;
  text-transform: none;
}

.check {
  display: inline-block;
  position: absolute;
  border: 1px solid #ebebeb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0px;
  z-index: 5;
  -webkit-transition: border .25s linear;
  transition: border .25s linear;
}

.check:before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  margin: auto;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

input[type=radio] {
  width: fit-content;
}

input[type=radio]:checked~.check {
  border: 1px solid #329e5e;
}

input[type=radio]:checked~.check::before {
  background: #329e5e;
}

ul {
  background: 0 0;
  position: relative;
  z-index: 9;
  /* border: 1px solid #ebebeb; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

ul li {
  padding: 13px 20px;
  z-index: 2;
  color: #222;
}

ul li:not(.init) {
  /* display: none; */
  /* background: #fff; */
  color: #222;
  padding: 5px 10px;
}

ul li:not(.init):hover,
ul li.selected:not(.init) {
  background: #329e5e;
  color: #fff;
}

li.init {
  cursor: pointer;
  position: relative;
}

li.init:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #222;
  font-family: 'Material-Design-Iconic-Font';
  content: '\f2f2';
}

#slider-margin {
  height: 5px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #f8f8f8;
  -moz-border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  -o-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  border-radius: 2.5px;
}

#slider-margin .noUi-connect {
  background: #329e5e;
}

#slider-margin .noUi-handle {
  width: 100px;
  height: 30px;
  top: -12px;
  background: #329e5e;
  -moz-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  border: none;
  right: -50px;
}

#slider-margin .noUi-handle:after,
#slider-margin .noUi-handle:before {
  background: transparent;
  height: 0px;
  width: 20px;
  top: -2px;
  font-size: 18px;
  outline: none;
}

#slider-margin .noUi-handle:before {
  font-family: 'Material-Design-Iconic-Font';
  color: #fff;
  content: '\f2fa';
  left: 10px;
}

#slider-margin .noUi-handle:after {
  font-family: 'Material-Design-Iconic-Font';
  color: #fff;
  content: '\f2fb';
  left: auto;
  right: -5px;
}

#slider-margin .noUi-handle .noUi-tooltip {
  bottom: 2px;
  border: none;
  background: transparent;
  font-weight: bold;
  color: #fff;
  padding: 0px;
}

.donate-us {
  margin-bottom: 93px;
  margin-top: 30px;
}

.donate-us label {
  margin-bottom: 32px;
}

.price_slider {
  position: relative;
}

.donate-value {
  position: absolute;
  top: -9px;
  left: 50%;
  z-index: 99;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.form-submit {
  text-align: right;
}

.submit {
  width: 150px;
  height: 50px;
  display: inline-block;
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#reset {
  background: #fff;
  color: #999;
  border: 2px solid #ebebeb;
}

#reset:hover {
  border: 2px solid #329e5e;
  background: #329e5e;
  color: #fff;
}

#submit {
  background: #329e5e;
  color: #fff;
  margin-right: 25px;
}

#submit:hover {
  background-color: #267747;
}

.form-input {
  position: relative;
}

label.error {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}

label.error:after {
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  content: '\f1f8';
  right: 20px;
  top: 37px;
  font-size: 23px;
  color: #c70000;
}

input.error {
  border: 1px solid #c70000;
}

.select-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 47px;
}

.list-item {
  position: absolute;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .universe {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
  }

  .signup-img {
    display: none;
  }

  .signup-form {
    width: 100%;
  }

  .register-form {
    padding: 93px 80px 90px 80px;
  }
}

@media screen and (max-width: 992px) {
  .signup-content {
    width: 100%;
  }

  .form-radio-item {
    margin-right: 15px;
  }

  .register-form {
    padding: 93px 30px 90px 30px;
  }
}

@media screen and (max-width: 768px) {
  .form-row {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px;
  }

  .form-row .form-group {
    width: 100%;
    padding: 0 0px;
  }
}

@media screen and (max-width: 480px) {
  .submit {
    width: 100%;
  }

  #submit {
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .form-radio-group {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */



.members-item-row {
  min-height: 40px;
  padding: 15px 10px;
  border: 1px solid #cccccc;
  margin: 10px 5px;
}

.ufkb-logo {
  -webkit-animation: .8s infinite beatHeart;
  animation: .8s infinite beatHeart;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.label--checkbox {
  position: relative;
  margin: 0.5em 0 0 0;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
}

.checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
  transform: scale(0.8);
}

.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 0px solid #2BB095;
  opacity: 0;
}

.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .55rem;
  border: 2px solid #2BB095;
  border-top-style: none;
  border-right-style: none;
  opacity: 1;
}

.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #3d3d3d;
  cursor: pointer;
  border-radius: 50%;
  padding: 4px;
  transform: scale(1.5);
  border: 1px solid #2BB095AA;
  border-radius: 50%;
}

.checkbox-light:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  padding: 4px;
  transform: scale(1.5);
  border: 1px solid #2BB095AA;
  border-radius: 50%;
}

.loading-animation {
  width: 75px;
}

/* Flickity */
.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
}

.resizable .resizers {
  width: 100%;
  height: 100%;
  border: 3px solid #4286f4;
}

.resizable .resizers .resizer {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /*magic to turn square into circle*/
  background: white;
  border: 3px solid #4286f4;
}

.resizable .resizers .resizer {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 3px solid #4286f4;
  position: absolute;
}

.resizable .resizers .resizer.top-left {
  left: -5px;
  top: -5px;
  cursor: nwse-resize;
  /*resizer cursor*/
}

.resizable .resizers .resizer.top-right {
  right: -5px;
  top: -5px;
  cursor: nesw-resize;
}

.resizable .resizers .resizer.bottom-left {
  left: -5px;
  bottom: -5px;
  cursor: nesw-resize;
}

.resizable .resizers .resizer.bottom-right {
  right: -5px;
  bottom: -5px;
  cursor: nwse-resize;
}

.glowing-border::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #e8f74d, #ff6600d9, #00ff66, #13ff13, #ad27ad, #bd2681, #6512b9, #ff3300de, #5aabde);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;
  animation: glower 20s linear infinite;
}

.horizontal-scrollable {
  overflow-x: auto;
  padding: 4px 8px;
}

.horizontal-scrollable>.row {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.horizontal-scrollable>.row>.col-auto {
  display: inline-block !important;
  float: none;
}