/*Úvodní banner*/
.banner {
    position: relative;
    overflow: hidden;
    height: auto;
    background-position: bottom center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pozadi-white {
	width: fit-content;
    margin: 0 auto;
    background: #ffffffc7;
    border-radius: 20px;
    padding: 35px;	
}

.banner a.newbuttonr {
	margin: 0 !important;
}

.banner .moveup {
	margin-top: 55px;
}

.hero-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;	
}
.banner h2 {
	color: #1a1a1d;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0px;
    width: 100%;	
}
@media (min-width: 768px) and (max-width: 1200px) {
    .banner h2 {
        font-size: 32px !important;
    }
	.banner p {
		font-size: 20px !important;
	}	
}
@media (min-width: 500px) and (max-width: 767px) {
.banner .moveup {
	margin-top: 40px;
}	
	.pozadi-white {
		padding: 20px !important;
	}	
    .banner h2 {
        font-size: 30px !important;
    }
	.banner p {
		font-size: 20px !important;
		margin-top: 10px !important;
	}
}
@media (max-width: 500px) {
.banner a.newbuttonr {
    padding: 15px 20px 15px 20px;
}
.banner p {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}	
.banner .moveup {
	margin-top: 40px;
}	
	.pozadi-white {
		padding: 15px !important;
	}	
    .banner h2 {
        font-size: 28px !important;
    }
}
.banner h2 span {
	color: var(--barvaodkazuhover);
	font-weight: 800;
}
.banner p {
	color: #1a1a1d;
	font-size: 22px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 40px;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Zajistí, že překrytí bude nad obrázkem */
}
.carousel-cell .container {
	z-index: 2;
	position: relative;
	height: 100%;
}
.carousel-cell .row {
	height: 100%;
}
.carousel-cell .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-cell .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw; /* nebo 100%, pokud chcete, aby se iframe choval responsivně */
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 1.5s ease-in-out;	
}
.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

.boxyslider {
	background-image: url('https://www.oknoplastik.cz/wp-content/uploads/2025/02/kalkulace-min.jpg');
    position: relative;
    overflow: hidden;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
	border: 10px solid #fff;
	margin-top: -50px;
}
.boxyslider .row {
    z-index: 2;
    position: relative;	
}
.boxyslider .boxik {
	display: flex;
	gap: 25px;
	align-items: center;	
}

.boxyslider .boxik h3 {
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.boxyslider .boxik a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	margin: 0;
}

.boxyslider .boxik:has(.fulllink:hover) .fa {
	color: #4cb4e8 !important;
}

.boxyslider .boxik p {
	color: #4cb4e8 !important;
	font-size: 12px;
	margin: 0;	
}

.boxyslider .boxik .fa {
    color: #fff;
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.fulllink {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}

.home .produktp .info {
    padding: 25px 15px 0px 15px;
}
.home .produktp h4 {
    min-height: 25px;
}
.home .blog-home .podnadpis {
    text-align: center;
    padding: 0;
    margin: 0;
    color: #8c8c8c;
    margin-bottom: 15px;
}
.home .blog-home h2.stred {
    margin-bottom: 10px !important;
}
.home .blog-home h3 a {
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    margin: 0px 0;
    color: #3f3f3f;
    text-decoration: none;
}
.home .blog-home h3 {
	line-height: 115% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.home .blog-home h3 a:hover {
    color: var(--barvaodkazuhover) !important;
    text-decoration: none;
}

.tri-sloupce .item {
	display: flex;
	gap: 25px;
	align-items: start;		
}
.tri-sloupce .vlevo .item {
	flex-direction: row-reverse;
}

.tri-sloupce p {
    font-size: 15px;
    font-weight: 400;
	margin: 0 !important;
}

.tri-sloupce h3 {
    color: var(--barvap);
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px !important;
}

.tri-sloupce i {
    min-width: 50px !important;
    min-height: 50px !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    box-shadow: 3px 4px 18px 1px rgba(8, 21, 42, 0.26);
    -webkit-box-shadow: 3px 4px 18px 1px rgba(8, 21, 42, 0.26);
    -ms-box-shadow: 3px 4px 18px 1px rgba(8, 21, 42, 0.26);
    -o-box-shadow: 3px 4px 18px 1px rgba(8, 21, 42, 0.26);
    background: #00b1e5;
    color: #fff;
    font-size: 30px;
    padding: 5px;
    line-height: 41px;
    text-align: center;
}

.tri-sloupce .obrstred {
	margin-bottom: -4px;
}

/*Recenze*/
.recenze h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px !important;
}
.recenze p {
	margin: 0 !important;
	min-height: 125px;
}
.clear {
	clear: both;
}

/*Reference*/
.reference-box h3 {
	font-size: 16px !important;
	text-align: left;
}
.reference-box a {
	text-decoration: none !important;
}

@media(max-width:1099px) {
.uvod {
	width: 100% !important;
}	
.hero-slider .carousel-cell {
		background-size: cover;
}
}
.flickity-slider img {
	max-width: 100% !important;
}

/*Zvýrazněný text - hláška*/
.uvod blockquote {
    background: #0365ae;
    border-radius: 10px;
    margin: 0;
    padding: 10px 10px;
    color: #fff;
}
.uvod blockquote p, .uvod blockquote strong {
    color: #fff;
	margin: 0;
	padding: 0;
}
.uvod blockquote a {
    color: #fff;
	margin: 0;
	padding: 0;
}
.uvod blockquote a:hover {
    color: #fff;
}

/*Pop UP*/
.modal-content {
    background-color: #fff6f7;
    border: none !important;
    border-radius: 6px !important;
}
.modal-content h3 {
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 20px;
}
.modal-content p, .modal-content li {
    font-size: 15px !important;
    color: #000;
    line-height: 150%;
    font-weight: 500;
}
.modal-content p {
	padding-bottom: 10px;
}



.modal-content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    color: #689AAA;
    font-size: 20px;
	font-weight: 900;
	border:none;
	top: 0px;
	padding-right: 15px;
}

.modal-content ul {
    margin-right: 0;
    padding-left: 0;
    list-style: none;
	counter-reset: foo;
    display: table;
	border-spacing: 0 10px;
}

.modal-content ul > li {
    counter-increment: foo;
    display: table-row;
	margin-bottom: 20px;
	font-size: 20px;
	color: #575756;
	line-height: 150%;
	font-weight: 500;
}

.modal-content ul li:before {
    display: table-cell;
}
.modal-content ul li ul {
    margin-top: 30px;
	margin-bottom: 30px;
}

@media(max-width:768px) {
	.modal-body {
    padding: 20px 15px !important;
	}
	.modal { padding-right:0 !important}
	.modal-open{ padding-right:0px !important}
	.close {
    margin-top: -20px !important;
    margin-right: 0px !important;
}
}


/*Produkty*/
.produkty {
	background-color: #000;
}
.produkt {
	position: relative;
	margin: 0 auto;
	background-color: #1a1a1a;
    border-radius: 8px;
	height: 100%;
}
.produkt .info {
 	padding: 25px 25px 25px 25px;	
	color: #fff;
}
.produkt .obrazek {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.produkt .obrazek img {
	height: auto;
	transition: all 0.2s;
	width: 100%;
}
.produkt:hover .obrazek img {
    transform: scale(1.03);
}

.obrazek a {
	display: block;
}
.caption {
	margin-bottom: 0;
	font-style:italic;
}
.produkt h3 a {
	color: #fff !important;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}
.produkt h3 a:hover {
	color: var(--barvaodkazuhover) !important;
}

.produkt p {
	font-size: 16px;
	color: #fff;
	line-height: 135%;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 40px !important;
}


/*NOVINKY HP*/
 .novinky {
     background: #fff;
}
@media(min-width:768px) and (max-width:1200px){
.boxyslider .boxik h3 {
    font-size: 14px;
}	
.novinka .info {
    padding: 15px 15px 15px 15px !important;
}	
.novinka h3, .novinka h3 a {
    font-size: 20px !important;
	line-height: 115% !important;
}	
.novinka .datum {
    font-size: 14px !important;
    right: 15px !important;
}	
.novinka a.readmore {
    font-size: 14px !important;
}	
}

 .novinkytlacitko {
     margin-bottom: 0px;
     margin-top: 0px;
}
.novinka {
    position: relative;
    margin: 0 auto;
    border-radius: 0px;
    height: 100%;
    background: #f5f5f5;
}

.novinka .info {
 	padding: 20px;	
}
.novinka .obrazek {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.domov .novinka .obrazek img {
	width: 100%;
}
.novinka .obrazek img {
	height: auto;
	transition: all 0.2s;
	margin-bottom: -5px;
}

.novinka h3 {
	margin-top: 0 !important; 
	margin-bottom: 0 !important;
	min-height: 55px;
}
.novinka h3 a {
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    line-height: 125%;
    margin: 0px 0;
    color: #3f3f3f;
    text-decoration: none;
}
.novinka h3 a:hover {
	color: var(--barvaodkazuhover) !important;
	text-decoration: none;
}

.novinka p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 20px !important;
}
.novinka .datum {
    color: #71748a;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 25px;
	right: 25px;
}
 .novinky a {
     text-decoration: none;
}
 .novinky a:hover {
     text-decoration: underline;
}
 .novinky p {
     font-size: 16px;
}
 .novinky i {
     margin-left: 5px;
     transition: 0.2s ease;
}
 .novinky a:hover i {
     margin-left: 10px;
     transition: 0.2s ease;
}

/*Kontakt*/
.kontakt {
    background: #cf010d;	
}
.kontakt i {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 0;
	padding-right: 15px;
}
.kontakt p {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 0;
}
.kontakt a {
	color: #fff !important;
	text-decoration: none;
}
.kontaktkariera {
    background: #f4f4f4;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;	
}
.kontaktkariera p:last-child {
	margin-bottom: 0;
}

/*Patička*/
footer {
    background-color: #000;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
footer .container {
    z-index: 2;
    position: relative;	
}
.footer a:hover {
    color: var(--barvaodkazuhover);
	text-decoration: none;
}
.footer a {
    color: #fff;
	text-decoration: none;
}
.domov footer {
    margin-top: 0px;
}

footer .logo {
	display: block;
}
footer p {
	color: #fff !important;
	font-size: 14px;
}

@media(max-width:991px) {
	.copyright a {
		display: inline-block !important;
		padding-left: 3px;
		font-size: 12px;
	}
	.copyright strong {
		font-size: 12px;
	}
	footer p strong {
	font-size: 12px;
}
	footer .copyright p{
	font-size: 12px !important;
}
}
footer .columnone i {
	padding-right: 15px;
	font-size: 14px;
	color: var(--barvaodkazuhover);
	float: left;
    padding-top: 5px;	
}
footer .nadpisf {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 30px 0;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
    display: block;
	text-transform: uppercase;
}

footer .info a {
	margin-bottom: 15px;
    display: block;
    position: relative;
    color: #eeeeee;
    font-size: 13px;
	text-transform: uppercase;
	padding-left: 20px;
}
footer .info a:before {
    content: '\f45c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 5px;
    margin-top: -7px;
    position: absolute;
	color: var(--barvaodkazuhover);
    top: 13px;
    left: 0;
}
footer .info a:last-child {
	margin-bottom: 0;
}
footer .info a:hover{
	text-decoration: none;
	color: var(--barvaodkazuhover);
}
footer .copy {
	background-color: #000;
    position: relative;
    z-index: 1;	
}

footer .copyright p {
    font-size: 12px;
    font-weight: 400;
}

footer .columnone p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
	margin-bottom: 10px;
}
footer .columnone p:first-of-type {
    color: #bdbdbd !important;
	margin-bottom: 20px;
}
footer .kontaktinfo {
    display: flex;
    align-items: center;
}
footer .kontaktinfo i {
    color: var(--barvaodkazuhover);
    font-size: 40px;
    margin-right: 25px;
	width: 50px;
	text-align: center;
}
footer .kontaktinfo span {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}
footer .kontaktinfo a, footer .kontaktinfo p {
    font-size: 14px;
    color: #bbbbbb !important;
    line-height: 18px;
    display: block;
}
footer .columnone p:first-child {
	color: #bbbbbb !important;	
}
footer .kontaktinfo a:hover {
	text-decoration: underline;
}
footer .kontaktinfo{
	margin-bottom: 25px;
}
footer .kontaktinfo:last-child{
	margin-bottom: 0px;
}
footer .copyright a {
	color: #fff;
	text-decoration: none;
}
footer .copyright a:hover {
	color: var(--barvaodkazuhover);
}

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

footer .social a {
	background-color: #F8B32600;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 55px;
	margin-right: 10px;
}
footer .social a:last-child {
	margin-right: 0;
}
footer .social a:hover {
    border-color: var(--barvaodkazuhover);
	background: var(--barvaodkazuhover);
}

footer .social .fab {
    font-size: 22px;
    color: #fff;
}

/*Novinky - archiv*/
.widget h4 {
    background-color: #f8f9f9;
    float: left;
    width: 100% !important;
    border-bottom: 2px solid #eaeaea;
    padding: 12px 15px;
	margin: 0 !important;
}
.widget {
    float: left;
    width: 100%;
    border: 2px solid #eaeaea;
    margin-bottom: 30px;	
}
.widget .tagcloud {
    width: 100%;
    float: left;
    padding: 15px !important;
}
.widget .tagcloud a:hover {
    color: #fff;
    background-color: var(--barvaodkazuhover);
}
.widget .tag-cloud-link {
    border: 1px solid #eee;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px !important;
    margin: 0 8px 8px 0;
    padding: 5px 20px;
    width: auto;
    color: #5a6470;
	text-decoration: none;
}
.widget ul li:first-child {
    padding-top: 0;
}
.widget ul li, .widget li {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 5px;
    margin: 0;
}
.widget ul, .widget.widget_text .textwidget, .widget .tagcloud {
    width: 100%;
    float: left;
    padding: 15px!important;
}
.widget li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 5px
}
.widget ul,
.widget li {
    margin: 0;
    padding: 0;
    list-style: none
}
.widget li:last-child {
    margin: 0
}
.widget ul li:last-child {
    padding-bottom: 0;
	border:none !important;
}
.widget li a {
    color: #5a6470;
    float: left;
    width: 100%;
	text-decoration: none;
}
.widget li a:hover {
    color: var(--barvaodkazuhover);
}
.vypis {
    margin-bottom: 35px;
    border: 2px solid #dead37;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

 .uvod .row .vypis:last-child {
     margin-bottom: 0 !important;
}

 .vypis:hover {
     border: 2px solid #3d5540;
}

 .vypis .obsah2 {
     padding-left: 30px;
}
.vypis .obsah2 h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
    margin-top: 0;
}
 .vypis .obsah2 a {
     text-decoration: none;
}
 .vypis .readmore i {
     margin-left: 5px;
     transition: 0.2s ease;
}
.clanek .readmore i {
     margin-right: 5px;
     transition: 0.2s ease;
}
.vypis .readmore {
	padding-top: 20px;
	display:block;
}
.clanek .readmore {
    padding-top: 0;
    display: block;
    margin-top: -30px;
    margin-bottom: 60px;
}
 .vypis a:hover {
     text-decoration: underline;
}
 .vypis .readmore:hover i {
     margin-left: 10px;
     transition: 0.2s ease;
}
 .clanek .readmore:hover i {
     margin-right: 10px;
     transition: 0.2s ease;
}
/*Pagination*/
 .pagination {
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: center;
}
 .pagination .page-numbers {
     margin-top: 30px !important;
}
.pagination a {
    background: #0a0e06;
    margin: 5px;
    color: #fff;
    border-radius: 8px;
    line-height: 11px;
    text-decoration: none;
	height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
}
 .pagination a:hover {
     background: var(--barvaodkazuhover);
	 color: #fff;
}
 .pagination .current {
     background: var(--barvaodkazuhover);
     margin: 5px;
     color: #fff;
     border-radius: 8px;
     line-height: 11px;
     text-decoration: none;
	height: 45px;
    line-height: 45px;
     padding: 0 20px;
}


/*DETAIL NOVINKY*/
.obsah  .publikovano {

}
.novinkaobsah h2 {
	font-size: 26px !important;
    margin-bottom: 15px !important;	
	margin-top: 20px !important;
}
.novinkaobsah .text-left {
	font-size: 15px;
	line-height: 25px;
}
.publikovano {
    display: block;
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.publikovano i {
	margin-right: 10px;
}

 .post-thumbnail img {
     border-radius: 15px;
     margin-bottom: 50px;
     margin: 0 auto;
     max-width: 100%;
     width: 100%;
     height: auto;
}
 .clanek h1 {
     padding-top: 5px !important;
}
.mobil2 {
		display: none !important;
	}	
.mobil2 i {
	padding-right: 5px;
    font-size: 16px;	
}
.navigation {
	display: none !important;
}
@media(max-width:767px) {
	.boxik {
		margin-bottom: 30px;
	}
	.boxyslider .row .col-xs-12:last-child .boxik {
		margin-bottom: 0 !important;
	}

.cta p {
    font-size: 15px !important;
}	
.mobil2 {
		display: block !important;
}	
.navigation .arrows {
	 font-size: 0;
	 padding: 10px 15px 10px 15px!important;
}
.navigation .arrows i {
	 font-size: 16px !important;
}
.back a {
		padding: 10px 15px 10px 15px!important;
}
}

/*Zpět nahoru tlačítko*/
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000; /* Ensure it appears above other content */
}

.btn {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: var(--barvaodkazuhover);
    color: white;
    font-size: 30px;
    line-height: 50px; /* Vertically center the arrow */
    border-radius: 0;
    text-decoration: none;
    transition: background-color 0.3s ease;
	border-radius: 8px;
}

.btn i {
    transition: transform 0.3s ease;
}

.btn:hover {
    background-color: #000;
}

@media (max-width: 768px) {
.hero-slider {
}	
    .btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 10px;
		line-height: 20px;
    }
}

/*Podstrana banner*/
 .bannerpodstrany {
     position: relative;
     overflow: hidden;
     padding-top: 80px;
     padding-bottom: 80px;
     background-repeat: no-repeat;
     background-size: cover;
     margin-bottom: 0px;
     background-position: right;
}

 .bannerpodstrany p {
     font-size: 30px;
     line-height: 145%;
     font-weight: 400;
     padding-top: 0px;
     padding-bottom: 0;
     color: #0D7486;
     margin: 0;
     display: inline-block;
}
.bannerpodstrany .container {
	z-index: 2;
	position: relative;
}


/*Kontakty*/
.ktn {
	max-width: 650px !important;
	column-gap: 25px;
}
.kontakty h3 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
.kontakty i {
    padding-right: 15px;
    font-size: 18px;
    color: var(--barvaodkazuhover);
}
.kontakty .name, .kontakty .contact {
	flex: 1;
} 
@media(max-width:767px) {
@media (max-width: 1200px) {
    .boxyslider {
        padding: 20px 15px !important;
    }
}	
.kontakty .name, .kontakty .contact {
	flex:none !important;
	display: block !important;
}
.kontakty .contact {
		margin-top: 25px;
	}
}

/*Výhody*/
.vyhoda {
    position: relative;
    border-radius: 8px;
    min-height: 100%;
    border: 1px solid rgba(15, 15, 15, 0.1);
	padding-top: 25px;
	padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;	
}
/*.vyhoda:hover {
    box-shadow: 0px 20px 110px rgba(15, 15, 15, 0.1);
    border: 1px solid rgba(15, 15, 15, 0);
}*/
.vyhoda i {
    background-color: #000;
    border-radius: 100%;
    display: inline-flex;
    transition: all 0.2s linear;
    color: #fff;
    font-size: 30px;
    padding: 18px;
    width: 75px;
    height: 75px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
}
/*.vyhoda:hover i {
	background: var(--barvaodkazuhover);
	
}*/
.vyhoda h3 {
	font-size: 19px !important;
	margin-bottom: 0 !important;
}

@media(max-width:768px) {
.vyhoda {
    padding-top: 15px;
    padding-bottom: 15px;	
}
.vyhoda i {
    font-size: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
}

/*Video embed*/
    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
		border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/*Boxy*/
.boxy {
    background: #f4f4f4;	
}
.box {
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    height: 100%;
    border: 1px solid rgba(15, 15, 15, 0.1);
	background: #fff;
}
.box:hover {
    box-shadow: 0px 20px 110px rgba(15, 15, 15, 0.1);
	border: 1px solid rgba(15, 15, 15, 0);
}
.nozoom:hover {
	box-shadow: none !important;
	border: 1px solid rgba(15, 15, 15, 0.1) !important;
}
.nozoom:hover .obrazek img {
    transform: scale(1.0) !important;
}
.box .info {
 	padding: 25px 25px 25px 25px;	
}
.box .obrazek {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.domov .box .obrazek img {
	width: 100%;
}
.box .obrazek img {
	height: auto;
	transition: all 0.2s;
	margin-bottom: -5px;
}
.box:hover .obrazek img {
    transform: scale(1.03);
}

.box h3 {
	margin-top: 0 !important; 
}
.box a {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}
.box a:hover h3 {
	color: var(--barvaodkazuhover) !important;
	text-decoration: none;
}

.box p {
	font-size: 16px;
	color: #000;
	line-height: 135%;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 40px !important;
}
.boxy ~ footer {
	padding-top: 0px !important;
}

/*Produkty*/
.produktyp {
    background: #fff;	
}
.produktyp .col-xl-6 img {
	max-width: 400px;
}
.produktyp .podnadpis {
	text-align: center;
	padding: 0;
	margin: 0;
    color: #8c8c8c;
    margin-bottom: 15px;	
}
.produktyp h2.stred {
	margin-bottom: 10px !important;
}
.produktp {
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    height: 100%;
	background: #fff;
}
.produktp .ikona {
    bottom: -25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    position: absolute;
    border: 2px solid #00b1e5;
    color: #00b1e5;
    line-height: 100px;
    font-size: 40px;	
}
.produktp .ikonainside {
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-top: 2px;
}

.produktp .info {
 	padding: 25px 25px 0px 25px;	
}
.produktp .obrazek {
	border-radius: 3px;
	position: relative;
}

.produktp .obrazek img {
	height: auto;
	transition: all 0.2s;
	border-radius: 3px;
	margin-bottom: -6px;
}
.produktp .obrazek {
	overflow: hidden;
	border-radius: 3px;
}
.produktp:hover .obrazek img {
    transform: scale(1.03);
}
.produktp:hover h4 {
    color: var(--barvaodkazuhover);
}

.box h3 {
	margin-top: 0 !important; 
}
.produktp h4 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
    color: #444444;
    font-size: 18px;
	line-height: 125%;
    font-weight: 700;
	text-align: center;
	width: auto;
    text-transform: uppercase;
	min-height: 45px;
}

.produktp a {
	font-size: 24px;
	color: var(--barvaodkazuhover) !important;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}

.home .produktp a {
	color: #fff !important;
}

.page-12575 .produktp a {
	color: #fff !important;
}
.page-13073 .produktp a {
	color: #fff !important;
}


.produktp a:hover h3 {
	text-decoration: none;
}

.produktp p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
	margin-top: 0px;
	margin-bottom: 0px !important;
	text-align: center;
}
.produktp a.readmore {
	margin-top: 40px;
}

/*Pracovní pozice*/
.pozice a {
	min-width: 300px;
    width: fit-content;
    width: -moz-fit-content;
    background: #e7000e;
    border-radius: 8px;
    padding: 20px 20px;
	margin-bottom: 15px;
	display: block;
}
.pozice:last-of-type{
	margin-bottom: 50px;
}
.pozice a:hover {
	background: #000;
}
.pozice h3 {
	margin-top: 0 !important;
	padding-top: 0;
	margin-bottom: 15px !important;
	color: #fff !important;
}
.pozice li a {
	color: #fff;
}
.pozice li {
	list-style: none;
}
.pozice ul {
	margin: 0;
	padding: 0;
}
.pozice ul li:before {
	display: none !important;
}

/*List seznam - ikona*/
.uvod ul,
.bloktext ul, .blokyp ul {
    counter-reset: foo;
    display: table;
    padding-left: 0;
    margin-left: 0;
}

.uvod ul > li,
.bloktext ul > li, .blokyp ul > li {
    counter-increment: foo;
    display: table-row;
    margin-bottom: 5px;
    line-height: 150%;
}

.uvod ul > li::before,
.bloktext ul > li::before, .blokyp ul li::before {
    text-align: right;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--barvaodkazuhover);
    content: '\f058';
}

.uvod ul li,
.bloktext ul li, .blokyp ul li {
    list-style: none;
    display: table;
    vertical-align: top;
	font-size: var(--pismop);
}
.uvod ul li strong,
.bloktext ul li strong,
.blokyp ul li strong,
.uvod ul li a,
.bloktext ul li a,
.blokyp ul li a,
.uvod ul li em,
.bloktext ul li em,
.blokyp ul li em,
.uvod ul li i,
.bloktext ul li i,
.blokyp ul li i,
.uvod ul li u,
.bloktext ul li u,
.blokyp ul li u {
    display: inline-block;
}

ol li {
	padding-bottom: 10px;
}


/* Vnořené UL (druhý level) */
.uvod ul > li > ul,
.bloktext ul > li > ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
}

/* Druhá úroveň ikon */
.uvod ul > li > ul > li::before,
.bloktext ul > li > ul > li::before {
    content: '\f00c';
    font-size: 14px;
    color: #000;
}

/* Třetí úroveň ikon */
.uvod ul > li > ul > li > ul,
.bloktext ul > li > ul > li > ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
}

.uvod ul > li > ul > li > ul > li::before,
.bloktext ul > li > ul > li > ul > li::before {
    content: '\f054';
    font-size: 12px;
    color: #b5b5b5;
}


/*Detail služba*/
.detail-sluzba .uvod ul {
    counter-reset: foo;
    display: table;
}

.detail-sluzba .uvod ul > li {
    counter-increment: foo;
    display: table;
	margin-bottom: 5px;
    line-height: 150%;
}

.detail-sluzba .uvod ul > li::before {
    text-align: right;
    display: table-cell;
}

.detail-sluzba .uvod ul {
	padding-left: 0;
	margin-left: 0;
}
.detail-sluzba .uvod ul li:before{
        content: '\f058';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 20px;
        position: relative;
        padding-right: 15px;
		color: var(--barvaodkazuhover);
	    margin-top: 2px;
   		float: left;
 }
.detail-sluzba .uvod ul li {
	list-style: none;
}

/*Úvody dle úrovně*/
.uroven1.uvod {
	background-color: #242428;
}
.uroven1.uvod p, .uroven1.uvod h1, .uroven1.uvod a, .uroven1.uvod li {
	color: #fff;
}
.uroven1.uvod h1 {
	color: #fff;
	text-transform: uppercase;
}
.uroven1.uvod h3 {
	color: #fff;
}
.uroven2.uvod {
	background-color: #242428;
}
.uroven2.uvod p, .uroven2.uvod h1, .uroven2.uvod a, .uroven2.uvod li, .uroven2.uvod strong {
	color: #fff;
}
.uroven2.uvod .row .row img {
	margin-top: 10px;
	margin-bottom: 20px;
}
.uroven2.uvod h1 {
	color: #fff;
	text-transform: uppercase;
}
.uroven2.uvod h3 {
	color: #fff;
}

.uroven2.uvod a:hover {
	color: #00b1e5 !important;
}

.uroven3.uvod {
	background-color: #242428;
}
.uroven3.uvod p, .uroven3.uvod h1, .uroven3.uvod a, .uroven3.uvod li {
	color: #fff;
}
.uroven3.uvod h1 {
	color: #fff;
	text-transform: uppercase;
}
.uroven3.uvod h3 {
	color: #fff;
}
@media(max-width:768px) {

.ctabutton {
	margin-top:25px;
}
.ctaobsah {
	width: 100% !important;
}
.ctabutton {
	width: 100% !important;
}	
}

@media(max-width:991px) {
.cta {
    width: 100% !important;
    padding-left: 25px;
    padding-right: 25px;
}	
.ctacontainer2 {
    top: 0 !important;
    transform: translateY(0%) !important;
}	
}
.cta {
	width: 88%;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 1000px;
	background: #00b1e5;
}
.ctacontainer {
	z-index: 2;
	position: relative;
    top: -100%;
    transform: translateY(-100%);	
}
.ctacontainer2 {
	z-index: 2;
	position: relative;
    top: -25%;
    transform: translateY(-25%);	
}
.ctaobsah {
	width: 70%;
}
.ctabutton {
	width: 30%;
}
.cta p {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.bannerpozadi {
    padding-top: 85px;
    padding-bottom: 85px;
}
.bannerpozadi h2 {
	color: #fff;
    width: auto;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bannerpozadi p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 30px;
	width: 100%;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.nadpis:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--barvaodkazuhover);
    display: block;
    margin: 0 auto 45px auto;
}
h2 em {
	font-style: normal !important;
}
h2 em:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--barvaodkazuhover);
    display: block;
    margin: 20px 0 30px 0;
}

.podstrana h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--barvaodkazuhover);
    display: block;
    margin: 20px 0 30px 0;
}
.podstrana h2.stred:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--barvaodkazuhover);
    display: block;
    margin: 20px auto 45px auto;
}

.bloktext h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--barvaodkazuhover);
    display: block;
    margin: 20px 0 30px 0;
}
.bloktext h2.stred:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--barvaodkazuhover);
    display: block;
    margin: 20px auto 45px auto;
}

.gallery-masonry {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.gallery-item {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}

.gallery-item img {
    width: 100%;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
    transform: scale(1.02);
}

.gallery-title {
	font-size: 11px;
	line-height: 125%;
	text-align: center;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 10px;
    margin: 0;	
}

.lightbox-description {
	color: #fff !important;
}

/* TABLETY (max 2 vedle sebe) */
@media screen and (max-width: 1024px) {
    .gallery-item {
        width: calc(50% - 10px);
    }
}

/* MOBILY (vše pod sebou) */
@media screen and (max-width: 600px) {
	.gallery-masonry {
		margin-left: 0px;
	}	
    .gallery-item {
        width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;		
    }
}

/*TABULKA*/
table {
    border: 1px solid #dedede;
	border-spacing: 0;
}
td {
	border: 1px solid #dedede;
	padding: 5px;
}
th {
	background-color: var(--barvaodkazuhover);
	color: #fff;
	border: var(--barvaodkazuhover);
	padding: 5px;
}
.pars {
	font-size: 15px;
	border:none;
	margin-bottom: 20px;
	
}
.pars tr {

}
.pars tr td {
	background: transparent;
    color: #fff;
	border:none;
    border-bottom: 1px solid #676767;
}
.pars tr td:first-child {
	background: transparent;
    color: #fff;
	border:none;
	font-weight: 600;
    border-bottom: 1px solid #676767;
}
.pars tr:last-child td {
	border-bottom: none;
}

.pars2 {
	font-size: 15px;
	border:none;
	margin-bottom: 20px;
	
}
.pars2 tr {

}
.pars2 tr td {
	background: transparent;
    color: #fff;
	border:none;
    border-bottom: 1px solid #676767;
}
.pars2 tr th {
	background: transparent;
    color: #fff;
	border:none;
	font-weight: 600;
    border-bottom: 1px solid #676767;
	text-align: left;
}
.pars2 tr:last-child td {
	border-bottom: none;
}

/*Pobočky*/
.pobocky h3 {
	margin-bottom: -15px;	
}
.pobocky p {
	padding-bottom: 20px !important;
}
.pobocky h2, .obchodnici h2 {
	text-transform: uppercase;
}
.obchodnik h4 {
	color:#000;	
	font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
}
.pobocky h4 {
	font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
}
.pobocky h4:after, .obchodnik h4:after, .podpora h4:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--barvaodkazuhover);
    display: block;
    margin: 14px 0 15px 0;
}
.phone-number a {
	text-decoration: none;
}
.phone-number a:hover {
	text-decoration: underline;
}

/*Statistiky*/
.statistiky {
	background: #00b1e5;
}
.statistiky h3 {
	color: #fff !important;
	padding: 0;
	margin-bottom: 0 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}
.statistiky i {
	color: var(--barvaodkazuhover) !important;
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
}
.statistiky .container {
	z-index: 2;
	position: relative;
}
 .statistiky {
     position: relative;
     overflow: hidden;
     padding-top: 80px;
     padding-bottom: 80px;
     background-repeat: no-repeat;
     background-size: cover;
     margin-bottom: 0px;
     background-position: right;
}
@media(min-width:575px) {
.statistiky .align-items-start .col-12:nth-child(4), .statistiky .align-items-start .col-12:nth-child(5), .statistiky .align-items-start .col-12:nth-child(6) {
	margin-bottom: 0 !important;
	padding-bottom: 0px !important;
}
}
@media(max-width:575px) {
	.radekfotek img 
	{
		max-width: 300px !important;
	}
}
	
@media(max-width:575px) {
.statistiky .align-items-start .col-12:nth-child(6) {
	margin-bottom: 0 !important;
	padding-bottom: 0px !important;
}
}

/*Blok s ikonami*/
.blokikony h2 {
	color: #000;
}
.blokikony i {
    background-color: #f5f5f5;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    font-size: 30px;
    color: var(--barvaodkazuhover) !important;
    text-align: center;
    line-height: 100px;
	display: inline-block;
	transition: transform 0.5s ease-in-out;	
	margin-bottom: 20px;
	
}
.blokikony .col-xl-4:hover i {
  transform: rotate(360deg);
}


/*Certifikáty*/
.certifikaty img {
    border: 1px solid #d8d8d8;
    max-width: 200px;
    margin: 0 auto 15px auto;
    text-align: center;
    display: block;
}

/*Výhody*/

@media (min-width: 1400px) {
    .vyhody .container {
        max-width: 1300px !important;
    }
}
.vyhody {
	background: #fff;
}
.vyhody h3 {
	color: #000 !important;
	padding: 0;
	margin-bottom: 0 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}
@media(min-width:1200px) {
.vyhody h3 {
	min-height: 45px;
}	
}
@media(min-width:768px) and (max-width:1200px) {
	.boxyslider {
		padding: 20px 5px !important;
	}
}
.vyhody i {
	color: var(--barvaodkazuhover) !important;
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 25px;
}

div#map {
    float: left;
    width: 100%;
    height: 550px;
    padding: 20px 0px 0px 0px;
}

#reflist li {
	list-style: none !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 14px;	
}
#reflist li a{
	color:#0365ae;
	font-weight: 500;
}

.recenze {
	clear: both;
}
.recenze .recenze-item {
    border: 1px solid #ccc;
    padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
}
.recenze .recenze-item p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
}
.recenze .recenze-item i {
    color: #a8a8a8;
}
.recenze .recenze-item strong {
	font-size: 13px;
}
.recenze .recenze-item:last-child {
	margin-bottom: 0 !important;
}

/*Dveře vedle sebe*/
.page-11574 .foto .gallery_image img {
	height:250px;
	margin: 0 auto;
	width: auto !important;
}
.gallery_image {
	display: block;
}

/*Breadcrump*/
.breadcrump {
	font-size: 12px;
	border-top: 1px solid #3d3d42;
    background: #1a1a1d;
	color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;	
}
.breadcrump a {
    color: #fff;	
}

/*Boční menu*/
.custom-sidebar-menu {
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 10px;
    font-family: sans-serif;
}
.custom-sidebar-menu h4 {
	color: var(--barvaodkazuhover) !important;
    font-size: 20px;
	font-weight: 600;
    margin-bottom: 1rem;
}
.custom-sidebar-menu ul {
    list-style: none;
    padding-left: 10px;
}
.custom-sidebar-menu li {
    margin-bottom: 0.3rem;
}
.custom-sidebar-menu li.current-item > a {
    font-weight: bold;
    color: var(--barvaodkazuhover) !important;
	text-decoration: none !important;
}
.custom-sidebar-menu li a {
	text-decoration: none !important;
}
.custom-sidebar-menu li ul {
    margin-top: 10px;
    margin-left: 10px;
    border-left: 2px solid #ccc;
    padding-left: 10px;
}

/*2 bloky vedle sebe*/
.blokyp .nadpis {
	margin-top: 20px !important;
}
.blokyp .obrazek img {
	max-height: 260px !important;
	width: auto;
}

/*Text a produkty opakovač*/
.text_a_produkty {
	margin-bottom: 100px;
}
.text_a_produkty .uvod p {
	margin: 0;
}
.text_a_produkty .uvod h3 {
	margin-top: 15px !important;
}
.page-13238 .text_a_produkty {
	margin-bottom: 0 !important;
}

/*Modelové řady id */
.page-12841 .modelova-rada {
	border:1px solid var(--barvaodkazuhover);
}
.page-12841 .modelova-rada:hover {
	border:1px solid var(--barvaodkazuhover);
	background: var(--barvaodkazuhover);
}
.page-12841 .modelova-rada:hover h4 {
	color: #fff;
}
.page-12841 .modelova-rada .info {
	min-height:inherit !important;
}
.page-12841 .detail-box .gallery_image img {
    height: auto !important;
}
.page-12841 .detail-box h3 {
    text-transform: uppercase;
}
.page-12841 .modelova-rada.active {
	border:1px solid var(--barvaodkazuhover);
	background: var(--barvaodkazuhover);
}
.page-12841 .modelova-rada.active h4 {
	color: #fff;
}
.page-12841 .produktp .info {
    padding: 10px 25px 0px 25px;
}
.page-12841 .produktp h4 {
    min-height: 30px;
}


.splatky {
    float: right;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;	
}

.item { cursor: pointer; }
.item.is-checked .kalkulace { border-color:#217dc0; }


/* box pod tlačítkem */
.submit-spinner {
  display: none;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #444;
}

/* vlastní kolečko */
.submit-spinner .spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e6e6e6;
  border-top-color: #d4d4d4;   /* můžeš změnit barvu */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 6px auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

#silktide-modal footer {
	background-color: #fff !important;
}