input[type="date"]
{
    display:block;

    /* Solution 1 */
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 2.2em;
    margin-bottom: 10px;
    border-radius: 0px!important;
    /* Solution 2 */
    /* min-width: 96%; */
}


.navbar-nav > li > a { font-size: 12px;
    font-weight: 600; letter-spacing: normal;}
.nav > li {display: block; margin: 18px 8px;
}
.nav > li.bg-yellow { display: block; margin: 0px; }
.nav > li.bg-yellow > a#tours {  padding: 23px 20px; margin-top: 0px; margin-bottom: 0px}
li.bg-yellow.dropdown.simple-dropdown .dropdown-menu {
    left: -10px;
    transform: translateX(0px);
    padding-top: 30px;
    top: 69px !important;
}
.bg-yellow {background-color: #eaaa00}
.navbar-nav > li.text-dark > a { color:#0f0d0a!important;}
.shrink-nav .navbar-nav > li > .dropdown-menu {
    top: 70px;
}
.non-visibile {display: none!important;}
.visibile {display: block!important;}
a.tooltips-virtuoso span {
  position: absolute;
  width:200px;
  color: #FFFFFF;
  background: #000000;
  height: 130px;
  line-height: normal;
  text-align: center;
  visibility: hidden;
    font-size: 10px;
    padding: 10px;
}

.ToItaly{    color: #fff;
    text-transform: uppercase;
    font-weight: 600;}

.ToItaly ul {
    position: absolute!important;
    padding: 0!important;
    display: block!important;
        background-color: #000;
}

.ToItaly-banner-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

a.tooltips-virtuoso span:after {
    content: '';
  position: absolute;
  bottom: 100%;
  left: 76%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips-virtuoso span {
    visibility: visible;
    opacity: 0.8;
    top: 81px;
    right: 10px;
    /* margin-left: 4px; */
    z-index: 999;
}
.booking .prezzo-partenza {
  position: relative;
  padding: 15px 0px;
}
.listingpr {position: relative;}


a.tooltips-info.listing {
  display: block;
  position: absolute;
  right: 0px;
  top: -3px;
}
a.tooltips-info.listing i {
  font-size: 22px;
  color: #eaaa00
}
a.tooltips-info.listing span {
  position: absolute;
    width: 255px;
    color: #000;
    background: #ebbf62;
    height: 77px;
    line-height: normal;
    text-align: center;
    visibility: hidden;
    font-size: 10px;
    padding: 10px;
    border-radius: 5px;
     top: -84px;
    left: -7px;
}
a.tooltips-info.listing span:after {
  content: '';
    position: absolute;
    bottom: -8px;
    left: 8%;
    margin-right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #ebbf62;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips-info.listing span {
    visibility: visible;
    /* opacity: 0.8; */
    top: -84px;
    right: 0px;
    /* margin-left: 4px; */
    z-index: 9999;
}

a.tooltips-info {
  display: block;
  position: absolute;
  right: 0px;
}
a.tooltips-info i {
  font-size: 22px;
  color: #eaaa00
}
a.tooltips-info span {
  position: absolute;
    width: 154px;
    color: #000;
    background: #ebbf62;
    height: 73px;
    line-height: normal;
    text-align: center;
    visibility: hidden;
    font-size: 10px;
    padding: 10px;
    border-radius: 5px;
     top: -84px;
    right: 0px;
}
a.tooltips-info span:after {
  content: '';
    position: absolute;
    bottom: -8px;
    right: 13%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #ebbf62;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips-info span {
    visibility: visible;
    /* opacity: 0.8; */
    top: -84px;
    right: 0px;
    /* margin-left: 4px; */
    z-index: 999;
}

.text-dark { color:#0f0d0a!important;}
section {
    padding: 80px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.text-center{text-align: center;;}
.text-light { color: #fff!important;font-size: 20px; line-height: 1.5;}
.circle-icon {background: #eaaa00; color:#0f0d0a; padding:7px;border-radius: 50%;}
.top-cart {margin: 0 3px;}
.fa-shopping-cart.circle-icon { color:#0f0d0a!important;}
.slider-lara h1{font-size: /*57px*/ 40px; margin-top: 30px!important}
.slider-lara h1 span {font-size: 25px; text-transform: none;}
.row.ricerca {margin-top: 20px}
.tour-box {position:relative; margin-top: 5px; margin-bottom: 5px; padding-left: 8px; padding-right: 8px;}
.tour-box .border { border: solid 1px #e5e5e5; background-color: #fff;}
.tour-box-info {padding: 15px 10px 0px 10px; min-height: 190px;}
.tour-box-info h3{font-size: 15px; font-weight: 700; margin-bottom: 10px}
.tour-box-info p {font-size:13px; line-height: 17px;}
.tour-box .star-rating {line-height:32px; font-size:0.8em;}
.tour-box .duration {line-height: 32px; font-size: 12px}
.star-rating .fas.fa-star{color: #eaaa00;}
.tour-box .row.price {font-family: "Montserrat",sans-serif !important; padding: 10px 0px 10px 0px; border-top: solid 1px #e5e5e5; margin: 0px}
.tour-box .from {font-size: 10px; font-weight: 400;}
.tour-box .based {font-size: 10px; font-family: 'Roboto', sans-serif!important; line-height: normal;}
.tour-box .euro {font-size:16px;}
.tour-box .price-from {font-size:22px;}
.tour-box .btn {margin-right:0px;}
.tour-box .image-box {position: relative;}
 section.fixed-book {-webkit-box-shadow: 1px -5px 11px 5px rgba(0,0,0,0.28);
box-shadow: 1px -5px 11px 5px rgba(0,0,0,0.28); display:none; padding: 10px 0px 10px 0px; margin: 0px; position: fixed; bottom: 0px; background-color: #fff; width: 100%; z-index: 100}
 section.fixed-book .from {font-family: "Montserrat",sans-serif !important; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; font-weight: 400; margin-right: 10px;}
section.fixed-book .euro  {font-family: "Montserrat",sans-serif !important; font-weight:bold; font-size:25px;}
section.fixed-book .prezzo {font-family: "Montserrat",sans-serif !important; font-weight:bold; font-size:31px;}
section.fixed-book .btn {font-family: "Montserrat",sans-serif !important; font-weight:bold; font-size:20px; width: 100%}
.tour-box .image-box i {position: absolute;top: 10px; color: #fff; right: 10px; font-size: 18px; background-color: #000; padding: 5px;}
figure.alt-font {font-weight: 900}
.tour-box .vip-small, .titolo-singolo .vip-small  {color: #eaaa00; font-size: 15px; display: block;margin-bottom: 5px; text-transform: uppercase; font-weight: 700; font-family: "Montserrat",sans-serif !important}
.tour-box .private {color: #ab0000; font-size: 15px; display: block;margin-bottom: 5px; text-transform: uppercase;}
.tour-box .special-offer {background-color: #04ab00; color: #fff; text-transform: uppercase;position: absolute;top: 10px; left: 10px; font-size: 10px; padding: 0px 5px; font-weight: bold; border-radius: 4px !important; line-height: 17px}
.tour-box .discount {background-color: #04ab00; color: #fff; position: absolute;left: 10px; bottom: 10px; font-size: 18px; padding: 0px 5px}
.tour-box .delete {font-size: 14px; text-decoration: line-through; color: #5c5c5c; font-weight: normal;}
.red-text {color: #870a0a}
h2 .red-text {font-size: 25px;}
.row.choose-flt{margin-bottom: 20px; }
[class^="icon-"], [class*=" icon-"] { height: 30px; width: 30px; float: left;  fill: #870a0a; margin-right: 10px;}
.choose-flt h4 {float: left; font-size: 14px; letter-spacing: 1px; line-height: 17px; text-transform: uppercase;}
section.bg-grey {background-color: #eaeaea; padding: 60px 0 60px 0}
.claim {font-weight: 900; font-size:22px;}
.social-contact i {font-size: 20px; color: #000; margin-left: 5px; margin-right: 5px;}
.footer-text.small-text {font-size: 10px; line-height: 13px}
footer ul li a { color: #fff; font-size: 12px; text-transform: uppercase;letter-spacing: 1px;}
footer ul li a:hover { color: #cccccc; font-size: 12px;}
.text-grey {color:#535251;}
.filtri {padding-left: 5%}
.filtri h5 {font-size: 14px; font-weight: 900; margin-bottom: 15px; margin-top: 20px;}
.filtri  .checkbox label {font-size: 12px;}

.irs--flat .irs-bar, .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-handle>i:first-child {background-color: #e6af2a;}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {border-top-color: #e6af2a;}
.titolo-singolo h1 {font-size: 25px; text-transform: uppercase; line-height:normal; }
section.titolo{padding: 20px 0px; margin-top: 79px;}
div.rating {padding-top: 18px;}
.rating .fa-star {font-size: 15px}
section.secondary-menu {padding: 10px 0px; background-color: #eaaa00}
section.secondary-menu a {display: block; float: left; padding: 0px 12px; font-size: 14px; font-weight: bold}
section.secondary-menu a:first-child {padding-left: 0px;}
.titolo-singolo-tour-fixed {position: fixed; top: 70px; width: 100%; z-index: 10}
.titolo-singolo-tour-fixed section.titolo {
    background-color:#fff;

}
h1.h1-tour-list {font-size: 28px; line-height: 35px}
.single-tour h2, .single-tour p { font-size: 14px; font-family: 'Roboto', sans-serif!important; font-weight: normal; text-transform: none; line-height: 20px;}
.single-tour h2 {margin-bottom: 20px;}
#single-tour {padding: 30px 0px 30px 0px;}
.single-tour ul {
    list-style-position: inside!important;
    list-style: disc;
}
#carousel {margin-bottom: 20px}
.icone-tour-singolo {width: 20px!important; height: 20px!important; fill: #000!important}
.single-tour h3 {margin-top: 15px; margin-bottom: 15px; font-size: 18px;}
.single-tour h3.tit-single {font-size: 18px;}
.single-tour h4 {font-size: 14px; font-weight: 900}
.single-tour p ul {list-style: circle outside none; padding: 10px 0px 10px 16px}
ul.flex-direction-nav {list-style: none; padding: 0}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.upgrade {padding: 30px; border: solid 1px #e5e5e5}
.upgrade .btn-upgrade {font-family: "Montserrat",sans-serif !important; display:block;font-weight:bold; text-transform: uppercase; letter-spacing: 1px; font-size:15px; width: 100%; padding: 10px 15px; border-radius: 3px;}
.upgrade .btn-upgrade.btn-red {background-color: #9e2e23; color: #fff; }
.upgrade .btn-upgrade.btn-yellow {background-color: #e2a93c; color: #fff; }

.featured h5 {margin-top: 30px; margin-bottom: 30px; font-size: 25px; text-transform: uppercase;}
#sticker  {background-color: #f1f1f1; padding: 10px;}
.border-booking h2 {font-size: 25px; color: #fff}
.border-booking .discount {font-size: 12px; line-height: normal; padding: 10px; text-align: center;}
.bottone-booking {padding: 10px 9px; margin: 0; border: 1px solid #ccc; width: 100%; overflow: hidden; background-color: #fff; margin: 0 0 10px;
  background: #fff url(../images/select-arrow.png) no-repeat 95% 50%; display: block; text-align: left; font-size: 13px;
}

.calendario {background-color: #fff; border-radius: 3px; position: absolute;
    width: 90%;
    top: 43px;
    z-index: 555;
    border: 1px solid #ccc;}

.calendario-click .calendario {display: none;}
.calendario-click.is-active .calendario {display: block;}

.bottone-booking i {color: #000; font-size: 15px; margin-right: 10px;}
.select-travelers {background-color: #fff; border-radius: 3px; position: absolute;
    width: 90%;
    top: 43px;
    z-index: 555;
    border: 1px solid #ccc;  }
.persone-click .select-travelers {display: none;}
.persone-click.is-active .select-travelers {display: block;}


  div.apply {padding:10px }
    span.valid-departure {font-size: 11px; margin-top: 10px;}
  .apply-travelers, .apply-travelers-2 {cursor: pointer!important; font-family: "Montserrat",sans-serif !important; display: block; width: 100%;
  padding:5px; text-align: center;background-color: #eaaa00; color: #000; text-transform: uppercase; font-size: 11px;
 font-weight: bold; }
  .apply-travelers:hover, .apply-travelers-2:hover{}
  .recensioni p {font-size: 12px}
  .recensioni span.fa, .recensioni span.far {font-size: 18px; }
.select-travelers .row.no-margin {padding: 10px 0px}
.prezzo-tour {font-family: "Montserrat",sans-serif !important; text-align:center;   margin: 0px}
.prezzo-tour .from {font-size: 15px; font-weight: 400; text-transform: uppercase;}
.prezzo-tour .euro {font-size:23px; font-weight: bold}
.prezzo-tour .prezzo {font-size:30px; font-weight: bold}
.form-selection { border-top: solid 1px #b8b8b8; padding: 10px; text-align: center;}
.form-selection h3 {font-family:'Roboto', sans-serif!important; text-transform: none!important; }
.form-selection h6 {font-weight: 900; font-size: 13px; font-family: "Montserrat",sans-serif !important; text-transform: none; letter-spacing: normal; line-height: normal;}
.select-style-2 { padding: 0; margin: 0; border: 1px solid #ccc; width: 100%; overflow: hidden; background-color: #fff; margin: 0 0 40px;  background: #fff url("../images/select-arrow.png") no-repeat 97% 50%; }

.select-style-2 select {
    padding: 5px 10px;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
}

.container.link-section{ padding: 30px;}
a#pdf-contributi{font-size: 17px;}
a#pdf-contributi:hover {text-decoration: underline;}

.select-style-lara {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0px;
    background: #fff url(../images/select-arrow.png) no-repeat 93% 50%;
}
.details p {font-size: 13px; line-height: normal;}
.font-yellow {color:#eaaa00;}
.last-price button.btn.btn-medium {font-size: 14px;padding: 5px 10px; margin-right: 0px; width: 100%; font-family: "Montserrat",sans-serif !important; letter-spacing: normal; margin-top: 10px}
.prezzo-tour .from {font-size: 12px; font-weight: 400; text-transform: uppercase;}
.last-price .euro {font-size:23px; font-weight: 900}
.last-price .prezzo {font-size:29px; font-weight: 900}
p.etichetta span {background-color: #00a84a; color: #fff; font-weight: bold; padding: 5px 10px}
p.etichetta span i {color: #fff; }
#cart-popup h4 {font-size: 14px; text-transform: uppercase; font-weight: 900; line-height: normal; margin-bottom: 15px;}
#cart-popup p {font-size: 13px;  line-height: 19px;}
#cart-popup .youmay h5 {font-size: 24px; text-transform: uppercase; text-align: center; letter-spacing: normal; margin-bottom: 15px;}
.item-carrello {border-bottom: solid 1px #d1d1d1; padding-top: 10px; padding-bottom: 10px; position: relative}
.item-carrello .riga-prezzo p{ margin: 0px; }
.item-carrello .riga-prezzo {position: absolute; bottom: 10px; right: 10px}
.item-carrello span.euro{ font-size: 12px; font-family: "Montserrat",sans-serif !important; font-weight: 900}
.item-carrello span.price {font-size: 17px; display:inline; font-family: "Montserrat",sans-serif !important; font-weight: 900}
.totale span.euro{ font-size: 16px; font-family: "Montserrat",sans-serif !important; font-weight: 900}
.totale span.price {font-size: 22px; display:inline; font-family: "Montserrat",sans-serif !important; font-weight: 900}
.totale {position: relative}
.totale .promozione {position: absolute; background: #ab0000; padding: 10px; width:300px; right: 0; top: 45px; text-align: left}
.totale .promozione p{color: #fff; line-height: normal; font-size: 13px; margin: 0px;}
.totale .promozione p .font-big {font-size: 15px}
.arrow_box:after {bottom: 100%;right: 30%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute; pointer-events: none;border-color: rgba(171, 0, 0, 0);border-bottom-color: #ab0000;border-width: 10px;margin-top: -10px;}
.totale .prezzo-totale {float: right; margin-right: 10px; margin-top: 10px;}
.youmay {margin-top: 40px;}
.pulsanti {margin-top: 40px; padding-top:15px; padding-bottom: 15px; border-top: solid 1px #d1d1d1;}
#bookings {padding-top: 30px; padding-bottom: 30px;}
#bookings .toggles-style3 .panel-title { border: none; padding: 17px 25px; font-size: 13px; font-weight: 900; position: relative;}
#bookings .panel-title, #bookings .panel-title i {color: #000; font-size: 12px;letter-spacing: 1px;}
#bookings h4 {font-size: 14px; text-transform: uppercase; line-height: normal; font-weight: 900; margin-bottom: 15px}
#bookings p.font-yellow {margin-bottom: 10px}
#bookings .panel-body {padding-right: 30px; padding-left: 30px; border-top: solid 1px #d1d1d1;}
#bookings .panel-body .dettagli {margin-top: 15px}
#bookings i {color:#eaaa00;}
#bookings .button-set .btn {width: 100%; margin-top: 5px; margin-bottom: 5px; text-align: center;}
#bookings .upgrade-tour p {line-height: normal; font-size: 12px; margin: 0px }
#bookings .upgrade-tour h5 {text-transform: uppercase; margin-bottom: 10px; }
#bookings .upgrade-tour .row:first-child {border-bottom: solid 1px #d1d1d1; padding-bottom: 15px; margin-bottom: 15px; }
#bookings .upgrade-tour {padding-bottom: 10px; padding-top: 10px}
#bookings .dettagli h5 {text-transform: uppercase;}
#link-utili {padding-top: 30px; padding-bottom: 30px;}
#link-utili h5 {text-transform: uppercase; margin-bottom: 10px}
#link-utili .border {padding: 5%}
#link-utili .border h5 {margin-bottom: 5px}
#link-utili .border p{margin-top: 0px; margin-bottom: 10px; font-size: 13px;}
#checkout {padding-top: 30px; padding-bottom: 30px}
#checkout h4 {text-transform: uppercase;font-weight: 900;  font-size: 14px; line-height: normal;}
#checkout .check-title {border-bottom: solid 1px #d1d1d1;}
#checkout .euro {font-size: 12px; font-family: "Montserrat",sans-serif !important; font-weight: 900}
#checkout .prezzo {font-size: 17px; font-family: "Montserrat",sans-serif !important; font-weight: 900}
#checkout .departure {line-height: normal; font-size: 13px;}
#checkout .check-title {padding-bottom: 10px; margin-bottom: 10px}
#checkout .row.totale {border-bottom: solid 1px #d1d1d1; padding-bottom: 10px;}
#registrazione {padding-top: 0px; padding-bottom: 30px}
#registrazione h2 {text-transform: uppercase; font-size: 22px;}
#registrazione textarea {min-height: 100px;}
#registrazione input::placeholder, textarea::placeholder, .select-style select {color: #000}
#registrazione .checkbox-div {margin-bottom: 20px;}
#registrazione .radio {display: block;border-bottom: solid 1px #d1d1d1; padding-top: 5px; padding-bottom: 10px}
#registrazione .btn {font-family: "Montserrat",sans-serif !important; font-weight: 900; letter-spacing: 1px; width: 100%; cursor: pointer!important;}
#main-image.page-title { padding: 200px 0;}
#main-image.content-top-margin {margin-top: 78px;}
#main-image.page-title h1 {letter-spacing: 2px;font-weight: 600; font-size: 29px;margin-bottom: 5px;}
#team h2 {margin-bottom: 20px;}
#team h5, #maps h5 { text-transform: uppercase; font-size: 14px; margin-top: 20px }
#team h6, #maps h6 { margin-top: 5px; margin-bottom: 10px }
#photogallery .project-img-gallery { padding-bottom: 0px}
#open-position, #application {padding-top: 30px; padding-bottom: 30px;}
#open-position h2, #open-position h3, #application h3 {font-size: 19px;font-family: 'Roboto', sans-serif!important; margin-bottom:20px; line-height: 35px; text-transform: capitalize;}
#filter-popup .checkbox {position: relative;display: block;min-height: 10px;margin-top: 5px; margin-bottom: 5px;}
#filter-popup label {font-size: 11px; text-transform: uppercase; letter-spacing: 1px}
#filter-popup h5 {text-align: center; margin-bottom: 15px; margin-top: 15px}
#filter-popup .btn {width: 100%}
.special-events .row.downloadpdf {margin-left: 0px; margin-right: 0px; margin-top: 10px; margin-bottom: 10px; min-height: 120px;}
.special-events .row.downloadpdf p {font-size: 12px; line-height: normal;}
.ophours {padding-top: 20px; padding-bottom: 20px}
.ophours h2 {font-size: 22px}
.virtuoso {float: right; width: 110px; margin-top: -10px; text-align: right;}
.font-12 {
    font-size: 12px!important;
    line-height: normal;
}
button.changePax {
    color: #000;
        background-color: #fff;
    width: 29px;

    border: 0px;
    font-size: 12px;
    line-height: 20px;}
button.changePax i {color: #000}
input.pax_type {    width: 32px!important;
    border: 0px;
    text-align: center;
    padding: 1px 5px;
    margin-bottom: 0px;
    border: 2px #ccc solid;
    border-radius: 3px;
}

.ui-widget.ui-widget-content {

    /*width: 100%!important;*/
}


#no-accordion span.tipopax {    text-align: right;

    padding: 8px 0px 8px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 11px
}


.ui-accordion-content span.tipopax, #no-accordion span.tipopax, span.tipopax {    text-align: left;
    padding: 8px 0px 8px 15px;
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}

.row.acc, #no-accordion .row.acc{padding-top: 10px; border-bottom: solid 1px #eaeaea}

.ui-accordion-header {font-size: 11px; font-family: 'Roboto', sans-serif!important; }

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.8em .5em .8em .7em!important;
    /* font-size: 100%; */
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px!important;

}
.ui-accordion-content {min-height: 240px!important}


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

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

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-top-right-radius: 0px!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-top-left-radius: 0px!important;
}

.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 #eaaa00!important;
    background: #eaaa00!important;
    font-weight: normal;
    color: #000!important;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5!important;
    margin-left: auto;
    margin-right: auto;
}

.video-btn {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
    height: 95px;
    padding-top: 19px;
    padding-bottom: 10px;
    font-family: "Montserrat",sans-serif !important; font-weight: 900; letter-spacing: 1px;
        background-color: #eaaa00;
        display: block;
        font-size: 13px;
    line-height: 16px;
    border-radius: 3px;
    border: solid 3px #eaaa00;
}

.video-btn i{
    margin-bottom: 10px;
    color:#000;
    font-size: 30px;

}

.video-btn:hover {
    background-color: #fff;
}

/*.ui-datepicker td.avalaibleDay a, .ui-datepicker td.avalaibleDay a:hover {
    background: #37831a!important;
    border: 1px solid #37831a!important;
    color: #fff!important;
}*/

.video-btn-small i {margin-bottom: 0px; color:#000; font-size: 23px;
}
.video-btn-small  {margin-bottom: 30px; color:#000; height: auto; padding: 20px 15px; line-height: 23px;}

/* Customize the label (the container) */
label.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: solid 2px #000
}

/* On mouse-over, add a grey background color */
label.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
    border: solid 2px #000

}

/* When the checkbox is checked, add a blue background */
label.containercheck input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*H&S - Covid19*/

.hs-title{
   font-size: 20px!important;
}

.hs-para{
    text-align: center!important;
}

.hs-para-bold{
    font-size:18px!important;
    font-weight: 800;
}

.images-icon-hs{
    margin-bottom: 20px!important;
    height: 70px!important;
    width: 70px!important;
}

/* Why Choose florencetown */
.icon-wcf .images-icon-section {
    align-items: center!important;
    display: flex!important;
    margin: 10px;
    padding: 10px 5px;
}

.section-row-images.icon-wcf{
  height: auto;
  display: flex !important;
flex-direction: row;
width: 100%;
justify-content: center;
}

.section-row-images{
    display: flex !important;
    flex-direction: row;
    width: 100%;
}

.hr-grey{
  background-color: #c0c0c0 !important;
    width: 100%;
    padding: 0.1px;
    border: none;}

  .hr-grey-short {
     background-color: #c0c0c0 !important;
      width: 20%;
      padding: 0.1px;
      border: none;
      margin: 0;
    }

.images-icon-section{
    display: flex !important;
    flex-direction: column !important;
}

.flex-column-center{display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.flex-row-center{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.right-content {
    display: flex;
    justify-content: flex-end;
}

.box-white {display: flex;justify-content: flex-end;}

.img-section img{    padding-bottom: 20px;}
.img-section{    max-height: 400px;overflow: hidden;}
.background-grey{background-color: #f8f8f8!important;}
.custom-font {font-size: 25px;}


.italic{
font-style: italic;
font-size: 34px;
line-height: 45px;
}

@media (min-width: 992px) {
img.mobile-img, .mobile-img img{display: none!important;}

.box-padding{  padding-left: 3%!important;}
}




@media (max-width: 991px) {
      .select-style-2.margin-four  {margin: 0!important;}
section.no-padding.flex-column-center.no-mobile-img,section.margin-two.no-padding.flex-column-center.no-mobile-img{background: none!important;  height:auto!important;}
.row.no-padding.no-mobile{display: none;}
    .select-style-2 select {padding: 10px!important;}
   .select-travelers {width: 90%!important; margin-left: 3%;}
   .calendario {width: auto!important}
    .booking.no-padding {padding: 0 15px!important;}
    .mobile-column{  flex-direction: column!important;}
    .box-padding{  padding: 7%!important;}
    }
}

@media (max-width: 992px) {
.flex-column-center.col-md-6.flex-column-reverse{display: flex!important; flex-direction: column-reverse!important;}

}


@media (max-width: 767px) {
  .no-mobile{background: transparent!important;}
  .img-resize{ height: 170px!important;}
   .calendario {width: 90%!important}
   .select-travelers {width: 90%!important; margin-left: 0;}
}


@media (min-width: 992px) and (max-width: 1199px) {
  .virtuoso {float: right; width: 77px; margin-top: -7px; text-align: right;}
  .virtuoso img {width: 60px; height: auto}
  .nav > li { margin: 18px 7px;}
  .navbar-nav > li > a { font-size: 12px; font-weight: 600; /*text-transform: capitalize;*/ letter-spacing: normal;}
  .nav > li {display: block; margin: 18px 5px;}
  .logo {max-width: 144px;}
  .titolo-singolo h1 {font-size: 23px;}
  iframe {width: 930px;text-align: center;height: 650px;}
}

.tour-box-info {padding: 15px 10px 0px 10px; min-height: 180px;}

.video-btn {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
    height: 95px;
    padding-top: 13px;
    padding-bottom: 10px;
    font-family: "Montserrat",sans-serif !important; font-weight: 900; letter-spacing: 1px;
        background-color: #eaaa00;
        display: block;
        font-size: 13px;
    line-height: 16px;
    border-radius: 3px;
    border: solid 3px #eaaa00;
}

.video-btn i{
    margin-bottom: 10px;
    color:#000;
    font-size: 25px;


}

.video-btn:hover {
    background-color: #fff;
}




@media  (max-width: 991px) {
  .sm-text-left {text-align: left!important}
  .recensioni {margin-top: 10px;}
  .recensioni p {margin-bottom: 0px;}
  iframe{width: 745px; height: 500px;}
}

@media (min-width: 768px) and (max-width: 991px) {

#single-tour {padding: 40px 0px 30px 0px;}


.nav > li { margin: 18px 14px;}
.navbar-nav > li > a { font-size: 12px; font-weight: normal;}
.logo {max-width: 144px;}
.slider-lara h1 { font-size: 40px; padding-top: 38px;}
h2 {font-size: 22px;font-weight: 900;letter-spacing: inherit; line-height: 32px;}
.highlight-button-yellow.view-tour.btn.btn-medium { font-size: 12px; padding: 2px 5px; width: 100%; text-align: center;}
.btn { display: inline-block; margin-right: 0px;letter-spacing: 0px;}

.navbar-toggle {position: relative;float: right; padding: 11px 7px; margin-top: 12px; margin-right: 15px; margin-bottom: 8px;
    background-color: transparent; background-image: none; border: none; width: 25px;}

.nav > li.bg-yellow > a#tours {display: block;height: 38px;line-height: 38px;padding: 0 0 0 15px;text-align: left;}
li.bg-yellow.dropdown.simple-dropdown .dropdown-menu {
    left: 0px;transform: translateX(0px); padding-top: 30px; top: 0px !important; background-color: #000;}
.navbar .text-right {top: 73px;}
.navbar.shrink-nav .text-right {top: 66px;}
#checkout .check-title {padding-bottom: 10px; margin-bottom: 10px}
.titolo-singolo h1 {
    font-size: 21px;
    text-transform: uppercase;
    line-height: normal;
    text-align: left;
}

section.secondary-menu a {
    display: block;
    float: left;
    padding: 0px 11px;
    font-size: 12px;
}

.rating {
    padding-top: 10px!important;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999999;
    text-align: left!important;
}

.featured h5 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 19px;
    text-transform: uppercase;
}

section.secondary-fixed {
    position: fixed;
    top: 74px;
    background-color: #fff;
    width: 100%;
    z-index: 11;
}

.totale .promozione {
    position: absolute;
    background: #ab0000;
    padding: 10px;
    width: 100%;
    right: 20%;
    top: 49px;
}

}

@media (max-width: 767px) {

    iframe{width: 320px; height: 241px;}
    #team h2{text-align: center;}
    .column-mobile{flex-direction: column;}
    .xs-margin-bottom {margin-bottom: 15px}
    .logo {max-width: 118px; height: auto;}
    nav .container {height: 59px;}
    .slider-lara h1 { font-size: 22px; padding-top: 90px; line-height: 25px; text-align: center; text-transform: uppercase;}
    .slider-lara h1 span {font-size: 22px; line-height: 25px}
    .select-style.margin-eight {margin-bottom: 5px!important;}
    .select-style select {padding: 9px 15px;}
    .slider-lara .btn.btn-medium {font-size: 12px; padding: 7px 22px; width: auto;margin-right: 0px;}
    .btn { margin-right: 0px;letter-spacing: 0px;}
    .owl-item {height: 450px;}
    h2 {font-size: 20px;font-weight: 900;letter-spacing: inherit; line-height: 24px;}
    .tour-box {position: relative;margin-top: 10px;margin-bottom: 10px;}
    .xs-text-center {text-align: center;}
    .highlight-button-yellow.view-tour.btn.btn-medium { font-size: 12px; margin-top: 15px;padding: 2px 5px; width: 100%; text-align: center;}
    .highlight-button-red.view-tour.btn.btn-medium {
        font-size: 12px;
        margin-top: 15px;
        padding: 2px 5px;
        width: 100%;
        text-align: center;
    }
    .xs-height-50 {height:50px}
    .calendario-2 .ui-datepicker {
    width: 100%;
    margin-bottom: 10px;
    }
    section.titolo {margin-top: 67px;}

    #single-tour {padding: 19px 0px 30px 0px;}
    .btn { display: inline-block; margin-right: 0px;letter-spacing: 0px;}
    .highlight-button-red.btn.btn-small {
        font-size: 11px;
        padding: 2px 6px;
        letter-spacing: 0px;

        text-align: center;
        width: 100%;
    }
    .totale .promozione {
        position: absolute;
        background: #ab0000;
        padding: 10px;
        width: 100%;
        right: 0%;
        top: 49px;
    }

    .arrow_box:after {
        bottom: 100%;
        left: 54%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(171, 0, 0, 0);
        border-bottom-color: #ab0000;
        border-width: 10px;
        margin-top: -10px;
    }

    .pulsanti {
        margin-top: 104px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: solid 1px #d1d1d1;
    }
    .navbar-toggle {position: relative;float: right; padding: 11px 7px; margin-top: 12px; margin-right: 15px; margin-bottom: 8px;
        background-color: transparent; background-image: none; border: none; width: 25px;}

    .nav > li.bg-yellow > a#tours {display: block;height: 38px;line-height: 38px;padding: 0 0 0 15px;text-align: left;}
    li.bg-yellow.dropdown.simple-dropdown .dropdown-menu {
        left: 0px;transform: translateX(0px); padding-top: 30px; top: 0px !important; background-color: #000;}
    .ToItaly:hover{   left: 0px;transform: translateX(0px); padding-top: 30px; top: 0px !important; background-color: #000;}
    .navbar .text-right {top: 59px;}
    .navbar.shrink-nav .text-right {top: 59px;}
    .loghi .img-responsive { width: 130px; height: auto;margin: 15px auto 15px auto}
    .caratteristiche { margin-top: 6px; margin-bottom: 6px; }
    .choose-flt h4 {font-size: 13px; text-transform: capitalize; letter-spacing: normal; float: none;}
    .caratteristiche [class^="icon-"], .caratteristiche [class*=" icon-"] {
    height: 25px;
    width: 25px;
    clear: both;
    float: none;
    fill: #870a0a;
    margin-right: auto;
    margin-left: auto;
    }

    footer ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: 17px;
    }
    footer h4 {
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    line-height: 18px;
    }



    .social-contact i {
    font-size: 25px;
    color: #000;
    margin-left: 9px;
    margin-right: 9px;
    }

    .social-media { border-bottom: solid 1px #bcbcbc; padding-bottom: 20px; }
    section {
        padding: 40px 0;
    }
    h2 .red-text {
        font-size: 20px;
    }
	
	.social-contact .app-link {
        padding: 20px 0;
        border-bottom: solid 1px #bcbcbc;
    }
	
    .contattaci-mt {margin-bottom: 0px!important; padding-top: 20px}

    .contattaci-mt .pulsante-xs {display: inline-block!important; background-color: #000!important; color: #fff!important; padding: 5px; border-radius: 5px; margin-left: 10px; margin-right: 10px;}
    .contattaci-mt .pulsante-xs i { color: #fff!important;}

    section.bg-grey {
    background-color: #eaeaea;
    padding: 20px 0 20px 0;
    }

    .single-tour p {
    font-size: 16px!important;
    font-family: 'Roboto', sans-serif!important;
    font-weight: normal;
    text-transform: none;
    line-height: 22px;
    }

    .single-tour ul li {font-size: 16px!important; line-height: 22px}
    .bottone-giallo { color:#fff; background-color: #eaaa00;  }
    .bottone-giallo:hover { color:#fff; background-color: #eaaa00; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); }
    .video-btn {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Montserrat",sans-serif !important;
    font-weight: 900;
    letter-spacing: 1px;
    background-color: #bcbcbc;
    display: block;
    font-size: 13px;
    line-height: 18px;
    border-radius: 30px;
    border: solid 3px #bcbcbc;
    margin-bottom: 15px;
    }

    .video-btn i {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #000;
    font-size: 14px;
    display: inline-block;
  }

  .upgrade {
    padding: 30px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    background-color: #eeeeee
    }

    .owl-carousel2 {

    height: 370px;
    }

    #filter-popup, #data-popup {padding: 15px}
    #filter-popup h5 {
    font-size: 15px;
    }
  .flexslider {

    margin-bottom: 0px;
    }

  .video-btn  .watch {display: inline-block;}

    .xs-text-left {text-align: left!important}
    .xs-text-right {text-align: right!important}
    .xs-no-padding {padding: 0px;}
    #checkout .departure {margin-top: 10px}
    #checkout .check-title {padding-bottom: 10px;}

    .team-member .team-details { opacity:1; position:absolute; height:50%; background:rgba(0,0,0,.85); padding-top:7%; padding-left: 0px; padding-right: 0px; left:0px; right:0px; bottom:-36%; overflow:hidden}
    #main-image.page-title { padding: 100px 0;}
    #main-image.content-top-margin {margin-top: 60px;}
    #main-image.page-title h1 {letter-spacing: 2px;font-weight: 600; font-size: 22px;margin-bottom: 5px;}

    .titolo-singolo h1 {
        font-size: 18px;
        text-transform: uppercase;
        line-height: normal;
    }

    .single-tour h3.tit-single {border-top: solid 1px #bcbcbc; padding-top: 20px}
    .single-tour h3.tit-single:first-child {border-top: solid 0px #fff;}
    #upgrade div.col-sm-6  {
        margin-bottom: 10px
    }
    .border-booking h2 {
        padding: 10px 0px;
    }

    .button-fixed a.btn {position: fixed; width: 90%; bottom: 15px; z-index: 15; text-align: center; margin-bottom: 0px!important; padding:16px; font-size: 16px; margin-left: 5%; margin-right: 5%; border-radius: 40px;}

    .special-events .row {margin: -5px;}
    .tour-listing {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row.price .no-padding-right{padding-top: 6px}
    .tour-box .price-from {
        font-size: 24px;
    }
    .highlight-button-yellow { border:2px solid #eaaa00; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #eaaa00;  }
    .highlight-button-yellow:hover {border:2px solid #eaaa00; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #eaaa00; }
    .highlight-button-yellow:focus { border:2px solid #eaaa00; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #eaaa00;  }
    .highlight-button-yellow:active { border:2px solid #eaaa00; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #eaaa00;  }
    .highlight-button-yellow:click { border:2px solid #eaaa00; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #eaaa00;  }



.calendario .ui-datepicker {
    width: 100%
    }

.calendario .ui-datepicker td span, .calendario .ui-datepicker td a, #ui-datepicker-div  td span, #ui-datepicker-div  td a{
    display: block!important;
    padding: .5em!important;
    text-align: center!important;
    text-decoration: none!important;
}

.calendario {min-height: 240px!important}



#ui-datepicker-div {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    margin-left: -45%!important;
   padding: 0px;
    z-index: 1020!important;

    display: block;
    width: 90%!important;
}

.upgrade {padding: 20px; border: solid 1px #e5e5e5}
.upgrade .btn-upgrade {font-family: "Montserrat",sans-serif !important; display:block;font-weight:bold; text-transform: uppercase; letter-spacing: normal; font-size:14px; width: 100%; padding: 10px 15px; border-radius: 3px;}
.upgrade .btn-upgrade.btn-red {background-color: #9e2e23; color: #fff; }
.upgrade .btn-upgrade.btn-yellow {background-color: #e2a93c; color: #fff; }
}

@media (min-width: 992px){
.hide-desktop{display: none!important;}
}

@media (max-width: 991px){
.hide-mobile{display: none!important;}
.hide-desktop a{height: auto!important; display: flex!important; align-items: center!important; justify-content: center!important; background-color: #000000!important;}
li.hide-desktop{border-top: transparent!important;}
}


/*IPAD PRO - IPAD*/


@media (min-width: 768px) and (max-width: 1024px) {



.tour-box .vip-small {
        font-size: 12px;
    }

    .tour-box-info h3 {
        font-size: 13px;

    }



    .tour-box-info {
    height: 180px;
}

.col-ipad-12 {
    width:100%;
    text-align: center!important
}

.col-ipad-12 .btn {
    width:100%;
    margin-top: 10px;
}

.col-sm-12.ipad-view {padding: 15px!important;}

.totale .promozione {
    position: absolute;
    background: #ab0000;
    padding: 10px;
    width: 100%;
    right: 0%;
    top: 49px;
}

.sm-no-padding-left.col-ipad-12 {padding-left: 15px!important}

}

.form-group.special-offer {

    color: #000;

    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;

}

.form-group.special-offer i{

    color: #04ab00;


}

.form-group.special-offer .checkbox  {
    line-height: 24px;
}

.form-group.special-offer .checkbox label {
    font-size: 13px;
    font-weight: bold;
}

.owl-prev, .owl-next {
    color: #111;
    display: block;
    font-size: 16px;
    height: 105px;
    line-height: 105px;
    margin-top: -35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 105px;
    z-index: 6;
}

.owl-pagination {
    bottom: 0px;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100 !important;
}
.owl-controls {height: 30px;}
.owl-page span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 7px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 7px;
}

.owl-page.active span {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid rgba(0, 0, 0, 0.8);
    transform: scale(1.33333);
}

.owl-prev:before, .owl-next:before {
    background-color: transparent!important;
    border-radius: 2px;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 66%;
    left: 0;
    position: absolute;
    width: 66%;
}
.owl-carousel:hover .owl-prev {left: -30px; opacity: 1; }
.owl-carousel:hover .owl-next { opacity: 1; right: -30px; }
#gallery-2 {
  width: 100%;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media all and (max-width: 900px) {
   .royalSlider  {
      height: 350px !important;
   }
}

@media all and (min-width: 901px) {
   .royalSlider  {
      height: 400px !important;
   }
}
@media all and (max-width: 768px) {
   .royalSlider  {
      height: 350px !important;
   }
}

@media all and (max-width: 575px) {
   .royalSlider  {
      height: 250px !important;
   }
}



h4.title-tour-singolo {font-size: 21px!important; text-transform: capitalize!important;font-family: 'Roboto', sans-serif!important; color: #000; letter-spacing: normal;}
.toggles-style3 {
     border: 0px solid rgba(0,0,0,.15)!important;
    border-top: none;
}

.toggles-style3 .panel-title {

    padding: 20px 0px;

}

.toggles-style3 .panel {
    border: none;
    border-top: 0px solid rgba(0,0,0,.15)!important;
    border-bottom: 1px solid rgba(0,0,0,.15)!important;
}

h2.sottotitolo {font-size: 18px; font-weight: bold; display: block; padding: 40px 0px 20px;}

.tour-singolo .stars i, .title-reviews i, .stelline i {color:#ecb544; margin: 0px}
.title-reviews i, .titolo-tour-singolo i {font-size: 18px}
.triangle {
  position: relative;
  margin: 15px;
  padding: 25px;
  font-style: italic;
  box-sizing: border-box;
  background: #eeeeee;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.triangle::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -27px;
    left: 23px;
    box-sizing: border-box;

    border: 1em solid black;
    border-color: transparent transparent #eeeeee #eeeeee;

    transform-origin: 0 0;
    transform: rotate(-45deg);

    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
.foto-recensione {z-index: -2}
  .testimonial-style2 img {
    border-radius: 50%;
    max-width: 70px;
}

.mfp-content.filtri-cat {vertical-align: top!important;}
.filter-date { padding-bottom: 20px;}

.destinazioni .travel-adventure {border:solid 5px #fff;}

.categoria-viaggi .travel-adventure {border:solid 3px #fff;}
.destinazioni {margin: 5px; padding-right: 0px!important; padding-left: 0px!important;}
.destinazioni .travel-adventure img {
    opacity: .9;
}

.destinazioni .titolo-destinazioni {font-size:25px; font-family: "Montserrat",sans-serif !important;
background-color: rgba(0, 0, 0, 0.7); font-weight: 700; padding: 5px 10px; line-height:1.6;}

.destinazioni .number-experiences {position: absolute; bottom: 5px; right: 10px; z-index: 999}

.tour-box .localita {
    background-color: #e9a927;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    padding: 0px 5px;
    font-weight: bold;
    border-radius: 4px !important;
    line-height: 17px;
}
#slide-bg {
  width: 100%;
  height: 70vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  animation: slideBg 15s linear infinite 0s;
  animation-timing-function: ease-in-out;
  background-image: url('../images/slider/1.jpg');
}

@keyframes slideBg{
  0% {
    background-image: url('../images/slider/1.jpg');
  }

  25% {
    background-image: url('../images/slider/2.jpg');
  }

  50% {
    background-image: url('../images/slider/3.jpg');
  }

  75% {
    background-image: url('../images/slider/4.jpg');
  }

  100% {
    background-image: url('../images/slider/2.jpg');
  }
}

#ui-datepicker-div {
    z-index:1000 !important;
}

/*FAREHARBUR*/
.btn-listing {
    min-width:110px;
    margin-top:2px;
    margin-bottom:2px;
}

#fh-float-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: #eaaa00;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 13px;
    font-weight: bold;
}

#youmay .highlight-button-dark:hover, .tour-box .btn.highlight-button-dark:hover {
    border-color:#000;
    background:#FFF;
    color:#000;
}
@media screen and (max-width:767px) {
    #youmay .highlight-button-dark, .tour-box .btn.highlight-button-dark {
        width:100%;
    }
    .slider-lara {
        text-align:center;
    }
    .slider-lara .btn.btn-medium {
        width:auto !important;
    }
}

@media screen and (min-width:991px) and (max-width:1123px) {
    .nav > li {
        margin:18px 4px;
        letter-spacing:-0.5px;
    }
    .nav-white.sticky-nav .navbar-nav li a {
        font-size:11px;
    }
}

.social-contact .social-media, .social-contact .contattaci-mt, .social-contact .app-link {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    strong {
        margin-right: 5px;
    }
}

.social-contact .app-link a:first-of-type {
    margin-right: 10px;
}

/*per Tablet*/

@media screen and (min-width: 768px) {
    .social-contact .social-media, .social-contact .contattaci-mt {
        justify-content: flex-start;
    }
    .social-contact .app-link {
        justify-content: flex-end;
    }
}

/* Desktop */

@media screen and (min-width: 992px) {
    .social-contact .app-link {
        justify-content: flex-start;
    }
    .social-contact .contattaci-mt {
        justify-content: flex-end;
    }
}
