/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.3.2016, 23:54:24
    Author     : ivan
*/
/* Tlacitko detail */
.btn-detail {
  background-color: #b1da35;
  color: white;
}
/* TOP menu */
#top-menu {
  width: 100%;
  margin-top: 0;
  background-color: #b1da35;
  color: #676863;
  min-height: 40px;
  padding-top: 0px;
}
.text-top-menu {
  color: #676863;
}
.icon-top-menu {
  color: #b1da35;
}
#top-menu a {
  color: #676863;
}
/* Hlavicka */
#head {
  width: 100%;
  margin-top: 0;
  top: 0px;
  margin-bottom: 20px;
  border-bottom: solid 8px #b1da35;
  background-color: white;
}
#head-ext-link {
  background-color: #b1da35;
  color: white;
}
#logo {
  background: url("/www/images/layout/logo-cb.png") center no-repeat;
  width: 180px;
  /*or your image's width*/
  height: 80px;
  /*or your image's height*/
  background-size: contain;
}
.text-head-menu {
  color: #676863;
}
/* Nakupni kosik  */
#basket {
  background-color: #676863;
  color: white;
}
.bg-basket-badge {
  background-color: #b1da35;
  color: #676863;
}
/* Vyhledavaci formular */
#frm-findForm-text {
  background-color: #676863;
  color: white;
  border: none;
}
#frm-findForm-text:focus {
  background-color: #676863;
  color: white;
}
#frm-findForm-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9c9d97;
  opacity: 1;
  /* Firefox */
}
#frm-findForm-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9c9d97;
}
#frm-findForm-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9c9d97;
}
#btn-find {
  background-color: ;
  color: #676863;
}
/* menu tlacitka */
a.list-group-item {
  background-color: #676863;
  border: none;
  display: block;
  margin-bottom: 5px;
  padding: 15px;
  position: relative;
  color: white;
}
a.list-group-item:hover {
  color: #b1da35;
}
body {
  background-image: url(/www/images/layout/grass.jpg);
  background-position: center bottom;
  padding-bottom: 50px;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: 30%;
}
/* UPRAVA */
.container {
  max-width: 1270px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
a {
  color: #23527c;
}
.breadcrumb {
  background-color: transparent;
  border-bottom: 1px solid #f4f4f4;
}
.breadcrumb .active {
  color: #c5c6c6;
}
.breadcrumb_znacka {
  margin-right: 10px;
  margin-left: 10px;
}
.navbar-default {
  background-color: #12b43c;
  border-color: white;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffbbbc;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffbbbc;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffbbbc;
  background-color: #c0392b;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffbbbc;
  background-color: #c0392b;
}
.navbar-default .navbar-toggle {
  border-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c0392b;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ffbbbc;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffbbbc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffbbbc;
    background-color: #c0392b;
  }
}
.navbar-header-red {
  background-color: #b1da35;
  border-color: none;
  border-radius: 4px;
}
/* karta produktu - nahled */
.product-thumbnail {
  /*width: 215px;*/
  height: 350px;
  border: 1px solid #ECECEC;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 2%;
  padding: 5% 5%;
  text-align: center;
  word-wrap: normal;
}
.product-thumbnail-title a {
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px 2px;
  min-height: 50px;
  line-height: 50px;
  border-radius: 3px;
}
.product-thumbnail-title h2 {
  margin-top: 10px;
  font-size: 100%;
  word-wrap: normal;
}
.product-thumbnail-title:hover {
  background-color: #ffffff;
}
.product-thumbnail-popis {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  min-height: 45px;
}
.product-thumbnail img {
  /*height: 120px;*/
  margin: 0 auto;
  height: 130px;
  line-height: 130px;
}
.product-thumbnail-info-box {
  height: 70px;
}
.product-thumbnail-price {
  height: 30px;
  line-height: 30px;
}
/* vypis podkategorii */
.category_list_content {
  display: block;
  text-align: center;
}
.category_list {
  color: #337ab7;
  font-size: 100%;
  text-decoration: none;
  font-weight: normal;
  word-wrap: normal;
}
.jumbotron {
  padding: 5px 10px 10px;
}
.jumbotron p {
  font-size: 140%;
  font-weight: normal;
}
/* nakupni vozik */
.content-basket {
  width: 100%;
  border: 3px solid white;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  background: #FF7D7D;
  color: white;
}
/* Paticka */
#foot_box {
  background-color: black;
  bottom: 0;
  height: 200px ;
  position: absolute;
  width: 100%;
  color: white ;
}
.footer {
  bottom: 0;
  height: 160px;
  position: absolute;
  width: 100%;
}
.footer_text {
  padding: 10px;
  color: white;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 180px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 160px;
  background-color: #f5f5f5;
}
.eu-cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #54BDDC;
  z-index: 1000;
  height: auto;
  padding: 10px;
}
.eu-cookies button {
  color: white;
}
.btn_color {
  color: #337ab7;
}
.btn_delete {
  color: #ecf0f1;
}
.form-group.required .control-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 8px;
  top: 7px;
}
label {
  font-weight: normal;
  font-size: 100%;
}
.main-content {
  padding-top: 0px;
}
.navbar-paticka li a {
  color: white;
}
hr.cistic {
  clear: both;
  visibility: hidden;
}
.homepage_action {
  background: #F5F5F5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3%;
}
.homepage_action_title {
  display: block;
  height: 45px;
  line-height: 45px;
  /*background: #E8E8F7; 
        color: #4e4e4e; */
  margin: 0px 0px 10px 0px;
  padding-left: 0px;
}
.homepage_action_text {
  padding: 10px;
}
.carousel {
  margin-top: 20px;
}
.carousel .item img {
  margin: 0 auto;
  /* Align slide image horizontally center */
}
.bs-example {
  margin: 20px;
}
/*# sourceMappingURL=style_3.css.map */