#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 3;
  cursor: pointer;
}



#help-layer {
    background-color: rgba(0,0,0,.65)
}

.help-content {
    color: #fff
}

.help-content::before {
    background-image: url(../images/help/help-layer-arrow.svg);
    background-size: 60px 60px;
    background-position: center
}

#help-content-data::before {
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg)
}

#help-content-search::before {
    transform: scaleY(2.5) rotateY(180deg) rotateZ(-90deg)
}

#help-content-tools::after {
    background-image: url(img/help-layer-tools.svg);
    background-size: 14px 150px;
    background-position: center
}

#help-content-faq {
    border: 5px solid #fff;
    background-color: rgba(0,0,0,.5);
    color: #fff
}

#help-content-faq:hover {
    border: 0;
    background-color: #00b798
}

@media (min-width: 0px) {
    #help-content-data::before {
        transform: rotateY(0deg) rotateZ(180deg);
    }

    #help-content-search::before {
        transform: scaleY(1) rotateY(0) rotateZ(0);
    }
}

@media (min-width: 720px) and (min-height:720px) {
    .help-content::before {
        background-size:90px 90px
    }

    #help-content-tools::after {
        background-size: 14px 150px
    }
}


#help-layer {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.help-content {
    position: absolute;
    width: 150px;
    margin: 0;
    padding-right: 15px;
    line-height: 1.2em;
    font-size: .75em
}

#help-content-data {
    top: 55px;
    left: 5px
}

#help-content-search {
    top: 145px;
    right: 130px
}

#help-content-space {
    top: 82px;
    right: 35px
}

#help-content-tools {
    top: 250px;
    right: -5px
}

#help-content-faq,.help-content-strong {
    font-family: OpenSansExtraBold,"Open Sans",Arial,sans-serif
}

.help-content::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px
}

#help-content-data::before {
    left: 30px;
    top: -52px
}

#help-content-search::before {
    height: 150px;
    left: 65px;
    top: -155px
}

#help-content-space::before,#help-content-tools::before {
    right: 10px;
    top: -50px
}

#help-content-tools::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 150px;
    top: -200px;
    right: 37px
}

#help-content-faq {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    font-variant: small-caps;
    font-size: 1.2em
}

#help-content-faq:hover {
    line-height: 50px
}

@media (min-width: 0px) {
    /* 620 */
    #help-content-data {
        top:87px;
        left: 70px
    }

    #help-content-search {
        top: 85px;
        left: calc(50% - 75px);
        right: initial
    }

    #help-content-data::before {
        left: -65px;
        top: -50px
    }

    #help-content-search::before {
        height: 60px;
        left: initial;
        right: 10px;
        top: -50px;
    }
}

@media (min-width: 720px) and (min-height:720px) {
    .help-content {
        width:180px;
        font-size: .9em
    }

    #help-content-data {
        top: 152px;
        left: 115px
    }

    #help-content-search {
        top: 140px
    }

    #help-content-space {
        top: 135px;
        right: 80px
    }

    #help-content-tools {
        top: 360px;
        right: 0
    }

    .help-content::before {
        width: 90px;
        height: 90px
    }

    #help-content-data::before {
        top: -76px;
        left: -95px
    }

    #help-content-search::before,#help-content-space::before,#help-content-tools::before {
        top: -76px;
        right: 0
    }

    #help-content-search::before {
        height: 90px
    }

    #help-content-tools::after {
        width: 18px;
        height: 190px;
        top: -266px;
        right: 35px
    }

    #help-content-faq {
        bottom: 25%
    }
}

