/**
Theme Name: Barebones
Theme URI: http://github.com/benchmarkstudios/barebones
Author: Benchmark
*/
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Positioning
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 27px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  list-style: none;
  margin-left: -27px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.row--gutterless {
    margin-left: 0; }

.col {
  float: left;
  padding-left: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .row--gutterless .col {
    padding-left: 0; }

/**
 * Columns generator
 */
@media only screen and (min-width: 1200px) {
  .col--lg-offset-0 {
    margin-left: 0%; }
  .col--lg-1 {
    width: 8.3333333333%; }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col--lg-2 {
    width: 16.6666666667%; }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col--lg-3 {
    width: 25%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-4 {
    width: 33.3333333333%; }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col--lg-5 {
    width: 41.6666666667%; }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col--lg-6 {
    width: 50%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-7 {
    width: 58.3333333333%; }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col--lg-8 {
    width: 66.6666666667%; }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col--lg-9 {
    width: 75%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-10 {
    width: 83.3333333333%; }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col--lg-11 {
    width: 91.6666666667%; }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col--lg-12 {
    width: 100%; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .col--md-offset-0 {
    margin-left: 0%; }
  .col--md-1 {
    width: 8.3333333333%; }
  .col--md-offset-1 {
    margin-left: 8.3333333333%; }
  .col--md-2 {
    width: 16.6666666667%; }
  .col--md-offset-2 {
    margin-left: 16.6666666667%; }
  .col--md-3 {
    width: 25%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-4 {
    width: 33.3333333333%; }
  .col--md-offset-4 {
    margin-left: 33.3333333333%; }
  .col--md-5 {
    width: 41.6666666667%; }
  .col--md-offset-5 {
    margin-left: 41.6666666667%; }
  .col--md-6 {
    width: 50%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-7 {
    width: 58.3333333333%; }
  .col--md-offset-7 {
    margin-left: 58.3333333333%; }
  .col--md-8 {
    width: 66.6666666667%; }
  .col--md-offset-8 {
    margin-left: 66.6666666667%; }
  .col--md-9 {
    width: 75%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-10 {
    width: 83.3333333333%; }
  .col--md-offset-10 {
    margin-left: 83.3333333333%; }
  .col--md-11 {
    width: 91.6666666667%; }
  .col--md-offset-11 {
    margin-left: 91.6666666667%; }
  .col--md-12 {
    width: 100%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 767px) {
  .col--sm-offset-0 {
    margin-left: 0%; }
  .col--sm-1 {
    width: 8.3333333333%; }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col--sm-2 {
    width: 16.6666666667%; }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col--sm-3 {
    width: 25%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-4 {
    width: 33.3333333333%; }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col--sm-5 {
    width: 41.6666666667%; }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col--sm-6 {
    width: 50%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-7 {
    width: 58.3333333333%; }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col--sm-8 {
    width: 66.6666666667%; }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col--sm-9 {
    width: 75%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-10 {
    width: 83.3333333333%; }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col--sm-11 {
    width: 91.6666666667%; }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col--sm-12 {
    width: 100%; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media only screen and (max-width: 670px) {
  .col--xs-offset-0 {
    margin-left: 0%; }
  .col--xs-1 {
    width: 8.3333333333%; }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%; }
  .col--xs-2 {
    width: 16.6666666667%; }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%; }
  .col--xs-3 {
    width: 25%; }
  .col--xs-offset-3 {
    margin-left: 25%; }
  .col--xs-4 {
    width: 33.3333333333%; }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%; }
  .col--xs-5 {
    width: 41.6666666667%; }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%; }
  .col--xs-6 {
    width: 50%; }
  .col--xs-offset-6 {
    margin-left: 50%; }
  .col--xs-7 {
    width: 58.3333333333%; }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%; }
  .col--xs-8 {
    width: 66.6666666667%; }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%; }
  .col--xs-9 {
    width: 75%; }
  .col--xs-offset-9 {
    margin-left: 75%; }
  .col--xs-10 {
    width: 83.3333333333%; }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%; }
  .col--xs-11 {
    width: 91.6666666667%; }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%; }
  .col--xs-12 {
    width: 100%; }
  .col--xs-offset-12 {
    margin-left: 100%; } }

* {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0; }

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  button[disabled] {
    cursor: not-allowed; }

button {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    text-align: left; }

.sr-only {
  font-size: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

@media only screen and (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media only screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .visible-sm {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media only screen and (max-width: 670px) {
  .visible-xs {
    display: block !important; } }

@media only screen and (max-width: 670px) {
  .hidden-xs {
    display: none !important; } }

/**
 * Clearing and floating
 */
.alignleft,
.float-left {
  float: left; }
  img .alignleft, img
  .float-left {
    margin-right: 27px; }

.alignright,
.float-right {
  float: right; }
  img .alignright, img
  .float-right {
    margin-left: 27px; }

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  img .aligncenter, img
  .float-center {
    margin-bottom: 27px; }

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

.clearfix:after {
  clear: both; }

/**
 * Text aligments
 */
.align-text-left {
  text-align: left; }

.align-text-right {
  text-align: right; }

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

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important; }
  @media screen and (max-width: 670px) {
    .visible-on-mobile {
      display: block !important; } }

.visible-on-tablet {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-on-tablet {
      display: block !important; } }
  @media screen and (max-width: 670px) {
    .visible-on-tablet {
      display: none !important; } }

@media screen and (max-width: 768px) {
  .visible-on-desktop {
    display: none !important; } }

/**
 * Vertical Centre
 */
@media screen and (min-width: 768px) {
  .align-vertical-centre {
    display: table;
    height: 100%;
    width: 100%; }
    .align-vertical-centre > div {
      display: table-cell;
      height: 100%;
      vertical-align: middle; } }

body {
  color: #fff;
  font-family: "Sailec", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

html, body {
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl,
address {
  margin-bottom: 27px; }

/**
 * Basic styles for links
 */
a {
  color: #444;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.5; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

/**
 * Rulers
 */
hr {
  background-color: #fff;
  height: 1px; }

/**
 * This file contains all @font-face declarations, if any.
 */
@font-face {
  font-family: 'Sailec';
  src: url("../fonts/35F343_0_0.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/35F343_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35F343_0_0.woff2") format("woff2"), url("../fonts/35F343_0_0.woff") format("woff"), url("../fonts/35F343_0_0.ttf") format("truetype");
  /* Safari, Android, iOS */ }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto; }

/**
 * Blanket input styles for normalisation
 */
*:focus {
  outline: 0; }

input,
select,
textarea {
  background-color: #444;
  border: solid 1px #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  line-height: 40.5px;
  height: 40.5px;
  padding: 0 13.5px;
  width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto; }

input[type="file"] {
  line-height: normal;
  height: auto;
  padding: 6.75px 13.5px; }

input[type="submit"] {
  -webkit-border-radius: 0;
  border-radius: 0; }

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed; }

select {
  line-height: normal;
  padding: 0;
  padding-left: 13.5px; }

textarea {
  min-height: 108px;
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block; }

.checkbox,
.radio {
  display: block;
  padding-left: 27px; }
  .checkbox.inline,
  .radio.inline {
    display: inline-block; }
  .checkbox > input,
  .radio > input {
    float: left;
    margin-left: -27px;
    margin-top: 4px; }

.form__group {
  display: block;
  margin-bottom: 27px; }

.form__label {
  display: block;
  margin-bottom: 13.5px; }

/**
 * Input Group
 *
 * Allows for prepend/append of elements 
 * (such as icons) on an input.
 */
.input-group {
  position: relative; }
  .input-group > input {
    padding: 0 54px; }
  .input-group .input-group__addon {
    line-height: 40.5px;
    height: 40.5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40.5px; }
    .input-group .input-group__addon:first-child {
      left: 0; }
    .input-group .input-group__addon:last-child {
      right: 0; }

ul,
ol {
  margin-left: 27px; }

li > ul,
li > ol {
  margin-bottom: 0; }

.list--unstyled {
  list-style: none;
  margin-left: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

small {
  font-size: .75em; }

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    font-size: 0.875rem; } }

.item--animate {
  opacity: 0;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease; }
  .item--animate.item--visible {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

.video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0; }
  .video-container video {
    min-width: 100%;
    min-height: 100%;
    display: block;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

section {
  position: relative;
  z-index: 1; }

header {
  position: relative;
  padding: 54px;
  width: 100%;
  z-index: 5; }
  @media screen and (min-width: 768px) {
    header {
      position: absolute; } }
  @media screen and (max-width: 768px) {
    header {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    header .header__logo {
      text-align: center; } }

.btn {
  background-color: #444;
  color: #444;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6.75px 27px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn:hover {
    text-decoration: none;
    background-color: #444;
    color: #444;
    border: 1px solid #444; }
  .btn.is-disabled, .btn:disabled {
    pointer-events: none;
    opacity: .65; }

.btn--inverse {
  background-color: #444;
  color: #444;
  border: 1px solid #444; }
  .btn--inverse:hover {
    background-color: #444;
    color: #444;
    border: 1px solid transparent; }

.btn--block {
  display: block;
  width: 100%; }
  .btn--block + .btn--block {
    margin-top: 6.75px; }

.btn--link {
  background-color: transparent;
  color: #444; }

.nav {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em; }
  .nav > li {
    display: inline-block;
    margin-right: 27px;
    padding-top: 10px; }
    .nav > li:last-child {
      margin-right: 0; }
    .nav > li > a {
      display: block;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .nav {
      text-align: center;
      margin-top: 27px; } }

.alert {
  padding: 27px;
  margin-bottom: 27px;
  border: 1px solid transparent; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 27px; }
  .alert.alert--success {
    color: #5CB85C;
    border-color: #5CB85C; }
  .alert.alert--info {
    color: #444;
    border-color: #444; }
  .alert.alert--warning {
    color: #F0AD4E;
    border-color: #F0AD4E; }
  .alert.alert--danger {
    color: #D9534F;
    border-color: #D9534F; }

/*# sourceMappingURL=style.css.map */
