

        .clickfunction
        {
            background: #000;
            height: 100%;
            position: absolute;
            width: 4%;
        }

        .page
        {
         
            height: 100vh;
            position: relative;
            width: 395px;
			
            margin:44px 0 0 0;
        }

    .pageslide {
    height: 100%;
    left: -23px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 52px;
    text-align: center;
    top: 55px;
    transform: translateX(-4%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 99%;
}

        .showpageslide
        {
            transform: translatex(0%);
           
            opacity: 1;
        }

       

            .sbarblock:hover
            {
                display: block;
            }

        .clickcontrol {
  
    position: absolute;
    right: 28px;
    width: 75%;
    z-index: 999;
}
        .sbarblock > img {
            height: 100%;
            width:100%
        }
		.downarrow {
    animation: 1.5s ease 0s normal none infinite running pulse;
   
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    line-height: 32px;
    text-align: center;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    width: 36px;
}
.leftblock {
   
    float: left;
    width: 40%;
    z-index: 3;
}
.blockitm {
   
    position:relative;
}
#main {
    position: relative;
    transition: margin-left 0.5s ease 0s;
/*	background:url("../images/banner-bck.png") no-repeat;*/
}

.pclick {
    display: inline-block;
    margin: 90% 0 15px;
    position: absolute;
}

.nclick {
    display: inline-block;
    position: absolute;
    right: -20px;
    margin: 90% 0 15px;
}

.uparrow {
    
    border-radius: 50%;
    display: block;
    height: 36px;
    line-height: 32px;
    text-align: center;
    width: 36px;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    animation: pulse 1.5s ease infinite;
    /*animation-duration: 4s;
    animation-iteration-count: 50000;
    animation-name: example;
    position:relative;*/
}
.livedemo-textbottom
{
    color: #fff;
    font-size: 18px;
    font-weight:300;
}
.livedemo-text {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin: 229px 0 0;
   line-height: 56px;
    text-shadow: 2px 2px #222222;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
.rightblock {
    float: right;
    width: 50%;
}

   