/* 
    Created on : 19.5.2015, 11:04:18
    Author     : rob
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,latin-ext);

body {
  font-family: 'Open Sans', sans-serif;
}

#mainContainer{
  background-image: url('../images/background-pattern.png');
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
}

.img-thumbnail {
  border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
}

h1{
  line-height: 1.1;
}
h2{
  line-height: 1.2;
}

.btn {
  border-radius: 3px;
}

.form-control {
  border-radius: 0px;
}


.btn-primary {
  color: #333;
  background-color: #f9f9f9;
  border-color: #dddddd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary .badge {
  color: #fff;
  background-color: #333;
}
.btn-warning {
  color: #333;
  background-color: #f9f9f9;
  border-color: #dddddd;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-warning .badge {
  color: #fff;
  background-color: #333;
}
.dropdown-menu {
  font-size: inherit;
  border-radius: 0px;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

.nav > li > a {
  padding: 10px 20px;
}

@media (min-width: 768px){
  .navbar-nav{
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .nav > li > a {
    padding: 6px 20px;
  }
}

.input-group-addon {
  border-radius: 0px;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-stacked > li + li {
  margin-top: 0px;
}
.navbar {
  text-transform: uppercase;
}

.navbar-default {
  background-color: #fcfcfc;
}

/*
.navbar-default .navbar-toggle {
  border-color: #fff;
  color: #fff;
}
*/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000;
  color: #fff;
}
/*
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #000;
}
*/

@media (max-width: 767px) {
  .navbar-default .navbar-nav .dropdown-menu{
    border: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
}

.breadcrumb {
  padding: 5px 0px 8px;
  background-color: #fcfcfc;
  border-radius: 0px;
  font-size: 90%;
}

.pagination {
  border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pager li > a,
.pager li > span {
  border-radius: 0px;
}
.label {
  border-radius: 2px;
}

.badge {
  padding: 4px 4px 3px 4px;
  font-size: 0.9em;
  font-weight: normal;
  color: #777777;
  background-color: #F9F9F9;
  border-radius: 2px;
}

.thumbnail {
  padding: 6px;
  line-height: inherit;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
}
.alert {
  border-left-width: 5px;
  background: #fff;
  border-radius: 0px;
}

.alert-success {
  background-color: #fff;
  border-color: #008000;
}
.alert-info {
  background-color: #fff;
}

.alert-warning {
  background-color: #fff;
  border-color: #ffa500;
}

.alert-danger {
  background-color: #fff;
  border-color: #cc0000;
}
.panel {
  border-radius: 0px;
}
.panel-heading {
  padding: 10px 15px 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
}
.panel-primary {
  border-color: #F9F9F9;
}
.panel-primary > .panel-heading {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ddd;
}

/*CUSTOMIZED*/
.nav-stacked > li > a > .badge{
  float: right;
}

form label{
  font-weight: normal;
}
form .required label{
  font-weight: bold;
}

.form-control{
  padding: 6px 3px;
  font-size: 12px;
}


.table-vertical-middle > thead > tr > th, 
.table-vertical-middle > tbody > tr > th, 
.table-vertical-middle > tfoot > tr > th, 
.table-vertical-middle > thead > tr > td, 
.table-vertical-middle > tbody > tr > td, 
.table-vertical-middle > tfoot > tr > td
{
  vertical-align: middle;
}

table.table-border-bottom{
  border-bottom: 1px solid #ddd;
}


/*/BOOTSTRAP*/

/*main*/
body{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  background: #fafafa;
}

h1{
  font-size: 2em;
}
h2{
  font-size: 1.5em;
  margin-bottom: 1em;
}
h3{
  font-size: 1.3em;
}
h4{
  font-size: 1.2em;
}
h5{
  font-size: 1em;
  font-weight: bold;
}
h6{
  font-size: 1em;
  font-weight: normal;
}

main{
  padding-bottom: 1em;
}

footer {
}
footer p {
  margin-bottom: 1em;
}

footer a {
  color: #C7C7C7;
}
footer a:hover,
footer a:focus {
  color: #fff;
}

footer #footer-content{
  padding-top: 1.5em;
  line-height: 1.8;
  background: #444444;
  color: #C7C7C7;
}

/**/
#list-comments{}
#list-comments li{
  border-bottom: 1px solid #e5e5e5;
}
#list-comments li p.text-muted{
  margin-bottom: 3px;
}

/*homepage*/
#page-home-default .navbar{
  margin-bottom: 1px;
}

/*homepage motive*/
#motive{
  margin: 0 auto;
  margin-bottom: 2em;
  height: 390px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1199px){
  #motive {
    height: 390px;
  }
}
@media (max-width: 991px){
  #motive {
    height: 250px;
  }
}
@media (max-width: 767px){
  #motive {
    height: 200px;
  }
}

.navbar-static-top {
  border-width: 1px 0;
}

/*bar-footer*/
#bar-footer {
  color: #C7C7C7;
  background: #2b2b2b;
  border-top: 1px solid #595959;
}
#bar-footer p{
  margin: 0;
  padding: 1.5em 1em;
  text-align: center;
}

/*powered by*/
#bar-poweredby .container{
  color: #000;
  background: #fff;
  background: transparent;
}
#bar-poweredby p{
  padding: 1em 1em;
  margin: 0;
  text-align: center;
  color: #000;
}
#bar-poweredby a{
  color: #000;
}
#bar-poweredby a#i-logoinpage{
  display: inline-block;
  width: 74px;
  height: 20px;
  background: url(/images/logoinpagefooter.png);
  position: relative;
  top: 5px;
}
#bar-poweredby a#i-logoinpage span{
  display: none;
}

/*list-footer*/
ul#list-footer-links{
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  padding-left: 0;
}

@media (min-width: 768px) {
  ul#list-footer-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  ul#list-footer-links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  ul#list-footer-links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

ul#list-footer-links li{
  list-style: none;
}
ul.list-footer-address{
  margin-left: 0;
  padding-left: 36px;
}
ul.list-footer-address li{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-indent: -36px;
}
ul.list-footer-address .fa-fw {
  width: 28px;
  text-align: right;
  margin-right: 4px;
}
ul.list-footer-address .fa-fw small{
  font-family: inherit;
}
ul.list-footer-address .fa-home{
  font-size: 1.3em;
}

#footer-contact h3,
#footer-links h3
{
  margin-top: 0;
  display: none;
}

/*form-search*/
#form-search.navbar-form .form-control {
  display: inline-block;
  vertical-align: middle;
}

/*motto*/
#motto #motto-title{
  margin: 0;
  text-transform: none;
  font-size: 1.7em;
  font-weight: bold;
}
#motto #motto-text{
  margin: 0;
  text-transform: none;
}

/*box-custom*/
.box-custom{
}


/*cart*/
table#table-cart td.table-cart-thumbnail {
  min-width: 20px;
  min-height: 20px;
  max-width: 80px;
  max-height: 80px;
}

/*
@media (max-width: 767px) {
table#table-cart thead{
display: none;
}
table#table-cart tbody td{
float: left;
}
table#table-cart tbody td:nth-child(1){
width: 100%;
}
table#table-cart tbody td:nth-child(2){
width: 33%;
}
table#table-cart tbody td:nth-child(3){
width: 33%;
}
table#table-cart tbody td:nth-child(4){
width: 33%;
}
table#table-cart tbody td:nth-child(5){
width: 100%;
}
}
*/

table#table-cart td.table-cart-thumbnail a{
  display:block;
}

/*list-panel-categories*/
ul#list-panel-categories{}

ul#list-panel-categories li{
  border-top: 1px dotted #ccc;
}
ul#list-panel-categories > li:first-child{
  border-top: none;
}

ul#list-panel-categories a {
  padding: 8px 10px;
  color: #000;
  border-left: 2px solid transparent;
}
ul#list-panel-categories li.active > a {
  background: none;
  border-left: 2px solid #000;
}

ul#list-panel-categories .active > a > .badge {
  color: #000;
  background: transparent;
}

ul#list-panel-categories ul.level2{
  padding-left: 0em;
}
ul#list-panel-categories ul.level2 li a{
  padding-left: 20px;
}

/*pagination*/
#pagination{
  text-align: center;
}



/**/
#table-downloads td{
  vertical-align: middle;
}

/*table#table-cart*/
table#table-cart{
  margin-bottom: 2em;
}
table#table-cart label{
  font-weight: normal;
}
table#table-cart th.th-count{
  width: 10%;
}
table#table-cart tfoot td{
  padding: 16px 8px;
}


/*detail-product*/
#detail-product{
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
#detail-product #col-image{
  position: relative;
}

.label{
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding: .2em .6em .2em;
}

.product-label-special {
  color: #ffffff;
  background: rgba(204,0,0,0.85);
  font-size: 2em;
  font-weight: normal;
  width: 3em;
  height: 3em;
  top: 0.5em;
  right: 1em;
  display: block;
  position: absolute;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  border-radius: 1.5em;
  text-transform: uppercase;
  line-height: 3;
  padding: 0;
  text-align:center;
}

.icon-favourite{
  color: #f9ad1c;
}

.label{
  padding: 1px 5px;
  font-size: 11px;
}

.label.label-stock1{
  color: #008000;
  border: 1px solid #008000;
  background: #fafdfa;
}
.label.label-stock2{
  color: #000;
  border: 1px solid #000;
  background: #fdfdfd;
}
.label.label-stock3{
  color: #000;
  border: 1px solid #000;
  background: #fdfdfd;
}
.label.label-stock4{
  color: #999999;
  border: 1px solid #999999;
  background: #fdfdfd;
}
.label.label-stock5{
  color: #999999;
  border: 1px solid #999999;
  background: #fdfdfd;
}

.price-original-vat{
  text-decoration: line-through;
}
.price-current-vat{
  font-size: 1.7em;
  line-height: 1;
  color: #cc0000;
  margin-bottom: 0.2em;
}
.price-current-vat strong{
  font-weight: normal;
}
.price-current-vat .vat-info{
  font-size: 0.65em;
}
.price-current{
  color: #777;
}

.item-eshop-product .thumbnail{
  position: relative;
}
.item-eshop-product .price{}
.item-eshop-product .price dt{
  display: none;
}
.price dd .price-current-vat{
  font-size: 1.5em;
}
.price dd .price-current-vat .vat-info{
  font-size: 0.65em;
}

body#index .navbar{
  margin-bottom: 0px;
}

.display-type-rows h2.subtitle{
  margin-top:0;
}

/**TOPBAR**/
/*#topbar*/
#topbar{}

/*logo*/
#logo{}
#logo a{
  display: block;
}
#logo img{
  max-height: 86px;
}
.nav-icon-btn{
  position: relative;
}
.nav-icon-btn .label {
  font-size: 10px;
  padding: 2px 3px;
  line-height: 1;
  position: absolute;
  display: block;
  right: 3px;
  top: 4px;
  background: #C00;
}

/*Collapsible fieldset*/
fieldset.collapsible {}
fieldset.collapsible > legend {
  cursor: pointer;
}
fieldset.collapsible > legend span.plus{
  font-family: monospace;
  float:right;
}

fieldset.collapsible > div {
  display: none;
}

/*count-photos*/
dl.count{ margin-bottom: 0.8em; }
dl.count dt{ display:inline-block; font-weight: normal; }
dl.count dd{ display:inline-block; }
dl.count dd span.badge{ font-weight: normal; color:#000; background-color: transparent; }

form .text-description{
  color:#666;
}

fieldset{
  margin-top: 1em;
}
legend{
  margin-bottom: 0.5em;
}

#cart.panel,
#topbar-search.panel{
  border:0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#imp{
  position:absolute;
  left:0;
  bottom:0;
}

/*side menu*/
#panel-categories .panel-body{
  padding: 5px 15px;
  border: 1px solid #EAEAEA;
}

aside .more{
  text-align: right;
  margin-bottom: 0;
}

/*list-panel-news*/
ul#list-panel-news{
  padding-left: 0;
}
ul#list-panel-news li{
  list-style: none;
  margin-bottom: 1.2em;
}
ul#list-panel-news li div{
  border-bottom: 1px dotted #EAEAEA;
}
ul#list-panel-news li div h4{
  margin-top: 0;
  margin-bottom: 0.2em;
}
ul#list-panel-news li div h4 a{}
ul#list-panel-news li div p.date{
  color: #777;
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
ul#list-panel-news li div p.description{
  margin-bottom: 1.2em;
}

.thumbnail .img-thumbnail{
  border: 0;
}

.panel-filter .panel-body{
  padding: 2px;
}

.panel.topbar-item{
  float: left;
  padding: 0 1em;
  border-left: 1px solid #eeeeee;
  background-color: transparent;
}
.panel.topbar-item .panel-body{
  border: 0;
}

.panel-filter{
  margin: 20px 0;
}

#list-panel-favourites{
  margin-bottom: 0;
}

h1.index-h1{
  margin-top: 0;
  margin-bottom: 16px;
  display: none;
}

/*aside*/
aside .panel {
  border: 0;
  border-radius: 3px;
}
aside .panel-body{
  overflow: hidden;
}
aside .panel-primary > .panel-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
aside .panel .panel-body{
  border-top:0;
}

/*aside news*/
#list-panel-categories a{
  text-decoration: none;
}

/*aside news*/
ul#list-panel-news li div p.description{
  margin-bottom: 1.2em;
  padding-left: 9px;
  margin-left: 6px;
}

/*.thumbnail*/
.thumbnail .price{
  text-align: right;
  padding-right: 10px;
}

.thumbnail .price{
  text-align: right;
  padding-right: 10px;
}

h1.title{
  font-size:1.8em;
}


/*hover menu*/
.dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  ul.dropdown-menu.level2{
    display: block;
    float: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  ul.dropdown-menu.level2 > li > a{
    padding-left: 40px;
  }
}

#cartsum {
  text-align: right;
  padding-right: 10px;
  padding-top: 9px;
  white-space: nowrap;
}

#mainContent{
  margin-bottom: 1em;
}
#mainContent img{
  max-width: 100%;
  height: auto;
}


table.tabulka{
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  background-color: #fff;
}
table.tabulka > thead > tr > th,
table.tabulka > thead > tr > td
{
  background: #f5f5f5;
}
table.tabulka > thead > tr > th,
table.tabulka > tbody > tr > th,
table.tabulka > tfoot > tr > th,
table.tabulka > thead > tr > td,
table.tabulka > tbody > tr > td,
table.tabulka > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
}
table.tabulka > thead > tr > th,
table.tabulka > thead > tr > td
{
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.clear{
  clear: both;
}

/*fix navbar menu item with num of products*/
ul#list-panel-categories a {
  padding-right: 30px;
}
.nav-stacked > li > a > .badge{
  float: none;
  position: absolute;
  right: 5px;
  top: 8px;
}

.item-eshop-product .thumbnail .more{
  text-align: right;
}

/*---*/

#mainContainer{
  padding-top: 93px;
}
/*
#mainContainer{
  background-image: url('../images/background-pattern.png');
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
}
*/

a{
  text-decoration: underline;
}

#content{
  background: #fff;
  margin-top: 20px;
  padding-top: 15px;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.navbar {
  margin-bottom: 0px;
  border: 0;
}

footer a{
  text-decoration:none;
}

.navbar {
  background-color: transparent;
  border-bottom: 0;
}

.navbar-nav > li {
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.navbar-nav > li > ul{
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.navbar a{
  text-decoration:none;
}

aside .panel {
  border: 0;
  border-radius: 0px;
}
aside .panel-primary > .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
aside .panel .panel-body{
  border: 1px solid #EAEAEA;
  border-top:0;
}
#list-panel-categories a{
  text-decoration: none;
}

ul#list-panel-news li div p.description{
  margin-bottom: 1.2em;
  border-left: 1px dotted #000;
  padding-left: 9px;
  margin-left: 6px;
}
.btn{
  text-decoration:none;
}

.thumbnail h2 a{
  text-decoration:none;
}
.thumbnail .price{
  text-align: right;
  padding-right: 10px;
}

#topcart .form-group{
  margin-bottom: 0;
}

.navbar-fixed-top{
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navbar-inner{
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-brand{
  float: none;
}

.navbar-form{
  padding-right: 0;
  text-align: right;
}

#box-custom-footer{
  padding-top: 1em;
  line-height: 1.8;
  background: #444444;
  color: #C7C7C7;
}
#box-custom-footer a{
  color: #fff;
}

#box-custom-motive{
  background: #fff;
  background: #fff;
  margin-top: 20px;
  padding-top: 15px;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

#box-custom-header{
}
