body{
  /*font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;*/
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   /*font-family:"Century Gothic", Arial, Verdana, sans-serif;*/

}
a, a:visited {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.wrapper{
	clear: both;
	position: relative;
	width: 960px;
	margin: 0 auto;
  /*margin-top: 24px;*/
}
.grid-container{
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  background: #eee;
}
.thumb-container{
	float: left;
	position: relative;
	width: 25%;
	height: 160px;
  cursor: pointer;
	/*opacity: .7;*/
}
.grid-img{
	position: relative;
	float: left;
	/*z-index: 999;*/
	width: 100%;
	height: 160px;
}
.quote{
	/*width: 100%;*/
  position: relative;
  font-size: 1.8em;
  line-height: 150%;
	/*float: left;*/
	/*height: 160px;*/
	height: auto;
	clear: left;
	/*background: #CCC url(../imgs/assets/fibers.png) repeat;*/
	/*color: #EFEFEF;*/
  background: #EFEFEF;
  color: #333;
  /*padding: 36px*/
}

.little-info{
  font-size: 14px;
}
.date-info{
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  float: right;
  background: #666;
  color: #FFF;
  padding: 0px 8px;
}
.light-info{
  color: #999;
  font-size: 16px;
  padding: 0;
  line-height: 100%;
}
.light-info2{
  color: #666;
}



.quote-container{
	display: none;
	clear: left;
	width: 100%;
}
.thumb-container img{
	/*width: 240px;*/
	/*height: 160px;*/
}
/*IL TESTO*/
.popover {
  position: absolute;
  z-index: 1010;
  top: 10px;
  left: 0px;
  display: none;
  /*opacity: 0;*/
  width: 100%;
  height: 160px;
  padding: 1px;
  	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
  text-align: left;
  white-space: normal;
  background-color: #fff;
/*  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;*/
}
.popover.white{
  background: #FFF;
  color: #333;
}

.popover.green{
  background: #9ACD32;
  color: #FFF;
}
.popover.orange{
  background: #FFA500;
  color: #FFF;
}
.popover.pink{
  background: #DA70D6;
  color: #FFF;
}
.popover.blue{
  background: #00BFFF;
  color: #FFF;
}
.popover.brown{
  background: #8B4513;
  color: #FFF;
}


.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  line-height: 120%;
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.top.green .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #9ACD32;
  border-bottom-width: 0;
}
.popover.top.orange .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #FFA500;
  border-bottom-width: 0;
}
.popover.top.pink .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #DA70D6;
  border-bottom-width: 0;
}
.popover.top.blue .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #00BFFF;
  border-bottom-width: 0;
}
.popover.top.brown .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #8B4513;
  border-bottom-width: 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media ( max-width : 980px) {
	.wrapper,.quote {
		width: 100%;
		margin: 0 auto;
	}
	.quote {
		font-size: 1.8em;
	}
	.thumb-container {
	    /*width: 50%;*/
	}
	.popover{
		max-width: 100%;
	}
	.thumb-container .tab_text {
		font-size: 24px !important;
	}
}

@media ( max-width : 900px) {
	.wrapper,.quote {
		width: 100%;
		margin: 0 auto;
	}
	.quote {
		font-size: 1.4em;
	}
	.thumb-container {
	    /*width: 50%;*/
	}
	.popover{
		max-width: 100%;
	}
	.thumb-container .tab_text {
		font-size: 24px !important;
	}
}
@media ( max-width : 800px) {
	.thumb-container {
	    /*width: 50%;*/
	}
	.thumb-container .tab_text {
		font-size: 24px !important;
	}
	
	.popover{
		max-width: 100%;
	}
}
@media ( max-width : 720px) {
	.wrapper,.quote {
		width: 100%;
		margin: 0 auto;
	}
	.quote {
		font-size: 1.4em;
	}
	.thumb-container {
	   /* width: 50%;*/
	}
	.popover{
		max-width: 100%;
	}
}

@media ( max-width : 700px) {
	.wrapper,.quote {
		width: 100%;
		margin: 0 auto;
	}
	.quote {
		font-size: 1.2em;
	}
	.thumb-container {
	    width: 50%;
	}
	.popover{
		max-width: 100%;
	}
}

@media ( max-width : 640px) {
	.wrapper,.quote {
		width: 100%;
		margin: 0 auto;
	}
	.quote {
		font-size: 1.2em;
	}
	.thumb-container {
	    width: 50%;
	}
	.popover{
		max-width: 100%;
	}
}

@media ( max-width : 480px) {
	.wrapper,.quote {
		width: 100%;
		margin: 0 auto;
	}
	.quote {
		font-size: 1.2em;
	}
	.info-img {
		width: 200px;
	}
	.thumb-container {
	    width: 50%;
	}
	.popover{
		max-width: 100%;
	}
}

@media ( max-width : 450px) {
	.wrapper,.quote {
		width: 100%;
		margin: 0 auto;
	}
	.quote {
		font-size: 1em;
	}
	.quote p {
	    padding: 36px 10px;
	}
	.info-img {
		width: 120px;
	 	margin-left: 10px !important;
	}
	.bx-wrapper .bx-caption{
		display: none;
	}
	.thumb-container {
	    width: 100%;
	}
	.popover{
		max-width: 100%;
	}
}