* {

}


a {
    text-decoration: none;
    color: inherit;
}

video {

    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
}

img {
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
/ / font-family: 'Roboto', sans-serif;
    font-family: Ubuntu, sans-serif;
    overflow-x: hidden;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-controls {

    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
}

.video-controls-inside {
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.3);
    padding: 15px;
    display: flex;
}


.video-controls .label {
    display: flex;
    flex: 1;
    font-weight: bold;
}

.video-controls .controls ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0 0 0 50px;
}

.video-controls .controls ul li:not(:last-child) {
    margin-right: 10px;
}

.video-controls .controls ul li:hover {
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
}

#Page_table {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

#Page_title {
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.4);
    font-size: 36px;
    margin-bottom: 200px;
}


#social {
    margin: 20px 10px;
    text-align: center;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
/* box-shadow: 0 2 px 2 px #999;*/
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hovericon {
    background: black;
    transition: all 0.3s ease;
}

.hovericon:hover {
    background: #333; 
}

/* facebook button class*/
.facebookBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.facebookBtn:hover {
    background: #333;
}

/* facebook button class*/
.diasporaBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.diasporaBtn:hover {
    background: #333;
}


/* twitter button class*/
.twitterBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.twitterBtn:hover {
    background: #333;
}

/* google plus button class*/
.googleplusBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.googleplusBtn:hover {
    background: #333;
}

/* linkedin button class*/
.instagramBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instagramBtn:hover {
    background: #333;
}

/* pinterest button class*/
.pinterestBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pinterestBtn:hover {
    background: #333;
}

.githubBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.githubBtn:hover {
    background: #333;
}


.linkedinBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.linkedinBtn:hover {
    background: #333;
}

.foursquareBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.foursquareBtn:hover {
    background: #333;
}


.lockBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lockBtn:hover {
    background: #333;
}


/
/
test new btn

(
jakub

)


.blogBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blogBtn:hover {
    background: #333;
}

.gravBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gravBtn:hover {
    background: #333;
}


/* telegram button class */

.telegramBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.telegramBtn:hover {
    background: #333;
}





/* tumblr button class*/
.mailBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mailBtn:hover {
    background: #333;
}


/* tumblr button class*/
.phoneBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.phoneBtn:hover {
    background: #333;
}

/* tumblr button class*/
.bankBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 1px;
}

.bankBtn:hover {
    background: #333;
}

/* tumblr button class*/
.publicKeyBtn {
    background: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 1px;
}

.publicKeyBtn:hover {
    background: #333;
}


.GlobalBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
/ / box-shadow: 0 2 px 2 px #999;
/ / padding: 0 px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.GlobalBtn img {
    width: 30px;
}

.GlobalBtnTable {
    width: 100%;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

.GlobalBtn:hover {
    background-color: #333;
}

#GlobalBtns {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
/ / box-shadow: 0 2 px 2 px #999;
/ / padding: 0 px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: black;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 25px;
    top: -25px;
}

#Page_info, #Bank_info {
    position: relative;
    display: inline-block;
}

#Page_info_ext, #Bank_info_ext {
    position: absolute;
    left: -120px;
    top: -140px;
    width: 250px;
    min-height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    color: rgb(0, 153, 0);
    text-align: left;
    padding: 15px;
    font-family: Lucida Console, Lucida Sans Typewriter, monaco, Bitstream Vera Sans Mono, monospace;
    line-height: 25px;
}

#Page_info_ext_arrow, #Bank_info_ext_arrow {
    position: absolute;
    left: 80px;
    top: 90px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 15px solid rgba(0, 0, 0, 0.7);
}

#Bank_info_ext {
    top: -344px;
    left: -245px;
    width: 240px;

}

#Bank_info_ext_arrow {
    left: 205px;
    top: 294px;
}

#Bank_info img {
    margin: 10px;
    width: 220px;
}

#Qr_home {
    position: fixed;
    right: 0px;
    display: block;
    bottom: 0px;
    padding: 5px;
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 20px;
}

#Qr_home img {
    margin: 10px;
    width: 150px;
}


#Qr_title {
    color: rgb(0, 153, 0);
    text-align: left;
    margin-left: 10px;
    font-family: Lucida Console, Lucida Sans Typewriter, monaco, Bitstream Vera Sans Mono, monospace;
    line-height: 25px;
    margin-top: 5px;
}

html, body {
    min-height: 100%;
}
