@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin,latin-ext);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h3, h3, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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; }

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; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

* {
  outline: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.cb {
  clear: both; }

.overflow {
  overflow: hidden; }

.relative {
  position: relative; }

.hideme {
  display: none; }

.nonclickable {
  pointer-events: none !important;
  cursor: default !important; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

::selection {
  background-color: #2e6927;
  color: white; }

::-moz-selection {
  background-color: #2e6927;
  color: white; }

@font-face {
  font-family: 'ostrich_sans_roundedmedium';
  src: url("/static/font/ostrich-rounded-webfont.eot");
  src: url("/static/font/ostrich-rounded-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/ostrich-rounded-webfont.woff") format("woff"), url("/static/font/ostrich-rounded-webfont.ttf") format("truetype"), url("/static/font/ostrich-rounded-webfont.svg#ostrich_sans_roundedmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Titillium Web", sans-serif;
  background-color: #2e6927;
  color: #fff; }

a {
  text-decoration: none; }

.main880 {
  display: block;
  width: 880px;
  margin: 0px auto; }

.logo {
  margin-top: 35px;
  margin-bottom: 0px;
  display: inline-block;
  width: 565px;
  height: 78px;
  background-image: url("../img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

#countdown {
  font-size: 24px;
  padding-top: 15px; }
  #countdown .countdown-section {
    display: inline-block;
    margin-right: 5px; }
    #countdown .countdown-section .countdown-amount {
      font-weight: bold;
      margin-right: 5px;
      font-size: 30px; }

header {
  position: relative;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  height: 385px;
  background-color: #c5d78c;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("/static/img/bg-tractor.jpg"); }
  header h1 {
    display: block;
    color: #2e6927;
    font-family: "ostrich_sans_roundedmedium";
    font-size: 100px;
    padding: 30px 0px 0px 0px;
    letter-spacing: 0.02em; }
  header h2 {
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding-top: 11px; }
    header h2 strong {
      font-weight: 700; }
    header h2 small {
      display: block;
      font-size: 20px; }

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 20px; }
  footer .col {
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
  footer .main880 {
    display: table; }

h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 0px 5px 10px 5px;
  margin: 0px -5px 15px -5px;
  border-bottom: 1px solid #fff; }

.vimeo {
  width: 100%;
  height: 220px;
  display: block;
  margin-top: 25px;
  margin-bottom: 30px; }

.col-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 50px; }
  .col-left p, .col-left ul {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
    .col-left p li, .col-left ul li {
      list-style-type: disc;
      margin-left: 25px; }
    .col-left p strong, .col-left ul strong {
      font-weight: bold; }
  .col-left a {
    color: #c5d78c; }
    .col-left a:hover {
      text-decoration: underline; }

.col-right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 40px; }
  .col-right p, .col-right ul {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
    .col-right p li, .col-right ul li {
      list-style-type: disc;
      margin-left: 25px; }
    .col-right p strong, .col-right ul strong {
      font-weight: bold; }
  .col-right a {
    color: #c5d78c; }
    .col-right a:hover {
      text-decoration: underline; }

.btnbig {
  margin-top: 30px;
  color: white !important;
  display: block;
  font-size: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 15px 10px 15px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  .btnbig:hover {
    background-color: #fff;
    color: #2e6927 !important;
    text-decoration: none !important; }

ul.docs {
  margin: 25px 0px 50px 0px;
  font-size: 20px; }
  ul.docs a {
    color: #fff; }
    ul.docs a:hover {
      text-decoration: none; }
  ul.docs li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    ul.docs li a {
      display: block;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: 2px solid #fff;
      padding: 10px 75px 10px 15px;
      transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
      ul.docs li a:hover {
        background-color: #fff;
        color: #2e6927; }
    ul.docs li span {
      font-size: 16px;
      line-height: 14px;
      padding: 8px 8px;
      color: #2e6927;
      position: absolute;
      height: 100%;
      min-width: 60px;
      top: 0px;
      right: 0px;
      background-color: #fff;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      cursor: default;
      outline: none; }
      ul.docs li span::selection {
        background-color: transparent;
        color: inherit; }
      ul.docs li span::-moz-selection {
        background-color: transparent;
        color: inherit; }
      ul.docs li span small {
        padding-top: 3px;
        font-size: 12px;
        display: block;
        cursor: default;
        outline: none; }
        ul.docs li span small::selection {
          background-color: transparent;
          color: inherit; }
        ul.docs li span small::-moz-selection {
          background-color: transparent;
          color: inherit; }

.organization {
  display: inline-block;
  width: 208px;
  height: 61px;
  background: url("/static/img/organizator.png") no-repeat top left; }

.maps {
  display: block;
  position: relative;
  z-index: 50; }
  .maps #gmap {
    height: 500px; }

.dropshadow {
  padding-top: 65px;
  padding-bottom: 60px;
  position: relative;
  z-index: 100;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4); }

.iframe {
  padding-top: 20px; }
  .iframe iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

.tablica {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px; }
  .tablica td {
    padding: 5px 10px; }
    .tablica td:first-of-type {
      width: 95px; }
  .tablica tr.single {
    background-color: #1a5f17 !important;
    font-size: 16px;
    text-transform: uppercase; }
  .tablica tr:nth-child(odd) {
    background-color: #367234; }

.fullfancybox {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  .fullfancybox img {
    display: block;
    width: 100%; }
  .fullfancybox:hover {
    background-color: #2e6927; }

.photogallery {
  padding-bottom: 40px; }
  .photogallery a {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 5px;
    background-color: #367234;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    .photogallery a img {
      display: block;
      width: 75px;
      height: 75px; }
    .photogallery a:hover {
      background-color: #1a5f17; }

@media (max-width: 900px) {
  .main880 {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px; }

  .logo {
    width: 90%;
    height: 60px; } }
@media (max-width: 700px) {
  header h1 {
    font-size: 70px; }
  header h2 {
    font-size: 20px; }
    header h2 small {
      font-size: 16px; }

  .col-left, .col-right {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }

  .col-right {
    padding-top: 40px; }

  .dropshadow {
    padding-top: 45px;
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .logo {
    margin-top: 40px;
    height: 40px; }

  header h1 {
    font-size: 44px; }
  header h2 {
    font-size: 18px; }
    header h2 time {
      display: block; }

  footer .main880 {
    display: block; }
  footer .col {
    width: 100%;
    display: block;
    text-align: center; }
  footer .organization {
    margin-bottom: 20px; }

  #countdown {
    font-size: 16px; }
    #countdown .countdown-section .countdown-amount {
      font-size: 20px; } }

      .back{padding:10px 10px 10px 10px;
                background-color: #3a6b27;
                max-width: 100px;
                display: block;
              }
           a.back:visited, a.back:hover, a.back:active, a.back:link{color: white;}
