@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,900&subset=latin,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,latin-ext");
body {
  font-family:'Roboto', sans-serif;
  font-weight:300;
  color:#000;
  background:#f6f6f6;
}
* { transition:all 0.3s; }
html, body {
  height:100%;
  border:0 none;
  margin:0;
  padding:0;
  font-weight:400;
}
img.logo2 { display:none; }
body.industrial img.logo1 { display:none; }
body.industrial img.logo2 { display:block; }
a {
  color:#000;
  text-decoration:underline;
}
a:hover { text-decoration:none; }
.clear { clear:both; }
#x-all {
  position:relative;
  min-height:100%;
  overflow-x:hidden;
}
@media screen and (min-width: 480px) {
  #x-all { min-width:1024px; }
}
#x-main { padding-bottom:110px; }
#header {
  width:100%;
  background:#000 url('images/head-bg.jpg') repeat-x left center;
}
#head {
  width:80%;
  height:100px;
  margin:0 auto;
  box-sizing:border-box;
  position:relative;
  overflow:visible;
}
@media screen and (max-width: 1400px) {
  #head { width:90%; }
}
#logo {
  float:left;
  width:400px;
  z-index:20;
  position:relative;
  padding-top:17px;
}
#logo img { width:230px; }
#logokontakt {
  position:absolute;
  color:#f60;
  font-weight:500;
  font-size:15px;
  left:250px;
  top:30px;
}
@media screen and (max-width: 960px) {
  #logokontakt { display:none; }
}
#search {
  float:left;
  margin-top:35px;
  margin-left:50px;
  margin-bottom:0;
}
#search input {
  border:2px solid white;
  border-radius:10px;
  background:none;
  color:white;
  margin:0;
}
@media screen and (max-width: 960px) {
  #search {
    float:left;
    margin-top:5px;
    margin-left:15px;
  }
}
#top-menu {
  width:290px;
  float:right;
  box-sizing:border-box;
  padding-top:27px;
  padding-right:0px;
}
#cart {
  width:130px;
  float:right;
  box-sizing:border-box;
  padding-top:10px;
  text-align:right;
}
a.kosik {
  width:80px;
  height:80px;
  border:2px solid #f60;
  border-radius:10px;
  display:block;
  position:relative;
  color:#f60;
  box-sizing:border-box;
  text-align:center;
  font-weight:600;
  padding-top:55px;
  text-decoration:none;
}
a.kosik:hover { background:rgba(255,100,0,0.2); }
a.kosik i {
  position:absolute;
  left:15px;
  top:10px;
  color:#f60;
  font-size:40px;
}
#x-menu {
  width:100%;
  height:55px;
  background:#161616;
}
#menu {
  width:1024px;
  height:55px;
  box-sizing:border-box;
  margin:0 auto;
  text-align:center;
}
.navigation {
  font-size:20px;
  font-weight:400;
  margin:0;
  padding:0;
  list-style-type:none;
  margin:0 auto;
}
.navigation li { display:inline-block; }
.navigation li a {
  color:#fff;
  display:block;
  line-height:55px;
  height:55px;
  font-size:14px;
  padding:0 5px;
  text-decoration:none;
  box-sizing:border-box;
  text-transform:uppercase;
  margin:0 20px;
}
#top-menu .navigation li { display:block; }
#top-menu .navigation li a {
  margin:0 15px;
  line-height:25px;
  height:25px;
}
.navigation li a:hover, .navigation li a.highlight { color:#f60; }
#slider {
  padding:0;
  margin:0 auto;
  width:1280px;
  height:300px;
  position:relative;
  background:transparent;
  background:#fff url('images/slider.jpg') no-repeat center center;
  background-size:cover;
}
.kategorie-menu {
  width:1024px;
  margin:0 auto;
  padding-top:15px;
}
.kategoria-tile {
  float:left;
  margin-right:41px;
  margin-bottom:25px;
  width:172px;
  height:130px;
}
.kategoria-tile:nth-of-type(5n) { margin-right:0px; }
.kategoria-tile a {
  display:block;
  box-sizing:border-box;
  position:relative;
  width:172px;
  height:130px;
  font-family:'Roboto Condensed', sans-serif;
  text-align:center;
  color:#999;
  border:1px solid #999;
  padding-top:70px;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  transition:all 0.3s;
}
.kategoria-tile a:hover {
  color:#f60;
  border-color:#f60;
  background-color:rgba(255,102,0,0.05);
}
.kategoria-tile a h2 {
  color:inherit;
  font-size:20px;
  line-height:23px;
  font-weight:300;
  margin:0;
  padding:0;
  width:172px;
  text-align:center;
  position:absolute;
  left:0px;
  bottom:10px;
}
.kategoria-tile a:hover h2 { color:#f60; }
.kategoria-tile a i {
  font-size:40px;
  position:absolute;
  top:20px;
  left:65px;
  color:inherit;
  display:none;
}
.kategoria-tile a img {
  max-width:80px;
  max-height:50px;
  position:absolute;
  top:15px;
  left:47px;
}
@media screen and (max-width: 960px) {
  .kategoria-tile a img {
    left:10px;
    top:8px;
    width:30px;
  }
}
#x-content {
  padding:0;
  margin:10px 0 0 0;
  box-sizing:border-box;
}
#content {
  color:#000;
  text-align:left;
  width:1024px;
  margin:0 auto;
  box-sizing:border-box;
  word-wrap:break-word;
  font-size:16px;
  padding-top:15px;
}
h1.main + #slider { margin-top:-10px; }
@media screen and (min-width: 480px) {
  #x-content { min-width:1024px; }
}
#x-foot {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  background:#000 url('images/head-bg.jpg') repeat-x left center;
}
#footer {
  color:#c3c3c3;
  width:100%;
  font-weight:400;
  font-size:12px;
}
#foot {
  box-sizing:border-box;
  padding:0;
  width:80%;
  height:100px;
  margin:0 auto;
  position:relative;
}
#foot-logo {
  width:25%;
  float:left;
  padding-top:17px;
}
.footer-column1 {
  width:45%;
  float:left;
  line-height:20px;
  box-sizing:border-box;
  padding-top:40px;
}
#foot .footer-column1 a {
  color:#c3c3c3;
  margin:0 10px;
}
#foot .footer-column1 a:hover { color:#fff; }
.footer-column2 {
  width:30%;
  float:right;
  line-height:100px;
}
#foot a {
  color:#f60;
  text-decoration:none;
}
h1.main {
  font-family:'Roboto Condensed', sans-serif;
  text-align:center;
  background:#f60;
  color:white;
  line-height:60px;
  font-weight:400;
  margin-top:0px;
  position:relative;
}
h1.main .back {
  position:absolute;
  color:white;
  font-size:24px;
  left:20px;
  line-height:60px;
  top:0px;
}
.mobile { display:none; }
#home {
  display:flex;
  justify-content:space-between;
}
#home a {
  display:block;
  width:48%;
  text-decoration:none;
  text-align:center;
  background:white;
  padding:20px 0 20px 0;
  transition:all 0.3s k;
  border:2px solid transparent;
  border-radius:10px;
}
#home a .home-logo { width:310px; }
#home a .home-img { width:200px; }
#home a h2 { font-weight:600; }
#home a.home1:hover { border-color:#f60; }
#home a.home1 h2 { color:#f60; }
#home a.home2:hover { border-color:#c91725; }
#home a.home2 h2 { color:#c91725; }
@media screen and (max-width: 960px) {
  #x-all {
    min-width:auto;
    min-height:auto;
    overflow-x:auto;
  }
  #x-main { padding-bottom:0; }
  #head {
    width:auto;
    height:auto;
    padding-bottom:5px;
  }
  #logo {
    width:120px;
    padding-top:4px;
  }
  #top-menu { display:none; }
  #cart {
    width:auto;
    padding-top:8px;
    padding-right:8px;
  }
  #cart a.kosik {
    width:auto;
    height:auto;
    padding-top:0;
    border-radius:5px;
    padding-left:5px;
    padding-right:5px;
  }
  #cart a.kosik i {
    position:static;
    font-size:20px;
    margin-right:10px;
  }
  #slider { display:none; }
  .mobile { display:block; }
  #x-menu { display:none; }
  #x-foot {
    position:static;
    padding-top:5px;
    padding-bottom:5px;
    background:#000 url('images/head-bg.jpg') repeat left center;
  }
  #foot {
    width:auto;
    height:auto;
  }
  #foot #foot-logo { display:none; }
  #foot .footer-column1 {
    float:none;
    width:auto;
    padding-top:0px;
  }
  #foot .footer-column1 a {
    display:block;
    line-height:35px;
    font-size:20px;
  }
  #foot .footer-column2 {
    float:none;
    width:auto;
    font-size:8px;
    line-height:12px;
    padding-right:8px;
  }
  #foot hr {
    color:white;
    margin:4px 10px;
    border-width:1px;
  }
  #foot #foot-menu {
    display:none;
    position:absolute;
    width:100%;
    left:0px;
    bottom:0px;
    background:#000 url('images/head-bg.jpg') repeat left center;
  }
  h1.main {
    font-size:18px;
    line-height:25px;
    height:25px;
  }
  #x-content {
    width:auto;
    min-width:auto;
  }
  #content {
    width:auto;
    padding-top:8px;
  }
  .kategorie-menu {
    width:auto;
    padding-top:8px;
  }
  .kategorie-menu .kategoria-tile {
    float:none;
    margin-left:15px;
    margin-right:15px;
    width:auto;
    height:auto;
    margin-bottom:10px;
  }
  .kategorie-menu .kategoria-tile a {
    width:auto;
    height:45px;
    text-align:left;
    padding-left:55px;
    padding-top:0px;
  }
  .kategorie-menu .kategoria-tile a i {
    font-size:25px;
    top:10px;
    left:10px;
  }
  .kategorie-menu .kategoria-tile a h2 {
    position:static;
    line-height:25px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;
    width:auto;
  }
  .produkt-page .nav-tabs { display:none; }
  .produkt-page .tab-pane { display:block; }
}
.mobile-footer-flags { padding-left:20px; }
.mobile-footer-flags li { list-style-type:none; }
.mobile-footer-flags img {
  width:30px;
  height:30px;
  margin-right:30px;
}
.eshop-navbar {
  padding-top:0px;
  margin-top:-5px;
  margin-bottom:10px;
}
@media screen and (min-height: 600px) {
  #home {
    min-height: calc( 100vh - 290px ) ;
    align-items:center;
  }
}
@media screen and (max-width: 480px) {
  #home { display:block; }
  #home a { width:auto; }
  #home a .home-img { width:120px; }
}
body.industrial #logokontakt { color:#c91725; }
body.industrial a.kosik {
  border-color:#c91725;
  color:#c91725;
}
body.industrial a.kosik i { color:#c91725; }
body.industrial .navigation li a:hover, body.industrial .navigation li a.highlight { color:#c91725; }
body.industrial .kategoria-tile a:hover {
  color:#c91725;
  border-color:#c91725;
  background-color:rgba(201,23,37,0.05);
}
body.industrial .kategoria-tile a:hover h2 { color:#c91725; }
body.industrial #foot a {
  color:#c91725;
  text-decoration:none;
}
body.industrial h1.main { background:#c91725; }
