@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic&subset=latin,cyrillic,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700italic,400italic);
body {
  font-family: 'Lora', serif;
  background: #f2f1ed;
}
a:link,
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}
.vertical-text {
  transform: rotate(90deg);
  float: left;
  text-align: left;
}
.top {
  background: url(../img/mbbed2.jpg) center;
  background-size: cover;
  height: 420px;
}
.top .title {
  display: table;
  height: 420px;
}
.top .title .content {
  font-family: 'Montserrat', sans-serif;
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
}
.top .title .content span {
  text-align: left;
  display: block;
  padding: 2px 10px;
  color: #ffffff;
  background: rgba(17, 17, 17, 0.2);
}
.top .title .content span:last-child {
  font-weight: bold;
  text-align: right;
  background: rgba(17, 17, 17, 0.5);
}
.bar {
  background: #222;
  height: 50px;
  overflow: hidden;
}
.bar .animate {
  float: left;
  margin-left: 3px;
}
.bar .animate.start-animate {
  animation: animacja 10s infinite;
}
.bar .animate:first-of-type .button {
  color: red;
}
.bar:hover .animate.start-animate {
  animation-play-state: paused;
}
@keyframes animacja {
  0% {
    margin-left: 0%;
  }
  50% {
    margin-left: 48.2%;
  }
  100% {
    margin-left: 0%;
  }
}
.bar .button {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #111;
  height: 50px;
  width: 200px;
  color: #fff;
}
.middle {
  background: #fff;
}
.desc {
  padding-left: 20px;
}
.desc .site-desc {
  border-bottom: 20px solid #7f6c5e;
}
.desc .site-desc h2 {
  font-weight: bold;
}
.desc .site-desc h3 {
  font-size: 19px;
  font-style: italic;
}
.desc .opinion {
  border-bottom: 1px solid #7f6c5e;
}
.desc .opinion img {
  margin: 50px auto 0;
  display: block;
  width: 100%;
  max-width: 517px;
}
.desc .opinion p {
  text-indent: 1em;
  font-size: 12px;
}
.desc .opinion div {
  font-style: italic;
  color: #555;
  text-align: right;
}
.prod {
  border-bottom: 1px solid #888;
}
.prod:last-of-type {
  border-bottom: none;
}
.prod.gold {
  background: rgba(255, 194, 53, 0.7);
}
.prod.gold .btn-custom {
  background: #ffc235;
  border-color: #ffc235;
}
.prod.silver {
  background: rgba(166, 158, 157, 0.7);
}
.prod.silver .btn-custom {
  background: #a69e9d;
  border-color: #a69e9d;
}
.prod.brown {
  background: rgba(139, 106, 73, 0.7);
}
.prod.brown .btn-custom {
  background: #8b6a49;
  border-color: #8b6a49;
}
.prod .rank {
  font-family: 'Roboto Slab', serif;
  font-size: 72px;
  text-align: center;
  color: #333;
}
.prod .rank .nr {
  display: block;
}
.prod .rank .vertical-text {
  font-size: 30px;
  color: #555;
  width: 30px;
  margin-left: 44px;
}
.prod:nth-of-type(1) .rank .vertical-text {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #e1438d;
}
.prod:nth-of-type(2) .rank .vertical-text {
  font-family: 'Open Sans', sans-serif;
}
.prod:hover .content {
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 30px;
}
.prod .content {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}
.prod .content .presentation img {
  width: 170px;
  display: block;
  margin: 0 auto;
}
.prod .content .presentation ul {
  list-style: none;
  padding: 0;
  font-style: italic;
  font-size: 12px;
}
.prod .content .presentation ul li {
  border-bottom: 1px solid #999;
  padding-top: 6px;
  color: #666;
}
.prod .content .presentation ul li span {
  float: right;
  font-style: normal;
  font-weight: bold;
  color: #444;
}
.prod .content .presentation ul li span .rate {
  display: block;
  background: url(../img/empty.png);
  width: 81px;
  height: 15px;
}
.prod .content .presentation ul li span .rate .current {
  display: block;
  background: url(../img/full.png);
  height: 15px;
  width: 100%;
}
.prod .content .presentation ul li span a:link,
.prod .content .presentation ul li span a:hover,
.prod .content .presentation ul li span a:focus,
.prod .content .presentation ul li span a:visited {
  color: #444;
  text-decoration: none;
}
.prod .content .description {
  padding-top: 30px;
}
.prod .content .description h3 {
  color: #fff;
  display: block;
  text-align: center;
  background: #7f6c5e;
  font-size: 22px;
  padding: 5px 0;
}
.prod .content .description span {
  color: #7f6c5e;
  font-size: 17px;
}
.prod .content .description p {
  text-indent: 1em;
  font-size: 13px;
}
.bottom {
  background: #fff;
  border-top: 1px solid #aaa;
  padding: 10px 0;
}
.bottom .bot span {
  font-weight: bold;
}
.bottom .bot span,
.bottom .bot p {
  font-size: 11px;
  display: inline;
}
@media (max-width: 991px) {
  .prod .rank {
    text-align: left;
    height: 110px;
    display: table;
    line-height: 110px;
  }
  .prod .rank .nr {
    float: left;
  }
  .prod .rank .vertical-text {
    transform: rotate(0deg);
  }
  .bottom {
    border-top: 20px solid #f2f1ed;
  }
  .top .title .content img {
    opacity: 0.7;
  }
}
