.ext-link {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #777;
}

/*!
 * Btns.js
 * http://www.orilivni.com
 * @author: Ori Livni
 * @version: 0.0.1
 * @last build: 2014-01-05 UPC:18:40
 * (c) All right reserved. 2014. BSD licensed.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background: silver;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: silver;
  color: #fff;
  text-shadow: none;
}
html {
  font: 16px / 1.5 Helvetica, "Open Sans", Arial, sans-serif;
  font: 100% / 1.5 Helvetica, "Open Sans", Arial, sans-serif;
}
body {
  background-image: url(/img/enter.png);
  /*background-size: cover;
  background-position: center;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  body {
    background-color: #fff;
  }
}
.main {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 320px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .main {
    background-image: -webkit-linear-gradient(#ddd, #fff);
    background-image: linear-gradient(#ddd, #fff);
  }
}
.is-main-invisible .main {
  opacity: 0;
}
.button-state-hidden,
.button.is-submenu-open > .button-menu > .button-menu-item > .button.is-close {
  display: none !important;
  visibility: hidden !important;
}
.button-state-invisible,
.button.is-close > .button-menu,
.button.is-submenu-open > .button-container {
  opacity: 0;
  visibility: hidden !important;
}
.button {
  left: 50%;
  top: 50%;
  position: absolute;
  background-color: transparent;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: #555;
}
.button-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.button.is-submenu-open > .button-container {
  z-index: -10;
}
.button-button,
.button-title,
.button.is-open.is-has-menu > .button-container > .button-button::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 166ms;
  transition-duration: 166ms;
  -webkit-transition-delay: 48ms;
  transition-delay: 48ms;
}
.button-button {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: silver;
  background-image: none;
  background-position: center center;
  background-size: 80px 80px; /* lexus */
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 0 #777;
  border: 0;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-touch-action: none;
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button-button {
    width: 80px; /* lexus */
    height: 80px; /* lexus */
  }
}
.button-button:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 4px silver;
}
.no-touch-fix .button-button:hover {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/******************************/
.button.is-open.is-has-menu > .button-container > .button-button::after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(https://www.baldin.space/img/close_icon.png);
  background-size: 60px 60px;
}
.no-touch-fix
  .button.is-open.is-has-menu
  > .button-container
  > .button-button:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}


/******************************/
.button-button.skin-main_menu {
  background-image: url(https://www.baldin.space/img/enter_icon.png);
  background-color: #eee; /* gray circle */
  box-shadow: 0 1px 0 0 #ccc;
}
.button-button.skin-main_menu:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 2px #3b61eb; /*429 */
}
.button-button.skin-menu {
  background-image: url(https://www.baldin.space/img/enter_icon.png);
  background-color: #f62;   box-shadow: 0 1px 0 0 #bb3a00;
}
.button-button.skin-menu:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 4px #f62;
}

/******************************/
.button-button.skin-alexey {
  background-image: url(https://www.baldin.space/img/alexey_icon.png);
  background-color: #0097e0;
  box-shadow: 0 1px 0 0 #00527a;
}
.button-button.skin-alexey:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 4px #0097e0;
}
.button-button.skin-cloud {
  background-image: url(https://www.baldin.space/img/cloud_icon.png);
  background-color: #0097e0;
  box-shadow: 0 1px 0 0 #00527a;
}
.button-button.skin-clud:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 4px #0097e0;
}
.button-button.skin-danil {
  background-image: url(https://www.baldin.space/img/danil_icon.png);
  background-color: #0097e0;
  box-shadow: 0 1px 0 0 #00527a;
}
.button-button.skin-danil:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 4px #0097e0;
}
/******************************/

.button.is-open.is-has-menu > .button-container > .button-button.skin-main_menu,
.button.is-open.is-has-menu > .button-container > .button-button.skin-menu {
  background-image: none;
}
.button-title {
  width: 150%;
  margin: 0 -25%;
  padding: 0.75em 0 0;
  position: absolute;
  display: block;
  font-size: 100%;
  line-height: 1;
  text-align: center;
  font-size: 16px; /* lexus */
}
.no-touch-fix .button-button:hover + .button-title {
  -webkit-transform: translateY(25px) translateY(0.75em);
  transform: translateY(25px) translateY(0.75em);
}
.button-menu {
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  list-style: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button-menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button.is-open > .button-menu > .button-menu-item:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(-115px) rotate(-45deg);
  transform: rotate(45deg) translateX(-115px) rotate(-45deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(-160px) rotate(-45deg);
    transform: rotate(45deg) translateX(-160px) rotate(-45deg);
  }
}
.button.is-open > .button-menu > .button-menu-item:nth-child(2) {
  -webkit-transform: rotate(90deg) translateX(-115px) rotate(-90deg);
  transform: rotate(90deg) translateX(-115px) rotate(-90deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(2) {
    -webkit-transform: rotate(90deg) translateX(-160px) rotate(-90deg);
    transform: rotate(90deg) translateX(-160px) rotate(-90deg);
  }
}
.button.is-open > .button-menu > .button-menu-item:nth-child(3) {
  -webkit-transform: rotate(135deg) translateX(-115px) rotate(-135deg);
  transform: rotate(135deg) translateX(-115px) rotate(-135deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(3) {
    -webkit-transform: rotate(135deg) translateX(-160px) rotate(-135deg);
    transform: rotate(135deg) translateX(-160px) rotate(-135deg);
  }
}
.button.is-open > .button-menu > .button-menu-item:nth-child(4) {
  -webkit-transform: rotate(180deg) translateX(-115px) rotate(-180deg);
  transform: rotate(180deg) translateX(-115px) rotate(-180deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(4) {
    -webkit-transform: rotate(180deg) translateX(-160px) rotate(-180deg);
    transform: rotate(180deg) translateX(-160px) rotate(-180deg);
  }
}
.button.is-open > .button-menu > .button-menu-item:nth-child(5) {
  -webkit-transform: rotate(225deg) translateX(-115px) rotate(-225deg);
  transform: rotate(225deg) translateX(-115px) rotate(-225deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(5) {
    -webkit-transform: rotate(225deg) translateX(-160px) rotate(-225deg);
    transform: rotate(225deg) translateX(-160px) rotate(-225deg);
  }
}
.button.is-open > .button-menu > .button-menu-item:nth-child(6) {
  -webkit-transform: rotate(270deg) translateX(-115px) rotate(-270deg);
  transform: rotate(270deg) translateX(-115px) rotate(-270deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(6) {
    -webkit-transform: rotate(270deg) translateX(-160px) rotate(-270deg);
    transform: rotate(270deg) translateX(-160px) rotate(-270deg);
  }
}
.button.is-open > .button-menu > .button-menu-item:nth-child(7) {
  -webkit-transform: rotate(315deg) translateX(-115px) rotate(-315deg);
  transform: rotate(315deg) translateX(-115px) rotate(-315deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(7) {
    -webkit-transform: rotate(315deg) translateX(-160px) rotate(-315deg);
    transform: rotate(315deg) translateX(-160px) rotate(-315deg);
  }
}
.button.is-open > .button-menu > .button-menu-item:nth-child(8) {
  -webkit-transform: rotate(360deg) translateX(-115px) rotate(-360deg);
  transform: rotate(360deg) translateX(-115px) rotate(-360deg);
}
@media screen and (min-width: 480px) and (min-height: 480px) {
  .button.is-open > .button-menu > .button-menu-item:nth-child(8) {
    -webkit-transform: rotate(360deg) translateX(-160px) rotate(-360deg);
    transform: rotate(360deg) translateX(-160px) rotate(-360deg);
  }
}
.button.is-submenu-open.is-open > .button-menu > .button-menu-item {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.no-touch-fix .button-menu-item:hover {
  z-index: 10;
}
