/*-------------------GENERAL------------------*/
.thumbnailx {
  display: block;
  margin: 0;
  padding: 0;
}
main.col-lg-push-3 {
  left: 20%;
}
main.col-lg-9 {
  width: 80%;
}
aside.col-lg-3 {
  width: 20%; 
}
aside.col-lg-pull-9 {
  right: 80%;
}
#content {
  min-height: 500px;
}
h1 {
  margin-top: 34px;
  margin-bottom: 41px;
}
#index h1 {
  /* text-transform: uppercase;*/
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
  font-size: 2.5em;
  display: none;
}
body {
  background: #C1EAFE;
  background-image: url(/obrazek/3/final-background-e-jpg/);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -207px;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
}
body#index, header, footer {
  font-family: inherit;
}
a {
  color: #434343;
}
#mainContent img { 
  max-width: 83%;  
  height: auto;  
  /* min-width: 225px; */
}
.article-detail main {
  background: rgba(255, 255, 255, 0.53);
}
main li, #box-custom-footer li {
  font-size: 1.2em;
}

/*-----------------HEADER----------------------*/
#box-custom-header {
  clear: both;
}
p#header-nadpis {
  color: #202020;
  font-weight: 600;
  margin-top: 7px;
  padding-left: 30px;
}
p#header-podnadpis {
  color: #202020;
  font-size: 2.0em;
  font-weight: 400;
  margin-top: -12px;
  padding-left: 30px;
  padding-bottom: 5px;
}
#box-custom-header small {
  font-size: 75%;
  font-weight: 200;
}

/*-------------------MENU-------------------*/
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  background-color: #F7FB2C;
}
.navbar {
  background-color: #434343;
  border-bottom: none;
  border-top: none;
  box-shadow: 1px 0px 2px #434343;
}
.navbar-collapse.collapse {
  float: right;
}
.navbar-nav > li {
  border-left: none;
  border-right: none;
}
.navbar .navbar-nav > li > a {
  color: #d9d8d8;
  /*font-weight: 800;*/
  font-size: 1.1em;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #434343;
  background-color: #F7FB2C;
}

/*----------------------accordion---------------------*/
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  background-color: transparent;
  color: #202020;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.2em;
  font-weight: 600;
  border-top: 1px solid #fff;
  padding: 0.5em 1em;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
  background-color: transparent;
  color: /*#636363*/ #202020;
}
/* Style the accordion panel. Note: hidden by default */
.accordionContent .panel {
  padding: 0 1.5em;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 5px;
  display: none;
}
button.accordion:before {
  font: normal normal normal 14px/1.5 FontAwesome;
  content: "\f067";
  color: #202020;
  float: left;
  margin-top: 15px;
  line-height: 2.5em;
}
button.accordion.active:before {
  content: "\f068";
  color: /*#636363*/ #202020;
}
p.accordion-body {
  font-size: 1.1em;
  color: #202020;
  /* margin-left: 92px;*/
  padding-right: 13px;
}
.service-icon img {
  width: 65px;
  margin-right: 20px;
  margin-left: 15px;
}

/*----------------------accordion end----------------------*/
/*--------------obrazek vedle accordionu-------------*/
.tracking img {
  width: 100%;
  box-shadow: 0px 1px 6px 1px #d0d0d0;
}
.tracking p {
  text-align: center;
  padding-top: 9px;
  font-size: 26px;
  color: #434343;
  text-shadow: 2px 1px #fff;
  font-style: italic;
}

/*---------------NABIDKA DLAZDICE----------------*/
#produkty {
  margin-top: 40px;
}
#produkty .caption {
  padding:0;
}

#produkty h2 {
  color: white;
  position: relative;
  bottom: -5px;
  margin: 0; /*puvodni posledni hodnota 12px*/
  text-align: center;
  background: #1f88c1;
  padding:0;
  text-transform: uppercase;
  text-shadow: 0px 0px #aaa;
  min-height:52px;

}
#produkty h2 a {
  display:block;
  text-decoration: none;
  font-size: 0.9em;
  color:white;
  padding:10px;
}
#produkty .thumbnail {
  padding: 10px 0px 5px 0px;
  box-shadow: 0px 1px 6px 1px #d0d0d0;
}
#produkty p { /*-----pozdeji smazat---*/
  display: none;
}

.sluzby {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;

}

.sluzby .thumbnail {
  height:calc(100% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;

}
.sluzby .thumbnail .caption h2,
.sluzby .thumbnail .caption {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content:center;
}



/*---------------NABIDKA TEXT---------------*/
#nabizime {
  margin-bottom: 30px;
}
#nabizime h2 {
  background: rgba(255, 255, 255, 0.19);
  text-align: center;
  padding: 15px;
  padding-bottom: 10px;
  margin-bottom: 60px;
  font-size: 2.2em;
  color: #202020;
  box-shadow: 0px 1px 6px 1px #d0d0d0;
}
#nabizime h2 p {
  padding-top: 15px;
  font-size: 0.6em;
}
#nabizime h3 {
  color: #202020;
  font-weight: 600;
}
/*-----------------POSTRANNI MENU-------------*/
#panel-custom-1 {
  position: relative;
  top: 10px;
}
aside .panel-body {
  padding: 0;
}
aside #panel-custom-1.panel-primary > .panel-heading {
  display: none;
}
aside .nav > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom: 1px dotted silver;
  background: #f5f3f3;
  font-weight: 600;
}
aside ul.level2 > li > a {
  padding-left: 28px;
}
aside ul.level1 > li > a {
  font-weight: 600;
  background: #434343;
  color: #d8d8d8;
}
ul.level3 > li > a {
  padding-left: 63px;
  color: #434343;
  background: #fbfbfb;
  font-weight: 400;
}
main.col-lg-9 {
  width: 76%;
}
main.col-lg-push-3 {
  left: 26%;
  padding-left: 3%;
}
aside.col-lg-pull-9 {
  right: 74%;
}
aside.col-lg-3 {
  width: 24%;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #C1EAFE;
  color: #434343;
}
aside.col-xs-12.col-sm-12.col-md-4.col-md-pull-8.col-lg-3.col-lg-pull-9 {
  padding-right: 10px;
}
/*------------ke stazeni menu - box 2 ---------------*/
aside #panel-custom-1.panel-primary > .panel-heading, aside #panel-custom-2.panel-primary > .panel-heading {
  display: none;
}
#panel-custom-2 {
  display: none;
}
#download #panel-custom-2, .folder-detail #panel-custom-2 {
  display: block;
} 
#download #panel-custom-1, .folder-detail #panel-custom-1 {
  display: none;
} 
/*--------------skryti postranniho panelu na uvodni strane----------------*/
#index main.col-lg-9 {
  width: 100%;
}
#index main.col-lg-push-3 {
  left: 0%;
}
#index aside {
  display: none;
}
/*-------------------PRODUKTY STRANKA-------------------*/
/*nasledujici deklarace potlaci navigacni cestu*/
.breadcrumb {
  display: none;
}
/*navigacni cesta*/
.breadcrumb > li + li:before {
  content: "»";
  color: #b3acac;
}
.breadcrumb > li:first-child {
  display: none;
}
.breadcrumb {
  background: transparent;
}
.breadcrumb a, .breadcrumb > .active {
  color: #b3acac;
}
#article-343533 .breadcrumb /*dodavatele*/, 
.article-detail.rubric-46781 .breadcrumb, 
.folder-detail .breadcrumb,
#support .breadcrumb, 
.article-detail.rubric-46780 .breadcrumb, 
#article-331595 .breadcrumb, 
#article-328084 .breadcrumb
{
  display: none;
}
/*---TABULKY---*/

/*------------------ tabulka table-bordered --------------*/
/*
.table-bordered tr > td:first-child > p, .table-bordered tr > td:first-child {
text-align: left;
}*/
.table-bordered td > p, .table-bordered td {
  text-align: center;
}
.table-bordered tbody > tr:first-child {
  background: rgba(229, 229, 229, 0.53);
}
table td {
  padding: 10px 37px 10px 0;
  vertical-align: top;
}
table.table-bordered td {
  vertical-align: middle;
}
td img {
  margin-top: 10px;
  margin-bottom: 20px;
}
td > p {
  text-align: justify;
}
p, .table-bordered td {
  font-size: 16px;
}
.table-bordered td > p {
  font-size: 16px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #8b8b8b;
}
.table-bordered td {
  padding: 4px 10px;
}
td > p {
  margin-bottom: 0;
}
table tr > td:nth-child(2) {
  width: 49%;
}
table.table-bordered tr > td:nth-child(2) {
  width: auto;
}
table.table-bordered img {
  min-width: 120px !important;
}
table.table-bordered:last-of-type tr > td:nth-child(1) > p {
  text-align: left;
}
/*
table.table-bordered:last-of-type tr > td:nth-child(3) {
min-width: 150px;
}
table.table-bordered:last-of-type tr > td:nth-child(1) {
max-width: 250px;
}*/
td.text-left p {
  text-align: left;
}
.table-bordered td li {
  font-size: 1em;
}
.table-bordered.text-left li {
  text-align:left;
}
main a:hover {
  color: #2341fe;
}
main button.btn:hover {
  color: #2341fe;
}

/*------------------ tabulka table-software --------------*/

table.software.table-bordered {
  width: 68%;
}
table.software.table-bordered tr {
  background: rgba(229, 229, 229, 0.53);
}
table.software.table-bordered tr > td:nth-child(2) > p {
  text-align: center !important;
}

/*------------------ tabulka table-gallery --------------*/

.table-gallery tbody td {vertical-align: top; margin:0; padding: 0;}
.table-gallery tr > td:nth-child(2) {width: auto;}
.table-gallery tbody td img {padding: 0; margin-right: auto; margin-left: auto; display: block;}

/*------------------ tabulka table-heading --------------*/

.table-heading tbody td {vertical-align: top;}
.table-heading tbody td:first-of-type {padding:0; max-width:auto; }
.table-heading tbody td:last-of-type { padding-right:0; width:auto;}
.table-heading tbody td:first-of-type img {padding:10px; margin:0; max-width:100% !important;}


/*-----------Dlazdice kategorie----------*/
#list-pages li.media, #list-rubrics li.media {
  display: inline-block;
  margin: 10px;
  background: #fff;
  padding: 17px;
  border: 1px solid #999999;
  height: 274px;
}
#list-rubrics li.media p, #list-rubrics li.media td, #list-rubrics li.media ul {
  display: none;
}
img.perex-image {
  max-height: 170px;
  max-width: 170px;
}
h2.subtitle.media-heading {
  margin-bottom: 26px;
  font-size: 1.4em;
}
h2.subtitle.media-heading > a {
  text-decoration: none;
  color: #308ec7;
}
.perex {
  text-align: center;
}
h1.title, h1 {
  font-size: 2em;
  color: #308ec7;
  text-transform: uppercase;
}
ul#list-pages, ul#list-rubrics {
  display: inline;
}
.media-list {
  padding-left: 0;
}
/*---vyhledavaci pole---*/
form#form-search {
  float: right;
  width: 100%;
  margin-right: 0px;
  margin-top: 60px;
}
#form-search .form-group {
  margin-bottom: 0;
}
#form-search .form-control {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0px 16px;
  height: 31px;
}
#form-search button.btn.btn-default {
  border: none;
  background: #f0f0f0;
  border-radius: 0;
}
i.fa.fa-search {
  color: #5e5757;
}
/*-----------VYHLEDÁVACÍ STRÁNKA-------------*/
#listdata.search > div:nth-child(2), #listdata.search > div:nth-child(3), #listdata.search > div:nth-child(4)  { /*skryti vyhledavani z produktu a clanku*/
  display: none;
}
#search .form-group:nth-child(2) { /*skryti vyberu vyhledavani*/
  display: none;
}
#search .btn-primary {
  background-color: transparent;
}
#search #list-pages li.media, #search #list-rubrics li.media {
  display: block;
  margin: 10px 0;
  background: #fff;
  padding: 17px;
  border: 1px solid #999999;
  width: 100%;
  height: 56px;
}
#search #list-pages li.media img, #search #list-rubrics li.media img {
  display: none;
}
#search #listdata h2 {
  padding: 0;
  font-size: 16px;
  margin-bottom: 0;
}
#search #listdata p.details {
  display: none;
}

/*-----------KE STAZENI DOWNLOADS ------------*/
ul#list-downloads {
  list-style-type: none;
  padding-left: 0;
}
#list-downloads p {
  display: none;
}
#table-downloads td {
  vertical-align: middle;
  width: auto;
}
#table-downloads td:nth-child(2), #table-downloads th:nth-child(2) {
  display: none;
}
#listdata h2 {
  background-color: rgba(255, 255, 255, 0.53);
  padding: 17px 0;
}

#listdata h2 > a {
  text-decoration: none;
  padding-left: 20px;
}

/*------------DODAVATELE------------*/
#dodavatele img {
  padding-top: 29px;
  margin: 0 auto;
  display: block;
  min-width: auto;
}
#article-343526 img { /*lahr*/
  min-width: auto;
}
#dodavatele h2.media-heading-additionaly {
  margin-bottom: 0.2em;
  margin-top: 0.8em;
  font-weight: 600;

}
#dodavatele h2 > a {
  text-decoration: none;
}
#dodavatele img { 
  min-width: 0;
}
/*------------KONTAKTY-----------------*/
.kontakty iframe {
  margin-top: 20px;
}
/*---------------FOOTER--------------*/

#box-custom-footer img {
  width: 64px;
  margin-left: 30%;
}
#box-custom-footer h2 {
  color: #fff;
}
#box-custom-footer {
  color: #d9d8d8;
  background: #434343;
}
#box-custom-footer .text-primary {
  color: #fff;
}
#box-custom-footer a {
  color: #d9d8d8;
  text-decoration: none;
}
#box-custom-footer a:hover {
  color: #F7FB2C;
}
.carousel {
  position: relative;
  top: 4px;
  background: #fff;
  height: 132px;
}
.carousel-indicators {
  bottom: 0px;
}
#box-custom-footer .carousel-inner img {
  width: 190px;
  margin: 24px auto;
}
/*--inpage reklama--*/
#bar-poweredby {
  margin: 0;
  padding: 0.5em 1em;
  background: #434343;
  color: #d9d8d8;
}
p#bar-poweredby a {
  color: #d9d8d8;
}
p#bar-poweredby {
  /*  text-align: center;*/
  font-size: 13px;
}
#bar-poweredby a#i-logoinpage {
  background: none;
  top: 0;
  color: #d9d8d8;
}
#bar-poweredby a#i-logoinpage span {
  display: block;
}

/*-------------------responsivni zobrazeni------------------------*/

@media screen and (max-width: 767px) { /*zobrazení pro mobil*/ 
  #box-custom-header small { display: inline;}
  form#form-search {  margin-top: 0;}
  p#header-nadpis {    margin-top: 3px; font-size: 2.4em;}
  .navbar-collapse.collapse {float: none; text-align: right;}

  /*uvodni dlazdice*/
  #produkty h2 {  font-size: 1.2em;}

  .accordionContent { margin-bottom: 20px; }
  button.accordion { font-size: 1.05em;font-weight: 200; }

  #box-custom-footer {text-align: center;}
  #box-custom-footer li {list-style-type: none;}
  #box-custom-footer ul {padding-left: 0;}

  main.col-lg-push-3 { left: 0; }
  main.col-lg-9 { width: 100%;}
  aside.col-lg-3 {width: 100%;}
  aside.col-lg-pull-9 { right: 0;}

  /*kategorie produktů*/
  #list-pages li.media, #list-rubrics li.media {width: 45%;}


}

@media screen and (max-width: 500px) {
  span.service-icon { display: block;}
  /*kategorie produktů*/
  #list-pages li.media, #list-rubrics li.media {width: 100%;}
}


@media screen and (min-width: 768px) { /*zobrazení pro tablet*/
  #logo img {    max-height: 64px; }
  p#header-nadpis {  font-size: 2.4em;}
  #box-custom-header small { display: block;}
  .navbar .navbar-nav > li > a {   padding: 15px 14px;}
  /*uvodni dlazdice*/
  #produkty h2 {  font-size: 1.05em; }
  /*kategorie produktů*/
  #list-pages li.media, #list-rubrics li.media {width: 45%;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  button.accordion { font-size: 1.05em;font-weight: 200; }

}
@media screen and (min-width: 992px) { /*zobrazení pro malý notebook*/
  #logo img { max-height: 86px;}
  #box-custom-header small { display: inline;}
  .navbar .navbar-nav > li > a {   padding: 15px 20px;}

  /*uvodni dlazdice*/
  #produkty h2 {  font-size: 1.2em; }

  /*kategorie produktů*/
  #list-pages li.media, #list-rubrics li.media {width: 30%;}
}

@media screen and (min-width: 1200px) { /*zobrazení pro monitor*/

  .container {     width: 1230px;  }
  main.col-lg-push-3 {    left: 26%;    margin-left: 3%;    padding-left: 30px;  }
  main.col-lg-9 {    width: 73%;  }
  p#header-nadpis {  font-size: 2.8em;}

  /*uvodni dlazdice*/
