
.grid-container{
  width: 100%;
  overflow: hidden;
  
	position: relative;
}
.thumb-container{
	float: left;
  cursor: pointer;
	/*opacity: .7;*/
}
.grid-img{
  width:136px;
  height:136px;
  margin:0 auto 20px;
}


.quote{
	/*width: 100%;*/
  position: relative;
  font-size: 1rem;
  line-height: 150%;
	/*float: left;*/
	/*height: 160px;*/
	height: auto;
	clear: left;
	margin-bottom:30px;
}
.quote .p{
  margin: 0;
	padding: 10px 0;
}
/*.quote h5 {
    font-weight: bold;
}*/

.quotebox i {
    color: #1d59a5!important;
	margin-right:10px;
}


.quote-container{
	display: none;
	clear: left;
	width: 100%;
}
.thumb-container img{
	/*width: 136px;*/
	/*height: 136px;*/
}

.popover {
  position: absolute;
  z-index: 910;
  top: 0px;
  left: 0px;
  display: none;
  opacity: 0.1!important;
  width: 100%;
  height: 100%;
  white-space: normal;
  background: url(../img/mengban7.png) center top no-repeat;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 960px) {
	.wrapper, .quote{
		width: 960px;
    margin: 0 auto;
	}
  .quote{
    font-size: 1.8em;
  }
  .quote span{
	  display:block;
	  margin-bottom:10px;
}

}

@media (max-width: 900px) {
	.wrapper, .quote{
		width: 720px;
    margin: 0 auto;
	}
  .quote{
    font-size: 1.4em;
  }
}

@media (max-width: 720px) {
	.wrapper, .quote{
		width: 720px;
    margin: 0 auto;
	}
  .quote{
    font-size: 1.4em;
  }
}

@media (max-width: 700px) {
  .wrapper, .quote{
    width: 480px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1.2em;
  }
}

@media (max-width: 640px) {
	.wrapper, .quote{
		width: 480px;
    margin: 0 auto;
	}
  .quote{
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
	.wrapper, .quote{
		width: 480px;
    margin: 0 auto;
	}
  .quote{
    font-size: 1.2em;
  }
  .info-img{
    width: 200px;
  }
}

@media (max-width: 450px) {
  .wrapper, .quote{
    width: 240px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1em;
  }
  .info-img{
    width: 120px;
  }
}
