h1 {
  font-size: 12px;
  line-height: 100%;
}
p {
  font-size: 11px;
  line-height: 100%;
}
a:hover {
  text-decoration: none;
}

.carousel-th:before,
.headnews:before,
.release:before,
.comments:before {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 10px;
  font-weight: bold;
  color: green;
}


/* carousel */
.carousel-box, .carousel, .carousel li, .carousel-th {
  margin: 0;
  padding: 0;
  width: 620px;
  height: 400px;
}
.carousel ul, .carousel-th ol {
  list-style-type: none;
  margin: 0;
}
.carousel-box {
  overflow: hidden;
  position: relative;
}
.carousel {
  position: absolute;
  top: 0; left: 0;
  z-index: 10;
}
.carousel-th {
  position: absolute;
  top: 0px; left: 0;
  z-index: 20;
  width: 200px; height: 370px;
  padding: 15px 20px;
  background: transparent url('/img/carousel-bg.png') 0 0 repeat;
}
.carousel-th:before {
  content: 'Hlavní zprávy';
  margin-top: 0;
  color: #888;
}
.carousel-th a:hover {
  text-decoration: none;
}
.carousel-th a {
  color: #888;
  display: block;
}
.carousel-th h1 {
  font-size: 15px;
  margin: 0;
}
.carousel-th p {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 120%;
}
.carousel-th p a {
  color: inherit;
}
.carousel-th li.current a {
  color: #07628e;
}
.carousel-th li.current p {
  color: #000;
}
.carousel-th li.current p a {
  color: inherit;
}
.carousel-all {
  position: absolute;
  bottom: 10px; left: 20px;
  z-index: 30;
}

/* headnews */
.headnews {
  margin-bottom: 15px;

}
.headnews:before {
  content: 'Aktuálně';
}
.headnews .item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
}
.headnews h1 {
  margin: 0;
  padding-bottom: 2px;
}
.headnews p {
  margin: 0;
}
.headnews a {
  color: #888;
  display: block;
}
.headnews h1 a {
  color: #000;
}
.headnews i[class^="icon-"] {
  display: inline;
  position: absolute;
  left: 0px; top: 2px;
  opacity: 0.4;
}

/* release */
.release {
  margin-bottom: 15px;
}
/*
.release:before {
  content: 'Časopisy V-Press s.r.o.';
  margin-bottom: 5px;
}
*/
.release table {
  width: 100%;
}
.release h1, .release p {
  text-align: center;
  margin: 0;
}
.release h1 a {
  color: #000;
}
.release p {

}
.release img {
  margin-top: 8px;
}
.release td {
  vertical-align: bottom;
}
.release td.m, .release td.r {
  text-align: right;
}

/* comments */
.comments:before {
  content: 'Komentáře';
}

/* social, facebook, etc...*/
.social {
  margin-top: 15px;
  margin-bottom: 30px;
}
.social span.banner {
  display: none;
}
.social .fb, .social .twitter {
  display: block;
  float: right;
  width: 66px; height: 62px;
}
.social .fb {

}
.social .twitter {
  margin-left: 2px;
}

/* metro */
.metro-block {
  width: 290px;
  height: 113px;
  margin: 0 17px 20px 0;
  background-color: #fff;
  float: left;
}
.metro-block img {
  margin-right: 10px;
  float: left;
}
.metro-block a {
  color: inherit;
}
.metro-block h1 {
  font-size: 16px;
  padding-bottom: 9px;
  margin: 0;
}
.metro-block p {
  line-height: 120%;
}

.servis, .blogy {
  color: #0064b1;
}
.katalog, .trasy {
  color: #85b120;
}
.poradna, .kalendar {
  color: #d30027;
}
.bazar, .stahuj {
  color: #d0a40e;
}

.bottom-image {
  position: relative;
}
.bottom-image div {
  position: absolute;
  left: -660px; top: -195px;
}
.bottom-image div h1 {
  height: 24px; line-height: 24px;
  margin: 0; padding: 0;
}


