@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  overflow-x: hidden;
  padding-top: 100px;
}

.navbar {
  background-color: #FFFFFF !important;
}

.rateYo-home {
  height: 20%;
}

.articles {
  font-size: 45px;
}

.articles-title-home {
  font-size: 45px;
  color: #FFFFFF;
}

.articles-home {
  background-color: #33b3af;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control {
  width: 100% !important;
  padding: 25px !important;
}

@media only screen and (min-width: 991px) {
  .clear-md {
    clear: both;
  }
}

@media only screen and (min-width: 991px) {
  .clear-sm {
    clear: none;
  }
}

@media only screen and (min-width: 768px) {
  .article--small {
    margin: 0 0 2em;
  }
}

@media only screen and (max-width: 768px) {
  .typeahead {
    margin-bottom: 10px;
  }

  #resizeMapButton {
    margin-right: 50px;
  }

  .mn-profile img {
    width: 100% !important;
  }
}

.tags {
  text-align: right;
  font-style: italic;
}

.articles-home-list {
  float: right;
}

.main-footer {
  background-color: #36454F;
  height: 100%;
}

.footer-copyright {
  background-color: #36454F;
  color: #FFFFFF;
}

.footer-title {
  color: #FFFFFF;
  margin: 0px;
  text-underline: none;
  font-size: 24px;
}

.menu-list-footer {
  width: 100%;
}

.menu-list-footer ul {
  list-style: none;
  text-align: center;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.menu-list-footer ul li a {
  color: #FFFFFF;
  text-underline: none;
  font-size: 24px;
}

.menu-list-footer ul li a:hover {
  text-shadow: 1px 1px #0f0f0f;
  text-decoration: none;
}

.menu-list-footer ul li a span {
  font-size: 24px;
}

.author {
  display: block;
  text-align: right;
}

.mini-search {
  background-color: #33b3af;
  padding: 25px 25px;
}

.profil-label {
  font-size: 26px;
  float: left;
}

.profil .row {
  padding: 25px 25px;
}

.profil .row .form-control {
  margin-bottom: 25px;
}

.profil-img {
  max-width: 150px;
}

.select-modal {
  padding: 0px 15px !important;
  height: 52px;
}

.profil .row div {
  padding: 5px 0px 0px 0px;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FFFFFF;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #F64380;
  border-radius: 3px;
}

.btn-group .btn-light {
  background-color: #33b3af !important;
  color: #FFFFFF;
  margin-right: 5px;
  padding: 5px 15px;
}

.btn-light.active {
  background-color: #5c8f8c !important;
  color: #FFFFFF !important;
  box-shadow: 0 0 0 0.2rem rgba(51, 179, 175, 0.5);
}

.tox-tinymce {
  height: 500px !important;
}

.packet-label {
  font-size: 22px;
  text-align: center;
}

h3.packets-title {
  font-size: 38px;
  color: #33b3af;
}

h3.packets-title-check {
  font-size: 38px;
}

.packets-container {
  padding: 25px 5px;
}

.packet-ok {
  color: #33b3af;
  font-size: 32px;
}

.packet-not-ok {
  color: #f64380;
  font-size: 32px;
}

.packet-row {
  margin-top: 10px;
}

.expert-zone-title {
  font-size: 45px;
  margin-bottom: 50px;
}

.expert-zone-div {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.expert-zone-label {
  font-size: 28px;

}

.expert-zone-anchor {
  text-decoration: none !important;
  font-size: 32px;

    color: #3f5263;
}

.expert-zone-anchor:hover {
    color: #3f5263;
}

.expert-zone-rating-title {
  background-color: #5c8f8c;
  padding: 15px 0px 15px 0px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.rating-box {
  padding: 15px 15px;
}

.registration {
  margin-bottom: 50px;
}

.registration-page {
  background-color: #33b3af;
  padding: 25px 25px;
  min-height: 600px;
}

.registration-content {
  text-align: center;
}

.registration-page-title {
  color: #FFFFFF;
  font-size: 66px;
  text-align: center;
}

.registration-page-label {
  color: #3f5263;
  font-size: 42px;

}

.registration-page-anchor {
  color: #3f5263;
  font-size: 52px;

  text-decoration: none !important;
}

.registration-page-anchor:hover {
  color: #3f5263;
  font-size: 52px;
}

.registration-div-anchor {
  text-align: center;
  margin-top: 50px;
}

.registration-page-rating {
  color: #3f5263;
  font-size: 42px;
}

.registration-page-rating-img {
  border-radius: 50%;
  max-height: 125px;
  border: 1px solid #5c8f8c;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.registration-page-rating-label {

  font-size: 22px;
  vertical-align: middle;
}

.registration-page-rating-div {
  padding: 10px 10px;
  float: left;
  display: inline-block;
}

.registration-page-rating-row {
  margin-top: 50px;
}

/* Customize the label (the container) */

.container-checkbox-item {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container-checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container-checkbox-item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-checkbox-item input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container-checkbox-item .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.register-check {
  margin-top: 10px;
}

.chosen-container-multi .chosen-choices {
  padding: 15px 15px !important;
  border-radius: 5px 5px 5px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #e5e6e7;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  font-size: 18px;
}

#categories_chosen {
  width: 100% !important;
}

.column-disabled {
  background-color: #dddddd;
  opacity: 0.8;
}

.form-control {
  background-color: #FFFFFF !important;
  border: 1px solid #5c8f8c !important;
  color: #555 !important;
}

.form-control:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-multi .chosen-choices {
  font-size: 17px !important;
  border-radius: 0 !important;
  border: 1px solid #5c8f8c !important;
}

.chosen-choices {
  border: 1px solid #5c8f8c !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #666 !important;
}

.chosen-container-single .chosen-single {
  border-radius: 0px !important;
  font-size: 17px !important;
  border: 1px solid #5c8f8c !important;
  height: 50px;
  padding: 12px 15px;
  background: #FFF;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #FFF;
}

.chosen-container-single .chosen-single div b {
  margin-top: 12px;
}

.chosen-container-single .chosen-single span {
  color: #666 !important;
}

.chosen-container.chosen-with-drop .chosen-drop {
  border-radius: 0;
}

.modal {
  z-index: 99999;
}

.btn-success {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 15px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 0;
  border: 2px solid #5cb85c !important;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-primary {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 14px;
  height: 38px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 0;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-default {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  background-color: #FFFFFF;
  padding: 9px 14px;
  font-size: 14px;
  height: 41px;
  line-height: 1.4;
  border-radius: 0;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

#imagesInput {
  display: inline;
}

.slickSlider {
  z-index: -1;
  opacity: 0.6;
}

.mn-image-lg {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.mn-image-profile {
  margin: -110px 10px 0px 50px;
  z-index: 9999999;
  width: 50%;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .mn-profile-text > h1 {
    font-weight: 700;
    font-size: 16px;
  }

  .mn-image-profile {
    margin: -45px 10px 0px 25px;
    z-index: 9;
    width: 20%;
  }
}

.address-p {
  font-size: 16px;
}

.expert-profile {
  margin: 0;
  padding: 0;
}

.btn-categories {
  width: 100%;
  white-space: normal;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: clip;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #5C8F8C;
  text-decoration: none;
  text-underline: none;
}

.btn-categories:hover {
  width: 100%;
  white-space: normal;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: clip;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #5C8F8C;
  text-decoration: none;
  text-underline: none;
}

.service-item-main {
  font-size: 18px;
  font-weight: 600;
}

.service-item {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 16px;
}

.expert-social {
  font-size: 36px;
  margin-right: 10px;
}

.mn-profile-text-second {
  float: right;
}

.profile-main-category {
  font-size: 20px;
  color: #5C8F8C;
  font-weight: 600;
}

.expert-profile-with-img-profile {
  padding-top: 120px;
}

.search-mn-image-profile {
  margin-top: 5px;
  margin-bottom: 5px;
  z-index: 9999999;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #5c8f8c;
}

.search-profile-main-category {
  font-size: 12px;
  color: #5C8F8C;
  font-weight: 600;
}

.search-mn-profile-text > h1 {
  font-weight: 700;
  font-size: 16px;
}

.search-mn-image-profile {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.search-address-p {
  font-weight: 600;
  font-size: 12px;
}

.list-experts {
  padding: 25px 25px;
  height: 600px;
  overflow: auto;
  margin-bottom: 50px;
}

.search-profile-box {
  color: #000;
  margin-bottom: 10px;
}

.search-profile-box:hover .search-profile-main-category {
  color: #fff;
}

.search-profile-box:hover .row {
  color: #fff;
  background: #3f5263;
  border-color: #3f5263;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.search-profile-box:hover .read-more {
  font-size: 16px;
  color: #fff;
}

.isActive .search-profile-main-category {
  color: #fff;
}

.isActive .col-md-12 {
  color: #fff;
  background: #3f5263;
  border-color: #3f5263;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.isActive .row {
  color: #fff;
  background: #3f5263;
  border-color: #3f5263;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.isActive .read-more {
  font-size: 16px;
  color: #fff;
}

.read-more {
  font-size: 16px;
  color: #5c8f8c;
}

.rating {
  margin-top: 15px;
  margin-bottom: 15px;
}

hr {
  border-top: 1px solid #F64380 !important;
  opacity: 0.3;
}

.reply {
  margin-left: 50px;
}

.rating-box {
  padding: 25px 25px;
  border: 1px solid #5c8f8c;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-25 {
  margin-top: 25px;
}

.icon-register-star {
  font-size: 33px;
  color: gold;
  margin-top: 25px;
}

.icon-register {
  font-size: 72px;
  color: #F64380;
}

.packet-select {
  color: #3f5263;
  font-size: 32px;

  text-decoration: none !important;
}

.packet-select-rose {
  color: #F64380;
  font-size: 32px;

  text-decoration: none !important;
}

.packet-select:hover {
  color: #3f5263;
  text-decoration: none !important;
}

.packet-select-rose:hover {
  color: #FFFFFF;
  text-decoration: none !important;
}

.packet-page-anchor {
  color: #3f5263;
  font-size: 32px;

  text-decoration: none !important;
}

.packet-page-anchor:hover {
  color: #3f5263;
  font-size: 32px;

  text-decoration: none !important;
}

.packet-div-anchor {
  text-align: center;
  margin-top: 50px;
}

.icon-packet {
  font-size: 52px;
  color: #F64380;
}

.packet-content {
  text-align: center;
}

.packet-page-label {
  color: #3f5263;
  font-size: 22px;

}

.packet-featured {
  font-weight: 900;
  color: #5c8f8c;
}

.packet-featured:hover {
  font-weight: 900;
  color: #5c8f8c;
}

.icon-additional-service {
  font-size: 72px;
  color: #F64380;
}

.additional-service-col {
  text-align: center;
}

.footer-copyright .copyright-socials li i {
  background-color: #F64380;
  color: #FFFFFF;
}

.heading:after {
  background-color: #F64380;
}

.row-rating {
  margin-bottom: 10px;
}

.rating-icon {
  color: #F64380;
  text-align: center;
  font-size: 32px;
}

.jq-ry-container {
  margin: 0 auto;
}

.rating-col-3 {
  text-align: center;
}

.chosen-choices {
  cursor: pointer;
}

.btn-categories {
  cursor: pointer;
}

.card-deck {
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.card {
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
  line-height: 1.5;
  max-width: 25%;
  color: #212529;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  margin-left: 15px;
  margin-top: 15px;
}

.card-img-top {
  -webkit-tap-highlight-color: transparent;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  color: #212529;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
  border-style: none;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  height: 200px;
  width: 100%;
  display: block;
}

.card-body {
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  box-sizing: border-box;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-footer {
  -webkit-tap-highlight-color: transparent;
  color: #212529;
  text-align: left;
  box-sizing: border-box;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.text-muted {
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  box-sizing: border-box;
  font-size: 80%;
  font-weight: 400;
  color: #6c757d !important;
}

.rose-category {
  text-transform: uppercase;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #FFFFFF;
  background-color: #F64380;
  padding: 5px;
}

.rose-category {
  text-transform: uppercase;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #FFFFFF;
  background-color: #F64380;
  padding: 5px;
}

.rose-category:hover {
  text-transform: uppercase;
  position: absolute;
  top: 5%;
  right: 5%;
  color: #FFFFFF;
  background-color: #F64380;
  padding: 5px;
  cursor: pointer;
}

.category-link {
  color: #FFFFFF;
  text-decoration: none;
}

.category-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.card {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: all 0.2s ease-in-out;
}

.card:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.2s ease-in-out;
}

.no-underline {
  text-decoration: none;
  color: #212529;
}

.no-underline:hover {
  text-decoration: none;
  color: #212529;
}

/* Customize the label (the container) */

.container-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  display: block;
}

/* Hide the browser's default checkbox */

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 3px solid #5c8f8c;
}

/* On mouse-over, add a grey background color */

.container-checkbox:hover input ~ .checkmark {
  background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked ~ .checkmark {
  background-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container-checkbox .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #5c8f8c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body {
  background: #FFFFFF;
}

.menu-container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
}

.menu-container p {
  font-size: 20px;
}

.menu-container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #5c8f8c;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

.menu-container a:after {
  content: "";
  position: absolute;
  background: #5c8f8c;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.menu-container a:hover:after,
.menu-container a:focus:after,
.menu-container a:active:after {
  width: 100%;
}

input[type=text],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus {
  box-shadow: 0 0 5px #deaf6e;
}

h1 {
  position: relative;
}

.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 55px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #5c8f8c;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  z-index: 99999;
  background: #5c8f8c;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

#toggle {
  z-index: 999999;
}

@media only screen and (max-width: 768px) {
  #toggle {
    display: block;
  }

  .menu-list {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) {
  #toggle {
    display: none;
  }

  .menu-list {
    display: block !important;
  }
}

.login-page {
  padding-left: 0px;
  padding-right: 0px;
}

.login-body {
  background-color: #33b3af;
  padding-top: 25px;
  padding-bottom: 25px;
}

.register-page {
  padding-left: 0px;
  padding-right: 0px;
}

.register-title {
  font-size: 45px;
  color: #33b3af;
  text-align: center;
  font-family: "Allura", cursive;
}

.register-body {
  background-color: #33b3af;
  padding-top: 25px;
  padding-bottom: 25px;
}

