/*  
Theme Name: NaKongres clear theme
Theme URI: https://mobymedia.cz;
Description: NaKongres clear theme
Version: 2.2
Author: mobymedia.cz
Author URI: https://mobymedia.cz;
*/
@font-face {
  font-family: m-regular;
  src: url(./font/Montserrat-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Montserrat-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Montserrat-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/Montserrat-Medium.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Montserrat-Italic.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%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: m-regular, sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

#content_page {
  padding: 50px 0px; }
  #content_page a {
    color: black;
    text-decoration: underline; }

#wrapper {
  background: #E0E2E9; }

.save_ok {
  font-family: m-semibold;
  color: #04AA6D; }

.chyba {
  font-family: m-semibold;
  color: red; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

.molecule_list {
  padding-left: 20px;
  margin: 0; }

.molecule_style {
  font-family: m-bold;
  margin-bottom: 0px; }

.edit_user_detail {
  width: 100%;
  background: #04AA6D;
  border: 0;
  color: white;
  font-family: 'm-medium';
  cursor: pointer;
  max-width: 350px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 20px;
  display: block; }
  .edit_user_detail:hover {
    background: #04AA6D;
    color: white;
    text-decoration: none; }

.save_user_detail {
  width: 100%;
  background: #04AA6D;
  border: 0;
  color: white;
  font-family: 'm-medium';
  cursor: pointer;
  max-width: 350px;
  text-align: center;
  padding: 10px 0px;
  margin-top: 20px;
  display: none; }

img {
  max-width: 100%; }

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; }

.padding_top {
  padding-top: 140px; }

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%; }

table td, table th {
  border: 1px solid #ddd;
  padding: 8px; }

table tr:nth-child(even) {
  background-color: #f2f2f2; }

table tr:hover {
  background-color: #ddd; }

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white; }

.padding_over {
  padding: 50px 0px 50px 0px; }

h1 {
  font-size: 30px;
  font-family: 'm-bold';
  text-align: center; }

h2 {
  font-size: 28px;
  font-family: 'm-medium';
  margin: 20px 0px; }

h3 {
  font-size: 20px;
  font-family: 'm-medium'; }

.position_relative {
  position: relative; }

#top_header {
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative; }
  #top_header.color_background {
    background: #1f2d42 !important; }
  #top_header .over_head_text {
    position: absolute;
    bottom: 20px; }
    #top_header .over_head_text h1 {
      font-size: 46px !important;
      color: white !important;
      font-family: m-medium !important;
      text-align: left !important; }
    #top_header .over_head_text .last_update {
      color: white;
      margin-bottom: 0px; }
  #top_header .container, #top_header .row, #top_header .col-md-12 {
    height: 300px; }
  #top_header:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(31, 45, 66, 0.4); }

.product_title span {
  color: #04AA6D;
  text-decoration: underline; }

table a {
  color: #04AA6D;
  text-decoration: underline; }
  table a:hover {
    color: #04AA6D;
    text-decoration: underline; }

form {
  max-width: 350px;
  margin: 0px 0px 20px 0px; }
  form.full_form {
    width: 100%;
    max-width: 100%; }
  form.half_form {
    max-width: 550px; }
  form .max_button {
    max-width: 300px; }

/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #04AA6D; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.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); }

label {
  width: 100%;
  display: block;
  font-family: m-bold;
  margin-bottom: 0px; }

input[type="text"] {
  display: block;
  height: 40px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid black; }
  input[type="text"]:last-of-type {
    margin-bottom: 0px; }

select {
  display: block;
  height: 40px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid black; }

input[type="datetime-local"] {
  display: block;
  height: 40px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid black; }

textarea {
  width: 100%;
  height: 200px;
  padding-left: 15px;
  padding-top: 15px;
  border: 1px solid black; }

input[type="submit"] {
  width: 100%;
  background: #04AA6D;
  border: 0;
  height: 40px;
  color: white;
  font-family: 'm-medium';
  cursor: pointer; }

.search_button {
  width: 100%;
  background: #04AA6D;
  border: 0;
  color: white;
  font-family: 'm-medium';
  cursor: pointer;
  text-align: center;
  padding: 8px 0px;
  margin-top: 20px; }

.person_detail_info {
  margin-bottom: 0px; }
  .person_detail_info span {
    color: #04AA6D;
    text-decoration: underline; }

header {
  width: 100%;
  z-index: 9999;
  transition: all .5s;
  height: 85px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /*&.color_default{
      background: #1F2D42;
  }*/ }
  header #nav {
    transition: all .5s; }
  header .logo {
    display: block;
    float: left;
    transition: all .5s;
    color: white;
    margin-top: 12px; }
    header .logo img {
      width: 245px;
      transition: all .5s; }
  header .navbar {
    padding: 0;
    margin-top: 30px;
    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: #0ACAED;
          text-decoration: none; }
        header .over_menu ul li.current_page_item a {
          position: relative;
          color: #0ACAED;
          text-decoration: none; }
        header .over_menu ul li.active a {
          color: #0ACAED;
          text-decoration: none; }
        header .over_menu ul li:hover {
          text-decoration: none; }
          header .over_menu ul li:hover a {
            color: #0ACAED;
            text-decoration: none; }
        header .over_menu ul li:last-of-type {
          margin-right: 0px; }
        header .over_menu ul li a {
          font-size: 18px;
          color: #1F2D42;
          text-transform: uppercase;
          transition: all .5s;
          font-family: m-bold; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

#list_kongres {
  margin-top: 30px; }
  #list_kongres a {
    text-decoration: none !important; }
    #list_kongres a:hover {
      text-decoration: none !important; }
  #list_kongres .list_2 {
    margin-top: 10px; }
  #list_kongres .single_kongres {
    margin-bottom: 30px; }
    #list_kongres .single_kongres .content_kongres {
      padding: 30px 20px 10px 20px;
      background: white;
      border-radius: 0px 0px 15px 15px; }
    #list_kongres .single_kongres .text_kongres {
      font-size: 13px;
      color: #1F2D42;
      font-family: m-medium; }
    #list_kongres .single_kongres .kongres_ico {
      height: 25px;
      margin-right: 8px; }
    #list_kongres .single_kongres .img_kongres {
      height: 180px;
      width: 100%;
      background-position: center center !important;
      background-size: cover !important;
      border-radius: 15px 15px 0px 0px;
      position: relative;
      padding: 0px 20px; }
      #list_kongres .single_kongres .img_kongres:before {
        content: "";
        position: absolute;
        border-radius: 15px 15px 0px 0px;
        background: rgba(31, 45, 66, 0.6);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #list_kongres .single_kongres .img_kongres .float_content {
        position: absolute;
        bottom: 0px; }
      #list_kongres .single_kongres .img_kongres .date_update {
        color: white;
        font-size: 13px;
        font-family: m-medium; }
      #list_kongres .single_kongres .img_kongres h2 {
        font-size: 24px;
        color: white;
        margin-bottom: 7px;
        z-index: 5;
        position: relative;
        line-height: 25px; }

#aktivita .detail_list_aktivita {
  margin-top: 50px; }
#aktivita .single_aktivita {
  background: #4CB857;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
  color: white; }
  #aktivita .single_aktivita .underline {
    text-decoration: underline; }
  #aktivita .single_aktivita p {
    margin-bottom: 0px;
    font-size: 15px; }
#aktivita .divider {
  width: 100%;
  height: 1px;
  background: white;
  margin: 20px 0px; }

footer {
  background: #202D42;
  padding: 20px 0px;
  margin-top: 50px; }
  footer p {
    color: white;
    text-align: center;
    margin-bottom: 0px; }

@media screen and (max-width: 991px) {
  .head1 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .head2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 32px;
    margin-top: 21px;
    margin-right: 5px;
    display: block;
    float: right;
    color: white; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 130px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #04AA6D; }
    #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-size: 16px;
          color: #181E1E;
          text-transform: uppercase;
          height: 100%;
          display: block;
          text-decoration: none;
          font-family: m-semibold; }
      #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-size: 15px;
            color: #181E1E;
            text-transform: uppercase;
            height: 100%;
            display: block; } }

/*# sourceMappingURL=style.css.map */
