﻿@charset "utf-8";
.price {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
body {
  background-color: #f5f5f5 !important;
  font-family: 'Open Sans', sans-serif;
  background-color: #ccc
}
a:link, a:visited, a:active {
  color: #555555;
  text-decoration: none
}
a:hover {
  color: #78c044;
}
.container {
  background-color: #fff;
  padding-bottom: 20px;
  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding: 4px 0
}
h1 {
  font-size: 26px;
  color: #3c9f00
}
h2 {
  font-size: 22px;
  color: #3c9f00
}
h3 {
  font-size: 18px;
  color: #333
}
h4 {
  font-size: 14px
}
h5 {
  font-size: 12px
}
blockquote {
  font-size: 14px
}
.vendorLogo {
  float: right;
  margin: 2px;
  text-align: right
}
.progress-bar {
  background-color: #3c9f00;
  border-color: #3c9f00;
}
.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700
}
.btn-primary {
  color: #fff;
  background-color: #3c9f00;
  border-color: #3c9f00;
  background-image: none;
  vertical-align: middle
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #78c044;
  border-color: #78c044
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #3c9f00;
  border-color: #3c9f00
}
.btn-primary .badge {
  color: #3c9f00;
  background-color: #ffffff
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #666
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #949494
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
  color: #ddd;
  background-color: transparent
}
.navbar-default .navbar-toggle {
  border-color: #666
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #666
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #666
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #666;
  color: #fff
}
.navbar {
  background-image: -webkit-linear-gradient(#949494, #878787 60%, #717171);
  background-image: -o-linear-gradient(#949494, #878787 60%, #717171);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#949494), color-stop(60%, #878787), to(#717171));
  background-image: linear-gradient(#949494, #878787 60%, #717171);
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  box-shadow: 0 1px 10px rgba(0,0,0,0.2)
}
.navbar-default {
  background-color: #878787;
  border-color: #717171
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #666
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #eee;
  border-color: #717171
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #666
}
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #949494;
  border-color: #717171
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #666
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #666
}
.dropdown-submenu {
  position: relative
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff
}
.dropdown-submenu.pull-left {
  float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px
}
.dropdownHeader {
  font-weight: 700;
  padding: 5px 0 5px 5px;
  background-color: #eee;
  text-align: center
}
.fv-has-feedback {
  position: relative
}
.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center
}
.fv-help-block {
  display: block
}
.fv-form-bootstrap .help-block {
  margin-bottom: 0
}
.fv-form-bootstrap .tooltip-inner {
  text-align: left
}
.fv-form-bootstrap .fv-icon-no-label {
  top: 0
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100
}
.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top
}
.fv-form-foundation .fv-control-feedback {
  top: 21px;
  right: 15px;
  width: 37px;
  height: 37px;
  line-height: 37px
}
.fv-form-foundation .collapse .fv-control-feedback {
  top: 0;
  right: 0
}
.fv-form-foundation .fv-icon-no-label, .fv-form-horizontal.fv-form-foundation .fv-control-feedback {
  top: 0
}
.fv-form-foundation .error .fv-control-feedback {
  color: #f04124
}
.error.fv-has-tooltip select, .error.fv-has-tooltip textarea, .fv-form-foundation .error.fv-has-tooltip input {
  margin-bottom: 1rem
}
.fv-form-pure .fv-control-feedback {
  top: 22px;
  width: 36px;
  height: 36px;
  line-height: 36px
}
.pure-form-stacked.fv-form-pure .fv-control-feedback {
  top: 4px
}
.pure-form-aligned .pure-control-group .fv-help-block {
  margin-top: 5px;
  margin-left: 180px
}
.fv-form-pure .fv-icon-no-label, .pure-form-aligned.fv-form-pure .fv-control-feedback {
  top: 0
}
.fv-form-pure .fv-has-error .fv-control-feedback, .fv-form-pure .fv-has-error .fv-help-block, .fv-form-pure .fv-has-error label {
  color: #CA3C3C
}
.fv-form-semantic .fv-control-feedback.icon {
  right: 7px
}
.fv-form-semantic .error .icon {
  color: #d95c5c
}
.fv-form-horizontal.fv-form-semantic .row {
  padding-bottom: 0
}
.fv-form-uikit .fv-control-feedback {
  top: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px
}
.fv-form-uikit .uk-text-danger {
  display: block
}
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
  top: 0
}
.fv-form-uikit .fv-has-error .fv-control-feedback, .fv-form-uikit .fv-has-error .uk-form-label, .fv-form-uikit .fv-has-error label {
  color: #D85030
}
.fv-form-uikit .fv-icon-no-label {
  top: 0
}
.phone-header {
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: right
}
.header {
  margin: 15px 0
}
.logo {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 90%;
  margin: 0
}
.logo a {
  text-decoration: none
}
.logo-block {
  line-height: 80%
}
.subLogo {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  margin: 0
}
.progress {
  height: 36px
}
.progress-bar {
  font-size: 16px;
  font-weight: 700;
  padding-top: 6px
}
.footer-menu li {
  display: inline;
  padding: .2em 1em
}
.row-centered {
  text-align: center
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px
}
.smallHeaderText {
  font: bold 12pt "Open Sans", sans-serif;
  color: #000000
}
.smallText {
  font-size: 12px
}
.redText {
  color: red
}
.fltrt {
  float: right;
  margin: 8px;
  text-align: right
}
.fltlft {
  float: left;
  margin: 8px;
  text-align: left
}
.tabpanel h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 10px 0
}
.tab-pane {
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow: auto
}
.tab-pane h2 {
  margin: 0
}
.tab-content {
  margin-bottom: 10px
}
.panel .row {
  padding: 5px
}
.panel-body {
  padding: 0
}
.panel-title {
  padding: 0
}
.panel-subheading {
  background-color: #ccc;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 5px
}
.panel-subtext {
  background-color: #eee;
  color: #000;
  margin: 0;
  padding: 5px;
  font-size: 12px
}
.panel-primary>.panel-heading {
  background-color: #646569;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd
}
.panel-group, .panel-group .panel, .panel-group .panel-heading, .panel-group .panel-heading a, .panel-group .panel-title, .panel-group .panel-title a, .panel-group .panel-body, .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0
}
.pricing .col-sm-7, .col-sm-3, .col-sm-2 {
  padding: 0
}
.pricing .col-sm-2 {
  padding-top: 5px
}
.pricing .col-sm-3 {
  padding-left: 4px
}
.panel-heading {
  font-size: 16px;
  font-weight: 700
}
.panel-group .panel-heading {
  padding: 0
}
.panel-group .panel-heading a {
  display: block;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  position: relative
}
.panel-group .panel-heading a.collapsed {
  background: #000000;
  color: inherit
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px
}
.panel-group .panel-heading a.collapsed:after {
  content: '+'
}
.panel-group .panel-body {
  background: #fff
}
.panel-group .panel {
  background-color: transparent
}
.panel-group .panel-body p:last-child, .panel-group .panel-body ul:last-child, .panel-group .panel-body ol:last-child {
  margin-bottom: 0
}
.home {
  margin: 10px
}
.home .row {
  border: 1px solid #ddd
}
.pricing .row {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 5px
}
.row-header {
  margin: 0;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #555555;
  background-color: #eee
}
.col-header {
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #646569;
  border: 1px solid #646569;
}
.table th {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #646569
}
#footer-widgets .container {
background-color:#eee;
border-top:solid 2px #ccc;
}
.footer-widget-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  padding: 10px 0
}
#footer-widgets a {
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}
#footer {
  padding: 20px;
  text-align: center;
  border-bottom: solid 1px #ccc
}
#footer a {
  color: #555555;
  text-decoration: none
}
#footer a:hover {
  color: #78c044
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: 150%
}
.footer-widget .media {
  margin-bottom: 10px
}
.footer-widget .media .media-heading {
  font-size: 1.1em;
  line-height: 1.3em
}
.footer-widget small {
  color: #ccc;
  font-style: oblique
}
.footer-widget .thumbnail {
  border-color: #000000;
  background-color: rgba(0,0,0,0.2)
}
.three_cols {
  overflow: hidden
}
.three_cols > li {
  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px
}
input.input-lg[type="text"] {
  height: 40px!important
}
.nav-tabs, .nav-pills {
  position: relative
}
.nav-tabs > li > a {
  border: 1px solid #E9E9E9;
  background-color: #EEE;
  font-weight: 700
}
.nav-tabs > li > a:hover {
  background-color: #E9E9E9
}
.ekko-lightbox-container {
  position: relative
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right
}
.ekko-lightbox .modal-footer {
  text-align: left
}

@media (min-width:768px) {
.navbar-default {
  background-color: #949494
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #949494
}
}

@media (max-width: 1200px) {
.phone-header {
  font-size: 14px
}
}

@media (max-width: 992px) {
.navbar {
  font-size: 12px;
  min-height: 25px;
  margin-bottom: 10px
}
.navbar-nav>li>a {
  padding: 10px
}
.phone-header {
  font-size: 14px
}
.logo {
  font-size: 36px;
  line-height: 90%;
  margin: 0
}
.logo a {
  text-decoration: none
}
.logo-block {
  line-height: 80%
}
.subLogo {
  font-size: 16px;
  margin-bottom: 20px
}
h1 {
  font-size: 22px
}
h2 {
  font-size: 18px
}
h3 {
  font-size: 16px
}
h4 {
  font-size: 13px
}
h5 {
  font-size: 11px
}
.priceTable .btn {
  padding: 6px 2px
}
.home li {
  font-size: 11px
}
}

@media (max-width: 767px) {
.icons {
  padding: 10px;
  text-align: center
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #363636
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #363636
}
body {
  background-color: #f5f5f5 !important;
  background-color: #fff
}
.container {
  background-color: #fff;
  padding-bottom: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0)
}
.content {
  padding: 0 5px
}
.btn-block {
  width: 200px;
  margin-left: auto;
  margin-right: auto
}
.phone-header {
  display: none!important
}
.vendorLogo {
  display: none!important
}
.progress {
  display: none!important
}
.breadcrumb {
  display: none!important
}
.panel-heading {
  font-size: 14px;
  padding: 5px
}
.panel-subheading {
  background-color: #ccc;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 5px;
  font-size: 14px;
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 10px;
  top: 12px;
  padding-left: 5px;
  font-size: 20px
}
}
/*Interactive Product Images*/
.main-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.img-change {
  height: 75px;
  width: 75px;
  margin: 3px 5px;
}
.img-change img {
  height: 75px;
  width: 75px;
  object-fit: contain;
}
.img-list {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
}
.main-prod-img {
  height: 350px;
  width: 75%;
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.main-prod-img img {
  max-height: 100%;
  max-width: 75%;
  margin-top: 20px;
}

@media only screen  and (max-device-width: 512px) {
.main-img-container {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.img-list {
  flex-direction: row;
  justify-content: center;
}
.img-change {
  height: 35px;
  width: 35px;
} 
.img-change img {
  height: 35px;
  width: 35px;
}
.main-prod-img {
  height: 200px;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-prod-img img {
  margin-top: 0;
  max-width: 100%;
}
}
a.promo-link {
	color: red;		
}
.promo-link:hover {
		color: #666;
	}
a.text-primary {
	color: #2fa4e7;
}
.white-text {
	color: #FFF;
}
.contact-container {
  padding: 4% 2%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .8);
  margin-bottom: 20px;
  border-radius: 6px;
  color: #FFF;
  background: rgb(37, 64, 119);
  background-image: linear-gradient(41deg, #008edb -30%, rgba(66, 96, 198, 0.89) 63%, rgba(127, 53, 178, 0.8) 120%);
}
.hero-title {
  margin-bottom: 20px;
}
.hero-banner {
  margin: 5% 0;
}
.icon {
  height: 70px;
}
.hero-title {
  margin-bottom: 20px;
}