html,
body,
div,
h1,
p,
a,
video {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1411px) {
    body {
        padding: 30px;
    }
}

html,
body {
    height: 100%;
}

body {
    background-image: url("../img/ufe-loop.png");
    background-repeat: repeat;
    overflow: hidden;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 19px;
}

#bg-video {
    position: fixed;
    top: 50%; left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

#map-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/world-map.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    filter:alpha(opacity=30);
}

@media screen and (max-width: 1411px) {
    #map-bg {
        width: 100%;
        height: 100%;
    }
}

#content {
    z-index: 2;
    display: none;
}

#ufe-logo {
    position: fixed;
    top: 70px;
    left: 35px;
    width: 320px;
    height: 151px;
    background-image: url("../img/ufe-full-logo.png");
    background-repeat: no-repeat;
    background-size: 320px 151px;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 1411px) {
    #ufe-logo {
        top: auto;
        left: auto;
        width: 149px;
        height: 70px;
        background-size: 149px 70px;
    }
}

#at-koyin {
    position: fixed;
    top: 70px;
    right: 60px;
    width: 100%;
    text-decoration: none;
    text-align: right;
    margin-top: 20px;
    color: #ffffff;
}

@media screen and (max-width: 1411px) {
    #at-koyin {
        position: relative;
        top: auto;
        right: auto;
    }
}

#ufe-asimov {
    position: fixed;
    top: 230px;
    left: 60px;
    width: 150px;
    height: 48px;
    background-image: url("../img/ufe-asimov.png");
    background-repeat: no-repeat;
    background-size: 150px 48px;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 1411px) {
    #ufe-asimov {
        position: absolute;
        top: 70px;
        left: 220px;
    }
}

@media screen and (max-width: 650px) {
    #ufe-asimov {
        display: none;
    }
}

#ufe-asimov-version {
    position: fixed;
    top: 300px;
    left: 60px;
    color: #9a9a9a;
    font-size: 10pt;
    text-decoration: none;
    text-align: left;
}

@media screen and (max-width: 1411px) {
    #ufe-asimov-version {
        position: absolute;
        top: 65px;
        left: 380px;
    }
}

@media screen and (max-width: 900px) {
    #ufe-asimov-version {
        display: none;
    }
}

#box {
    position: fixed;
    top: 170px;
    right: 60px;
    bottom: 50px;
    width: 50%;
    height: 50%;
    color: #c5c5c5;
}

@media screen and (max-width: 1411px) {
    #box {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
        margin-top: 45px;
        margin-bottom: 25px;
        
    }
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 45px;
    height: 45px;
    color: #c5c5c5;
    font-size: 45px;
    display: block;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
}

.box-structure {
    border: 1px #c5c5c5 solid;
    background-image: url("../img/black_hover.png");
    background-repeat: repeat;
}

#box-inner {
    padding: 15px;
}

#declaration {
    position: fixed;
    bottom: 50px;
    left: 35px;
    color: #9a9a9a;
    font-size: 8pt;
    text-decoration: none;
    text-align: left;
}

@media screen and (max-width: 1411px) {
    #declaration {
        position: relative;
        bottom: auto;
        left: auto;
    }
}

.card-style {
    border: 1px #c5c5c5 solid;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    float: left;
}

.small.nano {
	background: #ffa;
	height: 100px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nano .nano-content {
	padding: 20px;
}

.nano .nano-pane {
	background: #333333;
	width: 8px;
	right: 1px;
    margin: 5px;
}

.nano .nano-slider {
	background: #cccccc;
}

.tooltip {
    position: fixed;
}

.btn, .btn-large, .btn-flat {
    padding: 0 1rem;
    height: 28px;
    line-height: 28px;
}