
body:before {
    content: "Z";
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: magenta;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-shadow: 1px 1px 0 #000000;
    font-size: 15px;
    line-height: 30px;
}
body.is-live:before {
    display: none;
}

@media (min-width: 1085px){

    body:before {
        content: "00";
    }


}

@media (max-width: 1084px){

    body:before {
        content: "01";
    }

}

@media (max-width: 1024px){

    body:before {
        content: "02";
    }

    .website .header .title-block {
        font-size: 220%;
    }
    .website .header .image {
        right: 90px;
    }

    .website .navbar ul.pages {
        font-size: 90%;
    }
    .website .navbar ul.pages li.page .link {
        padding: 15px 25px;
    }

}

@media (max-width: 900px){

    body:before {
        content: "03";
    }

    body > .website {
        width: calc(100% - 30px);
    }
    .website .content > .wrapper {
        padding: 20px 20px 40px;
    }

}

@media (max-width: 800px){

    body:before {
        content: "04";
    }

    .website .header .title-block {
        font-size: 240%;
    }
    .website .header .image {
        right: 70px;
    }

    .website .navbar ul.pages {
        font-size: 80%;
    }
    .website .navbar ul.pages li.page .link {
        padding: 16px 20px;
    }




}

@media (max-width: 700px){

    body:before {
        content: "05";
    }

    .website .header > .wrapper {
        height: auto;
        padding:  10px 20px;
    }

    .website .header .title-block,
    .website .header .address-block,
    .website .header .contact-block,
    .website .header .social-block {
        position: relative;
        text-align: center;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 auto;
    }

    .website .header .title-block,
    .website .header .address-block {

    }
    .website .header .title-block {
        margin-bottom: 10px;
    }

    .website .header .address-block {
        margin-bottom: 10px;
        text-align: center;
        font-size: 90%;
    }
    .website .header .address-block .row {
        display: inline-block;
    }
    .website .header .address-block .row:after {
        content: " |";
        font-weight: normal;
        color: #536d90;
        padding: 0 4px;
        text-shadow: none;
    }
    .website .header .address-block .row.w-street {
        display: block;
        font-size: 130%;
    }
    .website .header .address-block .row.w-street:after,
    .website .header .address-block .row:last-child:after {
        content: "";
        display: none;
    }

    .website .header .social-block {

    }
    .website .header .social-block .link {;
        display: inline-block;
        float: none;
        margin: 0 auto;
    }

    .website .header .contact-block {
        margin-top: 10px;
    }
    .website .header .contact-block .method {
        font-size: 120%;
        padding: 6px 18px;
    }

    .website .header .image {
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
        width: 90%;
        opacity: 0.2;
    }


    .website .navbar > .wrapper {
        overflow: visible;
    }

    .website .header .user-info.welcome-block {
        display:  none;
    }
    .website .navbar .user-info.welcome-block {
        display:  block;
        position:  absolute;
        top:  7px;
        right:  7px;
        left:  auto;
        bottom:  auto;
        font-size:  90%;
    }
    .website .navbar .user-info.welcome-block .avatar {
        width:  40px;
        height:  40px;
        bottom:  -6px;
    }

    .website .navbar .navicon {
        display: block;
    }
    .website .navbar ul.pages {
        display: block;
        overflow: hidden;
        clear: both;
        font-size: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        max-height: 0;
        transition: max-height 0.6s;
    }
    .website .navbar.expanded ul.pages {
        max-height: 1000px;
    }
    .website .navbar ul.pages li.page {
        float: none;
        width: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .website .content[data-page="home"] {
        text-align:  center;
    }
    .website .content h1,
    .website .content h2,
    .website .content h3,
    .website .content h4,
    .website .content h5,
    .website .content h6,
    .website .content p {
        text-align: inherit;
    }

    .website .web-table .col.is_name {
        min-width:  100px;
    }
    .website .web-table .col.is_date:not(.is_timestamp) {
        width:  85px;
    }
    .website .web-table .col.is_date:not(.is_timestamp) .full {
        display:  none;
    }
    .website .web-table .col.is_date:not(.is_timestamp) .raw {
        display:  inline-block;
    }

    .website .web-table:not([data-filter-date="all-time"]) .col.is_date:not(.is_timestamp) {
        width:  60px;
    }
    .website .web-table:not([data-filter-date="all-time"]) .col.is_date:not(.is_timestamp) .raw span:first-child {
        display:  none;
    }

    .website .web-table .col.is_currency {
        width:  75px;
    }

    .website .web-table .col[data-col="actions"] {
        width:  85px;
    }
    .website .web-table .actions .link {
        margin:  0 6px;
    }
    .website .web-table .actions .link i {
        font-size:  140%;
    }
    .website .web-table .actions .link strong {
        display:  none;
    }

    .website .web-form .field .input.filebox.link .details {
        max-width: calc(100vw - 180px);
    }
    .website .web-form .field .input.filebox.link .actions .link {
        opacity:  1.0;
    }

}

@media (max-width: 600px){

    body:before {
        content: "06";
    }

    body > .website {
        width: 100%;
        border-width: 0;
    }

    .website .footer .wrapper {
        height: auto;
    }
    .website .footer .title-block,
    .website .footer .address-block,
    .website .footer .contact-block,
    .website .footer .social-block,
    .website .footer .sitemap-block,
    .website .footer .subtext {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        transform: none;
        text-align: center;
    }
    .website .footer .title-block {
        font-size: 120%;
    }
    .website .footer .address-block {
        margin-bottom: 10px;
    }
    .website .footer .contact-block {
        margin-top: 10px;
        font-size: 90%;
    }
    .website .footer .contact-block .method {
        margin-bottom: 5px;
    }
    .website .footer .contact-block .by-phone {
        right: auto;
        position: static;
    }
    .website .footer .social-block {
        margin-top: 10px;
    }
    .website .footer .social-block .link {
        width: auto;
        font-size: 32px;
        margin: 0 5px;
    }
    .website .footer .sitemap-block {
        margin-top: 20px;
        display: none;
    }
    .website .footer .subtext {
        margin-top: 20px;
    }
    .website .footer .subtext .copy-block,
    .website .footer .subtext .credit-block {
        display: block;
        margin: 0 auto;
        line-height: 1;
    }
    .website .footer .subtext .copy-block:before,
    .website .footer .subtext .credit-block:before {
        display: none;
    }
    .website .footer .subtext .credit-block {
        margin-top: 10px;
    }

}

@media (max-width: 500px){

    body:before {
        content: "07";
    }

    .website .header .title-block {
        font-size: 190%;
    }

    .website .footer .title-block {
        font-size: 120%;
        margin-bottom: 10px;
    }
    .website .footer .title-block .name,
    .website .footer .title-block .subname {
        display: block;
        margin: 0 auto;
    }
    .website .footer .title-block .name:after,
    .website .footer .title-block .subname:after {
        display: none;
    }
    .website .footer .title-block .name {
        margin-bottom: 8px;
    }
    .website .footer .title-block .subname {
        font-size: 80%;
    }

    .website .web-filter .overview .total .value {
        line-height:  1.3;
    }
    .website .web-filter .overview .total .label,
    .website .web-filter .overview .total .value {
        display:  block;
    }
    .website .web-filter .overview .total .label {
        font-size:  80%;
    }

}

@media (max-width: 400px){

    body:before {
        content: "08";
    }

    .website .header .title-block {
        font-size: 180%;
        margin:  0 auto;
    }
    .website .header .contact-block .method {
        font-size: 100%;
    }

}

@media (max-width: 300px){

    body:before {
        content: "09";
    }

}