/* ADD MY CUSTOM CSS STYLE */

/* FONT ICON */
/*@font-face {
    font-family: myFa;
    font-display: swap;
  src: url('/templates/add_fonts/ikony/fa-solid-900.woff2') format('woff2');
}*/
@font-face {
    font-family: myFa2;
    font-display: swap;
  src: url('fonts/fontawesome6/fa-regular-400.woff2') format('woff2');
}
@font-face {
    font-family: myFa3;
    font-display: swap;
  src: url('fonts/fontawesome6/fa-solid-900.woff2') format('woff2');
}
/*@font-face {
    font-family: myIcon;
    font-display: swap;
  src: url('/templates/add_fonts/ikony/icomoon.woff') format('woff');
}*/
/* Roboto  - regular(400), italic, bold(700), Thin 100, Extra-light 200, Light 300, Medium 500, Semi-bold 600, Extra-bold 800, Black 900 */
/*@font-face {
    font-family: myRoboto;
    font-display: swap;
  src: url('/templates/add_fonts/roboto/roboto_regular_v2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
    font-family: myRoboto;
    font-display: swap;
  src: url('/templates/add_fonts/roboto/roboto_medium_v2.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
    font-family: myRoboto;
    font-display: swap;
  src: url('/templates/add_fonts/roboto/roboto_bold_v2.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}*/
/*@font-face {
    font-family: myIcon;
    font-display: swap;
  src: url('/templates/shaper_helixultimate/fonts/my/fontello.woff2') format('woff2');
}*/


/* REPAIR */
iframe {
  display: block;
}
/*.sppb-table-style td,
.sppb-table-style th {
  border: 0px !important;
  min-width: unset;
  padding: 0px;
}*/
/* REPAIR - vyjizdeci podmenu */
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  /*transform: translateY(0) !important;*/
}


/* ALLWAYS FULL HEIGHT WINDOW */
/*body div.body-innerwrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  min-height: 100vh;
}
body div.body-innerwrapper > section#sp-main-body {
  flex: 1;
  overflow: hidden;
}*/


/* SET COLOR */
:root {
  --mycolor1: #101010;
  --mycolor1H: #000;
  --mycolor2: #e30613;
  --mycolor2H: #bd040f;
  --mycolor3: #fff;
  --mycolor3L: rgb(255 255 255 / 90%);
}


/* BASIC ELEMENT */
h1 {

}
h2 {
  /*font-size: 26px;*/
  /*line-height: 29px;*/
  /*font-weight: 500;*/
  /*color: #00aae9;*/
  /*margin: 25px 0px;*/
}
h3 {
  /*color: #00aae9;*/
  /*margin-bottom: 8px;*/
}
strong {
  /*font-weight: 700;*/
}
a:focus, a:active,
a {
  /*color: #ebb204;*/
  color: var(--mycolor2);
}
a:hover {
  /*color: #e30613;*/
  color: var(--mycolor2H);
  /*text-decoration: underline;*/
}
p, ol, ul {
  margin-bottom: 18px;
}
p:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0px;
}
table {
  margin-bottom: 18px;
}
table:last-child {
  margin-bottom: 0px;
}
table > tbody td:nth-last-child(n+2) {
  /*padding-right: 20px;*/
}

/* ADD REPEAT ELEMENT */
/* BUTTON 1 */
.myButton1 > .sppb-addon-content a {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  width: fit-content;
  /*color: #101010;*/
  color: var(--mycolor3);
  padding: 17px 49px;
  border-radius: 0px;
  text-decoration: none;
  /*background: #ebb204;*/
  background: var(--mycolor2);
}
.myButton1 > .sppb-addon-content a:hover {
  text-decoration: none;
  /*color: #fff;*/
  color: var(--mycolor3);
  /*background: #d6a204;*/
  background: var(--mycolor2H);
}
.myButton1.verSlide {
  margin-top: 20px;
}
.myButton1.verSlide > .sppb-addon-content > * {
  position: relative;
  width: fit-content;
  min-height: 153px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.myButton1.verSlide > .sppb-addon-content > *:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% - 32px);
  height: 100%;
  aspect-ratio: 162 / 153;
  z-index: -1;
  background-image: url(ikony/tlacitko2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* SP TITLE - POZICE */
.myTitleCenter {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* PopUp TITLE 1 */
.myPopUpTitle1 > .sppb-addon-title {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
}
/* SP TITLE 1 */
.mySpTitle1 > .sppb-addon-content {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  /*color: #ebb204;*/
  color: var(--mycolor2);
}
.mySpTitle1 > .sppb-addon-content p {
  margin: 0px;
}
/* SP Footer TITLE 2 */
.mySpFooterTitle2 > .sppb-addon-content {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*color: #ebb204;*/
  color: var(--mycolor2);
  margin-bottom: 20px;
}
.mySpFooterTitle2 > .sppb-addon-content p {
  margin: 0px;
}
/* SP TITLE 2 */
.mySpTitle2.v1 {
  /*margin-top: 20px;*/
  /*margin-bottom: 50px;*/
  margin-bottom: 40px;
}
.mySpTitle2.v2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mySpTitle2 {
  color: #111;
}
.mySpTitle2 > .sppb-addon-content {
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0px;
}
.mySpTitle2.v2 > .sppb-addon-content {
  color: #153bdc;
}
.mySpTitle2 > .sppb-addon-content p {
  margin: 0px;
}
/* SP TITLE 3 */
.mySpTitle3.v1 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.mySpTitle3.v2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mySpTitle3 {
  color: #111;
}
.blogmyBlog1.verC5 .myCategoryDesc h1,
.mySpTitle3 > .sppb-addon-content h1,
.mySpTitle3 > .sppb-addon-content {
  font-size: 54px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 0px;
}
.mySpTitle3 > .sppb-addon-content strong {
  /*color: #ebb204;*/
  color: var(--mycolor2);
}
.mySpTitle3 > .sppb-addon-content p {
  margin: 0px;
}
.mySpTitle3 > .sppb-addon-content h2,
.mySpTitle3 > .sppb-addon-content h1 {
  margin: 0px;
}
.blogmyBlog1.verC5 .myCategoryDesc h1 {
  margin-bottom: 35px;
}
.blogmyBlog1.verC5 .myCategoryDesc img.myHeaderImg {
  margin-bottom: -11%;
  margin-top: -2.4%;
}
/* Table Style 1 */
.myTableS1 table {
  border: 0px;
}
.myTableS1 table > tbody > tr > td {
  border: 1px solid #9a9a9a;
  padding: 3px 9px;
}


/* NEW STYLES = START */

/* BODY */
body {
  color: #000000;
}
#sp-main-body {
  padding-top: 30px;
  /*padding-bottom: 90px;*/
  padding-bottom: 60px;
}
body ul.sp-megamenu-parent li.sp-menu-item.sp-has-child > div.sp-dropdown.sp-menu-right.myShow {
  display: block !important;
}
body ul.sp-megamenu-parent li.sp-menu-item.sp-has-child > div.sp-dropdown.sp-menu-right.myHidden {
  display: none !important;
}


/* HEADER */
#sp-header {
  height: auto;
}
#sp-header:not(.header-sticky) {
  /*background: transparent;*/
  background: var(--mycolor2);
  box-shadow: none;
}
#sp-header.header-sticky {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  background: var(--mycolor2);
}
body.myHeadAbs #sp-header:not(.header-sticky) {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
}
body.myHeadAbs .sticky-header-placeholder {
  display: none;
}
#sp-header:not(.header-sticky) > div > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.myHeadAbs #sp-header:not(.header-sticky) > div > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#sp-header > div > div > .rowx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#sp-header .sp-module {
  margin: 0px;
}

/* HEADER - logo */
#sp-header #sp-logo {
  flex-grow: 1;
}
#sp-header #sp-logo > .sp-column {
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#sp-header .myLogo1 {
  flex-shrink: 0;
}
#sp-header .myVlnka1 img {
  /*height: 70px;*/
  max-height: 70px;
  width: auto;
}
#sp-header .myLogo1 img {
  height: 82px;
  width: auto;
}
#sp-header .myLogo1 img:nth-child(1) {
  display: none;
}
body.myHeadAbs #sp-header:not(.header-sticky) .myLogo1 img:nth-child(1) {
  /*display: none;*/
}
body.myHeadAbs #sp-header:not(.header-sticky) .myLogo1 img:nth-child(2) {
  /*display: block;*/
}
#sp-header.header-sticky .myLogo1 img {
  height: 82px;
}

/* HEADER - Tlacitko Poptavka */
.myTopModuleButton1 > .sp-module-content > .mod-custom > * > a {
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 10px;
  /*color: #101010;*/
  color: var(--mycolor1H);
  padding: 13px 32px;
  border-radius: 28px;
  text-decoration: none;
  /*background-color: #ebb204;*/
  background-color: var(--mycolor3);
  /*background: linear-gradient(90deg, #c165d9 0%, #2097ec 50%, #335af6 100%);*/
}
.myTopModuleButton1 > .sp-module-content > .mod-custom > * > a:hover {
  text-decoration: none;
  /*background-color: #ebb204;*/
  background-color: var(--mycolor1H);
  /*background: linear-gradient(90deg, #293b86 0%, #293b86 100%);*/
  /*color: #fff;*/
  color: var(--mycolor3);
}
body.myHeadAbs #sp-header:not(.header-sticky) .myTopModuleButton1 > .sp-module-content > .mod-custom > * > a {
  background-color: var(--mycolor2);
  color: var(--mycolor3);
}
body.myHeadAbs #sp-header:not(.header-sticky) .myTopModuleButton1 > .sp-module-content > .mod-custom > * > a:hover {
  background-color: var(--mycolor2H);
  color: var(--mycolor3);
}


/* HEADER - Top Menu */
#sp-header #sp-menu {
  background-color: transparent;
  order: 1;
}
#sp-header #sp-menu .sp-megamenu-wrapper {
  /*display: flex;*/
  /*align-items: center;*/
  /*padding: 0px 15px;*/
  display: block !important;
}
#sp-header #sp-menu ul.sp-megamenu-parent {
  margin: 0px;
  float: none;
  display: flex !important;
  padding: 0px;
  /*justify-content: flex-start;*/
  /*gap: 0px 36px;*/
}
#sp-header #sp-menu ul.sp-megamenu-parent > li {
  /*padding: 0px 15px;*/
  padding: 0px;
} 
#sp-header #sp-menu ul.sp-megamenu-parent > li > a,
#sp-header #sp-menu ul.sp-megamenu-parent > li > span {
  /*line-height: 52px;*/
  line-height: 24px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  /*color: #101010;*/
  color: var(--mycolor3);
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  /*padding: 0px;*/
  padding: 0px 15px;
  padding-bottom: 14px;
}
body.myHeadAbs #sp-header:not(.header-sticky) #sp-menu ul.sp-megamenu-parent > li:not(:hover):not(.active) > a,
body.myHeadAbs #sp-header:not(.header-sticky) #sp-menu ul.sp-megamenu-parent > li:not(:hover):not(.active) > span {
  /*color: #fff;*/
  color: var(--mycolor3);
}
#sp-header.header-sticky #sp-menu ul.sp-megamenu-parent > li > a,
#sp-header.header-sticky #sp-menu ul.sp-megamenu-parent > li > span {
  /*line-height: 38px;*/
  /*font-size: 19px;*/
}
#sp-header #sp-menu ul.sp-megamenu-parent > li.active > a,
#sp-header #sp-menu ul.sp-megamenu-parent > li.active > span,
#sp-header #sp-menu ul.sp-megamenu-parent > li:hover > a,
#sp-header #sp-menu ul.sp-megamenu-parent > li:hover > span {
  /*background-color: #293b86;*/
  /*color: #ebb204;*/
  color: var(--mycolor1H);
}
body.myHeadAbs #sp-header:not(.header-sticky) #sp-menu ul.sp-megamenu-parent > li.active > a,
body.myHeadAbs #sp-header:not(.header-sticky) #sp-menu ul.sp-megamenu-parent > li.active > span,
body.myHeadAbs #sp-header:not(.header-sticky) #sp-menu ul.sp-megamenu-parent > li:hover > a,
body.myHeadAbs #sp-header:not(.header-sticky) #sp-menu ul.sp-megamenu-parent > li:hover > span {
  color: var(--mycolor2);
}
#sp-header #sp-menu ul.sp-megamenu-parent > li > a:after,
#sp-header #sp-menu ul.sp-megamenu-parent > li > span:after {
  font-size: 15px;
}
/* HEADER - Top Menu - Under Menu */
body ul.sp-megamenu-parent li.sp-menu-item.sp-has-child > div.sp-dropdown.sp-menu-right {
  right: -300px;
  width: fit-content !important;
  /*min-width: 100%;*/
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0px;
  /*background: #ebb204;*/
  background: var(--mycolor2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 15px;
  /*padding: 16px 22px;*/
  padding: 15px 15px;
  vertical-align: top;
  /*color: #101010;*/
  color: var(--mycolor3);
  display: block;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  margin-left: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
  /*background-color: rgba(255, 255, 255, 0.05);*/
  background-color: var(--mycolor2H);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  /*color: #101010;*/
  color: var(--mycolor3);
}


/* SlideShow 1 */
.sp-slider.mySlideShow1 > .sp-slider-outer-stage {
  min-height: 600px;
}
.sp-slider.mySlideShow1 > .sp-slider-outer-stage > .sp-item {
  padding-top: 100px;
}
.sp-slider.mySlideShow1 > .sp-slider-outer-stage > .sp-item .myTitle1 {
  font-size: 76px;
  line-height: 100%;
  font-weight: 200;
}
.sp-slider.mySlideShow1 > .sp-slider-outer-stage > .sp-item .myText1 {
  font-size: 20px;
  line-height: 140%;
  margin-top: 30px;
}
.sp-slider.mySlideShow1 > .sp-slider-outer-stage > .sp-item .sppb-sp-slider-button {
  margin: 0px;
  margin-top: 36px;
}
.sp-slider.mySlideShow1 > .sp-slider-outer-stage > .sp-item .sppb-sp-slider-button .sp-slider-btn-text {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 24px 48px;
  display: block;
  border-radius: 0px;
  /*color: #101010;*/
  color: var(--mycolor3);
  /*background: #ebb204;*/
  background: var(--mycolor2);
}
.sp-slider.mySlideShow1 > .sp-slider-outer-stage > .sp-item .sppb-sp-slider-button .sp-slider-btn-text:hover {
  /*color: #fff;*/
  color: var(--mycolor3);
  /*background: #d6a204;*/
  background: var(--mycolor2H);
}




/* VYHODY */
#sp-main-body .sppb-section.myVyhody1 {
  text-align: center;
}
.sppb-section.myVyhody1 > div > .sppb-row {
  gap: 40px 0px;
}
/* VYHODY - Obrazek */
#sp-main-body .sppb-section.myVyhody1 .myImg .sppb-addon-single-image-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*aspect-ratio: 352 / 458;*/
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
#sp-main-body .sppb-section.myVyhody1 .myImg .sppb-addon-single-image-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: background-color 0.2s linear 0s;
  background-color: transparent;
}
#sp-main-body .sppb-section.myVyhody1 > div > .sppb-row > div:hover .myImg .sppb-addon-single-image-container:after {
  background-color: rgb(0 0 0 / 33%);
}
#sp-main-body .sppb-section.myVyhody1 .myImg .sppb-addon-single-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear 0s;
  transform: scale(1.0);
}
#sp-main-body .sppb-section.myVyhody1 > div > .sppb-row > div:hover .myImg .sppb-addon-single-image-container img {
  transform: scale(1.1);
}
/* VYHODY - Ikona */
#sp-main-body .sppb-section.myVyhody1 .myIkona .sppb-addon-single-image-container {
  display: inline-block;
  vertical-align: top;
  width: 96px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  padding: 16px;
  margin-bottom: 20px;
  transition: background-color 0.2s linear 0s;
  /*background-color: #ebb204;*/
  background-color: var(--mycolor2);
}
#sp-main-body .sppb-section.myVyhody1 .myIkona.ver2 .sppb-addon-single-image-container {
  padding: 0px;
  background-color: transparent;
}
#sp-main-body .sppb-section.myVyhody1 > div > .sppb-row > div:hover .myIkona .sppb-addon-single-image-container {
  /*background-color: #e30613;*/
  background-color: var(--mycolor2H);
}
#sp-main-body .sppb-section.myVyhody1 > div > .sppb-row > div:hover .myIkona.ver2 .sppb-addon-single-image-container {
  background-color: transparent;
}
#sp-main-body .sppb-section.myVyhody1 .myIkona .sppb-addon-single-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
/* VYHODY - Nadpis */
.myVyhody1Number1 > .sppb-addon-content,
.myVyhody1Text1 > .sppb-addon-content {
  font-size: 18px;
  color: #101010;
  line-height: 115%;
  font-weight: 700;
  transition: color 0.2s linear 0s;
}
.sppb-section.myVyhody1 > div > .sppb-row > div:hover .myVyhody1Number1 > .sppb-addon-content,
.sppb-section.myVyhody1 > div > .sppb-row > div:hover .myVyhody1Text1 > .sppb-addon-content {
  color: #e30613;
}
/* VYHODY - Odkaz */
.myVyhody1Link1 > .sppb-addon-content a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: left;
  text-indent: 100%;
  overflow: hidden;
  color: transparent;
}
/* VYHODY - Mezera mezi textem a nadpisem */
#sp-main-body .sppb-section.myVyhody1 .sppb-empty-space.mySpace1 {
  height: 10px;
}
/* VYHODY - Text */
.myVyhody1Text2 > .sppb-addon-content {
  font-size: 18px;
  color: #2e2f33;
  /*line-height: 138%;*/
  line-height: 119%;
  font-weight: 400;
}




/* BLOG */
#sp-main-body .sppb-section.myReference1 {
  padding-left: 31px;
  padding-right: 31px;
}
.myModulReference {
  /*margin-top: 40px;*/
}
/* BLOG - Blog Reference (NOVINKY) */
.myBlogArtReference {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.myBlogArtReference .myImg img {
  width: 100%;
  aspect-ratio: 370 / 320;
  object-fit: cover;
}
.myBlogArtReference .myContent {
  padding-top: 18px;
  flex-grow: 1;  
}
.myBlogArtReference .myTitle {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
}
.myBlogArtReference .myTitle,
.myBlogArtReference .myTitle a {
  /*color: #101010;*/
  color: var(--mycolor1);
}
.myBlogArtReference .myTitle a:hover {
  /*color: #e30613;*/
  color: var(--mycolor2);
}
.myBlogArtReference .myDate {
  /*color: #ebb204;*/
  color: var(--mycolor2);
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  margin-top: 10px;
}
.myBlogArtReference .myText {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.myBlogArtReference .myReadmore {
  margin-top: 20px;
}
/* Reference BLOG */
.myBlog1Cover {
  overflow: hidden;
}
.myBlog1.verBlogPage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 0px;
  margin: 0px -15px;
}
.myBlog1.verBlogPage > div {
  width: 33.33%;
  padding: 0px 15px;
}
.blogmyBlog1.verC5 .myBlog1.verBlogPage > div {
  width: 20%;
}
/* BLOG - Strankovani */
.myBlogPagination {
  margin-top: 7px;
}
.myBlogPagination .myBlogPaginationCounter {
  text-align: right;
}
.myBlogPagination .pagination {
  justify-content: center;
  margin: 0px !important;
}
.myBlogPagination .pagination > .active > a,
.myBlogPagination .pagination > .active > span {
  border-color: var(--mycolor2);
  background-color: var(--mycolor2);
  color: var(--mycolor3);
}
/* BLOG - MODULY */
.blogmyBlog1.verC5 .myBlogModuleBottom {
  border-top: 1px solid rgb(0 0 0 / 20%);
  margin-top: 35px;
  padding-top: 35px;
}


/* LOGO Dodavatele + Podporujeme */
.myModulLoga {
  margin-top: 40px;
  padding: 0px 31px;
}


/* Paticka = sp-footer-long (sp-myfooter) */

/* Paticka = sp-footer-long (sp-myfooter) - ROW1 */
#sp-footer-long #sp-myfooter .sppb-section.myFooter2Row1 {
  padding-bottom: 200px;
}
#sp-footer-long #sp-myfooter .sppb-section.myFooterRow1 {
  
}
#sp-footer-long .sppb-section.myFooterRow1 > div > .sppb-row {
  display: flex;
  justify-content: space-between;
  gap: 30px 30px;
}
#sp-footer-long .sppb-section.myFooterRow1 > div > .sppb-row > div {
  max-width: 100%;
  flex-basis: auto;
  width: auto;
}
#sp-footer-long .sppb-section.myFooterRow1 > div > .sppb-row > div:nth-child(1) {
  flex-grow: 1;
  max-width: 728px;
  color: #fff;
}
#sp-footer-long .sppb-section.myFooterRow1 > div > .sppb-row > div:nth-child(1) > .sppb-column {
  /*padding: 13.3%;*/
}
#sp-footer-long .sppb-section.myFooterRow1 > div > .sppb-row > div:nth-child(2) {
  width: 570px;
}
#sp-footer-long .sppb-section.myFooterRow1 > div > .sppb-row > div:nth-child(2) > .sppb-column {
  background-color: #fff;
  padding: 14% 10.5%;
  /*border: 1px solid #e8e8e8;*/
  /*border-top: 0px;*/
}
#sp-footer-long .sppb-section.myFooterRow1 .sppb-column.myFooterRow1Right {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Paticka = sp-footer-long (sp-myfooter) - ROW2 */
#sp-footer-long #sp-myfooter .sppb-section.myFooter2Row2 {
  padding: 150px 0 130px;
  font-size: 14px;
  background-color: #101010;
  color: #ccc;
}
.sppb-section.myFooter2Row2 a {
  color: #ccc;
  text-decoration: none;
}
.sppb-section.myFooter2Row2 a:hover {
  /*color: #ebb204;*/
  color: var(--mycolor2);
  text-decoration: none;
}
/* Paticka = sp-footer-long (sp-myfooter) - ROW2 - COL4 - MENU */
.myFooterMenu1 > .sppb-addon-content > ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 0px 0px;
}
.myFooterMenu1 > .sppb-addon-content > ul > li {
  line-height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px 10px;
}
.myFooterMenu1 > .sppb-addon-content > ul > li:before {
  content: "\f058";
  font-family: myFa2;
}
.myFooterMenu1 > .sppb-addon-content > ul > li > a {
  text-decoration: none;
  display: block;
  padding-top: 5.6px;
  padding-bottom: 5.6px;
}
.myFooterMenu1 > .sppb-addon-content > ul > li > a:hover {
  text-decoration: none;
}
.myFooterMenu1 > .sppb-addon-content > ul > li.alias-parent-active > a,
.myFooterMenu1 > .sppb-addon-content > ul > li.current > a,
.myFooterMenu1 > .sppb-addon-content > ul > li.active > a {
  color: #ebb204;
}
/* Paticka = sp-footer-long (sp-myfooter) - ROW2 - COL4 - Kontakty */
.myFooterKontakt1 > .sppb-addon-content {
  display: flex;
  flex-direction: column;
  gap: 15px 0px;
}
.myFooterKontakt1 > .sppb-addon-content > * {
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 11px;
  align-items: center;
}
.myFooterKontakt1 > .sppb-addon-content > *:after {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  height: 1px;
  flex-grow: 1;
  margin-left: 18px;
}
.myFooterKontakt1 > .sppb-addon-content img {
  width: 24px;
  height: 26px;
  object-fit: scale-down;
}
.myFooterKontakt1 > .sppb-addon-content a {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.myFooterKontakt1 > .sppb-addon-content a:hover {
  /*color: #ebb204;*/
  color: var(--mycolor2);
  text-decoration: none;
}


/* Paticka = sp-footer */
#sp-footer {

}
#sp-footer .container-inner {
  padding: 0px;
  border: 0px;
}


/* Social Link */
.sppb-icon.mySocial1 > a {
  display: table;
}
.sppb-icon.mySocial1 .sppb-icon-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px 10px;
}
.sppb-icon.mySocial1 .sppb-icon-inner > i {
  margin-bottom: 1px;
}
.sppb-icon.mySocial1 .sppb-icon-inner > span.sppb-form-label-visually-hidden {
  display: inline-block;
  position: relative;
  height: auto;
  width: auto;
  margin: 0px;
  clip: unset;
}


/* O nas */
#sp-main-body .sppb-section.mySecOnas > div {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}
#sp-main-body .myBlogModuleBottom .sppb-section.mySecOnas > div {
  border-bottom: 0px;
}
#sp-main-body .sppb-section.mySecOnas.verPage1 > div > .sppb-row {
  row-gap: 18px;
  padding-bottom: 20px;
}
/* O nas - Text Left */
.sppb-column.myOnasTextCol {
  padding-bottom: 30px;
}
/* O nas - Img Right */
.sppb-column.myOnasImgCol * {
  height: 100%;
}
#sp-main-body .myOnasImg img {
  /*aspect-ratio: 610 / 793;*/
  /*max-width: 610px;*/
  width: 610px;
  max-width: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}


/* Animovana Cisla 1 */
#sp-main-body .sppb-section.mySecAnimNuber1 {
  text-align: center;  
}
#sp-main-body .sppb-section.mySecAnimNuber1 > div > .sppb-row {
  justify-content: center;
  row-gap: 30px;
}
.sppb-section.mySecAnimNuber1 .myNumber > .sppb-addon-content {
  /*color: #ebb204;*/
  color: var(--mycolor2);
  font-size: 86px;
  line-height: 100%;
  font-weight: 700;  
}
.sppb-section.mySecAnimNuber1 .myText1 > .sppb-addon-content {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;  
}


/* Proc Nas */
#sp-main-body .sppb-section.mySecProcNas {
  overflow: hidden;
}
#sp-main-body .sppb-section.mySecProcNas > div > .sppb-row {
  row-gap: 20px;
}
#sp-main-body .sppb-section.mySecProcNas .myProcNasImg .sppb-addon-single-image-container {
  display: block;
  height: 731px;
}
#sp-main-body .sppb-section.mySecProcNas .myProcNasImg .sppb-addon-single-image-container img {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: auto;
  max-width: none;
}


/* MY GALERIE 1 (Uvod text o nas) */
.myGalerie1 > .sppb-addon-content {
  overflow: hidden;
}
.myGalerie1 > .sppb-addon-content > * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 0px;
  margin: 0px -5px;
}
.myGalerie1 > .sppb-addon-content > * > a {
  display: block;
  position: relative;
  overflow: hidden;
  /*width: 33.33%;*/
  width: calc(33.33% - 10px);
  /*aspect-ratio: 512 / 486;*/
  aspect-ratio: 512 / 284;
  margin: 0px 5px;
}
.myGalerie1 > .sppb-addon-content > * img {

}
.myGalerie1 > .sppb-addon-content > * > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear 0s;
  transform: scale(1.0);
}
.myGalerie1 > .sppb-addon-content > * > a:hover > img {
  transform: scale(1.1);
}
.myGalerie1 > .sppb-addon-content > * > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: background-color 0.2s linear 0s;
  background-color: transparent;
}
.myGalerie1 > .sppb-addon-content > * > a:hover:after {
  background-color: rgb(0 0 0 / 33%);
}


/* Vyhledavani */
#myTop2Right {
  position: relative;
  z-index: 100;
}
.mySearchCover {
  position: relative;
  margin-right: 20px;
  z-index: 1;
}
.mySearchCover > .mySearchModule {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  padding-right: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--mycolor3);
  display: none;
}
.mySearchCover.myOpen > .mySearchModule {
  display: block;
}
.mySearchCover > .mySearchModule input[type="text"] {
  width: 240px;
  border: 0px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  padding: 7px 0px;
  background-color: transparent;
  color: var(--mycolor3);
}
/* Vyhledavani - PLACEHOLDER */
.mySearchCover > .mySearchModule input[type="text"]:-ms-input-placeholde {/* Edge */
  color: var(--mycolor3L);
}
.mySearchCover > .mySearchModule input[type="text"]::-webkit-input-placeholder {/* Internet Explorer 10-11 */
  color: var(--mycolor3L);
}
.mySearchCover > .mySearchModule input[type="text"]::placeholder {
  color: var(--mycolor3L);
}
/* Vyhledavani - NASEPTAVAC */
.mySearchCover > .mySearchModule .awesomplete > ul {
  background-color: #fff;
}
.mySearchCover > .mySearchButton {
  width: 20px;
  height: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--mycolor3);
}
.mySearchCover > .mySearchButton:hover {
  color: var(--mycolor1H);
}
body.myHeadAbs #sp-header:not(.header-sticky) .mySearchCover > .mySearchButton:hover {
  color: var(--mycolor2);
}
.mySearchCover > .mySearchButton:before {
  content: "\f002";
  font-family: myFa3;
  font-size: 18px;
}
.mySearchCover.myOpen > .mySearchButton:before {
  content: "\58";
}


/* Mapa Pozadi */
.myMapBg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 2;
}
.myMapBg1 .sppb-addon-content {
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -40%;
}
.myMapBg1 .sppb-addon-content > iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#sp-footer-long #sp-myfooter .sppb-section.myFooter2Row1,
#sp-footer-long #sp-myfooter .sppb-section.myFooter2Row1 * {
  position: static;
  z-index: unset;
}
#sp-footer-long #sp-myfooter .sppb-section.myFooterRow1 > div > .sppb-row > div:nth-child(2) > .sppb-column {
  position: relative;
  z-index: 3;
}


/* Header 1 - Ostatni stranky */
#sp-title .sp-page-title {
  background-color: var(--mycolor1);
  /*padding: 250px 0 120px;*/
  padding: 215px 0 0px;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: 50% 50%;*/
  /*background-position: 50% 67%;*/
  background-position: 50% 60%;
  position: relative;
  /*background-image: url(/images/sablona/slideshow/tnel-kbk.png);*/
  background-image: url(/images/sablona/slideshow/podklady-slider2.jpg);
}
#sp-title .sp-page-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(0 0 0 / 60%);
}
#sp-title .sp-page-title > * {
  position: relative;
}
#sp-title .sp-page-title .sp-page-title-heading {
  text-align: right;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
#sp-title .sp-page-title .mod-breadcrumbs__wrapper {
  margin-top: 70px;
}
#sp-title .sp-page-title .breadcrumb {
  margin: 0px;
  border: 0px;
  padding: 0px !important;
  padding-bottom: 8px !important;
}
#sp-title .sp-page-title .breadcrumb > li.mod-breadcrumbs__here,
#sp-title .sp-page-title .breadcrumb > li.float-start {
  display: none;
}
#sp-title .sp-page-title .breadcrumb > li > a:hover {
  color: var(--mycolor2);
}


/* Hlavicka s vlnkou PODSTRANKY */
/*#sp-main-body .myImgHlavickovy img,*/
.myImgHlavickovy img {
  margin-bottom: -11%;
  margin-top: -1.7%;
}


/* SEZNAM KONTAKTU */
#sp-main-body .sppb-section.myKontaktList {

}
.sppb-column.myKontaktListCol > .sppb-column-addons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 50px;
}
.sppb-column.myKontaktListCol > .sppb-column-addons > .addon-root-text-block {

}
.sppb-column.myKontaktListCol .sppb-addon-text-block > .sppb-addon-title {
  display: block;
  background-color: #e30613;
  color: #fff;
  padding: 5px 8px;
  margin-bottom: 25px;
}
.sppb-column.myKontaktListCol .sppb-addon-text-block > .sppb-addon-title a {
  color: #fff;
}
.sppb-column.myKontaktListCol .sppb-addon-text-block > .sppb-addon-title a:hover {
  text-decoration: underline;
}
.sppb-column.myKontaktListCol .sppb-addon-text-block > .sppb-addon-content > table {
  width: 100%;
}
.sppb-column.myKontaktListCol .sppb-addon-text-block > .sppb-addon-content > table > tbody > tr > td {
  padding: 0px 20px;
  text-align: center;
  width: 33.33%;
  vertical-align: top;
}
.sppb-column.myKontaktListCol .sppb-addon-text-block > .sppb-addon-content > table > tbody > tr:nth-child(n+2) > td {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.sppb-column.myKontaktListCol .sppb-addon-text-block > .sppb-addon-content > table > tbody > tr:nth-last-child(n+2) > td {
  padding-bottom: 20px;
}


/* SEZNAM KONTAKTU 2 */
#sp-main-body .sppb-section.myKontaktList2 {
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding-top: 25px;
}
#sp-main-body .sppb-section.myKontaktList2 > div > .sppb-row {
  row-gap: 30px;
}


/* Under Menu pro podstranky */
.myModuleMenu1 {
  margin-top: -30px;
}
ul.myMenu1Under {
  padding: 0px;
  list-style: none;
}
ul.myMenu1Under li > a {
  display: none;
}
ul.myMenu1Under li:not(.active) {
  display: none;
}
/*ul.myMenu1Under li.active > ul,*/
ul.myMenu1Under ul {
  display: block !important;
  height: fit-content !important;
  overflow: visible !important;
  list-style: none;
  padding: 0px;
  transition: none;
}
ul.myMenu1Under li.current > ul {
  list-style: disc;
  padding-left: 32px;
  margin-bottom: 50px;
}
body.myBlog1 ul.myMenu1Under li.current > ul {
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding-top: 20px;
}
ul.myMenu1Under li.current > ul > li {
  display: list-item;
  font-size: 18px;
}
ul.myMenu1Under li.current > ul > li > a {
  display: inline;
  color: var(--mycolor2);
}
ul.myMenu1Under li.current > ul > li > a:hover {
  color: var(--mycolor2H);
}


/* MOBILE MENU - Button */
#sp-header #offcanvas-toggler {
  float: none;
  height: auto;
  line-height: 100%;
  margin: 0px;
  margin-left: 20px;
  column-gap: 7px;
}
#sp-header  #offcanvas-toggler .burger-icon > span {
  background-color: #fff;
}
#sp-header #offcanvas-toggler .myTitle {
  color: #fff;
}
/* MOBILE MENU */
.offcanvas-menu > .pt-4:nth-child(1) {
  padding-bottom: 0px !important;
  padding-top: 17px !important;
}
.offcanvas-menu > .pt-4:nth-child(1) .myTitle {
  font-size: 24px;
  line-height: 100%;
}
.offcanvas-menu .close-offcanvas {
  top: 15px;
}
.offcanvas-menu .offcanvas-inner {
  padding-top: 0px;
}
.offcanvas-menu .offcanvas-inner ul.menu li.menu-parent > span,
.offcanvas-menu .offcanvas-inner ul.menu li.menu-parent > a {
  padding-right: 33px;
}
.offcanvas-menu .offcanvas-inner ul.menu li > span,
.offcanvas-menu .offcanvas-inner ul.menu li > a,
.offcanvas-menu .offcanvas-inner ul.menu li > a:hover {
  color: #000 !important;
  opacity: 1;   
}
.offcanvas-menu .offcanvas-inner ul.menu li.active > span,
.offcanvas-menu .offcanvas-inner ul.menu li.active > a {
  color: var(--mycolor2) !important;
}
