@import url(http://fonts.googleapis.com/css?family=Catamaran:400,500);

*{
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font: inherit;
    color: inherit;
}

html{
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
    font: 400 16px/100% 'Catamaran', Arial, sans-serif;
    color: white;
    background: black;
    overflow-x: hidden;
    transition: opacity .5s;
}

h1, h2, h3{
    margin: 10px 0;
    letter-spacing: 1px;
}

h1{
    font-size: 20px;
}

h2{
    font-size: 17px;
}

h3{
    font-size: 15px;
    line-height: 20px;
}

p{
    font-size: 15px;
    margin: 10px 0;
    line-height: 20px;
}

a, a:link, a:visited{
    font: inherit;
    text-decoration: none;
}

button{
    cursor: pointer;
    background: transparent;
    letter-spacing: 1px;
}

button::-moz-focus-inner {
    border: 0;  /*remove outline on active/focus*/
}

nav{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

nav>button, #footerBtn{
    font-size: 17px;
    font-weight: 500;
    margin: 10px;
    padding-bottom: 8px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    transition: border-color .25s ease-out, padding-bottom .2s ease-out;
}

#footerBtn{
    font: 400 13px/100% 'Catamaran', Arial, sans-serif;
}

nav>button:disabled{
    cursor: default;
    border-bottom-color: rgba(255, 41, 110, 1);
    padding-bottom: 3px;
}

nav>button:enabled:hover, #footerBtn:hover{
    border-bottom-color: rgba(192, 192, 192, 1);
    padding-bottom: 3px;
}

#dropdown{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    margin: 10px;
    overflow: hidden;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    transition: height .4s, border-color .5s;
    cursor: default;
}

#dropdown:hover{
    height: 65px;
    border-bottom-color: rgb(192, 192, 192);
}

#dropdown:hover li>a{
    color: white;
}

#dropdown:hover li>a:hover{
    color: rgb(255, 41, 110);
}

#dropdown:hover li:nth-of-type(1){
    color: rgb(192, 192, 192);
}

li, li>a{
    font-size: 17px;
    font-weight: 500;
    color: rgba(255,255,255, 0);
    margin-bottom: 6px;
    list-style-type: none;
    transition: color .4s ease-out;
}

li:nth-of-type(1){
    color: white;
}

#socialBtns{
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
}

#socialBtns>a{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 6px;
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat;
}

#socialBtns>a, #audioBtn{
    -webkit-filter: brightness(1) sepia(0%) saturate(77) hue-rotate(-135deg);
    filter: brightness(1) sepia(0%) saturate(77) hue-rotate(-135deg);
    transition: -webkit-filter .2s, filter .2s;
}

#socialBtns>a:hover, #audioBtn:hover, .nextBtn:hover{
    -webkit-filter: brightness(.74) sepia(100%) saturate(77) hue-rotate(-33deg);
    filter: brightness(.74) sepia(100%) saturate(77) hue-rotate(-33deg);
}

#socialBtns>a:nth-of-type(1){
    background-position: -230px -250px;
}

#socialBtns>a:nth-of-type(2){
    background-position: -260px -250px;
}

#socialBtns>a:nth-of-type(3){
    background-position: -290px -250px;
}

.shareDiv{
    /* position: absolute; */
    /* top: 46px; */
    /* right: -37px; */
}

.reblogBtn, .like_button, .fbShareBtn, .twShareBtn{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px;
    vertical-align: middle;
}

.reblogBtn{
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat -70px -360px;
}

.fbShareBtn{
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat -108px -360px;
}

.twShareBtn{
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat -142px -360px;
}

#audioBtn{
    position: fixed;
    bottom: 18px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat -200px -250px;
    z-index: 2;
}

#audioBtn.muted{
    background-clip: content-box;
    padding-right: 11px;
}

section{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    min-width: 900px;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    z-index: 0;
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: opacity .5s ease-out, visibility 0s, transform .3s ease-out;
}

.content{
    position: absolute;
}

.carousel{
    white-space: nowrap;
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transition: transform .7s cubic-bezier(.6,0,.4,1);
}

#home{
    z-index: 1;
}

#home>.content{
    top: 50%;
    left: 80px;
    padding-bottom: 40px;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home>.content>h3>span{
    font-size: 10px;
}

#home #tt{
    width: 350px;
    height: 250px;
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat;
}

#about>.content{
    top: 50%;
    right: 0;
    width: 430px;
    padding-left: 30px;
    border-left: 1px solid white;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#about>.content>div{
    padding: 80px 80px 80px 40px;
    background-color: rgba(32,32,32,.5);
}

#about>.content h3{
    font-weight: 500;
}

#about>.content p{
    letter-spacing: 1px;
    line-height: 22px;
}

#video>.content, #gifs>.content, #photos>.content{
    bottom: 15%;
    width: 100%;
}

.thumb{
    position: relative;
    width: 19.33%;
    margin: 0px 7%;
    outline: 1px solid rgba(255,255,255,.3);
    border: 6px solid transparent; /*IE doesn't support outline-offset*/
    background: radial-gradient(circle at right, rgba(202,32,87,.7), rgba(202,32,87,0) 70%) 0% 0%/150% 100%;
    background-clip: content-box;
    box-sizing: border-box;
    overflow: hidden;
    transition: background-position .4s ease-out, outline-color .4s ease-out;
    
}

.thumb:hover{
    background-position: 99% 0%;
    outline-color: rgba(255,255,255,.99);
}

.thumb>img{
    display: block;
    position: relative;
    width: 101%; /*extra 1% to cover right edge for Firefox bug*/
    height: auto;
    margin: auto;
    z-index: -1;
}

#video .thumb>img{
    margin: -11% 0;
}

#video .thumb>span{
    position: absolute;
    top: 20px;
    right: 20px;
    padding-bottom: 8px;
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255,255,255,.5);
    transition: padding-bottom .2s ease-out, border-color .3s;
}

#video .thumb:hover>span{
    padding-bottom: 3px;
    border-color: #ff296e;
}

.nextBtn{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 92px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: opacity .3s ease-out, -webkit-filter .2s, filter .2s;
    -webkit-backface-visibility: hidden;
}

.nextBtn:disabled{
    opacity: .1;
    cursor: default;
}

.nextBtn:nth-of-type(1){
    left: 1%;
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat 0px -250px;
}

.nextBtn:nth-of-type(2){
    right: 1%;
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat -40px -250px;
}

#scrim .nextBtn:nth-of-type(1){
    left: -50px;
}

#scrim .nextBtn:nth-of-type(2){
    right: -50px;
}

.calloutBtn{
    width: 250px;
    height: 60px;
    margin-top: 4px;
    border: 2px solid white;
}

.calloutBtn>span>span{
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: border-color .25s ease-out, padding-bottom .2s ease-out;
}

.calloutBtn:hover>span>span{
    border-bottom-color: rgba(255, 41, 110, 1);
    padding-bottom: 0px;
}

.calloutBtn:hover>span:nth-of-type(1){
    background-position: 99% 0%;
}

.calloutBtn>span:nth-of-type(1){
    position: relative;
    display: inline-block;
    width: 40%;
    height: 100%;
    background: radial-gradient(circle at right, rgba(202,32,87,.7), rgba(202,32,87,0) 70%) 0% 0%/150% 100%;
    border-right: 2px solid white;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
    transition: background-position .4s ease-out;
}

.calloutBtn>span:nth-of-type(2){
    display: inline-block;
    width: 60%;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 8px;
}

.calloutBtn img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

#callouts button{
    position: absolute;
    top: 60px;
    right: 1%;
    text-align: left;
}

#callouts>button:nth-of-type(2){
    top: 140px;
}

#callouts>button:nth-of-type(3){
    top: 220px;
}

#callouts>button:nth-of-type(4){
    top: 50%;
    margin-top: 118px;
}

#callouts>button>span>span{
    padding: 0;
    border: 0;
    transition: none;
}

#bg{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity .5s;
    z-index: -1;
}

#bg>video{
    position: absolute;
    top: 50%; 
    left: 50%;
    width: auto; 
    height: auto;
    min-width: 100%; 
    min-height: 100%; 
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bg>div{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black no-repeat 50%/cover;
    transition: opacity .5s;
}

/*video selector btns*/
#vidBtns{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
    transition: opacity .5s, visibility 0s;
}

#vidBtns>button{
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2px;
    vertical-align: middle;
    background-color: transparent;
    transition: background-color .5s, border-color .5s, border-width .5s;
}

#vidBtns>button:hover{
    border-color: white;
}

#vidBtns>button.active{
    background-color: #ff296e;
    border-width: 0px;
    border-color: transparent;
}

footer{
    position: fixed;
    top: 100%;
    margin-top: -45px;
    left: 10px;
    white-space: nowrap;
    z-index: 2;
}

#footerBtn.active{
    border-bottom-color: rgba(255, 41, 110, 1);
    padding-bottom: 3px;
}

#footerContent{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 100%;
    text-align: right;
    padding: 10px;
    background-color: rgba(32,32,32,.5);
    transition: opacity .5s, visibility 0s;
}

#footerContent>div, #footerContent>img, #footerContent>a, #footerContent>p{
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
    font-size: 10px;
    line-height: 14px;
}

#footerContent>div{
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat;
}

#footerContent>div:nth-of-type(1){
    width: 36px;
    height: 35px;
    background-position: -100px -300px;
}

#footerContent>div:nth-of-type(2){
    width: 57px;
    height: 50px;
    background-position: -150px -300px;
    
}

#footerContent>div:nth-of-type(3){
    width: 58px;
    height: 28px;
    background-position: -250px -300px;
    
}

#footerContent>div:nth-of-type(4){
    width: 87px;
    height: 13px;
    background-position: -100px -250px;
}

#scrim{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32,0,24,.7) no-repeat 50% 50%;
    transition: opacity .5s, visibility 0s .5s, background-color;
    z-index: 2;
    overflow-y: auto;
}

#scrim.active{
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    background-image: url(http://static.tumblr.com/h0fmvqw/ACXnv7grl/loading.gif);
}

#scrim>div{
    opacity: 0;
    position: absolute;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .3s;
    margin: auto;
    text-align: center;
}

#scrim>div>img{
    display: block;
    max-width: 100%;
    height: auto;
}

.closeBtn{
    position: absolute;
    top: 1px;
    right: -46px;
    width: 40px;
    height: 40px;
    background: url(http://static.tumblr.com/h0fmvqw/UVHnuok1z/sprite.png) no-repeat -10px -350px;
}

#tumblr_controls{
    margin: 15px 120px 0 0;
    z-index: 1;
}

#likeReblogDiv{
    display: none;
}

