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

body {
    width: 100%;
    height: 100%;
    position: relative;
    background: none;
    z-index: 0;
    overflow-x: hidden;
}

body::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #f00;
    transition: color .3s ease-in;
}

#page::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background-size: cover;
    -webkit-animation-name: pb1;
    -webkit-animation-duration: 60s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-name: pb1;
    animation-duration: 60s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

#page::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    background-size: cover;
    -webkit-animation-name: pb2;
    -webkit-animation-duration: 60s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-name: pb2;
    animation-duration: 60s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-webkit-keyframes pb1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pb2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes pb1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes pb2 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

section#TopHeader {
    max-width: 1400px;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
}

.search-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 40;
    width: 100%;
    height: 54px;
    overflow: hidden;
    color: #FFF;
    opacity: .8;
}

.serch-wrapper:active {
    opacity: 1;
}

#q {
    margin: 13px 32px;
    background: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 4px 10px;
    width: 200px;
}

.search-wrapper .search-field-label::before {
    font-family: optica-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e604";
    position: absolute;
    font-size: 29px;
    color: inherit;
    z-index: 2;
    left: 0px;
    top: 13px;
}

.aVatar {
    position: relative;
    top: 500px;
    left: 14%;
    z-index: 10;
    width: 128px;
    display: inline-block;
}

.aVatar a {
    border-radius: 8px;
    display: block;
    overflow: hidden;
    width: 128px;
    background-repeat: no-repeat;
}

h1.bLogTitle {
    height: 340px;
    width: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    z-index: 10;
}

h1.bLogTitle a {
    display: block;
    width: 100%;
    height: 100%;
}

p.dEscription {
    width: 75%;
    padding-left: 30px;
    margin: 0 auto 0;
    position: relative;
    z-index: 10;
}

nav.nAvMenu {
    position: relative;
    z-index: 10;
    top: 420px;
}

nav.nAvMenu ul {
    list-style: none;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}

body.index-page nav.nAvMenu ul {
    padding-left: 40px;
}

nav.nAvMenu li {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px 0 0;
}

nav.nAvMenu li a {
    display: block;
    width: 100%;
    padding: 6px;
    border-right: 1px solid rgba(200, 200, 200, .6);
    text-align: center;
}

nav.nAvMenu li:last-child a {
    border-right: none;
}

body.permalink #TopHeader,
body.search-page #TopHeader,
body.tagged #TopHeader {
    height: 260px;
}

body.permalink h1.bLogTitle,
body.search-page h1.bLogTitle,
body.tagged h1.bLogTitle {
    height: auto;
}

body.permalink p.dEscription,
body.search-page p.dEscription,
body.tagged p.dEscription {
    display: none;
}

body.permalink figure.aVatar,
body.search-page figure.aVatar,
body.tagged figure.aVatar {
    display: none;
}

body.permalink nav.nAvMenu,
body.search-page nav.nAvMenu,
body.tagged nav.nAvMenu {
    top: 190px;
    max-width: 702px;
    min-width: 270px;
    padding-left: 0;
    margin: 0 auto;
}

#tOtop a {
    color: #fff;
    font-size: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    height: 40px;
    opacity: .3;
    z-index: 30;
}

#tOtop a:hover {
    opacity: 1;
    transition: opacity .6s ease-in-out;
}

body:not(.mobile_bar) #tumblr_controls {
    z-index: 60;
}

#iNfo {
    margin: 0;
    padding: 10px 0;
    z-index: 10;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    text-align: right;
}

#iNfo li {
    color: #FFF;
    display: inline-block;
    margin-right: 20px;
}
