@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,500);

@font-face {
	font-family: 'icomoon';
	src:url('/carnival/2016/fonts/icomoon.eot?drrs5n');
	src:url('/carnival/2016/fonts/icomoon.eot?drrs5n#iefix') format('embedded-opentype'),
		url('/carnival/2016/fonts/icomoon.ttf?drrs5n') format('truetype'),
		url('/carnival/2016/fonts/icomoon.woff?drrs5n') format('woff'),
		url('/carnival/2016/fonts/icomoon.svg?drrs5n#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #232323;
	font: 62.5% 'Roboto', Arial, sans-serif;
	border-bottom: 535px solid #3950a2;
}

img {
	display: block;
	width: 100%;
	height: auto;
}
h1 {
	font-size: 5.5em;
	font-weight: 500;
	margin: 0 0 .5em;
}
	#stage-revue h1 {
		margin-bottom: 0;
	}
h2 {
	font-size: 3.4em;
	font-weight: 300;
	margin: .5em 0 1em;
}
p {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.443;
	margin: 0 0 1em;
}
a {
	color: #374e9e;
	text-decoration: none;
}
	a:hover,
	a:focus {
		text-decoration: underline;
	}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.hidden {
	display: none !important;
}

.print-banner {
	display: none;
}


/*  HEADER // Critical
=================================================== */
.header {
	background: #3950a2;
	border-bottom: 4px solid #fff200;
	box-shadow: 0 3px 7px rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	height: 94px;
	transition: all 400ms;
	z-index: 1000;
}
	.header.sticky {
		height: 40px;
	}
	.wrapper {
		margin: 0 auto;
		position: relative;
		max-width: 1024px;
		z-index: 2;
	}
	.logo {
		border-radius: 50%;
		box-shadow: 1px 3px 7px rgba(0,0,0,.75);
		position: absolute;
		top: 14px;
		left: 14px;
		width: 285px;
		transition: all 400ms;
	}
		.sticky .logo {
			top: 0;
			transform: scale(.28);
			transform-origin: 50% 0%;
		}
		.logo h1 {
			margin: 0;
		}
	.nav {
		text-align: right;
		margin-left: 350px;
	}
		.nav-icon,
		#menu-toggle {
			display: none;
		}
		.nav ul {
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row nowrap;
			flex-flow: row nowrap;
			list-style: none;
			padding: 40px 0 33px;
			transition: padding 400ms;
		}
			.sticky .nav ul {
				padding: 10px 0;
			}
			.nav li {
				font-size: 1.8em;
				white-space: nowrap;
				display: inline-block;
				-webkit-flex: 1 auto;
				flex: 1 auto;
			}
			.nav a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				display: block;
				padding: 0 10px;
				transition: color 200ms, text-shadow 200ms;
			}
				.nav a:hover,
				.nav a:active {
					text-shadow: 0 0 8px #ed1f24;
				}


/*  ARTICLES // Not Critical
=================================================== */
.article,
#home .content .wrapper {
	background-position: center center;
	background-size: cover;
	padding: 55px 20px 55px;
	position: relative;
}
#home {
	padding: 98px 0 0;
}
	.header.sticky + #home {
		padding-top: 44px;
	}
#home .banner {
	background-size: cover;
	position: relative;
	height: 650px;
}
	.countdown,
	.social {
		float: right;
		margin: 30px 0 0 20px;
	}
	.countdown {
		margin-top: 33px;
	}
		.countdown h2 {
			color: #000;
			font-size: 1.1em;
			font-weight: bold;
			text-transform: uppercase;
			margin: 0;
			padding: .3em;
			background: rgba(255,255,255,0.5);
			margin-top: .5em;
		}
		.timer {
			font-size: 1.4em;
			font-weight: bold;
			text-align: center;
			background: #d9dcdf;
			background: -moz-linear-gradient(top, #ffffff 0%, #d9dcdf 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d9dcdf));
			background: -webkit-linear-gradient(top, #ffffff 0%, #d9dcdf 100%);
			background: -o-linear-gradient(top, #ffffff 0%, #d9dcdf 100%);
			background: -ms-linear-gradient(top, #ffffff 0%, #d9dcdf 100%);
			background: linear-gradient(to bottom, #ffffff 0%, #d9dcdf 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9dcdf', GradientType=0 );
			border-top: 1px solid #e4e4e5;
			border-radius: 3px;
			display: inline-block;
			margin: 0 0 0 5%;
			padding: 11px 0;
			position: relative;
			width: 21%;
		}
			.timer:first-child {
				margin-left: 0;
			}
			.timer:after {
				content: '';
				background: #fff;
				background: rgba(255,255,255,.5);
				position: absolute;
				top: 50%;
				left: 0;
				width: 100%;
				height: 1px;
			}
#home .content {
	text-align: center;
	background: #fff;
	box-shadow: 0 -5px 20px rgba(0,0,0,.8);
	overflow: hidden;
	position: relative;
}
	#home .content h2,
	#home .content p {
		margin-left: 200px;
		margin-right: 200px;
	}
	#home .content .wrapper {
		padding-left: 0;
		padding-right: 0;
	}

/*  BUTTONS // Not Critical
=================================================== */
.button {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	background: #ed1f24;
	border-radius: 8px;
	display: inline-block;
	margin: 0 7px 15px;
	padding: 10px 15px;
	vertical-align: top;
	transition: background-color 200ms;
}
	.button:hover,
	.button:focus {
		background-color: #961427;
		text-decoration: none;
	}
	.btn-round {
		font-size: 2.5em;
		border-radius: 50%;
		padding: 10px;
		width: 25px;
		height: 25px;
	}
		.btn-round + .btn-round {
			margin-left: 0;
		}
	.btn-square {
		color: #3950a2;
		font-size: 1.6em;
		font-weight: normal;
		background: #fff;
		border: 2px solid #3950a2;
		border-radius: 0;
		margin-bottom: 0;
		padding: 1.3em 1.6em;
	}
		.btn-square:hover,
		.btn-square:focus {
			background-color: #E5E5E5;
		}
	.right {
		float: right;
	}
	.btn-blue {
		font-size: 1.8em;
		background-color: #3950a2;
		border-radius: 0;
		padding: 3px 10px;
	}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook {
	background-color: #4b6eaa;
	text-indent: -.1em;
	padding: 8px 10px 12px;
}
	.icon-facebook:before {
		content: "\e900";
	}
	.icon-facebook:hover,
	.icon-facebook:focus {
		background-color: #374E9E;
	}
.icon-twitter {
	background-color: #00bbf1;
}
	.icon-twitter:before {
		content: "\e901";
	}
	.icon-twitter:hover,
	.icon-twitter:focus {
		background-color: #2196F3;
	}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
	button.close {
		-webkit-appearance: none;
		padding: 0;
		cursor: pointer;
		background: 0 0;
		border: 0;
	}
	.close:focus, .close:hover {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		filter: alpha(opacity=50);
		opacity: .5;
	}


/*  SOCIAL FEEDS // Not Critical
=================================================== */
.stream {
	font-size: 1.3em;
}
#social-feeds h2 {
	margin: 0.2em 0;
}
.ig-photo img,
.tweet-avatar {
	width: auto;
}

/*  RESULTS GALLERY // Not Critical
=================================================== */
#results section {
	border-bottom: 1px solid #000;
	padding: 55px 0;
}
	#results section:first-child {
		padding-top: 0;
	}
	#results h2 {
		margin: .75em 0 .25em;
	}
#results .photo {
	text-align: center;
}
	#results .photo h3 {
		font-size: 2em;
		font-weight: bold;
	}
	#results .photo p {
		font-size: 1.6em;
		margin-bottom: 0;
	}
	#results .carousel-indicators {
		bottom: -40px;
	}

/*  PHOTO GALLERY // Not Critical
=================================================== */
#gallery {
	background-image: url(/carnival/2017/images/gallery-bg.jpg);
	overflow: hidden;
}
	.photos {
		overflow: hidden;
		padding: 20px 0;
		position: relative;
	}
		.photo {
			background: #eceadb;
			box-shadow: 0 10px 5px rgba(0,0,0,0.3);
			float: left;
			margin-left: 4%;
			padding: 1.5%;
			width: 18.8%;
		}
			.photo:first-child {
				margin-left: 0;
			}


/*  EVENTS // Not Critical
=================================================== */
#events {
	overflow: hidden;
}
	.event {
		float: left;
		width: 48%;
	}
		.event:nth-child(2n) {
			margin-left: 4%;
		}
		.event:nth-child(1),
		.event:nth-child(2) {
			margin-bottom: 80px;
		}
		.event:nth-child(3n) {
			clear: both;
		}
		.event .left {
			text-align: center;
			float: left;
			width: 110px;
		}
			.event .icon {
				text-align: center;
				border: 2px solid #000;
				border-radius: 50%;
				margin-bottom: 10px;
				width: 110px;
				height: 110px;
			}
				.event .icon:before {
					content: '';
					display: inline-block;
					height: 100%;
					vertical-align: middle;
				}
				.event .icon img {
					display: inline;
					width: auto;
					max-width: 110px;
					max-height: 110px;
					vertical-align: middle;
				}
		.event .content {
			margin-left: 130px;

		}
			.event h2 {
				font-size: 2em;
				font-weight: bold;
				margin: 0 0 .2em;
			}
			.event p {
				font-size: 1.4em;
				font-weight: normal;
			}


/*  QUEEN CANDIDATES // Not Critical
=================================================== */
#queens,
#schedule,
#donors {
	padding-top: 0;
}
#queens .wrapper,
#schedule .wrapper,
#donors .wrapper {
	border-top: 1px solid #000;
	padding-top: 55px;
}
	#donors .wrapper:after {
		content: '';
		height: 387px;
		width: 100%;
		display: block;
		position: absolute;
		bottom: 50px;
		background: url(/carnival/2017/images/donors-bg.png) no-repeat;
		background-size: contain;
	}
	#queens .wrapper:after {
		content: '';
		background: url(/carnival/2017/images/80s-bg-right.png) no-repeat;
		position: absolute;
		top: -145px;
		right: 0;
		width: 293px;
		height: 310px;
	}
	.queens {
		margin-top: 80px;
		overflow: hidden;
	}
	.queen {
		float: left;
		margin-left: 4%;
		margin-bottom: 60px;
		width: 48%;
	}
		.queen:nth-child(2n+1) {
			clear: left;
			margin-left: 0;
		}
		.queen .image {
			float: left;
			box-shadow: 1px 3px 7px rgba(0,0,0,0.6);
			width: 160px;
		}
		.queen .image + .content {
			margin-left: 180px;
		}
			.queen h2 {
				color: #3950a2;
				font-size: 1.8em;
				font-weight: 500;
				margin: 0;
			}
			.queen h3 {
				font-size: 1.5em;
				font-style: italic;
				font-weight: normal;
				margin: 0 0 1em;
			}
			.queen p {
				font-size: 1.4em;
				font-weight: normal;
			}


/*  SCHEDULE // Not Critical
=================================================== */
#schedule {
	/*background: url(/carnival/2016/images/schedule-bg.png) no-repeat center bottom;*/
	padding-bottom: 233px;
}
	#schedule .wrapper {
		overflow: hidden;
	}
		#schedule .wrapper:before {
			content: '';
			background: url(/carnival/2017/images/wc-logo.png) no-repeat;
			border-radius: 50%;
			box-shadow: 1px 3px 7px rgba(0,0,0,0.75);
			position: absolute;
			top: -28px;
			right: 65px;
			width: 285px;
			height: 285px;
			z-index: -1;
		}
		#schedule h1 {
			padding-left: 20px;
		}
.schedule {
	width: 100%;
	border-collapse: collapse;
}
	.schedule thead th {
		color: #fff;
		font-size: 2.4em;
		text-align: left;
		background: #374e9e;
		padding: 6px 15px;
	}
	.schedule th,
	.schedule td {
		font-size: 1.5em;
		font-weight: bold;
		background: #fff;
		border-left: none;
		border-right: 1px solid #000;
		border-bottom: 1px solid #bfbfbf;
		padding: 4px 15px;
		vertical-align: top;
	}
		.schedule th:last-child,
		.schedule td:last-child {
			border-right: none;
		}
	.schedule tbody tr:first-child td {
		padding-top: 15px;
	}
	.schedule td:nth-child(1),
	.schedule td:nth-child(2) {
		white-space: nowrap;
	}
	.todo,
	.todo td {
		color: red;
	}
	.todo td[rowspan] {
		color: #000;
	}


/*  STAGE REVUE // Not Critical
=================================================== */
#stage-revue {
	background: url(/carnival/2017/images/gallery-bg2.jpg);
}
	#stage-revue .wrapper:before {
		background: url('/carnival/2017/images/car.png') no-repeat;
		content: '';
		width: 100%;
		background-size: contain;
		height: 154px;
		position: absolute;
		top: -185px;
	}
	#stage-revue table {
		font-size: 1.8em;
	}
	#stage-revue h2 {
		font-size: 2.4em;
		font-weight: bold;
		margin: 0;
	}
	#stage-revue p {
		font-weight: normal;
	}
		p.note {
			font-size: 1.4em;
			font-style: italic;
			font-weight: normal;
			margin-top: 2.5em;
		}
	#stage-revue .content {
		float: left;
		width: 35%;
	}
		#stage-revue .photos {
			margin-left: 38%;
			margin-top: -40px;
			overflow: visible;
		}
			#stage-revue .photo {
				box-shadow: 0 50px 25px -35px rgba(0,0,0,0.3);
				float: none;
				margin-bottom: 50px;
				margin-left: 0;
				padding: 2%;
				width: 90%;
			}
			#photo-1 {
				transform: rotate(-3deg);
			}
			#photo-2 {
				transform: rotate(3deg);
			}


/*  PARTICIPATE // Not Critical
=================================================== */
#participate .wrapper {
	/*background: url(/carnival/2016/images/participate-bg.png) no-repeat center bottom;*/
	padding-bottom: 337px;
}
#participate .content:after,
#donors .content:after,
#social-feeds .wrapper:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
	#participate .left,
	#donors .left,
	.social-feed {
		float: left;
		width: 47%;
	}
	#participate .right,
	#donors .right,
	.social-feed + .social-feed {
		float: right;
		width: 47%;
	}
	#participate ul {
		font-size: 1.8em;
		line-height: 1.443;
		list-style: none;
		background: #e9e9ea;
		border-left: 3px solid #374e9e;
		margin: -15px -15px 1.5em;
		padding: 15px;
	}
	#participate a {
		color: #374e9e;
		font-weight: bold;
		text-decoration: none;
	}
		#participate a:hover,
		#participate a:active {
			text-decoration: underline;
		}
	#participate h2,
	#donors h2 {
		color: #374e9e;
		font-size: 2.8em;
		font-weight: bold;
		margin: 0 0 0;
	}
	#participate p {
		font-size: 1.8em;
		font-weight: normal;
	}
		#participate p + h2 {
			margin-top: 1.5em;
		}


/*  DONORS // Not Critical
=================================================== */
#donors ul {
	list-style: none;
	margin-bottom: 30px;
}
	#donors li {
		font-size: 1.4em;
		line-height: 1.443;
	}
#donors .wrapper::before {
	content: '';
	display: block;
	width: 650px;
	height: 450px;
	position: absolute;
	right: 0;
	top: -410px;
	background: url(/carnival/2017/images/90s-bg-right.png) no-repeat;
}

/*  FOOTER // Not Critical
=================================================== */
.footer-wrap {
	float: left;
	padding: 0 15px;
}
@media screen and (min-width: 700px) {
	body {
		border-bottom-width: 300px;
	}
	.footer-wrap {
		max-width: 1024px;
		margin: 0 auto;
		float: none;
		padding-right: 0px;
	}
	.footer-section{
		width: 30%;
		float: left;
		/*border-right: 1px solid white;
		height: 200px;*/
	}
		.footer-wrap .footer-section:first-child {
			padding-right: 15px;
		}
		.footer-wrap .footer-section:nth-child(2) {
			padding: 0 0 0 25px;
		}
		.footer-wrap .footer-section:last-child {
			border: none;
			padding-left: 15px;
			float: right;
		}
}
@media screen and (min-width: 1024px) {
		@keyframes skyline {
			0%,30% {
				background-position-y: 650px;
			}
			100% {
				background-position-y: 90px;
			}
		}
	#home .banner.d9 {
		background: black url('/carnival/2017/images/90s-skyline.png') no-repeat;
		animation: skyline 3s ease;
		animation-iteration-count: 1;
		background-position-y: 90px;
	}
		#home .banner.d9:before {
			content: '';
			display: block;
			width: 1024px;
			height: 650px;
			background: transparent url('/carnival/2017/images/90s-title.png') no-repeat;
			left: 50%;
    		position: absolute;
    		transform: translateX(-50%);
			top: 0;
		}
		#home .banner.d9:after {
			content: '';
			display: block;
			width: 1024px;
			height: 650px;
			background: transparent url('/carnival/2017/images/90s-title.gif') no-repeat;
			left: 50%;
    		position: absolute;
    		transform: translateX(-50%);
			top: 0;
		}
	#home .banner.d8 {
		background-image: url('/carnival/2017/images/80sd.png');
	}
		#home .banner.d8:after {
			background: transparent url('/carnival/2017/images/80s-screen.gif') no-repeat;
			content: '';
			display: block;
			width: 323px;
			height: 274px;
			top: 228px;
			left: 50%;
			transform: translateX(-50%);
			position: absolute;
		}
	#home .banner.d7 {
		background-color: #215357;
		background-image: none;
	}
		@keyframes rotateLight {
			0% {
				transform: rotate(-15deg) ;
			}
			50% {
				transform: rotate(15deg);
			}
			100% {
				transform: rotate(-15deg);
			}
		}
		#home .banner.d7:before {
			background: transparent url('/carnival/2017/images/70s-light.png') no-repeat;
			content: '';
			display: block;
			width: 640px;
			height: 1647px;
			top: -800px;
			left: 25%;
			position: absolute;
			animation: rotateLight 5s ease infinite;
		}
		#home .banner.d7:after {
			background: transparent url('/carnival/2017/images/70sd.png') no-repeat;
			content: '';
			display: block;
			width: 100%;
			height: 650px;
			top: 0;
			position: absolute;
			background-position: center;
    		background-size: cover;
		}
	#home .banner.d6 {
		background-image: url('/carnival/2017/images/60sd.png');
	}
		@keyframes rotateFlower {
			0% {
				transform: rotate(0deg) scale(0.5);
			}
			100% {
				transform: rotate(360deg) scale(0.5);
			}
		}
		#home .banner.d6:after {
			position: absolute;
			content: '';
			display: block;
			width: 192px;
			height: 210px;
			animation: rotateFlower 30s linear infinite;
			background-size: contain;
			background: transparent url('/carnival/2017/images/70s-flower.png') no-repeat;
			bottom: -80px;
			left: 23%;
		}
		@keyframes rotateFlower2 {
			0% {
				transform: rotate(0deg);
			}
			100% {
				transform: rotate(360deg);
			}
		}
		#home .banner.d6:before {
			position: absolute;
			content: '';
			display: block;
			width: 192px;
			height: 210px;
			animation: rotateFlower2 60s linear infinite;
			background-size: contain;
			background: transparent url('/carnival/2017/images/70s-flower.png') no-repeat;
			top: 150px;
			left: 15%;
		}
	#home .banner.d5 {
		background-image: url('/carnival/2017/images/50sd.png');
	}
		@keyframes moveCar {
			0%,20%{
				left: -800px;
			}
			100%{
				right: 0px;
			}
		}
		#home .banner.d5:after {
			position: absolute;
			content: '';
			display: block;
			width: 460px;
			height: 135px;
			left: 100%;
			animation: moveCar 8s linear infinite;
			background: transparent url('/carnival/2017/images/car.png') no-repeat;
			bottom: 0;
		}
	.footer-wrap .footer-section:nth-child(2) {
			padding: 0 0 0 50px;
		}
		.footer-wrap .footer-section:last-child {
			padding: 0px;
		}
}
	.footer-section h2 {
		font-weight: bold;
		color: white;
		font-size: 2.8em;
	}
footer ul {
	list-style: none;
	margin-bottom: 30px;
}
	footer li {
		font-size: 1.4em;
		line-height: 1.443;
	}
footer a{
	color:#fff;
}
/*  BOOTSTRAP MODALS // Not Critical
=================================================== */

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
	font-size: 1.8em;
	font-weight: bold;
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/*  CAROUSEL // Not Critical
=================================================== */
.carousel {
	position: relative;
}
	.carousel-inner {
		overflow: hidden;
		padding-bottom: 20px;
		position: relative;
		width: 100%;
	}
	.carousel-inner > .item {
	  display: none;
	  position: relative;
	  -webkit-transition: 0.6s ease-in-out left;
	  -o-transition: 0.6s ease-in-out left;
	  transition: 0.6s ease-in-out left;
	}
		.carousel-inner > .item > img,
		.carousel-inner > .item > a > img {
		  line-height: 1;
		}
		@media all and (transform-3d), (-webkit-transform-3d) {
			.carousel-inner > .item {
				-webkit-transition: -webkit-transform 0.6s ease-in-out;
				-o-transition: -o-transform 0.6s ease-in-out;
				transition: transform 0.6s ease-in-out;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-perspective: 1000px;
				perspective: 1000px;
			}
			.carousel-inner > .item.next,
			.carousel-inner > .item.active.right {
				-webkit-transform: translate3d(100%, 0, 0);
				transform: translate3d(100%, 0, 0);
				left: 0;
			}
			.carousel-inner > .item.prev,
			.carousel-inner > .item.active.left {
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
				left: 0;
			}
			.carousel-inner > .item.next.left,
			.carousel-inner > .item.prev.right,
			.carousel-inner > .item.active {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
				left: 0;
			}
		}
		.carousel-inner > .active,
		.carousel-inner > .next,
		.carousel-inner > .prev {
			display: block;
		}
		.carousel-inner > .next,
		.carousel-inner > .prev {
			position: absolute;
			top: 0;
			width: 100%;
		}
		.carousel-inner > .next,
		.carousel-inner > .active.right {
			float: none;
			left: 100%;
		}
		.carousel-inner > .prev,
		.carousel-inner > .active.left {
			left: -100%;
		}
		.carousel-inner > .active,
		.carousel-inner > .next.left,
		.carousel-inner > .prev.right {
			left: 0;
		}
	.carousel-indicators {
		text-align: center;
		list-style: none;
		position: absolute;
		bottom: -80px;
		width: 100%;
	}
		#event-carousel .carousel-indicators:after {
			content: 'More Events';
			font-size: 1.4em;
			display: block;
			margin-top: 15px;
		}
		.carousel-indicators li {
			background: #000;
			border-radius: 50%;
			cursor: pointer;
			display: inline-block;
			margin: 0 2px;
			width: 11px;
			height: 11px;
		}
			.carousel-indicators li.active {
				background-color: #bfbfbf;
			}
		.carousel-indicators + .carousel-inner {
			margin-bottom: 80px;
		}
	.carousel-control.prev,
	.carousel-control.next {
		background: url(/carnival/2016/images/arrow.png) no-repeat center center;
		position: absolute;
		top: 50%;
		left: -125px;
		margin-top: -39px;
		width: 43px;
		height: 58px;
	}
		.carousel-control.next {
			transform: rotate(180deg);
			left: auto;
			right: -125px;
		}


@media screen and (max-width: 1280px) {
	.carousel {
		margin: 0 50px;
	}
		.carousel-control.prev {
			left: -55px;
		}
		.carousel-control.next {
			right: -55px;
		}
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 4.5em;
	}
	#participate h2,
	#donors h2,
	h2 {
		font-size: 2.4em;
	}
	.schedule thead th,
	.event h2 {
		font-size: 1.8em;
	}
	p,
	#stage-revue table,
	#participate p,
	.btn-blue {
		font-size: 1.5em;
	}
	.schedule td,
	.btn-square {
		font-size: 1.4em;
	}
	.logo {
		width: 20%;
	}
	.nav {
		margin-left: 25%;
	}
	#home .banner {
		height: 447px;
	}
	#schedule .wrapper {
		margin: 0 -20px;
	}
}

@media screen and (max-width: 850px) {
	h1 {
		font-size: 3.5em;
	}
	#participate h2,
	#donors h2,
	h2 {
		font-size: 2.4em;
	}
	.schedule thead th,
	.event h2 {
		font-size: 1.8em;
	}
	p,
	#stage-revue table,
	#participate p,
	.btn-blue {
		font-size: 1.5em;
	}
	.schedule td,
	.btn-square {
		font-size: 1.1em;
	}
	.nav li {
		font-size: 1.4em;
	}
	#home .content h2,
	#home .content p {
		margin-left: 130px;
		margin-right: 150px;
	}
	.event .left {
		width: 80px;
	}
		.event .icon {
			width: 80px;
			height: 80px;
		}
			.event .icon img {
				max-width: 80px;
				max-height: 80px;
			}
		.event .content {
			margin-left: 95px;
		}
	#queens .wrapper:after {
		display: none;
	}
		.queen .image {
			width: 120px;
		}
		.queen .image+.content {
			margin-left: 135px;
		}
}

@media screen and (max-width: 700px) {
	.nav-icon {
		cursor: pointer;
		display: inherit;
		width: 60px;
  		height: 45px;
  		position: relative;
  		float: right;
  		margin: 24px;
  		transition: width 400ms, height 400ms, margin 400ms;
	}
		.sticky .nav-icon {
			width: 30px;
			height: 22px;
			margin: 9px 24px;
		}
		.nav-icon span {
			display: block;
			position: absolute;
			height: 20%;
			width: 100%;
			background: #fff;
			border-radius: 10% / 50%;
			opacity: 1;
			left: 0;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .25s ease-in-out;
			-moz-transition: .25s ease-in-out;
			-o-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
		}
			.nav-icon span:nth-child(1) {
				top: 0;
				-webkit-transform-origin: left center;
				-moz-transform-origin: left center;
				-o-transform-origin: left center;
				transform-origin: left center;
			}
			.nav-icon span:nth-child(2) {
				top: 40%;
				-webkit-transform-origin: left center;
				-moz-transform-origin: left center;
				-o-transform-origin: left center;
				transform-origin: left center;
			}
			.nav-icon span:nth-child(3) {
				top: 80%;
				-webkit-transform-origin: left center;
				-moz-transform-origin: left center;
				-o-transform-origin: left center;
				transform-origin: left center;
			}
			:checked + .nav-icon span:nth-child(1) {
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
				/*top: -3px;
				left: 8px;*/
				top: -5%;
				left: 2%;
			}
			:checked + .nav-icon span:nth-child(2) {
				width: 0%;
				opacity: 0;
			}
			:checked + .nav-icon span:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
				/*top: 39px;
				left: 8px;*/
				top: 90%;
				left: 3%;
			}
	.nav ul {
		background: #3950a2;
		display: block;
		overflow: hidden;
		padding: 0 20px;
		position: absolute;
		right: 0;
		top: 94px;
		max-height: 0px;
		transition: max-height .25s, top 400ms;
	}
		.sticky .nav ul {
			padding: 0 20px;
			top: 40px;
		}
		.nav :checked ~ ul {
			max-height: 300px;
		}
		.nav li {
			font-size: 1.8em;
			line-height: 2em;
			display: block;
		}

	#home .banner {
		height: 306px;
	}
	#home .content .wrapper:before,
	#home .content .wrapper:after {
		background: none;
		display: none;
	}
	#home .content h2,
	#home .content p {
		margin-left: 20px;
		margin-right: 20px;
	}

	.photo {
		margin-bottom: 4%;
		width: 45%;
	}
		.photo:nth-child(3) {
			clear: left;
			margin-left: 0;
		}
	.queens {
		margin-top: 20px;
	}
	.event,
	.queen {
		margin-left: 0;
		width: 100%;
	}
		.event:nth-child(2n) {
			margin-left: 0;
		}
	.schedule td:nth-child(1),
	.schedule td:nth-child(2) {
		white-space: normal;
	}
	#stage-revue .content,
	#participate .left,
	#donors .left,
	#participate .right,
	#donors .right,
	#social-feeds .social-feed {
		float: none;
		width: auto;
	}
		#donors .wrapper .right {
			padding-bottom: 430px;
		}
		#schedule .wrapper:before,
		#stage-revue .photos {
			display: none;
		}
	.social-feed {
		margin-bottom: 40px;
	}
		#social-feeds .stream {
			margin: 0 -20px;
			max-height: none;
		}
	/*#participate .wrapper,
	#donors .left {
		background: none;
		padding-bottom: 0;
	}*/
}


@media screen and (max-width: 450px) {
	/*body {
		border-bottom-width: 100px;
	}*/
	.header {
		height: 40px;
	}
		#home {
			padding-top: 40px;
		}
		.logo {
			top: 0;
		}
			.sticky .logo {
				transform: scale(1);
			}
	.nav-icon {
		width: 30px;
		height: 22px;
		margin: 9px 24px;
	}
		.nav ul {
			padding: 0 20px;
			top: 40px;
		}
	.social {
		float: none;
		margin: 0 auto;
		padding: 245px 0 30px;
		width: 250px;
	}
	.countdown {
		text-align: center;
		text-shadow: 0 0 5px #fff;
		float: none;
		margin: 4px auto 0;
		width: 160px;
	}
	#results .photo {
		font-size: .7em;
	}
	#gallery .wrapper,
	#events .wrapper {
		padding-bottom: 60px;
	}
	#gallery .button,
	#events .btn-square {
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 80%;
	}
	#event-carousel {
		margin: 0;
	}
		#event-carousel .item { 
	        display:block;
	    }
    	#event-carousel .carousel-control,
    	#event-carousel .carousel-indicators {
    		display: none;
    	}
    	#event-carousel .carousel-indicators + .carousel-inner,
    	#event-carousel .event {
    		margin-bottom: 20px;
    	}
	.queen .image {
		margin-right: 5%;
		width: 30%;
	}
		.queen .image+.content {
			margin-left: 0;
		}
	.schedule thead th {
		font-size: 1.4em;
	}
	.schedule td {
		padding: 2px;
	}
}