/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
		color: #222;
}

body {
		font-size: 1em;
		line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
		background: #b3d4fc;
		text-shadow: none;
}

::selection {
		background: #b3d4fc;
		text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #ccc;
		margin: 1em 0;
		padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
		vertical-align: middle;
		max-width: 80%;
}

/*
 * Set default fieldset styles.
 */

fieldset {
	border: solid 1px #DDDDDD;
	padding: 1.11111rem;
	margin: 1rem 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
		resize: vertical;
}

/* ==========================================================================
	 Fonts
	 ========================================================================== */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

i[data-icon] {
	display: inline-block; /* Fix for clickability issue in WebKit */
	font-size:1.5em;
	position: absolute;
	top: 50%;
	margin-top: -0.75em;
	left: 0.3em;
	font-style: normal;
}

body {
	font-family: Lora, "Trebuchet MS", Arial;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', "Lucida Sans", sans-serif;
}

a {
	color: #1B9AC8;
}

/* ==========================================================================
	 Chrome Frame prompt
	 ========================================================================== */

.chromeframe {
		margin: 0.2em 0;
		background: #ccc;
		color: #000;
		padding: 0.2em 0;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */

 #main {
	width: auto;
	max-width: 75em;
	background: #FFF;
	box-shadow: 3px 3px 15px #888;
	padding: 1em;
	overflow: hidden;
 }

 .lt-ie9 #main {
 	width: 1200px;
 }


#content.full {
    width: 100%;
    max-width: 100%;
}



/* ==========================================================================
	 Header
	 ========================================================================== */


.primary-header {
	position: relative;
}

.search {
		position: absolute;
		right: 20px;
		top: 60px;
}

/* ==========================================================================
	 Main Menu
	 ========================================================================== */
	.menu-toggle {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.menu-btn {
		position: absolute;
		top: 1.25em;
		right: 5%;
		z-index: 100;
		padding: 0.25em 2%;
		color: #fff;
		border-radius: 0.25em;
		cursor: pointer;
		cursor: hand;
		background-color: #5b5756;
		background-image: -webkit-linear-gradient(top, #6b6766, #5b5756);
		background-image:    -moz-linear-gradient(top, #6b6766, #5b5756);
		background-image:     -ms-linear-gradient(top, #6b6766, #5b5756);
		background-image:      -o-linear-gradient(top, #6b6766, #5b5756);
		background-image:         linear-gradient(top, #6b6766, #5b5756);
	}

	.menu-btn:hover {
		background-color: #7b7776;
		background-image: -webkit-linear-gradient(top, #8b8786, #7b7776);
		background-image:    -moz-linear-gradient(top, #8b8786, #7b7776);
		background-image:     -ms-linear-gradient(top, #8b8786, #7b7776);
		background-image:      -o-linear-gradient(top, #8b8786, #7b7776);
		background-image:         linear-gradient(top, #8b8786, #7b7776);
	}



	 .main-menu ul {
	     list-style: none;
	     padding: 0;
	     margin: 0;
	 }

	 .main-menu li {
	     display: inline;
	 }

	 .main-menu .close label {

	 }


	 .main-menu .back-color {
		position: absolute;
		width: 100%;
		top: -5px;
		height: 0px;
		content: '';
		-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
		-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
		-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
		-ms-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
		-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
		transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	 }

	 .main-menu .back-color:hover {
		height: 38px;
	 }

	 .main-menu .back-color.ads, .orange{
		background: rgba(247, 148, 30, 0.8);
	 }

	 .main-menu .back-color.deals, .green {
		background: rgba(139, 197, 65, 0.8);
	 }

	 .main-menu .back-color.products, .blue {
		background: rgba(27, 154, 200, 0.8);
	 }

	 .main-menu .back-color.home, .main-menu .back-color:last-child, .red {
		background: rgba(238, 60, 39, 0.8);
	 }

/* ==========================================================================
	 Box Definitions
	 ========================================================================== */
.box {
	 width: 100%;
}

.box .header {
	position: relative;
	margin-bottom: 15px;
	border-radius: 3px;
	border-bottom: 4px solid #444;
}

.box .title {
	color: #444;
	line-height: 50px;
	margin: 0;
	padding: 0 50px;
	font-weight: 200;
	font-size: 24px;
	letter-spacing: 10px;
}

/* ==========================================================================
	 Featured Slider
	 ========================================================================== */

#featured-slider {
	width: 96%;
	height: 300px;
	margin: 10px auto 30px;
	box-shadow: 1px 1px 20px 5px rgba(0,0,0,.4);
	overflow: hidden;
}

.featured-slide-body {
	width: 66%;
	height: 100%;
	float: left;
}

.bx-wrapper {
	height: 100%;
	position: relative;
}

.featured-slide-caption {
	display: none;
}

.featured-slides {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	overflow: hidden;
}

.featured-slide {
	text-align: center;
	height: 100%;
}

.featured-img {
	text-align: center;
	margin: auto;
	height: 100%;
}

.featured-img a {
	display: block;
	width:100%;
	height: 100%;
	text-decoration: none;
}

.featured-button {
	background-color: #8BC541;
	border-radius: 5px;
	position: absolute;
	right: 5%;
	bottom: 5%;
	box-shadow: -3px 2px 10px #111;
	text-shadow: 0 0 3px #888;
	font-size: 1.3em;
}

.featured-slide-controls {
	width: 34%;
	height: 100%;
	overflow: hidden;
	float: left;
	border-left: 1px solid #DDD;
}

.featured-slide-controls ul {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.featured-pager-link {
	height: 25%;
	background-color: #EEE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.featured-pager-link .active {
	background-color: #FFF;
	border-left: 4px solid #F7941E;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.featured-pager-link a {
	text-decoration: none;
}

.featured-slider-headline h3 {
	color: #444;
}

.featured-slider-headline h3,
.featured-slider-advertiser {
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.slider-price {
	color: #F7941E;
	text-align: right;
	margin: 0;
}

.featured-pager-link a {
	padding: 1% 5%;
	height: 100%;
	display: block;
}

.featured-slider-headline {
	margin: 0;
}


/* ==========================================================================
	 items
	 ========================================================================== */
.items li a {
	text-decoration: none;
	color: #444;
}

.item {
	position: relative;
}

.thumbnail {
	border: 1px solid #DDD;
	min-width: 225px;
	margin: 0 4px;
	text-align: center;
}

article.item {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}

article.item:nth-child(odd) {
	background-color: #eee;
}

.item-text {
	font-family: 'PT Sans',  Arial, sans-serif;

}

#item-details .item-text {
	overflow: hidden;
}

.item-details {
	list-style: none;
	width: 80%;
}

.item-details li {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}

.type-tag {
	position: absolute;
	color: #FFF;
	padding: 8px;
	box-shadow: 1px 1px 3px #888;
	font-weight: bold;
	font-family: Lora, Georgia, serif;
	margin: 0;
	display: none;
}

.memorials .type-tag {
	display: none;
}

.items .action {
	background-color: #444;
	position: absolute;
}

.headline {
	font-size: 1.3em;
}

.item .advertiser:before {
	content: '»';
	font-weight: bold;
}

[class*="type-"] a {
	border-bottom: 2px solid;
}

.type-deal:before {
	color: rgb(139, 197, 65);
	color: rgba(139, 197, 65, 0.8);
}

.type-deal a {
	border-bottom-color: rgb(139, 197, 65);
	border-bottom-color: rgba(139, 197, 65, 0.8);
}

.type-deal span:after {
	background-color: rgb(139, 197, 65);
	background-color: rgba(139, 197, 65, 0.8);
}

.type-ad:before {
	color: rgb(247, 148, 30);
	color: rgba(247, 148, 30, 0.8);
}

.type-ad a {
	border-bottom-color: rgb(247, 148, 30);
	border-bottom-color: rgba(247, 148, 30, 0.8);
}

.type-ad span:after {
	background-color: rgb(247, 148, 30);
	background-color: rgba(247, 148, 30, 0.8);
}

.type-product a {
	border-bottom-color: rgb(27, 154, 200);
	border-bottom-color: rgba(27, 154, 200, 0.8);
}

.type-product:before {
	color: rgb(27, 154, 200);
	color: rgba(27, 154, 200, 0.8);
}

.type-product span:after {
	background-color: rgb(27, 154, 200);
	background-color: rgba(27, 154, 200, 0.8);
}

/* ==========================================================================
	 List Styles
	 ========================================================================== */
.list article.item {
	width: 100%;
	height: 185px;
}



.list .thumbnail {
	width: 30%;
	height: 100%;
	float: left;
}

.list .item-text {
	width: 60%;
	height: 100%;
	float: left;
}

.list .action {
	bottom: 1%;
	right: 1%;
}

.list .type-tag {
	top: -1%;
	left: -0.5%;
}

/* ==========================================================================
	 Grid Styles
	 ========================================================================== */

.grid article.item {
	width: 32%;
	min-width: 225px;
	height: 285px;
	margin: 0.5%;
	float: left;
	padding-bottom: 20px;
}

.grid .thumbnail {
	height: 175px;
	margin: auto;
}

.grid .item-text {
	width: 100%;
}

.grid .type-tag {
	top: 0;
	left: 0;
}

.grid .action.button {
	padding: 4px;
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
	opacity: 0.8;
}

.deal {
		background: rgb(139, 197, 65);
		background: rgba(139, 197, 65, 0.8);
}
.ad {
		background: rgb(247, 148, 30);
		background: rgba(247, 148, 30, 0.8);
}
.product {
		background: rgb(27, 154, 200);
		background: rgba(27, 154, 200, 0.8);
}

#sortOrder {
		position: absolute;
		right: 30%;
		top: 50%;
		margin-top: -12px;
}

/* ==========================================================================
	 Single Item
	 ========================================================================== */
.single #item-details .item-text {
 	overflow: auto;
 }

 .single article.item {
     border: none;
     background-color: #FFF;
     box-shadow: 0 10px 150px -50px #000;
     margin-bottom: 1em;
     padding: 1em;
 }

 .no-js #item-details {
 	overflow: auto;
 }

 #item-details {
 	width: 100%;

 	position: relative;
 }

 .showcase {
 	margin-right: 0.5%;
 	padding: 1em;
 }

 .showcase a img {
 	display: table-cell;
 	vertical-align: middle;
 	box-shadow: 1px 1px 15px rgba(20,20,20,0.8);
 }

 .single .item-text {
 	top: 40px;

 }

.single .title {
	text-align: right;
}

/* ==========================================================================
	 Advertiser Signature
	 ========================================================================== */
.signature {
	width: 100%;
	margin-top: 2em;
	box-shadow: 0 10px 45px -20px #000;
	background: #FFF;
	border: 1px solid #ddd;
}
.signature .logo {
	padding: 10px;
	float: left;
}

/* ==========================================================================
	 Business Profile Page
	 ========================================================================== */
.business-page .logo {
	padding: 20px;
	float: left;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin: 10px;
}

.business-page .business-info {
	margin: 10px 20px;
	float: left;
}

.business-page .business-info a {
	text-decoration: none;
}

.business-page .business-description {
	clear: both;
	padding: 1em;
}

.business-page .business-info ul {
	list-style: none;
}

.business-page .business-info a,
.business-page .business-info a:visited {
	font-size: 1.2em;
}

.business-page .business-contact a {
	font-size: 0.8em;
}

/* ==========================================================================
	 Static Pages
	 ========================================================================== */
.static-page {
	width: 80%;
	max-width: 49em;
	margin: 1em auto;
	padding: 1em 2em;
	background-color: #EEE;
}

.static-page-list{
	list-style: none;
}

.email {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
  white-space: nowrap;
}

.rules-list {
	list-style: upper-alpha;
}

.num-list {
	list-style: decimal;
}

.legal-list {
	list-style: lower-alpha;
}

.q, .a {
	padding-left: 1.5em;
	position: relative;
}

.q {
	font-weight: bold;
	border-bottom: 1px solid rgb(139, 197, 65);
}

.q:before, .a:before {
	font-weight: bold;
	position: absolute;
	left: 0;
}
.q:before {
	content:'Q.';
	color: rgb(139, 197, 65);
}

.a {
	background-color: #EEE;
	box-shadow: 2px 1px 10px rgba(0,0,0,0.6);
}
.a:before {
	content:'A.';
	color: rgb(247, 148, 30);
}

/* ==========================================================================
	 Widget Basic Styles
	 ========================================================================== */
.widget {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	color: #444;
	font-size: 0.8em;
	box-shadow: 2px 2px 3px 0 #ddd;
	width: 100%;
	position:relative;
	z-index: 0;
}
.widget-title {
	color: #444;
	line-height: 2;
	padding: 0 20px;
	font-weight: 200;
	font-size: 1em;
	letter-spacing: 7px;
	text-align: right;
	margin: 0 0 15px 5%;
	border-bottom: 3px solid;
}

.widget:nth-child(3n+1) .widget-title{
	border-bottom-color: #8BC541;
}

.widget:nth-child(3n+2) .widget-title{
	border-bottom-color: #F7941E;
}

.widget:nth-child(3n+3) .widget-title{
	border-bottom-color: #EE3C27;
}

.widget ul {
	list-style: none;
	padding: 0 10px;
	margin: 0;
}
.widget a {
	text-decoration: none;
	color: #1B9AC8;
}

.widget iframe {
	width: 100%;
	max-width: 300px;
}

/* ==========================================================================
	 Widget: Related List
	 ========================================================================== */
.related-list a {
	position: relative;
	display: block;
	padding: 1em 0;
}

.related-item {
    text-indent: 1em;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.related-item:before {
    content: "\00BB";
    padding: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}

.related-list-break {
	position: absolute;
	pointer-events: none;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin-bottom: 3px;
	left: 0;
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000), color-stop(5%, #000), color-stop(5%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, #000,#000 5%,rgba(0,0,0,0.25) 5%,rgba(0,0,0,0));
	background: -moz-linear-gradient(left, #000,#000 5%,rgba(0,0,0,0.25) 5%,rgba(0,0,0,0));
	background: -o-linear-gradient(left, #000,#000 5%,rgba(0,0,0,0.25) 5%,rgba(0,0,0,0));
	background: linear-gradient(left, #000,#000 5%,rgba(0,0,0,0.25) 5%,rgba(0,0,0,0));
	background-position: 100% 0;
	-webkit-background-size: 200% 100%;
	-moz-background-size: 200% 100%;
	-o-background-size: 200% 100%;
	background-size: 200% 100%;
	-webkit-transition: background 0s linear;
	-moz-transition: background 0s linear;
	-o-transition: background 0s linear;
	transition: background 0s linear;
}

.related-list a:hover .related-list-break,
.related-list a:focus .related-list-break {
	background-position: -100% 0;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

/* ==========================================================================
	 Widget: Categories Widget
	 ========================================================================== */

#categories a {
	display: block;
	padding: 8px;
	border-bottom: 1px dashed #CCC;
}

#categories li:last-child a {
	border: none;
}

#categories li:nth-child(even) {
	background: #FAFAFA;
}

/* ==========================================================================
	 Map Widget
	 ========================================================================== */
.map {
	width: 100%;
	height: 25em;
}

.map-container {
	width: 100%;
	height: 22em;
}
.map-container .canvas {
	height: 100%;
	width: 100%;
}

/* ==========================================================================
	 Source Widget
	 ========================================================================== */
.logo {
	text-align: center;
}
.logo figcaption {
	text-align: left;
	margin-left: 2em;
	color: #888;
}
.logo img {
	margin: 1em;
}

/* ==========================================================================
	 Filter Widget
	 ========================================================================== */
.half-widget {
	display: inline-block;
}

.filter-option {
    padding: .5em 1em;
}
.filter-form .filter {
    margin: 1em;
}

/* ==========================================================================
	 Social Buttons
	 ========================================================================== */
.social {
	float: left;
	margin: 0.2em;
	position: relative;
	padding-left: 2em;
	background: #1B9AC8;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

.social a {
	color: #FFF;
	padding: 0.5em;
	display: block;
	text-decoration: none;
}

.social-link i[data-icon] {
	position: relative;
	font-size: inherit;
}

.share.ls-s2 {
	top: 0;
	left: 50%;
	width: 50%;
	z-index: 9;
}

.share-buttons {
	float: left;
}

.share-buttons a {
	text-decoration: none;
}

.share span[data-icon] {
	font-size: 2em;
	color: #666;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

.share span[data-icon]:hover {
	color: #1B9AC8;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

/* ==========================================================================
	 Footer //blue = rgb(27, 154, 200)
	 ========================================================================== */

.site-footer {
	width: 100%;
	background: url(../img/sln_gray_inset.png) no-repeat top right #444;
	color: #FFF;
	clear: both;
	position: relative;
	padding-bottom: 2em;
}
.info {
	padding: 20px;
	vertical-align: top;
}
.info dt {
	border-bottom: 1px solid rgb(139, 197, 65);
}
.info dd {
	position: relative;
	font-size: 0.8em;
	margin: 0.5em;
}
.info a {
	color: #AAA;
	font-variant: small-caps;
	text-decoration: none;
	padding-right: 0.2em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.info a:hover {
	color: #FFF;
	font-weight: bold;
	padding-left: 0.5em;
	background-color: rgb(247, 148, 30);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.info dd:before {
	content: '»';
	position: absolute;
	left: -1em;
	color: rgb(247, 148, 30);
}

/* ==========================================================================
	 Citymedia
	 ========================================================================== */
.citymedia {
	display: inline-block;
	direction: ltr;
	text-indent: -9999em;
	background: url(../img/cm-logo-new-150.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
	filter: url(../filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.8s;
}

.citymedia:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
.powered-by {
	line-height: 30px;
	color: #CCC;
	font-family: trebuchet ms;
	position: absolute;
	bottom: 0;
	right: 2.5%;
}

.copyright {
	position: absolute;
	bottom: 0;
	left: 2.5%;
	font-size: 0.9em;
}

/* ==========================================================================
	 Buttons
	 ========================================================================== */

.basic-btn {
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color: #444;
	border: 1px solid #dcdcdc;
}

.basic-btn.active, .basic-btn:hover {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
	background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
	background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
	background-image: -o-linear-gradient(top,#eee,#e0e0e0);
	background-image: linear-gradient(top,#eee,#e0e0e0);
	border: 1px solid #ccc;
	color: #333;
}

.basic-btn:first-child {
	border-radius: 4px 0 0 4px;
}

.basic-btn:last-child {
	border-radius: 0 4px 4px 0;
}

.item-toggle {
		position: absolute;
		right: 1%;
		top: 50%;
		margin-top: -17px;
}
.item-toggle a {
		height: 32px;
		width: 32px;
		display: inline-block;
		border-radius: 4px;
		text-align: center;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		white-space: nowrap;
		outline: 0;
		line-height: 32px;
}


.btn-primary {
	padding: 5px;
	background: #7abcff;
	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
	border:none;
	color: white;
	border-radius: 0 5px 5px 0;
	margin: 0;
	box-shadow: 1px 1px 3px #DDD;
	font-weight: bold;
	text-align: center;
	font-family: 'PT Sans';
}

.button {
	padding: 8px;
	font-weight: bold;
	background-color: #F7941E;
	text-decoration: none;
	box-shadow: -3px 2px 5px #888;
	font-family: "Trebuchet MS";
	color: #FFF;
	margin-left: 1%;
	opacity: 0.8;
	border: none;
}

.button:hover {
	opacity: 1;
}

.cta-button {
	background-color: #ee3c27;
	padding-right: 2em;
	position: relative;
	margin: 0;
}

.cta-button:after {
	content: '\27A8';
	position: absolute;
	right: 0;
	line-height: 1.4;
	width: 2em;
	text-align: center;
	font-family: 'PT Sans';
}

/* ==========================================================================
	 Tag Pills
	 ========================================================================== */

.tag {
	border-radius: .5em;
	border: 1px solid #CCC;
	float: right;
	margin: 0.25em;
	color: #AAA;
}

.tag a {
	color: inherit;
	display: block;
	padding: 0.25em 0.5em;
}

/* ==========================================================================
	 Related Items Carosel
	 ========================================================================== */

.related-carousel {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.related {
	padding: 10px 37px;
	border-radius: 10px/90px;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.1),
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset -10px 0 10px 1px rgba(155, 155, 155, 0.1),
		inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}

.related .bx-wrapper {
	position: relative;
	margin: 0.5em auto 2em;
	padding: 0;
	*zoom: 1;
}

.related .bx-wrapper img {
	max-width: 100%;
	display: block;
}

.related .bx-wrapper:before,
.related .bx-wrapper:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.related .bx-wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.related .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.related .bx-pager,
.related .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.related .bx-loading {
	min-height: 50px;
	background: url(../img/sln_loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.related .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.related .bx-pager .bx-pager-item,
.related .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.related .bx-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.related .bx-pager a:hover,
.related .bx-pager a.active,
.related .bx-prev:hover,
.related .bx-next:hover,
.related .bx-controls-direction a:focus {
	outline: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.8);
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
}

.bx-prev {
	left: 0;
}

.bx-next {
	right: 10px; /* offset for viewport border */
}

.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	padding: 0 0.25em;
	line-height: 1;
	font-size: 2em;
	text-align: center;
	z-index: 99;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	text-decoration: none;
	color: #FFF;
	color: rgba(255,255,255,0.6);
	font-family: 'Lucida Grande', 'Trebuchet MS';
	font-weight: bolder;
}

.related .bx-controls-direction a.disabled {
	display: none;
}


/* ==========================================================================
	 Pagination
	 ========================================================================== */
.paginator {
		background: #f8f8f8;
		background: -moz-linear-gradient(top,  #f8f8f8 0%, #e9e9e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e9e9e9));
		background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e9e9e9 100%);
		background: -o-linear-gradient(top,  #f8f8f8 0%,#e9e9e9 100%);
		background: -ms-linear-gradient(top,  #f8f8f8 0%,#e9e9e9 100%);
		background: linear-gradient(to bottom,  #f8f8f8 0%,#e9e9e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e9e9e9',GradientType=0 );

		padding: 20px;
		margin-bottom: 20px;
		clear: both;
}

.paginator span {
		display: inline-block;
		padding: 0 9px;
		margin-right: 4px;
		border-radius: 3px;
		border: solid 1px #c0c0c0;
		background: #e9e9e9;
		box-shadow: inset 0 1px 0 rgba(255,255,255, .8), 0 1px 3px rgba(0,0,0, .1);
		font-size: .875em;
		font-weight: bold;
		text-decoration: none;
		color: #717171;
		text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

.paginator span:hover {
		background: #fefefe;
		background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0));
		background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%);
		background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%);
		background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%);
		background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 );
}

.paginator span a {
	color: #717171;
	text-decoration: none;
}

.paginator .current {
		border: none;
		background: #616161;
		box-shadow: inset 0 0 8px rgba(0,0,0, .5), 0 1px 0 rgba(255,255,255, .8);
		color: #f0f0f0;
		text-shadow: 0 0 3px rgba(0,0,0, .5);
}


/* ==========================================================================
	 Roll Links
	 ========================================================================== */
.roll-link {
    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    -webkit-perspective: 600px;
       -moz-perspective: 600px;
       -ms-perspective: 600px;
       perspective: 600px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
       -ms-perspective-origin: 50% 50%;
       perspective-origin: 50% 50%;

}

.roll-link:hover {text-decoration:none;}

.roll-link span {
    display: block;
    position: relative;
    padding: 0 2px;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
       -ms-transition: all 400ms ease;
       transition: all 400ms ease;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
}
.roll-link:hover span {
        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.roll-link span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;

   color: #fff;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}


.loading {
	width: 54px;
	height: 55px;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,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);
}

/* ==========================================================================
	 Forms
	 ========================================================================== */
input, textarea, select {
	background: white none repeat scroll 0 0;
	outline-style: none;
	outline-width: medium;
	padding: 5px;
	border: 1px solid #DFDFDF;
}

#cboxLoadedContent input, #cboxLoadedContent textarea{
	border:1px solid #68696F;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#E2E4EB;
	margin-bottom: 10px;
	font-size:0.9em;
	color:#35373D;
	-moz-box-shadow: inset 1px 1px 2px 1px #3A3A3F;
	-webkit-box-shadow: inset 1px 1px 2px 1px #3A3A3F;
	box-shadow: inset 1px 1px 2px 1px #3A3A3F;
}


#cboxLoadedContent input[type="submit"]{
	border:1px solid #3E3E49;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkid-box-shadow:none;
	color:#D3D6DD;
	background-image: linear-gradient(bottom, #373940 22%, #656B7A 92%);
background-image: -o-linear-gradient(bottom, #373940 22%, #656B7A 92%);
background-image: -moz-linear-gradient(bottom, #373940 22%, #656B7A 92%);
background-image: -webkit-linear-gradient(bottom, #373940 22%, #656B7A 92%);
background-image: -ms-linear-gradient(bottom, #373940 22%, #656B7A 92%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.22, #373940),color-stop(0.92, #656B7A));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656B7A', endColorstr='#373940');
}

.email_container dt {
	font-family: 'PT Sans', 'Trebuchet MS', 'Lucida Grande';
}

.email_container dd {
	padding: 0.25em 0;
}

.email_container label{
	display: block;
}

.white-popup {
	position: relative;
	background: #EEE;
	padding: 2em;
	width: auto;
	max-width: 25em;
	margin: 2em auto;
}

.add_content_info{
	width:50%;
	float: left;
}

/* add a Deal Form */

.form-fields {
    float: left;
    margin: 1em;
    margin: 1rem;
    border: 1px solid #ddd;
    padding: 1em;
    padding: 1rem;
    border-radius: 3px;
    box-shadow: 1px 2px 8px #ddd;
}

.check {
	font-size: 8em;
	font-size: 8rem;
	line-height: 1.4;
	color: #8BC541;
	text-align: center;
	text-shadow: 2px 2px 10px #AAA;
}

/* ==========================================================================
	 Coupons
	 ========================================================================== */
.coupon {
    border: 1px dashed #888;
    padding: 1em;
    max-width: 80%;
}

.print-button-container {
	max-width: 80%;
	text-align: right;
	margin: 1em;
}

.coupon-image {
    float: left;
    padding: 1em;
}
.barcode {
    clear: both;
    text-align: center;
}

.coupon-logo {
    max-width: 30%;
    display: inline;
    margin: 1.5%;
}

.coupon-logo-container {
	text-align: center;
}

.disclaimer ul {
    list-style: none;
    text-align: center;
    padding: 0;
}
.disclaimer .sln {
    font-weight: bold;
}


/* ==========================================================================
	 Helper classes
	 ========================================================================== */
.error {
	color: #EE3C27;
}

.success {
	color: #8BC541;
}


/*
 * Image replacement
 */

.ir {
		background-color: transparent;
		border: 0;
		overflow: hidden;
		/* IE 6/7 fallback */
		*text-indent: -9999px;
}

.ir:before {
		content: "";
		display: block;
		width: 0;
		height: 100%;
}

.hide-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
		display: none !important;
		visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
		visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
		content: " "; /* 1 */
		display: table; /* 2 */
}

.clearfix:after {
		clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
		*zoom: 1;
}

.left, .float {
	float: left;
}

.right {
	float: right;
}

.align-right {
	text-align: right;
}

.centered-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	/*margin-right: -0.25em;*/
}

.centered {
	display: inline-block;
	vertical-align: middle;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.display-block {
	display: block;
}

/* ==========================================================================
   Alerts
   ========================================================================== */
.alert-box {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-weight: normal;
	margin-bottom: 1.11111rem;
	position: relative;
	padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
	font-size: 0.72222rem;
	background-color: #008cba;
	border-color: #007ba1;
	color: white;
}
.alert-box .close {
	font-size: 1.22222rem;
	padding: 9px 6px 4px;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -0.61111rem;
	right: 0.22222rem;
	color: #333333;
	opacity: 0.3;
}
.alert-box .close:hover,
.alert-box .close:focus {
	opacity: 0.5;
}
.alert-box.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.alert-box.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}
.alert-box.success {
	background-color: #43ac6a;
	border-color: #3c9a5e;
	color: white;
}
.alert-box.alert {
	background-color: #f04124;
	border-color: #ea2d10;
	color: white;
}
.alert-box.secondary {
	background-color: #e7e7e7;
	border-color: #dadada;
	color: #4e4e4e;
}
.alert-box.warning {
	background-color: #f08a24;
	border-color: #ea7d10;
	color: white;
}
.alert-box.info {
	background-color: #a0d3e8;
	border-color: #8bcae3;
	color: #4e4e4e;
}

/* ==========================================================================
   Scroll Bar
   ========================================================================== */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 Theses examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */

 @media screen and (max-width: 49.24em) {

 	img {
 		height: auto;
 	}

 	.header-banner {
 		height: 5em;
 		padding: 0.5em;
 		position: relative;
 		max-width: 80%;
 	}

 	.header-banner img {
 		height: 4em;
 	}

 	.search {
 		position: static;
 		text-align: center;
 	}

 	.main-menu {
 	  position: absolute;
 	  top: 5em;
 	  left: 0;
 	  z-index: 10;
 	  width: 100%;
 	  list-style: none;
 	  text-align: left;
 	}

 	.main-menu a {
 	  height: 0;
 	  line-height: 0;
 	  display: block;
 	  border-bottom-width: 0;
 	  background: #444;
 	  padding: 0 0 0 5%;
 	  overflow: hidden;
 	  color:#fff;
 	  text-decoration: none;

 	  -webkit-transition: 0.5s;
 	     -moz-transition: 0.5s;
 	      -ms-transition: 0.5s;
 	       -o-transition: 0.5s;
 	          transition: 0.5s;
 	}

 	.menu-toggle:checked ~ .main-menu {
		z-index: 101;
 	}

 	.menu-toggle:checked ~ .main-menu a {
 	  line-height: 3em;
 	  height: 3em;
 	  border-bottom: 1px solid #999;
 	  position: relative;
 	  z-index: 1;
 	}

 	.menu-toggle:checked ~ .main-menu a:hover {
 	  background: #555;
 	}

 	.menu-toggle:checked ~ .main-menu .close {
 	  position: relative;
 	  z-index: 0;
 	}

 	.menu-toggle:checked ~ .main-menu .close label {
 	  background: transparent;
 	  border-bottom: 0;
 	  position: absolute;
 	  top: -101em;
 	  bottom: -101em;
 	  left: -101em;
 	  right: -101em;
 	  z-index: 0;
 	}

 	.item-toggle {
 		display: none;
 	}

 	#main {
 		margin: 0 auto;
 	}

	 #content {
	 	width: 100%;
	 }

	/* Featured Slider */

	.featured-slide-caption {
		display: block;
		position: absolute;
		bottom: 0;
		color: white;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,.7);
		width: 100%;
		height: 20%;
		margin: 0;
		line-height: 3;
	}

	.featured-slide-controls {
		display: none;
	}

	.featured .bx-prev, .featured .bx-next {
		font-size: 200px;
		line-height: 1;
		color: #444;
		opacity: 0.6;
		position: absolute;
		top: 50%;
		margin-top: -100px;
		text-decoration: none;
		font-family: 'PT Sans';
	}

	.featured .bx-prev:hover, .bx-next:hover,
	.featured .bx-prev:focus, .bx-next:focus {
		opacity: 1;
	}

	.featured .bx-next {
		right: 0;
	}

	.featured .bx-prev {
		left: 0;
	}


	.featured-slide-body {
		width: 100%;
	}

	/* End Featured Slider */

	.ls-bottom-nav-wrapper, #sortOrder {
		display: none;
	}

	#item-details .ls-nav-prev {
		background-position: -50px -330px;
	}

	#item-details .ls-nav-prev:hover {
		background-position: -50px -230px;
	}

	#item-details .ls-nav-next {
		background-position: -250px -330px;
	}

	#item-details .ls-nav-next:hover {
		background-position: -250px -230px;
	}

	.copyright {
		max-width: 50%;
	}

	.featured-button {
		display: none !important;
	}

/*Brad*/
	.list .thumbnail {
		width:45%;
	height: 100%;
	float: left;
}

.list .item-text {
    width: 50%;
    height: 100%;
    float: left;
}

 }

 @media screen and (min-width: 49.25em) {
 	.header-banner {
 		min-height: 6em;
 	}
 	 body {
 		background: url(../img/shattered.jpg);
 	 }

 	#main {
 		margin: 2em auto;
 	}

 	.main-column {
 		float: left;
 		padding: 10px;
 		width: 880px;
 		width: auto;
 		width: 70%;
 		max-width: 880px;
 	}

 	.menu-btn, .main-menu .close {
 		display: none;
 	}

 	 .main-menu {
 		 position: absolute;
 		 top: 10px;
 		 right: 10px;
 		 background: #444;
 		 padding: 8px 20px;
 	 }

 	  .main-menu a {
 	 	padding: 0 8px;
 	 	color: #fff;
 	 	text-decoration: none;
 	 	border-right: 1px solid #888;
 	 	position: relative;
 	  }

 	.panel {
 		display: block;
 		width: 300px;
 		max-width: 26%;
 		padding: 0 0.5em;
 		float: right;
 	}

 	.info {
 		display: inline-block;
 	}

 	.featured-slide-body .bx-prev, .featured-slide-body .bx-next {
 		display: none;
 	}
 }

 @media screen and (min-width: 64em) {

 }

/* ==========================================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */

@media print {
		* {
				background: transparent !important;
				color: #000 !important; /* Black prints faster: h5bp.com/s */
				box-shadow:none !important;
				text-shadow: none !important;
		}

		a,
		a:visited {
				text-decoration: underline;
		}

		a[href]:after {
				content: " (" attr(href) ")";
		}

		abbr[title]:after {
				content: " (" attr(title) ")";
		}

		/*
		 * Don't show links for images, or javascript/internal links
		 */

		.ir a:after,
		a[href^="javascript:"]:after,
		a[href^="#"]:after {
				content: "";
		}

		pre,
		blockquote {
				border: 1px solid #999;
				page-break-inside: avoid;
		}

		thead {
				display: table-header-group; /* h5bp.com/t */
		}

		tr,
		img {
				page-break-inside: avoid;
		}

		img {
				max-width: 100% !important;
		}

		@page {
				margin: 0.5cm;
		}

		p,
		h2,
		h3 {
				orphans: 3;
				widows: 3;
		}

		h2,
		h3 {
				page-break-after: avoid;
		}
}



audio, audio * {
	max-width: 100%;
}

/* Android fix for checkbox hack (mobile menu) */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {padding:0;}
  to {padding:0;}
}

.zoneBanner h2{
	margin-top: 40%;
	margin-left: 5%;
}

@media screen and (max-width: 790px) {

	.zoneBanner h2{
		font-size: 0.75em;
		margin-top: 35%;

	}
}

/* More Android Fixes (brad)*/
@media screen and (max-width: 500px) {

	.list .thumbnail {
    width: 25%;
    height: 100%;
    float: left;

	}


	.thumbnail {
    border: 1px solid #DDD;
    min-width: 130px;
    margin: 0 4px;
    text-align: center;
}

.list .item-text {
    width: 55%;
    height: 100%;
    float: left;
}

.item-details li {
    white-space: wrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}


.headline {
    font-size: .8em;
}

    img {
    max-width: 70%;
}

}


@media screen and (max-width: 445px) {
.list .thumbnail {
	width: 25%;
	height: 100%;
	float: left;
}

.list .item-text {
	width: 55%;
	height: 100%;
	float: left;
}

}


