@charset "UTF-8";
@import url(/TCC/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
@import url(/TCC/css/mobile.css) screen and (max-width:640px);
@import url(/TCC/css/desktop.css) screen and (min-width:1025px);

a[href^=tel] {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
body, html {
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Oswald, sans-serif;
  color: #343132;
  scroll-behavior: smooth;
  font-size: 11pt;
  line-height: 16pt;
}
h2 {
  font-size: 24pt;
  line-height: 28pt;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, :after, :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #20646f;
  z-index: 20000;
  opacity: 0;
}
#picturebox {
  width: 100%;
  height: 850px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.slide {
  display: none;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}
.full {
  padding: 0;
}
.slide {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.underliner a {
  position: relative;
  text-decoration: none;
}
.underliner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #174db1;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.underliner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.EXE_slideshow {
  overflow: hidden;
}
#ml {
  width: 30px;
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 25000;
}
.twm {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 18pt;
  font-weight: 700;
  color: #fff;
}
.twm a {
  text-decoration: none;
  color: inherit;
}
.footer {
  color: #e0e0e0;
  text-align: center;
  background-color: #202020;
  padding-top: 64px;
}
#tbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 25000;
  position: relative;
}
.logo {
  font-family: Roboto, sans-serif;
  font-size: 9pt;
  line-height: 12pt;
  cursor: pointer;
  float: left;
  text-align: left;
  letter-spacing: 1px;
  padding: 12px;
}
.logo, .toplogo {
  background-color: #000040;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
}
.toplogo {
  margin: 4px 0 0 0;
  color: #202020;
}
.toplogo img {
  display: block;
  height: 24px;
}
.contact {
  float: right;
}
.tfl {
  float: left;
}
.tfr {
  float: right;
}
#lobar {
  opacity: 0;
}
#bot {
  padding-top: 80px;
  padding-bottom: 32px;
}
.twid {
  width: 100%;
}
.cwid {
  vertical-align: middle;
}
.horlog {
  font-size: 8pt;
  padding-right: 4px;
  font-weight: 700;
  color: #fff;
}
.footer table {
  display: inline-block;
}
.footcent {
  font-family: Roboto, sans-serif;
}
.footcent span {
  line-height: 28pt;
}
.cbutt {
  color: #fff;
  text-decoration: none;
  border: 1px solid grey;
  padding: 12px;
  font-weight: 700;
}
#editblock {
  display: none;
}
::placeholder {
  font-size: 12pt;
}
#padlog {
  padding-right: 4px;
  width: 40px;
  height: auto;
}
.cellt, .cellt td {
  overflow: hidden;
}
.cellt a {
  word-break: break-all;
}
.picHeight {
  height: 550px;
  max-height: 550px;
}
.ctr {
  text-align: center;
}
.compName {
  font-family: 'Bebas Neue', cursive;
  font-size: 36pt;
  line-height: 40pt;
}
.ctop {
  margin-bottom: 16px;
  background-color: black;
}
.menuBar {
  margin-top: 16px;
  padding: 16px 0 16px 0;
}
.btb {
  border-top: 1px solid #e8e8e8;
}
.menuBar a {
  color: #404040;
  text-decoration: none;
  margin: 0 8px 0 8px;
  font-size: 11pt;
  font-weight: bold;
}
.bgb, .bgb2, .bgb3 {
  background-size: cover;
  margin-top: 64px;
  margin-bottom: 64px;
  color: white;
  border-radius: 4px;
}
.bgb {
  background: url(/TCC/img/bluewall.png) center center;
}
.bgb2 {
  /*background: radial-gradient(ellipse farthest-corner at center center, #2AB5D8 0%, #20646F 80%);*/
  background: url(/TCC/img/bluewall2.png) center center;
  margin-bottom: 0;
}
.bgb3 {
  background-color: white;
  margin-top: 32px;
}
.obutt {
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  color: black;
  background-color: #FFBE1C;
  display: inline-block;
  font-weight: bold;
}
.tdr {
  direction: rtl;
  text-align: left;
}
.wbox, .wbox2 {
  font-size: 9pt;
  line-height: 18pt;
  letter-spacing: 1px;
  overflow: hidden;
  cursor: pointer;
}
.wsnr td {
  white-space: nowrap;
}
.wbox table, .wbox2 table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.wbox tr:nth-child(2) td {
  padding-top: 16px;
}
.wbox td {
  text-align: center;
  vertical-align: top;
}
.wbox td:nth-child(1) {
  height: 80%;
}
.wbox td:nth-child(2) {
  height: 20%;
}
.bpic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wbox2 td {
  text-align: left;
  font-size: 9pt;
  vertical-align: middle;
}
.adbox td {
  vertical-align: middle;
}
.adbox img, .wbox2 img {
  margin-right: 2px;
  display: block;
}
.tcol {
  color: red;
}
.tpad td {
  padding-right: 8px;
}
.tableperm {
  display: table;
  width: 100%;
  height: 100%;
}
.cellperm {
  display: table-cell;
}
.sociali img {
  margin-right: 24px;
}
.socBox {
  float: left;
}
.socBox img, .adBox img {
  height: 20px;
}
.socBox img {
  margin-right: 24px;
}
.adBox {
  float: right;
}
.adBox td {
  vertical-align: middle;
  font-size: 9pt;
  color: white;
}
.adBox img {
  display: block;
}
.ti {
  font-style: italic;
}
.grey {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.pbot {
  padding-bottom: 40px;
}
.strap {
  padding-top: 24px;
  font-size: 9pt;
  color: grey;
  text-align: left;
}
.wb {
  background-color: white;
}
.iconBox, .iconBox2, .iconBox3 {
  border-radius: 4px;
  overflow: hidden;
  font-weight: 500;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  background-size: cover;
}
.iconBox2 {
  color: #ffffff;
}
.bstrip {
  background-color: black;
  height: 24px;
}
.infoBox {
  padding: 24px;
  color: #404040;
}
.cell50 {
  vertical-align: top;
  padding: 8px;
}
.iconBox2 img {
  border-radius: 4px;
}
.iconHolder {
  text-align: center;
}
.iconHolder img {
  width: 128px;
}
.infoBox h3, .infoTxt {
  color: red;
}
.infoBox h3 {
  text-transform: lowercase;
}
h1, h2, h3, h4, h5 {
  font-family: Roboto, sans-serif;
}
.cell30 {
  padding: 10px 9px 10px 9px;
}
.brands {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
  padding-right: 4%;
}
.brands img {
  width: 8%;
  margin: 24px 0 0 2%;
}
.textBox {
  color: #404040;
  margin: 0 auto 48px auto;
  line-height: 24pt;
  margin-top: 48px;    
}
hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.textBox ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.textBox li {
  padding-left: 28px;
  background-image: url("/TCC/img/tick.png");
  background-repeat: no-repeat;
  background-position: 0 .5em;
}
.textBox td {
  vertical-align: top;
  line-height: 16pt;
  padding-right: 12px;
  padding-bottom: 12px;
}
.textBox td img {
  width: 20px;
}
.textBox table {
  margin-top: 24px;
}
.textBox input, .textBox textarea {
  width: 100%;
  padding: 12px;
  margin-bottom:4px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  font-size: 14pt;
  color: black;
  border-radius: 4px;
  font-weight: bold;
  display:block;
}
.textBox textarea {
  height: 275px;
}
::placeholder {
  color: black;
  text-transform: uppercase;
  font-size: 10pt;
}
.textBox button {
  border: none;
  outline: none;
  background-color: red;
  padding: 12px;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size:11pt;
}

/*ECOMMERCE*/

.folder {
    font-size: 12pt;
    margin-bottom: 12px;
}
.folder a {
    text-decoration: none;
    color: #404040;
}
.prodcol1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prodcol1 li {
    line-height: 18pt;
}
.prodcol1 {
    position: relative;
}
.locked a {
    text-decoration: none;
    color: black;
}
.locked {
    line-height: 20pt;
}
.mpad {
    padding-top: 6px;
}
.lbar {
	margin-bottom:12px;
	width:100%;
	clear:both;
}
.prodhold {
    float: left;
    position: relative;
    border: 1px solid #F0F0F0;
	overflow:hidden;
}
.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;    	
}
.wt {
    width: 100%;
}
.cal {
    vertical-align: middle;
    text-align: center;
}
.cal span {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 12px;
    border-radius: 12px;
}
.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;	
}
.pmatch {
    position:absolute;
    width:100%;
    display:none;
}
.hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}
.locked 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;
}
.locked select::-ms-expand { /* for IE 11 */
	display: none;
}
.colline {
	font-size:10pt;
	color:#404048;
	margin-bottom:12px;
}
#sel {
    color: red;
}
.wborder {
    width: 94%;
    margin: 14px 3% 0 3%;
}

#picInner {
    position: relative;
}
#imagestrip {
    width: 100%;
}
.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;
}
.c2 a {
    text-decoration: none;
    color: white;
}
#ibox {
    margin:36px 0 36px 0;
    padding:6px 0 6px 0;
    background-color:black;
    display:none;
}
.picformat {
    width: 16%;
    overflow: hidden;
    margin: 12px 2% 12px 2%;
    float:left;  
    transition: border-color 0.4s linear;	
}
.slideg, .slidehold {
    position: absolute;
    left: 0px;
    top: 0px;
}
.slideg, .slidehold, .gallhold {
    width: 100%;
    display: block;
    visibility: hidden;
}
.pc2 h1 {
    line-height:24pt;
}
.tabletcc,.table,.tablew {
    display: table;
}
.table,.tablew {
    height:100%;
}
.tablew {
	width:100%;
}
.celltcc {
    display: table-cell;    
}
.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;}
}
.bstrip table {
    display:inline;
    color:#e0e0e0;
}
.bstrip a {
    color:white;
    text-decoration:none;
}
.crel {
    position: relative;
}
.cabs {
    position: absolute;
    left: 21px;
    top: 2px;
    width: 16px;
    text-align: center;
    font-size: 9pt;
    color: white;
}
.cua {
	color:red;
	text-decoration:none;
	font-style: italic;
}
.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;
}
.fleft {float:left;}
.fright {float:left;margin-left:16px;}
.lpr {
	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;
}
.outline {
    border-radius: 12px;
}
.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;
}
#v1,#v2 {visibility:hidden;}
#v1 {margin-left:16px;display:inline-block;}
.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:11pt;
	text-decoration:none;
	color:red;
    font-weight:bold;
}
.cob,.rob {
	display:inline-block;
	color:white;
	text-align:center;
	text-decoration:none;
	padding:4px;
    font-size:9pt;
}
.cob {
	background-color:black;
}
.rob {
	background-color:#BABCC4;
}
.catlist a {
    padding-left:6px;
    padding-right:6px;
    font-size:10pt;
    display:-inline-block;
    border-right:1px solid black;
}
.catlist a:last-child {
    border-right:none;
}