* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: 'Open Sans', Arial;
  color: #474747;
  font-size: 14px;
}
img {
  border: 0;
}

.menu-mobile {
  display: none;
}

.clr {
  clear: both;
}
.vsld .clanek-img {
  width: 18%;
}
.vsld .clanek {
  min-height: 1px;
}
.vsld .clanek .clanek-text > a {
  display: none;
}
#rozcestnik {
  background: #007236;
  margin: 30px auto 0 auto;
  padding: 9px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  display: block;
  width: 170px;
  text-align: center;
  font-weight: bold;
}
#rozcestnik:hover {
  background: yellow;
  color: black;
}
.header {
  width: 100%;
  background: #002c15;  
  height: 95px;
}
#strankovani {
  text-align: right;
  padding-right: 23px;
  margin-top: 10px;
}
#strankovani a {
  background: #d5d5d5;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12px;
  color: black;
}
.partneri img {
  max-width: 180px;
}
.right {
  width: 250px;
  float: right;
}
.box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.logo {
  width: 155px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -78px;
  z-index: 999;
}
.topmenu {
  width: 40%;
  float: left;
  color: #1c6d3c;
  margin-top: 37px;
}
.topmenu a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding-right: 25px;  
}
.topmenu a:hover {
  color: yellow;
}
.fb {
  float: right;
  margin-top: 32px;
  margin-left: 15px;
}
.log-in {
  float: right;
  margin-top: 32px;
}
.log-in a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 12px;
  background: #007236;
  display: block;
}

.slider {
  width: 100%;  
  background: url('images/mainsl_02.jpg') no-repeat bottom center #007236;
  background-size: cover;
}
.slider h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  color: white;
  padding-top: 70px;
}
.slider h1 strong {
  font-weight: 600;
}
.slider h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding-top: 5px;
}
.line {
  background: #2d2d2d;
  position: relative;
  height: 90px;
  top: 17px;
}
.gttext {
  width: 175px;
  float: right;
}
.gtimage {
  width: 102px;
  position: absolute;
top: -3px;
  left: -30px;
}
.modules {
  padding: 30px 0 60px 0;
  box-sizing: initial;
}
.modul {
  margin-top: 10px;
  position: relative;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 253px;
  height: 125px;
  padding: 20px 20px 20px 50px;
  background: rgba(255,255,255,0.3);
  box-sizing: initial;
}
.flagmain {
    position: absolute;
    top: 5px;
    right: 5px;
}
.flagmain img {
  margin-left: 5px;
}
.gttext a {
  color: white;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.gttext a strong {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.gttext a:hover {
  color: yellow;
}
.left {
  float: left;
  width: 710px;
  padding-right: 30px;
  border-right: 1px solid #ccc;
  font-size: 15px;
}
.maintext {
  padding: 40px 0;
}
.left h2 {
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 30px;
}
.left p {
  margin-top: 17px;
}
.partneri {
  text-align: center;
}
.right .partneri h2 {
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 18px;
}
.partneri img {
  display: block;
  margin: 25px auto;
}

.footer {
  width: 100%;
  background: #002c15;  
  padding: 20px 0;
  font-size: 12px;
  color: white;
  text-align: center;
}

.menulines {
  width: 100%;
  /*background: url('images/lin_03.png') repeat-x;*/
  background-color: #026230;
  position: relative;
}

.menulines ul {
  list-style: none;
  width: 100%;
}
.menulines ul li {
  float: left;
  font-size: 14px;
  color: white;
    display: inline;
  /*padding: 16px 10px 17px 10px;    */
}
.menulines ul li a {
  color: white;
  text-decoration: none;
}
/*.menulines ul li:hover, .menulines ul li:focus {
  background: #002c15;
  padding: 15px 10px 74px 10px;
}*/

/*.menulines ul li ul {
  position: absolute;
  top: 55px;
  left: 0;
  display: none;
}*/
.menulines ul > li span {
  color: yellow;
  font-weight: bold;
  font-size: 14px !important;  
  /*padding: 0 5px;*/
}
.menulines ul > li .dropdown-toggle {
  color: yellow;
  font-weight: bold;
  font-size: 14px !important;
  /*padding: 0 5px;*/
}
.menulines ul > li .dropdown-menu.show {
  background-color: #002c15;
  top: 90%;
}
.menulines ul > li .dropdown-item {
  font-size: 14px;
  font-weight: 400;
}
.menulines ul > li .dropdown-item:hover {
  color: yellow;
  background: none;
}
.menulines .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-link:hover {
  background-color: #002c15;
}
.dropdown.show {
  background-color: #002c15;
}
.menulines .navbar {
  padding: 0;
}
.menulines .navbar-toggler {
  border-color: white;
  margin-left: auto;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.menulines ul li:hover ul, .menulines ul li:focus ul {
  display: block;
}
.menulines ul li ul li:hover, .menulines ul li ul li:focus {
  background: none;
  /*padding: 15px 10px 16px 10px;    */
  color: yellow;
  }

  .menulines ul li ul li:hover a, .menulines ul li ul li:focus a {
  
  color: yellow;
  }


  .clanek {  
  width: 97%;
  margin-right: 1.4%;
  background: #f7f7f7;
    min-height: 146px;
  margin-top: 17px;
    display: flex;
}
.clanek-img {
  width: 28%;
  float: left;
  align-self: center;
}
.clanek-img img {
  width: 100%;
  display: block;
}
.clanek-text {
  width: 72%;
  float: left;
}

.clanek-text > a {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 15px;
  margin-top: 30px;
  display: block;
}

.left .clanek-text h2 {
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.left .clanek-text h2 a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
  }
.left ul, .left ol {
  margin-left: 30px;
  margin-top: 10px;
}
.formular-pr {
  margin-top: 50px;
}
.pri {
  background: #d5d5d5;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  color: black;
}
.formular-pr label {
  display: block;
  margin-top: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.formular-pr input[type="text"] {
  width: 500px;
  padding: 5px;
  display: block;
}
.formular-pr input[type="submit"] {
  width: 200px;
  padding: 5px;
  margin-top: 20px;
  display: block;
  margin-bottom: 100px;
}
.formular-pr select {
  padding: 5px;
  width: 300px;
}

.navbar-top {
  background-color: #002c15;
}
.navbar-top .header-menu .navbar-nav {
  text-align: right;
}
.navbar-top .header-menu .navbar-nav .nav-link {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.navbar-top .header-menu .navbar-nav .nav-link:hover {
  color: yellow;
}
.menu-mobile .fb, .menu-mobile .log-in {
  margin-top: 0;
}
.navbar-brand {
  max-width: 15%;
}

.prihlaska-text {
  font-size: 20px;
}

p.video iframe{
  max-width: 100%;
}

@media (max-width: 1000px) {
  .slider h1 {
    font-size: 42px;
  }
  .left h2, .right .partneri h2 {
    font-size: 28px;
  }
  .left .textpage h2 {
    font-size: 18px !important;
  }

  .box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .left {
    width: 70%;
  }
  .left img, .right img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  .right {
    width: 25%;
  }
  .modules {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gttext a {
    font-size: 18px;
  }

  .clanek-text > a {
    margin-top: 0;
  }

  .prihlaska-text {
    font-size: 18px;
  }
  .menu-mobile {
    display: initial;
  }

  .header {
    display: none;
  }
}

@media (max-width: 991Px) {
  .menulines .navbar-collapse, .menulines .navbar-collapse .dropdown-menu {
    text-align: right;
  }
  .menulines .navbar-collapse .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 829px) {
  .topmenu a {
    padding-right: 20px;
  }
}

@media (max-width: 799px) {

  .slider h1 {
    font-size: 38px;
  }
  .left h2, .right .partneri h2 {
    font-size: 25px;
  }
  .slider h2, .left .textpage h2 {
    font-size: 16px !important;
  }
  .left p {
    font-size: 14px;
  }

  .header .box {
    display: flex;
  }
  .topmenu {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }
  .topmenu a {
    padding-right: 0;
    width: 33%;
    text-align: center;
  }
  .logo {
    width: 18%;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .logo img {
    max-width: 100%;
    height: auto;
  }

  .formular-pr input[type="text"] {
    width: 100%;
  }

  .prihlaska-text {
    font-size: 16px;
  }
}

@media (max-width: 665px) {
  .modul {
    padding: 10px 10px 10px 25px;
  }
  .gtimage {
    width: 70px;
    top: 10px;
    left: -10px;
  }
  .gtimage img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 619px) {
  .slider h1 {
    font-size: 33px;
  }
  .left h2, .right .partneri h2 {
    font-size: 22px;
  }

  .left, .right, .partneri h2 {
    width: 100%;
  }
  .partneri {
    display: flex;
    flex-wrap: wrap;
  }
  .partneri a {
    width: 33%;
  }
  .partneri img {
    margin: auto;
  }
  .left {
    border-right: none;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #strankovani {
    text-align: center;
  }
  .navbar-brand {
    margin-right: 6px;
  }
  .menu-mobile .navbar-toggler {
    padding: 0;
    z-index: 9999;
  }
  .log-in a {
    font-size: 12px;
    padding: 4px 7px;
  }
  .fb {
    margin-left: 0;
  }
}

@media (max-width: 510px) {
  .capt {
    display: flex;
    flex-wrap: wrap;
  }
  .vysledky .capt img#ii1, .vysledky .capt img#ii2 {
    displaY: none;
  }
}