h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  font-weight: 300;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 20px;
}

p {
  text-align: center;
  font-size: 14px;
}

.credits {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  width: 100%;
}

.inline-icon {
  vertical-align: middle;
  display: inline-block !important;
  width: auto !important;
  clear: left;
  height: 30px;
}

.background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  background-image: url("../assets/intro-cover.jpg");
  z-index: 100;
}

.hamburger-wrapper {
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 30px;
  background: #f6a400;
  width: 24px;
  height: 24px;
  padding: 12px;
  z-index: 100;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  display: none;
  cursor: pointer;
}

#menu {
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}

#menu h1 {
  margin: 13px 0 35px;
}

#menu h2,
#menu p {
  /* text-align: left; */
}

.menu-container {
  position: absolute;
  width: 300px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 50;
  right: 0;
  color: #444;
  padding: 0 20px 25px 20px;
  box-sizing: border-box;
  cursor: default;
  transition: all 0.5s ease;
}

.menu-container.closed {
  right: -479px;
}

.menu-container .share {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.menu-container .share p {
  text-align: center;
}

.menu-container .ya-share2 {
  /* margin-left: 30px; */
}

.menu-container .levels {
  width: 100%;
}

.blur {
  background: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(5px); */
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: auto;
  z-index: 50;
}

.game-content {
  margin: 50px auto;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  max-width: 500px;
  width: calc(100% - 40px);
  /* background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 35px 35px;
  border-radius: 15px;
  border: solid 1px rgb(100, 100, 100); */
}

.game-content h1 {
  margin: 0;
}

#intro .game-content {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 100px;
}

#finish {
  display: none;
}

#finish-title {
  margin: 0;
  font-weight: 400;
}

#score {
  font-size: 60px;
  margin: 0 auto 10px;
}

.share {
  text-align: center;
}

.ya-share2 {
  height: 35px;
}

.ya-share2__list {
  transform: scale(1.5);
}

.share p {
  margin-bottom: 15px;
}

.levels {
  width: 50%;
  margin: 20px auto;
  min-width: 230px;
  display: grid;
  grid-gap: 10px;
}

.start-game {
  display: block;
  margin-bottom: 15px;
  margin: 0 auto;
  width: 100px;
}

/* CONTENT */

.pano-post-content p,
.pano-post-content a {
  font-size: 16px;
}

#pano {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
}

#pano_overlay {
  z-index: 9999; /* 3001 */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.pano-content-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  overflow: auto;
  filter: none;
  user-select: none;
}

.pano-ajax-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  opacity: 0.8;
  background: url("vtour/skin/ajax-loader.gif") center center no-repeat;
}

/* post content	 */
.pano-post-header {
  width: 100%;
  cursor: default;
  position: relative;
}

.pano-post-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
  z-index: 9999;
}

.pano-post-content {
  width: 100%;
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 55px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid;
  box-sizing: border-box;
  padding: 0 20px;
  cursor: default;
  background: #fff;
  border-radius: 10px;
  color: #444;
  display: inline-block;
  overflow: hidden;
}

.pano-post-content h1 {
  text-align: center;
  color: #333;
}

.pano-post-content p > a {
  text-decoration: none;
  color: #0d8377;
}
.pano-post-content h2 > a {
  text-decoration: none;
  font-size: 20px;
  color: #0d8377;
}
.pano-post-content .levels {
  width: 30%;
}

.cover {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 66.66%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.slider {
  width: 100%;
  position: relative;
}
.siema {
  margin-top: 20px;
  border-radius: 10px;
}

a[class|="arrow"] {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.arrow-left {
  left: 20px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  transform: rotate(45deg);
  transition: left 0.5s;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.7);
}
.arrow-left:hover {
  left: 15px;
}

.arrow-right {
  right: 20px;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(-45deg);
  transition: right 0.5s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.arrow-right:hover {
  right: 15px;
}

.cover h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: calc(100% - 50px);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 100;
}

.pano-post-content p {
  margin-top: 10px;
  text-align: left;
}
.pano-post-content img {
  width: 100%;
  display: block;
}

.pano-post-content > img {
  border-radius: 10px;
}

/* .pano-close-post-button { */
/* color: #fff; */
/* text-align: center; */
/* position: absolute; */
/* right: 15px; */
/* bottom: 8px; */
/* transition: color .1s ease-in-out,background .1s ease-in-out;	 */
/* }	 */

/* .pano-close-post-button:hover { */
/* color: #dd214a; */
/* cursor: pointer; */
/* } */

.pano-close-post-button {
  position: absolute;
  right: 15px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  cursor: pointer;
}
.pano-close-post-button:hover {
  opacity: 1;
}
.pano-close-post-button:before,
.pano-close-post-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.pano-close-post-button:before {
  transform: rotate(45deg);
}
.pano-close-post-button:after {
  transform: rotate(-45deg);
}

.answers {
  margin: 25px 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}

.pano-post-footer {
  margin: 15px 20px 35px 20px;
  display: grid;
  grid-gap: 20px;
  /* grid-template-columns: repeat(12, 1fr); */
}

.response {
  grid-column-end: span 12;
  margin-bottom: 25px;
}

.response .true {
  color: green;
}

.response .false {
  color: red;
}

/* CSS BUTTONS */
/* https://webdesignerwall.com/demo/css-buttons.html# */

.white {
  color: #222;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#ededed)
  );
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white.selected {
  color: #000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dbdbdb),
    to(#eeeeee)
  );
  background: -moz-linear-gradient(top, #dbdbdb, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#eeeeee');
}

.green {
  color: #e8f0de;
  border: solid 1px #538312;
  background: #64991e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7db72f),
    to(#4e7d0e)
  );
  background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
/* .green:active {
  color: #a9c08c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4e7d0e),
    to(#7db72f)
  );
  background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
} */
.red {
  color: #faddde;
  border: solid 1px #980c10;
  background: #d81b21;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ed1c24),
    to(#aa1317)
  );
  background: -moz-linear-gradient(top, #ed1c24, #aa1317);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
/* .red:active {
  color: #de898c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#aa1317),
    to(#ed1c24)
  );
  background: -moz-linear-gradient(top, #aa1317, #ed1c24);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
} */
.orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#faa51a),
    to(#f47a20)
  );
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
/* .orange:active {
  color: #fcd3a5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f47a20),
    to(#faa51a)
  );
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
} */

.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.button.answer {
  grid-column-end: span 12;
}

.button.reply,
.button.close {
  /* grid-column-end: span 6; */
  margin: 0 auto;
}

.button.disabled {
  color: #999;
  user-select: none;
}

.button {
  vertical-align: baseline;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 2em 0.55em;
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); */
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  /* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

@media only screen and (max-width: 479px) {
  #score {
    font-size: 40px;
    margin: 0 auto 10px;
  }
  .menu-container {
    width: 100%;
  }
}
