html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95em;
  background: #f4f3f3;
}
strong {
  font-weight: bold !important;
}
html.uvod,
body.uvod {
  height: 100% !important;
}
.container {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: none;
}
header #logo {
  margin: 70px 0 0 0;
  width: 132px;
  float: left;
}
header #logo h1 {
  display: inline-block;
  width: 360px;
  height: 80px;
  background: url("../img/mechrent_logo.svg") no-repeat;
  background-size: 100% auto;
  margin: 0;
  padding: 0;
}
header #logo h1 span {
  display: none;
}
header nav {
  margin: 80px 0 0 0;
  float: right;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
header nav ul li a {
  padding: 0 0 15px 0;
  display: block;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 300;
}
header nav ul li a.active {
  color: #fff001;
  text-decoration: none;
  border-bottom: 2px solid #fff001;
}
header nav ul li a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid #fff001;
}
header #menu-icon {
  display: none;
  float: right;
  margin: 70px 0 0 0;
  font-size: 1.8em;
  padding: 6px 12px;
  border: 1px solid white;
  color: white;
  cursor: pointer;
}
header #menu-icon:hover {
  color: #fff001;
  border: 1px solid #fff001;
}
#slider-show {
  position: relative;
  height: 650px;
}
#slider-show #slider {
  height: 650px;
  background: #323232;
}
#slider-show #slider .slide {
  position: relative;
}
#slider-show #slider .slide img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 0;
}
#slider-show #slider .slide .container {
  height: 650px;
}
#slider-show #slider .slide .container .text {
  position: relative;
  top: 58%;
  width: 60%;
  transform: translateY(-50%);
}
#slider-show #slider .slide .container .text h2 {
  font-size: 3em;
  color: white;
  font-weight: 900;
}
#slider-show #slider .slide .container .text p {
  width: 80%;
  margin: 25px 0;
  color: white;
  font-size: 1.2em;
  font-weight: 300;
}
#slider-show #slider .slide .container .text a {
  display: inline-block;
  position: relative;
  color: #fff001;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 15px;
  margin: 10px 0 0 120px;
}
#slider-show #slider .slide .container .text a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  min-width: 120px;
  height: 2px;
  background: #fff001;
}
#slider-show #slider .slide .container .text a:hover {
  border: 2px solid #fff001;
  text-decoration: none;
}
#category-slider {
  padding: 220px 0 80px 0;
  background: #323232;
  text-align: center;
}
#category-slider h2 {
  position: relative;
  color: white;
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
  font-weight: 900;
  font-size: 5em;
  text-align: center;
}
#category-slider h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #fff001;
}
#category-slider nav {
  margin: 0;
  padding: 0;
}
#category-slider nav ul {
  margin: 0;
  padding: 0;
}
#category-slider nav ul li {
  margin: 0 20px 0 0;
  display: inline-block;
}
#category-slider nav ul li span {
  font-size: 1.3em;
  color: #fff001;
  margin: 0 10px 0 0;
}
#category-slider nav ul li a {
  font-size: 1.3em;
  color: white;
  font-weight: 300;
}
#category-slider nav ul li a.active,
#category-slider nav ul li a:hover {
  text-decoration: none;
  color: #fff001;
}
#category-slider nav ul li:last-child {
  margin: 0;
}
#offer {
  padding: 50px 0;
  background: #fffdd9;
}
#offer h2 {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 0 120px 0;
  font-size: 4em;
  font-weight: 900;
  text-align: center;
  color: #323232;
}
#offer h2 span {
  font-weight: 300;
}
#offer h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #807a22;
}
#offer .offer .offer-container {
  background: #323232;
  margin: 0 0 30px 0;
  text-align: center;
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.75);
}
#offer .offer .offer-container .image {
  margin: 0 0 30px 0;
  height: 180px;
  overflow: hidden;
  background: white;
}
#offer .offer .offer-container .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  min-height: 180px;
}
#offer .offer .offer-container h3 {
  margin: 0;
  font-size: 1.3em;
  padding: 0 20px 20px 20px;
  font-weight: 700;
  color: white;
}
#offer .offer .offer-container p {
  padding: 0 30px 20px 30px;
  font-size: 1.1em;
  font-weight: 300;
  color: silver;
}
#offer .offer .offer-container a {
  margin: 0 0 30px 0;
  display: inline-block;
  color: #fff001;
  font-weight: 300;
  border: 1px solid #fff001;
  border-radius: 15px;
  padding: 8px 15px;
  font-size: 1.1em;
  text-transform: uppercase;
}
#offer .offer .offer-container a:hover {
  background: #fff001;
  color: #323232;
  text-decoration: none;
}
#partners {
  background: white;
  padding: 120px 0 90px 0;
}
#partners h2 {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 0 70px 0;
  font-size: 4em;
  font-weight: 900;
  text-align: center;
  color: #323232;
}
#partners h2 span {
  font-weight: 300;
}
#partners h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #fff001;
}
#partners .partner .partner-container {
  margin: 0 0 30px 0;
  height: 100px;
}
#partners .partner .partner-container a {
  display: block;
  height: 100px;
}
#partners .partner .partner-container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
main.uvod {
  width: 100%;
  height: 100%;
}
main.uvod #home-site {
  width: 100%;
  height: 100%;
  min-height: 651px;
  background: url("../img/bg.jpeg") no-repeat;
  background-size: cover;
}
main.uvod #home-site #home-site-offer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
main.uvod #home-site #home-site-offer h1 {
  margin: 0 0 80px 0;
}
main.uvod #home-site #home-site-offer h1 img {
  height: 100px;
}
main.uvod #home-site #home-site-offer h1 span {
  display: none;
}
main.uvod #home-site #home-site-offer .offer .offer-container {
  padding: 20px;
  border: 1px solid #fff001;
}
main.uvod #home-site #home-site-offer .offer .offer-container .icon {
  position: relative;
  display: inline-block;
  margin: 0 0 25px 0;
  width: 90px;
  height: 90px;
  background: #fff001;
  border-radius: 50%;
}
main.uvod #home-site #home-site-offer .offer .offer-container .icon span {
  position: relative;
  font-size: 3em;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
main.uvod #home-site #home-site-offer .offer .offer-container h2 {
  margin: 0 0 20px 0;
  color: white;
  font-size: 2em;
  font-weight: 900;
}
main.uvod #home-site #home-site-offer .offer .offer-container p {
  color: silver;
  font-size: 1em;
  font-weight: 300;
}
main.uvod #home-site #home-site-offer .offer .offer-container p.special {
  color: black;
  background: #fff001;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 300;
}
main.uvod #home-site #home-site-offer .offer a:hover {
  text-decoration: none;
}
main.uvod #home-site #home-site-offer .offer a:hover .offer-container {
  background: #fff001;
}
main.uvod #home-site #home-site-offer .offer a:hover .offer-container .icon {
  background: silver;
}
main.uvod #home-site #home-site-offer .offer a:hover .offer-container h2,
main.uvod #home-site #home-site-offer .offer a:hover .offer-container p {
  color: black;
}
main.uvod #home-site #home-site-offer .offer a:hover .offer-container p.special {
  background: black;
  color: #fff001;
}
#category {
  position: relative;
  margin: 80px 0;
}
#category .text-container table {
  width: 100%;
  border-collapse: inherit;
}
#category .text-container table td,
#category .text-container table th {
  padding: 8px;
  font-size: 1.2em;
  font-weight: 300;
  background: #eee;
}
#category .text-container table th {
  font-weight: 900;
}
#category .text-container .margin {
  margin: -15px 0 30px -15px;
}
#category .text-container .image {
  overflow: hidden;
  border: 1px solid #ddd;
}
#category .text-container .image .image-container {
  padding: 5px;
}
#category .text-container .image .image-container img {
  width: 100%;
}
#category .text-container .price-info {
  background: #eee;
  text-align: center;
  padding: 30px;
}
#category .text-container .price-info p {
  font-size: 1.3em;
  font-weight: 900;
}
#category .text-container button {
  margin: 0 0 30px 0;
  background: #fff001;
  color: #323232;
  border: 0;
  padding: 12px 20px;
  font-size: 1.2em;
  cursor: pointer;
}
#category .text-container button span {
  margin: 0 10px 0 0;
}
#category .text-container h3,
#category .text-container h4 {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  font-size: 2.5em;
  font-weight: 900;
}
#category .text-container h3 span,
#category .text-container h4 span {
  font-weight: 300;
}
#category .text-container h3:after,
#category .text-container h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #807a22;
}
#category .text-container h4 {
  font-size: 2em;
}
#category .text-container p {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 1.3em;
}
#category .text-container ul,
#category .text-container ol {
  margin: 20px 0;
  list-style-type: square;
}
#category .text-container ul li,
#category .text-container ol li {
  font-size: 1.3em;
}
#category .text-container a {
  color: #807a22;
}
#category .text-container a:hover {
  color: #323232;
  text-decoration: none;
}
#category .text-container form {
  margin: 30px 0 0 0;
  width: 100%;
}
#category .text-container form input,
#category .text-container form textarea {
  margin: 0 0 30px 0;
  width: 100%;
  padding: 15px;
  border: 1px solid silver;
  background: none;
  color: black;
  font-size: 1.3em;
}
#category .text-container form textarea {
  height: 150px;
  min-height: 200px;
}
#category .text-container form label {
  margin: 20px 0 0 0;
  font-size: 1.3em;
}
#category .text-container form input[type="submit"] {
  background: #fff001;
  color: black;
  border: 1px solid #fff001;
  cursor: pointer;
}
#category .text-container form input[type="checkbox"] {
  width: auto;
  margin: 0 20px 0 0;
}
#category .text-container.special {
  padding: 0 0 0 30px;
}
#category .special-nav {
  background: #f7f3b4;
}
#category .special-nav nav {
  position: relative;
}
#category .special-nav nav ul {
  margin: 30px 0 0 0;
  padding: 0;
}
#category .special-nav nav ul li {
  position: relative;
  display: block;
  margin: 0 0 25px 0;
}
#category .special-nav nav ul li a {
  display: block;
  padding: 15px 30px;
  font-size: 1.2em;
  color: #323232;
  transition: all 0.4s;
  border-left: 1px solid #807a22;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
#category .special-nav nav ul li a:hover {
  padding: 15px 30px 15px 40px;
  color: #807a22;
  text-decoration: none;
  border: 1px solid #807a22;
}
#category .special-nav nav ul ul {
  margin: 20px 0 0 40px;
}
#category .special-nav nav ul ul li {
  margin: 0;
}
#category .special-nav nav ul ul li a {
  padding: 10px;
  border: 0;
}
#category .special-nav nav ul ul li a:hover {
  padding: 10px;
  color: #fff001;
  border: 0;
}
#category #products .product,
#category news-products .product {
  margin: 0 0 30px 0;
}
#category #products .product a:hover,
#category news-products .product a:hover {
  text-decoration: none;
}
#category #products .product .product-container,
#category news-products .product .product-container {
  position: relative;
  background: #323232;
  text-align: center;
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.75);
}
#category #products .product .product-container .image,
#category news-products .product .product-container .image {
  height: 170px;
  overflow: hidden;
  border: 0;
  background: white;
}
#category #products .product .product-container .image img,
#category news-products .product .product-container .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  min-height: 170px;
}
#category #products .product .product-container h3,
#category news-products .product .product-container h3 {
  padding: 30px 20px;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.3em;
}
#category #products .product .product-container h3:after,
#category news-products .product .product-container h3:after {
  display: none;
}
#category #products .product .product-container p.price,
#category news-products .product .product-container p.price {
  display: block;
  color: #fff001;
  background: none;
  font-size: 0.8em;
  padding: 0 0 20px 0;
  margin: 0 20px !important;
}
#category #products .product .product-container p.price span,
#category news-products .product .product-container p.price span {
  margin: 0 10px 0 0;
}
#category #products .product .product-container .novinka,
#category news-products .product .product-container .novinka {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 120px solid #fff001;
  border-bottom: 120px solid transparent;
  border-right: 120px solid transparent;
}
#category #products .product .product-container .novinka span,
#category news-products .product .product-container .novinka span {
  position: absolute;
  top: -90px;
  width: 100px;
  left: -5px;
  text-align: center;
  font-size: 1.2em;
  transform: rotate(-45deg);
  display: block;
  font-weight: 900;
  color: black;
}
#category #products .product .product-container p.more,
#category news-products .product .product-container p.more {
  margin: 0 0 40px 0;
  display: inline-block;
  padding: 15px 20px;
  color: #fff001;
  border: 1px solid #fff001;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1.2em;
}
#category #products .product .product-container:hover,
#category news-products .product .product-container:hover {
  background: #fff001;
}
#category #products .product .product-container:hover h3,
#category news-products .product .product-container:hover h3 {
  color: black;
}
#category #products .product .product-container:hover p.price,
#category news-products .product .product-container:hover p.price {
  color: #323232;
}
#category #products .product .product-container:hover p.more,
#category news-products .product .product-container:hover p.more {
  background: #323232;
  color: #fff001;
}
#category.special:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #f7f3b4;
  z-index: 0;
}
#news {
  padding: 120px 0 90px 0;
}
#news article {
  margin: 0 0 30px 0;
}
#news article .article-container {
  background: #e2eafd;
}
#news article .article-container .image {
  height: 300px;
  overflow: hidden;
}
#news article .article-container .image img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  min-height: 100%;
  transition: all 0.4s;
}
#news article .article-container .text-box {
  padding: 30px;
}
#news article .article-container .text-box h3 {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  font-size: 2.5em;
  font-weight: 900;
  color: #323232;
}
#news article .article-container .text-box h3 span {
  font-weight: 300;
}
#news article .article-container .text-box h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #fff001;
}
#news article .article-container .text-box p.date {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 10px;
  color: white;
  font-size: 1.2em;
  background: #323232;
  font-weight: 300;
}
#news article .article-container .text-box p.date span {
  margin: 0 10px 0 0;
}
#news article .article-container .text-box p.text {
  margin: 0 0 15px 0;
  color: black;
  font-size: 1.2em;
  font-weight: 300;
}
#news article .article-container:hover .image img {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
#news article .article-container:hover .text-box h3 {
  color: #fff001;
}
#news article a:hover {
  text-decoration: none;
}
#news #pagination {
  display: inline-block;
  margin: 50px 0 0 0;
  text-align: center;
}
#news #pagination nav {
  display: inline-block;
}
#news #pagination nav ul li a {
  background: #323232;
  color: white;
  border: 1px solid white;
  font-size: 1.3em;
  padding: 10px 14px;
}
#news #pagination nav ul li a.active,
#news #pagination nav ul li a:hover {
  background: #fff001;
}
#map {
  height: 450px;
}
.gallery-photos {
  margin: 10px 0 30px 0;
}
.gallery-photos .photo {
  margin: 0;
}
.gallery-photos .photo .image {
  border: 1px solid #ddd;
  height: 250px;
  padding: 8px;
}
.gallery-photos .photo .image .image-container {
  height: calc(250px - 16px);
  overflow: hidden;
}
.gallery-photos .photo .image .image-container img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  max-width: 600px;
  min-height: calc(250px - 16px);
  transition: all 0.5s;
}
.gallery-photos .photo .image .image-container img:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.gallery-photos .photo.col-md-6 .image {
  height: 300px;
}
.gallery-photos .photo.col-md-6 .image .image-container {
  height: calc(300px - 16px);
}
.gallery-photos .photo.col-md-6 .image .image-container img {
  width: auto !important;
  height: 284px;
}
.gallery-photos .photo.col-md-6 p {
  margin: 15px 0 !important;
}
.gallery-photos .photo.col-md-3 .image {
  height: 200px;
}
.gallery-photos .photo.col-md-3 .image .image-container {
  height: calc(200px - 16px);
}
.gallery-photos .photo.col-md-3 .image .image-container img {
  width: auto !important;
  height: 184px;
}
.gallery-photos .photo.col-md-4 .image {
  height: 250px;
}
.gallery-photos .photo.col-md-4 .image .image-container {
  height: calc(250px - 16px);
}
.gallery-photos .photo.col-md-4 .image .image-container img {
  width: auto !important;
  height: 234px;
}
.gallery-photos .photo.col-md-6 .image .image-container img {
  max-width: 600px;
  height: calc(400px - 16px);
}
#category .gallery-photos .photo p {
  margin: 15px 0 !important;
}
footer {
  padding: 70px 0 0 0;
  background: #323232;
  color: white;
}
footer img {
  margin: 0 0 30px 0;
  width: 250px;
  height: auto;
  text-align: center;
}
footer p {
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 1.1em;
  color: silver;
  font-weight: 300;
}
footer h3 {
  position: relative;
  font-size: 2em;
  font-weight: 700;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}
footer h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fff001;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  margin: 0 0 8px 0;
  font-size: 1.2em;
  font-weight: 300;
}
footer ul li span {
  margin: 0 10px 0 0;
  color: #fff001;
}
footer ul li a {
  color: white;
}
footer ul li a:hover {
  text-decoration: none;
  color: #fff001;
}
footer #copyright {
  margin: 70px 0 0 0;
}
footer #copyright p {
  padding: 20px 0;
  text-align: center;
  color: grey;
}
footer #copyright p a {
  color: grey;
}
footer #copyright p a:hover {
  color: #fff001;
  text-decoration: none;
}
#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #323232;
  z-index: 999999;
}
#mobile-menu nav {
  position: relative;
  top: 10%;
  left: 0;
  height: 80%;
  text-align: center;
  overflow-y: scroll;
}
#mobile-menu nav ul {
  margin: 0;
  padding: 0;
}
#mobile-menu nav ul li {
  display: block;
  position: relative;
  margin: 0;
}
#mobile-menu nav ul li a {
  display: block;
  padding: 10px 0;
  font-size: 1.6em;
  color: white;
  font-weight: 300;
}
#mobile-menu nav ul li a:hover {
  color: #fff001;
  text-decoration: none;
}
#mobile-menu nav ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 1px;
  z-index: 2;
  background: #fff001;
}
#news-products-box {
  padding: 50px 0;
  background: white;
}
#news-products-box h2 {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 0 70px 0;
  font-size: 4em;
  font-weight: 900;
  text-align: center;
  color: #323232;
}
#news-products-box h2 span {
  font-weight: 300;
}
#news-products-box h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #fff001;
}
#news-products-box #news-products .product {
  margin: 0 0 30px 0;
}
#news-products-box #news-products .product a:hover {
  text-decoration: none;
}
#news-products-box #news-products .product .product-container {
  position: relative;
  background: #323232;
  text-align: center;
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.75);
}
#news-products-box #news-products .product .product-container .image {
  height: 200px;
  overflow: hidden;
  border: 0;
  background: white;
}
#news-products-box #news-products .product .product-container .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  min-height: 160px;
}
#news-products-box #news-products .product .product-container h3 {
  padding: 30px 20px;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.4em;
}
#news-products-box #news-products .product .product-container h3:after {
  display: none;
}
#news-products-box #news-products .product .product-container p.price {
  display: block;
  color: #fff001;
  background: none;
  margin: 0 20px 0 20px;
  padding: 0 0 20px 0;
  font-size: 0.8em;
}
#news-products-box #news-products .product .product-container p.price span {
  margin: 0 10px 0 0;
}
#news-products-box #news-products .product .product-container .novinka {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 120px solid #fff001;
  border-bottom: 120px solid transparent;
  border-right: 120px solid transparent;
}
#news-products-box #news-products .product .product-container .novinka span {
  position: absolute;
  top: -90px;
  width: 100px;
  left: -5px;
  text-align: center;
  font-size: 1.2em;
  transform: rotate(-45deg);
  display: block;
  font-weight: 900;
  color: black;
}
#news-products-box #news-products .product .product-container p.more {
  margin: 0 0 40px 0;
  display: inline-block;
  padding: 15px 20px;
  color: #fff001;
  border: 1px solid #fff001;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1.2em;
}
#news-products-box #news-products .product .product-container:hover {
  background: #fff001;
}
#news-products-box #news-products .product .product-container:hover h3 {
  color: black;
}
#news-products-box #news-products .product .product-container:hover p.price {
  color: #323232;
}
#news-products-box #news-products .product .product-container:hover p.more {
  background: #323232;
  color: #fff001;
}
#news-products-box .product-container {
  margin: 15px 0;
}
#news-products-box .slick-slide {
  margin: 0 20px !important;
}
#news-products-box .slick-list {
  margin: 0 -20px;
}
#category a[href$='.pdf'] {
  display: block;
  padding: 30px 0 30px 90px;
  background: transparent url('../img/pdf.svg') left center no-repeat;
  background-size: auto 70px;
}
#category a[href$='.doc'] {
  display: block;
  padding: 30px 0 30px 90px;
  background: transparent url('../img/doc.svg') left center no-repeat;
  background-size: auto 70px;
}
.freeprivacypolicy-com---nb-interstitial-overlay {
  background: rgba(0, 0, 0, 0.3) !important;
}
.freeprivacypolicy-com---nb-interstitial {
  top: auto !important;
  bottom: 0 !important;
}
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
  background: #fff001 !important;
  color: #000 !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-text,
.freeprivacypolicy-com---palette-light .cc-nb-title {
  color: #000 !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
  background: #fff001 !important;
  color: #000 !important;
  border-radius: 0 !important;
}
.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 none !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree {
  color: #fff !important;
  background: #000 !important;
  padding: 15px 50px !important;
}
.freeprivacypolicy-com---nb .cc-nb-text {
  font-size: 0.9em !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-nb-reject {
  background: #fff001 !important;
  color: #000 !important;
  padding: 15px 30px !important;
}
/*# sourceMappingURL=style.css.map */