/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
*,
*:before,
*after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
::-moz-selection {
    background: none;
    text-shadow: none;
}
::selection {
    background: none;
    text-shadow: none;
}
::-webkit-selection {
    background: none;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: #020108;
    background-size: cover;
    color: #fff;
    font-family: "brandon-grotesque", "Brandon Grotesque", sans-serif;
    overflow-y: scroll;
}
a {
    color: #fff;
    text-decoration: none;
}
.page {
    position: relative;
}
.page-fullscreen > div {
    min-height: 100vh;
}
main > section {
    display: none;
}
main > section.is-visible {
    display: block;
}
#nav,
#socialnetworks {
    position: fixed;
    top: 50%;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
}
#nav li,
#socialnetworks li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    opacity: 0;
}
#nav li a,
#socialnetworks li a {
    margin-right: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.5;
    letter-spacing: 1px;
    position: relative;
}

#nav li a {
    margin-right:10px;
    padding:10px;
}

#nav li:last-child a {
    margin-right: 0!important;
}
#nav li:hover a,
#socialnetworks li:hover a {
    opacity: 1;
}
#socialnetworks {
    bottom: 31px;
    right: 15px;
    top: auto;
    z-index: 9999;
    width: 215px;
}
#socialnetworks li a {
    font-size: 17px;
    margin-right: 20px;
}
a.ghost-btn,
a.ghost-btn-big {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
a.ghost-btn-big {
    padding: 15px 30px;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
}
a.ghost-btn:hover,
a.ghost-btn-big:hover {
    opacity: 1;
}
#nav li a span {position:relative;}
#nav li a span:before {
    opacity: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s!important;
    transition: all 0.3s ease-in-out 0s!important;
}
#nav li a.nav-active span:before {
    visibility: visible!important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
#nav li a.nav-active {
    opacity: 1;
}
#nav li:hover a span:before {
    visibility: visible!important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
#nav li:last-child a span:before {
    display: none;
}
.internal-page #nav {
    top: 100%;
    z-index: 9999;
    margin-top: -55px;
}
.internal-page #nav li {
    z-index: 9999;
    position: relative;
}
.internal-page #nav:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    content: "";
    display: block;
    height: 350px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    pointer-events: none;
}
#home span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
}
#logo {
    letter-spacing: 5px;
    margin-top: 10px;
    color: #fff;
    position: relative;
}
#aminata {
    fill: #fff;
}
#logo-a {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    position: fixed;
    height: 35px;
    width: 125px;
    z-index: 999;
    bottom: 24px;
    left: 50px;
    z-index: 9999;
}
#logo-a svg {
    width: 100px;
}
.wrapper-centered {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    height: 100px;
    margin-top: -50px;
    text-align: center;
    z-index: 3;
}
#bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 30px 0;
    line-height: 60px
}
p {
    color: #747377;
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 35px;
}
.lead {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.columns {
    padding: 80px 50px 150px 50px;
}
.instagram-column {
    padding: 0!important;
}
#events ul {
    margin: 0;
    padding: 20px 0;
}
#events ul li {
    position: relative;
    text-align:left;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 17px;
    padding: 25px 0;
}

#events p {
    color:#8aa0a9;
}
.date {
    float: left;
    margin-right: 15px;
    width: 50px;
}
.date .day {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 34px;
}
.date .month {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
}
.city {
    font-size: 18px
}
.location {
    display: block;
    font-size: 16px;
    opacity: 0.5;
    margin-top: 5px;
}
#events ul li a {
    position: absolute;
    top: 25px;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    padding-bottom: 2px;
    font-size: 12px;
    color: #8aa0a9;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#events ul li a:hover {color:#fff;border-bottom:1px solid #fff;}
.instagram-gallery img {
    width: 25%;
}
form input,
form textarea {
    width: 100%;
    background: transparent;
    padding: 20px 30px;
    outline: none;
    margin: 0;
    box-sizing: border-box;
    font-size: 17px;
    border-radius: 5px;
    margin-bottom: 13px;
    border: 1px solid #272727;
}
form input:focus,
form textarea:focus {
    border: 1px solid #fff;
    padding-left: 35px;
}
form input.ghost-btn-big {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 25px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #fff;
}
form input.ghost-btn-big:hover,
form input.ghost-btn-big:focus {
    color: #000;
    background: #fff;
}
#about iframe {
    width:100%;
}

.no-margin-down {margin-bottom:0;}

#buy-my-album .twelve {padding:0;margin:0;min-height:100vh;}
#buy-my-album .centered-column {padding-top:200px;min-height:100vh;}
.centered-column {text-align:center;}
.inner-voice-column {background:#000;margin:0;}

.fake-quote {
    font-size: 18px;
    line-height: 32px;
    margin-left: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.19);
    padding-left: 50px;
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: normal;
}

.about-img {
    background: url('../img/Aminata-Savadogo-about-me-2.jpg') no-repeat top center;
    background-size: cover;
    position: fixed;
    left: 0;
    height: 100vh;
    z-index: 500;
}
.events-img {
    background: url('../img/Aminata-Savadogo-red-moon.jpg') no-repeat center;
    background-size: cover;
    position: fixed;
    right: 0;
    height: 100vh;
    z-index: 500;
}
body.event-page {
    background:#111f2a!important;
}
body.contact-page {
    background:#320406!important;
}
.contact-img {
    background: url('../img/Aminata-Savadogo-contact.jpg') no-repeat center;
    background-size: cover;
    position: fixed;
    left: 0;
    height: 100vh;
    z-index: 500;
}

#contact .three {
    color:rgba(255, 255, 255, 0.36)
}

#thanks .right {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -215px;
}

#thanks p {color:rgba(255,255,255,0.8);}

#contact input, #contact textarea {
    border:1px solid rgba(255, 255, 255, 0.17);
}

#contact input:focus, #contact textarea:focus {
    border:1px solid rgba(255, 255, 255, 1);
}

#buy-my-album > div {
    background: url('../img/fighter-black.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 10%;
}
.center-column {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.sn-wrapper a { cursor:pointer;display:block;float:left;width:33.3333333%;
    text-align:left;
    box-sizing:border-box;
    border: 1px solid rgba(255,255,255,0.3);
    padding:20px 30px;
    color:rgba(255,255,255,0.5);
    font-size:13px;
}

.sn-wrapper a:first-child {
    border-right:none;
    border-radius: 50px 0 0 50px;
}

.sn-wrapper a:last-child {
    border-left:none;
    border-radius: 0 50px 50px 0;
}

.sn-wrapper i {font-size:35px;float:left;margin-right:20px;}

.sn-wrapper a strong {
    font-size:15px;
    display:block;
}

.sn-wrapper a:hover {
    color:#fff;
}

.sn-wrapper a:hover {
   background:#28baec;
}

.sn-wrapper a:hover:first-child {
   background:#3c5a9c;
}

.sn-wrapper a:hover:last-child {
   background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
.right {
    float: right!important;
}
.left {
    float: left!important;
}

/* ==========================================================================
   THE GRID
   ========================================================================== */

.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* For devices larger than 400px */

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

/* For devices larger than 550px */

@media (min-width: 550px) {
    .container {
        width: 80%;
    }
    .column,
    .columns {
        margin-left: 4%;
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 13.3333333333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74.0%;
    }
    .ten.columns {
        width: 82.6666666667%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .one-half.column {
        width: 48%;
    }
    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}

/* ==========================================================================
   FADE IN animation
   ========================================================================== */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate(0px, 25px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        -moz-transform: translate(0px, 25px);
    }
    to {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(0px, 25px);
    }
    to {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
    to {
        opacity: 0;
        -webkit-transform: translate(0px, -50px);
    }
}
@-moz-keyframes fadeOut {
    from {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
    to {
        opacity: 0;
        -moz-transform: translate(0px, -50px);
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    to {
        opacity: 0;
        transform: translate(0px, -50px);
    }
}
.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in-out 1;
    -moz-animation: fadeIn ease-in-out 1;
    animation: fadeIn ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transform: translate(0px, 0px);
}
.transition .fade-in {
    opacity: 1;
    -webkit-animation: fadeOut ease-in-out 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeOut ease-in-out 1;
    animation: fadeOut ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transform: translate(0px, 0px);
}
.fade-in.one {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fade-in.two {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.fade-in.three {
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
    animation-delay: 0.85s;
}
.fade-in.four {
    -webkit-animation-delay: 0.95s;
    -moz-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
.fade-in.five {
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.fade-in.six {
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
.fade-in.seven {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.fade-in.eight {
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    animation-delay: 1.35s;
}
.fade-in.nine {
    -webkit-animation-delay: 1.45s;
    -moz-animation-delay: 1.45s;
    animation-delay: 1.45s;
}
.fade-in.ten {
    -webkit-animation-delay: 1.55s;
    -moz-animation-delay: 1.55s;
    animation-delay: 1.55s;
}
.fade-in.eleven {
    -webkit-animation-delay: 1.65s;
    -moz-animation-delay: 1.65s;
    animation-delay: 1.65s;
}
.fade-in.twelve {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
.internal-page .fade-in.one {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
.internal-page .fade-in.two {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.internal-page .fade-in.three {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.internal-page .fade-in.four {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.internal-page .fade-in.five {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.internal-page .fade-in.six {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.internal-page .fade-in.seven {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.internal-page .fade-in.eight {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.internal-page .fade-in.nine {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.internal-page .fade-in.ten {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
#nav li a,
#nav li a:before,
#nav,
form input,
form textarea,
#socialnetworks li a,
form input.ghost-btn-big,
.payment-methods li a,
.sn-wrapper a,
#events ul li a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.payment-methods {
    margin: 30px 0;
    padding: 0;
    text-align: center;
}
.payment-methods li {
    list-style: none;
    display: inline-block;
    line-height: 15px;
}
.payment-methods li a {
    text-align: left;
    margin-right: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px 20px;
    opacity: 0.8;
    margin-bottom:10px;
}
.payment-methods li a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}

.force-reflow {display:block;}
.payments-methods li:last-child a {
    margin-right: 0;
}
.payment-methods li a .fa {
    font-size: 30px;
    float: left;
    margin-right: 10px;
}
.payment-methods li a em {
    display: block;
    font-weight: bold;
    font-style: normal;
}
.no-padding {
    padding: 0;
}
.credits {
    font-size: 14px;
    line-height: 23px;
}
.credits h3 {
    font-size: 17px;
    letter-spacing: 5px;
    opacity: .7;
    font-weight: lighter;
    margin-top: 45px;
}

/* -------------------------------- 

Transition Layer 

-------------------------------- */

.column-text > * {
    z-index: 700;
    position: relative;
}
.cd-transition-layer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 600;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
    height: 100%;
    /* our sprite is composed of 25 frames */
    width: 2500%;
    background: url(../img/ink.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24);
    -moz-animation: cd-sequence 0.8s steps(24);
    animation: cd-sequence 0.8s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence-reverse 0.8s steps(24);
    -moz-animation: cd-sequence-reverse 0.8s steps(24);
    animation: cd-sequence-reverse 0.8s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
    display: none;
}

body {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all .1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

@-webkit-keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
}
@-moz-keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -moz-transform: translateY(-50%) translateX(-2%);
    }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -moz-transform: translateY(-50%) translateX(-98%);
    }
}
@keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        -moz-transform: translateY(-50%) translateX(-2%);
        -ms-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        -moz-transform: translateY(-50%) translateX(-98%);
        -ms-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}
@-webkit-keyframes cd-sequence-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
}
@-moz-keyframes cd-sequence-reverse {
    0% {
        -moz-transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -moz-transform: translateY(-50%) translateX(-2%);
    }
}
@keyframes cd-sequence-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
        -moz-transform: translateY(-50%) translateX(-98%);
        -ms-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
        -moz-transform: translateY(-50%) translateX(-2%);
        -ms-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
}
@media screen and (max-width: 1100px) {
    #nav li a {
        margin-right: 0px;
    }
    #socialnetworks li a {
        margin-right: 10px;
    }
    #nav li a.ghost-btn,
    #nav li a.ghost-btn-big {
        padding: 7px 12px;
    }
    .hide-m {
        display: none;
    }
}

@media screen and (min-width: 750px) {
    body .sn-wrapper a {
        width:100%;
        border-radius:0 !important;
        border:1px solid rgba(255,255,255,0.2)!important;
        border-right:1px;
        border-bottom:none!important;
    }
    
    body .sn-wrapper a i {
        width:30px;
    }
    
    
    body .sn-wrapper a:first-child {
        border-radius: 20px 20px 0 0 !important;
    }
    body .sn-wrapper a:last-child {
        border-radius: 0 0 20px 20px!important;
        border:1px solid rgba(255,255,255,0.2)!important;
    }
    .four.columns {padding-right:0;}
}
@media screen and (max-width: 750px) {
    
    strong.lead {
        margin-top:60px;
        display:block;
    }
    
    #events .events-img {display:none;}
    
    #socialnetworks {display:none;}
    
    .six.columns,
    .seven.columns,
    .four.columns {
        width: 100%;
        clear: both;
        display: block;
        position: relative;
        float: none;
        text-align: center;
    }
    #logo-a {
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: #000;
        padding: 10px 0;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
    }
    h2 {
        font-size: 40px;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    strong.lead {
        font-size: 11px;
        letter-spacing: 6px;
    }
}

@media screen and (max-width: 500px) {
    #nav li, #socialnetworks li {line-height:35px;}

    .internal-page #nav li a.ghost-btn, .internal-page #nav li a.ghost-btn-big {
        bottom:90px;
        margin:0 auto;
        position:relative;
    }
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.mobilesafari, .mobilesafari body {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}