/** Materal Icons **/
/** Slideout **/
/** Fonts **/
@font-face {
  font-family: google2015;
  src: url(../fonts/googleSeptember2015Regular.ttf);
}
/** Colors **/
body {
  width: 100%;
  height: 100%;
}
.show {
  opacity: 1 !important;
}
.show-hor {
  width: 300px !important;
}
.show-ver {
  height: 300px !important;
}
@media only screen and (max-width: 1000px) {
  .show-hor {
    width: 150px !important;
  }
  .show-ver {
    height: 150px !important;
  }
}
a:hover {
  text-decoration: none;
}
.slideout-menu {
  background: #6d3c07;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}
.slideout-open .slideout-menu {
  display: block;
}
/* Front page logo */
/* Front page block */
/* NAV ICON */
#nav-icon {
  float: right;
  width: 45px;
  height: 45px;
  margin: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f08b1d;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(even) {
  border-radius: 0 9px 9px 0;
}
#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px;
}
#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 18px;
}
#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 36px;
}
#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 20px;
}
#nav-icon.open span:nth-child(2) {
  left: 11%;
  top: 20px;
}
#nav-icon.open span:nth-child(3) {
  opacity: 0;
}
#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 20px;
}
#nav-icon.open span:nth-child(6) {
  left: 11%;
  top: 20px;
}
/* END NAV ICON */
/* END Front page block */
