﻿@charset "utf-8";
/* CSS Document */

/*
  flexslider     [imported]
  google maps    [imported]
  fonts
  reset
  supersized
  general
  layout
  borders
  rain
  film grain
  shade
  countdown
  menu
  top panel
  newsletter form
  social icons
  contact
  divider
  site loader
*/

/* flexslider */
@import url("flexslider.css");
/* google maps */
@import url("../gmaps/gmaps.css");

/* fonts */
@font-face {
  font-family: "LeagueGothicRegular";
  src: url("fonts/leaguegothic-regular/leaguegothic-regular-webfont.eot");
  src: url("fonts/leaguegothic-regular/leaguegothic-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/leaguegothic-regular/leaguegothic-regular-webfont.woff")
      format("woff"),
    url("fonts/leaguegothic-regular/leaguegothic-regular-webfont.ttf")
      format("truetype"),
    url("fonts/leaguegothic-regular/leaguegothic-regular-webfont.svg#LeagueGothicRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BigNoodleTitlingOblique";
  src: url("fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.eot");
  src: url("fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.woff")
      format("woff"),
    url("fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.ttf")
      format("truetype"),
    url("fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.svg#BigNoodleTitlingOblique")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

/* supersized */
img {
  border: none;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/heleman.png) no-repeat center center;
  z-index: -1;
}
#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -999;
}
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
} /* Speed */
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
} /* Quality */
#supersized li {
  display: block;
  list-style: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: -30;
}
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.image-loading {
  background: url(../images/heleman.png) no-repeat center center;
  width: 100%;
  height: 100%;
}
#supersized li.image-loading img {
  visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}

/* general */
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #fff;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

#days-wrapper {
  position: absolute;
  width: 80%;
  height: auto;
  left: 100px;
  bottom: 86px;
}

.days-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.introduction div {
  font-family: "BigNoodleTitlingOblique";
  font-size: 23px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.introduction div span {
  display: inline-block;
}

.intro {
  margin: 0;
  padding: 0;
}

#intro-author {
  width: auto;
  margin: 0;
  padding: 0;
  color: #3b82f6;
}

#intro-title {
  font-family: "LeagueGothicRegular";
  font-size: 195px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #fff;
  margin: 1px 0 1px -7px;
  padding: 0;
  text-transform: none;
}

h1 {
  font-family: "LeagueGothicRegular";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 105px;
  line-height: 1;
  letter-spacing: normal;
  padding: 19px 0 33px 29px;
  margin: 0;
}

a {
  color: #3b82f6;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

p a {
  color: #3b82f6;
  font-weight: bold;
  text-decoration: none;
}

p a:hover {
  color: #06b6d4;
  text-decoration: none;
  transition: color 0.5s;
}

::-moz-selection {
  background: #555;
  color: #fff; /* Firefox */
}
::selection {
  background: #555;
  color: #fff; /* Safari */
}

.flexslider {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .flexslider {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flexslider {
    margin-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .flexslider {
    margin-left: 0;
    margin-top: 3px;
  }
}

/* layout */
.panel {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000;
  /* box-shadow: 4px -4px 4px rgba(0, 0, 0, 0.2); */
  margin-left: -100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 1001;
}

.panel:target {
  margin-left: 0%;
  background: #fff;
}

#home:target ~ .content #link-home,
#about:target ~ .content #link-about,
#services:target ~ .content #link-services,
#contact:target ~ .content #link-contact {
  background: #06b6d4;
}

.content {
  color: #06b6d4;
  margin: 0;
  padding: 0;
  text-align: left;
}

.content p {
  padding: 0 0 10px 20px;
}

.content-inner {
  margin: 0;
  padding: 20px 0 0 20px;
}

.left {
  float: left;
}

.info-address strong {
  font-weight: bold;
  text-transform: uppercase;
}

.info-phone strong {
  font-weight: bold;
  text-transform: uppercase;
}

.info-email strong {
  font-weight: bold;
  text-transform: uppercase;
}

/* borders */
.borders {
  position: fixed;
  width: 100%;
  height: 100%;
  border: 50px solid rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.borders,
.borders:after,
.borders::before {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

/* rain */
#rain {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url(../images/charli.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.8;
  /* -moz-opacity: 0.4; */
  /* -webkit-opacity: 0.4; */
  /* filter: alpha(opacity=100); */
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; */
  z-index: 0;
}


/* shade */
#shade {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0.65)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}

/* countdown */
#countdown-wrapper {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  float: none;
}

#countdown {
  margin: 0;
  padding: 0;
}

ul#countdown li {
  display: inline-block;
  width: 80px;
  text-align: left;
}

ul#countdown li span {
  font-family: "LeagueGothicRegular";
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  height: 40px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

ul#countdown li span::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  font-family: "LeagueGothicRegular";
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  margin: -4px 0 0 0;
  padding: 0 0 5px 0;
}

ul#countdown li p.timeRefSeconds {
  color: #3b82f6;
}

/* menu */
.menu-mobile a.menu-trigger {
  background: url(../images/menu-mobile-trigger.png);
  background-position: 0 0;
  width: 50px;
  height: 25px;
  margin: 0;
  padding: 0;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  text-indent: -10000px;
}

.menu-mobile a.menu-trigger:hover {
  cursor: pointer;
  background-position: 50px 0;
}

.menu-mobile {
  font-family: "LeagueGothicRegular";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: auto;
  bottom: 5px;
  right: 20px;
  padding: 0;
  position: fixed;
  z-index: 1002;
}

.menu-mobile a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.menu-mobile a:hover {
  color: #000;
}

.menu-mobile a.active {
  color: #fff;
  background: #000;
}

.menu-mobile ul,
li {
  margin: 0;
  padding: 0;
}

.menu-mobile .lifting {
  margin: 0 0 7px 0;
  height: 20px;
}

.menu-mobile .lifting-first {
  margin: 0 0 12px 0;
  height: 20px;
}

.menu-mobile li {
  position: relative;
  margin: 7px 0 0 0;
  padding: 0 0 10px 0;
  background: none;
  float: right;
  text-transform: uppercase;
  height: 20px;
}

.menu-mobile li a {
  padding: 0 7px 7px 7px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  float: right;
  text-transform: uppercase;
  height: 20px;
}

.menu-mobile li ul {
  display: none;
  right: 0;
  position: absolute;
  bottom: 100%;
  background: none;
}

.menu-mobile li:hover ul {
  display: block;
  width: auto;
}

.menu-mobile li ul a {
  white-space: nowrap;
  background: #fff;
}

.menu-mobile li ul a:hover {
  color: #fff;
  background: #000;
}

/* top panel */
#top-panel-container {
  position: fixed;
  width: 100%;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
}

.panel-button {
  position: absolute;
  width: auto;
  height: 15px;
  top: 15px;
  right: 20px;
  background: none;
  display: visible;
  cursor: pointer;
  z-index: 1000;
}

.panel-button a {
  position: relative;
  font-family: "LeagueGothicRegular";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.panel-button a:hover {
  color: #fff;
}

#close-button {
  display: none;
}

#top-panel {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
}

#panel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}

#panel-contents {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 0;
}

/* newsletter form */
#subscribe-wrapper {
  position: absolute;
  width: 225px;
  height: 55px;
  top: 14px;
  left: 18px;
  z-index: 2;
}

#newsletter {
  width: auto;
  height: 50px;
  padding: 2px 0 0 0;
}

.newsletter {
  position: relative;
  clear: both;
  width: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#subscribe .mail {
  display: none;
  visibility: hidden;
}

#subscribe input#subscribeemail {
  width: 140px;
  height: 28px;
  padding: 0 5px 0 5px;
  border: 1px solid #fff;
  font-size: 12px;
  float: left;
  margin: 4px 0 5px 2px;
}

#subscribe input {
  color: #000;
  text-align: left;
  border: 1px solid #fff;
  background: #fff;
}

#subscribe input:focus,
#subscribe textarea:focus {
  color: #fff;
  background: #000;
}

#subscribe input#submit {
  font-family: "LeagueGothicRegular";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  width: 65px;
  height: 30px;
  line-height: 30px;
  float: right;
  margin: 4px 2px 5px 0;
  padding: 0;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.subscribesuccess {
  font-family: "LeagueGothicRegular";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#subscribe .subscribeerror {
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  display: block;
  margin-left: 2px;
}

/* social icons */
.social-icons-wrapper {
  position: fixed;
  width: 200px;
  left: 15px;
  top: 13px;
  margin: 0;
  padding: 0;
  color: #000;
  z-index: 1;
}

.social-icons-wrapper ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-icons-wrapper ul li {
  display: inline;
  padding: 0 0 5px 0;
}

ul.social-icons {
  margin: 0;
  padding: 0;
}

ul.social-icons a img {
  width: 16px;
  height: 16px;
  padding: 5px 5px 0 5px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

ul.social-icons a img:hover {
  padding: 5px 5px 0 5px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* contact */
.contact {
  position: fixed;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  height: 20px;
  left: 20px;
  bottom: 16px;
  overflow: hidden;
  background: none;
  z-index: 1;
}

.contact a,
a:hover {
  color: #555;
  text-decoration: none;
  outline: none;
}

ul.email-us li {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
}

ul.email-us li a span {
  display: none;
}

a.envelope:link,
a.envelope:visited {
  display: block;
  width: 25px;
  height: 17px;
  background: url(../images/email-us.png) no-repeat left top;
}

a.envelope:hover {
  background-position: left bottom;
}

.address {
  margin: 6px 0 0 36px;
  padding: 0;
}

/* divider */
.divider-blank {
  background: none;
  width: 100%;
  height: 1px;
  margin: 20px 0 0 0;
}

/* site loader */
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff url(../images/heleman.png) no-repeat center center;
  z-index: 10000;
}
