/*
    BeeSoft.it - Custom Styles
*/
@import url("../fonts/fontawesome/css/all.min.css");
img {
  max-width: 100%;
}

.rangeslider__fill, span.blog-item-tag, .testimonial-carousel .slick-slide.slick-active .testimonial-box, .listing-item-container.list-layout span.tag, .tip, .mfp-arrow:hover {
  background: #007b3d;
}

.listing-item-container.list-layout .listing-item-inner h3 {
  color: #253a7c;
}

.category-box:hover .category-box-content span,
.radio input[type=radio] + label .radio-label:after,
.uploadButton .uploadButton-button:hover,
.category-box-content span {
  background-color: #007b3d;
}

.category-box-content h3 {
  font-size: 40px;
}

.lead-text p {
  font-size: 22px;
  line-height: 36px;
}

.highlighted-categories-headline, .highlighted-categories, .main-search-headlines {
  padding-right: 0px;
}

.highlighted-categories-headline {
  font-size: 20px;
}

.main-search-container h2 {
  font-size: 52px;
}

.blog-compact-item-content h3 {
  font-size: 30px;
  line-height: 1.2;
}

.left-side,
.right-side {
  width: auto;
}

#titlebar {
  padding: 30px 0px;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
  font-size: 30px;
}

.container-fluid {
  width: 95%;
  max-width: 1600px;
}

.highlighted-categories-headline, .highlighted-categories {
  padding-right: 0px;
}

.blog-compact-item-content span {
  font-size: 12px;
  line-height: 1.5;
}

#header,
#header.cloned {
  padding: 8px 0px;
}

#navigation.style-1 {
  margin-top: 10px;
}

#navigation.style-1 ul li a {
  font-size: 18px;
}

#logo img {
  max-height: 58px;
}

#header.cloned #logo img {
  max-width: none;
}

.mm-navbar__title {
  font-family: "Bakbak One", sans-serif;
}

.mm-menu,
.mm-navbar,
.mm-panel,
.mm-panels {
  background: #253a7c !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.mm-listitem__text {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.mm-listview {
  margin-bottom: 20px;
}

.mobile-styles .mm-listview .mega-menu-headline {
  margin-top: 20px;
  background: #253a7c !important;
}

.mobile-styles .mm-listview {
  margin: 0px !important;
}

.mm-menu .button {
  margin-left: 15px;
  color: #fff !important;
  border-color: #fff !important;
}

.mm-navbar__title > span {
  font-size: 20px;
}

.mm-menu a {
  font-size: 17px;
}

.mega-menu-headline {
  font-size: 18px;
  line-height: 1.5;
}

.mm-extra {
  padding: 20px 0px;
  text-align: center;
}

.mm-extra .lang .active {
  padding: 8px;
  border-color: #fff;
}

.header-widget {
  margin-top: 8px;
}

.headline-symbol {
  background: url("../images/bg-decor-center.png") no-repeat bottom center;
  background-size: auto 40%;
  padding-bottom: 40px;
}

.headline-symbol.headline-symbol-left {
  background: url("../images/bg-decor-left.png") no-repeat bottom left;
  background-size: auto 40%;
  padding-bottom: 40px;
}

.headline-symbol.headline-symbol-right {
  background: url("../images/bg-decor-right.png") no-repeat bottom right;
  background-size: auto 40%;
  padding-bottom: 40px;
}

h3.headline {
  font-size: 42px;
  line-height: 52px;
}

#titlebar {
  margin-bottom: 25px;
}

.listing-item-desc {
  padding: 25px 32px 0px 32px;
  line-height: 1.2;
  font-size: 11px;
}

.star-rating .star.empty {
  display: none !important;
}

.main-search-inner .highlighted-category {
  padding: 5px 15px;
}

.main-search-inner .highlighted-category i {
  font-size: 25px;
}

.main-search-inner .highlighted-category h4 {
  font-size: 20px;
  line-height: 32px;
}

.mega-menu.two-columns {
  width: 529px;
}

.mega-menu-section {
  width: 314px;
}

img.footer-logo {
  max-height: 58px;
}

.panel-dropdown.wide .panel-dropdown-content {
  width: 75vw;
  max-width: 1600px;
}

.acc-logo {
  max-height: 150px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}

.listing-nav-container.cloned .listing-nav {
  width: 95%;
  max-width: 1600px;
  padding-top: 20px;
}

.listing-item-container.list-layout .listing-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-item-container.list-layout .listing-item-inner {
  padding-right: 0px;
}

.offer-value {
  background: #f4ae1b;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

.offer-value h3, .offer-value h4 {
  color: #fff;
}

.badge {
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  background: #0075bd;
  color: #fff;
}

.instagram-profile {
  color: #ff1979 !important;
}

.instagram-profile i {
  color: #ff1979 !important;
}

.fullwidth-filters {
  top: 0px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-categories {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-category {
  display: inline-block;
  text-align: center;
  margin: 3px;
  margin-right: 20px;
}

.icon-category i {
  font-size: 36px;
  display: block;
  color: #0075bd;
}

.icon-category h4 {
  font-size: 16px;
}

.box-numbers {
  padding: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #f4ae1b;
  border-radius: 3px;
  color: #fff;
}

.box-numbers .num {
  padding: 0px 20px;
}

.box-numbers .num h4 {
  color: #fff;
}

.num {
  display: inline-block;
  text-align: center;
}

.num h4 {
  font-size: 34px;
  margin: 0px;
}

.arrow-links {
  padding: 0px;
  margin: 0px;
}

.arrow-links li {
  position: relative;
  list-style: none;
}

.arrow-links li:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f105";
  position: absolute;
  left: 0;
  top: -2px;
  padding: 0 7px 0 0;
  color: #ccc;
}

.arrow-links li a {
  padding: 0 0 9px 16px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #707070;
  line-height: 21px;
}

.arrow-links li a:hover {
  padding-left: 22px;
  color: #0075bd;
}

.position-relative {
  position: relative;
}

.sticky-wrapper {
  position: relative;
}

.sticky-wrapper .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.boxed-photo-banner .icon-category {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.boxed-photo-banner .icon-category i {
  color: #fff;
}

.boxed-photo-banner .icon-category h4 {
  color: #fff;
  margin: 0px;
}

.boxed-photo-banner-text p {
  font-size: inherit;
  line-height: inherit;
}

.listing-features li {
  margin-bottom: 5px;
}

.listing-features i {
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  color: #f4ae1b;
  border-radius: 5px;
  margin-right: 3px;
}

.video-embed iframe {
  width: 100% !important;
  height: 70vh !important;
  max-height: 550px;
}

.boxed-widget h3 {
  font-size: 30px;
  padding: 0 0 10px;
}

.button.success {
  background: #007b3d;
}

.button.warning {
  background: #f4ae1b;
}

a.button.border {
  font-weight: 600;
}

#action-bar .button,
#floating-bar .button {
  text-align: center;
  width: 100%;
}

#floating-bar {
  display: none;
}

.listing-item-desc p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.6;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-flex .listing-item-container,
.row-flex .blog-compact-item-container {
  margin-bottom: 0px;
}

.row-flex div[class*="col-"] {
  margin-bottom: 30px;
}

.info-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.info-address i {
  margin-top: 8px;
  margin-right: 5px;
}

.info-address p {
  margin: 0px !important;
}

.main-search-inner select {
  margin: 0px;
}

.gray-style .main-search-input-item select,
.gray-style .main-search-input-item select {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px;
}

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

.lang {
  margin: 30px 0px;
  font-size: 14px;
}

.lang a {
  display: inline-block;
  margin-right: 15px;
}

.lang img {
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}

.lang .active {
  padding: 0px 8px 0px 3px;
  border: 1px solid #0075bd;
  border-radius: 3px;
}

.blog-item-tag.alt {
  background: #0075bd;
}

.taxonomy-gallery-text p {
  font-size: inherit;
  line-height: inherit;
}

#intro img {
  height: auto !important;
}

.mm-wrapper_blocking {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
}

.tags {
  margin: 20px 0px;
}

.tags span.blog-item-tag {
  position: static;
  color: #fff !important;
  font-size: 12px !important;
}

.item-details {
  overflow: hidden;
}

.item-details .right {
  float: right;
}

.item-details .left {
  float: left;
}

.fullwidth-slick-carousel .slick-slide {
  opacity: 1 !important;
}

.listing-item-container.list-layout .listing-item {
  height: 280px;
}

.grid-masonry {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.grid-masonry .col-md-4 {
  float: none;
  width: auto;
  margin-bottom: 30px;
}

.listing-item-container .button {
  display: block!important;
  margin-left:auto;
  margin-bottom: 20px;
  
}

.flex-column{
  flex-direction: column;
}

.flex-grow-1{
  flex-grow: 1;
}

.card-action{
  margin-top: auto;
}

.mbott-2{
  margin-bottom: 16px;
}

.tipo-str{
  margin-left:32px;
}

.flex-wrap{
  flex-wrap: wrap;
  row-gap: 16px;
}

#mrp_form input, #mrp_form input[type="text"], #mrp_form input[type="password"], #mrp_form input[type="email"], #mrp_form input[type="number"], #mrp_form textarea, #mrp_form select {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#mrp_form.myReplyForm .mandatory_fields_msg,
#mrp_form.myReplyForm .mr_send_button_wrapper,
#mrp_form.myReplyForm .privacy_newsletter_wrapper {
  text-align: left !important;
}

#mrp_form.myReplyForm .radio input[type="radio"],
#mrp_form.myReplyForm .radio-inline input[type="radio"],
#mrp_form.myReplyForm .checkbox input[type="checkbox"],
#mrp_form.myReplyForm .checkbox-inline input[type="checkbox"] {
  height: auto;
  width: auto;
  position: static;
  display: inline-block;
  margin: 0px 5px 0px 0px;
}

#mrp_form.myReplyForm .checkbox label,
#mrp_form.myReplyForm .radio label {
  padding-left: 0px;
}

.j-content-c{
  justify-content: center;
  margin-bottom: 50px;
}

.mailinglist{
  width: 50%;
}

.check{
    height: 15px;
    width: 20%;
    background-color: transparent;
    box-shadow: none;
    box-sizing: unset;
}

.check:focus {
  box-shadow: none;
}

.form-check{
  align-items: self-end;
}

.t-20{
  margin-top: 20px;
}

.t-50{
  margin-top: 50px;
}

.form-check-label{
  display: block;
  margin-bottom: 0;

}

.form-check-label:after {
  display: table;
  clear: both;
  content: "";
  
}

.form-check-label input[type="checkbox"]{
  display: block;
  float: left;
  margin-top:5px;
}

.form-check-label span.disclaimer{
  display: block;
  padding-left: 20px;
  
}

.icone-list{
  padding-left: 32px;

}

.icone-list i{
  font-size: 20px;
  color: #0275BD;
  margin-right: 15px;
}

.center{
  margin-left:23%;
}

/** MOBILE **/
@media only screen and (max-width: 1024px) {
  body #logo {
    margin-top: 0px !important;
  }
  #navigation.style-1 {
    margin: 0px !important;
  }
  .transparent-header .main-search-input,
  .highlighted-categories-headline,
  .highlighted-categories,
  .main-search-headlines {
    text-align: center;
  }
  .container-fluid {
    width: auto;
  }
  .left-side,
  .right-side {
    width: 100%;
  }
  .box-categories {
    display: block;
  }
  .header-widget {
    display: none;
  }
  .mmenu-trigger {
    margin-bottom: 0px;
  }
  .boxed-widget {
    padding: 15px;
  }
  .boxed-widget h3 {
    font-size: 24px;
  }
  .boxed-photo-banner {
    padding: 0px;
    background: none;
  }
  .boxed-photo-banner:before {
    display: none;
  }
  .boxed-photo-banner-text {
    max-width: none;
  }
  .boxed-photo-banner-text h2 {
    color: #253a7c;
  }
  .boxed-photo-banner-text p {
    color: #707070;
  }
  .headline-symbol {
    background: url("../images/bg-decor-center.png") no-repeat bottom center;
    background-size: auto 40%;
    padding-bottom: 40px;
  }
  .headline-symbol.headline-symbol-left {
    background: url("../images/bg-decor-left.png") no-repeat bottom left;
    background-size: auto 40%;
    padding-bottom: 40px;
  }
  .headline-symbol.headline-symbol-right {
    background: url("../images/bg-decor-right.png") no-repeat bottom right;
    background-size: auto 40%;
    padding-bottom: 40px;
  }
  .taxonomy-gallery-container {
    padding: 0px !important;
    text-align: center;
  }
  .taxonomy-gallery-container p {
    max-width: none;
  }
  .boxed-photo-banner .icon-category {
    border-color: #0075bd;
    color: #0075bd;
  }
  .boxed-photo-banner .icon-category h4, .boxed-photo-banner .icon-category i {
    color: #0075bd;
  }
  #footer {
    text-align: center;
  }
  #footer ul.footer-links {
    text-align: left;
  }
  #footer .social-icons {
    left: 0px;
  }
  #footer .social-icons li {
    float: none;
    display: inline-block;
  }
  .item-details .right,
  .item-details .left {
    float: none;
  }
  .listing-item-container.list-layout .listing-item {
    position: relative;
    height: auto;
  }
  .listing-item-container.list-layout .listing-item .offer-value {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
  }
  .grid-masonry {
    -webkit-column-count: auto;
            column-count: auto;
  }
  .listing-nav {
    font-size: 14px !important;
    padding: 5px 10px !important;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .listing-nav li {
    margin-right: 10px;
    display: inline-block;
  }
  .listing-item-container.list-layout .listing-item-inner {
    padding: 20px !important;
  }
  .listing-item-container.list-layout .listing-item-inner p {
    margin-bottom: 5px;
  }
  .listing-item-container.list-layout .listing-item-inner hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #search-container .main-search-input {
    display: none;
  }
  .fullwidth-filters .panel-dropdown {
    margin: 0px;
    text-align: right;
  }
  .panel-dropdown .panel-dropdown-content,
  .fullwidth-filters .panel-dropdown.float-right .panel-dropdown-content {
    left: auto;
    right: 0px;
    width: 300px !important;
    text-align: left;
  }
  .listing-item-container .button {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc(100% - 40px);
  }
  .center{
    margin-left:0;
  }
}

@media only screen and (max-width: 991px) {
  .main-search-container {
    height: 900px;
  }
  .boxed-photo-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .boxed-photo-banner img {
    margin-bottom: 20px;
    border-radius: 5px;
    position: static;
    z-index: 10;
  }
  .boxed-photo-banner h2 {
    font-size: 22px !important;
  }
  .boxed-photo-banner-text {
    max-width: none;
  }
  .boxed-photo-banner-text p {
    max-width: none;
  }
  .box-numbers {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .box-numbers .num {
    padding: 5px;
  }
  .blog-page .blog-post .post-content,
  .single-post .post-content {
    padding: 20px;
  }
  .blog-page .blog-post .post-content > h2,
  .single-post .post-content > h2 {
    margin-top: 0px;
  }
  .col-md-8.padding-right-30 {
    padding-right: 15px !important;
  }
  .sticky.margin-top-30 {
    margin-top: 0px !important;
  }
  #listing-location {
    margin-bottom: 0px !important;
  }
  .panel-dropdown .panel-dropdown-content,
  .fullwidth-filters .panel-dropdown.float-right .panel-dropdown-content {
    width: 102%;
    max-width: none;
    padding: 10px;
    max-height: 70vh;
    overflow-y: scroll;
  }
  .panel-buttons {
    overflow: hidden;
  }
  .offer-value {
    margin-right: 0px;
  }
  .main-search-container h2 {
    font-size: 35px;
  }
  .main-search-container h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h3.headline {
    font-size: 32px;
    line-height: 42px;
  }
  .category-box-content {
    bottom: 35px;
  }
  #action-bar {
    display: none;
  }
  #booking-widget {
    margin-bottom: 0px !important;
  }
  #floating-bar {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    display: block;
  }
  #floating-bar .normal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  #floating-bar .normal-wrap .button {
    padding-bottom: 0px;
    margin: 0px 3px;
    font-size: 10px;
    border-radius: 10px;
  }
  #floating-bar .normal-wrap .button i {
    display: block;
    font-size: 24px;
    padding: 0px;
  }
  #floating-bar .toggle-wrap {
    width: 100%;
  }
  #floating-bar .trigger a {
    background: #0075bd;
    color: #fff;
    border: 0px;
    font-weight: 600;
  }
  #floating-bar .trigger .sl-icon-plus {
    right: 10px;
  }
  #floating-bar .toggle-container {
    border: 0px;
    padding: 20px 20px 10px 20px;
  }
  .video-embed iframe {
    height: 350px !important;
  }

  .lang-top{
    display:none;
  }

  .center{
    margin-left:0;
  }
}
/*# sourceMappingURL=custom.css.map */