.container{
    margin-top: 30px;
}
.top-bar-container{
    margin-top: 30px;
}

#header_slide{
    margin-top: 0px;
    width: 100%;
}
.slide-hp{
    width: 100%;
    height: 600px;
    background-position: center;
    position: relative;
    z-index: 0;
}
.slide-prog{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
#menu_hover{
    width: calc( 100% - 30px );
    height: 600px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0 15px 0 15px;
    background-color: rgba(0,49,76,0.45);
    z-index: 9999;
    text-align: center;
}

#menu_hover h1{
    font-size: 45px;
    color: #FFFFFF;
    margin-top: 215px;
    font-family: 'AzoSans-Light';
}
#sottolineatura_slide{
     display: block;
     margin: 0 auto;
     width: 97%;
     height: 2px;
     background-color: #FFFFFF;   
}

#menu_desktop{
     display: none;
     list-style: none;
     width: 660px;
     margin: 0 auto;
     margin-top: 15px;
}
#menu_desktop li{
     display: inline;
     float: left;
     text-align: left;
}

#menu_home{
     width: 105px;
}
#menu_chi_siamo{
     width: 130px;
}
#menu_design{
     width: 180px;
}
#menu_progettazione{
     width: 162px;
}
#menu_contatti{
     width: 80px;
}
#menu_desktop li a,#menu_desktop li a:hover{
     color: #FFFFFF;
     font-size: 20px;
     font-family: 'AzoSans-Regular';
}
.slick-dots{
    z-index: 9999;
    margin-top: -80px;
    margin-left: 0px;
    bottom: 0 !important
}
ul.slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: none;
}
.slick-dots li button::before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 13px;
    position: relative;
    display: inline-block;
    content: " ";
    text-align: center;
    margin: 0 2px;
    padding: 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    opacity: 1
}
.slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    opacity: 1
}

.slide_progettazione .slick-dots li button::before {
    box-shadow: inset 0 0 0 1px #999999;
    opacity: 1
}
.slide_progettazione .slick-dots li.slick-active button:before {
    background-color: #cccccc;
    opacity: 1
}

.acf-map {
	width: 100%;
	height: 400px;
	border: 0px;
	margin:0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

#section_mappa,#section_eventi,#section_progettazione,#section_chi_siamo,#section_design_materia{  
    margin-top: 50px
}
##section_design_materia_gallery{  
    margin-top: 0px
}
section h2{  
    font-family: 'AzoSans-Light';
    font-size: 41px;
    margin: 0px;
    padding: 0px;
    color: #00314c
}

section p{  
    font-family: 'AzoSans-Light';
    font-size: 20px;
    line-height: 28px
}
#chi_siamo,#progettazione,#eventi{  
    float: left;
    width: 100%
}
#chi_siamo img,#progettazione img,#eventi img{  
    display: block;
    margin: 0 auto;
    width: auto;
    margin-bottom: 40px;
}
.box_sottolineatura,.box_sottolineatura_bianco{  
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 4px;
    background-color: #00314c;
    margin-top: 12px;
    margin-bottom: 50px
}
.box_sottolineatura_bianco{  
    background-color: #FFFFFF;
}
#design_materia{  
    float: left;
    width: 100%;
    height: 210px;
    padding: 80px 15px 0 15px;
    background-color: #00314c;
}
#design_materia h2{  
    color:#FFFFFF;
    font-family: 'AzoSans-Light';
    font-size: 32px;
}

@media only screen and (min-width: 9999px) {
    .top-bar {
        *zoom: 1;
        overflow: visible; 
    }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:9999px)/";
  width: 9999px; 
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:9999px)/";
  width: 9999px;
}
    
.top-bar-section ul li>a {
    color: #333333;
    font-size: 12px;
    
}
.top-bar.expanded .title-area {
    background: none;
}

.top-bar-section li{
    border-bottom: 1px solid #666;
}
.top-bar-section .has-dropdown>a:after {
    border-color:transparent transparent transparent rgb(88,88,90);
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
    color: #58585a;
}
.top-bar-section .dropdown li.parent-link a {
    font-size:0.8em;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
    color: #58585a;
}

#menu_lang_desktop{
    display:none
}

@media only screen and (min-width: 37em) and (max-width: 46.999em){
    #menu_hover h1{
        font-size: 55px;
        margin-top: 235px;
    }
}
@media only screen and (min-width: 47em){
    #menu_hover h1{
        font-size: 74px;
        margin-top: 285px;
    }
    #sottolineatura_slide{
        width: 660px;
        max-width: 660px;
    }
    .top-bar-section{
        display:none
    }
    #menu_lang_desktop{
        float: right;
        display: inline;
        width: 112px;
        margin-top: 35px
    }
    #menu_lang_desktop li{
        float: left;
        display: inline;
    }
    #menu_lang_desktop li:first-child{
        border-right: 1px solid #00314c;
        padding-right: 10px;
    }
    #menu_lang_desktop li:last-child{
        padding-left: 10px;
    }
    #menu_lang_desktop li a,#menu_lang_desktop li a:hover{
        color:#00314c;
        font-family: 'AzoSans-Bold';
    }
    #menu_desktop{
        display:inline-block;
    }
    .top-bar-section .dropdown li{
        border-bottom: 1px solid #666;
    }
    .top-bar-section .dropdown li:last-child {
        border-bottom: 0px;
    }
    
    .top-bar-section .right li .dropdown {
        left: 0px;        
    }
    
    .top-bar-section {
        background: #FFF;
    }
    .top-bar-section li{
        border-bottom: 0px;
    }
    
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #FFF;
    }
    
    .top-bar-section li:not(.has-form) a.lingua:not(.button) {
        padding: 0px !important;
        width: 29px;
        text-align: center;
    }
    
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color:#FFF;
        background:#FFF;
        color: #58585a;
    }
    .top-bar-section .has-dropdown>a:after {
        border-color: rgb(88,88,90) transparent transparent transparent;
    }
    
    .top-bar-section .has-dropdown>a {
        padding-right:2.3rem !important;
    }
    .top-bar-section ul li:hover:not(.has-form) > a {
        background: none;
        color: #58585a;
    }
    .top-bar-section .dropdown li a{
        font-size: 14px
    }
}


.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #00314c,0 7px 0 1px #00314c,0 14px 0 1px #00314c;
    width: 20px
}

.slide_progettazione{
    margin-top: 50px
}
/* footer*/
footer{
    color: #FFF;
    padding: 40px 55px 0 55px;
    font-size: 18px;
}
.fullWidth{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    background-color: #00314c;
}
footer a{
    color: #FFF;
    display: block;
}
footer a:hover{color:#FFF}
footer img{
    margin-bottom: 50px
}
footer p{
    line-height: 22px
}
#indirizzo{
    margin-bottom: 20px
}
.indicazioni_stradali{
    margin-bottom: 20px
}
.indicazioni_stradali h5{
    font-family: 'AzoSans-Bold';
}
#privacy{
    margin-top: 22px
}


#contenitore_evento{
    position: relative;
    width: 100%;
    height: 880px;
    background-position: center;
    background-repeat: no-repeat
}
#layer_evento{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,49,76,0.45);
    z-index: 9999;
    width: 100%;
    height: 880px;
    text-align: center;
    padding: 0 15px 0 15px;
}
#layer_evento h3 p{
    color: #FFF;
    font-size: 50px;
    margin-top: 70px;
    font-family: 'AzoSans-Light';
}
#layer_evento h4 p{
    color: #FFF;
    font-size: 30px;
    margin-top: 30px;
    font-family: 'AzoSans-Regular';
}
#layer_evento h6 {
    color: #FFF;
    font-size: 23px;
    font-family: 'AzoSans-Regular';
    margin-top: 120px;
}
#layer_evento div#periodo_evento p{
    color: #FFF;
    font-size: 25px;
    margin-top: 40px;
    display: block;
    font-family: 'AzoSans-Regular' !important;
}

#layer_evento div#testo_evento p{
    color: #FFF;
    font-size: 27px;
    margin-top: 70px;
    line-height: 32px;
    display: block;
    font-family: 'AzoSans-Regular' !important;
}
#layer_evento div#presenta p{
    color: #FFF;
    font-size: 20px;
    font-family: 'AzoSans-Light' !important;
}
.error404 a,.error404 a:hover{
    color: #333333;
    font-family: 'AzoSans-Light';
    text-decoration: underline;
    margin-bottom: 100px;
    display: block;
}
#facebook{
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 60px
}
#facebook a,#facebook img{
    display: block;
    width: 50px;
    height: 50px;
}
#mese_e_anno{
    display: block;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding: 13px 0 10px 0;
    border: 4px solid #FFF;        
}

#mese_e_anno p {
    color: #FFF;
    font-size: 27px;
    margin-top: 0px;
    line-height: 24px;    
}
@media only screen and (max-width: 40.0625em) {
    section h2{  
        font-size: 28px;
    }
    section p{  
        font-size: 18px;
        line-height: 25px
    }
    #design_materia{  
        padding-top: 65px;       
    }
    #privacy{
        margin-top: 0px;
        margin-bottom: 20px
    }
    #layer_evento h3 p{
        font-size: 42px;
        margin-top: 40px;
        line-height: 45px
    }
    #layer_evento h4 p{
        font-size: 22px;
        line-height: 25px;
        margin-top: 30px;
    }
    #layer_evento h6 {
        font-size: 20px;
        margin-top: 100px;
    }
    #layer_evento div#periodo_evento p{
        font-size: 22px;
        margin-top: 40px;
        line-height: 25px;
    }
    #layer_evento div#testo_evento p{
        font-size: 24px;
        line-height: 27px;
        margin-top: 40px;
    }
    #layer_evento div#presenta p{
        font-size: 17px;
    }
    #facebook{
        margin-bottom: 30px;
        margin-top: 30px
    }
    #mese_e_anno{
        width: 200px;      
    }
    #mese_e_anno p {
        font-size: 22px;
        line-height: 24px;    
    }
}
@media only screen and (max-width: 64.0625em) {
    footer{
        padding: 40px 0px 0 0px;
    }
}
img#img_progettazione{
    width: 63px
}
img#img_chi_siamo,img#img_eventi{
    width: 90px
}

