﻿/* MENU CENTRALE PER PC E TABLET */
.float_center {
    float: right;
    position: relative;
    left: -50%; /* or right 50% */
    text-align: left;
}

.float_center > .child {
    position: relative;
    left: 50%;
}

.clear {
    clear:both;
}

#container {
    width: 100%;
    margin: 80px auto 0 auto;
    background-color: rgba(187,187,187,0.7);
    padding: 20px 0px 20px 0px;
}

.container_smart {
    width: 100%;
    margin: 80px auto 0 auto;
    background-color: rgba(187,187,187,0.7);
    padding: 10px 0px 10px 0px;
}

ul {
    list-style-type: none;
    margin:0;
    padding:10px 0;
}
ul li {
    float: left;
    list-style-type: none;
    margin: 0 6px;
    text-align:center;
}

ul li img {
    position:relative;
    top: -300%;
    margin: 0 6px;
    text-align:center;
}

ul a {
    display: block;
    font-family:'zag_regularregular', sans-serif, Verdana, Geneva;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 0px 4px;
}

/* FINE MENU CENTRALE PER PC E TABLET */

/* MENU SMART PHONE */
.CONTENITORE_MENU_SMARTPHONE    {background:rgba(0,0,0,0.8); position:absolute; z-index:999999; width:100%; height:100%; left:100%; padding: 0px 0px 0px 0px; display:none;}
/* FINE MENU SMART PHONE */

/* DIV PLACES SMART PHONE */
.CONTENITORE_PLACES    {background:rgba(0,0,0,0.8); position:absolute; z-index:999999; width:100%; height:100%; left:-100%; top:0px; padding: 0px 0px 0px 0px; display:none;}
/* FINE  DIV PLACES SMART PHONE */

/* MENU PER PAGINA MASTER 2 */
.caption {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
 
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    width:100%;
}
 
.caption span {
    float: left;
    margin: 0;
    width: 100%;
    height:20px;
    padding-top:5px;
    color: #dedede;
    text-align:center;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 20%;
}
 
.caption span a {
    text-transform: uppercase;
    display: block;
    font-family:'zag_regularregular', sans-serif, Verdana, Geneva;
    font-size:1em;
    color:#FE951F;
    text-decoration:none;
}
/* MENU PER PAGINA MASTER 2 */
