a>i,
a>svg {
    pointer-events: none
}
body{
    background: #fff url("../img/bg.svg");
	background-repeat: no-repeat;
	background-position: right 30vh;
	background-size: contain;
	background-attachment: fixed;	
	}
html{
    font-family: degular-variable, sans-serif;
    color: #3c3c3b;
	}
h1, h2, h3, h4{
    font-family: shuttleblock-condensed, sans-serif;
    color: #2fac66;
}
a {
    text-decoration: underline;
	text-decoration-skip: ink;
	color: #000;
	cursor: pointer;
	transition: all 0.5s ease;
}
a:hover {
    text-decoration: underline;
    text-decoration-skip: ink;
	cursor: pointer;
	color: #1ec3cd;
}
a.j-btn-dark, button.j-btn-dark{
	display: inline-block;
    -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	font-size: .8em;
	color: #fff;
    background: #3c3c3b url("../img/sipka-r1.svg");
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
    padding: 7px 33px 7px 13px;
    height: 35px;
	margin: .6em .6em 0 0;
}
a.j-btn-green, button.j-btn-green {
	display: inline-block;
    -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	font-size: .8em;
	color: #fff;
	background: #2dab66 url("../img/sipka-r1.svg");
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
    padding: 7px 33px 7px 13px;
    height: 35px;
	margin: .6em .6em 0 0;
    border:0px;
}
a.j-btn-darkblue{
	display: inline-block;
	font-size: .8em;
	color: #fff;
	border-radius: 25px;
    background: #004178 url("../img/sipka-r1.svg");
	background-repeat: no-repeat;
	background-position: right;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
    padding: 7px 33px 7px 13px;
    height: 35px;
	margin: .6em .6em 0 0;
}
a.j-btn-dark:hover,a.j-btn-green:hover{
  	background: #fdc300 url("../img/sipka-r2.svg");
    color: #3c3c3b;
	background-repeat: no-repeat;
	background-position: right;	
}

h1{
	font-size: 3em;
	color: #4C5560;
	font-weight: 200;
	text-align: center;
	margin-bottom: 1em;
}
h2{
	font-size: 3em;
}
h2 img{
	position: relative;
	top: 10px;
	width: 60px;
}
h3{
	font-size: 1.8em;
}
h4{
	font-size: 1.4em;
}
strong{
	font-weight: bold;
}
blockquote {
    border-left: 5px solid #1ec3cd;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
	list-style: inside;
	font-size: 120%;
}
ul.browser-default, p, table {
	font-size: 120%;
}

nav, nav .nav-wrapper i {
    height: 80px;
    line-height: 80px;
	background: #fff;
	margin-top: 30px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
}
.mensi{
	font-size: 100%;
}
.vetsi{
	font-size: 140% !important;
}
.contact {
	width: 100%;
    height: 30px;
	line-height: 16px;
	margin-top: 0px;
    background: #3c3c3b;
	position: fixed;
	z-index: 998;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.contact a{
	color: #fff;
	text-decoration: none;
}
.contact a:hover{
	color: #fff;
	text-decoration: none;
}
.contact img{
	height: 17px;
	margin-top: 5px;
	margin-left: 1em;
}
.j-green {
    background-color: #2dab66 !important;
}
.j-green-text {
    color: #2dab66 !important;
}
.j-light-blue{
    background-color: #1ec3cd !important;
}
.j-light-blue-text{
    color: #1ec3cd !important;
}
.j-dark-blue {
    background-color: #004178 !important;
}
.j-dark-blue-text {
    color: #004178 !important;
}
a.brand-logo img{
	max-width: 270px;
	margin-top: 25px;
}
.parallax-container {
    height: 600px;
    text-align: center;
}
.parallax-container-uvod {
    background-image: url("../img/ilu/ilu-uvod-ninja.png");
    background-size: 900px;
    background-position:center;
     background-repeat: no-repeat;
}
.parallax-container h1 {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 4em;
    text-shadow: 1px 1px 15px rgba(0,0,0,0.6);
}

.parallax-container-sub {
    height: 400px;
    padding-top: 3.5em;
}
.parallax-container-sub h1 {
    color: #fff;
	width: 100%;
	font-size: 5em;
	font-weight: 200;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}
.parallax-container-sub-illu {
	text-align: center;
    height: 300px;
	padding: 0;
}

.parallax {
	background: #000;
}
.j-green-box {
	background: #2dab66 url("../img/bg-znak.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	color: #fff;
}
.sluzby {
	padding: 4em 2em 1em 2em;
	margin-top: -6em;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 0.02em;
	font-weight: 400;
	text-align: center;
    background: #3c3c3b url("../img/bgperex.svg");
    background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	border-radius: 50px;
}
.sluzby .col {
    min-height: 200px;
}
.sluzby a {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
}
.sluzby a:hover {
	color: #EEFFF8;
}
a.btn-sluzby {
    display: inline-block;
    -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    font-size: 1.3em;
    color: #fff;
    background: #2dab66 url(../img/sipka-r1.svg) no-repeat right center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding:7px 40px 7px 20px;
    margin: 3em .6em 0 0;
    line-height: 1;      /* aby se výška odvíjela od paddingu */
    overflow: hidden;     /* pro jistotu */
}
a.btn-sluzby:hover{
  	background: #3c3c3b url("../img/sipka-r2.svg");
    color: #fdc300;
	background-repeat: no-repeat;
	background-position: right;	
}
a.btn-video {
    display: inline-block;
    -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    font-size: 1em;
    color: #fff;
    background: #2dab66;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding:7px 40px;
    line-height: 1;      /* aby se výška odvíjela od paddingu */
    overflow: hidden;     /* pro jistotu */
}
a.btn-video:hover{
  	background: #3c3c3b;
    color: #fdc300;
}
.circular-image-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-top:2em
}
.circular-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sekame {
  font-family: shuttleblock-condensed, sans-serif;
    font-size: 1.4em;
    text-align: center;
}
.sekame ul {
    text-align: left;
}

.sekame li {
  position: relative;
  /* odsazení textu – zároveň určuje, kam začíná první písmeno */
  padding-left: 1.2em;
  /* mezera mezi položkami (volitelné) */
  margin-bottom: 0.5em;
}

/* vlastní odrážka ▶ */
.sekame li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #2dab66;
}
.illu {
    width: 100%;
    padding: auto;
    z-index: 0;
    margin: 0 0 -10px 0;
}
.illu, .trans-gold {
    position: relative;
}
.illu, .illu .claim-in {
    height: 100%;
}
.illu .claim {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.illu .claim p {
    color: #fff;
    font-size: 5em;
    font-weight: 500;
}
.illu .claim p{
    width: 100%;
    line-height: 1.1em;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .6);
}
.trans10{
    background: rgba(0, 0, 0, .1);
}
.sub-top-box {
	padding: 1.5em;
	margin-top: -5em;
	margin-bottom: 1em;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.03em;
	font-weight: 400;
	position: relative;
	z-index: 996;
}
.sub-top-box a{
	color: #fff;
}
.sub-top-box a:hover{
	color: #000;
}
.perex {
	font-size: 1.4em;
	text-align: left;
}
.fastmenu-wrapper {
    position: relative;
    width: 100%;
	padding: 0 1em;
}

.fastmenu-wrapper.fixed .fastmenu-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.fastmenu-shadow {
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);
}

ul.fastmenu {
    padding: 10px;
	margin: 0;
	z-index: 996;
}
ul.fastmenu::after {
    content: "";
    display: table;
    clear: both;
}
ul.fastmenu li {
    color: #000;
	font-weight: 200;
	display: block;
    padding: 0;
	margin: 0;
	text-decoration: none;
	transition: all 0.5s ease;
	float: left;
	text-align: left;
}
ul.fastmenu li a{
    font-size: .95em;
	border-right: 3px solid #ccc;
	font-weight: 400;
    padding: 0 .8em;
	margin: 0;
    cursor: pointer;
}
ul.fastmenu li.first a{
    padding: 0 1em 0 .3em;
}
ul.fastmenu li.last a{
    border-right: none;
}
ul.fastmenu li a:hover{
    color: #1ec3cd;
}

.gallery img {
	margin-bottom: 1.5em;
}

.card-blog{
    padding: 1em 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left;
	background: rgba(255,255,255,0.8);
	display: grid;
}
.card-blog h3{
    font-size: 2em;
    color: #3c3c3b;
}
.card-blog p{
    margin: 0 0 1em 0;
}
.card-blog i{
	color: #a0b4ba;
	margin-bottom: 3em;
	font-style: normal;
	font-weight: 400;
	font-size: .9em;
}
.card-blog a.archiv{
	color: #1ec3cd;
}
.card-blog a.archiv:hover{
	color: #000;
}
.card-blog table {
	font-size: 100%;
}

/*navigace*/

nav ul a {
    font-size: 1.1em;
    color: #000;
    display: block;
	font-weight: 400;
    padding: 0 15px;
	margin: 0;
    cursor: pointer;
	text-decoration: none;
	transition: all 0.5s ease;
}
nav ul a.active {
	text-decoration: none;
    font-weight: bold;
	   color: #fdc300;
}
nav ul a:hover{
	text-decoration: none;
	background: transparent;
	color: #fdc300;
}
nav ul li.napis a {
    display: inline-block;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    font-size: .8em;
    color: #3c3c3b;
    background: #fdc300 url(../img/ico-napis.svg) no-repeat left;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 20px 7px 35px;
    height: 35px;
    margin-top: 23px;
    line-height: .8em;
    overflow: hidden; /* pro jistotu */
}
nav ul li.napis a:hover{
  	background: #3c3c3b url("../img/sipka-r2.svg");
    color: #fdc300;
	background-repeat: no-repeat;
	background-position: right;	
    padding: 12px 35px 7px 20px;
}
.up {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/up.svg);
    background-size: contain;
	background-repeat: no-repeat;
    top: -5px;
    right: -35px;
    position: relative;
}
	.up:hover {
	width: 40px;
		height: 40px;
		display: block;
		background: url("../img/up.svg");
		background-size: contain;
			background-repeat: no-repeat;
		filter: blur(1px);
}
.sidenav .divider {
    margin: 0;
}
ul.sidenav li{
    border-bottom: 2px solid #f0f3f4;
}
ul.sidenav li a{
    color: #000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 400;
}
ul.sidenav li a:hover{
    color: #fdc300;
}
ul.sidenav li a.active{
	text-decoration: none;
    font-weight: bold;
	color: #fdc300;
}
ul.sidenav li.contacts{
    border-bottom: none;
	font-size: 1em;
}
ul.sidenav li.contacts a img{
    width: 30px;
}
ul.sidenav li.contacts a.napis {
    display: block;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    font-size: 1.1em;
    color: #3c3c3b;
    background: #fdc300 url(../img/ico-napis.svg);
    background-repeat: no-repeat;
    background-position: left;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 0px 15px 46px;
    height: 35px;
    margin: 0 2.5em 0 1.5em;
    line-height: 1.3em;
}

nav .sidenav-trigger img {
    height: 40px;
	margin-top: 20px;
	background: transparent;
}
 .sidenav .collapsible-body li a{
    font-size: 16px;
}
 .sidenav .collapsible-header{
    font-size: 1em;
	    padding: 0 32px; 
}
 .sidenav .collapsible-header img{
   width: 20px;
    margin-top: 10px;
   float: right;
}
/*
.subpage .section ul li{
	list-style-image: url("../img/right.svg")
}
*/

.card{
    background-color: transparent;
}
.card .card-title {
	font-size: 1.1em;
	line-height: 1.1em !important;
	font-weight: 700;
	width: 100%;
	padding-right: 30px;
}
.card-title-more{
	background-image: url("../img/more.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px 20px;
}
.card-title-close{
	background-image: url("../img/close.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px 20px;
}
.page-footer{
		background-color: #3c3c3b;
	font-size: .9em;
	color: #f0f3f4;
}
.page-footer h4{
	color: #fdc300;
}
.page-footer .odkazy{
	text-align: right;
}
.page-footer a{
		color: #fff;
}
.page-footer a:hover{
		color: #FFC952;
}
.page-footer .footer-copyright {
		background: rgba(0,0,0,0.4);
	font-size: 1.3em;
	height: 4em;
	padding-top:2.5em; 
}
@media only screen and (max-width:1300px) {
nav ul a {
    font-size: 1em;
    padding: 0 10px;
}
}
    @media only screen and (max-width:1200px) {
nav ul a {
    font-size: .9em;
    padding: 0 7px;
}
}
    @media only screen and (max-width:1100px) {
nav ul a {
    font-size: .8em;
    padding: 0 5px;
}
}
@media only screen and (max-width:992px) {
.navbar-fixed nav {
    margin-top: 0;
}
    .illu .claim p {
    font-size: 3em;
}
    nav .brand-logo {
        left: 20%;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    	.page-footer .odkazy{
	text-align: left;
}
    }
@media only screen and (max-width:600px) {
	
	.subpage .parallax-container {
    height: 460px;
	padding-top: 0;
}
	.parallax-container-sub h1 {
	font-size: 4em;
}
	.sub-top-box {
	font-size: 1em;
	letter-spacing: 0.03em;
}
	h1{
	margin-bottom: 0;
}
	h2{
	font-size: 2.5em;
}
	h2 img{
	position: relative;
	top: 10px;
	width: 40px;
}
    .illu .claim p {
    font-size: 1.5em;
}
	.up {
    top: -5px;
    right: -5px;
}
		nav .brand-logo {
    left: 24%;
    -webkit-transform: translateX(-24%);
    transform: translateX(-24%);
}
		.bor-yx{
	border-bottom: 3px solid #fff;
	border-right: none;	
}
			.bor-x-on-small{
	border-bottom: none;	
}
	ul.browser-default, p, table {
	font-size: 140%;
}
	ul:not(.browser-default) {
	font-size: 140%;
}
	.sluzby p.perex {
    font-size: 1.8em;
}
    .card{
	min-height: auto;
}
}
