/*  
Theme Name: onkotv clear theme
Theme URI: https://onkotv.cz;
Description: onkotv clear theme
Version: 2.2
Author: mobymedia.cz
Author URI: https://mobymedia.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); }
@font-face {
  font-family: t-black;
  src: url(./font/TrajanPro-Bold.otf); }
@font-face {
  font-family: t-regular;
  src: url(./font/TrajanPro-Regular.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button:focus {
  outline: 0px !important; }

.link_color {
  color: #070504;
  font-family: m-bold;
  margin-top: 10px;
  display: block;
  width: 100%; }
  .link_color:hover {
    color: #070504; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #070504;
  opacity: 1;
  /* Firefox */
  font-family: m-bold; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #070504;
  font-family: m-bold; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #070504;
  font-family: m-bold; }

/* The container-check */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -35px; }

/* 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: #2196F3; }

/* 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); }

.popmake-content h2 {
  margin-bottom: 30px; }

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: sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

h1 {
  font-size: 36px;
  color: #070504;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 30px; }

h2 {
  font-size: 24px;
  color: #070504;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold; }

p {
  font-size: 16px;
  font-family: sans-serif;
  color: black; }

.content_style a {
  color: #070504;
  text-decoration: underline; }
  .content_style a:hover {
    color: #070504; }

.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: #BC1F25;
  font-size: 15px;
  font-family: sans-serif;
  display: inline-block;
  border: 2px solid #BC1F25;
  max-width: 250px;
  text-align: center;
  padding: 14px 60px;
  margin-right: 10px; }
  .button_pop:hover {
    background: #BC1F25;
    border: 2px solid #BC1F25;
    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: #BC1F25 !important; }

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; }

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 white;
  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: white;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold; }
  .over_head_button:hover {
    background: white;
    z-index: 99;
    color: #070504;
    text-decoration: none; }

strong {
  font-family: sans-serif;
  font-weight: bold; }

header .top_icon {
  font-size: 30px;
  color: white;
  margin-right: 10px;
  position: relative;
  top: 6px; }
header .login {
  color: white;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 600;
  margin-top: 40px;
  display: inline-block;
  text-align: right;
  float: right; }
header #header_1 {
      height: auto;
    background: #F15E4F;
    padding-bottom: 20px; }
  header #header_1 .logo {
    display: block;
    margin-top: 2px; }
    header #header_1 .logo img {
      max-width: 110px; }
header #header_2 {
  height: 70px;
  background: #BC1F25; }
  header #header_2 .navbar {
    padding: 0;
    margin-top: 24px; }
  header #header_2 ul {
    margin: 0px;
    padding: 0px; }
    header #header_2 ul li {
      display: inline-block;
      margin-right: 40px; }
      header #header_2 ul li.current_page_item a {
        color: white;
        text-decoration: underline; }
      header #header_2 ul li:hover a {
        color: white;
        text-decoration: underline; }
      header #header_2 ul li a {
        color: white;
        font-family: sans-serif;
        font-weight: 600; }

#content {
  padding: 75px 0px 0px 0px;
  background-size: 100% !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  min-height: 450px; }

#partneri {
  margin-top: 70px;
  text-align: center; }
  #partneri .single-partner {
    margin-bottom: 30px; }
  #partneri .logo_row {
    margin-bottom: 15px; }
  #partneri h2 {
    margin-bottom: 30px; }
  #partneri .logo_partner {
    text-align: center; }
    #partneri .logo_partner img {
      width: 100%; }

#kontakt .single_kontakt {
  margin-bottom: 30px; }
#kontakt a {
  color: #070504;
  text-decoration: underline; }
#kontakt .kontakt_text {
  margin-bottom: 0px; }
#kontakt p {
  font-size: 16px; }

footer {
  padding: 35px 0px;
  height: auto;
  background: #BC1F25;
  margin-top: 150px; }
  footer h3 {
    color: #00ABC4;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 25px; }
  footer p {
    color: white;
    text-align: center;
    margin-bottom: 0; }
  footer a {
    color: #F15E4F;
    text-decoration: none; }
    footer a:hover {
      color: #F15E4F;
      text-decoration: underline; }
  footer .footerico {
    font-size: 30px;
    color: #F15E4F; }
  footer .kontakt_footer {
    margin-bottom: 0px; }

.navbar-toggler:not(:disabled):not(.disabled) {
  display: none; }

.over_mobile {
  display: none !important; }
.text_bot{
      text-align: right;
    font-size: 11px;
}
@media screen and (max-width: 991px) {

  .spoluprace_s{
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .spoluprace_s img{
    max-width: 100% !important;
  }
  footer {
    padding: 35px 0px;
    height: auto;
    background: #BC1F25;
    margin-top: 50px; }

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .navbar-toggler:not(:disabled):not(.disabled) {
    display: inline-block; }

  .over_head_button {
    text-align: center;
    border: 1px solid white;
    border-radius: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 99;
    background-size: contain !important;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    margin-top: 12px;
    color: white;
    font-size: 15px;
    font-family: sans-serif;
    max-width: 160px;
    float: right; }

  #header_2 .col-md-10 {
    display: none !important; }

  #header_2 .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 30px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: relative;
    top: 15px;
    padding-right: 10px;
    margin-left: 10px;
    float: right;
    color: white;
    margin-right: 20px; }

  .over_mobile {
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    top: 174px !important;
    z-index: 99;
    -webkit-box-shadow: -7px 10px 20px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -7px 10px 20px 0px rgba(0, 0, 0, 0.09);
    box-shadow: -7px 10px 20px 0px rgba(0, 0, 0, 0.09); }

  #mobile_menu {
    background: white;
    text-align: left;
    color: black;
    margin-top: 16px;
    padding: 30px;
    overflow: auto; }
    #mobile_menu ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 10px;
        display: block;
        float: unset !important;
        display: block !important;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 0px !important; }
        #mobile_menu ul li.current-menu-item {
          text-decoration: none; }
        #mobile_menu ul li.current-menu-item a {
          color: #BC1F25 !important; }
        #mobile_menu ul li.current_page_item a:before {
          content: none !important; }
        #mobile_menu ul li a {
          color: black !important;
          font-size: 18px;
          text-transform: none;
          z-index: 99;
          position: relative;
          text-decoration: none; } }
@media screen and (max-width: 767px) {
  .text_bot{
      text-align: center;
      font-size: 11px;
      margin-top: 15px;
  }
  #content {
    padding: 40px 0px 0px 0px;
    background-size: auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    min-height: auto; }

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 33.333333333333%;
    flex: 0 0 33.333333333333%;
    max-width: 33.333333333333%; }

  .over_head_button {
    float: unset; }

  #header_2 .col-md-2 {
    text-align: center; }

  .navbar-toggler {
    float: unset;
    top: 7px; }

  #header_1 .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  header #header_1 .logo img {
    width: 200px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: 11px; }

  footer {
    padding: 35px 0px;
    height: auto;
    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; } }
@media screen and (max-width: 500px) {
  #header_1 .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  header #header_1 .logo img {
    width: 200px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: 11px; }

  header #header_1 {
    height: auto; }

  header #header_1 .logo {
    display: block;
    margin-top: 10px; }

  header .login {
    font-size: 15px;
    font-family: sans-serif;
    margin-top: 25px;
    display: block;
    text-align: center;
    float: unset; }

  .over_mobile {
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    top: 296px !important;
    z-index: 99;
    -webkit-box-shadow: -7px 10px 20px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -7px 10px 20px 0px rgba(0, 0, 0, 0.09);
    box-shadow: -7px 10px 20px 0px rgba(0, 0, 0, 0.09); } }

/*# sourceMappingURL=style.css.map */
