@import url('https://fonts.googleapis.com/css?family=Anton');
@font-face {
	font-family: 'thirsty_rough_regregular';
	src: url('fonts/thirstyroughregular-webfont.woff2') format('woff2'),
		 url('fonts/thirstyroughregular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: vast_shadowregular;
	font-weight: 400;
	font-style: normal;
	src: url(font/vastshadow-regular-webfont.eot);
	src: url(font/vastshadow-regular-webfont.eot?#iefix) format('embedded-opentype'), url(font/vastshadow-regular-webfont.svg#vast_shadowregular) format('svg'), url(font/vastshadow-regular-webfont.woff2) format('woff2'), url(font/vastshadow-regular-webfont.woff) format('woff'), url(font/vastshadow-regular-webfont.ttf) format('truetype')
}

.dark-blue {
	color: #032837;
}

.lite-blue,
.lite-blue a {
	color: #9ec7c3;
}

.white,
.white a {
	color: #fff;
}

.red {
	color: #ee293a;
}

.skybox {
	color: #c172bc;
}

.central {
	color: #f27751;
}

.point {
	color: #fff100;
}

.beach1 {
	color: #55a595;
}

.beach2 {
	color: #45c7f0;
}

.purple {
	color: #c172bc;
}

.orange {
	color: #f27751;
}

.thirsty-rough {
	font-family: 'thirsty_rough_regregular';
	text-transform: none;
}

.logged-in {
	top: 70px;
}

.wpcf7 .btn-primary {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
    background-color: #337ab7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 20px;
}

.page-template-page-commvend .event-schedule .container {
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.page-template-page-commvend label {
	width: 100%;
}

@media (max-width:767px) {
	.logged-in {
    	top: 36px;
	}
}

.logged-in .navbar-fixed-top { 
	top: 32px!important;
}    

.site-content {
	margin-top: 50px;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading li,
.wf-loading blockquote,
.wf-loading a,
.wf-loading label, svg{
	opacity:0;
	visibility:hidden;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active li,
.wf-active blockquote,
.wf-active a,
.wf-active label, svg{
	visibility:visible;
	opacity:1;
	transition:opacity 0.3s linear;
}

smooth-animation {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

html, body {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	width: 100%;
}

body {
	background: #363636;
	margin: 0;
	padding: 0;
	position: relative;
}

.navbar-fixed-top {
	border: 7px solid #ee293a;
	border-right: none;
	border-left: none;
	background: #032837;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
}

.navbar-default .navbar-nav>li>a {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
	font-size: 20px;
	font-weight: 800;
	font-style: normal;
	transition: all .25s ease-in-out;
	text-transform: uppercase;
	color: #fff;
}

.container {
	padding: 0;
	max-width: 1000px;
}

.button-wrap {
	width: 100%;
	max-width: 360px;
	height: 73px;
	margin: 0 auto;
	box-sizing: border-box;
	white-space: nowrap;
	font-family: proxima-nova-alt-ext-cond, sans-serif;
	font-size: 26px;
}

.button-wrap span {
	display: inline-block;
	text-align: center;
}

.hotel-info .button-wrap .btn-in-right span {
	color: #fff;
}

.btn-in-left,
.btn-in-right {
	line-height: 71px;
	height: 71px;
	position: absolute;
	overflow: hidden;
}

.btn-in-left {
	width: 79%;
	background: #fff;
	text-align: center;
	border: 1px solid #645a5c;
	left: 1px;
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: all .25s ease-in-out;
}

.btn-in-right {
	width: 21%;
	background: #3c4042;
	border: 1px solid #645a5c;
	right: 1px;
	border-left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.button-wrap a {
	text-decoration: none;
	color: #11375A;
	text-transform: uppercase;
	display: block;
	position: relative;
}

.btn-icon-back {
	width: 100%;
	height: 100%;
	transition: all .25s ease-in-out;
}

.directions .btn-icon-back {
	background: #fff;
}

.button-wrap .btn-icon {
	background-image: url(/wp-content/themes/fwf/img/button-sprite.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.sponsors .button-wrap a .btn-icon {
	background-image: url(/wp-content/themes/fwf/img/download-icon-w.png);
	background-repeat: no-repeat;
	background-position: 20px;
}

.button-wrap .ticket {
	background-position: -4px 0;
}

.button-wrap .map {
	background-position: -6px -75px;
}

.button-wrap .get-directions {
	background-position: -4px -145px;
}

.button-wrap .trails {
	background-position: -2px -213px;
}

.button-wrap .parking {
	background-position: -4px -286px;
}

.button-wrap .volunteer {
	background-position: -4px -426px;
}

.button-wrap .festMap {
	background-position: -4px -499px;
}

.button-wrap .uber {
	background-position: -4px -572px;
}

.button-wrap a:hover .btn-in-left {
	background: #333;
	color: #8dbcb7;
	transition: all .34s cubic-bezier(.17, .67, .83, .67);
}

.button-wrap a:hover .btn-in-right .btn-icon-back {
	cursor: pointer;
	background: #8dbcb7;
	transition: all .34s cubic-bezier(.17, .67, .83, .67);
}

.sponsors .button-wrap a:hover .btn-icon {
	background-color: #8dbcb7;
	background-image: url(/wp-content/themes/fwf/img/download-icon.png)!important;
	background-repeat: no-repeat;
	background-position: 20px;
	transition: background-color .34s cubic-bezier(.17, .67, .83, .67);
}

.splash-module .video-contain {
	padding-top: 25px;
    padding-left: 60px;
    padding-right: 80px;
	margin-top: 15px; 
}

.splash-module .fest-text img {
	padding-top: 80px;
	padding-right: 30px;
}

.splash-module .video-contain .embed-responsive {
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.splash-module .video-contain .embed-responsive:hover img {
	opacity: .5;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tent-wrapper .vip-notes p{
	margin-top:10px;
	font-size:13px; 
	color:#fff; 
	line-height:1.2;
}

.vip-pass {
	border: none;
	box-shadow: none;
	color: #fff;
	background: #11375b;
	padding-bottom: 30px;
}

.vip-pass-contain {
	color: #fff;
	font-size: 90%;
}

.go-vip {
	padding-bottom: 30px;
	background: #11375b;
}

#vip-pass>div>a.btn,
.btn.getThere {
	color: #032837;
	border-color: #032837;
	display: block;
	margin: 0 auto;
	border-radius: 0;
	font-family: vast_shadowregular;
	font-size: 18px;
	min-width: 288px;
	max-width: 289px;
	text-transform: uppercase;
}

#vip-pass>div>a.btn:hover,
.btn.getThere:hover {
	color: #fff;
	border-color: #fff;
	transition: all .25s ease-in-out;
}

.prices-section .vip-pass h2 {
	font-size: 42px;
}

.festival-map {
	background: #11375a;
	text-align: center;
	padding: 60px;
}

.festival-map h2 {
	font-size: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.fest-map {
	display: inline-block;
	max-width: 400px;
}

@media (max-width:767px) {
	.festival-map {
		padding-left: 15px;
		padding-right: 15px;
	}
	.fest-map {
		max-width: 100%;
	}
}

.biketrails-map {
	display: inline-block;
	max-width: 228px;
}

.parking-info {
	background: #8dbcb7;
	padding: 60px;
}

.parking-alert {
	background:#ea0d2a;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.parking-info img {
	max-width: 400px;
}

.parking-info h2 {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.parking-info h3 {
	font-size: 30px;
	padding-bottom: 20px;
}

.parking-info .button-wrap {
	margin-top: 20px;
}

.parking-info .btn-icon-back {
	background: transparent;
}

.parking-info .button-wrap a:hover .btn-in-right .btn-icon-back, .parking-info .button-wrap a:focus .btn-in-right .btn-icon-back,
.parking-info .button-wrap a:active .btn-in-right .btn-icon-back,
.hotel-info .button-wrap a:hover .btn-in-right .btn-icon-back, .hotel-info .button-wrap a:focus .btn-in-right .btn-icon-back,
.hotel-info .button-wrap a:active .btn-in-right .btn-icon-back {
	background: #333;
}

.parking-info .glyphicon-download-alt:before {
	color: #fff;
}

.parking-info .button-wrap a:hover .btn-in-right .btn-icon-back .glyphicon-download-alt:before, 
.parking-info .button-wrap a:focus .btn-in-right .btn-icon-back .glyphicon-download-alt:before,
.parking-info .button-wrap a:active .btn-in-right .btn-icon-back .glyphicon-download-alt:before,
.hotel-info .button-wrap a:hover .btn-in-right .btn-icon-back .glyphicon-download-alt:before, 
.hotel-info .button-wrap a:focus .btn-in-right .btn-icon-back .glyphicon-download-alt:before,
.hotel-info .button-wrap a:active .btn-in-right .btn-icon-back .glyphicon-download-alt:before {
	color: #8dbcb7;
}

@media (max-width:992px) {
	.parking-info img {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.parking-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	.parking-info .button-wrap {
		margin-bottom: 30px;
	}
}

.event-schedule .container{
   background: #8dbcb7;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 60px;
}

.event-schedule .schedule-title h2 {
	color:#032837 ;
	font-size: 86px;
	padding-bottom: 25px;
}

@media (max-width:620px) {
	.activities-header img, .schedule-header img, .pricing-header img, .directions-header img,
	.faq-header img {
		max-width: 200%;
    	left: -33%;
    	position: relative;
	}
	.faq-header img {
		max-width: 180%;
		left: -32%;
	}
}

.hat1 {
	text-align: right;
}

.hat2 {
	text-align: left;
}

.hat img {
	display: inline-block;
}

.event-schedule h2 span {
	font-size: 80%;
}

.event-schedule .row {
	margin: 0;
}

.event-schedule .row1 {
	margin-top: 60px;
}

.top_contain, .mid_contain, .bot_contain {
	padding-left: 50px;
	padding-right: 50px;
}

.row1 {
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

.row2 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.row3 {
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}

.top1, .top2, .top3, .mid1, .mid2, .mid3, .bot1, .bot2, .fireworks-show, .radiobox {
	float: left;
	padding: 20px;
	height: 187px;
	position: relative;
}

.top1 {
	width:16.666666667%;
	border-right: 2px solid #fff;
}

.top2 {
	width: 33.333333%;
}

.top3 {
	width: 50%;
	border-left: 2px solid #fff;
}

.top3 .guitar {
	position: absolute;
    top: 12%;
    right: 21%;
}

.mid1 {
	width:20.666667%;
	border-right: 2px solid #fff;
}

.mid2 {
	width: 47%;
}

.mid3 {
	width: 31.333333%;
	border-left: 2px solid #fff;
	padding-right: 0;
}

.bot1 {
	width: 28%;
	border-right: 1px solid #fff;
	padding-right: 0;
}

.bot2 {
	width: 72%;
	border-left: 1px solid #fff;
}

@media (max-width:767px) {
	.top1, .top2, .top3, .mid1, .mid2, .mid3, .bot1, .bot2, .fireworks-show, .radiobox {
		width: 50%;
		border: 0;
	}
	.top1, .top2, .top3, .mid1, .mid2, .mid3, .bot1, .bot2, .fireworks-show, .radiobox {
		padding-left: 0;
		padding-right: 0;
		height: 100%;
	}
}

@media (max-width:620px) {
	.top1, .top2, .top3, .mid1, .mid2, .mid3, .bot1, .bot2, .fireworks-show, .radiobox {
		float: none;
		width: 100%;
	}
}

.top1 .tablet-bold {
	font-weight: 700;
	font-size: 52px;
	line-height: .87;
}

.top2 .t2sub {
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	line-height: .87;
}

.top2 h4 {
	font-size: 34px;
	line-height: .87;
}

.top3 h5 {
	font-size: 24px;
	line-height: 1.2;
}

.top3 small {
	color: #fff;
}

.top3 h4 {
	font-size: 48px;
	line-height: .87;
}

.mid1 {
	padding-right: 0;
}

.mid1 h5 {
	font-size: 14px;
}

.mid1 h3 {
	font-size: 34px;
	line-height: .87;
}

.mid1 h3 span {
	font-size: 72px;
	display: block;
}

.mid1 .guitar {
	position: absolute;
    top: 39%;
    right: 8%;
    max-width: 34px;
}

.mid2 .fighter {
	text-transform: uppercase;
}

.mid2 .fighter sup {
	font-size: 60%;
}

.mid2 h3 {
	font-size: 72px;
	line-height: .87;
}

.flyover-contain {
	text-align: center;
}

.flyover-contain img {
	display: inline-block;
}

.mid2 .flyover {
    max-width: 144px;
    margin-top: 0;
}

.mid3 .time {
	margin: 0;
}

.mid3 .t6prede {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}

.mid3 h3 {
	font-size: 48px;
	line-height: .87;
}

.bot1 .t7sub {
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	line-height: .87;
}

.bot1 h4 {
	font-size: 29px;
	line-height: .87;
}

.bot2 .liveMusic {
	text-transform: uppercase;
}

.liveMusic,
.time span.liveMusic {
	font-size: 14px;
}

.bot2 .time span.liveMusic {
	font-size: 22px;
}

.bot2 h2 {
	font-size: 110px;
	line-height: .87;
}

.fireworks-show {
	width: 75%;
	padding: 0;
}

.radiobox {
	width: 25%;
	text-align: center;
	padding: 0;
}

.radiobox img {
	width: 133px;
	margin-top: -7px;
	margin-bottom: 5px;
}

.radiobox span {
	line-height: 1.2;
	display: block;
}

@media (max-width:1200px) {
	.event-schedule .schedule-title h2 {
		font-size: 82px;
		padding-top: 25px;
	}
	.top3 h4 {
		font-size: 42px;
	}
	.mid2 .fighter {
		display: block;
	}
	.mid2 .flyover, .flyover-contain img {
		display: none;
	}
	.mid3 h3 {
		font-size: 44px;
	}
}

@media (max-width:992px) {
	.event-schedule .schedule-title h2 {
		font-size: 62px;
	}
	.top_contain, .mid_contain, .bot_contain {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top1, .top2, .top3, .mid1, .mid2, .mid3, .bot1, .bot2, .fireworks-show, .radiobox {
		padding-left: 5px;
		padding-right: 5px;
	}
	.top3 h4 {
    	font-size: 40px;
	}
	.mid1 .guitar {
		max-width: 25px;
	}
	.mid2 h3 {
		font-size: 70px;
	}
	.liveMusic, .time span.liveMusic {
		display: block;
	}
	.mid3 .t6prede {
		font-size: 15px;
	}
	.mid3 h3 {
		font-size: 40px;
	}
	.bot2 h2 {
		font-size: 90px;
	}
}

@media (max-width:767px) {
	.hat, .guitar {
		display: none;
	}
	.event-schedule .schedule-title h2 {
		font-size: 72px;
	}
	.mid1 h3 {
		font-size: 72px;
	}
	.mid1 h3 span {
		font-size: 100px;
	}
	.mid2 .fighter {
		font-size: 22px;
	}
	.mid2 h3 {
		font-size: 70px;
	}
	.bot2 h2 {
		font-size: 78px;
	}
	.bot2 .time span.liveMusic {
		font-size: 16px;
	}
	.radiobox {
		width: 100%;
		padding-top: 30px;
	}
	.radiobox span {
		font-size: 18px;
	}
}

.details {
	color: #fff;
}

.details h4 {
	font-family: Anton, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #9dc7c4;
}

.details p {
	font-size: 16px;
}

.dontbringnote {
	font-size:18px; 
	display:block;
	font-style: normal;
}

@media (max-width:767px) {
	.details .row {
		margin: 0;
	}
}

#sponsors h3 .title-line-one,
.activities-top-row h2,
.contact-us h2,
.details h2,
.directions h2,
.hotel-info h2,
.parking-info h2 {
	display: block;
	font-size: 60px;
}

.directions {
	background: #8dbcb7;
	padding: 60px;
}

.directions-header {
	text-align: center;
}

.directions .button-wrap {
	margin-bottom: 40px;
}

@media (max-width:767px) {
	.directions {
		padding-left:15px;
		padding-right:15px;
	}
}

.directions h2 {
	padding-top: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.hotel-info h2 {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.hotel-info {
	padding: 60px;
	background: #ea0d2a;
}

@media (max-width:767px) {
	.hotel-info {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.pricing-footer {
	background:url(/wp-content/themes/fwf/img/row-o-stars.png) 20px 90% no-repeat #ea0d2a;
	padding-bottom: 30px;
}

@media (max-width:767px) {
	.pricing-footer {
		background-position-x: -30px;
	}
}

.free-admission-foot {
	padding-top: 50px;
	padding-bottom: 50px;
	-moz-animation: bobbingAnim 2.1s infinite;
    -webkit-animation: bobbingAnim 2.1s infinite;
    animation: bobbingAnim 2.1s infinite;
}

@keyframes bobbingAnim {
    0% {
        transform: scale(0.999, 0.999) translate3d(0px, 0px, 1px);
        animation-timing-function: ease-in-out
    }

    40% {
        transform: scale(0.999, 0.999) translate3d(0px, 3px, 1px);
        animation-timing-function: ease-in-out
    }

    100% {
        transform: scale(0.999, 0.999) translate3d(0px, 0px, 1px);
        animation-timing-function: ease-in-out
    }
}

.produced-by img {
	max-width: 150px;
}

.presenting img {
	max-width: 200px;
}

.presenting img.sponsor-lockheed {
	max-width: 270px;
}

.row.sponsors, .big-bang, .cherry, .produced-by {
	padding-top: 20px;
	padding-bottom: 30px;
}

.presenting {
	padding-top: 20px;
	padding-bottom: 0px;
}

.present-row2 {
	padding-top: 0;
	padding-bottom: 30px;
}

.roman-row {
	padding-top: 10px;
	padding-bottom: 10px;
}

.media-sponsors {
	padding-top: 20px;
	margin-bottom: 20px;
}

.roman-row img, .media-sponsors img, .inkind img {
	max-width: 140px;
}

.last-roman {
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.roman-row img, .media-sponsors img, .inkind img {
		max-width: 120px;
	}
	.media-sponsors {
		padding-bottom: 0;
	}
	.sponsors .p20 .row {
		margin-top: 0;
		margin-bottom: 0;
	}
	.roman-candle, .media-section, .inkind-section {
		padding-bottom: 20px;
	}
	.roman-row .center-block {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.presenting, .row.sponsors, .big-bang, .cherry, .roman-row, .media-sponsors, .produced-by {
		padding-top: 0;
		padding-bottom: 0;
	}
	.sponsors .row.roman-row {
		margin-top: 0;
		margin-bottom: 0px;
	}
	.l2l, .oncor .tact, .cdm {
		min-height: 5px;
	} 
}

@media (max-width:620px) {
	.roman-row img, .media-sponsors img, .inkind img {
		max-width: 100%;
	}
}

.spon-stars {
	padding-left: 15px;
	padding-right: 15px;
}


/* From Recap.css */

.uppercase,h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

.fare-row a:hover,
.vip-lead-text a {
	text-decoration: none;
}

#nav-icon3,
#parkingContainer a>img,
.fare-row a,
.menu-text {
	cursor: pointer;
}

#parkingContainer,
.container,
.details,
.divider {
	overflow: hidden;
}

.proximaEB {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.proximaExCondBold {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
	font-weight: 800;
}

.proxima-bold,
.proxima-normal {
	font-family: proxima-nova, sans-serif;
}

.proxima-normal {
	font-weight: 400;
	font-style: normal;
}

.proxima-bold {
	font-weight: 600;
	font-style: normal;
}

.container-image-slide {
	padding: 0 15px;
}

@keyframes rightFireWorkLow {
	0% {
		bottom: 0;
		-webkit-transform:rotate(0) translate(50px, 0) scale(.05);
		-ms-transform:rotate(0) translate(50px, 0) scale(.05);
		transform: rotate(0) translate(50px, 0) scale(.05);
		opacity: 1;
		border-radius: 50%;
	}
	20% {
		bottom: 32%;
		-webkit-transform:rotate(-80deg) translate(50px, 0) scale(.05);
		-ms-transform:rotate(-80deg) translate(50px, 0) scale(.05);
		transform: rotate(-80deg) translate(50px, 0) scale(.05);
		opacity: 1;
	}
	25% {
		bottom: 31%;
		-webkit-transform:rotate(-90deg) translate(50px, 0) scale(1);
		-ms-transform:rotate(-90deg) translate(50px, 0) scale(1);
		transform: rotate(-90deg) translate(50px, 0) scale(1);
		opacity: 1;
	}
	30% {
		bottom: 30%;
		-webkit-transform:rotate(-100deg) translate(50px, 0) scale(1.05);
		-ms-transform:rotate(-100deg) translate(50px, 0) scale(1.05);
		transform: rotate(-100deg) translate(50px, 0) scale(1.05);
		opacity: 0;
	}
	100% {
		bottom: 30%;
		-webkit-transform:rotate(0) translate(0, 0) scale(.05);
		-ms-transform:rotate(0) translate(0, 0) scale(.05);
		transform: rotate(0) translate(0, 0) scale(.05);
		opacity: 0;
	}
}

@keyframes rightFireWorkMid {
	0% {
		bottom: 0;
		-webkit-transform:rotate(0) translate(50px, 0) scale(.05);
		-ms-transform:rotate(0) translate(50px, 0) scale(.05);
		transform: rotate(0) translate(50px, 0) scale(.05);
		opacity: 1;
		border-radius: 50%;
	}
	60% {
		bottom: 70%;
		-webkit-transform:rotate(80deg) translate(50px, 0) scale(.05);
		-ms-transform:rotate(80deg) translate(50px, 0) scale(.05);
		transform: rotate(80deg) translate(50px, 0) scale(.05);
		opacity: 1;
	}
	65% {
		bottom: 69%;
		-webkit-transform:rotate(90deg) translate(50px, 0) scale(1);
		-ms-transform:rotate(90deg) translate(50px, 0) scale(1);
		transform: rotate(90deg) translate(50px, 0) scale(1);
		opacity: 1;
	}
	70% {
		bottom: 68%;
		-webkit-transform:rotate(100deg) translate(50px, 0) scale(1.05);
		-ms-transform:rotate(100deg) translate(50px, 0) scale(1.05);
		transform: rotate(100deg) translate(50px, 0) scale(1.05);
		opacity: 0;
	}
	100% {
		bottom: 67%;
		-webkit-transform:rotate(100deg) translate(0, 0) scale(.15);
		-ms-transform:rotate(100deg) translate(0, 0) scale(.15);
		transform: rotate(100deg) translate(0, 0) scale(.15);
		opacity: 0;
	}
}

@keyframes rightFireWorkHigh {
	0% {
		bottom: 0;
		-webkit-transform:rotate(0) translate(50px, 0) scale(.05);
		-ms-transform:rotate(0) translate(50px, 0) scale(.05);
		transform: rotate(0) translate(50px, 0) scale(.05);
		opacity: 1;
		border-radius: 50%;
	}
	35% {
		bottom: 70%;
		-webkit-transform:rotate(-80deg) translate(50px, 0) scale(.05);
		-ms-transform:rotate(-80deg) translate(50px, 0) scale(.05);
		transform: rotate(-80deg) translate(50px, 0) scale(.05);
		opacity: 1;
	}
	40% {
		bottom: 69%;
		-webkit-transform:rotate(-90deg) translate(50px, 0) scale(1);
		-ms-transform:rotate(-90deg) translate(50px, 0) scale(1);
		transform: rotate(-90deg) translate(50px, 0) scale(1);
		opacity: 1;
	}
	45% {
		bottom: 68%;
		-webkit-transform:rotate(-100deg) translate(50px, 0) scale(1.05);
		-ms-transform:rotate(-100deg) translate(50px, 0) scale(1.05);
		transform: rotate(-100deg) translate(50px, 0) scale(1.05);
		opacity: 0;
	}
	100% {
		bottom: 67%;
		-webkit-transform:rotate(0) translate(0, 0) scale(.05);
		-ms-transform:rotate(0) translate(0, 0) scale(.05);
		transform: rotate(0) translate(0, 0) scale(.05);
		opacity: 0;
	}
}

@keyframes leftFireWorkLow {
	0% {
		bottom: 20%;
		-webkit-transform:rotate(0) translate(-50px, 0) scale(.05);
		-ms-transform:rotate(0) translate(-50px, 0) scale(.05);
		transform: rotate(0) translate(-50px, 0) scale(.05);
		opacity: 1;
		border-radius: 50%;
	}
	50% {
		bottom: 55%;
		-webkit-transform:rotate(80deg) translate(-50px, 0) scale(.05);
		-ms-transform:rotate(80deg) translate(-50px, 0) scale(.05);
		transform: rotate(80deg) translate(-50px, 0) scale(.05);
		opacity: 1;
	}
	55% {
		bottom: 54%;
		-webkit-transform:rotate(90deg) translate(-50px, 0) scale(1);
		-ms-transform:rotate(90deg) translate(-50px, 0) scale(1);
		transform: rotate(90deg) translate(-50px, 0) scale(1);
		opacity: 1;
	}
	60% {
		bottom: 53%;
		-webkit-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		-ms-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		transform: rotate(100deg) translate(-50px, 0) scale(1.05);
		opacity: 0;
	}
	100% {
		bottom: 53%;
		-webkit-transform:rotate(0) translate(0, 0) scale(.05);
		-ms-transform:rotate(0) translate(0, 0) scale(.05);
		transform: rotate(0) translate(0, 0) scale(.05);
		opacity: 0;
	}
}

@keyframes leftFireWorkMid {
	0% {
		bottom: 20%;
		-webkit-transform:rotate(0) translate(-50px, 0) scale(.05);
		-ms-transform:rotate(0) translate(-50px, 0) scale(.05);
		transform: rotate(0) translate(-50px, 0) scale(.05);
		opacity: 1;
		border-radius: 50%;
	}
	20% {
		bottom: 58%;
		-webkit-transform:rotate(80deg) translate(-50px, 0) scale(.05);
		-ms-transform:rotate(80deg) translate(-50px, 0) scale(.05);
		transform: rotate(80deg) translate(-50px, 0) scale(.05);
		opacity: 1;
	}
	25% {
		bottom: 57%;
		-webkit-transform:rotate(90deg) translate(-50px, 0) scale(1);
		-ms-transform:rotate(90deg) translate(-50px, 0) scale(1);
		transform: rotate(90deg) translate(-50px, 0) scale(1);
		opacity: 1;
	}
	40% {
		bottom: 56%;
		-webkit-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		-ms-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		transform: rotate(100deg) translate(-50px, 0) scale(1.05);
		opacity: 0;
	}
	100% {
		bottom: 55%;
		-webkit-transform:rotate(0) translate(0, 0) scale(.05);
		-ms-transform:rotate(0) translate(0, 0) scale(.05);
		transform: rotate(0) translate(0, 0) scale(.05);
		opacity: 0;
	}
}

@keyframes leftFireWorkHigh {
	0% {
		bottom: 20%;
		-webkit-transform:rotate(0) translate(-50px, 0) scale(.05);
		-ms-transform:rotate(0) translate(-50px, 0) scale(.05);
		transform: rotate(0) translate(-50px, 0) scale(.05);
		opacity: 1;
		border-radius: 50%;
	}
	20% {
		bottom: 70%;
		-webkit-transform:rotate(80deg) translate(-50px, 0) scale(.05);
		-ms-transform:rotate(80deg) translate(-50px, 0) scale(.05);
		transform: rotate(80deg) translate(-50px, 0) scale(.05);
		opacity: 1;
		background-size: contain;
	}
	25% {
		bottom: 69%;
		-webkit-transform:rotate(90deg) translate(-50px, 0) scale(1);
		-ms-transform:rotate(90deg) translate(-50px, 0) scale(1);
		transform: rotate(90deg) translate(-50px, 0) scale(1);
		opacity: 1;
		background-size: contain;
	}
	40% {
		bottom: 68%;
		-webkit-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		-ms-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		transform: rotate(100deg) translate(-50px, 0) scale(1.05);
		opacity: 0;
		background-size: contain;
	}
	100% {
		bottom: 67%;
		-webkit-transform:rotate(0) translate(0, 0) scale(.05);
		-ms-transform:rotate(0) translate(0, 0) scale(.05);
		transform: rotate(0) translate(0, 0) scale(.05);
		opacity: 0;
	}
}

@keyframes leftFireWorkCircle {
	0% {
		bottom: 0;
		-webkit-transform:rotate(0) translate(-50px, 0) scale(.05);
		-ms-transform:rotate(0) translate(-50px, 0) scale(.05);
		transform: rotate(0) translate(-50px, 0) scale(.05);
		opacity: 1;
		border-radius: 50%;
	}
	20% {
		bottom: 23%;
		-webkit-transform: rotate(80deg) translate(-50px, 0) scale(.05);
		-ms-transform: rotate(80deg) translate(-50px, 0) scale(.05);
		transform: rotate(80deg) translate(-50px, 0) scale(.05);
		opacity: 1;
	}
	25% {
		bottom: 22%;
		-webkit-transform:rotate(90deg) translate(-50px, 0) scale(1);
		-ms-transform:rotate(90deg) translate(-50px, 0) scale(1);
		transform: rotate(90deg) translate(-50px, 0) scale(1);
		opacity: 1;
	}
	40% {
		bottom: 21%;
		-webkit-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		-ms-transform:rotate(100deg) translate(-50px, 0) scale(1.05);
		transform: rotate(100deg) translate(-50px, 0) scale(1.05);
		opacity: 0;
	}
	100% {
		bottom: 20%;
		-webkit-transform:rotate(0) translate(0, 0) scale(.05);
		-ms-transform:rotate(0) translate(0, 0) scale(.05);
		transform: rotate(0) translate(0, 0) scale(.05);
		opacity: 0;
	}
}

.firework-stage {
	width: 100%;
	max-height: 608px;
	background: #032837;
}

.fireworks-glow {
	position: relative;
	z-index: 2;
}

.fireworks-sil {
	position: absolute;
	z-index: 98;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/fwf/img/fireworks-sil.png) center no-repeat;
	background-size: contain;
}

.rightFireWorkHigh,
.rightFireWorkLow,
.rightFireWorkMid {
	bottom: 0;
}

.leftFireWorkCircle,
.leftFireWorkHigh,
.leftFireWorkLow,
.leftFireWorkMid,
.rightFireWorkHigh,
.rightFireWorkLow,
.rightFireWorkMid {
	position: absolute;
	z-index: 4;
	display: inline-block;
	opacity: 0;
	background-size: contain;
}

.rightFireWorkLow {
	right: 20px;
	width: 180px;
	height: 180px;
	-webkit-animation:rightFireWorkLow 10s cubic-bezier(.57, .6, .8, .67) infinite;
	animation: rightFireWorkLow 10s cubic-bezier(.57, .6, .8, .67) infinite;
	animation-delay: 3.5s;
	background: url(/wp-content/themes/fwf/img/firework-large.png) center no-repeat;
}

.leftFireWorkLow,
.rightFireWorkHigh,
.rightFireWorkMid {
	background: url(/wp-content/themes/fwf/img/firework-small.png) center no-repeat;
}

.rightFireWorkHigh {
	right: 145px;
	width: 61px;
	height: 61px;
	-webkit-animation:rightFireWorkHigh 7s cubic-bezier(.6, .65, .85, .67) infinite;
	animation: rightFireWorkHigh 7s cubic-bezier(.6, .65, .85, .67) infinite;
	animation-delay: 5.5s;
}

.rightFireWorkMid {
	right: 240px;
	width: 44px;
	height: 44px;
	-webkit-animation:rightFireWorkMid 8s cubic-bezier(.65, .65, .8, .7) infinite;
	animation: rightFireWorkMid 8s cubic-bezier(.65, .65, .8, .7) infinite;
	animation-delay: 4.25s;
}

.leftFireWorkLow {
	bottom: 250px;
	left: 50px;
	width: 61px;
	height: 61px;
	-webkit-animation:leftFireWorkLow 7s cubic-bezier(.57, .6, .8, .67) infinite;
	animation: leftFireWorkLow 7s cubic-bezier(.57, .6, .8, .67) infinite;
	animation-delay: 4.5s;
}

.leftFireWorkCircle,
.leftFireWorkMid {
	width: 79px;
	height: 79px;
	background: url(/wp-content/themes/fwf/img/firework-mid.png) center no-repeat;
}

.leftFireWorkMid {
	bottom: 200px;
	left: 150px;
	-webkit-animation:leftFireWorkMid 3.5s cubic-bezier(.62, .59, .78, .72) infinite;
	animation: leftFireWorkMid 3.5s cubic-bezier(.62, .59, .78, .72) infinite;
	animation-delay: 2s;
}

.leftFireWorkCircle {
	left: 40%;
	-webkit-animation:leftFireWorkCircle 4.5s cubic-bezier(.62, .59, .78, .72) infinite;
	animation: leftFireWorkCircle 4.5s cubic-bezier(.62, .59, .78, .72) infinite;
	animation-delay: 3.2s
}

.leftFireWorkHigh {
	left: 20%;
	width: 125px;
	height: 125px;
	-webkit-animation:leftFireWorkHigh 5.25s cubic-bezier(.6, .65, .85, .67) infinite;
	animation: leftFireWorkHigh 5.25s cubic-bezier(.6, .65, .85, .67) infinite;
	animation-delay: 3.5s;
	background: url(/wp-content/themes/fwf/img/firework-large.png) center no-repeat;
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	0% {
		-webkit-transform:translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
		opacity: 0;
	}
	60% {
		-webkit-transform:translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
		opacity: 1;
	}
	75% {
		-webkit-transform:translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform:  translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.logoBox {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 497px;
	max-width: 497px;
	margin: 23px auto auto;
	animation-name: bounceInDown;
	animation-duration: 1.5s;
	animation-delay: .5s;
	animation-fill-mode: both;
}

.intro,
.leftBadge,
.rightBadge {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.fireworks-logo {
	width: 100%;
	height: auto;
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	from {
		-webkit-transform: translate3d(0, 3000px, 0);
		-ms-transform:translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
		opacity: 0;
	}
	55% {
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform:translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform:translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 1;
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform:translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
		opacity: 1;
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-ms-transform:translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform:translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform:rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform:rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform:rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform:rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform:rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes rubberBand {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform:scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		-ms-transform:scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		-ms-transform:scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		-ms-transform:scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		-ms-transform:scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		-ms-transform:scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
}

.intro {
	animation-name: bounceInUp;
	animation-delay: 1.5s;
	opacity: 0;
}

.leftBadge, .rightBadge {
	position: absolute;
	z-index: 99;
	bottom: 58px;
	max-width: 170px;
}

.leftBadge {
	left: 10%;
}

.rightBadge {
	right: 10%;
}

.leftBadge:hover, .rightBadge:hover {
	transition: swing 1s ease-in-out;
	transform-origin: top center;
	animation-name: swing;
}

.leftBadge, .rightBadge {
	transition: swing 1s ease-in-out;
}

.taglineBox {
	position: absolute;
	bottom: 15%;
	z-index: 99;
	left: 36%;
	text-align: center;
	min-width: 300px;
}

.taglineBox h2 {
	font-size: 48px;
	color: #ea0d2a;
}

.day-week {
	color: #fff;
	font-size: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .taglineBox h2 {
		font-size: 32px;
	}
}

@media (max-width:992px) {
	.logoBox {
		width: 45%;
	}
	.leftBadge {
		left: 5%;
	}
	.rightBadge {
		right: 5%;
	}
	.leftBadge,
	.rightBadge {
		bottom: 11%;
		width: 24%;
		height: auto;
		max-width: 120px;
	}
	.taglineBox {
		left: 31%;
	}
	.taglineBox h2 {
		font-size: 36px;
	}
	.day-week {
		font-size: 32px;
	}
}

@media (max-width:767px) {
	.leftBadge {
		left: 5%;
	}
	.rightBadge {
		right: 5%;
	}
	.leftBadge,
	.rightBadge {
		bottom: 11%;
		width: 22%;
		height: auto;
	}
	.navbar-default {
		box-shadow: none;
	}
	.taglineBox h2 {
		font-size: 24px;
	}
	.day-week {
		font-size: 22px;
	}
	.logoBox {
		margin-top: 0;
	}
}

@media (max-width:620px) {
	.taglineBox {
		left: 11%;
	}
}

@media (max-width:480px) {
	.leftBadge,
	.rightBadge {
		width: 24%;
		height: auto;
	}
	.leftBadge {
		left: 2%;
	}
	.rightBadge {
		right: 2%;
	}
	.taglineBox h2 {
    	font-size: 20px;
	}
}

@media (max-width:320px) {
	.leftBadge {
		left: 2%;
	}
	.rightBadge {
		right: 2%;
	}
}

.tablet-bold, .tablet-normal {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
	font-style: normal;
}

.tablet-normal {
	font-weight: 400;
}

.tablet-bold {
	font-weight: 800;
}

.mobile {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.lowercase {
	text-transform: lowercase;
}

#sponsors h3,
.headlines,
.sponsors h2,
.sponsors-volunteers h3 {
	font-size: 43px;
}

#sponsors h3 .title-line-one,
.activities-top-row h2,
.contact-us h2,
.details h2,
.directions h2 {
	display: block;
	font-size: 60px;
}

#volunteers>div>h3 {
	margin-top: 45px;
	line-height: .8;
}

@media (max-width:992px) {
	.sponsors {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.contact-us p.footer-text,
.directions p,
.hotel-info p,
.sponsors p,
.sponsors-volunteers p {
	font-size: 18px;
}

.activitiesRow h4,
.fare-row li, .fare-row {
	font-family: Anton, sans-serif;
	text-transform: uppercase;
	list-style: none;
	font-style: normal;
}

.fare-row li {
	padding-bottom: 10px;
}

.fare-row ul {
	padding: 0;
}

.fare-marg {
	margin-bottom: 0;
}

.fare-marg li:last-child {
	padding-bottom: 0;
}

.fare-row a {
	cursor: pointer;
}

.fare-row a:hover {
	text-decoration: none;
}

.fare-row li, .fare-row {
	font-size: 25px;
	list-style-image: none;
}

.navbar-nav {
	position: relative;
}

.navbar-nav>li>a {
	padding: 8px 26px 0 26px;
}

.navbar-toggle {
	float: left;
	margin: 0;
	border-radius: 0;
	padding: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: 0 0;
}

span.sub-link {
	font-size: 16px;
	top: -5px;
	position: relative;
}

@media (max-width:1200px) {
	.navbar-nav>li>a {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

@media (max-width:992px){
	.navbar-brand {
		padding: 15px 0 0;
	}
	.navbar-default .container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav>li>a {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width:880px){
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sub-link {
		display: none;
	}
}

@media (max-width:767px) {
	.navbar-header {
		text-align: center;
	}
	.container>.navbar-header {
		margin: 0;
	}
	.navbar-brand {
		height: 100%;
		padding: 7px 0 0 0;
	}
	.navbar-brand, .navbar-brand>img {
		float: none;
		display: inline-block;
	}
	.navbar-nav>li>a {
		padding-left: 25px;
    	padding-bottom: 10px;
	}
	.navbar-nav>li>a br {
		display: none;
	}
	.sub-link {
		display: inline-block;
	}
	span.sub-link {
		display: inline-block;
	    font-size: 20px;
	    top: 0;
	    left: 3px;
	}
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	transition: all .25s ease-in-out;
	color: #9ec8c6;
	background-color: transparent;
}

.navbar-default .navbar-nav>li.active.menu-item-288>a {
	color: #fff;
}

.navbar-default .navbar-nav>li.sponsor-nav>a {
	padding-top: 15px;
}

.navbar-default .navbar-nav>li.active.menu-item-288>a:hover,
.navbar-default .navbar-nav>li.active.menu-item-288>a:focus {
	color: #9ec8c6;
}

#myCarousel a img,
#myCarousel a img:hover {
	transition: all .3s ease-in-out;
}


#splashScreen.container {
	padding: 0;
}

.splash-wrapper {
	border-bottom: 6px solid #fff;
	background: #032837;
}

.bordered-white {
	border: 7px solid #fff;
	border-top: none;
	border-right: none;
	border-left: none;
	background: #fff;
}

.item {
	text-align: center;
}

.item img {
	width: auto;
	height: 180px;
	max-height: 180px;
	display: inline-block;
}

.carousel-control {
	width: 5%;
	padding-top: 10%;
}

.carousel-inner {
	background: #032837;
}

#myCarousel a img:hover {
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
}

.splash-module {
	position: relative;
	z-index: 2;
	min-height: 317px;
	margin-bottom: -40px;
	background: url(/wp-content/themes/fwf/img/blurb-banner.png) top center no-repeat;
	border-top: 7px solid #032837
}

@media (max-width:767px) {
	.splash-module {
		background-image: none;
    	background-color: #032837;
    	text-align: center;
    	margin: 0;
    	padding-bottom: 60px;
	}
	.splash-module img {
	    padding-top: 30px;
	    padding-right: 0;
	    display: inline-block;
	}
}

@media (max-width:620px) {
	.splash-module .video-contain {
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.splash-module img {
		padding-top: 10px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.splash-module .fest-text img {
		padding-right: 15px;
	}
}

#myCarousel {
	z-index: 1;
	margin-top: -40px;
}

@media (max-width:480px) {
	.carousel-control {
		padding-top: 37%;
	}
	#myCarousel>div>div.item>div>div:nth-child(3)>a>img,
	#myCarousel>div>div.item>div>div:nth-child(4)>a>img {
		margin-top: 8px;
	}
}

.item>div>div {
	padding: 0 4px;
}

@media (max-width:480px) {
	.fare-row li {
		text-align: center;
	}
}

.activities-top-row h2 {
	padding: 50px 0 20px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.page-template-page-recap .activities-top-row h2 {
	padding-top: 20px;
}

.activities-container ul.activiteslist {
	padding-left: 0;
}

.activitiesRow {
	position: relative;
	z-index: 1;
	text-align: center;
}

.activitiesRow h4 {
	font-size: 25px;
	margin-bottom: 10px;
	padding: 0 0 20px 40px;
	margin-left: -33px;
}

@media (min-width:769px) and (max-width:991px) {
	.activitiesRow h4 {
		font-size: 20px;
	}
}

.activitiesRow h4 img {
	margin-right: 10px;
}

@media (max-width:768px) {
	.activitiesRow {
		text-align: center;
	}
	.activitiesRow h4 img {
		display: inline-block;
		margin-right: 4px;
		padding-left: 0;
		background: 0 0;
	}
	.activitiesRow h4 {
		font-size: 28px;
		padding-left: 0;
		background: 0 0;
	}
}

@media (max-width:620px) {
	.activitiesRow .col-xs-center {
		text-align: center;
	}
}

.band-row {
	text-align: center;
}

.band-row p {
	font-size: 24px;
	padding-bottom: 20px;
}

.activities-top-row h2 img,
h2.food-headline>img,
h2.music-headline>img {
	position: absolute;
	z-index: -1;
	top: 4px;
}

.fare-box>p,
.food-tube-row h2 {
	z-index: 1;
	position: relative;
}

.fare-box>p {
	padding-bottom: 10px;
}

@media (max-width:767px) {
	.row.food-tube-row {
		margin: 0;
	}
	.fare-box {
		padding: 0;
	}
}

.activities-top-row h2 img:nth-child(1),
h2.food-headline>img:nth-child(1),
h2.music-headline>img:nth-child(1) {
	left: 0;
}

.activities-top-row h2 img:nth-child(2),
h2.food-headline>img:nth-child(2),
h2.music-headline>img:nth-child(2) {
	right: 0;
}

@media (min-width:767px) and (max-width:991px) {
	h2.music-headline>img {
		width: 35px;
		height: 35px;
	}
	h2.music-headline>img:nth-child(1) {
		left: 5px;
	}
	h2.music-headline>img:nth-child(2) {
		right: -5px;
	}
	h2.food-headline>img:nth-child(1) {
		left: 100px;
		width: 35px;
		height: 30px;
	}
	h2.food-headline>img:nth-child(2) {
		right: 100px;
		width: 28px;
		height: 30px;
	}
	.activities-top-row h2 img:nth-child(1) {
		left: 100px;
	}
	.activities-top-row h2 img:nth-child(2) {
		right: 100px;
	}
}

.food-tube-row {
	padding-top: 100px;
	padding-bottom: 60px;
}

.food-tube-row h2 {
	font-size: 40px;
	text-align: center;
	font-weight: 800;
}

.food-tube-row h2.subtext {
	font-size: 25px;
	margin-top: -5px;
	padding-bottom: 10px;
}

.music-box {
	padding: 0;
}

.food-tube-row .music-box p.and {
	font-size: 26px;
	line-height: 28px;
	display: block;
	margin-bottom: 0;
	padding-top: 40px;
	vertical-align: center;
}

.food-tube-row .music-box h3 {
	font-size: 38px;
	line-height: 32px;
}

.food-tube-row .music-box small {
	line-height: 21px;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}

.tubing-every {
	border-top: 1px solid #ddd;
	margin-top: 30px;
    padding-top: 30px;
}

.tube-detail {
	padding: 0 15px;
}

.sponsors-volunteers {
	background: url(/wp-content/themes/fwf/img/sponsor-volunteer-back.gif) bottom center no-repeat #fff;
}

.sponsors-volunteers p {
	padding-top: 15px;
}

.sponsors-volunteers ul {
	padding-top: 20px;
	padding-left: 0;
}

.sponsors-volunteers ul li {
	margin-right: 40px;
}

.sponsor-button {
	display: block;
	width: 199px;
	height: 40px;
	text-indent: -9999px;
	background: url(/wp-content/themes/fwf/img/sponsor-button.jpg);
}

.sponsor-button:hover {
	background-position: 199px 0;
}

.bra span {
	line-height: .5;
	text-transform: uppercase;
}

.prices-section {
	background: url(/wp-content/themes/fwf/img/row-o-stars.png) 50% 20px no-repeat #ea0d2a;
}

.prices-section hr {
	max-width: 405px;
	width: 90%;
}

.prices-section h2 {
	font-size: 60px;
	margin-top: 70px;
}

.prices-section .price-stacker {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.prices-section .price-stacker {
		padding-bottom: 0;
	}
	.prices-section hr {
		border-color: transparent;
	}
	.prices-section h2 {
		padding-bottom: 20px;
	}
}

.prices-footer {
	position: relative;
	z-index: 2;
	height: 111px;
	background: url(/wp-content/themes/fwf/img/prices-section-bottom.png) center no-repeat;
}

.vip-na h4 {
	font-size: 42px;
	margin-top: 60px;
}

@media (max-width:767px) {
	.vip-na h4 {
		font-size: 36px;
	}
}

.price-headline {
	font-size: 45px;
}

.price-headline-sub {
	font-size: 18px;
	line-height: 18px;
}

.big-vip-ribbon {
	max-width: 800px;
	height: 168px;
	margin: 0 auto;
	background: url(/wp-content/themes/fwf/img/vip-big-ribbon.gif) center no-repeat;
}

.big-vip-ribbon h2 {
	font-size: 45px;
	line-height: 44px;
	padding-top: 19px;
}

@media (min-width:768px) {
	.big-vip-ribbon h3 {
		font-size: 28px;
		line-height: 50px;
	}
}

@media (max-width:767px) {
	.big-vip-ribbon h2 {
		font-size: 36px;
		padding-top: 0;
	}
}

.dots {
	padding-left: 5px;
    padding-right: 5px;
}

.dots:before {
	content: '\00B7';
	color: #fff;
}

#vip {
	margin-bottom: 30px;
}

.vip-lead-text {
	font-size: 20px;
	line-height: 24px;
	display: block;
	max-width: 717px;
	margin: 25px auto;
}

.vip-lead-text a {
	color: #032837;
}

.tent-headline a:hover,
.vip-lead-text a:hover {
	text-decoration: underline;
}

.vip-tents {
	max-width: 387px;
	margin: 0 auto 10px;
	padding: 11px;
	background: #032837;
}

.vip-tents p {
	font-size: 13px;
	line-height: 16px;
	max-width: 341px;
	margin: 0 auto 20px;
}

.tent-wrapper ul {
	margin-bottom: 20px;
}

.tent-wrapper li {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	padding-bottom: 5px;
}

@media (max-width:767px) {
	.vip-lead-text {
		text-align: center;
		padding: 0 20px;
	}
	.tent-wrapper ul {
		margin-bottom: 0px;
	}
}

.beach1,
.beach2,
.central,
.point,
.skybox {
	font-size: 20px;
	line-height: 33px;
	height: 33px;
	text-align: center;
	background: url(/wp-content/themes/fwf/img/tent-title.gif) center no-repeat;
}

h4.tent-title {
	float: none;
	display: block;
}

.tent-wrapper p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}

.tent-headline {
	font-size: 25px;
	line-height: 41px;
	max-width: 796px;
	height: 41px;
	margin: 50px auto;
	text-align: center;
	color: #fff;
	background: url(/wp-content/themes/fwf/img/sub-cta.gif) center no-repeat;
}

.tent-headline a:hover {
	color: #fff;
}

#email:hover,
.details a {
	text-decoration: none;
}

.priceRow {
	margin: 0 20px;
}

.price-stacker>div {
	padding: 0;
}

.price-stacker h4,
.price-stacker span {
	vertical-align: middle;
}

.price-stacker h4 {
	font-size: 60px;
	line-height: .85;
	margin-right: 5px;
}

.price-stacker span {
	font-size: 29px;
	line-height: .9;
}

.price-stacker.carnie-push {
	width: 240px;
	padding-left: 55px;
	background: url(/wp-content/themes/fwf/img/carnival-ticket.gif) left center no-repeat;
}

.col2-row2 p {
	font-size: 15px;
	line-height: 1.2;
}

.col2-row2 .smaller-text {
	font-size: 13px;
}

.col2-row2 h3 {
	font-size: 29px;
}

.h3-pad h3 {
	padding: 15px 0 5px;
}

.vip-text {
	margin: 10px 0 0;
}

.beer-icon {
	margin: 15px 0 0 10px;
}

.cashbar-icon {
	margin: 10px 0 0 -60px;
}

.sun-icon {
	margin: -5px 0 0;
}

.tp-icon {
	margin: 5px 0 0 -40px;
}

.details {
	background: url(/wp-content/themes/fwf/img/details-background.png) top center repeat-y;
	background-size: contain;
}

.details a {
	color: #9dc7c4;
}

.details .left p {
	margin: 0;
	padding-right: 55px;
	padding-bottom: 30px;
}

.details-wrap>div>div:nth-child(2)>div.col-lg-offset-1.col-lg-5.col-md-offset-1.col-md-5.col-sm-offset-1.col-sm-5.col-xs-offset-0.col-xs-12.left>p:nth-child(6) {
	padding-right: 20px;
}

body>div.details-wrap>div>div:nth-child(2)>div.col-lg-5.col-md-5.col-sm-6.col-xs-12.right>p:nth-child(6) {
	padding-right: 35px;
}

.details .right p {
	margin: 0;
	padding-bottom: 35px;
}

.details-wrap h3 {
	text-transform: uppercase;
}

.detail-header {
	background: url(/wp-content/themes/fwf/img/detail-header.gif) top center no-repeat;
}

.detail-header h2 {
	margin-left: -78px;
	padding-top: 45px;
}

.detail-header h2 img {
	margin-top: -60px;
}

.detail-header hr.detail-bottom-hr {
	margin: 20px auto 50px;
}

.details hr.detail-hr {
	width: 70%;
	margin: 10px 0 15px;
}

hr.detail-bottom-hr {
	width: 50%;
	margin: 10px auto 50px;
}

.coolers {
	float: right;
	margin-top: 10px;
}

.bring-title {
	font-size: 27px;
	line-height: 39px;
	width: 100%;
	height: 41px;
	margin-bottom: 20px;
	background: url(/wp-content/themes/fwf/img/bring-banner.gif) center no-repeat;
	background-size: cover;
}

.bring-list,
.dont-bring-list {
	font-size: 24px;
	padding-bottom: 60px;
	list-style: none;
	width: auto;
}

@media (max-width:768px) {
	.bring-list,
	.dont-bring-list {
		width: 250px;
		margin: 0 auto;
	}
}

.bring-list {
	list-style-image: url(/wp-content/themes/fwf/img/list-check.gif);
	background: url(/wp-content/themes/fwf/img/bring-list-firework.gif) bottom right no-repeat;
}

@media (max-width:480px) {
	.bring-title {
		font-size: 35px;
		line-height: inherit;
		width: auto;
		height: auto;
		background-size: cover;
	}
	.bring-list,
	.dont-bring-list {
		font-size: 20px;
	}
}

.dont-bring-list {
	list-style-image: url(/wp-content/themes/fwf/img/list-x.gif);
}

.celebrate-our-freedom {
	height: 445px;
}

.directions-bottom {
	height: 34px;
	background: url(/wp-content/themes/fwf/img/directions-bottom.png) center no-repeat;
}

.directions-forish {
	margin-top: -95px;
	margin-left: -69px;
}

.directions p {
	line-height: 1.2;
	padding: 0 20px;
}

@media (max-width:480px) {
	.directions h2 {
		background-position: 50% 10px;
		background-size: 7%;
	}
	.directions p {
		font-size: 17px;
	}
	.vipMap {
		padding: 0 14px;
	}
}

.directions hr {
	width: 75%;
}

a.take-trails-button {
	display: block;
	height: 40px;
	margin: 18px auto 0;
	text-indent: -9999px;
}

.driving-directions {
	width: 289px;
	background: url(/wp-content/themes/fwf/img/driving-directions-button.gif) no-repeat;
}

.driving-directions:hover {
	background: url(/wp-content/themes/fwf/img/driving-directions-button.gif) -289px 0 no-repeat;
}

.parking-map {
	display: block;
	width: 289px;
	height: 40px;
	margin: 30px auto 0;
	text-indent: -9999px;
	background: url(/wp-content/themes/fwf/img/parking-map-button.jpg) no-repeat;
}

.parking-map:hover {
	background: url(/wp-content/themes/fwf/img/parking-map-button.jpg) -289px 0 no-repeat;
}

.sponsors {
	margin: 0 auto;
	background: #fff;
	padding-bottom: 60px;
}

.sponsors h2 {
	margin-top: 60px;
	background: url(/wp-content/themes/fwf/img/sponsor-title-back.gif) center no-repeat;
}

.sponsors h3 {
	font-size: 27px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sponsors hr {
	width: 70%;
	margin-bottom: 30px;
}

.bang div {
	line-height: 120px;
	padding-bottom: 40px;
}

.sponsors .sponsorSectionTitle {
	font-size: 52px;
	line-height: .95;
	text-align: center;
	padding-bottom: 30px;
}
.sponsors .sponsorSectionTitle span {
	font-size: 30px;
	display: block;
}

#sponsors h3.red {
	font-size: 30px;
	position: relative;
	box-sizing: border-box;
}

#sponsors h4 {
	font-size: 24px;
}

@media (min-width:991px) {
	#sponsors h3::after,
	#sponsors h3::before {
		position: absolute;
		top: 10px;
		width: 162px;
		height: 10px;
		content: ' ';
		background: url(/wp-content/themes/fwf/img/sponsor-title-stars.jpg);
	}
	#sponsors h3::before {
		left: 50px;
	}
	#sponsors h3::after {
		right: 50px;
	}
}

#sponsors>div:nth-child(1)>div>h3::after,
#sponsors>div:nth-child(1)>div>h3::before {
	background: 0 0;
}

@media (max-width:991px) {
	.presenting,
	.roman {
		margin: 0;
		padding: 0 15px;
	}
	.presenting div {
		min-height: 150px;
	}
}

@media (max-width:767px) {
	.sponsors .row {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.presenting div {
		min-height: 130px;
	}
	.cherry-bomb {
		margin-bottom: 60px;
	}
	.present-sponsors {
		margin-top: 20px;
		margin-bottom: 80px;
	}
}

@media (min-width:768px) {
	.media-sponsors>div {
		float: none;
		margin: 0 auto;
	}
}

.cherry div,
.roman div {
	line-height: 70px;
	padding-bottom: 20px;
}

.p20 {
	padding-bottom: 20px;
}

.m40 {
	margin-top: 40px;
}

.hotel-top {
	min-height: 42px;
	background: url(/wp-content/themes/fwf/img/hotel-top.png) center no-repeat;
}

.hotel-bottom {
	min-height: 50px;
	background: url(/wp-content/themes/fwf/img/hotel-bottom.png) center no-repeat;
}

.hotel-info hr {
	width: 70%;
}

.bike-map,
.learn-more {
	display: block;
	width: 199px;
	height: 40px;
	margin: 10px auto 0;
	text-indent: -9999px;
}

.learn-more {
	background: url(/wp-content/themes/fwf/img/learn-more-button.jpg) no-repeat;
}

.learn-more:hover {
	background: url(/wp-content/themes/fwf/img/learn-more-button.jpg) -199px 0 no-repeat;
}

.bike-map {
	background: url(/wp-content/themes/fwf/img/bike-map-button.jpg) no-repeat;
}

.bike-map:hover {
	background: url(/wp-content/themes/fwf/img/bike-map-button.jpg) -199px 0 no-repeat;
}

.hotel-info-wrap ul {
	margin-bottom: 20px;
}

.prekindle-button,
.take-trail-button {
	height: 40px;
	margin: 10px auto 0;
	text-indent: -9999px;
	display: block;
}

.take-trail-button {
	width: 289px;
	background: url(/wp-content/themes/fwf/img/take-the-trail.jpg) no-repeat;
}

.take-trail-button:hover {
	background: url(/wp-content/themes/fwf/img/take-the-trail.jpg) -289px 0 no-repeat;
}

.prekindle-button {
	width: 288px;
	background: url(/wp-content/themes/fwf/img/prekindle.jpg) no-repeat;
}

.prekindle-button:hover {
	background-position: -288px 0;
}

.contact-us {
	background: url(/wp-content/themes/fwf/img/contact-us-back.gif) center;
}

p.proxima-bold.white a {
	text-decoration: underline;
}

.contact-us hr {
	width: 70%;
	margin: 30px auto 60px;
}

.contact-us h2 {
	margin-bottom: 30px;
	padding-top: 40px;
	background: url(/wp-content/themes/fwf/img/contact-us-header.gif) 50% 85% no-repeat;
}

@media (max-width:767px) {
	.contact-us h2 {
		background-image: none;
	}
}

.contact-us p.footer-text {
	font-size: 15px;
	padding-bottom: 15px;
}

.contact-us ul.list-inline li {
	padding: 0 7px;
}

.footer-logos {
	margin: 50px auto 30px;
}

.contact-us ul.list-inline.footer-logos li {
	padding: 0 30px;
}

.party-on-the-hill {
	font-size: 22px;
}

.party-on-the-hill span {
	font-size: 28px;
	display: block;
}

#contactIframe {
	height: 420px;
}

.tooltip {
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.tooltip>.tooltip-inner {
	color: #252525;
	background-color: #9dc7c4;
}

.motion-wrapper div {
	position: absolute;
}

.beach1-box,
.beach2-box,
.central-box,
.motion-wrapper,
.point-box,
.skybox-box {
	position: relative;
}

.headlines,
.proxima-xtbold {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.logo-block img,
.sponsors-volunteers h3 {
	margin-top: 20px;
}

.sponsors-volunteers h3 {
	margin-top: 50px;
}

.sponsors-volunteers h3.little-smaller {
	font-size: 35px;
}

.image-gallery-bucket.last,
.sponsors-volunteers ul li.last {
	margin-right: 0;
}

.activities-container {
	padding: 60px 30px;
	background: url(/wp-content/themes/fwf/img/activities-bottom.jpg) bottom center no-repeat #11375a;
}

.details-wrap {
	background: #11375a;
}

.activities-top-row h2 span,
.directions h2 span,
.sponsors-volunteers h3 span {
	font-size: 31px;
	vertical-align: middle;
	display: block;
}

.sponsors-volunteers {
	padding-bottom: 50px;
}

.sponsors-volunteers ul li {
	display: inline-block;
	margin: 0 auto;
}

.band-row a:hover,
.contact-us p a {
	text-decoration: none;
	color: #fff;
}

.music-box>p:nth-child(2) {
	position: relative;
	z-index: 2;
}

.bring-list li,
.dont-bring-list li {
	margin-bottom: 5px;
}

.time {
	font-size: 28px;
	margin: 0;
}

.time span {
	font-size: 19px;
}

.commonTitle {
	font-size: 38px;
}

.battle {
	font-size: 43px;
	line-height: .7;
}

.battle small {
	font-size: 25px;
	text-transform: lowercase;
}

.buffett {
	font-size: 26px;
	line-height: .9;
	margin: 0;
}

.flyover {
	font-size: 47px;
}

#mc_embed_signup {
	font: 14px Helvetica, Arial, sans-serif;
	clear: left;
	background: #fff;
}

.foot-top,
.menu-text,
.navmenu-nav li {
	font-weight: 700;
}

#freezyModal .modal-footer,
#freezyModal .modal-header {
	border-top: none;
	border-bottom: none;
}

#freezyModal>div>div>div.modal-footer>a {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	border-color: #062b3b;
	background: #062b3b;
}

#freezyModal>div>div>div.modal-footer>a.btn-primary:focus,
#freezyModal>div>div>div.modal-footer>a.btn-primary:hover {
	border-color: #062b3b;
	background: #0d3c51;
}

.contact-us p,
.prices-section span.big-price {
	font-size: 20px;
}

.col2-row2 hr,
hr.first {
	margin: 15px auto;
}

#bikeMap>div>div>div.modal-body>a>img {
	width: 100%;
}

.foot-declare {
	font-size: 11px;
	line-height: 1.25;
	display: block;
	width: 83%;
	margin: 0 auto 20px;
}

.band-desc {
	font-size: 19px;
}

#email {
	text-decoration: underline;
}

.footer-logos a img,
.socials a img {
	transition: opacity .25s ease-in-out;
	opacity: .65;
}

@media (max-width:480px) {
	.foot-declare {
		width: 100%;
	}
	.footer-logos>li:nth-child(2)>a>img {
		margin-top: 25px;
	}
}

@media (max-width:360px) {
	.socials a {
		display: block;
		margin: 10px;
	}
}

.footer-logos a:hover img,
.socials a:hover img {
	opacity: 1;
}

.contact-us-wrap a.trva-link {
	text-decoration: underline;
	color: #9dc7c4;
}

.contact-us-wrap a.trva-link:hover {
	text-decoration: none;
	color: #fff;
}

#parkingContainer {
	max-width: 1000px;
	height: 100%;
	margin: 0 auto 40px;
}

.direction-buttons .btn-fw4,
.direction-buttons .btn-fw4.active,
.direction-buttons .btn-fw4:active {
	font-family: vast_shadowregular;
	font-size: 18px;
	min-width: 288px;
	margin: 15px 0;
	text-transform: uppercase;
	color: #fff;
	border-color: #fff;
	border-radius: 0;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.direction-buttons .btn-fw4:hover {
	color: #002b3b;
	border-color: #002b3b;
}

.btn-text,
.btn-text.active,
.btn-text:active,
.volunteer-button,
.volunteer-button.active,
.volunteer-button:active {
	font-family: vast_shadowregular;
	font-size: 18px;
	min-width: 288px;
	margin: 15px 0;
	text-transform: uppercase;
	color: #9dc7c4;
	border-color: #9dc7c4;
	border-radius: 0;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.btn-text {
	color: #fff;
	border-color: #fff;
}

.btn-text:hover,
.volunteer-button:hover {
	color: #032837;
	border-color: #032837;
}

@media (max-width:320px) {
	.sponsors-volunteers ul li {
		display: block;
	}
	.volunteer-button,
	.volunteer-button.active,
	.volunteer-button:active {
		width: 100%;
		min-width: 100%;
	}
}

.sold-out {
	position: absolute;
	z-index: 10;
}

.skybox-box .sold-out {
	top: -5px;
	left: 23%;
}

.beach1-box .sold-out,
.central-box .sold-out {
	top: 48px;
	max-width: 222px;
}

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

@-webkit-keyframes fadeInRightBig {
	0% {
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInRightBig {
	0% {
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes fadeInLeftBig {
	from {
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform:translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		-ms-transform:none;
		transform: none;
		opacity: 1;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

.lazy-hidden {
	opacity: 0;
}

.lazy-loaded {
	opacity: 1;
	transition: opacity .33s ease-in-out;
}

@media (max-width:768px) {
	#sponsors>div.row.text-center.media-sponsors>div>div {
		padding-bottom: 0;
	}
	#sponsors>div:nth-child(23) {
		padding-bottom: 40px;
	}
}

@media (max-width:568px) and (orientation:landscape) {
	body>div.container.activities-container>div.row.activitiesRow>div:nth-child(11) {
		width: 100%;
	}
}

.fw4Ribbon {
	position: relative;
	width: auto;
	height: 34px;
	margin: 0 25px;
	text-align: center;
	line-height: 34px;
	background: #11375b;
	font-size: 20px;
	text-transform: uppercase;
}

.fw4Ribbon:after,
.fw4Ribbon:before {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 0;
	height: 0;
	content: '';
	border: 17px solid transparent;
	border-top-color: #11375b;
	border-bottom-color: #11375b;
}

.fw4Ribbon:before {
	left: -17px;
}

.fw4Ribbon:after {
	right: -17px;
}

@media (max-width:767px) {
	.fw4Ribbon {
		margin: 20px 50px 0 50px;
	}
}

#eventThumbRow .row {
	margin: 0 15px;
}

@media (max-width:768px) {
	body>div.container {
		padding-top: 50px;
	}
	.menu-close {
		margin: 10px 10px 0 0;
	}
}

.menu-text {
	display: inline-block;
	text-transform: uppercase;
	color: #8dbcb7;
	font-size: 40px;
	line-height: 45px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
	opacity: 1;
}

.canvas-slid .menu-text {
	opacity: 0;
	text-shadow: none;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-offcanvas .navmenu-nav>li>a,
.navmenu-default .navmenu-nav>li>a {
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
.navmenu-default .navmenu-nav>li>a:hover {
	color: #032837;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-offcanvas .navmenu-nav>li>a img,
.navmenu-default .navmenu-nav>li>a img {
	transition: all .3s ease-in-out;
	opacity: .6;
}

.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover>img,
.navmenu-default .navmenu-nav>li>a:hover>img {
	transition: all .3s ease-in-out;
	opacity: 1;
}

.foot-bottom,
.foot-top,
.navmenu-nav li {
	text-align: center;
}

.navmenu-nav li {
	text-transform: uppercase;
	font-family: montserratbold, Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navmenu-brand img {
	max-height: 50px;
	display: block;
	margin: 0 auto;
}

.foot-bottom,
.foot-top {
	font-size: 11px;
}

.foot-bottom {
	padding: 5px 10px 0;
}

.divider {
	height: 1px;
	margin: 9px 0;
	background-color: #e5e5e5;
}

.navmenu {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

a {
	color: #000;
}

.btn-primary,
.btn-primary:hover {
	color: #fff;
	transition: all .3s ease-in-out;
}

.btn-primary {
	background-color: #8dbcb7;
	border: none;
	border-radius: 0;
	text-shadow: none;
	font-size: 25px;
}

.btn-primary:hover {
	background-color: #416f6a;
}

.navbar-default .btn-vol, #pk-listframe .pkwidget-button {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
	background-color: #337ab7;
	position: absolute;
    right: -15%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    padding: 6px 12px;
}

.navbar-nav>li.btn-vol>a {
	padding: 0;
	margin: 0;
}

.navbar-default .container {
	overflow: visible;
}

@media (max-width:767px) {
	.navbar-default .btn-vol {
		position: relative;
		margin-top: 5px;
		right: 0;
		padding-left: 25px;
		padding-top: 13px;
		padding-bottom: 13px;
		text-align: left;
		margin-bottom: -7px;
	}
}

#volunteers h3:after,
#volunteers h3:before {
	background: 0 0;
}

@media (max-width:768px) {
	#sponsors h2.sponsorSectionTitle>span {
		font-size: 8vw;
	}
	.sponsors h2 {
		background: 0 0;
		margin-top: 0;
	}
}

@media (max-width:767px) {
	#eventThumbRow {
		padding-top: 20px;
	}
	#volunteers>div>h3,
	.activities-top-row h2 {
		font-size: 12vw;
		line-height: .9;
		padding-top: 0;
	}
	#volunteers>div>h3 #sponsors>div:nth-child(2)>div>h2>span,
	#volunteers>div>h3 span,
	#volunteers>div>h3 span.title-line-one,
	.activities-top-row h2 #sponsors>div:nth-child(2)>div>h2>span,
	.activities-top-row h2 span,
	.activities-top-row h2 span.title-line-one {
		font-size: 8vw;
	}
	.btn-primary {
		width: 100%;
	}
	#nav-icon3 span:nth-child(2) {
		box-shadow: none;
	}
	.footerLink {
		display: block;
	}
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
	position: relative;
}

.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.ekko-lightbox-nav-overlay a:empty {
	width: 49%;
}

.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}

.modal-backdrop.in {
	background-color: #333;
}

.modal-footer {
	text-align: center;
}

.ekko-lightbox .modal-content {
	box-shadow: none;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.ekko-lightbox .modal-header .close {
	opacity: .5;
	color: #fff;
	text-shadow: none;
	font-weight: 100;
	margin-top: 5px;
	font-size: 42px;
}

.ekko-lightbox .modal-header .close:hover {
	opacity: 1;
}

.ekko-lightbox .modal-header h4.modal-title {
	font-weight: 100;
	color: #fff;
	padding: 0;
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	text-align: left;
	opacity: .9;
	border: 0;
	color: #fff;
	font-weight: 100;
	padding: 0;
}

.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	transition: opacity .5s;
	opacity: .9;
	text-shadow: none;
}

#sponsors h3,
.headlines,
.sponsors h2,
.sponsors-volunteers h3 {
	font-size: 43px;
}

#volunteers>div>h3 {
	margin-top: 45px;
	line-height: .8;
}

@media (max-width:360px) {
	#sponsors h3,
	.activities-top-row h2,
	.contact-us h2,
	.details h2,
	.headlines,
	.sponsors h2,
	.sponsors-volunteers h3 {
		font-size: 32px;
	}
	.sponsors h2 {
		background: 0 0;
	}
}

.navbar {
	margin-bottom: 0;
}

.activitiesRow h4,
.fare-row li {
	font-family: Anton, sans-serif;
	text-transform: uppercase;
	list-style: none;
	font-style: normal;
}

#splashScreen.container {
	padding: 0;
}

.carousel-control {
	width: 5%;
	padding-top: 8%;
}

.item>div>div {
	padding-right: 0;
	padding: 0 4px;
}

.activities-container ul.activiteslist {
	padding-left: 0;
}

.activitiesRow {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}

.activities-notes {
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.activitiesRow h4 {
	font-size: 25px;
	margin-bottom: 10px;
	padding: 0 0 20px 40px;
	margin-left: -33px;
}

@media (min-width:769px) and (max-width:991px) {
	.activitiesRow h4 {
		font-size: 20px;
	}
}

.activitiesRow h4 img {
	margin-right: 10px;
}

@media (max-width:767px) {
	.activitiesRow {
		text-align: left;
	}
	.activitiesRow h4 img {
		display: none;
	}
	.activitiesRow h4 {
		font-size: 28px;
		padding-left: 10px;
		background: 0 0;
		margin: 0;
	}
}

@media (max-width:360px) {
	.activitiesRow>div {
		padding: 0;
	}
	.activitiesRow h4 {
		font-size: 20px;
		padding: 0 0 10px;
	}
}

@media (max-width:320px) {
	.activitiesRow h4 {
		font-size: 22px;
	}
	.activitiesRow h4 img {
		display: none;
	}
}

.activities-container>div>div:nth-child(3)>div>p {
	padding: 20px 0 10px;
}

.live-music h2,
.tubing h2 {
	font-size: 36px;
	margin: 0 0 20px;
	padding: 20px 0 0;
	text-align: center;
}

.live-music h2 {
	background: url(/wp-content/themes/fwf/img/live-music-background.gif) bottom center no-repeat;
}

.tubing h2 {
	background: url(/wp-content/themes/fwf/img/tubing-background.gif) bottom center no-repeat;
}

.activities-top-row h2 img,
h2.food-headline>img,
h2.music-headline>img {
	position: absolute;
	z-index: -1;
	top: 4px;
}


.activities-top-row h2 img:nth-child(1),
h2.food-headline>img:nth-child(1),
h2.music-headline>img:nth-child(1) {
	left: 0;
}

.activities-top-row h2 img:nth-child(2),
h2.food-headline>img:nth-child(2),
h2.music-headline>img:nth-child(2) {
	right: 0;
}

@media (min-width:767px) and (max-width:991px) {
	h2.music-headline>img {
		width: 35px;
		height: 35px;
	}
	h2.music-headline>img:nth-child(1) {
		left: 5px;
	}
	h2.music-headline>img:nth-child(2) {
		right: -5px;
	}
	h2.food-headline>img:nth-child(1) {
		left: 100px;
		width: 35px;
		height: 30px;
	}
	h2.food-headline>img:nth-child(2) {
		right: 100px;
		width: 28px;
		height: 30px;
	}
	.activities-top-row h2 img:nth-child(1) {
		left: 100px;
	}
	.activities-top-row h2 img:nth-child(2) {
		right: 100px;
	}
}

.tube-detail {
	padding: 0 15px;
}

.sponsors-volunteers {
	background: url(/wp-content/themes/fwf/img/sponsor-volunteer-back.gif) bottom center no-repeat #fff;
}

.sponsors-volunteers p {
	padding-top: 15px;
}

.sponsors-volunteers ul {
	padding-top: 20px;
	padding-left: 0;
}

.sponsors-volunteers ul li {
	margin-right: 40px;
}

.sponsor-button {
	display: block;
	width: 199px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: url(/wp-content/themes/fwf/img/sponsor-button.jpg);
}

.sponsor-button:hover {
	background-position: 199px 0;
}

.bra span {
	line-height: .5;
	text-transform: uppercase;
}

.prices-section {
	background: url(/wp-content/themes/fwf/img/row-o-stars.png) 50% 20px no-repeat #ea0d2a;
}

.prices-section hr {
	max-width: 405px;
	width: 90%;
}

.prices-footer {
	position: relative;
	z-index: 2;
	height: 111px;
	background: url(/wp-content/themes/fwf/img/prices-section-bottom.png) center no-repeat;
}

.price-headline {
	font-size: 45px;
}

.price-headline-sub {
	font-size: 18px;
	line-height: 18px;
}

.vip-lead-text {
	font-size: 19px;
	line-height: 1.2;
	display: block;
	max-width: 717px;
	margin: 25px auto;
}

.tent-headline a:hover,
.vip-lead-text a:hover {
	text-decoration: underline;
}

.vip-tents {
	max-width: 387px;
	margin: 0 auto 10px;
	padding: 11px;
	background: #032837;
}

.vip-tents p {
	font-size: 13px;
	line-height: 16px;
	max-width: 341px;
	margin: 0 auto;
	margin-bottom: 20px;
}

@media (max-width:768px) {
	.vip-lead-text {
		text-align: center;
		padding: 0 20px;
	}
}

.beach1,
.beach2,
.central,
.point,
.skybox {
	font-size: 20px;
	line-height: 33px;
	height: 33px;
	text-align: center;
	background: url(/wp-content/themes/fwf/img/tent-title.gif) center no-repeat;
}

h4.tent-title {
	float: none;
	display: block;
}

.skybox {
	color: #c172bc;
}

.central {
	color: #f27751;
}

.point {
	color: #fff100;
}

.beach1 {
	color: #55a595;
}

.beach2 {
	color: #45c7f0;
}

.tent-wrapper p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}

.tent-headline {
	font-size: 25px;
	line-height: 41px;
	max-width: 796px;
	height: 41px;
	margin: 50px auto;
	text-align: center;
	color: #fff;
	background: url(/wp-content/themes/fwf/img/sub-cta.gif) center no-repeat;
}

.tent-headline a:hover {
	color: #fff;
}

#email:hover,
.details a {
	text-decoration: none;
}

.priceRow {
	margin: 0 20px;
}

.price-stacker>div {
	padding: 0;
}

.price-stacker h4,
.price-stacker span {
	vertical-align: middle;
}

.price-stacker h4 {
	font-size: 60px;
	line-height: .85;
	margin-right: 5px
}

.price-stacker span {
	font-size: 29px;
	line-height: .9;
}

.price-stacker.carnie-push {
	width: 240px;
	padding-left: 55px;
	background: url(/wp-content/themes/fwf/img/carnival-ticket.gif) left center no-repeat;
}

.col2-row2 p {
	font-size: 15px;
	line-height: 1.2;
}

.col2-row2 .smaller-text {
	font-size: 13px;
}

.col2-row2 h3 {
	font-size: 29px;
}

.h3-pad h3 {
	padding: 15px 0 5px;
}

.vip-text {
	margin: 10px 0 0;
}

.beer-icon {
	margin: 15px 0 0 10px;
}

.cashbar-icon {
	margin: 10px 0 0 -60px;
}

.sun-icon {
	margin: -5px 0 0;
}

.tp-icon {
	margin: 5px 0 0 -40px;
}

.details {
	overflow: hidden;
	background: url(/wp-content/themes/fwf/img/details-background.png) top center repeat-y;
	background-size: contain;
}

.details a {
	color: #9dc7c4;
}

.details .left p {
	margin: 0;
	padding-right: 55px;
	padding-bottom: 30px;
}

.details-wrap>div>div:nth-child(2)>div.col-lg-offset-1.col-lg-5.col-md-offset-1.col-md-5.col-sm-offset-1.col-sm-5.col-xs-offset-0.col-xs-12.left>p:nth-child(6) {
	padding-right: 20px;
}

body>div.details-wrap>div>div:nth-child(2)>div.col-lg-5.col-md-5.col-sm-6.col-xs-12.right>p:nth-child(6) {
	padding-right: 35px;
}

.details .right p {
	margin: 0;
	padding-bottom: 35px;
}

.details-wrap h3 {
	text-transform: uppercase;
}

.detail-header {
	background: url(/wp-content/themes/fwf/img/detail-header.gif) top center no-repeat;
}

.detail-header h2 {
	margin-left: -78px;
	padding-top: 45px;
}

.detail-header h2 img {
	margin-top: -60px;
}

.detail-header hr.detail-bottom-hr {
	margin: 20px auto 50px;
}

.details hr.detail-hr {
	width: 70%;
	margin: 10px 0 15px;
}

hr.detail-bottom-hr {
	width: 50%;
	margin: 10px auto 50px;
}

.bring-title {
	font-size: 27px;
	line-height: 39px;
	width: 100%;
	height: 41px;
	margin-bottom: 20px;
	background: url(/wp-content/themes/fwf/img/bring-banner.gif) center no-repeat;
	background-size: cover;
}

.bring-list,
.dont-bring-list {
	font-size: 24px;
	padding-bottom: 60px;
	list-style: none;
	width: auto;
}

.bring-list {
	list-style-image: url(/wp-content/themes/fwf/img/list-check.gif);
	background: url(/wp-content/themes/fwf/img/bring-list-firework.gif) bottom right no-repeat;
}

@media (max-width:480px) {
	.bring-title {
		font-size: 35px;
		line-height: inherit;
		width: auto;
		height: auto;
		background-size: cover;
	}
	.bring-list,
	.dont-bring-list {
		font-size: 20px;
	}
}

.dont-bring-list {
	list-style-image: url(/wp-content/themes/fwf/img/list-x.gif);
}

.celebrate-our-freedom {
	height: 445px;
}

.directions-bottom {
	height: 34px;
	background: url(/wp-content/themes/fwf/img/directions-bottom.png) center no-repeat;
}

.directions-forish {
	margin-top: -95px;
	margin-left: -69px;
}

.directions p {
	line-height: 1.2;
	padding: 0 20px;
}

@media (max-width:480px) {
	.directions h2 {
		background-position: 50% 10px;
		background-size: 7%;
	}
	.directions p {
		font-size: 17px;
	}
	.vipMap {
		padding: 0 14px;
	}
}

.directions hr {
	width: 75%;
}

a.take-trails-button {
	display: block;
	height: 40px;
	margin: 18px auto 0;
	text-indent: -9999px;
}

.driving-directions {
	width: 289px;
	background: url(/wp-content/themes/fwf/img/driving-directions-button.gif) no-repeat;
}

.driving-directions:hover {
	background: url(/wp-content/themes/fwf/img/driving-directions-button.gif) -289px 0 no-repeat;
}

.parking-map {
	display: block;
	width: 289px;
	height: 40px;
	margin: 30px auto 0;
	text-indent: -9999px;
	background: url(/wp-content/themes/fwf/img/parking-map-button.jpg) no-repeat;
}

.parking-map:hover {
	background: url(/wp-content/themes/fwf/img/parking-map-button.jpg) -289px 0 no-repeat;
}

.sponsors h2 {
	margin-top: 60px;
	background: url(/wp-content/themes/fwf/img/sponsor-title-back.gif) center no-repeat;
}

@media (max-width:480px) {
	.sponsors h2 {
		background-size: contain;
	}
	.sponsors .row.inkind, .sponsors .inkind .row {
		margin-top: 0;
	}
	.sponsors .row.media-sponsors {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.sponsors h3 {
	font-size: 27px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sponsors hr {
	width: 70%;
	margin-bottom: 30px;
}

.bang div {
	line-height: 120px;
	padding-bottom: 40px;
}

@media (min-width:991px) {
	#sponsors h3::after,
	#sponsors h3::before {
		position: absolute;
		top: 10px;
		width: 162px;
		height: 10px;
		content: ' ';
		background: url(/wp-content/themes/fwf/img/sponsor-title-stars.jpg);
	}
	#sponsors h3::before {
		left: 27%;
	}
	#sponsors h3::after {
		right: 27%;
	}
}

#sponsors>div:nth-child(1)>div>h3::after,
#sponsors>div:nth-child(1)>div>h3::before {
	background: 0 0;
}

@media (min-width:768px) {
	.media-sponsors>div {
		float: none;
		margin: 0 auto;
	}
}

.cherry div,
.roman div {
	line-height: 70px;
	padding-bottom: 20px;
}

.hotel-top {
	min-height: 42px;
	background: url(/wp-content/themes/fwf/img/hotel-top.png) center no-repeat;
}

.hotel-bottom {
	min-height: 50px;
	background: url(/wp-content/themes/fwf/img/hotel-bottom.png) center no-repeat;
}

.hotel-info hr {
	width: 70%;
}

.bike-map,
.learn-more {
	display: block;
	width: 199px;
	height: 40px;
	margin: 10px auto 0;
	text-indent: -9999px;
}

.learn-more {
	background: url(/wp-content/themes/fwf/img/learn-more-button.jpg) no-repeat;
}

.learn-more:hover {
	background: url(/wp-content/themes/fwf/img/learn-more-button.jpg) -199px 0 no-repeat;
}

.bike-map {
	background: url(/wp-content/themes/fwf/img/bike-map-button.jpg) no-repeat;
}

.bike-map:hover {
	background: url(/wp-content/themes/fwf/img/bike-map-button.jpg) -199px 0 no-repeat;
}

.hotel-info-wrap ul {
	margin-bottom: 20px;
}

.prekindle-button,
.take-trail-button {
	height: 40px;
	margin: 10px auto 0;
	text-indent: -9999px;
	display: block;
}

.take-trail-button {
	width: 289px;
	background: url(/wp-content/themes/fwf/img/take-the-trail.jpg) no-repeat;
}

.take-trail-button:hover {
	background: url(/wp-content/themes/fwf/img/take-the-trail.jpg) -289px 0 no-repeat;
}

.prekindle-button {
	width: 288px;
	background: url(/wp-content/themes/fwf/img/prekindle.jpg) no-repeat;
}

.prekindle-button:hover {
	background-position: -288px 0;
}

.contact-us hr {
	width: 70%;
	margin: 30px auto 60px;
}

.contact-us p.footer-text {
	font-size: 15px;
	padding-bottom: 15px;
}

.contact-us ul.list-inline li {
	padding: 0 7px;
}

.footer-logos {
	margin: 50px auto 30px;
}

.contact-us ul.list-inline.footer-logos li {
	padding: 0 30px;
}

.party-on-the-hill {
	font-size: 22px;
}

.party-on-the-hill span {
	font-size: 28px;
	display: block;
}

#contactIframe {
	height: 420px;
}

.tooltip {
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.tooltip>.tooltip-inner {
	color: #252525;
	background-color: #9dc7c4;
}

.motion-wrapper div {
	position: absolute;
}

.beach1-box,
.beach2-box,
.central-box,
.motion-wrapper,
.point-box,
.skybox-box,
body {
	position: relative;
}

.headlines,
.proxima-xtbold {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.logo-block img,
.sponsors-volunteers h3 {
	margin-top: 20px;
}

.sponsors-volunteers h3 {
	margin-top: 50px;
}

.sponsors-volunteers h3.little-smaller {
	font-size: 35px;
}

.image-gallery-bucket.last,
.sponsors-volunteers ul li.last {
	margin-right: 0;
}

.details-wrap {
	background: #11375a;
}

.activities-top-row h2 span,
.directions h2 span,
.sponsors-volunteers h3 span {
	font-size: 31px;
	vertical-align: middle;
	display: block;
}

.sponsors-volunteers {
	padding-bottom: 50px;
}

.sponsors-volunteers ul li {
	display: inline-block;
	margin: 0 auto;
}

.music-box>p:nth-child(2) {
	position: relative;
	z-index: 2;
}

.commonTitle {
	font-size: 38px;
}

.battle {
	font-size: 43px;
	line-height: .7;
}

.battle small {
	font-size: 25px;
	text-transform: lowercase;
}

.buffett {
	font-size: 26px;
	line-height: .9;
	margin: 0;
}

.flyover {
	font-size: 47px;
}

#mc_embed_signup {
	font: 14px Helvetica, Arial, sans-serif;
	clear: left;
	background: #fff;
}

#freezyModal .modal-footer,
#freezyModal .modal-header {
	border-top: none;
	border-bottom: none;
}

#freezyModal>div>div>div.modal-footer>a {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	border-color: #062b3b;
	background: #062b3b;
}

#freezyModal>div>div>div.modal-footer>a.btn-primary:focus,
#freezyModal>div>div>div.modal-footer>a.btn-primary:hover {
	border-color: #062b3b;
	background: #0d3c51;
}

.contact-us p,
.prices-section span.big-price {
	font-size: 20px;
}

.col2-row2 hr,
hr.first {
	margin: 15px auto;
}

.cherry div,
.roman div {
	line-height: 50px;
}

@media (max-width:991px) {
	.cherry div,
	.roman div {
		min-height: 120px;
	}
}

#bikeMap>div>div>div.modal-body>a>img {
	width: 100%;
}

.foot-declare {
	font-size: 11px;
	line-height: 1.25;
	display: block;
	width: 83%;
	margin: 0 auto 20px;
}

.band-desc {
	font-size: 19px;
}

#email {
	text-decoration: underline;
}

.footer-logos a img,
.socials a img {
	transition: opacity .25s ease-in-out;
	opacity: .65;
}

@media (max-width:480px) {
	.foot-declare {
		width: 100%;
	}
	.footer-logos>li:nth-child(2)>a>img {
		margin-top: 25px;
	}
}

@media (max-width:360px) {
	.socials a {
		display: block;
		margin: 10px;
	}
}

.footer-logos a:hover img,
.socials a:hover img {
	opacity: 1;
}

.contact-us-wrap a.trva-link {
	text-decoration: underline;
	color: #9dc7c4;
}

.contact-us-wrap a.trva-link:hover {
	text-decoration: none;
	color: #fff;
}

#parkingContainer {
	overflow: hidden;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto 40px;
}

#parkingContainer a>img {
	cursor: pointer;
}

.btn-text {
	color: #fff;
	border-color: #fff;
}

.btn-text:hover,
.volunteer-button:hover {
	color: #032837;
	border-color: #032837;
}

@media (max-width:320px) {
	.sponsors-volunteers ul li {
		display: block;
	}
	.volunteer-button,
	.volunteer-button.active,
	.volunteer-button:active {
		width: 100%;
		min-width: 100%;
	}
}

.sold-out {
	position: absolute;
	z-index: 10;
}

.skybox-box .sold-out {
	top: -5px;
	left: 23%;
}

.beach1-box .sold-out,
.central-box .sold-out {
	top: 48px;
	max-width: 222px;
}

@media (max-width:768px) {
	#sponsors>div.row.text-center.media-sponsors>div>div {
		padding-bottom: 0;
	}
	#sponsors>div:nth-child(23) {
		padding-bottom: 40px;
	}
}

@media (max-width:568px) and (orientation:landscape) {
	body>div.container.activities-container>div.row.activitiesRow>div:nth-child(11) {
		width: 100%;
	}
}

@media (max-width:767px){
  .vipRow .text-right{
	text-align:center;
  }
  .vipRow div:nth-child(2)
, .vipRow .text-left{
	text-align:center;
  }
  .row.cherry div{
	min-height:75px;
  }
}
@media (min-width:768px){
  .cherry div{
	min-height:100px;
  }
}

@media (min-width:768px) {
	.anfin {
		width: 80%;
	}
}

.pandj {
	max-width: 85px;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.kimley {
	margin-top: 15px;
	max-width: 150px;
	width: 100%;
}

@media (min-width:768px) {
	.kimley {
		margin-top: 25px;
	}
}

@media (max-width:768px) {
	.cdmski {
		padding-left: 20px;
	}
}

/* Media page specific */

.page-template-page-media .site-header {
	display: none;
}

.page-template-page-media .site-content {
	margin-top: 0;
}

.page-template-page-media .media-container h2 {
	font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
}

.page-template-page-media .media-container h1 {
	    font-family: proxima-nova-alt-ext-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 72px;
    padding-top: 30px;
}

.page-template-page-media .media-container a, .page-template-page-media .media-container a:visited, .page-template-page-media .media-container a:hover,
.page-template-page-media .media-container a:focus, .page-template-page-media .media-container a:active {
	color: #fff;
}

.media-container {
	color: #fff;
	padding: 0 30px 80px 30px;
	background-color:#11375a;
}

.page-template-page-media .split-list ol {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
	-o-column-gap: 2em;
	column-gap: 2em;
}

.media-logo {
	max-width: 400px;
	height: auto;
}

.page-template-page-media .title-head, .list-border {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/* IE 11 and above specific query */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.taglineBox {
		left: 39%;
	}
}

@supports (-ms-ime-align:auto) {
	.taglineBox {
		left: 35%;
		min-width: 350px;
	}
	@media (max-width:1000px) {
		.taglineBox {
			left: 31%;
			min-width: 300px;
		}
	}
}