html, body {
	height: 100%;
}
#ajaxpanel {
	position: absolute;
	top: 215px;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#head-smxs {
	position:  relative;
	margin-top: 15px;
}
#head-mdlg {
	position:  relative;
	margin-top: 25px;
}
/* Grid Container */
.container {
	background: transparent;
	margin: 0px auto;
}

.u130 {
	width: 100%;
	min-height: 300px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.u130 {
		padding-top: 10px;
	}
}
@media (min-width: 768px) {
	.u130 {
		min-height: 450px;
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.u130 {
		min-height: 600px;
	}
}
.row {
	color: black;
	margin: 0;
}
@media (min-width: 768px) {
	.divider {
		border-right: solid 1px black;
		min-height: 490px;
	}
}
@media (max-width: 767px) {
	.divider {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: solid 1px black;
	}
/*
	div.p, p {
		font-size: 16px;
	}
*/
}
/*
.news {
	margin-left: 10px;
}
.news h3 {
	font-weight: bold;
}
*/
.news h4 {
	font-weight: bold;
	text-decoration: underline;
}
.news ul li {
	font-size: 16pt;
}
@media (min-width: 768px) {
	.divider-left {
		border-left: 1px solid black;
	}
}
@media (max-width: 767px) {
	.divider-left {
		border-top: 1px solid black;
		padding: 10px 5px 0 5px;
		margin: 10px;
	}
}
.spaced {
	padding-top: 0px;
}
.search-container {
	float: right;
	box-shadow: 3px 3px 8px grey;
	background-color: white;
}
.search-container button {
	padding: 6px 6px 6px 3px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.search-container button:hover {
  background: #ccc;
}
.search-container input[type="text"] {
    padding: 6px;
    font-size: 17px;
    border: none;
}
div.footer {
	width: 100%;
	margin-top: 12px;
	padding: 3px 5px;
	text-align: center;
}

/* footer socials and tolmedia */
div.socials {
	margin-left: auto;
	margin-right: auto;
	width: 225px;
}
.fa {
	padding: 2px 3px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 50%;
	color: white;
}
.fa-facebook {
	background: #3B5998;
}
.fa-twitter {
	background: #55ACEE;
}
.fa-mail-forward,
.fa-envelope {
	background: #888888;
}
.fa-linkedin {
	background: #007bb5;
}
.fa-pinterest {
	background: #e60023;
}
.tolmedia a {
	color: #ff8263;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
}
.tolmedia a:hover {
	text-decoration: none;
	border-radius: 50%;
}
.footer a:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}
/* end footer socials and tolmedia */

.head-default {
	background-color: darkblue;
	background-image: linear-gradient(darkblue, #0090ff);
	padding: 10px;
	width: 100%;
	border-radius: 10px;
}
.menu-default {
	background-color: darkblue;
	background-image: linear-gradient(to top, darkblue, #0090ff);
	margin-top: 2px;
	border-radius: 10px;
}
nav.navbar, ul.nav {
	color: black;
	font-size: 17px;
	margin-bottom: 0;
}
.navbar-nav > li > a {
	color: white;
	padding: 7px 20px;	
}
ul.nav > li > a:hover {
	background-color: #00fcff;
	color: black;
}
ul.nav > li > a.viewing {
	text-decoration: underline;	  		
}
button.navbar-toggle {
	float: none;
	position: absolute;
	top: 20px;
	right: 0px;
	border-color: #00fcff;
	background-color: transparent;
}
nav.navbar .navbar-toggle .icon-bar {
	background-color: #00fcff;
}
nav.navbar .navbar-toggle:hover {
	background-color: #00fcff;
}
nav.navbar .navbar-toggle:hover .icon-bar {
	background-color: #000000;
}
@media (min-width: 768px) {
	.menunav {
		float: right;
		margin-right: -15px;
		font-size: 1.7vw;
	}
}
ul.menutop {
	list-style: none outside none;
	padding: 3px;
	height: 50px;
	margin-left: auto;
	margin-right: 18px;
	width: fit-content;
}
ul.menutop li {
	display: table-cell;
	margin-right: 19px;
	font-variant: normal;
	padding: 5px 5px 5px 15px;
	transition: 0.3s linear;
	font-size: 22px;
}
ul.menutop li a {
    color: white;
}
li a.viewing {
    text-decoration: underline;
}
ul.menutop li a:hover, ul.menutop li a:active {
	color: #00fcff;
	text-decoration: underline;	
    /*background: url("../images/drop_down_arrow.png") no-repeat scroll center bottom transparent;*/
}
h1.title {
	margin-top: 0;
	margin-bottom: 0;
}
/* tcode class types */
div[class^="tcd"] {
	margin-top: 10px;
	margin-bottom: 15px;
}
div.tcdedl ul {
	min-height: 30px;
	padding: 0;
}
div.tcdedh {
   	font-size: 25pt;
}
div.tcdedp p, div.tcdedp div.p {
	display: inline-table;
	margin: 0;
}
div.tcdedp p:nth-of-type(1) {
	max-width: 80%;
}
div.tcdedp p:nth-of-type(2) {
	color: #a5bd00;
	font-weight: bold;
	width: 70px;
	text-align: right;
	padding-right: 8px;
}

div.img-responsive img {
	max-width: 100%;
	margin-bottom: 15px;
}
div.img-responsive-c img {
	max-width: 100%;
}
div.img-rounded img {
	max-width: 100%;
	border-radius: 6px;
	margin-bottom: 15px;
}
div.img-rounded-c img {
	max-width: 100%;
	border-radius: 6px;
}
div.img-responsive-rounded img {
	max-width: 100%;
	border-radius: 6px;
	margin-bottom: 15px;
}
div.img-responsive-rounded-c img {
	max-width: 100%;
	border-radius: 6px;
}
div.img-circle img {
	max-width: 100%;
	border-radius: 50%;
	margin-bottom: 15px;
}
div.img-circle-c img {
	max-width: 100%;
	border-radius: 50%;
}
div.img-responsive-circle img {
	max-width: 100%;
	border-radius: 50%;	
	margin-bottom: 15px;
}
div.img-responsive-circle-c img {
	max-width: 100%;
	border-radius: 50%;	
}
div.img-border img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
	margin-bottom: 15px;
}
div.img-responsive-border img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
	margin-bottom: 15px;
}
div.img-border-c img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
}
div.img-responsive-border-c img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
}
div.img-thumbnail img {
	width: 200px;
	border: 4px solid #fff;
	background-color: #fff;
	margin-bottom: 15px;
}
div.img-thumbnail-c img {
	width: 200px;
	border: 4px solid #fff;
	background-color: #fff;
}
div.tcdimt {
	display: table-cell;
}
div.tcdimg img {
	max-width: 100%;
}
div.tcdimt img {
	float: left;
	max-width: 50%;
	margin-right: 35px;
}
@media (max-width:767px) {
	div.tcdimt img {
		float: left;
		/* width: 50%; */
	}
	div.tcdimt p {
		margin-top: 10px;
	}	
}
@media (min-width:768px) {
	div.tcdimt.img-rightoftext img {
		float: right;
		margin-left: 15px;
	}
}

div.tmcard {
	background-color: darkblue;
	background-image: linear-gradient(darkblue, #0090ff);
	color: white;
	padding: 10px;
	border-radius: 10px;
	overflow-wrap: break-word;
}
div.tmcard a {
    color: white;
}
div.text-center h3 {
	text-align: center;
}
.centered {
	text-align: center;
}
.whiteonblack {
	background-color: black;
	color: white;
}
.greenonblack {
	background-color: black;
	color: #d7ff55;
}
.half-width {
	float: left;
	width: 50%;
	padding: 5px;
}
ul.errormenu {
	font-size: 16px;
}
/* contact form */
.postform {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: silver;
/*
	-webkit-box-shadow: 3px 3px 8px grey;
	-moz-box-shadow: 3px 3px 8px grey;
	box-shadow: 3px 3px 8px grey;
*/
}
.postform h4 img { /* bullet gifs */
	vertical-align: bottom;
	margin-bottom: -5px;
}
.postform fieldset .row {
	margin-bottom: 3px;
}
.postform fieldset div input[type="text"] {
    border: 1px solid grey;
    padding: 0 7px 0 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	width: 100%;
	max-width: 250px;
}
.postform fieldset div select {
    border: 1px solid grey;
    padding: 0 7px 0 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	max-width: 250px;
}
.postform fieldset div textarea {
    border: 1px solid grey;
    padding: 0 7px 0 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;	
	width:100%;
}
@media (max-width: 992px) {
	.postform {
		padding: 10px 2px;
		max-width: 500px;
	}
}
.postform .labelcol {
	text-align: right;
	padding-right: 0;
}	
.postform .formerror {
	display:block;
	color: darkred;
}
.postform #captcha {
	width: 50px;
	margin-left: 5px;
}
@media (max-width: 767px) {
	.no-padding-smxs {
		padding-left: 0 !important;
		padding-right: 0 !important;	
	}
}
.bulletchr {
	background: #000000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.7em;
	width: 1.7em;
	margin-right: 5px;
	vertical-align: baseline;
	text-align: center;
}
#sendbtn {
	font-weight: bold;
}
/* end contact form */

div.pageturn {
	float: right;
	margin-right: 15px;
}

/* non-image close btn */
.xclosebtn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	border-radius: 3px;
	font-size: 31px;
	line-height: 0px;
	padding: 13px 3px;
	color: black;
}
.xclosebtn:before {
	content: "×";
}
.xclosebtn:hover {
	text-decoration: none;
	font-weight: bold;
}
/* end non-image close btn */

/* shopping cart */
.addtocart {
	margin-left: 15px;
/*
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
*/
}
div.pnlindex .addtocart {
	display: none;
}
.cartbutton {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 100;
}
.modal {
	position: fixed;
	z-index: 105;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(200,200,200,0.5);
}
.cartpaybtn {
	position: absolute;
	right: 0;
	margin: 20px;
}
.cartmorebtn {
	position: absolute;
	left: 0;
	margin: 20px;
}
#cartpanel > div {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background-color: white;
	padding: 20px;
}
.removebtn {
  cursor: pointer;
  color: #ed8e0b;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  line-height: 0px;
  padding: 8px 3px;
}
.removebtn:before {
  content: "×";
}
#carttable {
	margin-top: 40px;
	border: none;
}
#carttable td > input[type="number"] {
	width: 50px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
}
#carttable td { padding-top:10px; }
#carttable th:nth-child(3) { text-align: center; }	
#carttable th:nth-child(4) { text-align: center; }	
#carttable th:nth-child(6) { text-align: right; }	
#carttable td:nth-child(1) { width:50px; }
#carttable td:nth-child(2) span { line-height: 22px; }
#carttable td.cart-price { text-align: right; width:70px; padding-right:15px;}
#carttable .cart-value { text-align: right; padding-left:25px;}
#carttable .cart-remov { text-align: center;}
#carttable select { float:right; padding:3px; min-width:240px;}

/* end shopping cart */
