@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:200");

/*
	Visualize by TEMPLATED
	templated.live
	Released for free under the Creative Commons Attribution 3.0 license (templated.live/license)
*/

/* Reset */
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: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
    box-sizing: border-box;
}

/* Basic */
body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}

body {
    background-color: #000;
    background-image: url("../../images/bg.jpg");
    background-size: cover;
    background-position: top center;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* Type */
body, input, select, textarea {
    color: rgba(255, 255, 255, 0.65);
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 200;
    line-height: 1.65;
}

@media screen and (max-width: 1280px) {
    body, input, select, textarea {
        font-size: 12pt;
    }
}

a {
    color: inherit;
    text-decoration: none;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
    -moz-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a:hover {
    color: #ffffff;
    border-bottom-color: transparent;
}

strong, b {
    color: #ffffff;
    font-weight: 200;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 200;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 980px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: none;
    }
}

h1 {
    font-size: 1.75em;
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 1.25em;
    }
}

h2 {
    font-size: 1.35em;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1em;
    }
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Section/Article */
section.special, article.special {
    text-align: center;
}

header p {
    color: rgba(255, 255, 255, 0.35);
    position: relative;
    margin: 0 0 1.5em 0;
}

header h2 + p {
    font-size: 1.25em;
    margin-top: -1em;
}

header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
}

/* Thumbnails */
.thumbnails {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 0 0 2em -2em;
}

.thumbnails a {
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: none;
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.075);
    cursor: pointer;
    outline: 0;
    overflow: hidden;
}

.thumbnails a img {
    display: block;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 1px 1px 0;
}

.thumbnails a h3 {
    margin: 0.5em;
}

.thumbnails a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
}

.thumbnails > div {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3);
    padding-left: 2em;
}

.thumbnails > div > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
    .thumbnails {
        margin: 0 0 2em -1.5em;
    }

    .thumbnails a {
        margin: 0 0 1.5em 0;
    }

    .thumbnails > div {
        padding-left: 1.5em;
    }
}

@media screen and (max-width: 980px) {
    .thumbnails h3 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 480px) {
    .thumbnails {
        display: block;
    }

    .thumbnails a {
        margin: 0 0 2em 0 !important;
    }

    .thumbnails > div {
        display: block;
        width: 100%;
    }

    .thumbnails > div:last-child > :last-child {
        margin-bottom: 0 !important;
    }

    .thumbnails h3 {
        font-size: 1em;
    }
}

/* Wrapper */
#wrapper {
    max-width: 68em;
    width: 100%;
    margin: 0 auto;
    padding: 0 2em;
    opacity: 1;
    filter: none;
    -moz-transition: opacity 1s ease, -moz-filter 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
    -ms-transition: opacity 1s ease, -ms-filter 1s ease;
    transition: opacity 1s ease, filter 1s ease;
}

body.is-loading #wrapper {
    opacity: 0;
    -webkit-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

body.is-covered #wrapper {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Header */
#header {
    text-align: center;
    padding: 6em 0 4em 0;
}

#header h1 {
    color: rgba(255, 255, 255, 0.65);
}

#header .avatar {
    border-radius: 100%;
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0.5em;
    border: solid 1px rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.075);
}

#header .avatar img {
    border-radius: 100%;
    display: block;
    width: 10em;
}

@media screen and (max-width: 1280px) {
    #header {
        padding: 4em 0 2em 0;
    }
}

/* Footer */
#footer {
    text-align: center;
    padding: 2em 0 2em 0;
}

#footer:before {
    content: '';
    border-top: solid 1px rgba(255, 255, 255, 0.25);
    width: 10em;
    display: block;
    margin: 0 auto 1em auto;
}

@media screen and (max-width: 1280px) {
    #footer {
        padding: 1em 0 1em 0;
    }
}

/* VenoBox */
.vbox-overlay .vbox-close {
    top: 15px;
    right: 15px;
}

.vbox-left-corner {
    top: 15px;
    left: 15px;
}

.vbox-next {
    right: 45px;
    border: none;
}

.vbox-prev {
    left: 45px;
    border: none;
}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.tooltip p.tooltiptext {
    margin: 0;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    width: 180px;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
}

.tooltip .tooltiptext strong,
.tooltip .tooltiptext b {
    font-weight: bold;
}
