span.nextPage
{
    display: block;
    width: 14px;
    height: 14px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin: 0 0 -1px 9px;
}
#nextBtn{
    z-index: 1000;
}
#nextBtn.col1 span.nextPage{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: white;
    transition: all 1s;
}

#nextBtn.col2 span.nextPage{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #302C22;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #302C22;
    transition: all 1s;
}
#nextBtn.col3 span.nextPage{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #345245;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #345245;
    transition: all 1s;
}

#nextBtn.col4 span.nextPage{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #ffd897;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ffd897;
    transition: all 1s;
}

/*#nextBtn.col5 span.nextPage{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #4d4d58;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4d4d58;
    transition: all 1s;
}*/

#nextBtn.col5 span.nextPage{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #583432;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #583432;
    transition: all 1s;
}

#nextBtn.col6 span.nextPage{
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #415559;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #415559;
    transition: all 1s;
}

#nextBtn.col7 span.nextPage{
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #434343;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #434343;
    transition: all 1s;
}
#nextBtn.col7 span.nextPage:first-child{
    margin-top: 5px;
}


.unu
{
    margin-top: 4px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi
{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

.trei
{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}




.mouse {
    height: 43px;
    top: 170px;
    transform: none;
    width: 34px;
    padding: 3px 1px;
    transition: all 1s;
}

#nextBtn.col2 .mouse{
    border-width: 2px;
    border-style: solid;
    border-color: #302C22;
    transition: all 1s;
}
#nextBtn.col3 .mouse{
    border-width: 2px;
    border-style: solid;
    border-color: #345245;
    transition: all 1s;
}
#nextBtn.col4 .mouse{
    border-width: 2px;
    border-style: solid;
    border-color: #ffd897;
    transition: all 1s;
}
/*#nextBtn.col5 .mouse{
    border-width: 2px;
    border-style: solid;
    border-color: #4d4d58;
    transition: all 1s;
}*/
#nextBtn.col5 .mouse{
    border-width: 2px;
    border-style: solid;
    border-color: #583432;
    transition: all 1s;
}

#nextBtn.col6 .mouse{
    border-width: 2px;
    border-style: solid;
    border-color: #415559;
    transition: all 1s;
}

#nextBtn.col7 .mouse{
    border-width: 2px;
    border-style: solid;
    border-color: #434343;
    transition: all 1s;
}

.wheel
{
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
}

.wheel
{
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel
{
    0% { top: 1px; }
    50% { top: 2px; }
    100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}