@charset "UTF-8";
/*  
Theme Name: Framepic clear theme
Theme URI: https://framepic.cz;
Description: Framepic clear theme
Version: 2.2
Author: framepic.cz
Author URI: https://framepic.cz;
*/
@font-face {
  font-family: m-thin;
  src: url(./font/AntarcticanHeadline-Thin.ttf); }
@font-face {
  font-family: m-light;
  src: url(./font/AntarcticanHeadline-Light.ttf); }
@font-face {
  font-family: m-regular;
  src: url(./font/AntarcticanHeadline-Book.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/AntarcticanHeadline-Bold.ttf); }
@font-face {
  font-family: m-black;
  src: url(./font/AntarcticanHeadline-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: #000000;
  overflow-x: hidden;
  font-family: m-regular; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

.otgs-development-site-front-end {
  display: none !important; }

#show_section {
  margin-bottom: 50px; }

#show_section .over_section_show {
  background: #0A0A0A;
  text-align: center;
  cursor: pointer;
  padding: 20px 0px;
  border-radius: 32px; }

#show_section .over_section_show.active {
  background: #FF9B00; }

#show_section .over_section_show.active h2 {
  color: white; }

#show_section .over_section_show:hover {
  background: #FF9B00; }

#show_section .over_section_show:hover h2 {
  color: white; }

#show_section .over_section_show h2 {
  color: #FF9B00;
  font-family: m-bold;
  margin-bottom: 0px; }

#portfolio #top_header h2 {
  font-size: 42px;
  color: white;
  text-transform: uppercase;
  font-family: 'm-bold';
  margin-left: 55px; }

#portfolio #top_header {
  padding: 0px 0px 10px 0px; }

.faq {
  margin-inline: auto;
  background: var(--faq-bg);
  border: 1px solid var(--faq-border);
  border-radius: var(--radius);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden; }

/* Klikatelný div – otázka */
.faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  inline-size: 100%;
  padding: 18px 20px;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font: inherit; }

/* Levá část – nadpis na levé straně */
.faq-title {
  flex: 1 1 auto;
  font-size: 24px;
  font-family: m-bold;
  color: white;
  /* text bílý */
  letter-spacing: 2px; }

/* Pravá část – ikonka napravo od nadpisu */
.faq-icon {
  flex: 0 0 auto;
  inline-size: 24px;
  block-size: 24px;
  object-fit: contain; }

/* Odpověď */
.faq-answer {
  color: #6F6F6F;
  font-size: 24px;
  font-family: m-regular;
  opacity: 1;
  /* display řídí jQuery; hidden atribut už nepoužíváme */ }

.faq-answer.is-animating {
  opacity: .7;
  /* jemné snížení při animaci */ }

/* Stav otevřeno – můžeš si doplnit zvýraznění pozadí */
.faq-item.open .faq-question {
  /* například: background:linear-gradient(0deg, rgba(255,255,255,.06), transparent); */ }

/* Lepší focus pro klávesnici */
.faq-question:focus-visible {
  outline: 2px solid #61a6ff;
  outline-offset: 2px;
  border-radius: 8px; }

#faq_over h2 {
  margin-bottom: 60px !important;
  font-size: 50px;
  color: white;
  font-family: m-bold;
  text-align: left; }

#faq_over .container {
  max-width: 1250px; }

#faq_over .faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  inline-size: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font: inherit; }

#faq_over .faq-item {
  margin-bottom: 30px; }

#faq_over {
  padding-top: 50px;
  padding-bottom: 50px; }

#list_load_number {
  padding: 50px 0px;
  text-align: center; }

.single_load {
  display: inline-block;
  margin-right: 90px; }

.single_load:last-of-type {
  display: inline-block;
  margin-right: 0px; }

.number_load p {
  color: white;
  font-family: m-bold;
  font-size: 52px;
  margin-bottom: -5px; }

.number_text p {
  color: white;
  font-family: m-regular;
  font-size: 18px;
  letter-spacing: 2px; }

.number_text p img {
  width: 25px;
  margin-right: 5px;
  position: relative;
  top: -1px; }

#reference_carousel {
  padding: 50px 0px 80px 0px; }

#reference_carousel h2 {
  margin-bottom: 70px;
  font-size: 50px;
  color: white;
  font-family: m-bold;
  text-align: center; }

#reference_carousel .over_ref {
  background: #0A0A0A;
  border-radius: 64px;
  padding: 45px 60px 54px 60px; }

#reference_carousel .slick-slide {
  display: flex !important; }

#reference_carousel .img_reference {
  width: 360px;
  height: 360px;
  border-radius: 100%;
  background-position: center center !important;
  background-size: cover !important;
  margin: 0px auto; }

#reference_carousel .list_reference_js {
  margin-top: 20px; }

#reference_carousel .name {
  font-family: m-bold;
  font-size: 50px;
  color: white;
  margin-bottom: 0; }

#reference_carousel .pozice {
  font-family: m-regular;
  font-size: 24px;
  color: #FF9B00;
  text-transform: uppercase;
  margin-bottom: 10px; }

#reference_carousel .text_ref {
  font-family: m-regular;
  font-size: 24px;
  color: white; }

#reference_carousel #slickRight_ref_carousel {
  margin-left: 25px; }

@media screen and (max-width: 1300px) {
  #reference_carousel .img_reference {
    width: 325px;
    height: 325px; } }
@media screen and (max-width: 1200px) {
  #reference_carousel .img_reference {
    width: 300px;
    height: 300px; } }
@media screen and (max-width: 1150px) {
  #reference_carousel .img_reference {
    width: 280px;
    height: 280px; } }
@media screen and (max-width: 1050px) {
  #reference_carousel .img_reference {
    width: 240px;
    height: 240px; } }
@media screen and (max-width: 960px) {
  #reference_carousel .img_reference {
    width: 220px;
    height: 220px; } }
@media screen and (max-width: 900px) {
  #reference_carousel .img_reference {
    width: 200px;
    height: 200px; } }
@media screen and (max-width: 820px) {
  #reference_carousel .img_reference {
    width: 180px;
    height: 180px; } }
@media screen and (max-width: 767px) {
  #reference_carousel .over_ref {
    background: #0A0A0A;
    border-radius: 64px;
    padding: 45px 60px 54px 60px;
    text-align: center; }

  #reference_carousel .img_reference {
    width: 180px;
    height: 180px;
    margin-bottom: 20px; }

  #reference_carousel h2 {
    margin-bottom: 35px; }

  #reference_carousel .name {
    font-family: m-bold;
    font-size: 40px;
    color: white;
    margin-bottom: 0; } }
#photo_carousel {
  padding: 100px 0px 50px 0px; }

#photo_carousel .slick-list {
  border-radius: 64px; }

#photo_carousel .single_photo_carousel {
  border-radius: 64px;
  height: 700px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative; }

#photo_carousel .text_slider {
  font-size: 50px;
  color: white;
  font-family: m-bold;
  top: 80px;
  position: absolute;
  padding-left: 60px;
  padding-right: 60px; }

#photo_carousel .zoom_photo {
  position: absolute;
  bottom: 52px;
  right: 52px; }

.slider_arrow {
  position: relative; }

.slider_arrow2 {
  position: relative; }

#slickLeft_photo_carousel {
  position: absolute;
  left: -35px;
  z-index: 99;
  top: 415px; }

#slickRight_photo_carousel {
  position: absolute;
  right: -35px;
  z-index: 99;
  top: 415px; }

@media screen and (max-width: 1600px) {
  #o_mne #slickLeft_photo_carousel {
    left: 20px !important; }

  #o_mne #slickRight_photo_carousel {
    right: 20px !important; }

  #o_mne .slider_lide .container {
    max-width: 88%; }

  #slickLeft_photo_carousel {
    left: 0; }

  #slickRight_photo_carousel {
    right: 0px; }

  #photo_carousel .container {
    max-width: 88%; }

  .slider_arrow {
    position: relative;
    max-width: 92%; } }
@media screen and (max-width: 1500px) {
  #photo_carousel .single_photo_carousel {
    border-radius: 64px;
    height: 580px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative; }

  #slickLeft_photo_carousel {
    left: 0;
    top: 370px; }

  #slickRight_photo_carousel {
    right: 0px;
    top: 370px; }

  #photo_carousel .container {
    max-width: 88%; }

  .slider_arrow {
    position: relative;
    max-width: 92%; } }
@media screen and (max-width: 991px) {
  #mentoring #photo_carousel {
    padding: 20px 0px 50px 0px !important; }

  .list_load_over {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .single_load {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-right: 0;
    margin-bottom: 20px; }

  #faq_over h2 {
    text-align: center; }

  .list_icon_page h2 {
    text-align: center; }

  .list_box_page h2 {
    text-align: center; }

  .list_icon_page {
    margin-bottom: 30px !important; }

  #company_detail {
    margin-top: 40px !important; }

  #portfolio #top_header h2 {
    text-align: center;
    margin-left: 0px; }

  #portfolio #top_header {
    padding: 0px 0px 30px 0px; }

  #photo_carousel .container {
    max-width: 85%; }

  #photo_carousel .text_slider {
    font-size: 40px;
    color: white;
    font-family: m-bold;
    top: 60px;
    position: absolute;
    padding-left: 55px;
    padding-right: 55px; } }
@media screen and (max-width: 767px) {
  #o_mne #slickLeft_photo_carousel {
    left: 20px !important;
    top: 310px !important; }

  #o_mne #slickRight_photo_carousel {
    right: 20px !important;
    top: 310px !important; }

  #o_mne .slider_lide .container {
    max-width: 80%; }

  #company_detail {
    text-align: center; }

  #company_detail .logo_company {
    margin-bottom: 30px; }

  #photo_carousel .single_photo_carousel {
    border-radius: 64px;
    height: 450px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative; }

  #slickLeft_photo_carousel {
    left: 0;
    top: 320px; }

  #slickRight_photo_carousel {
    right: 0px;
    top: 320px; } }
#company_detail {
  padding-bottom: 80px;
  margin-top: 110px; }

#company_detail .container {
  max-width: 1250px; }

#company_detail h2 {
  font-size: 50px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px;
  text-transform: uppercase; }

#company_detail h3 {
  font-size: 24px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 20px; }

#company_detail p {
  font-size: 24px;
  color: #6F6F6F;
  font-family: m-regular;
  margin-bottom: 0px;
  letter-spacing: 2px; }

#company_detail a {
  font-size: 24px;
  color: #FF9B00;
  font-family: m-bold;
  margin-bottom: 0px;
  letter-spacing: 2px;
  display: block;
  text-decoration: none !important; }

#company_detail .logo_company {
  max-width: 240px;
  width: 100%; }

.reels_page .image_head img {
  border-radius: 45px;
  max-width: 460px;
  width: 100%;
  margin: 0px auto;
  display: block;
  height: 775px; }

.reels_page .head_custom h1 {
  margin-bottom: 30px; }

.reels_page .head_custom h2 {
  font-size: 42px;
  color: white;
  text-transform: uppercase;
  font-family: 'm-bold';
  margin-left: 55px; }

#kalkulacka .list_style .single_choose {
  border: 1px solid white;
  border-radius: 16px;
  font-size: 24px;
  color: white;
  width: 180px;
  display: inline-block;
  text-align: center;
  padding: 14px 0px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer; }

#kalkulacka .list_style .single_choose.active {
  background: white;
  color: black; }

#kalkulacka .list_style .single_choose:hover {
  background: white;
  color: black; }

#kalkulacka form {
  /* Styly pro Firefox */
  /* Zajištění, že šipka je vždy viditelná */ }

#kalkulacka form .single-input {
  margin-bottom: 30px; }

#kalkulacka form select {
  background-image: url(./images/arrow_right_select.svg) !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 20px !important;
  background-position: right 25px center !important; }

#kalkulacka form select::-ms-expand {
  display: none; }

#kalkulacka form select {
  font-size: 24px;
  color: white;
  width: 100%;
  padding-left: 20px;
  border-radius: 16px;
  border: 1px solid white;
  height: 64px;
  background: transparent; }

#kalkulacka form select option {
  color: black;
  /* Změňte na požadovanou barvu */ }

#kalkulacka form input[type="text"] {
  font-size: 24px;
  color: black;
  width: 100%;
  padding-left: 20px;
  border-radius: 16px;
  background: white;
  border: unset;
  height: 64px; }

#kalkulacka form input[type="date"] {
  font-size: 24px;
  color: black;
  width: 100%;
  padding-left: 20px;
  border-radius: 16px;
  background: white;
  border: unset;
  height: 64px;
  padding-right: 30px; }

#kalkulacka form input[type="date"]::-webkit-calendar-picker-indicator {
  right: 5px;
  /* Posunutí ikony kalendáře směrem k textu */
  top: 10px;
  cursor: pointer; }

#kalkulacka form input[type="email"] {
  font-size: 24px;
  color: black;
  width: 100%;
  padding-left: 20px;
  border-radius: 16px;
  background: white;
  border: unset;
  height: 64px; }

#kalkulacka form textarea {
  font-size: 24px;
  color: black;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background: white;
  border: unset;
  min-height: 200px; }

#kalkulacka form input[type="submit"] {
  display: inline-block;
  border-radius: 16px;
  border: 1px solid #FF9B00;
  padding: 14px 65px;
  font-size: 23px;
  text-transform: uppercase;
  color: black;
  font-family: 'm-bold';
  text-decoration: none;
  background: #FF9B00;
  transition: all 0.15s;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 50px; }

#kalkulacka form input[type="submit"]:hover {
  color: #FF9B00;
  background: transparent; }

#kalkulacka .list_form_info a {
  text-decoration: underline; }

#kalkulacka {
  text-align: center; }

#kalkulacka .list_style {
  margin-bottom: 20px; }

#kalkulacka h2 {
  margin-bottom: 60px !important;
  font-size: 50px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px;
  text-align: center; }

#kalkulacka h3 {
  margin-bottom: 30px !important;
  font-size: 24px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 2px; }

#kalkulacka {
  padding-bottom: 100px; }

#kalkulacka .single_choose.bigger {
  width: 237px; }

#kalkulacka .result {
  margin-top: 50px; }

#kalkulacka .price {
  font-size: 48px;
  color: #FF9B00;
  font-family: m-bold;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -20px; }

#kalkulacka .popis {
  font-size: 16px;
  color: white;
  font-family: m-regular;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -20px; }

.mentoring_page .image_head img {
  border-radius: 45px;
  max-width: 460px;
  width: 100%;
  margin: 0px auto;
  display: block;
  height: 775px; }

.mentoring_page .head_custom h1 {
  margin-bottom: 30px; }

.mentoring_page .head_custom h2 {
  font-size: 42px;
  color: white;
  text-transform: uppercase;
  font-family: 'm-bold';
  margin-left: 55px; }

.o_mne_page .image_head img {
  border-radius: 45px; }

.reels_page .head_custom h1 {
  margin-bottom: 30px; }

.o_mne_page .head_custom h2 {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  font-family: m-light;
  letter-spacing: 2px;
  line-height: 33.6px;
  margin-left: 55px; }

.single_list_box {
  margin-bottom: 30px; }

.list_box_page .container {
  margin-bottom: 40px; }

.list_box_page h2 {
  margin-bottom: 40px !important;
  font-size: 50px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px; }

.list_box_page h3 {
  font-size: 42px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px;
  text-transform: uppercase; }

.list_box_page p {
  margin-bottom: 0px;
  font-size: 24px;
  color: white;
  font-family: m-light; }

.list_box_page strong {
  font-family: m-bold;
  font-weight: unset; }

.list_box_page .style_box_1.single_box_img {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 32px;
  height: 387px; }

.list_box_page .style_box_2.single_box_img {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 32px;
  height: 775px; }

.list_box_page .style_box_3.single_box_img {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 32px;
  height: 775px; }

.list_icon_page .orange .over_single_list_icon {
  background: #FF9B00; }
.list_icon_page .orange h3 {
  color: #000000; }
.list_icon_page .orange p {
  color: #000000; }

.list_icon_page {
  background: url(./images/reference_bcg2.jpg);
  background-size: 100% !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 70px; }

.list_icon_page .container {
  max-width: 1470px;
  margin-bottom: 40px; }

.list_icon_page h2 {
  margin-bottom: 40px !important;
  font-size: 50px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px; }

.list_icon_page h3 {
  font-size: 42px;
  color: white;
  font-family: m-bold;
  margin-bottom: 15px;
  text-transform: uppercase; }

.list_icon_page p {
  margin-bottom: 0px;
  font-size: 24px;
  color: white;
  font-family: m-light; }

.list_icon_page strong {
  font-family: m-bold;
  font-weight: unset; }

.list_icon_page .single_list_icon {
  margin-bottom: 30px; }

.list_icon_page .over_single_list_icon {
  background: #0A0A0A;
  border-radius: 32px;
  padding: 34px 54px 45px 54px; }

.list_icon_page .over_single_list_icon.no_background .single_icon_img {
  height: 16px; }

.list_icon_page .over_single_list_icon.no_background {
  background: transparent;
  border-radius: 32px;
  padding: 34px 54px 45px 54px; }

.list_icon_page .over_single_list_icon.no_background p {
  color: #6F6F6F; }

.list_icon_page .single_icon_img {
  margin-bottom: 15px;
  height: 48px; }

a[href^="tel"] {
  color: inherit;
  text-decoration: 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; }

.over_mobile {
  display: none; }

/* Define the keyframes for the blinking animation */
@keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
/* Prefix for cross-browser support */
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-moz-keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-ms-keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-o-keyframes blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
/* Apply the animation to the .blinking class */
.blinking {
  -webkit-animation: 2s blink ease infinite;
  -moz-animation: 2s blink ease infinite;
  -ms-animation: 2s blink ease infinite;
  -o-animation: 2s blink ease infinite;
  animation: 2s blink ease infinite; }

.navbar-toggler {
  display: none; }

.container {
  max-width: 1470px; }

header {
  width: 100%;
  z-index: 9999;
  padding: 20px 0px;
  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: fixed;
  width: 100%; }
  header.scrolled {
    background: black;
    transition: all 0.15s; }
  header .logo {
    display: block;
    position: relative; }
    header .logo img {
      width: 220px;
      margin-top: 0px; }
  header ul {
    margin: 0;
    padding: 0;
    padding-top: 1px; }
    header ul li {
      display: inline-block;
      margin-right: 55px;
      height: 100%;
      position: relative;
      /* === submenu === */
      /* === šipka dolů, pokud má submenu === */
      /* otočí šipku při hoveru */ }
      header ul li:last-of-type {
        margin-right: 0px; }
      header ul li.current-menu-item a {
        font-family: m-bold;
        text-decoration: none;
        color: #FF9B00 !important; }
      header ul li.active a {
        font-family: m-bold;
        text-decoration: none;
        color: #FF9B00;
        text-decoration: underline; }
      header ul li a {
        color: #FFFFFF;
        font-size: 28px;
        height: 100%;
        position: relative;
        transition: all 0.15s;
        font-family: m-bold;
        text-transform: uppercase; }
        header ul li a:hover {
          text-decoration: underline;
          color: #FF9B00; }
      header ul li .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #1a1a1a;
        padding: 10px 0;
        min-width: 200px;
        border-radius: 6px;
        z-index: 999; }
        header ul li .sub-menu li {
          display: block;
          margin: 0; }
          header ul li .sub-menu li a {
            display: block;
            font-size: 18px;
            padding: 8px 16px;
            color: #fff;
            text-transform: none; }
            header ul li .sub-menu li a:hover {
              background: #333;
              color: #FF9B00;
              text-decoration: none; }
      header ul li:hover > .sub-menu {
        display: block; }
      header ul li.menu-item-has-children > a::after {
        content: "▼";
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        transition: transform 0.2s ease;
        position: relative;
        top: -2px;
        left: 8px; }
      header ul li.menu-item-has-children:hover > a::after {
        transform: rotate(180deg); }
  header .navbar {
    padding: 0;
    float: right;
    margin-top: 5px;
    padding-top: 0; }

.over_lang {
  float: right;
  margin-left: 45px;
  width: 70px; }

.wpml-ls-legacy-dropdown .wpml-ls-item {
  width: 100%; }

.social_site {
  width: 75px;
  top: 200px;
  right: 0;
  border-radius: 32px 0px 0px 32px;
  position: fixed;
  background: #0E0E0E;
  text-align: center;
  padding: 35px 0px 0px 0px; }
  .social_site a {
    display: block;
    margin-bottom: 36px; }

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

.padding_top {
  padding-top: 100px; }

.ok_form {
  text-align: center !important;
  font-size: 30px !important; }

.chyba_form {
  text-align: center !important;
  font-size: 30px !important; }

#top_header {
  padding: 120px 0px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important; }
  #top_header h1 {
    font-size: 120px;
    color: white;
    text-transform: uppercase;
    font-family: m-bold; }
  #top_header .circle {
    background: #FF0000;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    top: 40px;
    margin-right: 20px; }
  #top_header.img_style {
    min-height: 650px;
    position: relative;
    background-attachment: fixed !important;
    padding: 120px 0px 0px 0px; }
    #top_header.img_style:before {
      content: "";
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 56.99%, rgba(0, 0, 0, 0.6) 100%);
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      position: absolute; }
  #top_header .normal_text {
    float: right;
    max-width: 750px;
    margin-top: 75px; }
    #top_header .normal_text p {
      font-size: 24px;
      color: white;
      font-family: m-light;
      margin-bottom: 0;
      line-height: 50px; }

#video_text {
  position: absolute;
  width: 100%;
  margin-top: 180px; }
  #video_text .circle_left {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
  #video_text .circle_right {
    display: inline-block; }
  #video_text .text1 {
    font-family: m-light;
    font-size: 104px;
    margin-bottom: 0;
    color: white;
    margin-bottom: 0;
    line-height: 125px; }
  #video_text .text2 {
    font-family: m-bold;
    font-size: 120px;
    color: white;
    text-transform: uppercase;
    line-height: 140px; }
  #video_text .normal_text {
    text-align: right; }
    #video_text .normal_text p {
      font-size: 24px;
      color: white;
      font-family: m-light;
      margin-bottom: 0;
      line-height: 50px; }
      #video_text .normal_text p strong {
        font-family: m-bold;
        font-weight: normal; }
  #video_text .circle {
    background: #FF0000;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: inline-block !important;
    position: relative;
    top: 31px; }

#video_top {
  position: relative; }
  #video_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 56.99%, rgba(0, 0, 0, 0.6) 100%); }
  #video_top video {
    width: 100%; }

#strategie {
  padding-top: 0px;
  padding-bottom: 170px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important; }
  #strategie .line1 {
    width: 150px;
    height: 4px;
    position: absolute;
    left: 65px;
    top: 50px;
    background: white; }
  #strategie .line2 {
    width: 4px;
    height: 150px;
    position: absolute;
    left: 65px;
    top: 50px;
    background: white; }
  #strategie .line3 {
    width: 150px;
    height: 4px;
    position: absolute;
    right: 65px;
    top: 65px;
    background: white; }
  #strategie .line4 {
    width: 4px;
    height: 150px;
    position: absolute;
    right: 65px;
    top: 65px;
    background: white; }
  #strategie .line5 {
    width: 150px;
    height: 4px;
    position: absolute;
    right: 65px;
    bottom: 65px;
    background: white; }
  #strategie .line6 {
    width: 4px;
    height: 150px;
    position: absolute;
    right: 65px;
    bottom: 65px;
    background: white; }
  #strategie .line7 {
    width: 150px;
    height: 4px;
    position: absolute;
    left: 65px;
    bottom: 65px;
    background: white; }
  #strategie .line8 {
    width: 4px;
    height: 150px;
    position: absolute;
    left: 65px;
    bottom: 65px;
    background: white; }
  #strategie .over_strategie {
    position: relative;
    background: #0A0A0A;
    border-radius: 64px;
    padding: 164px 197px; }
    #strategie .over_strategie h2 {
      font-family: m-bold;
      font-size: 64px;
      color: white;
      margin-bottom: 50px;
      text-align: center; }
    #strategie .over_strategie p {
      color: #6F6F6F;
      font-size: 20px;
      line-height: 45px;
      text-align: center;
      letter-spacing: 2px; }
      #strategie .over_strategie p strong {
        color: #FF9B00;
        font-family: m-bold; }

#produkty .video {
  width: 100%;
  border-radius: 45px; }
  #produkty .video.active {
    display: block; }
#produkty .list_title {
  padding-top: 50px; }
#produkty span {
  color: #FF9B00; }
#produkty .product1 {
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%; }
#produkty .product2 {
  -ms-flex: 0 0 87%;
  flex: 0 0 87%;
  max-width: 87%; }
#produkty .single_product {
  margin-bottom: 35px;
  cursor: pointer; }
  #produkty .single_product.active .circle {
    display: block; }
  #produkty .single_product.active p {
    display: block; }
  #produkty .single_product.active h2 {
    margin-bottom: 30px; }
  #produkty .single_product .circle {
    background: #FF0000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: 5px;
    display: none; }
  #produkty .single_product h2 {
    font-size: 42px;
    color: white;
    font-family: m-bold;
    text-transform: uppercase; }
  #produkty .single_product p {
    color: white;
    font-size: 24px;
    display: none;
    margin-bottom: 0px; }

.row_button {
  margin-top: 75px; }

.button_list1 {
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%; }

.button_list2 {
  -ms-flex: 0 0 87%;
  flex: 0 0 87%;
  max-width: 87%; }

.over_button .button_c_2 {
  padding: 0; }
.over_button a {
  margin-right: 20px; }
  .over_button a:last-of-type {
    margin-right: 0px; }
.over_button .button1 {
  display: inline-block;
  border-radius: 16px;
  border: 1px solid #FF9B00;
  padding: 19px 56px;
  font-size: 23px;
  text-transform: uppercase;
  color: #FF9B00;
  font-family: 'm-bold';
  text-decoration: none;
  transition: all 0.15s; }
  .over_button .button1:hover {
    background: #FF9B00;
    color: black; }
.over_button .button2 {
  display: inline-block;
  border-radius: 16px;
  border: 1px solid #FF9B00;
  padding: 19px 56px;
  font-size: 23px;
  text-transform: uppercase;
  color: black;
  font-family: 'm-bold';
  text-decoration: none;
  background: #FF9B00;
  transition: all 0.15s; }
  .over_button .button2:hover {
    color: #FF9B00;
    background: transparent; }

#play_contact {
  padding: 225px 0px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important; }
  #play_contact a {
    text-decoration: none !important; }
    #play_contact a:hover {
      text-decoration: none !important; }
  #play_contact .text1 {
    font-size: 37px;
    color: white;
    font-family: m-bold;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 60px; }
  #play_contact .text2 {
    font-size: 67px;
    color: white;
    font-family: m-bold;
    text-transform: uppercase;
    text-align: right;
    margin-right: 20px;
    margin-top: -15px;
    margin-bottom: -15px; }
  #play_contact .text3 {
    font-size: 67px;
    color: white;
    font-family: m-bold;
    text-transform: uppercase;
    text-align: right;
    margin-right: 20px; }
  #play_contact .play_button {
    width: 270px;
    height: 330px;
    background: url("./images/play-button.png");
    background-size: cover !important;
    background-position: center center !important;
    position: relative; }
    #play_contact .play_button.active {
      background: url("./images/play-button-red.png"); }
    #play_contact .play_button:hover {
      background: url("./images/play-button-red.png"); }

#content_style {
  padding-bottom: 150px; }
  #content_style h2 {
    font-size: 46px;
    color: white;
    font-family: m-bold;
    margin: 30px 0px;
    color: #FF9B00; }
  #content_style h3 {
    font-size: 36px;
    color: white;
    font-family: m-bold;
    margin: 30px 0px;
    color: #FF9B00; }
  #content_style p {
    color: white;
    font-size: 24px; }
  #content_style a {
    color: white;
    font-size: 24px;
    text-decoration: underline; }
  #content_style ul li {
    color: white;
    font-size: 24px; }

#kontakt_part {
  margin-top: 0px;
  padding-bottom: 150px; }
  #kontakt_part .container {
    max-width: 1016px; }
  #kontakt_part .divider_line {
    width: 100%;
    max-width: 836px;
    height: 1px;
    background: white;
    margin: 0px auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px; }
    #kontakt_part .divider_line.top_m {
      margin-top: 20px !important; }
  #kontakt_part .padding_contact {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 836px;
    margin: 0px auto; }
  #kontakt_part h2 {
    color: #FF9B00;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: m-bold; }
  #kontakt_part p {
    font-size: 24px;
    color: white; }
  #kontakt_part a {
    font-size: 24px;
    color: white; }
  #kontakt_part .list_form_info {
    text-align: center; }
  #kontakt_part .center_button_form {
    text-align: center; }
  #kontakt_part .row_custom {
    margin: 50px 0px; }
    #kontakt_part .row_custom h3 {
      font-size: 28px;
      font-family: m-bold;
      color: white;
      text-align: center;
      margin-bottom: 30px;
      letter-spacing: 2px; }
    #kontakt_part .row_custom input {
      max-width: 500px;
      margin: 0px auto;
      display: block; }
  #kontakt_part .list_style {
    text-align: center; }
    #kontakt_part .list_style .single_choose {
      border: 1px solid white;
      border-radius: 16px;
      font-size: 24px;
      color: white;
      width: 180px;
      display: inline-block;
      text-align: center;
      padding: 14px 0px;
      margin-bottom: 20px;
      margin-right: 20px;
      cursor: pointer; }
      #kontakt_part .list_style .single_choose.active {
        background: white;
        color: black; }
      #kontakt_part .list_style .single_choose:hover {
        background: white;
        color: black; }
  #kontakt_part form {
    /* Styly pro Firefox */
    /* Zajištění, že šipka je vždy viditelná */ }
    #kontakt_part form .single-input {
      margin-bottom: 30px; }
    #kontakt_part form select {
      background-image: url(./images/arrow_right_select.svg) !important;
      background-position: right !important;
      background-repeat: no-repeat !important;
      appearance: none !important;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      padding-right: 20px !important;
      background-position: right 25px center !important; }
    #kontakt_part form select::-ms-expand {
      display: none; }
    #kontakt_part form select {
      font-size: 24px;
      color: white;
      width: 100%;
      padding-left: 20px;
      border-radius: 16px;
      border: 1px solid white;
      height: 64px;
      background: transparent; }
      #kontakt_part form select option {
        color: black;
        /* Změňte na požadovanou barvu */ }
    #kontakt_part form input[type="text"] {
      font-size: 24px;
      color: black;
      width: 100%;
      padding-left: 20px;
      border-radius: 16px;
      background: white;
      border: unset;
      height: 64px; }
    #kontakt_part form input[type="date"] {
      font-size: 24px;
      color: black;
      width: 100%;
      padding-left: 20px;
      border-radius: 16px;
      background: white;
      border: unset;
      height: 64px;
      padding-right: 30px; }
    #kontakt_part form input[type="date"]::-webkit-calendar-picker-indicator {
      right: 5px;
      /* Posunutí ikony kalendáře směrem k textu */
      top: 10px;
      cursor: pointer; }
    #kontakt_part form input[type="email"] {
      font-size: 24px;
      color: black;
      width: 100%;
      padding-left: 20px;
      border-radius: 16px;
      background: white;
      border: unset;
      height: 64px; }
    #kontakt_part form textarea {
      font-size: 24px;
      color: black;
      width: 100%;
      padding: 20px;
      border-radius: 16px;
      background: white;
      border: unset;
      min-height: 200px; }
    #kontakt_part form input[type="submit"] {
      display: inline-block;
      border-radius: 16px;
      border: 1px solid #FF9B00;
      padding: 14px 65px;
      font-size: 23px;
      text-transform: uppercase;
      color: black;
      font-family: 'm-bold';
      text-decoration: none;
      background: #FF9B00;
      transition: all 0.15s;
      cursor: pointer;
      margin-top: 30px;
      margin-bottom: 50px; }
      #kontakt_part form input[type="submit"]:hover {
        color: #FF9B00;
        background: transparent; }
  #kontakt_part .list_form_info a {
    text-decoration: underline; }

#portfolio_content {
  margin-top: 70px; }
  #portfolio_content .padding_col {
    padding-top: 30px; }
  #portfolio_content .portfolio_col {
    margin-bottom: 30px;
    border-bottom: 1px solid white;
    padding-bottom: 30px; }
    #portfolio_content .portfolio_col.orange p {
      color: #FF9B00;
      font-size: 24px;
      margin-bottom: 0px; }
    #portfolio_content .portfolio_col.orange a {
      color: #FF9B00;
      font-size: 24px;
      margin-bottom: 0px; }
    #portfolio_content .portfolio_col p {
      color: white;
      font-size: 24px;
      margin-bottom: 0px; }
      #portfolio_content .portfolio_col p a {
        color: white;
        font-size: 24px;
        margin-bottom: 0px; }
    #portfolio_content .portfolio_col h2 {
      font-size: 42px;
      color: white;
      font-family: m-bold;
      margin-bottom: 30px; }
  #portfolio_content .content_img iframe, #portfolio_content .content_img video, #portfolio_content .content_img img {
    width: 100%;
    margin: 30px 0px;
    border-radius: 45px; }
  #portfolio_content .content_img p {
    color: white;
    font-size: 24px;
    margin-bottom: 0px; }
    #portfolio_content .content_img p a {
      color: white;
      font-size: 24px;
      margin-bottom: 0px; }
  #portfolio_content .content_img h2 {
    font-size: 46px;
    color: white;
    font-family: m-bold;
    margin-bottom: 30px; }

#list_image {
  margin-top: 50px; }
  #list_image .single_list {
    margin-bottom: 30px; }
    #list_image .single_list img {
      width: 100%;
      border-radius: 45px; }

#author_info {
  margin-top: 50px;
  padding-bottom: 50px; }
  #author_info .text_center {
    text-align: center; }
  #author_info h2 {
    font-size: 42px;
    font-family: m-bold;
    color: white; }
  #author_info .orange p {
    color: #FF9B00;
    font-size: 24px; }
  #author_info p {
    color: white;
    font-size: 24px; }

#list_portfolio {
  padding-bottom: 60px; }
  #list_portfolio .single_reference {
    text-decoration: none;
    margin-bottom: 80px; }
    #list_portfolio .single_reference:hover {
      text-decoration: none; }
    #list_portfolio .single_reference:hover h2 {
      color: #FF9B00;
      transition: all 0.15s; }
    #list_portfolio .single_reference:hover .img_ref {
      transform: scale(1.05);
      /* Increase the scale value for more zoom */ }
    #list_portfolio .single_reference h2 {
      font-size: 42px;
      color: white;
      font-family: m-bold;
      margin-top: 35px; }
    #list_portfolio .single_reference.left_text {
      text-align: right; }
      #list_portfolio .single_reference.left_text .over_text {
        padding-right: 30px; }
    #list_portfolio .single_reference.right_text .over_text {
      padding-left: 30px; }
    #list_portfolio .single_reference .over_text .orange_text {
      color: #FF9B00;
      margin: 20px 0px;
      font-size: 24px; }
    #list_portfolio .single_reference .over_text .tags_list p {
      font-size: 24px;
      color: white;
      margin-bottom: 5px; }
    #list_portfolio .single_reference .img_ref {
      border-radius: 45px;
      transition: transform 0.3s ease;
      /* Add smooth transition effect */ }

#nasi_klienti {
  padding-top: 190px;
  padding-bottom: 70px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important; }
  #nasi_klienti h2 {
    margin-bottom: 70px;
    font-size: 50px;
    color: white;
    font-family: m-bold; }
  #nasi_klienti .list_logo .single_logo {
    margin-bottom: 30px; }
    #nasi_klienti .list_logo .single_logo .over_logo {
      border-radius: 64px;
      background: #0A0A0A;
      width: 100%;
      text-align: center;
      height: 200px; }
    #nasi_klienti .list_logo .single_logo img {
      transition: opacity 0.5s ease;
      opacity: 1; }

#kontakt h1 {
  text-align: center; }
#kontakt h2 {
  color: white; }

#o_mne #slickLeft_photo_carousel {
  position: absolute;
  left: -35px;
  z-index: 99;
  top: 270px; }

#o_mne #slickRight_photo_carousel {
  position: absolute;
  right: -35px;
  z-index: 99;
  top: 270px; }

footer {
  padding: 28px 0px;
  background: black; }
  footer .copy .float_right {
    float: right; }
  footer .copy a {
    color: #FF9B00;
    font-family: m-bold;
    font-size: 22px; }
  footer .copy p {
    color: white;
    font-family: m-regular;
    margin-bottom: 0px;
    font-size: 22px; }

@media screen and (max-width: 1400px) {
  .half_style_page {
    padding: 40px 0px 90px 0px !important;
    min-height: auto !important; }

  #top_header {
    padding: 200px 0px;
    min-height: auto; }

  #top_header.img_style {
    min-height: auto;
    position: relative;
    padding: 100px 0px 20px 0px; }

  #top_header h1 {
    font-size: 90px;
    color: white;
    text-transform: uppercase;
    font-family: m-bold; }

  #top_header .circle {
    top: 25px; }

  #top_header .normal_text {
    float: right;
    max-width: 750px;
    margin-top: 20px;
    padding-right: 60px; }

  #top_header .normal_text p {
    font-size: 24px;
    color: white;
    font-family: m-light;
    margin-bottom: 0;
    line-height: 40px; } }
@media screen and (max-width: 1300px) {
  #video_top {
    position: relative;
    margin-bottom: 50px; } }
@media screen and (max-width: 1200px) {
  #nasi_klienti .list_logo .single_logo {
    margin-bottom: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  #video_top {
    position: relative;
    margin-bottom: 100px; } }
@media screen and (max-width: 1100px) {
  .single_list_icon {
    margin-bottom: 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  #video_top {
    position: relative;
    margin-bottom: 150px; } }
.social_site_menu {
  margin-top: 20px;
  margin-left: 12px; }
  .social_site_menu a {
    margin-right: 20px;
    font-size: 30px; }
    .social_site_menu a:last-of-type {
      margin-right: 0px; }
  .social_site_menu .ico_social {
    color: #181E1E;
    font-size: 30px; }

.social_site_footer {
  display: none !important; }

@media screen and (max-width: 991px) {
  #mobile_menu ul .sub-menu li a {
    font-family: 'm-bold';
    font-size: 22px;
    color: #181E1E;
    height: 100%;
    display: block; }

  .sub-menu .menu-item:last-of-type {
    border-bottom: unset !important; }

  header ul li .sub-menu {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    background: transparent;
    padding: 10px 0;
    min-width: 200px;
    border-radius: 6px;
    z-index: 999; }

  #mobile_menu ul .sub-menu {
    padding-left: 0; }

  #mentoring #strategie {
    padding-bottom: 90px; }

  .half_style_page {
    padding: 40px 0px 30px 0px !important; }
    .half_style_page h2 {
      text-align: center;
      margin-left: 0 !important; }

  .half_style_page .image_head {
    margin-top: 30px; }

  .half_style_page .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .half_style_page .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .half_style_page .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #top_header {
    padding: 50px 0px 75px 0px;
    min-height: auto; }

  .social_site {
    display: none; }

  #top_header.img_style {
    background-attachment: unset !important; }

  #nasi_klienti .list_logo .single_logo {
    margin-bottom: 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  #produkty .order1 {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #produkty .order2 {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #nasi_klienti {
    padding-top: 80px;
    padding-bottom: 70px;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important; }

  #strategie .over_strategie {
    position: relative;
    background: #0A0A0A;
    border-radius: 64px;
    padding: 130px 100px; }

  #video_text .text1 {
    font-family: m-light;
    font-size: 75px;
    margin-bottom: 0;
    color: white;
    margin-bottom: 0;
    line-height: 100px; }

  #video_text .circle {
    background: #FF0000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block !important;
    position: relative;
    top: 25px;
    display: none !important; }

  #video_text .text2 {
    font-family: m-bold;
    font-size: 100px;
    color: white;
    text-transform: uppercase;
    line-height: 110px; }

  .over_lang {
    float: right;
    margin-left: 15px;
    width: 70px;
    margin-top: 3px; }

  .social_site {
    width: auto;
    top: 140px;
    right: 0;
    border-radius: 32px 0px 0px 32px;
    position: fixed;
    background: #0E0E0E;
    padding: 20px 20px 20px 20px;
    text-align: center; }

  .social_site a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0; }
    .social_site a:last-of-type {
      margin-right: 0px; }

  #top_header .circle {
    background: #FF0000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
    top: 27px !important; }

  .container {
    max-width: 97%; }

  #top_header h1 {
    font-size: 80px;
    color: white;
    text-transform: uppercase;
    font-family: m-bold; }

  #top_header .normal_text {
    float: unset;
    max-width: 100%;
    margin-top: 20px;
    padding-right: 0;
    text-align: center; }

  #top_header h1 {
    text-align: center; }

  .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: unset;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: unset !important;
    border-radius: 0.25rem;
    font-size: 50px;
    margin-top: -3px;
    margin-right: 5px;
    display: block;
    float: right;
    color: white;
    border: unset !important;
    outline: unset !important; }
    .navbar-toggler:hover {
      border: unset !important;
      outline: unset !important; }
    .navbar-toggler:active {
      border: unset !important;
      outline: unset !important; }
    .navbar-toggler:focus {
      border: unset !important;
      outline: unset !important; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 90px;
    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: 24px;
          color: #181E1E;
          height: 100%;
          display: block;
          text-decoration: none; }

  #mobile_menu ul .sub-menu li a {
    background: transparent; }

  #mobile_menu ul .sub-menu li {
    padding: 0; } }
@media screen and (max-width: 830px) {
  #video_top {
    position: relative;
    margin-bottom: 190px; } }
.show_mobile {
  display: none; }

.hide_mobile {
  display: block; }

@media screen and (max-width: 767px) {
  .show_videomaker {
    margin-bottom: 20px; }

  .single_list_icon {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .social_site_footer {
    display: block !important;
    text-align: center;
    margin: 10px 0px; }
    .social_site_footer a {
      margin-right: 20px; }
      .social_site_footer a:last-of-type {
        margin-right: 0px; }
    .social_site_footer .ico_social {
      font-size: 24px;
      color: white; }

  .button_c_2 {
    padding: 0px 30px !important; }

  #nasi_klienti h2 {
    text-align: center; }

  .line1 {
    display: none; }

  .line2 {
    display: none; }

  .line3 {
    display: none; }

  .line4 {
    display: none; }

  .line5 {
    display: none; }

  .line6 {
    display: none; }

  .line7 {
    display: none; }

  .line8 {
    display: none; }

  #strategie .over_strategie {
    position: relative;
    background: #0A0A0A;
    border-radius: 64px;
    padding: 50px 30px; }

  .hide_mobile {
    display: none; }

  .show_mobile {
    display: block;
    position: relative !important;
    width: 100%;
    margin-top: -320px !important; }

  #video_text .circle_left {
    display: none !important;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 30px; }

  #video_text {
    text-align: center; }

  #video_text .normal_text {
    text-align: center; }

  #content_style {
    padding-bottom: 70px; }

  #kontakt_part .padding_contact {
    padding-left: 0;
    margin-top: 40px; }

  #kontakt_part {
    margin-top: 0px;
    padding-bottom: 70px; }

  #list_portfolio .order1 {
    order: 2; }
  #list_portfolio .order2 {
    order: 1; }

  #list_portfolio .single_reference.left_text .over_text {
    padding-right: 0px; }

  #list_portfolio .single_reference.right_text .over_text {
    padding-left: 0px; }

  #list_portfolio .single_reference {
    text-align: center; }

  #list_portfolio .single_reference.left_text {
    text-align: center; }

  #list_portfolio .single_reference {
    text-decoration: none;
    margin-bottom: 40px; }

  #top_header.no_img {
    padding: 50px 0px 75px 0px;
    min-height: auto; }

  #top_header .circle {
    background: #FF0000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block !important;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
    top: 0px !important;
    margin: 0px auto;
    margin-bottom: 10px;
    display: none !important; }

  #top_header h1 {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    font-family: m-bold; }

  #play_contact {
    padding: 40px 0px 70px 0px;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important; }

  footer {
    padding: 28px 0px;
    background: black;
    text-align: center; }

  footer .copy .float_right {
    float: unset; }

  #play_contact .play_button {
    margin: 0px auto;
    display: block; }

  #play_contact .text1 {
    font-size: 37px;
    color: white;
    font-family: m-bold;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 60px;
    text-align: center; }

  #play_contact .text2 {
    font-size: 67px;
    color: white;
    font-family: m-bold;
    text-transform: uppercase;
    text-align: right;
    margin-right: 0;
    margin-top: -15px;
    margin-bottom: -15px;
    text-align: center; }

  #play_contact .text3 {
    font-size: 67px;
    color: white;
    font-family: m-bold;
    text-transform: uppercase;
    text-align: right;
    margin-right: 0;
    text-align: center; }

  #play_contact .play_button {
    width: 189px;
    height: 230px; }

  #portfolio_content .padding_col {
    padding-top: 0px; }

  #portfolio_content {
    margin-top: 10px; }

  #top_header {
    padding: 120px 0px 70px 0px;
    min-height: auto; }

  #list_image {
    margin-top: 30px; }

  #author_info {
    margin-top: 30px;
    padding-bottom: 50px; }

  #author_info .orange p {
    color: #FF9B00;
    font-size: 24px;
    text-align: center; } }
@media screen and (max-width: 680px) {
  #strategie .over_strategie h2 {
    font-family: m-bold;
    font-size: 50px;
    color: white;
    margin-bottom: 20px;
    text-align: center; }

  #strategie p br {
    display: none !important; } }
@media screen and (max-width: 640px) {
  #video_text .text1 {
    font-family: m-light;
    font-size: 60px;
    margin-bottom: 0;
    color: white;
    margin-bottom: 0;
    line-height: 100px; }

  #video_text .text2 {
    font-family: m-bold;
    font-size: 70px;
    color: white;
    text-transform: uppercase;
    line-height: 85px; }

  #video_text .normal_text p {
    font-size: 24px;
    color: white;
    font-family: m-light;
    margin-bottom: 0;
    line-height: 40px; } }
.mobile_video {
  display: none !important; }

@media screen and (max-width: 600px) {
  .single_load {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    margin-bottom: 20px; }

  #strategie .over_strategie br {
    display: none !important; }

  #strategie .over_strategie p {
    color: #6F6F6F;
    font-size: 20px;
    line-height: unset;
    text-align: center;
    letter-spacing: 2px; }

  .mobile_video {
    display: block !important;
    width: 100%;
    margin: 20px 0px; }

  #video_top {
    height: 170px; }

  #video_top video {
    width: 100%;
    display: none;
    height: 200px; } }
@media screen and (max-width: 550px) {
  #nasi_klienti .list_logo .single_logo .over_logo {
    border-radius: 64px;
    background: #0A0A0A;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 20px 30px; }

  #nasi_klienti .list_logo .single_logo {
    margin-bottom: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .show_mobile {
    margin-top: -250px !important; }

  #top_header h1 {
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    font-family: m-bold; }

  #portfolio_content .content_img iframe, #portfolio_content .content_img video {
    height: 270px !important; } }
@media screen and (max-width: 500px) {
  .over_button .button1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  .over_button .button2 {
    width: 100%;
    text-align: center; }

  #video_text .text1 {
    font-family: m-light;
    font-size: 50px;
    margin-bottom: 0;
    color: white;
    margin-bottom: 0;
    line-height: 100px; }

  #video_text .text2 {
    font-family: m-bold;
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    line-height: 60px; }

  #video_text .normal_text br {
    display: none !important; } }
@media screen and (max-width: 430px) {
  .single_load {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }

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