* {
  margin:0;
  padding:0;
  font-size:100%;
}

li {
  list-style-type:none;
}

h1 {
  font-family: "Roboto-Regular";
  font-size: 1.1em;
  color: #BA1A29;
  text-transform: uppercase;
  display: inline-block;
  /* background-color: #C60; */
  float: left;
}

@font-face {
  font-family:"Roboto-Regular";
  src:url("../font/Roboto-Regular.ttf") format("truetype");
}
#container {
  margin:0 auto 0 auto;
  width:1024px;
  height:auto;
  background-color: red;
}

/*CAROUSEL */
#carousel-container {
    width: 363px;
    height: 454px;
    float:left;
} 

#carousel-container .flexslider {
  border:4px solid #ffffff;
}

.thumbnail-element {
  width:90px !important;
  height: 90px !important;
  display: block;
}

/****end chisiamo-container-image ****/
/****start chisiamo-container-text ****/
#box-chisiamo-container-text {
  width:631px;
  height:auto;
  float:left;
  /*background-color:#9C9;*/
  margin-left:30px;
}
#box-chisiamo-title {
  width:50%;
  height:auto;
  border-bottom:1px solid #999;
  float:left;
  margin-right:50%;
}
#box-chisiamo-text {
  width:100%;
  height:auto;
  float:left;
  margin-top:5%;
}
#p-chisiamo-text {
  font-family:"Roboto-Light";
  font-size: 0.8em;
  color: #8C8C8C;

}


