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

.burger {
  width: 44px;
  float: left;
  margin: 0 0 0;
  position: relative;
}

.fixed .burger {
  width: 90px;
}

.burger__btn {
  width: 44px;
  float: left;
  cursor: pointer;
  margin: 0 0 0;
  position: absolute;
  top: 19px;
  left: 21px;
  z-index: 9999999999;
}
.burger-toggle {
  width: 44px;
  float: left;
  transform: rotateY(0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 0 0;
  padding: 15px 14px 17px;
}
.burger__text {
  float: left;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: normal;
  line-height: 1.8;
  display: none;
  margin: 0 0 0;
}

.fixed .burger__text{
  display: inline-block;
  margin: 8px 0 0 7px;
}

.burger__image {
  width: 100%;
  float: none;
  transform: translateY(-50%);
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.burger__image img {
  width: 100%;
  display: block;
}
.burger__patty {
  width: 12px;
  height: 2px;
  margin: 0 auto 0;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty:nth-child(2n) {
  width: 100%;
  margin: 3px 0 3px;
}
.burger--close .burger__text { 
  color: #ffffff;
}
.burger--close .burger-toggle .burger__patty:nth-child(1) {
  width: 100%;
  background: #000000;
  transform: rotate(45deg) translate(3px, 3px);
}
.burger--close .burger-toggle .burger__patty:nth-child(2) {
  opacity: 0;
}
.burger--close .burger-toggle .burger__patty:nth-child(3) {
  width: 100%;
  background: #000000;
  transform: rotate(-45deg) translate(4px, -4px);
}
.menu {
  width: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.menu .logo {
  width: 206px;
  margin: 0 auto 50px;
}
.menu .logo img {
  width: 100%;
  display: block;
}
.menu .social { 
  width: 100%;
  float: left;
  margin: 50px 0 0;
}
.menu .social a { 
  width: 42px;
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin: 0 6px 0;
}
.menu--active {
  visibility: visible;
}
.menu__brand, .menu__list {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100vh;
  overflow: hidden;
}
.menu__list {
  width: 50%;
  margin: 0;
  padding: 0;
  background: #b2906b;
  list-style-type: none;
  transform: translate3d(0, -100%, 0);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__list--active {
  transform: translate3d(0, 0, 0);
}
.menu__brand {
  width: 50%;
  text-align: center;
  background: #000000;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, 100%, 0);
  flex-flow: column;
}
.menu__brand--active {
  transform: translate3d(0, 0, 0);
}
.menu__item {
  transform: translate3d(500px, 0, 0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__item--active {
  transform: translate3d(0, 0, 0);
}
.menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 2px;
  background: white;
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display:none;
}
.menu__link:hover:before {
  width: 100%;
}
.menu .menu__item:nth-child(1) {
  transition-delay: 0.1s;
}
.menu .menu__item:nth-child(2) {
  transition-delay: 0.2s;
}
.menu .menu__item:nth-child(3) {
  transition-delay: 0.3s;
}
.menu .menu__item:nth-child(4) {
  transition-delay: 0.4s;
}
.menu .menu__item:nth-child(5) {
  transition-delay: 0.5s;
}
.menu .menu__item:nth-child(6) {
  transition-delay: 0.6s;
}
.menu .menu__item:nth-child(7) {
  transition-delay: 0.7s;
}
.menu .menu__item:nth-child(8) {
  transition-delay: 0.8s;
}
.menu .menu__item:nth-child(9) {
  transition-delay: 0.9s;
}
.menu .menu__item:nth-child(10) {
  transition-delay: 0.10s;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.burger__btn {
	width: 44px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu .logo {
  width: 56.2%;
}
.menu__brand {
	display: none;
}
.menu__list {
	width: 100%;
}

.burger__text { display: inline-block; margin: 8px 0 0 7px;}
.burger { width: 90px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.burger__btn {
	width: 44px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu .logo {
  width: 56.2%;
}
.menu__brand {
	display: none;
}
.menu__list {
	width: 100%;
}
.burger__text { display: inline-block; margin: 8px 0 0 7px;}
.burger { width: 90px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.burger__btn {
	width: 44px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu .logo {
  width: 56.2%;
}
.menu__brand {
	display: none;
}
.menu__list {
	width: 100%;
}

.burger__text { display: inline-block; margin: 8px 0 0 7px;}
.burger { width: 90px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.burger__btn {
	top: 14px;
	left: 3%;
}
.menu .logo {
	width: 56.2%;
}
.menu .social a {
	width: 36px;
	margin: 0 4px 0;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.burger__btn {
	top: 16px;
	left: 3%;
}
.menu .logo {
	width: 48.2%;
}
.menu .social a {
	width: 39px;
	margin: 0 5px 0;
}

.fixed .burger__text {
  margin: 8px 0 0 7px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.burger__btn {
	left: 3%;
}
.menu .logo {
  width: 40.2%;
  margin: 0 auto 30px;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.burger__btn {
	left: 3%;
}
.menu .logo {
	width: 35.2%;
  margin: 0 auto 30px;
}
}

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

}