html {
    font-size: 100%;
}

body {
	font-family: 'Open Sans', sans-serif; font-size: 1rem;	
}

a:focus { 
    outline: none; 
}

.smallerfont {
	font-size: 0.875rem;
}

.regularfont {
	font-size: 1rem;
}

.largerfont {
	font-size: 1.125rem;
}

ul#topmenu li {
    display:inline;
	padding-left: 20px;
	color: #fff; 
	font-weight: bold;
}

.navbar {
    border-radius: 0; 
    -moz-border-radius: 0; 
    margin:0; 
    padding: 0; 
    background-color: #eee;
}

.navbar-override {
    border: 0; 
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: #e7e7e7; 
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #fff;
}

.navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #ccc;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ccc;
}

.dropdown-menu > li > a {
	color: #5e5d5d;
	font-weight: 700;
	padding-bottom: 6px;
    padding-top: 6px;
	font-size: 0.875rem;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #428bca; color: #fff;}
    	
header nav {
    display: flex;
    justify-content: flex-end;
}

header p {
    padding: 20px 20px;
    margin: 0;
    font-size: 1rem;
}

header h1 {
    font-weight: 700;
    margin: 0;
    color: #333;
    padding: 10px;
}

header a {
    color: #fff;
}

header a:hover {
    color: #fff;
    text-decoration: underline;
}

.background {
    background-color: #3e699f;
}

.allnavbackground {
    background-color: #333f4d;
}

.p1flex {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;}
.p2flex {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;} 
.p3flex {border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;}
.p4flex {border-right: 0px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 0;}
.ptop {border-right: 1px solid #e5e5e5; padding: 5px;}
.pflex {border-right: 1px solid #e5e5e5; border-top: 0;}

a.blacklink {
	color: #333;
}
a.blacklink:hover,
a.blacklink:focus {
	color: #23527c;
	text-decoration: underline;
}
a.blacklink:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.whitelink {
	color: #fff;
}
a.whitelink:hover,
a.whitelink:focus {
	color: #fff;
	text-decoration: underline;
}
a.whitelink:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
    
#owl-example .item img{
    display: block;
    width: 100%;
    height: auto;
}

.btn {
    background: #e2791c;
    border: 1px solid #e2791c;
}

#navBarSearchForm input[type=text]{width:260px !important;}


a[href^=tel] { color: inherit; text-decoration: none; }

.panel-heading {
	border-radius: 0;
}

.panel-title {
	font-weight: bold;
}

.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}

.panel-heading {
    cursor: pointer;
}

.panel-title:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-title.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}

.panel {
	box-shadow:none;	
}

.panel-default > .panel-heading {
    background-color: #eeeeee;
	border: 0;
    color: #333;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.product-page-paragraph {
	font-size: 0.875rem;
	line-height: 1.75em;
}

hr {
	border-color: #e5e5e5;
}

.hr-override {
	border: none;
	height: 4px;
	/* Set the hr color */
	color: #dfdfdf; /* old IE */
	background-color: #dfdfdf; /* Modern Browsers */
}

.hr-override2 {
	margin-top: 10px;
}

.slider {
	margin-top: 40px;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.nav-tabs {
    margin-bottom: 0;
	font-size: 1rem;
}

.toprightheader {
	font-size: 0.875rem;
}

.searchbar {
	margin-top: 20px; 
	margin-bottom: 20px;
}

.headercontact {
	text-align: right; 
	padding-top: 26px; 
	font-weight: bold; 
	font-family: 'Open Sans', sans-serif;	
	font-size: 0.875rem;
	color: #fff;
}

.dropdownstyle {
	font-family: 'Open Sans', sans-serif; 
	text-decoration: none;	
}

.dropdownstyle2 {
	font-family: 'Open Sans', sans-serif; 
	font-size: 1rem; 
	border-radius: 0; 
	background-color: #f1f1f1;	
}

.companyfeatures {
	border: 1px solid #dfdfdf; padding: 8px; margin-top: 20px;
}

.headeroverride {
	margin-top: 0;
}

.productcategoryborders {
	border: 1px solid #e5e5e5; border-right: 0; padding: 30px;
}

.last {
	border-right: 1px solid #e5e5e5;
}


.list-group-item-override {
	border-radius: 0; border: 0; padding: 4px;
}

.list-group-item-override2 {
	border-radius: 0;
}

.list-special .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-special .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-default-override {
	border-radius: 0; border: 0;
}

.productlistgroupheader {
	background-color: #333f4d; padding: 8px; color: #fff; font-weight: bold; font-size: 0.875rem;
}

.productlisttext {
	font-size: 1rem;
	color: #333;
	font-weight: 700;
	line-height: 1.17em;
}

.productlistpartnumber, .productliststock {
	margin-top: 10px;
}

.stockstyle {
	color: #5a7232; font-weight: bold;
}

.nostockstyle {
	color: #A94442; font-weight: bold;
}

.productlistpricem {
	color: #165485; font-weight: bold; font-size: 1.125rem; margin-top: 10px;
}

.productlistprice {
	font-size: 1.375rem; font-weight: bold;
}

.productdetaildesc {
	font-size: 1.438rem; 
	font-weight: bold; 
	margin-top: 0;
}

.productdetailmisc {
	font-size: 0.875rem;
	margin-top: 0;
}

.productdetailprice {
	font-size: 1.8rem; 
	font-weight: bold;
}

.productdetailpricebox {
	border: 1px solid #e5e5e5; background-color: #f2f3f6; padding: 8px;
}

.productdetailpriceboxinner {
	background-color: #fff; padding: 4px;
}

.form-group-product-detail-override {
	margin-bottom: 0;
}

.volumediscountgroupheader {
	margin: 0; background-color: #eee;
}

.tab-content {
	border-left: 0px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
	padding: 10px;
}

.nav-tabs {
	margin-bottom: 0;
}

.nav-tabs > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.tab-content-override {
	line-height: 1.75em;
}

.productdetailrelatedstyle {
	border-top: 1px solid #e5e5e5; 
	margin-top: 20px; 
}

.footerstyle {
	background-color: #dee4e7; 
	padding-top: 16px; 
	padding-bottom: 16px; 
	margin-top: 60px;
}

.footerstyle2 {
	background-color: #384245; padding-top: 16px;	
}

.footerstyle3 {
	color: #666666;
}
	
.table td {
	text-align: center;
}

.table th {
	text-align: center;
}

.breadcrumb > li + li::before {
	color: #ccc;
	font-family: FontAwesome;
	content: "\f054";
	padding: 0 5px;
}

.borderleftstyle {
	border-left: 1px solid #e5e5e5;
}

.row.no-gutterouter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.whitespaceremove {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.whitespaceremovecontent {
	flex: 1;
}

.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index: 99999;
}

.xsearchbox {
	xheight:18px;
	xmargin-left:14px;
	
	border:1px solid grey;
	border-radius: 4px;
	
	xwidth:240px;
	xvertical-align:middle;
	text-align:left;
	color:#888;
	xpadding-left:4px;
 }
 
ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.btn-oos {
	   background-color: #276a9f
	   background-image: linear-gradient(to bottom, #e68729 0px, #e68729 50%, #e2791c 51%, #e2791c 100%);
	   padding: 10px 20px;
	   -webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   border-radius: 2px;   
	   color: white;
	   font-size: 16px;
	   font-family: font-family: 'Open Sans', sans-serif;
	   text-decoration: none;
	   vertical-align: middle;
	   text-align: center;
	   font-weight: bold;
	}

	.btn-oos:hover {
	   border-top-color: #e68729;
	   background:  #276a9f;
	   color: #ffffff;
	}

	.btn-oos:active {
	   border-top-color: #e68729;
	   background:  #276a9f;
	}
	
	.specbox2 {margin-top:7px;}
	.specbox2 tr td {padding-top:3px;padding-bottom:3px;}
	
.boxrow:last-child {
	border-right: 1px solid #e5e5e5;
}	
.boxrow {
	border-collapse:collapse;
}
.rowproduct:last-child {
	border-right: 0px solid white;
}	
