@charset "UTF-8";

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

@font-face {
  font-family: Coming Soon;
  src:url("../../../assets/fonts/coming-soon.eot");
  src:url("../../../assets/fonts/coming-soon.eot?#iefix") format("embedded-opentype"),
    url("../../../assets/fonts/coming-soon.woff") format("woff"),
    url("../../../assets/fonts/coming-soon.ttf") format("truetype"),
    url("../../../assets/fonts/coming-soon.svg#coming-soon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: Coming Soon !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: Coming Soon !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vimeo:before {
  content: "c";
}
.icon-twitter:before {
  content: "d";
}
.icon-youtube:before {
  content: "e";
}
.icon-instagram:before {
  content: "f";
}
.icon-facebook:before {
  content: "g";
}
.icon-email-envelope:before {
  content: "h";
}
.icon-linkedin:before {
  content: "a";
}
.icon-pinterest:before {
  content: "b";
}

html,
button {
    color: #fff;
}

input,
select,
textarea {
    color: #989898;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

html {
    font-size: 1em;
    line-height: 1.4;
    min-height: 100%;
}

::-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;
}

body {
    min-height: 100%;
    font: 16px/1.8 Lato, Arial, sans-serif;
    background-position: top right;
}

.wrapper {
    width: 80%;
    margin: 0 10%;
}

button {
    border: none;
    background: #1eac9d;
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 3.125em;
    border-radius: 3px;
    letter-spacing: 3px;
}
.overlay {
    background: url('../img/bg-overlay.png') repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.top-bar {
    background: #000;
    height: 35px;
}
.social-links {
    margin-top: 0;
}

/* ==============
    MOBILE: Header
   ============== */
.header-container header {
    text-align: center;
    padding-top: 2.2em;
    margin-bottom: 1em;
    line-height: 1.2;
}

.header-container header h1 {
    font-weight: normal;
    font-size: 1.2em;
}

.header-container header h1 img {
    max-width: 100%;
    max-height: 70px;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    text-align: center;
}

.main main h1 {
    font-size: 2.625em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0.333em;
    margin-bottom: 1.262em;
    font-weight: 100;
    font-family: Lato, sans-serif;
    padding-bottom: 0.2em;
}

.main main p {
    font-size: 0.875em;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}


/* ==============
    MOBILE: Newsletter
   ============== */

.form-container {
    position: relative;
}

#newsletter {
    margin: 0 auto 0;
    width: 94%;
    padding: 5px;
    background: #e4e4e4;
    border-radius: 3px;
    box-shadow: #616161 1px 1px 0px 1px;
}

#newsletter p {
    margin: 0;
    padding: 0;
    position: relative;
}

#newsletter p:before {
    position: absolute;
    left: 21px;
    top: 15px;
    font-size: 19px;
    color: #d4d4d4;
}

#newsletter input {
    background: #e4e4e4;
    border: none;
    color: #989898;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px 5px 30px;
    height: 3.64em;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #989898;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #989898;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #989898;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #989898;
}

#newsletter button {
    width: 100%;
}

#thank-you {
    position: absolute;
    width: 86%;
    left: 7%;
    height: 51px;
    bottom: auto;
    top: 0.7em;
    font-size: 0.78em;
    z-index: 2;
    background: #1eac9d;
    border-radius: 4px;
    bottom: 9.5em;
    
    font-family: Lato;
    font-size: 0.875em;
    line-height: 1.4;

    display: none;
}

/*#thank-you .triangle {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid black;
}*/

/* ==============
    MOBILE: Social links
   ============== */
.social-links {
    list-style-type: none;
    padding: 0;
    line-height: 1;
    margin-bottom: 2.4em;
}

.social-links li {
    padding: 0;
    display: inline-block;
    border-left: 1px solid #282828;
}
.social-links li:last-of-type {
    border-right: 1px solid #282828;
}
.social-links li a {
    width: 27px;
    height: 35px;
    background: #000;
    color: #b3b3b3;
    text-decoration: none;
    display: block;
    margin: 0 3px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
}

.social-links li a i:before {
    line-height: 35px;
}

/* ==============
    MOBILE: Footer
   ============== */
.footer-container footer {
    text-align: center;
    font-size: 0.813em;
    /*padding-top: 1.8em;*/
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 767px) {
    #newsletter {
        background: transparent;
        box-shadow: none;
    }
    button {
        margin-top: 18px;
    }
    #email, button {
        border-radius: 4px;
    }
    .footer-container {
        background: url('../img/bg-overlay-dk.png') repeat;
        min-height: 70px;
        margin-top: 86px;
        line-height: 35px;
    }
    .privacy {
        display: inline-block;
        float: right;
        font-size: 14px;
    }
    .copyright {
        display: inline-block;
        float: left;
        font-size: 14px;
    }
     .main main h1 {
        border-bottom: 1px solid #b1c3c9;
        border-top: 1px solid #b1c3c9;
        padding: 30px 0 30px 0;
     }
}
@media only screen and (max-width: 481px) {
        #thank-you p {
        margin-top: 8px;
    }
}
@media only screen and (min-width: 768px) {
    .header-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .main main h1 {
        font-size: 3.8em;
        line-height: 1;
        margin-top: 3em;
        margin-bottom: 0.491em;
        padding-bottom: 46px;
        letter-spacing: 2px;
        border-bottom: 1px solid #b1c3c9;

    }

    .main main p {
        font-size: 0.95em;
        line-height: 1.9;
    }

    #newsletter {
        width: 600px;
        padding: 10px;
        position: relative;
    }

    #newsletter input {
        padding-bottom: 0;
        height: 3.125em;
    }

    #newsletter p:before {
        top: 13px;
    }

    #newsletter p:first-child {
        width: 81%;
        float: left;
    }

    #newsletter p:last-child {
        min-width: 19%;
        max-width: 50%;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #thank-you {
        width: 590px;
        left: 50%;
        margin: 0 0 0 -295px;
        height: 64px;
        bottom: auto;
        top: 0.19em;
        font-size: 1em;
        z-index: 2;
        background: #1eac9d;
        border-radius: 4px;
    }

    #thank-you p {
        line-height: 64px;
        margin: 0;
    }

/*    #thank-you .triangle {
        top: -6px;
        margin-left: -12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 8px solid black;
        border-top: none;
    }*/

    .footer-container {
        background: url('../img/bg-overlay-dk.png') repeat;
        height: 40px;
    }

    .footer-container footer {
        font-size: 0.938em;
        margin-top: 197px;
    }
      .social-links {
        float: right;
        margin-bottom: initial;
     }

    .footer-container footer p {
        text-align: left;
        padding: 0 0 0 1%;
        line-height: 47px;
        margin: 0;
        font-family: Georgia, serif;
        font-size: 12px;
        color: #e1e1e1;
    }
    .footer-container footer p.copyright {
        float: left;
    }
    .footer-container footer p.privacy {
        float: right;
    }
        .footer-container footer p.privacy a {
        font-weight: normal;
        text-decoration: underline;
        color: #e1e1e1;
    }
}

@media only screen and (min-width: 1000px) {
    .main main p {
        width: 80%;
        line-height: 145%;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .footer-container footer {
       /* margin-bottom: 2em;*/
    }
}

@media only screen and (min-width: 1320px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 940px; /* 960px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]: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;
    }
}