@font-face {
  font-family: 'Boreal';
  src: url('../fonts/subset-Boreal-Regular.woff2') format('woff2'), url('../fonts/subset-Boreal-Regular.woff') format('woff'), url('../fonts/subset-Boreal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boreal';
  src: url('../fonts/subset-Boreal-Medium.woff2') format('woff2'), url('../fonts/subset-Boreal-Medium.woff') format('woff'), url('../fonts/subset-Boreal-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boreal';
  src: url('../fonts/subset-Boreal-Bold.woff2') format('woff2'), url('../fonts/subset-Boreal-Bold.woff') format('woff'), url('../fonts/subset-Boreal-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Boreal", Helvetica, Arial, "sans-serif";
  color: #ffffff;
  font-weight: normal;
  font-size: 21px;
  background-color: #292975;
  position: relative;
}
.row {
  max-width: 900px;
  margin: auto;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.btn-warning {
  color: #000;
  background-color: #F0DC0F;
  border-color: #F0DC0F;
}
.btn-warning:hover {
  color: #000;
  background-color: #F0DC0F;
  border-color: #ffc720;
}
#carusell {
  background-image: url("../images/backgr.jpg");
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  #carusell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#carusell .row {
  --bs-gutter-x: 0rem;
}
/* CAROUSELL */
.gallery {
  background: #EEE;
}
.carousel-image {
  display: block;
  height: 322px;
  /* set min-width,
	   allow images to determine cell width */
  min-width: 600px;
  max-width: 100%;
  margin-right: 10px;
  /* vertically center
	top: 50%;
	transform: translateY(-50%)*/
  border-radius: 15px;
}
.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
}
.carousel {
  height: 322px;
}
/* cell inherit height from carousel */
.carousel-cell {
  height: 100%;
}
#menu {
  background-color: #00134d;
}
#menu a {
  color: #fff;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}
#menu ul {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#menu ul li {
  display: inline-block;
  padding: 0 20px;
}
#menu img {
  height: 40px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #menu img {
    height: 90px;
  }
}
#menum {
  background-color: #00134d;
  margin-bottom: 0;
}
#menum a {
  color: #fff;
  text-decoration: none;
}
#menum a:hover {
  text-decoration: underline;
}
#menum ul {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 577px) {
  #menum ul {
    text-align: center;
    font-size: 30px;
  }
}
#menum img {
  height: 40px;
  margin: 10px 0;
}
@media screen and (max-width: 579px) {
  #menum img {
    height: 60px;
  }
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
#uvod .row {
  --bs-gutter-x: 0.8rem;
}
#uvod .prijdte {
  font-weight: bold;
  font-size: 20px;
}
#uvod .akce {
  font-weight: bold;
  font-size: 28px;
  padding: 10px 25px;
  background-color: #e34739;
  display: inline-block;
  border-radius: 15px;
  margin: 40px auto 40px auto;
}
#uvod .nc {
  height: 100%;
  text-align: center;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  position: relative;
}
#uvod .nc .vlt-info {
  width: 100%;
  border-radius: 15px;
}
#uvod .nc .vlt-popis {
  margin: 17px auto 0 auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}
#uvod .nc .popis-ikona {
  flex-shrink: 0;
  height: 38px;
}
#uvod .nc .popis-ikona img {
  height: 100%;
}
#uvod .nc .popis-text p {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #uvod .nc .popis-text p {
    font-size: 25px;
  }
}
#uvod .nc .popis-text p span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #uvod .nc .popis-text p span {
    font-size: 18px;
  }
}
#vlt {
  background-color: #4641b1;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}
#vlt h2 {
  margin-bottom: 50px;
  font-weight: bold;
}
#vlt .row {
  --bs-gutter-x: 0rem;
}
#vlt .bc {
  height: 100%;
  text-align: center;
  transition: 0.3s;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#vlt .bc .vlt-vlti {
  width: 96%;
  border-radius: 10px;
  margin: 15px 0;
}
#vlt .bc .text {
  margin-top: 20px;
  border-right: 2px solid #252573;
  height: 100%;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #vlt .bc .text {
    display: inline;
    font-size: 20px;
    border-right: 0 solid #252573;
  }
}
#vlt .row:last-child .col-12:last-child .text {
  border-right: 0 solid #252573;
}
#jack {
  padding-top: 80px;
  padding-bottom: 80px;
}
#jack h2 {
  margin-bottom: 40px;
  font-weight: bold;
}
#jack .row {
  --bs-gutter-x: 0rem;
}
#jack .jj {
  max-width: 765px;
}
#jack .jc {
  height: 100%;
  text-align: center;
  transition: 0.3s;
  margin: 0;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #jack .jc {
    padding-left: 0;
  }
}
#jack .jc p {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #jack .jc p {
    text-align: center;
  }
}
#jack .jc ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #jack .jc ul {
    display: inline-block;
    text-align: center;
  }
}
#jack .jc ul li {
  list-style: none;
  padding: 10px 0 10px 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  #jack .jc ul li {
    display: inline;
    line-height: 50px;
  }
}
#jack .jc ul li span {
  font-size: 16px;
}
#jack .row:last-child .col-12:last-child .jc {
  border-left: 2px solid #4641b1;
}
@media screen and (max-width: 768px) {
  #jack .row:last-child .col-12:last-child .jc {
    border-left: 0 solid #4641b1;
  }
}
#kontakt {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #4641b1;
}
#kontakt h2 {
  margin-bottom: 40px;
  font-weight: bold;
}
#kontakt .telefon {
  background: url("../images/phone.svg") no-repeat;
  padding-left: 45px;
  height: 40px;
  font-size: 25px;
  margin-bottom: 35px;
}
#kontakt .provozka {
  background-color: #252573;
  padding: 10px 30px;
  border-radius: 15px;
}
#kontakt .provozka h4 {
  font-size: 21px;
  padding: 0;
  margin: 0;
}
#kontakt .provozka span {
  padding-left: 15px;
}
@media screen and (max-width: 450px) {
  #kontakt .provozka span {
    display: block;
    padding-left: 0;
  }
}
#kontakt .provozka p {
  padding: 0;
  margin: 0;
}
#kontakt .provozka hr {
  border: 2px solid #5650d8;
  margin: 0.5rem 0;
}
#kontakt .adresa {
  padding-top: 35px;
}
#kontakt .adresa p {
  font-size: 16px;
  padding-left: 20px;
}
#kontakt .adresa img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
#kontakt .mapa iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
#kontakt .mapa a {
  font-size: 15px;
  color: #fff;
}
#kontakt .row {
  --bs-gutter-x: 0rem;
}
#kontakt .pad {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #kontakt .pad {
    padding: 0 0;
    margin-top: 35px;
  }
}
#varovani {
  background-color: #1e1e1e;
}
#varovani p {
  font-size: 16px;
}
#footer {
  background-color: #2c2c2c;
  padding-top: 80px;
  padding-bottom: 80px;
}
#footer .it .logo {
  width: 120px;
}
#footer .it p {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 500;
}
#footer .it .telefon {
  background: url("../images/phone-w.svg") no-repeat;
  padding-left: 45px;
  height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #8d8d8d;
}
#footer .it .email {
  background: url("../images/obalka.svg") no-repeat;
  padding-left: 45px;
  height: 20px;
  font-size: 18px;
  margin-top: 0;
  padding-top: 0;
  color: #8d8d8d;
}
#footer .it span {
  color: #fff;
}
/*
#btn-back-to-top {position: fixed; bottom: 20px; right: 20px; display: none;}
.btn-warning {color: #000;background-color: #F0DC0F;border-color: #F0DC0F;}
.btn-warning:hover{color: #000; background-color: #F0DC0F;border-color: #ffc720;
}
.row{max-width: 1111px; margin: auto;}
.mat{margin-top:20px;
  @media screen and (min-width: 570px){margin-top:80px;} 
}
.matm{margin-bottom: 100px !important;}
strong{font-weight: bold;}
mark{color:#F0DC0F; background-color: transparent;padding: 0em;}
.btn-outline-primary{border: 1px solid #F0DC0F !important;color: #F0DC0F !important; border-radius: 10px !important;}
.btn-outline-primary:hover{background-color: #F0DC0F !important; color:#000 !important;}
.alert-dismissable button{display: none;}

h2{color:#fff;font-size: 30px; margin-bottom: 30px;line-height: 140%;
   @media screen and (min-width: 570px){font-size: 40px;} 
}
h3{margin-bottom: 30px; line-height: 140%;}
.display-3{font-size: 60px; font-weight: bold;margin-bottom: auto;}
a{color: #F0DC0F;transition: 0.3s;}
a:hover{background-color: #F0DC0F; color:#000;}



.header{overflow: hidden; background: url("../images/hb-cntr-rpt.jpg") repeat-x;
  @media screen and (min-width: 800px){background:url("../images/hb-repeat.jpg") repeat-x; }
  .bgheader{background:url("../images/hb-cntr.png") center 50px no-repeat; background-size: 100%;
    @media screen and (min-width: 564px){ background:url("../images/hb-cntr.png") center top no-repeat;background-size: 100%;} 
    @media screen and (min-width: 1113px){background: url("../images/hb.jpg") left top no-repeat; } 
  } 
}

.menu{display:none;
  @media screen and (min-width: 1113px){display:block;}
  img{width: 44px;}
  img:hover{animation: rotateIn; animation-duration: 0.5s;}
  ul{ list-style: none;}
  ul li{display: inline-block; padding: 2px 10px;}
  ul li a{color:#F0DC0F; font-size: 90%;}
  ul li a:hover{color:#F0DC0F; background-color: transparent;}
  
}
.logo{animation: fadeInRightBig; animation-duration: 1s; width:60%; margin: 5vw auto 0 auto; max-width: 600px; min-width: 230px; 
  @media screen and (min-width: 1113px){margin-top: 155px; margin-bottom: 430px; padding-left: 567px;width:100%; max-width: 100%;} 
}
.hamb{margin: 8vw auto 110vw auto;
  @media screen and (min-width: 1113px){display:none;}
  a{display:inline-block;}
  img{width:70px; padding: 10px;}
  a:hover{img{filter: grayscale(100%) brightness(0%);}}
}





.nc{background-color: #1A1A1A; border:1px solid #131313; border-radius: 20px; padding: 20px; height: 100%;text-align: center;transition: 0.3s;
  p{font-size:18px;}
  img{height: 140px; padding: 40px 0;
    @media screen and (min-width: 570px){height: 50%; padding: 10% 0;} 
  }
}
.nc:hover{background-color: #141414;border:1px solid #F0DC0F;}

.akcenew{list-style: none; margin-left: 0; padding-left: 0;
  li{ border:1px solid #131313; border-radius: 20px; background: #1A1A1A; margin-bottom: 20px;padding: 15px;transition: 0.3s;}
  li:hover{background-color: #141414;}
  p{padding: 0; margin: 0; font-size: 18px;}
  a{background: #1A1A1A url("../images/sl-h.svg") no-repeat; background-position: 98% center;transition: 0.3s; display: block; padding-right: 40px; color:#C5C5C5; text-decoration: none;}
  a:hover{background: transparent url("../images/sl-s.svg") no-repeat;background-position: 98% center;color: #F0DC0F; }
  
}

.akceold{list-style: none; margin-left: 0; padding-left: 0; 
  li{ border-bottom: 1px dotted #5B5B5B; margin-bottom: 20px;padding: 15px;transition: 0.3s;}
  p{padding: 0; margin: 0; font-size: 18px;}
  a{background: transparent url("../images/sl-h.svg") no-repeat; background-position: 98% center;transition: 0.3s; display: block; padding-right: 40px; color:#C5C5C5; text-decoration: none;}
  a:hover{background: transparent url("../images/sl-s.svg") no-repeat;background-position: 98% center;color: #F0DC0F; }
  
}



.manual{background-color: #1A1A1A; border:1px solid #131313; border-radius: 20px; padding: 20px; text-align: center;}
.medinfo{background-color: #1A1A1A; border:1px solid #131313; border-radius: 20px; padding: 10px 30px; font-size: 18px;
  dl{padding: 15px;}
  dt{padding-top: 10px;}
  dd{font-size: 15px; padding-bottom: 10px; border-bottom:1px dashed #343434;}
}

.partner{
  a{text-decoration: none;}
  a:hover{text-decoration: none; background-color: transparent;}
  img{max-height: 90px; max-width: 200px; margin: 30px; vertical-align:middle; opacity: 0.35 !important;transition: 0.3s;}
  img:hover{opacity: 1 !important;}
}

.mc{background-color: #1A1A1A; border:1px solid #131313; border-radius: 20px; padding: 20px; height: 100%; text-align: center;
  p{font-size:18px; padding: 10px 20px;}
  img{height: 100px; margin: 40px 0;}
  a{text-decoration: none; color:#C5C5C5;transition: 0.3s;}
  a:hover{text-decoration: underline; color:#F0DC0F; background-color: transparent;}
}
.mc:hover{background-color: #141414;border:1px solid #F0DC0F;}



.form{background-color: #1A1A1A; border:1px solid #131313; border-radius: 20px; padding: 20px; height: 100%;
  p{font-size:18px; padding: 10px 20px;}
  img{height: 100px; margin: 40px 0;}
  .form-group{margin:15px 0; font-size: 20px;  }
  .form-control{background-color: transparent; border: 1px solid #919191; color: #C5C5C5;transition: 0.3s;}
  .form-control:focus{background-color: #000;border: 1px solid #F0DC0F; }
}



.foot{color:#919191;
  .fol{max-width: 280px;  filter: grayscale(100%) brightness(40%);transition: 0.3s;}
  .social{margin-top: 60px; margin-left: 0px;
    @media screen and (min-width: 960px){margin-top: 100px; margin-left: 100px;} 
    img{max-width: 40px; filter: grayscale(100%) brightness(40%);transition: 0.3s; margin:1px 3px;}
    a:hover{color: transparent; background-color: transparent;}
  }
  img:hover{filter:none;}
  ul{list-style: none; padding: 0; margin: 0;}
  ul li{padding: 2px 0;}
  ul li a{padding: 2px;color: #919191;}
  ul li a:hover{background-color: transparent; color:#F0DC0F;}
}


.copy{border-top: 1px solid #414141; font-size:13px;
  a{text-decoration: underline; color: #919191;}
  a:hover{color: #F0DC0F; background-color: transparent;}
}

*/
/*
.page{
  .row{max-width:100% !important;}
  .menulogo{ width:70%; max-width: 250px; margin-bottom: 45px;}
  a {transition: .3s all ease; color: #F0DC0F; }
  a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none; 
    color: #000;
  }
  
  

}


body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }




.bg-primary {
  background: #F0DC0F; }

.ftco-section {
  padding: 7em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

#colorlib-main-nav { position: absolute; top: 0; bottom: 0; right: 0; padding: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.99); z-index: 1002; text-align: center; visibility: hidden; opacity: 0; -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transform: scale(0.1); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); overflow-y: scroll; }
#colorlib-main-nav .colorlib-table {display: table; width: 100%; height: 100%; }
#colorlib-main-nav .colorlib-table .img { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; opacity: 1; }
#colorlib-main-nav .colorlib-table .img:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ''; background: rgba(0, 0, 0, 0.3); }
#colorlib-main-nav .colorlib-table .colorlib-table-cell { display: table-cell; vertical-align: middle; }
#colorlib-main-nav .colorlib-nav-toggle { position: absolute; top: 40px; right: 40px; padding: 20px; height: 44px; width: 44px; line-height: 0; padding: 0 !important; visibility: hidden; opacity: 0; transition: 0.3s; }
@media (prefers-reduced-motion: reduce) { #colorlib-main-nav .colorlib-nav-toggle { transition: none; } }
#colorlib-main-nav .colorlib-nav-toggle i { top: 18px !important; left: 0 !important; margin: 0 !important; padding: 0 !important; line-height: 0; text-indent: 0; }
#colorlib-main-nav .colorlib-nav-toggle.show { visibility: visible; opacity: 1; }
#colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after { content: ''; width: 40px; height: 2px; background: #fff; position: absolute; left: 0; }
.menu-show #colorlib-main-nav { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
#colorlib-main-nav .logo { font-size: 40px; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; position: relative; display: inline-block; margin-bottom: 0; line-height: 1.5; font-family: "Poppins", Arial, sans-serif; }
#colorlib-main-nav .logo span { font-size: 14px; display: block; font-weight: 300; color: rgba(255, 255, 255, 0.8); letter-spacing: 8px; }
#colorlib-main-nav ul { padding: 0; margin: 0; display: block; }
 @media (max-width: 767.98px) { #colorlib-main-nav ul { padding: 20px 0 0 0; } }
 #colorlib-main-nav ul li { padding: 0; margin: 0; list-style: none; font-weight: 600; font-size: 30px; letter-spacing: 5px; text-transform: uppercase; }
 #colorlib-main-nav ul li a { display: block; color: white; padding: 5px 0; text-decoration: none; }
 #colorlib-main-nav ul li a span { color: white; position: relative; padding: 0 10px; }
 #colorlib-main-nav ul li a:hover span { color: #000000;}
 #colorlib-main-nav ul li a span small { position: absolute; bottom: 7px; left: -30px; font-size: 16px; color: rgba(255, 255, 255, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
 #colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus { outline: none; text-decoration: none;}
 #colorlib-main-nav ul li a:hover span:before, #colorlib-main-nav ul li a:active span:before, #colorlib-main-nav ul li a:focus span:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
 #colorlib-main-nav ul li.active a span { color: #F0DC0F; }
 #colorlib-main-nav ul li.active a span:before { background: #F0DC0F; visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }



.colorlib-nav-toggle {cursor: pointer; text-decoration: none; }
.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after { background: #000; }
.colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after { background: #000; }
.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active { outline: none; border-bottom: none !important; }
.colorlib-nav-toggle i { position: relative; display: inline-block; width: 20px; height: 2px; color: #000; font: bold 14px/.4 Helvetica; text-transform: uppercase; text-indent: -55px; background: #fff; transition: all .2s ease-out; }
.menu-show .colorlib-nav-toggle i { background: #fff; color: #fff; }
.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after { content: ''; width: 30px; height: 2px; background: #fff; position: absolute; left: 0; transition: 0.2s; }

.menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after { background: #fff; }
@media (prefers-reduced-motion: reduce) { .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after { transition: none; } }

.colorlib-nav-toggle.dark i { position: relative; color: #fff; background: #fff; transition: all .2s ease-out; }
.colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after { background: #fff; transition: 0.2s; }
@media (prefers-reduced-motion: reduce) { .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after { transition: none; } }

.colorlib-nav-toggle i::before { top: -7px; }
.colorlib-nav-toggle i::after { bottom: -7px; }
.colorlib-nav-toggle:hover i::before { top: -10px; }
.colorlib-nav-toggle:hover i::after { bottom: -10px; }
.colorlib-nav-toggle.active i { background: transparent; }
.colorlib-nav-toggle.active i::before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.colorlib-nav-toggle.active i::after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }

.colorlib-nav-toggle { float: right; z-index: 1003; position: relative; top: 0; right: 0; display: block; margin: 0 auto; cursor: pointer; margin-top: 0; }
@media (max-width: 767.98px) { .colorlib-nav-toggle { right: 10px; } }


*/
/*# sourceMappingURL=style.css.map */