body {
	font-family:Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#232323;
	-webkit-animation-delay:.5s;
	-moz-animation-delay:.5s;
	-ms-animation-delay:.5s;
	-o-animation-delay:.5s;
	animation-delay:.5s;
}

h1, h2, h3, h4, h5 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	text-transform:uppercase;
}

h2 {
	margin-bottom:25px;
}

a {
	color:#0062bd;
}

	a:hover, a:focus {
		color:#262261;
	}

.color a {
	color:#95bfe5;
}

	.color a:hover, .color a:focus {
		color:#d0cfe5;
	}

.lead {
	font-weight:300;
}

.modal-content {
	background-color:#f1f1f1;
}

.modal-header {
	border-bottom:0 none;
	text-align:center;
}

.modal-body {
	padding-top:0;
	padding-bottom:0;
}

.modal-footer {
	margin-top:0;
	border-top:0 none;
	padding-top:0;
}

@media (min-width: 992px) {
.modal-dialog.document { 
	width:800px;
}
}

.supercontainer {
	-webkit-box-shadow: 0px -1px 20px 0px rgba(35,35,35,0.5);
	-moz-box-shadow: 0px -1px 20px 0px rgba(35,35,35,0.5);
	box-shadow: 0px -1px 20px 0px rgba(35,35,35,0.5);
}

.container {
	padding-top:50px;
	padding-bottom:50px;
}

	.tophalf {
		padding-bottom:12.5px;
	}
	
	.bottomhalf {
		padding-top:12.5px;
	}

	@media (min-width:768px) {
		.container {
			padding-top:100px;
			padding-bottom:100px;
		}
		
		.tophalf {
			padding-bottom:25px;
		}

		.bottomhalf {
			padding-top:25px;
		}
		
	}

.title {
	position:absolute;
	width:100%;
	top:0;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(35,35,35,0.5);
	-moz-box-shadow: 0px 1px 20px 0px rgba(35,35,35,0.5);
	box-shadow: 0px 1px 20px 0px rgba(35,35,35,0.5);
}

	.title .container {
		padding-top:10px;
		padding-bottom:10px;
	}

.subheading {
	margin-top:39%;
	background-color:#BE3829;
	color:#F1F1F1;
}

	.registerbutton {
		margin-bottom:25px;
		padding-top:25px;
		padding-bottom:25px;
	}
	
		.color .registerbutton {
			color:#ee3425;
		}
	
		.color .registerbutton:hover, .color .registerbutton:focus, .color .registerbutton:active, .color .registerbutton.active {
			color: #BE3829;
		}
		
	.introquestions {
		padding-left:40px;
		margin-top:25px;
		margin-bottom:25px;
	}
	
		.introquestions li {
			list-style-type:none;
			margin-bottom:12.5px;
		}

.speakers {
	background-color:#F1F1F1;
}

	.speakerlist ul {
		list-style-type:none;
	}
	
		@media (min-width:768px) {
			.speakerlist ul {
			-moz-columns:2;
			-webkit-columns:2;
			columns:2;
			}
		}
		
		@media (min-width:1200px) {
			.speakerlist ul {
			-moz-columns:3;
			-webkit-columns:3;
			columns:3;
			}
		}
	
	.speakerlist ul li {
		margin-bottom:12.5px;
	}
	
	@-webkit-keyframes animatedSpeakers {
		from { background-position: 0 0; }
		to { background-position: -31000px 0; }
	}
	@-moz-keyframes animatedSpeakers {
		from { background-position: 0 0; }
		to { background-position: -31000px 0; }
	}
	@-ms-keyframes animatedSpeakers {
		from { background-position: 0 0; }
		to { background-position: -31000px 0; }
	}
	@keyframes animatedSpeakers {
		from { background-position: 0 0; }
		to { background-position: -31000px 0; }
	}
	
	.speakerrotation {
		background:url(../img/speaker-rotation-1x.jpg);
/*		background-size:2888px 187px; */
		background-position:0px 0px;
		background-repeat:repeat-x;
		width:100%;
		height:187px;
		margin-bottom:25px;
		text-indent:-90000px;
		opacity:.75;
		box-shadow: inset 5px 0 5px 0px rgb(241,241,241), inset -5px 0 5px 0px rgb(241,241,241);
		-webkit-transform: translateZ(0);
	  	-moz-transform: translateZ(0);
	  	-ms-transform: translateZ(0);
	  	transform: translateZ(0);
		-webkit-animation: animatedSpeakers 800s linear infinite;
		-moz-animation: animatedSpeakers 800s linear infinite;
		-ms-animation: animatedSpeakers 800s linear infinite;
		animation: animatedSpeakers 800s linear infinite;
	}
	
	.speakerphoto {
		float: left;
		margin-bottom: 5px;
		margin-right: 12.5px;
		margin-top: 5px;
		border-radius: 3px;
		width: 26.9%;
		opacity:.8;
	}

.hotel {
	background-color:#244069;
	color:#F1F1F1;
}

	@-webkit-keyframes animatedHotel {
		from { background-position: 0 0; }
		to { background-position: -16400px 0; }
	}
	@-moz-keyframes animatedHotel {
		from { background-position: 0 0; }
		to { background-position: -16400px 0; }
	}
	@-ms-keyframes animatedHotel {
		from { background-position: 0 0; }
		to { background-position: -16400px 0; }
	}
	@keyframes animatedHotel {
		from { background-position: 0 0; }
		to { background-position: -16400px 0; }
	}
	
	.hotelrotation {
		background:url(../img/hotel-rotation-1x.jpg);
/*		background-size:1640px 220px; */
		background-position:0px 0px;
		background-repeat:repeat-x;
		width:100%;
		height:220px;
		margin-bottom:25px;
		text-indent:-90000px;
		opacity:.75;
		box-shadow: inset 5px 0 5px 0px rgb(36,64,105), inset -5px 0 5px 0px rgb(36,64,105);
		-webkit-transform: translateZ(0);
	  	-moz-transform: translateZ(0);
	  	-ms-transform: translateZ(0);
	  	transform: translateZ(0);
		-webkit-animation: animatedHotel 400s linear infinite;
		-moz-animation: animatedHotel 400s linear infinite;
		-ms-animation: animatedHotel 400s linear infinite;
		animation: animatedHotel 400s linear infinite;
	}
	
		@media (min-width:768px) {
			.hotelrotation {
				margin-top:8px;
			}
		}

.extrainfo {
	background-color:#F1F1F1;
}

	.sharethis ul {
		list-style-type:none;
		margin-left:0;
		margin-bottom:0;
		display:block;
		text-align:left;
	}

		.sharethis li {
			width: auto;
			display: inline-block;
			vertical-align: top;
			margin: 0 3px;
		}

.past {
	background-color:#232323;
	color:#F1F1F1;
}

	@-webkit-keyframes animatedVideos {
		from { background-position: 0 0; }
		to { background-position: -25100px 0; }
	}
	@-moz-keyframes animatedVideos {
		from { background-position: 0 0; }
		to { background-position: -25100px 0; }
	}
	@-ms-keyframes animatedVideos {
		from { background-position: 0 0; }
		to { background-position: -25100px 0; }
	}
	@keyframes animatedVideos {
		from { background-position: 0 0; }
		to { background-position: -25100px 0; }
	}
	
	.videorotation {
		text-indent:-90000px;
		background:url(../img/video-rotation-1x.jpg);
/*		background-size:2510px 240px; */
		background-position:0px 0px;
		background-repeat:repeat-x;
		width:100%;
		height:240px;
		margin-bottom:25px;
		opacity:.75;
		box-shadow: inset 5px 0 5px 0px rgb(35,35,35), inset -5px 0 5px 0px rgb(35,35,35);
		-webkit-transform: translateZ(0);
	  	-moz-transform: translateZ(0);
	  	-ms-transform: translateZ(0);
	  	transform: translateZ(0);
		-webkit-animation: animatedVideos 600s linear infinite;
		-moz-animation: animatedVideos 600s linear infinite;
		-ms-animation: animatedVideos 600s linear infinite;
		animation: animatedVideos 600s linear infinite;
	}
	
		@media (min-width:768px) {
			.videorotation {
				margin-top:8px;
			}
		}
	

.footer {
	background-color:#F1F1F1;
	border-bottom:3px solid #ee3425;
	text-align:center;
}

	.bottombutton {
		background:#ee3425;
		color:#ffffff;
	}
	
		.bottombutton:hover, .bottombutton:focus, .bottombutton:active, .bottombutton.active {
			background: #BE3829;
			color:#ebebeb;
		}
	
	.logo {
		margin-bottom:12.5px;
	}
	
	.donatebutton {
		margin-top:15%;
	}
	
		@media (min-width:768px) {
			.donatebutton {
				margin-top:11%;
			}
		}
		
		@media (min-width:992px) {
			.donatebutton {
				margin-top:17%;
			}
		}
		
		@media (min-width:1200px) {
			.donatebutton {
				margin-top:20%;
			}
		}