/* ************************************ */
/* ************************************ */
/* ************************************ * Css reset * ************************************ */
/* ************************************ */
/* ************************************ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: 0px solid white; }

.clear {
  clear: both;
}

/* ************************************ */
/* ************************************ */
/* ************************************ * font faces * ************************************ */
/* ************************************ */
/* ************************************ */
/* 
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proXLtIt';
    src: url('fonts/sourcesanspro-extralightitalic-webfont.eot');
    src: url('fonts/sourcesanspro-extralightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-extralightitalic-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-extralightitalic-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-extralightitalic-webfont.svg#source_sans_proXLtIt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proextralight';
    src: url('fonts/sourcesanspro-extralight-webfont.eot');
    src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prolight';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
/* ************************************ */
/* ************************************ */
/* ************************************ * less mixins and basic css * ************************************ */
/* ************************************ */
/* ************************************ */
/* 
@mixin bold() { 
  font-family: 'source_sans_probold', Arial, sans-serif;
}

@mixin elight() {
  font-family: 'source_sans_proextralight', Arial, sans-serif;
}
@mixin light() {
  font-family: 'source_sans_prolight', Arial, sans-serif;
}
@mixin regular() {
  font-family: 'source_sans_proregular', Arial, sans-serif;
}

@mixin semi() {
  font-family: 'source_sans_prosemibold', Arial, sans-serif;
}

@mixin italic() {
  font-family: 'source_sans_proXLtIt', Arial, sans-serif;
}
*/
/* ************************************ */
/* ************************************ */
/* ************************************ * end mixins * ************************************ */
/* ************************************ */
/* ************************************ */
input,
button,
textarea,
select {
  font-family: ARIAL;
  font-size: 12px; }

label {
  cursor: pointer; }

body, html {
  margin: 0px;
  padding: 0px;
  min-width: 100px;
  background-image: url(images/back.png);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  }
* {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */ }

.center {
  margin: 0 auto;
  width: 1166px;
  padding: 0px 10px; }

/* ************************************ */
/* ************************************ */
/* ************************************ * HERE GO * ************************************ */
/* ************************************ */
/* ************************************ */
header {
  width: 100%;
  float: left;
  z-index: 5001; }
  header .center {
    position: relative; }
  header .zpetna {
    float: left;
    width: 165px;
    text-align: left;
    background-image: url(images/zpet.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 41px;
    padding: 31px 0px 29px 35px;
    color: #737373;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease; }
    header .zpetna:hover {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      /* IE 5-7 */
      filter: alpha(opacity=80);
      /* Netscape */
      -moz-opacity: 0.8;
      /* Safari 1.x */
      -khtml-opacity: 0.8;
      /* Good browsers */
      opacity: 0.8; }
  header .logo {
    margin-left: 150px; }
  header .navigatko {
    position: absolute;
    float: right;
    right: 0px;
    top: 0px;
    z-index: 5001;
    width: 254px; }
    header .navigatko .vyhledavani {
      position: relative;
      float: left;
      margin-top: 34px; }
      header .navigatko .vyhledavani input {
        float: left;
        border: 1px solid #E6E6E6;
        background-color: white;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        padding-left: 10px;
        color: #727272;
        width: 186px; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          header .navigatko .vyhledavani input {
            line-height: 100%; } }
        header .navigatko .vyhledavani input::-webkit-input-placeholder {
          color: #727272; }
        header .navigatko .vyhledavani input::-moz-placeholder {
          color: #727272; }
      header .navigatko .vyhledavani button {
        position: absolute;
        right: 2px;
        top: 4px;
        float: left;
        border: none;
        background-color: white;
        height: 26px;
        cursor: pointer;
        width: 26px;
        font-size: 14px;
        line-height: 32px;
        background-image: url(images/lupa.png);
        background-repeat: no-repeat;
        background-position: center center; }
        header .navigatko .vyhledavani button:hover {
          background-color: #F8F8F8; }
    header .navigatko .zacit {
      float: left;
      margin-top: 8px;
      color: white;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 49px;
      height: 49px;
      width: 149px;
      padding-left: 27px;
      text-align: left;
      text-decoration: none;
      font-weight: 700;
      border: 11px solid #232323;
      background-image: url(images/button-sipka.png), url(images/button1.png);
      background-repeat: no-repeat, repeat;
      background-position: 152px 17px, center center;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease; }
      header .navigatko .zacit:hover {
        background-position: 150px 17px, center center; }
    header .navigatko .socky {
      width: 150px;
      float: left;
      margin-top: 21px;
      padding-left: 5px; }
      header .navigatko .socky a {
        float: left;
        margin-left: 6px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        transition: all 200ms ease; }
        header .navigatko .socky a:hover {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          /* IE 5-7 */
          filter: alpha(opacity=70);
          /* Netscape */
          -moz-opacity: 0.7;
          /* Safari 1.x */
          -khtml-opacity: 0.7;
          /* Good browsers */
          opacity: 0.7; }
    header .navigatko .vlajky {
      float: right;
      margin: 35px 10px 0 0;
      width: 26px; }
      header .navigatko .vlajky a {
        margin-bottom: 6px;
        float: left;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        transition: all 200ms ease; }
        header .navigatko .vlajky a:hover {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          /* IE 5-7 */
          filter: alpha(opacity=70);
          /* Netscape */
          -moz-opacity: 0.7;
          /* Safari 1.x */
          -khtml-opacity: 0.7;
          /* Good browsers */
          opacity: 0.7; }

nav {
  position: relative;
  float: left;
  width: 100%;
  height: 54px;
  z-index: 10;
  background-color: #232323; }
  nav ul {
    width: 100%;
    float: left; }
    nav ul li {
      float: left; }
      nav ul li a {
        display: block;
        height: 54px;
        line-height: 54px;
        padding: 0px 12px;
        color: #999999;
        font-size: 16px;
        text-decoration: none; }
      nav ul li:hover {
        background-color: #333333; }
        nav ul li:hover a {
          color: #5EBA32; }
        nav ul li:hover .sub {
          display: block; }
      nav ul li.active a {
        color: #5EBA32; }
      nav ul li.active .sub {
        display: block;
        z-index: 50; }
        nav ul li.active .sub .active {
          color: #5EBA32; }
      nav ul li .sub {
        display: none;
        width: 100%;
        z-index: 150;
        left: 0px;
        position: absolute;
        top: 54px;
        background-color: #333333;
        height: 54px; }
        nav ul li .sub a {
          color: white;
          display: inline-block;
          float: left;
          font-size: 16px; }
          nav ul li .sub a:hover {
            color: #5EBA32; }

aside {
  position: relative;
  float: right;
  width: 243px;
  height: 535px;
  margin-top: 55px;
  z-index: 6000;
  padding-bottom: 25px; }
  aside .reference {
    background-color: #373737;
    line-height: 54px;
    height: 54px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: white;
    padding-left: 25px;
    width: 218px;
    background-image: url(images/sipky2.png);
    background-repeat: no-repeat;
    background-position: 105px center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease; }
    aside .reference:hover {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      /* IE 5-7 */
      filter: alpha(opacity=90);
      /* Netscape */
      -moz-opacity: 0.9;
      /* Safari 1.x */
      -khtml-opacity: 0.9;
      /* Good browsers */
      opacity: 0.9; }
  aside .aktuality {
    background-color: #373737;
    float: left;
    margin: 7px 0 0 0; }
    aside .aktuality .nadpis {
      font-size: 16px;
      font-weight: 700;
      padding-left: 25px;
      display: block;
      width: 218px;
      color: white;
      text-decoration: none;
      height: 50px;
      margin-bottom: 6px;
      line-height: 50px;
      background-image: url(images/sipky2.png);
      background-repeat: no-repeat;
      background-position: 97px center;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease; }
      aside .aktuality .nadpis:hover {
        background-color: #454545; }
    aside .aktuality div {
      width: 218px;
      font-size: 14px;
      margin-bottom: 21px;
      float: left;
      padding-left: 25px; }
      aside .aktuality div span {
        width: 50px;
        float: left;
        color: white; }
      aside .aktuality div a {
        width: 160px;
        display: block;
        float: right;
        text-decoration: none;
        color: #cccccc; }
        aside .aktuality div a:hover {
          color: white; }
        aside .aktuality div a:after {
          margin-left: 4px; }
  aside .banner {
    float: left;
    position: relative;
    margin-top: 7px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }
    aside .banner span {
      display: inline-block;
      position: absolute;
      color: white;
      padding: 15px 25px;
      left: 0px;
      top: 25px;
      background-color: rgba(0, 0, 0, 0.4);
      font-size: 20px;
      font-weight: 500; }
    aside .banner:hover {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      /* IE 5-7 */
      filter: alpha(opacity=90);
      /* Netscape */
      -moz-opacity: 0.9;
      /* Safari 1.x */
      -khtml-opacity: 0.9;
      /* Good browsers */
      opacity: 0.9; }
  aside .ninja {
    float: left;
    margin-top: 7px;
    width: 100%; }
    aside .ninja a {
      background-color: #373737;
      line-height: 47px;
      height: 47px;
      border-bottom: 1px solid #3F3F3F;
      text-decoration: none;
      display: block;
      font-size: 16px;
      font-weight: 500;
      color: white;
      padding-left: 25px;
      width: 218px;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease; }
      aside .ninja a:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        /* IE 5-7 */
        filter: alpha(opacity=90);
        /* Netscape */
        -moz-opacity: 0.9;
        /* Safari 1.x */
        -khtml-opacity: 0.9;
        /* Good browsers */
        opacity: 0.9; }
      aside .ninja a.oranzova {
        color: #ff7e13; }
      aside .ninja a.cervena {
        color: #D8171F; }
      aside .ninja a.zluta {
        color: #fcb813; }
      aside .ninja a.zelena {
        color: #5b9e2c; }
      aside .ninja a:last-of-type {
        border: 0; }

footer {
  float: left;
  width: 100%;
  padding-top: 25px;
  font-size: 14px;
  padding-bottom: 25px; }
  footer.frontpage {
  	padding-top: 170px;
  }
  footer .zpracoval {
    float: right; }
    footer .zpracoval img {
      position: relative;
      top: 4px;
      border: 0;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease; }
      footer .zpracoval img:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        /* IE 5-7 */
        filter: alpha(opacity=70);
        /* Netscape */
        -moz-opacity: 0.7;
        /* Safari 1.x */
        -khtml-opacity: 0.7;
        /* Good browsers */
        opacity: 0.7; }
  footer .left {
    float: left; }
    footer .left .copy {
      display: block;
      color: #595959; }
    footer .left .tel {
      line-height: 28px;
      height: 28px;
      display: inline-block;
      margin-right: 10px;
      padding-left: 22px;
      background-image: url(images/tel.png);
      background-repeat: no-repeat;
      background-position: left center; }
    footer .left .mail {
      line-height: 28px;
      height: 28px;
      display: inline-block;
      margin-right: 10px;
      padding-left: 22px;
      background-image: url(images/mail.png);
      background-repeat: no-repeat;
      color: black;
      background-position: left center; }
      footer .left .mail:hover {
        text-decoration: none; }
      footer .left a {
        color: black;
      }
        footer .left a:hover {
          text-decoration: none;
        }

section {
  width: 888px;
  min-height: 800px;
  float: left;
  margin-top: 65px;
  font-size: 14px;
  position: relative;
  line-height: 20px; }
  section strong {
  	font-weight: 700 !important;
  }
  section em {
  	font-style: italic !important;
  }
  section h1 {
    font-size: 40px;
    color: #5EBA32;
    font-weight: 500;
    width: 888px;
    display: block;
    line-height: 48px;
    margin: 10px 0 30px 0; }
  section h2 {
    font-size: 26px;
    width: 888px;
    display: block;
    font-weight: 500;
    line-height: 31px;
    margin: 28px 0px; }
    section h2 a:hover {
    	text-decoration: none;
    }
  section h3 {
    font-size: 22px;
    width: 888px;
    display: block;
    font-weight: 500;
    line-height: 26px;
    margin: 15px 0px; }
    section h3 a {
      text-decoration: none;
    }
      section h3 a:hover {
        text-decoration: none;
      }
  section h4 {
    font-size: 19px;
    width: 888px;
    display: block;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0px; }
  section .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 4px;
    }
  section .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 4px;
    }
  section .aligncenter {
    display: block;
    margin: 0 auto;
    padding: 4px;
    }
  section iframe {
    display: block;
    margin: 0 auto;
	}
  section p {
    float: none;
    text-align: justify;
    width: auto;
    margin-bottom: 20px;
    display: block;
    width: 100%; }
  section ul {
    width: 100%;
    float: left;
    margin-left: 35px;
    list-style: disc;
    line-height: 24px;
    margin-bottom: 30px;
margin-top: 10px;
   }
  section ol {
    width: 100%;
    margin-left: 35px;
    list-style: decimal;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 10px; }
    section ol li p {
      margin-bottom: 0;
    }
  section blockquote {
    display: block;
    background-color: white;
    padding: 35px 60px 15px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    section blockquote h2 {
      margin-top: -5px;
    }
    section blockquote ul {
      margin-top: 0 !important;
    }
  section a {
    text-decoration: underline;
    color: black; }
    section a:hover {
      text-decoration: underline; }
  section table {
    width: 886px;
    margin-bottom: 40px; 
    border-collapse: separate;
  }
    section table th {
      background-color: #DAE9CD;
      text-align: left;
      font-weight: 500;
      line-height: 40px;
      height: 50px; 
      padding: 0 15px;
      border: 1px solid #F5F5F5;
      vertical-align: middle;
    }
    section table td {
      height: 40px;
      padding: 0 15px;
      line-height: 40px;
      border: 1px solid #F5F5F5;
      background: #FFF;
      vertical-align: middle;
      }
    section table p {
    	margin: 0;
    	line-height: 18px;
      text-align: inherit !important;
    }
  section form {
    margin-bottom: 40px;
  }
   .socials iframe {
   	float: left;
   	width: 200px;
   }
   .socials .g-plus {
   	width: 300px;
   }
   .socials .twitter-share-button {
   	position: relative;
   	left: -30px;
   }
  section .wp-caption p {
  	text-align: center !important;
  }
  section .wp-caption {
  	text-align: center !important;
  }
  section p.wp-caption-text {
    margin-bottom: 3px !important;
  }
   body .gallery {
      margin: 0 0 25px 0 !important;
    }
    	body .gallery .wp-caption-text {
    		font-size: 12px !important;
    		line-height: 14px;
    		height: 40px;
    	}
  section nav {
    background: none;
  }
    section nav h2 {
      display: none;
    }
    section nav .nav-links {
      margin: 20px 0;
      overflow: hidden;
    } 
    section nav .nav-previous {
      float: right;
    }
    section nav .nav-next {
      float: left;
    }
  /* Formulare */
  section form input[type=text], section form input[type=email], section form textarea {
    padding: 5px;
    font-size: 14px;
  }
  section form input[type=submit] {
    padding: 5px 15px;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
  }
    section form input[type=submit]:hover {
      background: #CCCCCC;
    }
  section div.wpcf7-response-output {
    margin: 0 0 25px 0 !important;
  }
  section div.wpcf7-validation-errors {
    border-color: #FF0000;
  }
  section .form-allowed-tags {
    display: none;
  }
  section #commentform {
    position: relative;
  }
  section #commentform label {
    display: block;
  }
  section #commentform .required {
    display: none;
  }
  section #commentform em {
    color: #777;
    font-size: 12px;
  }
  /* WP Social login */
  section .wp-social-login-widget {
    float: right;
  }
    section .wp-social-login-widget .wp-social-login-connect-with {
      display: none;
    }
    section .wp-social-login-widget .wp-social-login-provider-list {
      position: relative;
      left: -395px;
      top: 50px;
      z-index: 9999
    }
    section .login-with-socials {
      position: absolute;
      left: 280px;
      top: 40px;
      margin-top: -40px;
      padding-left: 70px;
      width: 250px;
      height: 150px;
      background: url('./images/nebo.png') left center no-repeat;
      z-index: 0;
    }
  /* Comments */
    section ol.comment-list {
      counter-reset: li;
      width: 846px;
      margin: 0;
      list-style: none;
    }
    section .comment-list li.comment {
      position: relative;
      margin-bottom: 25px;
      padding: 20px 40px 20px 90px;
      background: #FFFFFF;
      border: 1px solid #EEEEEE;
    }
      section ol.comment-list li.comment:before {
         content:counter(li); /* Use the counter as content */
          counter-increment:li; /* Increment the counter by 1 */
          position: absolute;
          top:30px;
          left:30px;
          -moz-box-sizing:border-box;
          -webkit-box-sizing:border-box;
          box-sizing:border-box;
          width:50px;
          color:#CCCCCC;
          font-weight:bold;
          font-size: 40px;
      }
        section .comment-list li.comment .comment-author {
           display: block;
           font-weight: 700;
        }
        section .comment-list li.comment .says {
           display: none;
        }
        section .comment-list li.comment .comment-meta {
          display: block;
          margin-bottom: 20px;
          font-size: 12px;
          line-height: 12px;
        }
  /* Popup - Nepouziva se */
    #popup {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #333333;
      opacity: .7;
      z-index: 9999;
    }
    #window {
      position: fixed;
      left: 50%;
      top: 50%;
      margin-left: -200px;
      margin-top: -150px;
      z-index: 99999;
    }
    #mc_embed_signup_scroll {
      margin: 20px;
    }
    #window .indicates-required {
      display: none;
    }
    #window input[type=submit] {
      margin: 10px auto 0 auto;
      background: #5EBA32;
    }
    #window .clear {
      text-align: center;
    }
    #window .close {
      position: absolute;
      right: -10px;
      top: -10px;
      width: 30px;
      height: 30px;
      background: #000000;
      color: #FFFFFF;
      text-align: center;
      font-size: 18px;
      line-height: 28px;
      cursor: pointer;
    }
      #window .close:hover {
        color: #CCCCCC;
      }
  /* Sitemap */
    section ul.page-list {
      list-style: none;
    }
    section ul.page-list ul {
      list-style: none;
      margin: 0 0 0 30px !important;
    }
    section ul.page-list > li:before {
      content: "";
    }
    section ul.page-list ul li:before {
      content: "→ " ;
    }
  /* Search result */
  	section .searchresults {
  		margin: 0 0 0 15px;
  	}
	    section .searchresult {
	    	width: 860px;
	      margin-bottom: 20px;
	      border-bottom: 1px solid #CCC;
	    }
	    	section .searchresult h3 {
	    		margin-bottom: 0;
	    		font-size: 16px;
	    	}
	    	section .searchresult p {
	    		margin-bottom: 10px;
	    	}
  /* Section */
    .thumbdesc {
      overflow: hidden;
    }
      .thumbleft {
        float: left;
      }
      .thumbright {
        float: right;
      }
        .thumbright a {
          color: #000000;
          font-weight: 700;
        }
  /* Thumb ratings */
    .ratings-thumb {
      position: fixed;
      left: 50%;
      top: 50%;
      display: block;
      width: 300px;
      height: 30px;
      margin-left: -150px;
      z-index: 10000000;
      text-align: center;
    }
      .ratings-thumb p {
        text-align: center;
      }
  /* Article */
    .article-image {
      float: left;
      width: 230px;
      margin: 15px 0;
    }
    .article-preview {
      float: right;
      width: 655px;
    }
  /* Aktuality */
    .aktuality {
      display: block;
      clear: both;
      margin-bottom: 30px;
    }
    .aktuality .title {
      float: left;
      width: 180px;
    }
      .aktuality .title h2 {
        margin-top: 0;
      }
    .aktuality .obsah {
      float: right;
      width: 690px;
      overflow: hidden;
    }
      .novinky.aktuality .obsah a {
        display: block;
        width: 200px;
        float: left;
        margin-left: 30px;
        text-decoration: none;
      }
    .aktuality .clear {
      height: 15px;
    }
    .aktuality .komentar {
      display: block;
      height: 200px;
      width: 200px;
      float: left;
      margin-left: 30px;
      background: #FFFFFF;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; /* future proofing */
      -khtml-border-radius: 10px; /* for old Konqueror browsers */
      text-align: left !important;
    }
      .aktuality .komentar div {
        margin: 20px;
      }
      .aktuality .komentar p {
          text-align: left !important;
        }
        .aktuality .komentar p strong {
          text-align: left !important;
        }

.galerie {
  position: relative;
  width: 918px;
  float: left;
  left: -30px; }
  .galerie figure {
    float: left;
    display: block;
    width: 190px;
    margin-left: 30px;
    margin-bottom: 40px; }
    .galerie figure img {
      border: 0;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease;
      cursor: pointer;
      }
      .galerie figure img:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        /* IE 5-7 */
        filter: alpha(opacity=70);
        /* Netscape */
        -moz-opacity: 0.7;
        /* Safari 1.x */
        -khtml-opacity: 0.7;
        /* Good browsers */
        opacity: 0.7; }
    .galerie figure figcaption {
      font-size: 14px;
      float: left;
      margin-top: 15px;
      line-height: 19px; }
      .galerie figure figcaption a {
        text-decoration: none; }
        .galerie figure figcaption a:hover {
          text-decoration: underline; }
      .galerie figure figcaption span {
        display: block;
        font-weight: 700; }

.ref {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px; }
  .ref p {
    text-align: left; }
  .ref .kontakt {
    width: 100%;
    text-align: right;
    display: block;
    color: #808080; }
  .ref .fotografie {
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
    .ref .fotografie img {
      display: inline-block;
      margin: 0px 8px;
      padding: 4px;
      border: 1px solid #D9D9D9; }

.strankovani {
  width: 100%;
  text-align: center;
  padding: 40px 0px; }
  .strankovani a {
    text-decoration: none;
    line-height: 42px;
    height: 42px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
    margin: 0px 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }
    .strankovani a.active {
      background-color: #5EBA32; }
    .strankovani a:hover {
      text-decoration: none;
      background-color: #5EBA32; }

.vedle_h1 {
  position: absolute;
  right: 10px;
  top: 14px;
  background-color: white;
  text-decoration: none;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 500;
  color: #727272;
  padding: 0px 15px;
  font-size: 14px; }
  .vedle_h1:after {
    content: url(images/sipky4.png);
    margin-left: 10px; }

.sloupec {
  width: 258px;
  float: left;
  padding-bottom: 40px; }
  .sloupec h2 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 0px;
    font-size: 22px; }
  .sloupec div {
    display: block;
    width: 258px;
    padding: 13px;
    float: left;
    font-size: 14px;
    background-color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease; }
    .sloupec div img {
      float: left;
      width: 58px;
      height: 58px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      margin-right: 8px; }
    .sloupec div span {
      font-weight: 400; }
    .sloupec div p {
      float: left;
      display: inline-block;
      color: #595959;
      text-decoration: none;
      text-align: left;
      margin: 0px; }
      .sloupec div p:after {
        margin-left: 4px; }
    .sloupec div:hover {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      /* IE 5-7 */
      filter: alpha(opacity=70);
      /* Netscape */
      -moz-opacity: 0.7;
      /* Safari 1.x */
      -khtml-opacity: 0.7;
      /* Good browsers */
      opacity: 0.7; }
  .sloupec.novinky div p {
    width: 160px; }
  .sloupec.nejblizsi {
    margin-left: 50px; }
  .sloupec.posledni {
    margin-left: 50px; }
    .sloupec.posledni div p {
      display: inline; }
      .sloupec.posledni div p span {
        display: inline; }
        .sloupec.posledni div p span span {
          text-decoration: underline;
          display: inline; }

.slider {
  position: absolute;
  width: 100%;
  top: 160px;
  height: 762px;
  overflow: hidden;
  z-index: 1;
  min-width: 1166px;
  text-align: center; }
  .slider .slide {
    position: absolute;
    width: 100%;
    top: 160px;
    height: 762px;
    overflow: hidden;
    z-index: 1;
    min-width: 1166px;
    text-align: center; }
  .slider img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 50px 0 0 -590px;
    width: 1180px;
    height: 720px; }
  .slider .cycle-pager {
    position: absolute;
    width: 50px;
    height: 12px;
    left: 0px;
    z-index: 5000;
    top: 590px;
    text-align: center;
    width: 100%; }
    .slider .cycle-pager span {
      width: 12px;
      height: 12px;
      color: transparent;
      display: inline-block;
      margin: 0px 3px;
      cursor: pointer;
      background-image: url(images/cyclen.png); }
      .slider .cycle-pager span.cycle-pager-active {
        background-image: url(images/cycle.png); }
      .slider .cycle-pager span:hover {
        background-image: url(images/cycle.png); }

aside.hp {
  height: 680px; }
  aside.hp .reference {
    background-color: rgba(55, 55, 55, 0.85); }
    aside.hp .reference:hover {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      /* IE 5-7 */
      filter: alpha(opacity=90);
      /* Netscape */
      -moz-opacity: 0.9;
      /* Safari 1.x */
      -khtml-opacity: 0.9;
      /* Good browsers */
      opacity: 0.9; }
  aside.hp .aktuality {
    background-color: rgba(55, 55, 55, 0.85); }
  aside.hp .ninja a {
    background-color: rgba(55, 55, 55, 0.85); }
    aside.hp .ninja a:hover {
      background-color: #454545; }

.refer {
  background-color: rgba(55, 55, 55, 0.85);
  float: left;
  margin-top: 7px;
  padding-bottom: 25px; }
  .refer .nadpis {
    font-size: 16px;
    font-weight: 700;
    padding-left: 25px;
    display: block;
    width: 218px;
    color: white;
    text-decoration: none;
    height: 50px;
    margin-bottom: 6px;
    line-height: 50px;
    background-image: url(images/sipky2.png);
    background-repeat: no-repeat;
    background-position: 105px center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease; }
    .refer .nadpis:hover {
      background-color: #454545; }
  .refer .refu {
    padding: 0px 25px;
    color: #d8d8d8; }
    .refer .refu span {
      margin-bottom: 5px;
      float: left;
      display: block;
      width: 100%;
      font-weight: 400;
      color: white; }
    .refer .refu p {
      display: block;
      width: 100%;
      min-height: 85px;
      float: left;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
     .refer .refu a p {
     	color: #CCCCCC;
     }
     .refer .refu a:hover p {
     	color: #FFFFFF;
     }
  .refer .cyclec-pager {
    height: 12px;
    left: 0px;
    display: block;
    width: 100%;
    float: left;
    z-index: 5000;
    text-align: center;
    margin-top: 20px; }
    .refer .cyclec-pager span {
      width: 12px;
      height: 12px;
      color: transparent;
      display: inline-block;
      margin: 0px 3px;
      cursor: pointer;
      background-image: url(images/cyclen.png); }
      .refer .cyclec-pager span.cycle-pager-active {
        background-image: url(images/cycle.png); }
      .refer .cyclec-pager span:hover {
        background-image: url(images/cycle.png); }

.sensei {
  position: absolute;
  z-index: 5001;
  width: 100%;
  height: 125px;
  bottom: 0px;
  left: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  color: white; }
  .sensei .center {
  	height: 125px;
  	width: 1180px;
  	padding: 15px 0;
  	background-color: rgba(55, 55, 55, 0.85);
  }
  .sensei h1 {
    font-size: 26px;
    color: #5EBA32;
    font-weight: 500;
    float: left;
    width: 175px; 
	margin-left: 20px;}
  .sensei p {
    float: left;
    height: 125px;
    width: 430px;
    margin: 0px 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #bfbfbf;
    text-align: left; }
    .sensei p.tucne {
      font-weight: 500;
      color: white; }

.thumbleft {
  float: left;
  width: 30%;
  line-height: 14px;
}

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


aside .nastroje .nastroj {
  margin-top: 7px;
  clear: both;
  float: left;
}
  aside .nastroje .nastroj img:hover {
    opacity: .8;
  }


table.horoskop th.znameni {
  width: 61px;
  padding: 0;
  text-align: center;
}
table.horoskop th, table.horoskop td {
  height: 30px;
  text-align: center;
  line-height: 14px !important;
}
table.horoskop td.dobry {
  background-color: #477B23;
}
table.horoskop td.prumerny {
  background-color: #CCCCCC;
}
table.horoskop td.spatny {
  background-color: #373737;
}

table.horoskop.vysvetlivky {
  width: 300px;
}
table.horoskop.vysvetlivky td {
  text-align: left;
}

/* jQuery datepicker */
form#znameni input, form#mingkua input {
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
  margin-right: 10px;
}
  form#znameni input[type=text], form#mingkua input[type=text] {
    padding-left: 50px;
    background: #FFFFFF url('./images/datepicker.jpg') 10px center no-repeat;
    border: 1px solid #CCCCCC;
  }
  form#znameni input[type=submit], form#mingkua input[type=submit] {
    background: #6BA836;
    border: 1px solid #6BA836;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: inherit;
  }
    form#znameni input[type=submit]:hover, form#mingkua input[type=submit]:hover {
      opacity: .8;
    }
.ui-widget-header {
  border-color: #6BA836 !important;
  background: #6BA836 !important;
}

.green {
  color: #6BA836;
}
.bigger {
  text-transform: uppercase;
}

.mingkua table {
  width: 760px;
  border-collapse: collapse;
}
  .mingkua table th, .mingkua table td {
    border: none;
  }
  .mingkua table th {
    border-bottom: 1px solid #333;
    font-weight: 700;
  }
  .mingkua table th.popis {
    background-color: #e4ffce;
  }
  .mingkua table th.plus {
    background-color: #d0ffaa;
  }
  .mingkua table th.minus {
    background-color: #cedbce;
  }

  .mingkua table td.ovlivnuje {
    text-transform: uppercase;
    font-weight: 700;
    color: #739073;
  }
    .mingkua table td.ovlivnuje.prvni {
      background: #edffde;
    }
    .mingkua table td.ovlivnuje.druha {
      background: #f3ffea;
    }

  .mingkua table td.uspech, .mingkua table td.uplnaZtrata, 
  .mingkua table td.zdravi, .mingkua table td.sestZabijaku, 
  .mingkua table td.laska, .mingkua table td.petDuchu,
  .mingkua table td.osobniRust, .mingkua table td.neuspech {
    vertical-align: top;
    padding-bottom: 0;
    line-height: 18px;
  }
  .mingkua table td.hlavicka {
    text-transform: uppercase;
    vertical-align: bottom;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 18px;
  }

  .mingkua table td.lightgreen {
    background-color: #f3ffea;
  }
  .mingkua table td.darkgreen {
    background-color: #e4ffce;
  }
  .mingkua table td.lightgray {
    background-color: #f4f4f4;
  }
  .mingkua table td.darkgray {
    background-color: #e7ede7;
  }


.odkazyDole {
	position: relative;
	top: 15px;
	clear: both;
	margin-top: 10px;
	font-size: 14px;
}
.odkazyDole li {
	font-size: 14px;
	margin-top: 6px;
	list-style: circle;
	list-style-position: inside;
}
.odkazyDole li a {
	color: #000;
}
.odkazyDole li a:hover {
	opacity: .8;
}