@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("fonts/WebSymbols-Regular-webfont.eot");
  src: url("fonts/WebSymbols-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/WebSymbols-Regular-webfont.woff") format("woff"), url("fonts/WebSymbols-Regular-webfont.ttf") format("truetype"), url("fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.middle {
  vertical-align: middle; }

.left {
  float: left; }

.right {
  float: right; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

/* ************************************************* HTML */
html, body {
  font-family: Tahoma, Arial;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/design/background.png); }
  html div.page, body div.page {
    width: 940px;
    margin: 0 auto; }
  html div.page_uvod, body div.page_uvod {
    background-image: url(../images/design/background_page.png);
    background-repeat: no-repeat;
    position: relative;
    height: 280px;
    width: 940px;
    padding: 2em 0 2em 1em; }
    html div.page_uvod h1, body div.page_uvod h1 {
      color: #9bcfed;
      display: none; }
  html p, body p {
    margin: 0px;
    padding: 0 0 1em 0;
    color: #575555; }
  html h1, body h1 {
    font-size: 2.5em;
    font-weight: normal;
    font-family: "Oswald", sans-serif, Tahoma, Arial;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    color: #2383d5; }
  html h2, body h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: "Oswald", sans-serif, Tahoma, Arial;
    line-height: 1.2em;
    color: #575555;
    margin: 0 0 0 0;
    padding: 0 0 10px 0; }
  html h3, body h3 {
    font-size: 1.2em;
    font-weight: normal;
    font-family: "Oswald", sans-serif, Tahoma, Arial;
    color: #48acf8;
    margin: 0;
    padding: 0 0 5px 0; }
  html a, body a {
    color: #48acf8;
    text-decoration: underline; }
    html a:hover, body a:hover {
      color: #2383d5; }
  html img, body img {
    border: 0px; }
    html img.border, body img.border {
      border: 1px solid #b9b9b9;
      padding: 1px; }
    html img.photo_left, body img.photo_left {
      float: left;
      margin-right: 2em;
      margin-bottom: 2em; }
    html img.photo_right, body img.photo_right {
      float: right;
      margin-left: 1em; }
  html ul, html ol, body ul, body ol {
    padding: 0 0 1em 2em;
    margin: 0; }
    html ul li, html ol li, body ul li, body ol li {
      padding: 0 0 0 0;
      position: relative;
      left: 2em;
      margin-right: 2em; }
  html div.message, body div.message {
    color: #48acf8;
    font-size: 1.2em;
    text-align: center;
    margin: 1em; }
  html div.text, body div.text {
    background: #d6edff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    padding: 1em;
    border: solid 3px #ffffff;
    margin: 5px;
    overflow: hidden; }
  html .defaultErr, body .defaultErr {
    color: #cc0000;
    text-align: center;
    margin: 1em; }

/* ************************************************* HEADER */
header {
  width: 100%; }
  header div.top {
    background-image: url(../images/design/top.png);
    padding: .5em 0;
    text-align: right; }
    header div.top img {
      margin-left: .5em; }
  header div.page {
    position: relative; }
  header .logo {
    padding: 0.5em 0 0 0;
    display: block; }
  header nav.single {
    margin: 0px 0 0 0;
    display: inline-block;
    background-image: url(../images/design/background_menu.png);
    position: relative;
    width: 100%; }
    header nav.single ul {
      list-style: none;
      padding: 0;
      margin: 0 auto; }
      header nav.single ul li {
        display: inline-block;
        margin: 0;
        padding: 0 2px 0 0;
        position: static;
        font-weight: lighter;
        background-image: url(../images/design/menu_ciarka.png);
        background-repeat: no-repeat;
        background-position: right center; }
        header nav.single ul li a {
          text-decoration: none;
          display: block;
          line-height: 60px;
          font-size: 1.3em;
          font-family: "Oswald", sans-serif, Tahoma, Arial;
          padding: 0 1em;
          text-transform: uppercase;
          margin: 0 0 0 1px;
          color: #FFFFFF; }
          header nav.single ul li a:hover {
            /* fallback/image non-cover color */
            background-color: #48acf8;
            /* Firefox 3.6+ */
            background-image: -moz-linear-gradient(#48acf8, #2383d5);
            /* Safari 4+, Chrome 1+ */
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48acf8), to(#2383d5));
            /* Safari 5.1+, Chrome 10+ */
            background-image: -webkit-linear-gradient(#48acf8, #2383d5);
            /* Opera 11.10+ */
            background-image: -o-linear-gradient(#48acf8, #2383d5); }
          header nav.single ul li a.selected {
            /* fallback/image non-cover color */
            background-color: #48acf8;
            /* Firefox 3.6+ */
            background-image: -moz-linear-gradient(#48acf8, #2383d5);
            /* Safari 4+, Chrome 1+ */
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48acf8), to(#2383d5));
            /* Safari 5.1+, Chrome 10+ */
            background-image: -webkit-linear-gradient(#48acf8, #2383d5);
            /* Opera 11.10+ */
            background-image: -o-linear-gradient(#48acf8, #2383d5); }
        header nav.single ul li.uvod a {
          border-top-left-radius: 15px;
          -moz-border-radius-topleft: 15px;
          -webkit-border-top-left-radius: 15px; }
  header nav.horizontal ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    padding: 0; }
    header nav.horizontal ul li {
      float: left;
      position: relative;
      min-height: 1px;
      /* Sophie Dennis contribution for IE7 */
      vertical-align: bottom;
      /* Sophie Dennis contribution for IE7 */
      padding: 0px;
      margin: 0px; }
      header nav.horizontal ul li a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        color: #48acf8;
        background: #2383d5;
        display: block;
        padding: .5em 1em; }
        header nav.horizontal ul li a:hover {
          color: #2383d5;
          background: #48acf8; }
        header nav.horizontal ul li a.selected {
          background: #48acf8;
          color: #2383d5; }
      header nav.horizontal ul li ul {
        position: absolute;
        z-index: 500;
        top: auto;
        display: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px; }
        header nav.horizontal ul li ul li {
          display: block;
          padding: 0px;
          margin: 0px;
          height: 25px;
          width: 170px;
          background: #2fa1f7; }
          header nav.horizontal ul li ul li a {
            text-align: left;
            padding: 0px 10px 0px 10px;
            line-height: 25px;
            height: 25px;
            font-size: 12px;
            font-weight: normal;
            color: #ffffff;
            background: none;
            text-transform: none;
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: #48acf8; }
            header nav.horizontal ul li ul li a:hover {
              color: #fff;
              background: #1796f6;
              border-width: 1px 0 0 0;
              height: 25px; }
  header nav.horizontal li:hover {
    cursor: pointer;
    z-index: 100; }
  header nav.horizontal li:hover ul ul, header nav.horizontal li li:hover ul ul, header nav.horizontal li li li:hover ul ul, header nav.horizontal li li li li:hover ul ul {
    display: none; }
  header nav.horizontal li:hover ul, header nav.horizontal li li:hover ul, header nav.horizontal li li li:hover ul, header nav.horizontal li li li li:hover ul {
    display: block; }

/* ************************************************* BANNER */
div.banner {
  position: relative;
  left: -30px; }
  div.banner #banner {
    width: 1000px;
    height: 410px;
    margin: 0 auto; }
  div.banner #banner_nav {
    z-index: 1000;
    text-align: right;
    position: absolute;
    left: 30px;
    bottom: 30px; }
    div.banner #banner_nav a {
      background: #ffffff;
      text-decoration: none;
      font-size: 0px;
      line-height: 0px;
      width: 10px;
      height: 10px;
      margin: 0px 3px;
      padding: 0;
      display: inline-block;
      text-align: center;
      background: url(../images/design/banner_nav.png); }
      div.banner #banner_nav a.activeSlide {
        background: url(../images/design/banner_nav_hover.png); }
      div.banner #banner_nav a:focus {
        background: url(../images/design/banner_nav_hover.png); }
  div.banner #next, div.banner #prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 170px;
    z-index: 100;
    cursor: pointer; }
    div.banner #next#next, div.banner #prev#next {
      left: 30px;
      background: url(../images/design/banner_left.png); }
    div.banner #next#prev, div.banner #prev#prev {
      right: -30px;
      background: url(../images/design/banner_right.png); }

/* ************************************************* CONTENT */
div.content {
  width: 100%; }
  div.content div.padding {
    line-height: 1.6em;
    padding: 2em 0; }
  div.content.uvod div.padding {
    padding-top: 0; }

/* ************************************************* RIGHT_FRAME */
div.right_frame {
  width: 73%;
  padding: 1%;
  float: right;
  line-height: 1.6em; }

/* ************************************************* LEFT FRAME */
div.left_frame {
  width: 23%;
  padding: 1% 1% 1% 0;
  float: left;
  line-height: 1.5em; }
  div.left_frame nav {
    margin-bottom: 1em; }
    div.left_frame nav ul {
      list-style: none;
      padding: 1em;
      margin: 0;
      background-color: #48acf8; }
      div.left_frame nav ul li {
        padding: 0;
        margin: 0; }
        div.left_frame nav ul li a {
          color: #9bcfed;
          text-decoration: none;
          padding: .25em 1em;
          display: block; }
          div.left_frame nav ul li a:hover {
            color: #48acf8;
            background: #2383d5; }
          div.left_frame nav ul li a.selected {
            background: #2383d5;
            color: #48acf8; }
        div.left_frame nav ul li ul {
          padding: 0 1em; }

/* ************************************************* CLANOK */
div.clanok {
  display: inline-block;
  width: 22.5%;
  padding: 0 1%;
  vertical-align: top;
  text-align: left;
  background-image: url(../images/design/clanok.png);
  background-position: right;
  background-repeat: no-repeat; }
  div.clanok p {
    color: #9bcfed; }
  div.clanok:last-child {
    background: none; }
  div.clanok h2 {
    padding: 0 0 1em 0;
    margin: 0;
    color: #000000; }
    div.clanok h2 a {
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: normal; }
      div.clanok h2 a:hover {
        color: #9bcfed; }
  div.clanok a.viac {
    padding: .4em 1em;
    display: inline-block;
    text-transform: uppercase;
    background-image: url(../images/design/viac.png);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    position: absolute;
    top: 265px; }
    div.clanok a.viac:hover {
      color: #575555; }

/* ************************************************* GALLERY */
div.gallery {
  margin: 1em auto;
  text-align: center;
  color: #48acf8; }
  div.gallery div {
    display: inline-block;
    text-align: left;
    margin: 0 1em 1em 0;
    vertical-align: top; }
    div.gallery div img {
      margin: 0 0 5px 0;
      padding: 2px;
      border: 1px solid #333; }
      div.gallery div img:hover {
        border-color: #ffffff; }
    div.gallery div a {
      display: block; }
    div.gallery div:nth-child(3) {
      margin-right: 0; }

/* ************************************************* FORM */
form table {
  margin: 0 auto; }
form fieldset {
  background-color: #f6f6f6;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
form legend {
  font-weight: bold;
  color: #48acf8;
  font-size: 1.2em; }
form label {
  display: inline-block;
  vertical-align: middle;
  width: 100px; }
form input.text {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 0.5em 1em;
  width: 200px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
form input.submit {
  background: #2383d5;
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 0;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: .5em 1em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
form textarea {
  font-family: tahoma;
  font-size: 12px;
  height: 100px;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  vertical-align: middle;
  padding: 1em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
form select {
  font-size: 12px;
  width: 182px;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

/* ************************************************* FOOTER */
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #202020;
  font-size: 0.85em;
  background-image: url(../images/design/background_footer.png);
  background-position: center;
  padding: 1em 0 1em 0; }
  footer div.page {
    position: relative; }
  footer a {
    color: rgba(32, 32, 32, 0.5); }
    footer a:hover {
      color: black; }
  footer nav ul {
    list-style: none;
    padding: 0px 0px 10px 0px;
    margin: 0 auto; }
    footer nav ul li {
      display: inline;
      border: 1px solid rgba(32, 32, 32, 0.5);
      border-width: 0 0 0 1px;
      padding: 0; }
      footer nav ul li a {
        text-decoration: none;
        color: rgba(32, 32, 32, 0.5);
        padding: 0px 5px;
        text-align: center;
        line-height: 1em; }
        footer nav ul li a:hover {
          color: black; }
      footer nav ul li:first-child {
        border: 0px; }
  footer div.copyright {
    display: inline-block;
    text-transform: uppercase;
    color: rgba(32, 32, 32, 0.5);
    position: absolute;
    top: 0px;
    right: 0px; }
    footer div.copyright a {
      color: rgba(32, 32, 32, 0.5); }
      footer div.copyright a:hover {
        color: black; }
  footer div.created {
    color: rgba(32, 32, 32, 0.5);
    display: inline-block; }
  footer div.kontakt {
    color: rgba(32, 32, 32, 0.5);
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    footer div.kontakt ul {
      padding-top: 1em; }
      footer div.kontakt ul li {
        font-weight: normal;
        text-transform: none; }
  footer div.social a {
    text-decoration: none; }
  footer div.social span.icon {
    font-size: 2em; }

/* ************************************************* TABLES */
table {
  margin-bottom: 1em; }
  table td {
    color: #575555;
    font-family: "Tahoma", "arial";
    font-size: 1em;
    padding: .1em .3em; }
  table thead tr td {
    background: #48acf8;
    color: #fff; }
  table.border {
    width: 100%; }
    table.border tbody tr:nth-child(even) td {
      background: #ffffff; }
    table.border tbody tr.highlite td {
      background: #48acf8;
      color: #fff; }
    table.border tbody tr td {
      border-width: 1px;
      border-style: solid;
      border-color: rgba(72, 172, 248, 0.25); }
