.product-banner {
	min-height:350px;
	border:#999 solid 1px;
	cursor:pointer;
	margin-bottom:15px;
	background-color: rgba(235,235,235,1.0);
}
.product-logo {
	margin-left:20%;
	margin-right:20%;
}
.product-icon {
	margin-left:35%;
	margin-right:35%;
}
.logo-top {
	text-align:center;
	background-color:#f48b20;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7.0em;
	line-height: 90%;
}
.logo-product {
	text-align:center;
	padding:5px;
	font-family: 'impactreg' !important;
	font-size:6.0em;
	color:#939598;
	line-height: 90%;
}
.logo-product-sm {
	text-align:center;
	padding:5px;
	font-family: 'impactreg' !important;
	font-size:4.0em;
	color:#939598;
}
.logo-tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	color:#000;
	line-height: 90%;
	text-align:center;
	letter-spacing:.2rem;
	margin-bottom:10px;
}
._bodyTheme_default {
	background-color:#FFF;
	color:#11111;
}
._bodyTheme_dark {
	background-color:#000000;
	color:#FFF;	
}
._bodyTheme_retail {
	background-color:#DDDDDD;
	color:#FFF;	
}
._bodyTheme_white {
	background-color:#CCC;
	color:#000;	
}
.body-1 {
	font-size:14px;
}

/* Style the video: 100% width and height to cover the entire window */
#videoBackground {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index:0;
}

/* Add some content at the bottom of the video/page */
.content {
	position: fixed;
	background: rgba(0, 0, 0, 0.0);
	color: #f1f1f1;
	width: 100%;
	height: 100%;
	z-index:10;
	overflow:auto;
}
.infoSlug {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.2rem;
	font-size:2.0em;
	padding-bottom:15px;
	padding-top:5px;
	display:none;
}

#cookie-container { position: fixed; bottom:-200px; left:0; right:0; background: #333; color:#FFF; padding:20px 30px; box-shadow: 0 -2px 16px #333; transition:400ms; }
#cookie-container.active { bottom:0; }
#cookie-container a { color:#FFF; text-decoration:underline; }

#footer-container { z-index:11; position: fixed; bottom:0; left:0; right:0; color:#000; font-size:11px; text-align:center; padding:10px; background: rgba(255,255,255,0.5); }
#footer-container a { color:#000; text-decoration:none; }
#footer-container a:active, #footer-container a:hover { text-decoration:underline; }

#news-itemize-list ul {
	list-style-none;
	font-size:1.25em;
}
#news-itemize-list ul li {
	list-style: none;
	padding-left:38px;
	position: relative;
	padding-bottom:10px;
}
#news-itemize-list ul li:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 5px;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: contain;
	background-image: url("https://smplsystem.com/userfiles/images/events-system/newsite/news_bullet_icon.png");
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	.logo-product-sm {
		font-size:2.5em;
	}
	.product-icon {
		margin-left: 23%;
		margin-right: 21%;
	}
	.logo-product-sm {
		font-size:4.75em;
	}	
}

@media only screen and (hover: hover) {
	/* Preload videos */
	body::after {
	  position: absolute;
	  width: 0;
	  height: 0;
	  overflow: hidden;
	  z-index: -1;
	  content: url(https://djdemo.smplsystem.com/userfiles/files/background.smpl_events.mp4) url(https://smplsystem.com/userfiles/files/background.smpl_retail.mp4) url(https://smplsystem.com/userfiles/files/background.whitelabel.mp4);
	}
}