@import url(bootstrap.css);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/opensans-regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/opensans-bold.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(../fonts/opensans-italic.ttf) format("truetype"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(../fonts/opensans-boldItalic.ttf) format("truetype"); }
body {
  font-family: 'Open Sans', sans-serif; }
  body .top-bar {
    background: #006633;
    height: 28px; }
    @media only screen and (max-width: 992px) {
      body .top-bar {
        height: auto; }
        body .top-bar .navbar-default {
          background-color: #006633; }
        body .top-bar .navbar-brand {
          line-height: 45px; }
        body .top-bar .navbar-header {
          float: none; }
        body .top-bar .navbar-left, body .top-bar .navbar-right {
          float: none !important; }
        body .top-bar .navbar-toggle {
          display: block;
          background-color: #ffffff; }
        body .top-bar .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
        body .top-bar .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px; }
        body .top-bar .navbar-collapse.collapse {
          display: none !important; }
        body .top-bar .navbar-nav {
          float: none !important;
          margin-top: 7.5px; }
        body .top-bar .navbar-nav > li {
          float: none;
          text-align: left;
          font-size: 14px; }
        body .top-bar .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px;
          color: #ffffff; }
          body .top-bar .navbar-nav > li > a:hover {
            color: #ffffff;
            text-decoration: underline; }
        body .top-bar .collapse.in {
          display: block !important; } }
    body .top-bar-menu {
      margin-bottom: 0; }
    body .top-bar-inner, body .top-bar-menu {
      font-size: 12px;
      text-align: right; }
      body .top-bar-inner .top-bar-select, body .top-bar-menu .top-bar-select {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media only screen and (max-width: 992px) {
          body .top-bar-inner .top-bar-select, body .top-bar-menu .top-bar-select {
            font-size: 14px; } }
        body .top-bar-inner .top-bar-select li, body .top-bar-menu .top-bar-select li {
          display: inline-block;
          height: 28px;
          color: #FFFFFF;
          font-weight: bold;
          text-transform: uppercase; }
          body .top-bar-inner .top-bar-select li a, body .top-bar-menu .top-bar-select li a {
            color: #FFFFFF;
            line-height: 28px;
            vertical-align: middle; }
          body .top-bar-inner .top-bar-select li:before, body .top-bar-menu .top-bar-select li:before {
            content: "| ";
            padding: 0 5px; }
          body .top-bar-inner .top-bar-select li:first-child:before, body .top-bar-menu .top-bar-select li:first-child:before {
            content: ""; }
  body .header {
    margin-top: 20px;
    margin-bottom: 20px; }
    body .header-logo {
      float: left;
      margin-top: 20px;
      /*@media only screen and (max-width : 768px) {
      	float: none;
      	margin: 0 auto;
      	padding-left: 0px;
      }*/ }
    body .header-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      float: right;
      margin-top: 60px; }
      @media only screen and (min-width: 1200px) {
        body .header-menu {
          margin-top: 60px; } }
      body .header-menu li {
        display: inline-block;
        float: left; }
        body .header-menu li a {
          color: #666666;
          font-weight: bold;
          font-size: 13px;
          text-transform: uppercase;
          display: inline-block;
          height: 40px;
          line-height: 40px;
          padding: 0 13px;
          vertical-align: middle; }
        body .header-menu li:hover a, body .header-menu li.active a {
          background: #D10548;
          color: #ffffff;
          text-decoration: none; }
  body .grey-line {
    height: 10px;
    background-color: #F2F2EC; }
  body .page {
    margin-top: 40px;
    margin-bottom: 40px; }
    body .page .left-menu-inner {
      background-color: #F2F1EA;
      padding: 15px 30px;
      padding-bottom: 100px; }
      body .page .left-menu-inner h2 {
        color: #D10548;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px; }
      body .page .left-menu-inner ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        body .page .left-menu-inner ul li {
          padding-bottom: 10px; }
          body .page .left-menu-inner ul li a {
            font-size: 16px;
            font-weight: bold;
            line-height: 25px;
            color: #000000; }
          body .page .left-menu-inner ul li:hover a, body .page .left-menu-inner ul li.active a {
            color: #666666; }
    body .page .content .breadcrumb {
      background: none;
      border: 0;
      display: block; }
    body .page .content .breadcrumb li {
      font-size: 14px; }
    body .page .content .breadcrumb a {
      color: #D10548; }
    body .page .content .breadcrumb a:hover {
      color: #D10548; }
    body .page .content .breadcrumb > .active {
      color: #666666; }
    body .page .content .breadcrumb > li + li:before {
      color: #666666;
      content: "\276F\00a0"; }
    body .page .content h1, body .page .content h2, body .page .content h3, body .page .content h4 {
      color: #D10548;
      font-size: 26px;
      font-weight: bold; }
    body .page .content h2 {
      font-size: 22px; }
    body .page .content h3 {
      font-size: 18px; }
    body .page .content h4 {
      font-size: 14px; }
    body .page .content p {
      color: #666666;
      font-size: 14px; }
      body .page .content p img.pull-left {
        margin-bottom: 10px;
        margin-right: 10px; }
      body .page .content p img.pull-right {
        margin-bottom: 10px;
        margin-left: 10px; }
      body .page .content p a {
        color: #006633;
        text-decoration: underline; }
        body .page .content p a:hover {
          text-decoration: none; }
  @media only screen and (max-width: 768px) {
    body .aktualne-top .carousel {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 768px) {
    body .aktualne-top .carousel .item {
      padding-bottom: 160px; } }
  body .aktualne-top .carousel .item img {
    width: 100%; }
  body .aktualne-top .carousel .carousel-indicators {
    bottom: 0px; }
    @media only screen and (max-width: 768px) {
      body .aktualne-top .carousel .carousel-indicators {
        bottom: 5px; } }
    body .aktualne-top .carousel .carousel-indicators li {
      background-color: #969696;
      border: 1px solid #969696; }
      body .aktualne-top .carousel .carousel-indicators li.active {
        background-color: #ffffff; }
  body .aktualne-top .carousel .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    height: 102px;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
    body .aktualne-top .carousel .carousel-caption p {
      color: white;
      font-size: 14px;
      font-weight: bold;
      padding-left: 35px;
      padding-right: 35px;
      padding-bottom: 30px;
      text-align: left; }
    @media only screen and (max-width: 768px) {
      body .aktualne-top .carousel .carousel-caption {
        padding-top: 30px;
        height: 160px; }
        body .aktualne-top .carousel .carousel-caption p {
          text-align: center;
          font-size: 15px; } }
    @media only screen and (max-width: 400px) {
      body .aktualne-top .carousel .carousel-caption {
        padding-top: 15px; } }
  body .aktualne-top .carousel .carousel-control.left, body .aktualne-top .carousel .carousel-control.right {
    background-image: none !important; }
  body .aktualne-top .carousel .carousel-control .left, body .aktualne-top .carousel .carousel-control .right {
    background-image: none !important; }
  body .aktualne-top .carousel .carousel-control .glyphicon-chevron-right {
    right: 20%; }
  body .aktualne-top .carousel .carousel-control .glyphicon-chevron-left {
    left: 20%; }
  body .aktualne-top .poptavka {
    padding-left: 30px; }
    body .aktualne-top .poptavka-inner {
      padding: 1px 10px;
      background-color: #F2F2EC;
      margin-left: -20px;
      margin-right: 10px;
      min-height: 371px;
      max-height: 100%; }
    body .aktualne-top .poptavka-button {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; }
      body .aktualne-top .poptavka-button a {
        background: #006633;
        font-size: 21px;
        color: #ffffff;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        padding: 5px 15px; }
    body .aktualne-top .poptavka h2 {
      margin-top: 30px;
      margin-bottom: 25px;
      font-size: 20px;
      color: #006633;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
    body .aktualne-top .poptavka ul {
      list-style: none;
      margin: 0;
      padding-left: 22px; }
      body .aktualne-top .poptavka ul li {
        margin-top: 15px; }
        body .aktualne-top .poptavka ul li a {
          color: #666666;
          font-size: 19px;
          text-decoration: none; }
          body .aktualne-top .poptavka ul li a:hover {
            text-decoration: underline; }
    body .aktualne-top .poptavka .text-item {
      margin-bottom: 17px; }
      body .aktualne-top .poptavka .text-item label {
        width: 30%;
        color: #666666;
        font-size: 12px;
        font-weight: normal; }
      body .aktualne-top .poptavka .text-item input, body .aktualne-top .poptavka .text-item textarea {
        margin-left: 3%;
        width: 67%;
        height: 28px;
        border: none;
        background: #ffffff; }
      body .aktualne-top .poptavka .text-item textarea {
        height: 56px;
        resize: none; }
      body .aktualne-top .poptavka .text-item.full {
        margin-bottom: 9px; }
        body .aktualne-top .poptavka .text-item.full label {
          display: block;
          width: 100%;
          margin-bottom: 10px; }
        body .aktualne-top .poptavka .text-item.full textarea {
          margin-left: 0;
          width: 100%; }
      body .aktualne-top .poptavka .text-item.button input {
        margin-left: 0;
        float: right;
        font-size: 14px;
        color: #ffffff;
        background: #FE6C2B;
        width: 100px;
        height: 30px; }
  body .panel-default {
    border-radius: 0px; }
  body .form-control {
    border-radius: 0px; }
  body .btn.btn-primary {
    border: 0;
    border-radius: 0;
    margin-left: 0;
    font-size: 14px;
    color: #ffffff;
    background: #FE6C2B;
    width: 100px; }
    body .btn.btn-primary:hover {
      background: #fe7e44; }
  body .boxes {
    margin-top: 55px;
    margin-bottom: 55px; }
    body .boxes .box {
      display: block;
      border-top: 9px solid #006633;
      position: relative;
      color: #ffffff;
      text-decoration: none;
      width: 95%;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        body .boxes .box {
          max-width: 430px; } }
      @media only screen and (max-width: 1200px) {
        body .boxes .box {
          margin-bottom: 40px; } }
      body .boxes .box img {
        width: 100%; }
      body .boxes .box h2 {
        position: absolute;
        bottom: 15%;
        left: 0;
        display: block;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        text-shadow: -1px 1px 8px #000, 1px -1px 8px #000; }
      body .boxes .box:after {
        content: "";
        background: #D10548;
        height: 9px;
        width: 0%;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        position: absolute;
        left: 0;
        top: -9px; }
      body .boxes .box:hover:after {
        width: 100%; }
  body .aktualne-bottom {
    background: #EEEDE3;
    margin-top: 60px; }
    body .aktualne-bottom .aktuality {
      margin-top: 20px;
      margin-bottom: 80px; }
      body .aktualne-bottom .aktuality h2 {
        color: #666666;
        font-size: 26px;
        margin-bottom: 65px;
        padding-left: 15px; }
      body .aktualne-bottom .aktuality-item {
        color: #666666;
        padding-left: 135px;
        position: relative; }
        @media only screen and (max-width: 992px) {
          body .aktualne-bottom .aktuality-item {
            margin-bottom: 40px; }
            body .aktualne-bottom .aktuality-item:last-child {
              margin-bottom: 0; } }
        body .aktualne-bottom .aktuality-item-date {
          position: absolute;
          top: 0;
          left: 15px;
          padding-top: 15px;
          color: #ffffff;
          background: #006633;
          width: 100px;
          height: 100px;
          text-align: center;
          vertical-align: middle;
          font-size: 18px; }
          body .aktualne-bottom .aktuality-item-date span {
            font-size: 25px;
            vertical-align: bottom; }
        body .aktualne-bottom .aktuality-item-text {
          font-size: 14px; }
        body .aktualne-bottom .aktuality-item hr {
          border-top: 1px solid #ededed;
          margin-top: 10px;
          margin-bottom: 10px; }
        body .aktualne-bottom .aktuality-item-small-text {
          font-size: 12px; }
        body .aktualne-bottom .aktuality-item-more-button {
          margin-top: 20px; }
          body .aktualne-bottom .aktuality-item-more-button a {
            color: #FFFFFF;
            background-color: #D10548;
            display: inline-block;
            color: #FFFFFF;
            padding: 7px 12px; }
  body .footer {
    background: #002814;
    color: #ACACAC;
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 30px; }
    body .footer h2 {
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 30px; }
    body .footer h2 > small {
      font-size: 18px;
      color: #ACACAC;
      text-transform: uppercase; }
    body .footer p {
      margin-top: 20px; }
    body .footer form .small-padding-left {
      padding-left: 5px; }
    body .footer form .small-padding-right {
      padding-right: 5px; }
    body .footer form input[type=text], body .footer form textarea {
      border: 0;
      background: #273628;
      color: #fff;
      width: 100%;
      margin-bottom: 10px;
      padding: 7px 10px;
      resize: none; }
    body .footer form input[type=submit] {
      float: right;
      background: #D10548;
      border: 0;
      padding: 10px 15px;
      color: #fff;
      text-transform: uppercase;
      margin-top: -5px; }
  body .footer-bottom-bar {
    background: #001A0D;
    color: #ACACAC;
    font-size: 14px;
    line-height: 14px;
    padding-top: 25px;
    padding-bottom: 25px; }
    body .footer-bottom-bar .webactive {
      display: inline-block;
      margin: 0;
      margin-left: 15px; }
    body .footer-bottom-bar-menu {
      float: right;
      padding: 0;
      margin: 0;
      list-style: none;
      padding-right: 15px; }
      body .footer-bottom-bar-menu li {
        display: inline-block;
        margin-left: 10px; }
        body .footer-bottom-bar-menu li.active a {
          color: #FA548B; }
        body .footer-bottom-bar-menu li a {
          color: #ACACAC;
          text-decoration: none; }
          body .footer-bottom-bar-menu li a:hover {
            color: #FA548B; }
  body .copyright {
    padding-top: 15px;
    padding-bottom: 10px; }
    body .copyright a {
      font-size: 14px;
      color: #006633; }
    body .copyright-address {
      margin-top: 20px; }
      body .copyright-address-title {
        vertical-align: top;
        padding-right: 10px;
        font-weight: bold; }
    body .copyright-novinky {
      text-align: right;
      padding: 20px;
      padding-top: 0px;
      background-color: #F2F2EC; }
      @media only screen and (max-width: 768px) {
        body .copyright-novinky {
          margin-top: 15px; } }
      body .copyright-novinky h3 {
        font-weight: bold;
        font-size: 22px; }
      body .copyright-novinky input {
        height: 32px;
        position: relative;
        top: 1px;
        width: 200px;
        padding-left: 10px; }
    body .copyright-links {
      text-align: center; }
      body .copyright-links a {
        padding-right: 10px; }
        body .copyright-links a img {
          display: inline-block; }
        body .copyright-links a:last-child {
          padding-right: 0; }
    body .copyright-copyright {
      text-align: left;
      margin-top: 10px;
      margin-bottom: 0px; }
      body .copyright-copyright a {
        font-size: 12px;
        color: #444444; }

/*# sourceMappingURL=style.css.map */
