.grid {
    display: block;
    width: 100%;
    overflow: hidden;
}

.grid-cell {
    display: block;
    float: left;
    height: auto;
    display: block;
    margin: 0% 2% 40px 2%;
    width: 16.8%;
}

.grid-cell:nth-child(2n), .grid-cell:nth-child(2n-9), .grid-cell:nth-child(3n), .grid-cell:nth-child(3n-8), .grid-cell:nth-child(4n), .grid-cell:nth-child(4n-7), .grid-cell:nth-child(5n), .grid-cell:nth-child(5n-4) {
    margin: 0% 2% 40px 2%;
}

.grid-cell:nth-child(5n) {
    margin-right: 0;
}

.grid-cell:nth-child(5n-4) {
    margin-left: 0;
}

@media screen and (max-width: 1300px) {
    .grid-cell {
        width: 22%;
    }

    .grid-cell:nth-child(2n), .grid-cell:nth-child(2n-9), .grid-cell:nth-child(3n), .grid-cell:nth-child(3n-8), .grid-cell:nth-child(4n), .grid-cell:nth-child(4n-7), .grid-cell:nth-child(5n), .grid-cell:nth-child(5n-4) {
        margin: 0% 2% 40px 2%;
    }

    .grid-cell:nth-child(4n) {
        margin-right: 0;
    }

    .grid-cell:nth-child(4n-7) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .grid-cell {
        width: 30.666666666666668%;
    }

    .grid-cell:nth-child(2n), .grid-cell:nth-child(2n-9), .grid-cell:nth-child(3n), .grid-cell:nth-child(3n-8), .grid-cell:nth-child(4n), .grid-cell:nth-child(4n-7), .grid-cell:nth-child(5n), .grid-cell:nth-child(5n-4) {
        margin: 0% 2% 40px 2%;
    }

    .grid-cell:nth-child(3n) {
        margin-right: 0;
    }

    .grid-cell:nth-child(3n-8) {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .grid-cell {
        width: 48%;
    }

    .grid-cell:nth-child(2n), .grid-cell:nth-child(2n-9), .grid-cell:nth-child(3n), .grid-cell:nth-child(3n-8), .grid-cell:nth-child(4n), .grid-cell:nth-child(4n-7), .grid-cell:nth-child(5n), .grid-cell:nth-child(5n-4) {
        margin: 0% 2% 40px 2%;
    }

    .grid-cell:nth-child(2n) {
        margin-right: 0;
    }

    .grid-cell:nth-child(2n-9) {
        margin-left: 0;
    }
}

@media screen and (max-width: 300px) {
    .grid-cell {
        width: 100%;
    }

    .grid-cell:nth-child(2n), .grid-cell:nth-child(2n-9), .grid-cell:nth-child(3n), .grid-cell:nth-child(3n-8), .grid-cell:nth-child(4n), .grid-cell:nth-child(4n-7), .grid-cell:nth-child(5n), .grid-cell:nth-child(5n-4) {
        margin: 0% 2% 40px 2%;
    }
}

.grid-2 .grid-cell {
    width: 48%;
}

.grid-2 .grid-cell:nth-child(2n) {
    margin-right: 0;
}

.grid-2 .grid-cell:nth-child(2n-9) {
    margin-left: 0;
}

.grid-3 .grid-cell {
    width: 30.666666666666668%;
}

.grid-3 .grid-cell:nth-child(3n) {
    margin-right: 0;
}

.grid-3 .grid-cell:nth-child(3n-8) {
    margin-left: 0;
}

.grid-4 .grid-cell {
    width: 22%;
}

.grid-4 .grid-cell:nth-child(4n) {
    margin-right: 0;
}

.grid-4 .grid-cell:nth-child(4n-7) {
    margin-left: 0;
}

.grid-5 .grid-cell {
    width: 16.8%;
}

.grid-5 .grid-cell:nth-child(5n) {
    margin-right: 0;
}

.grid-5 .grid-cell:nth-child(5n-6) {
    margin-left: 0;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.irbefore {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
}

.visuallyhidden.focusableactive, .visuallyhidden.focusablefocus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    margin: 0;
}

.invisible {
    visibility: hidden;
}

.clearfixbefore, .clearfixafter {
    content: " ";
    display: table;
}

.clearfixafter {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.flag {
    display: table;
    width: 100%;
}

.flag__image, .flag__body {
    display: table-cell;
    vertical-align: middle;
}

.flag--top {
    vertical-align: top;
}

.flag--bottom {
    vertical-align: bottom;
}

.flag__image {
    padding-right: 10px;
    img display: block;
    max-width: none;
}

.flag--rev {
    padding-right: 0;
    padding-left: 10px;
}

.flag__body {
    width: 100%;
}

/* HTML5 Boilerplate v4.3.0 | MIT License | http//h5bp.com/ */
html, button, input, select, textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:visited {
        text-decoration: underline;
    }

    a[href] after {
        content: " (" attr(href) ")";
    }

    abbr[title] after {
        content: " (" attr(title) ")";
    }

    .ir a:after a[href^="javascript"] after, .ir a:after a[href^="#"] after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid $ black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid $ black;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid $ black;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid $ black;
}

.halfCircle-up {
    height: 20px;
    width: 40px;
    border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    background: $ black;
}

.halfCircle-down {
    height: 20px;
    width: 40px;
    border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    -webkit-border-radius: 0 0 40px 40px;
    background: $ black;
}

.halfCircle-right {
    height: 40px;
    width: 20px;
    border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    -webkit-border-radius: 0 40px 40px 0;
    background: $ black;
}

.halfCircle-left {
    height: 40px;
    width: 20px;
    border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    -webkit-border-radius: 40px 0 0 40px;
    background: $ black;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4 {
    text-align: left;
}

.rich-text h1 {
    font-size: 2em;
}

.rich-text h2 {
    font-size: 1.8em;
}

.rich-text h3 {
    font-size: 1.6em;
}

.rich-text h4 {
    font-size: 1.4em;
}

.rich-text h4 {
    font-size: 1.2em;
}

.rich-text strong {
    font-weight: 600;
}

.rich-text u {
    font-style: italic;
}

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

html, body {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

html main, body main {
    overflow: hidden;
}

ul.social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

ul.social li {
    min-width: 10px;
    display: block;
}

ul.social li text-align center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.social li:not(:last-child) {
    margin-right: 15px;
}

#header {
    width: 100%;
    position: absolute;
    padding: 2% 0 2% 0;
    z-index: 10;
    margin: 0px auto 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}

@media screen and (max-width: 800px) {
    #header {
        height: auto;
    }
}

#header .wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 10px;
    height: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header .icon img {
    width: 50px;
    height: auto;
    display: block;
    margin: auto;
}

@media screen and (max-width: 800px) {
    #header .icon {
        margin: 0 auto 20px auto;
        width: 100%;
    }

    #header .icon img {
        width: 100px;
    }
}

#header nav {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 800px) {
    #header nav {
        width: 100%;
        position: inherit;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

#header ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#header ul li {
    min-width: 10px;
    display: block;
}

#header ul li text-align center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    #header ul.social {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 800px) {
    #header ul.navigation {
        font-size: 0.8em;
    }
}

#header ul.navigation li {
    display: block;
    font-weight: 100;
    text-align: center;
    border-bottom: 0px solid #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    padding: 0 10px 0 10px;
}

#header ul.navigation li::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 0px;
    background: #fff;
    content: "";
}

#header ul.navigation li:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

#header ul.navigation li:hover a {
    color: #fff;
}

#header ul.navigation li:hover::before, #header ul.navigation li.active::before {
    height: 2px;
}

@media screen and (max-width: 800px) {
    #header ul.navigation li {
        min-width: 0;
        font-size: 1em;
    }
}

.image-wrapper {
    min-height: 60vh;
    height: 500px;
    position: relative; /* background linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
}

.image-wrapper .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

@media screen and (max-width: 800px) {
    .image-wrapper .wrapper {
        -webkit-transform: translate(-50%, -35%);
        -moz-transform: translate(-50%, -35%);
        -o-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }
}

.image-wrapper .parallax {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-image: url("../images/pruebaheader.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-attachment: fixed;
    background-position-y: -250px;
}

@media screen and (max-width: 800px) {
    .image-wrapper .parallax {
        background-position-y: center;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        background-size: auto 100%;
    }
}

.image-wrapper .parallax img {
    display: none;
}

.image-wrapper .logo {
    display: block;
    width: auto;
    height: 70%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
    .image-wrapper .logo {
        height: 40%;
    }
}

.parallax-container {
    width: 100%;
    height: 400px;
    position: absolute;
}

.parallax-container.pos-1 {
    -webkit-transform: translateY(-95%);
    -moz-transform: translateY(-95%);
    -o-transform: translateY(-95%);
    -ms-transform: translateY(-95%);
    transform: translateY(-95%);
}

.parallax-container.pos-2 {
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
}

.divider {
    position: absolute;
    width: 100%;
    display: block;
    overflow: hidden;
}

.divider svg {
    display: block;
    width: 2048px;
    height: auto;
}

.divider svg path {
    fill: #000;
}

.divider .fade-bottom {
    position: absolute;
    bottom: 0;
    height: 25%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.divider.pos-1 {
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
}

.divider.pos-2 {
    -webkit-transform: translateY(-87%);
    -moz-transform: translateY(-87%);
    -o-transform: translateY(-87%);
    -ms-transform: translateY(-87%);
    transform: translateY(-87%);
}

.divider.pos-3 {
    -webkit-transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    -o-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    transform: translateY(-85%);
}

.divider.pos-4 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

h1, h2, h3, h4 {
    margin: 0 auto 0 auto;
    text-align: center;
}

h1 {
    font-size: 3.03em;
    font-weight: 800;
    margin: 20px auto 20px auto;
}

h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin: 20px auto 40px auto;
}

h3 {
    font-weight: 600;
    font-size: 1.2em;
}

@media screen and (max-width: 800px) {
    h3 {
        font-size: 1.2em;
    }
}

h4 {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: 400;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p:first-child:not(:last-child) {
    margin: 0 auto 40px auto;
}

p:last-child:not(:first-child) {
    margin: 40px auto 0 auto;
}

p:not(:first-child):not(:last-child) {
    margin: 40px auto 40px auto;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

a:hover {
    color: #f55257;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0px 0 50px 0;*/
}

.wrapper {
    width: 80%;
    max-width: 1300px;
    margin: auto;
    display: block;
}

@media screen and (max-width: 800px) {
    .wrapper {
        width: 90%;
    }
}

.center {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.clearfix {
    display: block;
    clear: both;
}

.center-wrapper {
    margin: 0 auto 0 auto;
    display: block;
    overflow: hidden;
}

.text-container {
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.main-content {
    text-align: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 50px 0 0 0;
}

.phrase {
    text-align: left;
    width: 100%;
    margin: 20px auto 10px auto;
}

.generic-image {
    border-radius: 10px;
    margin-bottom: 40px;
}

#footer {
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 20px;
    box-sising: border-box;
    border-top: 5px solid #78c2c2;
}

#footer .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#footer .hyperbeard {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#footer .hyperbeard img {
    display: block;
    width: 60px;
    height: auto;
}

#footer .hyperbeard p {
    display: block;
    text-align: center;
    margin: 10px;
    font-size: 0.8em;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 800px) {
    #footer .hyperbeard {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #footer .footer-right {
        width: 100%;
    }
}

#footer .legal {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0;
}

@media screen and (max-width: 800px) {
    #footer .legal {
        width: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 10px;
    }
}

#footer .legal li {
    display: block;
    font-size: 0.8em;
}

#footer .legal li:not(:last-child) {
    margin-bottom: 10px;
}

#footer .social {
    margin-top: 10px;
    margin-bottom: 3px;
}

@media screen and (max-width: 800px) {
    #footer .social {
        width: 100%;
    }
}

.blog {
    z-index: 1000;
    text-align: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 50px 0 0 0;
}

.blog article {
    width: 100%;
    max-width: 800px;
    text-align: left;
    background: #fff;
    color: #000;
    display: block;
    clear: both;
    overflow: hidden;
    margin: 25px auto 25px auto;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
}

.blog .gallery, .blog .content {
    width: 100%;
    display: block;
}

.blog .content {
    padding: 10px;
}

.blog .body, .blog .caption {
    width: 100%;
}

.blog .info {
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-size: 1.2em;
}

.blog .info span {
    width: 40%;
    display: inline-block;
    text-align: left;
}

.blog header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog h2 {
    margin: 10px auto 10px auto;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #f55257;
}

.blog img {
    width: 100%;
    height: auto;
    display: block;
}

.blog p {
    width: 98%;
    font-size: 1.2em;
    max-width: none;
    margin: 20px 0 20px 0;
    line-height: 1.5em;
}

.blog b {
    font-size: 1.3em;
    margin: 10px 0 10px 0;
}

.blog a {
    color: #78c2c2;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.blog a:hover {
    color: #f55257;
}

.blog ul {
    display: inline-block;
    text-align: right;
    width: 55%;
}

.blog ul li {
    display: inline-block;
    margin: 0 10px 0 10px;
}

.blog ul li a {
    color: #fff;
}

.blog ul li a:hover {
    color: #78c2c2;
}

.subscribe {
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.subscribe form {
    width: 100%;
    height: auto;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.subscribe form input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px auto 10px auto;
    outline: none;
    border: 2px solid;
    font-size: 1em;
    letter-spacing: 0em;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.subscribe form input[type=email] {
    max-width: 100%;
    color: #78c2c2;
    border-color: #78c2c2;
}

.subscribe form input[type=submit] {
    max-width: 100%;
    background: #f55257;
    color: #fff;
    border-color: #f55257;
    margin-left: 10px;
    max-width: 100px;
}

@media screen and (max-width: 800px) {
    .subscribe form input[type=submit] {
        width: 100%;
        max-width: none;
        margin-left: 0px;
        margin-top: 10px;
    }
}

.dude-grid {
    margin: 40px 0 0 0;
}

.dude-grid img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10%;
    border: 5px solid #fff;
    -webkit-transition: border-radius 0.2s ease;
    -moz-transition: border-radius 0.2s ease;
    -o-transition: border-radius 0.2s ease;
    -ms-transition: border-radius 0.2s ease;
    transition: border-radius 0.2s ease;
}

.dude-grid img:hover {
    border: 5px solid #fff;
    border-radius: 50%;
}

.dude-grid .info {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dude__avatar {
    position: relative;
}

.dude__avatar:hover .dude__container {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    color: #fff;
    border-radius: 50%;
}

.dude__avatar:hover img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.dude__container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    border-radius: 10%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    font-size: 1.3em;
    overflow: hidden;
    line-height: 1.5em;
}

.dude__center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.9em;
}

.game-grid img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10%;
    border: 5px solid #fff;
    -webkit-transition: border-radius 0.2s ease;
    -moz-transition: border-radius 0.2s ease;
    -o-transition: border-radius 0.2s ease;
    -ms-transition: border-radius 0.2s ease;
    transition: border-radius 0.2s ease;
}

.game-grid img:hover {
    border: 5px solid #fff;
    border-radius: 50%;
}

.game-grid .info {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icon {
    border-radius: 10%;
}

.flex-container-column {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-container-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 20px 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

@media screen and (max-width: 1300px) {
    .flex-container-row {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media screen and (max-width: 1024px) {
    .flex-container-row {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media screen and (max-width: 650px) {
    .flex-container-row {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
}

@media screen and (max-width: 300px) {
    .flex-container-row {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
}

.flex-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: auto;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
}

.flex-icon img {
    margin: auto;
}

@media screen and (max-width: 1300px) {
    .flex-icon {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .flex-icon {
        margin: auto;
    }
}

@media screen and (max-width: 650px) {
    .flex-icon {
        margin: auto auto 20px auto;
    }
}

@media screen and (max-width: 300px) {
    .flex-icon {
        margin: auto auto 20px auto;
    }
}

.flex-links-container {
    margin: 0 0 0 20px;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -o-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    width: auto;
}

@media screen and (max-width: 1300px) {
    .flex-links-container {
        margin: 0 0 0 20px;
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .flex-links-container {
        margin: 0 0 0 20px;
        width: auto;
    }
}

@media screen and (max-width: 650px) {
    .flex-links-container {
        margin: 0 0 0 0;
        width: 100%;
    }
}

@media screen and (max-width: 300px) {
    .flex-links-container {
        margin: 0 0 0 0;
        width: 100%;
    }
}

.flex-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: space-start;
    -moz-box-pack: space-start;
    -o-box-pack: space-start;
    -ms-flex-pack: space-start;
    -webkit-justify-content: space-start;
    justify-content: space-start;
}

.flex-link-store {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

.flex-cell {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 5px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
}

.flex-cell a {
    width: 100%;
}

.link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    border-radius: 5px;
    font-size: 1.4em;
    text-align: center;
    border: solid 1px #666;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    items-align: center;
    padding: 4%;
    height: 100%;
}

.link a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 1300px) {
    .link {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 1024px) {
    .link {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 650px) {
    .link {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 300px) {
    .link {
        font-size: 0.9em;
    }
}

.image-gallery {
    display: block;
    margin: 20px auto 20px auto;
}

.image-gallery .grid-cell {
    border-radius: 10px;
    position: relative;
    padding: 0 0 200px;
    background: #e3e3e3;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.image-gallery a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 20px auto 40px auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}