
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html
{
  height: 100%;
  box-sizing: border-box;
}
body{
  min-height: 100vh;
  background-color: rgb(223, 223, 223);
	color: #ffffff;
	font-family: "Cambria";
}

.wrapper
{
	width: 100%;
  min-height: calc(100vh - 135px);
}

.header
{
	width: 100%;
	padding: 40px 0;
}

/*#nav
{
	width: 100%;
	top: 0;
	background-color:black;/*#222222;
	text-align: center;
	border-top: 1px solid #696869;
	border-bottom: 1px solid #696869;	
	height: 92px;
	position:fixed;
	z-index: 999999; 
}

#nav logo 
{
	width: 200px;
	height: auto;
	padding: 0px;
	top: 0px;
	left: 0px;
	
}*/

.content
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 10px;
}

#footer
{
	bottom:0;
	width: 100%;
	height:auto;
	background-color: rgba(10,148,148,0.5);
	padding: 20px;
	text-align: center;
  box-sizing: border-box;
}

nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: rgb(65, 64, 64);/*black;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 0px 10px;
  /* background: red; */
  padding-right:50px;
  padding-left: 0;
}
/*.navbar .logo {
  float:left;
}*/
.navbar .logo img{
  margin-right: 25px;
  left: 0;
  top: 2px;
  float: left;
}
.navbar .logo a{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
 /*height: 100%;*/
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
nav .navbar .links li #booksy
{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
  line-height: 10px;
}
nav .navbar .links li #booksy a
{
 line-height: 0px;
 display: block;
}

nav .navbar .links li a:hover{
  background-color: #D9D6DB;
}

.links li:hover a{
    color: rgb(0,128,128);
}
/*znacznik strzałka  */
.links li:hover .htmlcss-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: rgb(65, 64, 64);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  font-size: 12px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
nav .navbar .links li:hover .htmlCss-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  width: 300px;
  height: 45px;
  font-size: 12px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.navbar .links li .sub-menu li:hover{
  background-color: #D9D6DB;
  color: rgb(0,128,128);;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more-face:hover .more-sub-menu{
  display: block;
}
.links li .sub-menu .more-hands:hover .more-sub-menu{
  display: block;
}
.links li .sub-menu .more-depilation:hover .more-sub-menu{
  display: block;
}
.links li .sub-menu .more-aparature:hover .more-sub-menu{
  display: block;
}
.links li .sub-menu .more-peeling:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
  height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: rgb(65, 64, 64);
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: brgb(65, 64, 64)lack;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: rgb(65, 64, 64);
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}

.main-text
{ 
	position: absolute;
	top: 17%;
	left: 30%;
  font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 25px;
	text-align: center;
	color: rgb(65, 64, 64);
	font-weight: 500;
}

.uvc-text p
{
  font-size:21px; 
  color: rgb(0,128,128);
  font-family: 'Cambria';
  text-align: center; 
  font-weight: 500;
}

.icons
{	
	padding: 25px;
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.icon /* ułożenie każdej z ikon  */
{
	float:left;
	margin-left: 130px;
	width: auto;
	min-height: 50%;
}

.icon img /* obrazki z zabiegami */
{
	border-radius: 50%; /* okrągłe */
}

.icon a:hover
{
	opacity: 0.5;  /*10% przezroczystości*/
}

figcaption
{
	margin: 8px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: rgb(65, 64, 64);;
}


* {box-sizing:border-box}

 /*Slideshow container  na stronie głównej*/
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
	margin-top: 45px;
	height: auto;
	z-index: -1;
}
.slideshow-container img{
	height: 250px;
}

/* Hide the images by default 
.mySlides {
	display: none;
	z-index: -11;
}*/

/* Next & previous buttons 
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}*/

/* Position the "next button" to the right 
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}*/

/* On hover, add a black background color with a little bit see-through 
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}*/

/* Caption text 
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: relative;
  display: inline-block;
  top: 0;
  max-width: 100%; 
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#face-list{
	font-size: 25px;
	color: rgb(65, 64, 64);
	text-align: center;
}

#face-list ol{
	list-style-type: disc;/*brak cyferek, kropek i gwiazdek dla każdego elementu listy*/
	text-align: left;
	font-size: 25px;

}

#face-list ol > li > button
{
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
}

.text
{
	display: none;
	position: relative;
	
}
.text p
{
	color:rgb(65, 64, 64);;
	font-size: 21px;
	font-family: 'Cambria';
	text-align: left;
	width: 100%;
	padding-right: 25px;
	line-height: 200%;	
}

.text ul li
{
	color:rgb(65, 64, 64);;
	font-size: 21px;
	font-family: 'Cambria';
	text-align: left;
	width: 100%;
	padding-right: 25px;
	line-height: 200%;	
}
.text strong
{
	color:rgb(65, 64, 64);;
	font-size: 21px;
	font-family: 'Cambria';
	text-align: center;
	width: 100%;
	padding-right: 25px;
	line-height: 200%;	
}

.companyicons
{
	display: block;
	margin:0 auto;
	text-align: center;
  width: 100%;
}

.companyicons img
{
	margin-left: 100px;
	margin-bottom: 15px;
}

.contact-us
{
	margin-top: 93px;
  min-height: calc(100vh - 135px);
}
.contact-us .contact-text
{
	color: black;
	float:left;
	font-size: 18px;
	margin-left: 50px;
	max-width: 45%;
}

.contact-us .contact-text p
{
	text-align: left; 
	font-family: 'Cambria';
	font-size: 18px;
	word-wrap: break-word;
}S

.contact-us .contact-text h4
{
	text-align: left; 
	font-family: 'Cambria';
	font-size: 18px;
}

.contact-us .contact-text h5
{
	margin-top: 5px;
	font-size: 23px;
	color: rgb(0,128,128);/*rgb(77, 76, 76);*/
  padding-bottom: 10px;
}

.map iframe
{
	display: inline;
	position: relative;
	margin:25px auto 25px 45px;
	transition: all .2s ease-in-out; 
  width: 600px;
  height: 450px;
}

.map iframe:hover
{
	transform: scale(1.5); 
}

.back-container
{
	background-image: url("img/tlo.jpg");
	color: rgb(65, 64, 64);
	margin-top: 70px;
	height: 100%;
  width: 100%;
  background-repeat: repeat-y;
}

.container
{
  width: 70%;
  height: 80%;
}
.trans
{
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.manicure
{
	color: rgb(65, 64, 64);
	font-size: 18px;
	margin-top: 92px;
	font-weight: 500;
	margin-left: 250px;
	margin-bottom: 25px;
	margin-right: 250px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.6;
}

.manicure h4
{
	color: rgb(65, 64, 64);
	text-align: center;
	font-size: 35px;
}
.manicure b
{
	padding-bottom:50px ;
}

.apparatus-treatment
{
	color: rgb(65, 64, 64);
	font-size: 18px;
	margin-top: 92px;
	margin-left: 250px;
	margin-bottom: 25px;
	margin-right: 250px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.6;
  min-height: calc(100vh - 135px);
}


.apparatus-treatment h4
{
	color: rgb(65, 64, 64);
	text-align: center;
	font-size: 35px;
}

.apparatus-treatment img
{
	float: right;    
 	margin: 8px 0 0 15px;
  max-width: 100%;
  height: auto;
}

.apparatus-treatment ol
{
	list-style-type: disc;
}

.apparatus-treatment ol > li
{
	list-style-position: inside;
  
}

.apparatus-treatment ul > li
{
  list-style-position: inside;
  list-style-type: disc;
}

.present
{
	margin-top: 100px;
	margin-left: 15px;
  width: 100%;
}

.cupon
{
	float: left;	
	padding: 18px;
	color: rgb(65, 64, 64);
	background-color: rgb(200, 200, 200);
}

.cupon img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
  width: 100%;
}

.cupon ul{
  list-style-position: inside;
}
.set-cosmetic
{
	margin-top: 100px;
  color: rgb(65, 64, 64);
	text-align: center;
  min-width: 35%;
}

.set-cosmetic img 
{
	margin-left: auto;
	margin-right: auto;
  max-inline-size: 100%;
}

.set  
{
	display: inline;
}

.set p
{
  margin-left: auto;
	margin-right: auto;
  text-align: center;
  max-width: 100%;
}
.skin
{
	color: rgb(65, 64, 64);
	font-family: "Cambria";
	margin-top: 110px;
	margin-left: 250px;
	margin-right: 250px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	/*text-align: justify;*/
	letter-spacing: 1px;
	line-height: 1.6;
  min-height: calc(100vh - 135px);
}
.skin h4
{
	text-align: center;
	font-size: 20px;
}

.skin button
{
	width: 75px;
	height: 35px;
	font-size: 15px;
	color: rgb(10,148,148);
}

.list-treatment ul {
  list-style: inside;
  }
  .list-treatment li {
  margin: 0.25rem;
  }
  .list-treatment li::before {
  background: rgb(0,128,128);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
  }
  .list-treatment ol ol li::before {
  background: rgb(0,128,128);
  }
  .list-treatment ol ol ol li::before {
  background:rgb(1, 148, 148);
  }
  .list-treatment{
  color: rgb(65, 64, 64);
  font-size: 18px;
  margin-top: 92px;
  margin-left: 250px;
  margin-bottom: 25px;
  margin-right: 250px;
  /*text-align: justify;*/
  letter-spacing: 1px;
  line-height: 1.6;
  min-height: calc(100vh - 135px);
  }
  .list-treatment h3{
    text-align: center;
  }

  .list-treatment li:hover {
    text-decoration: underline;
  }
  /* unvisited link */
  .list-treatment a:link {
  color: rgb(65, 64, 64);
  text-decoration: none;
  }

  /* visited link */
  .list-treatment a:visited {
  color: rgb(65, 64, 64);
  }

  /* mouse over link */
  .list-treatment a:hover {
  color: rgb(0,128,128);
  }

  /* selected link */
  .list-treatment a:active {
  color: rgb(65, 64, 64);
  }

@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  .navbar .logo img{
    width: 90%;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }

  nav .navbar .links li{
    padding: 0 10px;
    /*white-space: nowrap;*/
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
  .numbertext{
    width: 100%;  
  }
  .numbertext img{
    max-width: 100%; 
    max-height: 100%; 
  }
  .icon img{
    max-height: 100%;  
  }
  .main-text
  {
    top: 18%;
    font-size: 2.0vh;
  }
  .uvc-text p
  {
    font-size: 15px;
  }
  figcaption
  {
    font-size: 15px;
  }
  #footer
  {
    max-width: 100%; 
  }
  .apparatus-treatment
  {
    margin-left: 125px;
    margin-right: 125px;
  }
  .manicure
  {
    margin-left: 125px;
    margin-right: 125px;
  }
.skin
{
  margin-left: 125px;
  margin-right: 125px;
}
.present
{
  max-width: 100%;
  height: auto;
}
.companyicons img
{
	margin-left: auto;
	margin-right: auto;
  max-width: 100%;
}
.contact-us 
{
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-top: 18px;
}
.contact-us .contact-text
{
  margin-top: 18px;
}
.map iframe
{
	margin:0;
  margin-top: 5px;
  width: 100%;
  height: auto;
}
.cupon
{
  max-width: 100%;
}
.cupon img
{
  max-width: 100%;
  margin: 0;
}
.icon{
  margin-left: 55px;
}
.list-treatment{
  margin-left: 125px;
  margin-right: 125px;
}
.list-treatment li {
  margin: 130px;
}

}


@media (max-width:820px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  rgb(65, 64, 64);
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    overflow-y: scroll; /*dodano scroll*/
  }
  .navbar .logo img{
    width: 80%;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
  .sidebar-logo  i,
  .navbar .bx-menu{
    font-size: 25px;
    color: #fff;
  }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;
}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
  max-height:250px;/* you can change as you need it */
  overflow:auto;/* to get scroll */
  font-size: 15px;
  font-family: "Cambria";
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more-face span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .navbar .links li .sub-menu .more-hands span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .navbar .links li .sub-menu .more-depilation span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .navbar .links li .sub-menu .more-aparature span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .navbar .links li .sub-menu .more-peeling span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more-face:hover .more-sub-menu{
    display: none;
  }
  .links li .sub-menu .more-hands:hover .more-sub-menu{
    display: none;
  }
  .links li .sub-menu .more-depilation:hover .more-sub-menu{
    display: none;
  }
  .links li .sub-menu .more-aparature:hover .more-sub-menu{
    display: none;
  }
  .links li .sub-menu .more-peeling:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
.navbar .nav-links.show2 .links .more-face .more-sub-menu,
.navbar .nav-links.show3 .links .more-hands .more-sub-menu,
.navbar .nav-links.show4 .links .more-depilation .more-sub-menu,
.navbar .nav-links.show5 .links .more-aparature .more-sub-menu,
.navbar .nav-links.show6 .links .more-peeling .more-sub-menu{
  display: block;
}
.navbar .nav-links.show1 .links .htmlcss-arrow,
.navbar .nav-links.show3 .links .js-arrow{
    transform: rotate(180deg);
}
.navbar .nav-links.show2 .links .more-arrow{
  transform: rotate(90deg);
}
.numbertext{
  width: 100%;  
}
.numbertext img{
  max-width: 100%; 
  max-height: 100%; 
}
.icon img{
  max-height: 100%;  
}
.main-text
{
  top: 15%;
  font-size: 2.0vh;
}
.uvc-text p
{
  font-size: 14px;
}
figcaption
{
  font-size: 14px;
}
#footer
{
  max-width: 100%; 
}
.apparatus-treatment
{
  margin-left: 75px;
  margin-right: 75px;
}
.list-treatment{
  margin-left: 75px;
  margin-right: 75px;
}
.list-treatment li {
  margin: 0px;
  }
.manicure
{
  margin-left: 75px;
  margin-right: 75px;
}
.skin
{
  margin-left: 75px;
  margin-right: 75px;
}
.present
{
  max-width: 100%;
  height: auto;
}
.companyicons img
{
	margin-left: auto;
	margin-right: auto;
  max-width: 100%;
}
.contact-us 
{
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-top: 18px;
}
.contact-us .contact-text
{
  margin-top: 18px;
}
.map iframe
{
	margin:0;
  margin-top: 5px;
  width: 100%;
  height: auto;
}
.cupon
{
  max-width: 100%;
}
.cupon img
{
  max-width: 100%;
  margin: 0;
}
.icon{
  margin-left: 55px;
}
}

@media (max-width:380px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
.navbar .logo img{
  width: 60%;
}
.numbertext{
  width: 100%;  
}
.numbertext img{
  max-width: 100%; 
  max-height: 100%; 
}
.icon img{
  max-height: 100%;  
}

.main-text
{
  top: 8%;
  font-size: 1.8vh;
}
.uvc-text p
{
  font-size: 12px;
}
figcaption
{
  font-size: 12px;
}
#footer
{
  min-width:370px;
}
.apparatus-treatment
{
  margin: 25px;
}
.list-treatment{
  margin: 25px;
  letter-spacing: 0px;
}
.list-treatment ul{
  list-style-position: inside;
}
.list-treatment ul li{
  padding-left: -1em;
  text-indent: 0px;
  }
.manicure
{
  margin-left: 25px;
  margin-right: 25px;
}
.skin
{
  margin-left: 25px;
  margin-right: 25px;
}
.present
{
  max-width: 100%;
  height: auto;
}
.companyicons img
{
	margin-left: auto;
	margin-right: auto;
  max-width: 100%;
}
.contact-us 
{
  margin: 0;
  margin-top: 18px;
  max-width: 100%;
  height: auto;
}
.contact-us .contact-text
{
  margin-top: 18px;
}
.map iframe
{
	margin:0;
  margin-top: 5px;
  max-width: 100%;
  height: auto;
}
.cupon
{
  width: 100%;
}
.cupon img
{
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.icon{
  margin-left: 55px;
}
.back-container
{
  width: 100%;
  min-height: 667px;
}
}