@media (max-width: 768px) {
    .menu {
        position: absolute;
        bottom: 15px;
        z-index: 2;
        right: 15px;
    }
    .ar-text {
        font-size: 10px;
    }
    #third {
        font-size: 25px;
    }
    .menu img {
        width: 35px;
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 7680px) {
    .menu {
        position: absolute;
        bottom: 15px;
        z-index: 2;
        right: 15px;
    }
    .ar-text {
        font-size: 20px;
    }
    #third {
        font-size: 50px;
    }
    .menu img {
        width: 75px;
        height: auto;
    }
}

.menu a {
    display: block;
    background: rgba(0, 0, 0, 0.35);
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    font-family: tahoma;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}

.menu a.Active {
    color: white;
}

.cover {
    background: rgba(255, 255, 255, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    visibility: hidden;
}

/*.play-button {
    position: relative;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
    cursor: pointer;
}*/

.play-button-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    width: 10em;
    height: 10em;
    background-color: rgba(0, 0, 0, .25);
    cursor: pointer;
}

.play-button {
    margin: 0 auto;
    top: 25%;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5em 0 2.5em 5em;
    border-color: transparent transparent transparent white;
    opacity: .75;
}

.play-button-outer:hover {
    background-color: rgba(0, 0, 0, .5);
}

.play-button-outer:hover .play-button {
    opacity: 1;
}

.brief {
    z-index: 3;
    width: 60%;
    word-wrap: break-word;
}
@media (max-width: 768px) {
    .brief {
        font-size: 12px;
    }
}

@media (min-width: 769px) and (max-width: 7680px) {
    .brief {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .social {
        position: absolute;
        top: 20px;
        z-index: 3;
        right: 20px;
        cursor: pointer;
    }
    .social img {
        width: 35px;
        height: auto;
        cursor: pointer;
    }
}

@media (min-width: 769px) and (max-width: 7680px) {
    .social {
        position: absolute;
        top: 20px;
        z-index: 3;
        right: 20px;
        cursor: pointer;
    }
    .social img {
        width: 50px;
        height: auto;
        cursor: pointer;
    }
}

:not(.social)>a:hover {
    background: rgb(200, 200, 200);
}

/*
.armenu a {
    display: block;
    background: rgba(0, 0, 0, 0.35);
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    font-family: tahoma;
    margin: 5px;
    text-align: center;
}

@media (max-width: 768px) {
    .armenu a {
        display: block;
        position: absolute;
        bottom: 15px;
        z-index: 2;
        right: 15px;
        cursor: pointer;
        font-size: 10px;
        width: 45px;
    }
    .armenu img {
        width: 35px;
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 7680px) {
    .armenu a {
        display: block;
        position: absolute;
        bottom: 15px;
        z-index: 2;
        right: 15px;
        cursor: pointer;
        font-size: 16px;
        width: 85px;
    }
    .armenu img {
        width: 75px;
        height: auto;
    }
}
*/

@media (max-width: 768px) {
    #minimap {
        zoom: 0.4;
        -moz-transform: scale(0.4);
    }
}

@media (min-width: 769px) and (max-width: 7680px) {
    #minimap {
        zoom: 1;
        -moz-transform: scale(1);
    }
}

#spinner {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#spinner-background {
    position: absolute;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    margin: auto;
}


/*
.nanobar {
  width: 100%;
  height: 4px;
  z-index: 9999;
  top:0
}
.bar {
  width: 0;
  height: 100%;
  transition: height .3s;
  background:#4285f4;
}
*/


/*.spinner {
    position: absolute;
z-index: 9999;
    top: 35%;
    left: 47.5%;
  width: 100px;
  height: 100px;
  background-color: #00FF00;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}*/
