﻿
.wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    display: inline-block;
}


.intro-left {
    width: 50.1%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    /*background-color:#009933;*/
    background: url(../images/intro-left.jpg) top right;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.intro-right {
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    /*background-color:#f26722;*/
    background: url(../images/intro-right.jpg) top left;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.intro-top {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

    .intro-top img {
        width: 100%;
    }

.intro-bottom img {
    width: 100%;
}

.intro-open-but {
    width: 405px;
    height: 406px;
    background: url(../images/intro-open-but.png);
    position: fixed;
    top: 50%;
    margin-top: -360px;
    left: 50%;
    margin-left: -204px;
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.intro-open-but-2 {
    width: 128px;
    height: 129px;
    background: url(../images/intro-but-2.png);
    position: fixed;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -58px;
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.move-left {
    left: -50%;
}

.move-right {
    right: -50%;
}

.move-top {
    top: -50%;
}

.more-top {
    top: -100%;
}

.ribbon-right {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -373px;
    width: 100%;
    height: 746px;
    background: url(../images/ribbon-2-right.png) left;
}

.ribbon-left {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -373px;
    width: 100%;
    height: 746px;
    background: url(../images/ribbon-2-left.png) right;
}