/*  
Theme Name: OnkoTV rozcestnik
Theme URI: https://onkotv.cz;
Description: OnkoTV rozcestnik
Version: 2.2
Author: onkotv.cz
Author URI: https://onkotv.cz;
*/
@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: 'Roboto', sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }
.load_more_button{
    background: #3F3F55;
    display: inline-block;
    color: white;
    padding: 16px 60px;
    font-family: m-bold;
    cursor: pointer;
}
.over_button{
  text-align: center;
}
img {
  max-width: 100%; }
.modal_content_style{
  padding: 40px;
}
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; }
.temp_over{
  text-align: center;
  padding-bottom: 20px;
}
.temp_text{
  text-align: center !important;
    color: #38B97F !important;
    font-size: 22px !important;
    margin-bottom: 5px !important;
}
#tem_login_button {
    border: 2px solid #38B97F;
    border-radius: 50px;
    color: #38B97F;
    font-size: 15px;
    font-family: m-extrabold;
    padding: 14px 30px;
    display: inline-block;
    min-width: 295px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
#tem_login_button:hover {
    background: #38B97F;
    color: white;
}
.other_temp_text{
  margin-bottom: 0px;
}
.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.link_color {
  color: #3F3F55;
  font-weight: 700;
  margin-top: 10px;
  display: block;
  width: 100%; }
  .link_color:hover {
    color: #3F3F55; }

.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: #38B97F;
  text-decoration: underline; }
.single_content h2 {
  font-size: 24px;
  color: #3F3F55;
  font-weight: 700;
  margin-bottom: 45px;
  text-transform: uppercase; }
.single_content h3 {
  font-size: 20px;
  color: #3F3F55;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px; }
.single_content p {
  color: #3F3F55;
  font-size: 15px; }
.single_content li {
  color: #3F3F55;
  font-size: 15px; }
.single_content .date {
  margin-bottom: 28px; }
  .single_content .date .text_date {
    color: #3F3F55;
    font-weight: 700;
    font-size: 15px; }
    .single_content .date .text_date:after {
      content: "";
      width: 60px;
      height: 2px;
      background: #38B97F;
      display: block;
      position: relative;
      top: 0px; }
.single_content .button_green {
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
  top: -10px;
  display: inline-block; }
.single_content .over_button {
  float: right; }
.single_content .button_other {
  position: relative;
  top: -14px;
  text-decoration: none; }

#menu {
  margin-bottom: 60px;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 40px; }
  #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: #38B97F; }
      #menu ul li a {
        color: #3F3F55;
        font-size: 15px;
        font-family: m-semibold; }
        #menu ul li a:hover {
          color: #38B97F;
          text-decoration: none; }

.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 #38B97F;
  border-radius: 50px;
  color: #38B97F;
  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: #38B97F;
  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 #38B97F;
  border-radius: 5px;
  display: block;
  margin: 0px auto;
  max-width: 300px;
  height: 46px;
  padding-left: 20px;
  color: #3F3F55; }

#verify #login_user {
  border: 2px solid #38B97F;
  border-radius: 50px;
  color: #38B97F;
  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: #38B97F;
  color: white; }

#verify #login_reg {
  border: 2px solid #38B97F;
  border-radius: 50px;
  color: #38B97F;
  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_reg:hover {
  background: #38B97F;
  color: white; }

.modal-body h3 {
  color: #625c55;
  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 #38B97F;
  border-radius: 50px;
  color: #38B97F;
  font-size: 15px;
  font-family: m-extrabold;
  padding: 14px 30px; }

.button_green:hover {
  background: #38B97F;
  color: white;
  text-decoration: none; }

#homepage h2 {
  font-size: 20px;
  color: #3F3F55;
  font-family: m-black;
  margin-bottom: 20px; }

.content_style a {
  color: #3F3F55;
  text-decoration: underline; }
  .content_style a:hover {
    color: #3F3F55; }

.pum-title {
  display: none !important; }

button.pum-close.popmake-close {
  display: none; }

.center_button {
  text-align: center; }
  .center_button button.pum-close.popmake-close {
    display: inline-block !important; }
  .center_button button {
    cursor: pointer;
    background: transparent; }

.button_pop {
  width: auto;
  height: 50px;
  padding-top: 14px;
  margin-top: 12px;
  color: #00ABC4;
  font-size: 15px;
  font-family: m-extrabold;
  display: inline-block;
  border: 2px solid #3F3F55;
  border-radius: 50px;
  max-width: 250px;
  text-align: center;
  padding: 14px 20px;
  margin-right: 10px; }
  .button_pop:hover {
    background: #00ABC4;
    border: 2px solid #00ABC4;
    color: white;
    text-decoration: none; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex_left {
  display: flex;
  justify-content: left;
  align-items: center; }

.blue {
  color: #00ABC4 !important; }

pre {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  overflow-y: hidden;
  font-size: 12px;
  line-height: 20px;
  background: #efefef;
  border: 1px solid #777;
  padding: 15px;
  /*background: url(lines.png) repeat 0 0;*/ }

pre code {
  padding: 10px;
  color: #333; }

.over_head_button {
  text-align: center;
  border: 1px solid #00ABC4;
  border-radius: 50px;
  background-repeat: no-repeat;
  display: block;
  z-index: 99;
  background-size: contain !important;
  width: 100%;
  height: 50px;
  padding-top: 12px;
  margin-top: 12px;
  color: #00ABC4;
  font-size: 15px;
  font-family: m-extrabold; }
  .over_head_button:hover {
    background: #00ABC4;
    z-index: 99;
    color: white;
    text-decoration: none; }

strong {
  font-weight: 700; }

header {
  height: auto;
  background: #3F3F55;
  padding-bottom: 20px; }

.logo {
  display: block;
  margin-top: 25px; }
  .logo img {
    max-width: 150px;
    display: block; }
.custom_text span{
    display: inline-block;
    position: relative;
    top: 37px;
    font-weight: 300;
    color: white;
    float: right;
    text-align: right;
    font-size: 17px;
    width: 100%;
    font-family: 'm-semibold';
}

@media screen and (max-width: 767px){
  header .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .logo img {
      max-width: 200px;
      display: block;
      margin: 0px auto;
  }
  .custom_text span {
      display: inline-block;
      position: relative;
      top: 25px;
      font-weight: 300;
      color: white;
      float: unset;
      text-align: center;
      font-size: 17px;
      width: 100%;
      font-family: 'm-semibold';
      padding-bottom: 30px;
      margin-top: 0px;
  }
}
#content {
  padding: 75px 0px 0px 0px;
  background: url(./images/pozadi.jpg);
  /*background-size: 100% !important;*/
  background-size: 2298px !important;;
  background-position: top center !important;
  background-repeat: repeat-y !important;
  min-height: 450px;
  padding-bottom: 150px; }

footer {
  padding: 35px 0px;
  background: #3F3F55; }
  footer h3 {
    color: #00ABC4;
    font-size: 15px;
    margin-bottom: 25px; }
  footer p {
    color: white;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 400; }
  footer a {
    color: white;
    text-decoration: underline !important; }
    footer a:hover {
      color: white;
      text-decoration: underline; }
  footer .footerico {
    font-size: 30px;
    color: white; }
  footer .kontakt_footer {
    margin-bottom: 0px; }

.container {
  max-width: 1170px; }
.over_inzerce{
  border: 1px solid #38B97F;
  padding: 16px;
  position: relative;
  margin-bottom: 30px;
  min-height: 375px;
}
.inzerce_box{
  position: absolute;
  color: white;
  background: #38B97F;
  padding: 3px 38px;
  font-family: 'm-semibold';
  top: -16px;
  font-size: 16px;

}
.over_inzerce img{
  margin: 0px auto;
  display: block;
}
.flex_in{
  display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 991px) {
  .over_inzerce{
    height: auto;
    min-height: auto;
  }
  #content_page .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #content_page .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }  

  #content_page .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  footer {
    padding: 35px 0px;
    height: auto;
    background: #3F3F55;
    margin-top: 50px; } }
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0px;
    height: auto;
    background: #3F3F55;
    margin-top: 50px;
    text-align: center; }

  footer .col-md-4 {
    margin-bottom: 15px; }

  footer h3 {
    margin-bottom: 10px; } }

@media screen and (max-width: 600px) {
#partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
} }


/*# sourceMappingURL=style.css.map */
