@charset "UTF-8";
/*Variables*/
/*Variables*/
@font-face {
  font-family: "Poppins";
  src: url(fonts/Poppins-Regular.ttf); }
@font-face {
  font-family: "Poppins-Light";
  src: url(fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: "Pt-sans";
  src: url(fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: "Pt-sans-Light";
  src: url(fonts/Pt-sans-Light.ttf); }
@media all {
  html {
    font-size: 62.5%;
    line-height: 250%; }

  body {
    font-family: "Pt-sans", Arial sans-serif;
    font-size: 1.4rem;
    color: #828282;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; }

  ul {
    margin: 0;
    padding: 0px;
    list-style: none; }

  h1 {
    font-size: 2.8rem;
    font-family: "Poppins-Light";
    margin-bottom: 5rem;
    color: #0042A7; }
    h1 u {
      font-weight: bold;
      font-family: "Pt-sans"; }

  h2 {
    color: #111;
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 3rem; }

  h3, h4, h5 {
    color: #333c4d;
    font-weight: 400;
    margin-bottom: 1.6rem;
    font-size: 1.3rem; }

  h6 {
    font-size: 2rem;
    position: relative;
    top: -4rem;
    color: #333;
    font-weight: 400; }

  footer h6 {
    top: 0;
    color: #999; }

  hr {
    clear: both; }
  
  .product-title {
    font-size: 2rem;
    position: relative;
    top: -4rem;
    color: #333;
    font-weight: 400;
  }  
  .opis h5 {
    font-size: 2.5rem;
    font-family: "Poppins-Light";
    margin-top: 3rem;
    color: #0042A7;
    border-top: 1px dotted #ccc;
    padding-top: 1rem; }
  .opis table td, .opis table th {
    border: 1px solid #ddd;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem; }
  .opis table th {
    color: #333; }

  .dropdown-menu .row div h5 a {
    padding: 0;
    margin: 0;
    color: #333c4d;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    border: 0; }

  a {
    color: #0042A7; }

  a:hover, a:focus {
    color: #79ACF8; }

  th {
    background-color: #ECF2F9;
    font-weight: normal; }

  img {
    max-width: 100%;
    height: auto; }

  td img {
    max-width: inherit; }

  table {
    max-width: 100%; }

  u {
    text-decoration: none; }

  .branding img#logo {
    max-width: initial;
    margin-left: -2rem; }

  .clear {
    clear: both; }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 98%;
    max-width: auto; }
    .container ul li {
      list-style: outside;
      margin-left: 1rem; }

  input[type="radio"], input[type="checkbox"] {
    margin: 0 0 0 1.5rem;
    line-height: normal;
    transform: scale(1.2, 1.2); }

  .navbar {
    margin-bottom: 0; }
    .navbar .container ul li {
      list-style: none;
      margin-left: 0;
      line-height: 1rem; }

  .navbar-default {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-shadow: 0 5px 2px -5px #777;
    border: 0; }

  .navbar-default .navbar-nav > li > a {
    color: #828282; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #222; }

  .navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #757d8a !important; }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    top: 0px;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-duration: 0.3s;
    transition-timing-function: ease-in; }

  #menu-main-top-navigation {
    padding-top: 0.5rem; }

  .nav > li > a {
    margin-left: 0;
    font-size: 1.22rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 0.1rem 0.5rem; }

  .nav li {
    padding: 0; }
    .nav li:first-child {
      border-left: 0; }
    .nav li:last-child {
      border: 0; }

  .navbar-toggle {
    padding: 0 0 1rem 0;
    margin-top: -2.5rem;
    margin-right: 0px;
    margin-bottom: 0; }

  .navbar-default .navbar-toggle {
    margin-top: -2.5rem; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent; }

  .fixed-header {
    position: absolute;
    top: 0;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-duration: 0.3s;
    transition-timing-function: ease-in; }

  .slider-big .owl-item div {
    padding: 0px; }

  .slider-big .owl-item img {
    display: block;
    width: 100%;
    height: auto; }

  .slider-six .owl-item div {
    margin: 0.5rem 0.3rem;
    border: 1px solid #ccc;
    text-align: center; }
    .slider-six .owl-item div img {
      height: 130px;
      padding: 2.5rem 0rem;
      opacity: 0.4; }
      .slider-six .owl-item div img:hover {
        opacity: 1; }
    .slider-six .owl-item div .opis {
      font-size: 1.0rem;
      line-height: 1.2rem;
      position: relative;
      min-width: 100%;
      text-align: center;
      background: transparent;
      color: #555;
      padding: 0rem 0.3rem;
      display: table-cell;
      width: 500px;
      height: 50px;
      overflow: hidden;
      border: 0; }

  .slider-double .owl-item div {
    margin: 0.5rem 0.3rem; }
    .slider-double .owl-item div .opis {
      font-size: 1.3rem;
      line-height: 1.5rem;
      position: absolute;
      text-align: center;
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      padding: 1rem 0.3rem;
      display: table-cell;
      overflow: hidden;
      bottom: 0; }

  .slider-big {
    margin: 0 0 1rem 0; }
    .slider-big .owl-controls {
      position: absolute;
      width: 100%;
      bottom: 0.5rem; }

  .slider-text {
    margin: 1rem 0;
    margin: 2rem 0; }
    .slider-text .owl-wrapper-outer {
      border: 1px solid #eee; }
    .slider-text .opis {
      float: left;
      width: 100%;
      padding: 3rem;
      line-height: 2rem;
      position: relative;
      bottom: 20%; }
      .slider-text .opis a {
        background: #0042A7;
        color: #fff;
        font-size: 1.2rem;
        text-decoration: none;
        padding: 0.4rem 2rem;
        border-radius: 80px;
        display: table;
        margin: 1rem 0; }
      .slider-text .opis b, .slider-text .opis strong {
        font-size: 2.8rem;
        font-family: "Poppins-Light";
        margin-bottom: 5rem;
        color: #0042A7; }
    .slider-text .owl-foto {
      float: right;
      width: 100%; }
      .slider-text .owl-foto img {
        width: 100%; }
    .slider-text .owl-controls {
      position: absolute;
      width: 100%;
      bottom: 0.5rem; }

  owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    bottom: 3rem;
    position: relative; }

  .owl-theme .owl-controls .owl-page span {
    background-color: #0042A7; }

  #ytplayer {
    border: 1px solid #eee; }

  .lang {
    background-color: #BFCFE9;
    color: #fff;
    font-size: 1.1rem; }
    .lang #lang1 {
      background-color: #7D9ED0; }
    .lang a {
      text-decoration: none;
      color: #eee; }
      .lang a:hover {
        color: #fff; }
    .lang i {
      color: #fff; }
    .lang #lang2 {
      display: none;
      background: #0042A7; }
      .lang #lang2 input {
        width: 80%;
        line-height: 1.5rem;
        border: 0;
        height: auto;
        background: #0042A7;
        color: #fff; }

  .dropdown-lang {
    position: relative;
    display: inline-block; }

  .dropdown-content-lang {
    display: none;
    position: absolute;
    background-color: #7D9ED0;
    padding: 0 2rem;
    z-index: 10000; }

  .dropdown-lang:hover .dropdown-content-lang {
    display: block; }

  .dropdown-menu {
    position: relative;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: auto;
    padding: 0;
    margin: 0;
    font-size: inherit;
    list-style: none;
    background-color: #f8f8f8;
    border: 0px solid #ccc;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    overflow: hidden;
    margin-top: 2rem;
    border-top: 1px solid #ccc; }
    .dropdown-menu .row {
      border: 0px solid #ccc;
      border-top: 0;
      margin: 0; }
      .dropdown-menu .row div {
        padding: 1.5rem 2rem;
        border: 0px solid #ccc;
        font-size: 1.2rem;
        line-height: 1.5rem; }
        .dropdown-menu .row div a {
          display: block;
          padding: 0.5rem 0; }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #eee; }

  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

  .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 12px;
    line-height: auto;
    color: #777;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent; }

  footer .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 12px;
    line-height: auto;
    color: #ccc;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

  .container .bottom_ul li {
    list-style: none;
    margin-left: 0; }

  label {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: normal; }
    label a {
      color: #9CB6DC; }

  #ui-id-14 > div:nth-child(2) > div > form > div > div:nth-child(10) > div.right > label > a {
    color: #4a90e2; }

  #szukanie {
    z-index: 100;
    padding: 2rem 3rem 0 3rem;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    font-size: 2rem;
    right: 0;
    top: 4.5rem; }
    #szukanie input {
      background-color: rgba(0, 0, 0, 0.1);
      color: #222;
      display: initial; }

  #search-results {
    z-index: 100;
    position: absolute;
    display: none;
    left: auto;
    top: auto;
    width: auto;
    border: 1px solid #ccc;
    right: 0;
    background-color: #fff;
    padding: 1rem 2rem;
    top: 12rem; }

  .fa-check {
    color: green;
    margin: 0.5rem 3rem 0 0.5rem; }

  .fa-times {
    margin: 0.5rem;
    color: #ccc;
    float: right;
    position: relative;
    top: -3rem; }

  #show {
    cursor: pointer;
    font-size: 1.6rem;
    width: 30px;
    float: right;
    margin-top: 0.6rem;
    position: absolute;
    right: 0rem;
    margin-right: 1rem; }

  .fa fa-search {
    color: #666; }

  #show:hover, #hide:hover {
    color: #0042A7; }

  #hide {
    cursor: pointer; }

  .breadcrumb {
    padding: 2rem 0 1rem 0rem;
    background-color: #fff;
    font-size: 1.25rem;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5rem; }
    .breadcrumb a {
      color: #a4a4a4; }
      .breadcrumb a:hover {
        color: #666; }

  .breadcrumb li:last-child a {
    color: #0042A7; }

  #produkty-lista div {
    margin: 0.5rem 0.3rem;
    float: left; }
    #produkty-lista div .opis {
      font-size: 1.0rem;
      line-height: 1.2rem;
      position: relative;
      min-width: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      padding: 1rem 0.3rem;
      top: 20%;
      display: table-cell;
      width: 500px;
      height: 50px;
      overflow: hidden; }

  .prod {
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    padding: 1rem 0; }
    .prod:hover {
      border: 1px solid #ccc; }
    .prod .opis {
      height: 8rem;
      overflow: hidden;
      display: block;
      font-size: 1.4rem;
      line-height: 1.5rem;
      padding: 1rem; }
      .prod .opis u {
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        text-decoration: none;
        margin-bottom: 0.9rem;
        color: #1843ac; }
    .prod .opis.produktu {
      text-align: left;
      padding-left: 1.5rem;
      font-size: 1.2rem;
      color: #666; }
    .prod img {
      height: 16rem; }
    .prod i {
      font-size: 7rem;
      margin: 4rem 0 0 0; }

  .related .prod img {
    height: 8rem; }

  .related .prod .opis {
    font-size: 1.0rem;
    line-height: 1.2rem; }

  .related .prod .opis u {
    font-size: 1.4rem;
    margin-bottom: 0.2rem; }

  .opis ul {
    margin: 1rem;
    padding: 1rem 2rem;
    list-style: outside;
    line-height: 2rem;
    margin-bottom: 1rem; }
    .opis ul li {
      margin-bottom: 1rem; }

  .tag {
    background-color: #fff;
    border: 1px solid #878787;
    color: #414141;
    display: inline-block;
    padding: 0.7rem 2rem;
    margin: 0.5rem; }
    .tag:hover {
      background-color: #4a4a4a;
      border: #4a4a4a;
      color: #fff; }

  .tag.pdf {
    display: block;
    margin-bottom: 1rem; }

  .kategoria-menu-img {
    height: 5rem;
    float: left;
    display: list-item;
    margin-right: 0rem;
    position: relative;
    margin-left: -1rem;
    margin-top: -0.5rem; }

  .container p a {
    background-color: #fff;
    border: 1px solid #878787;
    color: #414141;
    display: inline-block;
    padding: 0.7rem 2rem;
    margin: 0.5rem; }
    .container p a:hover {
      color: #fff;
      background-color: #4a4a4a;
      border: 1px solid #4a4a4a; }

  .container p a.clear-link {
    background-color: transparent;
    margin: 0;
    border: 0; }

  footer .container p a, .lang .container p a {
    background-color: transparent;
    display: inline;
    padding: 0;
    color: #9CB6DC;
    margin: 0;
    border: 0; }
    footer .container p a:hover, .lang .container p a:hover {
      color: #fff;
      background-color: transparent; }

  .lang .container p a {
    color: rgba(255, 255, 255, 0.8); }

  #promo-triangle {
    width: 0;
    height: 0;
    margin: 0rem auto 0;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    margin: 0rem auto 0;
    position: absolute;
    top: 0;
    background: url("../images/ikony/promo.png");
    background-size: 100%; }

  #promo-tekst {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 12rem;
    height: 2rem;
    position: relative;
    top: -5.5rem;
    left: -2.5rem;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    top: 2.2rem;
    left: -2.8rem; }

  .ep-tabela {
    clear: both;
    width: 100%;
    border: 1px solid greenyellow; }
    .ep-tabela div.col-xs-1 {
      padding: 1rem;
      border: 1px solid red; }

  .instrukcje .fa {
    font: normal normal normal 2.2rem/1.2 FontAwesome; }
  .instrukcje .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .instrukcje .col {
    flex-grow: 1;
    border: 1px solid #dedede;
    text-align: center;
    flex-basis: 0;
    border-bottom: 0;
    border-right: 0;
    padding: 1rem;
    overflow: hidden; }
    .instrukcje .col:first-child {
      flex-basis: 0;
      border-bottom: 0;
      border-right: 0;
      border-left: 0; }

  .tooltip {
    font-size: 1.2rem;
    font-family: "Poppins", Arial sans-serif;
    font-weight: 200; }

  .tooltip-inner {
    background-color: #0042A7;
    border-radius: 3px;
    padding: 0.5rem 1rem; }

  .tooltip.top .tooltip-arrow {
    border-top-color: #0042A7; }

  .floatingHeader {
    top: 0; }

  .ui-widget {
    font-family: "Poppins", Arial sans-serif;
    font-size: inherit; }

  .ui-accordion .ui-accordion-content {
    padding: 0 1.5rem;
    border-top: 0;
    overflow: auto; }

  .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 1rem; }

  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0042A7;
    background: #0042A7;
    font-weight: normal;
    color: #ffffff; }

  legend {
    display: block;
    width: auto;
    padding: 0 1rem;
    margin-bottom: 0rem;
    font-size: inherit;
    line-height: inherit;
    color: #0042A7;
    border: 0;
    border-bottom: 0px solid #e5e5e5; }

  fieldset {
    padding: 1rem;
    margin: 0 2px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5rem; }

  fieldset label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    border: 0px solid #ccc;
    padding: 0.5rem 2rem;
    margin: 1rem;
    border: 0px solid #c5c5c5;
    background: #f6f6f6;
    font-size: 1.2rem;
    border-radius: 0.4rem; }

  fieldset.products-filter label {
    padding: 0; }
    fieldset.products-filter label a {
      padding: 1rem 2rem;
      background-color: #fff;
      border: 1px solid #878787;
      color: #414141;
      display: block;
      padding: 0.7rem 2rem; }
      fieldset.products-filter label a:hover {
        background-color: #4a4a4a;
        border: 1px solid #4a4a4a;
        color: #fff; }

  .pytania .odpowiedz {
    padding: 3rem;
    line-height: 2.5rem; }

  .btn-primary, .btn-success {
    background-color: #0042A7;
    border: 0;
    color: #fff; }
    .btn-primary:hover, .btn-success:hover {
      background: #81a5d7;
      color: #ebebeb; }

  .col-xs-12 {
    margin-bottom: 2rem; }

  #cookiePolicy {
    overflow: auto;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    z-index: 10000;
    box-shadow: 0 0 2px #999;
    width: 100%;
    font-size: 1rem;
    line-height: 1.9rem;
    color: #dbdbdb;
    padding: 1rem;
    text-align: center;
    max-height: 100%;
    overflow: auto; }

  #cookiePolicy #cookieMore, #cookiePolicy #cookieHide {
    float: none;
    margin-right: 0;
    border: 0;
    background: #0042A7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    margin: 1rem;
    padding: 0.2rem 2rem;
    font-size: 1rem; }

  #cookiePolicy #cookieHide {
    background: #79ACF8; }

  .ui-accordion .ui-accordion-content p {
    padding: 3rem;
    line-height: 2.5rem; }

  .alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid red;
    border-radius: 0;
    display: block;
    color: red; }

  .address-box {
    border: 1px solid #ccc;
    padding: 1rem;
    width: auto;
    display: inline-table;
    margin: 1rem 1rem 0 0;
    width: 100%;
    font-size: small;
    font-family: Arial;
    line-height: 1.8rem;
    background-color: #ECF2F9; }

  #map-poland ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #map-poland ul li {
      list-style: none; }

  .section-contact, .section-contact-main {
    margin: 1rem 0;
    border: 1px solid #ccc;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    line-height: 1.8rem; }
    .section-contact .text, .section-contact-main .text {
      font-weight: bold;
      font-size: medium; }
    .section-contact .states, .section-contact-main .states {
      margin: 2rem 0;
      color: #0042A7; }

  .section-contact-main {
    width: 55%;
    background-color: #CFDCF3;
    left: 20%;
    position: relative;
    text-align: center;
    border: 0; }

  #demo-agents ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

  #mapa-pl {
    width: 100%;
    float: none;
    display: block; }

  span.cssmap-loader {
    display: none;
    opacity: 0; }

  #map_canvas, .map_canvas {
    width: auto;
    margin: auto;
    height: 250px;
    display: block; }

  .post {
    width: 100%;
    margin: auto;
    padding: 2rem 0 5rem 0; }

  .thumbnail {
    margin-bottom: 2rem; }

  .slideout-widget {
    position: fixed;
    right: -340px;
    top: 30%;
    transition: right .4s;
    width: 340px;
    z-index: 10; }

  .slideout-widget:hover {
    right: 0; }

  .slideout-widget-handler,
  .slideout-widget-content {
    background: #eee;
    border: 1px solid #ddd;
    padding: 0; }

  .slideout-widget-handler {
    border-right: none;
    left: -7rem;
    position: absolute;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    padding: 1rem;
    font-size: 18px;
    top: 2.6rem; }

  .slideout-widget-content {
    border-width: 1px 0;
    overflow: hidden;
    width: 100%;
    z-index: 11; }

  .widget-facebook .slideout-widget-handler,
  .widget-facebook .slideout-widget-content {
    background: #3c5b9b;
    border: none; }

  .widget-facebook,
  .widget-facebook a {
    color: #fff;
    display: none; }

  .lang a {
    color: #fff;
    padding-left: 2.5rem;
    background-position: 0rem 0.3rem;
    background-repeat: no-repeat;
    background-size: 2rem; }

  .fa-globe {
    display: none; }

  #lang1 > div > div > p > a {
    padding: 0 1rem 0 2.5rem; }

  #lang1 > div > div > p > a[title="English"], #lang1 > div > a[title="English"] {
    background-image: url("../images/flags/flaga-wielkiej-brytanii.png"); }

  #lang1 > div > div > p > a[title="Polski"], #lang1 > div > a[title="Polski"] {
    background-image: url("../images/flags/flaga-polski.png"); }

  #lang1 > div > div > p > a[title="Русский"], #lang1 > div > a[title="Русский"] {
    background-image: url("../images/flags/flaga-rosji.png"); }

  #lang1 > div > div > p > a[title="Українська"], #lang1 > div > a[title="Українська"] {
    background-image: url("../images/flags/flaga-ukrainy.png"); }

  #lang1 > div > div > p > a[title="Беларускую"], #lang1 > div > a[title="Беларускую"] {
    background-image: url("../images/flags/flaga-bialorusi.png"); }

  #lang1 > div > div > p > a[title="Český"], #lang1 > div > a[title="Český"] {
    background-image: url("../images/flags/flaga-czech.png"); }

  #lang1 > div > div > p > a[title="Български"], #lang1 > div > a[title="Български"] {
    background-image: url("../images/flags/flaga-bulgarii.png"); }

  #lang1 > div > div > p > a[title="Slovenský"], #lang1 > div > a[title="Slovenský"] {
    background-image: url("../images/flags/flaga-slowacji.png"); } }
@media (min-width: 480px) {
  .slider-text .opis {
    width: 50%;
    padding-bottom: 1rem; }

  .slider-text .owl-foto {
    width: 100%; } }
@media (min-width: 640px) {
  .widget-facebook, .widget-facebook a {
    color: #fff;
    display: block; } }
@media (min-width: 991px) {
  .fixed-header {
    position: fixed; }

  .floatingHeader {
    top: 60px; }

  .slider-six .owl-item div .opis {
    font-size: 1.2rem;
    line-height: 1.4rem; }

  .slider-text .opis {
    position: absolute; }

  .address-box {
    width: 24%; }

  .cssmap-container {
    width: 430px; }

  #mapa-pl {
    width: 480px;
    float: left;
    display: inline-block; }

  .post {
    margin: auto;
    padding: 2rem 0 5rem 0; }

  footer .post {
    width: 100%;
    margin: auto;
    padding: 0; }

  #map_canvas, .map_canvas {
    height: 350px; }

  td img {
    max-width: inherit;
    height: auto; } }
@media print {
  * {
    color: #000; } }
