:root {
    --primarycolor: #d72924;
    --secondarycolor: #d72924;
	--alternativeprimarycolor: #fa0600;
    --gradientprimary: #d72924;
    --gradientsecondary: #d72924;
    --white: white;
	--hovercolor: #ffc310;

	/* color: #ff0600; */
	/* color: #fa0600; */
	/* color: #d72924; */
}
li,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
    color: var(--bs-black);

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
body {
    color: #232323;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    line-height: 24px;
    background: #e9edf2;
}
header {
    margin-top: -25px;
    padding-top: 25px;
}
.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-100 {
    width: 100%;
}
.fs-14 {
    font-size: 14px;
    line-height: 14px;
}
.custom-border {
    border: 2px solid #ff0600;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-nav li {
    display: inline-block;
    margin-right: 16px;
}

.top-social {
    display: flex;
    justify-content: end;
    margin: 0;
}
.top-social li {
    display: inline-block;
    line-height: 41px;
}
.top-social li a {
    color: black;
    margin-right: 10px;
}
.top-social li.date {
    padding: 0 14px;
    margin-left: 19px;
    background: var(--primarycolor);
    color: #fff;
    font-weight: 600;
}

.top-bar {
    background: #fff;
    padding: 0;
    border-top: 0 !important;
}
.top-bar .top-nav li {
    display: inline-block;
}

.header-middle {
    padding: 20px 0;
}
.header-middle .banner-img {
    text-align: center;
}

.banner-img img {
    max-width: 100%;
}
.title {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--primarycolor);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 26px;
    padding-right: 10px;
}

.datum {
	padding-bottom: 10px
}
.top-section {
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 5px;
}
.logo {
    /* background: var(--primarycolor); */
    height: 115px;
}
.logo a {
    display: block;
    text-align: center;
    line-height: 115px;
}
.right-menu li {
    float: left;
}
.right-menu li a {
    line-height: 40px;
    width: 60px;
    font-size: 19px;
    display: block;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    color: #5c5c5c;
}
.header-transparent .right-menu li .nav-search {
    width: 80px;
    height: 80px;
    margin-left: 15px;
}
.header-box-transprent .ts-main-menu .right-menu li a {
    height: 65px;
    line-height: 65px;
    width: 65px;
    color: #fff;
    border-left: none;
    border-right: 1px solid #ff3639;
}
.header-box-transprent .ts-main-menu .right-menu li .nav-search {
    height: 65px;
    width: 65px;
    border-left: 1px solid #bb1619;
}

.navbar-container {
    position: relative;
    background-color: #fff;
}
.navbar-container .nav-search-button {
    background-color: var(--primarycolor);
    color: #fff;
    padding-top: 2px !important;
}
.navbar-container .right-menu {
    position: absolute;
    right: 0;
    top: 0;
}
.navbar-container .navbar {
    background-color: #fff;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
}
.color-red {
    color: var(--primarycolor);
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    padding: 10px 10px;
    background-color: var(--alternativeprimarycolor);
    color: white;
    border: none;
}
.back-to-top i {
    display: flex;
}
.back-to-top:hover {
    background-color: var(--hovercolor);
    color: white;
}
.footer {
    background-color: var(--primarycolor);
    /* padding-top: 30px; */
    color: white;
}
.footer a {
    color: white;
    text-decoration:none;
}
.footer a:hover {
	font-weight: bolder;
}
.contact-info li {
    margin-bottom: 10px;
}

.social-media li {
    display: inline-block;
    margin-right: 10px;
}

.footer-bottom {
    background-color: var(--primarycolor);
    padding: 5px 0;
    color: white;
}
.border-left {
    border-left: 2px solid;
}

.footer-bottom p {
    font-size: 12px;
}
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}

.footer-links li {
    display: inline-block;
    margin-right: 10px;
}

.footer-links a {
    font-size: 12px;
    text-decoration: none;
    color: white;
}

.footer-img {
    height: 100px;
}
.text-right {
    justify-content: flex-end;
    display: flex;
}
.social-icon {
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
}
.social-icon a i {
    color: black;
}
.facebook-icon {
    background: #3a5999;
    height: 100px;
    padding: 10px;
}
.twitter-icon {
    background: #1ca1f3;
    height: 100px;
    padding: 10px;
}
.insta-icon {
    background-color: #e4405f;
    height: 100px;
    padding: 10px;
}
.youtube-icon {
    background: #fe0000;
    height: 100px;
    padding: 10px;
}
.title-bg {
    background-color: var(--gradientprimary);
    color: var(--white);
    padding: 3px 9px;
    font-size: 14px;
}
.border-bottom {
    border-bottom: 1px solid var(--gradientprimary) !important;
}
.btn-white {
    padding: 11px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    background-color: white;
    border-style: none;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 100px 0 white inset;
}
.btn-red {
    padding: 11px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background-color: var(--gradientprimary);
    border-style: none;
    border-radius: 0px;
    box-shadow: 0 1px 100px 0 var(--gradientprimary) inset;
}

.submit-btn {
    flex-basis: 100%;
}

.custom-input {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: white;
    background: var(--primarycolor);
}
.custom-input input::placeholder {
    color: white;
}
.p-30 {
    padding: 30px 0;
}
.p-20 {
    padding: 20px;
}
.pt-30 {
    padding-top: 30px;
}

/* card block design */
.position-relative {
    position: relative;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.position-relative:hover .card-overlay {
    opacity: 1;
}

.card-img-top {
    transition: transform 0.3s ease-in-out;
}

.position-relative:hover .card-img-top {
    transform: scale(0.9);
}

.navbar-nav > li {
	list-style: none;
}
.list-none {
	list-style: none;
}
.navigation-wrapper {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    position: relative;
}
.navigation-wrapper .navigation-inner {
    max-width: 1440px;
    margin: auto;
}

.navigation-wrapper .navigation-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navigation-center nav.left-nav {
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
}
.navigation-center nav.left-nav ul {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.navigation-wrapper ul li a {
    position: relative;
	list-style-type: none;
}
.navigation-wrapper ul li a {
    color: #071c35;
    display: inline-block;
    padding: 15px 10px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-block-left a.active:before {
    right: 0;
    color: var(--white);
}
.hover-block-left a.active span {
    color: var(--white);
}
.hover-block-left a:hover:before {
    right: 0;
}
.hover-block-left a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 110%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--primarycolor);
    background: -moz-linear-gradient(
        45deg,
        var(--gradientprimary) 0,
        var(--gradientsecondary) 100%
    );
    background: -o-linear-gradient(
        45deg,
        var(--gradientprimary) 0,
        var(--gradientsecondary) 100%
    );
    background: linear-gradient(
        45deg,
        var(--gradientprimary) 0,
        var(--gradientsecondary) 100%
    );
}
.hover-block-left a span {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-center nav.right-nav {
    max-width: 200px;
}
.navigation-wrapper nav.right-nav ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid;
    height: 54px;
}
.navigation-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hover-block-left a:hover span {
    color: #fff;
}

.hover-block-left a span {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.search-block {
    background-color: var(--primarycolor);
    color: var(--white);
    width: 55px !important;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px #e15c5c;
}
.sw_b input {
	background-color: #ffc0b9;
	display: block;
    float: left;
    font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #fa0600;
	border-top: 0px solid #fa0600;
	border-right: 0px solid #fa0600;
	border-left: 0px solid #fa0600;
    margin: 0px 0px -20px 0px;
    width: 300px;
	height:20px;
	text-align: left;
}
.sw_b button {
	color: transparent;
}

.rotate-image:hover {
    animation: rotate 4.5s linear 0s 1;
    transform-origin: center;
}
.image-wrapper {
    position: relative;
}

.image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes imageZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.zoom-animation:hover {
    animation: imageZoom 1s infinite;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.c-white {
    color: var(--white);
}
.c-red {
    color: var(--primarycolor);
}
.fade-in-animation {
    animation: fadeIn 1s ease-in-out;
}

.pagination .page-item .page-link {
    background-color: var(--white);
    border-color: var(--primarycolor);
    color: var(--primarycolor);
    border-radius: 0px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
    color: var(--white);
}
.contact-form-group {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 10px;
    padding-top: 30px;
}
.icon-bg-white {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
}
.icon-bg-white i {
    display: flex;
}
.text-purple {
    color: purple;
}
.border-bottom-white {
    border-bottom: 1px solid var(--white);
}
.border-top {
    border-top: 10px solid #e9edf2;
}
.view-all-btn h5 {
    color: var(--primarycolor);
    font-size: 14px;
}
.card {
    border-radius: 0;
}

.card .card-img-top {
    border-radius: 0;
}

.carousel-item {
    padding: 15px;
    cursor: -webkit-grabbing;

    & img {
        height: 500px;

        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
        transition: 0.25s linear;
    }

    &:hover {
        & img {
            transform: translatey(-1%);
        }
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--primarycolor);
    border-radius: 10px;
    margin: 2px;
    position: relative;
    top: 30px;
    &.active {
        background: var(--primarycolor);
    }
}

@media only screen and (max-width: 650px) {
    .carousel-item img {
        height: auto;
    }
}

.carousel-control-prev {
    left: -20px;
    margin: 0 -25px;
}
.carousel-control-prev .icon {
    font-size: 50px;
    color: var(--primarycolor);
}

.carousel-control-next {
    right: -20px;
    margin: 0 -25px;
}
.carousel-control-next .icon {
    font-size: 50px;
    color: var(--primarycolor);
}

/* Custom styles for the carousel dots */
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    border: none;
    cursor: pointer;
    outline: none;
}

/* Style for the dot indicators */
.slick-dots li button {
    display: none;
}

/* Style for the active dot */
.slick-dots li.slick-active {
    background-color: #f44336; /* Replace with your desired active color */
}

.logo-text {
    color: var(--white);
}

@media only screen and (max-width: 650px) {
    .logo-text {
        color: var(--primarycolor);
    }
}

.izbira a {
	background-color: var(--primarycolor);
	position: center;
	display: block;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-stretch: expanded;
	width: 400px;
	height: 40px;
	float: center;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
/*	border-top: 2px solid #fa0600;
	border-left: 2px solid #fa0600;
	border-right: 3px solid #fa0600;
	border-bottom: 3px solid #fa0600;  */
	border-radius: 5px;
	padding-top:9px;
	margin-top:0px;
	margin-bottom: 0px;
	/* needed for Internet explorer */
	filter: Shadow(Color=#fa0600,
                 Direction=135,
                 Strength=3);
	text-shadow: #fa0600 0.1em 0.1em 0.2em;
}
.izbira a:link {
	color: white;
	/* needed for Internet explorer */
	filter: Shadow(Color=#fa0600,
                 Direction=135,
                 Strength=3);
	text-shadow: #fa0600 0.1em 0.1em 0.2em;
}
.izbira a:visited {
	color: white;
	/* needed for Internet explorer */
	filter: Shadow(Color=#fa0600,
                 Direction=135,
                 Strength=3);
	text-shadow: #fa0600 0.1em 0.1em 0.2em;
	}
.izbira a:hover {color:  #fa0600; text-color: #fa0600; background-color: #e1e1e1;
}

[type=submit] {
	background-color: var(--primarycolor);
	display: block;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-stretch: expanded;
	float: center;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	border-radius: 5px;
	padding:5px;
	margin-top:0px;
	margin-bottom: 10px;
	/* needed for Internet explorer */
	filter: Shadow(Color=#fa0600,
                 Direction=135,
                 Strength=3);
	text-shadow: #fa0600 0.1em 0.1em 0.2em;
}
