/* Endorfin styles
========================================*/
/*
barvy
tmavě modrá: #00205c
světle modrá: #54c8e8
*/

/* Webfont: LatoLatin-Regular */
@font-face {
    font-family: 'Montserrat';
    src: url('./../fonts/montserrat/Montserrat-Regular.eot'); /* IE9 Compat Modes */
    src: url('./../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Regular.woff') format('woff'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/montserrat/Montserrat-Light.eot'); /* IE9 Compat Modes */
    src: url('./../fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./../fonts/montserrat/Montserrat-Light.woff2') format('woff2'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Light.woff') format('woff'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/montserrat/Montserrat-Thin.eot'); /* IE9 Compat Modes */
    src: url('./../fonts/montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./../fonts/montserrat/Montserrat-Thin.woff2') format('woff2'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Thin.woff') format('woff'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/montserrat/Montserrat-Bold.eot'); /* IE9 Compat Modes */
    src: url('./../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Bold.woff') format('woff'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./../fonts/montserrat/Montserrat-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('./../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('./../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  background: #fff; 
  font-size: 15px;
  color:#00205c;
  overflow-x: hidden;
}

img {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

p {
  color:#00205c;
  margin-bottom: 30px !important;
}

a:hover {
  text-decoration: underline;
}

html {
overflow-x: hidden !important;
}
.text-weight200,
.text-weight200 * {
  font-weight: 200 !important;
}
.text-weight100,
.text-weight100 * {
  font-weight: 100;
}
.relative {
  position: relative;
}
.text-bold,
.text-bold * {
  font-weight: 700;
}

.text-dark-blue,
.text-dark-blue * {
  color: #00205c;
}
.text-blue,
.text-blue * {
  color: #54c8e8;
}
.menu li a.text-blue {
  color: #54c8e8;
}

.text-larger {
  font-size: 20px;
}
.text-extra-larger {
  font-size: 25px !important;
}
.text-xxl{
  font-size: 30px;
}
.text-white,
.text-white * {
  color: #ffffff;
}
body h1, body .h1 {
  font-size: 65px;
  font-weight: 100;
  line-height: 80px;
  font-family: 'Montserrat', sans-serif;
}
h2, .h2 {
  font-size: 65px !important;
  font-weight: 700 !important;
  line-height: 80px !important;
  font-family: 'Montserrat', sans-serif;
}
h3, .h3 {
  font-size: 45px !important;
  font-family: 'Montserrat', sans-serif;
}
h4, .h4 {
  font-size: 40px !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif;
}
body .text-light {
  color: #54c8e8 !important;
}

#header-content{
  padding: 40px 0;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fefefe;
  z-index: 999;
  transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: .3s linear all;
    -o-transition: .3s linear all;
    -ms-transition: .3s linear all;
}
  #header-content .linkedin{
    width: 25px;
    height: 25px;
  }
  .scrolled #header-content {
    padding: 10px 0;
  }
  .scrolled .logo-img {
    height: 50px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: .3s linear all;
    -o-transition: .3s linear all;
    -ms-transition: .3s linear all;
  }

.grid-container {
max-width: 1641px;
}
.logo-img {
  height: 60px;
  width: auto;
  max-width: 100%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: .3s linear all;
  -o-transition: .3s linear all;
  -ms-transition: .3s linear all;
}
.large-float-right {
  float: right;
}
.section {
  margin: 90px 0;
}

	.section.section-medium {
		margin: 60px 0;
	}

	.section.section-small {
		margin: 40px 0;
	}
  .section.section-25 {
    margin: 25px 0;
  }
  .section.section-35 {
    margin: 35px 0;
  }
  .section.section-50 {
    margin: 50px 0;
  }
  .section.section-55 {
    margin: 55px 0;
  }
  .section.section-80 {
    margin: 80px 0 !important;
  }
  .section.section-120 {
    margin: 120px 0 !important;
  }
  .section.section-195 {
    margin: 195px 0;
  }
  .section.section-300 {
    margin: 300px 0;
  }
  .section.section-5-custom-margin {
    margin-top: 245px;
    margin-bottom: 0px;
  }
	.section.section-top {
		margin-bottom: 0;
	}

	.section.section-bottom {
		margin-top: 0!important;
	}
/*
.section-container {
  min-height: 650px;
}*/

.section-padd {
  padding-top: 90px;
}
.section-padd-half {
  padding: 65px 0;
}
.position-absolute {
  position: absolute;
}
.bg-light-blue {
  background: #54c8e8!important;
}
.bg-blue {
  background: #00205c;
}
.menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 8px;
}
.menu li:first-child {
  margin-left: 0;
}
.menu li:last-child {
  margin-right: 0;
}
  .menu li a {
    color:#00205c;
    padding: .5rem;
    font-weight: 600;
  }
  .menu li.menu-color-item a {
    width: 156px;
    height: 43px;
    margin: auto;
    padding: 0;
    border-radius: 5px;
    color: #ffffff;
    background: #54c8e8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu .menu-linkedin {
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #54c8e8;
  }
.no-no {
  display: none;
}
#kontakt {
  min-height: 0;
  position: relative;
  min-height: 866px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-wrapper {
  background: #54c8e8;
  padding: 73px 36px 80px 47px;
  overflow: hidden;
  max-width: 1364px;
}
  .form-wrapper .grid-x {
    position: relative;
    z-index: 10;
  }

  .gdpr {
    color: #00205c;
    display: flex;
    align-items: flex-start;
    margin-top: 1em;

  }

  .gdpr a {
    color: #00205c !important;
  }

  .partners-wrap {
    background: #fff;
    padding: 75px 52px 80px 47px;
    overflow: hidden;
    max-width: 1364px;
  }
  .partners-wrap >.grid-x {
    align-items: center;
  }
  .partners-wrap img {
    margin: auto;
    max-height: 58px;
  }
  .partners-wrap img.partners-logo.bigger{
    max-height: 80px;
  }
.button.primary {
  position: relative;
  border-radius: 18px;
  background: #ffffff;
  color:#00205c;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px #48b3d0;
    -moz-box-shadow: 5px 5px 5px 0px #48b3d0;
  box-shadow: 5px 5px 5px 0px #48b3d0;
}
  .reveal .button.primary {
    -webkit-box-shadow: 5px 5px 5px 0px #00163e;
    -moz-box-shadow: 5px 5px 5px 0px #00163e;
  box-shadow: 5px 5px 5px 0px #00163e;
  }
  .button.primary:hover {
    background: #f3f3f3;
  }
  .button.small {
    padding-left:20px ;
    padding-right:20px ;
  }
  .button.primary .fa-solid.fa-arrow-right.fa-gray{
    margin-left: 18px;
    color: #BCBCBC;
    font-size: 22px;
    top: 2px;
    position: relative;
  }
  .button.primary .fa-solid.fa-arrow-right.fa-dark-blue{
    margin-left: 18px;
    color: #00205C;
    font-size: 22px;
    top: 2px;
    position: relative;
  }
  .button.primary.white {
    color: #fff;
  }

.form-wrapper input,
.form-wrapper textarea {
  font-size: 15px;
  border-radius: 7px;
  line-height: 36px;
}
.form-wrapper .fa-gray{
  color: #BCBCBC;
  position: absolute;
  right: 19px;
  font-size: 26px;
  top: 19.5px;
}
.form-wrapper input.submit {
  padding-right: 60px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}
.form-wrapper input[type="checkbox"] {
  height: 22px;
  width: 22px;
  border: 1px solid #707070;
  margin: 0;
}
.fit-content {
  width: fit-content;
}
.gdpr label{
  width: 80%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.l-height-30 {
  line-height: 30px;
}
.avatar {
  width: 440px;
  height: auto;
}
.graf {
  width: 450px;
  height: auto;
}

.icon-wrapp {
  max-width: 270px;
  margin: auto;
}

.icon {
  width: 150px;
  height: auto;
  text-align: center;
  margin: auto;
}
  .icon svg {
    fill: #ffffff;
  }
  .icon svg .st0 {
    fill: #ffffff;
  }
.symbol {
  width: 186px;
  height: 209px;
  position: absolute;
  bottom: -23px;
  left: -4px;
  z-index: 50;
}
  .symbol svg .st0 {
    fill: #54c8e8;
  }
.quote,
.quote p {
  font-size: 38px;
  line-height: 63px;
  font-style: italic;
}
  .quote {
    position: relative;
  }
  .quote:before,
  .quote:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150px;
    width: 250px;
    height: 250px;
    background-size: 100% 100%;
    background: url('./../img/icons/uvozovky_dole.svg');
  }
  .quote:after {
    background: url('./../img/icons/uvozovky_nahore.svg');
    left: auto;
    right: -150px;
  }
  #kontakt .quote:before {
    margin: auto;
  }
  #kontakt .quote:after {
    margin: auto;
  }
  .quote-small {
    font-weight: normal;
    font-size: 35px;
    line-height: 56px;
    width: 536px;
    margin: auto;
  }

#blue-spacer {
  height: 80px;
}

#first-banner {
  min-height: 60vh; 
  min-height: calc( 100vh - 330px );
  width: 100%;
  padding-top: 115px;
  transition: background-size 12s ease-in-out;
  -moz-transition: background-size 12s ease-in-out;
  -ms-transition: background-size 12s ease-in-out;
  -o-transition: background-size 12s ease-in-out;
  -webkit-transition: background-size 12s ease-in-out;
}

#first-banner.loaded {
  background-size: 145% !important;
}

.img-half {
  min-height: 640px;
  background-image: url('./../img/ruka-robot.jpg');
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  width: 60%;
}

.img-half-right {
  left: auto;
  right: 0;
}
.img-half-text {
  display: flex;
  min-height: 640px;
}

.face-img {
  min-height: 678px;
  background-image: url('./../img/nase_tvar_new.jpg');
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  width: 100%;
}
/*Footer styles
==========================================================*/
.footer-wrapper {
  background: #00205c;
  color: #ffffff;
  padding-top: 0px;
  overflow: hidden;
}
.custom-footer-grid {
  margin: auto;
  max-width: 1140px;
}
.logo-inverze {
  width: 215px;
}
.logo-footer {
  bottom: 8px;
  display: block;
  position: relative;

  margin: auto auto auto 0;
}
.hr-footer {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #54c8e8;
  color: #54c8e8;
}

.motto-footer {
  font-size: 40px;
  font-weight: 200;
}

.linkedin {
  width: 36px;
  height: 36px;
}
  .menu-item .linkedin svg {
    fill: #54c8e8;
  }
  .menu-item .linkedin svg .st0 {
    fill: #54c8e8;
  }
.linkedin-text {
  margin: 0!important;
}
.padding-60 {
  padding: 60px;
}
.linkedin_wrap {
  gap: 26px;
}
.quote_photo {
  background-color: #D8F6FF;
  color: #00205C;
  font-size: 18px;
  line-height: 30px;
  padding: 30px;
  font-style: italic;
  font-weight: 300;
  position: relative;
  width: 100%;
  right: 0;
}
.widget-area {
  margin-top: 80px;
  min-height: 60px;
}
  .widget-area a,
  .widget-area p {
    color: #ffffff;
  }
  .widget-area p {
    position: relative;
    z-index: 10;
  }
.reveal {
  width: 1024px;
  max-width: 100%;
  border: none;
  border-radius: 0;
}
.reveal-overlay {
  background-color: rgba(10,10,10,0.90);
}
.reveal>:last-child {
  margin-bottom: 90px;
}

.links {
  position: absolute;
  top: -63px;
  left: -119px;
  width: 234px;
  height: 118px;
  transform: matrix(1, 0, 0, 1.2, 1, 1);
}
.links svg {
  fill: #54c8e8;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #54c8e8 !important;
  text-transform: uppercase;
  font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #54c8e8!important;
  text-transform: uppercase;
  font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #54c8e8 !important;
  text-transform: uppercase;
  font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #54c8e8 !important;
  text-transform: uppercase;
  font-size: 15px;
}

/*Mobile menu */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 5;
  transform: translateX(-250px);
  top: 0;
  opacity: 1;
  left: 0;
  background-color: #00205c;
  overflow-x: hidden;
  transition: transform .5s;
  padding-top: 60px;
  color: #54c8e8;
}





.medium-vertical li a {
  color: #54c8e8;
}
#mySidenav .medium-vertical li {
  display: inline;
  margin: 5px 15px;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.hide-large {
  display: none !important;
}
#main {
  /* transition: margin-left .5s; */
   transition: transform .5s;
   position: relative;
   z-index: 999;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*
watermark*/
 /* otisky do sekcí*/
 #top-banner {
  position: relative;
  z-index: 10;
}
#top-banner .grid-container {
  position: relative;
  z-index: 10;
}
.top-banner {
  position: absolute;
}
.watermark-contact {
  position: absolute;
    width: 1400px;
    height: 1400px;
    opacity: 0.2;
    transform: rotate(190deg);
    bottom: 0px;
    left: 0px;
}
.two-line {
  position: absolute;
  top: -65px;
  left: -5%;
  height: 220px;
  width: auto;
}

@media all and ( max-width: 1350px ) {
  .two-line {
    left: 5%;
  }
  .offset-img-wrap-bottom,
  .offset-img-wrap-top {
    bottom: 0!important;
  }
}

.line-blue.two-line {
  height: auto;
}
.watermark {
  width: 2000px;
  position: absolute;
  background-repeat: no-repeat;
  right: -53%;
}
.watermark1 {
  background: url('./../img/sekce_1_oblouk.png') no-repeat;
  height: 729px;
  top: 86px;
  background-size: 93% 142%!important;
}
.watermark2 {
  background: url('./../img/sekce-2-stred.png') no-repeat;
  top:0;
  height: 220px;
  right: -1.9%;
}
.watermark3 {
  top: 0;
  height: 950px;
}
.watermark6 {
  background: url('./../img/sekce-7-oblouk.png') no-repeat;
  top: 6px;
  height: 950px;
}


.watermark7 {
  top: 0;
  height: 950px;
}
.watermark7container {
  width: 100%;
  height: 100%;
  background: url('./../img/sekce-8-oblouk.png') no-repeat;
  position: absolute;
  left: -469px;
  top: -51px;
}
.watermark8 {
  background: url('./../img/sekce-kontakt.png') no-repeat;
  width: 100%;
  height: 950px;
  position: absolute;
  top: -605px;
}
.watermark3container {
  width: 100%;
  height: 100%;
  background: url(./../img/sekce-3-oblouk.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -660px;
  top: -234px;
  max-height: 920px;
  max-width: 924px;
  z-index: 1;
}
.watermark4 {
  background: url('./../img/sekce-5-oblouk.png') no-repeat;
  width: 100%;
    height: 1169px;
    top: -179px;
    position: absolute;
}

.watermark5 {
  background: url('./../img/sekce-6-oblouk.png') no-repeat;
  width: 100%;
  height: 851px;
  top: 4px;
  position: absolute;
  left: 6%;
  background-size: contain;
}
.watermark5.graybg {
  left: 25%;
  top: -150px;
  height: 1060px;
  opacity: .13;
  width: 946px;
}
#iconsSection {
  overflow: hidden;
}
.button-shadow {
  width: 100%;
  height: 150px;
}
.button.shadow {
  margin-top: -60px;
}

/*responsive*/

@media all and (min-width: 1023px) {
  .custom-footer-grid >.large-2 {
    width: 250px;
  }
}
@media all and (min-width: 1360px) {
  section#kontakt {
    background-size: cover;
  }
}
@media all and (max-width: 761px) {
  section#kontakt {
    background-size: 100% 43%;
  }
}

@media all and (max-width: 528px) {
  section#kontakt {
    background-size: 100% 39%;
  }
}
@media all and (max-width: 400px) {
  section#kontakt {
    background-size: auto 40%;
    background-position: center top;
  }
}
@media all and (max-width: 325px) {
  section#kontakt {
    background-size: auto 45%;
    background-position: center top;
  }
}

@media all and (max-width: 528px) {
  #kontakt .quote {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px!important;
  }
}


@media all and (min-width: 2000px) {
  .watermark {
    width: 1000px!important;
    right: calc(48% - 900px)!important;
  }
}

@media all and (max-width: 1700px) {
  .watermark {
    width: 1800px;
  }
}
@media all and (max-width: 1700px) {
  .watermark {
    width: 1700px;
  }
}
@media all and (max-width: 1600px) {
  .watermark {
    width: 1600px;
  }
}
@media all and (max-width: 1500px) {
  .watermark {
    width: 1500px;
  }
}

@media all and (max-width: 1440px) {
  /*.img-half {
    width: 140%;
  }*/
  .watermark {
    width: 1400px;
  }
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .section.section-medium {
    margin: 30px 0;
  }
  /*.img-half {
    width: 130%;
  }*/
  .menu li {
    margin: auto 0;
  }
  .watermark {
    width: 1200px;
  }
  #first-banner {
    min-height: 470px;
    background-size: 120% !important;
  }
}
@media all and (max-width: 1168px) {
  .evaluation_table {
    display: block;
  }
}

@media all and (max-width: 1100px) {
  #first-banner {
    background-size: 130% !important;
  }
  #first-banner.loaded {
    background-size: 160% !important;
  }
}

@media all and (max-width: 1023px) {
  .cell.medium-expand {
    margin: 0;
    width: 100%;
  }
  .chart-evaluation {
    bottom: 180px;
  }
  .logo-footer {
    margin: auto;
  }
  .section.section-5-custom-margin {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .hide-large {
    display: block !important;
  }
  .hide-medium {
    display: none !important;
  }
  .offset-img-wrap-top,
  .offset-img-wrap-bottom {
    left: auto!important;
    right: auto!important;
    bottom: auto;
  }

  .widget-area {
    padding-left: 20px;
  }
  .links {
    left: -98px;
  }
  .tablet-center {
    text-align: center;
  }
  .small-center {
    text-align: center;
  }
  #procSNami>.section {
    margin-bottom: 140px;
  }
  .tablet-left {
    text-align: left;
  }
  .img-half {
    width: 55%;
  }
  .img-half-text {
    display: block;
    min-height: 1px;
    z-index: 2;
  }
  .large-float-right {
    float: none;
  }
  .quote-small {
    width: 100%;
    margin: 100px auto;
    height: fit-content;
  }
  .reasonVsPC h2 {
    margin-bottom: 20px;
  }
  .reasonVsPC br {
    display: none;
  }
  .partners-wrap img {
    margin-bottom: 10px;
  }
  .reasonVsPC .small-12 {
  margin-left: .9375rem;
  margin-right: .9375rem;
  }
  .trueFace.small-12 {
    margin-left: .9375rem;
  }
  /*
  .small-12 p:last-child{
    margin-bottom: 0;
  }*/
  .section.section-medium {
    margin: 35px 0;
  }
  .section-padd {
    padding-top: 75px ;
  }
  .watermark {
    width: 1100px;
  }
  .watermark5 {
    top: 35px;
  }
  .two-line {
    display: none;
  }
  .watermark6 {
    display: none;
  }
  .watermark7 {
    display: none;
  }
}
@media all and (max-width: 902px) {
  .watermark1,
  .watermark2,
  .watermark3 {
    display: none;
  }
  #blue-spacer {
    height: 140px;
  }
  .text-extra-larger {
    font-size: 20px !important;
  }
  p {
    line-height: 1.3;
  }
  #first-banner {
    min-height: 400px;
    padding-top: 40px;
  }
}

@media all and (max-width: 640px) {
  h2, .h2,
  h1, .h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  h3, .h3 {
    font-size: 40px !important;
  }
  h4, .h4 {
    font-size: 35px !important;
  }
  #first-banner {
    min-height: 350px;
  }
  .custom-footer-grid {
    justify-content:initial!important;
  }
  .padding-60 {
    padding: 20px;
}
  .small-12 .chart-evaluation {
    left: auto;
    transform: none;
    bottom: 0;
    position: relative;
  }
  .img-half {
    width: 100%;
    min-height: 320px;
  }
  body .small-left {
    text-align: left !important;
  }
  .section.section-55 {
    margin: 0!important;
  }
  #procSNami>.section {
    margin-bottom: 50px!important;
  }
  .bg-grayblue .offset-img-wrap-top,
  .bg-grayblue .offset-img-wrap-bottom {
    left: auto;
    right: auto;
    position: static;
    width: 100%;
  }
  .large-float-right {
    float: none;
  }
  #kontakt .quote {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 80px;
  }
   .quote:before,
   .quote:after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobil-hide {
    display: none;
  }
  .graf {
    display: none;
  }
  body main p.section,
  body main div.section,
  body .section,
  .section.section-120 {
    margin: 50px 0!important;
  }
  .img-half-text {
    display: block;
    min-height: 1px;
    z-index: 2;
  }
  .quote-small {
    width: 100%;
    margin-top: 50px;
    color: white;
  }
  body .phone-left {
    text-align: left !important;
  }
  .trueFace br{
    display: none;
  }
  .trueFace.small-12 {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
  .section-padd {
    padding-top: 50px;
  }
  .section-padd-half {
    padding: 50px 0;
  }
  .face-img {
    margin-top: 35px;
  }
  .icon-wrapp{
    margin-bottom: 35px;
  }
  #news-form {
    margin-top: 35px;
  }
  .watermark,
  .watermark5 {
    display: none;
  }
  .cell.small-expand {
    margin: 0;
    width: 100%;
  }
  .avatar {
    width: 100%;
  }
  .widget-area {
    margin-top: 30px;
  }
  #first-banner {
    background-size: 150% !important;
  }
  #first-banner.loaded {
    background-size: 180% !important;
  }
}
@media all and (max-width: 490px) {
  #first-banner {
    background-size: cover !important;
  }
  #first-banner.loaded {
    background-size: cover !important;
  }
  h2, .h2,
  h1, .h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  h3, .h3 {
    font-size: 30px !important;
  }
  h4, .h4 {
    font-size: 25px !important;
  }
  .quote:before, .quote:after {
    width: 200px;
    height: 200px;
    left: -117px;
  }
  .quote:after {
  left: auto;
  right: -117px;
  }
}

.slide-top {
	-webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/* Animation
----------------------------------------------------------------------*/

.slide-up {
  opacity: 0;
  transform: translateY(200px);
	-webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
}

.animate .slide-up.already-visible,
.animate .slide-right.already-visible, 
.animate .slide-left.already-visible {
  opacity: 1;
}

.animate .slide-up.come-in { 
  -webkit-animation-delay: 0.5s; 
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

.animate .slide-up.come-in {
    animation: come-in-up 1.5s ease forwards;
    -webkit-animation: come-in-up 1.5s ease forwards;
    -moz-animation: come-in-up 1.5s ease forwards;
    -o-animation: come-in-up 1.5s ease forwards;
    -ms-animation: come-in-up 1.5s ease forwards;
}

@media all and ( min-width: 1024px ) {
  .animate .slide-up.delay-1.come-in {
    -webkit-animation-delay: 0.5s; 
    animation-delay:  0.5s; 
    -moz-animation-delay:  0.5s; 
    -ms-animation-delay:  0.5s; 
    -o-animation-delay:  0.5s; 
  }
  
  .animate .slide-up.delay-2.come-in {
    -webkit-animation-delay: 1s; 
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
  }
  
  .animate .slide-up.delay-3.come-in {
    -webkit-animation-delay: 1.5s; 
    animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
  }

  .animate .slide-up.delay-4.come-in {
    -webkit-animation-delay: 2s; 
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
  }
}



.no-sliding.animate  .slide-up {

   transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    opacity: 1 !important;

}

@keyframes come-in-up {

  from {

	  opacity: 0;
	  transform: translateY(200px);
	  -webkit-transform: translateY(200px);
	  -moz-transform: translateY(200px);

  }



  to { 

    transform: translateY(0); 
    opacity: 1;
    transform: translateY(0px);
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);

  }

}



@-webkit-keyframes come-in-up {

  from {

  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);

  }

  to { 
    transform: translateY(0); 
    opacity: 1;
    transform: translateY(0px);
  	-webkit-transform: translateY(0px);
  	-moz-transform: translateY(0px);
  }

}


@-moz-keyframes come-in-up {

  from {
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);

  }

  to { 
    transform: translateY(0); 
    opacity: 1;
    transform: translateY(0px);
  	-webkit-transform: translateY(0px);
  	-moz-transform: translateY(0px);
  }

}

@-o-keyframes come-in-up {

  from {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
  }

  to { 

    transform: translateY(0); 
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }

}

/* Přepsání animace
===================================*/

.watermark {
  width: 1000px;
  right: -2%;
}

#first-banner {
  position: relative;
}

.watermark1 {
  top: -35px;
}

@media all and (max-width: 1800px) {
  .watermark {
    right: -6%;
  }
}
@media all and (max-width: 1700px) {
  .watermark {
    right: -8%;
  }
}
@media all and (max-width: 1600px) {
  .watermark {
    right: -10%;
  }
}
@media all and (max-width: 1500px) {
  .watermark {
    right: -12%;
  }
}
@media all and (max-width: 1400px) {
  .watermark {
    right: -16%;
  }
}
@media all and (max-width: 1300px) {
  .watermark {
    right: -23%;
  }
}
@media all and (max-width: 1200px) {
  .watermark {
    right: -26%;
  }
}
@media all and (max-width: 1100px) {
  .watermark {
    right: -30%;
  }
}

@media all and (max-width: 1100px) {
  .watermark {
    right: -37%;
  }
}

#mySidenav .medium-vertical li {
  width: 100%;
}
#warningModal .small-12 {
  padding: .9375rem;
}



/* Stránka grafu 
================*/

#first-banner.chart {
  overflow: hidden;
}

#first-banner.chart .watermark1 {
  top: -148px;
}
.form-wrapper h3,
.after_chart-section h4.drawdown {
  line-height: 49px !important;
}
.after_chart-section h4.drawdown-robotick,
.after_chart-section h4.drawdown-dji {
  padding-left: 40px !important;
  margin-bottom: 90px !important;
}
.after_chart-section .text-underline,
.after_chart-section .after-underline {
  position: relative;
  line-height: 40px;
  margin-bottom: 0;
}
.after_chart-section .watermark3container{
  opacity: 0.17;
  bottom: 395px;
  top: auto;
  right: 61%;
  z-index: -1;
  left: auto;
}
.img_after_chart {
  position: absolute;
  width: 920px;
  height: 934px;
  z-index: -10;
  top: 77%;
  left: 9%;
  opacity: .17;
  z-index: -10;
}
.background_img-wrap {
  position: relative;
  z-index: -99;
}
.bg-white .text-underline:after {
  background-color: #54c8e8;
}
.bg-grayblue {
  background-color: #F2FCFF;
}
.bg-gray {
  background-color: #EFEFEF;
}
.flex {
  display: flex;
}
.no-margin {
  margin: 0;
}
.space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.text-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  bottom: 0;
  left: 0;
}

.after_chart-section .bg-light-blue,
.after_chart-section .bg-grayblue {
  padding: 40px 23px 54px 30px;
  position: relative;
  z-index: 9999;
}

#robotick-results {
  position: relative;
  display: block;
}

.after_chart-section .links{
  position: absolute;
  top: 10px;
  left: -41px;
  width: 234px;
  height: 193px;
}
.after_chart-section .bg-light-blue .links svg {
  fill: white;
}
.after_chart-section .links svg {
  transform: scale(1.7);
}
/* Tabulka nad grafem
======================*/

#graph-data table tr {
  background-color: white;
}
#graph-data thead th, #graph-data tbody th {
  color: #54c8e8;
  letter-spacing: 1.5px;
  font-weight: normal;
}
#graph-data thead th{
  text-align: center;
  border-right: 1px solid #ACEBFC;
}
#graph-data table tbody tr:nth-child(even) td{
  background-color: #fff;
}
#graph-data tbody th {
  font-size: 30px;
  line-height: 37px;
  background-color: #F2FCFF;
}
#graph-data tbody tr td{
  background-color: #F8F8F8;
  border-right: 1px solid #ACEBFC;
}
#graph-data tbody td {
  font-size: 17px;
  text-align: center;
  line-height: 20px;
  color: #00205c;
  font-weight: 900;
}

.evaluation_table {
  border: none;
  border-collapse: unset;
  overflow: auto;
}

.chart-evaluation {
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #00205c;
  color: #54c8e8;
  border-radius: 50%;
  border: 8px solid #fff;
  font-size: 65px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.chart-legend_second {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 258px;
  font-size: 16px;
  font-weight: 600;
}
.custom-footer-grid {
  justify-content: center;
}
.chart-legend_second .legend_label {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
.chart-legend_second .legend_label {
  padding: 13px;
}

.chart-evaluation .text-blue {
  font-size: 36px;
}
span.text-white {
  margin: 30px;
  display: block;
}

.larger-columnstext {
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: relative;
  width: fit-content;
}
.partners-wrap.logos-section{
  align-items: center;
}
.svg-equal-size svg{
  max-height: 150px;
  max-width: 150px;
}

.offset-img-wrap-bottom,
.offset-img-wrap-top {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  bottom: 150px;
}
.offset-img-wrap-bottom {
  left: 0;
}
.offset-img-wrap-top {
  right: 0;
}
.gray-shadow {
  box-shadow: 0px 3px 16px #00205C54!important;
}
.text-uppercase {
  text-transform: uppercase;
}
.menu-item.menu-lang {
  margin-right: 20px;
}

@media all and (max-width: 400px) {
  .relative.submit-button {
    position: absolute;
    transform:scale(0.8);
    transform-origin: left;
  }
}
@media all and (max-width: 330px) {
  .relative.submit-button {
    transform:scale(0.7);
  }
}


.client-menu *:not(form),
.client-menu div a {
  font-weight: 600 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  /*padding-top: 0 !important;
  padding-bottom: 0 !important;*/
  color: #00205c !important;
}
.client-menu a {
  padding-top: 0 !important;
  padding-bottom: 5px !important;

}
.client-menu > div > * {
  margin: 5px 0;
}
@media all and (max-width: 1023px) {
  .digi-menu {
    position: fixed;
    display: flex !important;
    flex-direction: column;
    width: 260px;
    left: -100%;
    top: 0;
    height: 100vh;
    background-color: #00205c;
    overflow-x: hidden;
    transition: all .5s;
    padding-top: 60px;
  }
  .digi-menu * {
    color: #54c8e8 !important;
    display: block !important;
    background-color: transparent !important;
  }
  .digi-menu li {
    margin: 5px 15px !important;
  }
  .digi-menu .client-menu {
    position: relative !important;
    display: none !important;
    margin-left: 10px !important;
  }
  .digi-menu .client-menu.active {
    display: block !important;
  }
  .digi-hamburger {
    display: block !important;
  }
  .digi-menu .client-menu * {
    color: #54c8e8 !important;
  }
  .digi-menu .client-menu > div,
  .digi-menu .client-menu > div > div,
  .digi-menu .client-menu > div a {
    padding: 0 !important;
  }
  .digi-menu.active {
    left: 0;
  }
  .digi-menu .digi-socials {
    margin-top: 20px;
    display: flex !important;
  }
}

.info-icon--line {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 0;
  color: #00205c;
  width: fit-content;
}
.info-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.info-icon.info-icon-sidebar{
  position:relative;
}
.info-icon svg {
  width: inherit;
  height: inherit;
}


.update-account--header {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.update-account label,
.update-account p {
  font-size: 15px !important;
}
.update-account button {
  background-color: #00205c !important;
  color: white !important;
  border: 1px solid #00205c !important;
  padding: .5rem 1.5rem!important;
  font-size: 15px !important;
}
.update-account button:hover {
  background-color: white !important;
  color: #00205c !important;
}