@font-face {
  font-family: "WhitneyBold";
  src: url(../fonts/WhitneyBold.ttf);
}

@font-face {
  font-family: "WhitneyMedium";
  src: url(../fonts/WhitneyMedium.ttf);
}

@font-face {
  font-family: "WhitneySemibold";
  src: url(../fonts/WhitneySemibold.ttf);
}

@font-face {
  font-family: "MuktaBold";
  src: url(../fonts/MuktaBold.ttf);
}

@font-face {
  font-family: "MuktaMedium";
  src: url(../fonts/MuktaMedium.ttf);
}

@font-face {
  font-family: "MuktaSemiBold";
  src: url(../fonts/MuktaSemiBold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label {
  margin: 0;
  padding: 0;
}

.noleft {
  padding-left: 0;
}

.noright {
  padding-right: 0;
}

.nopadding {
  padding: 0;
}

a {
  outline: medium none !important;
  text-decoration: none;
  transition: all 0.35s ease 0s;
}

a:hover {
  text-decoration: none;
}

button {
  transition: all 0.35s ease 0s;
}

a:focus {
  text-decoration: none;
}

button:focus {
  outline: 0px;
}

.boxs {
  width: 100%;
  display: block;
  float: left;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
}

.header .navbar-header {
  position: relative;
}

.header .container-fluid {
  padding: 0;
}

.header .navbar-brand {
  height: auto;
  padding: 0;
  padding-left: 15px;
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
}

.header .navbar-nav {
  padding: 50px 0px 50px 170px;
  transition: all 0.35s ease 0s;
}

.header .navbar {
  background: rgba(0, 0, 0, 0);
  border: none;
  margin-bottom: 0;
}

.header .navbar ul li {
  padding: 0px 25px;
}

.header .navbar-nav li a {
  font-family: "MuktaSemiBold";
  color: #055228;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0px;
}

.header .languagetab {
  float: right;
  list-style-type: none;
  padding: 46px 0px;
  transition: all 0.35s ease 0s;
}

.header .navbar .languagetab li {
  padding: 0;
}

.header .languagetab li a {
  font-family: "MuktaSemiBold";
  color: #055228;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0px;
}

.header .nav > li > a:hover,
.header .nav > li > a:focus .header .nav > li .active {
  color: #000;
  background-color: transparent;
}

.header .languagetab li a:hover {
  color: #000;
  background-color: transparent;
}

.fixed_header {
  position: fixed;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.header.fixed_header .navbar-brand {
  width: 120px;
}

.header.fixed_header .navbar-nav {
  padding: 25px 0px 25px 170px;
}

.header.fixed_header .languagetab {
  padding: 25px 0px;
}

.header .hamburger {
  display: none;
  float: right;
  height: 44px;
  padding: 12px 15px 12px 15px;
  width: 55px;
  margin-top: 13px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #055228;
  border-radius: 0;
  width: 25px;
  height: 3px;
}

.hamburger-box {
  width: 25px;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.sidenav {
  background-color: #fff;
  height: 100%;
  left: -250px;
  overflow-x: hidden;
  padding-top: 100px;
  position: fixed;
  top: 0px;
  transition: all 0.5s ease 0s;
  width: 190px;
  z-index: 8;
}

.sidenav a {
  font-family: "MuktaSemiBold";
  font-size: 20px;
  color: #055228;
  display: block;
  font-size: 17px;
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.sidenav a:hover {
  color: #000;
}

/*footer start*/
.footer {
  background: url("../img/foot_back.png") no-repeat center center;
  background-size: 100% 100%;
  height: auto;
  padding: 80px 0px;
}

.points .footer {
  /*background: transparent;*/
  padding: 70px 0;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul li a {
  border-bottom: 1px solid #fff;
}

.footer .foot_left .left_top h2 {
  font-size: 18px;
  font-family: "MuktaBold";
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-right: 55px;
}

.footer .foot_btm {
  margin-top: 20px;
}

.footer .foot_left .left_link ul li a,
.footer .foot_left .right_link ul li a {
  font-size: 18px;
  font-family: "MuktaBold";
  color: #fff;
  text-transform: uppercase;
}

.footer .foot_left .left_link ul li a:hover,
.footer .foot_left .right_link ul li a:hover {
  color: #999999;
}

.footer .foot_right h2 {
  font-size: 18px;
  font-family: "MuktaBold";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.footer .foot_right p {
  font-size: 18px;
  font-family: "MuktaMedium";
  color: #fff;
}

.footer .foot_right .address {
  margin-bottom: 20px;
  /*padding-right: 125px;*/
}

.footer .foot_right .ic_no {
  margin-bottom: 20px;
}

.footer .foot_right .addr {
  margin-bottom: 40px;
}

.footer .foot_right .mail a {
  display: block;
  font-size: 18px;
  font-family: "MuktaMedium";
  color: #fff;
  text-decoration: underline;
}

.footer .foot_right .mail a:hover {
  color: #999999;
  text-decoration: underline;
}

.footer .foot_right .col-sm-5 {
  padding: 0;
}

.footer .foot_right .col-sm-5 img.fbook {
  margin-right: 35px;
}

.footer .social a .hideimg {
  display: none;
}

.footer .social a:hover .hideimg {
  display: inline-block;
}

.footer .social a:hover .showimg {
  display: none;
}

/*footer end*/

/*home page start*/
.banner {
  background: url(../img/bannerbg.png) no-repeat center center;
  background-size: cover;
  padding: 50px 0 20px;
  margin-top: 120px;
}

.banner2 {
  background: url(../img/bg_strip.jpg) no-repeat center center;
  background-size: cover;
  height: 70px;
  position: sticky;
  top: 70px;
  margin-top: 120px;
  z-index: 7;
  left: 0;
  right: 0;
  transition: all 0.35s ease 0s;
}

@media screen and (max-width: 768px) {
  .banner2 {
    margin-top: 70px;
  }
}

.mybanner {
  position: sticky;
  z-index: 1;
  background-position: bottom;
  top: -410px;
}

.mybanner > *,
.banner2 > * {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fixed_banner {
  margin-top: 70px;
}

.b_lft h1 {
  font-family: "MuktaBold";
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.b_lft button {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #005127;
  color: #fff;
  padding: 15px 35px;
  margin-bottom: 55px;
  font-weight: 700;
  font-size: 1.4em;
}

.b_lft button img {
  display: inline;
  margin-left: 6px;
  margin-top: -4px;
}

.b_lft p {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lft_container {
  padding: 0;
  margin: 0 0 30px 0;
}

.lft_container div {
  padding: 0;
}

.bd_line {
  width: 480px;
  height: 1px;
  background-color: #fff;
}

.sublogo ul {
  list-style-type: none;
}

.sublogo ul li {
  display: inline-block;
  margin-right: 30px;
}

.area {
  background-color: #fff;
  padding: 20px 0px 60px;
}

.area_lft h3 {
  font-family: "MuktaBold";
  font-size: 22px;
  color: #679a2e;
  padding: 40px 0 40px;
  text-transform: uppercase;
}

/*.hlasovani_left_container .area_lft h3{*/
/*text-transform: none;*/
/*font-size: 26px;*/
/*}*/
.area_lft p {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
}

.area_lft p:last-child {
  padding-bottom: 0;
}

.area_lft img {
  margin-bottom: 70px;
}

.area_lft p strong {
  font-family: "MuktaBold";
}

.area_ryt {
  background-color: #f2f2f2;
  padding: 0px 30px;
}

.area_ryt h3 {
  font-family: "MuktaBold";
  font-size: 22px;
  color: #679a2e;
  padding: 40px 0px;
  text-transform: uppercase;
}

.area_ryt h4 a {
  /*display: inline-block;*/
  /*font-family: 'MuktaBold';*/
  /*font-size: 22px;*/
  color: #005127;
  /*padding-bottom: 30px;*/
}

.area_ryt h4 a:hover {
  color: #000;
}

.area_ryt p {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
  padding: 30px 0px;
}

.area_ryt p a {
  font-family: "MuktaBold";
  font-size: 18px;
  color: #005127;
  text-decoration: underline;
}

.submenu {
  font-family: "MuktaBold";
  font-size: 18px;
  padding: 0px;
  margin-top: 41px;
}

.submenu a {
  font-weight: 400;
  color: #337ab7;
  text-decoration: none;
}

.submenu a:hover {
  color: white;
}

.submenu div.dropdown-item {
  margin: 0px;
  padding: 20px;
  border-bottom: 3px solid white;
  background-color: #f2f2f2;
  transition: background-color 0.35s ease 0s;
}

.submenu div:hover {
  background-color: #679a2e;
}

.area_lft .table-head > div {
  border-bottom: 2px solid #ddd;
  background-color: #f2f2f2;
  padding: 8px;
  font-family: "MuktaBold";
  font-size: 16px;
}

.area_lft .table-body .td {
  font-family: "MuktaMedium";
  padding: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.aktualita > button {
  padding: 0;
  font-family: "MuktaBold";
  margin-bottom: 10px;
}

.news h4 {
  display: inline-block;
  font-family: "MuktaBold";
  font-size: 22px;
  color: #005127;
  padding-bottom: 30px;
}

.bd_line2 {
  width: 200px;
  height: 1px;
  background-color: #679a2e;
}

.area_ryt .linkfollow {
  font-family: "MuktaBold";
  font-size: 18px;
  color: #055228;
  text-decoration: underline;
  padding: 25px 0px;
  display: inline-block;
  text-transform: uppercase;
}

.area_ryt .linkfollow:hover {
  color: #000;
}

.area_table {
  padding-top: 30px;
  padding-bottom: 80px;
}

.AT_head {
  background-color: #f0f5ea;
  padding: 0px 0px;
}

.AT_head_top {
  background-color: #f0f5ea;
  padding: 0px 0px;
}

.AT_head_top p {
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
}

.AT_head_top p.example {
  padding: 20px 20px 0px;
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
}

.AT_head_top p input {
  height: 42px;
  border: 1px solid #707070;
  border-radius: 8px;
  background-color: #fff;
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
  padding: 12px;
  width: 40%;
  margin-right: 20px;
}

#clear-text {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 497px;
  font-size: 24px;
}

.AT_head_top p select {
  height: 42px;
  border: 1px solid #707070;
  border-radius: 8px;
  background-color: #fff;
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
  padding: 5px 12px 5px 12px;
  width: 21%;
  margin-right: 20px;
}

.AT_head_top p input:focus {
  outline: 0;
}

.AT_head_top p a {
  background-color: #005127;
  border-radius: 8px;
  border: 1px solid #005127;
  font-family: "MuktaSemiBold";
  font-size: 18px;
  color: #ffffff;
  padding: 7px 12px;
  text-transform: none;
  text-align: center;
  width: 40%;
  display: inline-block;
  height: 42px;
}

#showAllCourses {
  width: 29%;
}

.AT_head_top p a img {
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
}

.AT_head_top p a:hover {
  border-color: #679a2e;
  background-color: #679a2e;
  color: #fff;
}

.AT_head_top p a .hideimg {
  display: none;
}

/*.AT_head_top p a:hover .showimg{*/
/*display: none;*/
/*}*/
/*.AT_head_top p a:hover .hideimg{*/
/*display: inline-block;*/
/*}*/
.AT_head ul {
  list-style-type: none;
  border-bottom: 1px solid #679a2e;
  float: left;
  display: block;
  width: 100%;
  padding: 0px 20px;
  padding-right: 0;
}

.AT_head ul li {
  float: left;
  font-family: "MuktaBold";
  font-size: 18px;
  color: #055228;
  padding: 5px 0px;
}

.AT_head ul li span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.AT_head ul li span a.toparrow {
  position: absolute;
  top: -25px;
}

.AT_head ul li span a.downarrow {
  position: absolute;
  bottom: -10px;
}

.AT_head ul li.width1 {
  width: 46%;
  position: relative;
}

.AT_head ul.results li.width1 {
  width: 40%;
  position: relative;
}

.AT_head ul li.width2 {
  width: 17%;
}

.AT_head ul li.width3 {
  width: 12%;
}

.AT_head ul.results li.width3 {
  width: 10%;
}

.AT_head ul li.width4 {
  width: 10%;
}

.AT_head ul li.width5 {
  width: 16%;
  padding: 5px 15px;
  text-align: left;
}

.AT_head ul li.width6 {
  width: 16%;
  padding: 5px 15px;
  text-align: left;
}

.AT_head ul li.width7 {
  width: 22%;
  padding: 5px 0px;
  text-align: left;
}

.AT_list {
}

.AT_list ul {
  list-style-type: none;
  border-bottom: 1px solid #679a2e;
  padding: 0px 20px;
  float: left;
  display: block;
  width: 100%;
  padding-right: 0;
}

.AT_list ul li {
  float: left;
  padding: 0px 0px;
  line-height: 32px;
}

.AT_list ul li.width1 {
  width: 46%;
}

.AT_list ul li.width1 {
  width: 46%;
}

.AT_list ul.results li.width1 {
  width: 40%;
}

.AT_list ul li.width2 {
  width: 17%;
}

.AT_list ul li.width3 {
  width: 12%;
}

.AT_list ul.results li.width3 {
  width: 10%;
}

.AT_list ul li.width4 {
  width: 10%;
}

.AT_list ul li.width5 {
  width: 16%;
}

.AT_list ul li.width6 {
  width: 16%;
  text-align: left;
}

.AT_list ul li.width7 {
  width: 22%;
}

.AT_list ul li.width1 {
  font-family: "MuktaBold";
  font-size: 18px;
  color: #333333;
}

.AT_list ul li.width1 span {
  font-size: 75%;
}

.AT_list ul li.width1 span a {
  color: #005127;
}

.AT_list ul li.width2,
.AT_list ul li.width3,
.AT_list ul li.width4 {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
}

.AT_list ul li.width5,
.AT_list ul li.width7,
.AT_list ul li.width6 {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #055228;
}

.AT_list ul li.width5 a,
.AT_list ul li.width7 a,
.AT_list ul li.width6 a {
  font-family: "MuktaMedium";
  font-size: 18px;
  line-height: 18px;
  color: #055228;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 8px;
}

.AT_list ul li.width5 a img,
.AT_list ul li.width7 a img,
.AT_list ul li.width6 a img {
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
}

.AT_list ul li.width5 a img.showimg,
.AT_list ul li.width6 a img.showimg,
.AT_list ul li.width7 a img.showimg {
  display: none;
}

.AT_list ul:hover li.width5 a img.showimg,
.AT_list ul:hover li.width6 a img.showimg,
.AT_list ul:hover li.width7 a img.showimg {
  display: inline-block;
}

.AT_list ul:hover li.width5 a img.hideimg,
.AT_list ul:hover li.width6 a img.hideimg,
.AT_list ul:hover li.width6 a img.hideimg {
  display: none;
}

/*.AT_list p a:hover .showimg{*/
/*display: none;*/
/*}*/
/*.AT_list p a:hover .hideimg{*/
/*display: inline-block;*/
/*}*/
.AT_list ul.active li {
  color: #679a2e;
}

.AT_list ul.active li.width5,
.AT_list ul.active li.width6,
.AT_list ul.active li.width6 {
  color: #055228;
}

.AT_list ul:hover {
  cursor: pointer;
  background-color: #f3f7ef;
  border-color: #005127;
}

.AT_list ul:hover li {
  color: #005127;
}

.AT_list ul:hover li.width5 a {
  background-color: #005127;
  color: #fff;
}

.AT_list ul:hover li.width6 a {
  background-color: #679a2e;
  color: #fff;
}

.AT_list ul:hover li.width5 a img,
.AT_list ul:hover li.width6 a img {
  display: inline-block;
}

.points {
  /*background: url(../img/bg3.png) no-repeat center center;*/
  /*background-size: cover;*/
  background-color: #333;
}

.points_inner {
  padding: 110px 0px 0px;
  margin-bottom: 0px;
}

.points_head h3 {
  font-family: "MuktaBold";
  font-size: 24px;
  color: #fff;
  margin-bottom: 50px;
}

.points_content h5 {
  font-family: "MuktaBold";
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 20px;
}

.points_content ul {
  list-style-type: none;
}

.points_content ul li {
  font-family: "MuktaMedium";
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.partners {
  padding: 70px 0px;
  background-color: #333;
}

.partnername h3,
.partnerproject h3 {
  font-family: "MuktaBold";
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

/*home page start*/

/*Hlasovani Step 2 start*/

/*Custom Radio Button*/

input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: #737373 !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #737373 !important;
  border-radius: 9999px !important;
  display: grid;
  place-content: center;
  margin-bottom: 5px !important;
  cursor: pointer;
}

input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #679a2e;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label {
  color: #333;
  padding-bottom: 5px;
}

/*Custom Radio Button End*/

.top_img {
  margin-top: 120px;
}

.top_img img {
  height: 100%;
}

.top_img img {
  height: 100%;
}

.top_img img.autoHeight {
  height: auto;
}

.body_left {
  padding-right: 40px;
}

.hlas_body {
  margin: 100px 0;
}

.hlas_body .left_top h2 {
  font-size: 24px;
  font-family: "MuktaBold";
  color: #679a2e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hlas_body .left_top h3 {
  font-size: 48px;
  font-family: "MuktaMedium";
  color: #679a2e;
  margin-bottom: 30px;
}

.hlas_body .left_top p {
  font-size: 18px;
  font-family: "MuktaMedium";
  color: #333333;
  padding-right: 40px;
}

.hlas_body .left_top p a {
  font-size: 18px;
  font-family: "MuktaMedium";
  color: #005127;
  border-bottom: 1px solid #005127;
}

.hlas_body .left_btm h2 {
  font-family: "MuktaBold";
  color: #333333;
  font-size: 18px;
}

.kvalita_hry {
  margin-top: 40px;
}

.kvalita_hry,
.kvalita_sluz,
.celkova_atmos {
  margin-bottom: 57px;
}

.kvalita_hry h2,
.kvalita_sluz h2,
.celkova_atmos h2,
.kategorie h2 {
  margin-bottom: 10px;
}

.kategorie [type="radio"]:checked + label:before,
.kategorie [type="radio"]:not(:checked) + label:before {
  top: 0;
}

.kategorie [type="radio"]:checked + label:after,
.kategorie [type="radio"]:not(:checked) + label:after {
  top: 3px;
}

.kategorie [type="radio"]:checked + label,
.kategorie [type="radio"]:not(:checked) + label {
  padding-left: 30px;
}

.left_btm .btm_form a {
  border-bottom: 1px solid #005127;
  color: #005127;
  font-family: "MuktaMedium";
  font-size: 18px;
}

.left_btm .btm_form label {
  font-size: 21px;
  font-family: "MuktaBold";
}

.left_btm .btm_form label.radio1 {
  color: #679a2e;
}

.left_btm .btm_form label.radio2 {
  color: #8f8f52;
}

.left_btm .btm_form label.radio3 {
  color: #8f5c1c;
}

.left_btm .btm_form label.radio4 {
  color: #b81f09;
}

.left_btm .btm_form label.radio5 {
  color: #cc0000;
}

.left_btm .btm_form p {
  margin-bottom: 10px;
}

.left_btm button {
  background: #005127;
  color: #fff;
  padding: 14px 45px 14px 30px;
  font-family: "MuktaSemiBold";
  font-size: 18px;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
}

.left_btm button span {
  margin-right: 15px;
}

.left_btm button.button2 {
  background: #005127;
  color: #fff;
  padding: 14px 30px 14px 45px;
  font-family: "MuktaSemiBold";
  font-size: 18px;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 40px;
}

.left_btm button.button2 span {
  margin-left: 15px;
}

.left_btm button.buttonbck {
  background: #702501;
}

.body_right .right_top h2 {
  font-family: "MuktaBold";
  font-size: 24px;
  color: #333333;
  margin-top: 56px;
  margin-bottom: 30px;
  padding-right: 10px;
}

.right_btm {
  margin-top: 50px;
}

.right_btm h2 {
  font-family: "MuktaBold";
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}

.right_btm p {
  font-size: 18px;
  font-family: "MuktaMedium";
  color: #333333;
  margin-bottom: 10px;
  margin-right: 60px;
}

.right_btm p a {
  font-size: 18px;
  font-family: "MuktaBold";
  color: #055228;
  border-bottom: 1px solid #055228;
}

.right_btm p img {
  margin: 0 3px;
}

.right_btm button {
  background: #005127;
  color: #fff;
  padding: 7px 30px 7px 45px;
  font-family: "MuktaSemiBold";
  font-size: 18px;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 40px;
}

.right_btm button span {
  margin-left: 15px;
}

.right_btm form input {
  border: 1px solid #707070;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #679a2e;
  font-family: "MuktaMedium";
  font-size: 18px;
}

.right_btm form input::placeholder {
  color: #679a2e;
  font-family: "MuktaMedium";
  font-size: 18px;
}

.right_btm form .mobile input {
  margin-bottom: 0;
}

.right_btm form input.form-control {
  width: 60%;
  display: inline-block;
  height: auto;
}

.right_btm form input.form-control:focus {
  box-shadow: none;
  border-color: #707070;
}

.right_btm form label {
  width: 20%;
  color: #333333;
  font-family: "MuktaMedium";
  font-size: 18px;
}

.right_top [type="radio"]:checked + label:before,
.right_top [type="radio"]:not(:checked) + label:before {
  top: 0;
}

.right_top [type="radio"]:checked + label:after,
.right_top [type="radio"]:not(:checked) + label:after {
  top: 3px;
}

.right_top [type="radio"]:checked + label,
.right_top [type="radio"]:not(:checked) + label {
  width: 60%;
  float: right;
  padding-left: 30px;
  color: #333333;
  font-family: "MuktaMedium";
  font-size: 18px;
  margin-bottom: 10px;
}

.right_top form span {
  color: #333333;
  font-family: "MuktaMedium";
  font-size: 18px;
  float: left;
}

.top_optn,
.btm_optn label {
  border-bottom: 1px solid #679a2e;
}

.right_top [type="radio"]:checked + label,
.right_top [type="radio"]:not(:checked) + label {
  padding-bottom: 10px;
}

.btm_optn [type="radio"]:checked + label:last-child,
.btm_optn [type="radio"]:not(:checked) + label:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.right_top .top_optn [type="radio"]:checked + label,
.right_top .top_optn [type="radio"]:not(:checked) + label {
  margin-bottom: 0;
}

.top_optn {
  margin-bottom: 10px;
}

.top_optn,
.btm_optn {
  float: left;
  display: block;
  width: 400px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Hlasovani Step 2 End*/

/*Hlasovani Step 3 Start*/
.mapa {
  margin-top: 100px;
  width: 45%;
  float: right;
  transform: scale(0.86);
}

.hlasovani_left_container {
  width: 52%;
  padding-left: 15px;
  float: left;
}

.hlasovani_body {
  margin: 100px 0;
}

.hlasovani_body h1 {
  color: #679a2e;
  font-family: "MuktaMedium";
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hlasovani_body h2 {
  color: #679a2e;
  font-family: "MuktaMedium";
  font-size: 36px;
  display: inline;
}

.hlasovani_body span {
  color: #333333;
  font-family: "MuktaBold";
  font-size: 24px;
  display: inline-block;
}

.hlasovani_body ul {
  list-style: none;
}

.hlasovani_body .resulttop p {
  color: #333333;
  font-family: "MuktaMedium";
  font-size: 18px;
  margin-bottom: 5px;
}

.hlasovani_body .resulttop p span {
  color: #679a2e;
  font-family: "MuktaBold";
  font-size: 18px;
}

.hlasovani_body .left_contnt_mid {
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  padding-top: 40px;
}

.hlasovani_body .resulttop {
  margin-top: 40px;
}

.hlasovani_body .resultmid {
  margin-top: 40px;
}

.hlasovani_body .resultbtm {
  margin-top: 40px;
}

.hlasovani_body .resultbtm .row {
  margin-right: -7px;
  margin-left: -7px;
}

.hlasovani_body .resultbtm .col-xs-6 {
  padding: 0px 7px;
}

.hlasovani_body .resultbtm a {
  display: block;
  width: 100%;
  font-family: "MuktaSemiBold";
  font-size: 18px;
  text-transform: uppercase;
  background: #005127;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}

.hlasovani_body .resultbtmbck a {
  display: block;
  width: 100%;
  font-family: "MuktaSemiBold";
  font-size: 20px;
  text-transform: uppercase;
  background: #702501;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 16px 45px 0px 30px;
}

.hlasovani_body .resultbtm a span,
.hlasovani_body .resultbtmbck a span {
  margin-right: 5px;
  margin-left: 10px;
  height: 40px;
}

.hlasovani_body .resultbtm a img,
.hlasovani_body .resultbtmbck a img {
  margin-right: 3px;
}

.hlasovani_body .top_right {
  /*margin-top: 160px;*/
}

.hlasovani_body .top_right [type="radio"]:checked + label:before,
.hlasovani_body .top_right [type="radio"]:not(:checked) + label:before {
  top: 0;
}

.hlasovani_body .top_right [type="radio"]:checked + label,
.hlasovani_body .top_right [type="radio"]:not(:checked) + label {
  padding-right: 0;
  padding-left: 25px;
}

.hlasovani_body .top_right [type="radio"]:checked + label:after,
.hlasovani_body .top_right [type="radio"]:not(:checked) + label:after {
  top: 3px;
}

.hlasovani_body .top_right label {
  font-family: "MuktaMedium";
  font-size: 17px;
  color: #333333;
  margin-bottom: 20px;
}

.hlasovani_body .top_right span {
  display: inline;
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #005127;
}

.hlasovani_body .btm_right {
  /*   margin-top: 80px;*/
}

.hlasovani_body .btm_right h2 {
  font-family: "MuktaBold";
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  display: inline-block;
}

.hlasovani_body .btm_right p {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
}

.hlasovani_body .btm_right p span {
  display: inline;
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #005127;
  border-bottom: 1px solid #005127;
}

.hlasovani_right .btm_form {
  display: inline-flex;
  margin-top: 24px;
  width: 100%;
}

.hlasovani_right .btm_form input {
  width: 30%;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid #707070;
}

.hlasovani_right .btm_form input:focus {
  box-shadow: none;
  outline: none;
}

.hlasovani_right .btm_form button {
  width: 100%;

  border-radius: 8px;
  background: #005127;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #005127;
  font-family: "MuktaSemiBold";
  font-size: 28px;
  text-align: center;
  padding-top: 10px;
}

.hlasovani_right .btm_form button span {
  margin-left: 20px;
  height: 40px;
}

.topMar20 {
  margin-top: 20px;
}

.leftMar30 {
  margin-left: 30px;
}

/*Hlasovani Step 3 End*/

/*SweetAlert*/
.swal2-popup {
  width: 60em !important;
  padding: 0px 0px 5px 0px !important;
  border: 4px solid #679a2e !important;
  border-radius: 0.5125em !important;
}

.swal2-header {
  align-items: flex-start !important;
  margin-bottom: 25px;
}

.swal2-title,
.modal-title {
  text-align: left !important;
  font-weight: normal;
  font-family: "MuktaBold" !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  padding-right: 32px !important;
  width: 100%;
  padding: 0.8em 0.8em 0 !important;
}

.swal2-title {
  background-color: #679a2e !important;
  color: white !important;
  padding-bottom: 16px !important;
}

.modal-title {
  background-color: #679a2e !important;
  color: white !important;
  padding-bottom: 7px !important;
}

.swal2-container {
  color: #333 !important;
  font-size: 1.4em !important;
  overflow-y: auto;
}

.swal2-container p strong {
  font-weight: 500;
  font-family: "MuktaMedium";
  font-size: 17px;
  line-height: 20px;
}

.swal2-container strong.bolder {
  font-weight: 500 !important;
  color: #333 !important;
  font-family: "MuktaBold";
  font-size: 17px !important;
  line-height: 20px;
}

.swal2-close,
button.close {
  top: 10px !important;
  right: 10px !important;
  font-size: 3em !important;
  font-weight: normal !important;
  color: white !important;
}

.swal2-close {
  color: white !important;
}

button.close {
  color: white !important;
  opacity: 1;
}
.modal-header .close {
  margin-top: -26px !important;
  margin-right: -5px !important;
  font-size: 1.7em !important;
  font-family: system-ui;
}

.swal2-close:hover,
button.close:hover {
  color: rgba(255, 0, 0, 0.65) !important;
}

.rating-stars {
  margin-bottom: 14px;
}

.rating-stars ul {
  list-style-type: none;
}

.rating-stars ul > li.star {
  display: inline-block;
  cursor: pointer;
}

form#form5 .rating-stars ul > li.star,
form#form6 .rating-stars ul > li.star {
  cursor: default;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 40px;
  margin: 10px 12px 10px 0;
  color: #cecece;
}

.swal2-container .starClicked-info {
  background: rgba(103, 154, 46, 0.21);
  padding: 10px 17px;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 18px;
  margin-top: -10px;
  margin-bottom: 14px;
  display: none;
  font-family: "MuktaMedium";
  font-size: 12px;
}

.swal2-container .starClicked-info strong {
  font-weight: 500;
  font-family: "MuktaBold";
  line-height: 24px;
}

.zavrit {
  position: absolute;
  cursor: pointer;
  right: 17px;
  top: 5px;
  padding: 5px;
}

.zavrit .fa {
  font-size: 1.3em;
}

.swal2-container .starClicked-info hr {
  margin: 5px 0;
  border-color: #333;
}

.enter-code {
  background: rgba(103, 154, 46, 0.21);
  padding: 10px 60px;
  margin: 22px 0;
  font-weight: 700;
  font-size: 1.2em;
}

.second-title {
  /*font-size: 1.8em !important;*/
  margin-bottom: 0 !important;
}

.second-header {
  margin-bottom: 12.5px !important;
}

.like-icon {
  width: 58px;
  display: none;
}

.like {
  color: #679a2e !important;
  font-size: 1.8em;
  font-weight: 700;
  margin: 18px 0;
}

.like > span {
  vertical-align: middle;
  font-size: 1em;
  line-height: 32px;
}

.lbl {
  font-weight: 600;
  padding: 4px 0 4px 26px;
}

/* Hover and Selected state of the stars */
.rating-stars ul > li.star.hover > i.fa,
.rating-stars ul > li.star.selected > i.fa {
  color: #f4ce17 !important;
}

.fair-txt {
  margin: 28px 0;
  line-height: 24px;
}

.swal2-container .mobile {
  margin-top: 15px;
}

.enter-code input#inputCode {
  margin-bottom: 7px;
}

.enter-code label {
  padding-top: 4px;
}

.swal2-container input,
.swal2-container select {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #679a2e;
  height: 1.9em;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.swal2-container select {
  -webkit-appearance: none;
}

.form-check {
  text-align: left;
  display: flex;
  align-items: center;
}

.form-check label:before {
  position: initial !important;
  vertical-align: sub !important;
  display: inline-flex !important;
}

.form-check label p {
  display: inline;
  margin-left: 20px;
}

.form-check label {
  margin: 3px 5px 0;
}

.radioCheck {
  margin-right: 8px !important;
  height: 1em !important;
}

.swal2-container .mobile select {
  color: #333;
  font-weight: 500;
  padding-right: 0;
}

.swal2-actions {
  justify-content: flex-start !important;
  width: 100%;
  gap: 10px;
  padding: 0 10px 10px 10px;
}

.second-actions {
  justify-content: center !important;
}

.swal2-deny {
  flex-grow: 1;
}

.swal2-deny {
  font-size: 18px !important;
  font-family: "MuktaSemiBold" !important;
  padding: 0.625em 0.6em !important;
  transition: all 0.35s ease 0s !important;
  /*text-transform: lowercase !important;*/
  border-radius: 8px !important;
  flex-grow: 1;
}

.swal2-deny:first-letter {
  text-transform: uppercase !important;
}

/* .swal2-deny:hover {
  background-color: #679a2e !important;
} */

.swal2-deny img {
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
}

.swal2-confirm {
  font-size: 18px !important;
  font-family: "MuktaSemiBold" !important;
  padding: 0.625em 0.6em !important;
  transition: all 0.35s ease 0s !important;
  /*text-transform: lowercase !important;*/
  border-radius: 8px !important;
  flex-grow: 1;
}

.swal2-confirm:first-letter {
  text-transform: uppercase !important;
}

/* .swal2-confirm:hover {
  background-color: #679a2e !important;
} */

.swal2-confirm img {
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
}

.sub-btn-container > button {
  padding: 0 !important;
}

.scd-btn {
  width: 150px;
}

/*.sub-btn-container .sub-btn{*/
/*padding: .625em 1.8em !important;*/
/*font-size: 1.2em !important;*/
/*}*/
.swal2-container input {
  outline: none;
}

.swal2-container input.error {
  outline: none !important;
  border-color: #ffcdcb;
  box-shadow: 0 0 6px #ffcdcb;
}

.swal2-container input:valid {
  outline: none;
  margin-bottom: 0px;
  /*border-color: #679a2e;*/
  /*box-shadow: 0 0 6px #679a2e;*/
}

#form4 .col-md-12 p strong,
#form5 .col-md-12 p strong,
.stars .col-md-12 p strong {
  color: #679a2e;
  font-size: 1.2em;
  font-weight: 700;
}

#form4 .col-md-12 p strong span {
  font-size: 0.7em;
}

#form5 .col-md-12 {
  margin: 1px 0 5px;
}

.radio-container input.error + label::before {
  border-color: #ffcdcb;
  box-shadow: 0 0 6px #ffcdcb;
}

label.radio1,
label.radio2,
label.radio3 {
  position: absolute;
  top: -3px;
  left: 22px;
}

label.error {
  width: 100%;
  background: #ffcdcb;
  color: #ac0000;
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
  font-style: normal;
  position: relative;
  z-index: -1;
  animation: error-animation 0.5s;
}

.star-error1,
.star-error2,
.star-error3 {
  width: 100%;
  display: none;
  background: #ffcdcb;
  color: #ac0000;
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
  font-style: normal;
  position: relative;
  z-index: -1;
  animation: error-animation 0.5s;
  margin-bottom: 20px;
  margin-top: -15px;
}

label[for="data[experience]"] {
  width: 45%;
  margin-left: 100px;
}

@-webkit-keyframes error-animation {
  0% {
    top: -16px;
  }
  100% {
    top: 0;
  }
}

/*CONTACT PAGE*/

.contact h2,
.media-container h2 {
  color: #679a2e;
  font-family: "MuktaMedium";
  font-size: 36px;
  margin-bottom: 18px;
}

.media-container h3 {
  font-family: "MuktaBold";
  font-size: 22px;
  color: #679a2e;
  padding: 40px 0 40px;
  text-transform: uppercase;
}

.contact h4 {
  font-size: 16px;
}

.contact .fa {
  font-size: 40px;
  width: 15px;
}

.vertical-align {
  display: flex;
  position: relative;
  flex-flow: wrap;
  align-items: center;
  margin: 15px 0;
}

.contact .area_ryt {
  padding-bottom: 30px;
}

.contact .area_ryt button {
  font-family: "MuktaMedium";
  transition: all 0.35s ease 0s;
}

.contact .area_ryt button:hover {
  background-color: #679a2e;
}

.contact .area_lft img {
  width: 100%;
  margin-bottom: 0;
}

.modal-dialog {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_a-modal img {
  cursor: zoom-in;
}

.my_modal {
  display: none !important;
  margin: 20px 0 36px;
}

.my_a-modal {
  margin: 20px 0;
}

/*CONTACT PAGE - END*/

/*MEDIA PAGE*/

.media-container > div {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .media-container > div {
    display: flex;
    align-items: center;
  }
}

.media-container img {
  max-width: 100%;
}

.media-container img:hover {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s;
}

.media-container h2 {
  font-family: "MuktaBold";
  font-size: 22px;
  color: #679a2e;
  padding: 0px 0px 10px;
  text-transform: uppercase;
}

.media-container div h2,
h2.scd-header {
  padding: 20px 0px 5px;
  margin: 0;
}

.media-container h4 {
  font-family: "MuktaBold";
  font-size: 20px;
  margin: 5px 0 20px;
}

.media-container .col-md-6 {
  padding: 0;
}

/*MEDIA PAGE - END*/

/*GDPR*/

.gdpr h3 {
  font-family: "MuktaBold";
  font-size: 22px;
  color: #679a2e;
  padding: 40px 0px 50px;
  text-transform: uppercase;
}

.gdpr p {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
}

.gdpr ul li {
  font-family: "MuktaMedium";
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  margin-left: 25px;
}

.gdpr h4 {
  font-family: "MuktaBold";
  font-size: 20px;
  color: #005127;
  padding: 10px 0px 20px;
}

.gdpr .gdpr-contacts p {
  padding-bottom: 0px;
  font-size: 20px;
}

/*GDPR - END*/

.pad20 {
  padding: 20px 0px;
}

.bckGrey {
  background-color: #0f9e5e;
}

.bottomMar20 {
  margin-bottom: 20px;
}

.underLimit {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px solid #ac0000;
}

@media screen and (min-width: 1200px) {
  .mapa {
    margin-top: 10px;
    width: 45%;
    float: right;
    transform: scale(0.86);
  }

  .AT_head_top p input {
    width: 45%;
  }

  .AT_head_top p select {
    width: 22%;
  }
}

@media screen and (max-width: 1199px) {
  .mapa {
    margin-top: 10px;
    width: 45%;
    float: right;
    transform: scale(0.86);
  }

  .AT_head_top p input {
    width: 45%;
  }

  .AT_head_top p select {
    width: 22%;
  }
}

@media screen and (max-width: 991px) {
  .mapa {
    margin-top: 25px;
    width: 91%;
    float: right;
    transform: scale(0.86);
  }

  .AT_head_top p input {
    width: 45%;
  }

  .AT_list ul li.width5 a,
  .AT_list ul li.width6 a {
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .mapa {
    display: none;
  }
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 351px) {
}

@media screen and (max-width: 320px) {
}

.form2ButDiv {
  display: flex;
  clear: both;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.form2but,
.form2but2 {
  font-size: 18px !important;
  font-family: "MuktaSemiBold" !important;
  padding: 0.625em 1.8em !important;
  transition: all 0.35s ease 0s !important;
  /*text-transform: lowercase !important;*/
  border-radius: 8px !important;
  width: 100% !important;
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #005127;
  color: #fff !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form2but:first-letter,
.form2but2:first-letter {
  text-transform: uppercase !important;
}

.form2but:hover,
.form2but2:hover {
  background-color: #679a2e !important;
}

.form2but img,
.form2but2 img {
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
}

.formModalCode,
.formModalCode2 {
  margin-bottom: 0.8em;
}

.modal-header,
.moda-header2 {
  padding: 0 0.8em 0.8em 0;
  display: flex;
  background-color: #679a2e !important;
}

.setCode,
.setCode2 {
  padding: 2.5em 0 0.8em 1em;
  font-weight: 500;
  font-family: "MuktaMedium";
  font-size: 17px;
  line-height: 20px;
  text-align: left;
}

.setCodeHeader,
.setCodeHeader2 {
  background-color: #f4f7f0;
}

.inputCheckCodeFavourite,
.inputCheckCodeHodnoceni {
  width: 80%;
  margin-left: 2.1em;
}

.didntRecieve {
  font-weight: 500;
  font-family: "MuktaMedium";
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  margin-top: -13px;
  margin-bottom: 2.1em;
}

.didntRecieve a {
  font-family: "MuktaBold";
  font-weight: normal;
}

.codeCheckModal,
.codeCheckModal2 {
  z-index: 1;
  margin-top: -6px;
  margin-bottom: 1.5em;
}

.codeCheckModal label.error {
  z-index: 1;
  width: 100%;
}

.thxAndSorry {
  font-family: "MuktaMedium";
  font-size: 16px;
}
@media screen and (max-width: 391px) {
  .thxAndSorry {
    font-family: "MuktaMedium";
    font-size: 15px;
  }
}

.thxAndSorry b {
  font-family: "MuktaBold";
  font-weight: 500;
}

.noOfVotes {
  color: #055228;
  font-family: "MuktaBold";
}

.thxAndSorryBold {
  font-family: "MuktaBold";
  font-size: 16px;
}

.thxAndSorryMedium {
  font-weight: 500;
  font-family: "MuktaMedium";
  font-size: 17px;
  line-height: 20px;
}

.errorSorry {
  background: #ffcdcb;
  color: #ac0000;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  animation: error-animation 0.5s;
}

.windowHelp {
  color: #005127;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

.modal-content {
  padding: 0em !important;
  border: 4px solid #679a2e !important;
  border-radius: 0.5125em !important;
}

.swal2-confirm {
  font-size: 18px !important;
  font-family: "MuktaSemiBold" !important;
}

.inputCheckCodeFavourite,
.inputCheckCodeHodnoceni {
  width: 100%;
}

.swal2-html-container {
  overflow-x: hidden;
}

.codeCheckConfirm,
.codeCheckConfirm2 {
  margin-bottom: 10px !important;
}

.search {
  -webkit-appearance: none;
}

.blackCol {
  color: black;
}

.blackCol:hover {
  color: white;
}

.swal2-container .mobile {
  width: 100%;
  clear: both;
  display: block;
  margin-top: 0px !important;
}

.swal2-container .mobileSet {
  width: 23%;
  margin-bottom: 10px;
  margin-top: 3px;
  float: left;
}

.swal2-container .mobileChoose {
  width: 77%;
  float: left;
}

.input-mobile .mobile select {
  width: 22%;
}

.input-mobile .mobile input {
  width: 77%;
}

.swal2-validation-message {
  font-size: 16px;
  font-family: "MuktaMedium";
  color: #ac0000;
  margin-top: 5px;
  margin-bottom: 5px;
}
