#bannerLink {
  top:57px;
  left:194px;
  position:absolute;
  height:160px;
  display:block;
  right:0;
}
.btn {border-radius:0;}
.inline {
  display: inline;
}

.red {
  color: red;
}

.margin-top-vsm {
  margin-top: 5px;
}

.margin-top-sm {
  margin-top: 15px;
}

.margin-top-md {
  margin-top: 30px;
}

.margin-top-lg {
  margin-top: 45px;
}

.margin-bottom-vsm {
  margin-bottom: 10px;
}

.margin-bottom-sm {
  margin-bottom: 15px;
}

.margin-bottom-md {
  margin-bottom: 30px;
}

.margin-bottom-lg {
  margin-bottom: 45px;
}

.margin-vsm {
  margin: 5px;
}

.margin-sm {
  margin: 15px;
}

.padding-vsm {
  padding: 10px;
}

.padding-top-vsm {
  padding-top: 10px;
}

.padding-top-sm {
  padding-top: 15px;
}

.padding-top-md {
  padding-top: 30px;
}

.padding-bottom-md {
  padding-bottom: 30px;
}

.padding-bottom-lg {
  padding-bottom: 45px;
}

.padding-left-vsm {
  padding-left: 5px;
}

.padding-left-sm {
  padding-left: 15px;
}

.padding-right-none {
  padding-right: 0;
}

.padding-left-none {
  padding-left: 0;
}

.padding-bottom-vsm {
  padding-bottom: 10px;
}

.padding-bottom-sm {
  padding-bottom: 15px;
}

.no-padding, .padding-none {
  padding: 0;
}

.cst-gray-panel {
  background-color: #e6e6e6;
  min-height: 150px;
}

.text-white {
  color: white;
}

a.text-white {
  color: white;
}

img.poster-img {
  width: 100%;
  padding: 10px;
}


.underline {
  text-decoration: underline;
}

.small-header-title {
  /*background: transparent url("/css/btn.png") no-repeat;*/
  background-size: 100% 100%;
  font-family: "Alfa Slab One", cursive;
  width: auto;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rotate-90 {
-webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
       -moz-transform: rotate(-90deg) translate(-50%, 50%);
        -ms-transform: rotate(-90deg) translate(-50%, 50%);
         -o-transform: rotate(-90deg) translate(-50%, 50%);
            transform: rotate(-90deg) translate(-50%, 50%);

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

h1 {
  font-size: 24px; }

.clear5 {
  clear: both;
  height: 5px; }

.clear10 {
  clear: both;
  height: 10px; }

.clear20 {
  clear: both;
  height: 20px; }

.clear40 {
  clear: both;
  height: 40px; }

#logo {
  background: url("/css/rb-logo.png") no-repeat;
  display: block;
  width: 142px;
  height: 75px;
  background-size: contain;
  float: left; }

.main-menu {
  position: static; }
  .main-menu .navbar {
    margin-bottom: 5px;
    position: static; }
    .main-menu .navbar #navbar {
      /*background: #fff;*/ }
      @media (max-width: 768px) {
        .main-menu .navbar #navbar {
          position: absolute;
          left: 0px;
          width: 100%;
          z-index: 99; }
          .main-menu .navbar #navbar a {
            display: block;
            text-align: center;
            border: none; } }
    .main-menu .navbar .navbar-toggle {
      border: 1px solid #000 !important; }
    .main-menu .navbar .icon-bar {
      background: #000; }
    .main-menu .navbar li a {
      display: inline-block;
      color: white; /*#636362*/
      font-size: 16px;
      border-right: 1px solid #ff0000;
      padding: 1px 10px;
      font-weight: bold;
      margin-top: 15px; }
    .main-menu .navbar a:hover,
    .main-menu .navbar a.active {
      text-decoration: none;
      color: #ff0000;
      font-weight: bold;
      background: none; }
    .main-menu .navbar li:first-child {
      border-left: none; }
    .main-menu .navbar li:last-child {
      border-right: none; }


.custom-font {
  font-family: "Alfa Slab One", cursive; }

.red-box-top .help-block {
  color: white;
  font-size: 11px;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #98121B url("/css/footer-bg.jpg") left top no-repeat; }
  footer h2, footer a {
    color: #fff;
    font-size: 22px;
    margin: 0px;
    padding: 10px; }
    footer h2:hover, footer a:hover {
      color: #f6f6f6;
      text-decoration: none; }
  footer .address {
    color: #fff;
    font-size: 12px; }
  footer .help-block {
    color: #ffff00; }

.btn-default {
  font-weight: bold;
}

.btn-primary {
  font-family: "Alfa Slab One", cursive;
  background: transparent url("/css/btn.png") no-repeat;
  background-size: 100% 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 0;
  border: none;
  padding-left: 15px;
  padding-right: 15px; }
  .btn:hover {
    color: #fff; }

.search-line input {
  width: calc(100% - 130px);
  display: inline-block; }
.search-line button {
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px; }
  .search-line button:hover {
    background-color: transparent; }

.mauto {
  margin: auto; }

.mh200 {
  max-height: 200px; }

.mh100 {
  max-height: 100px; }

.offer-big-photo {
  max-height: 150px;
  overflow: hidden; }

#partners img {
  max-height: 60px;
  margin: 10px 20px; }

.header-center {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: url("/css/btn.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Alfa Slab One", cursive;
  color: #fff;
  line-height: 49px;
  font-size: 24px; }

.parallax-window {
  min-height: 400px;
  background: transparent;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 100px 0px; }
  .parallax-window img {
    max-width: 500px; }
  .parallax-window form {
    max-width: 500px;
    margin: auto; }

.small-header {
  background: transparent url("/css/btn.png") no-repeat;
  background-size: 100% 100%;
  font-family: "Alfa Slab One", cursive;
  width: auto;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px; }

  .small-header-rotated {
  background: #98121B url("/css/footer-bg.jpg") left top repeat;
  background-size: 100% 100%;
  font-family: "Alfa Slab One", cursive;
  min-width: 350px;
  display: inline-block;
  height: 100%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-left: auto;
  padding-right: auto;
  }

.red-box-top {
  background: #98121B url("/css/footer-bg.jpg") left top repeat-y;
  padding-top: 10px;
  padding-bottom: 10px; }

.red-box {
  width: 100%;
  color: #fff;
  padding: 15px; }
  .red-box label {
    color: #fff !important; }
  .red-box a {
    color: #fff; }
  .red-box ul {
    padding-left: 0;
    text-align: center; }
    .red-box ul li {
      list-style-type: none;
      font-size: 12px;
      line-height: 22px; }

.box-center {
  margin: auto; }

.news-row {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  font-size: 12px; }
  .news-row a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }

.news-mini {
  margin-bottom: 10px; }
  .news-mini .photo {
    height: 100px;
    overflow: hidden; }
  .news-mini .title {
    color: #000;
    font-size: 11px;
    font-weight: bold; }
    .news-mini .title:hover {
      text-decoration: none; }

.grey-btn {
  font-weight: bold;
  font-size: 12px;
  color: #ccc; }

#coupon {
  text-align: center; }

.row.no-padding .column {
  padding: 0px; }
.row.no-padding .column-header {
  height: 50px; }

.slogan img {
  height: 60px;
  margin: auto; }

.gbg {
  background: #e6e6e6;
  padding: 20px 0; }

.red-title {
  color: red;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 30px 0px 10px 0; }

.gbtn {
  border:1px solid #000;
  background: #f6f6f6;
  color: #000;
  display: inline-block;
  padding: 5px 10px; }
  .gbtn:hover {
    text-decoration: none;
    background: #eee;
    color: #000; }

.company {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
  border: 1px solid #bfbfbf;
}

.company:hover {
  transition: all 0.1s ease-in;
  background: #fff;
}
.company a {
  display: block;
  color: #000;
  font-size: 14px;
}

.company a .title {
  font-weight: bold;
}

.company a:hover {
  text-decoration: none;
  color: #000;
}

.company .trades {
  color: black;
}

.logo-sm {
  display: inline-block;
  padding-right: 20px;
  height: 60px; }

.company-page h1 {
  font-size: 20px;
  font-weight: bold; }

.copyright {
  text-align: center;
  font-size: 11px;
  color: #fff; }

#cookie-alert {
  font-size: 11px;
  background: #ccc;
  text-align: center;
  padding: 5px auto; }
  #cookie-alert a {
    color: #000; }
  #cookie-alert span {
    font-weight: bold;
    cursor: pointer; }

.social {
  text-align: right; }
  .social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: contain; }
    .social a.fb {
      background-image: url("fb.svg"); }
      .social a.fb-white {
      background-image: url("fb-white.svg"); }
    .social a.twitter {
      background-image: url("twitter.svg"); }
      .social a.twitter-white {
      background-image: url("twitter-white.svg"); }

.related {
  display: block;
  clear: both;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: block; }
  .related img {
    max-width: 100px;
    height: auto;
    float: left;
    margin-left: 10px; }
  .related span {
    line-height: 15px; }
  .related:hover {
    color: #ccc;
    text-decoration: none; }

/*# sourceMappingURL=site.css.map */


.index-top-hori-cats {
  font-size: 18px;
  color: white;
}

.index-top-hori-cats:hover {
  /*font-size: 18px;
  color: white;*/
  text-decoration: underline;
  cursor: pointer;
}

.index-top-hori-cats-separator {
  display: inline;
  font-size: 18px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}

#searchButton {
  background-color: #ff0000;
  border: 0;
  border-radius: 0;
  height: 40px;
}

#searchButton:hover {
  background-color: #de0000;
}

.opaque-02 {
  background-color: rgba(0, 0, 0, 0.2);
}

.opaque-03 {
  background-color: rgba(0, 0, 0, 0.3);
}

.opaque-035 {
  background-color: rgba(0, 0, 0, 0.35);
}

.opaque-04 {
  background-color: rgba(0, 0, 0, 0.4);
}

.opaque-05 {
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile-menu a {
  color: white;
  font-weight: 700;
}

@media (min-width: 768px) {
  .top-info {
    height: 280px;
    color: white;
  }
}

@media (max-width: 767px) {
  .top-info {
    min-height: 300px;
    color: white;
  }

  .news-mini .photo-mobile {
    height: 200px;
    overflow: hidden;
  }
  #table-cennik-1{table-layout: fixed; width: 300px !important;}
  #table-cennik-1 *{font-size: 10px !important; word-wrap: break-word !important; hyphens: auto !important; text-align: center !important;}
  #table-cennik-1 td, #table-cennik-2 tr, #table-cennik-2 tbody{width: auto !important; height: auto !important;}

  #table-cennik-2{table-layout: fixed; width: 300px !important;}
  #table-cennik-2 *{font-size: 10px !important; word-wrap: break-word !important; hyphens: auto !important; text-align: center !important;}
  #table-cennik-2 td, #table-cennik-2 tr, #table-cennik-2 tbody{width: auto !important; height: auto !important;}
}

#rmv-br > br {
  display: none;
}

#rmv-br table {
  border: 1px dashed gray;
}

#rmv-br td, th {
  border: 1px dashed gray;
  padding: 5px;
  text-align: center;
}

a.btn-top-right {
  color:#fff;
  width:150px;
  float:right;
}

.gallery-box {
  width:250px;
  height:200px;
  overflow: hidden;
  display:inline-block;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in;
  background-repeat: no-repeat;
}
.gallery-box:hover {
  transition: all 0.2s ease-in;
  transform: scale(1.05);

}
