@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Times New Roman:400,400italic,700,700italic);
/*=======================================================
						Main Styles
=========================================================*/
body {
}


.ukazka_test  {
    padding-left: 130px; 
    text-align: right;
}

@media screen and (max-width:1199px) {
  .ukazka_test {
    display: none;
  }
}

@media screen and (max-width:600px) {
.ukazka_test  {
    padding-left: 5px; 
    text-align: right;
  }
}





img {
  max-width: 100%;
  height: auto;
}

h1, h3, h4, h5, h6,
.h1, .h3, .h4, .h5, .h6 {
  font-family: "Times New Roman";
  font-weight: 600;
  line-height: 1.2;
  color: #006A6E;
  margin: 0;
  text-align: center;
  word-spacing: 0.2em;
}

h1, .h1 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1.3px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small {
  display: inline-block;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 30px;
  }
}


h2 {
  font-size: 40px;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
  
}



h3, .h3 {
  font-size: 23px;
  line-height: 1.56521739;
  letter-spacing: -0.7px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 1.64285714;
  font-weight: 600;
  padding: 10px 10px 0px 5px;
  margin: 0px 0px 0px 0px;


}

h5, .h5 {
  font-size: 16px;
  line-height: 1;
}

h6, .h6 {
  font-size: 14px;
  line-height: 1;
}


b {
  font-weight: 600;
}

p.green {
   color: #006A6E;
   text-align: justify;   
   padding: 5px 0px 5px 0px;
}

p.green_i {
   color: #006A6E;
   padding: 5px 0px 5px 0px;
   font-style: italic;
   font-size: 90%; 
}



p.more {
   color: #006A6E;
   padding: 10px 0px 10px 20px;
   margin: 0px 0px 0px 20px;
   background: url("../img/style/plus.png") left center no-repeat;
}


p.more_center
{
   color: #006A6E;
   text-align: center;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   background: url("../img/style/plus.png") left center no-repeat;
}


p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* !!! vratit zpet
a:hover {
  color: #033032;
  font-weight: 600;
}
*/
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

.nounder  {   /* nepodtrzene odkazy*/ 
  text-decoration: none;
}


strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.lead {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  color: #aeaeae;
  font-family: "Times New Roman";
}

.img-brdr {
  display: inline-block;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 6px solid #e9e9e9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.img-brdr_map {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 6px solid #e9e9e9;
  max-width: 100%;
}

.bot-line {
  position: relative;
}
.bot-line:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1170px;
  bottom: 0;
  background: #ebebeb;
}

.brdr_bot {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.brdr_bot_mod {
  padding-bottom: 53px;
  border-bottom: 1px solid #ebebeb;
}

.side-box + .side-box {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .side-box + .side-box {
    border: none;
  }
}

.how_sec h4 a:hover {
  color: #404040;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #979797;
}

.link1 {
  color: #7ac1e6;
}
.link1:hover {
  color: #979797;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
/** + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {margin-top: 20px;}*/
* + .row {
  margin-top: 30px;
}

.row + * {
  margin-top: 30px;
}

.row + .row {
  margin-top: 51px;
}

h4 + * {
  margin-top: 14px;
}

.img-brdr + h4 {
  margin-top: 31px;
}

* + .marked-list-1 {
  margin-top: 27px;
}

* + .marked-list {
  margin-top: 36px;
}

p + .marked-list {
  margin-top: 21px;
}

.marked-list + * {
  margin-top: 19px;
}

h3 + * {
  margin-top: 15px;
}

h3 + h4 {
  margin-top: 28px;
}

.ins-top {
  padding-top: 50px;
}

* + .btn {
  margin-top: 24px;
}

.ins_r {
  padding-right: 5%;
}

.offs1 {
  margin-top: 10px;
}

* + .offs2 {
  margin-top: 36px;
}

* + .marTop0 {
  margin-top: 0px;
}

* + .marTop1 {
  margin-top: 6px;
}

.row + .row.marTop2 {
  margin-top: 21px;
}

.ins1 {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .ins1 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

/*=======================================================
						Components
=========================================================*/
/*=================   Inline list   =====================*/
.inline-list {
  margin-top: 10px;
  display: inline-block;
}
.inline-list .fa {
  position: relative;
  text-align: center;
}
.inline-list .fa:hover:before {
  background: #3aa3da;
}
.inline-list .fa:before {
  font-size: 24px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #e5e5e5;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7ac1e6;
  width: 40px;
  height: 40px;
  left: -45px;
  padding-left: 0px;
  line-height: 42px;
}
.inline-list li {
  display: inline-block;
  line-height: 40px;
}
.inline-list li + li {
  margin-left: 41px;
}
@media (max-width: 991px) {
  .inline-list .fa:before {
    left: -43px;
    top: -27px;
  }
}
@media (max-width: 767px) {
  .inline-list .fa:before {
    left: -25px;
    top: -27px;
  }
}

.social {
  float: right;
  display: inline-block;
  border-left: 1px solid #bcbcbc;
  width: 270px;
  height: 57px;
  text-align: right;
}
.social .lead {
  display: inline-block;
  margin-top: 24px;
}
.social .inline-list {
  display: inline-block;
  margin-left: 63px;
}
@media (max-width: 991px) {
  .social {
    width: auto;
    border-left: none;
    height: auto;
    margin-top: 23px;
  }
  .social .inline-list {
    margin-left: 0;
  }
  .social .lead {
    display: none;
  }
}
@media (max-width: 767px) {
  .social {
    float: none;
  }
}

/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.flex-list li {
  display: table-cell;
  position: relative;
}

@media (max-width: 767px) {
  .flex-list li {
    display: block;
  }
}
/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
  padding-left: 95px;
}
.index-list li:before {
  content: counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  color: #fff;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7ac1e6;
  font-size: 23px;
  font-weight: 700;
  top: -2px;
  left: 15px;
}
.index-list li + li {
  margin-top: 0;
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
}
.marked-list li {
  position: relative;
  padding-left: 14px;
}
.marked-list li:before {
  position: absolute;
  content: '\f061';
  font-family: "Times New Roman";
  font-size: 8px;
  color: #565656;
  left: 0;
  top: 0;
}
.marked-list li + li {
  margin-top: 6px;
}
.marked-list a a:hover {
  color: #7ac1e6;
}

.marked-list_mod li:before {
  color: #7ac1e6;
}

@media (max-width: 767px) {
  footer .marked-list {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}



.novinky {
  display: block;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
  color: #006A6E;
  list-style: none;
}
.novinky li {
  position: relative;
  padding-left: 14px;
}

.novinky li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 5px;
  background: url("../img/style/arr.png");
  left: 2px;
  top: 7px;
}

.novinky li + li {
  margin-top: 6px;
}


.novinky2 {
  display: block;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
  color: #006A6E;
  list-style: none;
  font-size: 12px; 
}
.novinky2 li {
  position: relative;
  padding-left: 0px;
}

.novinky2 li:before {
  position: absolute;
  content: '';
/*  width: 6px;
  height: 5px;
  background: url("../img/style/arr.png");
  left: 2px;
  top: 7px;  */
}

.novinky2 li + li {
  margin-top: 6px;
}


.novinky22 {
  display: block;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
  color: #006A6E;
  list-style: none;
  font-size: 16px; 
}
.novinky22 li {
  position: relative;
  padding-left: 0px;
}

.novinky22 li:before {
  position: absolute;
  content: '';
/*  width: 6px;
  height: 5px;
  background: url("../img/style/arr.png");
  left: 2px;
  top: 7px;  */
}

.novinky22 li + li {
  margin-top: 6px;
}



 .novinky_mod {
  padding-bottom: 57px;
}
  
.selimg {
  width: 15px;
  height: 15px;
  margin: 0px 0px 0px 10px;
}


/*================    Term list     =================*/
.terms-list {
  margin-top: 30px;
}
.terms-list li {
  padding-right: 3%;
}
.terms-list li + li {
  margin-top: 20px;
}
.terms-list + * {
  margin-top: 25px;
}
.terms-list + * a:hover {
  color: #7ac1e6;
}

.terms-list_mod li {
  padding-right: 0;
}
.terms-list_mod li + li {
  margin-top: 20px;
}

address {
  font-style: normal;
}

.addr1 dl {
  padding-left: 0;
  margin-top: 0px;
  max-width: 270px;
}
.addr1 dl dt, .addr1 dl dd {
  display: inline-block;
  font-weight: 300;
}
.addr1 dl dt {
  width: 24%;
  min-width: 78px;
}
.addr1 dl dd {
  width: 55%;
}
.addr1 dl dd + dt {
  margin-top: 0;
}
.addr1 dl dt + dd {
  margin-top: 0;
}
.addr1 .mail dt {
  width: 15%;
  min-width: 40px;
}

* + address.h4 {
  margin-top: 29px;
}

address.h4 + .addr1 {
  margin-top: 14px;
}

.addr1 + address.h4 {
  margin-top: 20px;
}

article.article1 time {
  font-size: 14px;
  color: #7ac1e6;
  white-space: nowrap;
}
article.article1 .media-left {
  padding-right: 7px;
}
article.article1 p {
  padding-right: 3%;
}
* + article.article1 {
  margin-top: 29px;
}
article.article1 + article {
  margin-top: 19px;
}

/*==================     Brand     ======================*/
.logomenu    {
  padding: 0px 0px 0px 40px;
  align:left;
  position: absolute;
}

@media only screen and (max-width: 1190px) {
  .logomenu {      width:0px;    }
}

.navbar-header {
  padding: 5px 10px 0px 10px;
  position: relative;
  text-align: center;
  color: #676767;
  width: 100%;
/*  background: url("../img/menulogo.png") no-repeat left;   */  
}

.podnazev {
  font-size: 24px;
  position: static;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.jvk {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #006A6E;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 960px) {
  .hltitle {      font-size: 30px;    }
  .podnazev {     font-size: 15px;    }  
  .jvk {          font-size: 15px;    }
  h2 {      font-size: 30px; font-weight: 600; padding: 5px 10px 5px 10px;}
}

@media only screen and (max-width: 725px) {
  .navbar-header  {   background-size: 0 0; }
  .hltitle {      font-size: 25px; padding-left: 60px;    }
  .podnazev {     font-size: 12px;    }  
  .jvk {          font-size: 15px;    }
  h2 {      font-size: 30px; font-weight: 600; padding: 5px 10px 5px 10px;}
}

@media only screen and (max-width: 320px) {
  .navbar-header  {   background-size: 0 0; }
  .hltitle {      font-size: 25px; padding-left: 0px;   }
  .podnazev {     font-size: 12px; position: relative;   }  
  .jvk {          font-size: 15px;    }
}



@media (max-width: 991px) {
  .navbar-brand {
    padding-right: 0;
  }
  .navbar-brand small, .navbar-brand:before {
    display: none;
  }
}

blockquote.box {
  margin: 0;
  font-style: normal;
}
blockquote.box p {
  background: #f3f3f3;
  padding: 41px 28px 41px 38px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
blockquote.box p:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #f3f3f3 transparent transparent transparent;
}
@media (max-width: 767px) {
  blockquote.box p:before {
    left: 49%;
  }
}
blockquote.box cite {
  display: inline-block;
}
blockquote.box * + h4 {
  margin-top: 18px;
}
blockquote.box h4 cite {
  font-style: normal;
  color: #979797;
}
blockquote.box h4 a {
  color: #7ac1e6;
}
blockquote.box h4 a:hover {
  color: #404040;
}
blockquote.box q {
  font-family: "Times New Roman";
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: #767676;
  word-wrap: break-word;
}
blockquote.box q:before, blockquote.box q:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote.box q:after {
  clear: both;
}
blockquote.box + blockquote {
  margin-top: 35px;
}

blockquote.media {
  margin: 0px;
}
* + blockquote.media {
  margin-top: 36px;
}
blockquote.media q:before, blockquote.media q:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote.media q:after {
  clear: both;
}
blockquote.media cite {
  font-style: normal;
}
blockquote.media p + p {
  margin-top: 15px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
blockquote.media p + p small {
  font-size: 11px;
  font-family: "Times New Roman";
  display: block;
  margin-top: -5px;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #7ac1e6;
}

.bg2 {
  background: #404040;
}

.bg3 {
  background: #979797;
}

.color1 {
  color: #7ac1e6;
}

.color2 {
  color: #404040;
}

.color3 {
  color: #979797;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .left767 {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .left991 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .right767 {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .right991 {
    text-align: right;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fw-l {
  font-weight: 300;
}

.fw-n {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-xb {
  font-weight: 800;
}

.white {
  color: #fff;
}

.txt-sec {
  color: #404040;
}

.text-primary {
  color: #7ac1e6;
}

.bg-secondary {
  background: #404040;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  padding: 3px 24px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  color: #7ac1e6;
  background-color: #979797;
  border-color: #7ac1e6;
}

.btn-primary {
  color: #ffffff;
  background-color: #8ccceb;
  border-color: #8ccceb;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #8ccceb;
  border-color: #8ccceb;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}

/*==================      Media      ======================*/
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-right img,
.media > .pull-right img {
  max-width: none;
}

.media-left,
.media > .pull-left {
  padding-right: 27px;
}
.media-left img,
.media > .pull-left img {
  max-width: none;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 450px) {
  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
  }
}

.col-4_mod div:nth-child(n+4) {
  margin-top: 42px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-4_mod div:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-4_mod div:nth-child(n+3) {
    margin-top: 42px;
  }
  .col-4_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-4_mod div:nth-child(n+2) {
    margin-top: 42px;
  }
  .col-4_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-3_mod div:nth-child(n+5) {
  margin-top: 51px;
}
.col-3_mod div:nth-child(4n+5) {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-3_mod div:nth-child(n+3) {
    margin-top: 51px;
  }
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-3_mod div:nth-child(n+2) {
    margin-top: 60px;
  }
  .col-3_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*========================   Menu   ==========================*/
.navbar-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  background-color: #006A6E;
  border-color: none;
}
.navbar-nav > li:first-child a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
.navbar-nav > li:last-child a {
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
    font-family: "Times New Roman";
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .navbar-nav > li {
    display: table-cell;
  }
  .navbar-nav > li > a {
    padding: 5px 10px 10px;     //velikost tlacitek
    display: block;
    font-weight: 400;
  }
  .navbar-nav > li + li {
    border-left: 1px solid #c0c0c0;
  }
}

.sf-menu {
  /*@include clearfix;
  display: inline-block;*/
}
.sf-menu > li {
  position: relative;
  /*float: left;*/
}
.sf-menu > li + li {
  /*margin-left: 30px;*/
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFFFFF;             /* barva pisma tlacitka v menu */ 
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #419295;      /* jina barva tlacitka po najeti mysi */ 
}
.sf-menu > li.active > a {
  color: #fff;
  background: #419295;      /* jina barva tlacitka menu aktivni  strany */
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  /*width: 185px;*/
  width: 100%;
  margin-top: 0px;
  padding: 10px 0 10px;
  background: #fff;
  z-index: 9999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: left;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: #979797;
  padding: 10px 25px 10px 25px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #419295;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 100%;
  width: auto;
  margin-top: -49px;
  min-width: 150px;
  margin-left: 1px;
  padding: 0;
  padding: 10px 0 10px;
  z-index: 4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.sf-menu ul ul > li > a {
  color: #A2C0C1;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #419295;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-left: -6px;
  content: "";
  font: 400 15px/15px "FontAwesome";
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #404040;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 991px) {
  .sf-menu > li > a {
    /*font-size: 14px;*/
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 5px 0;
  }

  .sf-menu, .navbar {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #777;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 800px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: transparent;
  z-index: 999;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #404040;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #419295;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}








/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #e6e6e6;
  position: relative;
  z-index: 1100;
}
@media (min-width: 768px) {
  header .navbar-header {
    float: left;
    text-align: center;
    font-size: 18px;
  }    header

}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 50px;
  padding-top: 50px;
}

.well1 {
  padding-bottom: 20px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .well1 {
    padding-top: 25px;
  }
}

.well2 {
  padding-bottom: 56px;
  padding-top: 24px;
}
@media (max-width: 991px) {
  .well2 {
    padding-top: 80px;
  }
}

.well3 {
  padding-bottom: 56px;
  padding-top: 52px;
}

.well4 {
  padding-bottom: 56px;
  padding-top: 56px;
}

.well4_ins {
  padding-top: 0px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #f8f8f8;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 53px;
}
footer .rights {
  text-transform: uppercase;
  font-family: "Times New Roman";
  font-size: 16px;
  color: #404040;
  line-height: 1;
  font-weight: 700;
  margin-top: 9px;
}
footer .rights a {
  white-space: nowrap;
}
footer address {
  color: #419295;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 47px;
}
footer dl {
  margin-top: 5px;
}
footer dl dt, footer dl dd {
  display: inline-block;
}
footer dl.mail a {
  text-decoration: underline;
}
footer dl.mail a:hover {
  text-decoration: none;
}
@media (max-width: 500px) {
  footer .center500, footer h3 {
    text-align: center;
  }
}








/* forms */
form { padding: 15px 0px 0px 0px; }
form div.f_line { padding: 5px 10px 5px 0px; }
form div.f_line_pulka { width: 50%; float: left; padding: 5px 10px 5px 0px; box-sizing: border-box; }
@media only screen and (max-width: 960px) { 
    form div.f_line_pulka { width: 100%; padding: 5px 10px 5px 0px; }
    }
form div.f_line_tretina { width: 33%; float: left; padding: 5px 10px 10px 0px; box-sizing: border-box; }
@media only screen and (max-width: 960px) { 
    form div.f_line_tretina { width: 100%; padding: 5px 10px 5px 0px; }
    }

form div.f_line_important {position: relative; }
form div.f_line_important img { position: absolute; right: 25px; top: 5px; z-index: 1000;  }
form div.f_line input { font-size: 1.6em; height: 48px; width: 100%; border-radius: 5px; text-align: center; background: #ececec; color: #00768c  }
form div.f_line_pulka input{ font-size: 1.6em; height: 48px; width: 100%; border-radius: 5px; text-align: center;  background: #ececec; color: #00768c  }
form div.f_line_tretina input{ font-size: 1.6em; height: 48px; width: 100%; border-radius: 5px; text-align: center; background: #ececec; color: #00768c  }
form div.f_line select{ font-size: 1.6em; height: 48px; width: 100%; border-radius: 5px; text-align: center; background: #ececec; color: #00768c; border: 1px solid #ccc; }
form div.f_line textarea{ font-size: 1.6em; height: 160px; width: 100%; border-radius: 10px; text-align: left; padding: 10px 10px 10px 10px; background: #ececec; color: #00768c }
form div.f_line input.i_submit { background: #006A6E; color: #fff; transition: background 0.5s }
form div.f_line input.i_submit:hover { background: #f17201; cursor: pointer;  }

div.order_important {position: relative; }
div.order_important img { position: absolute; right: 10px; top: 5px; z-index: 1000;  }

.checkbox { width: 20px; height: 20px; }
.radio { width: 20px; height: 20px; }
/* forms end */


p.text_red {
   padding: 20px 10px 10px 10px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
   color: #F41318;
}


i {
    font-style: italic;  
}





/* styly pro texty a prilohy */

	@media
	only screen and (max-width: 795px),
	(min-device-width: 800px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		td {
			/* Behave  like a "row" */
			border: none;
			position: relative;
			padding: 10px;
			padding-left: 10px; 
      vertical-align: bottom;    
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			padding: 10px;
			padding-left: 30px;
  		white-space: nowrap;
  		vertical-align: bottom;
		}

	}

table.full {
    width: 100%;
    margin: 10px 10px 10px 10px;   
  }
    
    
.size_x4  {
  font-size: 4.0em  
}
 
.size_x14  {
  font-size: 1.4em  
}
       
    
.bold_p { 
  font-weight: 600; 
  margin: 0px 0px 0px 0px;
  text-align: center; 
}

.mezera {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.italic_p { 
  font-size: 1.0em; 
  font-style: italic; 
  padding: 0px 5x 0px 5px; 
  margin: 0px 0px 0px 0px;
  text-align: center; 
}

.italic_prilohy { 
  font-size: 0.8em; 
  font-style: italic; 
  padding: 5px 5x 0px 5px; 
  margin: 3px 25px 0px 25px;
  text-align: center; 
}

.new {
   text-align: center; 
}	

.text_nazev {                                   //nazev basne
   text-align: left;
   font-weight: 600;
   font-size: 1.6em;
   padding: 20px 10px 0px 0px; 
   margin: 0px 0px 0px 0px;
}

.text_podnazev {
   text-align: left;
   font-weight: 400;
   font-size: 1.2em;
   font-style: italic;
   padding: 5px 10px 0px 0px; 
   margin: 0px 0px 0px 0px;
}

.text_nazev_color {                                   //nadpis kapitoly
   text-align: left;
   color: #006A6E;
   font-weight: 600;
   font-size: 1.6em; 
}

.text_italic {
   font-style: italic;
   padding: 20px 0px 10px 0px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
}

.text_italic_small {
   font-style: italic;
   padding: 0px 0px 0px 0px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
   font-size: 0.8em;
}

.text_italic_color {
   font-style: italic;
   color: #006A6E;
   padding: 20px 0px 10px 0px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
}


.text_italic_color_right {
   font-style: italic;
   color: #006A6E;
   padding: 20px 0px 10px 0px; 
   margin: 0px 0px 0px 0px;
   text-align: right;
}

.text_normal {
   padding: 10px 10px 0px 0px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
}

.text_normal_autor {
   padding: 10px 10px 0px 0px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
   font-size: 1.2em; 
}

.text_normal_color {
   padding: 10px 10px 0px 0px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
   color: #006A6E;
}

.text_normal_small {
   padding: 5px 0px 10px 10px; 
   margin: 0px 0px 0px 0px;
   text-align: justify;
   font-size: 0.8em;
}
.text_normal_right {
   padding: 20px 10px 10px 10px; 
   margin: 0px 0px 0px 0px;
   text-align: right;
}

.text_normal_right_small {
   padding: 0px 10px 10px 10px; 
   margin: 0px 0px 0px 0px;
   text-align: right;
   font-size: 0.8em;
}

.text_normal_right_citace {
   padding: 0px 10px 10px 10px; 
   margin: 0px 0px 0px 0px;
   text-align: right;
   font-size: 0.8em;
}


.text_italic_right_citace {
   padding: 0px 10px 10px 10px; 
   margin: 0px 0px 0px 0px;
   font-style: italic;
   text-align: right;
   font-size: 0.8em;
}

.text_normal_right_italic {
   padding: 20px 10px 10px 10px; 
   margin: 0px 0px 0px 0px;
   text-align: right;
   font-style: italic;
}

.text_normal_right_italic_small {
   padding: 20px 10px 10px 10px; 
   margin: 0px 0px 0px 0px;
   text-align: right;
   font-style: italic;
   font-size: 0.8em;
}

.text_right_odsazeno_pul {
   padding: 0px 10px 10px 30%; 
   margin: 0px 0px 0px 0px;
   text-align: left;
}

.text_right_normal_odsazeno {
   padding: 0px 10px 10px 70%; 
   margin: 0px 0px 0px 0px;
   text-align: left;
}

.text_right_italic_odsazeno {
   padding: 0px 10px 10px 70%; 
   margin: 0px 0px 0px 0px;
   text-align: left;
   font-style: italic;
}

.text_right_normal_odsazeno_small {
   padding: 0px 10px 10px 70%; 
   margin: 0px 0px 0px 0px;
   text-align: left;
   font-size: 0.8em;
}

.text_right_italic_odsazeno_small {
   padding: 0px 10px 10px 70%; 
   margin: 0px 0px 0px 0px;
   text-align: left;
   font-style: italic;
   font-size: 0.8em;   
}



@media only screen and (max-width: 1180px) {
  .text_right_normal_odsazeno {     padding: 0px 10px 10px 60%;  }
  .text_right_italic_odsazeno {     padding: 0px 10px 10px 60%;  }
  .text_right_normal_odsazeno_small {     padding: 0px 10px 10px 60%;  }
  .text_right_italic_odsazeno_small {     padding: 0px 10px 10px 60%;  }
}

@media only screen and (max-width: 600px) {
  .text_right_normal_odsazeno {     padding: 0px 10px 10px 40%;  }
  .text_right_italic_odsazeno {     padding: 0px 10px 10px 40%;  }
  .text_right_normal_odsazeno_small {     padding: 0px 10px 10px 40%;  }
  .text_right_italic_odsazeno_small {     padding: 0px 10px 10px 40%;  }
}

@media only screen and (max-width: 420px) {
  .text_right_normal_odsazeno {     padding: 0px 10px 10px 30%;  }
  .text_right_italic_odsazeno {     padding: 0px 10px 10px 30%;  }
  .text_right_normal_odsazeno_small {     padding: 0px 10px 10px 30%;  }
  .text_right_italic_odsazeno_small {     padding: 0px 10px 10px 30%;  }  
}

@media only screen and (max-width: 360px) {
  .text_right_normal_odsazeno {     padding: 0px 10px 10px 20px  }
  .text_right_italic_odsazeno {     padding: 0px 10px 10px 20px;  }
  .text_right_normal_odsazeno_small {     padding: 0px 10px 10px 20%;  }
  .text_right_italic_odsazeno_small {     padding: 0px 10px 10px 20%;  }  
}

.text_center  {
   text-align: center;
   padding: 20px 0px 10px 0px; 
   margin: 0px 0px 0px 0px;
}

.text_center_color  {
   text-align: center;
   color: #006A6E; 
   padding: 20px 0px 10px 0px; 
   margin: 0px 0px 0px 0px;
}

.text_center_color_italic  {
   text-align: center;
   color: #006A6E; 
   padding: 20px 0px 10px 0px; 
   margin: 0px 0px 0px 0px;
   font-style: italic;
}

.text_center_color_mini  {
   text-align: center;
   font-style: italic;
   color: #006A6E;
   font-size: 0.8em;  
}


.box_center  {
    display: block;
    margin: 0 auto; 
    text-align: center;     
}

img.center {
    display: block;
    max-width:1000px;
    max-height: 1500px;
    padding: 5px;
    margin: 0 auto;
}

img.center_border {
    display: block;
    max-width:1000px;  //bylo 780
    max-height: 1500px;
    padding: 5px;
    margin: 5px auto;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}



img.centerdvaimg {
    max-width:780px;
    max-height: 780px;
    padding: 5px;
    margin: 5px;
    vertical-align: middle;
}

img.centerdvaimg_border {
    max-width:780px;
    max-height: 780px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 5px;
    vertical-align: middle;
}

@media only screen and (max-width: 770px) {
  img.center {  max-width:400px; max-height: 300px; }    
  img.center_border {  max-width:400px; max-height: 300px; }    
  img.centerdvaimg {  max-width:300px; max-height: 200px; }
  img.centerdvaimg_border {  max-width:300px; max-height: 200px; }  
}




img.imgmap  {
    display: block;
    height: 150px;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;  
}


img.center_mini {
    display: block;
    max-width: 180px;
    max-height: 100px;
    margin: 20px auto;
    padding: 0px 0px 0px 0px;
}

img.center_mini_text {
    display: block;
    max-width: 280px;
    max-height: 150px;
    margin: 20px auto;
    padding: 0px 0px 0px 0px;
}

img.center_mini_border {
    display: block;
    max-width:180px;
    max-height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 20px auto;
    padding: 0px 0px 0px 0px;
}

sup {
    font-size: 0.8em;
}

sub {
    font-size: 0.8em;
}


.h1p  {
    font-size: 150%;
    font-weight: normal;
    font-style: italic;
    color: #006A6E;
    margin: 10px 0px 0px 10px;
    text-indent: 5px;
    text-transform: uppercase;
    text-align: left;
}


.missing {
    font-size: 150%;
    font-weight: normal;
    color: #006A6E;
    margin: 10px 0px 20px 0px;
    text-indent: 5px;
    text-align: center;  
}

.missinglink {
  text-decoration: underline;
}


.deutsch  {
   padding: 10px 10px 10px 30px; 
   margin: 0px 0px 0px 50px;
   text-align: left;
   background: url("/img/DE.png") left center no-repeat;
}

.czech  {
   padding: 10px 10px 10px 30px; 
   margin: 0px 0px 0px 50px;
   text-align: left;
   background: url("/img/CZ.png") left center no-repeat;
}

/* seznam pismenek v zamestnancich */
.alphaseznam {  
  font-size: 1.8em; 
  font-weight: 400; 
  color: #006A6E; 
  padding: 40px 10px 30px 10px; 
  text-align: center;  
}


/*   seznam autoru -  obsah   */
.obsah {
  display: block;
  padding: 0px 0px 0px 0px; 
  margin: 10px 0px 0px 0px;
  color: #006A6E;
  list-style: none;
}

.obsah li {
  position: relative;
  padding-left: 24px;
  padding-top: 5px;
  color: #000000;
  font-size: 1.0em;
}

.obsah li.italic {
  position: relative;
  padding-left: 24px;
  padding-top: 5px;
  font-style: italic;  
  color: #000000;
  font-size: 1.0em;
}

.obsah li.name {
  position: relative;
  padding: 5px 10px 5px 10px;
  background: #D6D6D6;
  color: #006A6E;
}

.obsah li.info {
  position: relative;
  padding: 0px 10px 5px 14px;
  font-style: italic;
  color: #000000;  
  background: #D6D6D6;
  font-size: 0.8em;
}


.obsah li.other {
  position: relative;
  padding: 0px 10px 5px 24px;
  color: #000000;
  font-size: 1.0em; 
}

.obsah_link {
  color: #006A6E;
  font-style: italic;
}

.priloha_img  {
  float: right;
  padding: 5px 10px 5px 10px;   
}

.priloha_img_hotovo  {
  float: right;
  padding: 5px 100px 5px 10px;
}


/* ------------ literatura ----------------  */
.literatura {
  display: block;
  padding: 20px 0px 20px 0px; 
  margin: 0px 0px 0px 0px;
  color: #000000;
}
.literatura li {
  position: relative;
  padding-left: 14px;
}

.literatura li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 5px;
  background: url("../img/style/arr.png");
  left: 2px;
  top: 7px;
}

.literatura li + li {
  margin-top: 6px;
}
/* ------------ literatura END ----------------  */


.strankovani {
    position: static;
    width: 100%;
    margin: 20px 10px 20px 10px;
}

.strankovani_left  {
    position: absolute;
    margin: 0px 10px 10px 5px;
    padding: 10px 5px 0px 15px; 
    background: url("../img/style/sipka2.gif") left center no-repeat;
}

.strankovani_right  {
    position: absolute;
    /*text-align: right;*/
    left: 70%; 
    margin: 0px 5px 10px 10px;
    padding: 10px 15px 0px 5px; 
    background: url("../img/style/sipka1.gif") right center no-repeat; 
}

.audio_prilohy {
  margin: 0px auto;
  width: 320px;
}


.iframe_prilohy {
outline: none;
}


.objectcenteryoutube { display: block; margin: 0 auto; border: 0px; width: 450px; height: 255px; }
@media only screen and (max-width: 960px) {
    .objectcenteryoutube { display: block; margin: 0 auto;  border: 0px; width: 280px; height: 158px; }
}

.youtube_prekryv  {
   background: url("../img/logo-youtube.png") no-repeat 0 0;
   display: block;
   position: absolute;
   top: 0; left: 0; 

}


ol  {
    text-align: justify;
    }

ul  {
    text-align: justify;
    }


.ullist {
  padding: 0px 20px 0px 20px;
  }
  
  
.imgarab { 
  vertical-align: bottom; 
  } 
  
  
dl  {
    padding: 0px 20px 0px 20px;
    }
  