@font-face {
	font-family: "Cherry Blossom";
	src: url("../fonts/Cherry\ Blossom.ttf");
}

/* HERO */

.hero {
    width: 100%;
    height: 92vh;
	background-image: url("../images/bg.jpg");
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.hero .hero-inner {
    margin: 0 auto;
    padding-top: 7.5vh;
    width: 100%;
    height: 100%;
    max-width: 1366px;
    max-height: 768px;
    display: block;
}

/* MENU */

.topbar {
    line-height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.topbar::after, .hero .site .site-inner h1::after, .hero .site .site-inner h1 span::after,
.hero .site .site-inner .welcome:after {
    content: '';
    position: absolute;
    bottom: -20px; left: 0;
    width: 100%; height: 2px;
    margin: auto;
    display: block;
}

nav {
    max-width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
    flex: 1;
}

nav .brs {
    width: 20px;
    display: inline-block;
}

nav .brs hr {
    width: 100%;
    height: 2px;
    border: none;
}

nav .brs hr:nth-of-type(2) {
    margin: 3px 0;
}

nav ul.menu, footer ul#cred {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase;
    list-style-type: none;
    display: block;
}

nav ul.menu li, #main-site #main-site-inner #links ul li, footer ul#cred li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
}

nav ul.menu li::after, footer ul#cred li::after {
    content: '';
    margin: 0 1.5vw;
    width: 2px;
    height: 20px;
    transform: rotate(22.5deg);
}

nav ul.menu li:last-child::after, #main-site #main-site-inner #links li:last-child::after, footer ul#cred li:last-child::after {
    display: none;
}

.social a {
    margin-left: 10px;
}

#show-menu {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase;
	display: none;
}

#rmenu {
	width: 100%;
	display: block;
}

.active {
	display: block;
}

.hero .site {
    margin: 70px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 25px;
}

.hero .site .site-inner {
    flex-basis: 50%;
    align-items: flex-start;
}

.hero .site .site-inner h1 {
    font-family: "Cherry Blossom";
    font-size: 60px;
    font-weight: 400;
    line-height: 90%;
    text-transform: none;
    position: relative;
}

.hero .site .site-inner h1 span {
    display: inline-block;
    position: relative;
}

.hero .site .site-inner h1::after {
    bottom: -26px;
}

.hero .site .site-inner h1 span::after {
    bottom: -28px;
    height: 6px;
    opacity: 1;
}

.hero .site .site-inner .welcome {
    margin-top: 48px;
    text-align: justify;
    letter-spacing: 0.025em;
    opacity: 1;
    position: relative;
}

.hero .site .site-inner .welcome::after {
    bottom: -30px;
}

.hero .site .pic {
    min-height: 630px;
	background-image: url("../images/header.png");
	background-position: right bottom;
	background-repeat: no-repeat;
    flex-basis: 50%;
}

/* HEADER */

#mob-header {
	width: 100%;
	height: 41vw;
	background-image: url("../images/header-mobile.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100%;
	margin: 0 auto;
	position: relative;
    display: none;
}

/* MAIN SITE */

#main-site {
    max-width: 100%;
    margin-top: -10vh;
    min-height: 150px;
	background-image: url("../images/bg-black.jpg");
	background-position: center top;
	background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#main-site #main-site-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    z-index: 15;
}

#main-site #main-site-inner #visit {
    padding: 20px 0;
    text-align: right;
    flex-basis: 48%;
    position: relative;
}

#main-site #main-site-inner #visit::before, #main-site #main-site-inner #links::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
}

#main-site #main-site-inner #home {
    font-size: 30px;
    flex-basis: 2%;
    text-align: center;
}

#main-site #main-site-inner #links {
    padding: 20px 0;
    text-align: left;
    flex-basis: 48%;
    position: relative;
}

#main-site #main-site-inner #links::after {
    top: unset; bottom: 0;
    right: unset; left: 0;
}

#main-site #main-site-inner #links ul li {
    margin: 0; padding: 0;
    list-style-type: none;
}

#main-site #main-site-inner #links ul li::after {
    content: '/';
    margin: 0 5px;
}

#smenu {
    margin: 0 auto 60px auto;
	font-size: 12px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#smenu ul {
    margin: 0 auto;
    padding: 0;
    border: none;
    list-style-type: none;
    display: table;
    position: relative;
}

#smenu a {
    font-weight: 600;
}

#smenu a:hover {
    opacity: 1;
}

main .admin_menu_wrapper, .breadh1 {
    margin-bottom: 60px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

main .admin_menu_wrapper a, main a.admin_menu {
    margin: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: lowercase;
    text-decoration: underline;
    letter-spacing: 0.1em;
    display: inline-block;
}

main .admin_menu_wrapper .admin_menu {
    display: inline-block;
}

/* MAIN */

main {    
    padding: 60px 0;
    background-position: left top, center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-clip: border-box;
    background-attachment: fixed;
    position: relative;
    z-index: 20;
}

#main-content {
	margin: 0 auto;
    width: 100%;
    max-width: 1366px;
}

/* THUMBNAILS */

.thumbnails {
    padding: 25px 30px;
    position: relative;
}

.thumbnails::before, main .catrow::before, main .catrow_noalb::before, main .img_nav::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    margin: auto;
    z-index: -5;
}

.thumbnails .image {
    margin: 4px; padding: 2px;
    border-width: 4px;
    border-style: double;
    opacity: 0.85;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
}

.thumbnails .image:hover {
    opacity: 1;
}

.thumbnails .thumb_title {
    font-weight: 600;
    display: block;
    position: relative;
}

.thumbnails .thumb_title::after { 
    content: '';
    width: 80%; height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 20;
}

.thumbnails .thumb_title_views, .thumbnails .thumb_resolution, .thumbnails .thumb_caption_ctime {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
	text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
    position: relative;
}

.thumbnails .thumb_title_views::before, .thumbnails .thumb_resolution::before, .thumbnails .thumb_caption_ctime::before, main .admin_menu_wrapper::before, .breadh1::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    margin: auto;
    z-index: -5;
}

/* CATEGORIES */

main .catrow, main .catrow_noalb {
    padding: 25px 30px;
    position: relative;
}

main .catrow .image, main .catrow_noalb .image {
    margin-right: 25px;
}

main .catrow .catlink, main .catrow_noalb .catlink {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    display: table;
    position: relative;
}

main .catrow .catlink::before, main .catrow_noalb .catlink::before, .alblink::before {    
    content: '';
    margin-right: 15px;
    width: 5px; height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

main .catrow .catdesc, main .catrow_noalb .catdesc {
    padding-top: 10px;
    padding-left: 20px;
    display: block;
    position: relative;
}

main .catrow .catdesc::before, main .catrow_noalb .catdesc::before {
    content: '';
    position: absolute;
    left: 4px; bottom: 0;
    width: 1px;
    height: 100%;
    margin: auto;
}

main .catrow .count, main .catrow_noalb .count {
    font-family: "Cherry Blossom";
    font-size: 30px;
    font-weight: normal;
}

main .stath1 .statlink, main .stath2 {
    padding: 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    display: block;
}

main .stath1 {
    padding-top: 10px;
}

main .stath2 {
    padding-top: 20px;
    display: table-cell;
}

/* ALBUMS */

.alblink {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

/* BREADCRUMB */

.breadh1 {
    margin-bottom: 80px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.breadh1 a:hover {
    text-decoration: underline;
}

main .thumb_view_title_row {
    float: left;
}

main .statlink h2, .tableh1 h2 {
    font-size: 36px;
    font-weight: normal;
}

main .statlink .albmenu {
    padding-top: 10px;
    padding-right: 10px;
    display: flex;
}

main .sortorder_cell, main .sortorder_options {
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.2em;
    white-space: nowrap;
}

.sortorder_cell span::before, .tableh1 span.statlink::before, .tableh1 span.statlink1::before, span#album_listbox_wrapper::before, span#upload_method_selector::before {
    display: none !important;
}

main .img_nav {
    padding: 10px;
    font-size: 11px;
    font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
}

#voting_title h2, #comments h2 {
    font-family: "Cherry Blossom";
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
}

main .toolwrap {
    padding: 0 25px;
}

main table#pic_sort tr td, main table#album_sort tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}

/* ELEMENTS */

main input, main textarea, main select {
	margin: 0;
    padding: 5px 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.025em;
    border: none;
    box-sizing: border-box;
	outline: none;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
}

main input:focus, main textarea:focus {
	outline: none !important;
}

main select {
    padding: 5px;
}

main .stath2 select {
    padding: 0;
    font-size: 11px;
    line-height: 100%;
    border: none;
}

main input[type=radio], main input[type=checkbox] {
    margin-right: 10px;
}

main button.button, main .buttonlist ul li a {
    padding: 5px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    font-weight: 600;
	line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;	
	cursor: pointer;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
}

main .buttonlist ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

main .buttonlist ul li {
    display: inline-block;
    float: none;
}

main button.button:hover, main .buttonlist ul li a:hover {
    text-decoration: none;
}

main button.button img, main .buttonlist ul li a img {
    width: 10px;
    height: 10px;
}

main .buttonlist ul li a {
    line-height: 100%;
}

.at .image {
    margin-right: -30px;
}

#cpgform iframe {
    border: none;
}

/* FOOTER */

footer {
    background-image: url("../images/bg-black.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 20;
}

footer .footer-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .footer-inner .fpic {
    width: 200px; min-height: 200px;
	background-image: url("../images/footer-pic.png");
	background-position: left top;
    background-repeat: no-repeat;
}

footer .footer-inner .fcontent {
    flex: 1;
}

footer ul#cred {
    padding-bottom: 20px;
    line-height: 100%;
    text-align: right;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

footer ul#cred li {
    font-size: 14px;
    gap: 4px;
}

footer ul#cred li::after {
    margin: 0 1vw;
}

footer ul#cred li a:hover {
    opacity: 1;
}

footer .footer-inner .fcontent .disc {
    padding-top: 20px;
    padding-left: 30px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 0.025em;
    box-sizing: border-box;
}