
.bt-menu  , .bt-menu.bt-menu-open , .bt-overlay ,.bt-menu-open .bt-overlay , .bt-menu-trigger , .bt-menu-trigger span , .bt-menu-open .bt-menu-trigger span:after,
.bt-menu  , .bt-menu.bt-menu-open , .bt-overlay ,.bt-menu-open .bt-overlay , .bt-menu-trigger , .bt-menu-trigger span , .bt-menu-open .bt-menu-trigger span::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.bt-menu {
        z-index: 9999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
        background:white;
        height:100px;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 0 250px 120px 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
        
}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
	position: fixed;
	right: 2%;
	top: 20px;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #000;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.bt-menu-open .bt-menu-trigger span {
	background-color: transparent;
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.bt-menu ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-menu ul:first-of-type {
	right: 2%;
	top: 105px;
}

.bt-menu ul:nth-of-type(2) {
	left: 50px;
	bottom: 30px;
}

.bt-menu ul:first-of-type li,
.bt-menu ul li a {
	display: block;
      
}

.bt-menu ul:nth-of-type(2) li {
	display: inline-block;
	font-size: 0px;
        margin-left: 20px;
}



.bt-menu ul li {
	visibility: hidden;
	width: auto;
	height: 40px;
	line-height: 40px;
	opacity: 0;
        letter-spacing: 3px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

/* First menu */
.bt-menu ul:first-of-type li:first-child { 
	-webkit-transform: translate3d(0,500%,0);
	transform: translate3d(0,500%,0);
}

.bt-menu ul:first-of-type li:nth-child(2) { 
	-webkit-transform: translate3d(0,400%,0);
	transform: translate3d(0,400%,0);
}

.bt-menu ul:first-of-type li:nth-child(3) { 
	-webkit-transform: translate3d(0,300%,0);
	transform: translate3d(0,300%,0);
}

.bt-menu ul:first-of-type li:nth-child(4) { 
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.bt-menu ul:first-of-type li:nth-child(5) { 
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

/* Second menu */
.bt-menu ul:nth-of-type(2) li:first-child { 
	-webkit-transform: translate3d(300%,0,0);
	transform: translate3d(300%,0,0);
}

.bt-menu ul:nth-of-type(2) li:nth-child(2) { 
	-webkit-transform: translate3d(200%,0,0);
	transform: translate3d(200%,0,0);
}

.bt-menu ul:nth-of-type(2) li:nth-child(3) { 
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.bt-menu ul li a {
	display: block;
	outline: none;
	color: #000;
	text-align: right;
	text-decoration: none;
	font-size: 17px;
        font-family: Verlag, Calibri;
        width:auto;
}

.bt-menu ul li a:before {
	color: #000;
	font-size: 24px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before  {
	opacity: 1;
}

@media (max-width: 767px) {
	.bt-menu ul li a:before {
		font-size: 10px;
	}

	.bt-menu ul:first-of-type li {
		height: 30px;
		line-height: 20px;
           
	}

	.bt-menu ul:nth-of-type(2) li {
		width: auto;
                height: 30px;
		line-height: 30px;
	}
        .bt-menu ul li a {
	display: block;
	outline: none;
	color: #000;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
        font-family: Verlag, Calibri;
        width:auto;
}

.bt-menu.bt-menu-open {
	border-width: 200px;
        background-color: rgba(0,0,0,1);
        
}

.bt-menu ul:nth-of-type(2) {
	left: 10px;
	top: 105px;
}

.bt-menu ul:nth-of-type(2) li {
	display: table-row;
	font-size: 0px;
        margin-left: 0;
        line-height: 20px;
}
.bt-menu-trigger span {

	height: 2px;
}
.bt-menu-trigger {
 width:25px;
 top:0;
}

.bt-menu {
height:70px;
}

  /*#logo-device{
                display:block !important;
        z-index: 9999999;
	position: relative;
	top: 12px;
	left: 2%;
	width: 100%;
	height: 0;
        
            }
            #logo {
                display:none !important;
            }
       */     
            
}