/********** Template CSS **********/
:root {
    --primary: #2878EB;
    --secondary: #F14D5D;
    --light: #ECF4FF;
    --dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 15, 45, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 25px;
}

.carousel-indicators .active {
    height: 45px;
}

.hero-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.service-item div {
    z-index: 1;
}

.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}
.cLeft, .cRight, .cLeftH, .cRightH {
	display: block;
	float:left;
	width:25%;
	height:1.5rem;
	padding-left: 5px;
}
.cRight, .cRightH {
	float:right;
	width:75%;
}
.cRow {
	display: block;
	width:100%;
	height:2rem;
}.cRow :hover {
	background-color: red;
	cursor: pointer;
}
.cLeftH {
	width:45%;
	text-align: right;
}
.cRightH {
	width:55%;
	font-weight: bold;
}

.p-5 {
    padding: 2rem !important;
}
.p-6 {
    padding: 1rem !important;
}
#qrCode {
	width:100%;
}
#hMenoH {
	text-align: center;
}
#dHrac h5 {
	text-align: Left;
	margin: 1rem;
	margin-left: 0;
}
#dHrac button {
	display: block;
	background-color: #2878EB;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	width:80%;
	margin-left:9%;
	margin-right:9%;
	margin-top: 2rem;
	text-align: center;
	padding: 5px;
}
#dHrac a :hover {
	font-weight: bold;
	background-color: #0858CB;
	color: #0F0000;
	cursor: pointer;
}
.temp {
	color: #0858CB !important;
	text-decoration: none !important;
}
.wInfo {
	display: block;
	width:100%;
	height: 410px;
}
.wSEM {
	display: block;
	width:100%;
	height: 600px;
}
.tPoradie, .tStol {
	width: 100%;
	margin-top: 3rem;
}
.SEM .tPoradie {
	margin-top: 0;
}
.tSEM {
	width: 100%;
	margin-top: 0;
}
.tStol {
	margin-top: 1rem;
}
.hZ {
	width:10%;
	text-align:left;
}
.hZ0 {
	width:28%;
	text-align:left;
}
.hS2 {
	width:25%;
	text-align:right;
}
.hS3 {
	width:35%;
	text-align:left;
	padding-left:5px;
}
.hS6 {
	width:25%;
	text-align:left;
	padding-left:5px;
}
.hE {
	width:20%;
	text-align:right;
}
.tStol tr, .tSEM tr, .tPoradie tr {
		border-bottom:2px solid #3C8CFF;
}
.tSEM tr th, .tPoradie tr th {
	font-weight: normal;
	font-style: italic;
}
.tSEM tr td, .tPoradie tr td {
	font-weight: bold;
}
.hS10 {
	width:10%;
	text-align:left;
}
.hS5 {
	width:16%;
	text-align:right;
}
.hS15 {
	width:34px;;
	text-align:left;
}
.hS20 {
	width:38%;
	text-align:right;
	font-weight: normal !important;
}
.hS30 {
	width:42%;
	text-align:right;
}
.trStol, .hS10, .hS20, .hS30 {

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.iSuma {
	font-size:1.4rem !important;
	color: black;
	border:none;
	width:80%;
	margin-left:20%;
	text-align: right;
}
#bStol {
	back-ground-color:#ECF4FF;
}
#rMsg {
	margin-top:2em;
	color: #FF5555;
}
#cmdOdoslat {
	display: block;
	float:right;
	background-color:#2878EB;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	margin-bottom: 2rem;
	padding: 5px;

}
/*input[type=button]:hover
{
	background-color: #FF5555 !important;
}
*/
#vitaz {
	margin-top: 2rem;
}
.nStoly  {
	height: auto !important;
	padding: 1rem !important;
}
.cStol-0, .cStol-1, .cStolH-0, .cStolH-1  {
	color: #000820 !important;
	width: 100%;
}

.cS1 {
	color: white !important;
}
.cS2 {
	color: #000820 !important;
}
.cStolH-0 {
	background-color: #C9D7EC;
}
.cStolH-1 {
	background-color: #B1C9EA;
}
.cStol-0 {
	background-color: #407EE7;
}
.cStol-1 {
	background-color: #43649E;
}

.cS1 {
	width:12%;
	text-align:center;
	padding-right: 1%;
}
.cS3 {
	width:85%;
}
.td5, .td3 {
	width: 14%;
	font-size: 80%;
	text-align:right;
}
.td3 {
	text-align:left;
	padding-left: 1%;
}
.td4 {
	text-align:right;
	width: 9%;
	padding-right:2%;
	font-weight: bold;
	color: #800000;
}
.td1 {
	text-align:right;
}
.td2 {
	width: 36%;
	text-align:left;
	font-weight: bold;
	padding-left:2%;
	color: black;
}
#td-4 {
	font-weight: normal;
	font-size: 80% !important;
}
#vitaz {
	color: red;
}
.tel {
 	display: block;
	width:32px;
	height:32px;
	background-image: url(img/tel.png);
	border-radius: 4px;
}
#dHracK {
 	display: block;
	float:left;
	width:50%;
	height:32px;
}
#telefon {
 	display: block;
	float:right;
	margin: 1rem;
	margin-right:0;
}
#dHrac {
	height:370px;
}
.nStolyF  {
	height: auto !important;
	padding: 1rem !important;
	padding-left: 0px !important; 
	padding-right: 0px !important; 
}
.cStol-0, .cStol-1, .cStolH-0, .cStolH-1  {
	color: #000820 !important;
	width: 100%;
}
.tableV {
	width: 100%;
}
.r0 {
	background-color: #407EE7;
	background-color: #C9D7EC;
}
.r1 {
	background-color: #43649E;
	background-color: #B1C9EA;
}

.d0, .d1, .d2, .d3, .d4, .d5, .d6 {
	color: black;
	font-weight: normal;
	text-align:right;
	width:9%;
}
.d0 {
	padding-right:3px;
}
.d1 {
	width: 18%;
	font-size: 90%;
}
.d2 {
	width: 22%;
	text-align:left;
	font-weight: bold;
	padding-left:2%;
}
.d3, .d4 {
	width: 10%;
	font-size: 80%;
	text-align:right;
}
.d3 {
	color: #2878EB;
	padding-left: 3px;
	text-align:left!important;
}
.d5 {
	text-align:right;
	width: 10%;
	padding-right:1%;
	font-size: 90%;
	font-weight: bold;
	color:#000080;
}
.d6 {
	width: 13%;
	text-align:right;
	font-weight: bold;
	color: #800000;
	padding-right:1%;
}
.rH, .rH td {
	background-color: #ECF4FF!important;
	color: #800000!important;
	font-weight: normal!important;
	font-size: 80%;
}
.v1 {
	background-color: #FF677C;
}
.v2 {
	background-color: #FF778C;
}
.v3 {
	background-color: #FF879C;
}
.v4 {
	background-color: #FFA7BC;
}
.v5 {
	background-color: #FFB7CC;
}


.k0, .k1, .k6 {
	color: black;
	font-weight: normal;
	text-align:right;
	width:11%;
	font-weight: bold;
}
.k0 {
	padding-right:3px;
}
.k1 {
	width: 75%;
	font-size: 100%;
	text-align:left;
	padding-left:20%;
}
.k6 {
	width: 15%;
	text-align:right;
	color: #800000;
	padding-right:1%;
}
#showC {
	margin-top: 5px;
	cursor: pointer;
	color: #2878EB;
	background-color: #ECF4FF;
	border: none;
}
.scrollV1 {
	--heightV: 75vh;
 	display: block;
	width:100%;
	height:75vh;
	background-color: #ECF4FF;
	margin-top: 5px;
}
.vTable tr:nth-child(even) {
	background-color: #DCE4EF;
/*	border-bottom-color: #9CA4AF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
*/	
}
.scrollV {
 	display: block;
	width:100%;
	height: calc(var(--heightV) - 10rem);
	background-color: #ECF4FF;
	overflow-x:auto; 
	overflow-y:scroll; 
	border-bottom-color: #ACB4BF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.vTable, #vTableH, .vTableN {
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #9CA4AF;
	width:100%;
	color: #4B4A55;
}
.kPor, .vPor, .vReg, .vMeno, .vPriezv, .vKlub, .vB, .vE, .vEur, .vBod, .vSem, .kSem, .vSemK, .kSemK, .kEur, .vPorK {
	padding-right: 3px;
	text-align: right;
}
.vPor, .vReg, .vKlub, .vBod, .vPorK {
	width:5%;
}
.vPor, .vPorK {
	font-weight: bold;
	padding-right: 1%;
}
.kPor, .vPorK {
	font-weight: bold;
	padding-right: 1%;
	width:3%;
	background-color: #ecfffff;
}
.vKlub {
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	width:5%;
	padding-right: 1%;
}
.vBod {
	font-weight: bold;
	color: #000080;
	width:4%;
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 1%;
}
.vE {
	width:5%;
	font-size: 100%;
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 1%;
}
.vB {
	width:2%;
	font-weight: bold;
	color: #000080;
}
.vMeno {
	width:10%;
}
.vPriezv {
	width:12%;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.vEur, .kEur {
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	width:6%;
	padding-right: 1%;
}
.kEur {
	width:6%;
}
.vSem, .vSemK {
	width:5%;
	color: #800000;
	font-weight: bold;
	padding-right: 1%;
}
.vSemK {
	width:5%;
}
#vTableH th  {
	font-size: 80%;
	border-bottom-color: #ACB4BF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-weight: bold !important;
	color: #4B4A55;
}
.trH .vE {
	text-align: left !important;
	padding-left: 1%;
}
.trH .vEur {
	text-align: center !important;
}
.vTableN {
	margin-top: 1rem!important;
	text-align: center;
	font-weight: bold;
	background-color: #BCC4CF;
	background-color: #5885c4;
	color: white;
}
#sem0 {
	width:6%;
	text-align: center;
}
#r12 {
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.trH .vEur, .trH .vE, .trH .vBod, .trH .vKlub {
	border-right-style: none;
}
.buttons {
 	display: block;
	width:100%;
	height:2rem;
	background-color: transparent;
	color: white;
	border-left-color: #9CA4AF;
	border-left-style: solid;
	border-left-width: 1px;
	margin-bottom: 0.5%;
}
#btn1, #btn2, #btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9, #btn10, #btn11, #btn12 {
 	display: block;
	height:100%;
	width:8.33%;
	float: left;
	text-align: center;
	color: #ECF4FF;
	background-color: #5885c4;
	border-color: #ECF4FF;
	border-style: solid;
	border-width: 1px;
	border-top-color: transparent;
	margin-bottom: 2px;
	border-right-color: #285594;
	border-bottom-color: #285594;
	cursor: pointer;
	border-radius: 0 0 20% 20%;
	padding-top: 0.2rem;
}
#selS, #btnS, #btn14, #btnJ, #btnK {
	width:16.66%;
 	display: block;
	height:100%;
	float: right;
	text-align: center;
	color: #ECF4FF;
	border-color: #ECF4FF;
	border-style: solid;
	border-width: 1px;
	border-top-color: transparent;
	margin-bottom: 2px;
	border-right-color: #285594;
	border-bottom-color: #285594;
	cursor: pointer;
	border-radius: 6%;
	background-color: #b8a500;
	padding-top: 0.2rem;
}
#btnJ, #btnK {
	float: left;
	background-color: #083574;
}
#btnK {
	background-color: #008020;
}
#btnS {
	background-color: #f14d5d;
}
#selS {
	background-color: #d12d3d;
}
#btn7 {
	background-color: #78a5e4;
	color: white; 
}
#btn8, #btn9, #btn10, #btn11, #btn12 {
	background-color: #8a9098;
	color: #5a5f67;
	cursor: default;
}

.sPor, .sMeno, .sPriezv, .sMesto, .sKlub, .sB, .sS, .sK, .sEur, .sBod, .sSem, .sU {
	padding-right: 3px;
	text-align: right;
}
.sPor {
	font-weight: bold;
	padding-right: 1%;
	width:4%;
}
.sKlub {
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	width:3%;
	padding-right: 1%;
}
.sBod {
	font-weight: bold;
	color: #000080;
	width:4%;
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 1%;
}
.sS {
	width:3%;
	font-size: 100%;
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 1%;
	color: #800000;
}
.sK {
	width:5%;
	font-size: 100%;
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 1%;
	color: #800000;
}
.sB {
	font-size: 80%;
	width:2%;
	fo-nt-weight: bold;
	color: #000080;
}
.sMeno {
	width:8%;
}
.sMesto {
	width:18%;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.sPriezv {
	width:10%;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.sEur {
	border-right-color: #ACB4BF;
	border-right-style: solid;
	border-right-width: 1px;
	width:7%;
	padding-right: 1%;
}
.sSem {
	width:6%;
	color: #800000;
	font-weight: bold;
	padding-right: 0.5%;
}
.sU {
	font-size: 80%;
	width:3%;
	color: #008000;
	font-weight: bold;
	padding-right: 5px!important;
}
.sM {
	width:5%;
	text-align: center;
	
}
.trH .sEur, .trH .sS, .trH .sBod, .trH .sKlub {
	border-right-style: none;
}
.kSemK {
	width:6%;
	padding-right: 30px;
}
.vTable .kSem {
	width:5%;
	color: #008000;
	font-weight: bold;
	padding-right: 1%;
	background-color: #adfaf0;
	background-color: #afffff;
}
.kPor {
	font-weight: bold;
	padding-right: 1%;
	width:3%;
	background-color: #adfaf0;
	background-color: #3c8cff;
	background-color: #afffff;
}
.trK {
	border-bottom-color: #ACB4BF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#lgs h1, #lgs h2, #lgs h3, #lgs h4 {
	font-size: 200%;
	color: #2878EB;
}
#lgs h2 {
	font-size: 150%;
}
#lgs h3 {
	font-size: 120%;
}
#lgs h4 {
	font-size: 100%;
}
#lgs p {
	padding-left: 2em;
	text-align: justify;
	text-indent: -2em;
}
#lgs2 h1, #lgs2 h2, #lgs2 h3, #lgs2 h4 {
	font-size: 200%;
	color: #2878EB;
}
#lgs2 h2 {
	font-size: 150%;
}
#lgs2 h3 {
	font-size: 120%;
}
#lgs2 h4 {
	font-size: 100%;
}
#lgs2 p {
	text-align: justify;
	text-indent: 2em;
}
#lgs3 img {
	display: block;
	float: left;
	height: auto;
	width: 10%;
	text-align: justify;
	margin-right: 2%;
}
#lgsRight {
	display: block;
	float: left;
	width: 87%;
	height: auto;
	text-align: center;
}
#lgsRight h2 {
	font-size: 120%;
}
.lgsB {
	font-size: 120%;
	margin-top:-10px;
	font-weight: bold;
	margin-bottom: 20px;
}
#lgs3 {
	display: block;
	width: 100%;
	height: auto;
}
#lgs2 b {
	color: #0858CB;
}
.iRed {
	color:red;
}
.SEM button {
	border: none;
	font-weight: normal;
	font-style: italic;
	background-color: #ECF4FF;
	background-color: #2878EB; 
	color: #ECF4FF;
}
#bodyNext {
	display:none;
}
#login {
	height:1.4rem;
	width:auto;
	margin: 2px;
	margin-right: 4px;
	display: block;
	float: left;
}
#loginC {
	cursor: pointer;
	font-size: 100%;
	font-weight: normal;
	fo-nt-style: italic;
	color: #2878EB;
}
#passChange input {
	margin: 5px;
}
#passChange input[type=button] {
	background-color: #1868DB; !important;
	border: none;
	padding: 5px;
}
#passChange input[type=button]:hover
{
	background-color: #1868DB !important;
}
#uName {
	margin-top: 4px;
	display: block;
	float: left;
}

