﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 100%;
    border-radius: 0;
}

html, body {
    display: block;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 0;
}

a, button, label, select, input[type=button], input[type=checkbox], input[type=radio], input[type=submit] {
    cursor: pointer;
}

input {
    padding: 1vmin 0;
    border: none;
    border-bottom: 1px solid #24272a;
    font: inherit;
}

    input:disabled {
        background-color: #999999;
    }

    input[type=email], input[type=password], input[type=text] {
        width: 100%;
    }

textarea {
    padding: 2vmin;
    height: 24vmin;
    width: 100%;
    border: 1px solid #24272a;
    border-radius: 3px;
    box-shadow: inset 0 6px 6px -6px #24272a;
}

    textarea:focus {
        box-shadow: 0 0 6px 0 #24272a;
    }

:-moz-placeholder {
    color: #999999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}

::-moz-placeholder {
    color: #999999;
    font-style: italic;
}

::-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
}

label {
    display: block;
    font-weight: bold;
}

    label.keyboard-interaction-control {
        display: inline-block;
        text-align: center;
        width: 8%;
    }

    label .glyphicon {
        display: inline-block;
        width: 8%;
        font-weight: normal;
        vertical-align: initial;
    }

    label input {
        font-weight: normal;
    }

        label input[type=email], label input[type=password], label input[type=text] {
            display: inline-block;
            width: 92%;
        }

            label input[type=password].interactive, label input[type=text].interactive {
                width: 84%;
            }

        label input[type=checkbox], label input[type=radio] {
            width: 8%;
            vertical-align: middle;
        }

    label textarea {
        display: inline-block;
        width: 92%;
        vertical-align: top;
    }

    label span {
        display: inline-block;
        width: 92%;
        line-height: inherit;
        vertical-align: top;
    }

    label .input-container {
        display: inline-block;
        width: 8%;
        vertical-align: top;
    }

        label .input-container input[type=checkbox], label .input-container input[type=radio] {
            width: 100%;
        }

    label .text-container {
        display: inline-block;
        width: 92%;
        vertical-align: top;
    }

        label .text-container span {
            width: 100%;
        }

button {
    font: inherit;
}

ol, ul {
    list-style: none;
}

h1 {
    font-size: 8.5vmin;
}

h2 {
    font-size: 7vmin;
}

h3 {
    font-size: 6vmin;
}

h4, p, dl, li, a, input, label, button, textarea {
    font-size: 5vmin;
}

h5 {
    font-size: 4.5vmin;
}

h6 {
    font-size: 4vmin;
}

li ul, li ol {
    font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2vmin;
}

p, dt, dd, li {
    margin-top: 2vmin;
}

h1, h2, h3, h4, h5, h6, p, label {
    line-height: 150%;
}

img {
    max-width: 100%;
}

div, p, span, dl, ol, ul {
    text-align: left;
}

dl {
    display: inline-block;
}

dd {
    margin-bottom: 2vmin;
    font-size: 200%;
    line-height: 115%;
}

    dd + dd {
        font-size: inherit;
        font-style: italic;
        margin-top: -2vmin;
        margin-bottom: 2vmin;
    }

a, input, button, textarea {
    text-decoration: none;
    outline: none;
    color: inherit;
}

/*label {
    display: block;
    margin: 1.5vmin 0 .5vmin 0;
    border-top: 1px solid;
}

    label .text {
        display: inline-block;
        background: #ffffff;
        margin: -1.5vmin 0 0 3.75vmin;
        padding: 0 1vmin;
    }*/

avatar {
    display: inline-block;
    width: 25%;
}

    avatar alias {
        display: block;
        padding-top: 56.25%;
        line-height: 150%;
        font-size: 3vmin;
        font-weight: bold;
        text-align: center;
        border-radius: 6px;
        background-image: url(/Content/images/gardio-avatar_160x90.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

        avatar alias.highlight {
            background-color: rgba(26, 193, 85, .2);
            box-shadow: inset 0 0 1px 1px #1ac155, 0 0 6px 1px #1ac155;
        }

#main-logo-container {
    display: block;
    margin-bottom: 1vmin;
}

#main-logo {
    width: 50px;
}

#nav {
    width: 100%;
}

    #nav.nav-height, #nav .nav-height {
        height: 15vmin;
    }

    #nav .side {
        display: inline-block;
        font-size: 3vmin;
        line-height: 150%;
        vertical-align: top;
    }

        #nav .side .content {
            padding: 1.5vmin;
        }

    #nav .main {
        display: inline-block;
        vertical-align: top;
    }

    #nav.nav-side-width, #nav .nav-side-width {
        width: 15%;
    }

    #nav.nav-main-width, #nav .nav-main-width {
        width: 70%;
    }

#message-bar {
    height: 100%;
    border-radius: .5vmin;
    box-shadow: 0 0 6px 1px #8a8a8a;
    cursor: pointer;
}

    #message-bar .content {
        padding: 1.5vmin;
    }

    #message-bar .background {
        box-shadow: 0 0 1vmin 0 #ffffff;
        transition: linear 15s;
    }

    #message-bar .gray-bg {
        background: linear-gradient(to bottom, #8a8a8a 0%, #b8b8b8 6%, #8a8a8a 100%);
    }

    #message-bar .white-bg {
        background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 6%, #e6e6e6 100%);
    }

    #message-bar .black-bg {
        background: linear-gradient(to bottom, #4b4748 0%, #6e6869 6%, #4b4748 100%);
    }

    #message-bar .green-bg {
        background: linear-gradient(to bottom, #1ac155 0%, #31e36f 6%, #1ac155 100%);
    }

    #message-bar .blue-bg {
        background: linear-gradient(to bottom, #0095f4 0%, #52bdff 6%, #0095f4 100%);
    }

    #message-bar .red-bg {
        background: linear-gradient(to bottom, #f83204 0%, #fc7354 6%, #f83204 100%);
    }

    #message-bar .text {
        line-height: 6vmin;
        font-size: 4vmin;
    }

.nav-button {
    font-size: 4vmin !important;
    line-height: 12vmin;
}

.center-vertical {
    display: table;
    height: 100%;
    white-space: initial;
}

    .center-vertical .text {
        display: table-cell;
        vertical-align: middle;
    }

.max-size {
    height: 100%;
    width: 100%;
}

.no-height {
    height: 0;
}

.hide-overflow {
    overflow: hidden;
}

.hide-text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.space-above {
    margin-top: 12vmin;
}

.space-above-small {
    margin-top: 9vmin;
}

.vertical-space {
    height: 12vmin;
}

.vertical-space-small {
    height: 9vmin;
}

.layer {
    position: relative;
    z-index: 1;
}

.page {
    padding: 3vmin;
}

.button {
    display: block;
    padding: 3vmin 4vmin 3.5vmin 4vmin;
    width: 100%;
    border: none;
    border-radius: 6px;
    line-height: 133%;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0 0 1px 1px #24272a;
    background-color: rgba(255, 255, 255, 0);
}

    .button:hover, .button:focus, .button:active {
        box-shadow: inset 0 0 1px 1px #24272a, 0 0 6px 1px #24272a;
    }

.page {
    background-color: #ffffff;
    /*transition: .3s;*/
    text-align: center;
}

    .page.fullscreen {
        padding: 0;
    }

.page-meta {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.page-content {
    width: 100%;
    display: inline-block;
}

.page.fullscreen .page-content {
    max-width: 100% !important;
}

.center {
    text-align: center;
}

.inline {
    display: inline;
}

.wrap {
    word-wrap: break-word; /* IE */
    overflow-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

.text-with-icon {
    display: block;
    margin-left: 1em;
}

    .text-with-icon .glyphicon {
        margin-left: -1.33em;
        float: left;
        line-height: 133%;
    }

.item-icon {
    display: inline-block;
    width: 8%;
    vertical-align: top;
}

.item-content {
    display: inline-block;
    width: 92%;
    padding-left: 4vmin;
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: top;
}

.gray {
    color: #8a8a8a;
    border-color: #8a8a8a;
}

.white {
    color: #ffffff;
    border-color: #ffffff;
}

.black {
    color: #24272a;
    border-color: #24272a;
}

.green {
    color: #1ac155;
    border-color: #1ac155;
}

.blue {
    color: #0095f4;
    border-color: #0095f4;
}

.red {
    color: #f83204;
    border-color: #f83204;
}

.gray-bg {
    background-color: #8a8a8a;
}

.white-bg {
    background-color: #ffffff;
}

.black-bg {
    background-color: #24272a;
}

.green-bg {
    background-color: #1ac155;
}

.blue-bg {
    background-color: #0095f4;
}

.red-bg {
    background-color: #f83204;
}

.gray .button {
    box-shadow: inset 0 0 1px 1px #8a8a8a;
}

    .gray .button:hover, .gray .button:focus {
        box-shadow: inset 0 0 1px 1px #8a8a8a, 0 0 6px 1px #8a8a8a;
    }

    .gray .button:active {
        background-color: rgba(138, 138, 138, .2);
    }

.white .button {
    box-shadow: inset 0 0 1px 1px #ffffff;
}

    .white .button:hover, .white .button:focus {
        box-shadow: inset 0 0 1px 1px #ffffff, 0 0 6px 1px #ffffff;
    }

    .white .button:active {
        background-color: rgba(255, 255, 255, .2);
    }

.black .button {
    box-shadow: inset 0 0 1px 1px #24272a;
}

    .black .button:hover, .black .button:focus {
        box-shadow: inset 0 0 1px 1px #24272a, 0 0 6px 1px #24272a;
    }

    .black .button:active {
        background-color: rgba(36, 39, 42, .2);
    }

.green .button {
    box-shadow: inset 0 0 1px 1px #1ac155;
}

    .green .button:hover, .green .button:focus {
        box-shadow: inset 0 0 1px 1px #1ac155, 0 0 6px 1px #1ac155;
    }

    .green .button:active {
        background-color: rgba(26, 193, 85, .2);
    }

.blue .button {
    box-shadow: inset 0 0 1px 1px #0095f4;
}

    .blue .button:hover, .blue .button:focus {
        box-shadow: inset 0 0 1px 1px #0095f4, 0 0 6px 1px #0095f4;
    }

    .blue .button:active {
        background-color: rgba(0, 149, 244, 0.2);
    }

.red .button {
    box-shadow: inset 0 0 1px 1px #f83204;
}

    .red .button:hover, .red .button:focus {
        box-shadow: inset 0 0 1px 1px #f83204, 0 0 6px 1px #f83204;
    }

    .red .button:active {
        background-color: rgba(248, 50, 4, .2);
    }

.button.gray {
    box-shadow: inset 0 0 1px 1px #8a8a8a;
}

    .button.gray:hover, .button.gray:focus {
        box-shadow: inset 0 0 1px 1px #8a8a8a, 0 0 6px 1px #8a8a8a;
    }

    .button.gray:active {
        background-color: rgba(138, 138, 138, .2);
    }

.button.white {
    box-shadow: inset 0 0 1px 1px #ffffff;
}

    .button.white:hover, .button.white:focus {
        box-shadow: inset 0 0 1px 1px #ffffff, 0 0 6px 1px #ffffff;
    }

    .button.white:active {
        background-color: rgba(255, 255, 255, .2);
    }

.button.black {
    box-shadow: inset 0 0 1px 1px #24272a;
}

    .button.black:hover, .button.black:focus {
        box-shadow: inset 0 0 1px 1px #24272a, 0 0 6px 1px #24272a;
    }

    .button.black:active {
        background-color: rgba(36, 39, 42, .2);
    }

.button.green {
    box-shadow: inset 0 0 1px 1px #1ac155;
}

    .button.green:hover, .button.green:focus {
        box-shadow: inset 0 0 1px 1px #1ac155, 0 0 6px 1px #1ac155;
    }

    .button.green:active {
        background-color: rgba(26, 193, 85, .2);
    }

.button.blue {
    box-shadow: inset 0 0 1px 1px #0095f4;
}

    .button.blue:hover, .button.blue:focus {
        box-shadow: inset 0 0 1px 1px #0095f4, 0 0 6px 1px #0095f4;
    }

    .button.blue:active {
        background-color: rgba(0, 149, 244, 0.2);
    }

.button.red {
    box-shadow: inset 0 0 1px 1px #f83204;
}

    .button.red:hover, .button.red:focus {
        box-shadow: inset 0 0 1px 1px #f83204, 0 0 6px 1px #f83204;
    }

    .button.red:active {
        background-color: rgba(248, 50, 4, .2);
    }

.half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.half-height {
    height: 50%;
}

.third {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}

.third-height {
    height: 33.33%;
}

.quarter {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.quarter-height {
    height: 25%;
}

.buttons li {
    margin: 0;
    padding: 2vmin;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.installation {
    padding: 3vmin;
}

    .installation h2 {
        white-space: nowrap;
        overflow: hidden;
        font-size: 3vmin;
        margin: 0;
        padding: .5vmin;
        line-height: 100%;
    }

    .installation.selected h2 {
        font-size: 6vmin;
    }

.installations .installation {
    height: 100%;
}

.installations li, .cameras li {
    margin: 0;
    font-size: 0;
}

.camera {
    padding: .5vmin;
}

.installation, .camera {
    cursor: pointer;
}

.installation-page-buttons {
    padding: .5vmin;
}

.installation-page-button {
    display: inline-block;
    width: 33.33%;
    font-size: 3vmin;
}

    .installation-page-button .glyphicon.icon {
        font-size: 6vmin;
        vertical-align: middle;
    }

    .installation-page-button .text {
        display: inline-block;
        vertical-align: middle;
        padding: 0 .1em 0 .5em;
    }

ol.numbered-list {
    margin-left: 1px;
    padding: 0 0 0 8%;
    list-style-type: decimal;
    font-style: italic;
}

    ol.numbered-list li {
        padding: 0 0 0 4vmin;
        line-height: 150%;
    }

ul.bullet-list {
    padding: 0 0 0 8%;
    list-style-type: square;
}

    ul.bullet-list li {
        line-height: 150%;
    }

ul.highlight-list label:hover {
    box-shadow: inset 0 0 1px 1px #0095f4, 0 0 6px 1px #0095f4;
}

ul.highlight-list label.highlight {
    background-color: rgba(26, 193, 85, .2);
    box-shadow: inset 0 0 1px 1px #1ac155, 0 0 6px 1px #1ac155;
}

ul.avatar-list li {
    display: inline-block;
    width: 50%;
    padding: 2vmin;
}

ul.avatar-list label {
    padding-top: 56.25%;
    border-radius: 6px;
    background-image: url(/Content/images/gardio-avatar_160x90.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

    ul.avatar-list label input {
        display: inline-block;
        width: 25%;
    }

    ul.avatar-list label span {
        display: inline-block;
        width: 75%;
        padding-right: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

ul.avatar-list li.new-avatar {
    width: 100%;
    margin-top: 6vmin;
}

    ul.avatar-list li.new-avatar label {
        padding-top: 0;
        background-image: none;
    }

        ul.avatar-list li.new-avatar label input {
            width: 12.5%;
        }

        ul.avatar-list li.new-avatar label span {
            width: 87.5%;
            padding-right: 12.5%;
            text-align: left;
        }

ul.pin-code-buttons {
    padding: .5vmin;
    font-weight: bold;
}

    ul.pin-code-buttons li {
        display: inline-block;
        margin: 0;
        padding: .5vmin;
        width: 33.3%;
    }

.pin-code-input-container label {
    margin-bottom: 3vmin;
}

    .pin-code-input-container label span {
        width: 35%;
    }

    .pin-code-input-container label input {
        width: 30%;
        text-align: center;
    }

.pin-code-avatar-container {
    display: none;
}

.normal-text {
    font-style: normal;
    font-weight: normal;
}

.letter-spacing {
    letter-spacing: .5vmin;
}

.hide {
    display: none !important;
}

.desktop-layout {
    display: none;
    visibility: hidden;
}

.loading {
    position: fixed;
    left: 50%;
    top: 37%;
    width: 100vmin;
    height: 100vmin;
    margin: -50vmin 0 0 -50vmin;
    padding: 0;
    line-height: 100vmin;
    text-align: center;
}

.loading-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: 1s;
    cursor: wait;
}

.loading-progress {
    width: 80%;
    height: 100%;
    background-color: #0095f4;
    box-shadow: 0 0 6vmin 6vmin #0095f4;
    transition: linear .2s;
    cursor: wait;
}

.loading-progress-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.5vmin;
    background-color: rgba(0, 149, 244, 0.2);
    overflow: hidden;
    opacity: 1;
    transition: .5s;
    cursor: wait;
}

.block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    cursor: progress;
}

.upper-case {
    text-transform: uppercase;
}

.display-mobile {
    display: block;
}

.pill {
    background-color: #e6f6ff;
    border: 1px solid #0095f4;
    border-radius: 12px;
    font-size: 4vmin;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .pill .pill-part {
        display: inline-block;
        line-height: 150%;
        vertical-align: top;
        width: 50%;
    }

#qr {
    display: none;
}

.qr-section {
    text-align: center;
}

.qr-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.qr-container svg {
    bottom: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}

.qr-text {
    display: none;
    text-align: center;
}

.square {
    display: block;
    padding-bottom: 100%;
}

@media screen and (min-width: 541px) and (min-height: 541px) {
    input {
        padding: .5vmin 0;
    }

    textarea {
        padding: 1vmin;
        height: 12vmin;
    }

    label.keyboard-interaction-control {
        display: inline-block;
        text-align: center;
        width: 5%;
    }

    label .glyphicon {
        width: 5%;
    }

    label input[type=email], label input[type=password], label input[type=text] {
        width: 95%;
    }

        label input[type=password].interactive, label input[type=text].interactive {
            width: 90%;
        }

    label input[type=checkbox], label input[type=radio] {
        width: 5%;
    }

    label textarea {
        width: 95%;
    }

    label span {
        width: 95%;
    }

    label .input-container {
        display: inline-block;
        width: 5%;
        vertical-align: top;
    }

    label .text-container {
        display: inline-block;
        width: 95%;
        vertical-align: top;
    }

    h1 {
        font-size: 5vmin;
    }

    h2 {
        font-size: 4vmin;
    }

    h3 {
        font-size: 3vmin;
    }

    h4, p, dl, li, a, input, label, button, textarea {
        font-size: 2.5vmin;
    }

    h5 {
        font-size: 2vmin;
    }

    h6 {
        font-size: 1.5vmin;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1.5vmin;
    }

    p, dt, dd, li {
        margin-top: 1.5vmin;
    }

    dd {
        margin-bottom: 1.5vmin;
    }

        dd + dd {
            margin-top: -1.5vmin;
            margin-bottom: 1.5vmin;
        }

    /*label {
        margin-top: 1vmin;
    }

        label .text {
            margin: -1vmin 0 0 3vmin;
        }*/

    #nav.nav-height, #nav .nav-height {
        height: 6vmin;
    }

    #nav.nav-side-width, #nav .nav-side-width {
        width: 12%;
    }

    #nav.nav-main-width, #nav .nav-main-width {
        width: 76%;
    }

    #message-bar .text {
        line-height: 3vmin;
        font-size: 3vmin;
    }

    #message-bar .center-vertical, #message-bar .center-vertical .text {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-button {
        font-size: 3vmin !important;
        line-height: 3vmin;
    }

    .page-meta {
        text-align: left;
    }

    .space-above {
        margin-top: 6vmin;
    }

    .space-above-small {
        margin-top: 3vmin;
    }

    .vertical-space {
        height: 9vmin;
    }

    .vertical-space-small {
        height: 6vmin;
    }

    .button {
        padding: 1.1vmin 1.5vmin 1.1vmin 1.5vmin;
    }

    .item-icon {
        width: 5%;
    }

    .item-content {
        width: 95%;
        padding-left: 2vmin;
    }

    .buttons li {
        padding: 1vmin;
    }

    .installation.selected h2 {
        font-size: 5vmin;
    }

        .installation.selected h2 .icon {
            font-size: 5vmin;
            width: 6%;
            margin-right: -.3em;
        }

    .installation.selected .cameras {
        width: 94%;
        margin-left: 6%;
        height: 0;
    }

    .installation.selected .installation-page-buttons {
        width: 6%;
        margin-top: -1vmin;
    }

    .installation.selected .installation-page-button {
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }

    .installation-page-button .glyphicon.icon {
        font-size: 5vmin;
    }

    .installation-page-button .text {
        display: none;
    }

    .pill {
        font-size: 1.5vmin;
    }

    ol.numbered-list {
        padding: 0 0 0 5%;
    }

        ol.numbered-list li {
            padding: 0 0 0 2vmin;
        }

    ul.bullet-list {
        padding: 0 0 0 5%;
    }

    ul.avatar-list label input {
        width: 15%;
    }

    ul.avatar-list label span {
        width: 85%;
        padding-right: 15%;
    }

    ul.avatar-list li.new-avatar {
        margin-top: 3vmin;
    }

        ul.avatar-list li.new-avatar label input {
            width: 5%;
        }

        ul.avatar-list li.new-avatar label span {
            width: 95%;
            padding-right: 5%;
        }

    .pin-code-input-container {
        display: inline-block;
        width: 62.5%;
        vertical-align: top;
    }

        .pin-code-input-container label {
            margin-bottom: 1vmin;
        }

            .pin-code-input-container label span {
                width: 35%;
            }

            .pin-code-input-container label input {
                width: 30%;
            }

    .pin-code-avatar-container {
        display: inline-block;
        width: 37.5%;
        vertical-align: top;
    }

        .pin-code-avatar-container avatar {
            display: block;
            margin: 7.5vmin auto 0 auto;
            width: 100%;
            max-width: 20vmin;
        }

    .desktop-layout {
        visibility: visible;
    }

    .loading-progress-bg {
        height: 1vmin;
    }
}

@media screen and (min-width: 600px) {
    .display-mobile {
        display: none;
    }

    .half-width-desktop {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

        .half-width-desktop.adjust-left {
            left: -50%;
        }

        .half-width-desktop.adjust-right {
            left: 50%;
        }
}

@media screen and (min-width: 700px) {
    .page-meta, .page-content {
        max-width: 90vw;
    }

    ul.avatar-list li {
        width: 30vw;
    }
}

@media screen and (min-width: 850px) {
    .page-meta, .page-content {
        max-width: 70vw;
    }

    ul.avatar-list li {
        width: 23.33vw;
    }
}

@media screen and (min-width: 1000px) {
    #main-logo {
        width: 100px;
    }

    .page-meta {
        max-width: 100%;
    }

    .page-content {
        max-width: 60vw;
    }

    ul.avatar-list li {
        width: 20vw;
    }
}

@media screen and (min-width: 1500px) {
    .page-content {
        max-width: 40vw;
    }

    ul.avatar-list li {
        width: 13.33vw;
    }
}

@media screen and (min-width: 850px) and (min-height: 541px) {
    #main-logo-container {
        padding: 1.5vmin;
    }

    .page-meta {
        height: 0;
        display: block;
    }
}

.glyphicon {
    font-size: 75%;
    width: 1em;
}
