/*  
Theme Name: general clear theme
Theme URI: https://general.cz;
Description: general clear theme
Version: 2.2
Author: general.cz
Author URI: https://general.cz;
*/
@font-face {
  font-family: m-regular;
  src: url(./font/Jost-Regular.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Jost-Bold.ttf); }
@font-face {
  font-family: m-black;
  src: url(./font/Jost-Black.ttf); }
@font-face {
  font-family: m-light;
  src: url(./font/Jost-Light.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #071D36;
  font-size: 18px;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #071D36;
  font-size: 18px; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #071D36;
  font-size: 18px; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: m-regular; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

strong {
  font-family: m-bold; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex_l {
  display: flex;
  justify-content: left;
  align-items: center; }

p {
  line-height: 25px !important; }

.button_cookies_background {
  color: #071D36 !important;
  background: #FFC400 !important; }

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all .5s;
  height: 124px;
  background: white;
  -webkit-box-shadow: 0px -8px 15px 0px rgba(7, 29, 54, 0.75);
  -moz-box-shadow: 0px -8px 15px 0px rgba(7, 29, 54, 0.75);
  box-shadow: 0px -8px 5px 15px rgba(7, 29, 54, 0.75);
  /*&.color_default{
      background: #1F2D42;
  }*/ }
  header #nav {
    transition: all .5s; }
  header .logo {
    display: block;
    float: left;
    margin-top: 15px;
    transition: all .5s; }
    header .logo img {
      min-width: 420px;
      transition: all .5s; }
  header .navbar {
    padding: 0;
    margin-top: 50px;
    margin-right: 0;
    transition: all .5s;
    float: right; }
  header .over_menu {
    transition: all .5s; }
    header .over_menu ul {
      padding: 0px;
      margin: 0px; }
      header .over_menu ul li {
        display: inline-block;
        margin-right: 45px;
        position: relative;
        transition: all .5s; }
        header .over_menu ul li.current-menu-item {
          position: relative;
          color: #F7B42B; }
        header .over_menu ul li.active a {
          color: #071D36; }
        header .over_menu ul li:hover a {
          text-decoration: none;
          color: #071D36; }
        header .over_menu ul li:last-of-type {
          margin-right: 0px; }
        header .over_menu ul li a {
          font-size: 18px;
          color: rgba(7, 29, 54, 0.6);
          font-family: m-bold;
          text-transform: uppercase;
          transition: all .5s; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

.container {
  max-width: 1680px; }

.main_padding {
  padding-top: 124px; }

.position_relative {
  position: relative; }

#homepage #top_image {
  height: 660px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  transition: all .5s;
  padding-top: 80px; }
  #homepage #top_image #donate_button {
    background: #FFC400;
    font-size: 39px;
    font-family: m-black;
    position: fixed;
    top: 470px;
    color: white;
    min-width: 370px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 0px 20px 0px;
    border-radius: 20px 20px 0px 0px;
    line-height: 34px;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    right: -143px;
    transition: all .5s;
    z-index: 999; }
    #homepage #top_image #donate_button:hover {
      text-decoration: none;
      background: #071D36; }
  #homepage #top_image #counter {
    background: #071D36;
    padding: 60px;
    width: 100%;
    max-width: 520px;
    position: absolute;
    bottom: 0;
    right: 0; }
    #homepage #top_image #counter .count {
      font-size: 80px;
      color: white;
      font-family: m-black;
      line-height: 1;
      margin-bottom: 10px;
      display: block; }
    #homepage #top_image #counter .text_count {
      font-size: 22px;
      font-family: m-bold;
      color: white;
      margin: 0px; }
      #homepage #top_image #counter .text_count span {
        color: #FFC400; }
  #homepage #top_image .button_simple {
    font-size: 18px;
    font-family: m-regular;
    color: white;
    background: #FFC400;
    padding: 9px 74px;
    border-radius: 35px;
    margin-top: 40px;
    display: inline-block;
    border: unset;
    font-family: m-bold;
    transition: all .5s; }
    #homepage #top_image .button_simple.hide1 {
      display: none; }
    #homepage #top_image .button_simple:hover {
      background: white;
      color: #071D36;
      text-decoration: none; }
  #homepage #top_image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(7, 29, 54, 0.65); }
  #homepage #top_image .container, #homepage #top_image .row, #homepage #top_image .col-md-12 {
    height: 660px; }
  #homepage #top_image .over_top_image h1 {
    font-size: 60px;
    font-family: m-bold;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px; }
    #homepage #top_image .over_top_image h1 span {
      color: #FFC400; }
  #homepage #top_image p {
    font-size: 22px;
    line-height: 25px;
    color: white;
    margin-bottom: 0px;
    margin-top: 15px;
    max-width: 1100px; }
#homepage #kdo_jsme {
  padding: 130px 0px 120px 0px; }
  #homepage #kdo_jsme .play_text {
    margin-top: 40px;
    cursor: pointer; }
    #homepage #kdo_jsme .play_text p {
      margin: 0px;
      color: #071D36;
      font-size: 18px;
      font-family: m-bold; }
    #homepage #kdo_jsme .play_text img {
      margin-right: 20px; }
  #homepage #kdo_jsme #video_1_show {
    display: none; }
  #homepage #kdo_jsme video {
    width: 100%; }
  #homepage #kdo_jsme .img_kdo {
    width: 100%;
    cursor: pointer; }
  #homepage #kdo_jsme h2 {
    color: #FFC400;
    font-size: 18px;
    font-family: m-black;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #homepage #kdo_jsme h3 {
    line-height: 40px;
    color: #071D36;
    font-size: 35px;
    font-family: m-black;
    margin-bottom: 40px;
    text-transform: uppercase; }
  #homepage #kdo_jsme p {
    font-size: 18px;
    color: #071D36; }
  #homepage #kdo_jsme strong {
    font-family: m-bold; }
  #homepage #kdo_jsme .padding_left {
    padding-left: 65px;
    padding-top: 20px; }
#homepage #general {
  padding: 0px 0px 120px 0px; }
  #homepage #general .button_simple {
    font-size: 18px;
    font-family: m-regular;
    color: #071D36;
    background: white;
    padding: 9px 47px;
    border-radius: 35px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #071D36;
    transition: all .5s; }
    #homepage #general .button_simple:hover {
      background: #071D36;
      color: white;
      text-decoration: none; }
  #homepage #general .img_general {
    width: 100%; }
  #homepage #general h2 {
    color: #FFC400;
    font-size: 18px;
    font-family: m-black;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #homepage #general h3 {
    line-height: 40px;
    color: #071D36;
    font-size: 35px;
    font-family: m-black;
    margin-bottom: 40px;
    text-transform: uppercase; }
  #homepage #general p {
    font-size: 18px;
    color: #071D36;
    margin-bottom: 30px; }
  #homepage #general strong {
    font-family: m-bold; }
  #homepage #general .padding_right {
    padding-top: 10px;
    padding-right: 130px; }
#homepage #argument {
  padding: 0px 0px 0px 0px; }
  #homepage #argument .over_button {
    text-align: center; }
  #homepage #argument h2 {
    color: #FFC400;
    font-size: 18px;
    font-family: m-black;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #homepage #argument h3 {
    line-height: 40px;
    color: #071D36;
    font-size: 35px;
    font-family: m-black;
    margin-bottom: 50px;
    text-transform: uppercase; }
  #homepage #argument .img_kdo {
    position: relative;
    top: -90px;
    max-width: 376px;
    width: 100%; }
  #homepage #argument .button_simple {
    font-size: 18px;
    font-family: m-regular;
    color: #071D36;
    background: white;
    padding: 9px 71px;
    border-radius: 35px;
    margin-top: 40px;
    display: inline-block;
    border: 2px solid #071D36;
    transition: all .5s; }
    #homepage #argument .button_simple:hover {
      background: #071D36;
      color: white;
      text-decoration: none; }
  #homepage #argument .padding_left {
    padding-left: 70px; }
  #homepage #argument .over_list_info .over_ico {
    height: 70px;
    margin-bottom: 30px; }
  #homepage #argument .over_list_info .ico1 img {
    width: 51px; }
  #homepage #argument .over_list_info .ico2 img {
    width: 35px; }
  #homepage #argument .over_list_info .ico3 img {
    width: 82px; }
  #homepage #argument .over_list_info h3 {
    font-size: 18px;
    font-family: m-bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #071D36;
    line-height: 22px; }
  #homepage #argument .over_list_info p {
    font-size: 18px;
    color: #071D36; }
#homepage #podporovatele {
  padding: 0px 0px 430px 0px; }
  #homepage #podporovatele .podporovatele_text {
    padding-top: 28px; }
  #homepage #podporovatele h2 {
    color: #FFC400;
    font-size: 18px;
    font-family: m-black;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #homepage #podporovatele h3 {
    line-height: 40px;
    color: #071D36;
    font-size: 35px;
    font-family: m-black;
    text-transform: uppercase; }
  #homepage #podporovatele p {
    font-size: 18px;
    color: #071D36;
    margin-bottom: 0px; }
  #homepage #podporovatele a {
    font-size: 18px;
    color: #071D36;
    text-decoration: underline; }
  #homepage #podporovatele .slick-dots {
    bottom: -50px; }
  #homepage #podporovatele .slick-dots li button:before {
    font-size: 12px;
    color: #071D36; }
  #homepage #podporovatele .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #071D36; }
  #homepage #podporovatele .over_arrow {
    position: relative; }
    #homepage #podporovatele .over_arrow .slider_arrow {
      color: #071D36;
      font-size: 40px; }
    #homepage #podporovatele .over_arrow #slickLeft_main_home {
      position: absolute;
      top: 340px;
      left: 0; }
    #homepage #podporovatele .over_arrow #slickRight_main_home {
      position: absolute;
      top: 340px;
      right: 0; }
  #homepage #podporovatele .over_podporovatele_text {
    padding-left: 100px; }
  #homepage #podporovatele .list_person {
    max-width: 90%;
    margin: 0px auto;
    margin-top: 60px; }
    #homepage #podporovatele .list_person .single_person {
      height: 370px;
      background-size: cover !important;
      background-position: center center !important;
      position: relative;
      transition: all .5s;
      max-width: 300px;
      margin: 0px auto; }
      #homepage #podporovatele .list_person .single_person .shadow_person {
        background: url(./images/shadow_person.png);
        background-size: cover !important;
        background-position: center center !important;
        height: 155px;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1; }
      #homepage #podporovatele .list_person .single_person .info_person {
        position: absolute;
        bottom: 0px;
        z-index: 10;
        padding: 35px; }
        #homepage #podporovatele .list_person .single_person .info_person .name {
          font-size: 20px;
          font-family: m-bold;
          color: white;
          margin-bottom: 0px;
          z-index: 10;
          text-transform: uppercase; }
        #homepage #podporovatele .list_person .single_person .info_person .pozice {
          font-size: 17px;
          font-family: m-regular;
          color: white;
          margin-bottom: 5px;
          z-index: 10; }
        #homepage #podporovatele .list_person .single_person .info_person .text_person {
          font-size: 18px;
          color: white;
          margin-bottom: 0px;
          z-index: 10;
          line-height: 22px !important; }
#homepage #slovo_generala {
  padding: 0px 0px 125px 0px; }
  #homepage #slovo_generala h2 {
    color: #FFC400;
    font-size: 18px;
    font-family: m-black;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 115px; }
  #homepage #slovo_generala h3 {
    line-height: 40px;
    color: #071D36;
    font-size: 35px;
    font-family: m-black;
    margin-bottom: 44px;
    text-transform: uppercase; }
  #homepage #slovo_generala p {
    line-height: 20px;
    color: #071D36;
    font-size: 18px;
    margin-bottom: 30px; }
  #homepage #slovo_generala .foto_general {
    display: block; }
  #homepage #slovo_generala .foto1 {
    float: unset;
    margin-top: 116px;
    max-height: 448px;
    width: 100%; }
  #homepage #slovo_generala .foto2 {
    float: left; }
  #homepage #slovo_generala .button_simple {
    font-size: 18px;
    font-family: m-regular;
    color: #071D36;
    background: white;
    padding: 9px 71px;
    border-radius: 35px;
    display: inline-block;
    border: 2px solid #071D36;
    transition: all .5s; }
    #homepage #slovo_generala .button_simple:hover {
      background: #071D36;
      color: white;
      text-decoration: none; }
#homepage #podpora {
  padding: 0px 0px 100px 0px;
  position: relative; }
  #homepage #podpora #done_form p {
    color: #071D36 !important;
    margin-bottom: 0px !important; }
  #homepage #podpora #done_form a {
    color: #071D36 !important;
    text-decoration: underline; }
  #homepage #podpora #done_form h3 {
    margin-top: 25px; }
  #homepage #podpora #done_form .line_more {
    margin-bottom: 5px !important; }
  #homepage #podpora .under_form p {
    margin-bottom: 5px !important; }
  #homepage #podpora #podpora_over {
    background: #071D36;
    min-height: 530px;
    padding: 110px;
    position: relative; }
  #homepage #podpora .hands {
    max-width: 577px;
    position: absolute;
    top: -420px;
    right: -60px; }
  #homepage #podpora .button_simple {
    font-size: 22px;
    font-family: m-bold;
    color: #071D36;
    background: white;
    padding: 9px 55px;
    border-radius: 35px;
    margin-top: 40px;
    display: inline-block;
    transition: all .5s; }
    #homepage #podpora .button_simple:hover {
      background: #FFC400;
      color: #071D36;
      text-decoration: none; }
  #homepage #podpora .ucet {
    font-size: 35px;
    font-family: m-black;
    color: white;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block; }
    #homepage #podpora .ucet span {
      color: #FFC400;
      text-decoration: underline;
      text-decoration-color: #FFC400; }
  #homepage #podpora .img_ucet {
    display: inline-block;
    position: relative;
    top: -6px;
    margin: 0px 30px; }
  #homepage #podpora .cislo_ucet {
    font-size: 35px;
    font-family: m-black;
    color: white;
    display: inline-block; }
  #homepage #podpora h2 {
    color: #FFC400;
    font-size: 35px;
    font-family: m-black;
    margin-bottom: 39px;
    text-transform: uppercase; }
  #homepage #podpora p {
    line-height: 20px;
    color: white;
    font-size: 18px;
    margin-bottom: 30px; }
  #homepage #podpora #show_form {
    cursor: pointer; }
  #homepage #podpora #over_support_form {
    display: none;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    #homepage #podpora #over_support_form .container-check {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 19px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-align: left;
      margin: 0px auto;
      display: inline-block;
      margin-bottom: 18px; }
      #homepage #podpora #over_support_form .container-check a {
        color: #071D36;
        text-decoration: underline; }
    #homepage #podpora #over_support_form .container-check input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    #homepage #podpora #over_support_form .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: white;
      border: 1px solid #071D36; }
    #homepage #podpora #over_support_form .container-check:hover input ~ .checkmark {
      background-color: white; }
    #homepage #podpora #over_support_form .container-check input:checked ~ .checkmark {
      background-color: #071D36; }
    #homepage #podpora #over_support_form .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #homepage #podpora #over_support_form .container-check input:checked ~ .checkmark:after {
      display: block; }
    #homepage #podpora #over_support_form .container-check .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #homepage #podpora #over_support_form #support_form {
      background: #071D36;
      padding: 0px 110px;
      padding-bottom: 50px; }
      #homepage #podpora #over_support_form #support_form .add_info {
        color: #071D36;
        margin-top: 20px;
        line-height: 25px;
        padding: 0px 20px; }
        #homepage #podpora #over_support_form #support_form .add_info a {
          color: #071D36;
          text-decoration: underline; }
      #homepage #podpora #over_support_form #support_form .podpora_message p {
        font-size: 18px;
        color: #071D36;
        margin-bottom: 25px;
        text-align: center;
        font-family: m-bold; }
      #homepage #podpora #over_support_form #support_form p {
        font-size: 18px;
        color: white;
        margin-bottom: 25px; }
      #homepage #podpora #over_support_form #support_form form {
        padding: 55px;
        background: white;
        margin-bottom: 30px;
        text-align: center; }
        #homepage #podpora #over_support_form #support_form form h2 {
          font-size: 35px;
          color: #FFC400;
          font-family: m-black;
          text-align: center;
          margin-bottom: 25px; }
        #homepage #podpora #over_support_form #support_form form h3 {
          margin-bottom: 20px;
          font-size: 22px;
          font-family: m-black;
          color: #071D36;
          text-transform: uppercase; }
        #homepage #podpora #over_support_form #support_form form .contact_row {
          display: none; }
        #homepage #podpora #over_support_form #support_form form .fyzicka_osoba_list {
          display: none; }
        #homepage #podpora #over_support_form #support_form form .pravnicka_osoba_list {
          display: none; }
        #homepage #podpora #over_support_form #support_form form #repeat {
          margin-top: 5px;
          margin-bottom: 20px; }
        #homepage #podpora #over_support_form #support_form form #type_person {
          margin-top: 5px;
          margin-bottom: 20px; }
        #homepage #podpora #over_support_form #support_form form .payment_method_over {
          margin-top: 5px;
          margin-bottom: 35px; }
        #homepage #podpora #over_support_form #support_form form .contact_row {
          max-width: 1170px;
          margin: 0px auto;
          margin-top: 25px; }
        #homepage #podpora #over_support_form #support_form form .custom_amount p {
          color: #071D36;
          font-size: 16px;
          margin-top: 25px;
          font-family: m-bold;
          margin-bottom: 20px; }
        #homepage #podpora #over_support_form #support_form form .custom_amount input[type="text"] {
          border: 3px solid #B0AEAF;
          max-width: 574px;
          margin: 0px auto;
          display: block;
          border-radius: 25px;
          padding-left: 20px;
          height: 50px; }
        #homepage #podpora #over_support_form #support_form form .custom_amount input[type="number"] {
          border: 3px solid #B0AEAF;
          max-width: 574px;
          margin: 0px auto;
          display: block;
          border-radius: 25px;
          padding-left: 20px;
          height: 50px; }
        #homepage #podpora #over_support_form #support_form form .custom_amount ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #B0AEAF;
          font-size: 18px;
          opacity: 1;
          /* Firefox */ }
        #homepage #podpora #over_support_form #support_form form .custom_amount :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #B0AEAF;
          font-size: 18px; }
        #homepage #podpora #over_support_form #support_form form .custom_amount ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #B0AEAF;
          font-size: 18px; }
        #homepage #podpora #over_support_form #support_form form .opakovani_platby {
          display: none; }
        #homepage #podpora #over_support_form #support_form form .choose_row {
          max-width: 1170px;
          margin: 0px auto; }
        #homepage #podpora #over_support_form #support_form form .over_input {
          margin-bottom: 30px; }
        #homepage #podpora #over_support_form #support_form form input[type="text"] {
          width: 95%;
          border: none;
          border-bottom: 2px solid #B0AEAF;
          color: #071D36;
          font-size: 18px;
          height: 45px; }
        #homepage #podpora #over_support_form #support_form form input[type="number"] {
          width: 95%;
          border: none;
          border-bottom: 2px solid #B0AEAF;
          color: #071D36;
          font-size: 18px;
          height: 45px; }
        #homepage #podpora #over_support_form #support_form form input[type="date"] {
          width: 95%;
          border: none;
          border-bottom: 2px solid #B0AEAF;
          color: #071D36;
          font-size: 18px;
          height: 45px; }
        #homepage #podpora #over_support_form #support_form form .button_form {
          font-size: 22px;
          font-family: m-bold;
          color: #071D36;
          background: white;
          padding: 5px 10px;
          border-radius: 35px;
          display: inline-block;
          border: 3px solid #071D36;
          transition: all .5s;
          margin-right: 55px;
          cursor: pointer;
          min-width: 233px;
          max-width: 233px; }
          #homepage #podpora #over_support_form #support_form form .button_form:last-of-type {
            margin-right: 0px; }
          #homepage #podpora #over_support_form #support_form form .button_form.active {
            background: #071D36;
            color: white;
            text-decoration: none; }
          #homepage #podpora #over_support_form #support_form form .button_form:hover {
            background: #071D36;
            color: white;
            text-decoration: none; }
        #homepage #podpora #over_support_form #support_form form .button_form_yellow {
          font-size: 22px;
          font-family: m-bold;
          color: #071D36;
          background: white;
          padding: 14px 115px;
          border-radius: 35px;
          display: inline-block;
          transition: all .5s;
          cursor: pointer;
          margin-top: 20px;
          background: #FFCE00; }
          #homepage #podpora #over_support_form #support_form form .button_form_yellow:hover {
            background: #071D36;
            color: #FFCE00;
            text-decoration: none; }

#newsletter {
  background: #071D36;
  min-height: 321px;
  padding: 20px 0px 30px 0px;
  position: relative;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  #newsletter p {
    color: white; }
  #newsletter ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 18px;
    opacity: 1;
    /* Firefox */ }
  #newsletter :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    font-size: 18px; }
  #newsletter ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    font-size: 18px; }
  #newsletter .container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    color: white;
    margin-top: 20px;
    text-align: left; }
  #newsletter .container-check a {
    color: white;
    text-decoration: underline; }
    #newsletter .container-check a:hover {
      color: white; }
  #newsletter .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #newsletter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white; }
  #newsletter .container-check:hover input ~ .checkmark {
    background-color: white; }
  #newsletter .container-check input:checked ~ .checkmark {
    background-color: white; }
  #newsletter .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #newsletter .container-check input:checked ~ .checkmark:after {
    display: block; }
  #newsletter .container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid #FFC400;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #newsletter .send_message_newsletter p {
    color: white;
    position: relative;
    top: 0;
    text-align: left;
    min-height: 24px;
    margin-bottom: 0px;
    font-family: m-bold; }
  #newsletter .over_form {
    position: relative; }
  #newsletter .send_newsletter {
    position: relative;
    font-size: 18px;
    font-family: m-regular;
    color: white;
    background: #071D36;
    padding: 9px 71px;
    border-radius: 35px;
    display: inline-block;
    border: 2px solid #FFC400;
    transition: all .5s;
    cursor: pointer;
    float: right;
    margin-top: 10px; }
    #newsletter .send_newsletter:hover {
      background: #FFC400;
      color: #071D36; }
  #newsletter .req {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left; }
  #newsletter h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-family: m-black;
    margin-top: 155px; }
    #newsletter h2 span {
      color: #FFC400; }
  #newsletter input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    padding: 15px 0px;
    color: white;
    margin-bottom: 20px; }
  #newsletter textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    padding: 15px 0px;
    color: white;
    min-height: 100px; }

#not_found {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center; }
  #not_found h1 {
    color: #071D36;
    font-size: 60px;
    font-family: m-black;
    margin-bottom: 16px;
    text-transform: uppercase; }
  #not_found h2 {
    font-size: 18px;
    font-family: m-bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #071D36;
    line-height: 22px; }
  #not_found .button_simple {
    font-size: 18px;
    font-family: m-regular;
    color: #071D36;
    background: white;
    padding: 9px 47px;
    border-radius: 35px;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #071D36;
    transition: all .5s; }
    #not_found .button_simple:hover {
      background: #071D36;
      color: white;
      text-decoration: none; }

#content_page {
  padding-top: 200px;
  padding-bottom: 50px; }
  #content_page .potvrzeni_platby_h1 {
    text-align: center;
    margin-bottom: 20px !important; }
  #content_page .potvrzeni_platby_h2 {
    text-align: center;
    margin-bottom: 50px !important; }
  #content_page .potvrzeni_platby_p {
    text-align: center; 
    margin-bottom: 45px}

    #content_page .potvrzeni_platby_p a{
        font-size: 18px;
    color: #071D36;
    text-decoration: underline;}
    #content_page .button_back{
          font-size: 20px !important;
    color: #fff !important;
    background: #FFC400;
    padding: 9px 50px;
    border-radius: 35px;
    text-align: center;
    font-family: 'm-bold';
    text-decoration: none !important;
    }
    #content_page .button_back:hover{
    text-decoration: none !important;  
    }
    #content_page .over_button_back{
      text-align: center;
      margin-top: 40px;
    }

    #content_page .button_back{
          font-size: 20px !important;
    color: #fff !important;
    background: #FFC400;
    padding: 9px 50px;
    border-radius: 35px;
    text-align: center;
    font-family: 'm-bold';
    text-decoration: none !important;
    }
    #content_page .button_back:hover{
    text-decoration: none !important;  
    }
    #content_page .over_button_back{
      text-align: center;
      margin-top: 40px;
    }
    
  #content_page .potvrzeni_platby_h3 {
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 35px !important; }
    #content_page .potvrzeni_platby_h3 span {
      font-family: m-regular !important;
    }
  #content_page #content_style h1 {
    color: #071D36;
    font-size: 35px;
    font-family: m-black;
    margin-bottom: 30px;
    text-transform: uppercase; }
  #content_page #content_style h2 {
    font-size: 24px;
    font-family: m-bold;
    text-transform: uppercase;
    color: #071D36;
    line-height: 22px;
    margin: 20px 0px; }
  #content_page #content_style h3 {
    font-size: 20px;
    font-family: m-bold;
    text-transform: uppercase;
    color: #071D36;
    line-height: 22px;
    margin: 20px 0px; }
  #content_page #content_style p {
    font-size: 18px;
    color: #071D36; }
  #content_page #content_style li {
    font-size: 18px;
    color: #071D36; }

.hands_mobile_show {
  display: none !important; }

footer {
  background: white;
  padding: 65px; }
  footer h2 {
    font-size: 18px;
    color: #171316;
    font-family: m-bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
  footer p {
    margin-bottom: 0px;
    font-family: m-light;
    color: #171316;
    line-height: 25px;
    font-size: 18px; }
  footer a {
    color: #171316;
    font-size: 18px; }
    footer a:hover {
      color: #171316;
      font-size: 18px;
      text-decoration: underline; }
  footer .social_site {
    float: right; }
    footer .social_site a {
      margin-right: 10px; }
      footer .social_site a:last-of-type {
        margin-right: 0px; }
  footer .copyright {
    margin-top: 70px; }
    footer .copyright span {
      font-family: m-bold; }

@media screen and (max-width: 1840px) {
  #homepage #top_image #donate_button {
    background: #FFC400;
    font-size: 39px;
    font-family: m-black;
    position: fixed;
    top: unset;
    color: white;
    min-width: 370px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 0px 20px 0px;
    border-radius: 20px 20px 0px 0px;
    line-height: 34px;
    -ms-transform: unset;
    transform: unset;
    right: 45px;
    transition: all .5s;
    z-index: 999;
    bottom: 0; } }
@media screen and (max-width: 1380px) {
  #homepage #slovo_generala .foto1 {
    float: unset;
    margin-top: 60px;
    max-height: 448px;
    width: 100%; }

  .row_podporovatele_1 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .row_podporovatele_2 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }
@media screen and (max-width: 1600px) {
  .row_podporovatele_1 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }

  .row_podporovatele_2 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }

  #homepage #kdo_jsme .padding_left {
    padding-top: 5px; }

  #homepage #top_image .over_top_image h1 {
    font-size: 54px; }

  #homepage #kdo_jsme video {
    width: 100%; }

  #homepage #kdo_jsme .img_kdo {
    width: 100%; }

  #homepage #top_image {
    height: 700px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    transition: all .5s;
    padding-top: 100px; }

  #top_image .container {
    height: 700px !important; }

  #top_image .row {
    height: 700px !important; }

  #top_image .col-md-12 {
    height: 700px !important; }

  #homepage #podpora .hands {
    max-width: 475px;
    position: absolute;
    top: -420px;
    right: -60px; }

  #homepage #podpora .ucet {
    font-size: 27px; }

  #homepage #podpora .cislo_ucet {
    font-size: 27px; }

  #homepage #podpora .img_ucet {
    display: inline-block;
    position: relative;
    top: -4px;
    margin: 0px 14px;
    height: 22px; }

  .over_show_form {
    width: 100%;
    display: block; } }
@media screen and (max-width: 1560px) {
  #homepage #podpora p br {
    display: none !important; } }
@media screen and (max-width: 1480px) {
  #homepage #kdo_jsme .padding_left {
    padding-top: 0px; }

  #homepage #kdo_jsme video {
    width: 100%; }

  #homepage #kdo_jsme .img_kdo {
    width: 100%; }

  #homepage #podpora #over_support_form #support_form form .button_form {
    font-size: 22px;
    font-family: m-bold;
    color: #071D36;
    background: white;
    padding: 5px 10px;
    border-radius: 35px;
    display: inline-block;
    border: 3px solid #071D36;
    transition: all .5s;
    margin-right: 20px;
    cursor: pointer;
    min-width: 233px;
    max-width: 233px; } }
@media screen and (max-width: 1410px) {
  #homepage #podpora #over_support_form #support_form form .button_form {
    font-size: 19px;
    font-family: m-bold;
    color: #071D36;
    background: white;
    padding: 5px 10px;
    border-radius: 35px;
    display: inline-block;
    border: 3px solid #071D36;
    transition: all .5s;
    margin-right: 20px;
    cursor: pointer;
    min-width: 178px;
    max-width: 178px; }

  #homepage #podpora #over_support_form #support_form form .button_form_yellow {
    font-size: 22px;
    font-family: m-bold;
    color: #071D36;
    background: white;
    padding: 10px 80px;
    border-radius: 35px;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    margin-top: 70px;
    background: #FFCE00; } }
@media screen and (max-width: 1380px) {
  #homepage #kdo_jsme .padding_left {
    padding-left: 50px;
    padding-top: 0px; }

  #homepage #slovo_generala h2 {
    color: #FFC400;
    font-size: 18px;
    font-family: m-black;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 35px; }

  #homepage #argument .padding_left {
    padding-left: 25px; } }
@media screen and (max-width: 1300px) {
  #homepage #top_image #donate_button {
    background: #FFC400;
    font-size: 32px;
    font-family: m-black;
    position: fixed;
    right: 0;
    top: unset;
    color: white;
    min-width: 319px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 25px 0px 20px 0px;
    border-radius: 20px 20px 0px 0px;
    line-height: 34px;
    -ms-transform: unset;
    transform: unset;
    right: 45px;
    bottom: 0;
    z-index: 999; }

  #homepage #top_image {
    height: 650px !important;
    background: red; }

  #top_image .container {
    height: 650px !important; }

  #top_image .row {
    height: 650px !important; }

  #top_image .col-md-12 {
    height: 650px !important; }

  #homepage #top_image .over_top_image h1 {
    font-size: 45px;
    font-family: m-bold;
    color: white;
    text-transform: uppercase; }

  #homepage #top_image p {
    font-size: 23px;
    line-height: 27px;
    color: white;
    margin-bottom: 0px;
    margin-top: 15px;
    max-width: 1100px; } }
@media screen and (max-width: 1245px) {
  #homepage #podpora .img_ucet {
    position: relative;
    top: 0px;
    margin: 8px 120px;
    height: 22px;
    display: block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  #homepage #podpora #podpora_over {
    background: #071D36;
    min-height: 530px;
    padding: 110px 110px 60px 110px;
    position: relative; } }
@media screen and (max-width: 1200px) {
  #homepage #kdo_jsme .padding_left {
    padding-left: 25px; }

  #homepage #podpora .hands {
    max-width: 401px;
    position: absolute;
    top: -380px;
    right: -60px; }

  #newsletter h2 br {
    display: none !important; }

  #homepage #argument .img_kdo {
    top: 0px;
    margin: 0px auto;
    display: block; }

  #argument .single_argument {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; } }
@media screen and (max-width: 1150px) {
  #homepage #podpora #over_support_form #support_form form .button_form {
    font-size: 16px;
    font-family: m-bold;
    color: #071D36;
    background: white;
    padding: 5px 10px;
    border-radius: 35px;
    display: inline-block;
    border: 3px solid #071D36;
    transition: all .5s;
    margin-right: 20px;
    cursor: pointer;
    min-width: 155px;
    max-width: 155px; } }
@media screen and (max-width: 1100px) {
  #homepage #podporovatele .podporovatele_text {
    padding-top: 10px; }

  #homepage #argument .img_kdo {
    top: 0px; }

  .row_podporovatele_1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .row_podporovatele_2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #homepage #kdo_jsme .play_text {
    margin-top: 25px;
    cursor: pointer; }

  #homepage #top_image #donate_button {
    background: #FFC400;
    font-size: 23px;
    font-family: m-black;
    position: fixed;
    right: 0;
    top: unset;
    color: white;
    min-width: 240px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 0px 9px 0px;
    border-radius: 20px 20px 0px 0px;
    line-height: 34px;
    -ms-transform: unset;
    transform: unset;
    right: 45px;
    bottom: 0;
    z-index: 999; }

  #homepage #top_image .over_top_image h1 {
    font-size: 40px; }

  #newsletter .send_message_newsletter p {
    font-family: m-bold;
    text-align: center; }

  #homepage #kdo_jsme video {
    width: 100%;
    margin-top: 0px; }

  #homepage #kdo_jsme .img_kdo {
    width: 100%;
    margin-top: 0; }

  footer .copyright {
    margin-top: 50px;
    text-align: center; }

  #newsletter h2 span {
    color: #FFC400;
    display: block; }

  #newsletter .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #newsletter {
    text-align: center;
    background: #071D36;
    min-height: auto;
    padding: 30px 0px 30px 0px;
    position: relative; }

  #newsletter h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 30px; }

  #homepage #podpora #podpora_over {
    background: #071D36;
    min-height: 530px;
    padding: 110px 20px 50px 20px;
    position: relative;
    text-align: center; }

  #homepage #podpora #over_support_form #support_form form {
    padding: 43px 0px;
    background: white;
    margin-bottom: 60px;
    text-align: center; }

  #homepage #podpora #over_support_form #support_form {
    background: #071D36;
    padding: 0px 20px;
    padding-bottom: 50px; }

  .form_mobile_full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .hands_none {
    display: none; }

  #homepage #podpora .img_ucet {
    position: relative;
    top: 0px;
    height: 22px;
    display: block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px; }

  .hands_mobile_show {
    display: block !important;
    position: relative;
    width: 300px;
    margin: 0px auto;
    margin-bottom: -262px;
    top: -319px; }

  #homepage #podporovatele {
    padding: 0px 0px 280px 0px; }

  #homepage #slovo_generala {
    padding: 0px 0px 70px 0px; }

  #homepage #top_image {
    height: 635px !important;
    padding-top: 127px; }

  #top_image .container {
    height: 600px !important; }

  #top_image .row {
    height: 600px !important; }

  #top_image .col-md-12 {
    height: 600px !important; }

  #top_image .flex_l {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto; }

  #slovo_generala .general1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px; }

  #slovo_generala .general2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #slovo_generala .general3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  #homepage #slovo_generala .foto1 {
    float: unset;
    margin: 0px auto;
    margin-top: 0;
    display: block;
    max-height: 100%;
    width: 100%; }

  #homepage #argument {
    padding: 0px 0px 60px 0px; }

  #homepage #slovo_generala h2 {
    color: #FFC400;
    font-size: 18px;
    font-family: m-black;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0; }

  #argument .argument1 {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #argument .argument2 {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px; }

  #homepage #kdo_jsme {
    padding: 60px 0px 120px 0px; }

  #kdo_jsme .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #kdo_jsme .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #homepage #kdo_jsme .padding_left {
    padding-left: 15px;
    padding-top: 0px; }

  #kdo_jsme .order1 {
    order: 2; }

  #kdo_jsme .order2 {
    order: 1;
    margin-bottom: 30px; }

  #homepage #podporovatele .over_podporovatele_text {
    padding-left: 78px; }

  #homepage #podporovatele .list_person {
    max-width: 85%;
    margin: 0px auto;
    margin-top: 60px; }

  #homepage #podporovatele .over_arrow #slickLeft_main_home {
    left: 15px; }

  #homepage #podporovatele .over_arrow #slickRight_main_home {
    right: 15px; }

  #homepage #kdo_jsme {
    padding: 60px 0px 60px 0px; } }
@media screen and (max-width: 1200px) {
  header .over_menu ul li {
    margin-right: 12px !important; } }
@media screen and (max-width: 991px) {
  #homepage #top_image .over_top_image h1 {
    font-size: 35px; }

  #homepage #top_image p {
    font-size: 19px;
    line-height: 22px; }

  #homepage #podporovatele .list_person .single_person {
    height: 370px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    transition: all .5s; }

  #homepage #podporovatele .over_arrow #slickLeft_main_home {
    top: 250px; }

  #homepage #podporovatele .over_arrow #slickRight_main_home {
    top: 250px; }

  header .head1 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  header .head2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .main_padding {
    padding-top: 100px; }

  header {
    height: 100px; }

  header .logo img {
    width: 331px;
    transition: all .5s;
    min-width: auto; }

  #homepage #podporovatele .list_person {
    max-width: 75%;
    margin: 0px auto;
    margin-top: 60px; }

  #homepage #podporovatele .over_podporovatele_text {
    padding-left: 0;
    text-align: center; }

  .navbar-toggler {
    padding: .25rem .75rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
    font-size: 30px;
    margin-top: 28px;
    margin-right: 5px;
    display: block;
    float: right;
    color: #071D36;
    border: 2px solid #071D36; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 100px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #071D36; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px; }
        #mobile_menu ul li.current-menu-item a {
          color: black; }
        #mobile_menu ul li a {
          font-family: m-bold;
          font-size: 16px;
          color: #181E1E;
          text-transform: uppercase;
          height: 100%;
          display: block;
          text-decoration: none; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px; }
        #mobile_menu ul .sub-menu li {
          border-bottom: 0px solid black;
          padding: 10px; }
          #mobile_menu ul .sub-menu li a {
            font-family: m-semibold;
            font-size: 15px;
            color: #181E1E;
            text-transform: uppercase;
            height: 100%;
            display: block; } }
@media screen and (max-width: 850px) {
  #homepage #podpora #over_support_form .container-check {
    margin: 0px 20px;
    margin-bottom: 20px; }

  #homepage #top_image #donate_button {
    top: unset; }

  #repeat .button_form {
    display: block;
    margin: 0px auto !important;
    margin-bottom: 20px !important; }

  #type_person .button_form {
    display: block !important;
    margin: 0px auto !important;
    margin-bottom: 20px !important; }

  #homepage #top_image .over_top_image h1 {
    font-size: 30px;
    font-family: m-bold;
    color: white;
    text-transform: uppercase; }

  #homepage #top_image p {
    font-size: 19px;
    line-height: 24px;
    color: white;
    margin-bottom: 0px;
    margin-top: 15px;
    max-width: 1100px; }

  #homepage #top_image {
    height: 520px !important;
    padding-top: 146px; }

  #top_image .container {
    height: 400px !important; }

  #top_image .row {
    height: 400px !important; }

  #top_image .col-md-12 {
    height: 400px !important; } }
@media screen and (max-width: 767px) {
  #homepage #top_image {
    height: 580px !important;
    padding-top: 210px; }

  #homepage #top_image {
    background: url(./images/././adam_web_mobil2.jpg) !important;
    background-position: top center !important; }

  #homepage #top_image .button_simple.hide1 {
    display: inline-block; }

  #homepage #top_image .button_simple.hide2 {
    display: none; }

  #argument .single_argument {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; }

  #homepage #top_image .over_top_image h1 {
    margin-bottom: 0px; }

  #homepage #top_image .button_simple {
    font-size: 18px;
    font-family: m-regular;
    color: white;
    background: #FFC400;
    padding: 13px 74px;
    border-radius: 35px;
    margin-top: 40px;
    display: inline-block;
    border: unset;
    transition: all .5s;
    display: none;
    font-family: 'm-bold'; }

  #homepage #top_image .button_simple {
    display: inline-block; }

  #homepage #top_image #donate_button {
    display: none; }

  footer {
    background: white;
    padding: 50px 20px;
    text-align: center; }

  footer .social_site {
    float: unset;
    margin-top: 30px; }

  #homepage #podpora p {
    padding-right: 0; }

  #repeat .button_form {
    display: inline-block !important;
    margin: 0px auto !important;
    margin-bottom: 0px !important;
    margin-right: 20px !important; }

  #type_person .button_form {
    display: inline-block !important;
    margin: 0px auto !important;
    margin-bottom: 0px !important;
    margin-right: 20px !important; }

  #homepage #podpora #over_support_form #support_form form .button_form:last-of-type {
    margin-right: 20px; }

  #price .button_form {
    margin-bottom: 20px; }

  #homepage #podpora #over_support_form #support_form form .custom_amount p {
    margin-top: 20px; }

  #homepage #podpora #over_support_form #support_form form .payment_method_over {
    margin-top: 20px; }

  #homepage #podpora #over_support_form #support_form form .button_form_yellow {
    margin-top: 40px; }

  #homepage #podporovatele .list_person .single_person {
    height: 380px;
    background-size: cover !important;
    background-position: top center !important;
    position: relative;
    transition: all .5s; }

  #argument .over_list_info {
    text-align: center; }

  #homepage #argument {
    padding: 0px 0px 0px 0px;
    text-align: center; }

  #homepage #argument .over_list_info .over_ico {
    height: auto;
    margin-bottom: 30px; }

  #homepage #podporovatele .list_person {
    max-width: 65%;
    margin: 0px auto;
    margin-top: 60px; }

  #argument .single_argument {
    margin-bottom: 30px; }

  #homepage #argument .button_simple {
    margin-top: 0; } }
@media screen and (max-width: 550px) {
  #homepage #top_image .over_top_image h1 {
    font-size: 24px;
    font-family: m-bold;
    color: white;
    text-transform: uppercase; }

  #homepage #top_image p {
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin-bottom: 0px;
    margin-top: 15px;
    max-width: 1100px; }

  #homepage #top_image .button_simple {
    font-size: 15px;
    font-family: m-regular;
    color: white;
    background: #FFC400;
    padding: 9px 60px;
    border-radius: 35px;
    margin-top: 18px;
    display: inline-block;
    border: unset;
    transition: all .5s;
    font-family: 'm-bold'; }

  #homepage #podpora .cislo_ucet {
    font-size: 20px; }

  #top_image .container {
    height: 350px !important; }

  #top_image .row {
    height: 350px !important; }

  #top_image .col-md-12 {
    height: 350px !important; } }
@media screen and (max-width: 500px) {
  #slovo_generala .general2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; }

  #slovo_generala .general3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #price .button_form {
    margin-bottom: 20px;
    display: block !important;
    margin: 0px auto !important;
    text-align: center;
    width: 100% !important;
    min-width: 88% !important;
    margin-bottom: 20px !important; }

  #repeat .button_form {
    margin-bottom: 20px;
    display: block !important;
    margin: 0px auto !important;
    text-align: center;
    width: 100% !important;
    min-width: 88% !important;
    margin-bottom: 20px !important; }

  #type_person .button_form {
    margin-bottom: 20px;
    display: block !important;
    margin: 0px auto !important;
    text-align: center;
    width: 100% !important;
    min-width: 88% !important;
    margin-bottom: 20px !important; }

  #payment_method .button_form {
    margin-bottom: 20px;
    display: block !important;
    margin: 0px auto !important;
    text-align: center;
    width: 100% !important;
    min-width: 88% !important;
    margin-bottom: 20px !important; } }
@media screen and (max-width: 470px) {
  header .logo img {
    width: 260px;
    transition: all .5s;
    min-width: auto; }

  header .logo {
    display: block;
    float: left;
    margin-top: 21px;
    transition: all .5s; } }
@media screen and (max-width: 450px) {
  #homepage #top_image .over_top_image h1 {
    font-size: 18px; } }
@media screen and (max-width: 360px) {
  #homepage #top_image .over_top_image h1 {
    font-size: 16px; }

  #homepage #top_image p {
    font-size: 15px; } }

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