/************** LOAD FONTS ******************/

@font-face {
    font-family: "BerlinBold";
    font-style: normal;
    font-weight: normal;
    src: url("Fonts/berlin-webfont.eot?iefix") format("eot"),
    	 url("Fonts/berlin-webfont.woff") format("woff"),
    	 url("Fonts/berlin-webfont.ttf") format("truetype"),
    	 url("Fonts/berlin-webfont.svg#webfontysIoyXZU") format("svg");
}

@font-face {
    font-family: 'megalopolis_extraregular';
    src: url('Fonts/megalopolisextra-webfont.eot');
    src: url('Fonts/megalopolisextra-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/megalopolisextra-webfont.woff') format('woff'),
         url('Fonts/megalopolisextra-webfont.ttf') format('truetype'),
         url('Fonts/megalopolisextra-webfont.svg#megalopolis_extraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumMedium';
    src: url('Fonts/titilliummedium-webfont.eot');
    src: url('Fonts/titilliummedium-webfont.eot?iefix') format("embedded-opentype"),
         url('Fonts/titilliummedium-webfont.woff') format('woff'),
         url('Fonts/titilliummedium-webfont.ttf') format('truetype'),
         url('Fonts/titilliummedium-webfont.svg#webfontfd5HKSW0') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumBold';
    src: url('Fonts/titilliumbold-webfont.eot');
    src: url('Fonts/titilliumbold-webfont.eot?iefix') format("embedded-opentype"),
         url('Fonts/titilliumbold-webfont.woff') format('woff'),
         url('Fonts/titilliumbold-webfont.ttf') format('truetype'),
         url('Fonts/titilliumbold-webfont.svg#webfontEjgpBds4') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumXBold';
    src: url('Fonts/titilliumextrabold-webfont.eot');
    src: url('Fonts/titilliumextrabold-webfont.eot?iefix') format("embedded-opentype"),
         url('Fonts/titilliumextrabold-webfont.woff') format('woff'),
         url('Fonts/titilliumextrabold-webfont.ttf') format('truetype'),
         url('Fonts/titilliumextrabold-webfont.svg#webfontsDO2OUJD') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlfaSlabOneRegular';
    src: url('Fonts/AlfaSlabOne-Regular-OTF-webfont.eot');
    src: url('Fonts/AlfaSlabOne-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/AlfaSlabOne-Regular-OTF-webfont.woff') format('woff'),
         url('Fonts/AlfaSlabOne-Regular-OTF-webfont.ttf') format('truetype'),
         url('Fonts/AlfaSlabOne-Regular-OTF-webfont.svg#AlfaSlabOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************* BODY/CONTAINER ********************/

body {
	color:#313131;
	background: #000000 url('images/events_bg.jpg') repeat-x center top fixed;
	font: 11px/19px Arial, Verdana, sans-serif;
	color: #313131;
}

.wrapper {
	width:976px;
}

.content {
	background-color:#D4C182;
	border:none;
	padding:30px 16px 12px;
}

.modal {
    background:#fff;
    padding-top: 15px;
	border-radius: 5px;
}

.modalBody {
	background:#E6D3A9;
	padding: 15px;
}

.ui-widget-overlay,
.modalPageBackground {
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.70;
	background-color: #00162E;
}

/*********************** STANDARD ELEMENTS ********************/
a {
	color: #c7181e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
#excitingEventsList .eventListPage a.buyNowText, a.buyNowText {
	color: #D70B0B;
	text-decoration: underline;
	font-weight: bold;
}

#excitingEventsList .eventListPage a.buyNowText:hover, a.buyNowText:hover {
	color: #D70B0B;
	text-decoration:none;
}

h1, h2, h3
{
	color: #c7181e;
}

h1 {
	font: 32px/36px  'TitilliumXBold';
	margin:0.2em 0;
}

.homepageh1 {
	font: 22px "BerlinBold";
	text-shadow:3px 2px 4px #333;
}

h2 {
	font: 20px/22px  'TitilliumXBold';
}

h2 a {
	color: #c7181e;
}

h3 {
	font: 14px/18px  'TitilliumXBold';
}

.hoverContent {
	border-color:#756F46;
}

.starlist li,
.starlist li ul li,
.pdflist li,
.pdflist li ul li {
	background:url(images/bullet.png) no-repeat left 7px;
	line-height:18px;
	margin:0;
	padding:0 0 0 30px;
}

.alternateRow {
	background:#E5DABB;
}

/************* BUTTON STYLES *********************/
a.button,
.button {
	background: rgb(255,209,2);
	background: -moz-linear-gradient(top, rgba(255,209,2,1) 50%, rgba(255,230,3,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,209,2,1)), color-stop(50%,rgba(255,230,3,1)));
	background: -webkit-linear-gradient(top, rgba(255,209,2,1) 50%,rgba(255,230,3,1) 50%);
	background: -o-linear-gradient(top, rgba(255,209,2,1) 50%,rgba(255,230,3,1) 50%);
	background: -ms-linear-gradient(top, rgba(255,209,2,1) 50%,rgba(255,230,3,1) 50%);
	background: linear-gradient(to bottom, rgba(255,209,2,1) 50%,rgba(255,230,3,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd102', endColorstr='#ffe603',GradientType=0 );
	padding:1px 8px;
	font: 12px/21px  'TitilliumXBold';
	text-transform: uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#534330 !important;
	text-decoration:none;
}
a.button:hover,
.button:hover {
	background: #ffbd01;
	background: -moz-linear-gradient(top,  #ffbd01 50%, #ffd601 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffbd01), color-stop(50%,#ffd601));
	background: -webkit-linear-gradient(top,  #ffbd01 50%,#ffd601 50%);
	background: -o-linear-gradient(top,  #ffbd01 50%,#ffd601 50%);
	background: -ms-linear-gradient(top,  #ffbd01 50%,#ffd601 50%);
	background: linear-gradient(to bottom,  #ffbd01 50%,#ffd601 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd01', endColorstr='#ffd601',GradientType=0 );
}


a.buyNowButton,
a.deleteButton {
	background: rgb(171,24,24);
	background: -moz-linear-gradient(top, rgba(171,24,24,1) 50%, rgba(213,30,30,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(171,24,24,1)), color-stop(50%,rgba(213,30,30,1)));
	background: -webkit-linear-gradient(top, rgba(171,24,24,1) 50%,rgba(213,30,30,1) 50%);
	background: -o-linear-gradient(top, rgba(171,24,24,1) 50%,rgba(213,30,30,1) 50%);
	background: -ms-linear-gradient(top, rgba(171,24,24,1) 50%,rgba(213,30,30,1) 50%);
	background: linear-gradient(to bottom, rgba(171,24,24,1) 50%,rgba(213,30,30,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab1818', endColorstr='#d51e1e',GradientType=0 );
	color:#fff !important;
}

a.buyNowButton:hover,
a.deleteButton:hover,
.quickVoteVote.notVoted:hover,
a.quickVoteVote.notVoted:hover {
	background: #b32f2f;
	background: -moz-linear-gradient(top,  #b32f2f 50%, #d93434 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#b32f2f), color-stop(50%,#d93434));
	background: -webkit-linear-gradient(top,  #b32f2f 50%,#d93434 50%);
	background: -o-linear-gradient(top,  #b32f2f 50%,#d93434 50%);
	background: -ms-linear-gradient(top,  #b32f2f 50%,#d93434 50%);
	background: linear-gradient(to bottom,  #b32f2f 50%,#d93434 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32f2f', endColorstr='#d93434',GradientType=0 );
}

/***************** CONTAINERS **************************/
.subContainer,
.sidepic {
	color:#fff;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
	background:#AB0B11;
	color:#fff !important;
}

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
	color: #fff;
}

.subContainer .error {
	color: #F6D922;
}

.dateDisplayBar {
	background: #AB0B11;
	color:#fff;
}

.dateDisplayBar a {
	color:#fff;
}

#google_translate_element {
	top:232px;
	right:30px;
}

.modal_content #google_translate_element {
	top:6px;
	left: 320px;
}


.orderhistory {
	background:#0553b0;
	color:#fff;
}

.orderhistory th {
	color:#fff;
    padding: 8px 3px;
}

/************************* TABS *******************************/
.homepageTabsContainer,
.tabs {
	padding-left:20px;
}

.tabs {
	margin-bottom:0;
}

.homepageTabsContainer {
	margin-left: -5px;
}

.homepageTabs li ul {
	background: #c7181e;
}

.homepageTabs ul.menu a {
	color:#fff;
}

.homepageTabs ul.menu li:hover {
	background: #F6D922;
	color: #c7181e;
}

.tab,
.tabOn {
	font: 12px/18px  'TitilliumXBold';
}

.tabOn {
 background-color: #c7181e; !important;
}
.homepageTabs ul.menu a {
	font: 11px Arial,Verdana,sans-serif;
}


.homepageTabs > li > a,
.tabs > ul > li > a {
	background: #ed1c24;
	float: left;
	display: block;
	padding: 5px 12px;
	height: 17px;
	margin: 6px 7px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	white-space: nowrap;
}

.homepageTabs a,
.tabs a {
	color:#fff;
}

.homepageTabs > li > a:hover {
	background: #c7181e;
}

.homepageTabs .eventTabSubmenu {
	background:#3875B7;
}

/******************************* TOP/GLOBAL ITEMS ************************************/
.header {
	margin:0 auto;
}

.nav {
	background: #e71a22;
	background: -moz-linear-gradient(top,  #e71a22 0%, #a60a10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e71a22), color-stop(100%,#a60a10));
	background: -webkit-linear-gradient(top,  #e71a22 0%,#a60a10 100%);
	background: -o-linear-gradient(top,  #e71a22 0%,#a60a10 100%);
	background: -ms-linear-gradient(top,  #e71a22 0%,#a60a10 100%);
	background: linear-gradient(to bottom,  #e71a22 0%,#a60a10 100%);
	height: 50px;
	padding: 0 12px;
	border:none;
	margin-top: 48px;
}

#tents {
    background: url("images/tents.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    left: 158px;
    position: absolute;
    top: -90px;
    width: 300px;
}

.nav .groups {
	margin: 13px 0 0 0;
	float: right;
}

.nav .groups .group {
	margin: 0px 10px;
	padding-bottom: 12px;
}

.nav .items,
.nav .subitems {
	background: rgb(168,11,16);
	background: rgba(168,11,16,0.9);
	padding:0;
}

.nav .items .item a {
	font:11px Arial, Helvetica, sans-serif;
}

.nav .items .item a:hover {
	background-color: #D34B4F;
	color: #fff !important;
}

.nav .groups .group a {
    font: 19px/21px 'megalopolis_extraregular';
	text-transform: uppercase;
	color:#fff;
}

.nav .groups .group:hover .items .item a,
.nav .items .item a {
	color:#FFF;
	font:11px Arial, Helvetica, sans-serif;
}

.nav .group:hover span a {
	color: #ffef48;
}

.nav .groups .group>a:hover,
.nav .groups .group:hover>a,
.nav .groups .group a:hover {
    color: rgb(255, 245, 175);
}

/* DATES BANNER */
#widgetBanner {
	background:url(images/content_divider.png) repeat-x #D4C182;
	border:none;
	border-bottom:none;
    color: #fff;
    height: 74px;
	margin-bottom: -15px;
	position: relative;
}

#siteInfoBannerWidget {
	font-size:18px;
	font-family:"BerlinBold";
    left: 30%;
    text-align: right;
    top: 21px;
    width: 664px;
}

#siteInfoBannerWidget #eventDates {
	color:#fff;
	font-family:"BerlinBold";
	font-size:38px;
	text-shadow:3px 2px 4px #333;
}

.countdownDays {
	color:#0054b6;
	font-size:1.5em;
	position:relative;
	text-shadow:none;
}

#siteInfoBannerWidget #eventName {
	line-height:0.8em;
}

#eventName {
	color:#0054b6;
	text-transform: uppercase;
	position: relative;
	top: 21px;
}
/* WEATHER BUG */
#weatherBugWidget {
	top: 53px;
	left: 40px;
	color:#7a7655;
}

#weatherBugText {
    font: 14px "BerlinBold";
    text-transform: uppercase;
}

#weatherBugImage {
    top: 3px;
}

#logoContainer {
	display:block;
	width:227px;
	height:194px;
	position:absolute;
	background:url(images/logo.png) no-repeat;
	top:-2px;
	left:0;
	z-index: 5002;
}

#customLogo {
	background:url(images/logo.gif) no-repeat;
	position:absolute;
	width:212px;
	height:184px;
	top:13px;
	left:17px;
	z-index: 5003;
}

.generalmessage {
	background:#0553b0;
	color:#fff !important;
	font: 18px/40px 'TitilliumBold';
	padding-top: 0px;
	padding-bottom: 8px;
}

.generalmessage a {
	color: #fff;
}

.socialNetworks {
    position: static;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}

.emailSignup {
    right: 10px;
    top: 49px;
    width: auto;
}

.searchBox {
	right:111px;
	top:49px;
}

.quickLinks {
    position: static;
    float: right;
    margin-top: 13px;
}

.quickLinks ul li {
	font: 13px/21px 'TitilliumBold';
}

.quickLinks ul li a:not('.button') {
	font: 13px/21px 'TitilliumBold';
}

.quickLinks ul li>a:hover, .quickLinks ul li.standardLoginStatus a:hover, .quickLinks ul li.standardMyAccount a:hover,  a.cartMenuLink:hover {
    color: rgb(255, 245, 175);
}

.quickLinks ul .viewcart a:not('.button') {
	font: 10px/21px Verdana, Arial, sans-serif;
}

.ticket
{
	background: url('images/icon_ticket.png') no-repeat 7px 1px;
}

.ticket:hover
{
	background: url('images/icon_ticket_on.png') no-repeat 7px 1px;
}

.gbrsfHeaderTicketsAndDeals {
	position: relative;
	top:-6px;
}

.gbrsfHeaderTicketsAndDeals a {
	display: inline-block;
  float: right;
  overflow: hidden;
  position: absolute;
  width: 0 !important;
  padding: 0 0 0 186px;
  background: url(images/buy-tickets.png) no-repeat 0 bottom;
  height: 30px;
  right: 11px;
  -webkit-animation: 1.5s ease 0s infinite pulse;
          animation: 1.5s ease 0s infinite pulse;
}

.gbrsfHeaderTicketsAndDeals a:hover {
	background-position: 0 3px;
}

@-webkit-keyframes pulse {
  0% {
    background-position: 0 bottom;
  }
  49% {
    background-position: 0 bottom;
  }
  50% {
    background-position: 0 3px;
  }
  99% {
    background-position: 0 3px;
  }
  100% {
    background-position: 0 bottom;
  }
}

@keyframes pulse {
  0% {
    background-position: 0 bottom;
  }
  49% {
    background-position: 0 bottom;
  }
  50% {
    background-position: 0 3px;
  }
  99% {
    background-position: 0 3px;
  }
  100% {
    background-position: 0 bottom;
  }
}

.cartNavItemSection.cartNavItemSectionProductDetails {
	border-bottom-color:#fff;
}

.quickLinks,
.quickLinks ul li>a, .quickLinks ul li.standardLoginStatus a, .quickLinks ul li.standardMyAccount a, a.cartMenuLink {
	color:#fff;
}

.quickLinks ul li.socialLinks {
    right: 68px;
    top: -30px;
}

/* MUSIC PLAYER */
#musicPlayerLink {
    background: url("images/music-btn.png") no-repeat right 0;
    border: none;
    height: 22px;
    width: 22px;
}



#musicPlayerDropdown {
    background: #FFFFFF;
    border: 1px solid #666666;
    color: #000000;
    font-size: 0.9em;
    padding: 8px 10px;
    right: 0;
    top: 22px;
}

#musicPlayerDropdown a {
	color:#000;
	font-family:'TitilliumXBold';
	font-size:13px;
	text-decoration:none;
	padding:3px;
}

#musicPlayerDropdown a:hover {
	background:#F7EFD7
}

/****************** WIDGETS ***************/

/* WIDGET GENERAL */
.widget h1,
#sponsorWidgetContainer .homepageh1 {
	color:#F5DF26;
}

.homepageContent {
	height:583px;
}

.homepageContent.noSponsorsEnabled.noQuickVoteEnabled {
	height: 415px;
}

/* SLIDESHOW */
#slideshowWidget #slideshowSlider { /* set slide width and height here */
	height:354px;
	width:527px;
}

#slideshowWidget .anythingSlider {
	width:527px;
}

#slideshowWidget {
	height:366px;
	width:547px;
	padding-top:10px;
	padding-bottom:0;
	background:#95875B;
	margin-left:12px;
}

#slideshowWidget #slideshowTitle {
	font-size:30px;
	bottom:48px;
	left:22px;
}

#slideshowWidget .slideshowTitle {
	color:#F5DF26;
	font:31px "BerlinBold";
}
#slideshowWidget .slideshowTextContainer {
	width:394px;
	padding-left:12px;
	padding-top:5px;
	padding-right:121px;
	height:98px;
	color:#fff;
	background:rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
}

#slideshowWidget .anythingWindow {
	background:#000;
}

#slideshowWidget .anythingControls {
	bottom:9px;
	right:8px;
}

#slideshowWidget .anythingSlider-default .anythingControls ul {
	float:right;
	top:-1px;
}

#slideshowWidget .start-stop {
	height:15px;
	width:15px;
}

.start-stop.playing {
    background: url("images/slideshow-pause.png") no-repeat scroll center center transparent;
}

.start-stop {
    background: url("images/slideshow-play.png") no-repeat scroll center center transparent;
}

#slideshowWidget .thumbNav a {
	background:url(images/slideshow-slide.png) no-repeat center;
	height:15px;
	width:15px;
}

#slideshowWidget .thumbNav a.cur {
	background:url(images/slideshow-slide-on.png) no-repeat center;
}

#slideshowWidget .buyNowButton, #slideshowWidget .slideshowMoreButton {
	bottom: 45px;
	right:8px;
	background: rgb(213,30,30);
	background: -moz-linear-gradient(top, rgba(213,30,30,1) 0%, rgba(213,30,30,1) 50%, rgba(171,24,24,1) 51%, rgba(171,24,24,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,30,30,1)), color-stop(50%,rgba(213,30,30,1)), color-stop(51%,rgba(171,24,24,1)), color-stop(100%,rgba(171,24,24,1)));
	background: -webkit-linear-gradient(top, rgba(213,30,30,1) 0%,rgba(213,30,30,1) 50%,rgba(171,24,24,1) 51%,rgba(171,24,24,1) 100%);
	background: -o-linear-gradient(top, rgba(213,30,30,1) 0%,rgba(213,30,30,1) 50%,rgba(171,24,24,1) 51%,rgba(171,24,24,1) 100%);
	background: -ms-linear-gradient(top, rgba(213,30,30,1) 0%,rgba(213,30,30,1) 50%,rgba(171,24,24,1) 51%,rgba(171,24,24,1) 100%);
	background: linear-gradient(to bottom, rgba(213,30,30,1) 0%,rgba(213,30,30,1) 50%,rgba(171,24,24,1) 51%,rgba(171,24,24,1) 100%);
	color:#fff !important;
}


/* QUICK VOTE */
#quickVoteWidget {
    width: 328px;
	height: 170px;
	padding:7px 7px 7px 25px;
	margin:0 15px 8px;
	right:9px;
	top: 395px;
	background:#95875B;
	right: -4px;
}

.quickVoteAnswer .color3 {
	background:	#AB0B11;
}

#quickVoteGetResultsDiv {
	top:5px;
	right:12px;
}

a#quickVoteGetResults {
	width:85px;
	height:17px;
	margin:7px auto 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:1px 4px 4px;
}

a.voted {
	color:#313131;
}

.quickVoteVote.notVoted,
a.quickVoteVote.notVoted {
	background: rgb(171,24,24);
	background: -moz-linear-gradient(top, rgba(171,24,24,1) 0%, rgba(171,24,24,1) 41%, rgba(86,13,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,24,24,1)), color-stop(41%,rgba(171,24,24,1)), color-stop(100%,rgba(86,13,13,1)));
	background: -webkit-linear-gradient(top, rgba(171,24,24,1) 0%,rgba(171,24,24,1) 41%,rgba(86,13,13,1) 100%);
	background: -o-linear-gradient(top, rgba(171,24,24,1) 0%,rgba(171,24,24,1) 41%,rgba(86,13,13,1) 100%);
	background: -ms-linear-gradient(top, rgba(171,24,24,1) 0%,rgba(171,24,24,1) 41%,rgba(86,13,13,1) 100%);
	background: linear-gradient(to bottom, rgba(171,24,24,1) 0%,rgba(171,24,24,1) 41%,rgba(86,13,13,1) 100%);
	color:#fff;
	text-align:center;
	margin-right:5px;
	font-size:9px;
	text-transform:uppercase;
}

.quickVoteItems {
	font-weight:bold;
}

.quickVoteQuestion {
	font-weight:bold;
	font-size:13px;
}

.notVoted {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* CAROUSEL */
.excitingEventsCarousel {
	width:400px;
}

.excitingEventsCarousel .homepageh1 {
	text-align:center;
	margin-top:5px;
}

#excitingEventsTextContent {
	text-align:center;
}

#excitingEventsTitleContent {
	margin-bottom:6px;
}

.carouselContainer {
	width:314px;
	height:167px;
}

#excitingEventsCarousel {
	width:330px;
	height: 399px;
	right:11px;
	top:0;
	padding-left:15px;
	padding-right:15px;
}

#eventCarouselMusicLink {
	display:inline;
}

#excitingEventsCarousel .button {
	min-width:55px;
	margin:4px;
	position:relative;
	display:inline;
	display:inline-block;
}

#excitingEventsTitleContent a.carouselTextAnchor,
#excitingEventsTitleContent {
	text-decoration:none;
	font:13px 'TitilliumBold';
	color:#fff;
	text-shadow:5px 4px 4px #000000;
	text-transform:capitalize;
}

#excitingEventsDescriptionContent a.carouselTextAnchor,
#excitingEventsDescriptionContent {
	color:#fff;
	text-shadow: 0;
}

 a.carouselTextAnchor {
	 text-decoration:none;
 }

 a.carouselTextAnchor:hover {
 }

.carouselRight {
	border-color: transparent transparent transparent #ffffff;
}

.carouselLeft {
	border-color: transparent #ffffff transparent transparent;
}

.carouselImage {
	background: -moz-linear-gradient(top, rgba(89,84,55,0.6) 0%, rgba(89,84,55,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,84,55,0.6)), color-stop(100%,rgba(89,84,55,0.6)));
	background: -webkit-linear-gradient(top, rgba(89,84,55,0.6) 0%,rgba(89,84,55,0.6) 100%);
	background: -o-linear-gradient(top, rgba(89,84,55,0.6) 0%,rgba(89,84,55,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(89,84,55,0.6) 0%,rgba(89,84,55,0.6) 100%);
	background: linear-gradient(to bottom, rgba(89,84,55,0.6) 0%,rgba(89,84,55,0.6) 100%);
}

#excitingEventsCarousel {
	background:#95875B;
}

/* EVENT LIST */
#excitingEventsList {
    background: #8F8A64;
    height: 563px;
    padding: 0 15px 8px;
	right:11px;
	top:0;
    width: 330px;
}

#excitingEventsListContentContainer {
    height: 347px;
    padding-top: 5px;
    width: 330px;
}

#excitingEventsListContentContainer .homepageh1 {
	text-align:center;
}

#eventListPaginationContainerContainer {
	bottom:5px;
	left:0;
}

#eventListPaginationIconContainer .eventListPaginationIcons {
	width:15px;
	height:15px;
	background:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

#eventListPaginationIconContainer .eventListPaginationIcons.currentListPage {
	background:#FF0;
}

#eventListPagination {
	bottom:27px;
	color:#F5DF26;
	font-size:1.4em;
	height:20px;
	left:0;
}

.eventListPage > div {
    padding: 9px 12px 0 18px;
}

.eventListTitle {
    color: #F5DF26;
    font: 15px 'AlfaSlabOneRegular';
    text-decoration: none !important;
}

.eventListDescription {
	color:#313131;
	line-height:1.5em;
}

#eventListPaginationText {
    left: 16px;
}

#eventListForward {
    border-color: transparent transparent transparent #F5DF26;
    left: 60px;
    top: 3px;
}

#eventListBack {
    border-color: transparent #F5DF26 transparent transparent;
    height: 0;
    left: 0;
    top: 3px;
}

#eventListMoreEvents a {
	text-transform:uppercase;
	color:#F5DF26;
	font-family: 'TitilliumBold';
	font-size:1.6em;
}

/* SPONSORS */
#sponsorWidgetContainer {
	background:#95875B;
	width:517px;
	height:115px;
	right:auto;
	left:12px;
	top:376px;
	padding:0 15px 8px;
}

.noQuickVoteEnabled #sponsorWidgetContainer {
	top:390px;
	width:891px;
}

.noQuickVoteEnabled #sponsorLogoSection {
	width: 860px;
}

.noQuickVoteEnabled .sponsorCarouselContainer {
    width: 840px;
    margin-left: 5px;
}
.noQuickVoteEnabled .sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer {
    right: 280px;
}

#majorSponsorImageContainer {
	background:#FFFFFF;
	height: 65px;
    min-width: 170px;
	max-width: 170px;
	left:-10px;
}

#sponsorLogoSection {
	padding:10px 10px 10px 20px;
	background:#fff;
	height:57px;
	width:491px;
	margin-top:30px;
}

.sponsorCarouselContainer {
    background-color:#FFFFFF;
	width: 466px;
	height: 56px;
	margin-left: 5px;
}

#sponsorArrowRight span {
	border-color: transparent transparent transparent #666666;
}

#sponsorArrowLeft span {
	border-color: transparent #666666 transparent transparent;
}

.majorSponsorImage img {
	max-width:135px;
}

#sponsorArrowLeft {
	top:61px;
	left:21px;
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
	left:187px;
}

#sponsorArrowRight {
	top:61px;
	right:21px;
}

#majorSponsorTitleContainer {
	top:10px;
	left:39px;
}

#majorSponsorTitleContainer .homepageh1 {
	font-size:20px;
}

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
	font-size:18px;
	top:0;
}

#sponsorsTitleContainer {
	top:5px;
}

#sponsorsTitleContainer .homepageh1 {
	font-size:20px;
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer {
	right:117px;
	top:0;
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer .homepageh1 {
	font-size:20px;
}

/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/

.listingItem {
	border-bottom:1px solid #99936A;
}

.listingItem:hover {
	background:#E0D8A0;
}

.listing .arrowup {
	border-color: #686868 transparent transparent transparent;
}

.listing .arrowup_on {
	border-color: #272625 transparent transparent transparent;
}

.listing .arrowdown {
	border-color: transparent transparent #686868 transparent;
}

.listing .arrowdown_on {
	border-color: transparent transparent #272625 transparent;
}

.modeSelected{
background-color: rgba(0,0,0,0.1);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 );
}

.column2 {
	float:right;
}

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer {
	background:rgba(171,11,17,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6AB0B11', endColorstr='#e6AB0B11',GradientType=1 );
	color:#fff;
}

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
	font:32px/36px 'TitilliumXBold',Arial,Verdana,sans-serif;
}

.modalBody .showorksBreadcrumbs {
	font:20px/22px 'TitilliumXBold',Arial,Verdana,sans-serif;
	color:#004EA3;
}

.modalBody .showorksTableGrid th {
	background:#000;
	background:rgba(0,0,0,0.22);
	color:#fff;
	font-family: 'TitilliumBold', Arial, Verdana, sans-serif;
    font-size: 12px;
	letter-spacing:0.06em;
}

.modalBody .showorksTableGrid th {
    padding-bottom: 7px;
    padding-top: 7px;
}

.modalBody .showorksTableGrid td {
	color:#	313131;
}

.modalBody .showorksTableGrid tr.odd {
	background:#fff;
	color:#333;
}

.modalBody .showorksTableGrid tr.even {
	background:#f0f0f0;
	color:#333;
}

/*********************** FOOTER **************************/
.footer {
	font: 12px/14px 'TitilliumMedium';
	color:#fff;
	width:100%;
	text-align:center;
	margin: 40px auto 25px auto
}

.afterContent {
	background: url("images/footer-bg.png") no-repeat scroll 0 0 transparent;
    height: 112px;
    position: relative;
	top: -1px;
    width: 1029px;
    margin: 0 auto;
    left: -27px;
}

.footer a {
	color: #fff;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

ul.footerItems1 {
	margin-top:20px;
}

ul.footerItems2 {
	margin-bottom:25px;
}

/*************** MEMBERS SITE **********************/
.arrowdown {
	border-color:transparent transparent #000;
}

.arrowdown_on {
	border-color:transparent transparent #060606;
}

.arrowup {
	border-color:#000 transparent transparent;
}

.arrowup_on {
	border-color:#060606 transparent transparent;
}

#directoryFilterOptions>li:hover {
	background:#cbdfe2;
}

.directoryHeader {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    font-family: TitilliumBold;
    font-size: 14px;
}

/************************* MODAL CONTENT ********************/
.modal {
	background:#fff;
	padding-top: 15px;
}

.modalBody {
	padding: 14px;
}

.modalContent h1 {
	font-size: 25px;
	line-height:30px;
}

.modalClose {
	background: none;
	top:1px;
}

a.modalCloseButton {
	background: none;
}

.modalCloseButton:before {
	content: "CLOSE X"; padding-right: 5px;
}

.modalCloseButton img {
	display:none;
}

.modalContent #google_translate_element {
	top:1px;
	left: 320px;
}



.homepage #musicPlayerLink {
	visibility:hidden;
}
.top #musicPlayerLink {
	margin-right:5px;
}
.header #musicPlayerLink {
}

.header #musicPlayerLink:hover #musicPlayerDropdown {
    z-index: 900000000;
}
.header #musicPlayerDropdown a:hover {
    background:#EEE6CD;
}
.header #musicPlayerDropdown {
    overflow-x:hidden;
    overflow-y:auto;
    max-height: 450px;
}
.homepage #musicPlayerLink {
	padding:0 !important;
	background:url(images/music-player.jpg) no-repeat;
	width:344px;
	height:50px;
	position:absolute;
	top:337px;
	overflow:hidden;
    right: 12px;
    position: absolute;
    left: auto;
}

#musicPlayerDropdown {
    background: #FFFFFF;
    padding: 3px;
    right: 0;
    top: 96%;
}

.homepage #musicPlayerDropdown {
    background: none;
    border: medium none;
    color: #FFFFFF;
    display: block;
    height: 20px;
    left: 71px;
    line-height: 20em;
    overflow: hidden !important;
    padding: 0;
    position: relative;
    right: auto;
    top: 26px;
    width: 248px;
}

#musicPlayerDropdown a {
    text-decoration: none;
    width: 96%;
}
.homepage #musicPlayerDropdown a {
	color:#fff !important;
	text-decoration:none !important;
	display: none;
}
.homepage #musicPlayerDropdown a:first-child {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#musicPlayerDropdown a {
	text-shadow:none;
}
.homepage #musicPlayerDropdown a:hover {
	background:none;
}
li.footerinsta {
	    margin-left: 10px;
             top: 8px;
             position: relative;
}

li.footerinsta img {
	width: 30px;
	height: 30px;
}
