@font-face {
    font-family: SimSun;
    src: url('../../framework/fnt/SimSun.woff');
}
@font-face {
    font-family: Circe-Bold;
    src: url('../../framework/fnt/Circe-Bold.woff');
}
@font-face {
    font-family: Circe-ExtraBold;
    src: url('../../framework/fnt/Circe-ExtraBold.woff');
}
@font-face {
    font-family: Circe-Regular;
    src: url('../../framework/fnt/Circe-Regular.woff');
}
@font-face {
    font-family: Circe-Light;
    src: url('../../framework/fnt/Circe-Light.woff');
}

body{
    padding: 0;
    margin: 0;
    background: #000000;
}

#container{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
    transform-origin: 50% 0;
}
#transform{
    position: relative;
    margin: 0 auto;
    width: 998px;
    height: 749px;
    transform-origin: 50% 0;
    z-index: -1;
}

.pointer{
    cursor: pointer;
    user-select: "none";
}

.page, .page_gallery{
    position: absolute;
    left: 0;
    top: 0;
    width: 998px;
    height: 749px;
}

.background{
    z-index: -1;
    width: 998px;
    height: 749px;
}

.menu{
    position: absolute;
    left: 955px;
    width: 40px;
    height: 749px;
    z-index: 20;
}
.menu.open{
    left: 750px;
}

.fade_out{
    z-index: 1;
}
.page_gallery{
    z-index: -1;
}

.bg_video{
    position: absolute;
    left: 0;
    top: 0;
    width: 998px;
    height: 749px;
}
video{
    margin: 0;
    padding: 0;
}

.video .playback{
    position: absolute;
    left: 0;
    top: 0;
}

.page_gallery .content_container{
    position: absolute;
    left: 0;
    top: 0;
    width: 998px;
    height: 749px;
    z-index: 99;
}
.mute{
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 998px;
    height: 749px;
    display: none;
    z-index: 11;
}
.page_gallery .content_container{
    display: none;
}
.page_gallery .content_container.empty{
    width: 0;
    height: 0;
}

.navigation{
    position: absolute;
    left: 870px;
    top: 20px;
    width: 0;
    height: 0;
    z-index: 101;
}
.soc{
    position: absolute;
    left: 803px;
    top: 37px;
    width: 110px;
    height: 70px;
    z-index: 200;
}
.information{
    position: absolute;
    left: 428px;
    top: 37px;
    width: 110px;
    height: 70px;
    z-index: 200;
}

.content_container{
    overflow: hidden;
}


.next-arrow{
    position: absolute;
    width: 49px;
    height: 19px;
    left: 475px;
    top: 712px;
    z-index: 10;
    opacity: 0.5;
}
.prev-arrow{
    position: absolute;
    width: 49px;
    height: 19px;
    left: 475px;
    top: 15px;
    transform: rotate(180deg) scale(0.5);
    z-index: 10;
    opacity: 0.5;
}
.prev-arrow:hover, .next-arrow:hover{
    opacity: 0.8;
}

.page_gallery .btn-svg-gallery{
    position: absolute;
    width: 300px;
    height: 749px;
    left: 0;
    top: 0;
}
.page_gallery .btn-svg-gallery.right{
    left: 698px;
}

.littleloader{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100;
    top: 690px;
    left: 473px;
    transform-origin: 50% 50%;
    background: url("../img/loader.png");
    background-repeat: no-repeat;
    background-size: 50px;
}

.gallery-box{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.gallery-arrow{
    position: absolute;
    top: 360px;
    left: 10px;
    height: 20px;
    width: 30px;
    z-index: 120;
    cursor: pointer;
}
.gallery-arrow.left{
    transform: rotate(90deg);
}
.gallery-arrow.right{
    left: 930px;
    transform: rotate(-90deg);
}
.gallery-arrow:hover{
    opacity: 0.6;
}

















































