.aciento {
	display: none;
}
.aciento + label {
	background-image: url(aciento.jpg);
	height: 14px;
	width: 18px;
	display: inline-block;
	padding: 0 0 0 0px;
}
.aciento:checked + label {
	background-image: url(aciento1.jpg);
	height: 14px;
	width: 18px;
	display: inline-block;
	padding: 0 0 0 0px;
}
.izquierda, .derecha {
	float: left;
}
#paypalplusbutton, #continuar, #cancelar {
	display: table;
	padding: 10px 30px;
	margin: auto;
	width: auto;
	text-align: center;
	font-weight: bold;
	color: black;
	background: #ffc439;
	border-radius: 10px;
}
#clock {
	text-align: center;
	padding: 10px;
	font-size: 20px;
}
#paypal-button-container {
	text-align: center;
}
img.map, map area{
	outline: none;
}
.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
}
.ui-widget-shadow {
	opacity: 1 !important;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.ui-tooltip {
	position:fixed;
	overflow:hidden;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	.event_image img {
		width: 90px !important;
	}
	.head_menu {
		z-index: 10 !important;
	}
	.register-form .row {
		width: 100% !important;
	}
	.middle .content {
		width: 90% !important;
	}
	.middle .sidebar {
		width: 90% !important;
	}
	.container {
		width: 90%;
	}
	.dropdown li {
		display: list-item;
	}
	.content {
		width: 80%;
		margin: auto;
	}
	.ui-dialog .ui-dialog-content {
		padding: 0px;
	}
	.topmenu {
		height: 180px !important;
	}
	.event_side {
		width: 20%;
	}
	.event_item {
		width: 89% !important;
		margin: 5px;
	}
	.event_descr {
		width: 77% !important;
	}
	.event_image {
		width: 104px;
		height: 130px !important;
	}
	.event_location {
		font-size: 10px;
	}
	.event_title .inner h3 {
		font-size: 16px !important;
	}
	.event_details a {
		font-size: 10px;
	}
	.event_location, .event_title, .event_details {
		width: 104px !important;
	}
	.head_menu {
		position: absolute;
		bottom: 0px !important;
		left: 5px !important;
		top: auto !important;
		right: auto !important;
	}
	.dropdown li {
		padding: 0 0 5px 0 !important;
	}
	.logo {
		width: 50% !important;
		padding: 10px !important;
		margin: -15px 10px !important; 
		height: auto !important;
	}
	.footer_widgets .middle_top_media .f_col {
		width: 95%  !important;
	}
	.aciento + label {
		/*background-image: url(acientomobile.jpg);*/
		height: 10px;
		width: 13px;
	}
	.aciento:checked + label {
		/*background-image: url(aciento1mobile.jpg);*/
		height: 10px;
		width: 13px;
	}
	#seleccion-asientos img {
		/*content: url(acientosmobile.png);*/
		height: 10px !important;
		width: 13px !important;
	}
}