/* line 3, ../sass/_base.scss */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../sass/_base.scss */
img {
  border: 0 none;
}

/* line 14, ../sass/_base.scss */
body {
  background: #121318;
  color: #444444;
  font-size: 100%;
  font-family: "soleil", "Helvetica Neue", "Helvetica", arial, sans-serif;
}

/* line 20, ../sass/_base.scss */
.mOff {
  display: block;
}

/* line 23, ../sass/_base.scss */
.mOn {
  display: none;
}

/* line 26, ../sass/_base.scss */
.hide {
  display: none;
}

/* line 29, ../sass/_base.scss */
a {
  color: #3f709d;
  text-decoration: none;
}
/* line 32, ../sass/_base.scss */
a:hover {
  color: #6796c2;
}

/* line 36, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "soleil", "Helvetica Neue", "Helvetica", arial, sans-serif;
  font-weight: bold;
  letter-spacing: .02em;
}

/* line 41, ../sass/_base.scss */
h1 {
  font-size: 2em;
  color: #444444;
}

/* line 45, ../sass/_base.scss */
h2 {
  font-size: 1.5em;
  color: #444444;
}

/* line 49, ../sass/_base.scss */
h3 {
  font-size: 1.2em;
  color: #444444;
}

/* line 53, ../sass/_base.scss */
h4 {
  font-size: 1em;
}

/* line 56, ../sass/_base.scss */
h5 {
  font-size: 0.8em;
}

/* line 59, ../sass/_base.scss */
h6 {
  font-size: 0.6em;
}

/* line 62, ../sass/_base.scss */
label {
  font-size: 1em;
}

/* line 65, ../sass/_base.scss */
p {
  font-size: 0.8em;
}

/* line 68, ../sass/_base.scss */
ul {
  list-style: none;
}
/* line 70, ../sass/_base.scss */
ul li {
  font-size: 1em;
}

/* line 74, ../sass/_base.scss */
ol {
  list-style-position: inside;
}

/* line 83, ../sass/_base.scss */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  padding: 16px 1%;
  border: 0px solid #333333;
  font-size: 1em;
  line-height: 1.2em;
  background: white;
  color: #4a4a4a;
  font-family: "soleil", "Helvetica Neue", "Helvetica", arial, sans-serif;
  margin: 0 0 6px;
  width: 100%;
  display: block;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
/* line 96, ../sass/_base.scss */
input[type="text"].halfIn,
input[type="number"].halfIn,
input[type="tel"].halfIn,
input[type="email"].halfIn,
input[type="password"].halfIn,
textarea.halfIn {
  float: left;
  margin: 1%;
  width: 48%;
}

/* line 126, ../sass/_base.scss */
textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  color: #676667;
  background: white;
}

/* line 132, ../sass/_base.scss */
input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder {
  color: #676667;
}

/* line 136, ../sass/_base.scss */
textarea {
  min-height: 100px;
}

/* line 139, ../sass/_base.scss */
button {
  border: 0 none;
}

/* line 144, ../sass/_base.scss */
.btn {
  float: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 100%;
  line-height: 1em;
  font-weight: bold;
  border: 0px solid #333333;
  padding: 8px 0;
  margin: 12px 0 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #50576f;
}
/* line 160, ../sass/_base.scss */
.btn:hover {
  background: #5b637e;
}
/* line 161, ../sass/_base.scss */
.btn:active {
  background: #656e8d;
}
/* line 163, ../sass/_base.scss */
.btn.right {
  float: right;
}

/* line 58, ../sass/_mixins.scss */
.topWrap, .contentWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
}

/* line 69, ../sass/_mixins.scss */
.btn {
  float: left;
  clear: none;
  margin: 0% 0% 0% 0%;
}

/* line 75, ../sass/_mixins.scss */
.btn {
  width: 58.33333%;
}

/* line 243, ../sass/_mixins.scss */
select::-ms-expand {
  display: none;
}

/* line 264, ../sass/_mixins.scss */
select {
  display: block;
  width: 100%;
  height: 34px;
  color: #555555;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 5px auto;
  border: 1px solid #999999;
  cursor: pointer;
  background: #fff;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 6px 30px 6px 0.4em;
  padding: 6px 30px 6px 0.4em \9;
  *background-image: none;
  background: url("../images/arrow.png") no-repeat 98% 5px white;
  background: url(../images/arrow.png) no-repeat 98% 5px #eeeeee;
  background: url(../images/arrow.png) no-repeat 98% 5px, -webkit-linear-gradient(top, #ffffff, #dddddd);
  background: url(../images/arrow.png) no-repeat 98% 5px, -moz-linear-gradient(top, #ffffff, #dddddd);
  background: url(../images/arrow.png) no-repeat 98% 5px, -ms-linear-gradient(top, #ffffff, #dddddd);
  background: url(../images/arrow.png) no-repeat 98% 5px, -o-linear-gradient(top, #ffffff, #dddddd);
  background: url(../images/arrow.png) no-repeat 98% 5px, linear-gradient(top, #ffffff, #dddddd);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 287, ../sass/_mixins.scss */
select:focus {
  background: url("../images/arrow.png") no-repeat 98% 5px white;
}

/* line 10, ../sass/site.scss */
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, ../sass/site.scss */
body.showOverlay .errorOverlay {
  display: block;
}

/* line 35, ../sass/site.scss */
.top {
  height: 720px;
  margin: 0 auto 100px;
  background: url("../images/bg1.jpg") repeat-x center 0;
}
/* line 47, ../sass/site.scss */
.top .line {
  width: 13px;
  height: 292px;
  margin: 80px auto 0;
  background: url("../images/line.png") no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3*10)";
  filter: alpha(opacity=0.3*100);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
/* line 54, ../sass/site.scss */
.top .sonar {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 12px auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2*10)";
  filter: alpha(opacity=0.2*100);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
/* line 62, ../sass/site.scss */
.top .sonar span {
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 3px;
  height: 3px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 72, ../sass/site.scss */
.top .sonar span:after {
  display: block;
  content: " ";
  position: absolute;
  left: -6px;
  top: -6px;
  width: 15px;
  height: 15px;
  border: 0.1px solid white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0*10)";
  filter: alpha(opacity=0*100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-animation: sonarAnimate 2.5s infinite;
  /* Safari 4+ */
  -moz-animation: sonarAnimate 2.5s infinite;
  /* Fx 5+ */
  -o-animation: sonarAnimate 2.5s infinite;
  /* Opera 12+ */
  animation: sonarAnimate 2.5s infinite;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes sonarAnimate {
  /* line 98, ../sass/site.scss */
  0% {
    opacity: 0;
  }

  /* line 99, ../sass/site.scss */
  25% {
    opacity: 1;
  }

  /* line 100, ../sass/site.scss */
  75% {
    opacity: 1;
  }

  /* line 101, ../sass/site.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@-moz-keyframes sonarAnimate {
  /* line 107, ../sass/site.scss */
  0% {
    opacity: 0;
  }

  /* line 108, ../sass/site.scss */
  25% {
    opacity: 1;
  }

  /* line 109, ../sass/site.scss */
  75% {
    opacity: 1;
  }

  /* line 110, ../sass/site.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@-o-keyframes sonarAnimate {
  /* line 116, ../sass/site.scss */
  0% {
    opacity: 0;
  }

  /* line 117, ../sass/site.scss */
  25% {
    opacity: 1;
  }

  /* line 118, ../sass/site.scss */
  75% {
    opacity: 1;
  }

  /* line 119, ../sass/site.scss */
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes sonarAnimate {
  /* line 125, ../sass/site.scss */
  0% {
    opacity: 0;
  }

  /* line 126, ../sass/site.scss */
  25% {
    opacity: 1;
  }

  /* line 127, ../sass/site.scss */
  75% {
    opacity: 1;
  }

  /* line 128, ../sass/site.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
  }
}

/* line 137, ../sass/site.scss */
.topWrap {
  padding: 150px 0 0;
}
/* line 141, ../sass/site.scss */
.topWrap .logo {
  width: 263px;
  height: 250px;
  margin: 0 auto 35px;
  text-indent: -9999px;
  background: url("../images/logo.png") no-repeat center top;
}
/* line 148, ../sass/site.scss */
.topWrap .name {
  width: 90px;
  color: #fff;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 2.7em;
  line-height: 1.1em;
  text-align: center;
  word-wrap: break-word;
  letter-spacing: 0.2em;
  margin: 0 auto;
}

/* line 162, ../sass/site.scss */
.content {
  position: relative;
}
/* line 166, ../sass/site.scss */
.content .newsletter {
  padding: 180px 0;
  margin: 0 auto 100px;
  background: #000000;
}
/* line 172, ../sass/site.scss */
.content .floatingdots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 181, ../sass/site.scss */
.contentWrap {
  padding: 0 20%;
}
/* line 185, ../sass/site.scss */
.contentWrap.headline {
  margin: 0 auto 320px;
  text-align: left;
}
/* line 189, ../sass/site.scss */
.contentWrap.headline h2 {
  position: relative;
  font-weight: bold;
}
/* line 194, ../sass/site.scss */
.contentWrap.headline h2:before {
  display: block;
  content: " ";
  position: absolute;
  top: -56px;
  left: -100px;
  width: 144px;
  height: 144px;
  background: url("../images/undr-mark.png") no-repeat 0 0;
}
/* line 205, ../sass/site.scss */
.contentWrap.headline h2 span {
  color: #1047f4;
}
/* line 210, ../sass/site.scss */
.contentWrap.headline p {
  margin: 0 auto 40px;
  font-size: 1em;
}
/* line 216, ../sass/site.scss */
.contentWrap.headline h3 {
  text-align: left;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.7em;
  color: #505362;
  font-family: "Merriweather", serif;
}
/* line 228, ../sass/site.scss */
.contentWrap.product {
  margin: 0 auto 200px;
}
/* line 231, ../sass/site.scss */
.contentWrap.product li {
  clear: both;
  margin: 0 auto 30px;
  *zoom: 1;
}
/* line 917, ../sass/_mixins.scss */
.contentWrap.product li:before, .contentWrap.product li:after {
  display: table;
  content: " ";
}
/* line 921, ../sass/_mixins.scss */
.contentWrap.product li:after {
  clear: both;
}
/* line 237, ../sass/site.scss */
.contentWrap.product img {
  float: left;
  margin: 0 10% 0 0;
  width: 115px;
}
/* line 242, ../sass/site.scss */
.contentWrap.product h3 {
  letter-spacing: 3px;
  font-size: .95em;
}
/* line 247, ../sass/site.scss */
.contentWrap.product h2 {
  width: 25%;
  float: left;
  margin: 15px auto;
  padding: 0 0%;
  font-size: 1.3em;
  font-weight: bold;
}
/* line 255, ../sass/site.scss */
.contentWrap.product h2 span {
  display: block;
  color: #575863;
  font-size: 0.8em;
  font-weight: 200;
}
/* line 262, ../sass/site.scss */
.contentWrap.product p {
  margin: 15px auto;
  padding: 0;
  font-size: 1.19em;
  color: #575863;
}
/* line 270, ../sass/site.scss */
.contentWrap.emailsubscribe {
  position: relative;
  padding: 3% 15%;
  background: url("../images/undr-seal.png") no-repeat 85% 25%;
  *zoom: 1;
}
/* line 917, ../sass/_mixins.scss */
.contentWrap.emailsubscribe:before, .contentWrap.emailsubscribe:after {
  display: table;
  content: " ";
}
/* line 921, ../sass/_mixins.scss */
.contentWrap.emailsubscribe:after {
  clear: both;
}
/* line 276, ../sass/site.scss */
.contentWrap.emailsubscribe h2 {
  margin: 0 auto 30px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
/* line 282, ../sass/site.scss */
.contentWrap.emailsubscribe label {
  display: none;
}
/* line 285, ../sass/site.scss */
.contentWrap.emailsubscribe p {
  text-align: center;
  font-size: 1.2em;
}
/* line 292, ../sass/site.scss */
.contentWrap.emailsubscribe .emailinput {
  width: 80%;
  height: 47px;
  float: left;
  border: 0 none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 300, ../sass/site.scss */
.contentWrap.emailsubscribe .btn {
  width: 20%;
  float: left;
  height: 48px;
  padding: 17px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 310, ../sass/site.scss */
.contentWrap.contact {
  padding: 60px 0 140px;
  text-align: center;
}
/* line 314, ../sass/site.scss */
.contentWrap.contact .name {
  width: 90px;
  color: #fff;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 2.7em;
  line-height: 1.1em;
  text-align: center;
  word-wrap: break-word;
  letter-spacing: 0.2em;
  margin: 0 auto 30px;
}
/* line 325, ../sass/site.scss */
.contentWrap.contact h3 {
  margin: 0 auto 20px;
}
/* line 329, ../sass/site.scss */
.contentWrap.contact p {
  font-size: 1em;
}
/* line 332, ../sass/site.scss */
.contentWrap.contact a {
  color: #fff;
}
/* line 334, ../sass/site.scss */
.contentWrap.contact a:hover {
  color: #d9d9d9;
}
/* line 341, ../sass/site.scss */
.contentWrap h2 {
  color: #fff;
  font-size: 5.4em;
  line-height: 1.5em;
  font-weight: 200;
}
/* line 348, ../sass/site.scss */
.contentWrap h3 {
  margin: 0 auto 50px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  font-size: 1.2em;
}
/* line 357, ../sass/site.scss */
.contentWrap p {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 100;
  letter-spacing: 0.05em;
}
/* line 365, ../sass/site.scss */
.contentWrap .icon {
  display: block;
  margin: 0 auto 30px;
}

/* line 371, ../sass/site.scss */
.errorOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1337;
  background: rgba(0, 0, 0, 0.5);
}

/* line 381, ../sass/site.scss */
.errorContent {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 400px;
  margin: 0 0 0 -200px;
  text-align: center;
}
/* line 389, ../sass/site.scss */
.errorContent .errorWrap {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}
/* line 396, ../sass/site.scss */
.errorContent p {
  margin: 0 auto 20px;
}
/* line 398, ../sass/site.scss */
.errorContent p i {
  font-size: 50px;
}
/* line 402, ../sass/site.scss */
.errorContent .btn {
  width: 400px;
  margin: 30px auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1200px) {
  /* line 58, ../sass/_mixins.scss */
  .topWrap, .contentWrap {
    width: 816px;
    margin: 0 auto;
    padding: 0% 0% 0% 0%;
  }

  /* line 420, ../sass/site.scss */
  .topWrap {
    padding: 150px 0 0;
  }

  /* line 424, ../sass/site.scss */
  .contentWrap.emailsubscribe {
    padding: 3% 5%;
  }
}
@media only screen and (max-width: 816px) {
  /* line 58, ../sass/_mixins.scss */
  .topWrap, .contentWrap {
    width: 480px;
    margin: 0 auto;
    padding: 0% 0% 0% 0%;
  }

  /* line 431, ../sass/site.scss */
  body {
    font-size: 0.8em;
  }

  /* line 434, ../sass/site.scss */
  .topWrap {
    padding: 150px 0 0;
  }

  /* line 439, ../sass/site.scss */
  .contentWrap.emailsubscribe {
    padding: 3% 0;
  }
  /* line 442, ../sass/site.scss */
  .contentWrap.emailsubscribe .emailinput {
    width: 70%;
  }
  /* line 445, ../sass/site.scss */
  .contentWrap.emailsubscribe .btn {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 58, ../sass/_mixins.scss */
  .topWrap, .contentWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0% 5% 0% 5%;
  }

  /* line 79, ../sass/_mixins.scss */
  .btn {
    float: none;
    clear: both;
    margin: 0% 0% 0% 0%;
    width: 100%;
  }

  /* line 455, ../sass/site.scss */
  .topWrap {
    padding: 80px 0 0;
  }

  /* line 460, ../sass/site.scss */
  .contentWrap.product img {
    float: none;
    margin: 0 auto;
  }
  /* line 465, ../sass/site.scss */
  .contentWrap.product h2,
  .contentWrap.product p {
    float: none;
    text-align: center;
    width: 100%;
  }
  /* line 472, ../sass/site.scss */
  .contentWrap.emailsubscribe {
    padding: 3% 5%;
  }
  /* line 476, ../sass/site.scss */
  .contentWrap .emailinput,
  .contentWrap .btn {
    clear: none;
  }
}
@-moz-document url-prefix() {}
