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

body {
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center 169px;
  background-image: url('/obrazek/3/bg-jpg/');
  background-color: #fff;
}

h1 {
  font-weight: bold;
  font-size: 2.2em;
}

h2 {
  color: #006197;
  font-weight: bold;
  font-size: 1.7em;
}

h3 {
  color: #73BE1E;
  font-weight: bold;
}


.podpis {
  background-color: #f8f8f8;
  border: 1px solid silver;
  margin: 1.5em 0 3em;
  padding: 5px;
  text-align: left;
  width: 215px;

}
.podpis span {
  font-size: 0.85em;
  font-style: italic;
}

.well h1, .well h2, .well h3, .well h4, 
.alert h1, .alert h2, .alert h3, .alert h4 {margin:0 0 10px;}

.well a, .alert a {text-decoration:underline}
.well a:hover, .alert a:hover {text-decoration:none}

pre.small {max-height: 100px;
  overflow: auto;}

p.datum-clanek {
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 13px;
}


/* ///////////////////////////////////*/
/* ------------- HEADER ------------- */
header {
  background:url('/obrazek/3/navrh-cb-uzky2-jpg/') no-repeat center top transparent;
  min-height: 190px;
}

/* search box */
@media (min-width:992px) {
header .col-sm-5.col-md-6{
  float: right;
  display: block;
  position: relative;
  margin: 142px 0 10px 0;
  padding: 0px;
  height: 34px;

}
}
/* -- */
#logo {
  margin: 90px 0 0 0;
}
/* //////////////////////////////////// */
/* ------------- MENU --------------- */
.navbar {
  max-width: 1170px;
  margin: 0 auto;
  min-height: 58px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.navbar-nav > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size:1.2em;
  text-transform: none;
  letter-spacing: 1px;
}
.navbar-nav > li {
  border-left: none;
  border-right: none;
}
.navbar-nav > li:hover {
  background:none;
}
.navbar-nav > li:hover > a {
  background:none;
  color:#fff;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  background:none;
  border-bottom:6px solid #73BE1E;
  color:#fff;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  color: #fff;
  background:none;
  border-bottom:6px solid #73BE1E;
}

/*--- ODSAZENI polozek ---*/
li#menu-item-41 {
  margin: 0 0 0 100px;
}

/* --- KOSIK TOP --- */
#topcart {
  display: none;
}
body#index #panel-categories {
  display:none;
}

/* //////////////////////////////////////*/
/* ------------- CONTAINER ------------- */
main {
  background: #fff;
  margin: 0 auto 30px;
  padding: 0;
  -webkit-box-shadow: 0 0 27px 0 #d2d2d2;
  -moz-box-shadow: 0 0 27px 0 #d2d2d2;
  box-shadow: 0 0 27px 0 #d2d2d2;
}

#mainContent {
  padding: 10px;
}

#mainContent img{
  border: 1px solid #eaeaea;
}

/*--------- addthis ---------*/

.addthis_toolbox {margin:20px 0}

/*-------- vypis clanku -----------*/
ul#listdata, ul#list-pages {
  padding:0;
  margin:30px auto 20px;
}

#listdata li, ul#list-pages li {
  list-style:none;
  background: -moz-linear-gradient(top, rgba(240,244,247,1) 0%, rgba(240,244,247,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,244,247,1)), color-stop(100%,rgba(240,244,247,0)));
  background: -webkit-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  background: -o-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  background: -ms-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  background: linear-gradient(to bottom, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#00f0f4f7',GradientType=0 );
  border: 1px solid #eee;
  padding: 10px;
}

ul#listdata li img, ul#list-pages li img {
  margin: 0 0 10px !important;
  min-width: 76px;
  max-width: 95px;
  height: auto;
  padding-right: 10px;
}

p.details {
  border-top: 1px solid #eee;
  padding: 5px 0 0 0;
  margin: 20px 0 0;
  font-size: 0.82em;
  color: #9E9E9E;
  clear:both;
}

#pagination li {
  background: none;
  border: none;
  padding: 0;
}

/* ESHOP BOX */
.ramecek-red {
  border: 1px solid red;
  padding: 5px;
  color: #333;
  text-align: left;
  background-color: #f8f8f8;
  font-weight: bold;
}

/* --------------- VYPIS KOMENTARU -------------- */
ul#list-comments li {
  background: -moz-linear-gradient(top, rgba(240,244,247,1) 0%, rgba(240,244,247,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,244,247,1)), color-stop(100%,rgba(240,244,247,0)));
  background: -webkit-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  background: -o-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  background: -ms-linear-gradient(top, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  background: linear-gradient(to bottom, rgba(240,244,247,1) 0%,rgba(240,244,247,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#00f0f4f7',GradientType=0 );
  border: 1px solid #eee;
  padding: 5px;
  border: 1px solid #d2d2d2;
}
p.comment {
  border-top: 1px solid #d2d2d2;
  padding: 5px 0 0 0;
}

/* ///////////////////////////////////////*/
/* -------------- LEFT BOX ------------- */
aside .panel {
  -webkit-box-shadow: 0 0 27px 0 #d2d2d2;
  -moz-box-shadow: 0 0 27px 0 #d2d2d2;
  box-shadow: 0 0 27px 0 #d2d2d2;
}
.panel-title {
  font-weight:normal;
}

aside {
  padding: 0 15px 0 0 !important;
  margin: 18px auto;
}

ul#list li {
  list-style: none;
  line-height: 30px;
  border-bottom: 1px solid #e3e3e3;
  padding:1px 0;
  font-size:14px;
  font-weight: 700;
}

ul#list {
  padding: 0 0 0 8px;
}

ul#list li a:hover {
  background: #E7E7E7;
  text-decoration:none;
  display:block;
  padding:0 0 0 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

ul#list a:hover {
  text-decoration:none;
}

#panel-custom-2 h3 {
  padding: 0;
  margin: 0 auto 5px;
}

/*///////////////////////////////////*/
/*---------- FOOTER ------------*/
a#i-logoinpage {
  display: inline-block;
  width: 74px;
  height: 20px;
  background: url(/images/logoinpagefooter.png);
  position: relative;
  top: 5px;
}
#bar-poweredby {
  display:none;
}
/*//////////////////////////////////*/
/*-------- PATICKA DOLE -----------*/
/*--------------------nová patička----------------------*/
#box-custom-footer {
  font-size: 100%;
  min-height: 150px; 
  text-align: center;
  padding: 10px 0;
  background: #333333;
  border-top:4px solid #006197;
}
#box-custom-footer .block {
  display: inline-block; 
  color: #eee; 
  margin: 0 15% 0 0;
  vertical-align: top;
  text-align: left;
}
#box-custom-footer #footer-main {
  margin: 0 auto;
  width: 960px;
}
#box-custom-footer .block h4 {
  font-size: 18px;
  color: white; 
  margin-bottom: 0;
  text-shadow: -2px 1px 1px #000000;
}
#box-custom-footer ul { 
  list-style: disc;
  padding:0;
}
#box-custom-footer ul li { 
  display: block; 
  line-height: 1.6em; 
  margin-left: 0px;
}
#box-custom-footer .block a {
  font-size: 14px;
  color: #aaa; 
  text-decoration:none; 
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#box-custom-footer .block a img {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#box-custom-footer a:hover { 
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 7px #CCCCCC;
}
#box-custom-footer a:hover img { 
  opacity: 1;
}

/* ------  form přihlášení do soutěže -------*/

form table.tabulka,
form table.tabulka > thead > tr > th, 
form table.tabulka > tbody > tr > th, 
form table.tabulka > tfoot > tr > th, 
form table.tabulka > thead > tr > td, 
form table.tabulka > tbody > tr > td, 
form table.tabulka > tfoot > tr > td {

  border: 1px solid #fff;

}



/*--------------registrační formulář-------------------*/
form#reg-form input {
  height: 20px;
  margin: 5px 0;
}

form#reg-form textarea + span, 
form#reg-form input + span {
  display: block;
  overflow: hidden;

  max-height: 0px;
  position: relative;
  /*top: 10px;*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
form#reg-form textarea:focus + span, 
form#reg-form input:focus + span {
  max-height: 300px;
  margin: 10px 0;
}
form#reg-form span small {
  display: block;
  padding: 10px;
  border: 1px solid #cdcdcd;
  background: rgba(0,0,0,0.05);
  background: rgba(115, 190, 30, 0.8);
  color: #000;
  border: 0px solid #000;
}
form#reg-form label.paypal, 
form#reg-form label.gopay {
  display: inline-block;
  cursor: pointer;
  background: url("/ftp/images/paypal-gopay.png") no-repeat;
  width: 30%;
  height: 27px;
  opacity: 0.5;
}
form#reg-form label.gopay {
  background-position: bottom left;
}
form#reg-form label.paypal strong, 
form#reg-form label.gopay strong {
  display: none;
}
form#reg-form input[type="checkbox"]:checked + label {
  opacity: 1;
}
form#reg-form td p,
form#reg-form ul li {
  font-size: 85%;
}



form#reg-form table, form#reg-form table tbody {
  width: 100%;
  padding: 15px;
}

form#reg-form table#select-package {
  height: 100px;
  padding: 0;
  background: rgb(253,253,253); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
table#select-package td {
  width: 33.333%;
}
table#select-package td div {
  position: relative;
}
table#select-package td span {
  color: #000000;
  display: block;
  margin: 0 auto -40px;
}
table#select-package input[type="radio"] {
  bottom: 32px;
  left: calc(50% + 30px);
  position: absolute;
}
table#select-package input[type="radio"] + label {
  background-image: url("/ftp/images/balicky.png");
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  left: 0;
  padding: 3px 3% 57px 34%;
  top: 0;
}
table#select-package input[type="radio"] + label.chbalicek_ko {
  background-position: -236px top;
  padding: 3px 3% 57px 34%;
}
table#select-package input[type="radio"] + label.chbalicek_es {
  background-position: -470px top;
}
table#select-package input[type="radio"]:checked + label {
  color: #ff0000;
  background-color: #555555;
}


/* ----------- AKCE BLOCK ------------ */

.alert.alert-danger.block {
  max-width: 300px;
  margin: 0 auto;
}

/*---- info o verzi wysiwyg editoru ---- */

.editor {position:absolute; right:15px;}
.editor ul{list-style:none; padding:0;}

.editor > ul > li {cursor:pointer; background-color:#73be1e; border-radius:5px; padding:2px 4px; text-align:right; color:white;}
.editor > ul > li > ul{display:none; width:220px}

.editor ul > li:hover > ul {
  display:block;
  background-color:white;
  border-bottom:2px solid #73be1e;
  padding:10px;
}

.editor ul > li:hover > ul > li {text-align:left; color:#4d4d4d;}

.editor ul ul > li a{text-decoration:underline; margin-left:10px; }
.editor ul ul > li a:hover{text-decoration:none;}

.editor + h1 {margin-top:30px}

/*----- článek - dlaždice na úvodní straně ---------*/
#mainContent .sluzby .thumbnail img {border:0;}



.ex-grid .row {margin:0; margin-bottom:20px; }
.ex-grid .row .col-md-1, 
.ex-grid .row .col-md-8, 
.ex-grid .row .col-md-4, 
.ex-grid .row .col-md-6 {
  border:1px solid #cccccc;
  background-color:#f5f5f5; }

/*--------- článek vlastní boxy ----------*/

.own-boxes .panel-primary > .panel-heading {
  color: #fff;
  background-color: #006197;

}

.own-boxes .panel-primary {border-color: #eaeaea; box-shadow:none;}

/********************************************/
/********************************************/

@media screen and (min-width: 768px) {
  /* #sticker {position:static!important}*/
}

@media screen and (min-width: 992px) {
  /*#sticker {position:static!important}*/
}


@media screen and (min-width: 1200px) {
  main.col-lg-push-3 {
    left: 30%;
  }
  aside.col-lg-3 {
    width: 30%;
  }
  main.col-lg-9 {
    width: 70%;
  }
  aside.col-lg-pull-9 {
    right: 70%;
  }
  /* #sticker {position:none!important}*/

}



@media screen and (max-width:1199px) {
  .navbar-nav > li > a {
    font-size:1em;
  }
  #sticker {position:static!important}
}
@media screen and (max-width:991px) {
  header {
    min-height:30px;
    background:none;
  }
  header .col-sm-6 {
    margin: 15px 0 0 0;
  }
  #logo {
    margin: 0 0 15px;
  }
  #sticker {position:static!important}
}

#sticker.nofb { 
  background-image:url('/obrazek/3/banner-sidebar/'); 
  width: 300px;
  height: 600px;
}

/*perex image*/
.perex .perex-image-link{
  float: left;
  /* margin-right: 10px;*/
  margin-bottom: 10px;
}
.perex .perex-image-link img {
  max-width: 95px;
}

/*k clanku https://blog.inpage.cz/inpage/uprava-tabulky-pres-vlastni-css-styly/*/
.mojeTabulka {
  width: 100%;   /*šířka tabulky*/
  margin: 10px auto 10px auto; /*odsazení nahoře a dole 10px, zarovnání tabulky na střed vpravo a vlevo*/
  border-collapse:collapse; /*rámečky sousedních buněk splývají, výchozí hodnota je separate */

  border: 1px solid #ffce99; /*ohraničení kolem tabulky*/
  background-color:white;
  font-size:15px;
  color:blue;
}

.mojeBunky {  border-collapse:separate;     border-spacing: 3px; /*odsazení mezi rámečky sousedních buněk*/}
.mojeBunky tr td{
  /*border: 1px solid #ffce99; /*ohraničení buňky */
  border-top:1px solid red;
  border-bottom:1px solid black;
  border-left:1px solid green;
  border-right:1px solid yellow;
  padding:5px 3px 5px 3px;
  margin:10px;

}
.mojeHlavicka  {  border-collapse:collapse; }
.mojeHlavicka thead th, .mojeHlavicka thead td {
  color: white;
  background-color: #252525;
  font-weight:bold
}



.mojeStridani tbody tr:nth-child(odd) td,
.mojeStridani tbody tr:nth-child(odd) th {
  background-color: #f1f1f1;
}

.mojeHover tbody tr:hover td,
.mojeHover tbody tr:hover th{
  background-color: #ffed98;  /**/
}
/*end k clanku*/


/*clanek https://blog.inpage.cz/inpage/vlastni-pozadi-bloku/ */

section.bg-color {
  background-color: #73be1e;
  color:#ffffff;
}

/*prechod na pozadi*/
section.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#73be1e+0,f7ff6d+100 */
  background: #73be1e; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #73be1e 0%, #f7ff6d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #73be1e 0%,#f7ff6d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #73be1e 0%,#f7ff6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73be1e', endColorstr='#f7ff6d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*obrazek na pozadi*/
section.bg-img {
  background-image: url(/obrazek/3/bg-obrazek-na-pozadi-png/); /*adresa obrazku*/
  background-repeat: no-repeat;                            /*obrazek se nebude opakovat*/
  background-position: center;                             /*vystredeni obrazku*/
  background-size: cover;                                  /*obrazek pokryje prvek i za cenu oriznuti*/
}
/*fixni pozadi*/
section.bg-fixed {
  background-image: url(/obrazek/3/bg-obrazek-na-pozadi-png/); /*adresa obrazku*/
  background-repeat: no-repeat;                            /*obrazek se nebude opakovat*/
  background-position: center;                             /*vystredeni obrazku*/
  background-size: cover;                                  /*obrazek pokryje prvek i za cenu oriznuti*/
  background-attachment: fixed;
}
/*skladane pozadi*/
section.bg-img2 {
  background-image: url(/obrazek/3/bg-skladane-pozadi-png/);
  background-repeat: repeat;
  color:#fff;
}
/*konec https://blog.inpage.cz/inpage/vlastni-pozadi-bloku/ */

/*https://blog.inpage.cz/inpage/moznosti-a-upravy-trisloupcove-obsahove-sablony/*/
.section-bg-light.section-dlazdice{
  background-color:transparent;
  padding:0;
}
.section-bg-light.section-dlazdice .section-cell-item {
  background-color:#F2F2F2;
  margin:15px;
  padding:15px;
}
.section-bg-light.section-dlazdice .col-xs-12 {
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .section-bg-light.section-dlazdice .col-sm-6 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .section-bg-light.section-dlazdice .col-md-4 {
    width: calc(33.333333% - 30px);
  }
}
/*konec https://blog.inpage.cz/inpage/moznosti-a-upravy-trisloupcove-obsahove-sablony/*/