.gorde {
  display: none;
}
html * {
  /* edo aaux-next 	batoi -> 100 400 600 800 */
  /* edo ernst 		didot -> 200 400 700 800 */
}
html {
  min-height: 100%;
}
body {
  padding-top: 1rem;
}
h1,
h2,
h3,
h4 {
  font-family: "aaux-next";
  font-weight: 800;
  line-height: 1;
  font-style: normal;
  /* italic */
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
p {
  font-family: "ernst";
  font-weight: 200;
  font-style: normal;
  /* italic */
}
p.sarrera {
  font-family: "aaux-next";
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
blockquote {
  font-family: "ernst";
  font-weight: 100;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 3rem;
  padding-left: 2rem;
  border-left: solid 0.1rem #DDD;
}
blockquote + p {
  margin-bottom: 3.5rem;
  font-family: "aaux-next";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}
.erdal {
  font-style: italic;
}
ul {
  list-style: none;
  padding: 0;
}
/* EGITURA */
hr {
  border: 4px solid #000000;
  opacity: 1;
}
hr.light {
  border: 1px solid #CCCCCC;
}
hr.w50 {
  width: 50%;
}
header,
#gorputz {
  padding: 1rem 3rem;
}
header h1,
header h1 a {
  font-family: "ernst";
  font-weight: 800;
  font-style: normal;
  /* italic */
  font-size: 1.7rem;
  color: #000;
  text-decoration: none;
}
header h1 {
  text-align: right;
  line-height: 1;
  padding: 0.5rem 0 0 0.5rem;
}
#gorputz {
  padding-left: 5rem;
  padding-top: 1rem;
}
footer {
  font-size: 0.7rem;
  color: #999;
}
footer a {
  padding: 0;
  text-decoration: none;
}
footer a:link,
footer a:visited {
  color: #000;
}
footer a:hover,
footer a:focus {
  color: #888;
}
footer a:active,
footer a.act,
footer a.b {
  color: #AAA;
  cursor: default;
}
/* osagaiak */
#hizk {
  margin: 1rem 0 1.5rem 0;
  font-size: 0.9rem;
  text-align: right;
}
#hizk a {
  /*
		text-decoration: none;
		&, &:link, &:visited { color: #666; }
		&:hover, &:focus { color:#333;}
		&:active, &.b.disabled { 
			color:#AAA;
			cursor:default;
		}
	*/
}
#hizk a + a {
  margin-left: 0.4rem;
}
nav#menu {
  position: sticky;
  top: 1rem;
}
#menu-nausi,
#menu-section {
  font-family: "aaux-next" !important;
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 0;
}
#menu-nausi {
  line-height: 1;
}
#menu-nausi li a {
  font-weight: 800;
}
#menu-section {
  padding-top: 1rem;
  line-height: 1.2;
}
.menu-container hr {
  margin-right: 0;
  margin-left: auto;
}
.menu-container #menu-website {
  transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
  transition-delay: 50ms;
  display: block;
  padding-top: 1rem;
  text-decoration: none;
}
.menu-container #menu-website a {
  padding: 0;
  text-decoration: none;
}
.menu-container #menu-website a:link,
.menu-container #menu-website a:visited {
  color: #000;
}
.menu-container #menu-website a:hover,
.menu-container #menu-website a:focus {
  color: #888;
}
.menu-container #menu-website a:active,
.menu-container #menu-website a.act,
.menu-container #menu-website a.b {
  color: #AAA;
  cursor: default;
}
.menu-container .hamburger-icon {
  display: none;
}
.menu-container .social-links {
  margin-top: 5rem;
  text-align: right;
  font-size: 0.9rem;
}
.menu-container .social-links a {
  color: #999 !important;
}
@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    padding-top: 1rem;
    z-index: 5000;
    height: 60px;
    background-color: #FFFFFF;
  }
  nav#menu {
    position: inherit;
    width: 100%;
  }
  #gorputz {
    position: absolute;
    top: 50px;
    padding: 3rem 1rem;
  }
  #buru h1,
  #buru h1 a {
    text-align: left;
  }
  #hizk {
    margin-top: 3rem;
  }
  .menu-container #menu-website {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: -100%;
    min-height: 100vh!important;
    width: 0%;
    z-index: 10;
    opacity: 0;
  }
  .menu-container .hamburger-icon {
    float: right;
    display: block;
  }
  .hamburger-icon {
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    top: -10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }
  .hamburger-icon .icon-1,
  .hamburger-icon .icon-2,
  .hamburger-icon .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 25px;
    height: 1px;
    background-color: black;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  .hamburger-icon .icon-1 {
    transform: translateY(-4px);
    animation-delay: 100ms;
  }
  .hamburger-icon .icon-2 {
    opacity: 0;
  }
  .hamburger-icon .icon-3 {
    transform: translateY(4px);
    animation-delay: 250ms;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container.responsive #menu-website {
    transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
    transition-delay: 50ms;
    padding-right: 2rem;
    left: -20%;
    width: 120%;
    min-height: 100vh!important;
    opacity: 1;
  }
  .menu-container.responsive .hamburger-icon {
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .menu-container.responsive .hamburger-icon {
    transform: scale(1.2);
  }
  .menu-container.responsive .hamburger-icon .icon-1.a {
    transform: rotate(40deg);
  }
  .menu-container.responsive .hamburger-icon .icon-3.b {
    transform: rotate(-40deg);
  }
  .menu-container.responsive .hamburger-icon .icon-2.c {
    opacity: 0;
  }
}
#gorputz .bloke {
  width: 90%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 991px) {
  #gorputz .bloke {
    width: inherit;
  }
}
#gorputz .bloke a {
  padding: 0;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
}
#gorputz .bloke a:link,
#gorputz .bloke a:visited {
  color: #000;
}
#gorputz .bloke a:hover,
#gorputz .bloke a:focus {
  color: #888;
}
#gorputz .bloke a:active,
#gorputz .bloke a.act,
#gorputz .bloke a.b {
  color: #AAA;
  cursor: default;
}
#gorputz .bloke div {
  text-align: left;
}
#gorputz .bloke div p.obraizena {
  font-family: "aaux-next";
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
  font-style: normal;
  /* italic */
  margin-bottom: 0;
}
#gorputz .bloke div p.erdal {
  font-family: "aaux-next";
  font-weight: 400;
  margin-bottom: 0!important;
}
#gorputz .bloke div .obraxehe {
  margin-top: 0.5rem;
  font-family: "ernst";
  font-size: 0.9rem;
}
#gorputz .bloke div .bloke-testuk {
  margin-bottom: 1.2rem;
}
#gorputz .bloke div .bloke-testuk p {
  font-weight: 400;
}
#gorputz .bloke div .bloke-testuk > ul {
  list-style: circle;
  padding-left: 1rem;
}
#gorputz .bloke div .bloke-testuk > ul li {
  margin-bottom: 0.3rem;
}
#gorputz div.bideo {
  margin-bottom: 1rem;
}
#gorputz div.bideo.bideoBehe {
  margin: 2rem 0 ;
}
.slide.bideona {
  width: 200px;
}
