.wrapper{
	clear: both;
	position: relative;
	/*width: 100%;*/
	width:1120px;
	padding:0;
	margin: 0 auto;
}
.grid-container{
  	width: 100%;
  	overflow: hidden;
}
.thumb-container{
	float: left;
	position: relative;
	width: 25%;
  	cursor: pointer;
	/*opacity: .7;*/
}
.quote-image{
	width:100%;
	height:0;
	overflow: hidden;
    position: relative;
}
.quote-image,
.popover{
	padding-bottom:75%;
}

.grid-img{
  	position: relative;
	float: left;
  	z-index: 999;
	width:100%;
}

.quote-container{
	display: none;
	clear: left;
	width: 100%;
}

.quote{
  	position: relative;
  	font-size: 1.8em;
  	line-height: 150%;
	height: auto;
	clear: left;
  	background: #EFEFEF;
  	color: #333;
	padding:25px;
	overflow: hidden;
}
.quote p{
  	margin: 0;
	padding: 5px 20px;
	font-size:16px;
	line-height:20px;
}
.quote h3{
  	margin: 5px 0;
	padding: 5px 10px;
	font-size:20px;
	line-height:24px;
}
.info-img {
	padding:0;
    border: 10px solid #FFF;
}
.info-text {
	padding:0 20px;
}

.popover {
  	position: absolute;
  	z-index: 1010;
  	top: 9px;
  	left: 0px;
  	display: none;
	width: 100%;
	max-width: none !important;
  	height: 0;
  	text-align: left;
  	white-space: normal;
  	background-color: #fff;
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	border-radius: 0px;
	box-shadow: none;
	border: none;
}

/*
.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: 150%;
  	padding: 14px;
	text-align: center;
}

.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);
  	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;
}
*/

.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.white .arrow:after{
  	border-top-color: #FFF;
  	color: #333;
}
.popover.green .arrow:after{
  	border-top-color: #9ACD32;
}
.popover.orange .arrow:after{
  	border-top-color: #FFA500;
}
.popover.pink .arrow:after{
  	border-top-color: #DA70D6;
}
.popover.blue .arrow:after{
  	border-top-color: #00BFFF;
}
.popover.brown .arrow:after{
  	border-top-color: #8B4513;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
	.wrapper{
    	width: 100%;
	}
	.thumb-container{
		width: 50%;
	}
}
