/*  
Theme Name: Atstelcom clear theme
Theme URI: https://atstelcom.cz;
Description: atstelcom clear theme
Version: 2.2
Author: atstelcom.cz
Author URI: https://atstelcom.cz;
*/
@font-face {
  font-family: m-light;
  src: url(./font/Roboto-Light.ttf); }
@font-face {
  font-family: m-regular;
  src: url(./font/Roboto-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Roboto-Medium.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Roboto-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/Roboto-Medium.ttf); }
@font-face {
  font-family: m-black;
  src: url(./font/Roboto-Black.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Roboto-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; }
.otgs-development-site-front-end {
    display: none !important;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

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

img {
  max-width: 100%; }

.title_change {
  display: none; }

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; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

.form_click {
  cursor: pointer;
  margin-bottom: 30px; }
  .form_click .dot_form {
    width: 50px;
    margin-right: 20px; }
  .form_click p {
    font-family: m-black;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-indent: -70px;
    margin-left: 70px; }

#show_form_relative {
  position: relative; }

#over_form {
  position: absolute;
  width: 93%;
  height: 750px;
  background: rgba(250, 250, 250, 0.8);
  padding: 60px 0px 0px 60px; }
  #over_form .section_head {
    background: #EDEDED;
    width: 100%;
    padding: 20px 40px 20px 30px; }
    #over_form .section_head .text_form p {
      color: #575756;
      font-family: m-black;
      margin-bottom: 0;
      font-size: 28px; }
    #over_form .section_head .back_style {
      display: inline-block;
      color: #D0D0CF;
      font-family: 'm-regular';
      margin-bottom: 0;
      font-size: 27px;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      float: right;
      margin-right: 50px; }
    #over_form .section_head .next_style {
      display: inline-block;
      color: #575756;
      font-family: 'm-regular';
      margin-bottom: 0;
      font-size: 27px;
      letter-spacing: 2px;
      text-transform: uppercase;
      float: right;
      cursor: pointer; }
      #over_form .section_head .next_style span {
        display: block;
        margin-left: 140px; }
    #over_form .section_head .ico_back {
      width: 32px; }
    #over_form .section_head .ico_next {
      width: 115px;
      position: absolute;
      top: -35px; }

.padding_none {
  padding: 0;
  margin: 0; }

#show_form {
  display: none; }

.menu-click {
  cursor: pointer; }

#chat_bot_widget {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999; }

.chat_widget {
  width: 100%;
  bottom: 0;
  z-index: 999999; }

#menu_show {
  background: white;
  padding: 20px;
  position: absolute;
  top: 5px;
  right: 35px;
  max-width: 450px;
  min-width: 450px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
  #menu_show .sub-menu {
    display: none;
    margin-left: 20px; }
  #menu_show .menu-item-has-children > a {
    font-family: m-black;
    position: relative; }
    #menu_show .menu-item-has-children > a:after {
      content: "";
      background: url(./images/plus-solid.svg);
      width: 13px;
      height: 13px;
      background-position: center center !important;
      background-size: cover !important;
      display: inline-block;
      margin-left: 6px;
      position: relative;
      top: 0px; }
  #menu_show ul {
    padding: 0px;
    margin: 0px; }
    #menu_show ul li {
      display: block; }
      #menu_show ul li a {
        color: black;
        font-size: 20px;
        height: 100%;
        position: relative;
        transition: all 0.15s;
        font-family: m-regular; }

header {
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  position: absolute;
  padding-top: 25px;
  width: 100%; }
  header .head_title {
    font-family: m-light;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    top: 5px; }
  header #nav {
    padding: 10px 0px; }
  header .logo {
    display: block;
    position: relative;
    margin-top: 30px; }
    header .logo img {
      width: 460px; }

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

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

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

.single_icon {
  display: inline-block;
  margin-right: 20px; }
  .single_icon img {
    width: 40px; }

.float_right {
  float: right; }

.container {
  max-width: 1450px; }

#content_page table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

#content_page table td, #content_page table th {
  padding: 4px;
  font-size: 18px; }

#content_page table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2dbff2;
  color: white; }

#content_show_1 .circle {
  background: #6F7C94; }

#content_show_2 .circle {
  background: #75755D; }

#content_show_3 .circle {
  background: #555557; }

#content_show_4 .circle {
  background: #D0C176; }

#content_show_5 .circle {
  background: #80412D; }

.content_show_style .list_submenu .single_circle_small {
  text-decoration: none !important;
  margin-bottom: 2px; }
  .content_show_style .list_submenu .single_circle_small:hover {
    text-decoration: none !important; }
.content_show_style .list_submenu .circle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0px auto;
  display: block;
  margin-bottom: 20px;
  opacity: 0.6; }
  .content_show_style .list_submenu .circle:hover {
    opacity: 1; }
.content_show_style .list_submenu p {
  color: #585857;
  letter-spacing: 4px;
  text-align: center;
  font-family: m-bold;
  text-transform: uppercase;
  text-decoration: none !important; }
  .content_show_style .list_submenu p:hover {
    text-decoration: none !important; }

#home_menu {
  position: relative;
  top: -85px;
  margin-bottom: -120px; }
  #home_menu .single_home_menu {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    transition: all 0.15s;
    z-index: 999;
    cursor: pointer; }
  #home_menu .noactive .color1 {
    background: #D2D4DD !important; }
  #home_menu .noactive .color2 {
    background: #D1CFC7 !important; }
  #home_menu .noactive .color3 {
    background: #C4C2C3 !important; }
  #home_menu .noactive .color4 {
    background: #F2ECD8 !important; }
  #home_menu .noactive .color5 {
    background: #D4BDB2 !important; }
  #home_menu .noactive p {
    color: #C5C2C2 !important; }
  #home_menu .circle {
    width: 160px;
    height: 160px;
    margin: 0px auto;
    display: block;
    border-radius: 100%;
    transition: all 0.15s;
    z-index: 999;
    position: relative; }
    #home_menu .circle.color1 {
      background: #6F7C94;
      transition: all 0.15s; }
    #home_menu .circle.color2 {
      background: #75755D;
      transition: all 0.15s; }
    #home_menu .circle.color3 {
      background: #555557;
      transition: all 0.15s; }
    #home_menu .circle.color4 {
      background: #D0C176;
      transition: all 0.15s; }
    #home_menu .circle.color5 {
      background: #80412D;
      transition: all 0.15s; }
  #home_menu p {
    font-family: m-bold;
    font-size: 20px;
    color: #575756;
    margin-top: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 999;
    position: relative; }

#top_part {
  min-height: 550px;
  background-size: cover !important;
  background-position: center center !important; }
  #top_part .container, #top_part .row, #top_part .col-md-12 {
    min-height: 550px; }
  #top_part h1 {
    font-size: 80px;
    color: white;
    font-family: m-black;
    margin-top: 70px; }

#top_part_small {
  min-height: 220px;
  background-size: cover !important;
  background-position: center center !important; }
  #top_part_small .container, #top_part_small .row, #top_part_small .col-md-12 {
    min-height: 220px; }
  #top_part_small h1 {
    font-size: 110px;
    color: white;
    font-family: m-black;
    margin-top: 25px; }

.content_default h2 {
  font-size: 28px;
  color: #585857;
  font-family: m-black;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 20px;
  margin-top: 20px; }
.content_default h3 {
  font-size: 26px;
  color: #585857;
  font-family: m-black;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 20px;
  margin-top: 20px; }
.content_default ul li {
  color: #585857; }

#over_bubble {
  position: absolute;
  width: 100%; }

.logo-container {
  position: relative;
  display: inline-block;
  /* or 'block' depending on your layout */
  cursor: pointer; }

.speech-bubble .logo_bubble {
  max-width: 120px;
  margin: 0px auto;
  display: block;
  margin-bottom: 20px; }

.speech-bubble-text {
  display: none; }

.speech-bubble {
  position: absolute;
  width: 500px;
  padding: 33px;
  background: white;
  border-radius: 50px;
  display: none;
  /* Change to block or inline when you want it to show */
  bottom: -126px;
  /* Adjust as necessary */
  left: 50%;
  /* Center horizontally */
  transform: translateX(-50%);
  /* Offset the element to the left by half its width */
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  /* One z-index is sufficient, the highest value is used */
  color: #878787;
  letter-spacing: 2px;
  font-size: 16px; }

.speech-bubble a {
  color: #878787;
  text-decoration: underline; }

.speech-bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  /* position at the bottom of the bubble */
  left: 50%;
  /* center the triangle */
  margin-left: 9px;
  /* offset by half the width of the triangle */
  border-width: 10px;
  border-style: solid;
  border-color: white white white transparent;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  /* subtle shadow */
  transform: translateX(-50%) rotate(45deg);
  /* rotate the square to create an arrow effect */
  transform-origin: 0 0;
  /* ensures the transform rotates around the top-left corner */
  z-index: 10;
  /* ensure the shadow is behind the speech bubble */
  bottom: -5px;
  margin-top: -16px; }

.scale {
  transform: scale(1.2); }

#content_show {
  position: absolute;
  width: 100%;
  background: white;
  height: 380px;
  z-index: 9;
  display: none; }
  #content_show .col-md-12 {
    padding: 0;
    margin: 0; }
  #content_show .content_show_style {
    position: absolute;
    width: 100%;
    background: white;
    z-index: 100;
    top: 80px;
    padding: 20px;
    display: none; }
    #content_show .content_show_style p {
      color: #585857;
      letter-spacing: 2px; }

#content_sluzba {
  min-height: 1095px;
  background-size: cover !important;
  background-position: top center !important; }

#partneri {
  margin-top: 80px; }
  #partneri .divider {
    border-top: 2px solid #878787;
    margin-bottom: 50px; }
  #partneri h2 {
    font-family: m-bold;
    font-size: 20px;
    color: #575756;
    margin-top: 00px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px; }
  #partneri .single_logo {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    margin-bottom: 20px; }
    #partneri .single_logo img {
      width: 100%;
      min-height: 55px; }

#content_style h2 {
  font-family: m-bold;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style h3 {
  font-family: m-bold;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style p {
  font-size: 18px; }
#content_style ul li {
  font-size: 18px; }

.page-2 footer {
  margin-top: 30px; }

#content_sluzba .breadcrumbs {
  margin-top: 40px;
  margin-bottom: 70px; }
  #content_sluzba .breadcrumbs .symbol {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px; }
  #content_sluzba .breadcrumbs .text {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px; }
  #content_sluzba .breadcrumbs a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px; }

.main_padding {
  padding-bottom: 50px; }

#content_sluzba_onas .breadcrumbs {
  margin-top: 40px;
  margin-bottom: 70px; }
  #content_sluzba_onas .breadcrumbs .symbol {
    color: #585857;
    text-transform: uppercase;
    letter-spacing: 4px; }
  #content_sluzba_onas .breadcrumbs .text {
    color: #585857;
    text-transform: uppercase;
    letter-spacing: 4px; }
  #content_sluzba_onas .breadcrumbs a {
    color: #585857;
    text-transform: uppercase;
    letter-spacing: 4px; }

.list_pages {
  margin-top: 70px; }
  .list_pages .single_page {
    text-align: center;
    text-decoration: none !important;
    transition: all 0.15s; }
    .list_pages .single_page:hover {
      text-decoration: none !important; }
    .list_pages .single_page:hover .circle {
      background: #376095; }
    .list_pages .single_page:hover p {
      color: #376095 !important; }
    .list_pages .single_page:hover .circle_on {
      display: block; }
  .list_pages .circle_on {
    display: none; }
  .list_pages .circle {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    background: white;
    border-radius: 100%;
    transition: all 0.15s; }
  .list_pages a {
    color: white;
    font-family: m-bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.15s; }
    .list_pages a:hover {
      text-decoration: none !important; }
  .list_pages p {
    color: white;
    font-family: m-bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    text-decoration: none !important;
    height: 54px;
    transition: all 0.15s; }
    .list_pages p:hover {
      text-decoration: none !important; }

#content_detail_print a {
  color: white;
  text-decoration: underline; }
#content_detail_print .text_list {
  max-width: 700px; }
#content_detail_print h1 {
  font-size: 30px;
  color: white;
  font-family: m-black;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 40px; }
#content_detail_print p {
  color: white;
  font-size: 18px;
  letter-spacing: 3px; }

#content_detail_onas .text_list {
  max-width: 700px; }
#content_detail_onas h1 {
  font-size: 30px;
  color: #585857;
  font-family: m-black;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 40px; }
#content_detail_onas h2 {
  font-size: 20px;
  color: #585857;
  font-family: m-black;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 20px; }
#content_detail_onas p {
  color: #585857;
  font-size: 18px; }
  #content_detail_onas p strong {
    font-family: m-bold;
    font-weight: normal; }
#content_detail_onas a {
  color: #585857;
  font-size: 18px;
  text-decoration: underline; }
#content_detail_onas ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #content_detail_onas ul li {
    color: #585857;
    font-size: 18px; }
#content_detail_onas .certifikat_list {
  padding-left: 50px; }
  #content_detail_onas .certifikat_list .certifikace_ico {
    margin-right: 13px;
    display: inline-block;
    width: 30px;
    float: left;
    position: relative;
    top: -20px; }
  #content_detail_onas .certifikat_list .single_certifikat {
    color: #878687;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block; }
#content_detail_onas .certifikace_ico {
  float: right;
  margin-top: 20px;
  max-height: 120px; }
#content_detail_onas .pozice_list a {
  margin-bottom: 20px;
  display: block; }
#content_detail_onas .img_clen {
  max-height: 70px;
  margin-bottom: 20px; }
#content_detail_onas .single_kancelar {
  margin-bottom: 30px; }
  #content_detail_onas .single_kancelar:last-of-type {
    margin-bottom: 0px; }
#content_detail_onas .padding_kancelar {
  padding-left: 40px; }

.timeline {
  margin-top: 50px; }

footer {
  padding: 25px 0px 60px 0px;
  background: #878787; }
  footer .single_footer {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  footer #kontakt1 .single_footer .row_head {
    margin-bottom: 30px;
    min-height: 70px; }
    footer #kontakt1 .single_footer .row_head .circle {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      display: inline-block;
      margin-right: 10px; }
      footer #kontakt1 .single_footer .row_head .circle.color1 {
        background: #B1B1B0; }
      footer #kontakt1 .single_footer .row_head .circle.color2 {
        background: #C5C5C5; }
      footer #kontakt1 .single_footer .row_head .circle.color3 {
        background: #D9D9D9; }
      footer #kontakt1 .single_footer .row_head .circle.color4 {
        background: #ECECEC; }
    footer #kontakt1 .single_footer .row_head .title_footer {
      font-family: m-bold;
      font-size: 20px;
      color: white;
      margin-top: 0px;
      margin-bottom: 0px;
      text-transform: uppercase;
      letter-spacing: 4px;
      display: inline-block;
      vertical-align: top; }
      footer #kontakt1 .single_footer .row_head .title_footer img {
        width: 160px; }
  footer #kontakt1 .single_footer p {
    color: white; }
  footer #kontakt1 .single_footer a {
    color: white;
    text-decoration: underline; }
  footer #kontakt1 .menu_footer .linked {
    margin-right: 10px;
    width: 30px; }
  footer #kontakt1 .menu_footer a {
    display: block;
    margin-bottom: 5px; }
  footer #kontakt2 .divider {
    width: 100%;
    height: 2px;
    background: white;
    margin: 20px 0px; }
  footer #kontakt2 p {
    font-size: 16px;
    color: white;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0px; }
  footer #kontakt2 a {
    font-size: 16px;
    color: white;
    display: inline-block;
    margin-right: 40px;
    text-decoration: underline;
    margin-bottom: 0px; }
    footer #kontakt2 a:last-of-type {
      margin-right: 0px; }

@media screen and (max-width: 1500px) {
  #partneri .single_logo {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    margin-bottom: 30px; } }
@media screen and (max-width: 1200px) {
  #partneri .single_logo {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 30px; }

  #top_part h1 {
    font-size: 66px;
    color: white;
    font-family: m-black;
    margin-top: 52px; }

  #home_menu p {
    font-family: m-bold;
    font-size: 20px;
    color: #575756;
    margin-top: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 999;
    position: relative; } }
@media screen and (max-width: 991px) {
  #home_menu .circle {
    width: 130px;
    height: 130px;
    margin: 0px auto;
    display: block;
    border-radius: 100%;
    transition: all 0.15s;
    z-index: 999;
    position: relative; }

  header .head_title {
    font-size: 20px;
    top: 0px; }

  footer .single_footer {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; }

  footer #kontakt1 .single_footer .row_head {
    margin-bottom: 10px;
    min-height: 70px; }

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

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

  .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: 16px;
    margin-right: 5px;
    display: block;
    float: right;
    color: #024E78;
    border: 2px solid #024E78; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 100px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #024E78; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      height: auto; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: block; }
        #mobile_menu ul li.current-menu-item a {
          color: black; }
        #mobile_menu ul li a {
          font-family: m-bold;
          font-size: 16px;
          color: #181E1E;
          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;
            height: 100%;
            display: block; } }
@media screen and (max-width: 920px) {
  .speech-bubble {
    bottom: -140px; }

  #home_menu .single_home_menu {
    -ms-flex: 0 0 33.3333333333333%;
    flex: 0 0 33.3333333333333%;
    max-width: 33.3333333333333%;
    margin-bottom: 30px; } }
.mobile_ico {
  display: none !important; }

@media screen and (max-width: 767px) {
  .mobile_ico {
    display: block !important;
    margin-top: 30px;
    margin-bottom: 50px; }
    .mobile_ico img {
      display: block;
      max-width: 350px;
      width: 100%;
      margin: 0px auto; }

  #content_sluzba {
    min-height: 1095px;
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: repeat-y !important; }

  .kontakt_row {
    margin: 30px 0px 50px 0px; }

  .certifikat_row {
    margin-top: 30px; }

  #content_detail_onas .certifikat_list {
    padding-left: 0; }

  #content_detail_onas .certifikat_list .single_certifikat {
    color: #878687;
    text-decoration: underline;
    margin-bottom: 20px;
    display: flex;
    width: 100%; }

  #content_detail_onas .certifikace_ico {
    float: left;
    margin-top: 20px;
    max-height: 120px; }

  .kariera_row {
    margin: 30px 0px; }

  .list_pages {
    margin-top: 35px; }

  .list_pages p {
    color: white;
    font-family: m-bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    text-decoration: none !important;
    height: auto;
    transition: all 0.15s; }

  #partneri .single_logo {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px; }

  #top_part h1 {
    font-size: 55px;
    color: white;
    font-family: m-black;
    margin-top: 19px; }
    #top_part h1 br {
      display: none !important; }

  .list_submenu {
    margin-top: 30px; }

  #home_menu p {
    font-size: 18px; }

  #content_sluzba_onas .breadcrumbs {
    margin-top: 40px;
    margin-bottom: 40px; }

  #content_sluzba .breadcrumbs {
    margin-top: 40px;
    margin-bottom: 40px; }

  header .logo img {
    width: 340px; } }
@media screen and (max-width: 700px) {
  .head1 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

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

  header .head_title {
    font-size: 17px;
    top: 0px; }

  .single_icon {
    display: inline-block;
    margin-right: 15px; }
    .single_icon:last-of-type {
      margin-right: 0px; } }
@media screen and (max-width: 680px) {
  .speech-bubble {
    bottom: -135px; }

  #home_menu .single_home_menu {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; } }
@media screen and (max-width: 650px) {
  footer #kontakt2 a {
    font-size: 16px;
    color: white;
    display: block;
    margin-right: 0;
    text-decoration: underline;
    margin-bottom: 5px;
    margin-top: 5px; } }
@media screen and (max-width: 600px) {
  #menu_show {
    background: white;
    padding: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    max-width: 100%;
    min-width: 100%;
    display: none;
    z-index: 9999; }

  footer .single_footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; }
    footer .single_footer:last-of-type {
      margin-bottom: 0px; }

  footer {
    padding: 25px 0px 30px 0px;
    background: #878787;
    text-align: center; }

  footer #kontakt1 .single_footer .row_head .circle {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    margin: 0px auto;
    margin-bottom: 15px; }

  footer #kontakt1 .single_footer .row_head .title_footer br {
    display: none !important; }

  footer #kontakt2 p {
    font-size: 16px;
    color: white;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px; } }
@media screen and (max-width: 550px) {
  .speech-bubble {
    position: absolute;
    width: 97%;
    padding: 33px;
    background: white;
    border-radius: 50px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    color: #878787;
    letter-spacing: 2px;
    font-size: 16px; }

  #partneri .single_logo {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    margin-bottom: 30px; }

  #top_part h1 {
    font-size: 47px;
    color: white;
    font-family: m-black;
    margin-top: 70px; }

  #top_part .container, #top_part .row, #top_part .col-md-12 {
    min-height: 460px; }

  #top_part {
    min-height: 460px; } }
@media screen and (max-width: 500px) {
  #home_menu .circle {
    width: 110px;
    height: 110px; }

  #home_menu {
    position: relative;
    top: -60px;
    margin-bottom: -135px; } }
@media screen and (max-width: 510px) {
  header .head_title {
    font-size: 10px;
    top: 0px;
    letter-spacing: 3px; }

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

  .head2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media screen and (max-width: 480px) {
  #top_part h1 {
    font-size: 40px; } }
@media screen and (max-width: 400px) {
  #top_part h1 {
    font-size: 36px; }

  .single_icon {
    display: inline-block;
    margin-right: 5px; } }

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