/*
	RESERVATIONS PAGE STYLE FILE
*/

.intro {
	text-align: center;
}

.intro img {
	max-width: 201px;
	max-height: 64px;
	margin: 0 13px;
	padding-bottom: 12px;
}

.intro img:hover {
	border-bottom: 2px #292929 solid;
	padding-bottom: 10px;
}

@media screen and (max-width: 839px) {
	.intro .title {
		text-align: center;
	}
}

.intro {
	border: none;
	padding-bottom: 0;
}

.intro  .app  {
	max-width: 100%;
	padding: 0;

}

.intro  .app .text {
	margin-bottom: 21px;
	float: left;
	padding-top: 17px;
	font-size: 12pt;
	line-height: 1.6;
	font-weight: 300 !important;
}

.intro  .app img  {
	width: 100%;
	max-height: 100% !important;
	border: 0;
}

.intro  .app img:hover {
	padding-bottom: 12px;
}

.intro  .app .text, .intro .text {
	display: block;
	color: #686868;
	font-weight: bold;
}

.intro .text {
	margin-bottom: 21px;
}

.intro .text h2, .intro .text p {
	font-size: inherit;
	color: #686868;
	display: inline;
}

.prize {
	max-width: 920px;
	font-size: 12pt;
	line-height: 1.5;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	border-top: 1px #a0a0a0 dashed
}

.prize h2 {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.prize h2 a {
	color: #002060;
}

.prize h3 {
	font-size: 16px;
	display: inline;
}

.prize h5 {
	display: inline;
	font-size: 15px;
}

.prize h6 {
	display: inline;
	font-size: inherit;
}

.prize img {
	display: inline;
	float: left;
	margin: -7px 5px 0 -10px;
}

.prize .bold {
	color: #002060;
	font-weight: bold;
	display: inline;
}

.prize .text {
	color: #686868;
	display: inline;
}

.reservations {
	max-width: 950px;
	margin: 0 auto;
}

.reservations iframe {
	width: 950px;
	height: 860px;
}

a.tooltip span {
	display: none;
}

@media screen and (max-width: 900px) {
	.intro  .app .text {
		text-align: center !important;
		float: none;
	}
}

@media screen and (min-width: 840px) {
	a.tooltip {
		outline:none;
	}

	a.tooltip:hover {
		text-decoration:none;
	}

	a.tooltip span {
		z-index:10;
		display:none;
		padding:14px 20px;
		margin-top:-331px;
		margin-left:28px;
		width:240px;
		line-height:16px;
	}

	a.tooltip:hover span{
		display:inline;
		position:absolute;
		color:#111;
	}

	.callout {
		z-index:20;
		position:absolute;
		top:30px;
		border:0;
		left:-12px;
	}

	.callout2 {
		z-index:20;
		position:absolute;
		top:30px;
		border:0;
		left:310px;
	}
}
@media screen and (max-width: 936px) {
	.reservations {
	max-width: 700px;
	}

	.reservations iframe {
		width: 700px;
		height: 500px;
	}
}

@media screen and (max-width: 716px) {
	.reservations {
	max-width: 700px;
	}

	.reservations iframe {
		display: none;
	}
}