/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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"],
[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;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  margin: 0;
}

html, body {
  overflow-x: hidden;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

html, body {
  min-width: 320px;
}

html, body {
  background: #FFF;
  color: #000;
}

body, input, select, textarea, button {
  font-family: sans-serif;
  font-size: 100%;
}

@font-face {
  font-family: 'Avnir LTstd-Romn';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AvenirLTStd-Roman.otf") format("opentype"), local("Avenir LT Std 55 Roman");
}

@font-face {
  font-family: 'Myrd Pr Regular';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MYRIADPRO-REGULAR.woff") format("woff"), local("Myriad Pro Regular");
}

@font-face {
  font-family: 'Frnklin Gothc Mdium';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Franklin Gothic Medium Cond Regular.woff") format("woff"), local("Franklin Gothic Medium Cond");
}

.avenrLTSTD {
  font-family: 'Avnir LTstd-Romn', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.myriadPRO-regular {
  font-family: 'Myrd Pr Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.franklinGoth-medium {
  font-family: 'Frnklin Gothc Mdium', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.ac {
  text-align: center;
}

.al {
  text-align: center;
}

@media (min-width: 48em) {
  .al--in-tablet {
    text-align: left;
  }
}

.ar {
  text-align: center;
}

@media (min-width: 48em) {
  .ar--in-tablet {
    text-align: right;
  }
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.block-inliner {
  display: inline-block;
}

.lg-txt {
  font-size: 1.2em;
}

@media (min-width: 75em) {
  .lg-txt--till-wide {
    font-size: 1.5em;
  }
}

.very-lg-txt {
  font-size: 2.3em;
}

.big-txt {
  font-size: 4em;
}

.white-txt {
  color: #fff;
}

.black-txt {
  color: #000;
}

.gray-txt {
  color: #6d6d6d;
}

.yellow-feat-txt {
  color: #d39200;
}

.deep-blue-txt {
  color: #00709e;
}

.green-txt {
  color: #81c426;
}

.light-blue-txt {
  color: #40b1e0;
}

.solid-gray-txt {
  color: #3f3f3f;
}

.bold {
  font-weight: bold;
}

.white-bg {
  background-color: #FFF;
}

.ulight-gray-bg {
  background-color: #fefefe;
}

.deep-blue-bg {
  background-color: #00709e;
}

.full-width {
  display: block;
  width: 100%;
}

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

.clearfix::after {
  clear: both;
}

/*!
 * Adapted from Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Adapted by Dustin Sparks (pixelmixer@gmail.com)
 *
 * Usage: Add or remove bootstrap components that you would like to use in your project
 * by commenting, uncommenting or manually adding imports.
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.tilt-animation {
  -webkit-animation: tilting-in 1500ms linear both;
       -o-animation: tilting-in 1500ms linear both;
          animation: tilting-in 1500ms linear both;
}

.delay-100-anim {
  -webkit-animation-delay: 100ms;
       -o-animation-delay: 100ms;
          animation-delay: 100ms;
}

.delay-200-anim {
  -webkit-animation-delay: 200ms;
       -o-animation-delay: 200ms;
          animation-delay: 200ms;
}

@-webkit-keyframes coloring {
  0%, 100% {
    color: #81c426;
  }
  50% {
    color: #ebbc14;
  }
  75% {
    color: #c35b34;
  }
}

@-o-keyframes coloring {
  0%, 100% {
    color: #81c426;
  }
  50% {
    color: #ebbc14;
  }
  75% {
    color: #c35b34;
  }
}

@keyframes coloring {
  0%, 100% {
    color: #81c426;
  }
  50% {
    color: #ebbc14;
  }
  75% {
    color: #c35b34;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(60px);
       transform: translateY(60px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(60px);
         -o-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@-webkit-keyframes subtle-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

@-o-keyframes subtle-down {
  0% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
  100% {
    -o-transform: translateY(1px);
       transform: translateY(1px);
  }
}

@keyframes subtle-down {
  0% {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1px);
         -o-transform: translateY(1px);
            transform: translateY(1px);
  }
}

/* Generated with Bounce.js. Edit at https://goo.gl/q6B82T */
@-webkit-keyframes tilting-in {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
  }
  33.91% {
    -webkit-transform: matrix3d(2.559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 257.206, 0, 0, 1);
            transform: matrix3d(2.559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 257.206, 0, 0, 1);
  }
  34.47% {
    -webkit-transform: matrix3d(2.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.469, 0, 0, 1);
            transform: matrix3d(2.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.469, 0, 0, 1);
  }
  36.07% {
    -webkit-transform: matrix3d(2.065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.912, 0, 0, 1);
            transform: matrix3d(2.065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.912, 0, 0, 1);
  }
  36.98% {
    -webkit-transform: matrix3d(1.597, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.763, 0, 0, 1);
            transform: matrix3d(1.597, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.763, 0, 0, 1);
  }
  38.74% {
    -webkit-transform: matrix3d(1.148, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.647, 0, 0, 1);
            transform: matrix3d(1.148, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.647, 0, 0, 1);
  }
  39.48% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.848, 0, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.848, 0, 0, 1);
  }
  41.41% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.53, 0, 0, 1);
            transform: matrix3d(1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.53, 0, 0, 1);
  }
  44.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -13.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -13.007, 0, 0, 1);
  }
  44.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -12.878, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -12.878, 0, 0, 1);
  }
  51.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.352, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.352, 0, 0, 1);
  }
  53.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.882, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.882, 0, 0, 1);
  }
  58.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.311, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.311, 0, 0, 1);
  }
  73.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
  }
  88.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-o-keyframes tilting-in {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.23% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.33% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
  }
  33.91% {
    transform: matrix3d(2.559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 257.206, 0, 0, 1);
  }
  34.47% {
    transform: matrix3d(2.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.469, 0, 0, 1);
  }
  36.07% {
    transform: matrix3d(2.065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.912, 0, 0, 1);
  }
  36.98% {
    transform: matrix3d(1.597, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.763, 0, 0, 1);
  }
  38.74% {
    transform: matrix3d(1.148, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.647, 0, 0, 1);
  }
  39.48% {
    transform: matrix3d(1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.848, 0, 0, 1);
  }
  41.41% {
    transform: matrix3d(1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.53, 0, 0, 1);
  }
  44.08% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -13.007, 0, 0, 1);
  }
  44.48% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -12.878, 0, 0, 1);
  }
  51.48% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.352, 0, 0, 1);
  }
  53.33% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.882, 0, 0, 1);
  }
  58.89% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.311, 0, 0, 1);
  }
  73.71% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
  }
  88.52% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes tilting-in {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.23% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
  }
  33.91% {
    -webkit-transform: matrix3d(2.559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 257.206, 0, 0, 1);
            transform: matrix3d(2.559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 257.206, 0, 0, 1);
  }
  34.47% {
    -webkit-transform: matrix3d(2.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.469, 0, 0, 1);
            transform: matrix3d(2.884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 218.469, 0, 0, 1);
  }
  36.07% {
    -webkit-transform: matrix3d(2.065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.912, 0, 0, 1);
            transform: matrix3d(2.065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 125.912, 0, 0, 1);
  }
  36.98% {
    -webkit-transform: matrix3d(1.597, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.763, 0, 0, 1);
            transform: matrix3d(1.597, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 85.763, 0, 0, 1);
  }
  38.74% {
    -webkit-transform: matrix3d(1.148, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.647, 0, 0, 1);
            transform: matrix3d(1.148, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 31.647, 0, 0, 1);
  }
  39.48% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.848, 0, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 16.848, 0, 0, 1);
  }
  41.41% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.53, 0, 0, 1);
            transform: matrix3d(1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.53, 0, 0, 1);
  }
  44.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -13.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -13.007, 0, 0, 1);
  }
  44.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -12.878, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -12.878, 0, 0, 1);
  }
  51.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.352, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.352, 0, 0, 1);
  }
  53.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.882, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.882, 0, 0, 1);
  }
  58.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.311, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.311, 0, 0, 1);
  }
  73.71% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1);
  }
  88.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.section-allegra {
  height: 6.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #fff;
}

@media (min-width: 48em) {
  .section-allegra {
    height: 9.0625rem;
  }
}

.section-allegra__title {
  font-size: 2rem;
  max-width: 11.25rem;
  color: inherit;
  text-align: center;
}

@media (min-width: 30em) {
  .section-allegra__title {
    font-size: 2.25rem;
    max-width: 12.5rem;
  }
}

@media (min-width: 48em) {
  .section-allegra__title {
    font-size: 2.625rem;
    max-width: 12.5rem;
  }
}

.section-allegra__content {
  font-size: 1.125rem;
  max-width: 18.75rem;
  color: inherit;
}

@media (min-width: 30em) {
  .section-allegra__content {
    max-width: 28.125rem;
  }
}

@media (min-width: 48em) {
  .section-allegra__content {
    max-width: 46.875rem;
  }
}

@media (min-width: 60em) {
  .section-allegra__content {
    font-size: 1.375rem;
    max-width: 85%;
  }
}

.section-allegra__logo {
  width: 95%;
  height: auto;
  padding: 8%;
  max-height: 100%;
  background-color: #fefefe;
  border: solid 2px #4da954;
}

.section-allegra--digital {
  background-color: #81c426;
}

.section-allegra--partners {
  background-color: #ebbc14;
}

.section-allegra--inmob {
  background-color: #c35b34;
}

.section-allegra--l-gutter {
  border-left: none;
}

@media (min-width: 48em) {
  .section-allegra--l-gutter {
    border-left: solid 8px #fff;
  }
}

.section-allegra--r-gutter {
  border-right: none;
}

@media (min-width: 48em) {
  .section-allegra--r-gutter {
    border-right: solid 8px #fff;
  }
}

.section-allegra--digital .section-allegra:hover {
  background-color: #fefefe;
  color: #81c426;
  border: solid 8px #81c426;
}

.section-allegra--partners .section-allegra:hover {
  background-color: #fefefe;
  color: #ebbc14;
  border: solid 8px #ebbc14;
}

.section-allegra--inmob .section-allegra:hover {
  background-color: #fefefe;
  color: #c35b34;
  border: solid 8px #c35b34;
}

.section-allegra--reverse-while-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 48em) {
  .section-allegra--reverse-while-mobile {
    display: block;
  }
}

.ubicacion {
  position: relative;
  z-index: 5;
}

.ubicacion__img-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 48em) {
  .ubicacion__img-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ubicacion__headline {
  line-height: 4.375rem;
  font-size: 1.875rem;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

@media (min-width: 30em) {
  .ubicacion__headline {
    line-height: 5rem;
    font-size: 2.375rem;
  }
}

@media (min-width: 60em) {
  .ubicacion__headline {
    line-height: 6.25rem;
    font-size: 3.125rem;
  }
}

.ubicacion__img {
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (min-width: 48em) {
  .ubicacion--map {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 48em) {
  .ubicacion--office {
    width: 50%;
    height: 100%;
  }
}

.welcome {
  position: relative;
  z-index: 1;
  background-color: green;
  background-image: url("../images/welcome-gr-allegra_pgdszj/welcome-gr-allegra_pgdszj_ar_3_4,c_fill,g_auto__c_scale,w_200.jpg");
  background-position: center bottom;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-filter ease-in, -webkit-transform ease-in;
  transition: -webkit-filter ease-in, -webkit-transform ease-in;
  -o-transition: filter ease-in, -o-transform ease-in;
  transition: filter ease-in, transform ease-in;
  transition: filter ease-in, transform ease-in, -webkit-filter ease-in, -webkit-transform ease-in, -o-transform ease-in;
  height: 100vh;
}

@media (min-width: 20em) {
  .welcome {
    background-image: url("../images/welcome-gr-allegra_pgdszj/welcome-gr-allegra_pgdszj_ar_3_4,c_fill,g_auto__c_scale,w_593.jpg");
  }
}

@media (min-width: 30em) {
  .welcome {
    background-image: url("../images/welcome-gr-allegra_pgdszj/welcome-gr-allegra_pgdszj_ar_3_4,c_fill,g_auto__c_scale,w_767.jpg");
  }
}

@media (min-width: 48em) {
  .welcome {
    background-image: url("../images/welcome-gr-allegra_pgdszj/welcome-gr-allegra_pgdszj_c_scale,w_720.jpg");
  }
}

@media (min-width: 60em) {
  .welcome {
    background-image: url("../images/welcome-gr-allegra_pgdszj/welcome-gr-allegra_pgdszj_c_scale,w_480.jpg");
  }
}

@media (min-width: 75em) {
  .welcome {
    background-image: url("../images/welcome-gr-allegra_pgdszj/welcome-gr-allegra_pgdszj_c_scale,w_1389.jpg");
  }
}

@media (min-width: 100em) {
  .welcome {
    background-image: url("../images/welcome-gr-allegra_pgdszj/welcome-gr-allegra_pgdszj_c_scale,w_1920.jpg");
  }
}

.welcome__logo-cont {
  display: block;
  margin-top: 1.25rem;
  margin-left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 60em) {
  .welcome__logo-cont {
    margin-top: 3.75rem;
  }
}

.welcome__logo-img {
  width: 15rem;
  height: auto;
}

@media (min-width: 60em) {
  .welcome__logo-img {
    width: 40.9375rem;
  }
}

.welcome__title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 70vh;
  line-height: 2.25rem;
  font-size: 1.5625rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 30em) {
  .welcome__title {
    line-height: 3.25rem;
    font-size: 2rem;
  }
}

@media (min-width: 48em) {
  .welcome__title {
    line-height: 4.0625rem;
    font-size: 2.625rem;
    top: 65vh;
  }
}

@media (min-width: 60em) {
  .welcome__title {
    line-height: 4.75rem;
    font-size: 3.4375rem;
    top: 65vh;
  }
}

@media (min-width: 75em) {
  .welcome__title {
    line-height: 5.3125rem;
    font-size: 3.875rem;
    top: 65vh;
  }
}

.que-hacemos {
  position: relative;
  z-index: 5;
  margin-bottom: -0.5rem;
}

.que-hacemos__title {
  line-height: 4.375rem;
  font-size: 1.875rem;
}

@media (min-width: 30em) {
  .que-hacemos__title {
    line-height: 5rem;
    font-size: 2.375rem;
  }
}

@media (min-width: 60em) {
  .que-hacemos__title {
    line-height: 6.25rem;
    font-size: 3.125rem;
  }
}

.que-hacemos__section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.contactanos {
  position: relative;
  z-index: 5;
  padding-bottom: 1.25rem;
}

.contactanos__headline {
  line-height: 4.375rem;
  font-size: 1.875rem;
}

@media (min-width: 30em) {
  .contactanos__headline {
    line-height: 5rem;
    font-size: 2.375rem;
  }
}

@media (min-width: 60em) {
  .contactanos__headline {
    line-height: 6.25rem;
    font-size: 3.125rem;
  }
}

.contactanos__headline::after {
  position: absolute;
  content: 'Te esperamos';
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3rem;
  font-size: 1.125rem;
  line-height: 12;
  color: #3f3f3f;
}

@media (min-width: 30em) {
  .contactanos__headline::after {
    top: -3.25rem;
    font-size: 1.25rem;
    line-height: 12;
  }
}

@media (min-width: 60em) {
  .contactanos__headline::after {
    top: -3.875rem;
    font-size: 1.5rem;
    line-height: 12;
  }
}

.contactanos__info-cont {
  position: relative;
  padding-left: 2.8125rem;
}

.contactanos__info-cont:first-child {
  margin-bottom: 1.875rem;
}

.contactanos__info-icon {
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

.contactanos__form {
  margin-top: 1.875rem;
}

.contactanos__input-fd {
  width: 100%;
  font-size: .85em;
  padding: 0.9375rem;
  margin-bottom: 1.5625rem;
  background-color: transparent;
  border: solid 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

@media (min-width: 60em) {
  .contactanos__input-fd {
    font-size: 1em;
  }
}

.contactanos__input-fd[name=sendermessage] {
  resize: none;
}

.contactanos__input-fd:hover, .contactanos__input-fd:focus {
  outline: none;
  background-color: #daf0f9;
}

.contactanos__send-btn {
  display: block;
  background-color: #00709e;
  color: #c4e7f5;
  font-size: 1em;
  border: none;
  border-radius: 3px;
  margin: auto;
  padding: 0.9375rem;
  width: 60%;
  min-width: 5rem;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  cursor: pointer;
}

@media (min-width: 48em) {
  .contactanos__send-btn {
    font-size: .85em;
    margin: 0;
  }
}

@media (min-width: 75em) {
  .contactanos__send-btn {
    font-size: 1em;
    margin: 0;
  }
}

.contactanos__send-btn:hover, .contactanos__send-btn:focus {
  outline: none;
  background-color: #002838;
  color: white;
}

.contactanos__premios-cont {
  padding: 1.875rem 0.9375rem;
  margin-bottom: -2.5rem;
}

.contactanos__premios-img {
  width: 80%;
  max-width: 11.25rem;
  margin-bottom: 2.5rem;
}

.contactanos--info-padding {
  padding-top: 1.875rem;
  padding-bottom: 0;
  margin-bottom: -2.8125rem;
}

@media (min-width: 48em) {
  .contactanos--info-padding {
    padding-bottom: 3.75rem;
  }
}

.contactanos--bp-till-tablet {
  padding-bottom: 2.8125rem;
}

@media (min-width: 48em) {
  .contactanos--bp-till-tablet {
    padding-bottom: 0;
  }
}

.aboutus {
  position: relative;
  z-index: 5;
  padding-bottom: 2.5rem;
}

.aboutus__title {
  line-height: 4.375rem;
  font-size: 1.875rem;
}

@media (min-width: 30em) {
  .aboutus__title {
    line-height: 5rem;
    font-size: 2.375rem;
  }
}

@media (min-width: 60em) {
  .aboutus__title {
    line-height: 6.25rem;
    font-size: 3.125rem;
  }
}

.aboutus__content {
  text-align: justify;
  max-width: 18.75rem;
  line-height: 1.5;
}

@media (min-width: 30em) {
  .aboutus__content {
    max-width: 28.125rem;
  }
}

@media (min-width: 48em) {
  .aboutus__content {
    max-width: 46.875rem;
    line-height: 1.7;
  }
}

.site-wrapper {
  display: block;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.4);
}

.site-nav {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}

@media (min-width: 48em) {
  .site-nav {
    display: block;
  }
}

.site-nav__items {
  display: block;
  margin: 0.5rem 0 0.5rem auto;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 2rem;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  cursor: pointer;
}

@media (min-width: 60em) {
  .site-nav__items {
    line-height: 2.375rem;
    font-size: 13px;
  }
}

.site-nav__items:hover {
  background-color: #000;
}

.site-nav--large-items {
  width: 10rem;
}

.site-nav--mid-items {
  width: 8.125rem;
}

.site-nav--short-items {
  width: 6.875rem;
}

.site-footer {
  position: relative;
  z-index: 5;
  padding-top: 4.6875rem;
  padding-bottom: 1.25rem;
  background-color: #003a52;
}

.site-footer__logo {
  width: 12.5rem;
  height: auto;
  -webkit-transition: -webkit-filter .9s ease-out;
  transition: -webkit-filter .9s ease-out;
  -o-transition: filter .9s ease-out;
  transition: filter .9s ease-out;
  transition: filter .9s ease-out, -webkit-filter .9s ease-out;
}

.site-footer__logo:hover {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.site-footer__rrss-icons {
  display: inline-block;
  margin: 1.5625rem 0.625rem 0;
}

.site-footer__rrss-icons > a > i {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.site-footer__rrss-icons > a > i:hover, .site-footer__rrss-icons > a > i:focus {
  color: #fefefe;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.site-footer__rights {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  font-size: .8em;
  background-color: #595959;
}

.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: -0.625rem;
  right: -0.3125rem;
  display: block;
  width: 50%;
  height: 110vh;
  background-color: rgba(0, 112, 158, 0.95);
  -webkit-box-shadow: inset 5px 5px 10px 3px rgba(0, 0, 0, 0.118);
          box-shadow: inset 5px 5px 10px 3px rgba(0, 0, 0, 0.118);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media (min-width: 30em) {
  .mobile-menu {
    width: 35%;
  }
}

@media (min-width: 48em) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu__cont {
  text-align: right;
  margin-top: 4em;
  padding-right: 1.25rem;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.mobile-menu__links:link, .mobile-menu__links:visited {
  display: block;
  float: right;
  width: 100%;
  margin: 0 0 1.25rem;
  text-decoration: none;
  font-size: 1.2em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.mobile-menu__btn {
  position: fixed;
  z-index: 99999;
  top: 0.4375rem;
  right: 0.875rem;
  display: block;
  color: #00709e;
  background-color: transparent;
  border: none;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

@media (min-width: 48em) {
  .mobile-menu__btn {
    display: none;
  }
}

.mobile-menu__btn:visited, .mobile-menu__btn:active, .mobile-menu__btn:focus {
  outline: none;
}

.mobile-menu__footer {
  position: absolute;
  top: auto;
  bottom: 25vh;
}

.mobile-menu__footer .site-footer__logo {
  width: 65%;
}

.mobile-menu__footer .site-footer__rrss-icons {
  margin: 0.9375rem 0.625rem 0;
}

.mobile-menu--closed {
  width: 0;
}

.loader {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader--is-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.loader__img {
  position: relative;
  top: -1.875rem;
  left: 0;
  margin-left: 95px;
  -webkit-transform-origin: 0px 30px;
      -ms-transform-origin: 0px 30px;
       -o-transform-origin: 0px 30px;
          transform-origin: 0px 30px;
  -webkit-animation: spin 2s linear infinite;
       -o-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.loader__img::before, .loader__img::after {
  content: "";
  top: -1.875rem;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  background-color: #ebbc14;
}

.loader__img::before {
  position: absolute;
  top: 1.0625rem;
  left: -1.875rem;
  background-color: #c35b34;
}

.loader__img::after {
  position: absolute;
  top: 2.0625rem;
  left: 0rem;
  background-color: #81c426;
}

.loader__yellow-dot {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  background-color: #ebbc14;
}

.loader__msg {
  position: relative;
  top: 4.375rem;
  left: -2.5rem;
  font-size: 1.2rem;
  -webkit-animation: coloring 4s ease-in infinite;
       -o-animation: coloring 4s ease-in infinite;
          animation: coloring 4s ease-in infinite;
}

/*# sourceMappingURL=maps/styles.css.map */
