* {
	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;
}

.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;
}

/*.no-flip {
	  transition-duration: 0.5s;

}
*/
.actions-block {
	-webkit-tap-highlight-color: transparent;
	z-index: 100;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  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: width 0.18s ease-out;
/*	transition: width 2s, transform 2s;*/
}

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

@media (hover: hover) {
	.actions-block:hover {
		transition: width 0.18s ease-in;

		  /*transition: all 1s ease;*/
	  width: 266px; /* adjust to fit # of icons */
	/*   background-color: rgba(64,58,92,1); */
	}
}

.actions-open {
	width: 266px;
}

.actions-list {
  margin: 0;
  padding: 0px;
  width: 266px;
  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);
}

.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;
}

.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: 1;
  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; 
  /*z-index: 3; */
  transition: transform 0.5s; 
  transition: -webkit-transform 0.5s;
}

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

/*.threeten{
	right: 310px;
}*/

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

.menu-close { /* close button */
  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;
}

@media only screen and (max-width: 768px){
	#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%;
	}
}