/**
    #6FDF2B // roheline
    #FFF229 // kollane
    #FF650A // oranž
    #2B309E // sinine
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: KeynoteSans50pt;
    src: url(KeynoteSans50pt.otf);
}

@font-face {
    font-family: KeynoteSans100pt;
    src: url(KeynoteSans100pt.otf);
}

.row {
    margin: 0;
}

.col-md-6 {
    padding: 0;
}

body {
    color: #221f20;
    font-family: KeynoteSans50pt, sans-serif;
    margin: 0;
}

html.modal-open,
html.modal-open body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/*html {*/
    /*width: 100%;*/
/*}*/

.stripes-wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.stripes-wrapper {
    /*background: rgba(0, 0, 0, .25);*/
    overflow-x: hidden;
    /*width: 320px;*/
}

a,
a:hover,
a:active,
a:focus {
    color: #221f20;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

.gd-background {
    /*background: red;*/
    font-size: 72px;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.gd16-svg {
    /*height: 548px;*/
    /*height: 384px;*/
    height: 330px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
}

.artists-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.artist {
    font-size: 25px;
    padding: 50px;
    height: 25%;
    text-transform: uppercase;
    width: 100%;
}

.artist:nth-child(2n) {
    text-align: right;
}

.info-wrapper {
    font-family: KeynoteSans100pt, sans-serif;
    font-size: 35px;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 10000;
    top: 10px;
}

.stripe {
    background: #fff;
    cursor: pointer;
    color: rgba(0, 0, 0, .50);
    font-family: KeynoteSans100pt, sans-serif;
    font-size: 55px;
    font-weight: bold;
    height: 27px;
    /*left: -200%;*/
    overflow: hidden;
    position: absolute;
    width: 400%;
    /*transform: rotate(15deg);*/
}

.stripe.box-shadow {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .75);
}

.modal-wrapper {
    /*background: rgba(0, 0, 0, .85);*/
    display: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 20000;
    transform: translate3d(0, 0, 0);
    width: 100%;
}

.modal-wrapper .content {
    background: white;
    box-shadow: 0 0 25px rgba(0, 0, 0, .75);
    height: 90%;
    position: absolute;
    left: 50%;
    overflow: hidden;
    top: 50%;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
    width: 87%;
}

.half {
    float: left;
    width: 100%;
}

.half-wrapper {
    height: 35%;
    padding: 20px;
}

.half.image {
    height: 100%;
}

.half.text-content {
    height: 80%;
    overflow: hidden;
    padding: 0 20px 20px 20px;
}

.half.text-content .description {
    max-height: 80%;
}

.modal-wrapper .close-icon {
    color: #000;
    cursor: pointer;
    font-size: 48px;
    position: absolute;
    z-index: 20000;
    right: 25px;
    top: 10px;
}

.modal-wrapper .title {
    font-size: 22px;
    text-transform: uppercase;
}

.modal-wrapper .sub-title {
    font-size: 22px;
    text-transform: uppercase;
}

.modal-wrapper .type {
    font-size: 16px;
    font-family: KeynoteSans100pt, sans-serif;
    padding: 15px 0;
}

.modal-wrapper .description {
    max-height: 80%;
    overflow-y: auto;
}

.modal-wrapper .description p,
.info-modal-wrapper p {
    font-size: 20px;
    padding-bottom: 20px;
}

.modal-wrapper .image {
    background-size: cover;
}

/*.tablet.image {*/
    /*height: 402px;*/
/*}*/

img {
    max-width: 100%;
}

.info-modal-wrapper {
    height: 100%;
    padding: 40px 30px 30px 30px;
}

.info-modal-wrapper h1 {
    font-size: 30px;
    font-family: KeynoteSans100pt, sans-serif;
}

.info-modal-wrapper .meta {
    font-family: KeynoteSans100pt, sans-serif;
    font-size: 16px;
    padding: 15px 0;
}

.info-modal-wrapper .left {
    height: 100%;
    float: left;
    overflow-y: auto;
    width: 100%;
}

.info-modal-wrapper .right {
    position: absolute;
    right: 0;
    bottom: 10px;
    float: left;
    width: 20%;
}

.info-modal-wrapper .right img {
    padding: 10px 30px;
}

.info-modal-wrapper .tablet img {
    margin-bottom: 10px;
    padding-right: 10px;
    /*width: 50px;*/
}

.content-wrapper {
    height: 100%;
}

.info-large-wrapper {
    height: 100%;
    /*overflow: auto;*/
    padding: 20px;
}

.info-large-wrapper > .row {
    height: 100%;
    overflow-y: auto;
}

.info-large-wrapper > .row > .col-md-6 {
    padding: 20px;
}

.info-large-wrapper h1 {
    font-size: 30px;
    font-family: KeynoteSans100pt, sans-serif;
}

.info-large-wrapper .meta {
    font-family: KeynoteSans100pt, sans-serif;
    font-size: 16px;
    padding: 15px 0;
}

.info-large-wrapper p {
    font-size: 20px;
    padding-bottom: 20px;
}

.info-large-wrapper img {
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (min-width: 300px) {
    .artist {
        padding: 30px;
    }
}

@media (max-width: 767px) {

    /*.gd16-svg {*/
        /*height: 384px;*/
    /*}*/

    .artist {
        height: 80%;
        padding: 15px;
    }

    .stripe {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .info-modal-wrapper h1 {
        text-transform: none;
    }

    .gd16-svg {
        height: 650px;
    }

    .modal-wrapper .title {
        font-size: 35px;
    }

    .modal-wrapper .sub-title {
        font-size: 35px;
    }

    .modal-wrapper .description {
        max-height: 100%;
    }

    .modal-wrapper .content-wrapper {
        height: 90%;
    }

    .info-wrapper {
        right: 10px;
    }

    .modal-wrapper .content {
        height: 90%;
        width: 75%;
    }

    .half,
    .half.image {
        width: 100%;
    }

    .text-content {
        height: 50%;
    }

    .artist {
        font-size: 35px;
        padding: 30px;
    }

    .stripe {
        font-size: 35px;
        height: 40px;
    }

    .info-modal-wrapper {
        height: 90%;
    }

    .info-modal-wrapper .tablet {
        bottom: 20px;
        position: absolute;
    }

    .info-modal-wrapper .tablet img {
        /*width: 50px;*/
    }
}

@media (min-width: 992px) {
    .gd16-svg {
        /*height: 768px;*/
        height: 570px;
    }

    .info-wrapper {
        right: 20px;
    }

    .artist {
    }

    .stripe {
        /*font-size: 50px;*/
        font-size: 40px;
        /*height: 56px;*/
        height: 43px;
    }

    .half-desktop-wrapper {
        height: 100%;
        padding: 20px;
        width: 100%;
    }

    .half-wrapper {
        height: 0;
        padding: 0;
    }

    .half,
    .half.image {
        height: 50%;
        width: 50%;
    }

    .half.image {
        height: 100%;
    }

    .half.text-content {
        height: 100%;
        padding: 20px;
    }

    .half.text-content .description {
        max-height: 100%;
    }

    .modal-wrapper .content {
        height: 80%;
        width: 75%;
    }

    .text-content {
        height: 100%;
    }

    .info-modal-wrapper {
        height: 100%;
    }

    .info-modal-wrapper .left {
        width: 80%;
    }

    .info-modal-wrapper .right {
		text-align: right;
        width: 20%;
    }

    .info-modal-wrapper .right img {
        padding: 10px 40px;
		width: 150px;
    }
}

@media (min-width: 1281px) {
    .gd16-svg {
        height: 800px;
    }

    .stripe {
        /*font-size: 50px;*/
        font-size: 52px;
        /*height: 56px;*/
        /*height: 43px;*/
        height: 58px;
    }

    .artist {
        font-size: 48px;
    }

    .info {
        font-size: 50px;
    }


    .info-large-wrapper h1 {
        font-size: 40px;
    }

    .modal-wrapper .title,
    .modal-wrapper .sub-title {
        font-size: 48px;
    }

    .info-large-wrapper .meta,
    .modal-wrapper .type {
        font-size: 22px;
    }

    .info-large-wrapper p,
    .modal-wrapper .description p,
    .info-modal-wrapper p {
        font-size: 27px;
    }
}