body{
	padding:10px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 400;

}
.row{
	max-width: inherit;
}
.center{
	text-align: center;
}
.relative{
	position: relative;
}
h1,h2,h3,h4,h5{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
#logo{
	margin-top: 40px;
}

#first-menu {
    text-align: center;
    margin-top: 30px;
}
#first-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
#first-menu li {
    float: left;
    font-weight: 300;
    text-transform: uppercase;	
    font-size: 1em;
}
#first-menu li a{
	color:#666;
}
#first-menu li a:hover{
	color: #c00;
}
#first-menu li.divider{
	/*width:10px;
	height: 20px;*/
}
#stand-info{
	margin-top: 10px;
	/*height: 480px;
	background: url('/nl/2018/tedxmodena/css/img/start-bg.jpg');
	background-size: cover;*/
}
#stand-info p{
	margin-top: 20px;
	text-transform: uppercase;
}
#stand-info span{
	color:#C00;
	font-weight: normal;
	font-size: 2em;
}
#stand-info strong{
	color:#212121;
	font-weight: 300;
	font-size: 2em;
}
#comunicato-stampa{
	background: url('/nl/2018/css/img/start-bg.jpg');
	background-size: cover;
	margin: 15px 0;
}
#comunicato-stampa .columns{
	background: #e1e1e1;
	text-align: justify;
	padding:40px 20px;
}
#comunicato-stampa p{
	font-size: 1em;
	font-weight: 300
}
#stand{
	margin: 40px 0;
}
#stand li{
	margin-bottom: 20px;
}
#collezione .columns{
	padding:0;
	margin:0 0 10px 0;
}
img.prodotto{
	width: 100%;
}
.prod-name{
	position: absolute;
	bottom: 0;
	right: 0;	
	background: #c00;
	width: 250px;
	color:#fff;
	padding:10px;
	text-align: right;
	font-size: 2em;
	font-weight: 300;
	line-height: .7em;
}
.prod-name span{
	font-size:.5em;
}
#desc-collezione{
	margin:100px 0;
}

#desc-collezione p{
	font-size: 1.5em;
	font-weight: 300
}
#contact-form{
	margin:100px 0; 
}
#contact-form label{
	text-transform: uppercase;
	font-weight: 300;
}
#contact-form input[type=email], #contact-form input[type=text], #contact-form select, #contact-form textarea {
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: white;
  height: 50px;
}
#contact-form button {
  margin: auto;
  width: 100%;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #C00;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
footer {
	font-size: 0.75em;
}