.hide_until_ready
{
	display: none;
}

.ready .hide_until_ready
{
	display: inherit;
}

#frame
{
	overflow: hidden;
	width: 100%;
}

.bigtab
{
	position: fixed;
	top: 0;
	right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20.512%; /* 23.076 - 2.564 */
	-ms-box-sizing: border-box;
	z-index:999;
}

.bigbutton
{
	position: fixed;
	right: 40px;
	bottom: 0;
	padding: .4em .75em;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	background: white;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	-webkit-transition: opacity .3s ease-in, font-size .15s ease-in;
	-moz-transition: opacity .3s ease-in, font-size .15s ease-in;
	-ms-transition: opacity .3s ease-in, font-size .15s ease-in;
	-o-transition: opacity .3s ease-in, font-size .15s ease-in;
	transition: opacity .3s ease-in, font-size .15s ease-in;
	z-index:999;
}

.bigbutton.left
{
	left:40px;
	right: auto;
	border-radius-topright: 6px;
}

.rude
{
/*
	font-size:33px;
*/
	font-size:1.5em;
	color: #800;
}

.dimmed
{
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

.lessdimmed
{
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.dimmed:hover, .dimmed:focus, .lessdimmed:hover, .lessdimmed:focus
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.captioned
{
	position: relative
}

.caption
{
	overflow: hidden;
	padding: 20px 30px 40px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background: white;
	background-color: rgba(255,255,255,.7);
	border-radius-bottomright: 12px;
	border-radius-bottomleft: 12px;
margin-bottom:20px;
}

.caption h1
{
	margin-bottom: 10px;
	border-radius: 0;
	letter-spacing: -3px;
	font-size: 90px;
	line-height: .85em;
}

.caption h1, .caption h2
{
	color: #800 !important
}

.caption .lead
{
	margin-bottom: 5px
}

.caption .amp
{
	height: .35em;
	letter-spacing: -.4em;
	font-size: 2.5em;
	line-height: 1px;
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

.caption h2
{
	margin: 0;
	font-size: 33px;
}

.img
{
	width: 100%
}

body
{
	-ms-overflow-x: hidden;
	overflow-x: hidden;
	background: #fffaf6;
	font-size: 21px;
	line-height: 1.4em;
}

.red
{
	background: #800;
	color: #ecc;
}

.red a
{
	color: #fff
}

.blue
{
	background: #47a;
	color: #def;
}

.blue a
{
	color: #fff
}

.yellow
{
	background: #F8CA69;
	color: #431;
}

.yellow a
{
	color: #000
}

.orange
{
	background: #d73;
	color: #320;
}

.orange a
{
	color: #000
}

a
{
	color: black;
	font-weight: bold;
}

a.plain:hover, a.plain:focus
{
	color: black;
	text-decoration: none;
}

h4
{
	margin-bottom: 10px;
	line-height: 1.15em;
}

h2
{
	margin-bottom: 30px;
	line-height: 1.15em;
}

h3
{
	line-height: 1.4em
}

.container-fluid
{
	padding: 60px 40px 60px 40px
}

.shadow-text
{
	text-shadow: 2px 2px 2px #333
}

li
{
	margin-bottom: .5em
}

ul
{
	margin-bottom: 30px
}

article
{
	margin-bottom: 30px;
	padding: 20px 30px;
	border-radius: 12px;
	background: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .3);
	overflow:hidden;
}

.span9 .lead
{
/*	font-size: 31.5px; */
font-size:1.5em;
	line-height: 1.4em;
}

table
{
	width:100%;
	margin: 20px 0;
}

th
{
	text-align: left
}

td
{
	padding-right: 20px;
	vertical-align: top;
}

td i
{
	opacity: .6;
}

td.text-right
{
	padding-right:0;
}

td
{
	white-space: nowrap;
	width:1em;
	padding-bottom: 10px;
}

td.desc
{
	font-style: italic;
	white-space: normal;
	width: auto;
}

#scroll
{
	cursor: pointer;
	/*
-webkit-transform: translateX(-2000);
-moz-webkit-transform: translateX(-2000);
-o-webkit-transform: translateX(-2000);
-webkit-transform: translateX(-2000);
*/
}

#map
{
	bottom:-99999px;
}

.carousel .item { -webkit-transition: .7s ease-in-out opacity; -moz-transition: .7s ease-in-out opacity; -ms-transition: .7s ease-in-out opacity; -o-transition: .7s ease-in-out opacity; transition: .7s ease-in-out opacity; left: 0 !important; }

.carousel .active.left, .carousel .active.right { opacity: 0; z-index: 2; }

#slideshow
{
/*	margin-top:50px; */
    display:none;
/*    opacity:0;
    filter:alpha(opacity=0); */
    cursor:pointer;
}

#slideshow img
{
	border-radius: 12px;
}

.shadowed
{
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
}

.visible-large-desktop
{
	display:none;
}
@media (min-width: 1600px)
{
	.visible-large-desktop
	{
		display:inherit;
	}
}
@media (max-width: 1440px)
{
	body
	{
		font-size:19px;
	}
	
	.caption h1
	{
		font-size: 72px;
		letter-spacing: -2px;
	}

	.caption
	{
		padding: 15px 25px 35px 25px;
	}
	
}

@media (max-width: 1199px)
{ 
	.caption h1
	{
		font-size: 60px;
	}

	.caption
	{
		right: 30px;
		padding: 10px 20px 30px 20px;
	}
}

@media (max-width: 979px)
{ 
	.caption h1
	{
		font-size: 48px;
		letter-spacing: -1px;
	}

	.caption h2
	{
		font-size: 24px;
	}

	table, tr, td, th
	{
		display: block !important;
		clear: both !important;
		margin: 0;
		width: 100% !important;
		padding: 0;
	}
	
	tr
	{
		margin-bottom: 10px;
	}
	
	.text-right
	{
		text-align:left;
	}

	.container-fluid
	{
		padding: 30px;
	}
}

@media (max-width: 767px)
{ 
	body
	{
		padding: 0;
		font-size: 18px;
	}
.caption 
{
padding-bottom:30px;
}
}

@media (max-width: 480px)
{ 
	.container-fluid
	{
		padding: 10px;
	}

	body
	{
		font-size: 16px;
	}
}

@media (min-width: 481px)
{ 
	h1
	{
		font-size:2.5em;
	}

	h2
	{
		font-size:2em;
	}

	h3
	{
		font-size:1.75em;
	}

	article h3
	{
		font-size:1.5em;
	}

	h4
	{
		font-size:1.25em;
	}

	h5
	{
		font-size: 1em;
	}
}
/*
@media (max-height: 720px)
{
	#slideshow
	{
		margin-top:30px;
	}
}
*?
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes bounceInLeft {
	0% {
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		-o-transform: translateX(-2000px);
	}
	
	60% {
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		transform: translateX(-2000px);
	}
	
	60% {
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}


/*
#NextButton, .grey
{
font-size:150% !important;
background-color:blue !important;
color: white !important;
}
*/

input, input[type="text"], input[type="email"], select, textarea
{
display: block;
width: 100%;
box-sizing: border-box;
padding: 14px;
font-size: 100%;
margin-bottom:10px;
margin-top:10px;
font-weight:bold;
}
input, input[type="text"], input[type="email"], select
{
padding: 14px;
height:2em;
}
select
{
text-indent:10px;
}
.modal-body
{
background:#c8d0d8;
max-height:360px;
}

::-webkit-input-placeholder {
font-style:italic;
}

:-moz-placeholder {
font-style:italic;
}

::-moz-placeholder {
font-style:italic;
}

:-ms-input-placeholder {  
font-style:italic;
}

.isAttending, .isNotSolo
{
display:none !important;
}
.attending .isAttending, .notsolo .isNotSolo
{
display:block !important;
}

.caption.secondary
{
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding-bottom:25px;
}

form
{
margin:0;
}


@media (max-height: 720px)
{
.caption
{
padding-bottom: 20px !important;
}
.caption.secondary
{
padding-top: 10px;
padding-bottom: 15px !important;
}
}

@media (min-height: 720px)
{
.modal-body
{
max-height:500px;
}
}

