@charset "UTF-8";

#tickets_howto {
	/*float: left;*/
	width: 960px;
}

#tickets_howto  section{
	background: #FFF;
	padding: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}


/*#tickets_howto img {
	float: left;
	width: 484px;
	margin-right: 20px;
	/*margin-bottom: 20px;
	text-align: center;
}*/

#tickets_howto .img_center {
	text-align: center;
  margin-top: 20px
}

#tickets_howto .img_border {
  padding: 20px 40px;
	border: 1px solid #999999;
}

#coupon {
  margin:50px 0 10px 0;
}

#tickets_howto .figure {
	clear: both;
	margin-bottom: 20px;
}

#tickets_howto .figure .caption {
	overflow: hidden;
}
#tickets_howto .figure .caption p {
	margin-top: 0;
}

#tickets_howto h3 {
	display: inline;
	font-size: 100%;
	font-weight: bold;
}

#tickets_howto a {
	text-decoration: none;
	color: #4DA7D8;
}

/* clearfix */

/*section:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	
}*/

/* RESPONSIVE */

@media only screen and (max-width: 480px) {
#tickets_howto {
		width: 100%;
		overflow: auto;
		/*margin: 0 auto;
		clear: both;*/
	}
	
#tickets_howto img {
		width: 100%;
	margin-bottom:10px;
	}
	
#tickets_howto .figure {
		overflow: inherit;
	}

}