@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* tablet.css ----------- */
@import url(/PAT/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* mobile.css ----------- */
@import url(/PAT/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/PAT/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
    color: black;
    text-decoration: none;
}
body, html {
    height: 100%;
    overflow: visible;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.clearit {
    clear: both;
}
#menu, #menubarrier {
    background-color: #00F;
    color: #FFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 150px;
    z-index: 400;
}
#menubarrier {
    background-color: #FFFFFF;
    left: 0px;
    width: 100%;
    z-index: 450;
}
#menu {
    background-color: #808080;
    color: #FFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 400;
    overflow: auto;
}
#menu a {
    color: #FFFFFF;
    text-decoration: none;
}
#menu p {
    padding: 0 0 0 16px;
    margin: 6px 0 6px 0;
}
#wrapper {
    /*-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);*/
    height: auto;
    margin-left: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 500;
}
.slide {
    visibility: hidden;
}
#capbox, #picturebox {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slide, .slidevis {
    width: 100%;
	top:0;
	bottom:0;
	left:0;
	width:100%;
}
#menubar {
    padding-top: 4px;
}
.container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#topholder {
    width: 100%;
    height: auto;
    padding-top: 24px;
    background-color: white;
}
.table,.tablew {
    display: table;
    height: 100%;
}
.tablew {
	width:100%;
}
#tl, #bl, #ml {
    width: 100%;
    font-family: 'Merriweather', serif;
    text-align: center;
}
#tl {
    font-size: 18pt;
    color: #000000;
    font-weight: bold;
    padding: 16px 0 0 0;
    margin-top: 24px;
    font-size: 18pt;
}
#bl {
    font-size: 10pt;
    color: #202020;
}
#ml {
    padding: 12px 0 4px 0;
    background-color: white;
}
#ml a {
    text-decoration: none;
    color: #404040;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
    display: inline-block;
    margin-left: 12px;
    padding-right: 16px;
    margin-bottom:12px;
    border-right: 1px solid #606060;
    text-transform: lowercase;
}
#ml a:last-child {
    border-right: none;
}
#sbl {
    border-bottom: 2px solid #000000;
    padding-bottom: 4px;
    font-weight: lighter;
}
.lbox {
    background-color: black;
    vertical-align: middle;
    margin: 0 auto 0 auto;
    padding: 0 5% 0 5%;
    color: white;
    text-align: center;
}
.lbox a, .rboxa, .rboxg {
    display: inline-block;
    background-color: #bb0a21;
    color: #FFF9FA;
    padding: 12px;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
}
.rboxg {
		border:1px solid green;
    background-color: green;
}
.lbox a {
    margin-top: 48px;
}
.da {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 4px;
    height: 4px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.blocker {
    width: 80%;
    margin: 0 auto 0 auto;
    display: inline-block;
}
.ltl {
    font-size: 32pt;
}
.topstrap {
    width: 100%;
    color: white;
    background-color: #000000;
    padding: 10px 0 10px 0;
    text-align: center;
	overflow:hidden;
}
.topcell img, .imb img {
    display: block;
}
.prodcell {
    position: relative;
    float: left;
    cursor:pointer;cursor:hand;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}
.thold {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0 2% 0 2%;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 24pt;
}
.cal {
    vertical-align: middle;
    text-align: center;
}
.cal span {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 12px;
    border-radius: 12px;
}
.tstrap {
    text-align: center;
    padding: 24px 0 24px 0;
    font-size: 28pt;
    color: white;
    background-color: #252627;
    border-top: 14px solid #fff9fa;
}
.pma {
    border-top:none;
}
.new {
    float: left;
    position: relative;
}
.pricetag {
    position: absolute;
    background-color: #e0202c;
    color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: 'Merriweather', serif;
	right: 12px;
	top: 12px;
	width: 64px;
	height: 64px;
	border-radius: 64px;
	border: 4px solid #FFFFFF;
	font-size: 9pt;    	
}
.atab {
    background-color: black;
    padding: 16px 0 16px 0;
    border-top:16px solid white;
}
.footer {
    background-color: white;
    padding: 48px 0 48px 0;
}
.footercol {
    color:#404040;
}
.cols {
    float: left;
    color: #ffffff;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #404040;
    line-height: 18pt;
    font-size: 10pt;
}
.footer input,.footer textarea {
	background-color:#f8f8f8;
}
#gline {
	border-top:1px dotted black;
	padding-top:16px;
}
.shopstats {
    font-size: 9pt;
    color: white;
}
.cell {
    display: table-cell;
    height: 100%;
}
.shopstats .cell {
    padding: 0 4px 0 4px;
    vertical-align: middle;
}
.prodcol1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prodcol1 li {
    line-height: 18pt;
}
.prodcol1 {
    position: relative;
}
.wborder {
    width: 94%;
    margin: 14px 3% 0 3%;
}
.folder {
    font-size: 12pt;
    margin-bottom: 12px;
}
.folder a {
    text-decoration: none;
    color: #404040;
}
#cashtot {
    color: #606060;
}
#sel {
    color: red;
}
.slideg, .slidehold {
    position: absolute;
    left: 0px;
    top: 0px;
}
.slideg, .slidehold, .gallhold {
    width: 100%;
    display: block;
    visibility: hidden;
}
.slide, .slidevis {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#picInner {
    position: relative;
}
#imagestrip {
    width: 100%;
}
.picformat {
    width: 16%;
    overflow: hidden;
    margin: 12px 2% 12px 2%;
		float:left;
		transition: border-color 0.4s linear;	
}
#statbox {
    position: fixed;
    left: 16px;
    top: 16px;
    padding: 12px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    z-index: 10000;
    display: none;
}
#cursor {
    position: absolute;
    left: 0px;
    bottom: 6px;
    width: 108px;
    height: 4px;
    background-color: #FF0000;
}
.pc2 {
    vertical-align: top;
}
.t0 {
    height: 36px;
}
.c0, .c1, .c2 {
    vertical-align: middle;
    text-align: center;
}
.c0 {
    width: 10%;
    background-color: #A0A0A0;
    cursor: pointer;
    cursor: hand;
}
.c1 {
    width: 15%;
}
.c2 {
    background-color: #e0202c;
    color: #FFFFFF;
    border-left: 8px solid #FFFFFF;
    cursor: pointer;
    cursor: hand;
}
.locked a {
    text-decoration: none;
    color: black;
}
.shopstats a {
    text-decoration: none;
    color: black;
}
.data1 {
    margin-left: 5%;
    width: 90%;
}
.data1 label, .data1 select, .data1 input {
    width: 20%;
    display: inline-block;
	overflow:hidden;
}
.data1 select, .data1 select, .data1 input {
    width: 70%;
    padding: 4px;
    font-size: 9pt;
    border: none;
    outline: none;
    margin: 2px;
    border-bottom: 1px dotted black;
}
.data1 select {
    background: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
}
.fbl {
    text-decoration: none;
    color: #606068;
}
.messbox {
    position: relative;
}
.mbmess {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    background-color: white;
    display: none;
}
#nmbm {
	visibility: hidden;
}
.mbmess a {
    display: inline-block;
    padding: 6px 40px 6px 40px;
    color: white;
    background-color: black;
    text-decoration: none;
    font-size: 9pt;
    text-transform: uppercase;
}
.c2 a {
    text-decoration: none;
    color: white;
}
.crel {
    position: relative;
}
.cabs {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 16px;
    text-align: center;
    font-size: 9pt;
    color: white;
}
.hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}
.lsize {
    width: 96px;
}
.cwa {
    position: relative;
}
.ltext, .wname {
    font-family: 'Orbitron', sans-serif;
    font-size: 20pt;
    padding-left: 0px;
    color: white;
}
.wname {
    text-align: center;
}
.wline {
    margin: 14px 0 14px 0;
    border-top: 16px solid #000000	;
    border-bottom: 16px solid #000000;
}
#namehold {
    color: #404040;
}
.mtl {
    display: block;
    width: 75%;
    line-height: 20pt;
    margin: 8px auto 0 auto;
}
.outline {
    border-radius: 12px;
	border:1px solid black;
}
.wname {
    font-size: 10pt;
    padding-left: 12px;
}
.sbox {
    width: 92%;
    margin: 0 4% 0 4%;
    background-color: white;
    padding: 12px;
    color: black;
    position: relative;
    overflow: hidden;
	border:1px solid #C0C0C0;
}
.sbox input {
    width: 100%;
    display: block;
    font-size: 12pt;
    border: none;
    outline: none;
}
.magnify {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.magnify, .clp {
    cursor: pointer;
    cursor: hand;
}
.locked {
    line-height: 20pt;
}
.mpad {
    padding-top: 6px;
}
.lbox label {
    text-align: right;
    line-height: 24pt;
    padding-right: 12px;
}
.cw table, .cwa table {
    display: inline;
}
.prodhold {
    float: left;
    position: relative;
    border: 1px solid #F0F0F0;
	overflow:hidden;
}
.wt {
    width: 100%;
}
.purchase_img, .purchase_desc, .purchase_price, .purchase_quantity, .purchase_total, .purchase_remove {
    float: left;
	overflow:hidden;
}
.purchase_price a {
	color:#252627;
	font-size:9pt;
}
#shopping2, .purchase_hold,#balance {
    width: 100%;
}
.purchase_hold {
	border-bottom:1px solid #DDDDDD;
	margin-bottom:12px;
	padding-bottom:12px;
}
#shopping2 {
	margin-bottom:12px;
}
.balance_right,.balance_left {
	float:right;
	padding-bottom:12px;
	width:112px;
}
.balance_right {
	text-align:right;
	padding-right:16px;
}
.teensy a {
	font-size:9pt;
	text-decoration:none;
	color:#252627;
}
.cob,.rob {
	display:inline-block;
	color:white;
	text-align:center;
	text-decoration:none;
	padding:4px;
}
.cob {
	background-color:black;
}
.rob {
	background-color:#BABCC4;
}
.lpr {
	position:relative;
}
#uhid {
	display:none;
}
.cua {
	color:red;
	text-decoration:none;
	font-style: italic;
}
#rec {
	margin-bottom:0;
	padding-bottom:0;
	line-height: normal;
}
.scrh {
	height:75vh;
	line-height:18pt;
}
.addedbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
	text-align:center;
	height:1px;
}
#addme {
	padding:20px;
	opacity:0;
	color:white;
	margin-top:-20px;
	background-color:rgba(0,128,129,0.75);
	border-radius:24px;
	border:8px solid white;
	font-weight:bold;
	font-size:18pt;
	text-decoration:none;
}
.addmeAnim {
	display:inline-block;
  	animation-duration: 3s;	
	animation-name:example;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {margin-top:-40px;opacity:0;}
  25% {margin-top:20px;opacity:1;}
  75% {margin-top:20px;opacity:1;}
  100% {margin-top:20px;opacity:0;display:none;}
}

/* Standard syntax */
@keyframes example {
  0%   {margin-top:-40px;opacity:0;}
  25% {margin-top:20px;opacity:1;}
  75% {margin-top:20px;opacity:1;}
  100% {margin-top:20px;opacity:0;display:none;}
}
#mbsize {
	width:28px;
}
#menubar {
	position:fixed;
	left:0;
	top:0;
    background-color: #bb0a21;	
	z-index:10000;
	border-radius:4px;
	padding:3px 2px 0px 2px;
	margin:3px 0 0 2px;
}
.fmess input,.fmess textarea {
    margin:8px 0 0 0;
    padding:4px;
    outline:none;
    border:none;
    font-size:12pt;
}
.fmess textarea {
    height:100px;
    margin-bottom:8px;
}
.topstrap a {
    color:white;
}
#wb {
    color:white;
    display:inline-block;
}
.flog {
    margin:12px 0 12px 0;
}
.social {
    text-align:right;
    margin-top:12px;
    padding-top:12px;
    border-top:1px dotted #38393a;
    padding-right:20px;
    color:#C0C0C0;
    font-size:9pt;
}
.social p {
    margin:0;
    padding:0;
    line-height:12pt;
}
.pmab {
    border-bottom:14px solid white;
}
#pmatext {
    width:100%;
    text-align:center;
    font-size:14pt;
    padding:0 24px 0 24px;
}
.pmatch {
    position:absolute;
    width:100%;
    display:none;
}
#ibox {
    margin:36px 0 36px 0;
    padding:6px 0 6px 0;
    background-color:black;
    display:none;
}
.mform input,.mform textarea {
    width:100%;
    font-size:10pt;
    padding:4px;
    border:1px solid #202020;
    outline:none;
    color:#404040
}
.mform textarea {
    height:100px;
}
.mform p,.mform ul {
    line-height:18pt;
}
.bb {
	text-decoration:none;
	color:#202020;
	font-size:12pt;
}
select,.pickbox {
	margin: 4px 0 0 0;
	border: none;
	background: transparent;
	width: 175px;
	padding: 8px 0 8px 8px;
	font-size: 14px;
	font-weight:bold;
	height: auto;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF url(/img/arrow.gif) right top no-repeat;
}
select::-ms-expand { /* for IE 11 */
	display: none;
}
.colline {
	font-size:10pt;
	color:#404048;
	margin-bottom:12px;
}
.lbar {
	margin-bottom:12px;
	width:100%;
	clear:both;
}
.blst {
	background-color:#000000;
}
.wc {
    text-decoration: none;
    color:white;
}
.fleft {float:left;}
.fright {float:left;margin-left:16px;}
#v1,#v2 {visibility:hidden;}
#v1 {margin-left:16px;display:inline-block;}

.description {
	positon:absolute;
	left:0;
	bottom:0;
	width:100%;
	cursor:pointer;cursor:hand;
}
.dbox {
	width:100%;
	border-radius:8px;
	border:8px solid white;
	background-color:rgba(0,0,0,0.75);
	padding:12px;
}
.dbox2 {
	width:100%;
	color:white;
	text-align:center;
	font-weight:bold;
	white-space: nowrap;	
	overflow:hidden;	
}

#footmenu a {
	color:inherit;
	text-decoration:none;
}
