/*****************************************************************************/
/* Variables                                                                 */
/*****************************************************************************/
/* Widths */
/* Colors */
/*****************************************************************************/
/* Background                                                                */
/*****************************************************************************/
body {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("/images/bg_1920.jpg"); }
  @media only screen and (max-width: 1280px) {
    body {
      background-image: url("/images/bg_1280.jpg");
      background-size: auto; } }
  @media only screen and (max-width: 768px) {
    body {
      background-image: url("/images/bg_768.jpg");
      background-size: auto; } }

/*****************************************************************************/
/* Page                                                                      */
/*****************************************************************************/
@media only screen and (max-width: 767px) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.page {
  background: #fefefe;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2); }

/*****************************************************************************/
/* Header                                                                    */
/*****************************************************************************/
.header {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url("/images/header_1.jpg");
  height: 215px;
  position: relative; }
  .header .logo {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    text-align: center; }
    .header .logo > a {
      display: inline-block;
      padding: 0 10px; }

/*****************************************************************************/
/* Navigation                                                                */
/*****************************************************************************/
.navigation {
  height: 140px;
  /* Toggle */ }
  .navigation .menu {
    font-family: "DIN Next Rounded";
    font-weight: 200;
    text-transform: uppercase;
    font-size: 130%;
    /* Vertical items */
    /* Dropdown items */
    /* Dropdown activation */ }
    .navigation .menu > ul {
      text-align: center;
      /* Responsive */ }
      .navigation .menu > ul li {
        display: inline-block;
        width: 19%;
        padding: 0;
        position: relative; }
        .navigation .menu > ul li.dummy {
          position: static; }
        .navigation .menu > ul li > a {
          color: #1d1d1b;
          text-align: center;
          display: block;
          padding: 30px 10px; }
          .navigation .menu > ul li > a:after {
            content: " ";
            display: block;
            height: 2px;
            background: #525251;
            border-radius: 1px;
            margin-top: 25px; }
          .navigation .menu > ul li > a:hover:after, .navigation .menu > ul li > a.active:after {
            height: 8px;
            background: #009aae;
            border-radius: 4px;
            margin-top: 22px; }
      @media only screen and (max-width: 768px) {
        .navigation .menu > ul {
          height: 0;
          max-height: 0;
          overflow: hidden;
          position: fixed;
          left: 0;
          right: 0;
          top: 50px;
          z-index: 100;
          padding: 0 20px;
          transition: 1s; }
          .navigation .menu > ul.active {
            height: auto;
            max-height: 600px; }
          .navigation .menu > ul li {
            background: rgba(61, 52, 38, 0.9);
            display: block;
            width: 100%; }
            .navigation .menu > ul li.dummy {
              display: none; }
            .navigation .menu > ul li > a {
              color: #ffffff;
              text-align: center;
              padding: 20px 10px 15px 10px; }
              .navigation .menu > ul li > a:after {
                display: none; }
            .navigation .menu > ul li:after {
              content: " ";
              display: block;
              height: 2px;
              background: #757354;
              border-radius: 1px;
              margin: 0 30px; }
            .navigation .menu > ul li:last-child:after {
              display: none; } }
    .navigation .menu ul.dropdown {
      display: none;
      position: absolute;
      top: 75px;
      left: 0;
      right: 0;
      margin: 0;
      padding: 0;
      background: #3d3426;
      border: 2px solid #dbdad8;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      /* Responsive */ }
      .navigation .menu ul.dropdown li {
        width: 100%;
        display: block; }
        .navigation .menu ul.dropdown li > a {
          color: #999999;
          text-align: center;
          font-size: 80%;
          padding: 20px 10px 15px 10px; }
          .navigation .menu ul.dropdown li > a:hover, .navigation .menu ul.dropdown li > a.active {
            color: #ffffff; }
          .navigation .menu ul.dropdown li > a:after {
            display: none; }
        .navigation .menu ul.dropdown li:after {
          content: " ";
          display: block;
          height: 2px;
          background: #757354;
          border-radius: 1px;
          margin: 0 30px; }
        .navigation .menu ul.dropdown li:last-child:after {
          display: none; }
      @media only screen and (max-width: 768px) {
        .navigation .menu ul.dropdown {
          display: block;
          position: static;
          background: transparent;
          border: none;
          box-shadow: none; }
          .navigation .menu ul.dropdown li {
            background: transparent; }
            .navigation .menu ul.dropdown li:after {
              display: none; }
            .navigation .menu ul.dropdown li > a {
              color: #ffffff; } }
    .navigation .menu li:hover ul.dropdown {
      display: block; }
  .navigation a.menu.toggle {
    display: none;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 20px;
    right: 20px;
    height: 50px;
    text-align: center;
    font-size: 190%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.9); }
    @media only screen and (max-width: 768px) {
      .navigation a.menu.toggle {
        display: block; } }

/*****************************************************************************/
/* Content                                                                   */
/*****************************************************************************/
.content {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU1ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ffffff 0%, #e4e5da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e5da',GradientType=0 ); }
  @media only screen and (max-width: 768px) {
    .content {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px; } }
  .content, .content p, .content a {
    font-family: "DIN Next Rounded";
    font-weight: 300;
    font-size: 105%; }

/*****************************************************************************/
/* Footer                                                                    */
/*****************************************************************************/
.footer {
  margin-bottom: 30px;
  background: #342a22;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MmEyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjQzM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #342a22 0%, #4f433c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342a22', endColorstr='#4f433c',GradientType=0 );
  color: #ffffff;
  font-family: "DIN Next Rounded";
  font-weight: 300;
  font-size: 90%;
  line-height: 30px; }
  .footer .inner {
    background: url("/images/footer_pattern.png") repeat left top;
    min-height: 140px; }
    .footer .inner .columns {
      padding: 20px 30px; }
    .footer .inner .logo {
      display: inline-block;
      vertical-align: top;
      height: 100px;
      width: 75px;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      .footer .inner .logo.vodarna {
        background-image: url("/images/logo_vodarna.png"); }
      .footer .inner .logo.kolin {
        background-image: url("/images/logo_kolin.png"); }
      .footer .inner .logo.kk {
        background-image: url("/images/logo_kk.png"); }
      .footer .inner .logo.cykliste {
        background-image: url("/images/logo_cykliste.png"); }
      .footer .inner .logo.p-360 {
        background-image: url("/images/logo_p360.png"); }
      .footer .inner .logo.kluci {
        background-image: url("/images/logo_kluci.png");
        height: 20px;
        width: 110px; }
    .footer .inner .copy {
      padding-top: 60px; }

/*****************************************************************************/
/* Gallery                                                                   */
/*****************************************************************************/
.gallery {
  margin-bottom: 10px; }
  .gallery a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 8px;
    max-width: 160px;
    text-align: center; }
    .gallery a span.image {
      position: relative;
      border: 1px solid #bfbfbf;
      background: white;
      display: block;
      padding: 2px;
      margin-bottom: 0; }
      .gallery a span.image img {
        display: block; }
    .gallery a span.title {
      display: block;
      padding: 5px; }
    .gallery a:hover span.image:after {
      content: " ";
      background: url("/images/gallery_hover.png") no-repeat 50% 50%;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px; }

/*****************************************************************************/
/* Opening                                                                   */
/*****************************************************************************/
.opening, a.opening {
  display: block;
  margin-bottom: 30px;
  background: #e6332a;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-family: "Neutra Display";
  font-weight: 200;
  text-transform: uppercase; }
  .opening .h1, a.opening .h1 {
    font-size: 400%;
    line-height: 150%;
    color: black; }
  .opening .h2, a.opening .h2 {
    font-size: 250%;
    line-height: 130%;
    color: white; }
  @media only screen and (max-width: 768px) {
    .opening .h1, a.opening .h1 {
      font-size: 230%; }
    .opening .h2, a.opening .h2 {
      font-size: 150%; } }

/*****************************************************************************/
/* Early break                                                               */
/*****************************************************************************/
@media only screen and (max-width: 1140px) {
  .columns.early-break {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0; } }

/*****************************************************************************/
/* Common                                                                    */
/*****************************************************************************/
.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.center_on_pc {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .center_on_pc {
      text-align: left; } }

.left_on_pc {
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .left_on_pc {
      text-align: left; } }

.right_on_pc {
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .right_on_pc {
      text-align: left; } }

.justify_on_pc {
  text-align: justify; }
  @media only screen and (max-width: 768px) {
    .justify_on_pc {
      text-align: left; } }

h2.black, p.black, a.black, td.black, span.black {
  color: black; }

h2.blue, p.blue, a.blue, td.blue, span.blue {
  color: #009aae; }

h2.orange, p.orange, a.orange, td.orange, span.orange {
  color: #ec6132; }

h2.purple, p.purple, a.purple, td.purple, span.purple {
  color: #af3ca8; }

h2.grey, p.grey, a.grey, td.grey, span.grey {
  color: #bfbfbf; }

h2.red, p.red, a.red, td.red, span.red {
  color: #e6332a; }

h2.big, p.big, a.big, td.big, span.big {
  font-size: 120%; }

h2.small, p.small, a.small, td.small, span.small {
  font-size: 70%;
  line-height: 150%; }

h2.strong, p.strong, a.strong, td.strong, span.strong {
  font-weight: 700; }

h1 {
  font-family: "DIN Next Rounded";
  font-weight: 200;
  font-size: 240%;
  text-transform: uppercase;
  text-align: center;
  color: #009aae;
  padding-top: 70px;
  padding-bottom: 70px; }
  h1.homepage {
    font-family: "Neutra Display";
    font-weight: 200;
    font-size: 400%;
    color: #ec6132;
    padding-left: 30%;
    padding-right: 30%; }
    @media only screen and (max-width: 768px) {
      h1.homepage {
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    h1.homepage {
      font-size: 230%; } }

h2 {
  font-family: "DIN Next Rounded";
  font-weight: 200;
  font-size: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: black; }
  h2.icon_left, h2.icon_right {
    min-height: 48px;
    padding-top: 14px;
    background-repeat: no-repeat; }
  h2.icon_left {
    padding-left: 60px;
    background-position: 0 50%; }
    h2.icon_left.location {
      background-image: url("/images/icon_location.png"); }
    h2.icon_left.clock {
      background-image: url("/images/icon_clock.png"); }
    h2.icon_left.euro {
      background-image: url("/images/icon_euro.png"); }
    h2.icon_left.pencil {
      background-image: url("/images/icon_pencil.png"); }
  h2.icon_right {
    padding-right: 60px;
    background-position: 100% 50%; }
    h2.icon_right.center {
      padding-left: 60px; }
    h2.icon_right.center_on_pc {
      padding-left: 60px; }
      @media only screen and (max-width: 768px) {
        h2.icon_right.center_on_pc {
          padding-left: 0; } }
    h2.icon_right.more {
      background-image: url("/images/icon_more.png"); }
  h2 .date {
    margin-left: 50px;
    font-size: 80%; }
    @media only screen and (max-width: 768px) {
      h2 .date {
        margin-left: 0;
        display: block; } }

h3 {
  font-family: "DIN Next Rounded";
  font-weight: 200;
  font-size: 120%;
  text-transform: uppercase;
  color: black; }

h4 {
  font-family: "DIN Next Rounded";
  font-weight: 700;
  font-size: 110%;
  color: #D90000; }

h2 .year, h3 .year {
  font-weight: 700;
  font-size: 180%;
  margin-right: 30px; }

p {
  line-height: 1.5em;
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

hr {
  border: none;
  border-top: 1px solid #c2c2c2;
  margin: 30px 0; }
hr.small {
  margin: 10px; }

.box {
  display: block;
  margin-bottom: 30px; }
  .box.rounded {
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    padding: 20px 20px 40px 20px; }
    .box.rounded.no_padding {
      padding: 0; }
  .box.homepage_fixed {
    min-height: 250px; }

.link.more {
  padding-right: 20px;
  background: url("/images/link_more.png") no-repeat right center; }

.link.button {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 20px 0 15px;
  line-height: 37px;
  text-transform: uppercase;
  background: white;
  color: black; }
.link.button:hover {
  background: #ec6132;
  color: white; }

.date {
  color: #009aae; }
  .date:before {
    content: "/";
    padding-right: 20px; }
  .date:after {
    content: "/";
    padding-left: 20px; }

.image_title {
  font-size: 90%;
  font-weight: 700; }

p.image_description {
  font-size: 90%; }

.delimiter {
  color: #ec6132;
  margin-left: 20px;
  margin-right: 20px; }

table {
  display: inline-block;
  width: auto;
  background: none;
  border: none;
  margin-bottom: 0; }
  table tbody td, table td {
    border: none;
    vertical-align: bottom;
    padding: 2px 10px; }
    table tbody td:first-child, table td:first-child {
      font-weight: 400; }
      table tbody td:first-child.strong, table td:first-child.strong {
        font-weight: 700; }
  table.no_padding tbody td, table.no_padding td {
    padding: 2px 5px; }
  table.valign_top tbody td, table.valign_top td {
    vertical-align: top; }
  table.valign_middle tbody td, table.valign_middle td {
    vertical-align: middle; }

#map_canvas {
  padding: 0; }
  #map_canvas > div {
    border-radius: 20px; }
    #map_canvas > div > div {
      border-radius: 20px; }


/*****************************************************************************/
/* Hiding                                                                    */
/*****************************************************************************/

@media (max-width: 767px) {
  .hide-md { display: none; }
}

@media (min-width: 767px) {
  .hide-lg { display: none; }
}

/*# sourceMappingURL=application.css.map */