/* Main Virtual Graffiti CSS Document */
body {
  background-color: #f5f5f5 !important;
  font-family: 'Open Sans', sans-serif;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
.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: 2.5em;
  font-weight: 500;
}
h2 {
  font-size: 2.0em;
  font-weight: 500;
}
h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #333;
}
h4 {
  font-size: 1.2em;
  font-weight: 500;
  color: #333;
}
h5 {
  font-size: 12px;
}
blockquote {
  font-size: 14px;
}
/***********************/
/*Buttons*/
/***********************/
.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  border-radius: 0;
}
.btn-primary {
  color: #fff;
  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, .btn-warning:hover {
  color: #ffffff;
}
.btn-warning {
  background-image: none !important;
  background-color: #F86000;
  border-radius: 0 !important;
  border: 1px solid #F86000;
}
.btn-cart {
  color: #FFF;
  background-color: #3a71a0;
  border-color: #3a71a0;
}
.btn-cart:hover, .btn-cart:focus, .btn-cart.focus, .btn-cart:active, .btn-cart.active, .open > .dropdown-toggle.btn-cart {
  color: #FFF;
  background-color: #1C80D5;
  border-color: #1C80D5;
}
/***********************/
/*Top Menu*/
/***********************/
.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;
}
.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;
}
.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;
}
.phone-header {
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.header {
  margin: 15px 0;
}
/***********************/
/*Logos*/
/***********************/
.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;
}
.vendorLogo {
  float: right;
  margin: 2px;
  text-align: right;
}
.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 {
  color: #666;
  font-weight: 500;
  font-size: .6em;
}
.smallText {
  font-size: 12px;
}
.redText {
  color: red;
}
.whiteText {
  color: white;
}
.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;
}
/***********************/
/*Pricing Tables*/
/***********************/
.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-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: #666;
  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;
}
.price {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
/***********************/
/*Tables*/
/***********************/
.row-header {
  margin: 0;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  background-color: #eee;
}
.col-header {
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}
.table th {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}
.table th h2 a {
  color: white;
}
.table h2 a:hover {
  text-decoration-line: underline;
}
/***********************/
/*Footer*/
/***********************/
#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 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: #666;
  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;
}
/***********************/
/*Mobile Responsive*/
/***********************/
@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: #666;
  }
  .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: #666;
  }
  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;
  }
}
/***********************/
/*Footer Subscribe*/
/***********************/
#footerSubscribe .field {
  text-align: center;
}
#footerSubscribe fieldset {
  display: inline-block;
  float: left;
  margin-top: 0px;
  width: 100%;
  max-width: none !important;
}
#footerSubscribe h2 {
  font-weight: bolder;
}
#footerSubscribe {
  background-color: #F5F5F5;
  padding-bottom: 0px !important;
}
#footerSubscribe .hs-input {
  font-size: 14px;
  padding: 5px;
  color: black;
  width: 100%;
  height: auto;
  border-radius: 0px;
  border: 1px solid #888888;
}
#footerSubscribe .inputs-list, #footerSubscribe .hs-form-required {
  display: none !important;
}
#footerSubscribe .hs-submit {
  text-align: center;
}
#footerSubscribe .hs-button {
  background-color: #888888;
  font-size: 18px;
  font-weight: bold;
  color: #fafafa;
  padding: 2px 15px;
  border: 1px solid #555555;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footerSubscribe .submitted-message {
  margin-top: 10px;
  text-align: center;
}
#footerSubscribe #subForm {
  width: 100%;
}
@media (min-width: 1200px) {
  #footerSubscribe img {
    margin-left: 10%;
  }
  #footerSubscribe fieldset {
    width: 80%;
  }
  #footerSubscribe .hs-button {
    margin-top: 20px;
  }
  #footerSubscribe form {
    padding: 0px 10%;
  }
  #footerSubscribe h2 {
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  #footerSubscribe img {
    display: none !important;
  }
}
/***********************/
/*style for Promo wells on promo pages*/
/***********************/
#promotions .well img {
  height: 100px;
  margin-bottom: 10px;
}
#promotions .well {
  text-align: center;
}
.well {
  background-color: white;
  color: darkslategray;
}
#promotions .well p {
  color: black;
  margin: 10px;
  font-size: 12pt;
}
.well:hover {
  -webkit-box-shadow: 5px 5px 5px 0px lightgray;
  -moz-box-shadow: 5px 5px 5px 0px lightgray;
  box-shadow: 5px 5px 5px 0px lightgray;
}
/*contact box css*/
.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-color: black;
}
.white-text {
  color: white;
}
/***********************/
/*Tab css*/
/***********************/
.tab button {
  font-size: 16pt;
  padding: 8px 14px;
  line-height: normal;
  border-radius: 8px;
  display: block;
  background-color: inherit;
  color: black;
  width: 50%;
  border: 1px solid black;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 5px;
}
.tab button:hover {
  background-color: #00afa6;
  color: #fff;
  border: none;
}
.tab button.active {
  color: #FFF;
  background: no-repeat 92% center;
  background-size: 7px 10px;
  border: none;
}
.tabcontent {
  padding: 0px 12px;
  width: 100%;
}
.tab {
  padding-bottom: 30px;
}
/***********************/
/*Special links css*/
/*Row colors css (if you want a row with a background color and white text add here*/
/***********************/
.row-black {
  background-color: black;
  color: white;
  padding: 4%;
}
.row-black h2, .row-black h3 {
  color: white;
}
.row-blue {
  background-color: #214571;
  color: white;
  padding: 4%;
}
.row-blue h3, .row-blue h2 {
  color: white;
}
/***********************/
/*btn outline css (for bootstrap 3 and other sites without btn outline from bootstrap 4*/
/***********************/
.btn-primary-outline {
  color: #2c6c89;
  background-color: white;
  border: solid 2px #2c6c89;
}
.btn-warning-outline {
  background-color: white;
  border: 2px solid #f86305;
  border-radius: 4px;
  color: #f86305;
}
.btn-gray-outline {
  background-color: white;
  border: 2px solid gray;
  border-radius: 4px;
  color: gray;
}
.btn-warning-outline:hover, .btn-primary-outline:hover {
  background-color: white;
  border: 2px solid darkslategray;
  border-radius: 4px;
  color: darkslategray;
}
.w-100 {
  width: 100% !important;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: space-between !important;
	-ms-flex-pack: space-between !important;
	justify-content: space-between !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.white-text {
	color: #FFF;
}
.section-padding {
	padding: 5rem;
}
/***********************/
/*Interactive Product Images*/
/***********************/
.main-img-container {
  clear: both;
  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;
}
.main-prod-img img {
  max-height: 100%;
  max-width: 75%;
}
@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;
    margin-bottom: 0;
  }
  .main-prod-img img {
    max-width: 100%;
  }
}
.mb-20 {
  margin-bottom: 20px;
}