/*
cd moka/projects/alternativa
sass --watch sass:css --style compressed
*/
label {
  font-size: 16px; }

.form-control,
.form-select {
  border-radius: 20px;
  color: #000;
  border-width: 2px; }
  .form-control:focus,
  .form-select:focus {
    box-shadow: none;
    border-color: #00B4B4; }
  .form-control.error,
  .form-select.error {
    border-color: #FF0000; }

.form-message {
  padding: 0 .75rem;
  font-size: 14px;
  color: #FF0000; }

.btn {
  border-radius: 30px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  border-width: 2px; }

span.btn {
  cursor: default; }
  span.btn:before {
    display: none; }

.input-group .btn {
  padding-left: 10px;
  padding-right: 12px; }
  .input-group .btn:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-primary {
  background: #B975BA;
  border-color: #B975BA;
  position: relative; }
  .btn-primary span {
    position: relative; }
  .btn-primary:before {
    content: '';
    display: block;
    background: #a754a8;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-primary:hover {
    background: #B975BA;
    border-color: #B975BA; }
    .btn-primary:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background: #a754a8;
    border-color: #a754a8;
    box-shadow: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    background: #B975BA;
    border-color: #B975BA; }

.btn-secondary {
  background: #00B4B4;
  border-color: #00B4B4;
  position: relative; }
  .btn-secondary span {
    position: relative; }
  .btn-secondary:before {
    content: '';
    display: block;
    background: #0D949B;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-secondary:hover {
    background: #00B4B4;
    border-color: #00B4B4; }
    .btn-secondary:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
    background: #008181;
    border-color: #008181;
    box-shadow: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-light {
  background: #fff;
  border-color: #fff;
  position: relative;
  color: #00B4B4; }
  .btn-light span {
    position: relative; }
  .btn-light:before {
    content: '';
    display: block;
    background: #e2f6f6;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-light:hover {
    background: #fff;
    border-color: #fff;
    color: #00B4B4; }
    .btn-light:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-light:active, .btn-light:focus, .btn-light:active:focus {
    background: #e2f6f6;
    border-color: #e2f6f6;
    box-shadow: none; }
  .btn-light.disabled, .btn-light:disabled {
    background: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-light-primary {
  background: #fff;
  border-color: #fff;
  position: relative;
  color: #B975BA; }
  .btn-light-primary span {
    position: relative; }
  .btn-light-primary:before {
    content: '';
    display: block;
    background: #faf0f8;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-light-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #B975BA; }
    .btn-light-primary:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-light-primary:active, .btn-light-primary:focus, .btn-light-primary:active:focus {
    background: #faf0f8;
    border-color: #faf0f8;
    box-shadow: none; }
  .btn-light-primary.disabled, .btn-light-primary:disabled {
    background: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-light-secondary {
  background: #fff;
  border-color: #fff;
  position: relative;
  color: #00B4B4; }
  .btn-light-secondary span {
    position: relative; }
  .btn-light-secondary:before {
    content: '';
    display: block;
    background: #faf0f8;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-light-secondary:hover {
    background: #fff;
    border-color: #fff;
    color: #00B4B4; }
    .btn-light-secondary:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-light-secondary:active, .btn-light-secondary:focus, .btn-light-secondary:active:focus {
    background: #faf0f8;
    border-color: #faf0f8;
    box-shadow: none; }
  .btn-light-secondary.disabled, .btn-light-secondary:disabled {
    background: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-outline-primary {
  color: #B975BA;
  border-color: #B975BA;
  position: relative; }
  .btn-outline-primary:before {
    content: '';
    display: block;
    border: 2px solid #8F5A8F;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-outline-primary:hover {
    color: #8F5A8F;
    border-color: #B975BA;
    background: transparent; }
    .btn-outline-primary:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:active:focus {
    box-shadow: none; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-outline-secondary {
  color: #00B4B4;
  border-color: #00B4B4;
  position: relative; }
  .btn-outline-secondary:before {
    content: '';
    display: block;
    border: 2px solid #0D949B;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-outline-secondary:hover {
    color: #0D949B;
    border-color: #00B4B4;
    background: transparent; }
    .btn-outline-secondary:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:active:focus {
    box-shadow: none; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-outline-dark-red {
  color: #000;
  border-color: #000;
  position: relative; }
  .btn-outline-dark-red:before {
    content: '';
    display: block;
    border: 2px solid #FF0000;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-outline-dark-red:hover {
    color: #FF0000;
    border-color: #FF0000;
    background: transparent; }
    .btn-outline-dark-red:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-outline-dark-red:active, .btn-outline-dark-red:focus, .btn-outline-dark-red:active:focus {
    box-shadow: none; }
  .btn-outline-dark-red.disabled, .btn-outline-dark-red:disabled {
    color: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-outline-light {
  color: #fff;
  border-color: #fff;
  color: #fff;
  position: relative; }
  .btn-outline-light:before {
    content: '';
    display: block;
    border: 2px solid #EAD5EA;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    width: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-outline-light:hover {
    color: #EAD5EA;
    border-color: #fff;
    background: transparent; }
    .btn-outline-light:hover:before {
      width: calc(100% + 4px);
      opacity: 1; }
  .btn-outline-light:active, .btn-outline-light:focus, .btn-outline-light:active:focus {
    box-shadow: none; }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #C8C8C8;
    border-color: #C8C8C8;
    opacity: 1; }

.btn-link {
  color: #B975BA;
  text-decoration: none; }
  .btn-link:hover {
    color: #ca97cb;
    text-decoration: underline; }
  .btn-link:active, .btn-link:focus, .btn-link:active:focus {
    box-shadow: none; }

.input-group-text {
  border-radius: 20px;
  border-width: 2px;
  background: #f1f1f1; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px; }

.checkbox .checkbox-label {
  position: relative;
  line-height: 20px;
  padding: 0 0 0 30px;
  display: block;
  margin-left: 0; }
  .checkbox .checkbox-label.small:before, .checkbox .checkbox-label.small:after {
    top: -1px; }

.checkbox .checkbox-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ced4da;
  background: #fff;
  border-radius: 0px;
  border-radius: 7px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.checkbox .checkbox-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #00B4B4;
  opacity: 0;
  font-size: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  border-color: #00B4B4; }

.checkbox input[type="checkbox"]:checked + .checkbox-label:after {
  opacity: 1; }

.radio .radio-label {
  position: relative;
  line-height: 20px;
  padding: 0 0 0 24px;
  display: block;
  margin-left: 0; }

.radio .radio-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.radio .radio-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 6px;
  text-align: center;
  background: #000;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.radio input[type="radio"] {
  display: none; }

.radio input[type="radio"]:checked + .radio-label:after {
  opacity: 1; }

.fancybox-caption__body .radio .radio-label:before {
  border-color: #fff; }

.fancybox-caption__body .radio .radio-label:after {
  background: #fff; }

.radio-badge label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px; }

.radio-badge .badge-label {
  position: relative;
  line-height: 30px;
  padding: 2px 10px 2px 35px;
  display: inline-block;
  font-weight: bold;
  background: gray;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 14px;
  font-family: "Exo", sans-serif; }

.radio-badge .badge-label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.radio-badge .badge-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 13px;
  top: 13px;
  text-align: center;
  background: #B975BA;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.radio-badge input[type="radio"] {
  display: none; }
  .radio-badge input[type="radio"]:checked + .badge-label {
    background: #B975BA; }
    .radio-badge input[type="radio"]:checked + .badge-label:after {
      opacity: 1; }

.accordion-header {
  margin-top: 0; }

.accordion-button:focus {
  box-shadow: none;
  border-color: #ebf8eb; }

.accordion-button:not(.collapsed) {
  color: #B975BA;
  background-color: white; }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.nav-link {
  color: #B975BA; }
  .nav-link:focus, .nav-link:hover {
    color: #ca97cb; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #B975BA; }

.modal-content {
  border-radius: 20px;
  border: none; }

.modal-backdrop {
  background: #B975BA; }
  .modal-backdrop.show {
    opacity: .9; }

.table {
  color: #000; }
  .table th {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #B975BA; }
  .table > :not(:first-child) {
    border-top-color: white; }

html {
  font-family: "Exo", sans-serif;
  background: #ffffff;
  scroll-behavior: auto !important; }

body {
  overflow-y: scroll;
  font-family: "Exo", sans-serif;
  color: #000;
  font-size: 18px;
  scroll-behavior: auto !important; }

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh; }

h1,
.h1 {
  font-family: "Exo", sans-serif;
  font-size: 46px;
  margin: 20px 0;
  font-weight: bold;
  text-transform: uppercase; }

h2,
.h2 {
  font-family: "Exo", sans-serif;
  font-size: 32px;
  margin: 10px 0;
  font-weight: bold;
  text-transform: uppercase; }

h3,
.h3 {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold; }

h4,
.h4 {
  font-family: "Exo", sans-serif;
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold; }

h5,
.h5 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
  text-transform: uppercase; }

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 600; }

a {
  color: #B975BA;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:hover {
    color: #000;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  width: 100%;
  display: block; }

hr {
  background-color: #ead5ea;
  opacity: 1; }

hr:not([size]) {
  height: 2px; }

.lead {
  font-weight: normal;
  font-size: 24px; }

.text-body {
  color: #000 !important; }

.text-primary {
  color: #B975BA !important; }

.text-secondary {
  color: #00B4B4 !important; }

.bg-primary {
  background-color: #B975BA !important; }

.bg-secondary {
  background-color: #00B4B4 !important; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10; }
  .header .top {
    padding: 15px 0;
    background: #fff; }
    .header .top .logo {
      display: inline-block;
      width: 220px; }
    .header .top .nav {
      display: inline-block; }
      .header .top .nav ul {
        margin: 0;
        padding: 0;
        display: inline-block; }
        .header .top .nav ul li {
          list-style: none;
          display: inline-block;
          padding: 0 30px; }
          .header .top .nav ul li a:not(.btn) {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #000;
            line-height: 30px;
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent; }
            .header .top .nav ul li a:not(.btn):hover {
              border-bottom-color: #000; }
    .header .top .btn {
      margin-left: 30px; }
    .header .top .buri {
      font-size: 24px;
      position: relative;
      top: 5px; }
      .header .top .buri:hover {
        color: #B975BA; }
  .header .bottom {
    padding: 10px 0;
    background: #B975BA;
    color: #fff; }
  .header.home {
    position: absolute;
    z-index: 30; }
    .header.home .top {
      background: transparent; }
      .header.home .top .nav ul li a:not(.btn) {
        color: #fff; }
        .header.home .top .nav ul li a:not(.btn):hover {
          border-bottom-color: #fff; }
      .header.home .top .buri,
      .header.home .top .buri:hover {
        color: #fff; }

.header .bottom .form-select,
.sidebar-filter .form-select {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  border-color: #fff;
  color: #fff; }
  .header .bottom .form-select option,
  .sidebar-filter .form-select option {
    color: #000; }

.header .bottom .form-control,
.sidebar-filter .form-control {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .header .bottom .form-control::placeholder,
  .sidebar-filter .form-control::placeholder {
    color: #fff;
    opacity: 1; }
  .header .bottom .form-control:-ms-input-placeholder,
  .sidebar-filter .form-control:-ms-input-placeholder {
    color: #fff; }
  .header .bottom .form-control::-ms-input-placeholder,
  .sidebar-filter .form-control::-ms-input-placeholder {
    color: #fff; }

.header .bottom .checkbox .checkbox-label:before,
.sidebar-filter .checkbox .checkbox-label:before,
.header .bottom .checkbox input[type=checkbox]:checked + .checkbox-label:before,
.sidebar-filter .checkbox input[type=checkbox]:checked + .checkbox-label:before {
  border-color: #fff;
  background-color: transparent; }

.header .bottom .checkbox .checkbox-label:after,
.sidebar-filter .checkbox .checkbox-label:after {
  color: #fff; }

.hph {
  height: 140px; }

.mm-listview {
  text-align: left; }

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  font-weight: bold;
  color: #B975BA; }

#message_error,
#message_warning,
#message_ok {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  font-weight: bold; }
  #message_error .messagebutton,
  #message_warning .messagebutton,
  #message_ok .messagebutton {
    float: right;
    cursor: pointer; }

#message_error {
  background: #cf1538; }

#message_warning {
  background: #ffaa57; }

#message_ok {
  background: #a9cc5b; }

.mcs {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

#_loader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

#_loader.loader {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(185, 117, 186, 0.5);
  backdrop-filter: blur(10px); }
  #_loader.loader span {
    display: block;
    border: 16px solid #00B4B4;
    border-radius: 50%;
    border-top: 16px solid #fff;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 50%;
    margin-left: -60px;
    top: 50%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.footer {
  background: #00B4B4;
  position: relative;
  color: #fff;
  font-size: 14px; }
  .footer a {
    color: #fff;
    border-bottom: 1px solid transparent; }
    .footer a:hover {
      border-bottom-color: #fff; }
  .footer .social a {
    font-size: 48px;
    margin-right: 20px;
    border: none; }
    .footer .social a:hover {
      color: #ceffff; }
  .footer .top {
    padding: 35px 0;
    position: relative; }
    .footer .top:before {
      content: '';
      width: 1000px;
      height: 1000px;
      border-radius: 50%;
      background: #33C3C3;
      position: absolute;
      right: 55%;
      bottom: -500px; }
    .footer .top .nav ul {
      margin: 0;
      padding: 0; }
      .footer .top .nav ul li {
        list-style: none;
        margin-bottom: 5px; }
        .footer .top .nav ul li a {
          font-size: 12px; }
  .footer .bottom {
    padding: 25px 0;
    background: #33C3C3;
    font-size: 12px;
    position: relative; }

body #cc_div #cm {
  font-family: "Exo", sans-serif; }

body .cc_div .c-bn {
  border-radius: 20px;
  font-family: "Exo", sans-serif; }

body #c-bns button:first-child,
body #s-bns button:first-child {
  background: #B975BA; }

body #c-bns button:first-child:hover,
body #s-bns button:first-child:hover {
  background: #a754a8; }

.section {
  padding: 60px 0;
  width: 100%; }
  .section.one-section {
    min-height: calc(100vh - 120px); }
  .section.last {
    padding-bottom: 160px; }
  .section.bg-right-bottom, .section.bg-right-center, .section.bg-right-top, .section.bg-left-center {
    position: relative; }
    .section.bg-right-bottom:before, .section.bg-right-center:before, .section.bg-right-top:before, .section.bg-left-center:before {
      content: '';
      width: 1000px;
      height: 1000px;
      background: #F8F1F8;
      position: absolute;
      border-radius: 50%;
      z-index: -1; }
    .section.bg-right-bottom .container,
    .section.bg-right-bottom .container-fluid, .section.bg-right-center .container,
    .section.bg-right-center .container-fluid, .section.bg-right-top .container,
    .section.bg-right-top .container-fluid, .section.bg-left-center .container,
    .section.bg-left-center .container-fluid {
      position: relative; }
  .section.bg-right-bottom:before {
    right: -500px;
    bottom: 0; }
  .section.bg-right-center:before {
    right: -500px;
    top: 50%;
    margin-top: -500px; }
  .section.bg-right-top:before {
    right: -500px;
    top: -500px; }
  .section.bg-left-center:before {
    left: -500px;
    top: 50%;
    margin-top: -500px; }
  .section.bg-alternativa {
    position: relative; }
    .section.bg-alternativa:before {
      content: '';
      width: 1000px;
      height: 1000px;
      background: url("../images/bg-logo.png");
      position: absolute;
      border-radius: 50%;
      z-index: -1;
      right: -500px;
      top: 50%;
      margin-top: -500px; }
    .section.bg-alternativa .container,
    .section.bg-alternativa .container-fluid {
      position: relative; }

.alt-card-tabs a {
  display: block;
  border: 2px solid #EAD5EA;
  border-bottom: none;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  color: #000;
  background: #fff;
  font-weight: bold;
  color: #B975BA;
  text-align: center;
  font-size: 16px; }
  .alt-card-tabs a.active, .alt-card-tabs a:hover {
    border-color: #B975BA; }

.alt-card {
  display: block;
  border: 2px solid #EAD5EA;
  padding: 20px;
  border-radius: 20px;
  color: #000;
  position: relative;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .alt-card .post-image {
    margin: -20px -20px 0 -20px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: relative; }
    .alt-card .post-image img {
      -webkit-transition: 0.6s ease;
      -moz-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease;
      width: 100%; }
    .alt-card .post-image:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); }
    .alt-card .post-image .tags {
      position: absolute;
      left: 20px;
      bottom: 20px;
      z-index: 5; }
      .alt-card .post-image .tags .tag {
        line-height: 20px;
        padding: 5px 20px;
        border: 1px solid;
        font-size: 14px;
        display: inline-block;
        border-radius: 20px; }
      .alt-card .post-image .tags .tag-light {
        background: #fff;
        border-color: #fff;
        color: #000; }
      .alt-card .post-image .tags .tag-outline-light {
        border-color: #fff;
        color: #fff; }
      .alt-card .post-image .tags .tag + .tag {
        margin-left: 10px; }
  .alt-card .alt-card-header {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    padding-left: 140px;
    margin-bottom: 20px; }
    .alt-card .alt-card-header .image {
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      width: 120px; }
  .alt-card ul {
    font-size: 16px; }
  .alt-card .nav {
    display: block; }
    .alt-card .nav ul {
      margin: 0;
      padding: 0; }
      .alt-card .nav ul li {
        list-style: none;
        border-bottom: 2px solid #ead5ea; }
        .alt-card .nav ul li:last-child {
          border-bottom: none; }
        .alt-card .nav ul li a {
          display: block;
          padding: 5px 0;
          font-weight: bold; }
  .alt-card .alt-card-btn {
    display: block;
    width: 50px;
    line-height: 50px;
    background: #00B4B4;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 25px;
    bottom: -25px;
    text-align: center;
    padding-left: 3px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .alt-card .alt-card-btn .fas {
      line-height: inherit; }
    .alt-card .alt-card-btn.sm {
      width: 40px;
      line-height: 40px;
      bottom: -20px; }
  .alt-card.active {
    border-color: #B975BA; }

a.alt-card:hover {
  border-color: #B975BA; }
  a.alt-card:hover .post-image img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07); }
  a.alt-card:hover .alt-card-btn {
    background: #008181; }

.section.home-video {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  z-index: 20;
  min-height: 75vh; }
  .section.home-video .video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    clip: rect(0, auto, auto, 0);
    background: #B975BA; }
    .section.home-video .video video {
      position: absolute;
      left: 50%;
      /* % of surrounding element */
      top: 50%;
      transform: translate(-50%, -50%);
      /* % of current element */
      height: 100%;
      width: 177.77777778vh;
      /* 100 * 16 / 9 */
      min-width: 100%;
      min-height: 56.25vw;
      /* 100 * 9 / 16 */ }
  .section.home-video .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); }
  .section.home-video .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    font-size: 14px; }
    .section.home-video .bottom .home-icons {
      background: #00B4B4;
      color: #fff;
      padding: 20px 100px;
      border-radius: 150px; }
      .section.home-video .bottom .home-icons .icon {
        font-size: 36px; }
      .section.home-video .bottom .home-icons a {
        color: #fff; }
        .section.home-video .bottom .home-icons a h5 {
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        .section.home-video .bottom .home-icons a:hover {
          color: #fff; }
          .section.home-video .bottom .home-icons a:hover h5 {
            color: rgba(255, 255, 255, 0.8); }

.section.home-first {
  padding-top: 160px; }

.home-icon-box {
  position: relative;
  display: flex;
  align-items: top;
  min-height: 50px; }
  .home-icon-box .icon {
    font-size: 60px;
    color: #B975BA;
    line-height: 50px;
    margin-right: 20px; }

.reg-steps {
  position: relative;
  overflow: hidden; }
  .reg-steps:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 100%;
    height: 4px;
    background: #ccc;
    border-radius: 2px; }
  .reg-steps .reg-step {
    position: relative;
    text-align: center; }
    .reg-steps .reg-step .nr {
      display: inline-block;
      background: #ccc;
      color: #fff;
      font-weight: bold;
      width: 30px;
      line-height: 30px;
      border-radius: 15px;
      text-align: center; }
    .reg-steps .reg-step.active {
      font-weight: bold;
      color: #00B4B4; }
      .reg-steps .reg-step.active .nr {
        background: #00B4B4; }

label.btn.btn-primary span {
  padding-left: 30px;
  line-height: 20px; }

label.btn.btn-primary span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

label.btn.btn-primary span:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #B975BA;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

label.btn.btn-primary input[type="radio"] {
  display: none; }

label.btn.btn-primary input[type="radio"]:checked + span:after {
  opacity: 1; }

.reg-reszterulet .tag {
  display: inline-block;
  background: #B975BA;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 4px 0 10px;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 5px 5px 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .reg-reszterulet .tag .icon {
    line-height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #b064b2;
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    padding-top: 1px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .reg-reszterulet .tag.disabled {
    background: #C8C8C8; }
    .reg-reszterulet .tag.disabled .icon {
      background: #bbbbbb; }
  .reg-reszterulet .tag:not(.disabled):hover {
    background: #b064b2; }
    .reg-reszterulet .tag:not(.disabled):hover .icon {
      background: #a754a8; }

.reg-reszterulet.added .tag {
  background: #00B4B4; }
  .reg-reszterulet.added .tag .icon {
    background: #008181; }
  .reg-reszterulet.added .tag:hover {
    background: #009b9b; }
    .reg-reszterulet.added .tag:hover .icon {
      background: #008181; }

.orig-kepzettseg .remove-kepzettseg,
.orig-tapasztalat .remove-tapasztalat {
  display: none; }

.profile-quote {
  padding: 60px 0;
  position: relative; }
  .profile-quote:before, .profile-quote:after {
    content: '';
    width: 124px;
    height: 115px;
    background: url("../images/profile-quote-before.svg") no-repeat 0 0;
    position: absolute;
    z-index: -1; }
  .profile-quote:before {
    left: -20px;
    top: 0; }
  .profile-quote:after {
    right: -20px;
    bottom: 0;
    transform: rotate(180deg); }

.profile-tag {
  display: inline-block;
  background: #f8f1f8;
  color: #B975BA;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  margin: 0 5px 5px 0; }

.profile-cat-box {
  padding-left: 120px;
  min-height: 67px;
  position: relative;
  font-size: 16px; }
  .profile-cat-box img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -33px; }

.profile-image {
  position: relative;
  padding-right: 100px; }
  .profile-image img {
    border-radius: 50%; }
  .profile-image .btns {
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: right; }

.profile-icons {
  background: #00B4B4;
  color: #fff;
  padding: 20px 100px;
  border-radius: 150px; }
  .profile-icons .icon {
    font-size: 36px; }
  .profile-icons a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .profile-icons a:hover {
      border-bottom-color: #fff; }

.appointment-box {
  background: #B975BA;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 150px; }

.profile-training-container {
  position: relative;
  padding: 40px 0; }
  .profile-training-container:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2px;
    background: #B975BA;
    border-radius: 2px; }
  .profile-training-container .profile-training-box {
    position: relative; }
    .profile-training-container .profile-training-box:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 10px;
      position: absolute;
      left: 50%;
      top: 3px;
      margin-left: -10px;
      background: #B975BA; }

.profile-image-2 {
  display: inline-block;
  overflow: hidden;
  border-radius: 150px;
  width: 300px;
  max-width: 100%; }
  .profile-image-2.reg {
    width: 200px; }

.booking-times br {
  display: none; }

.booking-times a {
  display: inline-block;
  background: #B975BA;
  color: #fff;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  font-size: 16px;
  min-width: 65px;
  text-align: center; }

.sidebar-filter {
  display: block;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  background: #B975BA; }
  .sidebar-filter ul {
    margin: 0;
    padding: 0; }
    .sidebar-filter ul li {
      list-style: none;
      border-bottom: 2px solid rgba(255, 255, 255, 0.5);
      padding: 5px 0; }
      .sidebar-filter ul li:last-child {
        border-bottom: none; }
      .sidebar-filter ul li a:hover {
        opacity: .75; }
  .sidebar-filter a {
    color: #fff; }

.star-rating {
  display: inline-block; }
  .star-rating .star-icon {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #FFB300;
    font-size: 24px; }
    .star-rating .star-icon:last-child {
      padding-left: 0; }
  .star-rating .star-input {
    display: none; }
  .star-rating .star-icon:hover:before,
  .star-rating .star-icon:hover ~ .star-icon:before,
  .star-rating .star-input:checked ~ .star-icon:before {
    font-weight: 900; }
  .star-rating.disabled {
    pointer-events: none; }

.therapy-list .alt-card {
  font-size: 16px; }

.booking-calendar .calendar-header {
  background: #b064b2;
  color: #fff;
  padding: 10px 20px; }

.booking-calendar .calendar-day-header .calendar-daynumber {
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  background: #B975BA;
  color: #fff; }

.booking-calendar .calendar-day:not(.calendar-day-header) .calendar-days {
  text-align: center; }
  .booking-calendar .calendar-day:not(.calendar-day-header) .calendar-days .calendar-daynumber {
    padding: 5px 0;
    font-weight: bold;
    cursor: pointer; }
    .booking-calendar .calendar-day:not(.calendar-day-header) .calendar-days .calendar-daynumber:hover {
      color: #B975BA; }
  .booking-calendar .calendar-day:not(.calendar-day-header) .calendar-days .text-muted {
    padding: 5px 0; }

@media (max-width: 1199px) {
  .header .top .nav ul li {
    padding: 0 15px; }
  .header .top .btn {
    margin-left: 15px; }
  .alt-card .alt-card-header {
    min-height: 90px;
    padding-left: 110px; }
  .alt-card .alt-card-header .image {
    width: 90px; }
  .section.home-video .bottom .home-icons {
    padding: 20px;
    border-radius: 20px; } }

@media (max-width: 991px) {
  body {
    font-size: 16px; }
  h1,
  .h1 {
    font-size: 36px; }
  h2,
  .h2 {
    font-size: 30px; }
  h3,
  .h3 {
    font-size: 24px; }
  h4,
  .h4 {
    font-size: 18px; }
  h5,
  .h5 {
    font-size: 16px; }
  .section.last {
    padding-bottom: 60px; }
  .header .bottom .h3 {
    font-size: 18px; }
  .footer .top:before {
    display: none; }
  .profile-icons {
    padding: 20px 60px; }
  .profile-image {
    padding-right: 0; }
  .profile-image .btns {
    position: relative;
    top: -20px;
    right: auto; } }

@media (max-width: 767px) {
  .header .top {
    padding: 10px 0; }
  .header .top .buri {
    top: auto; }
  .hph {
    height: 115px; }
  .section {
    padding: 30px 0; }
  .section.home-first {
    padding-top: 30px; }
  .section.last {
    padding-bottom: 30px; }
  .profile-training-container {
    padding-left: 30px; }
  .profile-training-container:before {
    left: 10px; }
  .profile-training-container .profile-training-box:before {
    left: -20px; }
  .profile-image img {
    max-width: 60vw; }
  .profile-image .btns {
    position: absolute;
    top: 20px;
    right: 0; }
  .profile-image-2 {
    width: 150px; }
  .profile-icons,
  .appointment-box {
    border-radius: 20px;
    padding: 20px; } }
