@font-face {
	font-family: 'Grotesk';
	src: url('../fonts/rogrotesk.woff2') format('woff2'),
		url('../fonts/rogrotesk.woff2') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Grotesk-light';
	src: url('../fonts/rogrotesk-light.woff2') format('woff2'),
		url('../fonts/rogrotesk-light.woff2') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Butler';
	src: url('../Butler/Butler-Light.woff2') format('woff2'),
		url('../Buteler/Butler-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: block;
	src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6FxZCJgvAQ.woff2) format('woff2');
	unicode-range: U + 0460-052F, U + 1C80-1C8A, U + 20B4, U + 2DE0-2DFF, U + A640-A69F, U + FE2E-FE2F;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 200 300 400 600 800;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIuaomQNQcsA88c7O9yZ4KMCoOg4Koz4y6qhNnZR-A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 75px;
	line-height: 25.6px;
	letter-spacing: 0.02em;
	color: rgb(74, 85, 103);
	background-color: #FFF;
	-webkit-tap-highlight-color: transparent;
}

h1,h2,h3,h4,h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: 0.02em;
	color: rgba(0,0,0,.7);
	color: #990156;
}
h1 {
	font-size: 52px;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1em;
}
h2 {
	font-size: 50px;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 1em;
}
.mb-1 {
	margin-bottom: 1em;	
}
.mb-2 {
	margin-bottom: 2em;	
}
.mb-3 {
	margin-bottom: 3em;	
}
.mb-4 {
	margin-bottom: 4em;	
}
.mb-5 {
	margin-bottom: 5em;	
}
.mb-6 {
	margin-bottom: 6em;	
}
.mb-7 {
	margin-bottom: 7em;	
}


/* MENU */
.bg-light {
--bs-bg-opacity: 0;
background-color:white!important;
//box-shadow: 0 8px 20px 0 rgba(102, 102, 102, 0.073);
//-webkit-animation: headerSlideDown 0.95s ease forwards;
//animation: headerSlideDown 0.95s ease forwards;
will-change: transform;
}
.navbar-light .navbar-toggler {
color: rgba(0,0,0,.55);
border-color: rgba(0,0,0,0);
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.nav-link {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.65;
	text-transform: uppercase;
	margin: 1.3em 0;
}
.brand-box{
	margin-top: 0.7em;
	margin-bottom: 0.3em;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.navbar-brand img {
	width: 400px;
	height: auto;
	background-size: 100%;
	margin: 0;
	padding: 0;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 0;
align-items: center;
}

/* SLIDER */
.slider {
	display: block;
	position: relative;
	overlay: hide;
}

/* CONTENT */
.container-top{
	padding-top: 100px;
}
.main {
width: 100%;
max-width: 1600px;
margin: 0 auto;
padding: 80px 0 0;
margin-bottom: 30px;
}
.light-bg-section {
position: relative;
width: 100%;
max-width: 1600px;
background: rgba(245, 247, 250, 1);
border-radius: 40px;
margin: 0 auto;
padding: 80px 0;
}
.light-bg-section-hero {
position: relative;
width: 100%;
max-width: 1600px;
background: rgba(245, 247, 250, 1);
border-radius: 40px;
margin: 0 auto;
padding: 80px 0 0;
}
.light-bg-section .hero {
	padding-bottom: 0px!important;
}
.hero-content {
	margin-top: 5rem;
}
.hero-content h1 {
	text-align: left!important;
	color: rgb(74, 85, 103);
	color: #212529;
}

.main-servis {
width: 100%;
max-width: 1600px;
margin: 0 auto;
background: rgba(245, 247, 250, 1);
border-radius: 40px;
padding: 80px 0 0;
margin-bottom: 30px;
}

h3.section-title {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: var(--accent-color);
margin-bottom: 15px;
letter-spacing: 0.2em;
}
.figure {
	margin-top: -100px;
	margin-bottom:0;
}
figure {
	margin: 0 0 0rem;
}
.kancelar {
	margin-top: -80px;
	background:url(../images/kancel_600x680.png) no-repeat;
	width: 550px;
}
.barva {
	display: block;
	background: #ede9eb;
	border-radius: 40px;
	margin: 1rem;
	padding: 2rem 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}
.barva:hover {
	background: #e3dce0;
	-webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}
a.barva {
	text-decoration: none;
	color: rgb(74, 85, 103);
}
.service-readmore-btn {
	text-decoration: underline;
}
.ramecek {
	padding: 1rem;
}
.service-image {
	margin-bottom: 1.5rem;
}
.service-content h3 {
	color: rgb(74, 85, 103);
}
a.tlacitko-center, a.tlacitko-left {
	display: block;
	position: relative;
	width: 15em;
	margin-bottom: 0;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	margin: 2rem;
	padding: 1.3em 1.5em;
	border-radius: 20px;
	background-color: #92255a;
	color: white;
	z-index: 1000!important;
	-webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}
a.tlacitko-center {
	margin: 0 auto;
}
a.tlacitko-center:hover, a.tlacitko-left:hover {
	background-color: #711642;
	-webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}

/* FOOTER */
.footer-copyright-text p {
margin: 0;
color: white;
}
.footer-links h2 {
font-size: 22px;
color: white;
margin-bottom: 20px;
}
.footer-links a {
color: white;
}
.footer-title h2 {
font-size: 50px;
color: white;
}
.main-footer {
width: 100%;
max-width: 1600px;
margin: 0 auto;
background: rgba(12, 21, 36, 1);
border-radius: 40px;
padding: 80px 0 0;
margin-bottom: 30px;
}
.footer-body {
	margin-bottom: 80px;
	color: white;
}
.footer-copyright {
	border-top: 1px solid rgba(88, 88, 88, 1);
	text-align: center;
	color: white;
	padding: 30px 0;
}
.mapa {
	overflow: hidden;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	background: rgba(223, 223, 224, 1);
	border-radius: 40px;
	padding: 0;
	margin-bottom: 30px;
}

/* Responsive Styles Tablet na vysku 768x1024 (991)*/
@media(max-width:834px) {
	p, table p, table {
		font-size: 18px;
		text-align: justify;
	}
	h1 {
		font-size: 40px;
	}
	.container{
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	.brand-box {
		margin: 0;
	}
	.navbar-brand {
		margin: 0 auto;
		height: 60px;
		text-align: center;
	}
	.navbar-brand img {
		width: 80%;
		margin: 0 auto;
	}
	.navbar-toggler {
		display: block;
		position: relative;
		margin-top: 10px;
		margin-bottom: -48px;
	}
	.nav-link {
		font-size: 16px;
		margin: 0;
	}
	.container-top {
		padding-top: 100px;
	}
	.h1-leaves {
		height: 140px;
		background-size: 45%;
		margin-bottom: 0.5em;
	}
	.hero-content {
		margin-top: -3rem;
	}
	.figure {
		margin-top: -20px;
		margin-left: 25px;
		margin-bottom:0;
		width: 90%;
	}
	.kancelar {
		margin-top: 0px;
		width: 100%;
		background:url(../images/kancel_600x680.png) no-repeat;
		height: 500px;
	}
	.footer-logo img {
		width: 80%;
	}
	.footer-title h2 {
		font-size: 30px;
	}
}


#StoTop.on {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
#StoTop {
position: fixed;
width: 50px;
height: 50px;
right: 60px;
bottom: 53px;
margin: 0;
z-index: 10000;
opacity: 1;
visibility: hidden;
}
#StoTop>span {
position: relative;
display: block;
width: 100%;
height: 100%;
padding-left: 2px;
font-weight: 400;
font-family: Lato,sans-serif;
font-size: 12px;
line-height: 1.917em;
letter-spacing: .075em;
text-transform: uppercase;
color: #000;
line-height: 48px;
text-align: center;
color: #5f5f5f;
background-color: transparent;
border: 1px solid #5f5f5f;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}