/************** LOAD FONTS ******************/
@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_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_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;

}



@font-face {
    font-family: 'trocchiregular';
    src: url('fonts/trocchi-webfont.eot');
    src: url('fonts/trocchi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trocchi-webfont.woff') format('woff'),
         url('fonts/trocchi-webfont.ttf') format('truetype'),
         url('fonts/trocchi-webfont.svg#trocchiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'trocchi_boldbold';
    src: url('fonts/trocchi-bold-webfont.eot');
    src: url('fonts/trocchi-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trocchi-bold-webfont.woff') format('woff'),
         url('fonts/trocchi-bold-webfont.ttf') format('truetype'),
         url('fonts/trocchi-bold-webfont.svg#trocchi_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intro_rust_gbase_2_line';
    src: url('fonts/introrustg-base2line-webfont.eot');
    src: url('fonts/introrustg-base2line-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/introrustg-base2line-webfont.woff2') format('woff2'),
         url('fonts/introrustg-base2line-webfont.woff') format('woff'),
         url('fonts/introrustg-base2line-webfont.ttf') format('truetype'),
         url('fonts/introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_rust_slabblack_shadow_01';
    src: url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.eot');
    src: url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.woff2') format('woff2'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.woff') format('woff'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.ttf') format('truetype'),
         url('fonts/NexaRustSlab-BlackShadow01-Free-webfont.svg#nexa_rust_slabblack_shadow_01') format('svg');
    font-weight: normal;
    font-style: normal;

}



/************************* BODY/CONTAINER ********************/

@media print {
	.socialNetworks, #google_translate_element, .header {display: none;}
	body, .wrapper, .content {
		max-width: 100%;
	}
}

body { /* |%  need to set body background and default font options */
	color:#313131;	
	background: url(images/bg.jpg) #382a14;
	font: 12px/19px 'open_sansregular', Arial, Verdana, sans-serif;
}

.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:15px;
	position:relative;
	margin: 105px auto 0;
	max-width: 970px;
}

.homepage .content {
	margin: 0 auto;
	max-width: none;
	background: none;
	padding: 0;
}

.ui-widget-overlay {
    background-color: #000000;
    opacity: 0.5;
}

/*********************** STANDARD ELEMENTS ********************/
a {
	color: #7C0B0B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.buyNowText {
	color: #D70B0B;		
	text-decoration: underline !important;
	font-weight: bold;
}

a.buyNowText:hover {
	color: #D70B0B;		
	text-decoration:none !important;
}


input {
	color:#9B9B9B;	
}

h1, h2, h3, h4, h5, h6 {
	color: #7C0B0B;
	font-weight: normal;
	font-family: 'trocchi_boldbold';
	text-transform: none;
}

h1 { /* |%  set font-family */
	font-size: 32px;
	line-height: 36px;
	margin:0.2em 0;
}


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:rgba(227,202,122,0.4);	
}

input.textbox {
	color: #9b9b9b;
}


.header input.inputFieldTextbox.textbox {
    width: 124px;
}

.header .emailInputField input.inputFieldTextbox.textbox {
    width: 111px;
}

/************* BUTTON STYLES *********************/
a.button,
.button { /* |%  set font-family */
	padding:1px 8px;
	font-size: 12px;
	line-height: 21px;
	text-transform: uppercase;	
	font-family: 'open_sansextrabold';
	border-radius:2px;
	text-decoration:none;
	font-weight: normal !important;
}

.inputFieldSubmit {
    border-radius: 0 2px 2px 0 !important;
}

a.button, /* |%  background color including header buttons */
.button,
.buttonSmall {
	background: #7c0b0b;
	color:#fff !important;
}

a.button:hover,  /* |%  hover state for above buttons */
.button:hover,
.buttonSmall:hover {
	background: #971414;
}

a.closeButton,   /* |%  background color buyNow buttons */
a.buyNowButton,
a.deleteButton {
	
}

a.closeButton:hover,  /* |%  hover state for above buttons */
a.buyNowButton:hover,
a.deleteButton:hover {
	
}

.header a.button {
	font-size: 11px;
	text-transform: none;
	background: #000;
	font-family: 'open_sansregular';
}

.header a.button:hover {
	background: #333;
}

/* if spyglass for search button (generate png image) */
/*.header .searchBoxSubmit a.button,
.header .searchBoxSubmit a.button:hover {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999px;
	overflow: hidden;
    width: 17px;
}*/

/***************** CONTAINERS **************************/
.subContainer,  /* |%  set subContainer color */
.sidepic{
	background:#7c0b0b;	
	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 {
	color: #ffe200;
}

.dateDisplayBar, /* |%  set dateDisplayBar color */
.dateDisplay {
	background:#7C0B0B;	
	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:#7C0B0B;	
}

.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:#9B1717;
}

.homepageTabs li ul,  /* |%  hover state for above tabs and dropdown background */
.tabOn,
.homepageTabs > li > a:hover,
.homepageTabs .eventTabSubmenu {
	background-color: #7C0B0B !important;
}

.homepageTabs ul.menu li:hover {  /* |%  hover state for above dropdowns */
	background: #7C0B0B;
}

/* 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 'open_sansregular', 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;
	height: 85px;
	background: #7c0b0b;
	width: 100%;
}

.saffireLargeSize .header:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	z-index: 5000;
	width: 100%;
	content: '';
	height: 88px;
	position: absolute;
	top: 100%;
}

@media screen and (max-width: 800px){
	.header {
		opacity: 0;
	}

	.pageIsLoaded .header {
		opacity: 1;
	}
}

.headerInnerContent {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.saffireLargeSize #logoContainer {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 13%, rgba(0,0,0,1) 89%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 13%,rgba(0,0,0,1) 89%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 13%,rgba(0,0,0,1) 89%,rgba(0,0,0,0) 100%);height: 85px;
    max-width: calc((100% - 390px) * 0.4);
    float: left;
    width: 257px;
}

#customLogo {  /* |%  logo settings */
    background: url("images/logo.png") no-repeat center top;
    position: relative;
    height: 161px;
    left: 0;
    top: 0;
    width: 88.2%;
    right: 0;
    margin: auto;
}
.saffireMobileSize.isResponsive #customLogo {
	background-color: transparent;
	background-position: center top;
}

@media screen and (max-width: 1000px){
	#customLogo {
		background-size: contain;
	}
}

.generalmessage {		/* |%  set font-family, background color, color, etc. */
	background:#000;
	-webkit-box-shadow:0 -3px 5px #666 inset;
	-moz-box-shadow:0 -3px 5px #666 inset;
	box-shadow:0 -3px 5px #666 inset;
	color: #ecd589;
	font-size: 16px;
	font-family: 'trocchiregular';
	line-height: 40px;
	padding-top:0;
	padding-bottom:8px;
}

.generalmessage a {
	color: #ecd589;
}

.saffireLargeSize #headerRightContainer {
	float: left;
    width: 390px;
    padding-top: 19px;
}

/* MAIN NAVIGATION */
.nav {
	height: 50px;
	padding: 0;
	position:relative;
}

.saffireLargeSize .nav {
	clear: both;
	padding-top: 30px;
	z-index: 5001 !important;
}

.nav .groups {
	position:absolute;
	top:1px;
	right: 0px;
	max-width:770px;
}

.saffireLargeSize .nav .groups {
    max-width: 1000px;
    position: relative;
    right: 0;
    top: 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.nav .groups .group {
	margin: 0 0 0 5px;
	padding: 8px 26px 5px;
}

.saffireLargeSize .nav .groups .group {
	display: inline-block;
	border-radius: 8px 8px 0 0;
}

.saffireLargeSize .nav .groups .group:hover {
	background: #7C0B0B;
}

.nav .groups .group a,
.navDummyLink {  /* |%  set font-family */
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'trocchi_boldbold';
	color:#fff;
}

.nav .groups .group a:hover, /* |%  top nav hover color */
.nav .groups .group:hover a,
.nav .groups .group:hover {
	color:#E6D186;
}

/* MAIN NAVIGATION DROP-DOWN MENUS */
.nav .items,
.nav .subitems {		/* |%  nav dropdown colors */
	background:#7C0B0B;
	padding-top: 0;
	padding-bottom: 0;
}

.nav .items {
	left: 0;
	min-width: 100%;
}

.nav .item {
	min-width: 100%;
}

.nav .groups .group:hover .items .item a,
.nav .items .item a,
.navDummyLink {
	color:#FFF;
	font:11px 'open_sansregular', Arial, Helvetica, sans-serif;
}

.nav .items .item a:hover {
	color:#FFF;
	background:rgba(255,255,255,0.25);	
}


.navDummyLink,
.navClonedItem {
	display: none;
}

/* use if the navigation is right justified */
/*.nav .group:last-child .items {
	left: auto;
	right: 0;
}

.nav .group:last-child .subitems {
	left: auto;
	right: 100%;
}*/

/* TOP LINKS */
.saffireLargeSize .quickLinks {
    clear: right;
    float: right;
    position: relative;
    right: 0;
    top: 0;
}

.ticket,
.ticket:hover {
    background: #000;
    height: 20px;
    padding: 5px;
}

.ticket:hover {
    background: #333;
    color: #fff !important;
}

.saffireMobileSize.isResponsive .ticket, 
.saffireMobileSize.isResponsive .ticket:hover,
.saffireMobileSize.isResponsive .StandardHeaderDirections > a {
	right: -87px;
	box-shadow: 0 0 1px rgba(255,255,255,0.6);
}

.saffireMobileSize.isResponsive .StandardHeaderDirections > a {
	background: #000;
	padding: 5px;
    color: #fff !important;
}

.saffireMobileSize .StandardHeaderDirections > a {
	top: 79px;
}

.quickLinks ul {
	margin: 0;
}

.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:#E6D186;
}

.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: 11px;	
	line-height: 21px;
	color:#fff;
}

.saffireLargeSize .quickLinks ul li {
    margin-left: 9px;
    padding-top: 4px;
}

.saffireLargeSize .quickLinks ul li:first-child {
    margin-left: 0;
}

.saffireLargeSize .standardViewCart {
	background: url(images/cart.png) no-repeat center center;
	text-indent: -6666px;
	overflow: hidden;
	width: 16px;
	height: 26px;
	display: inline-block;
}

.viewcart {
	position: relative;
	z-index: 2000000;
}

.cartNavItemSection.cartNavItemSectionProductDetails {
	border-bottom-color:#fff;
}

.quickLinks ul li.socialLinks {
    right: 68px;
    top: -30px;
}
/* OLDER HEADER ONLY SOCIALS
.socialNetworks {
    right: 268px;
    top: 10px;
	z-index:80000000;
}
*/
/* MUSIC PLAYER */
/* OLDER HEADER ONLY SOCIALS
#musicPlayerLink {
    background: url("images/music-btn.png") no-repeat right 0;
    border: none;
    height: 22px;
    width: 22px;
	margin-right: 3px;
}

#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;
}*/

/*
#musicPlayerLink:hover {
    padding-left: 200px;
}
*/

/*   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 */
/* if spyglass for search button (generate png image) */
.header .searchBoxSubmit a.button,
.header .searchBoxSubmit a.button:hover {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999px;
	overflow: hidden;
    width: 17px;
}

.saffireLargeSize .header .emailSignup {
	margin-left: 6px;
	position: relative;
	float: right;
}

.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 {	
	float: right;
    position: relative;
    z-index: 5003;
}

/*SITE-WIDE WIDGETS */
#widgetBanner {
    background: none;
    color: #fff;
    height: 1px;
	top: 0;
	position:relative;
	z-index: 100;
	width: 360px;
	margin: 0;
	line-height: normal;
}

.saffireMobileSize #widgetBanner {
	position: relative;
	height: 1px;
}

.saffireMobileSize #siteInfoBannerWidget #eventName {
	padding-left: 4%;
}

.saffireMobileSize.isResponsive #siteInfoBannerWidget {
    left: 0;
    top: 80px;
    background: rgba(0, 0, 0, 0) url("images/bg.jpg") repeat scroll 0 0;
    padding-bottom: 6px;
}

.saffireMobileSize.isResponsive .datePast #siteInfoBannerWidget {
	top: 29px;
}

.saffireMobileSize #eventName {
	max-width: calc(100% - 85px);
}

.saffireLargeSize #widgetBanner {
	float: left;
	max-width: calc((100% - 390px) * 0.6);
}

/* DATES BANNER */
#siteInfoBannerWidget {   /* |%  set font-family */
	font-size: 14px;
    left: 0;
    text-align: left;
    text-shadow: 3px 2px 4px #333333;
    top: 0;
    width: auto;	
    font-family: 'trocchiregular';
    margin-top: 6px;
}

#siteInfoBannerWidget #eventDates {
    font-size: 30px;
    font-family: 'intro_rust_gbase_2_line';
    position: relative;
}

.saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 20px;
    padding-left: 4%;
}

#siteInfoBannerWidget #eventName {
	text-transform:none;
}

.countdownDays {
}

.datePast .countdownDays {
	font-family: "intro_rust_gbase_2_line";
	font-size: 26px;
}

.saffireMobileSize.isResponsive .datePast .countdownDays {
	font-family: "intro_rust_gbase_2_line";
	font-size: 15px;
}

/* WEATHER BUG */
#weatherBugWidget {
	top:70px;
	left:65px;
}

#weatherBugText {
    display: none;
}

#weatherBugImage {
    top: 3px;
}

@media screen and (max-width: 1000px){
	#siteInfoBannerWidget {
		padding-left: 5px;
	}
}

/****************** HOMEPAGE WIDGETS ***************/

/* WIDGET GENERAL */
.widget h1,
.homepageh1 {  /* |%  set font-family */
	color:#b89d6b;
	font-family: 'nexa_rust_slabblack_shadow_01';
	font-size:30px;	
}

.homepageContent {
	max-width: 1000px;
	margin: 0 auto;
}

.homepageContent.noSponsorsEnabled {
}

.homepageContent.noQuickVoteEnabled {
}

.homepageContent.noQuickVoteEnabled.noSponsorsEnabled {
	
}


/* ADVANCED SLIDESHOW */
.slideshowSwiperDescription {
	opacity: 0;
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 13px;
    text-align: center;
}

.slideshowSwiperDescription.currentSlideDescription {
	opacity: 1;
}

.slideshowSwiperDescription a,
.slideshowSwiperDescription span {
	text-decoration: none;
	display: none;
	text-align: center;
}

.currentSlideDescription.slideshowSwiperDescription a,
.currentSlideDescription.slideshowSwiperDescription span {
	display: inline-block;
}

.currentSlideDescription.slideshowSwiperDescription > a,
.currentSlideDescription.slideshowSwiperDescription span.sliderTitle {
	display: block;
}

#customSwiperDescription {
	 background: url("images/slideshow-description.png") repeat-y center top;
    display: block;
    height: 177px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 461px;
    width: 591px;
    max-width: calc(100% - 456px);
    z-index: 4;
    padding: 0 228px;
}


.saffireMobileSize #customSwiperDescription {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
    background: #000 url(images/slideshow-description.png) no-repeat 0 5px;
    background-size: 100% 92%;
    height: 204px;
    margin-top: calc(100vw * -0.35);
}
.saffireMobileSize .slideshowSwiperDescription {
    top: 6px;
}



.slideshowSwiperButtonPrev {
	display: block;
    background: url(images/slideshow-left.png) no-repeat;
    cursor: pointer;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 67%;
    left: 6%;
    z-index: 4;
}

.saffireMobileSize .slideshowSwiperButtonPrev {
	top: 20%;
}

.slideshowSwiperButtonPrev:hover {
	opacity: 1;
}

.slideshowSwiperButtonNext {
	display: block;
    background: url(images/slideshow-right.png) no-repeat;
    cursor: pointer;
    opacity: 0.9;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 67%;
    right: 6%;
    z-index: 4;
}

.saffireMobileSize .slideshowSwiperButtonNext {
	top: 20%;
}

.slideshowSwiperButtonNext:hover {
	opacity: 1;
}

.homepage .swiper-slide:hover .slideshowSwiperDescription {
	max-height: 263px;
}

.sliderTextDescription {
	color: #fff;
	display: block;
	padding-bottom: 1em;
}

.sliderButtonContainer {
	position: static;
    text-align: center;
    width: 100%;
}


.currentSlideDescription .sliderButtonContainer {
    z-index: 300;
}

.sliderButtonContainer a.button {
}

.homepage .swiper-pagination-bullet {
  width: 26px;
  height: 9px;
  display: inline-block;
  background: #fff;
  margin-right: 6px;
  position: relative;
  top: -5px;
}

.homepage .swiper-pagination-bullet-active {
  background: #ffe200;
}

.sliderPlayPause {
	display: none;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: url(images/slideshow-play.png) no-repeat;
}

.sliderPlayPause.playing {
	background: url(images/slideshow-pause.png) no-repeat;
}

.sliderTitle {
	color: #ffffff;
  font-family: 'trocchiregular';
    font-size: 32px;
    height: 1.5em;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-shadow: 1px 1px 3px #2d2d2d;
}

@media screen and (max-width: 800px){
  .sliderTitle {
    font-size: 23px;
    height: 1.3em;
  }

  .slideshowSwiperDescription {
    font-size: 13px;
}
}

a.button.sliderMoreButton,
a.button.sliderWidgetPurchaseLink {
	margin-right: 1em;
    padding: 3px 7px;
    font-family: 'open_sansextrabold';
    font-size: 14px;
}

a.button.sliderWidgetPurchaseLink:after {
	content:'>';
	padding-left: 0.3em;
}

.sliderControlsContainer {
    bottom: 3px;
    position: absolute;
    text-align: center;
    width: 585px;
    z-index: 2;
}

@media screen and (max-width: 1000px){
  .sliderControlsContainer {
    display: none;
  }
}


.homepage .swiper-slide-active .slideshowSwiperDescription {
	display: block;
}

.homepage .swiper-container {
	/* Specify Swiper's Size: */

	width:100%;
	height: 650px;
	max-width: 100%;
	background: none; /*#8cade6;*/ 
}

.homepage .swiper-slide {
	/* Specify Slides's Size: */
	
	width: 1400px;
	height: 650px;
	max-width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	opacity: 0.5;
	text-align: center;
}

.homepage .swiper-slide.swiper-slide-active {
	opacity: 1;
	background: none;
}

.homepage .swiper-slide img {
	/*width: 100%;*/
   /* max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
    max-width: 100%;
}

.slideshowSwiperPagination,
.sliderPlayPauseButtons {
	display: inline-block;
}


.homepage .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
	-webkit-transition: top 0.4s linear !important;
        transition: top 0.4s linear !important;
}

.saffireMobileSize.homepage  .swiper-container {
	margin-top: 24px;
}
.homepage .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.homepage .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.homepage .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}
.homepage .swiper-container-android .swiper-slide,
.homepage .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.homepage .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.homepage .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.homepage .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.homepage .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.homepage .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.homepage .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.homepage .swiper-button-prev,
.homepage .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.homepage .swiper-button-prev.swiper-button-disabled,
.homepage .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.homepage .swiper-button-prev,
.homepage .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.homepage .swiper-button-prev.swiper-button-black,
.homepage .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.homepage .swiper-button-prev.swiper-button-white,
.homepage .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.homepage .swiper-button-next,
.homepage .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.homepage .swiper-button-next.swiper-button-black,
.homepage .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.homepage .swiper-button-next.swiper-button-white,
.homepage .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.homepage .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.homepage .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.homepage button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.homepage .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.homepage .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.homepage .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.homepage .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.homepage .swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.homepage .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.homepage .swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.homepage .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.homepage .swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.homepage .swiper-container-3d .swiper-wrapper,
.homepage .swiper-container-3d .swiper-slide,
.homepage .swiper-container-3d .swiper-slide-shadow-left,
.homepage .swiper-container-3d .swiper-slide-shadow-right,
.homepage .swiper-container-3d .swiper-slide-shadow-top,
.homepage .swiper-container-3d .swiper-slide-shadow-bottom,
.homepage .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.homepage .swiper-container-3d .swiper-slide-shadow-left,
.homepage .swiper-container-3d .swiper-slide-shadow-right,
.homepage .swiper-container-3d .swiper-slide-shadow-top,
.homepage .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.homepage .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.homepage .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.homepage .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.homepage .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.homepage .swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.homepage .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.homepage .swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.homepage .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.homepage .swiper-container-fade .swiper-slide-active,
.homepage .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.homepage .swiper-container-cube {
  overflow: visible;
}
.homepage .swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage .swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.homepage .swiper-container-cube .swiper-slide-active,
.homepage .swiper-container-cube .swiper-slide-next,
.homepage .swiper-container-cube .swiper-slide-prev,
.homepage .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.homepage .swiper-container-cube .swiper-slide-shadow-top,
.homepage .swiper-container-cube .swiper-slide-shadow-bottom,
.homepage .swiper-container-cube .swiper-slide-shadow-left,
.homepage .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.homepage .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.homepage .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.homepage .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.homepage .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.homepage .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.homepage .swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.homepage .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.homepage .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.homepage .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/* MULTIFEATURE */

#multiFeature1Title {
  padding: 12px 0 2px;
  font-size: 40px;
  font-family: 'nexa_rust_slabblack_shadow_01';
  color: #40331c;
  width: 100%;
  text-align: center;
  line-height: 1em;
}

.saffireMobileSize #multiFeature1Title {
	font-size: 4vw;
}

#multiFeature1 {
    height: 334px;
    left: 0;
    margin: -126px auto 0;
    position: relative;
    z-index: 2;
    width: 100%;
    background: url(images/multifeature-bg.jpg) no-repeat;
}

@media screen and (max-width: 1000px){
  #multiFeature1 {
    margin-top: 15px;
  }
}

#multiFeature1 .featureItem {
  width: 234px;
  height: 198px;
  float: none;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0;
  border-right:1px solid #eee7d8;
  border-left:1px solid #eee7d8;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
}


#multiFeature1 .featureItem:first-child {
  border-left:none;
}

#multiFeature1 .featureItem:last-child {
  border-right:none;
}

#multiFeature1 .featureItemImage {
  width: 234px;
  height: 198px;
  background: #000;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0;
  z-index: 4;
  background-position: center center;
  -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
}

#multiFeature1 .featureItem:hover .featureItemImage {
	opacity: 0;
}


#multiFeature1 .featureItemImage img {
  display: inline-block;
  box-shadow: 0 2px 3px #000000;
}

.multiFeatureArrow {
  display: block;
  width: 12px;
  height: 12px;
  background: red
}

#multiFeature1ArrowLeft {
    background: rgba(0, 0, 0, 0) url("images/multi-left.png") no-repeat scroll left center;
 width: 50%;
    height: 124px;
    position: absolute;
    left: 0;
    top: 99px;
    z-index: 6;
    -webkit-transform: translateX(6px);
-ms-transform: translateX(6px);
        transform: translateX(6px);
}



#multiFeature1ArrowRight {
     width: 50%;
    height: 124px;
    position: absolute;
    right: 0;
    top: 99px;
    z-index: 6;
    -webkit-transform: translateX(-6px);
-ms-transform: translateX(-6px);
        transform: translateX(-6px);
    background: rgba(0, 0, 0, 0) url("images/multi-right.png") no-repeat scroll right center;
}


 
#multiFeature1 .featureItemTitle {
  height: auto;
  display: block;
  width: 153px;
  padding: 5px 0 3px 0;
  margin: 0px 0 5px 4px;
  vertical-align: middle;
  background: #000;
  background: rgba(0,0,0,0.7);
}

#multiFeature1 .featureItemTitle {
  	background: none;
  	color: #40331c;
    display: block;
    font-family: "trocchi_boldbold";
    font-size: 15px;
    margin: 0;
    padding: 11px 0 0;
    width: 96%;
    padding: 0 2%;
    z-index: 39;
    position: relative;
}

#multiFeature1 .featureItemTitle a {
  	color: #40331c;
}

.featureItemDescriptionContainer {
    z-index: 5;
    width: 96%;
    padding: 0 2%;
    position: absolute;
}

.featureItem:hover .featureItemDescriptionContainer {
	top: 0;
	bottom: -55px;
}

.featureItemDescription {
  max-height: 0;
  color: #7c0b0b;
      font-size: 14px;
    margin-top: 8px;
  padding: 0 20px;
  overflow: hidden;
}

.featureItemDescription,
.featureItemDescription a {
}
.featureItem:hover .featureItemDescription {
  max-height: 200px;
}

.featureItem:hover .featureItemDescriptionContainer{

}

.featureItem:hover .featureItemTitle{
  height: 30px;
}


/* global css */
.multiFeature {
  position: absolute; /* can be set to absolute or fixed on a theme level, must not be static */
}

.multiFeatureContent {
  height: 280px;
    margin: auto;
    max-height: 100%;
    max-width: 952px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
}

.multiFeatureWithMultiplePages .multiFeatureContent {
  text-align: left;
}

.multiFeatureWithMultiplePages .multiFeatureItemPanel {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 240px;
}

.multiFeatureItemPanel {
  float: left;
}

.featureItemImage {
  overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.multiFeatureContent .featureItem {
  z-index: 11;
  top: 11px;
}
/*
.multiFeatureWithMultiplePages .multiFeatureContent .featureItem {
  z-index: auto;
  top: auto;
}

.multiFeatureItemPanel,
.multiFeatureWithMultiplePages .multiFeatureItemPanel {
  top:23px;
  position: absolute;
  text-align: center;
  z-index: 11;
  width: 100%;
}
*/
.multiFeatureWithMultiplePages .multiFeatureContent {
    overflow: hidden;
}

/* SPONSORS */
#sponsorWidgetContainer {
    height:210px;
    top:0;
    clear: both;
    width:1000px;
    padding:0;
    position: relative !important;
}

#majorSponsorImageContainer {
    background:#FFFFFF; 
    min-width: 170px;
    max-width: 170px;
    padding: 0px 25px 1px 5px;
    left: -20px;
    top:-12px;
    
    background: #fff;
    border-radius: 0 0 0 0;
    height: 110px;
    max-width: 186px;
    min-width: 186px;
    padding-right: 25px;
}
.majorSponsorImage img {
    max-width: 105px;
    max-height: 105px;
}
.sponsorCarouselImage img {
    max-width: 95px;
    max-height: 95px;
}

#majorSponsorImageContainer {
    height:145px;   
    border-radius: 5px;
}
#sponsorLogoSection, .sponsorWidgetContainerMajorSponsor #sponsorLogoSection {
    height: 126px;
    margin-top: 32px;
    padding: 10px 10px 10px 20px;
    width: 970px;
}
#sponsorsTitleContainer .homepageh1 {
    font-size:28px; 
}
#sponsorArrowLeft span {
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
#sponsorArrowRight span {
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent transparent transparent #ffffff;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft span {
	border-color: transparent #81090A transparent transparent;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowRight span {
	border-color: transparent transparent transparent #8f1718;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowRight span {
    position:relative;
    left:15px;
}
.sponsorCarouselContainer {
    background-color: transparent;
    height: 129px;
    padding: 8px;
    top: 44px;
    width: 890px;
    left:46px;
}

#sponsorsTitleContainer {
    left: 0;
    top: -6px;  
    width: 100%;
}
#sponsorArrowLeft {
    display: block;
    left: 21px;
    position: absolute;
    top: 93px;
    z-index: 2;
}
#sponsorArrowRight {
    display: block;
    position: absolute;
    right: 21px;
    top: 93px;
    z-index: 2;
}

#majorSponsor {
    top:44px;   
}
#majorSponsorTitleContainer {
    display: none !important;
}

#sponsorsTitleContainer .homepageh1 {
    font-size: 28px;
    text-align: center;
    width: 100%;
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowLeft {
    left:188px; 
}
.sponsorWidgetContainerMajorSponsor #sponsorArrowRight {
    background: url("images/quick-vote-bg.png") no-repeat scroll 0 0 transparent;
    height: 71px;
    padding-top: 48px;
    right: 13px;
    text-align: center;
    top: 44px;
    width: 35px;
}


#sponsorCarouselImageContainer {
    height:138px;
}   

.sponsorCarouselImage {
    background: url(images/sponsor-img-bg.png) no-repeat center transparent;
    display: block;
    float: left;
    height: 105px;
    text-align: center;
    width: 115px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}

@media screen and (max-width: 999px){
    #sponsorWidgetContainer {
        background: #fff;
        max-width: 100%;
        overflow: hidden;
    }
    .sponsorArrow {
    	display: none !important;
    }
}
/***************** EXCITING EVENTS - SECONDARY FEATURE ********************/

#excitingEventsCarousel {
	max-width:456px;
	width: calc(100% - 30px);
	background: url(images/third-bg.jpg);
	height: 364px;
	padding: 30px 15px 0;
	position: relative;
	float: left;
	margin-top: 27px;
	margin-bottom: 20px;
}

#rotatingContentWidget {
	background: url(images/ad-bg.png) no-repeat;    
	max-width: 923px;
    max-height: 124px;
    width: 100%;
    height: 124px;
    margin: 0 auto 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.rotatingContentWidgetItemContainer {
	max-width: 78.87%;
}

#rotatingContentWidget img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 923px){
	#rotatingContentWidget {
		margin-top: 20px;
		background: none;
		height: calc(100% * 0.134);
	}
}

/* CAROUSEL */

.carouselLeft {
	width: 17px;
	border: none;
	background: url(images/carousel-left.png) no-repeat center center;
	height: 200px;
	top: 22px;
}


.carouselRight {
	width: 17px;
	border: none;
	background: url(images/carousel-right.png) no-repeat center center;
	height: 200px;
	top: 22px;
	float: right;
}

#excitingEventsCarousel {
}

.excitingEventsCarousel .homepageh1 {	
	display: none;
}

#excitingEventsTextContent {
	text-align:center;	
}

#excitingEventsTitleContent {
	margin-bottom:6px;
}

.carouselContainer {
	height: calc(100% * 0.6115);
    max-width: 419px;
    width: calc(100% - 39px);
}

#eventCarouselMusicLink {
	display:inline;	
}

#excitingEventsText {
	padding-top: 11px;
}

#excitingEventsCarousel .button {
    display: inline-block;
    margin: 4px;
    min-width: 55px;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    width: 55px;
    bottom: 15px;
    background: url(images/anchor.gif) no-repeat right center;
    text-transform: none;
    text-decoration: underline;
    font-size: 13px;
    padding: 1px 3px;
}

#excitingEventsTitleContent a.carouselTextAnchor,  /* |%  set font-family */
#excitingEventsTitleContent {
	color:#fff;
	font-size: 18px;
	font-family: 'trocchi_boldbold';
}

#excitingEventsDescriptionContent a.carouselTextAnchor, 
#excitingEventsDescriptionContent {
	color:#fff;
	line-height:1.2em;
}

 a.carouselTextAnchor {
	 text-decoration:none;
 }

 a.carouselTextAnchor:hover {
	 text-decoration:none;
 }
 
.carouselRight {
	border-color: transparent transparent transparent #ffffff;
}

.carouselLeft {
	border-color: transparent #ffffff transparent transparent;
}

.carouselImage {
	display: none !important;	
	width: 419px !important;
	height: auto !important;
	max-width: 100% !important;
	padding: 0;
}

.carouselImage.secondCarouselImage {
	display: inline-block !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto;	
	top: 0 !important;
}

@media screen and (max-width: 1000px){ 
	#excitingEventsCarousel {
		float: none;
	}
}

/* SOCIAL NETWORK PLUGIN */
.multiSocialWidgetTab {
  font-family: 'trocchiregular';
  font-size: 12px;
}

.multiSocialWidgetTab:hover {
  background: #13586B;
  color: #fff;
}

.twtr-tweet-user {
  font-size: 16px;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
}

.twitterFeedItem {
  margin-top: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  clear: both;
  background: #f5f8fa;
  text-align: center;
}

.twtr-tweet-text {
  text-align: left;
}

div.twitterFeedItem:nth-of-type(2) {
  border-top: none;
  margin-top: 0;
}

.twitterFeedItem:last-child {
  padding-bottom: 8px;
}


.twitterWidgetImageLink img {
    max-width: 100%;
}

#instafeedContainer > a:hover {
  opacity: 0.75;
}

#multiSocialWidgetTitle {
    
}
a.multiSocialWidgetTab {
    background: #1e1408;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding:8px 15px 7px 16px;
}

a.multiSocialWidgetTab.currentTab {
    background: #fff;
    color: #0081d2;
    text-decoration: none;
    cursor: default;
}
#facebookfeedTab {
  margin-left: 14px;
}
.multiSocialWidgetContainer {
    background: #ffffff none repeat scroll 0 0;
    height: 337px;
    left: 0;
    overflow: auto;
    padding: 10px 5px;
    position: relative;
    top: 0;
    width: 490px;
    max-width: 100%;
}

#multiSocialWidget {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 337px;
    left: 0;
    margin: 28px calc((100% - 1000px) / 2) 0 auto;
    position: relative;
    right: 0;
    top: 0;
    width: 500px;
    float: right;
    max-width: 100%;
}

#facebookfeedContainer div,
#facebookfeedContainer span,
#facebookfeedContainer iframe {
    max-width: 100%;
}

#instafeedContainer {
    text-align: center;
}

#instafeedContainer img {
    max-width: 47%;
    margin: 1%;
    border: 1px solid #a7a7a7;
}

#instafeedContainer img:hover {
    border: 1px solid #F9AD1F;
}

#twitterTab {
    margin-left: 18px;
}

#facebookfeedContainer {
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1000px){
    #multiSocialWidget {
      float: none;
      margin: 11px auto 20px;
      height: auto;
    }
    .multiSocialWidgetContainer {
      overflow: auto;
      padding: 10px 0;
    }
    #facebookfeedContainer {
      overflow: auto;
      width: -webkit-calc(100% - 10px);
      width: calc(100% - 10px);
    }

    #twitterfeedContainer {
      overflow: hidden;
    }
}


/************************** PAGE-SPECIFIC/OTHER ITEMS *******************************/

#ourPickButton {
	margin-bottom:30px;	
}

.column2 {
	float:right;	
}

.listingItem {
	background:url(images/list.jpg);
	border-bottom:1px solid #99936A;	
}

.listingItem:hover {

}

.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 {
	clear: both;
}

.afterContent {
	clear: both;
}


.saffireMobileSize.isResponsive .footer .footerSignIn {
    margin-top: 6px;
}

.footer { /* set the height of the footer */
	color:#fff;
	width:100%;
	margin:73px auto 0;
	text-align:center;
	position:relative;
	background: url(images/footer-bg.gif) repeat-x center top #7c0b0b;
	min-height: 200px;
	padding-top: 90px;
}

.saffireMobileSize.isResponsive .footer {
	background-image: url(images/footer-bg.gif);
	padding-bottom: 50px;
}

.footer:before {
	content: '';
	background: url(images/footer-bg.png) no-repeat;
	display: block;
	width: 120px;
	height: 137px;
	position: absolute;
	top: -49px;
	right: 0;
	left: 0;
	margin: auto;
}

.saffireMobileSize.isResponsive .footer .footerSignIn a.button, 
.saffireMobileSize.isResponsive .footer ul li a.button {
	background: #971414;
}


.footer ul li.footerCopyright {
    display: block;
    margin-top: 7px;
}

.footer a {
	color: #fff;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

ul.footerItems1 {
	margin: 0 auto;	
}

.saffireMobileSize ul.footerItems1 {
	margin-bottom: 6px;
}

ul.footerItems2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
	margin: 0 auto;
}

ul.footerItems2 li:last-child {
  margin-left: 15px;
}

#customFooterLink {
	background: url(images/sports-complex.jpg) no-repeat;
	width: 165px;
	height: 89px;
	display: inline-block;
	margin-top: 8px;
}

/************************* 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;
}

.modalCloseButton:before {
	content: "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:#7C0B0B;
}

.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;
}

.mapLegend {
	border-left: 1px solid #000;
    box-shadow: none;
}
li.insta a {
  background: url(images/inst-logo.png) no-repeat;
    background-size: auto auto;
    width: 80px;
    height: 50px;
    display: inline-flex;
    margin-left: 8px;
    background-size: 100%;
    top: 37px;
    position: relative;
    left: 0;
}

#affiliateLogos {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 10px auto 40px;
  padding: 0;
}

/* .saffireMobileSize #affiliateLogos {
  margin-bottom: 25px;
} */

#affiliateLogos .card-widget-item {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 30px;
}

 .saffireMobileSize #affiliateLogos .card-widget-item {
   margin: 0 15px;
 }

#affiliateLogos .image-container {
  box-sizing: border-box;
  position: static;
  display: inline-block;
}

#affiliateLogos .card-content {
  display: none;
}

#affiliateLogos .homepageh1 {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  #affiliateLogos .homepageh1 {
    font-size: 20px;
  }
  #affiliateLogos .image-container img {
    max-height: 50px;
    max-width: 50px;
  }
}