@import "colors.css"; 
@import "flaticon.css";    
@import "cform.css";
@import "topbar.css";
@import "footer.css"; 
@import "popup.css";
@import "sidem.css";
@import "offcanvas.css";
@import "megamenu.css";
@import "transport.css";

    @font-face {
    font-family: 'CopperplateL';
    font-style: normal;
    font-weight: normal;
    src: local('CopperplateL'), url('../fonts/copperplate-gothic-light.woff') format('woff');
    }

h1, h2, h3, h4, h5 {
  font-family: "copperplate", serif;
  font-weight: 300;
  font-style: normal;
}

#hlavka  {
  font-family: "copperplate";
  text-shadow: 0px 0px 40px #002b5d;
}

.pomeranc {
  color: var(--primary-color);
}

.zoubecek {
  color: #fff;
}

.burger-icon > span {
  background-color: #fff;
}

.mensinek {
  font-size: 30px;
  line-height: 30px;
  margin-top: -10px;
  display: block;
}

.fancybox__caption {
  visibility: hidden;
}

.joimagegallery.elegant .gallery-item {
  padding: 0px;
}

.sppb-carousel-extended-dots ul li.active span {
  background: #D9541E !important;
}

.sppb-addon-title {
  font-family: "copperplate" !important;
}

p {
  line-height: 1.6em;
  font-size: 18px;
  font-family: "lato", sans-serif;
  font-weight: 400;
}

.obdelnicek {
padding: 15px;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

#sp-main-body {
  padding: 25px 0;
}

#sp-footer, #sp-bottom {
  background: #fff;
  color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5a3d1b !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5a3d1b !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #5a3d1b !important;
}

#About {
  box-shadow: 0px 5px 15px 0px #273322 !important;
  border-radius: 10px;
}

#About img {
  border-radius: 10px;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--secondary-color);
}
          
a:active {
  color: var(--secondary-color);
}

.headik h1 {
  text-shadow: 2px 2px #000000;
  color: #ffffff;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: var(--primary-color);
}

.skincolor {
  color: var(--primary-color);
}

.p18 {
  font-size: 18px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 14px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  font-family: "Font Awesome 6 Free";
  margin-left: 1px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 10px;
}

#casosber .sppb-addon-timeline .timeline-panel {
  min-width: 90%;
}

#casosber .sppb-addon-timeline .timeline-item img {
  max-width: 125px;
}

.coockie_banner { 
    z-index: 100;
}

.coockie_banner p { 
   margin: 0px;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  background: var(--primary-color);
}

#offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 1550px) {
  .sppb-row-container {
    max-width: 1500px;
  }
}

@media (min-width: 1550px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}

