/***** SOLO PER SEDI ****/

.mappe_tab .vc_tta-panel-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[id^="mappa"] {
  /*border-radius: 20px;*/
}
ul.sedi {
    list-style: none;
    padding: 0 !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
ul.sedi li .titbox{
   color: #be1622;
    display:block;
    font-weight:800;
    font-size:16px;
    margin-bottom:18px;
    text-transform:uppercase;
	text-decoration:none;
    font-family: Oswald, Roboto;
	width: 100%;
    margin-top: 0;
    line-height: 21px;
}
ul.sedi li a{
	text-decoration:underline;
    color: #333;
	margin-bottom: 5px;
    display: block;
}
ul.sedi li a:hover,
ul.sedi li a:focus {
    color: #333 !important;
}
ul.sedi li {
    width: calc( 25% - 14px);
    margin-right: 18px;
    margin-bottom: 18px;
        list-style: none;
    color: #333;
    font-size:16px;
    line-height:17px;
    min-height: 130px;
	padding: 18px;
    font-family: 'Oswald';
}
ul.sedi li i.fa {
    margin-right: 0px;
}
ul.sedi li .pin{
    position: absolute;
    right: -8px;
    top: -9px;
    background-color: #be1622;
    color: #fefefe;
    border-radius: 100%;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    font-weight: bold;
}
ul.sedi li .indirizzo{
	font-size: 16px;
    font-family: Oswald, Roboto;
    font-weight: 400;
    text-transform: none;
    line-height: 19px;
}
ul.sedi li.grey {
    background: #ff9d03;
}

ul.sedi li.green {
    background-color: #d6d6d6;
}
ul.sedi li:nth-child(4n){
    margin-right: 0;
}
ul.sedi li span{
    display:block;
    font-weight:800;
    padding-bottom: 4px;
    line-height: 19px;
}
ul.sedi li div{
    margin-top:18px;
}
@media all and (max-width:569px){
	ul.sedi li {
		width: calc( 50% - 9px);
	}
	
	ul.sedi li:nth-child(2n){
		margin-right: 0;
	}
	ul.sedi li:nth-child(3n){
		margin-right: 18px;
	}
}
@media all and (max-width:425px){
	ul.sedi li {
		width: 100%;
	}
	ul.sedi li,
	ul.sedi li:nth-child(2n),
	ul.sedi li:nth-child(3n){
		margin-right: 0;
	}
}
[id^="sedi_wrapper"] {
    position: relative;
	/*margin: 18px auto;*/
	top: 20px;
}
[id^="sedi_wrapper"] .sedi-hide{
	display:none;
}

button.b_sedi {
    position: absolute;
  	top: -75px;
    z-index:999;
    right:20px;
    background-color: #be1622;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 4px 9px;
    line-height: 24px;
    letter-spacing:normal;
}

button.b_sedi i.fa.fa-chevron-right.fa-1x.fa-fw::before {
    top: 3px;
    position: relative;
    right: -3px;
    font-size: 19px;

}
button.b_sedi i{
 rotate:0;
 transform-origin: 12px 12px;
 transition:rotate 200ms ease;
}
button.b_sedi:hover {
    background-color: #fff;
    color: #be1622;
}
button.b_sedi:hover i{
 rotate:90deg;
  transform-origin: 12px 12px;
  transition:rotate 200ms ease;


}
.b_sedi.active {
  color: #be1622;
  background-color: #fff;
	top: -102px;
    }
button.b_sedi.active i {
  rotate: 90deg;
  transform-origin: 12px 12px;
  transition: rotate 200ms ease;
}
button.b_sedi.active:hover{
    color: #fff;
  background-color: #be1622
}
button.b_sedi.active:hover i{
  rotate: 0deg;
}
div#sedi_wrapper h4 {
    margin-bottom: 36px;
}
/***** POPUP MAPPA *****/

.leaflet-popup-content-wrapper {
    border: 3px solid #efefef;
    background: #d6d6d6 !important;
}
.leaflet-popup-tip{
	background: #efefef !important;
}
.leaflet-popup-content strong {
    color:#333;
    text-transform: uppercase;
    margin-bottom: 9px !important;
    display: block;
}
.leaflet-popup-content {
    font-size: 15px;
    font-family: Oswald, Roboto;
    margin: 9px 9px;
	    color:#333;
}
.leaflet-popup-content span {
    display: block;
}
.leaflet-popup.leaflet-zoom-animated {
  padding-bottom: 13px;
}
[id^="sedi_wrapper"] li{
    position:relative
}
[id^="sedi_wrapper"] .btn {
    position: absolute;
    bottom:18px;
}
a.popbtn {
    display: inline-block;
    margin-top: 15px;
    background-color: #ee162d;
    color: #fff !important;
    padding: 0px 11px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
a.popbtn:hover {
    display: inline-block;
    margin-top: 15px;
    background-color: #fff;
    color: #ee162d !important;
    padding: 0px 11px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.leaflet-popup-content-wrapper a {
    color: #333 !important;
	text-decoration:underline;
}
ul#mobile-nav li a span br {
    display: none;
}
@media (max-width: 767px){
    ul.sedi li {
    width: calc(50% - 12px);
    }
    ul.sedi li:nth-child(2n) {
        margin-right: 0;
    }
    ul.sedi li:nth-child(2n+1) {
        margin-right: 24px;
    }
}
@media (max-width: 500px){
    ul.sedi li {
    width: calc(100%);
    }
    ul.sedi li:nth-child(2n) {
        margin-right: 0;
    }
    ul.sedi li:nth-child(2n+1) {
        margin-right: 0;
    }
}