/* This stylesheet generated by Transfonter (https://transfonter.org) on March 23, 2018 8:59 AM */

/*@font-face {
    font-family: 'ForKung';
    src: url('/font/subset-ForKung.woff2') format('woff2'), url('/font/subset-ForKung.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'ForKung';
    src: url('/test/font/ForKung.woff2') format('woff2'),
        url('/test/font/ForKung.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html,
body {
    font-family: 'ForKung';
    background: #000000;
    overflow-y: scroll;
    width: 100vw;
}

html {
    /* overflow: hidden; */
    /* height: 100%; */
}

body {
    /* max-height: 100%; */
}

.logo img {
    min-width: 150px;
    width: 11vw;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.logo {
    height: 100vh;
    position: fixed;
    width: 100vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
    background: transparent;
    -ms-pointer-events: none;
    pointer-events: none;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    left: 0;
    top: 0;
}

main {
    position: relative;
    z-index: 0;
    /* padding-top: 50px; */
    /* overflow-y:  auto; */
    /* overflow-x:  hidden; */
    /* max-height:  100vh; */
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.pswp__share--download {
    display: none !important;
}

main + div {
    display: none;
}

html {
    color: #545454;
    font-size: 15px;
    overflow-x: hidden;
    /* overflow-y: auto; */
    width: 100%;
    letter-spacing: 0.1em;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-style: normal;
    background-repeat: no-repeat;
    list-style-type: none;
    font-family: 'ForKung';
}

.grid-sizer {
    width: 12.5%;
}

.grid-item {
    width: 25%;
}

.wrap {
    /* max-width: 1600px; */
    margin: auto;
    padding: 6vw 150px;
    margin-left: 58px;
}


.grid-item a {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (hover: hover) {
    .grid-item a:hover {
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
    }
}

.grid-item a img {
    position: absolute;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp img {
    max-width: none;
    max-height: none;
}

@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-eclipse {
    position: relative;
}

.lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 0 0 #ffffff;
    box-shadow: 0 4px 0 0 #ffffff;
    -webkit-transform-origin: 80px 82px;
    -ms-transform-origin: 80px 82px;
    transform-origin: 80px 82px;
}

.lds-eclipse {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.lds-css.ng-scope {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.grid-item a img[src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="] {
    display: none;
}

.grid-item a img:not([src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="]) + .loading {
    display: none;
}

.loading {}

.loading img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 20%;
    opacity: 0.7;
    /*animation: animationFrames linear 1.2s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 1.2s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 1.2s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;*/
}

@keyframes animationFrames {
    0% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
        transform: scaleX(1.00) scaleY(1.00);
    }

    50% {
        -webkit-transform: scaleX(1.50) scaleY(1.50);
        transform: scaleX(1.50) scaleY(1.50);
    }

    100% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
        transform: scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }

    50% {
        -webkit-transform: scaleX(1.50) scaleY(1.50);
    }

    100% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.93) !important;
}

.grid-item[data-href*=".png"],
.grid-item a[href*=".png"] {
    /*-ms-pointer-events: none;
    pointer-events: none;*/
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5000px #FFFFFF;
}

html,
body {
    cursor: url('/dimg/img/cursor.png'), auto;
}

button,
a {
    cursor: url('/dimg/img/cursor.png'), auto !important;
}

.pswp--zoom-allowed .pswp__img {
    cursor: url('/dimg/img/zoom.png'), auto !important;
}

.menu_contact_btn,
.menu_contact_wrap a,
.pswp--zoomed-in .pswp__img,
a,
button,
.search_wrap label {
    cursor: url('/dimg/img/pointer.png'), auto !important;
}

.scroll-top.active:hover {
    animation: hoverMainScroll linear 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
}

.scroll-top {
    position: fixed;
    background: transparent;
    z-index: 99;
    right: 2vw;
    bottom: 30px;
    padding: 8px 7px;
    -webkit-transform: translateY(140%);
    -ms-transform: translateY(140%);
    transform: translateY(140%);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    /* -webkit-box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 1), 0px 0px 30px 18px rgba(0, 0, 0, 0.8) inset; */
    /* box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 1), 0px 0px 30px 18px rgba(0, 0, 0, 0.8) inset; */
    border-radius: 50%;
}

.scroll-top.active {
    transform: translateY(-9%) !important;
}

.scroll-top img {
    width: 50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

:focus {
    outline: none;
}

.pswp__share--twitter,
.pswp__share--pinterest,
.pswp__counter {
    display: none !important;
}

.pswp__preloader {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 99999;
}

.pswp__button--share {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-position: center;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background-image: none !important;
}

.pswp__button--share span {
    background: url('/dimg/img/share.svg');
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    pointer-events: none;
    -ms-pointer-events: none;
}

.pswp__button--close {
    width: 100%;
    background-image: none !important;
}

.pswp__button--close span {
    background-position: center;
    background: url('/dimg/img/close.svg');
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    pointer-events: none;
    -ms-pointer-events: none;
}

.pswp__share-tooltip {
    left: 0;
    right: 0;
    max-width: 180px;
    text-align: center;
    margin: auto;
    bottom: 56px;
    top: auto;
}

a.pswp__share--facebook:before {
    content: '';
    display: none;
}

.pswp__share-tooltip a.pswp__share--pinterest:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: auto;
    border: 6px solid transparent;
    border-top-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.pswp__button--arrow--right {}

.pswp__button--arrow--right:before {
    background: url('/dimg/img/arrow.svg') !important;
    right: 12px;
    height: 50px;
    width: 52px;
    top: 57px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pswp__button--arrow--left {}

.pswp__button--arrow--left:before {
    background: url('/dimg/img/arrow.svg') !important;
    left: 12px;
    height: 50px;
    width: 52px;
    top: 57px;
    bottom: 0;
    margin: auto;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background: transparent;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 0;
    bottom: 0;
    min-width: 120px;
    position: absolute;
    height: auto;
    width: 15%;
}

.copyright {
    background: #000000;
    color: #6b6b6b;
    text-align: center;
    z-index: 999;
    position: relative;
    padding: 0.9em 1.2em;
    font-size: 11px;
}

.cookie {
    position: fixed;
    bottom: 1.5em;
    width: calc(100% - 15px);
    z-index: 999999;
    left: 0;
    right: 0;
    margin: auto;
    display: none !important;
}

.cookie > *:nth-child(1) {
    max-width: 520px;
    margin: auto;
}

.cookie button {
    margin-top: 15px;
    background: transparent;
    font-size: 17px;
    letter-spacing: 0.2em;
}

.cookie a,
.cookie button:hover {
    text-decoration: underline;
}

.cookie * {
    font-family: 'ForKung', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
}

.cookie .cookie-fake {
    -webkit-box-shadow: 0px 0px 130px 46px rgba(0, 0, 0, 0.74);
    box-shadow: 0px 0px 130px 46px rgba(0, 0, 0, 0.74);
    display: inline;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}

.cookie > *:nth-child(1) > *:nth-child(2) {}

.cookie-fake,
.cookie-fake * {
    color: transparent;
}

.cookie-real {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.menu_contact {
    max-width: 1534px;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    right: 0;
    width: 100vw;
    margin: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu_contact_wrap {
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    overflow-y: auto;
    max-height: calc(95vh - 50px);
}

.menu_contact_wrap > * {
    width: 20%;
}

.menu_contact_wrap a {
    display: block
}

/*.menu_contact_wrap a:hover img,*/
/*.menu_contact_btn:hover {
    animation: hoverMain linear 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
}*/

.menu_contact_btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% - 11px);
    cursor: pointer;
    max-width: 287px;
    width: 100%;
}

.menu_contact_btn img {
    margin: auto;
    max-width: 287px;
    transform: scale(1)translate3d(0, 0, 0);
}

.menu_contact.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999997;
}

.overlay.active {
    display: block;
}

.pswp {
    z-index: 9999999 !important;
}

.menu_contact:before,
.menu_contact:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    width: 3px;
    height: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.menu_contact:before {
    top: 0;
    right: calc(100% - 2px);
}

.menu_contact:after {
    bottom: 0;
    left: calc(100% - 2px);
}

.menu_contact:not(.no_anime) .menu_contact_btn {
    -webkit-animation: animationFramess linear 1.5s;
    animation: animationFramess linear 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes animationFramess {
    0% {
        top: calc(100% - 11px);
    }

    20% {
        top: calc(100% + 3px);
    }

    40% {
        top: calc(100% - 11px);
    }

    100% {
        top: calc(100% - 11px);
    }
}

@keyframes animationFramess {
    0% {
        top: calc(100% - 11px);
    }

    20% {
        top: calc(100% + 3px);
    }

    40% {
        top: calc(100% - 11px);
    }

    100% {
        top: calc(100% - 11px);
    }
}

.btn_change_view span {
    background: url(/dimg/img/arrow.svg);
}

.aside_menu.no_year + main .catg_main_wrap {
    margin-left: 0;
}

.aside_menu.no_year {
    background: none;
    /* display: none; */
}

.aside_menu.no_year .year_wrap {
    display: none;
}

.aside_menu.no_year .back_button_wrap {
    top: 0;
}

.page_type[data-page-type="main_catg"] .back_button_wrap {
    transition-delay: 0.4s;
}

.aside_menu {
    position: fixed;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1400;
    height: 100vh;
    /* top: 100%; */
    /* -webkit-transform-origin: left top; */
    -ms-transform-origin: left top;
    /* transform-origin: left top; */
    /* -webkit-transform: rotate(-90deg); */
    -ms-transform: rotate(-90deg);
    /* transform: rotate(-90deg); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 60000;
    max-width: 58px;
    /* overflow-y: auto; */
}

.aside_menu a {
    color: #FFFFFF;
}

.btn_change_view {
    background: transparent;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_change_view span {
    background: url(/dimg/img/arrow.svg);
    width: 34px;
    height: 20px;
    display: inline-block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: cover;
    background-position: center;
    margin-top: 3px;
}

.btn_change_view span:first-child {
    position: relative;
    left: 23px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.year_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
}
.year_wrap a span {
    transform: rotate(-90deg);
    transform-origin: 20px 20px;
}

.year_wrap a:first-child:after {
    display: none !important
}

.year_wrap a:last-child:after {
    display: inline-block !important
}

.year_wrap a {
    font-size: 20px;
    padding: 30px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 140px;
    box-sizing: content-box;
    flex: 0 0 auto;
    position: relative;
}

.year_wrap a:after {
    content: '';
    height: 100px;
    display: inline-block;
    width: 1px;
    background: #FFF;
    bottom: calc(100% - 50px);
    position: relative;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
}

.catg_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.catg_item {
    width: 25%;
    text-align: center;
    padding: 10px;
}

.catg_item .catg_content,
.catg_item a {
    color: #FFF;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 160px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catg_item h3 {
    font-size: 1.25vw;
    font-weight: 100;
    white-space: pre-wrap;
}

.catg_item .text {
    font-size: 1vw;
}

.catg_item .date {
    font-size: 1vw;
}

.back_button {
    background: url('/dimg/img/close.png');
    background-size: 53% auto;
    min-width: 120px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

@media(hover) {

    .search_wrap:hover form:not(.focus),
    .back_button:hover {
        animation: hoverMain linear 0.6s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
    }
}

.back_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 60px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 78px;
    transition: top 0.3s ease;
}

.hide.back_button_wrap {
    display: none;
}


.row_four > .grid-item {
    width: 25%;
}

.row_four,
.row_three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row_three > .grid-item {
    width: 33.3333%;
}

.main_catg_hp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: calc(19vw + 20px);
}

.main_catg_hp .my-gallery {
    width: 75%;
}

.cat_item_hp h3 {
    font-size: 1.5vw;
    padding-top: 3vw;
}

.cat_item_hp .date {
    font-size: 1.25vw;
}

.cat_item_hp .text {
    font-size: 1.25vw;
}

.cat_item_hp {
    width: 25%;
}

.cat_item_hp .catg_wrap {
    /* min-height: 62vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cat_item_hp .catg_item {
    width: 100%;
}

.catg_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catg_info {
    width: calc(23vw - 58px);
    position: fixed;
    left: calc(2vw + 57px);
    top: 0;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 260px;
}

.catg_info .catg_wrap {
    margin: 0;
}

.catg_info .catg_wrap .catg_item {
    width: 100%
}

.hash_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hash_content {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 120px;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.9);
}

.hash_content.anime_start {
    -webkit-transform: translateY(160%);
    -ms-transform: translateY(160%);
    transform: translateY(160%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hash_content.anime_start.anime {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hash_content:before {
    content: '';
    position: absolute;
    left: 17px;
    top: 0px;
    bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    background: url(/test/dimg/img/hash.png);
    width: 50px;
    height: 40px;
    background-position: center;
    background-size: 100% auto;
}

.catg_img_wrap {
    width: calc(70vw - 58px);
    max-width: calc(80vw - 308px);
    padding-bottom: 90px;
}

.hash_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}

.hash_content ul li {
    padding: 30px 0;
    white-space: nowrap;
    padding-top: 10px;
    display: inline-block;
}

.hash_content ul li:last-child a {
    margin-right: 20px;
}

.hash_content a {
    margin: 0 10px;
}

@media(hover) {

    .year_wrap a:hover span{
        transform: rotate(-90deg) scale(1.1);
    }
    .hash_content a:hover {
        transform: scale(1.1);
    }
}

.year_wrap a span,
.hash_content a {
    color: #FFF;
    transition: all 0.3s ease;
    display: inline-block;
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.5);
}

.pswp__container {
    /* max-width: calc(100% - 140px); */
    margin: auto;
}

.pswp__button--share,
.pswp__counter {
    display: none !important;
}

.pswp__ui--fit .pswp__top-bar {
    background: transparent !important;
}

.pswp__button--close {
    /* position: fixed !important; */
    /* width: 57px !important; */
    /* height: 100% !important; */
    /* left: 0; */
}


.btn_change_view.mobile_change {
    display: none !important;
}


.pswp__button--close {
    width: 100%;
    background-image: none !important;
}

.change_view_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 5vw 23vw;
    padding-top: 2vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative !important;
    background-attachment: fixed !important;
}

.change_view_wrap a {
    font-size: 34px;
    color: #ececec;
    width: 45%;
    display: block;
    max-width: 290px;
}

.change_view_wrap span {
    font-size: 34px;
    color: #ececec;
    font-weight: 700;
    display: none;
}

.none_aside .wrap {
    margin: 0;
}

/*.pswp__caption__center {
    display: none;
}*/

.search_wrap {

    position: fixed;

    z-index: 1000000;

    right: 1vw;

    top: 20px;

    transition: transform 0.3s ease;
}

.search_wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search_wrap img {
    width: 40px;
    margin-right: 10px;
    /* transition: transform 0.3s ease; */
}

.search_wrap input {
    background: transparent;
    font-size: 16px;
    width: 0px;
    letter-spacing: 0.3em;
    color: #969696;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search_content_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search_content_label input:focus {
    width: 132px;
}

.intro {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    /* max-height: 100vh; */
    background-size: 90% auto !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    z-index: 9999999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*display: none;*/
    overflow: scroll;
    height: 100%;
}

.intro:after {
    content: '';
    /* height:30px; */
    min-height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
}

.intro .desktop,
.intro .mobile {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}

.intro .mobile {
    display: none;
}

.intro.close {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.main_start_wrap {
    position: fixed !important;
    z-index: 9;
    width: 100%;
    left: 0;
    padding-top: 7vw;
    overflow: hidden;
    padding-bottom: 4vw;
}

.main_start {

    width: 100%;

    height: 100vh;

    left: 0;

    top: 0;

    position: absolute;

    background-size: cover !important;

    background-position: left top !important;
}

.main_start_wrap a {
    position: relative;
}

.main_start_wrap a:hover {

    animation: hoverMain2 linear 0.6s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
}




@keyframes hoverMain2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.02)
    }

    100% {
        transform: scale(1)
    }
}


@keyframes hoverMain {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes hoverMainScroll {
    0% {
        transform: translateY(-9%)scale(1);
    }

    50% {
        transform: translateY(-9%)scale(1.1);
    }

    100% {
        transform: translateY(-9%)scale(1);
    }
}

.page404 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page404 a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
}

.page404 h1 {
    font-size: calc(20px + 4vw);
    color: #000000;
    text-align: center;
    padding: 20px;
}

.page404 .mobile,
.page404 .desktop {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page404 .mobile {
    display: none;
}

.page404 .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search_found {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 27vw;
    background: rgba(0, 0, 0, 0.8);
}

.catg_back {
    display: none;
}

.pswp__ui--idle .catg_back_link {
    opacity: 0;
}

.pswp__caption__center .catg_back_link {
    display: block;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
}

.pswp__caption__center .catg_back_link:hover {
    transform: scale(1.05);
}

.bg {
    height: 100vh;
    background-size: cover !important;
    background-position: left top !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0, );
}

html.first_load,
html.first_load body {
    overflow: hidden;
}

/*.back_button_wrap ,*/
.aside_menu {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.page_type[data-page-type="homepage"] .cat_set_wrap

/*,
.page_type[data-page-type="categoryDetail"] .year_wrap,
.page_type[data-page-type="random"] .year_wrap,
.page_type[data-page-type="hash"] .year_wrap*/
    {
    display: none !important;
}

.page_type[data-page-type="homepage"] .aside_menu {
    /* left: 0; */
    transform: translateX(-150px);
}

.page_type[data-page-type="homepage"] .aside_menu {
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-delay: 0s;
}

.page_type[data-page-type="main_catg"] .aside_menu {
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: transform, left;
    transition-delay: 0s;
}

.page_type[data-page-type="homepage"] .back_button_wrap {
    /* top: -59px; */
    z-index: 0;
    transition-delay: 0.4s;
}

/*
.page_type[data-page-type="main_catg"] .aside_menu {
    left: -59px;
    transform: rotate(-90deg) translateY(59px);
}

.page_type[data-page-type="main_catg"] .aside_menu {
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: left,transform;
    transition-delay: 0s, 0.4s;
}*/

.page_type[data-page-type="homepage"] .wrap {
    padding-top: 0
}

.page_type[data-page-type="categoryDetail"] .aside_menu,
.page_type[data-page-type="hash"] .aside_menu,
.page_type[data-page-type="random"] .aside_menu {
    left: -59px;
}

.page_type[data-page-type="homepage"] main .wrap,
.page_type[data-page-type="categoryDetail"] main .wrap,
.page_type[data-page-type="hash"] main .wrap,
.page_type[data-page-type="random"] main .wrap {
    margin-left: 0
}


/*.page_type[data-page-type="categoryDetail"] .aside_menu,
.page_type[data-page-type="hash"] .aside_menu,
.page_type[data-page-type="random"] .aside_menu {
    background: none;
}*/



.page_type[data-page-type="hash"] .scroll-top,
.page_type[data-page-type="categoryDetail"] .scroll-top {
    bottom: 120px;
    transform: translateY(280%);
}

@media (hover: hover) {
    .hover_catg:hover .front {}

    .hover_catg:hover .back {
        /* transform: rotateY(0deg); */
        opacity: 1;
    }
}

.hover_catg .catg_rand_img_wrap {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    max-height: 100%;
    display: flex;
    justify-content: center;
}

.hover_catg .catg_img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.hover_catg .catg_rand_img_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.hover_catg .front,
.hover_catg .back {
    width: 100%;
}

.hover_catg {
    position: relative;
    /* overflow: hidden; */
    perspective-origin: center;
    perspective: 1000px;
}

.hover_catg .front {
    /* position: absolute; */
    z-index: 1;
    transform-origin: center;
    /* backface-visibility: hidden; */
    transition: transform 0.5s ease;
}

.hover_catg .back {
    backface-visibility: hidden;
    transform-origin: center;
    /* transform: rotateY(-180deg)translate3d(0,0,0); */
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    display: flex;
    opacity: 0;
}


@media screen and (max-width: 1400px) {
    .row_three > .grid-item {
        /* width: 50%; */
    }
}

@media screen and (max-width: 1200px) {

    .main_catg_hp {
        display: block;
        padding-top: 32vw;
    }

    .cat_item_hp {
        width: 100%;
        padding: 0;
        position: static !important;
    }

    .cat_item_hp .sticky {
        position: static !important;
    }


    .main_catg_hp .catg_content {
        min-height: auto;
        padding: 50px 0;
    }

    .main_catg_hp .my-gallery {
        width: 100%;
    }

    .cat_item_hp .catg_wrap {
        min-height: auto;
        padding-bottom: 50px !important;
    }

    .row_four > .grid-item,
    .catg_item {
        width: 33.3333%;
    }

    .row_three > .grid-item {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .pswp__button--close {

        top: 0;

        height: 57px !important;

        width: 100% !important;
    }

    .catg_item .catg_content {
        min-height: auto;
        padding: 20px 0;
    }

    .catg_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catg_info {
        top: auto;
        display: block;
        position: relative;
        width: 100%;
        z-index: 9;
        height: auto;
        left: auto;
        /* padding-left: 30px; */
        /* background: rgba(0, 0, 0, 0.5); */
        /* padding-top: 20px; */
        min-width: auto;
    }

    .catg_info .hash_content {
        position: relative;
        height: 100%;
    }

    .hash_content ul {

        width: 100%;

    }

    .catg_info .catg_wrap {
        display: block;
        padding-bottom: 0px !important;
        margin-bottom: -10px;
    }

    .pswp__scroll-wrap,
    .catg_img_wrap {
        width: 100% !important;
        max-width: 100%;
        padding-bottom: 100px;
        right: 0 !important;
    }

    .catg_main_wrap {}

    .row_three > .grid-item {
        width: 33.333333%;
    }

    .grid-sizer {
        width: 16.6666667%;
    }

    .grid-item {
        width: 33.333333%;
    }

    .menu_contact_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .menu_contact_wrap > * {
        width: 50%;
    }

    .menu_contact_wrap > *:nth-child(3) {
        width: 100%;
    }

    .menu_contact_wrap > *:nth-child(3) img {
        max-width: 61%;
    }

    .menu_contact img {
        margin: auto;
        max-width: 157px;
    }

    .pswp__scroll-wrap {
        padding: 0;
    }
}

@media screen and (max-width: 900px) {

    .row_four > .grid-item,
    .catg_item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .intro .desktop {
        display: none;
    }

    .intro .mobile {
        display: block;
    }

    .hash_scroll {
        overflow: hidden;
    }

    .catg_info {
        /* max-height: 80px; */
    }

    .catg_info .hash_content {}

    .hash_content a,
    .hash_scroll li {
        /* display: block; */
        /* width: 100%; */
    }

    .hash_scroll ul {
        /* display: flex; */
        /* flex-direction: column; */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .hash_scroll ul::-webkit-scrollbar {
        width: 6px;
        height: 2px;
    }

    .hash_scroll ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0);
    }

    .hash_scroll ul::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 5000px rgba(255, 255, 255, 1);
    }
}

@media screen and (max-width: 660px) {
    .year_wrap{
         
    }
    
    .year_wrap {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .year_wrap a:last-child:after {
        display: none !important;
    }

    .year_wrap a:first-child:after {
        display: inline-block !important;
    }

    .page_type[data-page-type="hash"] .my-gallery,
    .catg_wrap[data-allcatg],
    .catg_wrap[data-actuallcatg] {
        padding-bottom: 100px;
    }

    .catg_wrap {
        margin: -20px -16px;
    }

    .catg_item {
        padding: 20px 8px;
    }

    .catg_wrap[data-actuallcatg] .catg_content {
        padding-top: 0;
    }

    .scroll-top {
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
    }

    .page_type[data-page-type="hash"] .scroll-top,
    .page_type[data-page-type="categoryDetail"] .scroll-top {
        bottom: 90px;
    }

    .search_wrap img {
        width: 30px;
    }

    .search_wrap form.focus:after {
        content: '';
        background: url(/test/dimg/img/close_not_shadow.png);
        height: 100%;
        width: 50px;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        background-size: 50% auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page_type[data-page-type="homepage"] .aside_menu,
    .page_type[data-page-type="categoryDetail"] .aside_menu,
    .page_type[data-page-type="hash"] .aside_menu,
    .page_type[data-page-type="random"] .aside_menu {
        left: 0;
        -webkit-transform: translateY(160%);
        -ms-transform: translateY(160%);
        transform: translateY(160%);
    }

    .page_type[data-page-type="main_catg"] .scroll-top,
    .page_type[data-page-type="catg_page"] .scroll-top {

        bottom: 90px;

        transform: translateY(280%);

        left: 0;

        right: 0;

        margin: auto;

        width: 50px;

    }



    .scroll-top img {
        width: 35px;
    }

    .page_type[data-page-type="categoryDetail"] .scroll-top {
        bottom: 80px;
    }

    .search_wrap {
        top: 0;
        right: 0;
    }

    .search_content_label div {
        width: 37px;
    }

    .search_content_label {
        padding: 15px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width: 57px;
    }

    .search_content_label:focus-within {
        background: #ffffffcc;
        width: 100vw;
    }

    .search_content_label input:focus {
        width: calc(100% - 37px);
    }

    .main_catg_hp {
        padding-top: 44vw;
    }

    .page404 h1 br {
        display: none;
    }

    .change_view_wrap {

        padding: 5vw 5vw;

        padding-top: 18vw;

    }

    .mobile_fix_year_bottom {
        margin-left: 0 !important;
    }

    .cat_item_hp .catg_wrap {
        padding-bottom: 10px !important;
    }

    .hash_content {
        padding-left: 60px;
        font-size: 15px;
        -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.9);
        box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.9);
    }

    .hash_content:before {
        left: 17px;
        width: 30px;
    }

    .hash_content li {
        padding: 20px 0 !important;
        padding-top: 10px !important;
    }

    .change_view_wrap span,
    .change_view_wrap a {
        font-size: 22px;
    }

    .catg_item a {
        min-height: auto;
    }

    .wrap {
        padding: 6vw 5vw;
    }

    .wrap.no_aside {
        margin: 0;
    }

    .wrap.no_aside .catg_info {
        width: 100%;
        max-width: none;
        left: auto;
        padding-left: 58px;
    }

    .pswp .catg_info {
        width: 100%;
        left: 0;
        padding-left: 88px;
    }

    .row_three > .grid-item {
        width: 50%;
    }

    .cat_set_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 9;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cat_set_wrap .back_button_wrap {
        position: relative;
        margin: 0;
        margin-top: 40px;
        width: 90px;
        left: auto;
    }

    .cat_set_wrap .back_button_wrap a {
        min-width: 90px;
    }

    .btn_change_view.mobile_change {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        z-index: 999;
        position: relative;
        margin-top: 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0px;
    }

    .cat_set_wrap .btn_change_view,
    .aside_menu .back_button_wrap,
    .aside_menu .btn_change_view {
        display: none !important;
    }

    .btn_change_view span {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        height: 13px;
        margin: 0;
    }

    .btn_change_view span:first-child {

        -webkit-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

        transform: rotate(180deg);

        left: 0;
    }

    /*.year_wrap a:first-child:after {display:none;}*/
    .year_wrap a:not(:last-child):after {
        width: 50px;
    }

.year_wrap a:after{
    height: 1px;
    /* margin-left: 0px; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* left: auto; */
    position: relative;
    bottom: auto;
    margin-left: 30px;
}
    
    /*
.year_wrap a:not(:first-child):after {
    content: '';
    width: 100px;
    display: inline-block;
    height: 1px;
    background: #FFF;
    margin-left: 30px;
    margin-right: -30px;
}*/
.year_wrap a span{
    transform: none;
    transform-origin: none;
}

    .year_wrap a:hover span{
        transform: scale(1.1);
    }
    
    .year_wrap a {
        font-size: 16px;
        height: auto;
        box-sizing: border-box;
        padding: 18px 15px;
    }

    .aside_menu {
        background: transparent;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        top: auto;
        bottom: 0;
        background: rgba(0, 0, 0, 0.9);
        -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.9);
        box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.9);
        overflow-x: auto;
        overflow-y: hidden;
        /* display: none; */
        height: 58px;
        max-width: none;
    }

    .catg_page .aside_menu {
        display: block
    }

    /*.aside_menu .year_wrap{
    flex-direction:row-reverse;
}*/
    .catg_item h3 {
        font-size: 3.8vw;
    }

    .catg_item .text {
        font-size: 3.3vw;
    }

    .catg_item .date {
        font-size: 3.3vw;
    }

    .grid-sizer {
        width: 25%;
    }

    .grid-item {
        width: 50%;
    }

    .logo img {
        width: 100px;
        min-width: 10px;
    }
}

@media screen and (max-width: 450px) {

    .row_four > .grid-item,
    .row_three > .grid-item {
        width: 50%;
    }
}

@media screen and (max-width: 360px) {
    .grid-sizer {
        width: 25%;
    }

    .grid-item {
        width: 50%;
    }
}

.pswp {
    overflow: hidden;
}

.pswp__scroll-wrap {
    width: 95% !important;
    right: 0;
    margin: auto;
    overflow: visible !important;
}

.pswp__button.pswp__button--arrow--left {
    left: -2.5%;
}

.pswp__button.pswp__button--arrow--right {
    right: -2.5%;
}

[data-page-type="homepage"] .homepage_btn {
    transform: translateX(100px);
}

.homepage_btn {
    position: fixed;
    z-index: 1000000;
    right: 1vw;
    top: 73px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: none;    
    cursor: url(/dimg/img/pointer.png), auto !important;
}

.homepage_btn img {
    width: 50px;
    margin-right: 4px;
}
