/************** LOAD FONTS ******************/

@font-face {
    font-family: 'YanoneKaffeesatzThin';
    src: url('fonts/YanoneKaffeesatz-Thin-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.svg#YanoneKaffeesatzThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('fonts/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/************************* BODY/CONTAINER ********************/

body { /* |%  need to set body background and default font options */
	color:#313131;
	background: #0e0c0d;
	font: 13px/18px  'open_sansregular', Arial, Verdana, sans-serif;
  transition: 0.5s;
  background-size: 100% 100vh;
  background-repeat: no-repeat;
}

/*body.hasBg1 {
	background: url(images/bg1.jpg) repeat-x center top #0e0c0d;
	background-size: 100% auto;
}

body.hasBg2 {
	background: url(images/bg2.jpg) repeat-x center top #0e0c0d;
	background-size: 100% auto;
}

body.hasBg3 {
	background: url(images/bg3.jpg) repeat-x center top #0e0c0d;
	background-size: 100% auto;
}

body.hasBg4 {
	background: url(images/bg4.jpg) repeat-x center top #0e0c0d;
	background-size: 100% auto;
}*/

body.homepage {
	background: #0e0c0d;
}

body:not(.homepage):not(.modalBody):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-linear-gradient(top, rgba(14,12,13,0) 0%,rgba(14,12,13,1) 100%);
  background: linear-gradient(to bottom, rgba(14,12,13,0) 0%,rgba(14,12,13,1) 100%);
}

#scheduleDescriptionContent .scheduleDescriptionContentButtons {
  display: none !important;
}

.wrapper { /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
	width:100%;
	background: url(images/header-bg.jpg) repeat-x;
}

.homepage .wrapper {
	width: 100%;
}

.content {
	background: #fff;
	padding:15px;
	position:relative;
	margin: 38px auto 0;
	width: 1000px;
}

.homepage .content {
	padding: 0;
	margin: 0 auto;
	background: none;
	min-width: 1025px;
	width: auto;
}

.ui-widget-overlay {
    background-color: #000000;
    opacity: 0.5;
}

/*********************** STANDARD ELEMENTS ********************/
a {
	color: #056aaa;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.buyNowText {
	color: #fff;
	text-decoration: underline !important;
}

a.buyNowText:hover {
	color: #fff;
	font-style: italic;
	text-decoration:none !important;
}


input {
	color:#9B9B9B;
}

h1, h2, h3 {
	color: #191919;
	font-weight: normal;
	font-family: 'YanoneKaffeesatzLight';
	text-transform: none;
}

h1 { /* |%  set font-family */
	font-size: 36px;
	line-height: 36px;
	margin:0.2em 0;
}


h2, h2 a { /* |%  set font-family */
	font-size: 30px;
	line-height: 34px;
}

h2 a {

}

.cartcols h2 { /* |%  set font-family */
	font-size: 16px;
	line-height: 19px;
}

h3 { /* |%  set font-family */
	font-size: 22px;
	line-height: 24px;
}

.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;
}

.pdfLinks {
    font-size: 14px;
    font-weight: bold;
}

.alternateRow {
	background:#ebebeb;
}

/************* BUTTON STYLES *********************/
a.button,
.button { /* |%  set font-family */
	padding:1px 8px;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-decoration:none;
	font-family: 'YanoneKaffeesatzBold';
}

a.button, /* |%  background color including header buttons */
.button,
.buttonSmall {
	background: #ed1b24;
	color:#fff !important;
}

a.button:hover,  /* |%  hover state for above buttons */
.button:hover,
.buttonSmall:hover {
	background: #F97D88;
}

a.closeButton,   /* |%  background color buyNow buttons */
a.buyNowButton,
a.deleteButton {

}

a.closeButton:hover,  /* |%  hover state for above buttons */
a.buyNowButton:hover,
a.deleteButton:hover {

}

.bold .button {
	font-weight: normal !important;
}

a.updateButton.buttonSmall, a.removeButton.buttonSmall, a.cartMenuRemoveButton.button.buttonSmall {
	font-size: 13px;
}
.button.buttonSmall {
	font-size: 13px;
}

.featureBox a.button {
	text-transform: none !important;
}

/***************** CONTAINERS **************************/
.subContainer,  /* |%  set subContainer color */
.sidepic{
	background:#fff;
	color:#0E0C0D;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

.sidepic {
	padding: 13px;
}

a.havePhotoLink {
	color: #056aaa !important;
	font-family: 'YanoneKaffeesatzRegular';
	font-size: 20px;
	text-transform: none;
}

.havePhoto {
	display: none;
}

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
	color: #0E0C0D;
}

.subContainer .error {

}

.dateDisplayBar, /* |%  set dateDisplayBar color */
.dateDisplay {
	background:#F51C2F;
	color:#fff;
}

.dateDisplayBar a,
.dateDisplay a {
	color:#fff;
}

.dateDisplay_disabled {
	opacity: 0.4;
}

#google_translate_element {  /* |%  Google translate position */
	top:15px;
	right:30px;
}

.carthr {
	background:#fff;
}

.orderhistory {
	background:#F51C2F;
}

.orderhistory th {
	color:#fff;
    padding: 8px 3px;
}

.review
{
}

/************************* TABS *******************************/
.homepageTabsContainer {
	padding-left:20px;
}

.tabs {

}

.homepageTabsContainer {
}

/* TAB BACKGROUND COLORS */
.homepageTabs > li > a,  /* |%  tab colors */
.tabs > ul > li > a {
	background:#F51C2F;
}

.homepageTabs li ul,  /* |%  hover state for above tabs and dropdown background */
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
	background-color: #FF6C7F !important;
}

.pressPageTabs ul,
ul.myAccountTabs {
	height: 32px;
}

.homepageTabs ul.menu li:hover {  /* |%  hover state for above dropdowns */
	background: #F51C2F;
}

/* END TAB BACKGROUND COLORS */

.homepageTabs li ul {
}

.homepageTabs ul.menu a {   /* |%  font color for tabs */
	color:#fff;
}

.tab,    /* |%  set font-family */
.tabOn {
	font-size: 12px;
	line-height: 18px;
}

.tabOn {

}

.homepageTabs ul.menu a {
	font: 11px Arial,Verdana,sans-serif;
}

.homepageTabs > li > a,
.tabs > ul > li > a {
	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 {
}

.homepageTabs .eventTabSubmenu {
}


/******************************* TOP/GLOBAL ITEMS ************************************/
.header {		/* |%  need to set height and width if not 100% */
	margin:0 auto;
	width: 1030px;
	height: 161px;
}

.headerSponsorLogo {
	height: 67px;
	display: block;
	position: absolute;
	top: 0;
	outline: none;
	border:none;
}

#eventResourceMarketplaceLink {
	display: block;
	background: url(images/event-resource-marketplace.jpg) no-repeat;
	width: 182px;
	height: 43px;
	position: absolute;
	right: 0;
	top:74px;
}

#headerSponsorVisa {
	width:113px;
	background: url(images/header-visa.jpg) no-repeat;
	left: 400px;
	display: none;
}

#headerSponsorFts {
	/*width:163px;
	background: url(images/header-fts.jpg) no-repeat;
	left: 535px;*/
	 background: rgba(0, 0, 0, 0) url("images/lantis.jpg") no-repeat scroll 0 0;
    left: 667px;
    width: 245px;
    -webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
        transform: scale(0.7);
}



#headerSponsorSaffire {
	width:124px;
	background: url(images/header-saffire.jpg) no-repeat;
	left: auto;
  right: -15px;
    -webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
        transform: scale(0.9);
}

#headerSponsorKaliff {
	width:188px;
	background: url(images/Kaliff_Insurance.png) no-repeat;
	left: auto;
  right: 128px;
}

#customLogo {  /* |%  logo settings */
    background: url("images/logo.png") no-repeat;
    height: 97px;
    margin: 0 auto;
    position: absolute;
    top: 18px;
    width: 308px;
    left: 0;
}

.generalmessage {		/* |%  set font-family, background color, color, etc. */
	background:#0E0C0D;
	border-bottom:3px solid #F51C2F;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding-top:0;
	padding-bottom:8px;
	font-family: 'YanoneKaffeesatzBold';
	font-size: 21px;
}

.generalmessage a {
	color: #fff;
}

/* MAIN NAVIGATION */
.nav {
	height: 50px;
	padding: 0;
	background: #302b2c;
	background: -moz-linear-gradient(top, #302b2c 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302b2c), color-stop(100%,#191919));
	background: -webkit-linear-gradient(top, #302b2c 0%,#191919 100%);
	background: -o-linear-gradient(top, #302b2c 0%,#191919 100%);
	background: -ms-linear-gradient(top, #302b2c 0%,#191919 100%);
	background: linear-gradient(to bottom, #302b2c 0%,#191919 100%);
	position: absolute;
    top: 129px;
    width: 100%;
    z-index: 5000 !important;
}

.nav .groups {
	position:absolute;
	top:1px;
	right: auto;
	left: 18px;
	max-width:824px;
	margin: 0;
}

.nav .groups .group {
	margin: 0 0 0 5px;
	padding:14px 19px 13px 9px;
}

.nav .groups .group a {  /* |%  set font-family */
	font-size: 20px;
	line-height: 21px;
	color:#f6e68b;
	font-family: 'YanoneKaffeesatzRegular';
}

.nav .groups .group a:hover, /* |%  top nav hover color */
.nav .groups .group:hover a,
.nav .groups .group:hover {
	color:#FAF9F7;
}

.nav .groups .group:hover {
	background: #383838;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.nav .items,
.nav .subitems {		/* |%  nav dropdown colors */
	background:#191919;
	background: rgba(44,44,44,0.9);
	padding-top: 0;
	padding-bottom: 0;
}

.nav .subitems {
	padding-bottom: 15px;
    padding-top: 12px;
    top: -12px
}

.nav .items {
	left: -17%;
}

.nav .item {
	width: 200px;
}

.nav .groups .group:hover .items .item a,
.nav .items .item a {
	color:#faf9f7;
	/*font:13px 'open_sansregular', Arial, Helvetica, sans-serif;*/
}

.nav .items .item a {
	padding-top: 8px;
}

.nav .items .item a:hover {
	color:#f6e68b !important;
	background:#404040;
	background: rgba(255,255,255,0.05);
}

.items .memberOnlyLink:after {
    content: '\0000a0(Members Only)';
    font-size: 13px;
    display: inline-block;
}

/* TOP LINKS */
.quickLinks {
    right: 296px;
    top: 85px;
    visibility: hidden;
}

.homepage .quickLinks {
	right: 118px;
}

.homepage .quickLinks {
    right: 118px;
    top: 85px;
    visibility: hidden;
}

.quickLinks ul li>a:hover, .quickLinks ul li.standardLoginStatus a:hover, .quickLinks ul li.standardMyAccount a:hover,  a.cartMenuLink:hover {  /* |%  hover color for quick links */
	color:#FAF3CD;
}

.ticket:hover {
	color: #FAF3CD !important;
}

.quickLinks,   /* |%  set font-family */
.quickLinks ul li,
.quickLinks ul li>a,
.quickLinks ul li.standardLoginStatus a,
.quickLinks ul li.standardMyAccount a,
a.cartMenuLink {
	font-size: 12px;
	line-height: 21px;
	color:#fff;
	font-family: 'open_sansregular';
}

.ticket {
	display: none !important;
}

.newTicket {
	background: url("images/ticket-bg.jpg") no-repeat right center !important;
    color: #f6e68b !important;
    font-family: "YanoneKaffeesatzRegular" !important;
    font-size: 20px !important;
    padding: 15px 15px 0 0;
    float: right;
    text-decoration: none;
}

.customMemberLogin {
    background: url("images/ticket-bg.jpg") no-repeat scroll left center !important;
    display: block;
    padding-left: 13px !important;
}

.StandardHeaderDirections {
	display: none !important;
}

.standardCartView {
	margin-left: 5px !important;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
	border-bottom-color:#fff;
}

.quickLinks ul li.socialLinks {
    right: 68px;
    top: -30px;
}

/*   IF USING SIDE SOCIAL NETWORKS, USE THIS */
.socialNetworks {
    z-index: 80000000;
    position: fixed;
    right: -80px;
    top: 20%;
	border-top: 3px solid rgba(255,255,255,0.8);
	border-bottom: 3px solid rgba(255,255,255,0.8);
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: right 0.6s ease;
    transition: right 0.6s ease;
}

.pageIsLoaded .socialNetworks {
	right: 0;
}

.socialNetworks > span,
.socialNetworks > a {
	display: block;
	float: none;
	width: 40px;
	height: 39px;
	border:3px solid rgba(255,255,255,0.8);
	position: relative;
	-o-transition: transform 0.4s ease, left 0.4s ease;
	-webkit-transition: transform 0.4s ease, left 0.4s ease;
	-moz-transition: transform 0.4s ease, left 0.4s ease;
	-ms-transition: transform 0.4s ease, left 0.4s ease;
	transition: transform 0.4s ease, left 0.4s ease;
}

.socialNetworks > a:hover {
	-o-transform: scale(1.3) !important;
	-webkit-transform: scale(1.3) !important;
	-moz-transform: scale(1.3) !important;
	-ms-transform: scale(1.3) !important;
	transform: scale(1.3) !important;
	left: -9px;
	z-index: 2;
}

.socialNetworks > a {
}

#musicPlayerLink {
    background: url("images/music.jpg") no-repeat right 0;
    margin: 0;
	width: 40px;
	height: 39px;
	float: none;
	border:3px solid rgba(255,255,255,0.8);
	z-index: 2;
}

#musicPlayerDropdown {
    background: rgba(255,255,255,0.8);
    border: 1px solid #666666;
    color: #000;
    font-size: 0.9em;
    padding: 8px 10px;
    right: 12px;
    top: -5px;
    box-shadow: 0 0 4px #666 inset;
}

#musicPlayerDropdown a {
	color:#000;
	font-size:13px;
	text-decoration:none;
	padding-right: 14px;
}

#musicPlayerDropdown a:hover {
    position: relative;
    padding-right: 3px;
    padding-left: 14px;
    background: url(images/bullet.png) no-repeat left center;
}


@media screen and (max-width: 1230px){
	.socialNetworks {
		top: auto;
		bottom: 0;
		border-top: none;
		border-bottom: none;
	}

	.socialNetworks > a,
	.socialNetworks > span#musicPlayerLink {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
        transform: scale(0.75);
        float: left;
        margin-left: -8px;
	}

	#musicPlayerDropdown {
		top: auto;
		bottom: 21px;
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
        transform: scale(1.3);
	}
}


/* EMAIL & SEARCH BOXES */
/*.header .emailSignup {
    right: 358px;
    top: 84px;
    width: auto;
}

.homepage .header .emailSignup {
    right: 177px;
}

.header .emailInputSubmit {
	width: 29px;
}

.header .searchBox input,
.header .emailSignup .textbox,
.header #tbx_search,
.header #tbx_search_400 {
	top:0;
	border:none !important;
}

.header .emailSignup input.inputFieldTextbox.textbox {
	background: url(images/header-email.jpg) no-repeat;
	padding-right: 14px;
	height: 19px;
	padding-left: 8px;
}

.header .emailSignup .emailInputSubmit a {
	background: url(images/header-email-submit.jpg) no-repeat;
	overflow: hidden;
	height: 25px;
	padding: 0 0 0 28px;
	width: 0;
}

#headEmailSignup input,
#searchBoxTop input {
	font:9px Verdana,Arial;
}

.searchBox {
	right: 184px;
    top: 84px;
	z-index: 5003;
}

.homepage .searchBox {
	right: 0;
}

.header .searchBoxSubmit {
	width: 25px;
}

.header .searchBox input.inputFieldTextbox.textbox {
	background: url(images/header-search.jpg) no-repeat;
	height: 19px;
	padding-left: 8px;
    padding-right: 8px;
}

.header .searchBox .searchBoxSubmit a.button {
	background: url(images/header-search-submit.jpg) no-repeat;
	overflow: hidden;
	height: 25px;
	padding: 0 0 0 24px;
	width: 0;
}
*/

/* EMAIL & SEARCH BOXES */
.header .emailSignup,
.header .searchBox {
    right: 185px;
    top: 72px;
    width: 0;
    height: 0;
    padding: 50px 50px 0 0;
    background: rgba(225,225,225,0.5) url(images/updates.png) no-repeat center;
    overflow: hidden;
    position: absolute;
    -webkit-transition:all 0.4s ease;
        transition:all 0.4s ease;
}
.homepage .header .emailSignup {
	right: 0;
}
.header .searchBox {
  	right: 239px;
    background: rgba(225,225,225,0.5) url(images/search.png) no-repeat center;
    overflow: hidden;
}

.homepage .header .searchBox {
	right: 52px;
}
.header .emailSignup > div {
  float: none;
  position: absolute;
  top:12px;
  opacity: 0;
    -webkit-transition:all 0.4s ease;
        transition:all 0.4s ease;
}

.emailSignup.headerEmailHasBackground > div.emailInputField {
    right: 109px;
    opacity: 1;
}

.emailSignup.headerEmailHasBackground > div.emailInputSubmit {
    right: 14px;
    opacity: 1;
}

.searchBox input,
.emailSignup .textbox,
#tbx_search,
#tbx_search_400 {
	-webkit-border-radius: 3px 0 0 3px;
   	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	top:0;
	border-right:none;
}

#headEmailSignup input,
#searchBoxTop input {
	font:9px 'open_sansregular', Verdana,Arial;
}

.header .searchBox > div {
	float: none;
	position: absolute;
	top:12px;
	opacity: 0;
	-webkit-transition:all 0.4s ease;
	    	transition:all 0.4s ease;
}
.searchBox > div.searchBoxSubmit {
    display: none;
}
.searchBox.headerSearchHasBackground > div.searchBoxInput {
    right: 76px;
    opacity: 1;
}

.searchBox.headerSearchHasBackground > div.searchBoxSubmit {
    right: 14px;
    opacity: 1;
    display: block;
}

.header .searchBox.headerSearchHasBackground,
.header .emailSignup.headerEmailHasBackground {
    width: 217px;
    background: rgba(225,225,225,0.9);
    z-index: 400000;
}

.header .searchBoxInput input.inputFieldTextbox.textbox {
  width: 173px;
}


/*SITE-WIDE WIDGETS */
#widgetBanner {
    background: none;
    color: #fff;
    height: 74px;
	top: 142px;
	position:absolute;
	z-index: 100;
	width: 976px;
	margin: 0 12px;
}

/* DATES BANNER */
#siteInfoBannerWidget {   /* |%  set font-family */
	font-size: 19px;
    left: 35%;
    text-align: right;
    text-shadow: 3px 2px 4px #333333;
    top: 20px;
    width: 600px;
}

#siteInfoBannerWidget #eventDates {
    font-size: 32px;
}

#siteInfoBannerWidget #eventName {
	text-transform:uppercase;
}

.countdownDays {
	color:#FEE900;
}

/* WEATHER BUG */
#weatherBugWidget {
	display: none !important;
}

#weatherBugText {
    display: none;
}

#weatherBugImage {
    top: 3px;
}

/****************** HOMEPAGE WIDGETS ***************/

/* WIDGET GENERAL */
.widget h1,
.homepageh1 {  /* |%  set font-family */
	color:#fff;
	font-size:16px;
}

.homepageContent {
	height:848px;
}

.homepageContent.noSponsorsEnabled {
}

.homepageContent.noQuickVoteEnabled {
}

.homepageContent.noQuickVoteEnabled.noSponsorsEnabled {

}

/* SLIDESHOW */

/* set crop tool to 1500px wide by 791px tall */
#slideshowWidget {
	height:1050px;
	width:2250px;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
}


#slideshowWidget #slideshowSlider { /* set slide width and height here */
	height:1050px;
	width:2250px;
	max-width: 100%;
	min-width: 100%;
}

#slideshowWidget #slideshowSlider img {
	width: 100% !important;
	margin-top: 0 !important;
	margin-left: -5px !important;
}

#slideshowWidget .anythingSlider {
	width:2250px;
	max-width: 100%;
	min-width: 100%;
}

#slideshowWidget #slideshowTitle {
	font-size:30px;
	bottom:48px;
	left:22px;
}

#slideshowWidget .slideshowTitle {  /* |%  set font-size and font-family */

}

#slideshowWidget .slideshowTextContainer,
#slideshowWidget .slideshowWidgetPurchaseLink,
#slideshowWidget .slideshowMoreButton {
	position: absolute;
	top: -6000px;
	bottom: auto !important;
}

#slideshowWidget .anythingWindow {
	background:#0e0c0d;
}

#slideshowWidget .anythingControls {
	bottom:9px;
	right:8px;
}

#slideshowWidget .anythingSlider-default .anythingControls ul {
	float:right;
	top:-1px;
}

#newSlideshowDescriptionTrigger {
	margin: 0 auto;
    position: relative;
    width: 30px;
    z-index: 4000;
    background: url(images/slideshow-sprite.png) no-repeat;
    height: 30px;
    left: 408px;
    visibility: hidden;
}

#newSlideshowDescriptionTrigger:hover {
	background-position: 0 bottom;
}

#newSlideshowDescription {
	width: 325px;
	position: absolute;
	background: url(images/slideshow-sprite.png) no-repeat 337px -42px #000;
	background: url(images/slideshow-sprite.png) no-repeat 337px -42px rgba(0,0,0,0.6);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	right: 12px;
	top:12px;
	visibility: hidden;
	color: #fff;
	padding:15px;
}

#newSlideshowDescription a {
	color: #fff;
}

#newSlideshowDescription > a:first-child {
	display: block;
}

#newSlideshowDescription a.buyNowButton {
	margin-top: 6px;
}

#newSlideshowDescription .slideshowMoreButton {
	display: none !important;
}

#newSlideshowDescriptionTrigger:hover #newSlideshowDescription {
	visibility: visible;
}

#newSlideshowDescription img {
	display: none !important;
}

#newSlideshowControlContainer {
    position: absolute;
    width: 100%;
    top:32px;
}

#newSlideshowControlContainer .anythingControls {
	left: 439px;
    margin: 0 auto;
    position: relative;
    width: 30px;
    z-index: 4000;
    top:-30px;
}

#newSlideshowControlContainer .start-stop {
	display: block;
	width: 30px;
	height: 30px;
}

#newSlideshowControlContainer .thumbNav {
	display: none !important;
}

#newSlideshowControlContainer .start-stop {
	height:30px;
	width:30px;
}

#newSlideshowControlContainer .start-stop {
    background: url("images/slideshow-sprite.png") no-repeat scroll -116px top transparent;
}

#newSlideshowControlContainer .start-stop:hover {
	background-position: -116px bottom;
}

#newSlideshowControlContainer .start-stop.playing {
    background: url("images/slideshow-sprite.png") no-repeat scroll -28px top transparent;
}

#newSlideshowControlContainer .start-stop.playing:hover {
	background-position: -28px bottom;
}

#newSlideshowControlContainer .arrow {
    margin: 0 auto;
    position: relative;
    width: 30px;
    z-index: 4000;
    display: block;
}

#newSlideshowControlContainer .arrow a {
	display: block;
	width: 30px;
	height: 30px;
}

#newSlideshowControlContainer .arrow.back {
	left: 469px;
	top:-60px;
}

#newSlideshowControlContainer .arrow.forward {
	left: 500px;
	top:-90px;
}

#newSlideshowControlContainer .arrow.back a {
	background: url("images/slideshow-sprite.png") no-repeat scroll -57px top transparent;
}

#newSlideshowControlContainer .arrow.back a:hover {
	background-position: -57px bottom;
}

#newSlideshowControlContainer .arrow.forward a {
	background: url("images/slideshow-sprite.png") no-repeat scroll -85px top transparent;
}

#newSlideshowControlContainer .arrow.forward a:hover {
	background-position: -85px bottom;
}

#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: 36px;
	right:8px;
	font-size: 17px;
	padding: 4px 8px;
}

#slideshowWidget .buyNowButton {
	bottom:69px;
}
#slideshowWidget .slideshowMoreButton:hover {
}

#slideshowWidget .panel > a:first-child {

}

#slideshowWidget .anythingSlider .panel .slideshowFader {
	position: absolute;
	width: 100%;
	background: none;
	background: -moz-linear-gradient(top, rgba(14,12,13,0) 0%, rgba(14,12,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,12,13,0)), color-stop(100%,rgba(14,12,13,1)));
	background: -webkit-linear-gradient(top, rgba(14,12,13,0) 0%,rgba(14,12,13,1) 100%);
	background: -o-linear-gradient(top, rgba(14,12,13,0) 0%,rgba(14,12,13,1) 100%);
	background: -ms-linear-gradient(top, rgba(14,12,13,0) 0%,rgba(14,12,13,1) 100%);
	background: linear-gradient(to bottom, rgba(14,12,13,0) 0%,rgba(14,12,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e0c0d', endColorstr='#0e0c0d',GradientType=0 );
}

#newSlideshowDescription .slideshowFader {
	display: none !important;
}

#newSlideshowDescription .slideshowDescription,
#newSlideshowDescription .slideshowTitle {
	display: block;
}

#newSlideshowDescription .slideshowTitle {
	font-family: 'YanoneKaffeesatzRegular';
	font-size: 18px;
    margin-bottom: 6px;
    display: none !important;
}

/* GROUP SLIDER */

#excitingEventsGroupSlider {
    height:445px;
    padding: 0 0 0 20px;
    position: relative;
    right: auto;
    top: auto;
    width: 1010px;
    background: #191919;
    z-index: 222;
    margin: -1179px auto 0;
}

#groupSliderCustomTabs {
	left: 59px;
    position: absolute;
    top: 13px;
}

#groupSliderCustomTabs a {
	display: inline-block;
	background: #423f3f;
	font: 16px 'YanoneKaffeesatzRegular';
	color: #766f6f;
	padding: 7px 12px 9px;
	border-radius: 2px 2px 0 0;
	margin-right: 3px;
	border:none;
	outline: none;
}

#groupSliderCustomTabs a:hover {
	color: #948d8d;
}

#groupSliderCustomTabs a.activeCustomTab {
	color: #f6e68b;
	cursor: default !important;
}

#customIFEAFeed {
    background: #423F3F;
    height: 154px;
    left: 35px;
    overflow: hidden;
    position: absolute;
    top: 46px;
    width: 633px;
    z-index: -1;
    padding: 0 15px 12px;
}

#MultiBriefRSSWidgetFeedTable a {
	font-family: 'YanoneKaffeesatzRegular';
	font-size: 16px;
	color: #F6E68B;
}

#MultiBriefRSSWidgetFeedTable a:hover {
	color: #fff;
}

#MultiBriefRSSWidgetFeedTable {
	color: #fff;
}

.MultiBriefRSSWidgetArticleHeaderClass,
.MultiBriefRSSWidgetArticleDescriptionClass {
	float: left;
	max-height: 150px;
}

.MultiBriefRSSWidgetArticleSeperatorClass {
	display: block;
    width: 100%;
    clear: left;
}

.MultiBriefRSSWidgetArticleLinkClass {
	padding-left: 12px;
	display: inline-block;
}

#excitingEventsGSContentContainer {
    height: 148px;
    left: 14px;
    overflow: hidden;
    padding: 0;
    border-left: 25px solid #423f3f;
    border-top: 18px solid #423f3f;
    border-right: 16px solid #423f3f;
    top: 46px;
    width: 624px;
    position:relative;
    z-index: 2;
    background: #423f3f;
}

.eventGroupSliderPage {
    top: 0;
}

.eventGroupSliderPage .eventGSItem:first-child {

}

.eventGroupSliderPage > div {
}

.groupSliderImageWrapperSpan {
    background: #000000;
    border: 4px solid #595656;
    float: left;
    margin-right: 15px;
}

.groupSliderImage {
}

#excitingEventsGroupSlider .groupSliderTitle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font: 15px/19px 'Arial';
    padding: 7px 0 4px;
    position: relative;
    text-align: center;
    top: -40px;
    z-index: 4;
}

.groupSliderPopUpImage {
    margin: 0 0 10px;
}

.popUpTitle {
    color: #FFFFFF;
    display: block;
    font: 16px 'marvelbold';
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: center;
    margin-left: 3px;
}

.gsPurchaseLink,
.popUpDetailLink {
    margin-right: 5px;
    margin-top: 4px;
}

#excitingEventsGroupSlider .eventGroupSliderPage a {
    text-decoration: none;
}

#excitingEventsGroupSlider .eventGroupSliderPage a.button:after {
	content: ' >>';
}

#groupSlidePopUp {
	display: none !important;
}

#excitingEventsGroupSlider a.detailWrapperLink .eventListTitle {
	text-decoration: underline;
}

#excitingEventsGroupSlider a.detailWrapperLink .eventListTitle:hover {
	text-decoration: none;
}

#groupSlidePopUp .popUpDetails,
#groupSlidePopUp .button {
	opacity: 0;
	-ms-transition:0.3s opacity 0.1s;
	-o-transition:0.3s opacity 0.1s;
	-moz-transition:0.3s opacity 0.1s;
	-webkit-transition:0.3s opacity 0.1s;
	transition:0.3s opacity 0.1s;
}
#groupSlidePopUp:hover .popUpDetails,
#groupSlidePopUp:hover .button {
	opacity: 1;
}

#groupSlidePopUp .popUpTitle {
	width: 240px;
    position: relative;
    left: -15px;
}

#groupSlidePopUp .popUpDetails {
    color: #FFFFFF;
    display: block;
    font: 13px 'Arial';
    margin-top: 5px;
    text-align: left;
}

#excitingEventsGroupSlider #eventListMoreEvents {
	display: none;
}

#excitingEventsGroupSlider #eventListPaginationText {
	color: #7b7979;
    left: auto;
    position: absolute;
    top: 192px;
    right: 338px;
    z-index: 2;
}

#excitingEventsGroupSlider .eventListTitle {
	color: #fff;
	font-family: 'YanoneKaffeesatzRegular';
	font-size: 20px;
	margin-bottom: 10px;
}

#excitingEventsGroupSlider #eventListPagination {
	position: static;
}

.groupSliderNoHoverShowDescription {
	display: block;
	margin-bottom: 9px;
	color: #fff;
}

#eventGroupSliderForward {
	display: block;
    width: 30px;
    height: 39px;
    background: url(images/group-slider-right.png) no-repeat;
    position: absolute;
    left: 691px;
    cursor: pointer;
    top: 107px;
    -webkit-transition:left 0.3s;
    -moz-transition:left 0.3s;
    -ms-transition:left 0.3s;
    -o-transition:left 0.3s;
    transition:left 0.3s;
}

#eventGroupSliderForward:hover {
	left: 696px;
}

#eventGroupSliderBack {
	display: block;
    width: 30px;
    height: 39px;
    background: url(images/group-slider-left.png) no-repeat;
    position: absolute;
    left: 10px;
    cursor: pointer;
    top: 107px;
    -webkit-transition:left 0.3s;
    -moz-transition:left 0.3s;
    -ms-transition:left 0.3s;
    -o-transition:left 0.3s;
    transition:left 0.3s;
    z-index: 2;
}

#eventGroupSliderBack:hover {
	left: 5px;
}

/* SPONSORS */
#sponsorWidgetContainer {
	height: 165px;
    left: -148px;
    padding: 0;
    position: relative !important;
    right: auto;
    top: -756px;
    width: 665px;
    margin: 0 auto;
    z-index: 2222;
}

.sponsorCarouselImage {
	background: url("images/sponsor-logo-bg.jpg") no-repeat;
    display: block;
    float: left;
    height: 100px;
    text-align: center;
    width: 105px;
}

.sponsorCarouselImage img {
	max-width: 90px;
	max-height: 90px;
}

#majorSponsorImageContainer {
	background:url("images/sponsor-logo-bg.jpg") no-repeat scroll 38px 32px #423F3F;
	height:120px;
	min-width: 170px;
	max-width: 170px;
	padding: 26px 15px 7px 5px;
	left: -30px;
}

#sponsorLogoSection {
	padding:0 30px !important;
	background:#423F3F;
    height: 164px;
	margin-top:30px;
}

.sponsorWidgetContainerMajorSponsor #sponsorLogoSection {
}

.sponsorCarouselContainer {
	width:612px;
    height: 100px;
	top: 26px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sponsorArrowRight span {
	border: none;
	background: url("images/group-slider-right.png") no-repeat;
	height: 39px;
	width: 30px;
}

#sponsorArrowLeft span {
	border: none;
	background: url("images/group-slider-left.png") no-repeat;
	height: 39px;
	width: 30px;
}

#sponsorCarouselImageContainer {
	height: 105px !important;
}

.majorSponsorImage img {
	max-width:105px;
}

#sponsorArrowLeft {
	left: -23px;
    top: 62px;
    -webkit-transition:left 0.3s;
    -moz-transition:left 0.3s;
    -ms-transition:left 0.3s;
    -o-transition:left 0.3s;
    transition:left 0.3s;
}

#sponsorArrowLeft:hover {
	left: -28px;
}

/*.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
    left: 180px;
}*/

#sponsorArrowRight {
	right: -22px;
    top: 62px;
    -webkit-transition:right 0.3s;
    -moz-transition:right 0.3s;
    -ms-transition:right 0.3s;
    -o-transition:right 0.3s;
    transition:right 0.3s;
}
#sponsorArrowRight:hover {
	right: -27px;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowRight {
}

#majorSponsorTitleContainer {
	display: none;
}
/*
#majorSponsorTitleContainer .homepageh1 {
	font-size:20px;
}

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
	z-index: 5;
}
*/
#sponsorsTitleContainer {
	top: -36px;
    left: 9px;
}

#sponsorsTitleContainer .homepageh1 {
	font-size:16px;
	font-family: 'YanoneKaffeesatzRegular';
	color: #fff;
}

/*.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer {
	right:90px;
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer .homepageh1 {
	font-size:20px;
}

.noQuickVoteEnabled #sponsorWidgetContainer {
	width: 901px;
	top: 390px;
}

.noQuickVoteEnabled #sponsorLogoSection {
    width: 840px !important;
}

.noQuickVoteEnabled .sponsorCarouselContainer {
    width: 840px;
}

.noQuickVoteEnabled .sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer {
    right: 270px;
}

.noQuickVoteEnabled .sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer .homepageh1,
.noQuickVoteEnabled #majorSponsorTitleContainer .homepageh1  {
	font-size:24px;
}
*/
/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/


/* EVENT SLIDES */
#excitingEventsSlides {
	text-align:center;
	background: #2B2628;
	background: -moz-linear-gradient(top, rgba(48,43,44,1) 0%, rgba(46,41,43,1) 51%, rgba(12,11,12,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,43,44,1)), color-stop(51%,rgba(46,41,43,1)), color-stop(100%,rgba(12,11,12,1)));
	background: -webkit-linear-gradient(top, rgba(48,43,44,1) 0%,rgba(46,41,43,1) 51%,rgba(12,11,12,1) 100%);
	background: -o-linear-gradient(top, rgba(48,43,44,1) 0%,rgba(46,41,43,1) 51%,rgba(12,11,12,1) 100%);
	background: -ms-linear-gradient(top, rgba(48,43,44,1) 0%,rgba(46,41,43,1) 51%,rgba(12,11,12,1) 100%);
	background: linear-gradient(to bottom, rgba(48,43,44,1) 0%,rgba(46,41,43,1) 51%,rgba(12,11,12,1) 100%);
    height: 333px;
    padding: 0 15px;
    right: auto;
    top: -771px;
    left: 363px;
    width: 240px;
    margin: 0 auto;
    z-index: 2333;
    position: relative;
}

#excitingEventsSlides .slideshowItem > a:hover .slideshowTitle {
	color:#FFFFB1;
}

#excitingEventsSlides .homepageh1 {
	display: none;
}

#excitingEventsSlides .slideshowTitle {   /* |%  set font-family */
	text-align:center;
	font-size: 20px;
	display: block;
	color:#f6e68b;
	font-family: 'YanoneKaffeesatzRegular';
	max-width:98%;
	overflow:visible;
	margin-bottom: 9px;
	text-transform: uppercase;
	margin-top: 8px;
}

#excitingEventsSlides .slideshowDescription {
	text-align: center;
	display:inline !important;
	color:#fff;
	max-width:240px;
}

#excitingEventsSlider {
	width:240px;
	height:230px;
}

#excitingEventsSlider .slideshowMoreButton.button {
    margin: 0 auto;
    width: 55px;
	position: absolute;
	bottom:0;
	display: none;
}

#excitingEventsSlider img {
	max-height: 120px;
    max-width: 230px;
}

#excitingEventsSlides .anythingSlider {
 	top:35px;
 	overflow:visible !important;
}

#excitingEventsSlides .anythingWindow {
	max-height:330px;
}

#excitingEventsSlides .anythingControls {
	bottom:16px;
	padding-top: 2px;
	right: 61px;
	width:146px;
	display:inline-block;
	margin:0 auto;
	position:absolute;
	overflow:hidden;
	max-height:15px;
	text-align:center;
}

#excitingEventsSlides .anythingSlider .arrow {
	display: block !important;
}

#excitingEventsSlides .anythingSlider-default .back {
    left: 23px;
}

#excitingEventsSlides .anythingSlider-default .forward {
    right: 23px;
}

#excitingEventsSlides .anythingSlider-default .arrow {
	top: 272px;
}

#excitingEventsSlides .anythingSlider-default .arrow a {
	height: 13px;
    margin: 0;
    outline: 0 none;
    text-align: center;
    width: 17px;
}

#excitingEventsSlides .anythingSlider-default .arrow.back a {
	background: url(images/event-slides-left.png) no-repeat;
}

#excitingEventsSlides .anythingSlider-default .arrow.back a:hover {
	background-position: -2px 0;
}

#excitingEventsSlides .anythingSlider-default .arrow.forward a {
	background: url(images/event-slides-right.png) no-repeat;
}

#excitingEventsSlides .anythingSlider-default .arrow.forward a:hover {
	background-position: 2px 0;
}

#excitingEventsSlides ul.thumbNav {
	width:auto;
	display:inline-block;
	margin:0 auto;
	padding:0;
	max-height:15px;
	overflow:hidden;
	left: 0;
}

#excitingEventsSlides ul.thumbNav li {
	display:inline-block;
	float:left;
	margin-right:0;
}

#excitingEventsSlides ul.thumbNav li a {
	background:#423f3f;
	height:8px;
	width:24px;
	padding:0;
	display:block;
	margin: 0px 2px;
}

#excitingEventsSlides ul.thumbNav li a:hover {
	background: #656262;
}

#excitingEventsSlides ul.thumbNav li a.cur,
#excitingEventsSlides ul.thumbNav li a.cur:hover {
	background:#ed1b24;
}

#excitingEventsSlides .start-stop {
	top: -4px;
	position: relative;
	display: none !important;
}

a.excitingEventsSlidesMusicButton.button {
	position:absolute;
	top:280px;
	left:0;
}

#customVendorSearch {
	position: absolute;
	top: 357px;
	background: url(images/eventmarketplace.jpg) no-repeat;
	width: 270px;
	height: 186px;
	left: 0;
	display: block;
}

#customVendorSearchInput {
	position: absolute;
    border: none;
    top: 105px;
    background: none;
    left: 38px;
    font-size: 14px;
    width: 182px;
    color:#0E0C0D;
}

#customVendorSearchButton {
	position: absolute;
    top: 141px;
    left: 117px;
    border:none;
    outline: none;
}

/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/

#ourPickButton {
	margin-bottom:30px;
}

.column2 {
	float:right;
}

.listingItem {
	background:#ebebeb;
	border-bottom:1px solid #99936A;
}

.listingItem:hover {
	background:#F7F7F7;
}

.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 );
}

/* INTERACTIVE EVENT MAP */
.mapDescription.subContainer,
.hoverContent  {
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	opacity: 0.9;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

/*********************** FOOTER **************************/
.endOfContent {
}

.afterContent {
}

#footerWidgets {
	background: url(images/advertisers.jpg) no-repeat center top #fff;
	width: 979px;
	margin: -24px auto 0;
	padding: 40px 16px 0 34px;
	height: 254px;
	position: relative;
}

.homepage #footerWidgets {
	background: url(images/advertisers-home.jpg) no-repeat center top #191919;
}

#mvBoxAd1,
#mvBoxAd2 {
	margin: 0;
	display: inline-block !important;
	float: left;
}

#mvBoxAd2 {
	position: absolute;
	left: 529px;
	z-index: 2;
}

#footerWidgets p {
	display: none;
}

#rotatingContentWidget {
	visibility: hidden;
	position: absolute;
	left: 268px;
	top: auto;
}

.rotatingContentWidgetItemContainer {
	float: left;
	margin: 0 0 0 14px;
	display:block;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-direction: row;
	-ms-flex-pack: center;
	-ms-flex-line-pack: stretch;
	-ms-flex-align: center;
	width: 234px;
	height: 234px;
}

.rotatingContentWidgetItemContainer1 {

}

.rotatingContentWidgetItemContainer2 {
	margin-left: 260px;
}

.rotatingContentWidgetItemContainer3 {

}

.footer {
	color:#757771;
	width:100%;
	margin:0 auto;
	text-align:center;
	margin: 20px auto 0 auto;
	position:relative;
	padding-bottom:0;
	font-family: 'YanoneKaffeesatzRegular';
	font-size: 16px;
	background: url(images/footer-bg.jpg) repeat-x center bottom;
	min-width: 1030px;
}

.footerItems1:before {
	content:'IFEA World Headquarters - 2603 W. Eastover Terrace, Boise, Idaho 83706 - U.S.A.';
	font-family: 'YanoneKaffeesatzRegular';
	font-size: 24px;
	color: #fff;
	display: block;
    margin-bottom: 20px;
    padding-top: 6px;
    text-align: center;
}

.footer a {
	color: #757771;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

ul.footerItems1 {
	margin-top:20px;
}

ul.footerItems2 {
	margin-bottom:0;
	padding-bottom: 274px;
	background: url(images/footer-bg.png) no-repeat center bottom;
}

.footerCopyright {
	display: block !important;
}

/************************* MODAL CONTENT ********************/
.modal {
    background:#fff;
    padding-top: 15px;
    border: 10px solid #FFFFFF;
}

.modalBody {   /* |%  set modal background color if not white */
    background: #fff;
	padding: 14px;
}

.modalPageBackground {
	background: rgba(0,22,46,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300162e', endColorstr='#b300162e',GradientType=0 );
}

.modalContent h1 {
    font-size: 25px;
	line-height:30px;
}

.modalClose {
	background: none;
	top:1px;
}

a.modalCloseButton {
background: none;
}

.modalCloseButton:before {
	content: "CLOSE X";
}

.modalCloseButton img {
display:none;
}

.modalContent #google_translate_element {
	top:1px;
	left: 320px;
}

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {  /* |%  set font-family */
	font-size:32px;
	line-height: 36px;
}

.modalBody .showorksBreadcrumbs {   /* |%  set font-family */
	font-size:20px;
	line-height: 22px;
	color:#F51C2F;
}

.modalBody .showorksTableGrid th {    /* |%  set font-family */
	background:#000;
	background:rgba(0,0,0,0.22);
	color:#fff;
    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;
}

/*************** 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: inherit;
    font-size: 14px;
}

.members .nav .groups {
    margin-right: 0;
}

.members .nav .groups .group
{
	margin: 0 3px
}

.members .quickLinks {
	right:39px;
}

.subContainer.eventEntryNumber {
	color:#000;
}

.dateDisplayBar,   /* |%  can be removed after Saffire 2.8 release */
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
	font-family: inherit;
}

.businessListingDescription#scheduleDescriptionContent #eventDetailDescription .externalLinkInDescription a,
.businessListingDescription .externalLinkInDescription,
.businessListingDescription .feature-box {
	display: none;
}

.businessListingDescription div[style="max-width:130px;float:left"] a,
.businessListingPage a.eventGalleryLink,
.businessListingPage .expandedViewEventNameDescription a {
   pointer-events: none;
   cursor: default;
}

#backToTopLink {
	display: block;
	width: 85px;
	height: 71px;
	position: fixed;
	bottom: 0;
	left: 100px;
	z-index: 4000000;
	margin: auto;
	background: url(images/back-to-top.png) no-repeat;
	display: none;
}

.eventScheduleDetailModal .scheduleDescriptionContent-business .scheduleDescriptionContentCol2 > span.bold > a:first-child {
  display: none;
}
/*#scheduleDescriptionContent #eventDetailDescription div, #scheduleDescriptionContent #eventDetailDescription font, #scheduleDescriptionContent #eventDetailDescription span {
	color: rgb(0, 51, 102) !important;
}*/

.eventScheduleDetailModal .scheduleDescriptionContent-business .scheduleDescriptionContentImage a {
  pointer-events: none;
  cursor: default;
}

.eventScheduleDetailModal #scheduleDescriptionContent.scheduleDescriptionContent-business #scheduleDescriptionContentDescription {
  line-height: 1.3;
}
