@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    background: #fff;
    font-weight: 300;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    background: #000;
    padding: 1.875rem 3.437rem 3.437rem 3.437rem;
}





p {
    margin: 0 0 .937rem;
}

article p {
    margin-bottom: 2.812rem;
}

h1 {
    font-family: "Old Standard TT", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.875rem;
    margin-bottom: 3.75rem;
}


h2 {
    font-size: .875rem;
    line-height: 1.4;
    margin: 0 0 0;
}

h3 {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0 0 .937rem;
    padding: 0;
}



ul {
    list-style: none;
    margin: 0 0 2.812rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.875rem;
    line-height: 0.8;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

header {
    padding: 0;
    margin: -1.875rem -3.437rem 0;
}

header a {
    float: none;
    width: 100%;
    max-width: 13.75rem;
    margin: 3.437rem;
    display: block;
    text-align: right;
    float: right;
}

header img {
    display: block;
}

footer element a {
    text-decoration: none;
    color: #969390;
    border: thin solid #808080;
    padding: .312rem .625rem;
    display: inline-block;
    line-height: 1;
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease;

}


footer element span:nth-of-type(2) {
    margin-left: .625rem;
    padding: .312rem 0 .312rem .625rem;
    border-left: thin solid #808080;
    -webkit-transition: border-color .1s ease;
    transition: border-color .1s ease;
}

footer element a:hover {
    color: #fff;
    text-decoration: none;
    border: thin solid #fff;
}

footer element a:hover span:nth-of-type(2) {
    border-left: thin solid #fff;
}

footer element {
    float: left;
    display: block;
}

footer aside {
    float: right;
    display: block;
    text-align: right;
    margin-top: -30px
}

footer aside i {
    margin-right: .625rem;
}

footer aside .fab,
footer aside .far,
footer aside .fas {
    color: #828282;
    font-size: 1.125rem;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    cursor: pointer;
}

.fab:hover,
.fas:hover,
.far:hover {
    color: #fff;
}

address {
    margin: 3.125rem 0;
    display: flex;
    font-style: normal;
    align-items: center;
}

address element {
    margin-right: 1.562rem;
    position: relative;
    width: 1.875rem;
    display: block;
}

address element img {
    width: 100%;
}

address element span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -130%;
    padding: 3px .625rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    font-size: 1rem;
    transition: 0.3s;
    opacity: 0;
    text-align: center;
    white-space: nowrap;
    pointer-events: none
}

address element span:after {
    content: "";
    position: absolute;
    bottom: -.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .625rem .625rem 0 .625rem;
    border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}

address element:hover span {
    opacity: 1;
    top: -160%;
    pointer-events: all
}

address element:hover {
    cursor: help
}


@media only screen and (max-width:49.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        font-size: .875rem;
    }



    header {
        margin: 0 -.625rem .625rem;
        padding: 0;
    }

    header a {
        margin: .625rem;
    }

    h1 {
        font-size: 1.5rem;
        line-height: 1;
        margin: .937rem 0;
    }

    h2,
    h3 {
        font-size: .875rem;
        margin: 0 0 .625rem;
        line-height: 1
    }

    article p,
    ul {
        margin: 0 0 .625rem;
    }

    footer element {
        float: none;
        display: block;
        margin: .937rem 0;
        text-align: center;
    }

    footer aside {
        float: none;
        display: block;
        text-align: left;
        text-align: center;
        margin: 0
    }

    address {
        margin: 0;
        display: block;
        flex-wrap: wrap;
    }

    address element {
        /*        width: 33%;*/
        margin: 3.125rem auto 0;
        width: 3.125rem;
    }

    address element img {
        margin: 0 auto;
    }

    address element span {
        top: -70%;
        opacity: 1;
        pointer-events: all;
    }

    address element:hover span {
        top: -70%;
    }
}

@media only screen and (max-width:379px) {
    address element:nth-of-type(5) span {
        white-space: pre-line;
        top: -100%
    }
}
