/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/
/* ]==========[          GOOGLEMAPS        ]=========[  */
/*#.- .-.. . ... ... .- -. -.. .-. --- -.-. .- .. -- ..#*/


#gmap{
        width:100%;
        height:500px;
        position:relative;
        margin-top:20px;
        margin-bottom:20px;
}

.gmapCont{
	position: relative; 
	margin: 0px; 
	left: auto; 
	top: auto; 
	z-index: 9; 
	width: 100%;
}
.gmapCont.expanded{
	box-sizing: border-box;
	position: fixed; 
	padding: 0px; 
	margin:0px;
	left: 10%; 
	top: 10%; 
	z-index: 99999;
	width: 80%;
	height:80%;
	padding: 4%;
	background-color:#FFF;
}
.gmapCont.expanded #gmap{
	height:90%;
}
.velina{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    left: 0px;
    top: 0px;
}





h2#ricercaShow{
        position:absolute;
        display:block;
        height:26px;
        width:225px;
        right:6px;
        top:20px;
        border:1px solid #BBB9B3;
        z-index:1000;
        padding:8px 10px 0 10px;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
		background-color:#FFFFFF;
		font-family: Roboto,Arial,sans-serif;
		font-size: 11px;
		font-weight: 500;
        color:#000;
		cursor:pointer;
		line-height:100%;
}
h2#ricercaShow:before{
	content:"> "
}
h2#ricercaShow.closed:before{
	content:"< "
}
#ricercapunti{
        font-size:12px;
        position:absolute;
        right:6px;
        top:45px;
        padding:0 10px 10px 10px;
        display:block;
        width:225px;
        height:340px;
        z-index:99;
        background-color:#FFFFFF;
        border:1px solid #BBB9B3;
        overflow-x:auto;
}
#ricercapunti .cat{
	/*margin-left:5px;*/
}
#ricercapunti .catDiv h3{
	font-size: 1rem;
    line-height: 1rem;
    margin-top: 20px;
	margin-bottom: 2px;
}
#ricercapunti .catIcon{
	max-height: 15px; 
	margin-bottom:4px; 
	margin-left:8px; 
}
#ricercapunti li{
    background-size: 10px;
	background-repeat: no-repeat;
	padding-left:15px;
	margin-lefT:0px;
	list-style:none;
	margin-bottom:2px;
}


.balloon h2{
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.balloon p{
	margin:0px !important;
	padding:0px;
	font-size: .9rem;
	line-height: 1.4rem;
}

/*
aside .expand{
	position:absolute;
	top:95px;
	left:21px;
	background:url(../img/gmap_openclose.png) right top no-repeat;
	width:20px;
	height:21px;
	display:block;
	text-indent:-9999px;
}
aside .expand.expanded{
	background:url(../img/gmap_openclose.png) left top no-repeat;
}

*/








/*

ul.listaitems{
	position:relative;
	padding:0px;
	margin:0px;
}
ul.listaitems li{
	clear:left;
	padding:0px;
	margin: 5px 0px;
	list-style:none;
	min-height:80px;
}
ul.listaitems li img {
	float:left;
	display:inline;
	width:120px;
	height:74px;
	margin-right:5px;
}
.colorIco{
    display: block;
    float: left;
    height: 13px;
    margin-top: 3px;
    width: 13px;
}
#partenza,
#arrivo,
.gballoon input,
.gballoon select{
      font-size:10px;
      width:210px;
}
#mode{
      font-size:10px;
}
*/