/**
* Template Name: Flexideo
* Template URL: 
* Author: hotdesign.eu
* License: 
*/

/*--------------------------------------------------------------
# Hlavní
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
  color: #2f2c36;
}

a {
  color: #2f2c36;
  text-decoration: none;
}

a:hover {
  color: #74449a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
    color: #74449a;
}
.container {
    max-width: 1080px;
}
h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}
h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}
h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
}
h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 20px;
    list-style: none;
    font-size: 12px;
    font-style: italic;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}
.example-image {
	max-width: 600px;
	margin: 0px 20px;
}
.common-link {
	color: #603A82;
	text-decoration: underline dotted #A061D9 2px;
}
.code-title {
	color: dimgray;
	  font-weight: 500;
	  font-size: 20px;
	  line-height: 1.3;
}
div.long-code {
	padding-top: 10px;
}
span.side-icon-title {
	color:gray;font-size:12px;
}
strong.side-icon-title {
	color:dimgray;
}
/*--------------------------------------------------------------  #72459A
# Zpět nahoru
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #74449a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar - zrušen
--------------------------------------------------------------*/
#topbar {
    background: #643d8e;
    height: 34px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    border-bottom: 2px groove #623a8c42;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-image: url(/img/header-page.jpg);
  background-position: 50% 50%;
  transition: all 0.5s;
  z-index: 997;
  height: 87px;
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #2f2c36;
}
#header .logo a span {
  color: #74449a;
}
#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
/**
* menu PC 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.bi-chevron-down::before {
    content: "\f282";
        font-size: 9px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 1em;
  font-weight: 500 !important;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e8e8e8;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;

}
.navbar .dropdown ul li {
  min-width: 200px;
  background: #3d3d3d;
  color: #fff;
  border-bottom: 1px solid #272727;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: #fff;
 background: #3d3d3d; 
}

.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff !important;
  background: #333;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* mobil menu
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding-left: 26px;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #ffffff;
  background-color: #01010133;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background: #3d3d3d;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #272727;
  background: #3d3d3d;

}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #d4d4d4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0px 10px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #74449a;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# sekce
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #2f2c36;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #74449a;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
      font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #74449a;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #2f2c36;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #74449a;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #74449a;
}
#hero .btn-watch-video:hover i {
  color: #2f2c36;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #74449a;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #74449a;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# drobečková navigace
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #74449a;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #74449a;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}



.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2f2c36;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #74449a;
}

.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #74449a;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
      font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
  font-size: 14px;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #2f2c36;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #2f2c36;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #74449a;
}
.services .icon-box:hover .icon {
  border-color: #74449a;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background: #6b459c;
    border-color: #6b459c;
    background: linear-gradient(90deg, rgb(100 78 161) 0%, rgb(81 109 182) 100%);
}
hr {
    margin: 2rem 0;
    color: inherit;
    background-color: #f2f2f2;
    border: 0;
    opacity: .25;
}
.stitek {
    display: inline-block;
    padding: 0.35em 0.95em;
    font-size: .75em;
    font-weight: 300;
    line-height: 1;
    color: #7a7a7a;
    background-color: #f8f9fa;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.stitek:hover {
    color: #ffffff;
    background-color: #414141;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 0 !important;
}
.page-link {
    position: relative;
    display: block;
    color: #525252;
    text-decoration: none;
    background-color: #fefefe;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-item.active .page-link {
    color: #78439b;
}
.page-link:hover {
    color: #000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
code {
    font-size: 1em;
    color: #d63384;
    word-wrap: break-word;
   font-family: Menlo, Monaco, "Courier New", Courier, monospace; 
   background-color: rgba(242, 242, 242, 1);
   font-family: Courier New;
}
kbd, pre, samp {
    font-size: 1em;
    color: #d63384;
   word-wrap: break-word;
   font-family: Menlo, Monaco, "Courier New", Courier, monospace; 
   background-color: rgba(242, 242, 242, 1);
   font-family: Courier New;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.list-group-flush>.list-group-item {
    border-width: 0 0 0px;
}

.list-group-item::before { 
    margin-right: 12px;
    font-size: 20px;
    vertical-align: -4px;
    color: #93de1a}
    
.btn-block {
    display: block;
    width: 100%;
} 
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 0rem;
}   
.btn-primary {
    color: #686868;
    background-color: #eeeeee;
    border-color: #e2e2e2;
}
.btn-secondary {
    color: #686868;
    background-color: #eeeeee;
    border-color: #e2e2e2;
}
.btn-secondary:hover, .btn-primary:hover {
    color: #fff;
    background-color: #74449a;
    border-color: #74449a;
}
 
.btn-download {
    color: #fff;
    background-color: #93de1a;
}
/*--------------------------------------------------------------
# tabulky
--------------------------------------------------------------*/
.table>:not(:first-child) {
    border-top: 1px solid #a2a2a2;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #434343;
    vertical-align: top;
    border-color: #dee2e6;
}
.table .tmavy th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .barva th {
    color: #fff;
    background: #6b459c;
}
.table .seda th {
    color: #3d3d3d;
    background: #eeeeee;
}
/*--------------------------------------------------------------
# obsahové boxy
--------------------------------------------------------------*/
.obsahbox .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.obsahbox .box h3 {
  margin: -20px -20px 20px -20px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  background: #f8f8f8;
  
}
.obsahbox .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.obsahbox .box ul li {
  padding-top: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.obsahbox .box ul i {
  color: #74449a;
  font-size: 18px;
  padding-right: 4px;
}
.obsahbox .box ul li a:hover {
   text-decoration: underline;
}

.obsahbox .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 10px 15px;
  background: #f8f8f8;
  text-align: center;
}
.obsahbox .btn-vice {
  background: #74449a;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
  font-weight: 600;
  transition: 0.3s;
}
.obsahbox .btn-vice:hover {
  background: #2f2c36;
}
#obsahbox  { margin-bottom: 12px;}

/*--------------------------------------------------------------
# leve boxy
--------------------------------------------------------------*/
.sidebar .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.sidebar .box h3 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #6b459c;
  background: linear-gradient(90deg, rgb(100 78 161) 0%, rgb(81 109 182) 100%);
}
.sidebar .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.sidebar .box ul li {
  padding-top: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.sidebar .box ul i {
  color: #74449a;
  font-size: 18px;
  padding-right: 4px;
}
.sidebar .box ul li a:hover {
   text-decoration: underline;
}
#sidebar  { margin-bottom: 12px;}
/*--------------------------------------------------------------
# Rozcestník
--------------------------------------------------------------*/
#rozcestnik  { margin-top: 12px;}

.rozcestnik .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.rozcestnik .box h3 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  background: #f8f8f8;
}
.rozcestnik .box h4 {
  font-size: 36px;
  color: #74449a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.rozcestnik .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.rozcestnik .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.rozcestnik .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.rozcestnik .box ul li {
  padding-bottom: 10px;
}
.rozcestnik .box ul i {
  color: #74449a;
  font-size: 18px;
  padding-right: 4px;
}
.rozcestnik .box ul li a:hover {
   text-decoration: underline;
}
.rozcestnik .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.rozcestnik .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.rozcestnik .btn-vice {
  background: #74449a;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
  font-weight: 600;
  transition: 0.3s;
}
.rozcestnik .btn-vice:hover {
  background: #2f2c36;
}

.rozcestnik .featured h3 {
  color: #fff;
  background: rgb(126,66,152);
  background: linear-gradient(90deg, rgba(126,66,152,1) 0%, rgb(95 87 165) 100%);}
.rozcestnik .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #74449a;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #74449a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #74449a;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #74449a;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #74449a;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #74449a;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2f2c36;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: rgba(0,0,0,0.5);
  padding: 10px 0 15px;
  font-size: .9em;
  font-size: 14px;
  text-align: center;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f4f4f4;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #74449a;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Open Sans', 'Trebuchet MS', Arial, Helvetica, Sans-Serif !important;
  color: #777777;
}
#footer .footer-top h4 {
  color: #74449a;
  font-weight: 700;
  font-size: 1.25em;
  padding-bottom: 12px;
  text-align: left;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #74449a;
  font-size: 22px;
  line-height: 0;
}
.stred, .leva {
   text-align: left;
}
.footercont {
    padding-left: 20px;
    font-size: 15px;
    color: #74449a !important;
    font-weight: 800 !important;
}
.footercont a {
    color: #74449a !important;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #74449a;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #74449a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #2f2c36;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  margin-top: 10px;
}

.form {
    display: block;
    width: 100%;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #5b317c !important;
    background-clip: padding-box;
    border: 1px solid #5b317c;
    height: 24px;
    margin-right: 4px;
}
.obsah {
  padding-top: 30px;
  padding-bottom: 40px;
}


/* login formulář */
.menu-ikony  {
    margin-left: 14px;
}

.login-ikona {
    margin-left: 4px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.ikona-lupa {
    margin-left: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #5b317c;
  box-sizing: border-box;
}


button {
  background-color: #fed11e;
  color: white;
  padding: 4px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
//  width: 100%;
}
.logright  {text-align: right;}
button:hover {
  opacity: 0.8;
}
.cancelbtn {
  width: auto;
  padding: 2px 18px;
  background-color: #d0395e;
  color: #fff;
}

.containerform {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 10px;
}


.okno {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
  color:#fff
}


.okno-content {
  background: rgb(126,66,152);
  background: linear-gradient(90deg, rgba(126,66,152,1) 0%, rgba(71,120,187,1) 100%);
  margin: 5% auto 15% auto;
//  width: 50%; 
  max-width: 350px; 
}

/*  (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}


.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}


@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/* Search formulář */
* {
  box-sizing: border-box;
}

.openBtn {
  border: none;
  font-size: 18px;
  cursor: pointer;
}


.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  padding:20px 50px 20px 50px; 
  background: rgb(126,66,152);
  background: linear-gradient(90deg, rgba(126,66,152,1) 0%, rgba(71,120,187,1) 100%);
  margin: 5% auto 15% auto;
//  width: 50%; 
  max-width: 450px; 
}

.overlay .closebtn {
  position: absolute;
  top: 70px;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: white;
   background-color: #d0395e
}
.closebtn{  background-color: #d0395e
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}


.bastyhotext {
  background: rgb(126,66,152);
  background: linear-gradient(90deg, rgba(126,66,152,1) 0%, rgba(71,120,187,1) 100%);
    color: #fff;
}
.container-fluid    {
    color: #fff;
    padding: 6px;
    font-size: 0.9em;
    font-weight: 500 !important;
}
.menudva, .bg-light   {
  background: #3d3d3d !important; 
  text-align: center !important; 
  }
.dropdown   { 
 padding-right: 12px;
 padding-left: 12px;

 }
 
.topnav {
  text-align: center;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 0.9em;
}

.topnav .icon {
  display: none;
}

.dropdowndva {
  float: left;
  overflow: hidden;
}

.dropdowndva .dropbtn {
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdowndva-content {
  display: none;
  position: absolute;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 50px;
}

.dropdowndva-content a {
  float: none;
  color: #ebebeb;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #3d3d3d;
  font-size: 0.9em;
}

.topnav a:hover, .dropdowndva:hover .dropbtn {
  background-color: #292929;
  color: #fff;
}

.dropdowndva-content a:hover {
  background-color: #292929;
  color: #fff;
}

.dropdowndva:hover .dropdowndva-content {
  display: block;
}
.tftextinput {
    margin: 0;
    margin-right: 4px !important;
    margin-left: 14px !important;
    border: 1px solid #000000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #2f2f2f;
    color: #dedede;
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    width: 150px !important;
    padding: 2px 10px !important;
}
#tfnewsearch {
    float: right;
    padding: 0px;
    padding-top: 4px;
}
.tfbutton:hover {
    border: 1px solid #424242;
    cursor: pointer;
    background-color: #424242;
    color: #fff;
}

.tfbutton {
    margin: 0;
    padding: 2px 10px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #365e95;
    font-weight: 800;
    background-color: #27b0de;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.respzap  { display:none !important;}
@media only screen and (max-width: 490px) {
     .respvyp  { display:none !important;}
     .respzap  { display:block !important;}
     .tftextinput {width: 80px !important;}
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdowndva .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdowndva {float: none;}
  .topnav.responsive .dropdowndva-content {position: relative;}
  .topnav.responsive .dropdowndva .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 590px) {
    .skryt-pro-mob     {display:none }
}