.map-image{
	margin: 0;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: inherit!important;
}
.seats-content{
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	text-align: center;
}
.seat-position{
	position: relative;
}
.seat-helper{
	position: absolute;
	color: white;
	font-size: 12px;
	margin: -96px 0px 0px -50px;
	z-index: 1000;
	display: none;
}
.seat-helper-hover{
	display: none;
}
.seat-help {
	background: #ee7e2a;
	border: 1px solid #ee7e2a;
	padding: 3px 8px 5px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 147px;
	/*max-height: 75px;*/
	overflow: hidden;
	line-height: 16px;
	font-size: 14px;
}
.seat-help>div{
	/*color: black;*/
}
.place{
	cursor: pointer;
	position: absolute;
	box-sizing: content-box;
}
.place-n{
	background-color:#999!important;
	color: white!important;
	font-size: 0px!important;
	border: 1px solid #999!important;
}
.place-i.pli:hover{
	color: white !important;
	font-size: 16px !important;
	margin: -5px;
	padding: 5px;
	z-index: 101;
}
.hall_map .row .place{
	border-radius: 3px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	/* display: inline-block; */
	font-size: 10px;
	color: white;
}
.selected-seat{
	color: white !important;
	font-size: 16px !important;
	margin: -3px!important;
	padding: 3px!important;
	z-index: 99!important;
	text-shadow: 1px 1px 1px black!important;
	background-color: #970000!important;
	border:1px solid #970000!important;
}
.cssload-loader{
	display: none;
	text-align: center;
	width: 150px;
	height: 120px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -60px;
	z-index: 555;
}
/*.cssload-loader-content{
	position: absolute;
	bottom: -25px;
}*/
#zoom-div{
	text-align: right;
	/*padding: 20px 0 10px;*/
}
#zoom-div a{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #d3d9db;
	width: 30px;
	height: 30px;
	border: none;
	font-size: 20px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#zoom-div a:hover{
	background: #9DACB2;
}
#zoom-div ul {
	margin-right: 20px;
}
#zoom-div ul li{
	display: inline-block;
	padding-left: 10px;
}
.zoom-slider {
	width: 150px;
}
.event_name{
	cursor: pointer;
}
#zoom-div .ui-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
.ui-icon-zoomout {
	background: url(../i/svg_icon/search-minus.svg) no-repeat center center !important;
}
.ui-icon-zoomin {
	background: url(../i/svg_icon/search-plus.svg) no-repeat center center !important;
}


#zoom-div .mobile-zoom {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background: url(../i/svg_icon/zoom.svg) no-repeat center center !important;
}


.map-container-site {
	margin: 0 -10px;
	/*background-color: #f4f4f4;
	padding-bottom: 30px;*/
}

/*.map-container-site svg {
	background-color: black;
}*/



@media screen and (max-width:992px) {
	.ui-icon-zoomout, .ui-icon-zoomin {
		display: none;
	}

	#zoom-div li:first-child, #zoom-div li:last-child {
		display: none !important;
	}


}
@media screen and (min-width:993px) {
	#zoom-div .mobile-zoom {
		display: none;
	}
}
