body {
  background-color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Manrope', sans-serif;
  color: #000;
  position: relative;
  padding: 0;
  overflow-x: hidden !important;

}




body.modal-open {
  /*
  height: 100vh;
  overflow: hidden;
*/
}


html,
body {
  padding: 0;
}

.calif {
  font-family: 'Clash Display', sans-serif;
}

a,
button,
img,
header,
span,
h2,
h3,
svg,
:before,
:after,
.btn {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  outline: none;
}

.btn {
  font-family: 'Clash Display', sans-serif;
}


section {
  aoverflow-x: hidden;
}

img {
  max-width: 100%;
}

a,
button,
header *,
.header-logo:before,
.header-logo:after,
header .container:after,
.header-logo a img {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  outline: none !important;
  text-decoration: none;
}

a {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.portable {
  display: none !important;
}

.content {
  max-width: 100vw;
  /*overflow-x: hidden;*/
}

a {
  transition: all .3s ease-out;
}

.content a,
.modal-content a {
  color: #019F9F;
  text-decoration: none;
  font-weight: 700;
}

.content a:hover,
.modal-content aLhover {
  text-decoration: underline;
}

button {
  border: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-weight: normal !important;
  font-size: 40px;
  color: #ed1c24;
}

.fancybox-container {
  z-index: 9999999999999999;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
}

.modal-content {
  top: 200px;
  position: absolute;
}

.modal-content input {
  background-color: #fff;
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 100001 !important;

}

header .navbar {
  top: 0px;
  height: 88px;
  font-size: 16px;
  margin-right: 50px;
}


header.fix .navbar {
  top: 0;
  height: 58px;
}


header .navbar .container {
  height: 53px;
  padding: 0 !important;
  margin: 0 auto;
  position: relative;
}

header.fix .navbar .container {
  height: 53px;
}






header .navbar-nav {
  z-index: 100;
}

header .navbar .nav-link {
  color: #fff !important;
  font-weight: 600;
  padding: 10px 15px !important;
  display: block;
  border-radius: 10px;
}

a_header .navbar .nav-link::after {
  height: 10px;
  content: '';
  margin-left: 20px;
  text-decoration: underline;
}

header.fix .navbar .nav-link,
.page-24 .navbar .nav-link,
.page-6 .navbar .nav-link,
.page-26 .navbar .nav-link,
.page-11 .navbar .nav-link,
.page-noHeader .navbar .nav-link {
  color: #019F9F !important;
  border-color: #019F9F;
}

.page-noHeader .basketState i,
.page-24 .basketState i,
.page-6 .basketState i,
.page-26 .basketState i,
.page-11 .basketState i {
  color: #61c8b9 !important;
}

header.fix .hamburger span,
.page-noHeader .hamburger span,
.page-24 .hamburger span,
.page-6 .hamburger span,
.page-26 .hamburger span,
.page-11 .hamburger span {
  background: #333 !important;
}

header .navbar .nav-item:last-child .nav-link {
  border: 1px solid #fff;
}

header .navbar .nav-item:last-child {
  margin-left: 80px; 
}

header .navbar .nav-item:nth-last-child(2) {
/*  margin-left: 80px; */
}

#user-menu {
  position: absolute;
  top: -5px;
  left: 225px;
  list-style-type: none;
  font-size: 15px;
}

#user-menu li {
  float: left;
  list-style-type: none;
}

#user-menu li a {
  color: #fff;
  text-decoration: none;
}



.header-logo {

  background: #fff;
  position: absolute;
  top: 25px;
  padding: 23px 27px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}


.header-logo a {
  display: block;
}

.header-logo a img {
  height: 115px;
}

header.fix {
  background: #fff;
  height: 53px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}



header.fix .nav-link {
  padding: 5px 15px !important;
}

header.fix .header-logo a img {
  height: 70px;
}

header.fix .navbar .nav-item:last-child .nav-link {
  border: 1px solid #019F9F;
}

#user-menu-container {
  height: 40px;
  position: absolute;
  top: 0;
  width: 100vw;
}



header.fix #user-menu-container {
  top: 60px;
  background: rgba(0, 0, 0, 0.4);
}

header.fix #user-menu {
  top: 0;
}





#covid-19 {
  text-align: right;
  transform: translateY(-12px);
}


#covid-19 a {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  margin-right: 8px;
  padding: 0 10px;
}

header.fix #covid-19 {
  transform: translateY(-3px);
}


header.fix #covid-19 a {
  padding: 8px 10px;
}


.navbar-toggler {
  border: none;
  position: absolute;
  top: -20px;
  right: 20px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  width: 20px;
  height: 20px;
  position: absolute;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  right: 10px;
  top: 30px;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.hamburger span {
  background: #fff;
}


header.fix .hamburger span {
  background: #333;
}


.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 7px;
}

.hamburger span:nth-child(4) {
  top: 14px;
}

.hamburger.open span {}

.hamburger.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}


.img404 {
  display: inline-block;
  position: relative;
}

.img404::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 10px;
  box-shadow: inset 0px 0px 150px #fff;
  content: '';
}

.loginModal .modal-content {
  background: #d51668;
  color: #fff;
}


#home-slider {
  position: relative;
}

#home-slider .slick-dots button:before {
  width: 20px;
  height: 20px;
  background: #fff;
  content: '';
  border-radius: 20px;
  border: 2px solid #d51668 !important;
}



.carousel-indicators {
  top: 190px;
  bottom: auto;
}

.clouds {
  display: block;
  position: absolute;
  height: 414px;
  width: 100%;
  margin-top: -414px;
  background: url(../images/clouds.png) bottom center no-repeat;
  background-size: 100% auto;
  clip-path: polygon(0 0, 50% 30%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 50% 50%, 100% 0%, 100% 100%, 0% 100%);

}

@supports (-ms-ime-align:auto) {
  .clouds {
    height: 300px;
    margin-top: -300px;
  }
}

.homeBlock {
  background-size: cover;
  padding: 100px 0;
}

.home-2 {
  clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
  padding-bottom: 150px;
}

.homeBlock h2 {
  font-size: 40px;
}

#home-2-hrefs {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  margin: 0 20%;
}

#home-2-hrefs a {
  width: 32%;
  display: inline-block;
  height: 100%;
}

.home-3 {
  margin-top: -30px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 12%, 0 0);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 12%, 0 0);
  padding-top: 150px;
}

.home-3-frame {
  max-width: 550px;
  padding: 60px 60px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.home-3-frame a.btn2 {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  background: none;
  border-radius: 0;
  text-decoration: none;
  padding: 10px 35px;
  font-weight: 800;
  line-height: 40px;
}

.home-3-frame a.btn2 .fas {
  font-size: 24px;
  margin-right: 10px;
  line-height: 40px;
  float: left;
}

.home-3-frame a.btn2:hover {
  background: #fff;
  color: #1f6ec7 !important;
}





.home-4-h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 50px 0;
  margin-bottom: 70px;
  background: url(../images/home-4-h3.png) center bottom no-repeat;
  background-size: contain;
}

.home-4 h2,
.home-4 h2 strong {
  font-weight: 400 !important;
}


.relative {
  position: relative;
}





footer {
  background: #15414C;
  color: #fff;
  padding-top: 50px;
  font-size: 16px;
}

footer img {
  width: auto;
}

.page-1 footer {
  margin-top: 0;
}

footer h2 {
  font-family: 'Clash Display', sans-serif;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: relative;
}


footer ul,
footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 10px;
}



footer p {
  margin: 0 0 5px 0;
  padding: 0;
}

footer li a {
  color: #FFF;
  text-decoration: underline;
  opacity: 0.5;
}

footer li a:hover {
  opacity: 1;
}


footer .btn {
  background: #D41367 !important;
}




footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #FFFFFF1A;
}

footer .fas {
  color: #e0518e;
  margin-right: 5px;
}

.footer-contactForm-wrapper {
  padding: 0;
  position: relative;
}

.footer-contactForm {
  position: absolute;
  width: 100%;
  background: #d51668;
  padding: 30px 0px 40px 0px;
}




.footer-contactForm h3 {
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin: 0 0 20px 0;
}

.footer-contactForm .contactForm .btn {
  background: none !important;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  margin-top: 10px;
}

.contactForm textarea {
  height: 80px;
}

.footer-bottom {
  font-size: 14px;
}

.footer-bottom a,
.footer-bottom span {
  color: #ffffffa5 !important;
  display: inline-block;
  padding: 0 5px;
}




.parallax,
.parallax2 {
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



/* obecna stranka */



.content h1 {
  font-family: 'Clash Display', sans-serif;
  font-size: 80px;
  margin: 0 0 30px 0;
}

.header {
  text-align: left;
  padding: 180px 0 100px 0;
  margin-bottom: 50px;
  /*  box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.3); */
}

.header3 {
  text-align: left;
  padding: 180px 0 0 0;
  margin-bottom: 50px;
  /*  box-shadow: inset 0px 0px 300px rgba(0, 0, 0, 0.3); */
}


.header h1 {
  color: #fff;
  max-width: 800px;
  text-align: left;
  font-size: 110px;
  font-weight: 600 !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  line-height: 1;
}


.header3 h1 {
  color: #000;
  max-width: 800px;
  text-align: left;
  font-size: 40px;
  font-weight: 600 !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  line-height: 1;
}


.header-text {
  color: #fff;
  font-size: 26px;
}

.header-text p:first-child {
  margin: 0;
}

.divider {
  padding: 100px 0 100px 0;
  margin: 80px 0;
  color: #fff;
}

.dividerArrow {
  padding: 40px 0 30px 0;
  color: #fff;
}

.content h2 {
  color: #151515;
  font-family: 'Kaushan Script', cursive;
  font-size: 55px;
  margin: 40px 0 40px 0;

}


.content h2:first-child {
  margin-top: 0;
}

.content h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}

.content h4 {
  color: #151515;
  font-size: 25px;
  margin: 15px 0;
  font-weight: 600;
}

.content h5 {
  color: #61c8b9;
  font-size: 21px;
  margin: 15px 0;
  font-weight: 600;
}

.content .divider * {
  color: #fff;
}

.content ul:not(.slick-dots),
.content ul:not(.slick-dots) li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content ul:not(.slick-dots) li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.content ul:not(.slick-dots) li:before {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 8px;
  background: #d51668;
  content: '';
}

.content ul:not(.slick-dots) li ul {
  padding: 15px 0 15px 30px;
}

.content ul:not(.slick-dots) li ul li:before {
  background: #61c8b9;
}



.content ol:not(.carousel-indicators) {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  counter-reset: ol-counter;
}

.content ol:not(.carousel-indicators) li {
  margin: 0;
  padding: 5px 0 0 55px;
  line-height: 45px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
}

.content ol:not(.carousel-indicators) li:before {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 0px;
  top: 8px;
  border-radius: 40px;
  border: 1px solid #61c8b9;
  color: #61c8b9;
  font-weight: 600;
  counter-increment: ol-counter;
  content: counter(ol-counter);
}

.content ol:not(.carousel-indicators) li ol {
  padding: 15px 0 15px 30px;
}

.content ol:not(.carousel-indicators) li ol li:before {
  background: #61c8b9;
}

.content ul.nav-pills li a {
  padding: 5px 10px;
  text-decoration: none;
}

.content ul.nav-pills li a.active {
  background: #e72b7c;
  color: #fff;
}

.content ul.nav-pills li:before {
  display: none;
}


.content table {
  width: 100%;
}

.content th {
  padding: 15px 25px;
  text-align: left;
  vertical-align: bottom;
  font-size: 20px;
}

.content td {
  padding: 15px 25px;
  background: #fff;
  color: #151515;
  border-top: 2px solid #fff;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge {
  display: none;
}

.content h1 strong,
.content h2 strong,
.content h4 strong,
.content h5 strong {
  color: #d51668;
  font-weight: inherit !important;
}

a.btn,
.btn,
input.btn {
  display: inline-block;
  background: #019F9F;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

.btn:hover {
  background: #51b8a9;
  text-decoration: none !important;
}

.fw600 {
  font-weight: 600;
}

a.btn.btn-secondary {
  background: #ddd;
  display: inline-block;
  border: none;
}


a.btn-arrow {
  display: inline-block;
  background: url(../images/btn-arrow.png) top left no-repeat;
  background-size: 100% 100%;
  padding: 40px 90px 52px 100px;
  text-decoration: none;
  font-weight: 600;

  color: #fff !important;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  position: relative;
}

a.btn-arrow span {
  display: block;
  color: #fff;
}

a.btn-arrow:before {
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f138";
  font-size: 24px;
  color: #fff;
  position: absolute;
  text-align: center;
  font-weight: 900;
  height: 100%;
  top: 50%;
  left: 60px;
  transform: translateY(-19px);
}

a.btn-arrow small {
  font-size: 11px;
}

a.btn-arrow:hover {
  transform: scale(1.03);
}

.frame-red {
  margin: 30px 0;
  padding: 25px 30px;
  background: #fef3f7;
  color: #e0518e;
  border: 1px solid #e0518e;
  line-height: 1.2;
  font-weight: 500;
}

.content .frame-red * {
  color: #e0518e;
}

.content .frame-red h5 {
  margin: 0;
}

.frame-red2 {
  margin: 30px 0;
  padding: 25px 30px;
  border: 5px solid #e0518e;
  line-height: 1.5;
  font-weight: 500;
}

.content .frame-red * {
  color: #e0518e;
}

.content .frame-red h5 {
  margin: 0;
}


/* konec: obecna stranka */





/* homepage */


#hp-references .ai {
  padding: 0 20px;
}

#hp-references .ai>div:not(.admin-toolbar),
.references .ai>div:not(.admin-toolbar) {
  color: #1E1E1E;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 20px;
}






#hp-references .slick-dots button:before {
  width: 20px;
  height: 20px;
  background: #fff;
  content: '';
  border-radius: 20px;
  border: 2px solid #d51668 !important;
}

#hp-references .slick-dots li.slick-active button:before {
  background: #d51668;
}

#hp-references .fa-quote-right {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}

#hp-references img
{
    display: inline-block;
}


#hp-references .sign-inner {
  margin-top: 50px;
  font-weight: 500;
  display: inline-block !important;
  position: relative;
  margin-right: 70px;
}

#hp-references .sign-inner::after {
  position: absolute;
  top: -15px;
  right: -60px;

  width: 45px;
  height: 51px;
  background: url(../images/thumb.png) center center no-repeat;
  content: '';
}


#hp-references .sign p {
  margin: 0;
}

#hp-references .fa-star {
  color: #fff118;
}

.references img {
  width: 80%;
  margin: 10px auto;
  border-radius: 100%;
  border: 2px solid #fff;
}

.home-1 {
  padding-bottom: 50px;
  padding-top: 0;
  margin-top: -150px;
}

.home-1 h3 {
  color: #141c25;
}

#home-slider,
#home-slider-wrapper {
  position: relative;
}



#home-slider .carousel-text {
  aposition: absolute;
  atop: calc(50% - 0px);
  padding-top: 200px;
  width: 100%;
  z-index: 10001 !important;
  color: #fff;

  atransform: translateY(-40%);
}

#home-slider .carousel-text>div {
  font-size: 25px;
  margin: 50px 0;
}

#home-slider .carousel-indicators {
  bottom: auto !important;
  z-index: 200;
}

#home-slider .carousel-indicators li {
  border: 1px solid #000;
  height: 20px;
  margin: 10px 10px;
}


#home-slider .ai {
  height: calc(100vh);
  min-height: 800px;
  position: relative;
  background-position: center top;
  background-size: 100vw auto;
}



.home-slider-arrow {
  display: block;
  font-size: 36px;
  position: absolute;
  z-index: 100;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  transform: translateY(-30px);
  cursor: pointer;
  top: 50vh;
  opacity: 0.5;
  z-index: 101;
}

.home-slider-arrow:hover {
  opacity: 1;
}

.home-slider-next {
  right: 3%;
}

.home-slider-prev {
  left: 3%;
}

#home-slider h2,
#home-slider h3 {
  font-weight: 600;
}

#home-slider .btn-arrow {
  background-image: url(../images/btn-arrow2.png) !important;
  margin-top: 40px;
}

#home-slider h2 {
  font-size: 120px;
  line-height: 1.1;
  margin: 0 0 80px 0;
  max-width: 100%;
}

#home-slider h3 {
  font-size: 40px;
  font-weight: 400;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#carousel2 {
  margin-bottom: 100px;
  position: relative;
}

#carousel2:after {
  display: block;
  width: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 100;
  content: url('../images/h2balloon.png');
}


#acarousel2:after {
  display: block;
  width: 50%;
  position: absolute;
  bottom: -450px;
  right: -100px;
  z-index: 100;
  height: 689px;
  width: 471px;
  background: url('../images/h2balloon.png') top right no-repeat;
  background-size: contain;
  content: '';
}

#carousel2 .slick-dots {
  z-index: 101;
}



#carousel2 .ai {
  background: #fff;
  border: 15px solid rgba(97, 200, 185, 0.18);
  padding: 36px 36px;
}

#carousel2 .home-slider2-text {
  padding: 60px 0;
}

#carousel2 .home-slider2-text h2 {
  margin: 0 0 40px 0;
  font-weight: 500;
}

#carousel2 .home-slider2-text h2 strong {
  color: #d51668;
}

#carousel2 .home-slider2-text h3 {
  margin: 0 0 40px 0;
  font-weight: 600;
  font-size: 20px;
}


#carousel2 .home-slider2-img {
  border: 1px solid #d3dfea;
  padding: 8px 8px;
  text-align: center;
}


/* konec: homepage */



/* detail letu */

.ad-header {
  padding: 100px 0;
}

.ad-map {
  text-align: center;
  padding: 50px 0 100px 0;
}

.ad-map h2 {
  color: #fff;
}


.fly-features {
  font-size: 21px;
  color: #000;
}

.fly-features p {
  margin-bottom: 20px;
}


.fly-features i {
  color: #d51668;
  font-size: 26px;
  margin-right: 8px;
  width: 30px;
}

.shadow-bottom {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}


.map {
  position: relative;
}


.map .marker {
  position: absolute;
  z-index: 100;
  font-size: 30px;
  color: #ca0501;
  cursor: pointer;
  display: none;
}


.map .marker i
{
    display: block;
    font-size: 14px;
      color: #d51668;
    font-style: normal;
}

.map .marker span {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 5px;
  z-index: 100;
  font-size: 30px;
  color: #d51668;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  margin-left: -68px;
  width: 150px;
  text-align: center;
  margin-top: -5px;
  line-height: 1;
  display: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.map .marker:hover {
  z-index: 5000;
}

.map .marker:hover span {
  display: block;
}


.map .marker .spDetail {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 5px;
  z-index: 10000;
  font-size: 13px;
  color: #222;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 400;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  margin-left: -500px;
  width: 400px;
  text-align: center;
  margin-top: -480px;
  line-height: 1.2;
  display: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.map .marker:hover {
  z-index: 500;
}

.map .marker:hover .spDetail {
  adisplay: block;
}




/* konec: detail letu */







/* seznam letu */

.articlesListHeader {
  text-align: center;
  padding: 20px 0 50px 0;
  margin-bottom: 70px;
  background: url(../images/home-4-h3.png) center bottom no-repeat;
  background-size: contain;
}

.articlesListHeader:first-child {
  display: none;
}

.articlesList .ai .articlePreview {
  height: 250px;
  background-size: cover;
}

.articles-slider .ai .articlePreview {
  background-size: cover;
}



.articlesList>div.col-sm-6 {
  margin-bottom: 40px;
}


.articlesList .ai {
  transition: all 0.2s;
  -moz-transition: all 0.2s -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.articlesList .ai:hover {
  transform: scale(1.01);
}

.articlesList .ai a {
  text-decoration: none;
}

.articlesList .ai h3 {
  color: #5ec5b6;
}

.articlesList .ai .articleInfo {
  padding: 20px 40px;
  text-align: center;
  font-size: 20px;
}

.articleDetail .prices,
.articlesList .ai .prices {
  background: #d51668;
  padding: 20px 20px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.articleDetail .prices small,
.articlesList .ai .prices small {
  display: block;
  font-size: 20px;
}

.articleDetail .price,
.articlesList .ai .price {
  padding: 10px 10px;
  font-weight: 600;
  font-size: 24px;
}

.articlesList .price {
  display: none;
}

.articlesList .price:first-child {
  display: block;
}

.articlesList .price.ma {
  padding-left: 200px;
}


.pAmount {
  padding: 0 10px;
}

.biggalery .agi {

  padding: 0 15px;
}

.biggalery .agi img {
  border: 1px solid #d3dfea;
  padding: 3px 3px;
  text-align: center;
}

.articlesList .ai .articleInfo {
  color: #151515;
  font-weight: 600;
}





/* konec: seznam letu */



/* minigalerie */

.minigallery-carousel {
  flex-wrap: wrap;
  align-content: flex-start;
}

.minigallery-carousel .agi {
  padding: 0 25px;
  min-width: 200px;

  margin-right: 10px;
}

.aminigallery-carousel .agi {
  min-width: 150px;
  /* Nastav minim�ln� ���ku, kterou polo�ka zab�r� */
  height: 100px;
  margin-right: 10px;
  background-color: lightblue;
  text-align: center;
  adisplay: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  /* Mezera mezi ��dky */
}


.mg-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

.mg-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.mg-img {
  display: inline-block;
  margin: 10px 10px;

}

.mg-img img {
  width: 100%;
}

.mg-wrapper {
  margin: 80px 0;
  overflow: visible;
  max-width: 1780px;
  margin: 0 auto;
  line-height: 0;
}


.mg-top,
.mg-bottom {
  padding: 0;
}



/* Lich� polo�ky zarovn�me nahoru */
.minigallery-carousel .agi:nth-child(odd) {
  order: 1;
}

/* Sud� polo�ky zarovn�me dol� */
.minigallery-carousel .agi:nth-child(even) {
  order: 2;
}

.minigallery-carousel .agi img {
  text-align: center;

}

.minigallery-carousel .slick-dots {
  margin-top: 50px;
}

.minigallery-carousel .slick-dots button:before {
  width: 20px;
  height: 20px;
  background: #fff;
  content: '';
  border-radius: 20px;
  border: 2px solid #d51668 !important;
}

.minigallery-carousel .slick-dots li.slick-active button:before {
  background: #d51668;
}

/* konec: minigalerie */


/* kontakt */



.cfText .fas {
  color: #d51668;
}

.contactSocials a {
  display: inline-block;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background: #d51668;
  color: #fff !important;
}

.content .contactSocials a * {
  color: #fff !important;
}

.contactSocials a:hover {
  transform: scale(1.1);
}


footer .contactSocials a {
  color: #141c25 !important;
  background: #7d8fa3;
}

footer .contactSocials a:hover {
  transform: none;
  background: #e72b7c;
}


.frame {
  border: 10px solid #e2f5f2;
  padding: 50px 40px;
}

.red-box {
  border: 1px solid #f8d8e5;
  background: #fef3f7;
  padding: 20px 20px;
}

.red-box .fas {
  color: #e72b7c;
}

.red-box a {
  color: #e72b7c;
  font-weight: bold;
  text-decoration: underline;
}

.contactForm {
  margin: 0 50px;
}


.contactForm .form-control {
  margin-bottom: 2px;
  border-radius: 0px;
  padding: 10px 15px;
  height: 50px;
}

.contactForm textarea {
  height: 100px !important;
}

.contactForm .btn {
  background: #61c8b9;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin-top: 2px;
  font-weight: bold;
  padding: 15px 10px;
}

/* kontec: kontakt */



/* FAQ */

.content ul.rollovers {
  padding: 0;
  margin: 0 0 100px 0;
  list-style-type: none;
}

.content ul.rollovers li {
  padding: 0;
  margin: 0 0 8px 0;
  list-style-type: none;
  padding: 0 !important;
  position: relative;
  border-radius: 10px;
  border: 2px solid #C5EAEA;
  color: #1e1e1e;
}

.content ul.rollovers li:before {
  display: none;
}

.content ul.rollovers li:after {
  font-family: "Font Awesome 6 Free";
  display: block;
  content: "\f067";
  width: 50px;
  font-size: 30px;
  color: #D41367;
  position: absolute;
  text-align: center;
  padding-top: 15px;
  font-weight: 900;
  height: 100%;
  right: 0;
  top: 0;
}

.content ul.rollovers li.opened:after {
  content: "\f068";
}

.rollovers li h3 {
  color: #019F9F;
  padding-right: 100px;
  cursor: pointer;
  z-index: 10;
  font-size: 23px;
  padding: 20px 50px 20px 20px;
  margin: 0;
  position: relative;
}

.rollovers li .rollover-text {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 0.2s;
  -moz-transition: height 0.2s -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
}

.rollovers li.opened .rollover-text {
  height: auto;
  padding: 0 25px 0px 25px;
}

/* konec: FAQ */





/* fotogalerie */

.admin-gallery .agi {
  padding: 5px 5px;
}


/* konec: fotogalerie */



/* timeline */






.content-skills {
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  li {
    background: #40484D;
    border-radius: 2px;
    display: inline-block;
    padding: 2px 10px;
    margin: 3px 2px;
    text-align: center;
    flex-grow: 1;
  }
}
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




/* kosik */

.to-basket .amount-group {
  display: inline-block;
  border: 1px solid #c9d4e0;
  float: left;
}

.to-basket span {
  display: inline-block;
  width: 30px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}

.to-basket .amount-group input {
  padding: 10px 10px;
  display: inline-block;
  width: 50px;
  line-height: 52px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  border: none;
  font-size: 18px;
  box-shadow: none;
}

.basketState {
  position: absolute;
  right: -50px;
  top: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
}

.basketState i {
  color: #fff;
}

header.fix .basketState img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(190deg) brightness(100%) contrast(100%);
}


header.fix .basketState i {
  color: #61c8b9;
}


.basketStateInfo * {}

header.fix .basketState {}



header.fix .basketState i {
  color: #019F9F;
}

.basketState .sumAmount {
  position: absolute;
  top: 15px;
  right: -10px;
  background: #D41367;
  border-radius: 100%;
  min-width: 25px;
  font-size: 12px;
  padding: 5px 5px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  width: 20px;
  height: 22px;
  text-align: center;
  display: block;
}


.basketState>div.basketStateInfo {


  font-size: 13px;
  position: relative;
}

.basketState a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}


.basketModal {
  display: none !important;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  margin-top: 55px;
  z-index: 100;
  width: 400px;
  right: 0;
  border-top: 4px solid #fea317;
}

.basketModal table img {
  width: 80px;
}

.basketModal table td {
  padding: 15px 10px;
  line-height: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

.basketModal a {
  font-size: 12px;
}

.basketModal .articlePrice {
  color: #869eef;
  font-weight: bold;
}

.basketModal input {
  width: 50px !important;
}

.basketModal table td.articleAmount {
  width: 90px;
}


.basketModalFooter {
  background: #abd02c;
  color: #fff;
  line-height: 28px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
}

.basketModalFooter .btn {
  text-decoration: none;
  float: right;
  padding: 5px 15px;
}


input.form-control {
  box-shadow: none;
  border: 1px solid #c9d4e0;
  border-radius: 0;
  padding: 15px 15px;
  height: 30px;
  -webkit-box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1);
  -moz-box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1);
  box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1);
}


input.form-control-big {
  padding: 20px 15px;
  height: 40px;
}

textarea {
  -webkit-box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1) !important;
  -moz-box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1) !important;
  box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1) !important;

}


#basketForm input.form-control {
  box-shadow: none;
  border: 1px solid #c9d4e0;
  border-radius: 0;
  padding: 20px 15px;
  height: 30px;
  -webkit-box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1);
  -moz-box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1);
  box-shadow: inset 6px 6px 22px -15px rgba(201, 212, 224, 1);
}

#basketFrom label {
  margin: 10px 0 0 0;
  display: block;
  text-align: left;
}

input[type="checkbox"]+label {
  display: inline-block;
}


.basketTable {
  margin: 20px 0;
}

table.basketTable td,
table.basketTable th {
  vertical-align: top !important;
  border: none !important;
  font-size: 16px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  cursor: pointer;
}

input[type="radio"]+label:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  margin-right: 5px;
  font-weight: 400;
  color: #D41367;
}

input[type="radio"]:checked+label:before {
  font-weight: 600;
}

label {
  display: block;
  margin: 10px 0 0 0 !important;

}

.narrow {
  max-width: 500px !important;
}

.hidden {
  display: none !important;
}

#orderSummary .modal-dialog,
#orderSummary .modal-content {
  margin: 2vh auto 0px auto !important;
  padding-top: 0;
  !important;
  padding: 0;
  top: 2vh !important;
}

.w-400 {
  font-weight: 400 !important;
}

.red {
  color: #d51668 !important;
}


.eu-cookie {
  background: #232323;
  text-align: center;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 17px;
  color: #fff;
  padding-right: 175px;
}

.eu-cookie a.eu-cookie__info {
  color: #d51668;
  text-decoration: none;
}

.eu-cookie a.eu-cookie__accept {
  width: 52px;
  height: 52px;
  background: url(/assets//images/eu-accept.png);
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  right: 100px;
  z-index: 1;
  top: 10px;
  transform: translateY(-50%);
  top: 50%;
}

@media (max-width: 576px) {

  .eu-cookie {
    padding-right: 20px;
  }

  .eu-cookie a.eu-cookie__accept {
    display: block;
    position: static;
    transform: none;
    margin: auto;
    margin-top: 20px;
  }
}



#info3 .modal-dialog {
  margin-top: 0 !important;
  top: 0 !important;
  width: auto;
  width: 450px;
  font-size: 12px;
}



.remodal-overlay {
  z-index: z-index: 100002 !important;
  display: none !important;
}

#infoR {
  max-width: 500px;
  z-index: z-index: 100003 !important;
  font-size: 0.8em;
  line-height: 1.2;
  padding: 20px 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}



.text-blue {
  color: #6ac6b9;
}

.text-purple {
  color: #d51a69;
}

.oits {
  display: none;
}

.oits.opened {
  display: block;
}

.remodal-close2 {
  position: absolute;
  top: 22px;
  right: 15px !important;
  font-size: 20px;
}

#infoR p {
  padding: 0px 20px;
  overflow: visible;
}

#infoR p::first-child {
  border: 1px solid #f00;
}


#infoR img {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px) !important;
  max-width: calc(100% + 40px) !important;
}

#popup .modal-content {
  color: #000;
}

#popup .modal-footer {
  border: none;
  text-align: center;
  background: #fff;
}

#popup .modal-body {
  background: #fff;
}


#popup h1 {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 30px;
}

#popup h2,
#popup h3,
#popup h4 {
  margin: 20px 0 30px 0;
}


#popup.modal {
  background: rgba(0, 0, 0, 0.6);
}

#popup .modal-content {
  transform: translateY(-130px);
}

#popup .modal-dialog {
  max-width: 1000px !important
}

#basketInfo {
  padding: 15px 20px;
  font-weight: 600;
  color: #d51668;
  line-height: 1.3;
  text-align: center;
  background: #e2f5f2;
}

#basketInfo p {
  margin: 20px 0;
}

#basketInfo i {
  font-size: 25px;
  adisplay: none;
}


.ma-sticker {
  position: absolute;
  width: 160px;
  height: 160px;
  background: url(../images/ma2.png) center center no-repeat;
  background-size: contain;
  color: #000;
  font-weight: bold;
  line-height: 25px;
  padding-top: 45px;
  text-align: center;
  transform: rotate(-28deg);
  font-size: 33px;
}

.ma-sticker small {
  font-size: 14px !important;
  font-weight: bold;
}

.articleDetail .ma-sticker {
  position: absolute;
  margin-left: -200px;
  margin-top: -45px;
}

.articlesList .ma-sticker {
  margin-left: -170px;
  margin-top: -45px;
  background: url(../images/ma2.png) center center no-repeat;
  background-size: contain;
}

.pricetopma {
  padding-left: 100px;
}

.price s {
  font-size: 18px;
  margin-right: 15px;
}

.priceOneOld {
  font-size: 18px;
  margin-right: 15px;
}

[data-bg] {
  background-size: cover;
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #888;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


input.form-control {
  border: 2px solid #D4136733;
  border-radius: 6px;
}

select.form-control {
  border: 2px solid #D4136733;
  border-radius: 6px;
  position: relative;
  position: relative;
  display: inline-block;
  background: url(../images/select.png) calc(100% - 10px) center no-repeat;
  cursor: pointer;
}

select.form-control.selectL {
  padding: 15px 20px;
  font-weight: 700;
  margin: 0;
}




textarea.form-control {
  border: 2px solid #D4136733;
  border-radius: 6px;
  min-height: 60px;
}