html 
{
	overflow-y:scroll;
}

* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body
{
	font-size:16px;
	min-width:1024px;
	margin:0px;
	background-color:#222222;
}

a
{
	text-decoration:underline;
	color:#444444;
}

a:hover
{
	cursor:pointer;
}


.centered
{
	margin:auto;
}

.modalbody
{
	min-height:700px;
	width:100%;
	font-family: sans-serif;
	color:#444444;
	padding:16px;
	padding-bottom:80px;
	background:#dddddd;
}

.body
{
	min-height:700px;
	width:100%;
	font-family: sans-serif;
	color:#444444;
	padding:16px;
	padding-bottom:80px;
	background:#dddddd;
	margin-top:40px;
}

.grid
{
	margin:auto;
	visibility:hidden;
}

.indent
{
	padding-left:32px;
}

.rightalign
{
	text-align:right;
}

.floatright
{
	float:right;
}

.linkbutton
{
	border:none;
	display:block;
	background:#576c89;
	color:white;
	width:100%;
	font-size:16px;
	padding:10px 20px;
	box-sizing: border-box;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
}

.linkbutton:hover
{
	background:#6780a2;
}

.paypalcheckout
{
	border:1px solid #e5b033;
	border-radius:8px;
	margin:0px;
	padding:8px;
	display:block;
	width:100%;
	background-color:#ffc439;
}

.paypalcheckout img
{
	display:block;
}

.newsarchive
{
	color:#eeeeee;
	background-color:#272f38;
	text-align:center;
	padding:20px;
	border-bottom:1px solid #666666;
}

.newsarchive a
{
	color:#eeeeee;
}

.newsarchive h1
{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:normal;
}

.footer
{
	min-width:1024px;
	padding:20px;
	color:#eeeeee;
	background-color:#272f38;
}

.footer a
{
	color:#eeeeee;
}

.footer table
{
	margin:auto;
}

.footer table td
{
	padding-right:40px;
}

.footer table td:last-child
{
	padding-right:0px;
}

.navbar
{
	position:fixed;
	z-index:10;
	top:0px;
	width:100%;
	min-width:1024px;
	background-color:#272f38;
}

.minilogo
{
	color:white;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	width:210px;
}

.minilogo div
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.minilogo > div > img
{
	padding:0px 4px;
}

.minilogo a
{
	border-radius:50%;
	display:inline-block;
	width:38px;
	height:38px;
	transition: background 300ms ease;
}

.minilogo a > img
{
	padding-top:5px;
}

.minilogo a:hover,
.minilogo .permactive
{
	background-color:#435160;
	transition: background 300ms ease;
}

.menubar
{
	cursor:default;
	padding: 10px 64px 0px 64px;
	height:40px;
	color:#eeeeee;
}

.recaptcha
{
	border:1px solid #b0b0b0;
	background:#f0f0f0;
	padding:4px;
	border-radius:8px;
	margin-bottom:8px;
}

.basketDropdown
{
	display:inline;
	position:relative;
}

.basketDropdown > div
{
	position:absolute;
	border:1px solid black;
	right:0px;
	top:29px;
	width:500px;
	background:white;
	padding:10px;
	color:#222222;
}

.fadeOut 
{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 300ms, opacity 300ms ease;
}

.fadeIn
{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms ease;
}

.menubar .basket
{
	position:relative;
	float:right;
}

.menubar .basket img
{
	left:3px;
	position:absolute;
	display:inline-block;
	height:32px;
	top:3px;
}

.basket .icon
{
	padding-right:19px;
	padding-left:19px;
}

.basket .currency
{
	padding-right:23px;
	padding-left:23px;
}

.trail > span
{
	padding-left:16px;
}

.traillinks > a
{
	position:relative;
	cursor:pointer;
	color:#ffffff;
	padding:9px 14px 10px 14px;
	text-decoration:none;
	transition: background 300ms ease;
}

.traillinks > a:hover,
.traillinks > .active,
.traillinks > .permactive
{
	background-color:#435160;
	transition: background 300ms ease;
}

.lazy
{
	visibility: hidden;
	opacity: 0;
}

.loaded
{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0ms, opacity 300ms ease;
}

.newsitem 
{
	cursor: default;
	margin-bottom: 16px;
	background: #ffffff;
	border: 1px solid #888888;
	font-size:16px;
	width:400px;
}

.detail 
{
	cursor:default;
	background: #ffffff;
	border: 1px solid #888888;
	font-size:14px;
	width:800px;
	color:#222222;
}

.inputError
{
	background-color:#ffe0e0;
}

.inputValid
{
	background-color:#d0ffd0;
}

.eventInfo
{
	background-color:#d0ffd0;
	padding:10px;
	border:1px solid #a0a0a0;
	margin-bottom:10px;
}

.errorInfo
{
	background-color:#ffd0d0;
	padding:10px;
	border:1px solid #a0a0a0;
	margin-bottom:10px;
}

.tiny
{
	width:300px;
}

.small
{
	width:400px;
}

.medium
{
	width:500px;
}

.detail form
{
	display:inline;
}

select
{
	-webkit-border-radius:0px;
	-webkit-appearance: none;
	appearance:none;
	background: url(/img/down-arrow-small.png) no-repeat;
	background-position: right center;
	padding:1px 4px;
	padding-right:17px;
	font-size:14px;
}

textarea
{
	-webkit-border-radius:0px;
}

.form input[type=email], .form input[type=password], .form input[type=text], .form select
{
	-webkit-border-radius:0px;
	-webkit-appearance: none;
	appearance:none;
	font-size:14px;
	width: 100%;
	padding: 10px 20px;
	margin: 8px 0;
	box-sizing: border-box;
}
.form select
{
	background: url(/img/down-arrow.png) no-repeat;
	background-position: right center;
	padding-right:30px;
}

.form input[type=submit]
{
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	appearance: none;	
	cursor:pointer;
	background:#576c89;
	color:white;
	width:100%;
	font-size:16px;
	padding: 10px 20px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border:none;
}

.form input[type=submit]:hover
{
	background:#6780a2;
}

.detail h1
{
	margin:0px;
	font-size:20px;
}

.detail h2
{
	margin:0px;
	font-size:16px;
}

.detail p
{
	margin:8px 0px 2px 0px;
}

.detail td
{
	padding:0px;
}

.detail td.leftbar
{
	padding-left:10px;
	border-left: 1px solid #cccccc;
}

.detailbar
{
	background:#f0f0f0;
	position:relative;
}

.detailbar > .bsktbtns
{
	position:absolute;
	top:53px;
	right:14px;
}

.detailbar > h2
{
	margin-bottom:2px;
	font-size:16px;
	color:#666666;
}

.detailbar > h3
{
	float:right;
	margin:0px;
	font-size:28px;
}

.detail > div,
.detail > form > div
{
	padding: 8px;
	border-top: 1px solid #cccccc;
}

.extrapadding > div
{
	padding: 12px;
}

.newsitem > .header
{
  background:#f0f0f0;
  padding: 10px 16px 16px 16px;
  color:#888888;
  font-size:14px;
  height:70px;
  border-bottom: 1px solid #aaaaaa;
}

.instock
{
	display: inline-block;
	font-size:12px;
	color:#eeeeee;
	background-color:#03c900;
	border-radius:4px;
	border:1px solid #004000;
	text-align:center;
	padding:1px 16px 1px 16px;
}

.stockdetail
{
	float:right;
	font-size:14px;
}

.low
{
	background-color:#e58200;
}

.no
{
	background-color:#e50000;
}

.roundbutton
{
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	cursor:pointer;
	width:20px;
	height:20px;
	background-color:white;
	border:1px solid #606060;
	padding:0px;
	margin:0px;
	border-radius:50%;
}

.roundbutton:hover
{
	border-color:#000000;
}

.roundedbutton
{
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	height:20px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
	background-color:white;
	border:1px solid #606060;
	border-radius:8px;
	padding-left:10px;
	padding-right:10px;
}

.nobutton
{
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	cursor:pointer;
	background-color:white;
	border:none;
	padding-left:10px;
	padding-right:10px;
}

.nobutton:hover
{
	text-decoration:underline;
}

.roundedbutton:hover
{
	border-color:#000000;
}

.newsitem > .header > .stats
{
	float:right;
}

.newsitem > .header > .stats > .likes
{
	color:#444444;
	padding-left:18px;
	background: url(/img/heart.png) no-repeat;
	background-position: left center;
}

.newsitem > .header > .stats > .replies
{
	color:#444444;
	padding-left:18px;
	background: url(/img/replies.png) no-repeat;
	background-position: left center;
}

.likes > img
{
	float:left;
	margin-right:2px;
}

.newsitem > .header > img
{
	float:left;
	border:solid 1px #404040;
	background-color:#404040;
	border-radius:50%;
	margin:0px 12px 0px 0px;
}

.newsitem > .header > h1
{
	color:#444444;
	margin:2px 0px 4px 0px;
	font-size:16px;
}

.newsitem > .header > h2
{
	margin:0px;
	margin-bottom:6px;
	font-size:12px;
}

.additem
{
	display: inline;
	margin-bottom:4px;
}

.additem .qty
{
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	height:20px;
	width:30px;
	background-color:white;
	border:1px solid #606060;
	border-radius:8px;
	text-align:center;
}

.media
{
	position:relative;
	width:100%;
	margin-top:16px;
	overflow: hidden;
}


.playbutton
{
	pointer-events: none;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-29px;
}

.media > a > img
{
	width:100%;
	border: 1px solid #bbbbbb;
	object-fit:cover;
}

.x1 > video
{
	border: 1px solid #bbbbbb;
	width:100%;
	height:180px;
	object-fit:cover;
}

.x1 > a > img
{
	width:100%;
	height:180px;
}

.x2 > a > img
{
	display:block;
	width:49%;
	height:180px;
}

.x2 > a:nth-child(1) > img
{
	float:right;
}

.x3 > a > img
{
	display:block;
	width:49%;
}

.x3 > a:nth-child(1) > img
{
	float:right;
	height:180px;
}

.x3 > a:nth-child(2) > img,
.x3 > a:nth-child(3) > img
{
	height:86px;
}

.x3 > a:nth-child(2) > img
{
	margin-bottom:8px;
}

.x4 > a > img
{
	display:block;
	width:49%;
	height:90px;
	object-fit:cover;
}

.x4 > a:nth-child(2) > img
{
	margin-bottom:8px;
}

.x4 > a:nth-child(1) > img,
.x4 > a:nth-child(3) > img
{
	float:right;
}

.dimage
{
  width:200px;
  border-radius: 8px 8px 8px 8px;
  object-fit:cover;
  height:200px;
}

.quote > a > img
{
  width:100%;
  border: 1px solid #bbbbbb;
  object-fit:cover;
  height:160px;
  margin-top:16px;
}

.newsitem > .post
{
  margin: 16px 16px 20px 16px;
}

.post > .quoteheader
{
  margin-top:12px;
  background:#f0f0f0;
  padding:8px 12px 8px 12px;
  color:#888888;
  font-size:16px;
  border: 1px solid #bbbbbb;
  border-bottom:none;
}

.post > .quoteheader > img
{
	height:24px;
	float:left;
	border:solid 1px #888888;
	background-color:#404040;
	border-radius:50%;
	margin:0px 12px 0px 0px;
}

.post > .quoteheader > h1
{
	color:#444444;
	margin:2px 0px 4px 0px;
	font-size:16px;
}

.post > .quote
{
  padding:12px;
  border: 1px solid #bbbbbb;
  font-size:16px;
}

.post > .mention
{
  font-weight: bold;
}

.post > .hashtag
{
  font-weight: bold;
}

.post .emojione
{
	height: 1em;
}

.basketContents > table
{
	width:100%;
	border-collapse:collapse;
}

.basketContents > table th
{
	text-align:left;
	font-weight: bold;
	vertical-align: top;
	border-bottom:1px solid #888888;
}

.basketContents > table tr:not(:last-child):not(:first-child)
{
	border-top:1px solid #eeeeee;
}

.basketContents > table tr:last-child
{
	border-top:1px solid #888888;
	font-weight: bold;
}

.basketCheckout > table tr:nth-last-child(2)
{
	border-top:1px solid #888888 !important;
}

.basketContents > table th:not(:first-child)
{
	text-align:right;
}

.basketContents > table td:not(:first-child)
{
	text-align:right;
}

.basketContents > table td:nth-child(3),
.basketContents > table td:nth-child(4)
{
	width:90px;
}

.basketContents > table td:nth-child(2)
{
	width:60px;
}

.basketContents > table td
{
	padding:4px;
	vertical-align:top;
}

.basketContents h1
{
	font-size:16px;
	font-weight:normal;
	margin:0px;
}

.basketContents h2
{
	font-size:14px;
	font-weight:normal;
	margin:0px;
	margin-top:4px;
}

.basketUpdate > table th:nth-child(2)
{
	text-align:center;
	width:100px;
}

.basketUpdate > table td:nth-child(2)
{
	text-align:center;
	width:80px;
}

.orderdetails > table
{
	width:100%;
	border-collapse:collapse;
}

.orderdetails > table td:first-child
{
	width:45%;
}

.orderdetails > table tr
{
	vertical-align:top;
}

.orderlist > table
{
	width:100%;
	border-collapse:collapse;
}

.orderlist > table td
{
	padding:2px;
	text-align:center;
}

.orderlist > table th:first-child
{
	text-align:left;
	width:120px;
}

.orderlist > table th:last-child
{
	text-align:right;
	width:80px;
}

.orderlist > table td:first-child
{
	text-align:left;
}

.orderlist > table td:last-child
{
	text-align:right;
}

.orderlist > table tr:not(:first-child),
.orderlist > table tr:not(:last-child)
{
	border-bottom:1px solid #dddddd;
}

.orderlist > table tr:last-child,
.orderlist > table tr:first-child
{
	border-bottom:1px solid #888888;
}

.accountmenu
{
	display:block;
	border-top: 1px solid #cccccc;
}

.accountmenu > table
{
	width:100%;
	border-collapse:collapse;
}

.accountmenu > table tr:not(:last-child)
{
	border-bottom:1px solid #cccccc;
}

.accountmenu > table td a
{
	display:block;
	padding:8px;
	padding-left:12px;
}

.accountmenu > table td a:hover
{
	background-color:#6780a2 !important;
	color:white;
}

.accountmenu > table td a
{
	text-decoration:none;
}

.accountmenu > table td a.active
{
	background-color:#576c89;
	color:white;
}

.emoji16 img
{
	width:16px;
}

.product
{
	cursor:default;
	margin-bottom:16px;
	background:#ffffff;
	border:1px solid #888888;
	font-size:16px;
	width:302px;
}

.product a
{
	text-decoration:none;
}

.product > .header
{
	position:relative;
	background:#f0f0f0;
	padding: 8px 12px 8px 12px;
	color:#888888;
	font-size:14px;
	border-top: 1px solid #aaaaaa;
}

.product > .header > .bsktbtns
{
	position:absolute;
	top:41px;
	right:10px;
}

.product > .header > h1
{
	color:#222222;
	margin:0px;
	font-size:16px;
}

.product > .header > h2
{
	margin:0px 0px 4px 0px;
	font-size:12px;
}

.product > .header > h3
{
	color:#222222;
	float:right;
	margin:0px;
	font-size:22px;
	line-height:100%;
}

.overimage
{
	top:174px;
	right:8px;
	position:absolute;
}

.pimage
{
	display:block;
	height:200px;
	width:300px;
	object-fit:cover;
}

.accountDropdown
{
	display:inline;
	position:relative;
}

.accountDropdown > div
{
	position:absolute;
	border:1px solid black;
	top:29px;
	right:0px;
	width:160px;
	background:white;
	color:#222222;
}

.accountDropdown > div > list > li
{
	list-style: none;
}

.accountDropdown > div > list > li:not(:last-child)
{
	border-bottom:1px solid #cccccc;
}

.accountDropdown > div > list > li > a
{
	padding:4px 8px 4px 8px;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.accountDropdown > div > list > li > a:hover
{
	width:100%;
	height:100%;
	background-color:#6780a2 !important;
	color:white;
	text-decoration:none;
}

.productcarousel
{
	visibility:hidden;
}

.productimage
{
	padding:10px;
	outline:none;
}

.productimage img
{
	cursor:pointer;
	height:180px;
	object-fit:cover;
	border:1px solid #888888;
	-moz-transform: scale(1.00);
	-ms-transform: scale(1.00);
	-o-transform: scale(1.00);
	-webkit-transform: scale(1.00);
	transform: scale(1.00);	
	opacity: 0.5;
	transition: all 300ms ease;
}

.slick-center img
{
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);	
	opacity: 1;
	transition: all 300ms ease;
}

.youtubeframe
{
	width:430px;
	height:243px;
	border:1px solid #888888;
}

.messageinput
{
	font-size:14px;
	height:12em;
	resize:none;
	width:100%;
	padding: 10px;
}


.offercode input[type=text]
{
	display:inline-block;
	width:75%;
}

.offercode input[type=submit]
{
	display:inline-block;
	width:25%;
}

.calendar
{
	-webkit-border-radius:0px;
	-webkit-appearance: none;
	appearance:none;
	cursor:pointer;
	background: url(/img/calendar.png) no-repeat;
	background-position: right center;
	padding:4px 8px;
	padding-right:17px;
	font-size:14px;
	width:116px;
}

.fwdetails p:first-of-type
{
	font-weight:bold;
}
