/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

html{
  
  
  
}

body{
    margin:0;
  	padding:0;
    font-family:arial,helvetica,sans-serif;
    color:rgb(13,15,54);
    font-weight:400;
    font-size:13px;
    width:100%;
    
}

a{
  font-family:arial,helvetica,sans-serif;
  text-decoration:none;
  color:rgb(13,15,54);
}

input,select{
  font-family:arial,helvetica,sans-serif;
  font-weight:400;
}

img{
	border:0
}

div.clear-left{
	clear:left;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0
}

div.clear-both{
	clear:both;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0
}

.left{
    float:left;
}

.right{
    float:right;
}

.mobile{
     visibility:hidden;
}
   
.desktop{
     visibility:visible;
}

.container{
  width:100%;
}

.site{
  width:990px;
  margin:auto;
  position:relative;
  padding-bottom:350px;
}

.header{
  width:100%;
  min-height:50px;
  background-color:#000;
  position:relative;
}

.header ul.menu{
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  list-style:none;
  padding:0;
  margin:0;
  background-color:#000;
}

.header .menu li{
  display:inline-block;
  padding:0;
  margin:0 0 6px 15px;
  
  font-size:18px;
  color:#fff;
  
}

.header .menu li a{
  text-decoration:none;
  color:#fff;
}

.header .menu li.selected a{
  color:#ff0;
}



.header .email{
  display:block;
  position:absolute;
  right:4px;
  bottom:2px;
}

.header .dropit{
  display:block;
  position:absolute;
  left:0px;
  bottom:0px;
  
}

.header .dropit .dropit-submenu {
    left: 0; /* dropdown left or right */
	padding:0;
	margin: 0;
    background-color:#000;
    color:#fff;
    font-size:18px;
    line-height:1.8em;
    white-space:nowrap;
    
}
.header .dropit .dropit-submenu a{
   color:#fff;
}

.header .dropit .dropit-submenu a.selected{
  color:#ff0;
}

.header .dropit .dropit-open .dropit-submenu li{
  border-top:solid 1px #fff;
  padding:0 20px 0 10px;
}

.page-title{
  width:100%;
  min-height:46px;
  line-height:24px;
  font-size:24px;
  font-weight:bold;
  border-bottom:solid 1px #000;
}

.page-title .padding{
  padding:10px 15px;
}

ul.slideshow{
  list-style:none;
  padding:0;
  margin:0;
  width:100%;
}

ul.slideshow li{
  width:100%;
  height:365px;
  position:relative;
  border-bottom:solid 1px #000;
}

ul.page-slideshow li{
  height:515px;
}

ul.slideshow li a{
  display:block;
  width:100%;
  height:100%;
}

ul.slideshow li .over-slide{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
}

ul.slideshow li .png-over-slide{
  background-position:top left;
} 

ul.slideshow li .caption{
  position:absolute;
  bottom:10px;
  left: 15px;
  width:60%;
  color:#fff;
  font-size:16px;
  text-shadow: 1px 1px #444;
  -webkit-text-shadow: 1px 1px #444;
  -khtml-text-shadow: 1px 1px #444;
  -moz-text-shadow: 1px 1px #444;
  -ms-text-shadow: 1px 1px #444;
}

.char-size{
  width:100%;
  text-align:right;
  height:25px;
  line-height:25px;
}

.char-size span{
  display:inline-block;
  margin-left:8px;
  cursor:pointer;
  font-family:serif;
  color:#c0c0c0;
}

.char-size span.selected{
  color:#000;
}

.char-size .small{
  font-size:10px;
  
}

.char-size .large{
  font-size:14px;
  
}

.padding-x{
  padding-left:15px;
  padding-right:15px;
}

.padding-y{
  padding-top:15px;
  padding-bottom:15px;
}

.page{
  width:100%;
}

.page-left{
  width:30%;
  float:left;
}

.page-right{
  width:70%;
  float:right;
  
}

.border-top{
 border-top:solid 1px #c0c0c0;
}

.border-bottom{
 border-bottom:solid 1px #c0c0c0;
}

.page .text{

}

.page .text-it{
  color:#000;
}

.page .text-en{
  color:#aaa;
}

.page .text a{
  text-decoration:underline;
}

.page .text-it a{
  color:#000;
}

.page .text-en a{
  color:#aaa;
}

.page .text ul,.page .text ol{
  padding-left:20px;
}

.page .text .small{
  font-size:14px;
  line-height:1.4em;
}

.page .text .large{
  font-size:16px;
  line-height:1.4em;
}

.plus-big{
  font-size:48pt;
  font-weight:bold;
  line-height:48px;
}

.artisti{
  width:100%;
  background-color:#000;
  border-bottom:solid 32px #ff0;
}

.artisti .plus{
  color:#fff;
}

.artisti .list{
  list-style:none;
  margin:0;
  padding:0;
  padding-left:48px;
  
  
}

.artisti .list li{
  display:block;
  padding:0;
  margin:0;
  line-height:20px;
  font-size:16px;
  color:#fff;
}

.artisti .list a{
  color:#fff;
  text-decoration:none;
}

.artisti .list a:hover{
  color:#ff0;
}

.artisti .list .year{
  font-weight:bold;
}

.footer{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:220px;
  border-bottom:solid 15px #000;
  
}

.footer .footer-content{
  position:absolute;
  bottom:0;
  right:0;
  width:310px;
}

.footer .footer-left{
  float:left;
  width:100px;
  text-align:right;
}

.footer .footer-right{
  float:left;
  
  text-align:left;
}

.footer .footer-data{
  height:100px;
  font-size:13px;
  line-height:1.4em;
}

.footer .footer-data a{
  color:#000;
  text-decoration:underline;
}

.footer .footer-right img{
  margin:0 0 8px 12px;
}

.footer ul.footer-menu{
  list-style:none;
  padding:0;
  margin:0;
}

.footer ul.footer-menu li{
  display:block;
  padding:0;
  margin:0;
}

.footer ul.footer-menu li a{
  text-decoration:none;
  color:#000;
}

.footer ul.footer-menu li a.selected{
  
}

.project-list{
  border-bottom:solid 1px #444;
}

.project-list-open{
  
  padding:15px 0;
  
}

.project-list-open .plus{
  font-size:48pt;
  font-weight:bold;
  cursor:pointer;
  line-height:40px;
}

.project-list-open .year{
  padding-left:35px;
  font-weight:bold;
  font-size:24px;
}

.project-list-open ul{
  display:block;
  margin:0;
  padding:0;
  padding-left:80px;
  list-style:none;
}

.project-list-open ul li{
  display:block;
  margin:0;
  padding:10px 0;
}

.project-list-open ul li img{
  display:inline-block;
  margin-right:20px;
  
}

.project-list-open ul li span{
  display:inline-block;
  vertical-align:bottom;
  padding-top:5px;
  padding-bottom:5px;
  max-width:70%;
}

.project-list-open ul li span.small{
  font-size:14px;
  line-height:1.4em;
}

.project-list-open ul li span.large{
  font-size:16px;
  line-height:1.4em;
}

.project-list-close{
  font-size:24px;
  font-weight:bold;
  line-height:36px;
}

.project-list .padding{
  padding:0 5px;
}

.project-list-close .plus{
  display:inline-block;
  font-size:30px;
  width:35px;
  cursor:pointer;
}

.block-list{
  border-bottom:solid 1px #444;
}

.block-list .padding{
  padding:0 5px;
}

.block-list-summary{
  font-size:18px;
  font-weight:bold;
  line-height:36px;
}

.block-list-summary .plus{
  display:inline-block;
  font-size:30px;
  width:35px;
  cursor:pointer;
}

.block-list-summary-yellow{
  background-color:#ff0;
}

.block-list-detail{
  display:none;
  padding:15px 0;
  width:100%;
  
}

.block-list-detail .plus{
  display:inline-block;
  font-size:48pt;
  font-weight:bold;
  cursor:pointer;
  line-height:40px;
}

.block-list-detail .block-title{
  display:inline-block;
  padding-left:5px;
  font-weight:bold;
  font-size:18px;
}

.block-list-detail .small{
  font-size:14px;
  line-height:1.4em;
}

.block-list-detail .large{
  font-size:16px;
  line-height:1.4em;
}

.block-list-detail .title{
  background-color:#000;
  color:#fff;
  margin-bottom:5px;
}

.block-list-detail .title .padding{
  padding:8px 12px;
}

.block-list-detail .text{
   
}

.block-list-detail .text p{
   padding-top:15px;
}

.block-list-detail .text .padding{
  padding:8px 12px;
}

.block-list-detail .list-container{
  
}

.block-list-detail .list-element{
  float:left;
  width:45%;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
}

.block-list-detail .list-element .small{
  font-size:14px;
  line-height:1.4em;
}

.block-list-detail .list-element .large{
  font-size:16px;
  line-height:1.4em;
}

.block-list-detail .list-element img{
  display:inline-block;
  margin-right:15px;
  vertical-align:middle;
}

.block-list-detail .list-element span{
  display:inline-block;
  vertical-align:middle;
  
}

.block-list-detail .gallery-container{
  
}

.block-list-detail .gallery-element{
  float:left;
  width:114px;
  height:76px;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}

.block-list-detail .gallery-element img{
  width:114px;
  height:76px;
}