@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;700&display=swap');
html {
	overflow-x: hidden !important;
	width: 100vw;
}
body {
	overflow-x: hidden !important;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #555;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	background: #fff;
	width: 100vw;
}
body.modal-open {
	padding: 0 !important;
}
body::-webkit-scrollbar, div::-webkit-scrollbar {
	width: 6px;
}
body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
	background: #fff;
}
body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
	border: 1px solid #a0a0a0;
}
html {
	scroll-behavior: smooth;
	position: relative;
}
main, footer {
	width: 100%;
}

main
{
    min-height: calc(100vh - 250px);
}
img {
	max-width: 100%;
}
a, button, img, header, span,:before, header .navbar-collapse {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	outline: none;
}
a {
	color: #ce2f33;
}                  
a:hover {
	color: #ce2f33;
	text-decoration: none;
}
.btn:hover {
	color: #fff !important;
}
.btn {
	border-radius: 4px;
    background: linear-gradient(to right, #ce2f33 0% , #c0202a 80%, #ce2f33 100%);
    color: #fff;
}
a.btn {
	font-size: 20px;
}
#info a.btn,
#info a.btn:hover {
	color: #000;
	border: 1px solid #000;
	margin: 0 auto;
}

footer
{
    position: relative;
    margin-top: 150px;
    padding: 0;
    color: #000; 
}

footer a
{
    color: #000;
}

.footer-right
{
    text-align: right;
}

.hs-wrapper
{
    position: relative;
}

.footer-wrapper
{
    background: #ccc url(../images/bg.jpg) top left;
    background-size: cover;
    position: relative;
    padding: 0;
    color: #000; 
    z-index: 2;
}

.footer-inner
{
    background: linear-gradient(to bottom, #ddd 0%, transparent 50%);
    z-index: 3;
    padding: 50px 0 20px 0;
}

.dot
{
    background: #ddd url(../images/bg.jpg) top left fixed;
    background: #ddd;
    position: absolute;
    border-radius: 3px;
    z-index: 0;
}

.dot2
{
    position: absolute;
    border-radius: 3px;
    background: #fff;
    z-index: 0;
}

/* modal -------------------------------------- */
.modal-dialog {
	max-width: 900px;
	width: 100%;
	margin: 60px auto;
}
.modal-dialog .close {
	position: absolute;
	width: 26px;
	height: 26px;
	border: none;
	opacity: 1;
	margin: 0;
	right: 20px;
	top: 20px;
	background: none;
}
.modal-dialog .close span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.modal-dialog .close:hover span {
	transform: rotate(90deg);
}
.modal-dialog .close span:before, .modal-dialog .close span:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #E44410;
	content: "";
	transform: rotate(45deg);
}
.modal-dialog .close span:after {
	transform: rotate(-45deg);
}
.modal-header {
	border-bottom: none;
	padding: 0;
}
.modal-content {
	border: none;
	border-radius: 0;
	padding: 25px 30px 30px 30px;
	background: #fff;
}
.modal-body {
	padding: 0;
}
a.btn {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
}
/* navigace ----------------------------------- */
header {
	width: 100vw;
	font-size: 18px;
	z-index: 20;
	top: 0;
	position: fixed;
}
header .container {
	position: relative;
	z-index: 1;
}
.header-top {
	padding: 15px 0;
}
header img {
	height: 30px;
}
header.fixed {
	position: fixed;
	margin-top: 0;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.header-contact-wrapper {
	text-align: center;
}
.header-contact {
	margin: 0 auto;
	display: none;
	line-height: 50px;
}
header.fixed .header-contact {
	display: block;
}
header.fixed .nav-wrapper {
	background: #fff;
}
#navigace .navbar-nav {
	margin: 0 auto;
    font-size: 20px;
    font-family: Dosis, sans-serif;
    font-weight: 400;

}
header .nav-item {
	padding: 0px 10px;
}
header .nav-link {
	color: #333;
	text-decoration: none;
	padding: 5px 10px !important;
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

header.fixed .nav-link {
    color: #333 !important;
}

header.bright .nav-link
{
    color: #333;
}
header .nav-link:hover {
    color: #000;
	text-decoration: underline;
}
header.bright .nav-link:hover, header.fixed .nav-link:hover
{
    color: #333 !important;
}

header .logo, header .logoW
{
    position: absolute;
    left: 15px;
    top: 12px;
    display: none;
}



header .logo, header.fixed .logo
{
    display: block;
}


@keyframes hovermenu {
0% {
	width: 0;
}
100% {
	width: 100%;
}
}
header .dropdown-menu {
	background: #fff;
	border-radius: 0;
	border: none;
	padding: 8px 0;
}
header .dropdown-item {
	color: #707070;
	padding: 2px;
	font-size: 20px;
}
header .dropdown-item:hover {
	color: #000;
	background: none;
}
header .dropdown-toggle::after {
	display: none;
}
.navbar-toggler {
	padding: 0;
	border: none;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	outline: none;
	box-shadow: none;
}
.hamburger {
	width: 20px;
	height: 20px;
	position: absolute;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0px;
	top: -120px;
}
.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
.hamburger span {
	background: #555;
}
header.bright .hamburger span, header.fixed .hamburger span {
	background: #000;
}
.hamburger span:nth-child(1) {
	top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
	top: 7px;
}
.hamburger span:nth-child(4) {
	top: 14px;
}
.hamburger.open span {
	background: #000;
}
.hamburger.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.hamburger.open span:nth-child(2) {
	transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
	transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}
header a {
	color: #fff;
}
.btn-secondary {
	background: #ccc !important;
	color: #333 !important;
	border: none !important;
}
.basket-compact {
	position: fixed;
	color: #000;
	top: 110px;
	cursor: pointer;
	background: #fff;
	padding: 5px 10px;
	display: none;
}
.basket-compact div {
	display: inline-block;
}
header.fixed .basket-compact {
	color: rgba(13,30,45,1);
	top: 50px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.searchbox {
	text-align: right;
}
.searchbox.mobile form {
	width: 0;
	margin-top: 3px;
	overflow: hidden;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.searchbox.mobile.opened form {
	width: auto !important;
}
.searchbox.mobile .fas {
	margin: 8px 0 0 5px;
	cursor: pointer;
}
.searchbox input {
	display: inline;
	width: 190px;
	margin-right: 10px;
	padding: 2px 15px;
	font-size: 15px;
}
.searchbox button {
	background: none;
	position: relative;
	color: transparent;
	border: none;
}
.searchbox button:before {
	position: absolute;
	amargin-left: -20px;
	amargin-top: 10px;
	font: var(--fa-font-solid);
	color: #fff;
	content: "\f002";
	width: 10px;
	height: 10px;
	display: block;
	font-size: 18px;
	line-height: 30px;
}
.header2
{
    background: #ccc url(../images/bg.jpg) center left;
    background-size: cover;
	color: #333;
    padding-top: 100px;
    padding-bottom: 50px;
    font-family: Dosis, sans-serif;
    font-weight: 600;
    margin-bottom: 80px;
    position: relative;
}
h1 {
	font-size: 45px;
	text-align: center;
	font-weight: 600;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
h2 {
	position: relative;
    color: #000;
	text-align: center;
	margin: 50px 0 30px 0;
	font-size: 36px;
}
h3 {
	font-size: 22px;
	margin: 30px 0 10px 0;
    color: #000;
}
.bg-overlay {
	aposition: absolute;
	width: 100%;
	height: 100%;
}
.lazy[data-src] {
	background-size: cover !important;
}


.big-slider h2
{
    margin: 0 0 20px 0;
    color: inherit;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
}

.big-slider
{
}

.big-slider .slide
{
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    color: #333;
    font-size: 28px;
    font-family: Dosis, sans-serif;
    font-weight: 600;
    min-height: 80vh;
}

.big-slider .slide-inner
{
    min-height: 80vh;
}

.big-slider.bright .slide
{
    color: #333;
}


.big-slider .owl-item .row img
{
    width: auto !important;
    margin: 50px auto;
}

.owl-nav span
{
    font-size: 40px;
    padding: 3px 15px;
    color: #fff;
}

.owl-nav
{
    position: absolute;
    top: 0;
    left: 70%;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);    
}

.pictogram-img, .pictogram-text
{
    padding: 10px 20px;
    text-align: center;
}

.pictogram-img img
{
    max-width: 200px;
}


.form-group
{
    margin: 10px 0;
}

.form-control
{
    border: 1px solid #555;
    border-radius: 10px;
    padding: 15px 10px;
}

.map
{
    width: 100vw;
    background: linear-gradient(to right, #ce2f33 0% , #c0202a 30%, transparent 30%);
    padding: 50px 0;
    margin-top: 50px;
}

.checklabel
{
    display: inline-block;
}



.gmap
{
    width: 100vw;
    border: none;
    height: 67vh;
}

body.notFound
{
  background: #ce2f33; 
  color: #fff;
  font-family: Dosis, sans-serif;
  font-weight: 600;
  padding-top: 150px;
  font-size: 30px;
}

body.notFound h1
{
    font-size: 50px;
}

.job
{
    position: relative;
    margin-bottom: 100px;
}

.job:after
{
    position: absolute;
    background: #ce2f33;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    left: 50%;
    bottom: -65px;
    content: '';
    transform: translateX(-50%);
}

.job:last-child:after
{
    display: none;
}

.job:before
{
    position: absolute;
    background: #ccc;
    width: 15px;
    height: 50%;
    top: 50%;
    left: 0px;
    content: '';
    transform: translateY(-50%);
}

.job:nth-child(2n):before
{
    left: auto;
    right: 0px;
}


.grecaptcha-badge
{
    display: none;
}

.vf-logo img
{
    height: 100px;
}