body {
	font-family: "tacitus-pro";
	font-weight: 300;
	line-height: 1;
	background-color: #4a357f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.max90 {
	max-width: 90% !important;
}
.max80 {
	max-width: 80% !important;
}
.max70 {
	max-width: 70% !important;
}
.max60 {
	max-width: 60% !important;
}
.max50 {
	max-width: 50% !important;
}
.max40 {
	max-width: 40% !important;
}
.max30 {
	max-width: 30% !important;
}
.max20 {
	max-width: 20% !important;
}
.max10 {
	max-width: 10% !important;
}

.white {
	color: #ffffff !important;
}

#header {
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url("/themes/kartarky/img/background-top.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header .navbar-header {
	padding-bottom: 15px;
}

#header .navbar-brand {
	/*margin-top: -1em;*/
	/*border: 1px solid red;*/
	padding-top: 0px;
}

#header .navbar-brand img {
	height: 50px;
}

#header .navbar {
	margin-bottom: 0px;
}

#header .nav li a {
	font-size: 1.8em;
	color: #ffffff;
}

#header .nav li a:hover {
	text-decoration: underline;
}

#header .active a {
	background-color: #2d2066;
	border-radius: 10px;
}

#header .navbar-default {
	background-color: transparent;
	border-color: transparent;
}

#footer {
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #3d2972;
	color: #9e94b9;
	font-size: 1.6em;
}

#footer a {
	color: #9e94b9;
}

#subfooter1 {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 4px solid #213c74;
	border-bottom: 4px solid #381f66;
	background-image: url("/themes/kartarky/img/background-bottom.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 2em;
	color: #ffffff;
}

#subfooter1 h3 {
	color: #ffffff;
	font-size: 1.7em;
}

#subfooter2 {
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 2em;
	background-color: #213c74;
	color: #898ea7;
}

#subfooter2 h3 {
	color: #ffffff;
	font-size: 1.7em;
}

#subfooter2 .img-ico {
	max-width: 60%;
}

.hr1 {
	display: block;
	height: 40px;
	background-image: url("/themes/kartarky/img/hr.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}

.block-default {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 2em;
	color: #ffffff;
}

.block-default a {
	color: #77bd25;
}

.block-default .btn {
	font-size: 0.8em;
}

.block-default .btn .glyphicon {
	font-size: 0.8em;
}

.tmave h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
}

.box-cover {
	display: table;
	margin-bottom: 30px;
}

.btn-success {
	color: #ffffff !important;
}

.card {
	margin-bottom: 30px;
}

.rad1 {
	line-height: 0.5;
}

.tel {
	font-size: 0.9em;
	line-height: 0.9;
}

.cena {
	font-size: 0.7em;
	line-height: 0.7;
}

.pop {
	margin-top: 20px;
	font-size: 0.7em;
	line-height: 1;
}

.vetsi {
	font-size: 1.6em;
}

.mensi {
	font-size: 0.6em;
}

.zele {
	color: #77bd25;
}

.kolo1 {
	border: 4px solid #3552c6;
}

.kolo0 {
	border: 4px solid #7d7d7d;
}
.kolo2 {
	border: 4px solid #ff6d01;
}

@media screen and (max-width: 767px) {
	#header .active a {
		border-radius: 0px;
	}

	.kolo {
		max-width: 70%;
	}

	.kolo2 {
		max-width: 70%;
	}

	.kolo3 {
		max-width: 70%;
	}

	.card {
		text-align: center !important;
	}

	.text-xs-center {
		text-align: center !important;
	}
} /* konec XS */

.block-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.block-border {
	padding-top: 4px;
	padding-bottom: 4px;

	/* IE10+ */
	background-image: -ms-linear-gradient(
		top left,
		#172366 0%,
		#381f66 50%,
		#172366 100%
	);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(
		top left,
		#172366 0%,
		#381f66 50%,
		#172366 100%
	);

	/* Opera */
	background-image: -o-linear-gradient(
		top left,
		#172366 0%,
		#381f66 50%,
		#172366 100%
	);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #172366),
		color-stop(50, #381f66),
		color-stop(100, #172366)
	);

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(
		top left,
		#172366 0%,
		#381f66 50%,
		#172366 100%
	);

	/* W3C Markup */
	background-image: linear-gradient(
		to bottom right,
		#172366 0%,
		#381f66 50%,
		#172366 100%
	);
}

.modal-content {
	font-size: 1.8em;
	color: #000000;
}

.modal-content h4 {
	color: #000000;
	font-size: 1.2em;
}

.modal-content input,
textarea,
button {
	font-size: 0.8em !important;
}

.flag {
	margin: 3px;
	height: 15px;
}

/* form dobit kredit */
.dk label {
	text-align: left;
}
.dk label strong {
	float: right;
}
.dk label span {
	color: #fff;
	font-size: 0.7em !important;
	float: right;
}

.dk label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dk label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #4a357f;
	border: 1px solid #fff;
	border-radius: 50%;
}

.container:hover input ~ .checkmark {
	background-color: #4a357f;
	border: 1px solid #fff;
}

.container input:checked ~ .checkmark {
	background-color: #4a357f;
	border: 1px solid #fff;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container input:checked ~ .checkmark:after {
	display: block;
}

.container .checkmark:after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.gw .arial {
	font-family: Arial;
}
.message.error {
	color: #ff6f6f;
	margin: 1em 0;
}
.error-message {
	color: #ff6f6f;
	margin: 7px 0 0;
}
#navbar a.btn {
	background-color: #5cb85c !important;
	text-decoration: none !important;
}
#navbar a.btn:hover {
	border-color: #398439;
	background-color: #449d44 !important;
}

.form-check.form-switch.d-inline-block.ms-3 {
	gap: 10px !important;
	display: flex !important;
	align-items: baseline !important;
}
