@charset "UTF-8";
.img-fluid {
  width: 100%;
}

h1 {
  font-size: 1.8rem;
}

ul.colors {
  list-style: none;
}
ul.colors li {
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
}
ul.colors li.clr1 {
  background: #ee4242;
}
ul.colors li.clr2 {
  background: #ee4242;
}
ul.colors li.clr3 {
  background: #ee4242;
}
ul.colors li.clr4 {
  background: #771214;
}
ul.colors li.clr5 {
  background: #ee1d3f;
}
ul.colors li.clr6-b1 {
  background: #f8f8f8;
}
ul.colors li.clr6-b2 {
  background: #f1f1f1;
}
ul.colors li.clr6-b3 {
  background: #f0f0f0;
}
ul.colors li.clr6-b4 {
  background: #f2f2f2;
}
ul.colors li.clr6-f1 {
  background: #797979;
}
ul.colors li.clr6-f2 {
  background: #5e5e5e;
}

.clr1 {
  color: #ee4242;
}

.clr2 {
  color: #ee4242;
}

.clr3 {
  color: #ee4242;
}

.clr4 {
  color: #771214;
}

.clr5 {
  color: #ee1d3f;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #fff;
  color: #ee4242;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.site-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.nopad {
  padding: 0;
}

/* .only-desktop{

}
.only-mobile{

} */
.only-mobile-flex {
  display: none;
}

@media (min-width: 991px) {
  .only-desktop {
    display: block !important;
  }

  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .only-desktop {
    display: none !important;
  }

  .only-mobile {
    display: block !important;
  }

  .only-mobile-flex {
    display: flex !important;
  }
}
.hide-me {
  display: none;
}

.relative {
  position: relative;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

h2, .h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  padding: 15px 0;
  color: #ee4242;
}
h2--slim, .h2--slim {
  font-weight: 400;
}
h2--underline, .h2--underline {
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
h2--underline::after, .h2--underline::after {
  content: "";
  display: block;
  height: 4px;
  width: 200px;
  max-width: 80%;
  background: #ee4242;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 0;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 0;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 0;
}

h6, .h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 0;
}
h6.slim, .h6.slim {
  font-size: 14px;
}

a, a:hover {
  transition: color 0.3s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #ee4242;
}
ul.square-list {
  font-size: 12px;
  margin-bottom: 15px;
}
ul.square-list li {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-align: center;
  width: 85px;
  height: 85px;
  padding-top: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}
ul.square-list li .info {
  display: table-cell;
  padding: 0 3px;
  vertical-align: middle;
  height: 35px;
  width: 85px;
  line-height: 14px;
}
ul.square-list .fas {
  color: #ee4242;
  width: 100%;
  font-size: 22px;
}

.icon-list {
  padding-left: 20px;
  margin-bottom: 15px;
}
.icon-list li {
  position: relative;
}
.icon-list li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  display: block;
  width: 15px;
  left: -20px;
  top: 3px;
}
.icon-list--check li::before {
  content: "\f00c";
  color: #ee4242;
}
.icon-list--check-square li {
  margin-bottom: 10px;
}
.icon-list--check-square li::before {
  content: "\f14a";
  color: #771214;
  top: 0;
  font-size: 16px;
}
.icon-list--not li::before {
  content: "\f00d";
  color: #ee1d3f;
}
.icon-list--raquo {
  padding-left: 15px;
}
.icon-list--raquo li::before {
  content: "\f101";
  left: -15px;
  top: 0;
  font-size: 10px;
}

.short-info {
  margin-bottom: 5px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
.short-info li.active {
  color: #ffffff;
  background: #ee4242;
  border-color: #ee4242;
}
.short-info li.active .fas {
  color: #ffffff;
}
.short-info li .fas {
  color: #ee4242;
}

textarea {
  padding: 15px;
}

.form-control {
  margin-bottom: 15px;
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  color: #797979;
}
.form-control::placeholder {
  color: #797979;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #797979;
}
.form-control::-ms-input-placeholder {
  color: #797979;
}
.form-control:focus {
  color: #ee4242;
}

label {
  font-size: 14px;
}
label.success {
  color: #771214;
  font-style: italic;
}
label.error {
  color: #ee1d3f;
  font-style: italic;
}

.input-wrapper {
  position: relative;
}
.input-wrapper::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  color: #ee4242;
  pointer-events: none;
}
.input-wrapper--calendar::after {
  content: "\f073";
}
.input-wrapper--select::after {
  content: "\f078";
}
.input-wrapper--small select {
  border-color: #ebebeb;
  height: 30px !important;
  font-size: 13px;
  padding: 0 5px 0 15px;
  margin-bottom: 15px;
}

.form-check {
  padding-left: 0;
}
.form-check .form-check-input {
  position: absolute;
  left: -99999px;
}

.form-check-label {
  cursor: pointer;
  font-size: 14px;
}
.form-check-label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  margin-right: 10px;
  color: #f57500;
}
.form-check-label--favorites::before {
  content: "\f004";
  font-weight: 600;
  font-size: 20px;
  color: #797979;
}
.form-check-label--reserved::before {
  font-weight: 600;
  color: #797979;
  font-size: 20px;
}
.form-check-label .txt {
  display: inline-block;
  width: 53px;
}
.form-check-label .fa-star {
  color: #797979;
}
.form-check-label .fa-star.active {
  color: #ee4242;
}
.form-check-label .fa-star::before {
  font-weight: 600;
}
.form-check-label .total {
  color: #797979;
}
.form-check-label .price-value {
  color: #ee4242;
  font-weight: 600;
}

input[type=checkbox]:checked + label.form-check-label {
  font-weight: 600;
}
input[type=checkbox]:checked + label.form-check-label .total {
  font-weight: 100;
}
input[type=checkbox]:checked + label.form-check-label::before {
  content: "\f14a";
}
input[type=checkbox]:checked + label.form-check-label--reserved::before {
  color: #771214;
}
input[type=checkbox]:checked + label.form-check-label--favorites::before {
  content: "\f004";
  color: #ee1d3f;
}

input[type=radio]:checked + label.form-check-label {
  font-weight: 600;
}
input[type=radio]:checked + label.form-check-label .total {
  font-weight: 100;
}
input[type=radio]:checked + label.form-check-label::before {
  content: "\f14a";
}
input[type=radio]:checked + label.form-check-label--reserved::before {
  color: #771214;
}
input[type=radio]:checked + label.form-check-label--favorites::before {
  content: "\f004";
  color: #ee1d3f;
}

.btn {
  z-index: 1;
  border-radius: 0;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  position: relative;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.btn.btn-primary {
  background: #771214;
}
.btn.btn-secondary {
  background: #ee4242;
}
.btn.btn-third {
  background: #ee4242;
  color: #fff;
}
.btn.btn-fourth {
  background: #ee4242;
  color: #fff;
}
.btn.booking-submit {
  margin-top: 15px;
}
.btn:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  right: 0;
}
.btn:hover, .btn:focus {
  color: #f8f8f8;
  background-color: #ee4242;
  box-shadow: none !important;
}
.btn::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
}
.btn::after {
  background: #ee4242;
}
.btn:hover::after, .btn:focus::after {
  right: 0;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.sprite {
  background: url("img/sprite.png") no-repeat;
}
.sprite.ico-filter {
  width: 33px;
  height: 33px;
  display: inline-block;
}
.sprite.ico-filter.ico-Sejururi {
  background-position: -38px -51px;
}
.sprite.ico-filter.ico-Circuite {
  background-position: -72px -51px;
}
.sprite.ico-filter.ico-Cazari {
  background-position: -109px -51px;
}
.sprite.ico-filter.ico-Hoteluri {
  background-position: -109px -51px;
}
.sprite.ico-filter.ico-Turism {
  background-position: -1px -53px;
}
.sprite.ico-filter.ico-Croaziere {
  background-position: -143px -49px;
}

.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
  height: 40px;
  padding-top: 8px;
}

.motor-room-container {
  position: absolute;
  top: 38px;
  background: #fff;
  padding: 5px;
  z-index: 2;
  width: 100%;
  box-shadow: 5px 5px 5px -3px #cccccc;
}

.motor-room-container select {
  font-size: 13px !important;
}

.motor-room-container label {
  color: #5e5e5e;
}

.input-wrapper .chosen-container-single .chosen-single div b {
  display: none;
}

.base-row {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.base-row--bgtype1 {
  background: #ee4242;
  color: #ffffff;
}
.base-row--bgtype2 {
  background: #f2f2f2;
}
.base-row--bgtype3 {
  background: #f8f8f8;
}
.base-row--bgtype4 {
  background: #f1f1f1;
}
.base-row--contact-form {
  background: url("img/contact-section-bg.png") no-repeat;
  background-position: center top;
  padding: 30px 0;
}
.base-row--homepage {
  background-position: center top;
  padding: 0;
  z-index: 10;
}
.base-row--listing {
  background: url("img/listing-section-bg.png") no-repeat;
  background-position: center top;
}

.pricing {
  font-size: 18px;
}
.pricing .price-value {
  color: #ee4242;
  font-size: 28px;
  font-weight: 600;
}

.contact-form-container {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #f1f1f1;
  max-width: 615px;
  margin: 0 auto;
  padding: 20px 30px 25px;
}
.contact-form-container h2 {
  margin-bottom: 40px;
}
.contact-form-container .terms-and-cond-check {
  font-size: 12px;
  margin-bottom: 15px;
}

.img-center {
  text-align: center;
  margin: 0 auto;
}

.img-holder {
  margin-bottom: 15px;
}
.img-holder__img-container img {
  width: 100%;
}
.img-holder__info {
  background: #ee4242;
  padding: 5px 15px;
}
.img-holder__info h3 {
  color: #ffffff;
}
.img-holder__info h3 a {
  color: #ffffff;
  text-decoration: none;
}
.img-holder__info .booking-p {
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 14px;
}
.img-holder__info .price {
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 10px;
  text-align: right;
}
.img-holder__info .price .value {
  font-size: 24px;
}
.img-holder__info .price a {
  color: #ffffff;
  text-decoration: none;
}
.img-holder__info--type-b {
  background: #ee4242;
}

@media (max-width: 991px) {
  .img-holder h3, .img-holder .price {
    text-align: center;
  }
  .img-holder .price {
    padding-top: 0;
  }
}
.social-list {
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
  min-width: 150px;
  float: left;
}
.social-list li {
  display: inline-block;
  margin-right: 2px;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list .social {
  display: block;
  text-indent: -99999px;
  width: 20px;
  height: 21px;
  background: url(img/sprite.png);
  background-position: 0 0;
}
.social-list .social.fbck {
  background-position: -5px -1px;
}
.social-list .social.gplus {
  background-position: -26px -1px;
}
.social-list .social.twt {
  background-position: -47px -1px;
}
.social-list .social.lnkd {
  background-position: -68px -1px;
}
.social-list .social.pint {
  background-position: -89px -1px;
}
.social-list .social.yt {
  background-position: -130px -1px;
}
.social-list .social.email {
  background-position: -110px -1px;
}

.quick-card {
  max-width: 490px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
}

/* .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  } */
.quick-offer li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
}
.quick-offer li:last-child {
  border-bottom: 0;
}
.quick-offer .img-container {
  float: left;
  width: 52px;
  margin-right: 5px;
}
.quick-offer .img-container img {
  max-width: 50px;
}
.quick-offer .location {
  width: calc(100% - 140px);
  float: left;
  text-align: left;
}
.quick-offer .location p {
  line-height: 16px;
  margin-bottom: 10px;
}
.quick-offer .location .city {
  font-size: 12px;
}
.quick-offer .location a {
  color: #5e5e5e;
}
.quick-offer .location a:hover {
  color: #ee4242;
  text-decoration: none;
}
.quick-offer .price {
  max-width: 70px;
  float: right;
  line-height: 22px;
  font-size: 18px;
  text-align: right;
  color: #ee4242;
}
.quick-offer .price .from {
  color: #5e5e5e;
  width: 100%;
  display: inline-block;
  font-size: 10px;
}
.quick-offer--simple li {
  border-bottom: 0;
  padding: 0 10px;
}
.quick-offer--simple li:nth-child(odd) {
  background: #f2f2f2;
}
.quick-offer--simple .location {
  width: calc(100% - 70px);
  padding-top: 14px;
}
.quick-offer--simple .location p {
  font-size: 12px;
}
.quick-offer--simple .location a {
  color: #ee4242;
}
.quick-offer--simple .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ee4242;
}
.quick-offer--simple .price .from {
  font-weight: 300;
}

.team-member .img-center {
  margin-bottom: 45px;
}
.team-member .name {
  margin-bottom: 15px;
}
.team-member .name .position {
  color: #ee4242;
  font-size: 14px;
}
.team-member .description {
  color: #5e5e5e;
}

.cariera {
  margin-bottom: 55px;
}
.cariera .img-center {
  margin-bottom: 15px;
}
.cariera .name .location {
  font-size: 14px;
  color: #ee4242;
}
.cariera .details h5 {
  margin-bottom: 15px;
}
.cariera .details p {
  color: #5e5e5e;
}

.list-card {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.list-card--contact .details {
  padding: 10px 0px;
}
.list-card--contact h4.name {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.list-card--contact p.location {
  margin-bottom: 40px;
}
.list-card--contact .contact-table {
  line-height: 28px;
}
.list-card--contact .contact-table .label {
  color: #797979;
  vertical-align: top;
  padding-right: 10px;
}
.list-card--contact .contact-table .value {
  color: #ee4242;
  font-weight: 600;
}
.list-card--contact .contact-table .value a {
  color: #ee4242;
}

@media (max-width: 991px) {
  .filtering-header {
    border: 1px solid #f1f1f1;
  }

  .solicitare-oferta-form .form-group {
    margin-bottom: 0 !important;
  }

  .solicitare-oferta-form .form-control {
    margin-bottom: 5px !important;
  }

  .mobile-stiky-bottom {
    width: 80% !important;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 12px;
  }

  .mobile-stiky-bottom-container {
    position: fixed;
    left: 0;
    z-index: 10;
    transform: translate3d(0, 0, 0);
    width: 100%;
    bottom: 20px;
  }

  .booking-card .promo--pricing {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .menu.btm-menu.main li a {
    width: 100%;
    display: inline-block;
  }

  .menu.btm-menu.main li {
    font-size: 17px;
    padding: 8px;
    border-bottom: 1px solid #f3f3f3;
  }

  .result-details {
    margin-top: 10px !important;
    font-size: 1.2rem !important;
  }

  .list-card .details {
    padding: 10px 15px;
  }

  .listing-card__price_taxes {
    display: inline-block !important;
  }

  .listing-card__price-container .pricing {
    margin-top: 15px !important;
  }

  .pricing {
    text-align: right !important;
    font-size: 14px !important;
    padding-right: 10px !important;
  }
  .pricing .price-value {
    font-size: 20px !important;
  }

  .listing-ribbon-mobile {
    font-size: 15px;
    position: absolute;
    left: -2px;
    top: 10px;
    background: #f28d15;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .listing-ribbon-mobile span {
    font-size: 11px;
    color: #fff;
  }

  .listing-card__details h4 {
    margin-top: 5px !important;
    font-size: 16px !important;
  }

  .listing-card .location {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .short-info li {
    font-size: 12px !important;
  }

  #motorModal .form-search-details .form-control {
    margin-bottom: 5px;
  }

  #motorModal .form-search-details .form-group {
    margin-bottom: 0 !important;
  }

  .mobile-margin-bottom {
    margin-bottom: 20px;
    display: block;
  }

  .site-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* 				margin: auto; */
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .side-filtering-mobile {
    visibility: visible;
    display: flex;
    bottom: 0;
    top: 0;
    right: 0;
    position: fixed;
    flex-flow: column;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    box-sizing: border-box;
  }

  .side-filtering-mobile .filtering-body {
    overflow-y: scroll;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .close-filters-container-mobile {
    text-align: center;
    padding: 0 !important;
  }

  .side-filtering-mobile.close-filters {
    visibility: hidden;
    top: 100vh;
    height: 0;
  }

  .close-filters-mobile {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 43px;
    font-size: 27px;
  }

  .pagination {
    margin-bottom: 20px;
  }

  .show-filters-button {
    font-size: 16px;
  }

  .mmt-0 {
    margin-top: 0 !important;
  }

  .mmb-0 {
    margin-bottom: 0 !important;
  }

  .mpt-0 {
    padding-top: 0 !important;
  }

  .mpb-0 {
    padding-bottom: 0 !important;
  }

  .mmb-4 {
    margin-bottom: 20px !important;
  }

  .mmt-3 {
    margin-top: 15px !important;
  }

  .mmt-4 {
    margin-top: 20px !important;
  }

  .mobile-logo {
    height: 60px !important;
  }

  .btn-cauta-vacanta-listing {
    position: fixed;
    bottom: 0;
    z-index: 2;
    font-size: 16px;
    left: 0;
  }

  .country-card ul {
    padding-left: 30px !important;
  }
}
.expander__header {
  background: #f1f1f1;
  position: relative;
  border-bottom: 2px solid #ffffff;
}
.expander__header a {
  color: #ee4242;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
}
.expander__header a:hover {
  text-decoration: none;
  color: #ee4242;
}
.expander__header a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 600;
  font-size: 20px;
  color: #ee4242;
  display: block;
  position: absolute;
  right: 15px;
  top: 7px;
}
.expander.closed .expander__header a::after {
  content: "\f067";
}
.expander__body {
  padding: 10px 15px;
}
.expander.closed .expander__body {
  display: none;
}

.side-filtering {
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.side-filtering__header {
  padding: 0 15px;
}
.side-filtering__header h5 {
  color: #ee4242;
  padding-top: 15px;
  padding-bottom: 15px;
}
.side-filtering__header .with-divider {
  border-right: 1px solid #f1f1f1;
}
.side-filtering__header .reset-filters {
  font-size: 14px;
  padding-top: 12px;
  display: inline-block;
  color: #797979;
}

.search-hotel-button {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 32px;
}

.clear-search-hotel-button {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 32px;
}

.listing-card {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-bottom: 25px;
  transition: box-shadow 0.15s;
}
.listing-card__price_taxes {
  display: block;
  font-size: 12px;
}
.listing-card__price-container {
  padding-left: 20px;
}
.listing-card__img-container {
  position: relative;
  width: 100%;
}
.listing-card__details {
  padding-right: 15px;
}
.listing-card__details .ribbon {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #ee4242;
  padding: 5px 15px;
  width: max-content;
  margin-bottom: -15px;
}
.listing-card__details h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin-top: 15px;
}
.listing-card__details h4 .location {
  font-size: 14px;
  font-weight: 300;
}
.listing-card__details .short-info i {
  color: #2675aa;
  padding-right: 10px;
}
.listing-card__details .short-info li {
  line-height: 20px;
}
.listing-card__details .icon-list {
  color: #797979;
  margin-bottom: 15px;
}
.listing-card__details_price {
  background: #f5f5f5;
  width: 100%;
}
.listing-card__details_price_container {
  display: flex;
}
.listing-card__stars {
  color: #ee4242;
}
.listing-card__no_offer {
  height: 100%;
  padding-right: 30px !important;
}
.listing-card .btn-vezi-detalii {
  display: block;
  margin-left: auto;
}
.listing-card .location {
  margin: 0;
}
.listing-card--vertical .listing-card__details {
  position: relative;
}
.listing-card--vertical .listing-card__details .ribbon {
  position: absolute;
  top: -31px;
}
.listing-card--vertical .listing-card__details .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.listing-card--vertical .listing-card__details .short-info {
  margin-bottom: 15px;
  float: none;
}
.listing-card:hover {
  box-shadow: 0px 0px 14px 4px #f1f1f1;
  transition: box-shadow 0.15s;
}

@media (max-width: 991px) {
  .listing-card:hover .primary-image.mobile-view {
    display: none !important;
  }
  .listing-card:hover .secondary-image.mobile-view {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .listing-card:hover .primary-image.desktop-view {
    display: none !important;
  }
  .listing-card:hover .secondary-image.desktop-view {
    display: block !important;
  }
}
.secondary-image {
  display: none !important;
}

.title a {
  color: #212529;
  text-decoration: none;
}

.listing-ribbon {
  background: #2675aa;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
}
.listing-ribbon span {
  font-size: 12px;
  display: inline-block;
}

.listing-from-price {
  font-size: 24px;
  color: #5e5e5e;
  text-transform: uppercase;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .mobile-w-100 {
    width: 100% !important;
  }

  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }

  .verifica-pret, .reSearchForm button {
    float: none;
    width: 100% !important;
  }

  .swiper-slide img {
    width: 100%;
    margin-top: 0px;
  }

  .countries li {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .mobile-view {
    display: none;
  }

  .desktop-view {
    display: block;
  }

  .listing-card__details {
    padding: 0;
  }

  .modal-dialog {
    max-width: 700px !important;
  }

  .countries li {
    width: 24%;
  }
}
.cruises-destinations li {
  width: 49%;
  display: inline-block;
}

.countries li {
  display: inline-block;
}

.country-card {
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.country-card h6 {
  background: #f1f1f1;
  margin-bottom: 15px;
}
.country-card ul {
  padding-left: 15px;
}
.country-card a {
  color: #ee4242;
}
.country-card a.active {
  color: #771214;
  font-weight: 600;
}
.country-card .countries {
  width: 100%;
}

.country-card ul {
  padding-left: 50px;
}

.pagination {
  float: right;
}
.pagination li {
  padding: 0 5px;
}
.pagination li .page-link {
  border-radius: 0 !important;
  line-height: 1;
  color: #797979;
  padding: 5px 10px;
}
.pagination li:hover .page-link, .pagination li.active .page-link {
  background: #ee4242;
  color: #ffffff;
}

.site-breadcrumb {
  padding: 10px 0;
}
.site-breadcrumb li {
  display: inline-block;
}
.site-breadcrumb li.active {
  color: #ee4242;
}
.site-breadcrumb li.active a::after {
  display: none;
}
.site-breadcrumb a {
  display: inline-block;
  color: #797979;
}
.site-breadcrumb a::after {
  content: "»";
  display: inline-block;
  padding-left: 3px;
}
.site-breadcrumb a.active {
  color: #ee4242;
}
.site-breadcrumb a.active::after {
  display: none;
}
.site-breadcrumb a span::after {
  display: none;
}

.promo-promo {
  position: absolute;
  z-index: 1;
  padding: 5px;
  top: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  background: #ee4242;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.booking-card {
  border: 1px solid #f1f1f1;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.booking-card .services-list {
  padding-left: 20px;
}
.booking-card .promo {
  background: #ee4242;
  color: #ffffff;
  padding: 5px 30px;
}
.booking-card .promo h3 {
  padding: 5px 0;
}
.booking-card .promo small {
  font-size: 12px;
}
.booking-card .promo--pricing {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ee4242;
}
.booking-card .promo--pricing .pricing {
  margin-bottom: 0;
  text-align: right;
}
.booking-card .promo--pricing .price-value {
  color: #ffffff;
  font-size: 28px;
}
.booking-card .trip-summary {
  padding: 15px;
}
.booking-card .trip-summary .detail {
  display: inline-block;
  font-size: 14px;
  color: #797979;
  margin-bottom: 7px;
}
.booking-card .trip-summary .detail.value {
  font-weight: 600;
  color: #ee4242;
}
.booking-card .trip-summary .fas {
  color: #ee4242;
  margin-right: 10px;
}
.booking-card .cta-row {
  padding: 0 15px;
}
.booking-card .btn {
  margin-bottom: 15px;
}

.ext-card {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  margin-bottom: 12px;
}
.ext-card--booking-form {
  padding-top: 0;
}
.ext-card--booking-form .card-bg-title {
  background: #ee4242;
  color: #ffffff;
  margin: 0 -30px 10px;
  padding: 20px 15px;
}
.ext-card--booking-form input[type=text],
.ext-card--booking-form textarea,
.ext-card--booking-form select {
  background: #f8f8f8;
  border: 0;
}

.main-filtering .row-checks label {
  width: 100%;
  background: #ee4242;
  color: #fff;
  font-size: 12px;
  position: relative;
  padding: 10px 15px 10px 55px;
}
.main-filtering .row-checks label::before {
  display: none;
}
.main-filtering .row-checks label .ico-filter {
  position: absolute;
  top: 3px;
  left: 10px;
}
.main-filtering .row-checks input[type=radio]:checked + label.form-check-label {
  background: #ee4242;
}
.main-filtering .result-details {
  margin-bottom: 0;
  font-size: 18px;
}
.main-filtering .close-filters {
  background: #5d6d7e;
  color: #ffffff;
  border: 0;
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  bottom: -56px;
  left: calc(50% - 50px);
}
.main-filtering .close-filters .fas {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .main-filtering .form-check {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .main-filtering .filtering-checks {
    padding: 0;
  }
  .main-filtering .row-checks {
    margin-top: -38px;
  }
  .main-filtering .row-checks .form-check {
    margin-right: 15px;
    float: left;
  }
}
.swipe-gif {
  width: 100px;
  right: 0;
  position: absolute;
  display: none;
}

@media (max-width: 576px) {
  .swipe-gif {
    display: block;
  }

  .modal-newsletter {
    width: 100% !important;
    height: 409px !important;
    margin-left: 0 !important;
    background: url(/frontend/images/pop-up-newsletter-cu-x.png) no-repeat !important;
    background-size: contain !important;
  }

  .modal-newsletter-close {
    right: 2px !important;
    top: 2px !important;
  }

  .countries li {
    width: 49%;
  }
}
.tab-details-nav-row.fixed {
  position: fixed;
  z-index: 9;
  top: 0;
}

.tab-details-nav-container .details-btn {
  display: none;
}

.tab-details-list {
  margin: 0;
  padding: 0;
  margin-bottom: -15px;
  display: block;
}
.tab-details-list li {
  display: inline-block;
  /* padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px; */
  padding: 10px 20px 25px;
  text-align: center;
}
.tab-details-list li a {
  color: #ee4242;
}
.tab-details-list li.active a, .tab-details-list li:hover a {
  text-decoration: none;
}
.tab-details-list li.active {
  border-bottom: 3px solid #ee4242;
}
.tab-details-list li.active a {
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tab-details-list li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .block-image-and-text {
    margin-bottom: 40px;
  }

  .tab-details-nav-container {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #ffffff;
    padding: 0;
  }
  .tab-details-nav-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 1px 5px 2px #e6e6e6;
  }
  .tab-details-nav-container.fixed .tab-details-list.active a {
    color: #5e5e5e;
    font-weight: 300;
  }
  .tab-details-nav-container .details-btn {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    color: #ee4242;
    font-size: 21px;
    outline: none;
    padding: 15px 20px;
  }
  .tab-details-nav-container .details-btn .fas {
    font-size: 22px;
    color: #ee4242;
    float: right;
  }
  .tab-details-nav-container .tab-details-list .fas {
    width: auto;
    margin-right: 15px;
  }
  .tab-details-nav-container .tab-details-list li {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .tab-details-nav-container .tab-details-list li:last-child {
    padding-bottom: 15px;
  }
  .tab-details-nav-container .tab-details-list li a {
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
  }
  .tab-details-nav-container .tab-details-list li.active {
    border-bottom: none;
    background: #f5f4f5;
  }
  .tab-details-nav-container .tab-details-list li.active a {
    color: #5e5e5e;
    font-weight: 300;
  }
}
.change-data-filtering {
  padding: 15px;
  background: #ee4242;
}

table.offers-table {
  width: 100%;
}

.offers-table thead {
  background: #ee4242;
  color: #ffffff;
}
.offers-table thead th {
  font-weight: 100;
  padding: 15px 10px;
  font-size: 14px;
}
.offers-table td {
  font-size: 13px;
  padding: 10px;
  vertical-align: top;
}
.offers-table .selection .form-check {
  float: left;
}
.offers-table .details {
  background: #ee4242;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
}
.offers-table .details a {
  color: inherit;
  font-size: 14px !important;
}
.offers-table .price-td {
  text-align: right;
}
.offers-table .price {
  color: #ee4242;
  font-weight: 600;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 18px;
}
.offers-table .fa-check-circle {
  color: #2ecc71;
}
.offers-table .expander {
  background: #f1f1f1;
}
.offers-table .expander td {
  width: 50%;
}
.offers-table .expander td:first-child {
  border-right: 2px dotted;
}
.offers-table .expander .info {
  color: #ee4242;
}
.offers-table .legend-row td {
  border-top: 2px dotted;
}
.offers-table .fa-question-circle,
.offers-table .red {
  color: #ee1d3f;
}
.offers-table .green {
  color: #771214;
}
.offers-table .orange {
  color: #ee4242;
}

@media (min-width: 992px) {
  .offers-table {
    width: 100%;
  }
}
.site-header .menu li a:hover {
  text-decoration: none;
  color: #ee4242;
}
.site-header .menu li:last-child a:not(.btn) {
  padding-right: 0;
}
.site-header .menu.top-menu {
  font-size: 14px;
  line-height: 33px;
}
.site-header .menu.top-menu a {
  color: #ffffff;
  padding-right: 10px;
}
.site-header .menu.top-menu a .fas {
  margin-right: 3px;
}
.site-header .menu.top-menu a .fab {
  vertical-align: middle;
}
.site-header .menu.top-menu a.dropdown-item {
  color: #ee4242;
  padding: 0 15px;
  font-size: 13px;
}
.site-header .menu.btm-menu a {
  color: #ee4242;
  padding-right: 13px;
}
.site-header .menu.btm-menu a.btn {
  color: #ffffff;
}

@media (min-width: 991px) {
  .side-filtering-mobile {
    display: none;
  }

  .site-header .menu li {
    display: inline-block;
  }
  .site-header .menu.btm-menu {
    float: right;
  }
}
@media (max-width: 991px) {
  .site-header .main-menu {
    border: 1px solid #ee4242;
    padding: 15px;
    margin-top: -16px;
  }
  .site-header .btm-menu.main {
    border-bottom: 1px solid #ee4242;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .site-header .menu-container {
    display: none;
  }
}
.site-footer h4 {
  padding-top: 35px;
  margin-bottom: 20px;
}
.site-footer .small {
  font-size: 11px;
  line-height: 12px;
}
.site-footer .footer-list li {
  border-bottom: 1px solid #6e849a;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.site-footer .footer-list li:last-child {
  border-bottom: 0;
}
.site-footer .footer-list a {
  color: #ffffff;
}

.menu-toggle {
  background: none;
  border: none;
  border-radius: 4px;
  font-size: 25px;
  color: #ee4242;
  outline: none;
}

.menu-anim {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px;
}
.menu-anim span {
  margin: 0 auto;
  position: relative;
  top: 12px;
}
.menu-anim span:before,
.menu-anim span:after {
  position: absolute;
  content: "";
}
.menu-anim span,
.menu-anim span:before,
.menu-anim span:after {
  width: 30px;
  height: 6px;
  background-color: #ffffff;
  display: block;
}
.menu-anim span:before {
  margin-top: -12px;
}
.menu-anim span:after {
  margin-top: 12px;
}

.only-mobile .top-menu {
  float: none !important;
}

.only-mobile .top-menu li a {
  color: #000 !important;
}

/* example 5 */
.menu-anim span {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu-anim.active span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu-anim span:before {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.menu-anim.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.menu-anim span:after {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.menu-anim.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.overlay-search {
  background: url(/frontend/img/preloader.gif) center center no-repeat;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay-search {
  display: none;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.searchbox-errors {
  color: #ff9999;
  text-align: center;
  margin: 0 auto;
}

.chosen-container-single .chosen-single {
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #888888 !important;
  border-radius: 0;
}

.chosen-container {
  margin-bottom: 15px;
}

.chosen-single b:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  color: #34495e;
}

.chosen-container-single .chosen-single div {
  width: 34px !important;
}

.chosen-container-single .chosen-single {
  border: 1px solid #dee2e6;
}

.search-box .chosen-container {
  margin-bottom: 15px;
}

.search-box .chosen-container-single .chosen-single {
  height: calc(2.25rem + 2px);
  line-height: calc(2.25rem + 2px);
  background: #fff;
  color: #5e5e5e !important;
  border-radius: 0;
}

.search-box .chosen-single b:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  color: #34495e;
}

.search-box .chosen-container-single .chosen-single div {
  width: 34px !important;
}

.search-box .form-control {
  width: 100% !important;
}

.search-box .chosen-container.chosen-container-single {
  width: 100% !important;
}

.mobile-socialmedia-header-links a {
  color: #fff;
  padding: 0 5px;
}

.individual-departure-date {
  height: 38px;
  margin-bottom: 0 !important;
}

.search-box {
  z-index: 1;
  position: relative;
}

.swiper-pagination {
  text-align: right;
}

.slider_text_container {
  position: absolute;
}

.slider_title {
  /* width: 100%; */
  text-align: center;
  color: #0e0d2d;
  background-color: rgba(245, 245, 245, 0.5);
  font-size: 32px;
  display: block;
  /* width: 304px; */
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}

.slider_text {
  /* width: 100%; */
  text-align: center;
  color: #fff;
  background-color: rgba(7, 6, 38, 0.5);
  font-size: 23px;
  display: inline-block;
  /* width: 304px; */
  padding: 0 10px;
  margin-bottom: 10px;
}

.slider_button {
  /* width: 100%; */
  text-align: center;
  color: #ffffff;
  background-color: rgb(243, 156, 18);
  font-size: 18px;
  display: inline-block;
  /* width: 304px; */
  padding: 5px 10px;
}

.slider_button:hover {
  text-decoration: none;
  color: #fff;
}

.slider_text_container.sus {
  top: 10%;
  right: 50%;
  text-align: right;
}

.slider_text_container.dreapta {
  top: 50%;
  right: 10%;
  text-align: right;
}

.slider_text_container.stanga {
  top: 50%;
  left: 5%;
  text-align: left;
}

.slider_text_container.centru {
  top: 20%;
  left: 20%;
  text-align: center;
}

.img-container img {
  width: 100%;
}

.listing-geogrpahy {
  width: 100%;
}

.choose-geography.chosen-container-single .chosen-single, .choose-geography a b {
  background: #ee4242 !important;
  color: #fff !important;
}

.choose-geography a b:after {
  color: #fff !important;
}

.countries {
  list-style: none;
  padding-left: 0;
}

.countries li a {
  color: #34495e;
}

a.geography-selected {
  color: #2ecc71 !important;
  font-weight: 600;
}

a.listing-geography-back {
  color: #2574a9 !important;
}

a.listing-geography-back.geography-selected {
  background: #ee4242 !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 2px 5px;
}

.clear {
  clear: both;
}

.product-detail-offer-details {
  display: none;
}

.price-table-header {
  background: #ee4242;
  color: #fff;
}

.offers-table .price-table-row .offer-col {
  padding: 15px 10px;
}

.price-table-header {
  font-weight: 100;
  padding: 10px 10px;
  font-size: 14px;
}

.align-right {
  text-align: right;
}

.pull-right {
  float: right;
}

.offers-table .product-detail-offer-details .service-col:first-child {
  border-right: 2px dotted;
}

.service-col {
  padding: 10px;
}

.service-col ul {
  padding-left: 20px;
}

.service-col li {
  list-style: disc;
}

.product-detail-offer-details-mobile {
  display: none;
}

.submenu-border {
  background: url(/frontend/img/details-bg.png) repeat-x;
}

/******** OTHER HOTELS IN DESTINATION **********/
.other-offers-card-discount {
  position: absolute;
  left: 20px;
  bottom: 0;
  background: #ee4242;
  color: #fff;
  padding: 5px 10px;
  font-weight: 300;
}

.other-offers-image {
  position: relative;
}

/******** END HOTELS IN DESTINATION **********/
/********* LOADER ***********/
.thing {
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  animation: rotateit 1.5s ease infinite;
  margin: 0 auto;
}

.beam {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
}

.r {
  background-color: #ee4242;
}

.b {
  background-color: #ee4242;
}

.r1 {
  transform: rotate(90deg);
  left: 50px;
  top: 0px;
  animation: move1r 1.5s ease infinite;
}

.r3 {
  top: 50px;
  animation: move2 1.5s ease infinite;
}

.b1 {
  transform: rotate(90deg);
  left: 50px;
  top: 100px;
  animation: move1b 1.5s ease infinite;
}

.b3 {
  top: 50px;
  left: 100px;
  animation: move2 1.5s ease infinite;
}

@-webkit-keyframes rotateit {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotateit {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes move1r {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  45% {
    top: 100px;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    top: 100px;
    transform: rotate(-90deg);
  }
}
@keyframes move2 {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes move1b {
  0% {
    top: 100px;
    transform: rotate(0deg);
  }
  45% {
    top: 0px;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    top: 0px;
    transform: rotate(-90deg);
  }
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal-container {
  position: absolute;
  width: 100%;
  min-height: 200px;
  top: 200px;
}

.modal-container .top {
  float: left;
  width: 100%;
  clear: both;
}

.search-modal-text {
  text-align: center;
  font-size: 26px;
  color: #fff;
}

/********* END LOADER ***********/
.error.error-input, .error.error-checkbox {
  color: red;
  font-size: 12px;
  font-style: italic;
  margin-top: 2px;
}

/****** COOKIE BAR ********/
#cookie-consent {
  width: 100%;
  position: fixed;
  left: 0px;
  z-index: 999;
  background: none repeat scroll 0% 0% rgb(41, 125, 186);
  border-bottom: 1px solid rgba(195, 195, 195, 0.73);
  display: none;
  padding: 10px 0px;
  bottom: 0px;
  color: #fff;
}

#cookie-inner {
  display: block;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px;
  min-width: 300px;
}

#cookie-consent #accept, #cookie-consent .accept {
  float: right;
  margin-top: 1px;
  margin-left: 10px;
  background: none repeat scroll 0% 0% rgba(11, 142, 81, 0.65);
  padding: 5px 10px;
  border: medium none;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
}

#cookie-consent .accept {
  background: none repeat scroll 0% 0% rgba(97, 97, 97, 0.65) !important;
}

#cookie-consent #accept, #cookie-consent .accept {
  float: right;
  margin-top: 1px;
  margin-left: 10px;
  background: none repeat scroll 0% 0% rgb(227, 173, 18);
  padding: 5px 10px;
  border: medium none;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
}

/****** END COOKIE BAR ********/
#ui-datepicker-div {
  z-index: 1051 !important;
}

.search-box .individual-departure-date {
  font-size: 13px !important;
}

.after-fixed-margin {
  margin-top: 77px !important;
}

.header-sticky {
  position: fixed;
  top: 0;
  z-index: 2;
}

.search-top {
  width: 500px !important;
}

.search-cache-input {
  border: none !important;
}

.heigth-100 {
  height: 100%;
}

.search-cache-input {
  margin-bottom: 0 !important;
  font-size: 12px !important;
}

.search-top {
  float: right;
  margin-right: 20px;
  width: 100%;
}

.menu.main {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-menu {
  margin: 0 !important;
  font-size: 14px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.info-tel {
  background: url(/frontend/images/sprite_tos.png) left 0 top -740px no-repeat;
  color: #f7931e;
}

.info-tel {
  display: inline-block;
  padding: 0 0 0 50px;
  margin-top: 9px;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
}

.tab-details {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.tab-details h4 {
  background: #eae7e7;
  padding-left: 20px;
  margin-bottom: 20px;
}

.other-offers-details h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.other-offers-card {
  height: 100%;
  /* display: flex; */
  flex-wrap: wrap;
  /* align-items: flex-end!important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-offers-image {
  align-self: flex-start;
}

.other-offers-details {
  align-self: flex-end;
  width: 100%;
}

.reSearchForm {
  margin-bottom: 20px;
}

.verifica-pret {
  width: 200px;
}

.form-verifica-pret-btn {
  width: 200px;
}

.special-offer-button {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  min-height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #2675aa;
  color: #fff !important;
}

.special-offer-button:hover {
  color: #fff;
  text-decoration: none;
  background: #f57500;
}

.special-offer-active-button {
  background: #f57500;
  color: #fff !important;
}

.contact-page h3.zone {
  background: #eae7e7;
  margin-bottom: 20px;
  padding-left: 10px;
}

.search-cache-results {
  position: absolute;
  z-index: 1000;
  padding: 5px;
  display: none;
  top: 63px;
}

.search-cache-results-list {
  list-style: none;
  padding: 0;
}

.search-cache-results-list li {
  float: none;
  line-height: 20px;
  padding: 10px 5px !important;
  font-size: 14px;
}

.search-cache-results-list li:last-child {
  border-bottom: none;
}

.search-cache-results-list li a, .search-cache-results-list li a:hover {
  padding: 0 !important;
}

.search-cache-results {
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.search-cache-results-list li {
  border-bottom: 1px solid #ccc !important;
}

.search-cache-results-list li a, .search-cache-results-list li a:hover {
  background-color: transparent !important;
}

.search-cache-results-list-image {
  float: left;
  padding-right: 10px;
}

.search-cache-results-list-title a {
  color: #ee4242;
  text-decoration: none;
}

/****** NEWSLETTER BOX ******/
.newsletter-block {
  padding: 10px;
  background: #34495e;
  color: #fff;
}

.newsletterMessage {
  display: none;
  width: 100%;
  text-align: center;
  z-index: 99;
  position: relative;
  margin-bottom: 0;
}

/****** END NEWSLETTER BOX ******/
/****** NEWSLETTER MODAL ******/
body {
  position: relative;
}

.modal-newsletter-container {
  background: url(/frontend/images/pxtrans1.png) top left repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
}

.modal-newsletter {
  width: 600px;
  height: 600px;
  position: fixed;
  top: 20px;
  z-index: 100000;
  margin-left: calc((100% - 600px) / 2);
  background: url(/frontend/images/pop-up-newsletter-cu-x.png);
}

.modal-newsletter-close {
  float: right;
  position: absolute;
  /* width: 37px; */
  /* height: 37px; */
  width: 33px;
  height: 33px;
  right: 13px;
  top: 13px;
  z-index: 99000;
  /* background: url(../img/modal-close.png) no-repeat; */
}

.modal-newsletter .newsletterModalForm {
  position: absolute;
  bottom: 110px;
  width: 400px;
  left: calc((100% - 400px) / 2);
}

.modal-newsletter .newsletterMessage {
  margin-top: 90px;
}

.modal-newsletter-input-email {
  background: #fff;
  color: #a1aac5;
  font-size: 16px;
  border: none;
  height: 50px;
  width: 320px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
}

.modal-newsletter-submit-button {
  height: 50px;
  width: 320px;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.mobile-newsletter-popup-bg.close-modal {
  visibility: hidden;
  top: 100vh;
  height: 0;
}

.mobile-newsletter-popup-bg {
  visibility: visible;
  display: flex;
  background: rgba(77, 77, 77, 0.65);
  z-index: 2147483637 !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.mobile-newsletter-popup-container {
  color: #f4f4f4 !important;
  background: #363d4d !important;
  will-change: transform;
  position: relative;
  margin: auto;
  padding: 22px 16px;
  box-shadow: 0 12px 27.26px 1.74px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  text-align: left;
  min-width: 338px;
  max-width: 293px;
  transition-property: height, margin;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0s;
  box-sizing: content-box !important;
  filter: none;
  display: block;
  vertical-align: inherit;
}

.mobile-newsletter-close {
  color: #f4f4f4 !important;
  opacity: 0.5;
  font-family: "Font Awesome 5 Free";
  font-style: normal !important;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding: 10px;
  z-index: 2147483637;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-newsletter-title {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  padding-right: 32px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

.mobile-newsletter-text {
  text-align: left;
  font-size: 14px;
  margin-bottom: 16px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

.mobile-newsletter-popup-info {
  margin-top: 15px;
  opacity: 0.5;
  text-align: left;
  font-size: 12px;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

.mobile-newsletter-input {
  height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
}

/****** END NEWSLETTER MODAL ******/
.modal_container {
  position: absolute;
  top: 20px;
  z-index: 100000;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.modal_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  display: block;
  top: 10px;
}
.modal_close:after, .modal_close:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 1px solid #000;
  position: absolute;
  top: 7px;
  right: -8px;
  transform: rotate(-45deg);
}
.modal_close:before {
  right: 6px;
  transform: rotate(45deg);
}
.modal_close:hover {
  opacity: 0.3;
}

.solicitare-oferta-form .btn-primary {
  min-width: 200px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  margin-top: -0.3em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.applied_filter {
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 0 6px;
}

.applied_filter_remove {
  color: red;
  font-weight: bold;
  display: inline-block;
}

.applied-filter-box {
  font-size: 14px;
  display: inline-block;
  padding-right: 20px;
}

.filter-count {
  font-size: 12px;
  color: #788694;
}

.clear-hotel-search {
  text-align: right;
  color: #2675aa !important;
  font-size: 12px;
  cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
textarea,
input {
    font-size: 16px !important;
  }
}
input#departure_date {
  font-size: 13px !important;
  color: #888 !important;
}

/******** CALENDAR ********/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-radius: unset;
}

/******** END CALENDAR ********/
.load-more {
  display: none !important;
}

/****** START LOGIN/REGISTER ******/
/* sign in FORM */
#logreg-forms {
  width: 412px;
  margin: 5vh auto;
  background-color: #f3f3f3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#logreg-forms form {
  width: 100%;
  max-width: 410px;
  padding: 15px;
  margin: auto;
}

#logreg-forms .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

#logreg-forms .form-control:focus {
  z-index: 2;
}

#logreg-forms .form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#logreg-forms .form-signin input[type=password] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#logreg-forms .social-login {
  width: 390px;
  margin: 0 auto;
  margin-bottom: 14px;
}

#logreg-forms .social-btn {
  font-weight: 100;
  color: white;
  width: 190px;
  font-size: 0.9rem;
}

#logreg-forms a {
  display: block;
  padding-top: 10px;
  color: lightseagreen;
  font-size: 12px;
}

#logreg-form .lines {
  width: 200px;
  border: 1px solid red;
}

#logreg-forms button[type=submit] {
  margin-top: 10px;
}

#logreg-forms .facebook-btn {
  background-color: #3C589C;
}

#logreg-forms .google-btn {
  background-color: #DF4B3B;
}

#logreg-forms .form-reset, #logreg-forms .form-signup {
  display: none;
}

.reset-password .form-signup {
  display: block !important;
}

#logreg-forms .form-signup .social-btn {
  width: 210px;
}

#logreg-forms .form-signup input {
  margin-bottom: 2px;
}

.form-signup .social-login {
  width: 210px !important;
  margin: 0 auto;
}

#logreg-forms .error {
  font-size: 13px;
  color: #e40000;
}

/* Mobile */
@media screen and (max-width: 500px) {
  #logreg-forms {
    width: 300px;
  }

  #logreg-forms .social-login {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #logreg-forms .social-btn {
    font-size: 15px;
    font-weight: 100;
    color: white;
    width: 200px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    padding: 0;
  }

  #logreg-forms .social-btn:nth-child(1) {
    margin-bottom: 5px;
  }
}
/****** END LOGIN/REGISTER ******/
/****** BEGIN WISHLIST ******/
.btn-add-wishlist {
  background: #fff;
  border: 1px solid #ee4242;
}

.btn-add-wishlist.selected .wishlist-adauga {
  display: none;
}

.btn-add-wishlist.selected .wishlist-adaugat {
  display: inline-block;
}

.btn-add-wishlist .wishlist-adauga {
  display: inline-block;
}

.btn-add-wishlist .wishlist-adaugat {
  display: none;
}

.btn-add-wishlist:hover {
  background: #ccc;
  color: #ee4242;
}

.btn-add-wishlist:focus {
  background: #ccc;
  color: #ee4242;
}

.btn-add-wishlist::after {
  background: #fbd7b6;
}

.selected.add-to-wishlist i {
  font-weight: 900;
}

.add-to-wishlist i {
  color: #f24914;
}

.add-to-wishlist-icon.add-to-wishlist {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 3px 3px;
  font-size: 25px;
  line-height: 25px;
}

/****** END WISHLIST ******/
.autocomplete-show-all a {
  font-size: 11px;
  text-align: right;
}

.autocomplete-show-all a:hover {
  color: #ee4242;
}

/**** REVIEWS PAGINA DETALI *****/
.review {
  border-top: 1px solid #eee;
  padding: 20px;
  display: flex;
  flex-flow: row;
}

@media (max-width: 767px) {
  .review {
    flex-flow: column;
  }
}
.review-left, .review-right {
  display: inline-block;
}

.review-left {
  padding-right: 20px;
}
.review-left h5 {
  padding: 0;
}

.reviews h5 {
  white-space: nowrap;
}

.reviews .review-created-at {
  font-size: 11px;
}

.review-stars {
  color: #ee4242;
}

.reviews-summary {
  display: flex;
  flex-flow: row;
  padding: 0 20px 20px 20px;
}

.reviews-icon, .reviews-rate {
  display: inline-block;
}

.reviews-rate {
  padding-top: 15px;
}

.reviews-icon {
  padding-right: 20px;
  font-size: 50px;
  line-height: 70px;
}

.rating__overlay {
  color: #ee4242;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.rating__base {
  color: #ccc;
  white-space: nowrap;
}

.rating {
  font-size: 22px;
  position: relative;
  line-height: 1em;
}

#add_review .rating i {
  outline: none;
}

#add_review .rating {
  cursor: pointer;
}

#add_review .rating .rating-star {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  margin-left: -5px;
  color: #ee4242;
}

#add_review .rating .selected {
  font-weight: 900;
}

.error {
  color: red;
}

.add-review-container .g-recaptcha {
  float: right;
}

/**** END REVIEWS PAGINA DETALI *****/
#solicitaOfertaModal .form-control {
  margin-bottom: 0;
}

/**** LAST SEED *****/
.last-seen-box {
  font-size: 13px;
}

.last-seen-box .title {
  font-weight: bold;
}

/**** END LAST SEED *****/
.block-text-over-image {
  position: relative;
}

.block-text-over-image ul {
  position: absolute;
  bottom: 10px;
  left: 40px;
}

.block-text-over-image a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.block-text-over-image a:hover {
  text-decoration: none;
}

.book-now {
  min-width: 200px;
}

.silent-text {
  font-size: 11px;
}

.sight-category-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sight-category-container ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.sight-category-container ul li {
  list-style: disc;
}

.restaurants-container li {
  font-weight: bold;
}

.restaurants-container li span {
  font-weight: normal;
}

.hotel-map {
  height: 400px !important;
}

.amenities-categories-icon {
  max-width: 34px !important;
}

.amenities-categories-title {
  font-size: 20px;
  font-weight: bold;
}

.tab-details h5 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
}

.flexslider {
  margin: 0 0 10px 0;
}

.reSearchForm {
  background: #f1f1f1;
  padding: 10px;
}

.show-confirmation-button {
  color: #fff !important;
}

.modal-booking-confirmation-room-configuration-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bookConfirmationModal .offer-col {
  font-size: 14px !important;
}

.modal-confirm-price {
  color: #f28d14;
  font-weight: 600;
  white-space: nowrap;
  word-break: keep-all;
}

.price-table-row:nth-child(odd) {
  background: #ffffff;
}

.price-table-row:nth-child(even) {
  background: #f1f1f1;
}

.tab-thumb-image {
  float: left;
  margin: 0 20px 20px 0;
}

.reSearchForm .form-control {
  height: 30px;
  font-size: 13px !important;
  color: #888888 !important;
}

.modal-title {
  margin-bottom: 0 !important;
  line-height: 0.5 !important;
  font-size: 20px !important;
}

.hoteluri-motor-sidebar-title {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}

.listing-description-text {
  max-height: 100px;
  overflow: hidden;
}

.expander__body {
  padding: 10px 15px;
  overflow: hidden scroll;
  max-height: 195px;
}

.ext-card--booking-form .form-control {
  background: #ffffff !important;
  border: 1px solid #dee2e6 !important;
}

.ext-card--booking-form .chosen-container-single .chosen-single {
  height: 38px !important;
}

.ext-card--booking-form .chosen-container-single .chosen-single span {
  line-height: 36px !important;
}

.ext-card--booking-form .chosen-single b:after {
  top: 4px !important;
}

.ext-card--booking-form h5 {
  background: #f8f8f8;
  padding: 10px;
}

.conditii-de-plata-ul, .conditii-de-anulare-ul {
  padding-left: 20px;
}

.conditii-de-plata-ul li:before {
  content: "✓";
  padding-right: 5px;
}

.conditii-de-anulare-ul li:before {
  content: "✖";
  padding-right: 5px;
}

.booking-card .services-list {
  list-style: disc;
}

.search-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border-radius: unset !important;
  border: 1px solid #e6e6e6 !important;
}

.select2-selection__arrow {
  height: 37px !important;
}

.a2a_svg {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 24px !important;
  line-height: 24px !important;
  padding: 0;
  pointer-events: none;
  width: 24px !important;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 13px;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.journey .journey-day {
  position: relative;
}
.journey .journey-day::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 700;
  position: absolute;
}
.journey .journey-day:last-child {
  border: 0;
}
.journey .journey-day:last-child::before {
  display: none;
}
.journey .day-number {
  display: block;
  color: #fff;
  background: #007ec2;
  max-width: 90px;
  padding: 1px 15px;
  text-align: center;
  border-radius: 30px;
}
.journey p {
  color: #5e5e5e;
}

@media (min-width: 992px) {
  .journey .journey-day {
    border-left: 2px dotted;
    margin-left: 37px;
    padding-left: 55px;
    padding-bottom: 25px;
  }
  .journey .journey-day::before {
    left: -8px;
    top: 40%;
  }
  .journey .journey-day .day-number {
    position: absolute;
    left: -38px;
    top: -5px;
  }

  .flex-1 {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .journey-day {
    padding-bottom: 25px;
  }
  .journey-day::before {
    bottom: 8px;
    left: 49%;
  }
  .journey-day .day-number {
    margin: 0 auto 15px;
  }
}
.pinit {
  border: 1px solid #ee4242;
}

.listing-ribbon {
  background: #ee4242;
}

.newsletter-block {
  background: #ee4142;
}

.site-header .menu.top-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.section-title {
  font-size: 24px;
  color: #ee4242;
  text-align: center;
  position: relative;
}

.section-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ee4242;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.section-title span {
  background: white;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.section-title.st-acc-flight span:before {
  -webkit-mask-image: url(/uploads/icon-acc-flight.svg);
  mask-image: url(/uploads/icon-acc-flight.svg);
  width: 37px;
  height: 32px;
}

.section-title span:before {
  content: "";
  background-color: #ee4242;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.section-title span {
  padding: 0 40px;
  width: auto;
}

.section-title.st-acc span:before {
  -webkit-mask-image: url(/uploads/icon-acc.svg);
  mask-image: url(/uploads/icon-acc.svg);
  width: 37px;
  height: 25px;
}

.bttn.type-big {
  background: #ee4242;
  font-size: 22px;
  height: 50px;
  width: 345px;
  line-height: 50px;
}

.bttn {
  display: inline-block;
  letter-spacing: 0.05rem;
  color: white;
  font-family: "Poppins", sans-serif;
  border: 1px solid;
}

.sprite {
  background: url("img/sprite.png") no-repeat;
}
.sprite.ico-filter {
  width: 33px;
  height: 33px;
  display: inline-block;
}
.sprite.ico-filter.ico-Charter {
  background-position: -38px -51px;
}
.sprite.ico-filter.ico-avionCazare {
  background-position: -72px -51px;
}
.sprite.ico-filter.ico-Circuite {
  background-position: -72px -51px;
}
.sprite.ico-filter.ico-Cazare {
  background-position: -109px -51px;
}
.sprite.ico-filter.ico-Hoteluri {
  background-position: -109px -51px;
}
.sprite.ico-filter.ico-Turism {
  background-position: -1px -53px;
}
.sprite.ico-filter.ico-Croaziere {
  background-position: -143px -49px;
}

.main-filtering .row-checks input[type=radio]:checked + label.form-check-label {
  background: #771214;
}

/*# sourceMappingURL=all.min.css.map */