#wrapper .content .inner {
	padding:0px 20px;
}
#floorplan {
	position:relative;
	width:100%;
	clear:both;
}
#floorplan a:hover {
	opacity:1;
}
#floorplan h1 {
	font-family: 'Open Sans', Arial, 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	line-height: 24px;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 24px;
	color: #174986;
}
#floorplan h2 {
	font-family: 'Open Sans', Arial, 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	color: #174986;
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom:30px;
}
#wrapper .content #floorplan p {
	font-family: 'Open Sans', Arial, 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	color: #174986;
	font-weight: 700;
	font-size: 11px;
	margin-bottom:10px;
	word-break: break-all;
}
#floorplan .row {
	position:relative;
	margin-bottom:25px;
	clear:both;
}
#floorplan .col {
	position:relative;
	display:inline-block;
	width:45%;
	min-width:200px;
	margin-right:1%;
	vertical-align:top;
	margin-bottom:10px;
}
#floorplan .search-field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:73%;
	height:22px;
	line-height:22px;
	border:solid 1px #aeadb2;
	padding:0px 1%;
	margin-right:5px;
}
#floorplan .search-btn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	height:24px;
	line-height:24px;
	padding:0px 25px;
	background-color:#174986;
	display:inline-block;
	text-transform:uppercase;
}
#floorplan .search-btn span{
	display:inline-block;
	background-image:url(../../../images/floor_plan/arrow.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:10px;
}
#floorplan select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100%;
	height:22px;
	line-height:22px;
	border:solid 1px #aeadb2;
}
#floorplan .hall_btn{
	margin-bottom: 10% !important;
	padding-top:15px;
}
#floorplan .hall_1_btn,
#floorplan .hall_3_btn{
    background-color: #a4a4a4;
    color: white;
    padding: 25px;
    text-align: center;
}


#floorplan .hall_1_btn.is-active,
#floorplan .hall_3_btn.is-active{
    background-color: #1d80b0;
}
#floorplan .hall_1_btn.is-active:after,
#floorplan .hall_3_btn.is-active:after{
	content: '';
    position: absolute;
    left: 32px;
    top: 42px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1d80b0;
    clear: both;
}
#floorplan .hall_3_btn.is-active:after{
	left: 118px;
}
#floorplan .floorplan-holder {
	position:relative;
	width:100%;
	height:460px;
      /*height: auto;*/
	border:solid 1px #aeadb2;
	background-color:#c2d8e3;
	overflow:hidden;
	clear:both;
}
#floorplan .zoom-btn {
	position:absolute;
	top:10px;
	right:10px;
	font-size:0px;
}
#floorplan .zoom-btn .zoom-in{
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url(../../images/floorplan/zoom_in.png);
	margin-left:5px;
}
#floorplan .zoom-btn .zoom-in:hover,
#floorplan .zoom-btn .zoom-in.on{
	background-image:url(../../images/floorplan/zoom_in-r.png);
}
#floorplan .zoom-btn .zoom-out{
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url(../../images/floorplan/zoom_out.png);
	margin-left:5px;
}
#floorplan .zoom-btn .zoom-out:hover,
#floorplan .zoom-btn .zoom-out.on{
	background-image:url(../../images/floorplan/zoom_out-r.png);
}
#floorplan .floorplan-holder .slider{
	position:absolute;
	top:11px;
	left:13px;
	width:700px;
}
#floorplan .floorplan-holder .slider img{
	width:100%;
}
#floorplan .floorplan-holder .slider .zone-holder{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
#floorplan .floorplan-holder .slider .zone-holder>img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#floorplan .floorplan-holder .drag-area {
	position:absolute;
	top:50%;
	margin-top:-243px;
	left:50%;
	margin-left:-375px;
	width:750px;
	height:486px;
}
.booth {
	cursor: pointer;
	position:absolute;
	left:0px;
	top:0px;
	width:11px;
	height:11px;
}
.booth img{
	position:relative;
	top:-3px;
	left:1px;
	width:100%;
	display:none;
/*	display:block;*/
}
.booth.hall_3 img{
	top:-2px;
	left:1px;
}
.booth.on {
	cursor:pointer;
}
.booth.on img{
	display:block;
}
.ui-autocomplete {
	position:absolute;
	max-width:488px;
	max-height:300px;
	overflow:auto;
	list-style:none;
	border:solid 1px #aeadb2;
	background-color:#FFF;
	margin-top:-2px;
	z-index:200;
}
.ui-autocomplete li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:98%;
	height:22px;
	line-height:22px;
	padding:0px 1%;
}
.ui-autocomplete li:hover{
	background-color:#CCC;
}
.ui-autocomplete li a{
	color:#000;
	display:block;
}
.tag {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-55px;
	text-align:center;
	z-index:1;
    pointer-events: none;
}

    .tag>a{
    pointer-events: all;
    }
.tag2 {
	position:absolute;
	bottom:50%;
	left:50%;
	text-align:center;
	z-index:1;
}
.tag2>img{
	position:relative;
	margin-top:-1px;
	display:block;
}
.tag .txt, .tag2 .txt{
	position:relative;
	display: block;
	width:180px;
	border:solid 1px #cecece;
	background-color:#FFF;
	padding:10px 10px;
	text-align:left;
}
#floorplan .tag .txt h1, #floorplan .tag2 .txt h1{
	font-family: 'Open Sans', Arial, 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size:14px;
	color:#1e1b52;
	margin-bottom:5px;
	line-height:normal;
}
#floorplan .tag .txt p{
	font-family: 'Open Sans', Arial, 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size:12px;
	color:#1e1b52;
	margin:0px;
}
#floorplan .tag .btn-close {
	position: absolute;
	right: -18px;
	top: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../../images/floorplan/btn_close.png) no-repeat 0 0 transparent;
}



/* Tips */
.tips {
	height: 25px;
	margin-top: -20px;
	margin-bottom: 15px;
}
.tips .inner {
	position: relative;
	height: 100%;
	display: inline-block;
	padding: 0 30px!important;
	background: #FFF4BE;
	line-height:25px;
	opacity: 0;
}
.tips .btn-close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 25px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

/* zoom floor plan START */


.pinch-zoom-parent {
	width: 100%;
	height: auto !important;
	/* height: 650px; */
	overflow: auto;
	/* background-color: #888; */
}
.pinch-zoom-container {
    height: auto !important;
    aspect-ratio: 349/141;
}
.pinch-zoom-parent img {
	width: 100%;
	height: 100%;
	display: inline-block;
}


/* zoom floor plan END  */

.booth-info-title {
	display:inline-block; 
	width: 100px; 
	vertical-align: top;
}

.booth-info-value {
	display:inline-block; 
	width: calc(95% - 100px);
	vertical-align: top;
}