/*  
Theme Name: Athere responsive
Theme URI: https://www.mobymedia.cz/;
Description: Athere responsive
Version: 2.2
Author: mobymedia.cz
Author URI: https://www.mobymedia.cz/;
*/
button:focus {
  outline: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: m-regular;
  src: url(./font/Raleway-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Raleway-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Raleway-Bold.ttf); }
@font-face {
  font-family: m-extrabold;
  src: url(./font/Raleway-ExtraBold.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Raleway-Italic.ttf); }
@font-face {
  font-family: m-black;
  src: url(./font/Raleway-Black.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; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }
.modal-body iframe{
  width: 100% !important;
  height: 400px !important;
}
img {
  max-width: 100%; }
.over_inzerce{
  border: 1px solid #3C7B63;
  padding: 16px;
  position: relative;
  border-radius: 10px;
}
.inzerce_box{
  position: absolute;
  color: white;
  background: #3C7B63;
  padding: 3px 38px;
  font-family: 'm-semibold';
  top: -16px;
  font-size: 16px;
  border-radius: 5px;

}
.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

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; }

video {
  width: 100%;
  height: 400px; }

audio {
  width: 100%; }

.login_message {
  width: 80% !important;
  border-radius: 5px !important;
  display: block !important;
  margin: 0px auto !important;
  max-width: 300px !important;
  text-align: center !important;
  font-weight: bold !important;
  margin-bottom: -15px !important; }

.button_popup_login {
  border: 2px solid #3C7B63;
  border-radius: 50px;
  color: #3C7B63;
  font-size: 15px;
  font-family: m-extrabold;
  padding: 14px 30px;
  min-width: 295px;
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
  margin-bottom: 30px; }
  .button_popup_login:hover {
    background: #3C7B63;
    color: white; }

#modal_login .modal-body {
  padding: 0px 40px;
  text-align: left; }

#verify {
  margin-top: 30px; }
  #verify input[type="email"] {
    width: 80%;
    border: 1px solid #3C7B63;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    max-width: 300px;
    height: 46px;
    padding-left: 20px;
    color: #3C7B63; }
  #verify #login_user {
    border: 2px solid #3C7B63;
    border-radius: 50px;
    color: #3C7B63;
    font-size: 15px;
    font-family: m-extrabold;
    padding: 14px 30px;
    display: inline-block;
    min-width: 295px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px; }
    #verify #login_user:hover {
      background: #3C7B63;
      color: white; }

.modal-body h3 {
  color: #3C7B63;
  font-size: 21px; }
.modal-body p {
  line-height: 25px; }

.action {
  cursor: pointer;
  min-height: 25px; }
  .action span {
    color: #625c55;
    position: relative;
    top: 2px;
    font-weight: 500;
    left: 5px; }
  .action a:hover {
    text-decoration: none; }

.close {
  color: #625c55 !important;
  opacity: 1 !important; }
  .close:hover {
    opacity: 0.6 !important; }

.modal-header {
  border: none !important; }

.over_button {
  text-align: center; }

.over_buttoncenter {
  text-align: center;
  margin: 0px auto; }

.button_green {
  border: 2px solid white;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-family: m-extrabold;
  padding: 14px 30px; }
  .button_green:hover {
    background: white;
    color: #3C7B63;
    text-decoration: none; }

header {
  min-height: 400px;
  position: relative;
  background-size: cover !important;
  background-position: right center !important;
  margin-bottom: 50px; }
  header:before {
    content: "";
    background: rgba(60,123,99, 0.6);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  header .over_button {
    margin-top: 40px;
    margin-bottom: 90px;
    display: block; }
  header h1 {
    font-size: 36px;
    font-family: m-bold;
    text-align: center;
    margin-bottom: 20px;
    color: white; }
  header h2 {
    font-size: 20px;
    color: white;
    text-align: center;
    position: relative; }
    header h2:after {
      content: "";
      width: 170px;
      height: 2px;
      background: white;
      display: block;
      margin: 0px auto;
      position: relative;
      top: 10px; }

#menu {
  margin-bottom: 45px;
  text-align: center; }
  #menu ul {
    padding: 0px;
    margin: 0px; }
    #menu ul li {
      display: inline-block;
      margin-right: 35px; }
      #menu ul li:last-of-type {
        margin-right: 0px; }
      #menu ul li.current-menu-item a {
        color: #3C7B63; }
      #menu ul li a {
        color: #61bd9a;
        font-size: 15px;
        font-family: m-semibold; }
        #menu ul li a:hover {
          color: #3C7B63;
          text-decoration: none; }

#homepage .container {
  max-width: 1070px; }
#homepage .single {
  min-height: 350px;
  background: #f1f0f3;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 10px; }
  #homepage .single:hover .circle {
    display: flex; }
#homepage .image_detail {
  height: 100%;
  min-height: 350px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
      border-radius: 10px 0px 0px 10px; }
#homepage .col-md-5 {
  padding-left: 0px; }
#homepage .circle {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(60,123,99, 0.8);
  z-index: 9999;
  display: none; }
  #homepage .circle p {
    margin-bottom: 0px;
    color: white;
    font-family: m-bold;
    font-size: 15px; }
#homepage .over_icon {
  width: 80px;
  height: 80px;
  background: rgba(60,123,99, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
      border-radius: 10px 0px 0px 0px; }
#homepage .over_detail_post {
  padding: 35px 0px; }
#homepage .date {
  margin-bottom: 28px; }
  #homepage .date .text_date {
    color: #3C7B63;
    font-family: m-bold;
    font-size: 15px; }
    #homepage .date .text_date:after {
      content: "";
      width: 60px;
      height: 2px;
      background: #3C7B63;
      display: block;
      position: relative;
      top: 0px; }
#homepage h2 {
  font-size: 20px;
  color: #3C7B63;
  font-family: m-black;
  margin-bottom: 20px; }
#homepage .perex {
  margin-bottom: 55px; }
  #homepage .perex p {
    font-family: m-italic;
    font-size: 15px;
    color: #3C7B63; }
#homepage .pozice p {
  font-family: m-semibold;
  font-size: 15px;
  color: #3C7B63; }

.close {
  color: #3C7B63 !important;
  opacity: 1 !important; }

#galerie_list .single_galerie {
  background-size: cover !important;
  background-position: center center !important;
  height: 150px; }

#galerie_list .col-md-3 {
  margin-bottom: 30px; }

.single_content .single_detail_image {
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 30px; }
.single_content .container {
  max-width: 970px; }
.single_content a {
  color: #3C7B63;
  text-decoration: underline; }
.single_content h2 {
  font-size: 24px;
  color: #3C7B63;
  font-family: m-black;
  margin-bottom: 45px;
  text-transform: uppercase; }
.single_content h3 {
  font-size: 20px;
  color: #3C7B63;
  font-family: m-black;
  margin-bottom: 20px;
  margin-top: 20px; }
.single_content p {
  color: #3C7B63;
  font-size: 15px; }
.single_content li {
  color: #3C7B63;
  font-size: 15px; }
.single_content .date {
  margin-bottom: 28px; }
  .single_content .date .text_date {
    color: #3C7B63;
    font-family: m-bold;
    font-size: 15px; }
    .single_content .date .text_date:after {
      content: "";
      width: 60px;
      height: 2px;
      background: #3C7B63;
      display: block;
      position: relative;
      top: 0px; }
.single_content .button_green {
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
  top: -10px;
  display: inline-block; 
    border: 2px solid #3C7B63;
    border-radius: 50px;
    color: #3C7B63 !important}
.single_content .button_green:hover {
    background: #3C7B63 !important;
    color: white !important;}

.single_content .over_button {
  float: right; }
.single_content .button_other {
  position: relative;
  top: -14px;
  text-decoration: none; }

.kontakt p {
  margin-bottom: 0px; }

.main_content {
  margin-top: 40px; }

.modal-body p {
  font-family: m-semibold;
  font-size: 15px;
  color: #3C7B63; }
.modal-body h3 {
  font-size: 20px;
  color: #3C7B63;
  font-family: m-black;
  margin-bottom: 20px; }

.mobile_hide_popup:hover {
  text-decoration: none !important; }
.inzerce{
  padding: 0px;
  min-height: 100% !important;
}
#partneri {
  margin-top: 30px;
  text-align: center; }
  #partneri .single-partner {
    margin-bottom: 30px; }
  #partneri .logo_row {
    margin-bottom: 15px; }
  #partneri h2 {
    font-size: 24px;
    color: #3C7B63;
    font-family: m-black;
    margin-bottom: 40px;
    text-transform: uppercase; }
  #partneri .logo_partner {
    text-align: center; }
    #partneri .logo_partner img {
      width: 100%; }
footer p{
  text-align: center;
  margin-bottom: 0px;
}
footer {
    padding: 35px 0px;
    height: auto;
    background: #3C7B63;
    margin-top: 150px; }
  footer h3 {
    color: #00ABC4;
    font-size: 15px;
    font-family: m-semibold;
    margin-bottom: 25px; }
  footer p {
    color: white; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: white;
      text-decoration: underline; }
  footer .footerico {
    font-size: 30px;
    color: white; }
  footer .kontakt_footer {
    margin-bottom: 0px; }

.prechod{
  position: absolute;
  right: 0;
  height: 100%;
}
.prechod_m{
  display: none;
}
@media screen and (max-width: 991px) {
  #homepage .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
}
  footer {
    padding: 35px 0px;
    height: auto;
    background: #3C7B63;
    margin-top: 50px; }

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }
@media screen and (max-width: 767px) {
  .prechod{
    display: none !important;
  }
  .prechod_m{
    position: absolute;
    right: 0;
    width: 100%;
    display: block;
    bottom: 0;
  }
  .single_content .over_button {
    float: left; }

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 33.333333333333%;
    flex: 0 0 33.333333333333%;
    max-width: 33.333333333333%; }

  footer {
    padding: 35px 0px;
    height: auto;
    background: #3C7B63;
    margin-top: 50px;
    text-align: center; }

  footer .col-md-4 {
    margin-bottom: 15px; }

  footer h3 {
    margin-bottom: 10px; } }
@media screen and (max-width: 550px) {
  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #partneri .logo_partner img {
    width: 100%;
    max-width: 180px; } }

/*# sourceMappingURL=style.css.map */
