/* HTML */
html {
}
body {
  /* Lipamusica BG */
  /*background: #272b56;*/

  /* Standard BG */
  background: #e9e9e9;
}

body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
    /* Set you're content font stack here: */
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans Condensed, sans-serif;
  font-weight: 700;
}
h1, h2, h3 {
  color: #3F3E6B;
}
h4,h5,h6 {
  color: #222;
}
a:link {
  color: #3F3E6B;
  text-decoration: underline;
}
a:hover {
  color: #b80000;
  text-decoration: underline;
}
a:visited {
  color: #888;
}

form tbody {
  border: none;
}
.counter {
  font-size: 16px;
  width: 20px;
  height: 20px;
  font-weight: bold;
  border-radius: 50%;
  background: #b80000;
  color: #fff;
  padding: 5px;
  margin-left: 15px;
}

.webform-layout-box {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 5px;
  padding-top: 1em;
}

#meta {
  margin: 0 auto;
  margin-top: 126px;
  width: 1008px;
  z-index: 2;
  position: relative;
}

#metawrap {
  width: 1008px;
  margin:0 auto;
  background: none;
}
#levy-bok {
  text-align: right;
}
#main-wrapper {
  padding: 20px;
  background: #fff;
}
#main {
  clear: both;
  padding-top: 16px;
}
.l-box {
  padding-right: 20px;
}

h3.title a:link, h3.title a:visited {
  color: #3F3E6B;
  text-decoration: none;
  font-size: 18px/22px;
}
h3.title a:hover {
  text-decoration: underline;
  color: #b80000;
}

/* top bar */
#top-bar {
  padding: 0 10px 3px 10px;
  background: #222;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
#top-bar a:link, #top-bar a:visited {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#top-bar a:hover {
  text-decoration: underline;
}
#block-menu-menu-anonym {
    max-width: 1008px;
    margin: 0 auto;
    padding: 0 10px;
}

#top-banner {
  width: 968px;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px 0 20px;
}

/* header stuff */
#header {
  margin-bottom: 25px;
}
.branding {
  text-align: center;
}
#site-slogan {
  font-size: 14px;
  color: #3F3E6B;
  padding: 4px 0 0 20px;
}
#kalendar {
  text-align: center;
  font-size: 12px;
  padding: 17px 10px 15px 10px;
}
.search{
  padding: 12px 0 15px 0;
  text-align: right;
}
.social {
  position: relative;
}
#social {
  position: absolute;
  right: 0;
  top: 15px;
}


/* primarni odkazy */
nav {
  margin-bottom: 20px;
  border-bottom: #b80000 1px solid;
  font: 700 16px/16px 'Open Sans Condensed', sans-serif;
}
nav ul.links li {
  padding: 0 1em 8px 0;
  display: inline-block;
}

nav a:link, nav a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #3F3E6B;
  padding: 0 0 2px 0;
}
nav a:hover,
nav li.active-trail a {
  border-bottom: 3px solid #b80000;
  color: #b80000;
}

/* Pure Menu Extensions */
.pure-menu-right ul.menu {
  text-align: right;
}

/* Top 5 */
.view-top5 .views-row {
  float: left;
  position: relative;
}
.view-top5 .attachment .views-row {
  margin-left: 20px;
}

.view-top5 .views-field-title {
  position: absolute;
  background: url(img/slider-bg.png) top left;
  bottom: 4px;
  padding: 5px;
  width: 166px;
}
.view-top5 a:link, .view-top5 a:visited {
  font: 700 13px/13px 'Open Sans Condensed', sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.view-top5 a:hover {
  text-decoration: underline;
}

/* Main Slider */
.view-slider {
  margin-bottom: 15px;
  height: 303px;
}

.cycle-overlay {
  background: url(img/slider-bg.png) top left;
  position: absolute;
  bottom: 0;
  margin: 0 15px 15px 15px;
  width: 322px;
  padding: 10px;
  text-align: center;
  -moz-box-shadow: 0 0 15px -2px #000;
  -ms-box-shadow: 0 0 15px -2px #000;
  -o-box-shadow: 0 0 15px -2px #000;
  -webkit-box-shadow: 0 0 15px -2px #000;
  box-shadow: 0 0 15px -2px #000;
}
.cycle-overlay a:link, .cycle-overlay a:visited {
  font-size: 1.2em;
  font-family: Open Sans Condensed, sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
.cycle-overlay a:hover {
  text-decoration: underline;
}
.slider-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  height: 20px;
  line-height: 18px;
}
.slider-pager span {
    font-size: 50px;
    display: inline-block;
    color: #3F3E6B;
    cursor: pointer;
}
.slider-pager span.cycle-pager-active { color: #B80000;}
.slider-pager > * { cursor: pointer;}

article.cycle-slide { display: none;}
article.cycle-slide.views-row-first { display: block;}

/* bloky */
aside .view-content {
  padding: 10px 0;
}
.view-footer {
  padding-bottom: 10px;
}

#sidebar .block {
  margin: 0 0 20px 0;
}

.block h2 {
  color: #b80000;
  border-bottom: 1px solid #b80000;
  padding: 0 0 5px 0;
  font-size: 16px;
  margin: 0;
}
.block h2 a, .block h2 a:visited {
  color: #b80000;
  text-decoration: none;
}
.block h2 a:hover {
  text-decoration: underline;
}
.view-frontpage .view-header,
.view-Hydepark .view-header {
  text-align: left;
}

.liner {
  width: 120px;
  display: block;
  position: absolute;
  margin: -3px 0 0 0;
  border-bottom: 3px solid #b80000;
}
.view-lipa-pdf-archiv td {
  width: 100px;
  text-align: center;
}


.view-lipa-pdf-archiv .view-footer p {
  text-align: center;
  margin:0;
}

/* pr, forum */
#main #block-views-pr-tz.block {
  margin:0;
  position: relative;
}
#main #block-views-pr-tz.block .pager {
  position: absolute;
  right: 0;
  top:0;
}


.datum {
  color: #888;
  font-size: 10px;

}
.view-pr .title {

}

.view-pr .view-content,
.view-Hydepark .view-content,
.view-bazar-ruzne .view-content {
  padding: 10px 0 0 0;
}

/* publicistika HP */
#block-views-frontpage-hp_publicistika.block{
  margin:0;
}

.publicistika {
  clear: both;
  position: relative;
  height: 105px;
}

.publicistika .img {
  float: left;
  margin-right: 8px;
}
.publicistika span.title a:link {

  font-size: 15px;
}
.publicistika .teaser {

}
.publicistika .kategorie {
  padding: 0;
  color: #b80000;
  font-weight: bold;
  font-size: 12px;
}
/* reportaze a dalsi carousely*/
#block-views-frontpage-hp_nemovitosti,
#block-views-frontpage-hp_serialy,
#block-views-frontpage-hp_kultura,
#block-views-frontpage-hp_sport,
#block-views-frontpage-hp_reportaz,
#block-views-frontpage-hp_letaky {
  position: relative;
}
/* carousel obecne */
.view-carousel .cycle-slideshow {
  height: 160px;
}

.view-carousel .views-row {
  width: 128px;
  padding-top: 10px;
  height:100px;
  float: left;
  padding-bottom: 50px;
}
.view-carousel.view-carousel-3 .views-row {
  width: 126px;
}


.view-carousel .views-row h3.title {
  font-size: 12px;
  margin:0;
}

.view-carousel .views-row h3.title a{
  white-space: normal;
  display: block;
}
.carousel-pager {
  position: absolute;
  top:0;
  right: 0;
}
.carousel-pager a:link, .carousel-pager a:visited {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #6664AD 0%, #3F3E6B 100%);
  background-image: -webkit-linear-gradient(top, #6664AD 0%, #3F3E6B 100%);
  background-image: -ms-linear-gradient(top left, #6664AD 0%, #3F3E6B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6664AD', EndColorStr='#3F3E6B');
  text-decoration: none;
  width: 10px;
  display: inline-block;
}
.carousel-pager a:hover {
  background-image: linear-gradient(to bottom, #7776BF 0%, #3F3E6B 100%);
}

/* bazar hp*/
.view-bazar .views-exposed-form {
  margin-top: 15px;
}
.view-bazar  .view-header {
  margin-bottom: 5px;
}

.view-bazar-ruzne .views-row {
  padding-bottom: 5px;
  margin-bottom: 3px;
  border-bottom: 1px solid #e9e9e9;
}
.view-bazar-ruzne .views-row-last {
  border: none;
}
.inzerat h2.title {
  margin: 0.5em 0 0.25em 0;
}
.inzerat h2.title a,
.inzerat h2.title a:visited {
  color: #3F3E6B;
}
.inzerat .tax {
  color: #b80000;
}
.inzerat .tax.kat {
  font-weight: bold;
}
.inzerat .img {
  float: left;
  margin: 5px 10px 5px 0;
}
.inzerat {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin: 10px 0;
}
.inzerat .kontakt {
  color: #3F3E6B;
}
.inzerat .tel, .inzerat .email {
  font-weight: bold;
}


/* odkazy ruzne */
span.title a:link, span.title a:link,
div.title a:link, div.title a:link {
  text-decoration: none;
  font: 700 13px/13px 'Open Sans Condensed', sans-serif;
  line-height: 1.5;
  padding: 0 0 3px 0;
}
span.title a:hover,
div.title a:hover {
  text-decoration: underline;
}
a img {
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cycle-slideshow a img {
  -webkit-transition: none;
  transition: none;
}

a img:hover {
  opacity: .85;
}

/* quicktabs */
ul.quicktabs_tabs.quicktabs-style-basic {
  border-bottom: 1px solid #b80000;
  padding: 0 0 1px 0;
  height: 19px;
  margin: 5px 0 0 0;
}
ul.quicktabs_tabs.quicktabs-style-basic li {
  border: none;
  padding: 2px 0;
}
ul.quicktabs_tabs.quicktabs-style-basic li:hover {
  border: none;
}
ul.quicktabs_tabs.quicktabs-style-basic li.active {
  border: none;
  border-bottom: 3px solid #b80000;
  background-color: #fff;
}
ul.quicktabs_tabs.quicktabs-style-basic a {
  font: 700 16px/16px Open Sans Condensed !important;
  text-decoration: none;
  color: #3F3E6B;
  margin-right: 1em;
}
ul.quicktabs_tabs.quicktabs-style-basic li.active a {
  color: #b80000;
}
.quicktabs_main.quicktabs-style-basic {
  background-color: #fff;
  border: none;
  padding: 0;
}
/* .item-list - seznam nadpisu */
.title-list {
  margin-bottom:3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.title-list.views-row-last {
  border:none;
}

/* footer */
footer {
  background: #eee;
  width: 1008px;
  margin: 0 auto;
}
#footer-bottom {
  background: #555;
}
#footer-top,
.footer-bottom {
  padding: 20px;
}
.footer-bottom {
  color: #fff;
  position: relative;
}
.footer-links ul {
  padding:0;
}
.footer-links ul li {
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  border-right: 1px solid #999;
  font-weight: bold;
}
.footer-links ul li.last {
  border: none;
}
.footer-links a, .footer-links a:visited,
.secondary-links a, .secondary-links a:visited {
  text-decoration: none;
}
.footer-links a:hover,
.secondary-links a:hover {
  text-decoration: underline;
}
.secondary-links {
  text-align: right;
}
.toplist {
  position: absolute;
  right: 20px;
  top: 25px;
}

.primary-footer a, .primary-footer a:visited {
  color: #fff;
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #999;
  display: inline-block;
}
.primary-footer li.last a {
  border: none;
}
.primary-footer a:hover {
  text-decoration: underline;
}
#block-block-2 {
  font-weight: bold;
  font-size: 11px;
  padding: 10px 0 0 0;
}
#block-block-2 a, #block-block-2 a:visited {
  color: #aaa;
}

/* node */
.meta {
  border-top: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  padding: 5px 0;
}
.addthis {
  position: relative;
}
.addthis-node {
  position: absolute;
  right:0;
}
.comment-count {
  padding-top: 19px;
}
ul.links li {
  padding: 0 5px 0 0;
}
.timestamp {
  color: #888;
  font-weight: bold;
  font-size: 11px;
}
.authors a:link, .terms a:link,
.authors a:visited, .terms a:visited {
  text-decoration: none;
  font-weight: 600;
  color: #3F3E6B;
}
.authors a:hover, .terms a:hover {
  color: #b80000;
}
.nahled {
  float: left;
  margin: 15px 15px 0 0;
}
.field-field-clanek-fotogalerie .field-item,
.field-field-serial-fotogalerie .field-item,
.field-field-nemovitost-fotogalerie .field-item,
.field-field-inzerat-foto .field-item {
  display: inline-block;
  padding: 4px;
}
fieldset {
  border: 1px solid #eee;
  margin: 10px 0;
  clear: both;
}

.field-field-nemovitost-mainphoto {
  float: left;
  margin-right: 15px;
}

/* comment */
h2#comments-title {
  font: 700 18px/18px Open Sans Condensed !important;
  color: #b80000;
  border-bottom: 1px solid #b80000;
}
.comment-liner {
  margin: 18px 0 0 0;
}
.comment {
  padding: 0 0 10px 10px;
  border-left: 2px solid #aaa;
  margin: 5px 0;
}
.indented {
  border-left: 2px solid #b80000;
  padding-left: 10px;
}
.indented .comment {
  border: none;
  padding: 0 0 10px 0;
}
.comment:hover, .indented:hover {
  background: #efefef;
}
.box {
  border-top: 2px solid #e9e9e9;
  margin-top: 10px;
}

/* program */
.view-program h3 {
  padding: 5px;
  width: 50px;
  height: 40px;
  float: left;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #b80000;
  background-image: linear-gradient(to bottom, #F50000 0%, #B80000 100%);
  background-image: -webkit-linear-gradient(top, #F50000 0%, #B80000 100%);
  background-image: -ms-linear-gradient(top left, #F50000 0%, #B80000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F50000', EndColorStr='#B80000');
  font-family: Open Sans;
  color: #fff;
  font-size: 14px;
  margin:0;
}
.view-program .akce {
  margin-left: 65px;
  padding: 5px 10px;
  border: 1px #d4d4d4 solid;
  border-radius: 2px;
  margin-bottom: 5px;
  min-height: 40px;
}
.view-program .views-row-odd {
  background: #f5f5f5;
}
.view-program .views-row-even {
  background: #fafafa;
}
.view-program .date-display-single {
  font-weight: bold;
}
.view-program span.title a:link {
  font-size: 15px;
}
.views-field-field-program-misto-value,
.views-field-field-program-typ-akce-value {
  display: inline-block;
   font-size: 11px;
}
.view-program .views-label {
  font-weight: bold;
}
.view-program .teaser {
}
.views-exposed-form {
  padding: 5px 10px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #f9f9f9 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f9f9f9 100%);
  border: 1px solid #d4d4d4;
  margin-bottom: 15px;
}
.view-taxonomy-term h2.title a {
  font-size: 22px;
  text-decoration: none;
}
.view-taxonomy-term h2.title a:hover {
  text-decoration: underline;
}
.view-taxonomy-term .views-field-teaser {
  padding: 10px;
}

.view-taxonomy-term .views-row {
  clear: both;
  overflow: auto;
  border-bottom: 1px solid #e9e9e9;
}
.view-taxonomy-term .views-row-last {
  border: none;
}
.view-taxonomy-term .img,
.view-nemovitosti .image {
  float: left;
  margin: 0 15px 10px 0;
}
.view-taxonomy-term .date {
  color: #888;
}
.view-taxonomy-term .author a, .view-taxonomy-term .author a:visited,
.view-taxonomy-term .rubrika a, .view-taxonomy-term .rubrika a:visited {
  text-decoration: none;
  color: #3F3E6B;
  font-weight: bold;
}
.view-taxonomy-term .author a:hover,
.view-taxonomy-term .rubrika a:hover {
  text-decoration: underline;
  color: #b80000;
}
.view-header {
  text-align: right;
}
/* hydepark */
.view-Hydepark tr {
  padding: 7px 0;
}
tr.odd {
  background: #f5f5f5;
}
tr.even {
  background: #fafafa;
}
td.active {
  background: #eee;
}

.view-Hydepark .views-field-created {
  width: 300px;
}
.view-Hydepark .views-field-comment-count {
  width: 50px;
}
.view-Hydepark .views-field-totalcount {
  width: 55px;
}
.view-Hydepark .views-field-last-comment-timestamp {
  width: 146px;
}

td.views-field {
  padding: 0 10px;
}

/*upraveny pure grid*/
.pure-u-main,
.pure-u-left,
.pure-u-right,
.pure-u-sidebar {
  display: inline-block;
  *display: inline; /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-main {
  width: 68.75%;
  *width: 68.75%;
}
.pure-u-left {
  width: 59.3939%;
  *width: 59.3939%;
}
.pure-u-right {
  width: 40.6060%;
  *width: 40.6060%;
}
.pure-u-sidebar {
  width: 31.25%;
  *width: 31.25%;
}

/* reklama */
.ad300, .ad330, .ad600, .ad960 {
  padding: 10px 0;
}
.ad330, .ad300 {
  width: 300px;
  overflow: hidden;
  padding: 0 0 10px 0;
}

/* buttons */
.pure-button-red {
  background: #b80000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pure-button-blue {
  background: #3F3E6B;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
a.pure-button, a:visited.pure-button  {
  text-decoration: none;
  color: #444;
}
a.pure-button-red, a:visited.pure-button-red,
a.pure-button-blue, a:visited.pure-button-blue  {
  text-decoration: none;
  color: #fff;
}

.pure-button.forum {
  margin: 10px 0 0 0;
}
/* FORMS */
input, select, textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 0.9em;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -ms-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
    border-color: #129FEA;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border: 1px solid #ee5f5b;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}
select {
    border: 1px solid #ccc;
    background-color: white;
}
label {
    margin: 0.5em 0 0.2em;
    font-size: 90%;
}
fieldset {
}
legend {
    display: block;
    padding: 0.3em 10px;
    margin-bottom: 0.3em;
    font-size: 125%;
    color: #333;
}
/* PAGERS */

/* other */
.element-invisible{
  height: 0;
  width:0;
  overflow: hidden;
  position: absolute;
}
.print_html {
  margin: 0;
  float: left;
}
.right {
  text-align: right;
}
.breadcrumb {
  padding: 0;
  font: 600 18px/18px Open Sans Condensed !important;
}
.breadcrumb a:link, .breadcrumb a:visited {
  text-decoration: none;
  color: #b80000;
}
.breadcrumb a:hover {
  color: #3F3E6B;
  text-decoration: underline;
}
.fb-pile {
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #eee;
}
.fb-pile iframe {
  min-height: 90px;
  max-height: 120px;
}

#adv-custom-pager {
  position: static;
  width: 960px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e6e6e6;
}
#adv-custom-pager a img {
  margin-right: 5px;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  outline: 2px solid #e6e6e6;
}
#adv-custom-pager a.cycle-pager-active img {
  opacity: 1;
  outline: 2px solid #b80000;
}

#adv-custom-pager a img:hover {
  opacity: 1;
  outline: 2px solid #b6b6b6;
}

/* bannery */
#body-banner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
#body-banner .banner {
  position: absolute;
  top: 162px;
}

/* forms */
input#edit-title {
  width: 120px;
}
.price {
  margin: 1em 0;
}

.view-display-id-hp_letaky table {
	margin-top: 15px;
}
.view-display-id-hp_letaky td {
	width:124px;
	padding-bottom: 15px;
}
.view-display-id-hp_letaky td.col-2 {
	text-align:right;
}
.view-display-id-hp_letaky h3 {
	margin: 5px 0;
	text-align: left;
}
.article-bottom {
  padding-bottom: 2em;
}



@media only screen and (max-width: 1024px) {
    .bgi {
        display: none;
    }
}

