:root{
	--body-font:'Roboto', sans-serif;
	--header-font:'Roboto Slab', sans-serif;
	--color-green:#008941;
	--color-lightgreen:#1ea35d;
	--color-darkgreen:#36603a;
	--color-darkgrey:#333;
	--color-black:#111;
	--color-yellow:#e1ad01;
	--color-lightyellow:#eeb701;
	
	--tmr-green: #4a7c2f;
	--tmr-green-light: #5e9e3a;
	--tmr-green-pale: #e8f2e1;
	--tmr-header-bg: #3a6324;
	--tmr-row-alt: #f4f9f0;
	--tmr-border: #c0d9ae;
}

body, p, ul li, ol li{
	font-family: var(--body-font);
	font-size: 15px;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--header-font);
	font-weight: bold;
}

a, main a{
    color: var(--color-darkgreen);
    text-decoration: none;
}

a:hover, main a:hover{
	color: var(--color-green);
}

strong{
	font-weight: bold;
}

.table-wrapper {
  overflow-x: auto;
}

.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  min-width: 900px;
  background: #fff;
  font-size: 0.8rem;
  font-size:13px;
}

/* Model sub-headers */
.table-wrapper thead tr.model-row th {
  background: var(--tmr-header-bg);
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.5rem;
  border: 1px solid #2d5020;
  font-size:13px;
}

.table-wrapper thead tr.model-row th.label-col {
  background: #4a6e35;
  text-align: left;
  font-size: 0.78rem;
}

/* Body rows */
.table-wrapper tbody tr td {
  padding: 0.4rem 0.6rem;
  vertical-align: middle;
  border: 1px solid var(--tmr-border);
  color: #2a3d1f;
  text-align: center;
}

.table-wrapper tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
  background: var(--tmr-green-pale);
  color: var(--tmr-bold-cell);
  white-space: nowrap;
  min-width: 170px;
}

.table-wrapper tbody tr:nth-child(even) td:not(:first-child) {
  background: var(--tmr-row-alt);
}

.table-wrapper tbody tr:nth-child(odd) td:not(:first-child) {
  background: #fff;
}

/* Power Source row — taller */
.table-wrapper tr.power-row td {
  vertical-align: top;
  padding: 0.5rem 0.6rem;
  line-height: 1.5;
}

.bcDarkgreen{
	color: var(--color-darkgreen);
}

.bcGreen{
	color: var(--color-green);
}

.bgBcDarkgreen{
	color: #fff;
	background-color: var(--color-darkgreen);
}

.bgBcGreen{
	color: #fff;
	background-color: var(--color-green);
}

.bgBcDarkgrey{
	color: #fff;
	background-color: var(--color-darkgrey);
}

.bgBcBlack{
	color: #fff;
	background-color: var(--color-black);
}

.btnBcGreenSm{
	background-color: var(--color-green);
	color:#fff;
	font-weight: bold;
	padding: 10px 35px;
	font-size: 18px;
	display:inline-block;
	border-radius:25px;
}

.btnBcGreenLg{
	background-color: var(--color-green);
	color:#fff;
	font-weight: bold;
	padding: 10px 45px;
	font-size: 24px;
	display:inline-block;
	border-radius:25px;
}

.btnBcGreenSm:hover, .btnBcGreenLg:hover{
	background-color:var(--color-lightgreen);
	color:#fff;
	text-decoration: none;
}

.btnBcYellowSm{
	background-color: var(--color-yellow);
	color:#fff;
	font-weight: bold;
	padding: 10px 35px;
	font-size: 18px;
	display:inline-block;
	border-radius:25px;
	text-shadow: 1px 1px 0px #9d7e00;
}

.btnBcYellowLg{
	background-color: var(--color-yellow);
	color:#fff;
	font-weight: bold;
	padding: 10px 45px;
	font-size: 24px;
	display:inline-block;
	border-radius:25px;
	text-shadow: 1px 1px 0px #9d7e00;
}

.btnBcYellowSm:hover, .btnBcYellowLg:hover{
	background-color:var(--color-lightyellow);
	color:#fff;
	text-decoration: none;
}

.btnMinWidth{
	min-width: 350px;
}

.backToTopBtn{
	font-weight: 600;
    font-size: 16px;
    border-radius: 0px;
    letter-spacing: 1px;
    background-color: #000 !important;
    color: #fff !important;
	display: inline-block;
    margin: 0px;
    padding: 10px 25px 10px 25px;
} 

.brGreen{
	border:1px solid var(--color-green);
}

.brDarkgreen{
	border:1px solid var(--color-darkgreen);
}

.divider{
	height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px dotted #CCC;
}

.topBar{
	background-color: var(--color-darkgreen);
}

.topBar p{
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#fff;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0);
}

.nav-main{
	background-color: var(--color-green);
	position:relative;
	z-index:5;
	display: block;
}

.navbar{
	background-color: var(--color-green);
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
	font-size: 16px;
	padding: 0px 15px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	font-family: var(--body-font);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
}

.dropdown-menu {
	background-color: var(--color-darkbrown);
	margin-top: -1px;
	padding:15px;
}

.dropdown-item {
	padding: 0px;
	background-color: transparent !important;
}

.dropdown-menu a {
	font-size: 15px;
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}

.dropdown-menu a:focus, .dropdown-menu a:hover {
	color: #fff;
}

.header{
	box-shadow: 0px 0px 5px #000;
	position: relative;
}

.banner{
	height: 500px;
}

.bgImage{
	height: 530px;
}

.bgImage .overlayBlack{
	background:rgba(0,0,0, 0.25);
	color:#fff;
}

.bgImage h1{
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}

.overlay-white{
	height:100%;
	width:100%;
	background:rgba(255,255,255, 0.5);
	position:relative;
}

.overlay-black{
	height:100%;
	width:100%;
	background:rgba(0,0,0, 0.5);
	position:relative;
}

.fa-star{
	color: var(--color-yellow);
}

.tsBlack{
	text-shadow: 1px 1px 3px #000;
}

.tsGrey{
	text-shadow: 1px 1px 3px #333;
}

.tsWhite{
	text-shadow: 1px 1px 3px #fff;
}

.tsNone{
	text-shadow: 0px 0px 0px;
}

.greyCircle{
	border:10px solid #ddd;
	border-radius: 50%;
}

.greySquare{
	border:10px solid #ddd;
}

.whiteCircle{
	border:10px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #ccc;
}

.whiteSquare{
	border:10px solid #fff;
	box-shadow: 0px 0px 10px #ccc;
}

.whiteBr10{
	border:10px solid #fff;
}

.box-link {
    text-align: center;
    color: #fff;
    background-color: var(--color-green);
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.box-link:hover{
	text-decoration: none;
	background-color: var(--color-lightgreen);
	color: #fff;
	box-shadow: 0px 0px 15px #ccc;
}

.box-link img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 1;
}

.box-link:hover img{
	opacity: .9;
}

.box-link p {
    padding: 20px 15px;
    margin: 0px;
    font-size: 20px;
    transition: all 0.3s ease;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	line-height: 1.25em;
}

.subBanner{
	background-color:var(--color-darkgrey);
	color:#fff;
	text-align:center;
	padding:30px;
	text-transform:uppercase;
}

.modal-backdrop{
	opacity:0.65 !important;
}

.modal-dialog {
	max-width: 1000px;
}

.modal-header {
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 10px;
}

.bgPattern{
	background-color:#333;
	background-image: url(../../img/pattern-black-twill.png);
	background-repeat: repeat;
}

.productBox{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius:5px;
	height:100%;
	background-color:#fff;
}

.footer {
    background-color: #fff;
	
}

.footer a{
	color: #fff;
}

.footer a:hover{
	text-decoration: underline;
}

.copyright{
	text-align: center;
	font-size: 12px;
}

.backToTop {
    position:fixed;
	bottom:0;
	right:0;
	z-index: 10000;
}

.backToTopBtn:hover{
	text-decoration: none !important;
}


/* XLarge devices (desktops, less than 1440px) */
@media (min-width: 1440px){
	.container-xl {
		max-width: 1410px;
		margin: auto;
	}
}

@media (max-width: 1440px){
	.container-xl {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.bgImage{
		height: 530px;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding: 5px 11px;
	}
	
	.banner h1, .bgImage h1{
		font-size: 52px;
	}
	
	.bgImage{
		height: 500px;
	}
}

/* Medium devices (tablets, more than 992px) */
@media (min-width: 992px){
	.sticky_footer {
		left: auto;
		right: 0;
		width: 150px;
		border-left: none;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.dropdown-menu a {
		font-size: 14px;
		padding: 5px 10px;
	}
	
	.bigTextEx{
		font-size: 65px;
	}
	
	.banner h1, .bgImage h1{
		font-size: 40px;
	}
	
	.bgImage{
		height: auto;
	}
	
	.borderSidesLg{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
	}
	
	.copyright{
		font-size: 11px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.top-info{
		font-size: 11.5px;
	}
	
	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding-left: 0px;
	} 
	
	.banner{
		height: auto;
	}
	
	.banner h1{
		font-size: 36px;
	}
	
	.bigTextEx{
		font-size: 52px;
	}
	
	.copyright{
		font-size: 12px;
		text-align: center;
	}
	
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar-nav {
		margin-top: 10px;
		font-size: 14px;
	}
	
}
