﻿body h1, body .h1 {
  font-size: 2.5rem; }

body h2, body .h2 {
  font-size: 18px; }

body .main-container ul.decorated {
  margin-left: 0; }
  body .main-container ul.decorated li {
    padding-left: 20px;
    position: relative; }
    body .main-container ul.decorated li:before {
      display: block;
      position: absolute;
      left: 0;
      content: "\f101";
      width: 20px;
      height: 1em;
      font-family: FontAwesome; }

.product-desc.models, .product-desc.model-group {
  margin: 1em auto; }

li.prod.is-active a {
  font-weight: bold;
  color: #00a8a1;
  text-decoration: underline; }

.cf-container {
  position: relative; }
  .cf-container .email-animation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    background-color: #f1f1f1; }
    .cf-container .email-animation img {
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .cf-container .email-confirmation {
    font-size: 3em;
    text-align: center;
    color: cadetblue; }
  .cf-container .input-label {
    margin-bottom: 0;
    display: inline; }
  .cf-container input.form-control, .cf-container select#CustomerOrigin {
    padding: .6em 1em;
    line-height: 1.2em;
    margin-bottom: 1em; }
  .cf-container select {
    background-image: none; }

.sidebar-inner a {
  text-decoration-line: none; }

.breadcrumbs {
  position: relative;
  z-index: 1; }
  .breadcrumbs > .columns {
    position: absolute;
    margin-top: 1em; }
  .breadcrumbs a {
    text-decoration: none;
    font-size: 13px; }
  .breadcrumbs span {
    margin: auto 6px; }

.logo a {
  width: 24rem; }

@keyframes hang {
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  70% {
    transform: translateY(0); } }

.bottom-space {
  width: 100%;
  z-index: 1001;
  position: absolute;
  bottom: 22px;
  text-align: center;
  line-height: 30px;
  font-size: 20px; }
  .bottom-space img {
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 1s;
    opacity: .7;
    animation: hang 4s infinite ease-in; }
    .bottom-space img:hover {
      transform: scale(1.1);
      opacity: 1; }

span.field-validation-error, p.email-confirmed {
  color: red;
  font-weight: bold; }

.sep-down {
  margin-bottom: 20px; }

.separator.vertical {
  height: 20px;
  width: 1px; }

.separator.horizontal {
  width: 20px;
  height: 1px; }

.article-entry {
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 20px;
  position: relative; }
  .article-entry span.art-date {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-style: italic;
    font-size: 1.2em; }

.prod-list > .row {
  margin-bottom: 20px; }

.prod-list img {
  width: 100%; }

.cv {
  color: #00a8a1; }

h1, h2, h3, h4, h5, h6 {
  color: #00a8a1; }

.fa-user:before {
  content: "" !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url(images/logo-icon-white.png);
  display: block; }

.latest-news .grid-item.masonry-item.blog-entry.color-0 .inner {
  background-color: #626262; }

.latest-news .grid-item.masonry-item.blog-entry.color-1 .inner {
  background-color: #00a8a1; }

.latest-news .grid-item.masonry-item.blog-entry.color-2 .inner {
  background-color: #000; }

.latest-news .grid-item.masonry-item.blog-entry.color-0 .post-text *, .latest-news .grid-item.masonry-item.blog-entry.color-0 .author-avatar a, .latest-news .grid-item.masonry-item.blog-entry.color-1 .post-text *, .latest-news .grid-item.masonry-item.blog-entry.color-1 .author-avatar a, .latest-news .grid-item.masonry-item.blog-entry.color-2 .post-text *, .latest-news .grid-item.masonry-item.blog-entry.color-2 .author-avatar a {
  color: #fff; }

span.label.hdr {
  width: 100%;
  padding: 8px;
  margin: auto;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.rodo p, .rodo a {
  font-size: 1.1em; }

@keyframes blink {
  30% {
    opacity: 1; }
  50% {
    opacity: 0; }
  70% {
    opacity: 1; } }

a.go-to-contact {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  animation: blink infinite 2s; }

.spacer.h1 {
  height: 20px; }

.spacer.h2 {
  height: 10px; }

.kontakt-data {
  font-size: 1.6rem;
  line-height: 1.4; }
  .kontakt-data a {
    line-height: 1.4; }

i.phone-icon {
  float: left;
  width: 1.4em;
  height: 1.4em;
  margin-top: -.5em;
  margin-right: .5em;
  background: url("images/old-phone.svg") no-repeat center center;
  background-size: contain; }

i.mail-icon {
  float: left;
  width: 1.4em;
  height: 1.4em;
  margin-top: -.5em;
  margin-right: .5em;
  background: url("images/envelope-60x60.svg") no-repeat center center;
  background-size: contain; }

button#form-add {
  margin-bottom: 2rem; }

textarea[rows] {
  height: 16.0rem; }

.team-block .team-block-inner p {
  text-transform: none; }

.team-block .caption h2 {
  font-size: 2rem; }

.producent-name.home {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600; }

.home .o-firmie li:before {
  display: inline-block;
  content: "\f101";
  width: 20px;
  height: 1em;
  font-family: FontAwesome; }

p.lead {
  font-size: 1.8rem;
  line-height: 1.4; }

#nav .drop-down.full-width.narrow {
  max-width: 1000px;
  right: 0;
  left: auto; }
  #nav .drop-down.full-width.narrow ul {
    width: 33%; }

#nav h5 a {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1rem; }

.product-page .img-wrapper {
  text-align: center; }
  .product-page .img-wrapper img {
    display: block;
    margin: auto auto 2rem; }

.product-page .main-sidebar {
  padding-top: 8rem; }

.product-page .widget {
  margin-bottom: 2rem; }
  .product-page .widget li.prod-item.group > a {
    font-weight: bold;
    font-size: 1em; }
  .product-page .widget li.prod-item ul.prods {
    margin-top: 1rem !important; }
    .product-page .widget li.prod-item ul.prods li.prod {
      margin-left: 1em;
      margin-bottom: 1rem; }
  .product-page .widget ul.manufacturers {
    margin-top: 1rem !important; }
    .product-page .widget ul.manufacturers li.man-item {
      margin-left: 1em;
      margin-bottom: 1rem; }

.product-page .man-model {
  font-size: 1.6em;
  line-height: 2em;
  padding-left: 1.8em;
  position: relative;
  display: block;
  margin-bottom: .5em; }

.model-group .man-model {
  line-height: 1.3em;
  font-size: 1em;
  margin-bottom: 4px;
  clear: both; }

.man-model {
  transition: color .5s; }
  .man-model:before {
    content: "";
    width: 2em;
    height: 2em;
    line-height: 1em;
    background: url("images/factory.svg");
    background-size: contain;
    display: block;
    margin-right: .5em;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    margin-top: 0;
    top: 0;
    bottom: 0; }
  .man-model:hover {
    color: #00a8a1; }

.producent-name {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 2em;
  transition: background-color .5s; }
  .producent-name:before {
    content: "";
    width: 2em;
    height: 2em;
    line-height: 2em;
    background: url("images/factory.svg");
    background-size: contain;
    display: block;
    float: left;
    margin-right: .5em; }
  .producent-name a {
    font-size: 14px;
    line-height: 1em;
    color: #00a8a1; }
  .producent-name.url:hover {
    background-color: #00a8a1;
    color: #fff; }
    .producent-name.url:hover a {
      color: #fff; }

.accordion .accordion-title {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem; }
  .accordion .accordion-title:before {
    right: 1rem;
    font-size: 1.5em;
    top: 46%;
    color: tomato; }

.accordion .accordion-content {
  padding: 1rem 2.5rem; }

.accordion li.accordion-item.is-active > .accordion-title:before {
  top: 46%; }

footer .social-icons ul li a {
  font-size: 2.7rem; }

@media only screen and (min-width: 40em) {
  body h1, body .h1 {
    font-size: 3.6rem; }
  body h2, body .h2 {
    font-size: 2.5rem; } }

@media only screen and (max-width: 1024px) {
  #nav .drop-down.full-width.narrow ul {
    width: 100%; } }
