/************** LOAD FONTS ******************/
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') 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;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/************************* BODY/CONTAINER ********************/

body { /* |%  need to set body background and default font options */
	color:#000;
	background-color: #056120;
	background-attachment: fixed;
	background-size: cover;
	font: 12px/19px 'open_sansregular', Arial, Verdana, sans-serif;
	min-width: 1050px;
}

body.hasBg1 {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
}

body.hasBg2 {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
}

body.hasBg3 {
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
}

body.hasBg4 {
	background-image: url(images/bg4.jpg);
	background-repeat: no-repeat;
}

body.hasBg5 {
	background-image: url(images/bg6.jpg);
	background-repeat: no-repeat;
}

body.hasBg6 {
	background-image: url(images/bg6.jpg);
	background-repeat: no-repeat;
}


.wrapper { /* |%  if all elements are contained, this is a set width, if elements stretch to screen width this is 100% */
	width:100%;
}

.content {
	background: #fff;
	padding:55px 15px 15px;
	position:relative;
	margin: 0 auto;
	width: 970px;
}

.homepage .content {
	padding: 0;
	width: 1000px;
	background: none;
}

.ui-widget-overlay {
    background-color: #000000;
    opacity: 0.5;
}

/*********************** STANDARD ELEMENTS ********************/
a {
	color: #004EA3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.buyNowText {
	color: #D70B0B !important;
	text-decoration: underline !important;
	font-weight: bold;
}

a.buyNowText:hover {
	color: #D70B0B !important;
	text-decoration:none !important;
}


input {
	color:#9B9B9B;
}

h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1 { /* |%  set font-family */
	font-size: 32px;
	line-height: 36px;
	margin:0.2em 0;
	text-transform: none;
}


h2, h2 a { /* |%  set font-family */
	font-size: 20px;
	line-height: 22px;
}

h2 a {

}

.cartcols h2 { /* |%  set font-family */
	font-size: 16px;
	line-height: 19px;
}

h3 { /* |%  set font-family */
	font-size: 14px;
	line-height: 18px;
}

.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:#E5DABB;
}

/************* BUTTON STYLES *********************/
a.button,
.button { /* |%  set font-family */
	padding:1px 8px;
	font-size: 10px;
	line-height: 21px;
	text-transform: uppercase !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	font-family: 'open_sanssemibold';
	font-weight: normal !important;
}

a.button, /* |%  background color including header buttons */
.button,
.buttonSmall {
	background: #c28a00;
	color:#fff !important;
}

a.button:hover,  /* |%  hover state for above buttons */
.button:hover,
.buttonSmall:hover {
	background: #e2a306;
}

a.closeButton,   /* |%  background color buyNow buttons */
a.buyNowButton,
a.deleteButton {
	background: #d51e1e;
	background: -moz-linear-gradient(top,  #d51e1e 50%, #ab1818 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d51e1e), color-stop(50%,#ab1818));
	background: -webkit-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: -o-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: -ms-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: linear-gradient(to bottom,  #d51e1e 50%,#ab1818 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51e1e', endColorstr='#ab1818',GradientType=0 );
	color:#fff !important;
}

a.closeButton:hover,  /* |%  hover state for above buttons */
a.buyNowButton:hover,
a.deleteButton:hover {
	background: #d93434;
	background: -moz-linear-gradient(top,  #d93434 50%, #b32f2f 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d93434), color-stop(50%,#b32f2f));
	background: -webkit-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: -o-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: -ms-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: linear-gradient(to bottom,  #d93434 50%,#b32f2f 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93434', endColorstr='#b32f2f',GradientType=0 );
}

.inputFieldSubmit {
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

/***************** CONTAINERS **************************/
.subContainer,  /* |%  set subContainer color */
.sidepic{
	background:#BD8701;
	color:#fff;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

a.havePhotoLink {
	color: #fff;
	-moz-text-shadow: 1px 1px 0px #000;
	-webkit-text-shadow: 1px 1px 0px #000;
	text-shadow: 1px 1px 0px #000;
}

.subContainer a,
.subContainer h1,
.subContainer h2,
.subContainer h3 {
	color: #fff;
}

.subContainer .error {

}

.dateDisplayBar, /* |%  set dateDisplayBar color */
.dateDisplay {
	background:#BD8701;
	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:#004EA3;
}

.orderhistory th {
	color:#fff;
    padding: 8px 3px;
}

.review
{
}

/************************* TABS *******************************/
.homepageTabsContainer {
	padding-left:20px;
}

.tabs {

}

.homepageTabsContainer {
	background: #be8c09;
	background: -moz-linear-gradient(top, #be8c09 0%, #bf8900 62%, #9d7711 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be8c09), color-stop(62%,#bf8900), color-stop(100%,#9d7711));
	background: -webkit-linear-gradient(top, #be8c09 0%,#bf8900 62%,#9d7711 100%);
	background: -o-linear-gradient(top, #be8c09 0%,#bf8900 62%,#9d7711 100%);
	background: -ms-linear-gradient(top, #be8c09 0%,#bf8900 62%,#9d7711 100%);
	background: linear-gradient(to bottom, #be8c09 0%,#bf8900 62%,#9d7711 100%);
	position: absolute;
    right: 0;
    top: -20px;
    width: 970px;
    z-index: 1;
}

/* TAB BACKGROUND COLORS */
  /* |%  tab colors */
.tabs > ul > li > a {
	background:#E2A306;
}

.tabs ul.homepageTabs > li > a {
	background: none;
}

ul.homepageTabs {
	float: right;
}

.homepageTabs li ul,  /* |%  hover state for above tabs and dropdown background */
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
	background-color: #9E7711 !important;
}

.homepageTabs ul.menu li:hover {  /* |%  hover state for above dropdowns */
	background: #BE8B07;
}

/* 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;
}

.tabOn, .tab:hover {
	top: -2px;
}

.tabOn:after, .tab:hover:after {
	bottom: -2px;
	height: 2px;
}

.tabs ul.homepageTabs > li > a {
    margin: 2px 3px 0 2px;
    padding: 5px 4px 9px;
}

.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: 1000px;
	height: 170px;
}

#customLogo {  /* |%  logo settings */
    background: url("images/yologo.png") no-repeat 0 0;
    height: 92px;
    left: -33px;
    top: 0;
    width: 192px;
    background-size: contain;
}

.generalmessage {		/* |%  set font-family, background color, color, etc. */
	background:#BD8701;
	-webkit-box-shadow:0 -3px 5px #666 inset;
	-moz-box-shadow:0 -3px 5px #666 inset;
	box-shadow:0 -3px 5px #666 inset;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding-top:0;
	padding-bottom:8px;
}

.generalmessage a {
	color: #fff;
}

/* MAIN NAVIGATION */
.nav {
	height: 45px;
	padding: 0;
	position:relative;
	top: 50px;
	background: #076324;
	background: -moz-linear-gradient(top, #076324 0%, #076123 60%, #054419 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#076324), color-stop(60%,#076123), color-stop(100%,#054419));
	background: -webkit-linear-gradient(top, #076324 0%,#076123 60%,#054419 100%);
	background: -o-linear-gradient(top, #076324 0%,#076123 60%,#054419 100%);
	background: -ms-linear-gradient(top, #076324 0%,#076123 60%,#054419 100%);
	background: linear-gradient(to bottom, #076324 0%,#076123 60%,#054419 100%);
}

.nav .groups {
	position:absolute;
	top:1px;
	right: 0px;
	max-width:770px;
}

.nav .groups .group {
	margin: 0 0 0 5px;
	padding-bottom: 5px;
	padding-right: 19px;
}

.nav .groups .group a {  /* |%  set font-family */
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color:#fff;
}

.nav .groups .group a:hover, /* |%  top nav hover color */
.nav .groups .group:hover a,
.nav .groups .group:hover {
	color:#EEF9EE;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.nav .items,
.nav .subitems {		/* |%  nav dropdown colors */
	background:#06501D;
	padding-top: 0;
	padding-bottom: 0;
}

.nav .groups .group:hover .items .item a,
.nav .items .item a {
	color:#FFF;
	font:11px Arial, Helvetica, sans-serif;
}

.nav .items .item a:hover {
	color:#FFF;
	background:#076224;
}

/* TOP LINKS */
.quickLinks {
    position: relative;
    float: right;
    top: 5px;
    right: -7px;
}

.quickLinks a {
	text-transform: uppercase;
}

.quickLinks .standardViewCart a,
.quickLinks .standardCartView a {
	text-transform: none;
}

.cartNavItem .bold {
	font-weight: normal !important;
}

.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:#EEF9EE;
}

.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_sansbold';
	text-shadow:1px 1px 0 #000;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
	border-bottom-color:#fff;
}

.quickLinks ul li.socialLinks {
    right: 68px;
    top: -30px;
}

.socialNetworks {
    position: relative;
    float: right;
	z-index:80000000;
	top:9px;
}

/* MUSIC PLAYER */
#musicPlayerLink {
    background: url("images/music-btn.png") no-repeat right 0;
    border: none;
    height: 22px;
    width: 22px;
	margin-right: 3px;
}
/*
#musicPlayerLink:hover {
    padding-left: 200px;
}
*/
#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-size:13px;
	text-decoration:none;
}

#musicPlayerDropdown a:hover {
    background: #E2E2E2;
}


/* EMAIL & SEARCH BOXES */
.header .emailSignup {
    right: 0;
    top: 53px;
    width: auto;
}

.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 Verdana,Arial;
}

.searchBox {
	right: 95px;
    top: 53px;
	z-index: 5003;
}

/*SITE-WIDE WIDGETS */
#widgetBanner {
    background: none;
    color: #fff;
    height: auto;
    left: 179px;
    margin: 0 12px;
    position: absolute;
    top: 48px;
    width: auto;
    z-index: 100;
}

/* 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 {
	position: static;
	text-shadow: 0 0 2px #000;
}

#weatherBugText {
    display: none;
}

#weatherBugImage {
    top: 3px;
}

/****************** HOMEPAGE WIDGETS ***************/

/* WIDGET GENERAL */
.widget h1,
.homepageh1 {  /* |%  set font-family */
	color:#7a4c00;
	font-size:20px;
	text-transform: none;
}

.homepageContent {
	height:780px;
}

.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;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.anythingSlider .panel {
  position: relative;
}

.generalMessageOn #slideshowWidget {
	top: 40px;
}

#slideshowWidget .panel a {
	cursor: default;
}


#slideshowWidget #slideshowSlider { /* set slide width and height here */
	height:1050px;
	/*height:1050px;
	width:2250px;
	max-width: 100%;
	min-width: 100%;*/
}

#slideshowWidget #slideshowSlider img {
	width: 105% !important;
	margin-top: 0 !important;
	margin-left: -2% !important;
	min-width: 1500px !important;
  max-width: none !important;
	min-height: 760px;
}

#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;
}

.homepageContent > .arrow {
	display: block !important;
	z-index: 2;
	position: absolute;
	top: 210px;
}

.homepageContent > .arrow a {
}

.homepageContent > .back a {
	width: 50px;
	height: 50px;
	display: block;
}

.homepageContent > .forward a {
	width: 50px;
	height: 50px;
	display: block;
}

.homepageContent > .back {
    left: 0;
	background: url(images/slideshow-left.png) no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}

.homepageContent > .forward {
    right: 0;
	background: url(images/slideshow-right.png) no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}

#slideshowWidget .anythingControls {
	bottom:9px;
	right:8px;
}

#slideshowWidget .anythingSlider-default .anythingControls ul {
	float:right;
	top:-1px;
}


#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 {

}

.slideshowTransitionBoxContainer {
	border-radius:0;
	transition: height 2s, width 2s, border-radius 2s, opacity 2s;
	animation-delay:1.5s;
}
.slideshowTransitionBoxContainer.transitionAnimate {
	height:0 !important;
	width: 0 !important;
	opacity: 0;
	border-radius:100% / 50%;
}
#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 {
	width:530px;
	height: 76px;
	padding: 5px 120px 5px 5px;
	left:0;
	top:331px;
	background: #f7e7cf;
	background: rgba(255,255,255,0.8);
	position: absolute;
}

#newSlideshowDescription .slideshowDescription,
#newSlideshowDescription .slideshowTitle {
	display: block;
}

#newSlideshowDescription img {
	display: none !important;
}

#newSlideshowDescription .slideshowTitle {
    color: #7a4c00;
    font-family: Georgia;
    font-size: 20px;
   	text-decoration: none;
}

#newSlideshowDescription .slideshowDescription {
    color: #313131;
    display: block;
    line-height: 1.5em;
}

#newSlideshowDescription .button {
	position: absolute;
    right: 12px;
    bottom: 12px;
}

#newSlideshowDescription .button.buyNowButton {
    bottom: 39px;
}

/* QUICK VOTE */
#quickVoteWidget {
	width:320px;
	height:154px;
	padding:7px 7px 7px 15px;
	margin:0 15px 8px;
	right:5px;
	top:406px;
	background:#8F8A64;
	background: rgb(165,161,130);
	background: -moz-linear-gradient(top, rgba(165,161,130,1) 0%, rgba(115,111,80,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,161,130,1)), color-stop(100%,rgba(115,111,80,1)));
	background: -webkit-linear-gradient(top, rgba(165,161,130,1) 0%,rgba(115,111,80,1) 100%);
	background: -o-linear-gradient(top, rgba(165,161,130,1) 0%,rgba(115,111,80,1) 100%);
	background: -ms-linear-gradient(top, rgba(165,161,130,1) 0%,rgba(115,111,80,1) 100%);
	background: linear-gradient(to bottom, rgba(165,161,130,1) 0%,rgba(115,111,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a182', endColorstr='#736f50',GradientType=0 );
}
#quickVoteWidget .homepageh1 {
	position:absolute;
	top: -18px;
}

.quickVoteAnswer {
	width: 300px;
}

.quickVotePercentage {
	float: right;
	left:0;
}

.quickVoteAnswer .color3 {
	background:#F5DF26;
}

#quickVoteGetResultsDiv {
	top:-21px;
	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: #d51e1e;
	background: -moz-linear-gradient(top,  #d51e1e 50%, #ab1818 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d51e1e), color-stop(50%,#ab1818));
	background: -webkit-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: -o-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: -ms-linear-gradient(top,  #d51e1e 50%,#ab1818 50%);
	background: linear-gradient(to bottom,  #d51e1e 50%,#ab1818 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51e1e', endColorstr='#ab1818',GradientType=0 );
	color:#fff !important;
	text-align:center;
	margin-right:5px;
	font-size:9px;
	text-transform:uppercase;
	line-height: 1.8;
}

.quickVoteVote.notVoted:hover,
a.quickVoteVote.notVoted:hover {
	background: #d93434;
	background: -moz-linear-gradient(top,  #d93434 50%, #b32f2f 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d93434), color-stop(50%,#b32f2f));
	background: -webkit-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: -o-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: -ms-linear-gradient(top,  #d93434 50%,#b32f2f 50%);
	background: linear-gradient(to bottom,  #d93434 50%,#b32f2f 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93434', endColorstr='#b32f2f',GradientType=0 );
}

.quickVoteItems {
	font-weight:bold;
}

.quickVoteQuestion {
	font-weight:bold;
	font-size:12px;
	line-height:3;
	white-space:nowrap;
}

.notVoted {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* SPONSORS */
#sponsorWidgetContainer {
	height: 130px;
    left: 0;
    padding: 0;
    right: auto;
    top: 664px;
    width: 1000px;
}

.sponsorCarouselImage {
	background: url("images/sponsor-logo-bg.png") no-repeat 0 0;
    display: block;
    float: left;
    height: 104px;
    text-align: center;
    width: 95px;
}

#majorSponsorImageContainer {
	background:url("images/group-slider-bg.jpg");
	height:79px;
	min-width: 170px;
	max-width: 170px;
	padding: 38px 15px 7px 5px;
	left: 0;
}

#sponsorLogoSection {
	height: 127px;
    margin-top: 0;
    padding: 0 30px 10px !important;
    width: auto;
}

.sponsorWidgetContainerMajorSponsor #sponsorLogoSection {
}

.sponsorCarouselContainer {
	height: 100px;
    padding-bottom: 8px;
    padding-top: 8px;
    top: 12px;
    width: 873px;
    left: 62px;
}

#sponsorArrowRight span {
	width: 30px;
	height: 31px;
	background: url(images/sponsors-right.png) no-repeat;
	border:none;
}

#sponsorArrowLeft span {
	width: 30px;
	height: 31px;
	background: url(images/sponsors-left.png) no-repeat;
	border:none;
}

.majorSponsorImage img {
	max-width: 120px;
    max-height: 86px;
}

#majorSponsor {
	top:-5px;
}

#sponsorArrowLeft {
	left:21px;
	top:52px;
}

.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
    left: 181px;
}

#sponsorArrowRight {
	top:52px;
	right:21px;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowRight {
}

#majorSponsorTitleContainer {
	left: 53px;
    top: -13px;
}

#majorSponsorTitleContainer .homepageh1 {
	font-size:20px;
	color: #fff;
}

.sponsorWidgetContainerMajorSponsor #majorSponsorTitleContainer {
	z-index: 5;
}

#sponsorsTitleContainer {
	top:-14px;
	text-align: center;
	width: 100%;
	left: 0;
}

#sponsorsTitleContainer .homepageh1 {
	color: #fff;
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer {
	right:90px;
}

.sponsorWidgetContainerMajorSponsor #sponsorsTitleContainer .homepageh1 {
	font-size:20px;
}


/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/

/* GROUP SLIDER */

#excitingEventsGroupSlider {
    height:201px;
    padding: 0 333px 0 0;
    right: auto;
    top: 429px;
    width: 667px;
    background: url(images/group-slider-bg.jpg) no-repeat;
    z-index: 222;
    position: absolute;
    left: 0;
}

#excitingEventsGSContentContainer {
    height: 347px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    width: 330px;
}
#eventListPagination {
	position:absolute;
	bottom:27px;
	color:#F5DF26;
	width:100%;
	height:20px;
	left:0;
}
.eventGroupSliderPage > div {
    background: url("../images/bullet.png") no-repeat scroll 0px 14px transparent;
    padding: 9px 12px 0 18px;
}
.eventGroupSliderPage a {
 	text-decoration:none;
}
.modalContent h1 {

}
.groupSliderTitle {
    color: #F5DF26;
    display: block;
    text-decoration: none !important;
}
.eventListDescription {
	color:#fff;
	line-height:1.5em;
	display: block;
}
#eventListPaginationText {
    display: block;
    left: 24px;
    position: absolute;
}

#eventListMoreEvents {
	position:absolute;
	bottom:10px;
	left:auto;
	right: -12px;
	padding-right:16px;
}
#eventListMoreEvents a {
	cursor:pointer;
}
#excitingEventsGroupSlider .eventGroupSliderPage a {
	text-decoration:none;
}

#excitingEventsGSContentContainer {
	height: 184px;
    left: 39px;
    overflow: hidden;
    padding-top: 0;
    top: 8px;
    width: 592px;
}

#excitingEventsGroupSlider .button.buyNowButton,
#excitingEventsGroupSlider a.popUpDetailLink.button {
	padding: 1px 8px;
	width: 63px;
}

#groupSliderPaginationText {
	display: none;
}

#groupSliderMoreEvents {
	display:none;
}
.groupSliderImage {
	max-width:125px;
	max-height:125px;
	border:8px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.eventGroupSliderPage > div {
    background: none;
    padding: 0 4px;
	width:133px;
	float:left;
	margin-right: 7px;
	margin-top: 4px;
}

#eventListPagination {
	left:0;
	bottom:11px;
}

.eventGroupSliderPage {
	top:0;
}
.eventGSItem {
	position:relative;
}

#eventListPaginationText {
	color: #fff;
}
#eventGroupSliderBack {
	border-color:transparent;
	position:absolute;
	left:13px;
	top:77px;
	display:block;
	background: none;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 7px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;

}

#excitingEventsGroupSlider .groupSliderTitle {
	color:#fff;
	font:11px 'open_sansbold';
	text-align:center;
	margin-top: 5px;
}
#excitingEventsGroupSlider .groupSliderTitle span {
	color:#fff;
	font:11px 'open_sansbold';
	display:block;
	text-align:center;
}
#eventGroupSliderForward {
	background: none;
	position: absolute;
	border-color:transparent;
	left:auto;
	right: 349px;
	top:77px;
	display:block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 7px;
	border-color: transparent transparent transparent #ffffff;

}


#groupSlidePopUp {
	height: 311px;
    left: 12px;
    position: absolute;
    top: -58px;
    width: 168px;
    z-index: 10000;
	background: #076324;
	background: -moz-linear-gradient(top, #076324 0%, #076123 60%, #054419 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#076324), color-stop(60%,#076123), color-stop(100%,#054419));
	background: -webkit-linear-gradient(top, #076324 0%,#076123 60%,#054419 100%);
	background: -o-linear-gradient(top, #076324 0%,#076123 60%,#054419 100%);
	background: -ms-linear-gradient(top, #076324 0%,#076123 60%,#054419 100%);
	background: linear-gradient(to bottom, #076324 0%,#076123 60%,#054419 100%);
	padding:18px 11px 9px;
	color:#fff;
	margin-left: 12px;
	-webkit-box-shadow: 3px 3px 3px rgba(5, 5, 5, 0.6);
	-moz-box-shadow: 3px 3px 3px rgba(5, 5, 5, 0.6);
	box-shadow: 3px 3px 3px rgba(5, 5, 5, 0.6);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.groupSliderPopUpImage {
	border:4px solid #BF8A04;
	margin:0 0 10px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#groupSlidePopUp .popUpDetails {
	display:block;
	line-height: normal;
	font-size: 11px;
}

#groupSlidePopUp .eventListMusicLink a {
	font:16px 'KomikaTitleRegular';
	color:#fff;
	text-decoration:none;
	display:block;
	width:68px;
	height:24px;
	background:#ae2923;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#groupSlidePopUp .eventListMusicLink {
	position:absolute;
	bottom:9px;
	left:24px;
}

#groupSlidePopUp .gsPurchaseLink a{
	position:absolute;
	bottom:9px;
	right:9px;
}
.gsPurchaseLink {
	right: 12px;
    position: absolute;
    bottom: 9px;
}

a.popUpDetailLink.button {
	position: absolute;
	bottom: 9px;
	left: 12px;
}

.groupSliderMusicLink {
	display: none;
}

.gsPurchaseLink .buyNowButton {
	position: static !important;
}

#customJoinButton {
	background: url(images/join.jpg) no-repeat 0 -58px;
	width: 303px;
	height: 58px;
	display: block;
	position: absolute;
	right: 20px;
    top: 387px;
	z-index: 2001;
}

#customJoinButton:hover {
	background-position: 0 0;
}

/* EVENT LIST */


#excitingEventsList .homepageh1 {
	display: none;
}

#excitingEventsListContentContainer {
    height: 87px;
    padding-top: 5px;
    width: 650px;
}

#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:270000px;
	color:#F5DF26;
	font-size:1.4em;
	height:20px;
	left:0;
}

.eventListPage > div {
    padding: 9px 12px 0 18px;
}

.eventListTitle {   /* |%  set font-family */
    color: #7a4c00;
    font-size: 20px;
    text-decoration: none !important;
    font-family: Georgia;
}

.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 {  /* |%  set font-family */
	text-transform:uppercase;
	color:#F5DF26;
	font-size:1.6em;
}
#eventListMoreEvents {
    position: absolute;
    bottom: 24px;
    right: 0;
    display: none;
}

#excitingEventsListLeft {
	background: url(images/event-list-left.png) no-repeat;
	width: 16px;
	height: 31px;
	left: -16px;
    position: absolute;
    top: 3px;
    cursor: pointer;
    opacity: 0;
}

#excitingEventsListRight {
	background: url(images/event-list-right.png) no-repeat;
	width: 16px;
	height: 31px;
	right: -16px;
    position: absolute;
    top: 3px;
    cursor: pointer;
    opacity: 0;
}

.keepOpaque {
	opacity: 1 !important;
}

#eventListPaginationIconContainer {
	position: absolute;
	top: -60000px;
	bottom: auto;
	visibility: hidden;
}

.eventListHasAnchor a {
	display: inline-block;
    padding-right: 77px;
    width: 569px;
    height: 70px;
}

.eventListHasAnchor a.buyNowText {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	position: absolute;
	right: -71px;
	top: 5px;
}

.eventListHasAnchor a:after {
	display: block;
	content: 'MORE >';
	padding:1px 8px;
	font-size: 10px;
	line-height: 21px;
	text-transform: uppercase !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	font-family: 'open_sanssemibold';
	font-weight: normal !important;
	background: #c28a00;
	color:#fff !important;
	position: absolute;
    right: 0;
    top: 45px;
}

.eventListHasAnchor a.buyNowText:after {
	display: none !important;
	content:'';
	padding: 0;
}

.eventListHasAnchor a:after:hover {
	background: #E2A306;
}
/* EVENT SLIDES */
#excitingEventsSlides {
	text-align: left;
    right: 10px;
    top: 377px;
    z-index: 2000;
    background: #fff;
    width: 323px;
    height: 217px;
    padding: 49px 0 0;
}

#excitingEventsSlides .homepageh1 {
	display: none;
}

#excitingEventsSlides .slideshowTitle {   /* |%  set font-family */
	text-align:left;
	font-size: 18px;
	font-family: Georgia, serif;
	display: block;
	color:#7a4c00;
	max-width:98%;
	overflow:visible;
}

#excitingEventsSlides .slideshowDescription {
	text-align: left;
	display:inline !important;
	max-width:240px;
}

#excitingEventsSlider {
	width:280px;
	height:173px;
}


#excitingEventsSlider .slideshowMoreButton.button {
    margin: 0 auto;
    width: 55px;
	position: absolute;
	bottom:18px;
	right: 0;
}

#excitingEventsSlider img {
	display: none;
}

#excitingEventsSlides .anythingSlider {
 	top:35px;
 	overflow:visible !important;
}

#excitingEventsSlides .anythingWindow {
max-height:330px;
}

#excitingEventsSlides .anythingControls {
	bottom: 0;
	padding-top: 2px;
	right: 0;
	width:100%;
	display:inline-block;
	margin:0 auto;
	position:absolute;
	overflow:hidden;
	max-height:15px;
	text-align:center;
}

#excitingEventsSlides ul.thumbNav {
	width:auto;
	display:inline-block;
	margin:0 auto;
	padding:0;
	max-height:15px;
	overflow:hidden;
	left: 0;
	float: none;
}

#excitingEventsSlides ul.thumbNav li {
	display:inline-block;
	float:left;
	margin-right:0;
}

#excitingEventsSlides ul.thumbNav li a {
	background:#c28a00;
	height:15px;
	width:15px;
	padding:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	box-shadow:inset 1px 1px 2px #747474;
	display:block;
	margin: 0px;
}

#excitingEventsSlides ul.thumbNav li a.cur {
	background:#076023;
}

#excitingEventsSlides .start-stop {
	display: none;
}

a.excitingEventsSlidesMusicButton.button {
	position:absolute;
	top:280px;
	left:0;
}

#excitingEventsSlides a {
	color: #000;
}
/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/

#ourPickButton {
	margin-bottom:30px;
}

.column2 {
	float:right;
}

.listingItem {
	background:#EEF9EE;
	border-bottom:1px solid #99936A;
}

.listingItem:hover {
	background:#e8f3e8;
}

.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 {
	background: url(images/after-content.jpg) repeat-x center top;
	width:100%;
	height: 285px;
	margin-top: -265px;
}

.footer {
	color:#fff;
	width:100%;
	margin:0 auto;
	text-align:left;
	margin: 0 auto;
	position:relative;
	padding-bottom:14px;
	background: url(images/footer-bg.jpg) repeat-x center top;
}

.footer a {
	color: #fff;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

ul.footerItems1 {
	width: 742px;
	margin: 0 auto;
	position: relative;
	left: 129px;
}

ul.footerItems1:before {
	content: '';
	background: url(images/footer-logo.png) no-repeat;
	width: 150px;
	height: 120px;
	background-size: contain;
	display: block;
	position: absolute;
	left: -260px;
	top: 10px;	
}

ul.footerItems2 {
	width: 742px;
	margin: 9px auto 0;
	position: relative;
	left: 129px;
}

.footerSaffire {
	display: block !important;
	width: 742px;
	margin: -5px auto 0;
}

/************************* 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:#004EA3;
}

.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;
}

.dateDisplayBar,   /* |%  can be removed after Saffire 2.8 release */
.viewMode,
.currentlyViewingDate,
#searchEventsInput,
#eventFilterList,
#eventFilterList ul,
.InProgressEventDate,
a.havePhotoLink,
.mapLegend label {
	font-family: inherit;
}

.reviewYourOrderSubContainer {
	width: 544px;
}



/* UPDATED HEADER LINKS */
.saffireLargeSize .header .viewcart .cartMenuLink {
  text-decoration: none;
}

.saffireLargeSize .header .viewcart .cartMenuLink {
  position: relative;
  top: -7px;
  padding: 10px 15px;
  display: inline-block;
  background: linear-gradient(to bottom, #076324 0%,#076123 60%,#054419 100%);
  border: 3px solid #fff;
  border-top: none;
  font-size: 16px;
}
.saffireLargeSize .header .viewcart .cartMenuLink:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #076324 0%,#1b9741 60%,#054419 100%);
}
.saffireLargeSize .header .myAccountNavButton a,
.saffireLargeSize .header .StandardHeaderDirections a,
.saffireLargeSize .header .loginstatus a {
  padding: 5px 10px;
  display: inline-block;
  background: rgba(0,0,0,0.5);
}
.saffireLargeSize .header .myAccountNavButton a:hover,
.saffireLargeSize .header .StandardHeaderDirections a:hover,
.saffireLargeSize .header .loginstatus a:hover {
  background: rgba(0,0,0,0.8);
}




/* UPDATED SOCIAL SIDEBAR */

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 10px;
}
@media screen and (max-width: 1230px) {
  .pageIsLoaded .socialNetworks {
    bottom: 0;
    bottom: 5px;
    right: 5px;
  }
}

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 20%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 5px 3px;
}
.socialNetworks img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
.socialNetworks > span, .socialNetworks > a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  border: none;
  padding: 3px;
  background-color: transparent;
}
.socialNetworks > a:hover {
  left: -6px;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0;
  background-color: #333;
}

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(0, 0, 0, 0.4);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
#musicPlayerLink #musicPlayerDropdown {
  top: -3px;
  right: 43px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid createFontColor(rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: 0 0 4px createFontColor(rgba(0, 0, 0, 0.4)) inset;
          box-shadow: 0 0 4px createFontColor(rgba(0, 0, 0, 0.4)) inset;
  font-size: 0.9em;
  color: createFontColor(rgba(0, 0, 0, 0.4));
}
#musicPlayerLink #musicPlayerDropdown a {
  padding-right: 14px;
  font-size: 13px;
  color: createFontColor(rgba(0, 0, 0, 0.4));
  text-decoration: none;
}
#musicPlayerLink #musicPlayerDropdown a:hover {
  position: relative;
  padding-left: 14px;
  padding-right: 3px;
}
#musicPlayerLink #musicPlayerDropdown a:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 12px solid createFontColor(rgba(0, 0, 0, 0.4));
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 58%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
  .socialNetworks img {
    max-width: 30px;
    max-height: 30px;
  }
  .socialNetworks > a, .socialNetworks > #musicPlayerLink {
    max-width: 30px;
    max-height: 30px;
    bottom: 0;
    float: left;
    margin: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-size: contain;
  }
  .socialNetworks > a:hover {
    left: 0;
    bottom: 6px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    bottom: 0;
  }
  .socialNetworks #musicPlayerLink {
    margin: 3px;
    background-size: cover;
  }
  .socialNetworks #musicPlayerLink #musicPlayerDropdown {
    top: auto;
    bottom: -3px;
    right: 33px;
  }
}
.socialNetworks a:hover {
  background-color: #0081d1;
}

.socialNetworks .socialNetworkIconTwitter:hover {
  background-color: #1da1f2;
}
.socialNetworks .socialNetworkIconFacebook:hover {
  background-color: #3B5998;
}
.socialNetworks .socialNetworkIconInstagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconInstagram:hover {
  background: none;
}
.socialNetworks .socialNetworkIconInstagram:hover:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconTumblr:hover {
  background-color: #35465c;
}
.socialNetworks .socialNetworkIconPeriscope:hover {
  background-color: #3aa4c6;
}
.socialNetworks .socialNetworkIconPinterest:hover {
  background-color: #bd081c;
}
.socialNetworks .socialNetworkIconSpotify:hover {
  background-color: #1ED760;
}
.socialNetworks .socialNetworkIconFlickr:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0063dc), color-stop(50%, #0063dc), color-stop(50%, #0063dc), color-stop(50%, #ff0084), to(#ff0084));
  background: linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);
  opacity: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.socialNetworks .socialNetworkIconFlickr:hover {
  background: none;
}
.socialNetworks .socialNetworkIconFlickr:hover:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.socialNetworks .socialNetworkIconLinkedIn:hover {
  background-color: #0077b5;
}
.socialNetworks .socialNetworkIconYoutube:hover {
  background-color: #cd201f;
}
.socialNetworks .socialNetworkIconGooglePlus:hover {
  background-color: #dd4b39;
}
.socialNetworks .socialNetworkIconSnapchat:hover {
  background-color: #fffc00;
}

/* COUNTDOWN STUFF */
#siteInfoBannerWidget {
  box-sizing: border-box;
  position: absolute;
  left: 160px;
  top: 6px;
  display: inline-flex;
  height: 70px;
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 20px;
  background: #076324;
  font-family: "open_sansbold";
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 1.4em;
  z-index: 2;
  min-width: auto;
  flex-direction: column;
  justify-content: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "open_sansbold";
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "open_sansbold";
    font-size: 14px;
    font-weight: 400;
    color: #fff; }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 5px 20px;
  background: #2c5375;
  color: #fff;
  width: 100%; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 14px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 20px !important;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 20px !important;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "open_sansbold";
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

  .cartViewVerticalContinueButton {
    font-size: 20px !important;
    padding: 10px 15px !important;
  }

/*# sourceMappingURL=countdown.css.map */
