/*1D009E*/
body {
  font-family: 'Nunito', sans-serif;
  background-color: #E2F0FF;
  color: #15007f;
}
h1,
h2,
h3,
h4 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #15007f !important;
  text-decoration: none !important;
}
a {
  color: lighter(#15007f, 30%) !important;
  text-decoration: underline;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
a.btn,
a.btn-white {
  text-decoration: none !important;
}
p,
li,
th,
td {
  line-height: 170% !important;
}
ul li {
  list-style: url(/Content/img/li.png?xxx);
}
.btn-primary {
  background-color: #15007f !important;
  color: white !important;
  border-color: #110066 !important;
}
.btn-primary:hover {
  background-color: #110066 !important;
  color: white !important;
  border-color: #110066 !important;
}
.btn-white {
  display: block;
  color: #15007f !important;
  background-color: white !important;
  border: 2px white solid !important;
  border-radius: 10px;
  padding: 10px;
}
.btn-white:hover {
  border-color: #15007f !important;
}
body.black {
  background-color: #121315;
  color: white;
}
.bg-white {
  background-color: white;
}
.navbar-default {
  min-height: 70px !important;
  background-color: white !important;
  border: none !important;
  border-radius: 0 !important;
  z-index: 1000;
}
.navbar-default .navbar-brand {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #15007f !important;
}
.navbar-default li {
  list-style: none !important;
}
.navbar-default li a {
  color: #15007f !important;
  font-size: 18px;
  text-decoration: none;
}
.navbar-default ul.dropdown-menu {
  background-color: white !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: white !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: white !important;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus,
.navbar-default .dropdown-menu > .open > a,
.navbar-default .dropdown-menu > .open > a:hover,
.navbar-default .dropdown-menu > .open > a:focus {
  background-color: white !important;
}
.navbar-default .navbar-default .navbar-toggle .icon-bar {
  background-color: white !important;
}
.topbar {
  background-color: #15007f;
  color: white;
  padding: 5px;
}
.topbar a,
.topbar a:visited {
  color: white !important;
  font-size: 18px !important;
  text-decoration: none;
}
.carousel {
  position: relative;
  top: -20px;
  border-radius: 10px;
}
.carousel .carousel-caption {
  text-shadow: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #15007f;
  text-align: left;
  left: 30px;
  right: 60%;
}
.carousel .carousel-control {
  display: none;
}
.carousel .item {
  padding: 0 15px !important;
}
.carousel .item > img {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}
.carousel-mobile .carousel-caption {
  font-size: 24px;
  left: 30px;
  top: 0px;
  right: auto;
}
img.pull-right {
  margin: 0 0 1em 1em;
}
img.pull-left {
  margin: 0 1em 1em 0;
}
.img-round {
  border-radius: 15px;
}
.btn-register,
.btn-success {
  color: #15007f;
  border-radius: 10px;
  background-color: #fff500 !important;
  outline-color: #fff500 !important;
  border-color: #fff500 !important;
}
.btn-register:hover,
.btn-success:hover {
  background-color: #e6dd00 !important;
  border-color: #e6dd00 !important;
}
.sshot-wrapper {
  padding: 0 30px;
}
.sshot-wrapper img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
section.home-news {
  background-color: #E2F0FF;
}
section.home-news h1,
section.home-news h2 {
  color: #15007f !important;
}
section.home-news h1 small a,
section.home-news h2 small a {
  color: #ffffff !important;
}
.box h3 a,
.panel h3 a {
  text-decoration: none;
}
.box {
  padding: 15px;
}
.box h3 {
  /*font: normal normal 200 18px/24px @font-content;*/
  /*text-align: center;*/
}
.box .panel {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.box .panel img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div.box-white {
  background-color: #FFFFFF;
  box-shadow: 3px 3px 20px #00000029;
  border-radius: 30px;
  padding: 30px;
  margin: 0 15px;
}
section.home-arguments h1 small a,
section.home-arguments h2 small a,
section.home-arguments h3 small a,
section.home-arguments h4 small a,
section.home-arguments p small a {
  color: #ffffff !important;
}
section.home-arguments h1,
section.home-arguments h2 {
  margin-bottom: 0;
}
section.home-arguments .btn-primary {
  background-color: #15007f;
}
section.home-support {
  background-color: #15007f;
  color: white;
}
section.testimonials {
  background-color: white;
}
section.testimonials h1 small a,
section.testimonials h2 small a,
section.testimonials h3 small a,
section.testimonials h4 small a,
section.testimonials p small a {
  color: #ffffff !important;
}
section.testimonials h1,
section.testimonials h2 {
  margin-bottom: 0;
}
section.testimonials .btn-primary {
  background-color: #15007f;
}
section.breadcrumbs {
  padding: 0 !important;
  margin: 0 !important;
}
section.breadcrumbs ol {
  background: none !important;
  margin: 0;
  padding: 0;
  font-size: smaller;
}
section.content .container-intro,
section.content-white .container-intro,
section.content-color .container-intro {
  padding-left: 10%;
  padding-right: 10%;
}
section.content h1,
section.content-white h1,
section.content-color h1 {
  font-size: 60px !important;
  color: #15007f;
  text-align: center;
}
section.content h2,
section.content-white h2,
section.content-color h2 {
  font-size: 32px !important;
  color: #15007f;
}
section.content h2.page-name,
section.content-white h2.page-name,
section.content-color h2.page-name {
  text-align: center;
}
section.content h3,
section.content-white h3,
section.content-color h3 {
  font-size: 24px !important;
  /*        text-align: center;*/
}
section.content h1,
section.content-white h1,
section.content-color h1,
section.content h2.page-title,
section.content-white h2.page-title,
section.content-color h2.page-title {
  font-family: 'Nunito', sans-serif !important;
}
section.content-color {
  background-color: #ccc;
}
body.m19 section.content-color {
  background-color: #EAFFF0 !important;
}
body.m20 section.content-color {
  background-color: #f4deff !important;
}
body.m21 section.content-color {
  background-color: #ffeecd !important;
}
body.m22 section.content-color {
  background-color: #ffcbbd !important;
}
body.m23 section.content-color {
  background-color: #e4fdcc !important;
}
body.m24 section.content-color {
  background-color: #ffddf4 !important;
}
body.m325 section.content-color {
  background-color: #C7DDF6 !important;
}
div.product-intro {
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 10px;
  border-radius: 30px;
}
div.product-intro h1 {
  margin-bottom: 0;
}
section.content-white {
  background-color: white;
}
.nav-tabs-fake {
  margin-bottom: 15px;
}
.block .block-title {
  text-align: left;
  font-weight: 700;
}
.price {
  font-size: 24px;
  font-weight: 700;
  text-wrap: none;
}
.price .price-num {
  color: #666200;
}
footer {
  background-color: #15007f;
  color: white;
  padding: 45px;
}
footer a {
  color: white !important;
  text-decoration: none;
}
footer a:hover {
  color: #fff500 !important;
}
footer h4,
footer p,
footer li {
  margin-top: 0;
  color: white !important;
}
footer h4 {
  text-transform: uppercase !important;
}
footer ul,
footer li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.vop ol {
  counter-reset: section;
  /* Creates a new instance of the section counter with each ol element */
  list-style-type: none;
}
.vop ol li::before {
  counter-increment: section;
  /* Increments only this instance of the section counter */
  content: counters(section, ".") ". ";
  /* Combines the values of all instances of the section counter, separated by a period */
  font-weight: 700;
}
.content-contact a {
  color: #1919e0 !important;
}
section.content-documentation {
  background-color: white;
}
section.content-documentation .documentation-menu {
  position: sticky;
  top: 150px;
  width: 250px;
  padding: 0;
  font-size: 16px;
  float: left;
}
section.content-documentation .documentation-menu ul {
  margin: 0;
  padding: 0;
}
section.content-documentation .documentation-menu ul li {
  list-style: square;
  line-height: 100% !important;
}
section.content-documentation .documentation-menu ul li ul {
  padding-left: 15px;
}
section.content-documentation .documentation-menu ul li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
section.content-documentation .documentation-article {
  margin-left: 280px;
}
section.content-documentation .documentation-article h2 {
  display: none;
}
.panel-primary {
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body {
    padding-top: 160px;
  }
  footer {
    padding: 13px;
  }
  footer .col-sm-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .content-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  h1 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 160px;
  }
  section {
    padding: 30px;
  }
  section h1,
  section h2 {
    margin-top: 0;
    margin-bottom: 0.7em;
  }
  .carousel .carousel-caption {
    font-size: 16px !important;
  }
  body.m19 .product-intro {
    background-image: url(/shared/stranky/ikony/19.jpg);
  }
  body.m20 .product-intro {
    background-image: url(/shared/stranky/ikony/20.jpg);
  }
  body.m21 .product-intro {
    background-image: url(/shared/stranky/ikony/21.jpg);
  }
  body.m22 .product-intro {
    background-image: url(/shared/stranky/ikony/22.jpg);
  }
  body.m23 .product-intro {
    background-image: url(/shared/stranky/ikony/23.jpg);
  }
  body.m24 .product-intro {
    background-image: url(/shared/stranky/ikony/24.jpg);
  }
  body.m325 .product-intro {
    background-image: url(/shared/stranky/ikony/325.jpg);
  }
}
@media (min-width: 992px) {
  .navbar-default ul.nav li {
    padding: 15px 5px !important;
  }
  .navbar-default ul.nav li li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .carousel .carousel-caption {
    font-size: 24px !important;
  }
  .btn-sejdrem {
    /*position: relative;
        top: 30px;*/
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-caption {
    font-size: 30px !important;
  }
}
.white {
  color: white;
}
/* Menu switch change*/
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.panel-under-nav-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.panel-with-overlay {
  position: relative;
  box-shadow: none !important;
}
.panel-with-overlay .overlay {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-with-overlay .overlay i.fa.fa-refresh.fa-spin,
.panel-with-overlay .overlay i.fa-solid.fa-spin,
.panel-with-overlay .overlay i.fa-regular.fa-spin,
.panel-with-overlay .overlay i.fa-light.fa-spin,
.panel-with-overlay .overlay i.fa-thin.fa-spin,
.panel-with-overlay .overlay i.fa-duotone.fa-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.28571429%;
    *width: 14.28571429%;
  }
}
/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.28571429%;
    *width: 14.28571429%;
  }
}
.navbar .navbar-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .navbar-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.navbar .navbar-container .navbar-collapse {
  flex-basis: auto;
}
.navbar-header {
  display: flex;
  align-items: center;
  float: unset !important;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-header {
    width: 100%;
  }
}
.navbar-header .navbar-brands {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .navbar-header .navbar-brands {
    flex-direction: column;
  }
}
.navbar-header .navbar-brands .navbar-brand {
  display: block;
  height: unset;
  float: unset;
}
.navbar-header .navbar-brands .navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-header .navbar-brands .navbar-brand-aka {
  margin-left: unset !important;
}
.navbar-header .navbar-brands .navbar-brand-aka .navbar-brand-aka-inner {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.navbar-header .navbar-brands .navbar-brand-aka .navbar-brand-aka-inner h3 {
  margin-top: unset;
  margin-bottom: unset;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-header .navbar-brands .navbar-brand-aka .navbar-brand-aka-inner h3 {
    display: none;
  }
}
.navbar-header .navbar-toggle {
  margin-left: auto;
}
.articlebox {
  position: relative;
}
.articlebox .tags {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  display: flex;
  flex-wrap: wrap;
}
.articlebox .tags .tag {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 3px;
  margin-right: 3px;
  background-color: #e2f0ff;
  border-radius: 6px;
  text-align: left;
  text-decoration: none;
}
