
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #331e0d;
}
h1 {
  font-size: 34px;
  color: #22a298;
}
.background-green {
  background-color: #22a298;
}
.background-orange {
  background-color: #ee3626;
}
.text-white {
  color: white;
}
.text-green {
  color: #22a298;
}
.navbar {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  min-height: 30px;
}
.navbar.navbar-submenu {
  margin-top: 20px;
}
.navbar.navbar-submenu ul li a {
  color: #ee3626;
}
.navbar.navbar-submenu ul li.active,
.navbar.navbar-submenu ul li:hover,
.navbar.navbar-submenu ul li:focus {
  background-color: #ee3626;
}
.navbar.navbar-submenu ul li.active a,
.navbar.navbar-submenu ul li:hover a,
.navbar.navbar-submenu ul li:focus a,
.navbar.navbar-submenu ul li.active a:hover,
.navbar.navbar-submenu ul li:hover a:hover,
.navbar.navbar-submenu ul li:focus a:hover,
.navbar.navbar-submenu ul li.active a:focus,
.navbar.navbar-submenu ul li:hover a:focus,
.navbar.navbar-submenu ul li:focus a:focus {
  color: white;
}
.navbar .navbar-toggle {
  border-color: #ee3626;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: transparent;
}
.navbar .navbar-toggle .ico {
  display: inline-block;
}
.navbar .navbar-toggle .ico .icon-bar {
  background-color: #ee3626;
}
.navbar .navbar-toggle .text {
  display: inline-block;
  color: #ee3626;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.navbar .nav li.active a,
.navbar .nav li:hover a,
.navbar .nav li.active:hover a {
  background-color: #ee3626;
  border-radius: 0;
  color: white;
}
.navbar .nav li a {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.articles.layout1 h3 a {
  color: #22a298;
}
.articles_detail.detail1 .back a,
.articles_detail.detail1 .back:hover a,
.articles_detail.detail1 .back:focus a {
  border: none;
  background-color: #ee3626;
}
.category {
  margin-top: 25px;
  margin-bottom: 25px;
}
.category h1 {
  color: #22a298;
  margin-bottom: 30px;
  font-weight: bold;
}
.category #gallery img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#snippet--products {
  margin-bottom: 25px;
}
.products-categories {
  margin-top: 30px;
}
.products-categories li {
  text-align: center;
  height: 100px;
  border-radius: 0;
}
.products-categories li + li {
  margin: 0;
}
.products-categories li.active a,
.products-categories li:hover a,
.products-categories li:focus a,
.products-categories li a:hover,
.products-categories li a:focus {
  color: #22a298 !important;
  background-image: url('../images/menu_zajezd.png') !important;
}
.products-categories li.inactive a {
  background-image: url('../images/menu_zajezd_inactive.png');
}
.products-categories li a {
  background-image: url('../images/menu_zajezd.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 34px;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #ee3626;
  font-weight: bold;
  width: 110px;
}
.product .name a,
.product .name a:hover {
  color: #22a298;
  font-size: 1.7em;
}
.product-detail {
  margin-bottom: 65px;
}
.product-detail h1 {
  font-weight: bold;
  margin-bottom: 25px;
}
.product-detail h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-detail .cart {
  margin-top: 15px;
  color: #22a298;
}
.product-detail .cart .price {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 10px;
  margin: 0 0 20px;
}
.product-detail .cart .add-to-cart .form-group:first-child {
  display: none;
}
.product-detail .cart .add-to-cart .form-group .col-sm-3 {
  width: 0;
  padding: 0;
}
.product-detail .cart .add-to-cart .form-group .btn {
  background: #ee3626;
  border-color: #ee3626;
  font-weight: 700;
  font-size: 18px;
}
.product-detail div.price-text {
  margin-bottom: 30px;
}
.product-detail-back {
  color: #ee3626;
  text-decoration: underline;
  line-height: 2em;
  padding-left: 15px;
  position: relative;
  left: -2px;
}
.product-detail-back i:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(34, 162, 152, 0);
  border-right-color: #22a298;
  border-width: 5px;
  margin-top: -5px;
}
#contact-form .form-control {
  border-radius: 0;
}
#contact-form .control-label {
  text-align: left;
}
#contact-form .btn {
  font-weight: bold;
  background-color: #ee3626;
  border: none;
  font-size: 1.3em;
}
#contact-form .btn:hover,
#contact-form .btn:focus {
  background-color: #ee3626;
}
.btn {
  border-radius: 0;
}
.btn.btn-hp {
  font-size: 1.4em;
  font-weight: 100;
  padding: 5px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn.btn-product-detail {
  color: #22a298;
  border: 1px solid #22a298;
  font-size: 1.4em;
  font-weight: 100;
  padding: 5px 30px;
}
.btn.btn-product-detail:hover,
.btn.btn-product-detail:focus {
  color: white;
  background-color: #22a298;
}
.btn.text-white,
.btn.text-white:hover,
.btn.text-white:focus {
  color: white;
}
.carousel {
  margin-bottom: 25px;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control span {
  display: inline-block;
  height: 100%;
  width: 20px;
  background: no-repeat center left;
}
.carousel .carousel-control.left {
  text-align: left;
}
.carousel .carousel-control.left span {
  margin-left: 15px;
  background-image: url('../images/arrow_prev.png');
}
.carousel .carousel-control.right {
  text-align: right;
}
.carousel .carousel-control.right span {
  margin-right: 15px;
  background-image: url('../images/arrow_next.png');
}
.carousel .carousel-caption {
  padding: 0;
  bottom: 30px;
}
.carousel .carousel-caption span {
  font-weight: bold;
  text-shadow: none;
  padding: 5px 10px;
  font-size: 1.6em;
}
.carousel .carousel-indicators {
  bottom: -35px;
}
.carousel .carousel-indicators li {
  background-color: #A39890;
}
.carousel .carousel-indicators li.active {
  background-color: #22a298;
}
.carousel .carousel-indicators li,
.carousel .carousel-indicators li.active {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: none;
  margin: 0 2px 0 0;
}
.flashMessages {
  position: absolute;
  z-index: 20;
  width: 100%;
}
.flashMessages .alert {
  border: none;
  font-weight: bold;
}
#header #logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .navbar .navbar-collapse {
  padding: 0;
}
#header .navbar .navbar-collapse .nav li a {
  font-size: 13px;
}
footer {
  margin-top: 20px;
  min-height: 60px;
  line-height: 40px;
}
footer span {
  display: inline-block;
  margin-right: 5px;
}
footer .userbar .dropdown-toggle {
  color: white;
}
footer .userbar .login-dp {
  line-height: 1.42857143;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  margin-top: -50px;
}
footer .userbar .login-dp .checkbox {
  color: #333333;
}
#layout2 h1 {
  font-size: 30px;
}
#eshop-layout {
  padding-bottom: 20px;
}
#eshop-layout #order-levels {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#eshop-layout #order-levels li a {
  padding-top: 0;
  padding-bottom: 0;
}
#eshop-layout #order-levels li a:hover,
#eshop-layout #order-levels li a:active {
  background: transparent;
  color: #ee3626;
}
#eshop-layout #order-levels li.active a {
  background: transparent;
  color: #22a298;
}
#eshop-layout #contact,
#eshop-layout #frm-transport,
#eshop-layout #order-success {
  margin-top: 20px;
}
#eshop-layout #contact legend,
#eshop-layout #frm-transport legend,
#eshop-layout #order-success legend {
  color: #22a298;
  font-weight: 700;
}
#eshop-layout #contact input.btn,
#eshop-layout #frm-transport input.btn,
#eshop-layout #order-success input.btn {
  background: #ee3626;
  border-color: #ee3626;
  float: right;
}
#eshop-layout .next .btn {
  background: #ee3626;
  border-color: #ee3626;
}
#eshop-layout .orders .btn {
  background: #ee3626;
  border-color: #ee3626;
  margin-top: 30px;
}
#eshop-layout .orders .table a {
  color: #22a298;
}
#eshop-layout #frm-transport {
  margin-top: 0;
}
#eshop-layout #frm-transport > .col-sm-12:first-child {
  display: none;
}
#eshop-layout .transport-text,
#eshop-layout .summary-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dotted-line {
  height: 5px;
  background-repeat: repeat-x;
}
.dotted-line.green {
  background-image: url('../images/dotted_line_green.png');
}
.dotted-line.white {
  background-image: url('../images/dotted_line_white.png');
}
.dotted-line.position-top {
  position: relative;
  top: -2px;
}
.dotted-line.position-bottom {
  position: relative;
  top: 3px;
}
.homepage__infoRow {
  margin-top: 10px;
  margin-bottom: 10px;
}
.homepage__infoRow .name {
  font-size: 2em;
  line-height: 2em;
  font-weight: 100;
}
.homepage__infoRow + .products-hp .dotted-line:first-of-type {
  display: none;
}
.homepage__infoRow + .products-hp h2 {
  font-weight: 100;
  color: #ee3626;
  text-align: center;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  footer {
    line-height: 60px;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .products-categories li {
    width: auto;
  }
  .e-shop-page .products-categories li.active:after,
  .e-shop-page .products-categories li:hover:after {
    bottom: -9px;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 20px solid rgba(34, 162, 152, 0);
    border-bottom-color: #22a298;
    margin-left: -20px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
#code-wrapper {
  border-top: 2px dashed #22a298;
  border-bottom: 2px dashed #22a298;
  margin-top: 20px;
}
#code-wrapper .code {
  background: #22a298;
  padding: 15px 0;
  color: white;
}
#code-wrapper .code .first {
  font-size: 30px;
}
#code-wrapper .code form .form-control {
  height: 43px;
  width: 60%;
  border-color: transparent;
}
#code-wrapper .code form .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 10px;
  background: #ee3626;
  border-color: #ee3626;
}
