/*--css--*/
.content-bottom {
	padding: 4em 0;
	margin: 0;
}
.container-full{
	width: 100%;
}

/* 首頁 其他設定 */
.Venue_desc {
	width: 100%;
	text-align: center;
}
.Venue_desc-title{
	font-size: 3em;
	color: #FFFFFF;
	text-align: center;
}
.Venue_desc img{
	width: 100%;
	margin: 0 auto 2em;
	text-align: center;	
}
.Venue_demo h3{
	font-size: 1.2em;
	margin: .3em 0;	
	color: #FFFFFF;
}
.nbs-flexisel-Venue {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	width:170px !important;
}
#flexiselDemo {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	width:100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0 1px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	width:320px !important;
	}
.nbs-flexisel-item img {
	width: 100%;
	height: 213px;
  cursor: pointer;
  positon: relative;
  margin-top:25px;
  margin-bottom: 10px;
  display:inline;
	object-fit: cover;
}	

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width:50px;
  height:50px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -10px;
	background: url(../images/arrows.png) -5px -6px no-repeat;
}
.nbs-flexisel-nav-right {
  right: 0px;
 	background: url(../images/arrows.png) -62px -6px no-repeat;
}


/*** responsice layout ***/
@media all and (max-width: 820px) {
.content-bottom {
  padding: 2em 0;
	}	
.nbs-flexisel-item {
	width:256px !important;
	}
.nbs-flexisel-item img {
	height: 171px;
}	
.Venue_desc-title {
	font-size: 2.5em;
}
}
@media all and (max-width: 640px) {
.nbs-flexisel-item {
	width:265px !important;
	}
.nbs-flexisel-item img {
	height: 177px;
}	
.Venue_desc-title {
  font-size: 2em;
}
.share-info p {
  font-size: 14px;
}

}
@media all and (max-width: 420px) {
.nbs-flexisel-item {
	width:210px !important;
	}
.nbs-flexisel-item img {
	height: 140px;
}		
}