@charset "utf-8";

/* CSS Document */



.hamburger {

  left: 1.5%;
  width: 92px;
  float: left;
  margin: 7px 30px 0 0;
  position: relative;
  z-index: 99999999;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: -4px;

}

.hamburger.open .hamburger-row1 span{
  background-color: #ffffff !important;
}

.hamburger.open .hamburger-tex1{
  color: #ffffff !important;
}

.hamburger .hamburger-tex1 {

  float: left;
    font-size: 14px;
    font-weight: 600;
    color: #000000 !important;
    letter-spacing: 0.60px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 6px 0 0 0;
    padding-left: 4px;
    font-family: 'Lexend', sans-serif;
    padding-top: 1px;

}

.hamburger .hamburger-row1 {

  width: 42px;

  float: left;

  border-radius: 50%;

  margin: 0 0 0;

  padding: 8px 6px 8px;

  position: relative;

}

.hamburger .hamburger-row1 span {

  display: block;

  height: 5px;

  width: 100%;

  background-color: #b2160e !important;

  opacity: 1;

  transform: rotate(0deg);

  transition: 0.25s ease-in-out;

  margin: 0 0 3px;

  position: relative;

}

.hamburger .fixed .hamburger-tex1 {
  color: #b2160e !important;
}

.hamburger .hamburger-row1 span:last-child {

  margin-bottom:0;

}

/*.hamburger.open .hamburger-tex1 {

  color: #b2160e !important;

}*/

/*.hamburger.open .hamburger-row1 span{
  background-color: #b2160e !important;
}
*/
.hamburger.open .hamburger-row1 span:nth-child(1) {

  transform: rotate(45deg);

  top: 8px;

}

.hamburger.open .hamburger-row1 span:nth-child(2) {

  width: 0;

}

.hamburger.open .hamburger-row1 span:nth-child(3) {

  transform: rotate(-45deg);

  bottom: 8px;

}



.overlay {

  width: 100%;

  height: 100%;

  background-color: #ffffff;

  border-radius: 0;

  position: fixed;

  /*z-index: 8000;*/

  top: 50%;

  left: 50%;

  transform: translateY(-50%) translateX(-50%) scale(0.001);

  opacity: 0;

  z-index: 99999999;

}

.showMenu {

  -webkit-animation: showMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;

          animation: showMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;

}



@-webkit-keyframes showMenu {

  0% {

    transform: translateY(-50%) translateX(-50%) scale(0.001);

    opacity: 0;

  }

  5% {

    opacity: 1;

  }

  100% {

    transform: translateY(-50%) translateX(-50%) scale(1);

    opacity: 1;

  }

}



@keyframes showMenu {

  0% {

    transform: translateY(-50%) translateX(-50%) scale(0.001);

    opacity: 0;

  }

  5% {

    opacity: 1;

  }

  100% {

    transform: translateY(-50%) translateX(-50%) scale(1);

    opacity: 1;

  }

}

.hideMenu {

  /*-webkit-animation: hideMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;

          animation: hideMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;*/


  -webkit-animation: hideMenu 0.35s cubic-bezier(.36,.58,.7,.86);

          animation: hideMenu 0.35s cubic-bezier(.36,.58,.7,.86);

}



@-webkit-keyframes hideMenu {

  0% {

    transform: translateY(-50%) translateX(-50%) scale(1);

    opacity: 1;

  }

  95% {

    opacity: 1;

  }

  100% {

    transform: translateY(-50%) translateX(-50%) scale(0.001);

    opacity: 0;

  }

}



@keyframes hideMenu {

  0% {

    transform: translateY(-50%) translateX(-50%) scale(1);

    opacity: 1;

  }

  95% {

    opacity: 1;

  }

  100% {

    transform: translateY(-50%) translateX(-50%) scale(0.001);

    opacity: 0;

  }

}

.fadeIn {

  -webkit-animation: fadeIn 0.25s ease-in forwards;

          animation: fadeIn 0.25s ease-in forwards;

}



@-webkit-keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}



@keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

.overlay-back {
    width: 42%;
    height: 100%;
    float: left;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-position-x: 100% !important;
}


/*Smartphone css*/

@media screen and (max-width: 480px) {

.hamburger {

	width: 100px;

    margin: 0 0 0;

    position: fixed;

    top: 16px;

    right: inherit;

	left: 5%;

}

.hamburger .hamburger-row1 {

	float: left;

}

.hamburger .hamburger-tex1 {

	float: right;

	display: block;

  color: #b2160e !important;

}

.overlay-back {
    width: 100%;
    display: none;
    margin: 0 0 0;
}

.hamburger.open .hamburger-row1 span{
  background-color: #b2160e !important;
}

}



@media screen and (min-width:481px) and (max-width:600px) {

.hamburger {

	width: 100px;

    margin: 0 0 0;

    position: fixed;

    top: 16px;

    right: inherit;

	left: 5%;

}

.hamburger .hamburger-row1 {

	float: left;

}

.hamburger .hamburger-tex1 {

	float: right;

	display: block;

  color: #b2160e !important;

}

.overlay-back {
    width: 100%;
    display: none;
    margin: 0 0 0;
}

.hamburger.open .hamburger-row1 span{
  background-color: #b2160e !important;
}

}



@media screen and (min-width:601px) and (max-width:767px) {

.hamburger {

	width: 100px;

    margin: 0 0 0;

    position: fixed;

    top: 16px;

    right: inherit;

	left: 5%;

}

.hamburger .hamburger-row1 {

	float: left;

}

.hamburger .hamburger-tex1 {

	float: right;

	display: block;
  color: #b2160e !important;
}

.overlay-back {
    width: 100%;
    display: none;
    margin: 0 0 0;
}
.hamburger.open .hamburger-row1 span{
  background-color: #b2160e !important;
}

}



@media screen and (min-width:768px) and (max-width:900px) {

.hamburger {

	width: 39px;

	top: -11px;

	right: 3%;

}

.hamburger .hamburger-tex1 {

	display: none;

}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.hamburger {

	width: 39px;

	top: -11px;

	right: 3%;

}

.hamburger .hamburger-tex1 {

	display: none;

}

}



@media screen and (min-width:1025px) and (max-width:1240px) {

.hamburger {

	width: 39px;

	top: -11px;

	right: 3%;

}

.hamburger .hamburger-tex1 {

	display: none;

}

}



@media screen and (min-width:1241px) and (max-width:1340px) {

.hamburger {

	right: 3%;

}

}



@media screen and (min-width:1341px) and (max-width:1900px) {

.hamburger {

	right: 3%;

}

}