/* =================================================================== 
 *
 *  Glint v1.0 Base Stylesheet
 *  11-20-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # imports 
 *  # normalize
 *  # basic/base setup styles
 *      ## Media
 *      ## Typography resets 
 *      ## links
 *      ## inputs
 *  # grid
 *      ## medium size devices
 *      ## tablets
 *      ## mobile devices
 *      ## small mobile devices
 *  # block grids
 *      ## medium size devices
 *      ## tablets
 *      ## mobile devices
 *      ## small mobile devices
 *  # MISC
 *
 * =================================================================== */


/* ===================================================================
 * # imports 
 *
 * ------------------------------------------------------------------- */
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");


/* ===================================================================
 * # normalize
 * normalize.css v5.0.0 | MIT License | 
 * github.com/necolas/normalize.css
 *
 * ------------------------------------------------------------------- */
/*
Imminent - Coming Soon Template by Themewagon
Version: 1.0
Author: ThemeWagon
Author URI: http://www.themewagon.com
*/


/* =Common Styles
-------------------------------------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
    background: #fff;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

section { overflow: hidden; }
::selection { background: #161a1b; color: #fff; }
::-moz-selection { background: #161a1b; color: #fff; }


/* =Typography
-------------------------------------------------------------- */
a {
    text-decoration: none;
}

h1, h2 { margin: 0; }

h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -0.08em;
    color: #161a1b; 
}

h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #161a1b;
}

#countdown div span {
    display:block;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: initial;
    font-weight: 100;
    text-transform: uppercase;
}

#countdown div {
    display:inline-block;
    margin: 0 34px;
}

.sub-title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}


/* =Content Styles
-------------------------------------------------------------- */

.wrapper {
  text-align: center;       
  position: absolute;
  overflow: hidden;
  display: table-cell;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  position: relative;
  overflow: hidden;
}

.layer { position: absolute; }

.layer div {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}


/* Background */
.background {
  background: url(../images/background.jpg) no-repeat 50% 100%;
  bottom: -20px;
  background-size: cover;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
}


.sphere img{
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7,0.7);
    transform: scale(0.7);
}

/* Text */
.title {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 10%;
}

.line {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 1px;
    background: #00d9ec;
    margin-top: 10px;
}

.contact {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 5%;
}

.contact .icons {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
    text-align: center;
    list-style: none;
    list-style-type: none;
}

.contact .icons li {
    display: inline-block;
    margin-right: 10px;
}

.contact .icons li:last-of-type { margin-right: 0px; }

.contact .icons li a {
    display: block;
    width: 25px;
    height: 25px;
    opacity: .5;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: black;
    font-size: 24px;
}


.contact .icons li a:hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.contact a.mail {
    text-decoration: none;
    color: #161a1b;
    padding-bottom: 8px;
    font-size: 15px;
}

.contact a.mail::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 125px;
    margin-left: -60px;
    margin-top: 10px;
    height: 1px;
    background: #666666;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.contact a.mail:hover::after, .contact a.mail:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Flakes Sizing */
.depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6,0.6);
    transform: scale(0.6);
}

/* Flakes Positioning */
.depth-5 {
    position: absolute;
    right: -100%;
    top: -24%;
}

.depth-4 {
    position: absolute;
    left: -10%;
    top: 37%;
 }

.depth-3.flake1 {
    display: none;
}

.depth-3.flake2 {
    position: absolute;
    right: 16%;
    bottom: 20%;
}

.depth-3.flake3 {
    position: absolute;
    left: 10%;
    bottom: 16%;
}

.depth-3.flake4 {
    display: none;
}

.depth-2.flake1 { 
    display: none;
}

.depth-2.flake2 {
    display: none;
}

.depth-1.flake1 {
    display: none;
}

.depth-1.flake2 { 
    position: absolute;
    right: 40%;
    top: 50%;
}

.depth-1.flake3 { 
    display: none;
}

.depth-1.flake4 { 
    position: absolute;
    right: 0;
    top: 0;
}


/* =Responsive Styles
-------------------------------------------------------------- */

@media (max-width: 320px) {
    /* HERO */
    h1 { font-size: 40px; line-height: 40px; }
    #countdown div span {font-size: 24px; line-height: 34px;}
    .sub-title { font-size: ; line-height: ; margin-top: 10px; }
    /* TITLE & CONTACT */
    .title { top: 15%;}
    .contact .icons { margin-bottom: 0px; }
    /* SIZES */
    .sphere img{
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6,0.6);
        transform: scale(0.6);
    }
    /* POSITIONING */
    .depth-5 {
        position: absolute;
        right: -50%;
        top: -50%;
    }

    .depth-4 {
        left: -4%;
        top: 20%;
     }

    .depth-3.flake1 {
        display: none;
    }

    .depth-3.flake2 {
        position: absolute;
        right: 16%;
        bottom: 20%;
    }

    .depth-3.flake3 {
        position: absolute;
        left: 10%;
        bottom: 16%;
    }

    .depth-3.flake4 {
        display: none;
    }

    .depth-2.flake1 { 
        display: none;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: none;
    }

    .depth-1.flake2 { 
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-1.flake3 { 
        display: none;
    }

    .depth-1.flake4 { 
        position: absolute;
        right: 0;
        top: 0;
    }
}


/* Landscape Phone */
@media all and (min-width: 400px) {
    /* HERO */
    h1 { font-size: 40px; line-height: 40px; }
    #countdown div span {font-size: 24px; line-height: 34px;}
    .sub-title { font-size: ; line-height: ; margin-top: 10px; }
    /* TITLE & CONTACT */
    .title { top: 15%;}
    .contact .icons { margin-bottom: 0px; }
    /* SIZES */
    .sphere img{
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6,0.6);
        transform: scale(0.6);
    }
    /* POSITIONING */
    .depth-5 {
        position: absolute;
        right: -50%;
        top: -50%;
    }

    .depth-4 {
        left: -4%;
        top: 20%;
     }

    .depth-3.flake1 {
        display: none;
    }

    .depth-3.flake2 {
        position: absolute;
        right: 16%;
        bottom: 20%;
    }

    .depth-3.flake3 {
        position: absolute;
        left: 10%;
        bottom: 16%;
    }

    .depth-3.flake4 {
        display: none;
    }

    .depth-2.flake1 { 
        display: none;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: none;
    }

    .depth-1.flake2 { 
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-1.flake3 { 
        display: none;
    }

    .depth-1.flake4 { 
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* Tablet Portrait */
@media all and (min-width: 700px) {
    /* HERO */
    h1 { font-size: 90px; line-height: 90px; }
    .sub-title { font-size: 20px; line-height: 20px; margin-top: 10px; }
    /* TITLE & CONTACT */
    .title { top: 18%;}
    .line { margin-top: 20px; }
    .contact { bottom: 10%; }
    .contact .icons { margin-bottom: 12px; }
    /* SIZES */
    .sphere img{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1,1);
        transform: scale(1);
    }
    .depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8,0.8);
        transform: scale(0.8);
    }
    /* POSITIONING */
    .depth-5 {
        right: -25%;
        top: 3%;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
     }

    .depth-3.flake1 {
        display: none;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 20%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 {
        display: none;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: none;
    }

    .depth-1.flake2 { 
        display: block;
        left: 15%;
        top: 25%;
    }

    .depth-1.flake3 { 
        display: none;
    }

    .depth-1.flake4 { 
        display: none;
    }
    
}

@media all and (min-width: 900px) {
    /* HERO */
    h1 { font-size: 120px; line-height: 120px; }

    #countdown div span {font-size: 34px; line-height: 34px;}
    
    .sub-title { font-size: 20px; line-height: 20px; margin-top: 20px; }
    /* TITLE & CONTACT */
    .title { top: 15%;}
    .contact { bottom: 8%; }
    .contact .icons { margin-bottom: 12px; }
    /* SIZES */
    .sphere img{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1,1);
        transform: scale(1);
    }
    .depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8,0.8);
        transform: scale(0.8);
    }
    /* POSITIONING */
    .depth-5 {
        right: -25%;
        top: 3%;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
     }

    .depth-3.flake1 {
        display: none;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 20%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 {
        display: none;
    }

    .depth-2.flake2 {
        display: none;
    }

    .depth-1.flake1 {
        display: none;
    }

    .depth-1.flake2 { 
        display: block;
        left: 15%;
        top: 25%;
    }

    .depth-1.flake3 { 
        display: none;
    }

    .depth-1.flake4 { 
        display: none;
    }
}

@media all and (min-width: 1200px) {
    /* HERO */
    h1 { font-size: 150px; line-height: 150px; }
    #countdown div span {font-size: 44px; line-height: 44px;}
    .sub-title { font-size: 25px; line-height: 25px; margin-top: 20px; }
    /* SIZES */
    .sphere img{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1,1);
        transform: scale(1);
    }
    .depth-5 img, .depth-4 img, .depth-3 img, .depth-2 img, .depth-1 img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1,1);
        transform: scale(1);
    }
    /* POSITIONING */
    .depth-5 {
        right: -10%;
        top: -10%;
        -webkit-animation: wave 9s 0.1s infinite linear;
        -moz-animation: wave 9s 0.1s infinite linear;
        animation: wave 9s 0.1s infinite linear;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
        -webkit-animation: wave 7s 0.1s infinite linear;
        -moz-animation: wave 7s 0.1s infinite linear;
        animation: wave 7s 0.1s infinite linear;
     }


    .depth-3 {
        -webkit-animation: wave 6s 0.1s infinite linear;
        -moz-animation: wave 6s 0.1s infinite linear;
        animation: wave 6s 0.1s infinite linear;
    }

    .depth-3.flake1 {
        display: block;
        position: absolute;
        left: 20%;
        top: 40%;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 20%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2 {
        -webkit-animation: wave 5s 0.1s infinite linear;
        -moz-animation: wave 5s 0.1s infinite linear;
        animation: wave 5s 0.1s infinite linear;
    }

    .depth-2.flake1 { 
        display: block;
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-2.flake2 { 
        display: none;
    }

    .depth-1 {
        -webkit-animation: wave 4s 0.1s infinite linear;
        -moz-animation: wave 4s 0.1s infinite linear;
        animation: wave 4s 0.1s infinite linear;
    }

    .depth-1.flake1 {
        display: block;
        position: absolute;
        left: 30%;
        bottom: 20%;
    }

    .depth-1.flake2 { 
        display: block;
        left: 15%;
        top: 25%;
    }

    .depth-1.flake3 { 
        display: none;
    }

    .depth-1.flake4 { 
        display: none;
    }
}

@media all and (min-width: 1400px) {
    /* HERO */
    h1 { font-size: 160px; line-height: 160px; }
    .sub-title { font-size: 25px; line-height: 25px; margin-top: 20px; }
    /* POSITIONING */
    .depth-5 {
        right: -10%;
        top: -5%;
    }

    .depth-4 {
        left: -3%;
        top: 15%;
     }

    .depth-3.flake1 {
        display: block;
        position: absolute;
        left: 20%;
        top: 40%;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 40%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 { 
        display: block;
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-2.flake2 { 
        display: none;
    }

    .depth-1.flake1 {
        display: block;
        position: absolute;
        left: 30%;
        bottom: 30%;
    }

    .depth-1.flake2 { 
        display: block;
        left: 15%;
        top: 25%;
    }

    .depth-1.flake3 { 
        display: block;
        position: absolute;
        bottom: 20%;
        right: 40%;
    }

    .depth-1.flake4 { 
        display: block;
        right: 40%;
        top: 25%;
    }
}

@media all and (min-width: 1600px) {
    /* HERO */
    h1 { font-size: 180px; line-height: 180px; }
    #countdown div span {font-size: 54px; line-height: 54px;}
    .sub-title { font-size: 25px; line-height: 25px; margin-top: 25px; }
}


@media all and (min-width: 1920px) {
    /* HERO */
    h1 { font-size: 200px; line-height: 200px; }
    .sub-title { font-size: 30px; line-height: 30px; margin-top: 30px; }
    /* POSITIONING */
    .depth-5 {
        right: -10%;
        top: 5%;
    }

    .depth-4 {
        left: 3%;
        top: 15%;
     }

    .depth-3.flake1 {
        display: block;
        position: absolute;
        left: 20%;
        top: 40%;
    }

    .depth-3.flake2 {
        right: 25%;
        bottom: 25%;
    }

    .depth-3.flake3 {
        left: 40%;
        bottom: 20%;
    }

    .depth-3.flake4 {
        display: block;
        position: absolute;
        left: 10%;
        bottom: 40%;
    }

    .depth-2.flake1 { 
        display: block;
        position: absolute;
        right: 40%;
        top: 40%;
    }

    .depth-2.flake2 { 
        display: none;
    }

    .depth-1.flake1 {
        display: block;
        position: absolute;
        left: 30%;
        bottom: 30%;
    }

    .depth-1.flake2 { 
        display: block;
        left: 20%;
        top: 30%;
    }

    .depth-1.flake3 { 
        display: block;
        position: absolute;
        bottom: 30%;
        right: 40%;
    }

    .depth-1.flake4 { 
        display: block;
        right: 40%;
        top: 25%;
    }
}

/* =Animation
-------------------------------------------------------------- */

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}


/* =404
-------------------------------------------------------------- */

.snap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/404-background.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.snap .line { margin-bottom: 70px; }

.button {
    display: inline-block;
    margin-top: 80px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #161a1b;
    background: transparent;
    border: 1px solid rgb(23,26,28);
    border: 1px solid rgba(23,26,28,.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    padding: 15px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button:hover {
    background: rgb(23,26,28);
    color: #fff;
    border: 1px solid rgb(23,26,28);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


@media all and (min-width: 700px) {
    .button {
        font-size: 12px;
        border-radius: 10px;
        padding: 25px 45px;
    }
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* ===================================================================
 * # basic/base setup styles
 *
 * ------------------------------------------------------------------- */
html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-weight: normal;
    line-height: 1;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}

body,
input,
button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


/* ------------------------------------------------------------------- 
 * ## Media
 * ------------------------------------------------------------------- */
img,
video {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------- 
 * ## Typography resets 
 * ------------------------------------------------------------------- */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: common-ligatures;
    -moz-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

ol,
ul {
    list-style: none;
}

li {
    display: block;
}


/* ------------------------------------------------------------------- 
 * ## links 
 * ------------------------------------------------------------------- */
a {
    text-decoration: none;
    line-height: inherit;
}

a img {
    border: none;
}


/* ------------------------------------------------------------------- 
 * ## inputs 
 * ------------------------------------------------------------------- */
fieldset {
    margin: 0;
    padding: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


/* ===================================================================
 * # grid
 *
 * ------------------------------------------------------------------- */
.row {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .row {
    width: auto;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
}


/* column blocks
 * -------------------------------------- */
[class*="col-"] {
    float: left;
    padding: 0 20px;
}

[class*="col-"]+[class*="col-"].end {
    float: right;
}


/* column width classes 
 * -------------------------------------- */
.col-one {
    width: 8.33333%;
}

.col-two,
.col-1-6 {
    width: 16.66667%;
}

.col-three,
.col-1-4 {
    width: 25%;
}

.col-four,
.col-1-3 {
    width: 33.33333%;
}

.col-five {
    width: 41.66667%;
}

.col-six,
.col-1-2 {
    width: 50%;
}

.col-seven {
    width: 58.33333%;
}

.col-eight,
.col-2-3 {
    width: 66.66667%;
}

.col-nine,
.col-3-4 {
    width: 75%;
}

.col-ten,
.col-5-6 {
    width: 83.33333%;
}

.col-eleven {
    width: 91.66667%;
}

.col-twelve,
.col-full {
    width: 100%;
}


/* ------------------------------------------------------------------- 
 * ## medium size devices
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .row .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    [class*="col-"] {
        padding: 0 15px;
    }
    .md-two,
    .md-1-6 {
        width: 16.66667%;
    }
    .md-one {
        width: 8.33333%;
    }
    .md-three,
    .md-1-4 {
        width: 25%;
    }
    .md-four,
    .md-1-3 {
        width: 33.33333%;
    }
    .md-five {
        width: 41.66667%;
    }
    .md-six,
    .md-1-2 {
        width: 50%;
    }
    .md-seven {
        width: 58.33333%;
    }
    .md-eight,
    .md-2-3 {
        width: 66.66667%;
    }
    .md-nine,
    .md-3-4 {
        width: 75%;
    }
    .md-ten,
    .md-5-6 {
        width: 83.33333%;
    }
    .md-eleven {
        width: 91.66667%;
    }
    .md-twelve,
    .md-full {
        width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## tablets
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
    .row {
        width: 90%;
    }
    .tab-1-4 {
        width: 25%;
    }
    .tab-1-3 {
        width: 33.33333%;
    }
    .tab-1-2 {
        width: 50%;
    }
    .tab-2-3 {
        width: 66.66667%;
    }
    .tab-3-4 {
        width: 75%;
    }
    .tab-full {
        width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## mobile devices
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .row {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .row .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    [class*="col-"] {
        padding: 0 10px;
    }
    .mob-1-4 {
        width: 25%;
    }
    .mob-1-3 {
        width: 33.33333%;
    }
    .mob-1-2 {
        width: 50%;
    }
    .mob-2-3 {
        width: 66.66667%;
    }
    .mob-3-4 {
        width: 75%;
    }
    .mob-full {
        width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## small mobile devices
 * ------------------------------------------------------------------- */

/* stack columns on small mobile devices
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 400px) {
    .row .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    [class*="col-"] {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    [class*="col-"]+[class*="col-"].end {
        float: none;
    }
}


/* ===================================================================
 * # block grids
 * ------------------------------------------------------------------- */

/*   Equally-sized columns define at row level
 * ------------------------------------------------------------------- */
[class*="block-"]:after {
    content: "";
    display: table;
    clear: both;
}

.block-1-6 .col-block {
    width: 16.66667%;
}

.block-1-5 .col-block {
    width: 20%;
}

.block-1-4 .col-block {
    width: 25%;
}

.block-1-3 .col-block {
    width: 33.33333%;
}

.block-1-2 .col-block {
    width: 50%;
}


/**
 * Clearing for block grid columns. Allow columns with 
 * different heights to align properly.
 */

.block-1-6 .col-block:nth-child(6n+1),
.block-1-5 .col-block:nth-child(5n+1),
.block-1-4 .col-block:nth-child(4n+1),
.block-1-3 .col-block:nth-child(3n+1),
.block-1-2 .col-block:nth-child(2n+1) {
    clear: both;
}


/* ------------------------------------------------------------------- 
 * ## medium size devices
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .block-m-1-6 .col-block {
        width: 16.66667%;
    }
    .block-m-1-5 .col-block {
        width: 20%;
    }
    .block-m-1-4 .col-block {
        width: 25%;
    }
    .block-m-1-3 .col-block {
        width: 33.33333%;
    }
    .block-m-1-2 .col-block {
        width: 50%;
    }
    .block-m-full .col-block {
        width: 100%;
        clear: both;
    }
    [class*="block-m-"] .col-block:nth-child(n) {
        clear: none;
    }
    .block-m-1-6 .col-block:nth-child(6n+1),
    .block-m-1-5 .col-block:nth-child(5n+1),
    .block-m-1-4 .col-block:nth-child(4n+1),
    .block-m-1-3 .col-block:nth-child(3n+1),
    .block-m-1-2 .col-block:nth-child(2n+1) {
        clear: both;
    }
}


/* ------------------------------------------------------------------- 
 * ## tablets
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
    .block-tab-1-6 .col-block {
        width: 16.66667%;
    }
    .block-tab-1-5 .col-block {
        width: 20%;
    }
    .block-tab-1-4 .col-block {
        width: 25%;
    }
    .block-tab-1-3 .col-block {
        width: 33.33333%;
    }
    .block-tab-1-2 .col-block {
        width: 50%;
    }
    .block-tab-full .col-block {
        width: 100%;
        clear: both;
    }
    [class*="block-tab-"] .col-block:nth-child(n) {
        clear: none;
    }
    .block-tab-1-6 .col-block:nth-child(6n+1),
    .block-tab-1-6 .col-block:nth-child(5n+1),
    .block-tab-1-4 .col-block:nth-child(4n+1),
    .block-tab-1-3 .col-block:nth-child(3n+1),
    .block-tab-1-2 .col-block:nth-child(2n+1) {
        clear: both;
    }
}


/* ------------------------------------------------------------------- 
 * ## mobile devices
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .block-mob-1-6 .col-block {
        width: 16.66667%;
    }
    .block-mob-1-5 .col-block {
        width: 20%;
    }
    .block-mob-1-4 .col-block {
        width: 25%;
    }
    .block-mob-1-3 .col-block {
        width: 33.33333%;
    }
    .block-mob-1-2 .col-block {
        width: 50%;
    }
    .block-mob-full .col-block {
        width: 100%;
        clear: both;
    }
    [class*="block-mob-"] .col-block:nth-child(n) {
        clear: none;
    }
    .block-mob-1-6 .col-block:nth-child(6n+1),
    .block-mob-1-5 .col-block:nth-child(5n+1),
    .block-mob-1-4 .col-block:nth-child(4n+1),
    .block-mob-1-3 .col-block:nth-child(3n+1),
    .block-mob-1-2 .col-block:nth-child(2n+1) {
        clear: both;
    }
}


/* ------------------------------------------------------------------- 
 * ## small mobile devices
 * ------------------------------------------------------------------- */

/* stack columns on small mobile devices
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 400px) {
    .stack .col-block {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
    }
}


/* ===================================================================
 * # MISC
 *
 * ------------------------------------------------------------------- */
.group:after {
    content: "";
    display: table;
    clear: both;
}


/* Misc Helper Styles
 * -------------------------------------- */
.is-hidden {
    display: none;
}

.is-invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overflow-hidden {
    overflow: hidden;
}

.remove-bottom {
    margin-bottom: 0;
}

.half-bottom {
    margin-bottom: 1.5rem !important;
}

.add-bottom {
    margin-bottom: 3rem !important;
}

.no-border {
    border: none;
}

.full-width {
    width: 100%;
}

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

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

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

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*# sourceMappingURL=base.css.map */