/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.video_contest_menu {
  background: transparent !important;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.video_contest_menu ul.video_menu_list {
  border: none !important;
}
.video_contest_menu ul.slim li {
  float: none !important;
  display: inline-block;
}
.video_contest_menu ul.slim li .fa {
  display: none;
}
.video_contest_menu ul.video_menu_list a {
  color: #000 !important;
}
.video_contest_menu ul.video_menu_list a li:hover {
  color: #fe5000 !important;
}
.video_contest_menu ul.video_menu_list a li.active {
  color: #fe5000 !important;
}
/* Pop */
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.video_gallery-wrap .pop {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.video_gallery-wrap .pop:hover,
.video_gallery-wrap .pop:focus,
.video_gallery-wrap .pop:active {
  -webkit-animation-name: none !important;
  animation-name: none !important;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
section.wrapper {
  margin-top: 100px;
}
article.box {
  margin-top: 0;
}
.single-post #menu-item-2096 {
  font-weight: 600;
}
.section-news-single .videogallery {
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}
.section-news-single .videogallery h2 {
  font-family: 'museo-slab', serif;
  font-weight: 300;
}
.section-news-single .videogallery .video {
  width: 50%;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  padding: 5px 0 5px 5px;
}
.section-news-single .videogallery .video img {
  width: 100%;
}
.section-project-meta .diary-meta span,
.section-project-meta .diary-meta .project,
.section-project-posts .no-posts {
  font-family: 'museo-slab', serif;
  text-transform: none;
  font-weight: 300;
}
.no-posts {
  font-size: 0.9rem;
}
.diary-navigation a {
  font-weight: 600!important;
}
.diary-navigation a.back {
  font-weight: 300!important;
}
.nav-prev-next {
  background-color: transparent;
  text-align: center;
}
.person .name a:hover {
  color: #fe5000;
}
.nav-prev-next a:hover {
  color: #fe5000;
}
.wpcf7-select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid black;
  font-size: 100%;
  outline: none;
  font-family: 'museo-slab', serif;
  font-weight: 300;
  width: 100%;
  padding: 15px 0 10px 0;
  font-weight: 700;
  color: #000000 !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type="url"] {
  border: 0;
  border-bottom: 1px solid black;
  font-size: 100%;
  outline: none;
  font-family: 'museo-slab', serif;
  font-weight: 300;
  width: 100%;
  color: #fe5000;
  letter-spacing: 1px;
}
input[type="text"]:focus {
  color: #fe5000;
}
::-webkit-input-placeholder {
  color: black;
  letter-spacing: 1px;
}
::-moz-placeholder {
  color: black;
  letter-spacing: 1px;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: black;
  letter-spacing: 1px;
}
/* ie */
input:-moz-placeholder {
  color: black;
  letter-spacing: 1px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px black;
  font-size: 100%;
  outline: none;
  font-family: 'museo-slab', serif;
  font-weight: 300;
  width: 100%;
  height: 20px;
  padding: 15px 0 30px 0;
  font-weight: 700;
  background-color: white;
  color: #000000 !important;
}
span.wpcf7-form-control-wrap.checkbox-781 {
  display: block;
  width: 100%;
}
span.wpcf7-form-control-wrap.checkbox-781 .wpcf7-list-item {
  margin-left: 0;
}
input[type="checkbox"] {
  border: 1px solid black;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-left: 0;
}
input[type="checkbox"]:checked {
  background-color: #fe5000;
}
span.wpcf7-list-item-label {
  position: absolute;
  margin-top: 4px;
}
input[type="submit"]:hover {
  cursor: pointer;
  border: solid 1px #fe5000;
  color: #fe5000;
}
.page-id-6582 .partner-container .medium,
.page-id-5951 .partner-container .medium {
  font-size: 0.9rem;
}
div.wpcf7-response-output {
  margin: 0;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #fe5000;
}
.share-facebook,
.share-twitter {
  cursor: pointer;
}
.single-days .section-project-meta .social {
  padding: 0;
}
#header .hgroup a.site-title {
  color: #ffffff;
}
.page-template-manifesto-php .section-tutors {
  display: none;
}
.page-template-manifesto-php .p_content_1 .section-tutors {
  display: inline;
}
.page-template-manifesto-php .p_content_1 .section-tutors .box-person {
  width: 98%;
}
.page-template-manifesto-php .p_content_1 .section-tutors .box-person .category {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'proxima-nova', "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2rem;
}
.box-project.detail .body.onecolumn {
  column-count: 1;
}
.related a:hover {
  color: #fe5000;
}
@media screen and (max-width: 800px) {
  .box-one {
    width: 97%!important;
  }
}
@media screen and (min-width: 800px) {
  #header .hgroup a.site-title {
    color: #000000;
  }
  #header .hgroup a.site-title:hover {
    color: #fe5000;
  }
  .page-template-manifesto-php .p_content_1 .section-tutors {
    display: none;
  }
  .page-template-manifesto-php .section-tutors {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    margin-left: 0;
    text-align: left;
  }
  .page-template-manifesto-php .section-tutors .box-person {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .section-manifesto {
    display: inline;
    float: left;
    width: 58.33333333%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-manifesto .p_title {
    width: 30%;
    margin: 0 1%;
    display: inline-block;
  }
  .section-manifesto .p_content_1 {
    width: 60%;
    margin: 0 1%;
    display: inline-block;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
a.logo-dit {
  display: block;
  width: 75px;
  height: 75px;
  background-image: url('./../img/logo-dit.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
a.logo-dit:hover {
  background-image: url('./../img/logo-dit_arancio.png');
}
.liberatoria {
  border: 1px solid #f0f0f0;
  background: #f6f6f6;
  font-size: 0.7em;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
.manifesto .p_content_1 p {
  font-size: 28px;
  line-height: 40px;
  color: #fe5000;
}
.progetto p,
.attivita-extra p,
.borse-di-studio p {
  font-size: 28px;
  line-height: 40px;
  color: #fe5000;
}
ul.sub-menu,
ul.sub-menu li {
  list-style: none;
  list-style-position: outside;
}
ul.sub-menu li:before {
  content: '- ';
}
ul.sub-menu {
  display: none;
}
* {
  box-sizing: border-box;
}
.acapo {
  display: inline;
}
@media screen and (min-width: 800px) {
  .acapo {
    display: block;
  }
}
body {
  background: #ffffff;
  letter-spacing: 1px;
  min-height: 100%;
}
body.home {
  background-size: cover;
  background-repeat: no-repeat;
}
body.home #logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('./../img/Landing_Logo.png') center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
b {
  font-weight: 600;
}
article b,
article strong {
  font-weight: 700;
}
article i,
article em {
  font-style: italic;
}
article p {
  margin-bottom: 1em;
}
#gallery img {
  display: none;
}
.page_gallery {
  font-family: 'proxima-nova', "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}
canvas {
  display: block;
  line-height: 0;
  opacity: 0.7;
}
body {
  font-family: 'proxima-nova', "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2rem;
  padding: 0 10px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #fe5000;
}
@media screen and (min-width: 800px) {
  a.site-title {
    color: #fff !important;
  }
}
a.site-title:hover {
  color: #fe5000 !important;
}
.box .social {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}
.box .social a:hover {
  color: #fe5000;
}
.box a:hover {
  color: #000000;
}
.person {
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  margin: 0 0 5px 0;
}
.body {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  font-size: 0.7rem;
}
body .name {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  font-weight: bold;
  font-size: 0.9rem;
}
body .category {
  text-transform: uppercase;
  font-size: 0.9rem;
}
body .town {
  text-transform: uppercase;
  font-size: 0.9rem;
}
body .related {
  display: none;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
}
body .related a {
  text-transform: uppercase;
  font-size: 0.9rem;
}
body .social {
  padding: 0 10px 5px 10px;
  font-size: 21px;
}
body .social a:hover {
  text-decoration: none;
}
body .image {
  position: relative;
  padding: 4px;
}
body .image img {
  width: 100%;
  vertical-align: middle;
}
.box2 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 35px !important;
}
.box {
  position: relative;
  background-color: #f6f6f6;
  float: left;
  width: 100%;
  margin-bottom: 35px !important;
  /*&:after {
		content: '';
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 0 30px 30px;
		border-color: transparent transparent #ffffff transparent ;
		-webkit-transform:rotate(360deg);
		position:absolute;
		bottom: -4px;
		right: -4px;
	}	*/
}
.box .content {
  padding: 5px 10px;
}
.box .content .date {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  font-size: 0.7rem;
  margin: 0 0 5px 0;
}
.box .content .title {
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.box-diary .title {
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
}
.box-diary .body {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  font-size: 0.7rem;
}
.box-person .content {
  width: 85%;
}
.box-person .person {
  border-bottom: 2px solid #fe5000;
}
.box-person .body {
  border: none;
}
.box-project .project-id {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin: 0 0 5px 0;
}
.box-project .title {
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  font-size: 1.2rem;
}
.box-project.detail .title {
  font-size: 2em;
  padding: 10px 0 15px 0;
  line-height: 1em;
}
/*
.box-two {
	width:97%;
	margin: 10px 1%;
}
.box-one {
	width:47.5%;
	margin: 10px 1%;
}
*/
#view,
#play-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe5000;
  opacity: 0.7;
  height: 100%;
}
#view h1,
#play-video h1 {
  display: table;
  width: 100%;
  height: 100%;
  font-family: 'proxima-nova', "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#view h1 i,
#play-video h1 i {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #000000;
  color: #ffffff;
  z-index: 30;
  padding: 10px;
}
#header a#responsive-menu-button {
  color: #ffffff;
  float: left;
  font-size: 2.2em;
}
#header .hgroup {
  display: block;
  border-left: 1px solid #ffffff;
  padding: 0 0 0 10px;
  float: left;
  margin-left: 10px;
}
#header .hgroup .image {
  display: none;
}
#header #lang_switcher {
  display: none;
}
#header h1 {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 700;
}
#header h1 br {
  display: none;
}
#header h2 {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  text-transform: uppercase;
}
#navigation {
  display: none;
}
.section-news {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  clear: both;
  display: block;
  /*** Fix stefano ***/
  /*** Fix stefano ***/
}
.section-news .box-one {
  width: 46%;
  margin: 10px 1%;
}
.section-news .box-two {
  width: 97%;
  margin: 10px 1%;
}
.section-news .box .content .date {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  font-size: 11px;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.section-news .box .content .title {
  text-transform: uppercase;
  margin: 0 0 8px 0;
  border-top: 1px solid #000000;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  padding: 8px 0 8px 0;
}
.section-news .body {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 0 0 0px 0;
  border-bottom: 1px solid #000000;
  font-size: 11px;
}
.section-news .social {
  padding: 5px 10px 10px 10px;
  font-size: 21px;
}
.section-news-single {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  /*** Fix stefano ***/
  /*** Fix stefano ***/
}
.section-news-single .box {
  width: 96%;
  margin: 10px 2%;
}
.section-news-single.onecol .box-project.detail .body {
  column-count: 1;
}
.section-news-single .box-project .project-id {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 8px 0;
}
.section-news-single .box-project.detail .title {
  font-size: 36px;
  padding: 12px 0 16px 0;
  line-height: 1em;
}
.section-news-single .box .content .title {
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.section-news-single .box-project .title {
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  font-size: 1.2rem;
}
.section-news-single .box-project.detail .person {
  width: 50%;
  display: inline-block;
  border: none;
  float: left;
}
.section-news-single .person {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #000000;
  margin: 8px 0px 3px 0;
}
.section-news-single .box-project.detail .related {
  display: inline-block;
  float: left;
  border: none;
  padding: 7px 5px;
}
.section-news-single .related a {
  text-transform: uppercase;
  font-size: 14px;
}
.section-news-single .box-project.detail .body {
  padding: 8px 0px;
  border-top: 1px solid #000000;
  clear: left;
}
.section-news-single .body {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  font-size: 11px;
}
.section-news-single .social {
  padding: 5px 10px 10px 10px;
  font-size: 21px;
}
.section-news-aside {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  display: block;
}
.section-news-aside .box {
  width: 96%;
  margin: 10px 2%;
}
.section-news-aside .box .content {
  text-transform: uppercase !important;
}
.section-news-aside.onecol {
  display: none;
}
.section-calendar {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}
.section-calendar .date {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.section-calendar .date .image {
  padding: 0 0 10px 0;
}
.section-calendar .date .image img {
  border: 0;
}
.section-calendar .social {
  padding-left: 0;
}
.partner-container,
.staff-container,
.section-attendees {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}
.partner-container .box-person,
.staff-container .box-person,
.section-attendees .box-person {
  width: 46%;
  margin: 10px 1%;
  /*** Fix stefano ***/
  /*** Fix stefano ***/
}
.partner-container .box-person .category,
.staff-container .box-person .category,
.section-attendees .box-person .category {
  font-size: 10px !important;
  line-height: 12px;
}
.partner-container .box-person .town,
.staff-container .box-person .town,
.section-attendees .box-person .town {
  text-transform: uppercase;
  font-size: 11px;
}
.partner-container .box-person .name,
.staff-container .box-person .name,
.section-attendees .box-person .name {
  font-size: 14px;
  letter-spacing: normal;
}
.partner-container .box-person .school .name,
.staff-container .box-person .school .name,
.section-attendees .box-person .school .name {
  font-size: 14px;
  letter-spacing: 1px;
}
.partner-container .box-person .person,
.staff-container .box-person .person,
.section-attendees .box-person .person {
  border-bottom: 1px solid #000000;
}
.partner-container .box-person .content,
.staff-container .box-person .content,
.section-attendees .box-person .content {
  width: 90%;
}
.partner-container .box {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.partner-container .box:after {
  content: '';
  display: none;
}
.partner-container {
  font-family: 'museo-slab', serif;
  font-weight: 300;
}
.section-tutors {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  /*** Fix stefano ***/
  /*** Fix stefano ***/
}
.section-tutors .box-person {
  width: 46%;
  margin: 10px 1%;
}
.section-tutors .box-person .content {
  width: 95%;
}
.section-tutors .category {
  text-transform: uppercase;
  font-size: 14px;
}
.section-tutors .body {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 0 0 4px 0;
  font-size: 11px;
}
.section-tutors .box-person .person {
  border-bottom: 1px solid #000000;
}
.section-home {
  position: relative;
  margin: -70px -10px 40px -10px;
  z-index: 20;
}
.section-home img {
  width: 100%;
  vertical-align: middle;
}
.section-project-meta {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}
.section-project-meta .image {
  display: inline;
  float: left;
  width: 33.33333333%;
  margin: 0 0%;
  padding: 0px;
}
.section-project-meta .diary-meta {
  display: inline;
  float: left;
  width: 66.66666667%;
  margin: 0 0%;
  padding: 0 2% 0 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 0.9rem;
}
.section-project-meta .diary-meta span,
.section-project-meta .diary-meta a {
  font-family: 'museo-slab', serif;
  text-transform: none;
  font-weight: 300;
}
.section-project-meta .diary-meta .diary-navigation {
  margin: 30px 0 0 0;
}
.section-project-posts {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}
.section-project-posts .box {
  width: 98%;
  margin: 10px 1%;
}
.section-projects {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  /*** Fix stefano ***/
  /*** Fix stefano ***/
}
.section-projects .box {
  width: 98%;
  margin: 10px 1%;
}
.section-projects .box-project .project-id {
  padding: 0 0 4px 0;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 5px 0;
}
.section-projects .box .content .title {
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.section-projects .box-project .title {
  padding: 6px 0 8px 0;
  border-bottom: 1px solid #000000;
  font-size: 18px;
}
.section-projects .name {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  font-weight: bold;
  font-size: 14px;
}
.section-projects .category {
  text-transform: uppercase;
  font-size: 14px;
}
.section-projects .body {
  font-family: 'museo-slab', serif;
  font-weight: 300;
  padding: 3px 0 8px 0;
  border-bottom: 1px solid #000000;
  font-size: 11px;
}
.section-projects .social {
  padding: 5px 10px 10px 10px;
  font-size: 22px;
}
article {
  margin-top: 100px;
}
.current-menu-item,
.current_page_parent,
.current-menu-parent {
  font-weight: 600;
}
.current-menu-item .menu-item,
.current_page_parent .menu-item,
.current-menu-parent .menu-item {
  font-weight: 300;
}
.current-menu-item .current-menu-item,
.current_page_parent .current-menu-item,
.current-menu-parent .current-menu-item {
  font-weight: 600;
}
/** IL PROGETTO **/
.p_title,
.social_title {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}
.p_title h2,
.social_title h2 {
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.p_content_1,
.p_content_2 {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  font-family: 'museo-slab', serif;
  font-weight: 300;
  font-size: 0.9rem;
  padding: 0 0 15px 0;
}
.p_quote {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-family: 'proxima-nova-alt-ext-cond', "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 0.8em;
  margin: 0 0 30px 0;
}
.p_quote cite {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-family: 'museo-slab', serif;
  font-weight: 300;
  font-size: 0.8rem;
  display: block;
  background: #ffffff;
  font-style: italic;
  text-transform: none;
}
.social_content ul li {
  display: inline-block;
  padding: 0 5px;
}
.social_content ul a {
  display: block;
  width: 32px;
  height: 32px;
}
.social_content ul .vimeo {
  background: url(./../img/social.png) 0px 0px no-repeat;
  text-indent: -9999px;
}
.social_content ul .facebook {
  background: url(./../img/social.png) -34px 0px no-repeat;
  text-indent: -9999px;
}
.social_content ul .linkedin {
  background: url(./../img/social.png) -68px 0px no-repeat;
  text-indent: -9999px;
}
.social_content ul .twitter {
  background: url(./../img/social.png) -102px 0px no-repeat;
  text-indent: -9999px;
}
.social_content ul .pinterest {
  background: url(./../img/social.png) -136px 0px no-repeat;
  text-indent: -9999px;
}
.social_content ul .vimeo:hover {
  background: url(./../img/social.png) 0px -32px no-repeat;
  text-indent: -9999px;
}
.social_content ul .facebook:hover {
  background: url(./../img/social.png) -34px -32px no-repeat;
  text-indent: -9999px;
}
.social_content ul .linkedin:hover {
  background: url(./../img/social.png) -68px -32px no-repeat;
  text-indent: -9999px;
}
.social_content ul .twitter:hover {
  background: url(./../img/social.png) -102px -32px no-repeat;
  text-indent: -9999px;
}
.social_content ul .pinterest:hover {
  background: url(./../img/social.png) -136px -32px no-repeat;
  text-indent: -9999px;
}
.sidebar-social {
  display: none;
}
.affiliation {
  display: none;
}
@media screen and (min-width: 800px) {
  .affiliation {
    display: inline-block;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.4em;
  }
  .sidebar-social {
    display: block;
  }
  .p_title,
  .social_title {
    display: inline;
    float: left;
    width: 12.5%;
    margin: 0 0%;
    margin-left: 22.5%;
    text-align: right;
  }
  .p_content_1,
  .social_content {
    display: inline;
    float: left;
    width: 40.83333333%;
    margin: 0 0%;
    margin-left: 1.66666667%;
    padding-bottom: 40px;
  }
  .p_quote {
    display: inline;
    float: left;
    width: 55%;
    margin: 0 0%;
    margin-left: 22.5%;
  }
  .p_content_2 {
    display: inline;
    float: left;
    width: 40.83333333%;
    margin: 0 0%;
    margin-left: 36.66666667%;
    padding-top: 50px;
  }
  .staff-container {
    display: inline;
    float: left;
    width: 43.33333333%;
    margin: 0 0%;
    margin-left: 1.66666667%;
  }
  .staff-container .box {
    width: 30.5%;
    margin: 10px 1%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .partner-container {
    display: inline;
    float: left;
    width: 43.33333333%;
    margin: 0 0%;
    margin-left: 1.66666667%;
  }
  .partner-container .box {
    width: 32.5%;
    margin: 10px 0;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .partner-container .box .image {
    padding: 0;
  }
  .partner-container .medium {
    font-size: 0.6666rem;
  }
  .section-projects {
    display: inline;
    float: left;
    width: 58.33333333%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-projects .box {
    width: 44%;
    margin: 10px 1%;
    display: inline-block;
  }
  .section-project-meta {
    display: inline;
    float: left;
    width: 16.66666667%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-project-meta .image {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
  .section-project-meta .diary-meta {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    padding-top: 30px;
    padding-right: 10%;
  }
  .section-project-meta .diary-meta .diary-navigation {
    margin: 30px 0 0 0;
  }
  .section-project-posts {
    display: inline;
    float: left;
    width: 50%;
    margin: 0 0%;
    margin-left: 4.16666667%;
  }
  .section-project-posts .box {
    width: 46%;
    margin: 0px 1% 20px 1%;
  }
  .section-news-single {
    display: inline;
    float: left;
    width: 36.25%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-news-single .box {
    width: 96%;
    margin: 10px 3% 10px 0;
  }
  .section-news-single.onecol {
    display: inline;
    float: left;
    width: 50%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-news-single.onecol .box-project.detail .body {
    padding: 5px 0;
    border-top: 1px solid #000000;
    column-count: 1;
  }
  .section-news-aside {
    display: inline;
    float: left;
    width: 21.66666667%;
    margin: 0 0%;
  }
  .section-news-aside .box {
    width: 96%;
    margin: 10px 0 10px 2%;
  }
  .section-news {
    display: inline;
    float: left;
    width: 58.33333333%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-news .box-one {
    width: 30%;
    margin: 10px 1%;
  }
  .section-news .box-two {
    width: 63%;
    margin: 10px 1%;
  }
  .section-calendar {
    display: inline;
    float: left;
    width: 75%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-calendar .date {
    display: inline;
    float: left;
    width: 25%;
    margin: 0 ;
    display: inline-block;
    float: none !important;
    margin-left: -4px;
    vertical-align: top;
  }
  .section-calendar .date .image {
    width: 60%;
  }
  .section-attendees {
    display: inline;
    float: left;
    width: 58.33333333%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-attendees .box-person {
    width: 22%;
    margin: 10px 1%;
  }
  .section-attendees .box-person .category {
    font-size: 0.59rem !important;
    line-height: 1em;
  }
  .section-tutors {
    display: inline;
    float: left;
    width: 58.33333333%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-tutors .box-person {
    width: 28%;
    margin: 10px 1%;
    display: inline-block;
  }
  .box-project.detail .person {
    width: 50%;
    display: inline-block;
    border: none;
    float: left;
  }
  .box-project.detail .related {
    display: inline-block;
    float: left;
    border: none;
    padding: 0 5px;
  }
  .box-project.detail .body {
    padding: 5px 0;
    border-top: 1px solid #000000;
    column-count: 2;
    clear: left;
  }
  #responsive-menu-button {
    display: none;
  }
  #navigation {
    display: block;
    margin: 40px 0 0 0;
    font-family: 'proxima-nova', "Lucida Grande", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
  }
  #header {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    margin: 60px 0 0 20px;
    background: transparent;
    color: #000000;
    z-index: 4;
    padding: 10px;
    width: 20%;
  }
  #header .hgroup {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
    float: none;
    margin-left: 0px;
    position: relative;
  }
  #header .hgroup span {
    display: inline-block;
    color: #000000;
    padding: 2px;
  }
  #header .hgroup .image {
    display: block;
    width: 90%;
    position: relative;
    left: -30%;
    top: 30px;
    padding-bottom: 20px;
  }
  #header .hgroup #lang_switcher {
    display: block;
    font-size: 0.9em;
  }
  #header h1 {
    padding: 30px 0 0 0;
    width: 100%;
    font-family: 'museo-slab', serif;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1em;
    display: block;
  }
  #header h1 br {
    display: block;
  }
  #header .h2 {
    margin-top: 0px;
  }
  #header h2 {
    width: 100%;
    font-family: 'museo-slab', serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 1em;
    font-weight: 500;
  }
  #header a:hover span {
    color: #fe5000 !important;
  }
  /* JIGOSHOP */
  .section-shop {
    font-family: 'museo-slab', serif !important;
    font-weight: 300 !important;
    display: inline;
    float: left;
    width: 58.33333333%;
    margin: 0 0%;
    margin-left: 22.2222225%;
  }
  .section-shop .box {
    width: 30.5%;
    margin: 10px 1%;
    display: inline-block;
  }
  .section-shop .product-thumbnail img {
    max-width: 100px;
  }
  .section-shop .button {
    background: #000000;
  }
  .section-shop .button:hover {
    background: #fe5000;
  }
  .section-shop .button-alt {
    background: #000000;
  }
  .section-shop .button-alt:hover {
    background: #fe5000;
  }
  .section-shop .quantity input.qty {
    height: 19px;
  }
  .section-shop .quantity input.minus,
  .section-shop .quantity input.plus {
    background: #000000;
  }
  .section-shop .quantity input.minus:hover,
  .section-shop .quantity input.plus:hover {
    background: #fe5000;
  }
  .section-shop div.product #tabs ul.tabs {
    background: #000000;
  }
  .price {
    font-size: 18px;
  }
}
