div.yt-wrapper:after, div.mystats .statrow:after, section:after, form#mc-embedded-subscribe-form div.mc-field-group:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'PT-Schoolhouse';
  src: url("../fonts/pt_schoolhouse-webfont.eot");
  src: url("../fonts/pt_schoolhouse-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_schoolhouse-webfont.woff2") format("woff2"), url("../fonts/pt_schoolhouse-webfont.woff") format("woff"), url("../fonts/pt_schoolhouse-webfont.ttf") format("truetype"), url("../fonts/pt_schoolhouse-webfont.svg#pt_schoolhousenormal") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?wr6f8v");
  src: url("../fonts/icomoon.eot?wr6f8v#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wr6f8v") format("truetype"), url("../fonts/icomoon.woff?wr6f8v") format("woff"), url("../fonts/icomoon.svg?wr6f8v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; 
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e903"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-hashtag:before {
  content: "\e905"; }

.icon-logo-noodlecake:before {
  content: "\e900"; }

.icon-discord:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-reddit:before {
  content: "\f1a1"; }

/*
@mixin col {
	position: relative;
	height: 100%;
	background-position: left top;
	background-size: 40px 40px;
	background-repeat: repeat;
}
*/
@-webkit-keyframes scrollingbg {
  0% {
    background-position: left bottom; }
  100% {
    background-position: -1024px bottom; } }

@-moz-keyframes scrollingbg {
  0% {
    background-position: left bottom; }
  100% {
    background-position: -1024px bottom; } }

@-o-keyframes scrollingbg {
  0% {
    background-position: left bottom; }
  100% {
    background-position: -1024px bottom; } }

@keyframes scrollingbg {
  0% {
    background-position: left bottom; }
  100% {
    background-position: -1024px bottom; } }

.size-tag {
  background: #777777;
  border: 1px solid black;
  color: white;
  padding: 10px 20px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10000; }

.display-none {
  display: none; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0em;
  padding: 0em; }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #000e2c;
  color: white;
  background-image: url("../img/patterns-bg.png");
  background-size: 0 0;
  -webkit-background-size: 0 0;
  background-repeat: no-repeat;
  background-size: 256px 256px;
  background-repeat: repeat;
  animation-play-state: running; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    body {
      background-image: url("../img/patterns-bg@2x.png"); } }
  body.paused {
    animation-play-state: paused; }

a {
  color: white; }
  a#yt-play-button {
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    text-decoration: none;
    font-size: 2.5em;
    padding-top: 25px;
    height: 0;
    background-color: rgba(0, 14, 44, 0.8);
    color: #c1c1c1;
    font-family: "Quicksand", sans-serif;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px; }
    a#yt-play-button span[class*='icon-'] {
      color: white; }
    a#yt-play-button p {
      margin: 0em;
      padding: 0em;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -30%;
      margin-top: -12.5%;
      color: white;
      font-family: "PT-Schoolhouse", sans-serif; }
      a#yt-play-button p span {
        display: block;
        font-size: 1.8em;
        margin-top: 0.2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-opacity: 1;
        -webkit-transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -ms-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out; }
    a#yt-play-button.playing {
      display: none; }
    a#yt-play-button:hover p span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      -webkit-opacity: 0.5;
      -webkit-transition: opacity 0.5s ease-out;
      -moz-transition: opacity 0.5s ease-out;
      -ms-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out; }
    @media (max-width: 759px) {
      a#yt-play-button {
        display: none; } }
    @media (max-width: 479px) {
      a#yt-play-button {
        font-size: 2em; } }
  a.twitter_link {
    font-family: "PT-Schoolhouse", sans-serif;
    font-size: 2em;
    color: white;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-opacity: 1; }
    a.twitter_link:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      -webkit-opacity: 0.8; }
  footer a {
    font-size: 2em;
    text-decoration: none;
    margin-right: 1em;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    footer a:hover {
      opacity: 0.5;
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    footer a:last-child {
      margin-right: 0em; }
    footer a.nc-logo {
      display: inline-block;
      margin-right: 0em;
      font-size: 2.4em;
      padding-bottom: 0.2em; }
      footer a.nc-logo span.wordmarque-noodlecake {
        display: block;
        font-size: 1.6rem;
        font-family: "PT-Schoolhouse", sans-serif;
        font-weight: 400;
        text-transform: lowercase; }

header#header_main {
  position: relative;
  background-image: url(../img/header-gradient.png);
  background-size: 1px 100%;
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center; }

div.container {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0em auto; }
  div.container img {
    max-width: 100%; }
  #page div.container {
    text-align: left; }

div.row {
  position: relative;
  width: auto; }
  div.row.screenshots {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em 0em 3.5em; }

div.youtube {
  position: relative; }

div.content {
  position: relative;
  padding: 0em 2em 0em; }
  @media (max-width: 479px) {
    div.content {
      padding: 0em 1em 2em 1em; } }

div.header_content {
  position: relative;
  padding: 26em 2em 4em 2em; }
  @media (max-width: 759px) {
    div.header_content {
      padding-bottom: 6em; } }
  #header_main div.header_content .store_badges a img {
    height: 4em; }

div.yt-wrapper {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px; }
  div.yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important; }
    div.yt-wrapper iframe.playing {
      display: block; }
    @media (max-width: 759px) {
      div.yt-wrapper iframe {
        display: block; } }

div.clouds {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 0em;
  z-index: 0;
  background-image: url(../img/header-clouds.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-animation-name: scrollingbg;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: scrollingbg;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: scrollingbg;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: scrollingbg;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running; }
  #header_main.paused div.clouds {
    animation-play-state: paused; }
  @media (max-width: 759px) {
    div.clouds {
      background-size: 512px 256px; } }

/* div.background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 0em;
  background-image: url(../img/header-bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  display: none; } */

div.foreground {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 0em;
  background-image: url("../img/fg.png");
  background-size: 512px 512px;
  -webkit-background-size: 512px 512px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-animation-name: scrollingbg;
  -webkit-animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: scrollingbg;
  -moz-animation-duration: 40s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: scrollingbg;
  -ms-animation-duration: 40s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: scrollingbg;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    div.foreground {
      background-image: url("../img/fg@2x.png"); } }
  #header_main.paused div.foreground {
    animation-play-state: paused; }
  @media (max-width: 759px) {
    div.foreground {
      background-size: 256px 256px; } }

div.header_logo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0em;
  top: 0em;
  background-image: url(../img/logo-golfblitz.png);
  background-position: center -1em;
  background-repeat: no-repeat; }

div#mc_embed_signup {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 2em;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px; }

div.mailchimp {
  padding-top: 6em; }

div.epk {
  padding-bottom: 3em; }

div.button_border {
  display: inline-block;
  border: 10px solid black;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }
  div.button_border a.button {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    div.button_border a.button:hover {
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px);
      border-bottom-width: 2px;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

div.wrapper {
  max-width: 80%;
  margin: 0em auto; }
  @media (max-width: 479px) {
    div.wrapper {
      max-width: none; } }

div.mystats {
  max-width: 80%;
  padding: 1em;
  background-color: #000e2c;
  margin: 0em auto 0em;
  font-family: "PT-Schoolhouse", sans-serif;
  font-size: 2em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  -moz-border-radius-bottomleft: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em; }
  div.mystats .statrow {
    padding: 0.4em 0em; }
    div.mystats .statrow.speed span {
      color: #6b9ef1; }
    div.mystats .statrow.speed .progressbar .bar {
      background-color: #6b9ef1; }
    div.mystats .statrow.power span {
      color: #a7f679; }
    div.mystats .statrow.power .progressbar .bar {
      background-color: #a7f679; }
    div.mystats .statrow.accuracy span {
      color: #fbbc37; }
    div.mystats .statrow.accuracy .progressbar .bar {
      background-color: #fbbc37; }
    div.mystats .statrow.cooldown span {
      color: #c62a42; }
    div.mystats .statrow.cooldown .progressbar .bar {
      background-color: #c62a42; }
    div.mystats .statrow .progressbar {
      width: 55%;
      float: right;
      height: 1em;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-border-top-left-radius: 0.2em;
      -webkit-border-top-right-radius: 0.2em;
      -webkit-border-bottom-right-radius: 0.2em;
      -webkit-border-bottom-left-radius: 0.2em;
      -moz-border-radius-topleft: 0.2em;
      -moz-border-radius-topright: 0.2em;
      -moz-border-radius-bottomright: 0.2em;
      -moz-border-radius-bottomleft: 0.2em;
      border-top-left-radius: 0.2em;
      border-top-right-radius: 0.2em;
      border-bottom-right-radius: 0.2em;
      border-bottom-left-radius: 0.2em; }
      div.mystats .statrow .progressbar .bar {
        height: 100%;
        background-image: url(../img/mystats_progress-pattern.png);
        background-size: auto 100%;
        background-repeat: repeat-x;
        -webkit-border-top-left-radius: 0.2em;
        -webkit-border-top-right-radius: 0.2em;
        -webkit-border-bottom-right-radius: 0.2em;
        -webkit-border-bottom-left-radius: 0.2em;
        -moz-border-radius-topleft: 0.2em;
        -moz-border-radius-topright: 0.2em;
        -moz-border-radius-bottomright: 0.2em;
        -moz-border-radius-bottomleft: 0.2em;
        border-top-left-radius: 0.2em;
        border-top-right-radius: 0.2em;
        border-bottom-right-radius: 0.2em;
        border-bottom-left-radius: 0.2em;
        -webkit-animation-name: scrollingbg;
        -webkit-animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: scrollingbg;
        -moz-animation-duration: 40s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: scrollingbg;
        -ms-animation-duration: 40s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: scrollingbg;
        animation-duration: 40s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      @media (max-width: 759px) {
        div.mystats .statrow .progressbar {
          width: 35%; } }
    @media (max-width: 759px) {
      div.mystats .statrow {
        font-size: 0.9em; } }

@media (max-width: 759px) {
  div.header_logo {
    background-size: 650px 449px; }
  div.header_content {
    padding-top: 23em; } }

@media (max-width: 479px) {
  div.header_logo {
    background-size: 580px 401px; }
  div.header_content {
    padding-top: 21em;
    padding-bottom: 3em; } }

section.column {
  position: relative; }
  section.column#main {
    width: 50%;
    margin: 0em auto;
    background-color: #716bbe; }
    @media (max-width: 1439px) {
      section.column#main {
        width: 70%; } }
    @media (max-width: 1219px) {
      section.column#main {
        width: 70%; } }
    @media (max-width: 1079px) {
      section.column#main {
        width: 100%;
        margin: 0em; } }

section.content-section {
  padding-bottom: 3em; }

section.content {
  background-color: #c8c4ff;
  padding: 12em 0em 12em;
  margin: 0em auto; }

figure {
  display: table;
  width: auto;
  margin: 0em;
  width: 1px;
  padding-bottom: 1.5em; }
  figure img,
  figure figcaption {
    display: table-row;
    padding: 0.5em 0em; }

form#mc-embedded-subscribe-form ::-webkit-input-placeholder {
  color: #777777;
  font-style: italic; }

form#mc-embedded-subscribe-form input[type="text"],
form#mc-embedded-subscribe-form input[type="email"] {
  width: 75%;
  padding: 1em;
  font-size: 1.2em;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: white;
  margin: 0em auto;
  margin-bottom: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 2em;
  -webkit-border-top-right-radius: 2em;
  -webkit-border-bottom-right-radius: 2em;
  -webkit-border-bottom-left-radius: 2em;
  -moz-border-radius-topleft: 2em;
  -moz-border-radius-topright: 2em;
  -moz-border-radius-bottomright: 2em;
  -moz-border-radius-bottomleft: 2em;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em; }
  @media (max-width: 759px) {
    form#mc-embedded-subscribe-form input[type="text"],
    form#mc-embedded-subscribe-form input[type="email"] {
      width: 100%; } }

form#mc-embedded-subscribe-form button,
form#mc-embedded-subscribe-form input[type="submit"] {
  display: block;
  position: relative;
  color: white;
  padding: 0.8em 1em;
  border: none;
  font-family: "PT-Schoolhouse", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0em auto;
  text-shadow: 0px 2px 0px #000000;
  border: 2px solid #6c97f3;
  background: #5274b9;
  background: -moz-linear-gradient(top, #5274b9 0%, #6c97f3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5274b9), color-stop(100%, #6c97f3));
  background: -webkit-linear-gradient(top, #5274b9 0%, #6c97f3 100%);
  background: -o-linear-gradient(top, #5274b9 0%, #6c97f3 100%);
  background: -ms-linear-gradient(top, #5274b9 0%, #6c97f3 100%);
  background: linear-gradient(to bottom, #5274b9 0%, #6c97f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5274b9', endColorstr='#6c97f3', GradientType=0 );
  -webkit-box-shadow: 0px 5px 0px 0px #5274b9;
  -moz-box-shadow: 0px 5px 0px 0px #5274b9;
  box-shadow: 0px 5px 0px 0px #5274b9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  form#mc-embedded-subscribe-form button span,
  form#mc-embedded-subscribe-form input[type="submit"] span {
    text-transform: uppercase; }
  form#mc-embedded-subscribe-form button:hover,
  form#mc-embedded-subscribe-form input[type="submit"]:hover {
    cursor: pointer;
    background: #5274b9;
    background: -moz-linear-gradient(top, #5274b9 0%, #5274b9 48%, #6c97f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5274b9), color-stop(48%, #5274b9), color-stop(100%, #6c97f3));
    background: -webkit-linear-gradient(top, #5274b9 0%, #5274b9 48%, #6c97f3 100%);
    background: -o-linear-gradient(top, #5274b9 0%, #5274b9 48%, #6c97f3 100%);
    background: -ms-linear-gradient(top, #5274b9 0%, #5274b9 48%, #6c97f3 100%);
    background: linear-gradient(to bottom, #5274b9 0%, #5274b9 48%, #6c97f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5274b9', endColorstr='#6c97f3', GradientType=0 );
    -webkit-box-shadow: 0px 3px 0px 0px #5274b9;
    -moz-box-shadow: 0px 3px 0px 0px #5274b9;
    box-shadow: 0px 3px 0px 0px #5274b9;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

form#mc-embedded-subscribe-form .mce_inline_error {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin: 1em 0em; }

form#mc-embedded-subscribe-form input:focus, form#mc-embedded-subscribe-form textarea:focus {
  outline: none; }

form#mc-embedded-subscribe-form div.mc-field-group {
  margin-bottom: 1.5rem;
  padding: 0em 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 759px) {
    form#mc-embedded-subscribe-form div.mc-field-group {
      padding: 0em 0.5em; } }

footer {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  text-align: center;
  padding: 6em 0em; }

.invisible {
  visibility: hidden;
  height: 0px;
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em;
  font-weight: 400; }

h1 {
  font-family: "PT-Schoolhouse", sans-serif;
  font-size: 4em;
  font-weight: 700;
  padding: 1em 0em 2em;
  letter-spacing: 0.1rem; }
  @media (max-width: 759px) {
    h1 {
      padding-bottom: 1em; } }
  #header_main h1 {
    font-size: 2.5em;
    padding: 0em;
    padding-bottom: 0.25em;
    color: #000e2c;
    text-shadow: 0px 0px 14px #fff; }
    #header_main h1 span {
      font-family: Arial, sans-serif; }
  #page h1 {
    font-size: 3em;
    padding-bottom: 1em; }
    #page h1.page-title {
      padding-bottom: 0em; }

h2 {
  font-family: "PT-Schoolhouse", sans-serif;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.1rem; }
  #mc_embed_signup h2 {
    padding-bottom: 0.33em; }
  #header_main h2 {
    padding-bottom: 0.5em; }
  #page h2 {
    padding-bottom: 1em; }
  .screenshots h2 {
    text-shadow: 0px 4px 0px #716bbe;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    -o-transform: translateY(-1em);
    transform: translateY(-1em); }

h3 {
  font-size: 2em;
  font-family: "PT-Schoolhouse", sans-serif;
  font-weight: 400;
  padding: 2em 0em; }
  #page h3 {
    padding: 0em 0em 1em 0em;
    font-size: 1.6em;
    color: #c8c4ff; }

p {
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: white;
  padding-bottom: 1em;
  margin: 0em; }
  footer p {
    position: relative;
    padding-bottom: 2em; }
  #header_main p {
    padding: 0.5em 0em;
    /*
display: block;
		color: $blue-dark;
		padding: 1em;
		background-color: rgba($white, 0.9);
		
		@include border-radius(1em);
*/ }
    #header_main p strong {
      color: white; }

ul {
  margin: 0em;
  padding: 1em 0em; }
  ul li {
    list-style: none;
    font-size: 1.3em;
    font-family: "Quicksand", sans-serif;
    padding-bottom: 1em; }
    ul li:last-child {
      padding-bottom: 0em; }
  nav ul {
    display: block;
    padding: 0em;
    margin: 0em; }
    nav ul li {
      list-style: none;
      padding-bottom: 0em;
      font-size: 1em; }

hr {
  height: 1px;
  margin: 0em;
  padding: 0em;
  margin-top: 2em;
  background: #26324b;
  border: none; }

strong {
  font-weight: 700;
  color: #61d13e; }

#page p {
  padding-bottom: 2em; }

a.button {
  display: inline-block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: "PT-Schoolhouse", sans-serif;
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  padding: 0.8em 1em;
  text-shadow: 0px 2px 0px #000000;
  border: 4px solid #2aaa03;
  background: #54b80b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #54b80b 0%, #94fc49 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #54b80b 0%, #94fc49 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #54b80b 0%, #94fc49 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b80b', endColorstr='#94fc49',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 4px 0px 0px #2aaa03;
  -moz-box-shadow: 0px 4px 0px 0px #2aaa03;
  box-shadow: 0px 4px 0px 0px #2aaa03;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a.button:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #2aaa03;
    -moz-box-shadow: 0px 2px 0px 0px #2aaa03;
    box-shadow: 0px 2px 0px 0px #2aaa03;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .screenshots a.button {
    position: absolute;
    left: 50%;
    bottom: -3em;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .screenshots a.button:hover {
      -webkit-transform: translate(-50%, -48%);
      -moz-transform: translate(-50%, -48%);
      -ms-transform: translate(-50%, -48%);
      -o-transform: translate(-50%, -48%);
      transform: translate(-50%, -48%); }

.clearfix {
  display: block; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

::-webkit-input-placeholder {
  font-family: "Quicksand", sans-serif;
  font-weight: 500; }

::-moz-placeholder {
  font-family: "Quicksand", sans-serif;
  font-weight: 500; }

:-ms-input-placeholder {
  font-family: "Quicksand", sans-serif;
  font-weight: 500; }

input:-moz-placeholder {
  font-family: "Quicksand", sans-serif;
  font-weight: 500; }

label {
  font-family: "Quicksand", sans-serif;
  font-weight: 500; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-slide {
    padding: 0em 0.5em;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .slick-slider .slick-slide img {
      border: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .slick-slider .slick-slide.slick-current {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-opacity: 1; }
      .slick-slider .slick-slide.slick-current img {
        border: 2px solid #716bbe; }
  .slick-slider button {
    position: absolute;
    border: none;
    background-color: transparent;
    top: 50%;
    z-index: 3;
    font-size: 2.4em;
    color: white;
    cursor: pointer !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    .slick-slider button.slick-next {
      right: 0.5em; }
    .slick-slider button.slick-prev {
      left: 0.5em; }
    .slick-slider button:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-opacity: 1;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -ms-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
