

.wrapper{
	clear: both;
	position: relative;
	width: 1200px;
	margin: 65px auto 0 auto;
  /*margin-top: 24px;*/
}
.grid-container{
  width: 100%;
  overflow: hidden;
}
.thumb-container{
	float: left;
	position: relative;
	width: 566px;
	height: 340px;
	cursor: pointer;
	/*opacity: .7;*/
}
.grid-img{
  position: relative;
	float: left;
  z-index: 999;
}
.quote{
	/*width: 100%;*/
  position: relative;
  font-size: 1.8em;
  line-height: 150%;
	/*float: left;*/
	/*height: 160px;*/
	height: auto;
	clear: left;
	/*background: #CCC url(../images/fibers.png) repeat;*/
	/*color: #EFEFEF;*/
  background: #EFEFEF;
  color: #333;
  /*padding: 36px*/
}
.quote .introduce{ width:100%; height:600px;
  margin:0 auto;
  padding: 0px; display:block;
  
}
.quote .introduce .left{ width:50%; float:left; }
.quote .introduce .left img{ width:100%;}
.quote .introduce .right{ width:50%; float:left; padding:0 5%;}
.quote .introduce .right h1{ font-size:45px; text-align:left;font-weight: bold;}
.quote .introduce .right h2{ font-size:18px; text-align:left;margin-top: 15px;}
.quote .introduce .right h3{ font-size:18px; text-align:left; line-height:28px;}
.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;
}


.info-img{
  float: left;
  margin: 48px 20px 12px 36px;
}
.quote-container{
	display: none;
	clear: left;
	width: 100%;
}
.thumb-container img{
	width: 240px;
	/*height: 160px;*/
}

.popover_w {
  position: absolute;
  z-index: 1010;
  top: 10px;
  left: 0px;
  display: none;
  /*opacity: 0;*/
  width: 300px;
  height: 300px;
  padding: 1px;
  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_w.white{
  background: #FFF;
  color: #333;
}

.popover_w.green{
  background: #9ACD32;
  color: #FFF;
}
.popover_w.orange{
  background: #FFA500;
  color: #FFF;
}
.popover_w.pink{
  background: #DA70D6;
  color: #FFF;
}
.popover_w.blue{
  background: #00BFFF;
  color: #FFF;
}
.popover_w.brown{
  background: #000;
  color: #FFF;
}


.popover_w.top {
  margin-top: -10px;
}

.popover_w.right {
  margin-left: 10px;
}

.popover_w.bottom {
  margin-top: 10px;
}

.popover_w.left {
  margin-left: -10px;
}

.popover_w-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: 150%;
  padding: 9px 14px;
}
.popover-content h1{ padding:10px 0; font-size:45px; text-align:left; color:#fff;}
.popover-content h2{ padding:0px; font-size:18px; text-align:left; color:#fff;}

.popover_w .arrow,
.popover_w .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover_w .arrow {
  border-width: 11px;
}

.popover_w .arrow:after {
  border-width: 10px;
  content: "";
}

.popover_w.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_w.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover_w.top.green .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #9ACD32;
  border-bottom-width: 0;
}
.popover_w.top.orange .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #FFA500;
  border-bottom-width: 0;
}
.popover_w.top.pink .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #DA70D6;
  border-bottom-width: 0;
}
.popover_w.top.blue .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #00BFFF;
  border-bottom-width: 0;
}
.popover_w.top.brown .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #000;
  border-bottom-width: 0;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 960px) {
	.wrapper, .quote{
		width: 960px;
    margin: 0 auto;
	}
  .quote{
    font-size: 1.8em;
  }
}

@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;
  }
}
