@charset "utf-8";
/* CSS Document */

li {
  list-style: none;
}

@keyframes hover {
  50% {
    transform: translateX(10px);
  }
}
.offcanvas-menu h2 {
	float: left;
	font-size: 13.85px;
	color: #ffffff;
	letter-spacing: 1.80px;
	line-height: 1.46;
	text-transform: uppercase;
	margin: 0 0 0 14px;
}
.offcanvas-menu > label {
  width: 80px;
  cursor: pointer;
  transition: 0.3s ease;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 99999999;
}
.offcanvas-menu label span {
	margin: 8px 0 8px;
	position: relative;
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  transition: background 0.3s, transform 0.3s;
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #ffffff;
  float: left;
}
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  position: absolute;
}
.offcanvas-menu label span::before {
  transform: translateY(-8px);
}
.offcanvas-menu label span::after {
  transform: translateY(8px);
}
.offcanvas-menu nav {
  position: fixed;
  height: 100%;
  width: 400px;
  left: -400px;
  overflow: auto;
  background: #ffffff;
  transition: 0.3s ease;
  padding: 30px 30px 40px;
  z-index: 99999999;
}
.offcanvas-menu nav > label {
  width: 80px;
  float: left;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.offcanvas-menu nav > label span,
.offcanvas-menu nav > label span:before,
.offcanvas-menu nav > label span:after {
  background: #0d8e92;
}
.offcanvas-menu nav > label h2 {
	color: #0d8e92;
}
.offcanvas-menu nav > ul {
  margin-top: 30px;
  counter-reset: nav-link-count;
}
.offcanvas-menu nav > ul li {
  cursor: pointer;
  padding: 10px 0;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
}
.offcanvas-menu nav > ul li a {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  display: block;
}
.offcanvas-menu nav > ul li a::after {
  content: " : " counter(nav-link-count);
}
.offcanvas-menu nav > ul li:hover {
  animation: hover 0.5s;
}
.offcanvas-menu input[type=checkbox] {
  display: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ label {
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav {
  left: 0;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span {
  background: transparent;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before {
  transform: rotate(-45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transform: rotate(45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before,
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li {
  opacity: 1;
  transform: translateX(0px);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.offcanvas-menu > label {
	width: 70px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.offcanvas-menu h2 {
    font-size: 11.85px;
    letter-spacing: 1px;
    line-height: 1.66;
    margin: 0 0 0 10px;
	color:#0d8e92;
}

.offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after { background:#0d8e92;}

.offcanvas-menu nav {left: -100%; width: 100%; overflow: hidden;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.offcanvas-menu > label {
	width: 70px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.offcanvas-menu h2 {
    font-size: 11.85px;
    letter-spacing: 1px;
    line-height: 1.66;
    margin: 0 0 0 10px;
	color:#0d8e92;
}
.offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after { background:#0d8e92;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.offcanvas-menu > label {
	width: 70px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.offcanvas-menu h2 {
    font-size: 11.85px;
    letter-spacing: 1px;
    line-height: 1.66;
    margin: 0 0 0 10px;
	color:#0d8e92;
}
.offcanvas-menu label span, .offcanvas-menu label span::before, .offcanvas-menu label span::after { background:#0d8e92;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.offcanvas-menu h2 {
	display: none;
}
.offcanvas-menu > label {
	width: 20px;
	top: 23px;
	left: 3%;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.offcanvas-menu h2 {
	display: none;
}
.offcanvas-menu > label {
	width: 20px;
	top: 26px;
	left: 3%;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.offcanvas-menu h2 {
	display: none;
}
.offcanvas-menu > label {
	width: 20px;
	left: 3%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.offcanvas-menu > label {
	left: 3%;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.offcanvas-menu > label {
	left: 3%;
}
}