/*Box-model padding a border se nepricitavaji*/
*, 
*:after, 
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*není ráameček kolem prokiku*/
:focus {
  outline: none;
}

/*Fonty*/

@font-face {
  font-family: 'Regular';
  src: url('../fonts/Montserrat/Montserrat-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Thin';
  src: url('../fonts/Montserrat/Montserrat-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Middle';
  src: url('../fonts/Montserrat/Montserrat-Light.otf') format('opentype');
}
  
@font-face {
  font-family: 'Bold';
  src: url('../fonts/Montserrat/Montserrat-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Italic';
  src: url('../fonts/Montserrat/Montserrat-LightItalic.otf') format('opentype');
}

           


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

html{font-size:10px;-webkit-tap-highlight-color:transparent; 

--cerna: rgba(0,0,0,1.0);
--text: rgba(0,0,0,1.0); /*OK*/
--bila: rgba(255,255,255,1.0);
--seda: rgba(230,230,230,1.0);
--bila08: rgba(255,255,255,0.9);
--cervena: rgba(204,0,0,1.0);


}
@media (max-width:992px){html{font-size: 9px;}}
@media (max-width:768px){html{font-size: 9px;}}
@media (max-width:480px){html{font-size: 9px;}}

body{color: var(--text); line-height: 1.5; font-size:1.6rem; font-family: 'Regular', sans-serif; -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; margin:0; background-color: var(--bila); background-attachment:fixed; min-width:320px; max-width:100%;} 

abbr[title]{border-bottom:0.1rem dotted}
b,strong{font-family: 'Italic', sans-serif; font-weight: 400;}
dfn{font-style:italic}
.italic{font-style:italic}
.small{font-size:90%!important}
small{font-size:90%!important}
.bigger {font-size: 150%!important;}
.clear{clear:both;}
.hid {display: none!important;}
.ne{width:0px!important; height:0px!important;}

sub,sup{position:relative;font-size:60%;line-height:0;vertical-align:baseline}
sup{top:-.5em}sub{bottom:-.25em}
img{border:0; line-height:0;}
svg:not(:root){overflow:hidden}


a{background-color:transparent}
a:active,a:hover{outline:0}
a{color: var(--text);text-decoration:none}
a:focus,a:hover{color: var(--seda);text-decoration:none}a:focus{outline:0.5rem auto -webkit-focus-ring-color;outline-offset:-0.1rem}

hr{margin-top:2.0rem;margin-bottom:2.0rem;border:0;border-top:1px solid #eee}

.row{margin:0rem!important; padding:0rem!important; position: relative;}
.navigace {position: absolute; top:-30rem!important; }

.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.text-uppercase{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}


h1, h2, h3, h4, h5, h6 {color: var(--text); line-height: 1.5; padding:0; margin:0;  text-align: left!important; font-family: 'Regular', sans-serif;}

h1 { font-size: 0.5rem; color: var(--seda);}
h2 {font-size: 4rem; font-weight:400!important;  margin: 2rem 0rem 6rem 0rem!important; color: var(--text);  text-align: center!important; line-height:2.0!important; text-transform: uppercase}
h3 {font-size: 3rem; font-weight:400!important;  margin: 0rem 0rem 3rem 0rem!important; color:var(--text);  padding-left: 5rem; font-family: 'Bold', sans-serif;}
h4, h5, h6 {font-size: 2rem; font-weight:400;  margin: 0rem 0rem 4rem 0rem!important;}
p{font-size: 1.6rem;  margin: 0rem 0rem 2rem 0rem!important;}
.detail h2 {font-size: 3rem; font-weight:400!important;  margin: 0rem 2rem 4rem 0rem!important; color: var(--text); text-align: right!important; line-height:1.5!important; font-family: 'Bold', sans-serif; }
.detail h2 span {font-size: 2.0rem; font-weight:400!important;  margin: 0rem 0rem 0rem 0rem!important; color: var(--text); text-align: right!important; line-height:1.5!important; text-transform: none!important; display: block; }
.detail .text { margin-bottom: 2.0rem!important; padding:2.0rem!important; text-align: right;}
.hidm {display: block;}
.hidd {display: none!important;}



@media (max-width:992px){
h1 { font-size: 0.5rem; color: var(--seda);}
h2 {font-size: 3rem; font-weight:400!important;  margin: 6rem 0rem 6rem 0rem!important; color: var(--text);  text-align: center!important; line-height:2.0!important; text-transform: uppercase}
h3 {font-size: 5rem; font-weight:400!important;  margin: 0rem 0rem 3rem 0rem!important; color:var(--text);  padding-left: 5rem}
h4, h5, h6 {font-size: 2rem; font-weight:400;  margin: 0rem 0rem 4rem 0rem!important;}
.detail h2 {font-size: 3rem; font-weight:400!important;  margin: 0rem 2rem 4rem 0rem!important; color: var(--text); text-align: right!important; line-height:1.5!important;}
.detail h2 span {font-size: 2.0rem; font-weight:400!important;  margin: 0rem 0rem 0rem 0rem!important; color: var(--text); text-align: right!important; line-height:1.5!important; text-transform: none!important; display: block;}
.detail .text { margin-bottom: 2.0rem!important; padding:2.0rem!important; text-align: right;}
}


ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
.list-unstyled{padding-left:0;list-style:none}


a {-webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; color: var(--text);}
a:hover, a:focus, a:active { color: var(--cervena)!important; text-decoration: none;}

.container{padding:0rem!important;margin: 0rem auto!important; width:100%; position: relative; padding:0rem 2.5%!important;}
@media (min-width:768px){.container{width:100%;  padding:0rem 5%!important; }}
@media (min-width:1100px){.container{width:110.0rem;  padding:0rem!important;}}

.container1{padding:0rem!important;margin: 0rem auto!important; width:100%; position: relative; padding:0rem 2.5%!important;}
@media (min-width:768px){.container1{width:100%;  padding:0rem 2.5%!important; }}
@media (min-width:1100px){.container1{width:100%rem;  padding:0rem 2.5%!important;}}

.container2{margin: 0rem auto!important; width:100%; position: relative; padding:2% 2.5%!important;}
@media (min-width:768px){.container2{width:100%;  padding:2% 2.5%!important; }}
@media (min-width:1100px){.container2{width:100%;  padding:2% 2.5%!important;}}

.section {background-size: cover; margin: 0rem 0rem 8rem 0rem!important; color: var(--text); } 

.dispm {margin-top: -2rem!important; padding: 0rem 0.5rem 0rem 0.5rem;  -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; color: var(--text);}
.top100 {margin: 20rem 0rem 0rem 0rem!important;}

.pata {background-color: var(--bila); margin: 0rem 0rem 0rem 0rem!important; border-top: 0px solid var(--cerna); color: var(--cerna); padding:0rem 0%!important; font-family: 'Thin', sans-serif!important; }
.pulka-pata {float:left; width: calc(100% / 2); padding: 2rem 4rem; margin:2rem auto;}
.pulka-pata a{color: var(--cerna)!important;}
.pulka-pata a:hover{color: var(--cerna)!important; font-family: 'Bold', sans-serif!important;}
.logo-pata{width: 12rem; margin-top:1rem!important; margin-bottom: 1rem!important; }

@media screen and (max-width: 992px) {
.section {background-size: cover;  margin: 0rem 0rem 4rem 0rem!important; border: 0px solid red;}
.pulka-pata {float:left; width: calc(100% / 1); padding: 0rem 2rem; text-align: center!important;}
.logo-pata{width: 12rem; margin-top:3rem!important; margin-bottom: 2rem!important; }
}

/*Animované LINKY*/
.custom-link {font-size: 2.0rem; text-transform: none; color: var(--text); display: inline-block; text-decoration: none; position: relative; padding-top: 0.5rem; padding-bottom: 0.5rem; text-transform: uppercase; margin: 0rem 0rem;}
.custom-link:before { content: ""; display: block; width: 0; height: 0.2rem; background: var(--text); position: absolute; top: 0; z-index: 2; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.custom-link:after { z-index: 1; position: absolute; top: 0; content: ''; display: block; width: 100%; height:100%; height: 0.2rem; background: none;}
.custom-link:hover { color: var(--text)!important;}
.custom-link:hover:before { position: absolute; top: 0; content: ''; display: block; width: 100%; height:100%; height: 0.2rem;}
.aktivni {letter-spacing:0.2rem; color: var(--cerna); font-family: 'Bold', sans-serif!important;}

.custom-link-w {font-size: 1.8rem; text-transform: none; color: var(--bila); display: inline-block; text-decoration: none; position: relative; padding-top: 0.5rem; padding-bottom: 0.5rem; text-transform: uppercase; margin: 0rem 0rem;}
.custom-link-w:before { content: ""; display: block; width: 0; height: 0.2rem; background: var(--bila); position: absolute; top: 0; z-index: 2; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.custom-link-w:after { z-index: 1; position: absolute; top: 0; content: ''; display: block; width: 100%; height:100%; height: 0.2rem; background: none;}
.custom-link-w:hover { color: var(--bila)!important;}
.custom-link-w:hover:before { position: absolute; top: 0; content: ''; display: block; width: 100%; height:100%; height: 0.2rem;}
.aktivni {letter-spacing:0.2rem; color: var(--cerna); font-family: 'Bold', sans-serif!important;}
/*Konec - animované LINKY*/

.cell-retro {width:100%; max-width: 800.0rem; float: none!important; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin:auto;}

.text-white{color: var(--bila)!important;};
.text-left{text-align:left!important;}
.text-right{text-align:right}
.text-right-m{text-align:right; border-right: 0.1rem solid var(--text)}
.text-justify{text-align:justify}
.text-center {margin: 0rem 5% 0rem 5%; padding:0rem!important;}
.text-center img{margin:auto;}
.a-text-center{text-align:center!important;}
.text-bold{font-family: 'Bold', sans-serif;}

 
/***Buňky cik-cak - NEWS***/
.cell {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; width: 100%!important;  overflow: hidden; height: auto; margin:0!important; padding:0!important; margin: 4rem 0rem 2rem 0rem!important; border: 0.0rem solid var(--seda); border-radius: 0rem;}
.cell .image {filter: grayscale(0%); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; width: 45%; min-height: 50rem; height: auto; margin:0!important; margin:0rem 5% 0rem 0%!important; text-align: center; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.cell .image:hover {filter: grayscale(0%); -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.cell .image img{height:auto!important; width: 100%!important; float:right; margin-right:-0.1rem; margin-bottom:-0.1rem;}
.cell .text {width: 50%; min-height: 50rem; margin:0!important; padding:0rem 0rem 1rem 4rem!important; color: var(--text); text-align:left; position: relative;}
.cell .text p{color: var(--text)!important;}
.cell .text h3{color: var(--cerna)!important; font-size: 3.5rem!important; text-align: left!important; padding: 0rem 0rem 6rem 0rem!important; margin: 0rem 0rem 0rem 0rem!important; width: 100%;}
.cell .text h3 span{display: block; font-size: 2.2rem!important; padding:0rem!important; margin:0rem!important;}
.cell.reverse .image {position: absolute; right: 0; text-align: center; margin:0rem 0% 0rem 5%!important;}
.cell.reverse .image img{height:auto!important; width: 100%!important; float:left; margin-left:-0.1rem; margin-top:-0.1rem;}
.cell.reverse .text {width: 50%; min-height: 50.0rem; margin:0!important; padding:0rem 4rem 1rem 0rem!important; color: var(--text); text-align:right}
.cell.reverse .text h3{color: var(--cerna)!important; font-size: 3.5rem!important; text-align: right!important; padding: 0rem 0rem 6rem 0rem!important; margin: 0rem 0rem 0rem 0rem!important; width: 100%;}
.cell.reverse .text h3 span{display: block; font-size: 2.2rem!important; padding:0rem!important; margin:0rem!important;}
.cell .text .logocena{width: 25rem; margin-top:3rem!important; float:left;}
.cell.reverse .text .logocena{width: 25rem; margin-top:3rem!important; float:right;}

.image_rc {border-radius:0%!important;}
.image_c {border-radius:0%!important; width:100%!important;}


/*Cikcak mobil*/
@media screen and (max-width: 1100px) {
.cell {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; width: auto;  overflow: hidden; height: auto; margin:0!important; padding:0!important; margin: 4rem 0rem 2rem 0rem!important; border-bottom: 0.0rem solid var(--seda); border-radius: 0rem;}
.cell .image {background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; width: 50%; height: 45rem; margin:0!important; padding:0rem!important; text-align: center;}
.cell .image img{height:auto!important; width: 100%!important; float:left!important; margin-right:-0.1rem; margin-bottom:-0.1rem;}

.cell .text {width: 50%; height: auto; margin:0!important; padding:0rem 4rem 1rem 4rem!important; color: var(--text); text-align:left; position: relative;}
.cell .text p{color: var(--text)!important;}
.cell .text h3{color: var(--text)!important; font-size: 3.5rem!important; text-align: left!important;  width: 100%; padding: 0rem 0rem 5rem 0rem!important;} 
.cell .text h3 span{display: block; font-weight:400; font-size: 2.2rem; text-align: left!important;}

.cell.reverse .image {position: absolute; right: 0; text-align: center;}
.cell.reverse .image img{height:auto!important; width: 100%!important; float:left; margin-left:-0.1rem; margin-top:-0.1rem;}
.cell.reverse .text {width: 50%; height: auto; margin:0!important; padding:0rem 4rem 1rem 4rem!important; color: var(--text); text-align:right}
.cell.reverse .text h3{color: var(--text)!important; font-size: 3.5rem!important; text-align: right!important; width: 100%; padding: 0rem 0rem 5rem 0rem!important;} 
.cell.reverse .text h3 span{display: block; font-weight:400; font-size: 2.2rem; text-align: right!important;}

.image_rc {border-radius:0%!important;}

}

@media screen and (max-width: 800px) {
.cell {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; width: auto;  overflow: hidden; height: auto!important; margin:0!important; padding:0!important; margin: 4rem 0rem 0rem 0rem!important; border-bottom: 0.0rem solid red!important; border-radius: 0rem;}

.cell .image {background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; width: 100%!important; height: 50rem; margin:0!important; padding:0rem!important; text-align: center; border-bottom: 0.0rem solid red!important; }
.cell .image img{height:auto!important; width: 100%!important; float:left; margin-right:0.0rem; margin-bottom:0.0rem;}


.cell.reverse .image {position: relative!important; right: 0; text-align: center;}
.cell.reverse .image img{height:auto!important; width: 100%!important; float:left; margin-left:-0.1rem; margin-top:-0.1rem;}

.cell.reverse .image {background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; width: 100%!important; height: 50rem; margin:0!important; padding:0rem!important; text-align: center; border-bottom: 0.0rem solid red!important; }
.cell.reverse .image img{height:auto!important; width: 100%!important; float:left; margin-right:0.0rem; margin-bottom:0.0rem;}


.cell .text {width: 100%; height: auto!important; margin:0!important; padding:0rem 0rem 0rem 0rem!important; color: var(--text); text-align:left; position: relative;}
.cell .text p{margin:0rem auto 4rem auto!important}

.cell.reverse .text {width: 100%; height: auto!important; margin:0!important; padding:0rem 0rem 0rem 0rem!important; color: var(--text); text-align:left; position: relative;}

.cell .text h3{color: var(--text)!important; font-size: 3.5rem!important; text-align: left!important; width: 100%; padding: 0rem 0rem 5rem 0rem!important;} 
.cell .text h3 span{display: block; font-weight:400; font-size: 2.2rem; text-align: left!important;}

.cell.reverse .text h3{color: var(--text)!important; font-size: 3.5rem!important; text-align: left!important; width: 100%; padding: 0rem 0rem 5rem 0rem!important;} 
.cell.reverse .text h3 span{display: block; font-weight:400; font-size: 2.2rem; text-align: left!important;}

.image_rc {border-radius:0%!important;}
}


.animate {
  opacity: 0;
  visibility: hidden;
}

.mt40 {margin-top: 1rem!important;}

.mt60 {margin-top: 5rem!important;}

.mt90 {margin-top: 15rem!important;}

.mt100 {
  margin-top: 14.0rem!important;
}

.mt160 {
  padding-top: 22.0rem!important;
}

.p10 {padding:1rem;}
.p40 {padding:6rem!important;}
.pl10 {padding-left:1rem;}
.pr10 {padding-right:1rem;}

.pt100 {padding-top:10rem!important;}

@media (max-width:768px){
.mt40 {margin-top: 1rem!important;}
}

@media screen and (max-width: 1255px) {
.top100 {margin: 13rem 0rem 0rem 0rem!important;}
.mt90 {margin-top: 5rem!important;}
.mt160{padding-top: 12.0rem!important;}

}


/* Video - top*/

@media (max-width:992px){
.text-right-m{text-align:center!important; border-right: 0.1em solid var(--bila); border-bottom: 0.1em solid var(--text); padding-bottom:4rem!important}
.dispm {font-size:1.1rem!important;}

}

/*Menu*/
.nav_desktop{position: fixed; text-align: left; z-index:1002; padding: 0rem 0% 0rem 0%; width: 100%; margin: auto; height: 12rem!important; background: var(--bila)!important; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; -o-transition: all 1.0s ease-out; transition: all 1.0s ease-out;}
.nav_desktop_hl{float:right;margin:9.8rem 0 0 0; font-size: 2rem; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

.nav_desktop .navbar-brand {padding: 1rem 0rem 1rem 0rem!important; padding-bottom: 0 !important; font-size: 2rem; text-transform: none; background: url(../img/logo_cerny_top_1.svg) no-repeat left center; background-size: auto 5rem; top: 4rem; left: calc(2.5% + 2rem); position: absolute; width: 18rem; height: 5rem; text-indent: -99999.9rem; z-index:10003;  border-left:0.0rem solid var(--bila); color: var(--bila);}



.navbar-brand{float:left;height:5.0rem;padding:1.5rem 1.5rem; font-size:2rem;line-height:2.0rem;}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none;}
.navbar-brand>img{display:block;}

.coll_n {background-color: var(--bila)!important; height: 12rem!important; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; -o-transition: all 1.0s ease-out; transition: all 1.0s ease-out;}
.coll_n .navbar-brand {background: url(../img/logo_cerny_top_1.svg) no-repeat left center; border-left:0.0rem solid var(--cerna)!important; color: var(--cerna)!important; background-size: auto 5rem;}


.coll_n .hamburger-inner, .coll_n .hamburger-inner::before, .coll_n .hamburger-inner::after {width: 30px; height: 3px; background-color: var(--cerna)!important; border-radius: 2px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }

.coll_n1 {background-color: var(--bila)!important; height: 12rem!important; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; top:0rem;}
.coll_n1 .navbar-brand {background: url(../img/logo_cerny_top_1.svg) no-repeat left center; border-left:0.0rem solid var(--cerna)!important; color: var(--cerna)!important; background-size: auto 5rem;}

.coll_n1 .hamburger-inner, .coll_n1 .hamburger-inner::before, .coll_n1 .hamburger-inner::after {width: 30px; height: 3px; background-color: var(--cerna)!important; border-radius: 2px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }

.trans{-webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.trans:hover{-webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

.menu-top {position: fixed; top:2.8rem; left:calc(3rem + 7rem); z-index: 10004; padding: 15px 15px; display: inline-block; cursor: pointer; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

/*burger*/

/*
.burger {background: url(../img/burger.svg) no-repeat left center; position: fixed; top:3.5rem; right: calc(5% + 1.9rem); z-index: 10004; padding: 15px 15px; display: inline-block; cursor: pointer; height: 5rem; width: 5rem; border: 0.0rem solid red; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.burger1 {background: url(../img/burger1.svg) no-repeat left center!important; position: fixed; top:3.5rem; right: calc(5% + 1.9rem); z-index: 10004; padding: 15px 15px; display: inline-block; cursor: pointer; height: 5rem; width: 5rem; border: 0.0rem solid red; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
*/
.hamburger {position: fixed; top:3.5rem; right: calc(2.5% + 2rem); z-index: 10004; padding: 15px 15px; display: inline-block; cursor: pointer; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.hamburger:hover {opacity: 0.9; }
.hamburger1 {}

.hamburger-box {width: 24px; height: 24px; display: inline-block; position: relative; }
.hamburger-inner {display: block; top: 50%; margin-top: -5px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 30px; height: 3px; background-color: var(--cerna); border-radius: 2px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {content: ""; display: block; }
.hamburger-inner::before {top: -8px; left:0.5rem; width: 25px}
.hamburger-inner::after {bottom: -8px; left: -0.5rem; width: 35px}
.hamburger--vortex .hamburger-inner {transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear; }
.hamburger--vortex .hamburger-inner::before {transition-property: top, opacity; }
.hamburger--vortex .hamburger-inner::after {transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {transform: rotate(765deg);transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); background-color: var(--cerna)!important; }
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {transition-delay: 0s; background-color: var(--cerna)!important; left:0.0rem; width: 30px}
.hamburger--vortex.is-active .hamburger-inner::before {top: 0; opacity: 0; left:0.0rem; width: 30px}
.hamburger--vortex.is-active .hamburger-inner::after { bottom: 0; transform: rotate(90deg); left:0.0rem; width: 30px}
/*burger*/
 


.menu_t{text-align: left; float:left; padding:0rem .5% 1rem .5%;  border-top-style: solid;  border-top-width: 0px; border-color:transparent; margin: 0rem 3% auto 3%; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.menu_t:hover{float:left; padding:0.7rem .5% 1rem .5%; border-top-style: solid;  border-top-width: 0px; border-color: var(--bila08); margin: 0rem 3% auto 3%; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.menu-t{z-index:1; font-weight:400; font-size:3.0rem!important; width:45rem; background:var(--bila08); position:fixed; text-align:left; height:92vh!important; display:none; right:0rem!important;  top:8vh!important; margin:0rem 0%; border-radius:0% 0% 0rem 0rem; color:var(--cerna)}
.menu-t p{color:var(--cerna)}
.menu-t_1{height: 92vh!important; display:block; z-index:9999;}
.menu-t .in{padding:0% 5% 0% 0rem; float: left;}
.menu-t ul {padding: 0rem 0px 1.5rem 0.0rem;  list-style:none!important;}
.menu-t li {line-height:1.5; padding: 0.0rem 0px 0.0rem 6rem; text-align: right; color: var(--cerna); list-style:none!important; text-transform:none!important; border-left:0.3rem solid transparent;}
.menu-t li:hover {line-height:1.5; padding: 0.0remx 0px 0.0rem 5.7rem!important; text-align: right; color: var(--text); border-left:0.3rem solid var(--cerna); margin-left:-0.0rem; font-family: 'Bold', sans-serif!important;}
.menu-t a, .submenu_i a{color: var(--cerna); text-decoration: none; display:block;}
.menu-t a:hover{color: var(--cerna)!important; text-decoration: none; display:block; font-family: 'Bold', sans-serif!important;}
.submenu_i a:hover{color: color: var(--cerna)!important; text-decoration: none; display:block;}
.menu_block_m {position: absolute; width:auto; text-align: left; margin-left:0rem; margin-top:0.0rem; font-size: 3.0rem; line-height:2.2; right: 20%;}
.menu_1 {padding: 0rem 0% 5rem 0rem;  border-left:0.0rem solid var(--bila); color: var(--bila); height: 58rem; width:auto!important; line-height:1.2; float: left!important;} 
.menu_1 p{padding: 4rem 0rem 1rem 0rem;}    

@media screen and (max-width: 1200px) {
.text-center-m {margin: 0rem 0% 0rem 0%!important;}
.menu_1 {padding: 5rem 0% 5rem 0rem!important; float:left;  border-left:0.0rem solid var(--bila); color: var(--bila); height: 60%!important; width:auto!important; line-height:1.2;}    
}

@media screen and (max-width: 992px) {
.menu-top {display: none;}
.nav_desktop{position: fixed; text-align: left; padding: 0rem 0rem 0rem 0rem; width: 100%; margin: auto; height: 0rem!important; background: var(--bila)!important; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; -o-transition: all 1.0s ease-out; transition: all 1.0s ease-out; height: 12rem!important}

.navbar-brand {background: url(../img/logo_cerny_top_1.svg) no-repeat left center!important; left: 5%!important; background-size: auto 3.5rem!important; top: 3.5rem!important; }

.coll_n {background-color: var(--bila)!important; height: 12rem!important; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; -o-transition: all 1.0s ease-out; transition: all 1.0s ease-out;}

.coll_n .hamburger-inner, .coll_n .hamburger-inner::before, .coll_n .hamburger-inner::after {width: 30px; height: 3px; background-color: var(--cerna)!important; border-radius: 2px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }

.coll_n1 {background-color: var(--bila)!important; height: 12rem!important; -webkit-transition: all 2s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; top:0rem;}

.coll_n1 .hamburger-inner, .coll_n1 .hamburger-inner::before, .coll_n1 .hamburger-inner::after {width: 30px; height: 3px; background-color: var(--cerna)!important; border-radius: 2px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }

.hamburger {position: fixed; top:3.5rem; left:calc(100% - 5% - 48px)!important;}

.menu-t .in{padding:0% 0% 0% 0rem; float: left;}

.menu_1 {padding: 2rem 0% 1rem 0rem!important; float:left;  border-left:0.0rem solid var(--bila); color: var(--bila); height: 70%!important; width:auto!important; line-height:1.2; margin-left:-1.8rem!important;}    
.menu_1 nav{margin-left:-1rem!important;}

}



@media (orientation: landscape) {
.menu_block_m { margin-top:10.0rem; font-size: 3rem; line-height:2.2; }
}

@media screen and (max-width: 640px) {
.menu_block_m {font-size: 3rem!important; right: 12%}
}


.float-left{float:left;}
.float-right{float:right;}


@media(max-width:800px){}

@media(max-width:640px){
.hidm {display: none!important;}
.hidd {display: block!important;}
}


.detail  {
  margin: 0rem 0rem 0rem 0rem ;
  }
  

.nrt {
  margin-top: -5.0rem!important;
  padding-right: 4rem!important;
  font-size: 3.0rem!important;
  letter-spacing:0.2rem;
}

.menu-p {width:100%; border: 0.0rem solid red; text-align: center; margin-top: 8rem!important; padding-bottom:4rem!important;}
.menu-d {float:right!important; /*width:calc(100%/6)!important;*/ border: 0.0rem solid red; text-align: center; padding-right:2rem!important;}

@media screen and (max-width: 1920px) {
.nrt { margin-top: -4.0rem!important;  padding-right: 0rem!important;  font-size: 2.5rem!important; letter-spacing:0.2rem; margin-right:2rem!important;}
}

@media screen and (max-width: 1600px) {
.nrt { margin-top: 8.0rem!important;  padding-right: 0rem!important;  font-size: 2.5rem!important; letter-spacing:0.2rem; margin-right:2rem!important;}
}

@media screen and (max-width: 1400px) {
.nrt { margin-top: 4.0rem!important;  padding-right: 0rem!important;  font-size: 2.5rem!important; letter-spacing:0.2rem; margin-right:2rem!important;}
}

@media screen and (max-width: 1300px) {
.menu-p {float:left; border: 0.0rem solid red; text-align: center; margin-top: 10rem!important; padding-bottom:4rem!important;}
}

@media screen and (max-width: 900px) {
.menu-p {float:left; border: 0.0rem solid red; text-align: center; margin-top: 11rem!important; padding-bottom:4rem!important;}
.nrt { margin-top: 2.0rem!important;  padding-right: 0rem!important;  font-size: 2.5rem!important; letter-spacing:0.2rem; margin-right:2rem!important;}
}


/*kontakty*/

.kontakty {width:calc(100%/3)!important; float:left; padding:0rem 1rem;}
.kontakty .text p{color: var(--text)!important;}
.kontakty .text h3{color: var(--text)!important; font-size: 2.2rem!important; text-align: left!important;  width: 100%; padding: 0rem 0rem 0rem 0rem!important; margin: 0rem 0rem 2rem 0rem!important;} 
.kontakty .text h3 span{display: block; font-weight:400; font-size: 1.6rem; text-align: left!important;}

@media screen and (max-width: 1100px) {
.kontakty {width:calc(100%/1)!important; float:left; padding: 2rem 0rem 0rem 2rem!important;}
}