/* ... */
/* line 2, ../sass/03-generic/_reset.scss */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: auto;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* line 6, ../sass/03-generic/_reset.scss */
body {
  margin: 0; }

/* line 9, ../sass/03-generic/_reset.scss */
h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul, dl, dt, dd {
  margin: 0;
  padding: 0; }

/* line 12, ../sass/03-generic/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit; }

/* line 15, ../sass/03-generic/_reset.scss */
a {
  text-decoration: none;
  color: inherit; }

/* line 18, ../sass/03-generic/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

/* line 23, ../sass/03-generic/_reset.scss */
main {
  display: block; }

/* line 28, ../sass/03-generic/_reset.scss */
*:focus {
  outline: none; }

/* line 29, ../sass/03-generic/_reset.scss */
*::-moz-focus-inner {
  border: 0; }

/* line 32, ../sass/03-generic/_reset.scss */
input, select {
  box-sizing: border-box; }

/* line 34, ../sass/03-generic/_reset.scss */
select {
  outline: none; }
  /* line 37, ../sass/03-generic/_reset.scss */
  select:focus::-ms-value {
    background: transparent;
    color: inherit; }

/* line 42, ../sass/03-generic/_reset.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none; }

/* line 48, ../sass/03-generic/_reset.scss */
iframe {
  margin: 0;
  padding: 0; }

/* line 54, ../sass/03-generic/_reset.scss */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: italic;
  font-weight: 400;
  color: #999; }

/* line 59, ../sass/03-generic/_reset.scss */
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  font-weight: 400;
  opacity: 1;
  color: #999; }

/* line 65, ../sass/03-generic/_reset.scss */
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  font-weight: 400;
  opacity: 1;
  color: #999; }

/* line 71, ../sass/03-generic/_reset.scss */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: italic;
  font-weight: 400;
  color: #999; }

/* star trek */
/* line 77, ../sass/03-generic/_reset.scss */
input::placeholder, textarea::placeholder {
  font-style: italic;
  font-weight: 400;
  color: #999; }

/* uses variables from ../10-settings/variables */
/* line 6, ../sass/04-base/_base.scss */
html {
  font-size: 16px;
  height: 100%; }

/* line 11, ../sass/04-base/_base.scss */
body {
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  overflow-x: hidden;
  height: 100%; }

/* line 20, ../sass/04-base/_base.scss */
h1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  @media only screen and (max-width: 44.999em) {
    /* line 20, ../sass/04-base/_base.scss */
    h1 {
      font-size: 1.998em;
      line-height: 1.2495; } }
  @media only screen and (min-width: 45em) and (max-width: 104.999em) {
    /* line 20, ../sass/04-base/_base.scss */
    h1 {
      font-size: 2.499em;
      line-height: 1.1235; } }
  @media only screen and (min-width: 105em) {
    /* line 20, ../sass/04-base/_base.scss */
    h1 {
      font-size: 3em;
      line-height: 1.05; } }

@media only screen and (max-width: 44.999em) {
  /* line 26, ../sass/04-base/_base.scss */
  h2 {
    font-size: 1.6245em;
    line-height: 1.1525; } }
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  /* line 26, ../sass/04-base/_base.scss */
  h2 {
    font-size: 1.998em;
    line-height: 1.25; } }
@media only screen and (min-width: 105em) {
  /* line 26, ../sass/04-base/_base.scss */
  h2 {
    font-size: 2.25em;
    line-height: 1.25; } }

@media only screen and (max-width: 44.999em) {
  /* line 31, ../sass/04-base/_base.scss */
  h3 {
    font-size: 1.37375em;
    line-height: 1.135; } }
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  /* line 31, ../sass/04-base/_base.scss */
  h3 {
    font-size: 1.49975em;
    line-height: 1.25; } }
@media only screen and (min-width: 105em) {
  /* line 31, ../sass/04-base/_base.scss */
  h3 {
    font-size: 1.75em;
    line-height: 1.25; } }

@media only screen and (max-width: 44.999em) {
  /* line 36, ../sass/04-base/_base.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.1108; } }
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  /* line 36, ../sass/04-base/_base.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.222; } }
@media only screen and (min-width: 105em) {
  /* line 36, ../sass/04-base/_base.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1.222; } }

@media only screen and (max-width: 44.999em) {
  /* line 41, ../sass/04-base/_base.scss */
  p {
    font-size: 1em;
    line-height: 1.2992; } }
@media only screen and (min-width: 45em) and (max-width: 104.999em) {
  /* line 41, ../sass/04-base/_base.scss */
  p {
    font-size: 1em;
    line-height: 1.4; } }
@media only screen and (min-width: 105em) {
  /* line 41, ../sass/04-base/_base.scss */
  p {
    font-size: 1em;
    line-height: 1.4; } }

/* line 47, ../sass/04-base/_base.scss */
h1 {
  font-weight: 600;
  margin-bottom: 20px; }

/* line 51, ../sass/04-base/_base.scss */
h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 20px; }

/* line 55, ../sass/04-base/_base.scss */
p {
  margin-bottom: 10px; }

/* line 59, ../sass/04-base/_base.scss */
select {
  font-size: inherit; }

/* line 63, ../sass/04-base/_base.scss */
input {
  width: 100%; }

/* line 67, ../sass/04-base/_base.scss */
a {
  color: #ff7e00; }

/* line 70, ../sass/04-base/_base.scss */
a:hover {
  color: #ffba00; }

/* start vars: o-button */
/* end vars */
/* line 14, ../sass/05-objects/_button.scss */
.o-button {
  position: relative;
  width: auto;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #ff7e00;
  border: 1px solid #ccc;
  -webkit-transition: background .25s linear;
  transition: background .25s linear; }
  /* line 27, ../sass/05-objects/_button.scss */
  .o-button--full {
    width: 100%; }
  /* line 31, ../sass/05-objects/_button.scss */
  .o-button:hover {
    color: #333;
    background-color: #ffba00;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }

/* line 39, ../sass/05-objects/_button.scss */
.o-button.is-selected {
  color: #333;
  background-color: #ffba00;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

/* start vars: o-input */
/* end vars */
/* line 12, ../sass/05-objects/_input.scss */
.o-input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  color: #333;
  box-sizing: border-box; }

/*
 * base ul, no bullets
 */
/* line 7, ../sass/05-objects/_list-bare.scss */
.o-list-bare {
  list-style: none; }

/* line 10, ../sass/05-objects/_list-bare.scss */
.list-bare__item {
  margin: 10px 0 0; }

/*
 * basic format of a li with inline-block
 */
/* line 6, ../sass/05-objects/_list-inline.scss */
.o-list-inline {
  list-style: none; }

/* line 9, ../sass/05-objects/_list-inline.scss */
.list-inline__item {
  display: inline-block; }

/*
 * this class is used to stretch li's inside an ul to each occupy the same width
 */
/* line 7, ../sass/05-objects/_list-wide.scss */
.o-list-wide {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%; }

/* line 13, ../sass/05-objects/_list-wide.scss */
.list-wide__item {
  display: table-cell; }

/* start vars: o-loader */
/* end vars */
/* line 7, ../sass/05-objects/_loader.scss */
.o-loader {
  margin: -1em 0 0 -1em;
  position: absolute;
  /* parent needs position: relative */
  text-indent: -9999em;
  border: solid rgba(255, 126, 0, 0.2);
  /* add border width to increase it */
  border-left-color: #ff7e00;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  overflow: hidden;
  z-index: 1; }

/* line 18, ../sass/05-objects/_loader.scss */
.o-loader,
.o-loader:after {
  border-radius: 100%;
  width: 2em;
  height: 2em; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* start vars: o-loader */
/* end vars */
/* line 12, ../sass/05-objects/_scrollbar.scss */
.o-scrollbars::-webkit-scrollbar {
  width: 10px; }
/* line 15, ../sass/05-objects/_scrollbar.scss */
.o-scrollbars::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.9); }
/* line 18, ../sass/05-objects/_scrollbar.scss */
.o-scrollbars::-webkit-scrollbar-thumb {
  background-color: rgba(255, 126, 0, 0.5); }
/* line 21, ../sass/05-objects/_scrollbar.scss */
.o-scrollbars::-webkit-scrollbar-thumb:hover {
  background-color: #ffba00; }

/* start vars: m-content */
/* end vars */
/* line 8, ../sass/06-modules/_content.scss */
.m-content {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 50px 0 280px;
  box-sizing: border-box; }

/* line 15, ../sass/06-modules/_content.scss */
.content__item {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }

/* line 20, ../sass/06-modules/_content.scss */
.content__result {
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: -50%;
  margin-top: 10px;
  display: block;
  padding: 10px 20px;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6); }
  /* line 36, ../sass/06-modules/_content.scss */
  .content__result .content__restext {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9em; }
  /* line 41, ../sass/06-modules/_content.scss */
  .content__result .content__number {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6em;
    font-weight: 600;
    padding-left: 10px; }

/* line 50, ../sass/06-modules/_content.scss */
.content__result.is-visible {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

/* line 57, ../sass/06-modules/_content.scss */
.content__arrow {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 0; }

/* line 68, ../sass/06-modules/_content.scss */
.content__scroller {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  line-height: 30px;
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  box-sizing: border-box;
  z-index: 2; }

/* line 83, ../sass/06-modules/_content.scss */
.content__scroll-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -0);
  -ms-transform: translate(-50%, -0);
  -moz-transform: translate(-50%, -0);
  -o-transform: translate(-50%, -0);
  transform: translate(-50%, -0);
  top: -45px;
  width: 30px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #333;
  border-radius: 15px;
  box-sizing: border-box; }
  /* line 94, ../sass/06-modules/_content.scss */
  .content__scroll-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -0);
    -ms-transform: translate(-50%, -0);
    -moz-transform: translate(-50%, -0);
    -o-transform: translate(-50%, -0);
    transform: translate(-50%, -0);
    top: 6px;
    width: 4px;
    height: 12px;
    background-color: #ff7e00;
    border-radius: 3px;
    -webkit-animation: bgcolor 1s infinite;
    animation: bgcolor 1s infinite; }

@-webkit-keyframes bgcolor {
  0% {
    background-color: #ff7e00; }
  50% {
    background-color: #ffba00; }
  100% {
    background-color: #ff7e00; } }
@keyframes bgcolor {
  0% {
    background-color: #ff7e00; }
  50% {
    background-color: #ffba00; }
  100% {
    background-color: #ff7e00; } }
/* start vars: m-fillform */
/* end vars */
/* line 9, ../sass/06-modules/_fillform.scss */
.m-fillform {
  margin: 40px 0; }

/* line 13, ../sass/06-modules/_fillform.scss */
.fillform__item {
  display: block;
  margin-bottom: 20px; }

/* line 18, ../sass/06-modules/_fillform.scss */
.fillform__label {
  color: #999;
  width: 20%;
  display: inline-block;
  vertical-align: top; }

/* line 24, ../sass/06-modules/_fillform.scss */
.fillform__input {
  width: 80%;
  display: inline-block;
  vertical-align: top; }

/* line 29, ../sass/06-modules/_fillform.scss */
.fillform__count, .fillform__submit {
  margin-left: 20%; }

/* line 32, ../sass/06-modules/_fillform.scss */
.fillform__count {
  font-size: 0.8em; }

/* start vars: m-logo */
/* end vars */
/* line 7, ../sass/06-modules/_logo.scss */
.m-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -0);
  -ms-transform: translate(-50%, -0);
  -moz-transform: translate(-50%, -0);
  -o-transform: translate(-50%, -0);
  transform: translate(-50%, -0);
  top: 100px;
  width: 200px;
  height: 200px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0; }

/* line 20, ../sass/06-modules/_logo.scss */
.logo__title {
  display: none; }

/* start vars: m-logo */
/* end vars */
/* line 7, ../sass/06-modules/_navigation.scss */
.m-primary-nav {
  position: fixed;
  z-index: 99;
  box-sizing: border-box;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }
  /* line 14, ../sass/06-modules/_navigation.scss */
  .m-primary-nav--left {
    top: 350px;
    left: 25px;
    width: 200px;
    opacity: 1; }
    /* line 20, ../sass/06-modules/_navigation.scss */
    .m-primary-nav--left .primary-nav__item {
      font-size: 0.9em;
      padding: 5px 20px;
      background-color: rgba(33, 33, 33, 0.8); }
      /* line 25, ../sass/06-modules/_navigation.scss */
      .m-primary-nav--left .primary-nav__item:hover {
        background-color: #212121; }
    /* line 31, ../sass/06-modules/_navigation.scss */
    .m-primary-nav--left .primary-nav__link {
      display: block; }
    /* line 35, ../sass/06-modules/_navigation.scss */
    .m-primary-nav--left.is-scrolled {
      opacity: 0;
      -webkit-transition: all .25s linear;
      transition: all .25s linear; }
  /* line 43, ../sass/06-modules/_navigation.scss */
  .m-primary-nav--top {
    top: -50px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    background-color: rgba(33, 33, 33, 0.9); }
    /* line 52, ../sass/06-modules/_navigation.scss */
    .m-primary-nav--top .primary-nav__item {
      padding: 0 10px; }
    /* line 56, ../sass/06-modules/_navigation.scss */
    .m-primary-nav--top.is-scrolled {
      top: 0;
      -webkit-transition: all .25s linear;
      transition: all .25s linear; }

/* start vars: m-logo */
/* end vars */
/* line 7, ../sass/06-modules/_pricing.scss */
.m-pricing {
  position: relative; }

/* line 11, ../sass/06-modules/_pricing.scss */
.pricing__item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  min-height: 290px;
  padding: 20px;
  margin: 0 1% 20px;
  border: 1px solid #eee;
  box-sizing: border-box; }

/* line 24, ../sass/06-modules/_pricing.scss */
.pricing__text--small {
  font-size: 0.8em; }

/* line 30, ../sass/06-modules/_pricing.scss */
.pricing__col {
  text-align: center;
  vertical-align: top;
  width: 31%;
  padding: 5px;
  margin: 10px 1% 0;
  box-sizing: border-box;
  border-right: 1px solid #eee; }
  /* line 39, ../sass/06-modules/_pricing.scss */
  .pricing__col:last-child {
    border-right: 0; }

/* start vars: m-slides */
/* end vars */
/* line 7, ../sass/06-modules/_slides.scss */
.m-slides {
  position: relative;
  margin: 0; }
  /* line 11, ../sass/06-modules/_slides.scss */
  .m-slides--full {
    height: 100%;
    z-index: 1; }
    /* line 15, ../sass/06-modules/_slides.scss */
    .m-slides--full .m-content {
      padding-top: 220px;
      z-index: 2; }
  /* line 21, ../sass/06-modules/_slides.scss */
  .m-slides--info {
    z-index: 2; }
    /* line 24, ../sass/06-modules/_slides.scss */
    .m-slides--info .m-content {
      padding: 10px 50px 0; }

/* line 30, ../sass/06-modules/_slides.scss */
.slides__cover, .slides__action {
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  box-sizing: border-box;
  z-index: 1; }

/* line 41, ../sass/06-modules/_slides.scss */
.slides__cover {
  position: relative;
  color: #fff; }
  /* line 46, ../sass/06-modules/_slides.scss */
  .slides__cover--first {
    background-image: url(../images/bg/01.jpg); }
  /* line 50, ../sass/06-modules/_slides.scss */
  .slides__cover--second {
    background-image: url(../images/bg/02.jpg); }
  /* line 54, ../sass/06-modules/_slides.scss */
  .slides__cover--third {
    background-image: url(../images/bg/03.jpg); }

/* line 60, ../sass/06-modules/_slides.scss */
.slides__action {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }
  /* line 69, ../sass/06-modules/_slides.scss */
  .slides__action--first {
    background-image: url(../images/bg/01a.jpg); }
  /* line 73, ../sass/06-modules/_slides.scss */
  .slides__action--second {
    background-image: url(../images/bg/02a.jpg); }
  /* line 77, ../sass/06-modules/_slides.scss */
  .slides__action--third {
    background-image: url(../images/bg/03a.jpg); }

/* line 82, ../sass/06-modules/_slides.scss */
.slides__action.is-visible {
  opacity: 1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

/* line 88, ../sass/06-modules/_slides.scss */
.slides__info {
  padding: 50px 0;
  color: #333;
  background-color: #fff; }

/* line 94, ../sass/06-modules/_slides.scss */
.slides__top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2; }

/* line 11, ../sass/cnt.scss */
.global-container {
  width: 100%;
  height: 100%; }

/* line 17, ../sass/cnt.scss */
.global-header {
  min-width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

/* line 27, ../sass/cnt.scss */
.global-footer {
  position: relative;
  padding: 20px 20px 10px;
  color: #fff;
  background-color: #333;
  z-index: 3; }

/* line 34, ../sass/cnt.scss */
.footer__list {
  margin-bottom: 40px; }

/* line 37, ../sass/cnt.scss */
.footer__item {
  width: 33%; }

/* line 40, ../sass/cnt.scss */
.footer__copy {
  text-align: right;
  font-size: 0.9em; }
