@import url("font.css");

html,body {
	margin:0;
	padding:0;
	height: 100%;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.05em;
}

body {
  font-family: 'texgyreherosregular', sans-serif;
  color: #ddd;
  background-color: black;
}

.logo {
    position: fixed;
    cursor: pointer;
    z-index: 1000
}

h1 { color: #c07d17 }
hr { visibility: hidden }
.btn-default
{
  color: #000;
  background-color: #c07d17;
  border-color: #c07d17;
}


.pull-right, .img-responsive { display: none; }

.lang {
  position: fixed;
  left: 42px;
  bottom: 50px;
  z-index: 998;
}

.lang a:link i, .lang a:visited i {
font-size: 20px;
outline: 0;
color: #777;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lang a:hover i { color: #c07d17; text-decoration: none}

.lang .btn-xs {
line-height: 16px;
padding: 0px 10px;
margin-top: -8px;
background-color: #777 !important;
border-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lang .btn-xs:hover {
background-color: #c07d17 !important;
color: black !important;
}

.introslide {
    position: fixed;
    visibility: hiddden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
      
}

.navbar {
  font-family: 'texgyreherosregular', sans-serif;
  z-index: 998;
  padding: 0px;
}

.proj { padding-left: 22px }

.navbar-custom .nav li a {
color: #c07d17;
text-transform: uppercase;

  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover, .current a{
 outline: 0;
  color: #ddd !important;
}

.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus
{

  background-color: #000;
}

.progetti, .pubblicazioni { margin-top: 51px; }
.progetto {
  padding-bottom: 50px;
  max-width; 100%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.progetto a { color: #aaa; }
.progetto a:hover { text-decoration: none; }
.progetto:hover { opacity: 0.5;}
.titolo { color: #c07d17; display: block; text-transform: uppercase }
.descrizione { margin-bottom: 10px; }
.immagine { display: none}

#corpotesto, #pagina { font-family: 'texgyreherosregular', sans-serif; clear: both; margin-bottom: 30px}
#corpotesto .titl, #pagina .titl { color: #c07d17; text-transform: uppercase }
#corpotesto .desc, #pagina .desc { color: #bbb;}

.testo, .pagetxt {
text-align: left;
  padding-top: 10px
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}






@media (max-width: 767px) {
.logo { left: 20px; top: 9px; }
.navbar {
  border-bottom: 1px solid #333;
  background-color: black;
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #c07d17;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none;
}


.nav  li.proj { border-top: 1px solid #000; }
.navbar-custom .nav li a { font-size: 14px; line-height: 26px; padding-top: 6px; padding-bottom: 6px; }
.descrizione { display: block; }
.immagine { display: block; }
.titolo { padding-top: 0px }
}

#proj-slider {
	margin-top: 50px;
}
.mnz {
  height: 100%;
   background-color: black;
}
.mnz img {
	position: absolute;
  top: 0px;
}

.bt30 {
	margin-bottom: 30px;
	margin-top: -1px
}

#mappa {
	height: 231px;
	width: 100%;
	 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}

@media (min-width: 767px) {
.logo { left: 43px; top: 51px;}
.navbar-custom .nav li a { font-size: 12px; padding-top: 3px; padding-bottom: 2px; }
.navbar {
  background-color: transparent;
   width: 150px;
   left: 27px;
   top: 110px;
}
.lang { display: inline; }
.descrizione { margin-top: -3px}
}

@media (min-width: 960px) {
.progetto { display: table; padding-right: 45px}
.progetti { width: 735px}
.descrizione { display: table-cell; float: left; width: 210px; }
.immagine { display: table-cell; float: right; width: 450px}
}

@media (min-width: 760px) and (max-width: 959px) {
.progetto { display: table; padding-right: 45px}
.progetti { width: 450px; margin-right: 45px}
.descrizione { display: table-cell; float: right; width: 450px; }
.immagine { display: table-cell; float: right; width: 450px}
}

a .copertina img   {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
} 
.cover { margin-bottom: 20px;}
a .copertina img  { opacity: 1;}
a:hover .copertina img { opacity: 0.5;}

  
@media (min-width: 990px) {

.copertina { width: 100%; height: 0px; margin-bottom: 142%  }
}
@media (min-width: 761px) and (max-width: 990px) {
.pubblicazioni { width: 510px;}
.copertina { width: 100%; height: 0px; margin-bottom: 142%  }
}

@media (max-width: 760px) {
.copertina { width: 100%; height: auto; margin-top: 10px  }
.copertina img { width: 100%; }
}

@media screen and (min-width:1200px) { .testo { width: 70%; }}

@media screen and (min-width:960px) {
.pagetxt {
-webkit-column-count: 2; -webkit-column-gap: 30px;  
-moz-column-count: 2; -moz-column-gap: 30px;
column-count: 2; column-gap: 30px;
}
#pagina { padding-right: 60px; }
.testo { margin-top: 20px; }
}

@media (min-width: 768px) {
#corpotesto { padding-right: 25px; margin-top: 30px}
}

@media (max-width: 767px) and (min-width: 500px) {
#proj-slider { top: 50px; padding-left: 15px; padding-right: 5px;}
#corpotesto { width: 100%; padding: 15px; margin-top: 4px}
.rsMinW .rsBullets { display: none }
.pagetxt {
-webkit-column-count: 2; -webkit-column-gap: 20px;  
-moz-column-count: 2; -moz-column-gap: 20px;
column-count: 2; column-gap: 20px;
}

}

@media (max-width: 499px) {
#proj-slider { top: 12px; padding-left: 10px; padding-right: 0px; }
#corpotesto { width: 100%; padding: 10px; margin-top: 50px}


}

@media print {
  a[href]:after {
    content: none;
  }
  html,body {
    width: 700px;
}
#proj-slider {
	position: relative;
	width: 100%;
}
}

img { border: 0px; }


.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 450px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
       left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
       left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}    


a:hover, a:active, a:focus {
  outline: 0;
 }


/* ==========================================================================
flexvideo
   ========================================================================== */ 
.video {
    margin-bottom: 20px;
}
   
.video-container {
    position: relative;
    padding-bottom: 55.8%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video .info {
    height: 34px;
}
