@import url(slick.css);
@import url(inputs.css);
@import url(strip.css);

.serif {
    font-family: 'Libre Baskerville'
}

.sans {
    font-family: 'Aileron'
}

.decor {
    font-family: 'Bagnard'
}

img {
    max-width: 100%
}

h1, h2, h3, h4, h5, h6, p, a {
    line-height: 1.4
}

h4 {
    font-size: 16px
}

hr {
    border: 1px solid #ddd
}

a {
    text-decoration: none !important;
    color: #74B4FF;
    font-family: "Aileron"
}

.title {
    font-size: 60px
}

@media only screen and (max-width: 769px) {
    .title {
        font-size: 40px
    }
}

* {
    outline: none
}

body {
    font-family: 'Aileron';
    min-width: 320px;
    color: #999;
    background: #111;
    transition: all .5s ease-in-out
}

.nft {
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #121212;
}

.nft__title {
    margin: 0 0 40px;
    font-family: "Libre Baskerville";
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.nft__btn {
    display: inline-block;
    padding: 18px 32px;
    font-size: 12px;
    line-height: 14px;
    font-family: "Aileron";
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    transition: color .2s linear, background-color .3s linear, border .2s linear;
}

.nft__btn:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
    .nft__title {
        font-size: 38px;
        line-height: 46px;
    }
}

.no-scroll {
    overflow: hidden;
    height: 100%
}

.load {
    overflow: hidden;
    height: 100%
}

.container {
    transition: all .5s ease-in-out
}

.container.show {
    transform: scale(0.9)
}

.slider {
    width: 300px;
    margin: auto
}

.slider-mini {
    width: 50px;
}

.map-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(../img/map.jpg);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    transition: all .5s ease-in-out
}

.map-bg.show {
    opacity: 1;
    visibility: visible
}

.map-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out
}

.map-box #map {
    height: 100vh
}

.map-box.show {
    opacity: 1;
    visibility: visible
}

header .trs {
    display: block;
    padding: 1em
}

.parallax-box {
    -webkit-perspective: 500;
    -webkit-perspective-origin: 0 0
}

.parallax-box .parallax-item {
    transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px
}

.parallax-box img {
    display: block;
    margin: 3em 0;
    position: relative
}

header {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5000;
    padding-top: 30px;
    margin: auto
}

header .container-fluid {
    max-width: 1600px;
}

header .main-menu .logo-box {
    position: relative;
    top: -20px;
    width: 100%
}

header .main-menu .logo-box a {
    display: block;
    width: 100px;
    margin: auto
}

header .main-menu .logo-box:after {
    position: absolute;
    display: block;
    top: 100px;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/home.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    transition: all .3s;
    animation: up-and-down linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-and-down linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-and-down linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-and-down linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    opacity: 0
}

header .main-menu ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 1.5em
}

header .main-menu ul li {
    display: table-cell;
    vertical-align: middle
}

header .main-menu ul li a {
    display: block;
    font-family: "Libre Baskerville";
    color: #fff;
    position: relative
}

header .main-menu ul li a img {
    display: inline-block;
    margin-bottom: 5px;
}

header .main-menu ul li a span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .5s ease-in-out;
    position: relative
}

header .main-menu ul li a span:after {
    content: '';
    position: absolute;
    width: 0;
    right: 1px;
    bottom: -2px;
    height: 1px;
    background: #fff;
    transition: all .7s
}

@media only screen and (max-width: 1025px) {
    header .main-menu ul li a {
        padding-right: 1em;
        font-size: 12px
    }

    header .main-menu ul li a span {
        font-size: 12px
    }
}

header .main-menu ul li a:hover {
    color: #fff
}

header .main-menu ul li a:hover span:after {
    width: 70%
}

header .main-menu ul li:last-child a:after {
    display: none;
    content: '1';
    width: 18px;
    height: 18px;
    background: #ff1f1f;
    border-radius: 100%;
    font-size: 11px;
    font-family: "Aileron";
    font-weight: 800;
    position: absolute;
    bottom: 2px;
    right: -20px;
    padding-top: 1px;
    padding-right: 5px
}

header .main-menu .left-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 14px;
}

header .main-menu .left-menu li {
    text-align: right;
    display: block;
    float: left;
    /*width: 20%*/
    width: auto;
}

header .main-menu .contact {
    margin-top: 2em
}

header .main-menu .contact a, header .main-menu .contact p {
    font-size: 14px
}

header .main-menu .contact a:after {
    display: none
}

@media only screen and (max-width: 1025px) {
    header .main-menu .contact {
        padding: 0;
        margin-top: 1.5em
    }

    header .main-menu .contact a, header .main-menu .contact p {
        font-size: 13px
    }
}

header .main-menu .show-map {
    cursor: pointer;
    transition: all .5s ease-in-out
}

header .main-menu .show-map:hover {
    color: #fff
}

header .main-menu .show-map:active {
    color: #000
}

header .main-menu .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 .5em
}

header:hover .logo-box:after {
    opacity: .5
}

.mobil-open {
    position: absolute;
    right: 10%;
    top: 40px;
    background: transparent;
    border: 0;
    padding: 2em;
    cursor: pointer;
    z-index: 5000;
    display: none
}

.buy-nft {
    padding: 80px 0;
    position: relative;
    background-color: #121212;
    z-index: 100;
}

.buy-nft__wrap {
    display: flex;
    flex-flow: wrap row;
}

.buy-nft__left {
    display: flex;
    align-items: center;
    width: 50%;
}

.buy-nft__right {
    width: 50%;
}

.buy-nft__left-wrap {
    padding: 0 15px;
    max-width: 450px;
    width: 100%;
}

.buy-nft__title {
    margin: 0 0 32px;
    font-family: "Libre Baskerville";
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.buy-nft__desc {
    margin-bottom: 48px;
    font-family: "Aileron";
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}

.buy-nft__left .button {
    background: #fff;
    border: 0;
    color: #000;
    font-size: 12px;
    transition: all .6s;
    transition-delay: .5s;
    display: block;
    width: 210px;
    margin: .5em auto;
    text-align: center
}

.buy-nft__left .button:hover:after {
    transform: translateX(305px)
}

.buy-nft__slider {
    height: 100%;
}

.buy-nft__slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5);
}

.buy-nft__slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.buy-nft__slider .slick-dots {
    margin-top: 10px;
}

.buy-nft__slider .slick-list,
.buy-nft__slider .slick-track {
    height: 100%;
}

.buy-nft__slider-item {
    display: flex!important;
    align-items: center;
    text-align: center;
    min-height: 100%;
    height: 100%;
}

.buy-nft__slider-item img {
    display: inline-block;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .buy-nft {
        padding: 0;
    }

    .buy-nft__wrap {
        flex-flow: wrap column;
    }

    .buy-nft__left-wrap {
        padding: 0;
        max-width: 100%;
    }

    .buy-nft__left {
        padding: 48px 0 24px;
        width: 100%;
    }

    .buy-nft__right {
        padding: 24px 0 24px;
        width: 100%;
    }

    .buy-nft__title {
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 35px;
    }

    .buy-nft__desc {
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 21px;
    }

    .buy-nft__slider-item img {
        max-width: 300px;
    }

    .buy-nft__slider .slick-track {
        display: flex;
        align-items: center;
    }

    .buy-nft__slider .slick-dots {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .mobil-open {
        display: block
    }
}

.mobil-open span {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    transition: all .3s ease-in
}

.mobil-open span:after {
    content: '';
    position: absolute;
    background: #fff;
    top: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    transition: all .5s ease-in-out
}

.mobil-open span:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 8px;
    left: 0;
    width: 30px;
    height: 2px;
    transition: all .5s ease-in-out
}

.mobil-open.open span {
    background: transparent
}

.mobil-open.open span:after {
    transform: rotate(45deg);
    top: 0
}

.mobil-open.open span:before {
    top: 0;
    transform: rotate(-45deg)
}

.mobil-open.red span:after, .mobil-open.red span:before {
    background: red
}

.mobil-side {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 4000;
    transition: all .3s
}

.mobil-side .mobil-menu {
    position: absolute;
    width: 90%;
    height: 85%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 200;
    padding: 2em 0em;
    overflow: hidden;
    transition: all .5s ease-in-out;
    transform: translateY(400px)
}

@media only screen and (max-width: 769px) {
    .mobil-side .mobil-menu {
        width: 100%;
        height: 100%;
        padding-top: 150px
    }
}

.mobil-side .mobil-menu .container-fluid {
    position: relative;
    overflow: scroll;
    height: 100%
}

.mobil-side .mobil-menu ul {
    display: block;
    width: 100%;
    margin: 0;
    list-style: none
}

.mobil-side .mobil-menu ul li {
    display: block;
    margin-bottom: 1.5em
}

.mobil-side .mobil-menu ul li a {
    font-family: "Libre Baskerville";
    font-size: 16px;
    color: #fff;
    display: block
}

.mobil-side .mobil-menu ul li a img {
    display: inline-block;
    margin-right: 4px;
    transform: translateY(-4px);
}

.mobil-side .mobil-menu ul li a span {
    font-size: 28px;
    position: relative
}

.mobil-side .mobil-menu ul li a span:after {
    content: '';
    position: absolute;
    width: 0;
    left: 1px;
    bottom: -2px;
    height: 1px;
    background: #fff;
    transition: all .3s ease-in-out
}

.mobil-side .mobil-menu ul li a:hover span:after {
    width: 100%
}

.mobil-side .mobil-menu .contact-mobil {
    max-width: 300px
}

.mobil-side .mobil-menu .contact-mobil a {
    display: block;
    color: #fff
}

@media only screen and (max-width: 769px) {
    .mobil-side .mobil-menu .contact-mobil {
        margin-top: 70px
    }
}

.mobil-side .mobil-menu .me-and-vic {
    max-width: 300px;
    margin-top: 30px
}

.mobil-side .mobil-menu .me-and-vic .item-u {
    margin-top: 20px
}

.mobil-side .mobil-menu .me-and-vic .item-u .bg {
    width: 40px;
    height: 40px
}

.mobil-side .mobil-menu .social-links {
    margin-top: 25px
}

.mobil-side.show {
    opacity: 1;
    visibility: visible
}

.mobil-side.show .mobil-menu {
    transform: translateY(0px)
}

.social-links a {
    display: inline-block;
    color: #fff;
    width: 33px;
    height: 32px;
    margin-right: 1em;
    background-size: cover;
    filter: grayscale(100%)
}

.social-instagram {
    background-image: url(../img/instagram-logo.svg);
}

.social-youtube {
    background-image: url(../img/youtube-logo.svg);
}

.artist-all {
    position: fixed;
    background: rgba(51, 51, 51, 0.2);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    z-index: 6000;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out
}

@media only screen and (max-width: 991px) {
    .artist-all {
        height: 100%;
        background: rgba(51, 51, 51, 0.5)
    }
}

.artist-all .close-all-artist {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 50
}

.artist-all .scroll-box {
    background: #111;
    position: fixed;
    height: 85%;
    width: 95%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(200px);
    transition: transform .5s ease-out;
    overflow-y: scroll;
    z-index: 100
}

.artist-all .big-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    overflow: hidden
}

.artist-all .big-text .decor {
    font-size: 5em;
    letter-spacing: 5px;
    opacity: .2;
    padding-top: 20px
}

@media only screen and (max-width: 769px) {
    .artist-all .big-text .decor {
        font-size: 5em
    }
}

.artist-all .big-text .title-artsit-all {
    text-align: center;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 300px;
    margin: auto;
    font-size: 30px;
    color: #fff
}

.artist-all .big-text .title-artsit-all:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #fff;
    right: -50px;
    top: 22px
}

@media only screen and (max-width: 769px) {
    .artist-all .big-text .title-artsit-all {
        top: 85px;
        text-align: center;
        width: 320px
    }

    .artist-all .big-text .title-artsit-all:after {
        display: none
    }
}

.artist-all .bg-img {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.artist-all .all-artist-content {
    overflow: hidden;
    transform: translateY(200px);
    transition: transform .5s ease-out;
    transition-delay: .2s;
    position: relative
}

.artist-all .all-artist-content ul {
    padding: 0;
    margin: 0;
    padding-top: 150px;
    list-style: none
}

@media only screen and (max-width: 769px) {
    .artist-all .all-artist-content ul {
        padding-top: 150px
    }
}

.artist-all .all-artist-content ul li {
    width: 20%;
    float: left;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .artist-all .all-artist-content ul li {
        width: 33.3%
    }
}

@media only screen and (max-width: 769px) {
    .artist-all .all-artist-content ul li {
        width: 50%
    }
}

.artist-all .all-artist-content ul li:hover {
    background: #000
}

.artist-all .all-artist-content ul li:hover .bg-img {
    opacity: .2;
    visibility: visible
}

.artist-all .all-artist-content ul li a {
    padding: 1.5em 0;
    display: block;
    position: relative
}

.artist-all .all-artist-content ul li a h6 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff
}

@media only screen and (max-width: 769px) {
    .artist-all .all-artist-content ul li a h6 {
        font-weight: 300
    }
}

.artist-all .all-artist-content ul li a h2 {
    margin: .5em 0;
    font-size: 16px;
    color: #fff
}

@media only screen and (max-width: 480px) {
    .artist-all .all-artist-content ul li a h2 {
        font-size: 12px
    }
}

.artist-all .all-artist-content ul li a h2 span {
    display: block;
    text-transform: capitalize;
    font-size: 20px
}

@media only screen and (max-width: 480px) {
    .artist-all .all-artist-content ul li a h2 span {
        font-size: 14px
    }
}

.artist-all.show {
    opacity: 1;
    visibility: visible
}

.artist-all.show .scroll-box, .artist-all.show .all-artist-content {
    transform: translateY(0)
}

.soon {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.soon .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    left: 0;
    top: 0;
    background-position: center center
}

.soon .pic {
    opacity: .3;
    transition: all 5s;
    background-position: top center
}

.soon .logo {
    position: absolute;
    width: 300px;
    height: 240px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 5;
    overflow: hidden
}

.soon .logo img {
    display: block;
    transition: all 2s;
    margin: auto
}

.soon .logo h4 {
    transition: all 1s;
    transition-delay: 2s
}

.soon .coming {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 3;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .soon .coming {
        height: 400px
    }
}

@media only screen and (max-width: 769px) {
    .soon .coming {
        height: 300px
    }
}

.soon .coming h2 {
    line-height: 1;
    letter-spacing: 15px;
    font-weight: 300;
    opacity: .3;
    font-size: 18em;
    color: #000;
    transition: all 3.5s
}

@media only screen and (max-width: 1025px) {
    .soon .coming h2 {
        font-size: 15em
    }
}

@media only screen and (max-width: 991px) {
    .soon .coming h2 {
        font-size: 10em
    }
}

@media only screen and (max-width: 769px) {
    .soon .coming h2 {
        font-size: 6em
    }
}

.load .soon .coming h2 {
    letter-spacing: 300px
}

.load .logo img {
    transform: translateY(140%) scale(0.7)
}

.load .logo h4 {
    transform: translateY(120%)
}

.load .pic {
    opacity: 0
}

.load .mobil-open {
    opacity: 0
}

.hero {
    height: calc(100vh - 106px);
    margin-top: 106px;
    position: relative;
    background: #111;
    z-index: 300;
    overflow: hidden
}

.hero .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: url(../img/herobg.png);
    background-size: cover;
    background-position: center;
    opacity: .8;
    transition: all 1s
}

.hero .hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -5;
    opacity: .8;
    transition: all 1s;
    transition-delay: 1s
}

@media only screen and (max-width: 769px) {
    .hero .hero-slider {
        opacity: 1
    }
}

.hero .hero-slider .item {
    height: 100vh;
    width: 100%;
    position: relative
}

.hero .hero-slider .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center
}

.hero .hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    margin: auto;
    height: 150px;
    z-index: 50;
    max-width: 1600px
}

.hero .hero-content .row {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .hero .hero-content {
        height: 200px
    }
}

.hero .hero-content .main-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-top: 2em;
    text-align: center;
}

.hero .hero-content .main-text h4 {
    font-family: "Bagnard";
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    transition: all .6s;
    margin: 0;
    transition-delay: .5s
}

@media only screen and (max-width: 769px) {
    .hero .hero-content .main-text h4 {
        font-weight: 300
    }
}

.hero .hero-content .main-text h5 {
    font-size: 12px;
    margin: 0;
    margin-bottom: 1em
}

.hero .hero-content .main-text .button {
    background: #fff;
    border: 0;
    color: #000;
    font-size: 12px;
    transition: all .6s;
    transition-delay: .5s;
    display: block;
    width: 300px;
    margin: .5em auto;
    text-align: center
}

.hero .hero-content .main-text .button:hover:after {
    transform: translateX(400px)
}

.language-link {
    position: absolute;
    left: 8%;
    height: 50px;
    width: 50px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 100;
    transition: all .5s
}

.language-link a {
    display: block;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 2.3
}

.language-link:hover {
    background: #fff
}

.language-link:hover a {
    color: #000
}

.hero-events {
    /* display: none; */
    position: relative
}

@media only screen and (max-width: 991px) {
    .hero-events {
        /*display: none*/
        position: absolute;
        left: 0;
        display: none;
    }

    .hero-events .hero-event .date {
        display: flex;
        align-items: center;
        flex-flow: nowrap row;
        width: 99px;
        margin: 0!important;
    }

}

@media only screen and (max-width: 769px) {
    .hero-events {
        position: absolute;
        bottom: 220px;
    }
}

.hero-events h4.mini-title {
    font-size: 12px;
    margin: 0
}

.hero-events .hero-event, .hero-events .hero-exeb {
    position: relative;
    cursor: pointer;
    display: block
}

.hero-events .hero-event:nth-child(1), .hero-events .hero-exeb:nth-child(1) {
    transition: all 0.3s .3s ease-in-out
}

.hero-events .hero-event:nth-child(2), .hero-events .hero-exeb:nth-child(2) {
    transition: all 0.3s .6s ease-in-out
}

.hero-events .hero-event:nth-child(3), .hero-events .hero-exeb:nth-child(3) {
    transition: all 0.3s .9s ease-in-out
}

.hero-events .hero-event:nth-child(4), .hero-events .hero-exeb:nth-child(4) {
    transition: all 0.3s 1.2s ease-in-out
}

.hero-events .hero-event:nth-child(5), .hero-events .hero-exeb:nth-child(5) {
    transition: all 0.3s 1.5s ease-in-out
}

.hero-events .hero-event:after, .hero-events .hero-exeb:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
    right: 110%;
    top: 46%;
    position: absolute;
    transition: all .5s ease-in-out
}

.hero-events .hero-event span, .hero-events .hero-exeb span {
    display: block
}

.hero-events .hero-event span.date, .hero-events .hero-exeb span.date {
    font-family: "Bagnard";
    font-size: 18px;
    color: #d6cfcf;
    font-weight: 900;
    margin-bottom: .5em
}

.hero-events .hero-event span.line, .hero-events .hero-exeb span.line {
    color: #fff;
    font-size: 20px
}

.hero-events .hero-event span.time, .hero-events .hero-exeb span.time {
    margin-top: 1em;
    color: #fff
}

.hero-events .hero-event .bg, .hero-events .hero-exeb .bg {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto
}

.hero-events .hero-event h3, .hero-events .hero-exeb h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0
}

.hero-events .hero-event .evet-type, .hero-events .hero-exeb .evet-type {
    margin-bottom: 1em;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: .3em;
    color: #888;
}

.hero-events .hero-event:hover:after, .hero-events .hero-exeb:hover:after {
    width: 50px;
}

.hero-events .hero-exeb {
    margin-top: 1.5em;
}

.hero-events .hero-event {
    margin-top: 2em;
}

.hero-events .hero-event span {
    margin-bottom: 0;
    line-height: 1;
}

.hero-events .hero-event h3 {
    font-size: 16px;
}

.specifil-box h2 {
    /*font-size: 50px;*/
    color: #fff;
    font-family: Bagnard;
    font-size: 32px!important;
}

.specifil-box h4 {
    font-size: 20px;
}

.press-and-photo {
    margin-left: auto;
}

.press-and-photo .item-press-and-photo {
    margin-bottom: 1em;
}

.press-and-photo .item-press-and-photo a {
    display: block;
    color: #fff;
}

.press-and-photo .item-press-and-photo a .bgi {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 100%;
}

.press-and-photo .item-press-and-photo a h3 {
    font-size: 16px;
    margin: 0;
}

.press-and-photo .item-press-and-photo a span {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px
}

.me-and-vic {
    margin-top: 2em
}

.me-and-vic .item-u:nth-child(1) {
    transition: all 0.3s .3s ease-in-out
}

.me-and-vic .item-u:nth-child(2) {
    transition: all 0.3s .6s ease-in-out
}

.me-and-vic .item-u:nth-child(3) {
    transition: all 0.3s .9s ease-in-out
}

.me-and-vic .item-u:nth-child(4) {
    transition: all 0.3s 1.2s ease-in-out
}

.me-and-vic .item-u:nth-child(5) {
    transition: all 0.3s 1.5s ease-in-out
}

.me-and-vic .item-u a {
    display: block;
    color: #999
}

.me-and-vic .item-u:hover h3 {
    text-decoration: underline
}

.me-and-vic .bg {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background-size: cover;
    margin: auto;
    filter: grayscale(100%)
}

@media only screen and (max-width: 1025px) {
    .me-and-vic .bg {
        width: 30px;
        height: 30px
    }
}

.me-and-vic span {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5em
}

.me-and-vic h3 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 300
}

.hero-video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.hero-video-box .hero-video {
    position: absolute;
    width: 100%;
    height: 85vh;
    left: 0;
    bottom: 0;
    transform: scale(0.3) translateY(200%);
    transition: all .5s ease-in-out;
    transition-delay: .3s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9)
}

.hero-video-box .hero-video #video {
    min-height: 700px;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.hero-video-box .hero-video .close-hero-video {
    position: absolute;
    width: 120px;
    left: 5%;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    z-index: 5;
    background: #fff;
    box-shadow: none;
    border: 0;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    padding: .5em;
    height: 30px;
    font-weight: 800
}

.hero-video-box.show {
    opacity: 1;
    visibility: visible
}

.hero-video-box.show .hero-video {
    transform: scale(1) translateY(0%);
    opacity: 1
}

.load .hero .hero-slider {
    opacity: 0
}

.load .hero .hero-content h4 {
    opacity: 0;
    transform: translateY(20%)
}

.load .hero .hero-content .button {
    opacity: 0;
    transform: translateX(20%)
}

.load .hero .hero-content .item-u {
    opacity: 0;
    transform: translateX(20%)
}

.load .hero .hero-content .hero-event, .load .hero .hero-content .hero-exeb {
    transform: translateY(20%);
    opacity: 0
}

.load .hero .language-link {
    opacity: 0;
    transform: translateX(-20%)
}

.index header {
    transition: all 1s
}

.index.load header {
    transform: translateY(-100%)
}

.slider-artist-box {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 5%;
    margin: auto;
    z-index: 30
}

.slider-artist-box .item {
    position: relative;
    text-align: center;
    margin-top: 2em
}

.slider-artist-box .item .circle-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: cover;
    margin: auto;
    display: block;
    position: relative;
    float: left;
    left: 50px;
    top: -10px;
    z-index: 10;
    transition: all 3s
}

.slider-artist-box .item p {
    font-size: 10px;
    margin: 1em 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.slider-artist-box .item h4 {
    font-size: 14px;
    color: #fff;
    font-family: "Libre Baskerville"
}

.slider-artist-box .item h4 span {
    display: block;
    font-size: 18px
}

.slider-artist-box .slick-center .circle-img {
    transform: scale(1.2)
}

.hidden-title {
    display: none
}

.artist {
    min-height: 800px;
    position: relative;
    overflow: hidden;
    z-index: 20
}

@media only screen and (max-width: 769px) {
    .artist {
        min-height: 1000px
    }
}

.artist .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 150;
    height: 350px;
    min-height: 350px
}

@media only screen and (max-width: 991px) {
    .artist .container {
        text-align: right
    }
}

@media only screen and (max-width: 769px) {
    .artist .container {
        top: auto;
        bottom: 2em;
        max-width: 420px;
        height: auto
    }
}

@media only screen and (max-width: 480px) {
    .artist .container {
        max-width: 320px
    }
}

.artist .container h2 {
    font-size: 35px;
    height: 105px;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    transition: all .5s ease-in-out;
    transition-delay: 1s;
    text-align: left;
    color: #fff
}

.artist .container p {
    font-family: "Aileron";
    font-size: 18px;
    padding-left: 2em;
    transform: translateY(50%);
    transition: all .5s ease-in-out;
    transition-delay: 1s;
    opacity: 0
}

@media only screen and (max-width: 769px) {
    .artist .container p {
        font-weight: 300
    }
}

.artist .container .button-animation {
    opacity: 0;
    transform: translateY(40%);
    transition: all .5s ease-in-out;
    transition-delay: 1.3s
}

.artist .under-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100px;
    left: 0;
    font-size: 50em;
    color: #000;
    z-index: 100;
    text-align: center;
    opacity: .4
}

@media only screen and (max-width: 769px) {
    .artist .under-title {
        text-align: center;
        left: -80%
    }
}

.artist.animated h2 {
    padding-top: 0
}

.artist.animated p, .artist.animated .button-animation {
    transform: translateY(0%);
    opacity: 1
}

.hollidays-grid h2 {
    text-align: center !important;
    font-size: 60px !important;
    margin: 0 !important
}

.hollidays-grid h4 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: red
}

.hollidays-grid .left-center, .hollidays-grid .top-center, .hollidays-grid .right-top, .hollidays-grid .right-bottom {
    position: absolute;
    margin: auto;
    display: block;
    width: 300px
}

.hollidays-grid .left-center {
    top: 0;
    left: 0
}

.hollidays-grid .top-center {
    top: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 300px
}

.hollidays-grid .right-top {
    bottom: 0;
    right: 5%
}

.hollidays-grid .right-bottom {
    left: 10%;
    bottom: 0
}

.skinart-grid .left-center {
    position: absolute;
    left: 3em;
    height: 600px;
    width: 500px;
    top: -300px;
    bottom: 0;
    margin: auto;
    display: block
}

@media only screen and (max-width: 769px) {
    .skinart-grid .left-center {
        bottom: auto;
        top: 100px;
        left: 0px;
        right: auto
    }
}

@media only screen and (max-width: 480px) {
    .skinart-grid .left-center {
        top: 300px;
        width: 200px
    }
}

.skinart-grid .top-center {
    position: absolute;
    left: 0;
    right: -5em;
    bottom: 0;
    width: 400px;
    height: 500px;
    margin: auto;
    top: -25em
}

@media only screen and (max-width: 769px) {
    .skinart-grid .top-center {
        top: -40em;
        right: 0em;
        left: auto
    }
}

@media only screen and (max-width: 480px) {
    .skinart-grid .top-center {
        width: 250px;
        height: auto;
        top: 0
    }
}

.skinart-grid .right-top {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3em;
    width: 300px;
    height: 300px
}

@media only screen and (max-width: 769px) {
    .skinart-grid .right-top {
        right: auto;
        left: 2em;
        top: auto;
        bottom: 0
    }
}

@media only screen and (max-width: 480px) {
    .skinart-grid .right-top {
        top: 0;
        bottom: auto
    }
}

.tobleruts-grid .left-center {
    position: absolute;
    left: 3em;
    height: 350px;
    width: 200px;
    top: 5em;
    margin: auto;
    display: block
}

@media only screen and (max-width: 769px) {
    .tobleruts-grid .left-center {
        bottom: auto;
        top: 10em;
        right: auto
    }
}

@media only screen and (max-width: 480px) {
    .tobleruts-grid .left-center {
        width: 250px;
        left: 0;
        top: 0em
    }
}

.tobleruts-grid .top-center {
    position: absolute;
    left: 0;
    right: -5em;
    bottom: -100px;
    width: 400px;
    height: 500px;
    margin: auto;
    bottom: -15em
}

@media only screen and (max-width: 769px) {
    .tobleruts-grid .top-center {
        bottom: 0;
        top: 25em
    }
}

@media only screen and (max-width: 480px) {
    .tobleruts-grid .top-center {
        width: 300px;
        top: auto;
        bottom: 1em
    }
}

.tobleruts-grid .right-top {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3em;
    width: 250px;
    height: 300px
}

@media only screen and (max-width: 769px) {
    .tobleruts-grid .right-top {
        top: 20em;
        height: auto
    }
}

@media only screen and (max-width: 480px) {
    .tobleruts-grid .right-top {
        width: 150px;
        top: 15em
    }
}

.wozniak-grid .top-right {
    position: absolute;
    right: 30%;
    width: 400px;
    top: 3em
}

@media only screen and (max-width: 480px) {
    .wozniak-grid .top-right {
        right: 0
    }
}

@media only screen and (max-width: 480px) {
    .wozniak-grid .top-right {
        width: 300px
    }
}

.wozniak-grid .center-right {
    position: absolute;
    right: 5em;
    bottom: 0em;
    width: 550px;
    margin: auto;
    z-index: 105
}

@media only screen and (max-width: 769px) {
    .wozniak-grid .center-right {
        bottom: 5em;
        width: 350px
    }
}

@media only screen and (max-width: 480px) {
    .wozniak-grid .center-right {
        width: 200px;
        left: 2em;
        right: auto;
        bottom: 5em
    }
}

.tcholaria-grid a {
    position: relative;
    z-index: 5000
}

.tcholaria-grid .left-top {
    position: absolute;
    left: 3em;
    width: 300px;
    bottom: -20em
}

@media only screen and (max-width: 769px) {
    .tcholaria-grid .left-top {
        bottom: -10em;
        left: 0
    }
}

.tcholaria-grid .center-bottom {
    position: absolute;
    width: 450px;
    left: 0;
    right: 0;
    top: -20em;
    margin: auto
}

.tcholaria-grid .center-bottom img {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .tcholaria-grid .center-bottom {
        left: auto;
        width: 300px
    }
}

@media only screen and (max-width: 480px) {
    .tcholaria-grid .center-bottom {
        bottom: 0;
        width: 400px;
        width: 200px
    }
}

.klimtsov-grid h2 {
    text-align: center
}

.klimtsov-grid p {
    padding-left: 0
}

.klimtsov-grid .left-bottom {
    width: 300px;
    left: 3em;
    bottom: 8em;
    position: absolute;
    z-index: 1
}

@media only screen and (max-width: 769px) {
    .klimtsov-grid .left-bottom {
        bottom: auto;
        top: 10em;
        left: 0;
        width: 200px
    }
}

.klimtsov-grid .right-bottom {
    position: absolute;
    right: 400px;
    top: 10em;
    bottom: 0;
    height: 200px;
    margin: auto;
    width: 300px;
    z-index: 10
}

@media only screen and (max-width: 769px) {
    .klimtsov-grid .right-bottom {
        right: 2em;
        width: 200px
    }
}

.klimtsov-grid .center-top {
    position: absolute;
    top: -20em;
    right: 0;
    width: 600px;
    height: 500px;
    margin: auto
}

.klimtsov-grid .center-top img {
    display: block;
    width: 100%
}

.artist-page header {
    transition: all .7s;
    transition-delay: .5s
}

.artist-page.load header {
    transform: translateY(-100%)
}

.artist-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    width: 100%
}

@media only screen and (max-width: 769px) {
    .artist-hero {
        min-height: 300px;
        padding-bottom: 100px
    }
}

.artist-hero .hero-artist-bg {
    position: absolute;
    width: 65%;
    height: 80%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    opacity: .5
}

@media only screen and (max-width: 769px) {
    .artist-hero .hero-artist-bg {
        top: 0;
        bottom: auto
    }
}

.artist-hero .hero-bg-right {
    position: absolute;
    z-index: 55;
    top: 10%;
    bottom: 0;
    right: 10%;
    margin: auto;
    height: 440px;
    width: 300px;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 480px) {
    .artist-hero .hero-bg-right {
        transform: scale(0.3) !important;
        right: -10%;
        top: -100%
    }
}

.load .artist-hero .hero-artist-bg {
    opacity: 0
}

.load .artist-hero .hero-bg-right {
    opacity: 0
}

.artist-info {
    position: absolute;
    height: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 60
}

@media only screen and (max-width: 769px) {
    .artist-info {
        height: auto;
        position: relative;
        margin-top: 200px
    }
}

.artist-info h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 1.5em;
    position: relative;
    height: 140px;
    overflow: hidden;
    transition: all 1s
}

@media only screen and (max-width: 769px) {
    .artist-info h1 {
        font-size: 30px;
        margin-bottom: 0px
    }
}

.artist-info .artist-date {
    margin-top: 110px;
    transition: all .7s;
    transition-delay: .5s
}

@media only screen and (max-width: 769px) {
    .artist-info .artist-date {
        padding-top: 1em;
        margin-bottom: 2em
    }
}

.artist-info .artist-date .mini-title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 10px !important;
    font-weight: 600
}

.artist-info .artist-date .serif {
    margin: 0;
    color: #fff
}

.artist-info .text-box {
    transition: all .6s;
    transition-delay: 1s
}

.artist-info .text-box p {
    font-size: 18px;
    color: #d4d4d4
}

@media only screen and (max-width: 769px) {
    .artist-info .text-box p {
        font-size: 14px;
        text-align: right
    }
}

@media only screen and (max-width: 769px) {
    .artist-info .text-box .button {
        float: right
    }
}

.load .artist-info h1 {
    padding-top: 140px
}

.load .artist-info .artist-date {
    transform: translateX(20%);
    opacity: 0
}

.load .artist-info .text-box {
    opacity: 0;
    transform: translateY(30%)
}

.scroll-down {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 5%;
    display: block;
    margin: auto;
    bottom: 5%;
    border: 0;
    box-shadow: none;
    text-align: center;
    background: transparent;
    transition: all 1s;
    transition-delay: 1.3s
}

.scroll-down span:first-child {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.scroll-down span:last-child {
    display: block;
    font-size: 30px
}

@media only screen and (max-width: 769px) {
    .scroll-down {
        display: none
    }
}

.load .scroll-down {
    opacity: 0
}

.artist-fixed-title {
    position: fixed;
    z-index: 51;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    text-align: center
}

.artist-fixed-title h2 {
    font-size: 20em;
    color: #000;
    opacity: .3;
    letter-spacing: 5px;
    transition: all 1.5s
}

.load .artist-fixed-title h2 {
    opacity: 1
}

.artist-content {
    margin: 5em auto 5em;
    max-width: 1600px
}

.artist-content .sale-title {
    text-align: center
}

.artist-content .sale-title h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 1em
}

.artist-content .slider-artist-page {
    position: relative;
    z-index: 70
}

.artist-content .slider-artist-page .item {
    position: relative;
    padding-bottom: 150px
}

@media only screen and (max-width: 480px) {
    .artist-content .slider-artist-page .item {
        min-height: 500px
    }
}

.artist-content .slider-artist-page .item .info-pic {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: 500
}

@media only screen and (max-width: 769px) {
    .artist-content .slider-artist-page .item .info-pic {
        bottom: 0
    }
}

.artist-content .slider-artist-page .item .info-pic .name .mini-title {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-weight: 500
}

.artist-content .slider-artist-page .item .info-pic .name h3 {
    margin-top: 0;
    color: #fff
}

.artist-content .slider-artist-page .item .info-pic .datail-pic {
    text-align: center
}

@media only screen and (max-width: 991px) {
    .artist-content .slider-artist-page .item .info-pic .datail-pic {
        text-align: left
    }
}

.artist-content .slider-artist-page .item .info-pic .material {
    margin-top: 1.5em;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .artist-content .slider-artist-page .item .info-pic .material {
        text-align: left
    }
}

.artist-content .slider-artist-page .item .info-pic .material h5 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ddd;
    margin: 0;
    margin-bottom: .5em
}

.artist-content .slider-artist-page .item img {
    display: block;
    position: relative;
    height: 650px;
    max-height: 650px;
    z-index: 1;
    margin: auto
}

@media only screen and (max-width: 991px) {
    .artist-content .slider-artist-page .item img {
        height: auto
    }
}

.artist-other-pic {
    margin-top: 100px
}

.artist-other-pic h2 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-family: "Libre Baskerville";
    font-weight: 300
}

.artist-other-pic ul {
    padding: 0
}

.artist-other-pic ul li {
    font-size: 0;
    text-align: center;
    width: 33%;
    font-size: 0;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 50px
}

.artist-other-pic ul li:nth-child(even) {
    margin-bottom: 100px
}

@media only screen and (max-width: 991px) {
    .artist-other-pic ul li {
        width: 49.57%
    }
}

@media only screen and (max-width: 480px) {
    .artist-other-pic ul li {
        width: 100%
    }
}

.artist-other-pic ul li h3 {
    font-size: 18px;
    font-family: "Libre Baskerville";
    color: #fff
}

.artist-other-pic ul li p {
    font-size: 12px;
    color: #ddd;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0
}

.tobleruts-page .hero-artist-bg {
    width: 75%
}

.dashevksy-page .hero-artist-bg, .novikov-page .hero-artist-bg {
    width: 85%
}

.egelsky-page .hero-artist-bg, .surkov-page .hero-artist-bg {
    width: 85%;
    background-position: top
}

.egelsky-page .hero-bg-right, .surkov-page .hero-bg-right {
    top: auto
}

.koshelokhov-page .hero-artist-bg {
    width: 50%;
    left: 0;
    right: auto;
    background-size: contain;
    background-repeat: no-repeat
}

.koshelokhov-page .hero-bg-right {
    width: 40%;
    height: 80%;
    top: auto;
    right: 5%;
    background-size: contain;
    background-repeat: no-repeat
}

.tcholaria-page .artist-other-pic li {
    width: 49%
}

.fedorova-page .artist-other-pic {
    padding-bottom: 100px
}

.fedorova-page .artist-other-pic li {
    width: 32.57%
}

.fedorova-page .artist-other-pic li img {
    height: 600px
}

.fedorova-page .artist-other-pic li:last-child img {
    display: block;
    height: auto
}

.bvskinart-page .artist-other-pic, .shopin-page .artist-other-pic, .surkov-page .artist-other-pic, .tobleruts-page .artist-other-pic {
    padding-bottom: 100px
}

.bvskinart-page .artist-other-pic li, .shopin-page .artist-other-pic li, .surkov-page .artist-other-pic li, .tobleruts-page .artist-other-pic li {
    width: 32.57%
}

.egelsky-page .artist-other-pic li, .mikhailov-page .artist-other-pic li, .novikov-page .artist-other-pic li, .verba-page .artist-other-pic li {
    width: 49.57%;
    padding: 50px;
    vertical-align: top
}

.egelsky-page .artist-other-pic li:last-child img, .mikhailov-page .artist-other-pic li:last-child img, .novikov-page .artist-other-pic li:last-child img, .verba-page .artist-other-pic li:last-child img {
    display: block;
    margin-top: 50px
}

.boyadjan-page .artist-other-pic li, .koshelokhov-page .artist-other-pic li {
    width: 49.57%;
    padding: 50px;
    vertical-align: top
}

.boyadjan-page .artist-other-pic li:nth-child(odd) img, .koshelokhov-page .artist-other-pic li:nth-child(odd) img {
    display: block;
    margin-top: 50px
}

.boyadjan-page .artist-other-pic li:last-child, .koshelokhov-page .artist-other-pic li:last-child {
    text-align: right
}

.krisanov-page .artist-other-pic li {
    width: 49.57%;
    padding: 50px;
    vertical-align: top
}

.krisanov-page .artist-other-pic li:nth-child(even) img {
    display: block;
    margin-top: 50px
}

.krisanov-page .artist-other-pic li:last-child {
    text-align: right
}

.novikov-page h1 {
    height: 130px;
    margin-bottom: .5em
}

.novikov-page .artist-date {
    padding-top: 0em;
    padding-bottom: 5em
}

.revo-page {
    background: #700
}

.event-one-page {
    padding: 200px 0;
    min-height: 100vh
}

.event-one-page .title-box {
    width: 600px;
    margin: auto;
    z-index: 1000;
    position: relative
}

@media only screen and (max-width: 991px) {
    .event-one-page .title-box {
        width: 300px
    }
}

.event-one-page .title-box h1 {
    color: #fff;
    font-size: 65px
}

@media only screen and (max-width: 991px) {
    .event-one-page .title-box h1 {
        font-size: 45px
    }
}

.event-one-page .title-box h3 {
    font-size: 14px
}

.event-one-page .title-box h3 span {
    font-size: 24px;
    font-weight: bold;
    color: #ddd
}

.event-one-page .title-box p {
    font-size: 24px
}

.event-one-page .bg {
    position: absolute;
    width: 20%;
    bottom: 0;
    height: 400px;
    background-size: cover;
    background-position: center;
    z-index: 502
}

.event-one-page .bg.left-bg {
    left: 0;
    opacity: .3
}

.event-one-page .bg.center-bg {
    left: 0;
    right: 0;
    margin: auto;
    height: 600px;
    width: 30%;
    opacity: .6
}

.event-one-page .bg.right-bg {
    right: 0;
    margin: auto;
    top: 0;
    width: 25%;
    opacity: .9
}

.event-one-page .all-pics-art-precieux {
    margin-top: 300px;
    position: relative;
    z-index: 410;
    margin: 250px auto 0
}

.event-one-page .all-pics-art-precieux img {
    display: block;
    margin: 50px auto
}

.event-one-page.denant-event h5 {
    color: #fff
}

.event-one-page.denant-event h1 {
    font-size: 90px
}

@media only screen and (max-width: 991px) {
    .event-one-page.denant-event h1 {
        font-size: 40px
    }
}

.event-one-page.denant-event .title-box {
    text-align: center
}

.event-one-page.denant-event .parallax-box {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.event-one-page.denant-event .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.event-one-page.denant-event .bg:nth-child(3) {
    opacity: .1
}

.event-one-page.denant-event .all-pics-denant-event {
    margin-top: 300px;
    position: relative;
    z-index: 100
}

.event-one-page.denant-event .denant-event-pic {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
    display: block
}

.modal-container {
    display: none
}

.all-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: 200;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .4s
}

.all-modal .open-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.all-modal .close-modal {
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 10;
    display: block;
    background: transparent;
    border: 0;
    text-align: right;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0 1em
}

.all-modal .modal-box {
    position: absolute;
    width: 75%;
    height: 85%;
    bottom: 0;
    right: 0;
    background: #222;
    overflow-y: scroll;
    transition: all .5s ease-in-out;
    transform: translateY(40%);
    opacity: 0
}

@media only screen and (max-width: 480px) {
    .all-modal .modal-box {
        width: 100%
    }
}

.all-modal .modal-box .modal-container {
    padding: 2em 4em;
    transition: all .6s;
    transform: translateY(20%);
    opacity: 0;
    display: block;
    transition-delay: .3s
}

@media only screen and (max-width: 480px) {
    .all-modal .modal-box .modal-container {
        padding: .5em 1em
    }
}

.all-modal .modal-box .modal-container .top-title {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff
}

.all-modal .modal-box .modal-container h3, .all-modal .modal-box .modal-container h4 {
    color: #fff
}

.all-modal .modal-box .modal-container p {
    font-size: 18px;
    line-height: 1.6
}

@media only screen and (max-width: 480px) {
    .all-modal .modal-box .modal-container p {
        font-size: 14px
    }
}

.all-modal.show {
    opacity: 1;
    visibility: visible
}

.all-modal.show .modal-box, .all-modal.show .modal-container {
    opacity: 1;
    transform: translateY(0%)
}

.event-hero {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.event-hero .title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden
}

.event-hero .title-box .decor {
    opacity: .1;
    padding-top: 140px;
    line-height: 1;
    font-size: 5em;
    text-align: center;
    transform: translateY(50%);
    transition: all .7s;
    opacity: 0
}

@media only screen and (max-width: 480px) {
    .event-hero .title-box .decor {
        font-size: 4em
    }
}

.event-hero .title-box .title {
    position: absolute;
    top: 200px;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: all 1s ease-in-out;
    transform: translateY(-20%)
}

@media only screen and (max-width: 480px) {
    .event-hero .title-box .title {
        top: 200px
    }
}

.event-hero .title-box .title:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background: #fff;
    right: -120px;
    top: 18px;
    transition: all 1s easy-in-out
}

@media only screen and (max-width: 480px) {
    .event-hero .title-box .title:after {
        top: 28px
    }
}

@media only screen and (max-width: 480px) {
    .event-hero .title-box .title {
        font-size: 35px
    }
}

.event-hero.animated .decor {
    transform: translateY(0%);
    opacity: .1
}

.event-hero.animated .title {
    transform: translateY(0)
}

.event-hero.animated .title:after {
    width: 100px
}

@media only screen and (max-width: 480px) {
    .event-hero.animated .title:after {
        display: none
    }
}

.year-box {
    height: 50vh;
    min-height: 500px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 200px;
    position: relative;
    z-index: 100;
    transition: all 1s ease-in
}

.year-box a {
    display: block;
    opacity: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.year-box h3 {
    color: #fff;
    font-size: 80px;
    font-weight: 100
}

@media only screen and (max-width: 480px) {
    .year-box h3 {
        font-size: 40px
    }
}

.year-box:hover {
    background: rgba(244, 0, 0, 0.5)
}

.events-item {
    position: relative;
    padding: 5em 0;
    min-height: 500px;
    margin-top: 3em;
    transition: all .5s ease-in-out;
    z-index: 50
}

@media only screen and (max-width: 480px) {
    .events-item {
        margin-top: 0;
        padding: 0;
        margin-bottom: 3em
    }
}

.events-item .event-img {
    text-align: center;
    transition: all 1.5s;
    opacity: 0
}

.events-item .event-img img {
    max-height: 500px;
    position: relative;
    z-index: 5
}

.events-item .event-imgs-list {
    margin: 1em 0
}

.events-item .event-imgs-list a:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    display: block;
    background: #fff;
    color: #000;
    width: 160px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 1em
}

.events-item .event-imgs {
    text-align: center
}

.events-item .event-imgs a {
    width: 200px;
    display: inline-block
}

.events-item .event-imgs a:not(.thumbnail) {
    display: inline
}

.events-item .event-imgs p {
    color: #fff;
    font-size: 12px;
    font-family: "Libre Baskerville"
}

.events-item .date-box {
    padding-top: 2em;
    text-align: right
}

.events-bot h2 {
    margin-bottom: 60px;
}

.button-box {
    display: inline-block!important;
}

.event-imgs-list {
    text-align: right;
}

@media only screen and (max-width: 769px) {
    .events-item .date-box {
        padding: 0
    }

    .events-top {
        text-align: center;
    }

    .events-top h2 {
        margin: 0;
    }

    .events-item {
        padding: 60px 0!important;
    }

    .events-bot h2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .events-bot {
        margin-bottom: 30px!important;
    }

    .events-bot .event-imgs-list {
        margin-top: 0px;
    }

    .events-bot .event-imgs-list > a {
        position: absolute;
        left: 0;
    }
}

.events-item .date-box h3 {
    font-size: 60px;
    color: #fff;
    position: relative;
    height: 260px;
    overflow: hidden;
    padding-top: 250px;
    transition: all 1s ease-in-out;
    transition-delay: 1s
}

@media only screen and (max-width: 480px) {
    .events-item .date-box h3 {
        font-size: 40px;
        height: 170px;
        padding-top: 170px
    }
}

.events-item .date-box p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    transition: all 1s ease-in-out;
    transition-delay: 1.5s;
    transform: translateY(50px)
}

.events-item .slider-exeb {
    transition: all 1s;
    transition-delay: 1.5s
}

.events-item .slider-exeb .bg-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: cover
}

@media only screen and (max-width: 480px) {
    .events-item .slider-exeb .bg-img {
        width: 45px;
        height: 45px
    }
}

.events-item .content-box {
    position: relative;
    padding-top: 50px;
    opacity: 0;
    transition: all 1s;
    transition-delay: 1s;
    transform: translateY(-100px)
}

@media only screen and (max-width: 480px) {
    .events-item .content-box {
        padding-top: 10px
    }
}

.events-item .content-box h2 {
    font-weight: 300;
    color: #fff
}

.events-item .content-box p {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px
}

.events-item.big-item {
    min-height: 800px;
    margin: 0
}

.events-item.big-item .date-box h3 {
    height: 420px
}

.events-item.big-item .bg {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .2;
    background-position: center
}

.events-item.big-item img {
    max-height: 650px
}

.events-item.big-item .quote-box {
    padding-top: 100px;
    text-align: center
}

.events-item.big-item .quote-box h2 {
    text-align: center;
    font-size: 50px;
    color: #fff
}

@media only screen and (max-width: 769px) {
    .events-item.big-item {
        min-height: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .events-item.big-item .quote-box h2 {
        font-size: 30px
    }
}

.events-item.auto-height {
    min-height: auto;
    padding-bottom: 100px
}

.events-item.auto-height a.strip.thumbnail {
    width: 100%;
    display: block;
    background: transparent
}

.events-item.animated .date-box h3 {
    padding-top: 0
}

.events-item.animated .date-box p {
    transform: translateY(0px);
    opacity: 1
}

.events-item.animated .event-img {
    opacity: 1
}

.events-item.animated .content-box {
    transform: translateY(0px);
    opacity: 1
}

.exeb-hero {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.exeb-hero .title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden
}

.exeb-hero .title-box .decor {
    opacity: .1;
    padding-top: 140px;
    line-height: 1;
    font-size: 5em;
    text-align: center;
    transform: translateY(50%);
    transition: all .7s;
    opacity: 0
}

@media only screen and (max-width: 480px) {
    .exeb-hero .title-box .decor {
        font-size: 4em
    }
}

.exeb-hero .title-box .title {
    position: absolute;
    top: 200px;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: all 1s ease-in-out;
    transform: translateY(-20%)
}

@media only screen and (max-width: 480px) {
    .exeb-hero .title-box .title {
        top: 200px
    }
}

.exeb-hero .title-box .title:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background: #fff;
    right: -120px;
    top: 18px;
    transition: all 1s easy-in-out
}

@media only screen and (max-width: 480px) {
    .exeb-hero .title-box .title:after {
        top: 28px
    }
}

@media only screen and (max-width: 480px) {
    .exeb-hero .title-box .title {
        font-size: 35px
    }
}

.exeb-hero.animated .decor {
    transform: translateY(0%);
    opacity: .1
}

.exeb-hero.animated .title {
    transform: translateY(0)
}

.exeb-hero.animated .title:after {
    width: 100px
}

@media only screen and (max-width: 480px) {
    .exeb-hero.animated .title:after {
        display: none
    }
}

.exeb-item {
    position: relative;
    min-height: 500px;
    padding: 8em 0
}

@media only screen and (max-width: 769px) {
    .exeb-item {
        padding: 5em 0;
        overflow-x: hidden
    }
}

.exeb-item .exeb-img {
    text-align: center
}

.exeb-item .exeb-img img {
    max-height: 600px;
    transition: all 3.5s;
    opacity: 0
}

.exeb-item .content {
    z-index: 50;
    position: relative
}

.exeb-item .date-box {
    margin-bottom: 3em
}

@media only screen and (max-width: 769px) {
    .exeb-item .date-box {
        margin-bottom: 1em
    }
}

.exeb-item .date-box .col-xs-4 {
    transition: all 1s;
    transition-delay: .5s;
    opacity: 0;
    transform: translateX(20%)
}

.exeb-item .date-box .col-xs-4:nth-child(2) {
    transition-delay: .7s
}

.exeb-item .date-box .col-xs-4:nth-child(3) {
    transition-delay: 1s
}

.exeb-item .date-box h3 {
    font-size: 30px;
    color: #fff
}

.exeb-item .title-box {
    margin-bottom: 2em
}

.exeb-item .title-box .mini-title {
    position: relative;
    height: 20px;
    overflow: hidden;
    padding-top: 20px;
    transition: all 1s;
    transition-delay: 1s
}

.exeb-item .title-box h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    transition: all 2s;
    opacity: 0;
    transform: translateX(50%)
}

@media only screen and (max-width: 480px) {
    .exeb-item .title-box h2 {
        font-size: 30px
    }
}

.exeb-item .title-box p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 12px;
    transition: all 1s;
    opacity: 0;
    transform: translateY(-50%);
    transition-delay: .5s
}

.exeb-item .text-box {
    margin-bottom: 2em;
    transition: all 1s;
    opacity: 0;
    transform: translateY(-50%);
    transition-delay: .5s
}

.exeb-item .text-box p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px
}

.exeb-item .slider-exeb {
    transform: translateY(50%);
    opacity: 0;
    transition: all 1s;
    transition-delay: 1.5s
}

.exeb-item .slider-exeb .bg-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: cover
}

@media only screen and (max-width: 480px) {
    .exeb-item .slider-exeb .bg-img {
        width: 45px;
        height: 45px
    }
}

.exeb-item.sovet h6, .exeb-item.sovet p {
    color: #fff
}

.exeb-item.sovet h4 {
    font-size: 18px
}

.exeb-item.animated .exeb-img img {
    opacity: 1
}

.exeb-item.animated .date-box .col-xs-4 {
    opacity: 1;
    transform: translateX(0%)
}

.exeb-item.animated .title-box .mini-title {
    padding-top: 0
}

.exeb-item.animated .title-box h2 {
    opacity: 1;
    transform: translateX(0)
}

.exeb-item.animated .title-box p {
    opacity: 1;
    transform: translateY(0)
}

.exeb-item.animated .text-box, .exeb-item.animated .slider-exeb {
    opacity: 1;
    transform: translateY(0)
}

video {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0
}

.soon-shop {
    margin-bottom: 5em
}

.soon-shop .vert {
    text-align: center
}

.soon-shop .vert h2 {
    color: #fff
}

.shop-hero {
    height: 300px;
    position: relative
}

.shop-hero .title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.shop-hero .title-box .decor {
    opacity: .1;
    padding-top: 140px;
    line-height: 1;
    font-size: 10em;
    text-align: center;
    transform: translateY(50%);
    transition: all .7s;
    opacity: 0
}

.shop-hero .container {
    padding-top: 180px
}

.shop-hero .container h1 {
    color: #fff;
    font-size: 50px;
    position: relative;
    height: 60px;
    overflow: hidden;
    padding-top: 50px;
    transition: all 1s
}

.shop-hero .container h1:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background: #fff;
    right: 0px;
    top: 38px;
    transition: all 1s
}

.shop-hero.animated .decor {
    transform: translateY(0%);
    opacity: .1
}

.shop-hero.animated h1 {
    padding-top: 0
}

.shop-hero.animated h1:after {
    width: 200px
}

.shop-content {
    margin-top: 50px
}

.shop-content h3 {
    color: #fff;
    margin: 0
}

.shop-content p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px
}

.shop-content ul {
    list-style: none
}

.shop-content ul li {
    float: left;
    width: 20%;
    margin-bottom: 1.5em
}

.shop-content ul li a {
    display: block;
    color: #fff;
    font-family: "Aileron";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    padding-right: 2em;
    vertical-align: top
}

.shop-content ul li a span {
    font-size: 14px;
    color: #fff;
    vertical-align: super;
    padding-left: .5em
}

.shop-content .pic-list {
    margin-top: 5em
}

.shop-content .pic-list .shop-item {
    margin-bottom: 5em;
    text-align: center
}

.shop-content .pic-list .shop-item img {
    max-height: 250px
}

#date {
    letter-spacing: 5px;
    position: fixed;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    font-size: 15em;
    text-align: center;
    color: #272727;
    font-family: "Bagnard";
    line-height: .5;
    z-index: 10;
    white-space: nowrap
}

@media only screen and (max-width: 769px) {
    #date {
        font-size: 10em;
        transform: rotate(90deg);
        bottom: auto;
        top: 110px
    }
}

.event-page #date {
    font-size: 10em;
    line-height: 1.1;
    height: 180px
}

.event-page-detail .event-one-page {
    text-align: center
}

.event-page-detail #date {
    opacity: .3
}

.exeb-page:after {
    content: '';
    position: absolute;
    height: 90vh;
    width: 100%;
    background: #2b0046;
    z-index: -5;
    display: block;
    top: 0;
    left: 0
}

.exeb-page #date {
    height: 200px;
    bottom: -400px;
    opacity: .6 !important
}

@media only screen and (max-width: 480px) {
    .exeb-page #date {
        display: none !important
    }
}

@media only screen and (max-width: 769px) {
    .exeb-page #date {
        bottom: 100px
    }
}

.artist-page #date {
    display: none !important
}

.about-frame {
    min-height: 700px;
    padding-top: 200px;
    padding-bottom: 100px
}

.about-frame .content-text {
    position: relative;
    z-index: 40;
    transform: translateY(700px);
    transition: all .5s ease-in
}

.about-frame .content-text p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px
}

.about-frame .content-text h6 {
    margin: 0;
    font-size: 18px;
    color: #fff
}

.about-frame .content-text .parallax-item {
    position: absolute;
    background-size: cover;
    background-position: right;
    width: 200px;
    height: 200px;
    left: 0;
    top: 20%
}

.about-frame .content-text .parallax-item span {
    color: #fff;
    display: block;
    margin-top: -30px
}

.about-frame .content-text .parallax-item:nth-child(2) {
    width: 100px;
    height: 100px;
    left: auto;
    right: 0;
    bottom: 10%
}

@media only screen and (max-width: 769px) {
    .about-frame .content-text .parallax-item {
        position: relative;
        top: 0;
        margin: auto;
        margin-bottom: 1em
    }
}

.about-frame.animated .content-text {
    transform: translateY(0px)
}

.partners {
    position: relative;
    padding: 30px 0;
    z-index: 140;
    background: #111
}

.partners .partners-list {
    text-align: center
}

.partners .carousel-control {
    position: absolute;
    background: none;
}

.partners .partners-list img {
    display: inline-block;
    width: 120px;
    margin: 1em 2em;
    opacity: .5;
    transition: all .3s
}

.partners .glyphicon {
    position: absolute;
    top: 20px;
    font-size: 30px;
    color: #fff;
}

.partners .glyphicon.glyphicon-menu-right {
    right: 20px;
}

.partners .glyphicon.glyphicon-menu-left {
    left: 20px;
}

.partners-title {
    margin-bottom: 20px;
    text-align: center;
}

.partners .carousel-inner {
    height: 140px;
}

.partners .carousel-inner .item .col-md-4,
.partners .carousel-inner .item .col-xs-4 {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

@media only screen and (max-width: 769px) {
    .partners .partners-list img {
        opacity: 1;
    }

    .partners .carousel-inner .item .col-md-4,
    .partners .carousel-inner .item .col-xs-4 {
        padding: 0;
    }

    .partners .carousel-inner {
        height: 100px;
    }

    .partners .glyphicon {
        position: absolute;
        top: 20px;
        font-size: 20px;
    }

    .partners .glyphicon.glyphicon-menu-right {
        right: 10px;
    }

    .partners .glyphicon.glyphicon-menu-left {
        left: 10px;
    }

    .partners .partners-list img {
        margin: .5em 1em;
        width: 100px
    }
}

@media only screen and (max-width: 480px) {
    .main-menu-footer {
        display: none;
    }

    .partners .partners-list img {
        margin: 0 .4em;
        width: 70px;
    }

    .partners .glyphicon {
        position: absolute;
        top: -16px;
        font-size: 16px;
    }

    .partners .glyphicon.glyphicon-menu-right {
        right: 0px;
    }

    .partners .glyphicon.glyphicon-menu-left {
        left: 0px;
    }
}

.partners .partners-list img:hover {
    opacity: 1
}

.partners span {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    display: block;
    margin-top: 1em
}

.partners a {
    display: block;
    text-align: center;
    position: relative;
    z-index: 10000
}

@media only screen and (max-width: 480px) {
    .partners a {
        margin: 1.5em 0
    }
}

.partners a img {
    height: 40px;
    margin: auto
}

.about-in-mobil {
    display: none
}

@media only screen and (max-width: 480px) {
    .about-in-mobil {
        display: block;
        padding: 30px 0;
        position: relative;
        z-index: 100;
        font-weight: 100;
        font-family: "Libre Baskerville";
        color: #eee
    }
}

.event-desc {
    color: #fff!important;
}

.event-main-item {
    /* display: none; */
    position: relative;
    z-index: 100;
    /*height: 100vh;*/
    /*min-height: 700px;*/
    margin-bottom: 100px;

    height: auto!important;
    padding-bottom: 0!important;
    min-height: auto!important;
}

@media only screen and (max-width: 769px) {
    .event-main-item {
        height: auto!important;
        overflow: hidden;

        padding-bottom: 0!important;
    }
}

.event-main-item .date-box {
    padding-top: 100px;
    position: relative;
    z-index: 10;
    color: #fff
}

.event-main-item .date-box h3 {
    font-size: 100px;
    margin-bottom: 75px
}

.event-main-item .content-event {
    padding-top: 150px;
    text-align: center
}

@media only screen and (max-width: 769px) {
    .event-main-item .content-event {
        padding-top: 30px
    }
}

.event-main-item .content-event h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff
}

.event-main-item .content-event p {
    max-width: 300px;
    margin: auto;
    font-size: 18px
}

.event-main-item .content-event h2 {
    font-size: 48px;
    color: #fff
}

.event-main-item .left-center {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 500px
}

.event-main-imgs {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-flow: wrap row;
    justify-content: center;
}

.event-main-imgs img {
    width: 50%;
    max-width: 50%;
}

@media only screen and (max-width: 769px) {
    .event-main-imgs img {
        width: 100%;
        max-width: 100%;
    }
}

footer {
    padding: 150px 0 100px;
    background: #000;
    position: relative;
    color: #999;
    z-index: 1000
}

.about-us-footer p {
    font-family: Aileron;
    font-weight: 300;
    text-align: justify;
    text-indent: 30px;
    margin: 0 12px 0;
}

.about-us-footer h4 {
    text-align: center;
    font-family: Bagnard;
    font-size: 17px;
}

.boss {
    text-align: center;
}

.boss p {
    text-align: justify;
    text-indent: 30px;
    margin: 10px 12px 10px;
    font-size: 16px!important;
}

.boss h6 {
    position: absolute;
    z-index: 1;
    font-family: Bagnard;
    font-size: 36px!important;
    top: 10px;
    left: 25px;
    text-align: left;
    line-height: 40px;
}

@media only screen and (max-width: 769px) {
    footer {
        padding: 50px 0 100px
    }
}

@media only screen and (max-width: 480px) {
    footer .about-us-footer {
        display: none
    }
}

@media only screen and (max-width: 769px) {
    footer .text-footer {
        text-align: justify
    }
}

footer .text-footer .logo {
    display: block
}

footer .text-footer .logo img {
    width: 190px;
    display: block
}

@media only screen and (max-width: 769px) {
    footer .text-footer .logo img {
        margin: 0 auto 2em
    }
}

footer .text-footer h5 {
    margin-top: 0;
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6
}

@media only screen and (max-width: 769px) {
    footer .text-footer h5 {
        max-width: 320px;
        margin: auto
    }
}

footer .text-footer .text-right {
    font-size: 14px
}

@media only screen and (max-width: 769px) {
    footer .text-footer .text-right {
        max-width: 320px;
        margin: auto
    }
}

footer .text-footer .mail-link {
    color: #fff
}

footer .text-footer .social-links {
    margin-bottom: 25px
}

footer .text-footer .social-links a {
    margin-left: 1em;
    margin-right: 0em
}

footer .main-menu {
    margin-top: 30px
}

footer .main-menu ul {
    padding: 0
}

footer .main-menu ul li {
    display: inline-block;
    width: 18%;
    text-align: right
}

@media only screen and (max-width: 480px) {
    footer .main-menu ul li {
        width: 49%;
        margin-bottom: 2em;
        text-align: center
    }
}

footer .main-menu ul li a {
    display: block;
    font-size: 12px;
    color: #eee;
    font-family: "Libre Baskerville";
    font-weight: 300
}

@media only screen and (max-width: 480px) {
    footer .main-menu ul li a {
        font-size: 10px
    }
}

@media only screen and (max-width: 769px) {
    footer .main-menu ul li a {
        text-align: center
    }
}

footer .main-menu ul li a span {
    font-size: 16px;
    display: block;
    position: relative
}

footer .main-menu ul li a span:after {
    content: '';
    position: absolute;
    width: 0;
    right: 1px;
    bottom: -2px;
    height: 1px;
    background: #fff;
    transition: all .7s
}

@media only screen and (max-width: 480px) {
    footer .main-menu ul li a span:after {
        left: 0;
        margin: auto
    }
}

@media only screen and (max-width: 480px) {
    footer .main-menu ul li:last-child {
        width: 100%
    }
}

footer .main-menu ul li:hover span:after {
    width: 40%
}

footer a {
    display: block;
    color: #888
}

footer .copy {
    position: absolute;
    bottom: 0;
    padding: 1em;
    text-align: center;
    left: 0;
    width: 100%;
    background: #111
}

footer .copy p {
    margin: 0;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: .5em
}

footer .copy a {
    display: block;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff
}

.up-and-down {
    animation: up-and-down linear 2s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-and-down linear 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-and-down linear 2s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-and-down linear 2s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%
}

.scale {
    animation: scale linear 25s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: scale linear 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: scale linear 25s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: scale linear 25s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%
}

@keyframes scale {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

@-moz-keyframes scale {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

@-webkit-keyframes scale {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

@-o-keyframes scale {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

@keyframes up-and-down {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(15px)
    }
}

@-moz-keyframes up-and-down {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(15px)
    }
}

@-webkit-keyframes up-and-down {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(15px)
    }
}

@-o-keyframes up-and-down {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(15px)
    }
}

#snow {
    background: none;
    font-family: Androgyne;
    background-image: url("http://www.wearewebstars.dk/codepen/img/s1.png"), url("http://www.wearewebstars.dk/codepen/img//s2.png"), url("http://www.wearewebstars.dk/codepen/img//s3.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px
    }
}
