@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

* {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #fff;
  color: #757575;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714;
}

a {
  color: #fe7409;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fe7409;
  text-decoration: underline;
}

p {
  margin: 0 0 10px;
}

/* Helper classes */
.d-ib {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.upgrade-browser {
  background-color: #ccc;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px;
}

/* CSS Animations */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[data-animation-name] {
  visibility: hidden;
}

.delay-0s {
  animation-delay: 0s;
}

.delay-01s {
  animation-delay: 0.1s;
}

.delay-02s {
  animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
}

/* Buttons */
.btn {
  background-color: #fe7409;
  background-image: none;
  border: 1px solid #fe7409;
  border-radius: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3333333;
  margin-bottom: 0;
  outline: none;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover,
.btn:focus {
  background-color: #d45d01;
  border-color: #d45d01;
  color: #fff;
}

.btn:active:hover,
.btn:active:focus {
  background-color: #b14e00;
  border-color: #b14e00;
  color: #fff;
}

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

.icon {
  display: inline-block;
  font-family: "goldencall";
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.icon-map-marker:before {
  content: "\61";
}

.icon-phone:before {
  content: "\62";
}

.icon-envelope:before {
  content: "\63";
}

.icon-youtube:before {
  content: "\64";
}

.icon-youtube-square:before {
  content: "\65";
}

.icon-facebook:before {
  content: "\66";
}

.icon-facebook-square:before {
  content: "\67";
}

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

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

/* Forms */
.form {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.form:before,
.form:after {
  content: " ";
  display: table;
}

.form:after {
  clear: both;
}

.form-item {
  float: left;
  margin-bottom: 15px;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  position: relative;
  width: 100%;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  transition: border-color 0.15s;
  width: 100%;
}

.form-control:focus {
  border-color: #fe7409;
  outline: none;
}

textarea.form-control {
  height: auto;
}

.form-actions {
  text-align: center;
}

/* Loading */
.loading {
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

.loading:before,
.loading:after {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  content: "";
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}

.loading:after {
  animation: rotate 0.6s linear;
  animation-iteration-count: infinite;
  border-color: #fe7409 transparent transparent;
}

.loading .page {
  visibility: hidden;
}

/* Page */
.page {
  animation-duration: 2s;
  animation-name: fadeIn;
  width: 100%;
}

.page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-container:before,
.page-container:after {
  content: " ";
  display: table;
}

.page-container:after {
  clear: both;
}


/* Page Header */
.page-header {
  left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.page-heading {
  color: #212121;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 60px;
  text-align: center;
  text-transform: uppercase;
}

.page-subheading {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.page-rule {
  border-color: #fe7409;
  border-style: solid;
  border-width: 2px 0 0;
  margin: 40px auto;
  width: 100px;
}

.brand {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}

.brand-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

.nav {
  display: none;
}

.nav-item {
  color: #757575;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
  position: relative;
}

.nav-item:hover,
.nav-item:focus {
  color: #212121;
  text-decoration: none;
}


/* Page Body */
.hero {
  background-color: #ebebeb;
  color: #757575;
  display: table;
  height: 100vh;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

.hero-inner {
  display: table-cell;
  padding-top: 120px;
  vertical-align: middle;
}

.hero-container {
  background-color: transparent;
  background-image: url("../img/bubble.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.social {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  padding-left: 30px;
  padding-right: 30px;
}

.social-item {
  color: #212121;
  display: inline-block;
  font-size: 24px;
  height: 32px;
  line-height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  width: 32px;
}

.social-item:hover {
  color: #000;
  text-decoration: none;
}

.phone {
  margin-bottom: 30px;
  margin-top: 30px;
}

.phone-inst {
  background-color: #70c4e8;
  background-image: linear-gradient(to bottom, #39b0ea 0%, #70c4e8 100%);
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 30px;
  position: relative;
  user-select: none;
}

.phone-inst:after {
  border-color: #70c4e8 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 0;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.phone-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
  white-space: nowrap;
}

.phone-subheading {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  white-space: nowrap;
}

.phone-number {
  display: inline-block;
  vertical-align: middle;
}

.phone-message {
  display: inline-block;
  vertical-align: middle;
}

.phone-info {
  background-color: #c2d730;
  background-image: linear-gradient(to right, #80c340 0%, #c2d730 100%);
  border-radius: 15px 0 0 7px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  user-select: none;
}

.phone-info:after {
  border-color: transparent #c2d730 transparent transparent;
  border-style: solid;
  border-width: 0 30px 15px 0;
  content: " ";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}

.phone-arrows {
  display: none;
  height: auto;
  user-select: none;
  vertical-align: middle;
  width: 128px;
}

.phone-img {
  display: block;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  user-select: none;
  vertical-align: middle;
  width: auto;
  z-index: 999;
}

.intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  padding-left: 30px;
  padding-right: 30px;
}

.intro-heading {
  color: #fe7409;
  font-weight: 700;
}

.about-us {
  margin-left: -15px;
  margin-right: -15px;
}

.about-us:before,
.about-us:after {
  content: " ";
  display: table;
}

.about-us:after {
  clear: both;
}

.about-us-images {
  margin-bottom: 15px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-us-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.about-us-content {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.rules {
  list-style: none;
  margin: 0 -15px;
  padding-left: 0;
}

.rules:before,
.rules:after {
  content: " ";
  display: table;
}

.rules:after {
  clear: both;
}

.rules-item {
  display: block;
  float: left;
  margin-bottom: 30px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.rules-item-img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
}

.rules-item-text {
  margin-top: 10px;
  text-align: center;
}

.videos {
  list-style: none;
  margin: 0 -15px;
  padding-left: 0;
}

.videos:before,
.videos:after {
  content: " ";
  display: table;
}

.videos:after {
  clear: both;
}

.videos-item {
  display: block;
  float: left;
  margin-bottom: 30px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.videos-item-thumb {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 70%;
  position: relative;
}

.videos-item-overlay {
  background-color: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.videos-item-label {
  background-color: #fff;
  border: none;
  bottom: 0;
  color: #212121;
  cursor: pointer;
  display: block;
  font-size: 10px;
  font-weight: 700;
  height: 50px;
  left: 0;
  letter-spacing: 1px;
  line-height: 1;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transition: all 0.15s;
  width: 180px;
  z-index: 1;
}

.videos-item-thumb:hover .videos-item-label {
  background-color: #fe7409;
  border-color: #fe7409;
  color: #fff;
}

.contact {
  margin-bottom: 30px;
}

.contact:before,
.contact:after {
  content: " ";
  display: table;
}

.contact:after {
  clear: both;
}

.details {
  list-style: none;
  margin-bottom: 0;
  margin-top: 15px;
  padding-left: 0;
  text-align: center;
}

.details-item {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

.details-item-icon {
  display: block;
  float: left;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  width: 24px;
}

.details-item-text {
  display: block;
  line-height: 24px;
  overflow: hidden;
}


/* Page Footer */
.page-footer {
  background-color: #f3f3f3;
  border-top: 1px solid #eaeaea;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.copyright {
  margin-bottom: 0;
}


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {
  .nav {
    display: block;
  }

  .hero-inner {
    padding-top: 155px;
  }

  .hero-container {
    background-size: auto 50%;
  }

  .phone-img {
    height: 400px;
  }

  .about-us-images {
    float: left;
    margin-right: 15px;
    width: 50%;
  }

  .rules-item {
    float: left;
    width: 50%;
  }

  .rules-item:nth-child(2n+1) {
    clear: both;
  }

  .videos-item {
    width: 33.3333333%;
  }

  .contact-form {
    float: left;
    margin-left: 16.6666667%;
    position: relative;
    width: 66.6666667%;
  }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-container {
    background-position: 50% 15%;
  }

  .phone {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .phone-inst {
    border-bottom-left-radius: 0;
    bottom: 100%;
    display: block;
    left: 100%;
    margin-bottom: -50px;
    margin-left: -5px;
    position: absolute;
    text-align: left;
  }

  .phone-inst:after {
    border-color: #70c4e8 transparent transparent transparent;
    border-width: 15px 15px 0 0;
    left: 0;
    margin-left: 0;
  }

  .phone-heading {
    font-size: 36px;
  }

  .phone-message {
    font-size: 24px;
  }

  .phone-info {
    bottom: 50%;
    display: block;
    margin-bottom: -25px;
    margin-right: -5px;
    position: absolute;
    right: 100%;
  }

  .phone-arrows {
    bottom: 100%;
    display: block;
    left: 50%;
    margin-left: -64px;
    position: absolute;
  }

  .phone-text {
    display: block;
    text-align: left;
    white-space: nowrap;
  }

  .phone-img {
    height: 460px;
  }

  .about-us-images {
    margin-right: 0;
  }

  .about-us-content {
    float: left;
    width: 50%;
  }

  .rules-item {
    width: 33.333333%;
  }

  .rules-item:nth-child(2n+1) {
    clear: none;
  }

  .rules-item:nth-child(3n+1) {
    clear: both;
  }

  .form-item-name {
    width: 33.3333333%;
  }

  .form-item-mail {
    width: 33.3333333%;
  }

  .form-item-subject {
    width: 33.3333333%;
  }

  .form-item-message {
    clear: both;
  }
}
