.geers-logo-small {
  background: rgba(37, 144, 123, 0.85);
  color: white !important;
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
  border-radius: 2px;
  margin-top: 3px;
  padding: 3px 10px 3px 5px;
  display: inline-block;
}
.geers-logo-small i {
  /*font-size: 4em;
            color: white;*/
  /*font-size: 30px;
            float:left;
            margin-left:-22px;*/
  color: rgba(255, 255, 255, 0.9);
}
.geers-logo {
  display: inline-block;
  background: rgba(37, 144, 123, 0.85);
  border-radius: 10px 5px 10px 5px;
  margin-top: 5px;
  padding: 0px 10px;
  margin-left: -7px;
  max-width: 300px;
}
.geers-logo i {
  font-size: 4em;
  color: white;
  float: left;
  margin-left: -22px;
  color: rgba(255, 255, 255, 0.9);
}
.geers-logo div {
  display: inline-block;
  margin-left: 10px;
}
.geers-logo div h3 {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.71);
  margin-top: 3px;
}
.geers-logo div h2 {
  font-weight: bold;
  color: white;
  margin: 0;
  font-size: 35px;
  font-style: italic;
  margin-left: 30px;
  margin-top: -3px;
}
.blog-post > img {
  width: 100%;
}
.eshop-widget h3 {
  margin-left: 5px !important;
  margin-bottom: 8px !important;
}
.eshop-widget h4 {
  margin-left: 5px !important;
  padding-bottom: 10px;
}
ul.vertical-nav li {
  padding-left: 5px;
}
ul.vertical-nav li.active {
  background: #25907b;
  color: white;
}
ul.vertical-nav li.active a {
  color: white;
}
.eshop-product-body {
  min-height: 110px;
}
.eshop-product-body h3 {
  line-height: 1em;
  margin: 5px 0px;
}
.eshop-product-body h4 {
  font-size: 15px;
  line-height: 1em;
  margin: 0px;
}
.eshop-product-body .product-price {
  margin-top: 15px !important;
}
.swiper-container {
  width: 100%;
  height: 130px;
  color: white;
  text-align: center;
  background-color: white;
}
.swiper-container .swiper-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  height: 130px;
}
.swiper-container .swiper-slide {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-position: center;
  background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.1);
}
.swiper-container .swiper-fullscreen {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: white;
  z-index: 1000000000000;
}
.swiper-container .swiper-fullscreen .swiper-slide {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.swiper-container .swiper-fullscreen .swiper-slide img {
  max-height: 100%;
  height: 100%;
}
.swiper-container .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.swiper-container .swiper-slide > a:hover {
  text-decoration: none;
  border-bottom: 0 solid white;
}
.swiper-container .swiper-slide > a > img {
  height: 150px;
}
.swiper-container .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 6px;
  margin: 0;
  /*margin-bottom:20px;*/

}
.swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #222222;
  margin-right: 8px;
  opacity: 0.8;
  border: 1px solid white;
  cursor: pointer;
}
.swiper-container .swiper-visible-switch {
  background: #aaaaaa;
}
.swiper-container .swiper-active-switch {
  background: #25907b;
}
.swiper-container .gallery-left-button {
  z-index: 999999999;
  margin: 5px;
  position: absolute;
  top: 60px;
  left: 0;
  color: #25907b;
  cursor: pointer;
}
.swiper-container .gallery-left-button :hover {
  color: orange;
}
.swiper-container .gallery-right-button {
  z-index: 999999999;
  position: absolute;
  margin: 5px;
  top: 60px;
  right: 0;
  color: #25907b;
  cursor: pointer;
}
.swiper-container .gallery-right-button :hover {
  color: orange;
}
.swiper-container .fullscreen-button {
  z-index: 999999999;
  right: 0;
  position: absolute;
  margin: 5px;
  opacity: 0.6;
}
.swiper-container.hidecontrols .gallery-right-button,
.swiper-container.hidecontrols .gallery-left-button,
.swiper-container.hidecontrols .pagination {
  display: none;
}
.eshop-product {
  background-color: white;
}
.eshop-product-draft {
  border: 1px dotted #b34343;
}
.alert ul {
  margin-bottom: 0px !important;
}
.cart-step-header {
  background-color: rgba(37, 144, 123, 0.85);
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.cart-step-header h3 {
  margin-top: 10px;
  color: white;
}
.cart-step-header h3 span.step {
  font-weight: bold;
  margin-right: 15px;
}
.cart-step-header h4 {
  color: white;
}
.geers-jumbotron {
  padding: 75px;
}
.geers-jumbotron h1 {
  background-color: transparent;
  font-size: 80px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  margin: 20px 0px;
  text-align: left;
  padding: 0;
  line-height: 90px;
}
.geers-jumbotron h1.primary {
  background-color: rgba(22, 160, 133, 0.8);
  padding: 10px;
  display: inline-block;
}
.geers-jumbotron h1.inverse {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  display: inline-block;
}
.geers-jumbotron h2 {
  font-size: 40px;
  color: white;
  font-weight: 300;
  margin: 15px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7px 14px;
  display: inline-block;
  text-transform: uppercase;
}
.geers-jumbotron h2.primary {
  background-color: rgba(22, 160, 133, 0.8);
}
.geers-jumbotron h2.small {
  font-size: 30px;
  line-height: 30px;
}
.geers-jumbotron h3 {
  margin: 10px 0px;
  color: white;
  font-weight: bolder;
}
.geers-jumbotron h3 a {
  color: white;
}
.geers-jumbotron h3.inverse {
  color: #555555;
  font-weight: bolder;
}
.geers-jumbotron h3.inverse a {
  color: #555555;
}
.geers-jumbotron .btn {
  font-size: 20px;
  border-radius: 0;
  color: white;
}
.geers-jumbotron .btn-dark {
  background-color: rgba(0, 0, 0, 0.6);
  border-width: 2px;
  color: white;
}
.geers-jumbotron .btn-dark:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.geers-jumbotron .btn-primary {
  border-width: 2px;
}
.geers-jumbotron h1 a,
.geers-jumbotron h2 a {
  color: white;
  /*text-decoration:underline;
        border-bottom: 1px dotted white;*/

}
.geers-jumbotron h1.primary a:hover,
.geers-jumbotron h2.primary a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.partner-logos {
  margin-top: 10px;
  text-align: center;
  /*img { height: 70px; }
    div { background-color: #CCC; display:inline-block }*/

}
.partner-logos .partner-logo-box {
  display: inline-block;
  width: 65px;
  margin: auto;
  vertical-align: middle;
}
.partner-logos .partner-logo-box a {
  margin: auto;
  vertical-align: middle;
}
.partner-logos .partner-logo-box a img {
  margin: auto !important;
  vertical-align: middle !important;
}
img.grayout {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */

}
/* Disable grayscale on hover */

img.grayout:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
div.ratio43 {
  width: 100%;
  padding-bottom: 75%;
  /* 4:3 */
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
div.ratio43 > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 24px;
  text-align: center;
}
