.clearfix {
  clear: both;
}

.danger {
  color: red;
}

.center-text {
  text-align: center;
}

/**
 *  General Element Styles
 *
 */
.woocommerce input[type="date"], .woocommerce input[type="time"], .woocommerce input[type="datetime-local"],
.woocommerce input[type="week"], .woocommerce input[type="month"], .woocommerce input[type="text"], .woocommerce input[type="email"],
.woocommerce input[type="url"], .woocommerce input[type="password"], .woocommerce input[type="search"],
.woocommerce input[type="tel"], .woocommerce input[type="number"], .woocommerce textarea {
  background: #eaeaea;
}

.quantity,
.woocommerce .quantity
{
  display: inline;
}

/*
*  Step-by-Step Ordering Navbar
*/
#sbs-navbar {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #sbs-navbar {
    flex-flow: wrap;
  }
}

#sbs-navbar a {
  box-shadow: none;
}

#sbs-navbar span.step-span-container {
  width: 20%;
  border: 4px solid transparent;
}

#sbs-navbar .step-div-container {
  text-align: center;
}

#sbs-navbar .active .step-title-text {
    font-weight: bold;
}

#sbs-navbar .step-index > span.step-number {
  background-color: #b5b5b5;
  height: 45px;
  width: 45px;
  display: inline-block;
  font-size: 1.6em;
  border: 3px solid white;
  line-height: 39px;
  position: relative;
  z-index: 3;
}

#sbs-navbar .step-index > span.step-number.inactive:before,
#sbs-navbar .step-index > span.step-number.inactive:after
{
    border-color: #b5b5b5 transparent;
    background-color: #b5b5b5;
}

#sbs-navbar .step-index span.step-number-before.inactive,
#sbs-navbar .step-index span.step-number-before.inactive:after {
    border-color: #b5b5b5 transparent;
}

#sbs-navbar .step-index > span.step-number.active {
  background-color: #353535;
  color: white;
}

#sbs-navbar .step-index > span.step-number.active:before,
#sbs-navbar .step-index > span.step-number.active:after {
    border-color: #353535 transparent;
    background-color: #353535;
}

#sbs-navbar .step-index span.step-number-before.active,
#sbs-navbar .step-index span.step-number-before.active:after {
    border-color: #353535 transparent;
}

#sbs-navbar .step-title {
  background-color: #ddd;
  padding: 25px 0 15px;
  margin-top: -20px;
  line-height: 1.75;
}

#sbs-navbar .step-title:before {
  content: "";
}

#sbs-navbar .step-title > a {
  display: block;
  text-decoration: none;
}

#sbs-navbar .step-number a {
  color: inherit;
}

#sbs-navbar .step-title.active {
  background-color: black;
  color: white;
}

@media (max-width: 768px) {
  .step-title {display: none;}
}

h1.step-by-step-title {
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 414px) {
  .step-title > a {
    font-size: 9px;
  }
}

/* Magnific Popup Custom Styles */
.open-popup-link {
  cursor: pointer;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.modal-left-side, .modal-right-side {
  width: 48%;
}

.modal-right-side-full {
  text-align: center;
  margin: 0 auto;
}

.mfp-content .product_meta {
  display: none; /* Do not show categories on modal popups */
}

@media (max-width: 768px) {
  .white-popup {
    display: block;
  }

  .modal-left-side, .modal-right-side {
    width: auto;
  }

  .modal-left-side {
    margin-top: 20px;
  }
}


/* Next/Previous Step Buttons at the bottom of each page */
.sbs-store-back-forward-buttons {
  padding: 8px;
  width: 49%;
  border: 2px solid black;
  border-radius: 2px;
}

.sbs-store-back-forward-buttons a {
	font-weight: bold;
}

.sbs-store-back-forward-buttons-container .sbs-store-back-forward-buttons > a {
  box-shadow: none;
  display: block;
}

.sbs-store-back-forward-buttons-container, #sbs-widget-sidebar-back-forward-buttons-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

/* SBS Package Selection Panes */
#sbs-package-list {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-around;*/
}

@media (min-width: 769px) {
	.sbs-package-content-per-row-5 {
		font-size: 0.8em;
	}
	.sbs-package-content-per-row-4 {
		font-size: 0.9em;
	}
}

.sbs-package-container {
  position: relative;
  border: 2px solid gray;
  border: 2px solid gray;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.75;
}

.sbs-package-thumbnail {
  max-width: 100%;
}

.sbs-package-thumbnail img {
  max-width: 100%;
}

.sbs-package-title {
  font-size: 28px;
  font-weight: bold;
}

.sbs-package-content {
  padding: 20px;
}

.sbs-package-content.sbs-package-content-wide-container {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sbs-package-container {
    width: 100%;
  }
}

.sbs-package-content ul,
.sbs-package-content ol
{
  padding: 0 20px;
}

.sbs-package-price {
  font-size: 36px;
  border-bottom: 1px solid black;
  border-bottom: 1px solid black;
}

.sbs-package-title, .sbs-package-thumbnail, .sbs-package-price, .sbs-add-package-to-cart {
  text-align: center;
}

.sbs-add-package-to-cart {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

/* Return to Ordering button on checkout */
@media (max-width: 768px) {
  .woocommerce a.button.sbs-checkout-return {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

/* Cart Total Calculator Base Style */
#sbs-widget-sidebar-cart-totals {
  width: 100%;
  font-size: 0.9em;
}

#sbs-widget-sidebar-cart-totals td {
  padding: 0.8em;
}

#sbs-widget-sidebar-cart-totals .sbs-widget-sidebar-merch-credit-label td {
  padding-bottom: 0;
}

#sbs-widget-sidebar-cart-totals .sbs-widget-sidebar-merch-credit-value td {
  padding-top: 0;
}

#sbs-widget-sidebar-cart-totals .sbs-widget-sidebar-total-column {
  white-space: nowrap;
}

#sbs-widget-sidebar-cart-totals td:not([colspan="2"]):not(:last-child) {
  border-right: none;
}

#sbs-widget-sidebar-cart-totals tr.sbs-widget-sidebar-merch-credit-label {
  border-bottom: none;
}

#sbs-widget-sidebar-cart-totals tr.sbs-widget-sidebar-merch-credit-value {
  border-top: none;
}

#sbs-widget-sidebar-back-forward-buttons-container td {
  text-align: center;
}

#sbs-widget-sidebar-cart-totals .sbs-widget-sidebar-package {
  white-space: nowrap;
}

#sbs-widget-sidebar-cart-totals .sbs-widget-sidebar-cat-name {
  white-space: nowrap;
}

.sbs-subcat-name {
  padding: 10px;
  margin-bottom: 1em;
}

.sbs-options-and-fees .sbs-subcat-name {
	margin-bottom: 0;
}

.sbs-subcat-description {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#sbs-widget-sidebar-cart-totals a.sbs-change-package-btn {
  font-size: 0.8em;
  /*color: #ccc;*/
  text-decoration: underline;
}

a.sbs-change-package-btn:hover {
  color: #ccc;
}

.sbs-widget-sidebar-total-column {
  text-align: right;
}

/* Options and Fees Table */
table.sbs-options-and-fees {
  width: 100%;
	background-color: white;
}

.sbs-options-and-fees tr:nth-child(odd) {
	background-color: #eee;
}

.sbs-options-and-fees td {
  padding: 1em;
}

td.sbs-onf-desktop-add-to-cart {
  white-space: nowrap;
}

.sbs-onf-mobile-add-to-cart {
  display: none;
}

.sbs-onf-price-column {
  text-align: right;
}

th.sbs-subcat-name[colspan="1"] {
  display: none;
}

@media (max-width: 768px) {
  .sbs-onf-product-name {
    border-bottom: none;
  }

  .sbs-onf-mobile-add-to-cart {
    display: inline;
  }

  .sbs-options-and-fees td {
    display: block;
  }

  td.sbs-onf-desktop-add-to-cart {
    display: none;
  }

  th.sbs-subcat-name[colspan="1"] {
    display: block;
  }

  th.sbs-subcat-name[colspan="3"] {
    display: none;
  }

	.woocommerce.sbs-options-and-fees tr td.sbs-onf-product-name {
		padding-bottom: 0;
	}

	.woocommerce.sbs-options-and-fees tr td.sbs-onf-price-column {
		padding-top: 0;
	}
}

/* Mini-Cart Widget (WooCommerce base feature) */
.widget_shopping_cart_content .total,
.widget_shopping_cart_content .buttons
{
  display: none;
}

/* WooCommerce Message colors */
.woocommerce-message {
  border-top-color: initial;
}

.woocommerce-message::before {
  color: inherit;
}

.button.wc-forward {
  display: none;
}

/* WooCommerce Product Loop */
.product-loop-in-cart {
  margin-bottom: 0.5em;
}

.product-loop-remove {
  margin-left: 0.5em;
}

.loop-quantity-input {
  margin-bottom: 0.5em;
}

/* Checkout Page */
.sbs-checkout-cart-section table.cart td.actions .coupon {
	display: none;
}

.checkout-package {
  background-color: lightgreen;
  font-weight: bold;
}

.grid-container {
	padding: 6px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Slightly modified for use with the Step-By-Step Ordering for WooCommerce plugin.
 */
.sbs-container {
	width: 100%;
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
.sbs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.sbs-container:before,
.sbs-container:after,
.sbs-container-fluid:before,
.sbs-container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.sbs-container:after,
.sbs-container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
Bootstrap 5-column layout
Source: https://blog.polarbits.co/2014/02/16/quick-tips-5-column-layout-with-twitter-bootstrap/
*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
