* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html {
	background-color: #E7E7E7;
  /*margin-top: 7px;*/
}

/* LEGAL DISCLAIMER
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * 1741forstall.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Optimo webfonts are protected by copyright law and provided under license. To modify, alter, translate, convert, decode or reverse engineer in any manner whatsoever, including converting the Font Software into a different format is strictly prohibited. The webfont files are not to be used for anything other than web font use.
 *
 * optimo.ch
 */

@font-face {
	font-family: 'Px Grotesk Regular';
	src: url('../fonts/Px-Grotesk-Regular/Px-Grotesk-Regular.eot');
	src: url('../fonts/Px-Grotesk-Regular/Px-Grotesk-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Px-Grotesk-Regular/Px-Grotesk-Regular.woff2') format('woff2'),
	     url('../fonts/Px-Grotesk-Regular/Px-Grotesk-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Px Grotesk Bold';
	src: url('../fonts/Px-Grotesk-Bold/Px-Grotesk-Bold.eot');
	src: url('../fonts/Px-Grotesk-Bold/Px-Grotesk-Bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Px-Grotesk-Bold/Px-Grotesk-Bold.woff2') format('woff2'),
	     url('../fonts/Px-Grotesk-Bold/Px-Grotesk-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'Px Grotesk Italic';
  src: url('../fonts/Px-Grotesk-Italic/Px-Grotesk-Italic.eot');
  src: url('../fonts/Px-Grotesk-Italic/Px-Grotesk-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Px-Grotesk-Italic/Px-Grotesk-Italic.woff2') format('woff2'),
       url('../fonts/Px-Grotesk-Italic/Px-Grotesk-Italic.woff') format('woff');
  font-weight: 400;
  /*font-style: italic;*/
}

.container {
	/*margin-top: 8px;*/
  margin-top: 15px;
}

.item {
  display: flex;
  position: fixed;
  right: 0;
  z-index: 10;
	margin-right: 5px;
/*  width: 400px;*/
/*	padding-top: 20px;*/
}

.item-title {
  text-transform: uppercase;
  color: rgba(197, 210, 248, 1.0);
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  padding: 0;
}

.side-menu-wrapper {
  display: none;
}

.actions-block {
	-webkit-tap-highlight-color: transparent;
	z-index: 100;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  max-width: 45px;
  /*height: 35px;*/
  background-color: #B2B2B2;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 40%);
  right: 10px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
	  /*transition-duration: 0.5s;*/
	transition: max-width 0.18s;
/*	transition: width 2s, transform 2s;*/
}

.actions-block:focus { outline: none !important;}

@media (hover: hover) {
	.actions-block:hover {
		transition: max-width 0.18s;
	  max-width: 361px;
	}
}

.actions-open {
	width: 375px;
}

.action-wrap {
  width: 100%;
  display: flex;
}

.actions-list {
  margin-left: 45px;
  /*margin: 0;*/
  padding: 0px;
  width: auto;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

.actions-list li {
  list-style-type: none;
  display: inline;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.action, .aria-current {
  display: inline-block;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 3px;
  color: #E9FF27;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
	font-family: 'Px Grotesk Bold';
	font-size: 13pt;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.aria-current:hover {
  color: #766C08 !important;
  border-radius: 8px !important;
  background: #E7E7E7 !important;
  /*transition-duration: 0.5s !important;*/
}

.action:hover {
  color: #766C08;
  border-radius: 8px;
  background: #E7E7E7;
  transition-duration: 0.5s;
}

.actions-expand img {
	width: 31px;
	/*height: 35px;*/
	margin-left: 2px;
	/*margin-top: -1px;*/
	vertical-align: middle
}

.actions-expand {
	padding: 5px;
  width: 45px;
  display: inline;
  position: absolute;
}

.actions-expand:hover {
	cursor: pointer;
}

.aria-current {
  color: #766C08;
  border-radius: 8px;
  background: #E7E7E7;
}

#push:hover {
	cursor: pointer;
}

#push-menu {
	overflow: scroll;
  background: #E9FF27;
  width: 300px; 
  height: 100%; 
  position: fixed;
  top: 0; 
  right: -300px; 
  z-index: 2;
  color: #000;
  font-family: 'Px Grotesk Regular';
  -webkit-overflow-scrolling: touch; 
  padding: 20px;
  padding-top: 18px;
  /*opacity: 0;*/
  transition: transform 0.5s; 
  transition: -webkit-transform 0.5s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#push-menu::-webkit-scrollbar {
	display: none;
}

#push-menu.open {
  overflow-y: scroll; 
  opacity: 1; 
  transition: 0.5s;
  transition: -webkit-transform 0.5s;
}

#push-all {
  min-height: 100%; 
  position: relative; 
  transition: transform 0.5s; 
  transition: -webkit-transform 0.5s;
}

#push-all.open {
  overflow: hidden; 
  transition: transform 0.5s; 
  transition: -webkit-transform 0.5s;
}

.menu-close {
  padding: 0px 0 12px 25px;
  display: block;
  position: relative;
  margin: 0px -10px 10px 220px;
  height: 25px;
}

.menu-close img {
	position: fixed;
}

.menu-close:hover {
	cursor: pointer;
}

/*****MOBILE MENU****/

.toggle-button {
  display: none;

/*    display: inline;
    position: absolute;*/

/*  position: fixed;
  right: 0;
  height: 20px;
  width: 38px;*/

 }



 .bar {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.black-bar {
  background-color: #000;
}

.toggle-active .black-bar {
  background-color: #FFF;
}

.bar + .bar {
  margin-top: 14px;
}

.line {
  background-color: #000;
}

.line-home {
  background-color: #fff;
}

.close {
  background-color: #fff !important;
}

.toggle-active .line {
  background-color: #fff;
}

.toggle-active .line-home {
  background-color: #fff;
}

.toggle-active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
}

.toggle-active .middle {
  opacity: 0;
}

.toggle-active .bottom {
  -webkit-transform: translateY(-20px) translateX(0) rotate(-45deg);
}

.toggle-active {
  margin-top: 18px;
  margin-right: 13px;
}

/** styling for the overlay. The sliding-down effect of the overlay is given by the initial zero height and the onclick 100% height. **/

.overlay {
  position: fixed;
  background-color: #B2B2B2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 103;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
}

/* class added to the overlay on click*/
nav {
  float: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
}

.nav-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 1003;
}

.overlay ul {
  display: block;
  position: relative;
  left: 0;
  font-size: 44px;
  text-align: center;
  list-style: none;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overlay ul li {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.overlay ul li a {
  color: #E9FF27;
  text-decoration: none;
  font-family: 'Px Grotesk Bold';
}

.mobile-current {
  color: #766C08 !important;
  border-radius: 16px;
  background: #E7E7E7;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (max-width: 768px){
  .toggle-button {
    display: flex;
    background-color: #B2B2B2;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 40%);
    right: 10px;
    position: fixed;
    /*z-index: 10;*/
    /*margin-right: 5px;*/
    padding: 5px;
    width: 45px;
    /*cursor: pointer;*/
    z-index: 1004;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }

  .toggle-button img {
    width: 31px;
    margin-left: 2px;
    vertical-align: middle;
  }

  .no-shadow {
    box-shadow: none;
  }

  .item {
    display: none;
  }

  .side-menu-wrapper {
    display: block;
    top: 0;
    overflow: scroll;
    /*background: #863D1C;*/
    /*padding: 0px 0 0 25px;*/
    background: #E9FF27;
    position: fixed;
    padding-top: 18px;
    width: 100%;
    right: -100%;
    height: 100vh;
    z-index: 1005;
    transition: 0.5s;
    scrollbar-width: none;
  }

  .side-menu-container {
    background: #E9FF27;
    overflow: scroll;
    font-size: 13.5pt;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    color: #000;
    font-family: 'Px Grotesk Regular';
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
  }

  .side-menu-wrapper::-webkit-scrollbar {
    display: none;
  }

  .side-menu-container::-webkit-scrollbar {
    display: none;
  }

  .side-menu-container > a.menu-close { /* close button */
    padding: 0;
    right: 10px;
    margin-left: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 25px;
  }

  .side-menu-wrapper::-webkit-scrollbar {
    display: none;
  }

  .slide-menu-open:hover {
    cursor: pointer;
  }

  .toggle-button {
    display: flex !important;
  }

	#push-menu {
		width: 100%;
		right: -100%;
	  font-size: 13.5pt;
	  padding-left: 30px;
    padding-right: 30px;
	  transition: transform 0.5s; 
	  transition: -webkit-transform 0.5s;
	}

	#push-all.open {
	  transform: translateX(768px); 
	  -webkit-transform: translateX(768px); 
	  overflow: hidden; 
	  transition: transform 1.5s; 
	  transition: -webkit-transform 1.5s;
	  /*height: 100%;*/
	}

	#push-all.open {
	  transform: translateX(-768px); 
	  -webkit-transform: translateX(-768px); 
	  overflow: hidden; 
	  transition: transform 1.5s; 
	  transition: -webkit-transform 1.5s;
	  /*height: 100%;*/
	}

	.menu-close {
		padding: 0;
    /*width: 100%;*/
    right: 10px;
    margin-left: 100%;
	}
}