
#viperfish_intro {
    background: #080b16;
    position: relative;
    overflow:hidden;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7);
    perspective: 1000px;
}

#viperfish_intro #c {
    overflow:hidden;
    position:absolute;
    z-index: 2;
}

#viperfish_intro #bg {
    background: url(viperfish.png) 50% 50% no-repeat;
    position:absolute;
    z-index:3;
    top: 0;
    left: 0;
    width: 1120px;
    height: 1054px;
}

#viperfish_intro .content {
    position: relative;
    display:table;
    width: 100%;
    height: 100%;
    max-width:800px;
    margin: 0 auto;
}

#viperfish_intro .content-inner {
    position:relative;
    display:table-cell;
    vertical-align: middle;
    margin: 0 auto;
    z-index: 5;
    text-align: center;
}
#viperfish_intro h1,
#viperfish_intro h2,
#viperfish_intro h3,
#viperfish_intro h4,
#viperfish_intro p{
    color: #fff;
}

#viperfish_intro h1 span {
    display:block;
    font-weight: 700;
    text-transform:uppercase;
    position:relative;
}

#viperfish_intro h1 span a.aka {
    position: absolute;
    top: -40px;
    left: 425px;
    width: 145px;
    height: 66px;
    background: url(../assets/john.png) 0 0 no-repeat transparent;
    opacity: 0.2;
    transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}


#viperfish_intro h1 span a.aka:hover {
    opacity: 1;
}

#viperfish_intro h1 .size1 {
    font-size: 37px;
    line-height: 49px;
}

#viperfish_intro h1 .size2 {
    font-size: 58px;
    line-height: 58px;
}

#viperfish_intro h1 .size3 {
    font-size: 81px;
    line-height: 81px;
}

#viperfish_intro .btn-ghost {
    color: #fff;
    background: transparent;
    border: 3px solid #fff !important;
    border-radius: 9px;
    font-size: 25px;
    text-transform: uppercase;
    padding: 15px 25px;
    font-weight: 400;
    text-shadow: 0 2px 3px rgba(0,0,0,0.7) !important;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

#viperfish_intro .btn-ghost:hover {
    background: #fff;
    color:#000;
    text-shadow: 0 0 0 rgba(0,0,0,0.7) !important;
    -webkit-transform: scale(1.1,1.1);
}

#viperfish_intro .credits {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 6;
    color: #fff;
    font-weight: 400;
}

#viperfish_intro .credits a {
    color:#fff;
    font-weight: 400;
    opacity: 0.2;
    transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}

#viperfish_intro .credits a:hover {
    opacity: 1;
}

ul#lensflare {
    position:absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index:4;
    transform: rotateZ(1deg) rotateY(0.1deg);

}

ul#lensflare * {

}

ul#lensflare  li {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    background: #ff0;
}

ul#lensflare li.rootflare {
    background: url(lensflare-0.png) 50% 50% no-repeat;
    width: 740px;
    height: 740px;
    position:absolute;
    margin-left: -370px;
    margin-top: -370px;
    opacity:0.95 !important;
}

ul#lensflare li.flare {
    background-size: 100%;
}

ul#lensflare li.flare-0 {
    background: url(lensflare-5.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position:absolute;
    margin-left: -25px;
    margin-top: -25px;
}

ul#lensflare li.flare-1 {
    background: url(lensflare-2.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 128px;
    height: 128px;
    margin-top: -64px;
    margin-left: -64px;
}

ul#lensflare li.flare-2 {
    background: url(lensflare-2.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
}

ul#lensflare li.flare-3 {
    background: url(lensflare-6.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}

ul#lensflare  li.flare-4 {
    background: url(lensflare-2.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}

ul#lensflare li.flare-5 {
    background: url(lensflare-5.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 128px;
    height: 128px;
    margin-top: -64px;
    margin-left: -64px;
}

ul#lensflare li.flare-6 {
    background: url(lensflare-5.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
}

ul#lensflare li.flare-7 {
    background: url(lensflare-2.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
}

ul#lensflare li.flare-8 {
    background: url(lensflare-4.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
}

ul#lensflare li.flare-9 {
    background: url(lensflare-4.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}

ul#lensflare li.flare-a {
    background: url(lensflare-2.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

ul#lensflare li.flare-b {
    background: url(lensflare-6.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
}

ul#lensflare li.flare-c {
    background: url(lensflare-1.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 700px;
    height: 700px;
    margin-top: -350px;
    margin-left: -350px;
}

.mobile ul#lensflare li.flare-c {
    background: url(lensflare-1.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
}

ul#lensflare li.flare-d {
    background: url(lensflare-4.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
}

ul#lensflare li.flare-e {
    background: url(lensflare-4.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
}

ul#lensflare li.flare-f {
    background: url(lensflare-5.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

ul#lensflare li.flare-g {
    background: url(lensflare-7.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 1000px;
    height: 1000px;
    margin-top: -500px;
    margin-left: -500px;
}

ul#lensflare li.flare-g {
    display:none;
}
