@charset "UTF-8";
.font-pr {
  font-family: "Open Sans", sans-serif;
}

.font-sc {
  font-family: "Oswald", sans-serif;
}

.font-tr {
  font-family: "Oswald", sans-serif;
}

body.single .brcT {
  margin-top: -80px;
  background: none !important;
}
@media (min-width: 768px) {
  body.single .brcT {
    margin-top: -70px;
  }
}

body.single .brcTP {
  background: none !important;
  padding: 15px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.single .brcTP span, body.single .brcTP a {
  text-transform: none;
  color: #363636;
}
body.single .brcTP .Breadcrumbs__Links {
  text-align: left;
}
body.single .brcTP:after {
  background: none;
}

.Rew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Rew.comm {
  font-size: 14px;
  font-weight: 400;
  color: #363636;
}
.Rew.comm i {
  margin-right: 5px;
}
.Rew span.num {
  font-size: 12px;
  font-weight: 400;
  color: #363636;
}
.Rew .rt {
  padding: 5px 8px;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffb100), to(#ff7102));
  background-image: linear-gradient(to left, #ffb100, #ff7102);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Rew .Review__stars {
  padding-right: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 0px !important;
}
.Rew .Review__stars li {
  line-height: 0px;
}
.Rew .Review__stars li::before {
  display: none;
}
.Rew .Review__stars li i {
  font-size: 16px;
}
.Rew .Review__stars li.selected i {
  color: #ffb100;
}
.Rew .Review__stars i {
  color: #d3d3d3;
  font-size: 12px;
}

.PayTour {
  padding-top: 15px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .PayTour {
    padding-top: 25px;
  }
}
.PayTour__Title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #363636;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .PayTour__Title {
    font-size: 28px;
    line-height: 32px;
  }
}
.PayTour span.num {
  font-size: 12px;
  font-weight: 400;
  color: #363636;
}
.PayTour span.num:hover {
  color: #69b706;
}
.PayTour .rt {
  padding: 5px 8px;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffb100), to(#ff7102));
  background-image: linear-gradient(to left, #ffb100, #ff7102);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PayTour .Review__stars {
  padding-right: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 0px !important;
}
.PayTour .Review__stars li {
  line-height: 0px;
}
.PayTour .Review__stars li i {
  font-size: 16px;
}
.PayTour .Review__stars li.selected i {
  color: #ffb100;
}
.PayTour .Review__stars i {
  color: #d3d3d3;
  font-size: 12px;
}
.PayTour .category {
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  padding-left: 15px;
  line-height: 10px;
  border-left: 1px solid #363636;
}
.PayTour__Slider-Nav .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
  width: 100% !important;
}
.PayTour__Slider-Nav .Item {
  border-radius: 8px;
  position: relative;
  background: #000;
}
.PayTour__Slider-Nav .Item:after {
  content: "";
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
.PayTour__Slider-Nav .Item.slick-current:after {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.PayTour__Slider-Nav .Item:hover:after {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.PayTour__Slider {
  overflow: hidden;
  min-height: 225px;
}
.PayTour__Slider .embed-responsive, .PayTour__Slider img {
  border-radius: 10px !important;
  outline: 0px !important;
}
.PayTour__Slider .slick-prev {
  position: absolute;
  left: 13px;
  bottom: 14px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
}
.PayTour__Slider .slick-prev i {
  color: #fff;
}
.PayTour__Slider .slick-next {
  position: absolute;
  left: 50px;
  bottom: 15px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
}
.PayTour__Slider .slick-next i {
  color: #fff;
}
.PayTour__Slider .slick-list {
  height: 100%;
  padding-bottom: 5px;
}
.PayTour__Slider .slick-track {
  height: 100%;
}
.PayTour__Slider .custom_paging {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
.PayTour__Slider .custom_paging li {
  display: none;
}
.PayTour__Slider .custom_paging li.slick-active {
  display: block;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 4px 11px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.PayTour__Settings {
  position: relative;
  border-radius: 10px;
  height: 100%;
  background: rgb(92.3167420814%, 94.02413273%, 96.5852187029%);
  padding: 24px;
}
.PayTour__Settings .languages {
  position: absolute;
  right: 0px;
  top: 15px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.PayTour__Settings .languages li.active a {
  background: #fff;
}
.PayTour__Settings .languages li a {
  display: block;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0px 8px;
}
.PayTour__Settings .languages li a .fi {
  width: 20px;
}
.PayTour__Settings .languages li a .fi::before {
  line-height: 1px;
}
.PayTour__Settings .Price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PayTour__Settings .Price span {
  font-size: 18px;
  color: #363636;
}
.PayTour__Settings .Price b {
  color: #363636;
  font-size: 24px;
  padding: 0px 10px;
}
.PayTour__Settings .Price .old_price {
  color: #bbbbbb;
  font-size: 18px;
  text-decoration: line-through;
}
.PayTour__Settings .info-price {
  font-size: 12px;
  color: rgba(54, 54, 54, 0.6);
  padding: 8px 0px;
}
.PayTour__Settings h2 {
  padding: 15px 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  border-top: 1px solid rgba(187, 187, 187, 0.6);
  margin-bottom: 0;
  margin-top: 15px;
}
.PayTour__Settings .Form .form-control {
  padding: 24px 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.PayTour__Settings .Form .adults_participants_number, .PayTour__Settings .Form .check_availability_date {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #bbbbbb;
  padding: 11px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #4e4e4e;
}
.PayTour__Settings .Form .form-check-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  padding: 0px;
}
.PayTour__Settings .Form .form-check-type input {
  width: 0px;
  height: 0px;
  opacity: 0;
}
.PayTour__Settings .Form .form-check-type label {
  position: relative;
  font-size: 16px;
  color: #363636;
  padding: 0px 20px 0px 30px;
}
.PayTour__Settings .Form .form-check-type label:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100px;
}
.PayTour__Settings .Form .form-check-type label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #69b706;
  border-radius: 100px;
  opacity: 0;
}
.PayTour__Settings .Form .form-check-type input[type=radio]:checked + label:after {
  opacity: 1;
}
.PayTour__Settings .Form .spinner-border {
  width: 20px;
  height: 20px;
}
.PayTour__Settings .Form button {
  padding: 12px;
  border-radius: 8px;
}
.PayTour__Settings .Info-rambursare span {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
}
.PayTour__Settings .Info-rambursare p {
  font-size: 14px;
  font-weight: 400;
  color: #363636;
}
.PayTour .Contact-details {
  padding: 20px;
  border: 3px solid rgb(92.3167420814%, 94.02413273%, 96.5852187029%);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.PayTour .Contact-details h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #363636;
  margin-bottom: 20px;
  counter-increment: section-counter;
}
.PayTour .Contact-details h2::before {
  content: counter(section-counter);
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  font-size: 15px;
  border: 1px solid #363636;
  border-radius: 100px;
  text-align: center;
  line-height: 20px;
}
.PayTour .Contact-details b {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
  margin-bottom: 8px;
}
.PayTour .Contact-details span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #363636;
}
.PayTour .Check-results, .PayTour .Check-resultss {
  padding: 20px;
  border: 3px solid rgb(92.3167420814%, 94.02413273%, 96.5852187029%);
  background: #fff;
  border-radius: 10px;
}
.PayTour .Check-results .Title, .PayTour .Check-resultss .Title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #69b706;
}
.PayTour .Check-results .Title i, .PayTour .Check-resultss .Title i {
  color: rgb(35.6209150327%, 62.0821661998%, 2.035480859%);
}
.PayTour .Check-results .Time-selected, .PayTour .Check-resultss .Time-selected {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #69b706;
}
.PayTour .Check-results .Time-selected i, .PayTour .Check-resultss .Time-selected i {
  color: rgb(35.6209150327%, 62.0821661998%, 2.035480859%);
}
.PayTour .Check-results .form-group, .PayTour .Check-resultss .form-group {
  position: relative;
}
.PayTour .Check-results .form-group label, .PayTour .Check-resultss .form-group label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 11px;
  display: none;
  position: absolute;
  top: -9px;
  text-align: center;
  background: #fff;
  left: 15px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .PayTour .Check-results .form-group label, .PayTour .Check-resultss .form-group label {
    font-size: 14px;
  }
}
.PayTour .Check-results label, .PayTour .Check-resultss label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .PayTour .Check-results label, .PayTour .Check-resultss label {
    font-size: 16px;
  }
}
.PayTour .Check-results .form-control, .PayTour .Check-resultss .form-control {
  padding: 14px 10px;
  border-radius: 8px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .PayTour .Check-results .form-control, .PayTour .Check-resultss .form-control {
    padding: 24px 15px;
    font-size: 16px;
  }
}
.PayTour .Check-results .Summary .Inf, .PayTour .Check-resultss .Summary .Inf {
  padding-bottom: 5px;
}
.PayTour .Check-results .Summary .Inf img, .PayTour .Check-resultss .Summary .Inf img {
  max-width: 48px;
  height: auto;
  margin-right: 10px;
  margin-right: 10px;
}
.PayTour .Check-results .Summary .Inf span, .PayTour .Check-resultss .Summary .Inf span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.PayTour .Check-results .Summary .Item, .PayTour .Check-resultss .Summary .Item {
  line-height: 1em;
}
.PayTour .Check-results .Summary .Item i, .PayTour .Check-resultss .Summary .Item i {
  font-size: 14px;
  color: #363636;
  display: inline-block;
  width: 30px;
  text-align: center;
}
.PayTour .Check-results .Summary .Item span, .PayTour .Check-resultss .Summary .Item span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
}
.PayTour .Check-results .Summary .data i, .PayTour .Check-resultss .Summary .data i {
  font-size: 14px;
}
.PayTour .Check-results .Summary .Add_cod_reducere, .PayTour .Check-resultss .Summary .Add_cod_reducere {
  display: block;
  text-align: right;
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.PayTour .Check-results .Summary .Reducere-checkout, .PayTour .Check-resultss .Summary .Reducere-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.PayTour .Check-results .Summary .Reducere-checkout input, .PayTour .Check-resultss .Summary .Reducere-checkout input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 14px;
  padding: 18px 14px;
}
.PayTour .Check-results .Summary .Reducere-checkout input.red, .PayTour .Check-resultss .Summary .Reducere-checkout input.red {
  border-color: #dc3545;
  color: #dc3545;
}
.PayTour .Check-results .Summary .Reducere-checkout input:not(:placeholder-shown), .PayTour .Check-resultss .Summary .Reducere-checkout input:not(:placeholder-shown) {
  text-transform: uppercase;
}
.PayTour .Check-results .Summary .Reducere-checkout .buton-aplica-cod, .PayTour .Check-resultss .Summary .Reducere-checkout .buton-aplica-cod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffa900;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}
.PayTour .Check-results .Summary .Reducere-checkout .buton-aplica-cod i, .PayTour .Check-resultss .Summary .Reducere-checkout .buton-aplica-cod i {
  color: #fff;
  font-size: 16px;
  line-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PayTour .Check-results .Summary .Reducere-checkout .buton-aplica-cod i::before, .PayTour .Check-resultss .Summary .Reducere-checkout .buton-aplica-cod i::before {
  margin: 0px;
}
.PayTour .Check-results .Summary .cod_err, .PayTour .Check-resultss .Summary .cod_err {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}
.PayTour .Check-results .Summary .Total, .PayTour .Check-results .Summary .Total-reducere-cod, .PayTour .Check-resultss .Summary .Total, .PayTour .Check-resultss .Summary .Total-reducere-cod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(187, 187, 187, 0.25);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #363636;
}
.PayTour .Check-results .Summary .Total .old, .PayTour .Check-resultss .Summary .Total .old {
  text-decoration: line-through;
  color: #bbbbbb;
}
.PayTour .Check-results .Summary .Total-reducere-cod, .PayTour .Check-resultss .Summary .Total-reducere-cod {
  text-transform: uppercase;
  padding-bottom: 0px;
  font-size: 14px;
}
.PayTour .Check-results .Summary .Total-reducere-cod b, .PayTour .Check-resultss .Summary .Total-reducere-cod b {
  margin-right: auto;
  padding-left: 8px;
  color: #69b706;
}
.PayTour .Check-results form .info, .PayTour .Check-resultss form .info {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
}
.PayTour .Check-results form .info a, .PayTour .Check-resultss form .info a {
  color: #363636;
  text-decoration: underline;
}
.PayTour .Check-results form .form-control:not(:placeholder-shown), .PayTour .Check-resultss form .form-control:not(:placeholder-shown) {
  color: #69b706;
  border-color: #69b706;
}
.PayTour .Check-results form .form-control:not(:placeholder-shown) ~ label, .PayTour .Check-resultss form .form-control:not(:placeholder-shown) ~ label {
  display: block;
}
.PayTour .Check-results form .form-check-terms, .PayTour .Check-resultss form .form-check-terms {
  margin-bottom: 10px;
}
.PayTour .Check-results form .form-check-terms label, .PayTour .Check-resultss form .form-check-terms label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
}
.PayTour .Check-results form .form-check-terms label a, .PayTour .Check-resultss form .form-check-terms label a {
  color: #363636;
  text-decoration: underline;
}
.PayTour .Check-results .Tour_checkout_buy, .PayTour .Check-resultss .Tour_checkout_buy {
  padding: 12px;
  border-radius: 8px;
}
.PayTour .Benefits {
  background: rgb(92.3167420814%, 94.02413273%, 96.5852187029%);
}
.PayTour .Benefits__Item {
  margin-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PayTour .Benefits__Item .title {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .PayTour .Benefits__Item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.PayTour .Benefits__Item i {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .PayTour .Benefits__Item i {
    margin-bottom: 0;
  }
}
.PayTour .Benefits__Item h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0em;
  margin-left: 0;
}
@media (min-width: 768px) {
  .PayTour .Benefits__Item h3 {
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
  }
}
.PayTour .PTinfo {
  position: relative;
  padding: 48px 0px;
  min-height: 250px;
}
.PayTour .PTinfo .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-attachment: fixed !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.PayTour .PTinfo .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #363636;
  opacity: 0.85;
}
.PayTour .PTinfo iframe {
  width: 100% !important;
}
.PayTour .PTinfo--border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.PayTour .PTinfo__Title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #363636;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .PayTour .PTinfo__Title {
    font-size: 28px;
    line-height: 32px;
  }
}
.PayTour .PTinfo__Description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #363636;
}
@media (min-width: 768px) {
  .PayTour .PTinfo__Description {
    font-size: 16px;
    line-height: 24px;
  }
}
.PayTour .PTinfo__Description ul {
  list-style: none;
}
.PayTour .PTinfo__Description ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #363636;
  margin-bottom: 4px;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .PayTour .PTinfo__Description ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.PayTour .PTinfo__Description ul li:before {
  content: "\2022";
  color: #69b706;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  width: 20px;
  margin-left: -15px;
  line-height: 30px;
}
.PayTour .PTinfo__Description ul li a {
  color: #69b706;
}
.PayTour .PTinfo__Description ul li a:hover {
  color: #363636;
}
.PayTour .PTinfo h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
@media (min-width: 768px) {
  .PayTour .PTinfo h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.PayTour .PTinfo .Points {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
}
.PayTour .PTinfo .Points li {
  background: linear-gradient(90deg, #f6f8fb 0%, #f6f8fb 16px, black 16px, black 18px, #f6f8fb 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5rem;
}
.PayTour .PTinfo .Points li .dot {
  background-color: #363636;
  border-radius: 50%;
  height: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1.5rem 0 0.625rem;
  width: 0.875rem;
}
.PayTour .PTinfo .Points li h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #363636;
}
.PayTour .PTinfo .Points li p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #363636;
  margin-bottom: 5px;
  padding-left: 15px;
}

.PayTourAudio .TurPlayPoint, .PayTourAudio .TurBlockPoint {
  background: rgb(80.3333333333%, 80.3333333333%, 80.3333333333%);
  border-radius: 50px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.PayTourAudio .TurPlayPoint button, .PayTourAudio .TurBlockPoint button {
  font-size: 18px;
  line-height: 18px;
  padding: 8px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid transparent;
  outline: none;
}
.PayTourAudio .TurPlayPoint button i, .PayTourAudio .TurBlockPoint button i {
  color: #000;
}
.PayTourAudio .TurPlayPoint button i::before, .PayTourAudio .TurBlockPoint button i::before {
  margin: 0px !important;
}
.PayTourAudio .TurPlayPoint button:hover, .PayTourAudio .TurBlockPoint button:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbbbbb;
}
.PayTourAudio .TurPlayPoint .ainf, .PayTourAudio .TurBlockPoint .ainf {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 8px;
  width: 100%;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .PayTourAudio .TurPlayPoint .ainf, .PayTourAudio .TurBlockPoint .ainf {
    font-size: 12px;
  }
}
.PayTourAudio .TurPlayPoint .ainf p, .PayTourAudio .TurBlockPoint .ainf p {
  text-transform: none;
  font-size: 9px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0px;
  line-height: 12px;
}
@media (min-width: 768px) {
  .PayTourAudio .TurPlayPoint .ainf p, .PayTourAudio .TurBlockPoint .ainf p {
    font-size: 10px;
  }
}
.PayTourAudio .TurPlayPoint .agps, .PayTourAudio .TurBlockPoint .agps {
  color: #000;
  font-size: 20px;
  line-height: 0px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  background: #fff;
  margin-right: -15px;
  padding: 5px;
}
.PayTourAudio .TurPlayPoint .agps i, .PayTourAudio .TurBlockPoint .agps i {
  line-height: 0px;
}
.PayTourAudio .TurPlayPoint .agps i::before, .PayTourAudio .TurBlockPoint .agps i::before {
  margin: 0px;
}

.tur-audio-player {
  position: fixed;
  z-index: 100;
  background: rgb(80.3333333333%, 80.3333333333%, 80.3333333333%);
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 15px 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .tur-audio-player {
    left: 15%;
    right: 15%;
    width: 70%;
  }
}
.tur-audio-player .Pclose {
  position: absolute;
  z-index: 10;
  right: 3px;
  top: auto;
  bottom: 3px;
  border-radius: 100px;
  border: 1px solid #bbbbbb;
  line-height: 1px;
  font-size: 15px;
  padding: 2px;
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .tur-audio-player .Pclose {
    right: -7px;
    top: -7px;
    font-size: 20px;
    bottom: auto;
  }
}
.tur-audio-player .Pclose {
  cursor: pointer;
}
.tur-audio-player .Pclose i::before {
  margin-left: 0px;
  margin-right: 0px;
}
.tur-audio-player audio {
  width: 100%;
}
.tur-audio-player__playlist {
  display: none;
}

.ArticleT .Bg {
  border-bottom: 1px solid #dde6ef !important;
  background: #fff;
}
.ArticleT__Img {
  padding: 150px 0px 180px 0px;
}
@media (min-width: 768px) {
  .ArticleT__Img {
    padding: 300px 0px;
  }
}
.ArticleT__Img h1 {
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  padding: 12px 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  margin: 4px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 25px;
}
@media (min-width: 768px) {
  .ArticleT__Img h1 {
    font-size: 35px;
  }
}
.ArticleT__Img h1:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 5px solid rgb(255, 255, 255);
  margin: 0px 0px;
}
.ArticleT__Menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ArticleT__Menu li {
  display: inline-block;
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .ArticleT__Menu li {
    width: auto;
  }
}
.ArticleT__Menu li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  padding: 20px 32px;
  border: none;
  border-right: 1px dashed #dee2ea;
  background: #fff;
  color: #334e6f;
  font-size: 14px;
  opacity: 0.7;
  border-radius: 0;
  margin-right: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ArticleT__Menu li a:hover {
  color: #69b706;
}
.ArticleT__Menu li a i {
  margin-right: 4px;
}
@media (max-width: 1023.98px) {
  .ArticleT__Menu li a {
    padding: 20px 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    min-height: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ArticleT__Menu li:nth-of-type(1) a {
    border-bottom: 1px dashed #dee2ea;
  }
  .ArticleT__Menu li:nth-of-type(2) a {
    border-bottom: 1px dashed #dee2ea;
  }
  .ArticleT__Menu li:nth-child(even) a {
    border-right: none;
  }
}
.ArticleT__Box {
  background: #fff;
  display: block;
  border-radius: 2px;
  border: 1px solid #f0f3f7;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .ArticleT__Box {
    margin-bottom: 30px;
  }
}
.ArticleT__Box-title {
  width: 100%;
  border-bottom: 1px solid #f3f4f7;
  padding: 20px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #334e6f;
}
.ArticleT__Box-content {
  padding: 5px 15px 15px 15px;
}
@media (min-width: 768px) {
  .ArticleT__Box-content {
    padding: 25px;
  }
}
.ArticleT__Box-content h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  .ArticleT__Box-content h2 {
    font-size: 18px;
  }
}
.ArticleT__Box-content h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #363636;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  .ArticleT__Box-content h3 {
    font-size: 18px;
  }
}
.ArticleT__Box-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #363636;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .ArticleT__Box-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.ArticleT__Box-content p img {
  min-height: 200px;
  width: auto;
  margin-right: 5px;
}
.ArticleT__Box-content p img.emoji {
  min-height: auto;
}
.ArticleT__Box-content .row:last-child .ArticleT__Durata .set:before {
  display: none !important;
}
.ArticleT__Box-content .row:last-child .ArticleT__Durata .set:after {
  display: none !important;
}
.ArticleT__Box-content ul {
  list-style: none;
}
.ArticleT__Box-content ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #363636;
  margin-bottom: 4px;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .ArticleT__Box-content ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.ArticleT__Box-content ul li:before {
  content: "\2022";
  color: #69b706;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  width: 20px;
  margin-left: -15px;
  line-height: 30px;
}
.ArticleT__Box-content ul li a {
  color: #69b706;
}
.ArticleT__Box-content ul li a:hover {
  color: #363636;
}
.ArticleT__Box-content .schema-faq-section {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 20px;
}
.ArticleT__Box-content .schema-faq-section .schema-faq-question {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  background: #fff;
  font-weight: 600;
  display: block;
  padding: 6px 16px;
  cursor: pointer;
}
.ArticleT__Box-content .schema-faq-section .schema-faq-question:after {
  content: "\F004";
  font-family: "turistul";
  position: relative;
  float: right;
}
.ArticleT__Box-content .schema-faq-section .schema-faq-answer {
  display: none;
  padding: 15px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ArticleT__Box-content .schema-faq-section.current .schema-faq-answer {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block !important;
}
.ArticleT__Box-content .schema-faq-section.current .schema-faq-question {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ArticleT__Box-content .schema-faq-section.current .schema-faq-question:after {
  content: "\F005";
}
.ArticleT__Box-content .Button--buyt {
  display: none;
  z-index: 20;
}
.ArticleT__Box-content .tz1 {
  z-index: 16;
}
.ArticleT__Box-content .Hidd {
  position: relative;
}
.ArticleT__Box-content .Hidd::before {
  position: absolute;
  z-index: 15;
  content: "";
  width: 100%;
  height: 110%;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.95);
}
.ArticleT__Box-content .Hidd::after {
  position: absolute;
  z-index: 15;
  content: "";
  width: 100%;
  height: 180%;
  top: -190%;
  left: 0px;
  -webkit-box-shadow: inset 0px -150px 70px 0px rgba(255, 255, 255, 0.95);
          box-shadow: inset 0px -150px 70px 0px rgba(255, 255, 255, 0.95);
}
.ArticleT__Box-content .Hidd .Button--buyt {
  display: block;
  margin-top: -30px;
}
.ArticleT__Box-content .Hidd .Button--buyt p {
  font-size: 14px;
  color: #363636;
  margin-bottom: 6px;
}
.ArticleT__Imp-Info {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid #f0f3f7;
  border-radius: 10px;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArticleT__Imp-Info:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArticleT__Imp-Info h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) {
  .ArticleT__Imp-Info h4 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .ArticleT__Imp-Info h4 {
    font-size: 16px;
  }
}
.ArticleT__Imp-Info i {
  font-size: 35px;
  color: #69b706;
  margin-bottom: 5px;
}
.ArticleT__Imp-Info a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
  padding: 0px 8px;
}
.ArticleT__Imp-Info a:hover {
  color: #69b706;
}
.ArticleT__Imp-Info a:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #69b706;
}
.ArticleT__Imp-Info a:nth-of-type(1)::before {
  display: none;
}
.ArticleT__Imp-Info span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
}
@media (min-width: 768px) {
  .ArticleT__Imp-Info span {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .ArticleT__Imp-Info span {
    font-size: 14px;
  }
}
.ArticleT__Durata span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #363636;
}
@media (min-width: 768px) {
  .ArticleT__Durata span {
    font-size: 14px;
  }
}
.ArticleT__Durata .set {
  position: relative;
  padding-bottom: 30px;
  padding-right: 20px;
  border-bottom: 3px dashed #f6f8fb;
  margin-bottom: 8px;
  margin-right: 10px;
  width: 100%;
}
.ArticleT__Durata .set:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 4px;
  width: 2px;
  height: calc(100% - 25px);
  background: #69b706;
}
.ArticleT__Durata .set:after {
  position: absolute;
  right: -5px;
  top: calc(100% - 25px);
  content: "";
  border-top: 7px solid #69b706;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.ArticleT__Atractie {
  border-left: 8px dotted #bbbbbb;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .ArticleT__Atractie {
    border-left: 10px dotted #bbbbbb;
    padding-left: 25px;
  }
}
.ArticleT__Atractie:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 95%;
  border-bottom: 3px dashed #f6f8fb;
}
.ArticleT__Atractie h3.nume-atractie {
  display: block;
  position: relative;
  margin: 0px;
  padding: 9px 0px;
}
.ArticleT__Atractie h3.nume-atractie:before {
  content: "";
  background: #fff;
  position: absolute;
  left: -45px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.ArticleT__Atractie h3.nume-atractie .nr {
  position: absolute;
  z-index: 10;
  left: -33px;
  margin-top: -2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background: #363636;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .ArticleT__Atractie h3.nume-atractie .nr {
    left: -43px;
    font-size: 16px;
  }
}
.ArticleT__Atractie h3.nume-atractie .nume {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #363636;
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .ArticleT__Atractie h3.nume-atractie .nume {
    font-size: 16px;
  }
}
.ArticleT__Atractie h3.nume-atractie .nume i {
  font-size: 20px;
}
.ArticleT__Atractie span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #363636;
}
@media (min-width: 768px) {
  .ArticleT__Atractie span {
    font-size: 14px;
  }
}
.ArticleT__Atractie .vezi-detalii {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #363636;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .ArticleT__Atractie .vezi-detalii {
    font-size: 14px;
    letter-spacing: 0em;
  }
}
.ArticleT__Atractie .vezi-detalii:hover {
  color: #69b706;
}
.ArticleT__Atractie .vezi-detalii i {
  font-size: 18px;
}
.ArticleT__Atractie .detalii {
  height: 0px;
  padding-top: 0px;
  overflow: hidden;
  opacity: 0.1;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
.ArticleT__Atractie .detalii p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #363636;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .ArticleT__Atractie .detalii p {
    font-size: 14px;
    line-height: 28px;
  }
}
.ArticleT__Atractie .detalii p a {
  margin-top: 6px;
  display: inline-block;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #69b706;
}
.ArticleT__Atractie .detalii p a:hover {
  color: #363636;
}
.ArticleT__Atractie .detalii a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #69b706;
}
.ArticleT__Atractie .Btn_vezi.activ .detalii {
  height: auto;
  padding-top: 15px;
  overflow: auto;
  opacity: 1;
  text-indent: 0px;
}
.ArticleT__Atractie .Detalii-Galery {
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
}
.ArticleT__Atractie .Detalii-Galery figure {
  display: inline-block;
  width: 48%;
}
@media (min-width: 1024px) {
  .ArticleT__Atractie .Detalii-Galery figure {
    width: 32%;
  }
}
.ArticleT__Atractie .Detalii-Galery figcaption {
  display: none !important;
}
.ArticleT__Atractie .Detalii-Galery a {
  margin-right: 6px;
}

.GaleryS {
  position: relative;
  min-width: 100%;
}
.GaleryS ul {
  max-width: 100%;
}
.GaleryS ul li {
  margin-right: 0px !important;
}
.GaleryS .embed-responsive, .GaleryS img {
  border-radius: 10px !important;
  outline: 0px !important;
}
.GaleryS .slick-prev {
  position: absolute;
  left: 0px;
  bottom: 25px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
}
.GaleryS .slick-prev i {
  color: #fff;
}
.GaleryS .slick-next {
  position: absolute;
  left: 50px;
  bottom: 26px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
}
.GaleryS .slick-next i {
  color: #fff;
}
.GaleryS .custom_paging {
  position: absolute;
  bottom: 25px;
  right: 20px;
  margin-bottom: 0;
}
.GaleryS .custom_paging li {
  display: none;
}
.GaleryS .custom_paging li.slick-active {
  display: block;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 4px 11px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.ArticleS__Slider .embed-responsive, .ArticleS__Slider img {
  border-radius: 10px !important;
  outline: 0px !important;
}
.ArticleS__Slider .slick-prev {
  position: absolute;
  left: 13px;
  bottom: 14px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
}
.ArticleS__Slider .slick-prev i {
  color: #fff;
}
.ArticleS__Slider .slick-next {
  position: absolute;
  left: 50px;
  bottom: 15px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
}
.ArticleS__Slider .slick-next i {
  color: #fff;
}
.ArticleS__Slider .custom_paging {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
.ArticleS__Slider .custom_paging li {
  display: none;
}
.ArticleS__Slider .custom_paging li.slick-active {
  display: block;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 4px 11px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.ArticleS__Single .category {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #bbbbbb;
  display: block;
}
.ArticleS__Single p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 28px;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .ArticleS__Single p {
    font-size: 18px;
    line-height: 30px;
  }
}
.ArticleS__Single p a {
  color: #69b706;
}
.ArticleS__Single p a:hover {
  text-decoration: underline;
}
.ArticleS__Single ul {
  list-style: none;
}
.ArticleS__Single ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .ArticleS__Single ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.ArticleS__Single ul li:before {
  content: "\2022";
  color: #69b706;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  width: 20px;
  margin-left: -15px;
  line-height: 30px;
}
.ArticleS__Single ul li a {
  color: #69b706;
}
.ArticleS__Single ul li a:hover {
  color: #363636;
}
.ArticleS__Single ol {
  list-style: none;
}
.ArticleS__Single ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .ArticleS__Single ol li {
    font-size: 18px;
    line-height: 30px;
  }
}
.ArticleS__Single ol li:before {
  content: "\2022";
  color: #69b706;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  width: 20px;
  margin-left: -15px;
  line-height: 30px;
}
.ArticleS__Single ol li a {
  color: #69b706;
}
.ArticleS__Single ol li a:hover {
  color: #363636;
}
.ArticleS__Single .article-info {
  width: 100%;
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
}
.ArticleS__Single .article-info span {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #8d8d8d;
}
.ArticleS__Single .article-info li {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  padding-right: 13px;
  margin-right: 7px;
}
.ArticleS__Single .article-info li::before {
  display: none;
}
.ArticleS__Single .article-info li:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d6d6d6;
  width: 1px;
  top: 5px;
  bottom: 5px;
  right: -1px;
}
.ArticleS__Single .article-info li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #8d8d8d;
  line-height: 18px;
}
.ArticleS__Single .article-info li a i {
  font-size: 14px;
}
.ArticleS__Single .article-info li a.atr {
  font-size: 9px;
  text-transform: uppercase;
}
.ArticleS__Single .article-info li:last-child:after {
  display: none;
}
.ArticleS__Single figcaption {
  display: none;
}
.ArticleS__Single .blocks-gallery-grid li:before {
  display: none;
}
.ArticleS__Single h2 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4e4e4e;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 28px;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  .ArticleS__Single h2 {
    font-size: 22px;
  }
}
.ArticleS__Single h2 strong {
  font-weight: 400;
}
.ArticleS__Single h2 a {
  color: #000;
}
.ArticleS__Single h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4e4e4e;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 28px;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  .ArticleS__Single h3 {
    font-size: 20px;
  }
}
.ArticleS__Single h3 strong {
  font-weight: 400;
}
.ArticleS__Single h3 a {
  color: #000;
}
.ArticleS__Single .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.ArticleS__Single iframe {
  min-width: 100%;
}
.ArticleS__Single .wp-block-quote {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #bbbbbb;
  font-style: italic;
  background: #f5f5f5;
  padding: 25px 65px;
  border-radius: 8px;
  text-align: center;
}
.ArticleS__Single .wp-block-quote:before {
  content: "\E820";
  font-family: "turistul";
  font-size: 38px;
  position: absolute;
  color: rgba(187, 187, 187, 0.25);
  left: 20px;
  top: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ArticleS__Single .wp-block-quote:after {
  content: "\E820";
  font-family: "turistul";
  font-size: 38px;
  position: absolute;
  color: rgba(187, 187, 187, 0.25);
  right: 20px;
  bottom: 0px;
}
.ArticleS__Single .wp-block-quote p {
  margin-bottom: 0;
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .ArticleS__Single .wp-block-quote p {
    font-size: 18px !important;
  }
}
.ArticleS__Single .wp-block-quote cite {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
}
.ArticleS__Single .schema-faq-section {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 20px;
}
.ArticleS__Single .schema-faq-section .schema-faq-question {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  background: #fff;
  font-weight: 600;
  display: block;
  padding: 6px 16px;
  cursor: pointer;
}
.ArticleS__Single .schema-faq-section .schema-faq-question:after {
  content: "\F004";
  font-family: "turistul";
  position: relative;
  float: right;
}
.ArticleS__Single .schema-faq-section .schema-faq-answer {
  display: none;
  padding: 15px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ArticleS__Single .schema-faq-section.current .schema-faq-answer {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block !important;
}
.ArticleS__Single .schema-faq-section.current .schema-faq-question {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ArticleS__Single .schema-faq-section.current .schema-faq-question:after {
  content: "\F005";
}
.ArticleS__Single .schema-how-to {
  background: #f5f5f5;
  border-radius: 8px;
}
.ArticleS__Single .schema-how-to .schema-how-to-description {
  text-align: center;
  font-weight: 600;
  border-bottom: 2px dashed #fff;
  padding: 20px 15px 15px 15px;
  font-size: 16px;
  color: #fff;
  background: #69b706;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ArticleS__Single .schema-how-to .schema-how-to-steps {
  font-family: "Montserrat", sans-serif;
  padding: 7px 25px 10px 65px;
  counter-reset: section;
}
.ArticleS__Single .schema-how-to .schema-how-to-steps li {
  position: relative;
  list-style: none;
  margin-bottom: 8px;
  padding-left: 10px;
}
.ArticleS__Single .schema-how-to .schema-how-to-steps li strong {
  font-size: 16px;
  font-weight: 600;
  color: #69b706;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  display: inline-block;
  line-height: 1.4em;
}
.ArticleS__Single .schema-how-to .schema-how-to-steps li:before {
  counter-increment: section;
  content: counter(section);
  color: #69b706;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 30px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 8px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 1px 1px 0 #999;
          box-shadow: 1px 1px 0 #999;
}
.ArticleS__Title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .ArticleS__Title {
    font-size: 28px;
  }
}
.ArticleS__Title a {
  color: #000;
}
.ArticleS__Share {
  position: sticky;
  top: 80px;
}
.ArticleS__Share span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #505050;
  padding-left: 1px;
}
@media (min-width: 768px) {
  .ArticleS__Share span {
    text-align: center;
  }
}
.ArticleS__Share a {
  display: inline-block;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  border: 1px solid #f0f0f0;
  text-align: center;
  line-height: 37px;
  color: #505050;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ArticleS__Share a {
    display: block;
  }
}
.ArticleS__Share a.fb {
  color: #fff;
  background: #4867aa;
}
.ArticleS__Share a.wh {
  color: #fff;
  background: #00e676;
}
.ArticleS__Share a.pi {
  color: #fff;
  background: #df1a26;
}
.ArticleS__Share a.tw {
  color: #fff;
  background: #1c9cea;
}
.ArticleS__Share a i {
  font-size: 18px;
}
.ArticleS__Share a i:before {
  margin: 0px !important;
  line-height: 0.5em;
}
.ArticleS__Share a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArticleS__Share a:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ArticleS__Harta iframe {
  width: 100%;
}
.ArticleS__Nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
.ArticleS__Nav a span {
  line-height: 1.4em;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}
.ArticleS__Nav a span.info {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.ArticleS__Nav a:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.ArticleS__Autor {
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 8px;
}
.ArticleS__Autor img {
  border-radius: 100%;
}
.ArticleS__Autor h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 15px;
}
.ArticleS__Autor p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  margin-bottom: 0px;
  line-height: 1.8em;
}
.ArticleS hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.ArticleS__Comentarii {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .ArticleS__Comentarii {
    padding: 40px;
  }
}
.ArticleS__Comentarii .comment-notes {
  font-size: 12px;
  font-weight: 400;
  color: #bbbbbb;
}
.ArticleS__Comentarii .comment-notes .required {
  display: inline-block;
}
.ArticleS__Comentarii .logged-in-as {
  font-size: 12px;
  font-weight: 400;
  color: #8d8d8d;
}
.ArticleS__Comentarii .logged-in-as a:first-child {
  font-weight: 600;
  color: #8d8d8d;
}
.ArticleS__Comentarii .logged-in-as a {
  color: #bbbbbb;
  font-weight: 400;
}
.ArticleS__Comentarii div[for=Rating] {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #dc3545;
  margin-top: -6px;
}
.ArticleS__Comentarii .comment-form-comment {
  margin-bottom: 0px;
}
.ArticleS__Comentarii .comment-form-comment label {
  font-size: 12px;
  font-weight: 700;
  color: #8d8d8d;
}
.ArticleS__Comentarii .comment-form-comment textarea {
  border-radius: 8px;
  width: 100%;
  height: 135px;
  background: #fff;
  padding: 10px 14px;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
}
.ArticleS__Comentarii .comment-form-comment textarea:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArticleS__Comentarii .comment-form-comment textarea.error {
  -webkit-box-shadow: 0px 0px 10px rgba(220, 53, 69, 0.2);
          box-shadow: 0px 0px 10px rgba(220, 53, 69, 0.2);
}
.ArticleS__Comentarii .comment-form-comment textarea.valid {
  -webkit-box-shadow: 0px 0px 10px rgba(105, 183, 6, 0.3);
          box-shadow: 0px 0px 10px rgba(105, 183, 6, 0.3);
}
.ArticleS__Comentarii .comment-form-comment .error {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #dc3545;
  margin-top: -6px;
}
.ArticleS__Comentarii input {
  border-radius: 8px;
  width: 100%;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #363636;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
  padding: 12px 20px;
}
.ArticleS__Comentarii input:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArticleS__Comentarii input.error {
  -webkit-box-shadow: 0px 0px 10px rgba(220, 53, 69, 0.2);
          box-shadow: 0px 0px 10px rgba(220, 53, 69, 0.2);
}
.ArticleS__Comentarii input.valid {
  -webkit-box-shadow: 0px 0px 10px rgba(105, 183, 6, 0.3);
          box-shadow: 0px 0px 10px rgba(105, 183, 6, 0.3);
}
.ArticleS__Comentarii .comment-form-author {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .ArticleS__Comentarii .comment-form-author {
    width: 50%;
    padding-right: 20px;
  }
}
.ArticleS__Comentarii .comment-form-author label {
  font-size: 12px;
  font-weight: 700;
  color: #8d8d8d;
}
.ArticleS__Comentarii .comment-form-author .error {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #dc3545;
  margin-top: 2px;
}
.ArticleS__Comentarii .comment-form-email {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .ArticleS__Comentarii .comment-form-email {
    width: 50%;
  }
}
.ArticleS__Comentarii .comment-form-email label {
  font-size: 12px;
  font-weight: 700;
  color: #8d8d8d;
}
.ArticleS__Comentarii .comment-form-email .error {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #dc3545;
  margin-top: 2px;
}
.ArticleS__Comentarii .comment-form-url {
  position: relative;
  float: left;
  width: 33.33%;
}
.ArticleS__Comentarii .comment-form-url label {
  font-size: 12px;
  font-weight: 700;
  color: #8d8d8d;
}
.ArticleS__Comentarii .form-submit {
  margin-bottom: 0;
}
.ArticleS__Comentarii .comment-respond {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
.ArticleS__Comentarii .comment-awaiting-moderation {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #dc3545;
  line-height: 23px !important;
}
.ArticleS__Comentarii ol.comment-list {
  list-style: none;
  padding: 0px;
  padding-top: 15px;
}
.ArticleS__Comentarii .comment {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #bbbbbb;
}
.ArticleS__Comentarii .children {
  list-style: none;
}
.ArticleS__Comentarii .children .comment {
  margin-bottom: 0px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #bbbbbb;
  border-bottom: none;
}
.ArticleS__Comentarii .children .comment-author img {
  min-width: 50px;
}
.ArticleS__Comentarii .comment-body.red {
  background: #ffecec;
  padding: 8px;
}
.ArticleS__Comentarii .comment-author {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.ArticleS__Comentarii .comment-author img {
  border-radius: 100px;
}
@media (min-width: 768px) {
  .ArticleS__Comentarii .comment-author img {
    margin: auto;
    min-width: 75px;
    height: auto;
  }
}
.ArticleS__Comentarii .comment-author .nume {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.ArticleS__Comentarii .comment-author .data {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #363636;
}
.ArticleS__Comentarii .comment-metadata, .ArticleS__Comentarii .commentmetadata {
  font-size: 12px;
  float: right;
  position: absolute;
  top: 5px;
  right: 15px;
}
.ArticleS__Comentarii .comment-metadata a, .ArticleS__Comentarii .commentmetadata a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #363636;
}
.ArticleS__Comentarii .comment-content, .ArticleS__Comentarii .comment-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .ArticleS__Comentarii .comment-content, .ArticleS__Comentarii .comment-text {
    padding-left: 40px;
  }
}
.ArticleS__Comentarii .comment-content .Review__stars, .ArticleS__Comentarii .comment-text .Review__stars {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.ArticleS__Comentarii .reply {
  line-height: 10px;
  margin-top: 5px;
}
.ArticleS__Comentarii .reply a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #363636;
}
.ArticleS__Comentarii .reply a:hover {
  color: #69b706;
}
.ArticleS__Comentarii .reply a:before {
  content: "\F112";
  font-family: "turistul";
  color: #69b706;
  margin-right: 5px;
}
.ArticleS__Comentarii .submit {
  margin-top: 15px;
  border-radius: 20px;
  width: auto;
  background: #363636;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArticleS__Comentarii .submit:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#363636), color-stop(50%, #363636), color-stop(50%, #69b706));
  background-image: linear-gradient(to right, #363636, #363636 50%, #69b706 50%);
  background-size: 200% 100%;
  background-position: -100%;
}
.ArticleS__Comentarii .no-comments {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #bbbbbb;
  padding-top: 25px;
}
.ArticleS__Comentarii .comments-title {
  font-size: 20px;
  color: #69b706;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ArticleS__Comentarii .comments-title i {
  color: #69b706;
}

.review-card {
  border: 1px solid #eef2ee;
  border-radius: 14px;
  background: #fff;
}

.Plaja .Content--color {
  color: #1d869b;
}
.Plaja .Content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .Plaja .Content p {
    font-size: 16px;
  }
}
.Plaja .Content p a {
  color: #69b706;
}
.Plaja .Content h2 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #1d869b;
  font-size: 26px;
}
@media (min-width: 768px) {
  .Plaja .Content h2 {
    font-size: 36px;
  }
}
.Plaja .Content h2 a {
  color: #69b706;
}
.Plaja .Content ul {
  list-style: none;
  padding-left: 15px;
}
.Plaja .Content ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .Plaja .Content ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
.Plaja .Content ul li:before {
  content: "\2022";
  color: #69b706;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  width: 16px;
  margin-left: -15px;
  line-height: 30px;
  position: relative;
  top: 4px;
}
.Plaja .Content ul li a {
  color: #69b706;
}
.Plaja .Content ul li a:hover {
  color: #363636;
}
.Plaja .Content ol {
  list-style: none;
  padding-left: 15px;
}
.Plaja .Content ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .Plaja .Content ol li {
    font-size: 16px;
    line-height: 30px;
  }
}
.Plaja .Content ol li:before {
  content: "\2022";
  color: #69b706;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  width: 16px;
  margin-left: -15px;
  line-height: 30px;
  position: relative;
  top: 4px;
}
.Plaja .Content ol li a {
  color: #69b706;
}
.Plaja .Content ol li a:hover {
  color: #363636;
}
.Plaja__Specificatii {
  position: relative;
  width: 100%;
  background: none;
  border: 1px solid #000;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .Plaja__Specificatii {
    margin: 0px 2.5px 5px 2.5px;
  }
}
.Plaja__Specificatii b {
  position: absolute;
  left: 10px;
  top: 5px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.35);
}
.Plaja__Specificatii i {
  display: block;
  font-size: 33px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000;
}
.Plaja__Specificatii h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.Plaja__Specificatii:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #69b706;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
}
.Plaja .spacer {
  width: 100%;
  height: 5px;
  margin: 15px 0 18px 0;
  border-bottom: 5px dotted rgba(0, 0, 0, 0.2);
}
.Plaja iframe {
  width: 100%;
}
.Plaja__Slider {
  margin-top: -60px;
  height: 100vh;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100 + 3px);
}
@media (min-width: 768px) {
  .Plaja__Slider {
    margin-top: -152px;
  }
}
@media (min-width: 1024px) {
  .Plaja__Slider {
    margin-top: -153px;
  }
}
@media (min-width: 1280px) {
  .Plaja__Slider {
    margin-top: -180px;
  }
}
.Plaja__Slider .slick-prev {
  position: absolute;
  left: 13px;
  bottom: 14px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
  font-size: 30px;
}
@media (min-width: 768px) {
  .Plaja__Slider .slick-prev {
    font-size: 40px;
  }
}
.Plaja__Slider .slick-prev i {
  color: #fff;
}
.Plaja__Slider .slick-next {
  position: absolute;
  left: 80px;
  bottom: 15px;
  z-index: 100;
  border: none;
  background: none;
  outline: none !important;
  font-size: 30px;
}
@media (min-width: 768px) {
  .Plaja__Slider .slick-next {
    font-size: 40px;
  }
}
.Plaja__Slider .slick-next i {
  color: #fff;
}
.Plaja__Slider .custom_paging {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
.Plaja__Slider .custom_paging li {
  display: none;
}
.Plaja__Slider .custom_paging li.slick-active {
  display: block;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 4px 11px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.ptx {
  padding-top: 5px;
}

.single-lit .Header {
  background: rgba(255, 255, 255, 0.8);
}
.single-lit .ArticleT__Img {
  height: 100vh;
}
.single-lit .Breadcrumbs__Title {
  position: absolute;
  top: calc(50% - 50px);
  text-align: center;
  width: 100%;
  margin: auto;
}
.single-lit .Breadcrumbs__Title .alt {
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  padding: 12px 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  margin: 4px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
}
@media (min-width: 768px) {
  .single-lit .Breadcrumbs__Title .alt {
    font-size: 34px;
  }
}
.single-lit .Breadcrumbs__Title .alt:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 5px solid rgb(255, 255, 255);
  margin: 0px 0px;
}

.single-cofetarie .Header, .single-brunch .Header, .single-wine .Header, .single-cafenea .Header, .single-restaurant .Header, .single-cazari .Header, .single-activitate .Header {
  background: rgba(255, 255, 255, 0.9);
}
.single-cofetarie .ArticleT__Img, .single-brunch .ArticleT__Img, .single-wine .ArticleT__Img, .single-cafenea .ArticleT__Img, .single-restaurant .ArticleT__Img, .single-cazari .ArticleT__Img, .single-activitate .ArticleT__Img {
  height: 53vh;
}
@media (min-width: 1024px) {
  .single-cofetarie .ArticleT__Img, .single-brunch .ArticleT__Img, .single-wine .ArticleT__Img, .single-cafenea .ArticleT__Img, .single-restaurant .ArticleT__Img, .single-cazari .ArticleT__Img, .single-activitate .ArticleT__Img {
    height: 100vh;
  }
}
.single-cofetarie .Breadcrumbs__Title, .single-brunch .Breadcrumbs__Title, .single-wine .Breadcrumbs__Title, .single-cafenea .Breadcrumbs__Title, .single-restaurant .Breadcrumbs__Title, .single-cazari .Breadcrumbs__Title, .single-activitate .Breadcrumbs__Title {
  position: absolute;
  top: calc(50% - 50px);
  text-align: center;
  width: 100%;
  margin: auto;
}
.single-cofetarie .Breadcrumbs__Title .alt, .single-brunch .Breadcrumbs__Title .alt, .single-wine .Breadcrumbs__Title .alt, .single-cafenea .Breadcrumbs__Title .alt, .single-restaurant .Breadcrumbs__Title .alt, .single-cazari .Breadcrumbs__Title .alt, .single-activitate .Breadcrumbs__Title .alt {
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
  padding: 12px 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  margin: 4px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
@media (min-width: 768px) {
  .single-cofetarie .Breadcrumbs__Title .alt, .single-brunch .Breadcrumbs__Title .alt, .single-wine .Breadcrumbs__Title .alt, .single-cafenea .Breadcrumbs__Title .alt, .single-restaurant .Breadcrumbs__Title .alt, .single-cazari .Breadcrumbs__Title .alt, .single-activitate .Breadcrumbs__Title .alt {
    font-size: 34px;
  }
}
.single-cofetarie .Breadcrumbs__Title .alt:hover, .single-brunch .Breadcrumbs__Title .alt:hover, .single-wine .Breadcrumbs__Title .alt:hover, .single-cafenea .Breadcrumbs__Title .alt:hover, .single-restaurant .Breadcrumbs__Title .alt:hover, .single-cazari .Breadcrumbs__Title .alt:hover, .single-activitate .Breadcrumbs__Title .alt:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 5px solid rgb(255, 255, 255);
  margin: 0px 0px;
}
.single-cofetarie .Plaja__Slider, .single-brunch .Plaja__Slider, .single-wine .Plaja__Slider, .single-cafenea .Plaja__Slider, .single-restaurant .Plaja__Slider, .single-cazari .Plaja__Slider, .single-activitate .Plaja__Slider {
  height: calc(var(--vh, 1vh) * 53 + 3px);
}
@media (min-width: 1024px) {
  .single-cofetarie .Plaja__Slider, .single-brunch .Plaja__Slider, .single-wine .Plaja__Slider, .single-cafenea .Plaja__Slider, .single-restaurant .Plaja__Slider, .single-cazari .Plaja__Slider, .single-activitate .Plaja__Slider {
    height: calc(var(--vh, 1vh) * 100 + 3px);
  }
}

@media (max-width: 767.98px) {
  .ContactAction {
    width: 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    background: rgba(187, 187, 187, 0.7);
  }
  .ContactAction .Button {
    height: 35px;
    line-height: 35px;
  }
}

.Benefits__Item {
  background: rgba(0, 0, 0, 0.01);
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .Benefits__Item {
    margin-bottom: 30px;
  }
}
.Benefits__Item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Benefits__Item i {
  background: #fff;
  border-radius: 15px;
  padding: 8px;
  color: #69b706;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
body.home .Benefits__Item i {
  background: #69b706;
  color: #fff;
}

.Benefits__Item h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  width: 600;
  line-height: 24px;
  margin-left: 20px;
  margin-bottom: 0;
}
.Benefits__Item .descriere {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
}
.Benefits__Item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(105, 183, 6, 0.8);
}
.Benefits__Item:hover h3 {
  color: #fff;
}
body.home .Benefits__Item:hover i {
  background: #fff;
  color: #69b706;
}

.Benefits__Item:hover .descriere {
  color: #fff;
}

.Zona-descriere {
  position: relative;
  background: #005166;
}
@media (max-width: 767.98px) {
  .Zona-descriere .cover_img {
    position: relative;
  }
}
.Zona-descriere .subtitle {
  font-style: "Dancing Script", cursive;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.Zona-descriere h2 {
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}
@media (min-width: 768px) {
  .Zona-descriere h2 {
    font-size: 30px;
  }
}
.Zona-descriere .Content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.Zona-descriere i {
  color: rgb(0%, 36.5294117647%, 46%);
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 140px;
}
.Zona-descriere.tleft i {
  left: 15px;
  right: auto;
}
.Zona-descriere__Item {
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .Zona-descriere__Item {
    padding: 60px 30px;
  }
}
@media (min-width: 1024px) {
  .Zona-descriere__Item {
    padding: 120px 30px;
  }
}
.Zona-descriere .cover_img {
  -o-object-position: bottom right !important;
     object-position: bottom right !important;
}
.Zona-descriere.color2 {
  background: #C0FAFF;
}
.Zona-descriere.color2 h2 {
  color: #363636;
}
.Zona-descriere.color2 .Content {
  color: #363636;
}
.Zona-descriere.color2 i {
  color: rgb(65.2941176471%, 97.2455648926%, 100%);
}
.Zona-descriere.color3 {
  background: #467F8E;
}
.Zona-descriere.color3 h2 {
  color: #fff;
}
.Zona-descriere.color3 .Content {
  color: #fff;
}
.Zona-descriere.color3 i {
  color: rgb(29.4321124676%, 53.3982611913%, 59.7051424343%);
}

.Top {
  padding: 45px 0px;
}
@media (min-width: 1024px) {
  .Top {
    padding: 85px 0px;
  }
}
.Top__Title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
@media (min-width: 768px) {
  .Top__Title {
    font-size: 28px;
  }
}
.Top__Description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  margin-bottom: 25px;
}
.Top__Content {
  padding: 20px;
}
.Top__Item {
  height: 100%;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.Top__Item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
}
.Top__Item img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.Top__Item h2 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  width: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.Top__Item p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  margin-bottom: 0;
}

.Gallery__List {
  padding-left: 5px;
}
.Gallery__List figure {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Gallery__List figure:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.Gallery__List figure a {
  display: block;
}
.Gallery__List figure figcaption {
  display: none;
}

.Location {
  border-top: 2px solid #69b706;
}
.Location__Item {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .Location__Item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
.Location__Item i {
  color: #363636;
  font-size: 24px;
  padding-right: 15px;
}
.Location__Item span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
}
.Location__Item:hover i, .Location__Item:hover span {
  color: #69b706;
}
.Location iframe {
  display: block;
}
.Location__Social {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Location__Social a {
  padding: 15px 16px;
  color: #363636;
}
.Location__Social a:first-child {
  padding-left: 0;
  border-right: 1px solid rgb(91.1764705882%, 91.1764705882%, 91.1764705882%);
}
.Location__Social a:nth-of-type(2) {
  border-right: 1px solid rgb(91.1764705882%, 91.1764705882%, 91.1764705882%);
}
.Location__Social a i {
  font-size: 26px;
}
.Location__Social a:hover i {
  color: #69b706;
}

.Motive {
  position: relative;
}
.Motive .bgsz {
  background-size: cover !important;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
.Motive h2 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 768px) {
  .Motive h2 {
    font-size: 28px;
  }
}
.Motive__Item {
  background: rgba(0, 0, 0, 0.01);
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Motive__Item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Motive__Item b {
  background: #fff;
  border-radius: 15px;
  padding: 8px;
  font-weight: 600;
  color: #69b706;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.Motive__Item h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Motive__Item h3 {
    font-size: 20px;
  }
}
.Motive__Item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(105, 183, 6, 0.8);
}
.Motive__Item:hover h3 {
  color: #fff;
}

.TurShare {
  height: 0px;
}
.TurShare i {
  color: #fff;
}

.TurShare .Socials {
  z-index: auto !important;
}
.TurShare .Socials .col-1 {
  position: relative;
  z-index: 100;
  padding-top: 8px;
}
.TurShare .Socials .col {
  display: none;
}

.NTur {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.NTur__Slider .embed-responsive, .NTur__Slider img {
  border-radius: 10px !important;
  outline: 0px !important;
}
.NTur__Slider .slick-prev {
  position: absolute;
  left: 13px;
  bottom: 45%;
  z-index: 1000;
  border: none;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 7px 5px 5px;
  outline: none !important;
}
.NTur__Slider .slick-prev i {
  display: block;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
}
.NTur__Slider .slick-prev i::before {
  margin: 0px;
  padding: 0px;
}
.NTur__Slider .slick-next {
  position: absolute;
  right: 13px;
  bottom: 45%;
  z-index: 1000;
  border: none;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 5px 5px 7px;
  outline: none !important;
}
.NTur__Slider .slick-next i {
  display: block;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
}
.NTur__Slider .slick-next i::before {
  margin: 0px;
  padding: 0px;
}
.NTur__Slider .custom_paging {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
.NTur__Slider .custom_paging li {
  display: none;
}
.NTur__Slider .custom_paging li.slick-active {
  display: block;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 4px 11px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.NTur .cover-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.NTur .embed-responsive-1by1::before {
  padding-top: 55%;
}
@media (min-width: 1024px) {
  .NTur .embed-responsive-1by1::before {
    padding-top: 100%;
  }
}
@media (min-width: 1024px) {
  .NTur .border-top {
    border-top: none !important;
  }
}
@media (max-width: 1023.98px) {
  .NTur .border-left {
    border-left: none !important;
  }
}
.NTur__Titlu {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
@media (min-width: 768px) {
  .NTur__Titlu {
    font-size: 18px;
  }
}
.NTur__Imp-Info {
  text-align: center;
}
.NTur__Imp-Info h4 {
  position: absolute;
  top: 25%;
  width: calc(100% - 30px);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.25);
  padding: 5px 0px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.35);
}
.NTur__Imp-Info i {
  font-size: 35px;
  color: #69b706;
}
.NTur__Imp-Info span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #363636;
}
.NTur .num {
  width: 100%;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  color: #363636;
  line-height: 15px;
}
.NTur .num b {
  font-size: 10px;
  font-weight: 600;
  display: block;
}
.NTur .num span {
  display: block;
  font-size: 9px;
  font-weight: 400;
}
.NTur .num {
  margin-right: 5px;
}
.NTur .rt {
  padding: 5px 8px;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffb100), to(#ff7102));
  background-image: linear-gradient(to left, #ffb100, #ff7102);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NTur .Review__stars {
  padding-right: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.NTur .Review__stars li {
  line-height: 15px;
}
.NTur .Review__stars li.selected i {
  color: #ffb100;
}
.NTur .Review__stars i {
  color: #d3d3d3;
  font-size: 12px;
}
.NTur .pret-grup {
  padding-right: 15px;
  text-align: right;
  font-size: 20px;
  color: #363636;
  line-height: 22px;
}
.NTur .pret-grup b {
  display: block;
}
.NTur .pret-grup span {
  font-size: 13px;
  color: #bbbbbb;
}
.NTur .Button {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  min-height: 25px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .NTur .Button {
    width: calc(100% - 30px);
    border-bottom-right-radius: 20px;
  }
}
.NTur .Button:before {
  display: none;
}
.NTur .Button:after {
  display: none;
}
.NTur .Button:hover {
  -webkit-transform: none;
          transform: none;
  color: #fff;
}
.NTur:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.TrN {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.TrN .TurShare {
  position: absolute;
  top: -5px;
  right: -5px;
}
.TrN .TurShare i {
  color: #fff;
}
.TrN .Img-cover {
  height: 0;
  padding-bottom: 60%;
  -webkit-transition: all 1s cubic-bezier(0.68, 0.61, 0, 0.84);
  transition: all 1s cubic-bezier(0.68, 0.61, 0, 0.84);
}
.TrN .Img-cover .cover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.TrN .Review__stars {
  padding-right: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 12px !important;
}
.TrN .Review__stars li {
  line-height: 6px;
}
.TrN .Review__stars li.selected i {
  color: #ffb100;
}
.TrN .Review__stars i {
  color: #d3d3d3;
  font-size: 12px;
}
.TrN .NTur__Titlu {
  font-size: 14px;
}
.TrN .NTur__Imp-Info {
  margin-right: 7px;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 0px;
  border-radius: 5px;
}
.TrN .NTur__Imp-Info i {
  font-size: 16px;
  color: #4e4e4e;
}

.Tr {
  background: rgb(89.6078431373%, 95.7040296434%, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.Tr .Img-cover {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.68, 0.61, 0, 0.84);
  transition: all 1s cubic-bezier(0.68, 0.61, 0, 0.84);
}
.Tr .Img-cover .cover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.Tr .Img-cover .placeholder {
  padding-top: 20%;
}
.Tr .Img-cover.gren-light {
  background: rgba(105, 183, 6, 0.2);
}
.Tr__Titlu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #363636;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Tr__Titlu {
    font-size: 16px;
  }
}
.Tr__Titlu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Tr__Titlu:hover {
  color: #69b706;
}
.Tr__Info {
  background: #0095fe;
  background: -webkit-gradient(linear, left top, right top, from(#0095fe), to(#69b706));
  background: linear-gradient(90deg, #0095fe 0%, #69b706 100%);
  padding: 10px;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.Tr__Info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Tr__Info i {
  font-size: 14px;
  margin-right: 5px;
}
.Tr__Info span {
  font-size: 12px;
}
.Tr:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 13px rgba(54, 54, 54, 0.15);
          box-shadow: 0px 0px 13px rgba(54, 54, 54, 0.15);
}

.Tur .ArticleTur {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(187, 187, 187, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(54, 54, 54, 0.15);
          box-shadow: 0 2px 8px rgba(54, 54, 54, 0.15);
}
.Tur .ArticleTur:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(187, 187, 187, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(54, 54, 54, 0.2);
          box-shadow: 0 2px 8px rgba(54, 54, 54, 0.2);
}
@media (min-width: 768px) {
  .Tur:nth-child(even) .Tur__Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.Tur:nth-child(even) .Tur__Img {
  padding-left: 0;
}
@media (min-width: 768px) {
  .Tur:nth-child(even) .Tur__Info .TSet {
    right: 0px;
    left: auto;
  }
}
.Tur__Img {
  padding-right: 0;
}
.Tur__Img .embed-responsive {
  background: rgba(187, 187, 187, 0.25);
}
.Tur__Img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Tur__Img img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Tur__Info {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .Tur__Info {
    padding-bottom: 0px;
  }
}
.Tur__Info .TSet {
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  padding: 0px 15px 0 15px;
  color: #363636;
}
@media (min-width: 768px) {
  .Tur__Info .TSet {
    left: 0px;
  }
}
.Tur__Info .TSet i {
  font-size: 25px;
}
.Tur__Info .TSet span {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #363636;
  padding-top: 5px;
}
.Tur__Titlu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .Tur__Titlu {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .Tur__Titlu {
    font-size: 22px;
  }
}
.Tur__Titlu:hover {
  color: #69b706;
}
.Tur__Titlu:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: -10px;
  margin: auto;
  height: 1px;
  background: #bbbbbb;
}

.Filters {
  background: #fff;
  margin: 0 0 30px;
  padding: 10px;
  position: relative;
  border: 1px solid #f0f3f7;
  overflow: initial;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
.Filters h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #334e6f;
  margin: 8px 0px 4px;
}

@media (min-width: 768px) {
  .TurS {
    position: relative;
    top: -83px;
  }
}
.TurS__Box {
  background: #fff;
  display: block;
  border-radius: 2px;
  border: 1px solid #f0f3f7;
  margin-bottom: 30px;
}
.TurS__Box-title {
  width: 100%;
  border-bottom: 1px solid #f3f4f7;
  padding: 12px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #334e6f;
}
.TurS__Box-content {
  padding: 25px;
}
.TurS__Box-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px;
  color: #70778b;
}

.Delta {
  border-bottom: 3px solid #fff;
}
.Delta__Locatie {
  display: block;
  background-attachment: fixed !important;
  background-size: cover !important;
  border-top: 3px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 65px 30px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0px 0px 65px 30px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0px 0px 65px 30px rgba(0, 0, 0, 0.3) inset;
}
.Delta__Locatie h2 {
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 32px;
}
.Delta__Locatie:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 94px 30px rgba(0, 0, 0, 0.51) inset;
  -webkit-box-shadow: 0px 0px 94px 30px rgba(0, 0, 0, 0.51) inset;
  -moz-box-shadow: 0px 0px 94px 30px rgba(0, 0, 0, 0.51) inset;
}
.Delta__Sidebar-locatii {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.Delta__Sidebar-locatii li {
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .Delta__Sidebar-locatii li {
    margin-bottom: 15px;
  }
}
.Delta__Sidebar-locatii li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 700;
  color: #363636;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .Delta__Sidebar-locatii li a {
    font-size: 14px;
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .Delta__Sidebar-locatii li a {
    font-size: 16px;
  }
}
.Delta__Sidebar-locatii li a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  border: 1px solid #363636;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
}
@media (min-width: 768px) {
  .Delta__Sidebar-locatii li a:before {
    width: 22px;
    height: 22px;
  }
}
.Delta__Sidebar-locatii li a.activ {
  color: #69b706;
}
.Delta__Sidebar-locatii li a.activ:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #69b706;
}
.Delta__Sidebar-locatii li:last-child {
  margin-bottom: 0;
}
.Delta__Sidebar-locatii li:hover a {
  color: #69b706;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.Quiz__Step {
  position: relative;
  background: #bbbbbb;
  border-radius: 10px;
  width: 100%;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.Quiz__Step .Element {
  height: 7px;
  position: relative;
}
.Quiz__Step .Element:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #69b706;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Quiz__Step .Element.active:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.Quiz__Step .Element b {
  position: absolute;
  z-index: 5;
  display: block;
  top: -14px;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  background: #0095fe;
}
.Quiz__Step .Element b.plaja {
  right: -1px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 26px;
  top: -24px;
  background: #69b706;
}
.Quiz__body {
  border: 1px solid rgb(83.3333333333%, 83.3333333333%, 83.3333333333%);
  border-top-width: 12px;
  background: #f6f8fb;
  padding: 20px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .Quiz__body {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
.Quiz__Item h2 {
  background: #0095fe;
  background: -webkit-gradient(linear, left top, right top, from(#0095fe), to(#69b706));
  background: linear-gradient(90deg, #0095fe 0%, #69b706 100%);
  padding: 25px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Quiz__Item h2 {
    font-size: 22px;
  }
}
.Quiz__Item .Button {
  text-transform: none;
}
.Quiz__Item .Button.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.Quiz__answer {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid rgb(83.3333333333%, 83.3333333333%, 83.3333333333%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px;
  padding: 15px 80px 15px 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.4s cubic-bezier(0.68, 0.61, 0, 0.84);
  transition: all 0.4s cubic-bezier(0.68, 0.61, 0, 0.84);
  width: calc(100% - 20px);
}
@media (min-width: 1024px) {
  .Quiz__answer {
    width: 50%;
  }
}
.Quiz__answer:nth-of-type(1) {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .Quiz__answer:nth-of-type(1) {
    margin-bottom: 0px;
  }
}
.Quiz__answer b {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #0095fe;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Quiz__answer h3 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #363636;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .Quiz__answer h3 {
    font-size: 15px;
  }
}
.Quiz__answer:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 20px;
  background: rgb(83.3333333333%, 83.3333333333%, 83.3333333333%);
  border-radius: 100px;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Quiz__answer:after {
  content: "\2713";
  position: absolute;
  top: calc(50% - 14px);
  right: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Quiz__answer.is-active {
  border: 1px solid #69b706;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Quiz__answer.is-active b {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #69b706;
}
.Quiz__answer.is-active:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #69b706;
}
.Quiz__answer.is-active:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Quiz__loader {
  position: absolute !important;
  left: 50%;
  top: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, 0.61, 0, 0.84);
  transition: all 0.5s cubic-bezier(0.68, 0.61, 0, 0.84);
  pointer-events: none;
}
.Quiz__Rezults {
  position: relative;
  min-height: 200px;
}
.Quiz__Rezults.is-loading .Quiz__loader {
  opacity: 1;
}

.Article {
  width: 100%;
  position: relative;
  border: 5px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0px;
  cursor: pointer;
}
.Article:hover {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}
.Article:hover h3 {
  color: #69b706;
}
.Article--plaje {
  height: 100%;
}
.Article--plaje .Atractii__Content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
  text-shadow: none;
  padding: 10px;
  margin-bottom: 0;
}
.Article--plaje:hover h3 {
  color: #363636 !important;
}
.Article__Content {
  padding: 20px 20px 15px 20px;
}
.Article__Content h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 1023.98px) {
  .Article__Content h3 {
    font-size: 16px;
  }
}
.Article__Content h3 a {
  color: #000;
}
.Article__Content h3 a:hover {
  color: #69b706;
}
.Article__Content p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #363636;
  line-height: 1.7em;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1023.98px) {
  .Article__Content p {
    font-size: 13px;
  }
}
.Article--destinatii {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Article--destinatii:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Article--destinatii__Content {
  background: rgba(187, 187, 187, 0.75);
}

.h-100 {
  height: 100%;
}

article.tururi .Socials {
  position: absolute;
  width: 100%;
  z-index: 100;
}
article.tururi .Socials a {
  color: #fff;
}
article.tururi .Socials .comm {
  display: none;
}
article.tururi .Socials .sha i.icon-share {
  color: #fff;
}
article.tururi .Socials .sha i.icon-share:hover {
  color: #fff;
}

.Atractii {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.Atractii__Link {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Atractii__Link:hover {
  background: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset 0px 92px 54px -37px rgba(0, 0, 0, 0.67);
  box-shadow: inset 0px 92px 54px -37px rgba(0, 0, 0, 0.67);
}
.Atractii__Link:hover h3 {
  color: #fff !important;
  text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.75);
}
.Atractii__Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Atractii__Content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  text-align: center;
  text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.9);
}
@media (min-width: 1024px) {
  .Atractii__Content h3 {
    font-size: 18px;
  }
}
.Atractii:hover h3 {
  color: #fff !important;
}

.Pagination, #tl-listing-pagination {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.Pagination li, #tl-listing-pagination li {
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.Pagination li a, .Pagination li span, #tl-listing-pagination li a, #tl-listing-pagination li span {
  border: 1px solid #bbbbbb;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  line-height: 34px;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #363636;
}
.Pagination li a:hover, .Pagination li span:hover, #tl-listing-pagination li a:hover, #tl-listing-pagination li span:hover {
  background: #bbbbbb;
  color: #363636;
}
.Pagination li .current, #tl-listing-pagination li .current {
  border: 1px solid transparent;
  background: linear-gradient(125deg, #0095fe 0%, #69b706 100%);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Pagination li .current:hover, #tl-listing-pagination li .current:hover {
  color: #fff;
  background: #69b706;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.Pagination li .prev, .Pagination li .next, #tl-listing-pagination li .prev, #tl-listing-pagination li .next {
  font-size: 18px;
  line-height: 30px;
}

.pmen:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.clip-text {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  display: inline-block;
  padding: 0em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  /* Color fallback */
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
}
.clip-text:hover {
  -webkit-text-fill-color: ghostwhite;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.clip-text:before,
.clip-text:after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: cover;
}

.clip-text:after {
  position: absolute;
  z-index: -1;
  top: 0.2em;
  right: 0.2em;
  bottom: 0.2em;
  left: 0.2em;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clip-text:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.cat_activ {
  overflow: visible;
}
.cat_activ .arrow {
  content: " ";
  left: calc(100% + 16px);
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(187, 187, 187, 0.25);
  border-width: 20px;
  margin-top: -20px;
  margin-right: -15px;
}
.cat_activ:after {
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cat_activ .clip-text {
  -webkit-text-fill-color: initial;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.cat_activ .clip-text:hover {
  color: #eee;
}
.cat_activ .clip-text:after {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.loader {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
}

.loader div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}