/*---MAP CSS---*/
.bg-white{
	margin-bottom: 15px;
}

.background-cover {
  position: relative;
}
.background-cover .image-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.nopadding {
  padding: 0;
}
.padding-text {
  padding: 20px;
}

/*-----tabella POI------*/
.poi {
  background-color: #636363;
  color: #fff;
}
@media all and (max-width: 768px) {
  .tablet .poi {
    display: block;
    padding: 20px 0 0;
  }
}
.poi > span {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.poi h3 {
  line-height: 1;
}
.poi > span {
  position: relative;
  z-index: 0;
}
.poi .text {
  position: relative;
  z-index: 1;
}
.poi .text h3 {
  text-align: center;
  font-size: 2em;
  width: 80%;
  margin: 20px auto;
  color: #fff;
}
@media all and (max-width: 768px) {
  .poi .text h3 {
    width: 90%;
    font-size: 1.6em;
  }
}
.poi .text .table {
  margin: 0px auto;
  width: 100%;
}
.poi .text .table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.poi .text .table tr.marker-link.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.poi .text .table tr.marker-link.active td {
  background-color: #98877d;
}
.poi .text .table tr.marker-link.active td div a {
  color: #fff;
}
.poi .text .table tr:last-child {
  border-bottom: none;
}
.poi .text .table tr td {
  border: none;
  padding: 8px 20px;
  line-height: 1.5;
}
.poi .text .table tr td div a {
  color: inherit;
  text-decoration: none;
}
.poi .text .table tr td div a span {
  display: inline;
  width: 60%;
  float: left;
}
.poi .text .table tr td div a span:last-child {
  float: right;
  width: 40%;
  text-align: right;
}

/*-----mappa dove siamo Toscana-------------------------------------------------------*/
.mappatoscana {
  padding: 0;
  /*margin-bottom: 15px;*/
  height: 550px;
}
@media all and (max-width: 768px) {
  .mappatoscana {
    height: auto;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex!important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .tablet .mappatoscana {
    display: block;
    height: auto;
  }
}
.mappatoscana #toscana-map {
  padding: 0;
}
@media all and (max-width: 768px) {
  .tablet .mappatoscana #toscana-map {
    display: block;
    height: 450px;
  }
}
@media all and (max-width: 768px) {
  .mappatoscana #toscana-map {
    display: block;
    min-height: none;
  }
}
.mappatoscana #toscana-map #maptoscana {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 768px) {
  .mappatoscana #toscana-map #maptoscana {
    left: 0;
    position: relative;
    height: 450px;
    top: 0;
    width: 100%;
  }
}
.mappatoscana #toscana-map #maptoscana .marker {
  text-align: center;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all 0.3s linear;
}
.mappatoscana #toscana-map #maptoscana .marker:before {
  position: relative;
  z-index: 2;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
}
.mappatoscana #toscana-map #maptoscana .marker#hotel-marker:before {
  content: "";
  background-image: url('/img/markers/logo-ilvillino-marker.png');
  z-index: 3;
  width: 55px;
  height: 70px;
}
.mappatoscana #toscana-map #maptoscana .marker#PSA-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#FLR-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#pisa-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#pienza-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#arezzo-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#montalcino-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#volterra-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#sangimignano-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#siena-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#monteriggioni-marker:before,
.mappatoscana #toscana-map #maptoscana .marker#firenze-marker:before {
  content: "";
  background-image: url('/img/markers/POI.png');
  position: relative;
  /*z-index: 2;*/
  top: 0;
  width: 50px;
  height: 50px;
  display: block;
}
.mappatoscana #toscana-map #maptoscana .marker.active:before {
  top: 0;
  background-image: url('/img/markers/POI-active.png') !important;
  z-index: 4;
  width: 50px!important;
  height: 50px !important;
}
.mappatoscana #toscana-map .marker-poi-tsc {
  position: relative;
  width: 20%;
  z-index: 2;
  color: #fff;
  background-color: #4a3131;
  padding: 0;
  box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -moz-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -webkit-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
}
@media all and (max-width: 1200px) {
  .mappatoscana #toscana-map .marker-poi-tsc {
    width: 40%;
  }
}
.mappatoscana #toscana-map .marker-poi-tsc .custom {
  height: 100%;
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link {
  margin: 0;
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link a {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  display: block;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all 0.3s linear;
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link a:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link a strong {
  display: block;
  font-size: .9em;
  text-transform: uppercase;
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link a:hover,
.mappatoscana #toscana-map .marker-poi-tsc .marker-link a:focus {
  text-decoration: none;
  background-color: rgba(99, 99, 99, 0.8);
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link.active a {
  background-color: rgba(99, 99, 99, 0.8);
  z-index: 2;
  box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -moz-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
  -webkit-box-shadow: 0 0 24px rgba(74, 49, 49, 0.5);
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link.active a:before {
  color: #4a3131;
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background-position: center center;
  background-size: cover;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: all .6s linear;
  -moz-transition: all .6s linear;
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  border-right: 5px solid #d04644;
}
@media all and (max-width: 1200px) {
  .mappatoscana #toscana-map .marker-poi-tsc .marker-link:after {
    display: none;
  }
}
.mappatoscana #toscana-map .marker-poi-tsc .marker-link.active:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  zoom: 1;
}
@media all and (max-width: 680px) {
  .mappatoscana #toscana-map .marker-poi-tsc {
    width: 100%;
  }
  .mappatoscana #toscana-map .marker-poi-tsc .marker-link {
    display: none;
    text-align: center;
  }
  .mappatoscana #toscana-map .marker-poi-tsc .marker-link.active {
    display: block;
  }
  .mappatoscana #toscana-map .marker-poi-tsc .marker-link.active a:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -7.5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #d04644;
  }
  .mappatoscana #toscana-map .marker-poi-tsc .marker-link.active a:before {
    display: none;
  }
}
