@charset "UTF-8";
/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
body {
  margin: 0; }

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

svg {
  max-height: 100%; }

/* Basscss Base Forms */
input,
select,
textarea,
fieldset {
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0; }

label {
  vertical-align: middle; }

input[type=text],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  height: 2.25rem;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
  -webkit-appearance: none; }

select {
  line-height: 1.75;
  padding: 0.5rem 0.5rem; }

select:not([multiple]) {
  height: 2.25rem;
  vertical-align: middle; }

textarea {
  line-height: 1.75;
  padding: 0.5rem 0.5rem; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Base Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

th {
  text-align: left;
  font-weight: bold; }

th,
td {
  padding: 0.25rem 1rem;
  line-height: inherit; }

th {
  vertical-align: bottom; }

td {
  vertical-align: top; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Base Typography */
body {
  font-family: "Mercury SSm A", "Mercury SSm B";
  line-height: 1.7;
  font-size: 100%;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: 0.5em; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

pre, code, samp {
  font-family: "Source Code Pro", Consolas, monospace;
  font-size: inherit; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-x: scroll; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Color Base */
body {
  color: #111;
  background-color: #fff; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

pre, code {
  background-color: transparent;
  border-radius: 3px; }

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125); }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Color Forms */
.field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 3px; }

.field:focus,
.field.is-focused {
  outline: none;
  border-color: #0074d9;
  box-shadow: 0 0 0 2px color(#0074d9 a(0.5)); }

.field:disabled,
.field.is-disabled {
  background-color: rgba(0, 0, 0, 0.125);
  opacity: .5; }

.field:read-only:not(select),
.field.is-read-only {
  background-color: rgba(0, 0, 0, 0.125); }

.field.is-success {
  border-color: #2ecc40; }

.field.is-success:focus,
.field.is-success.is-focused {
  box-shadow: 0 0 0 2px color(#2ecc40 a(0.5)); }

.field.is-warning {
  border-color: #ffdc00; }

.field.is-warning:focus,
.field.is-warning.is-focused {
  box-shadow: 0 0 0 2px color(#ffdc00 a(0.5)); }

.field:invalid,
.field.is-error {
  border-color: #ff4136; }

.field:invalid:focus,
.field:invalid.is-focused,
.field.is-error:focus,
.field.is-error.is-focused {
  box-shadow: 0 0 0 2px color(#ff4136 a(0.5)); }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Color Tables */
.table-light th,
.table-light td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.125); }

.table-light tr:last-child td {
  border-bottom: 0; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Btn */
.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent; }

.btn:hover {
  text-decoration: none; }

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25); }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Btn Primary */
.btn-primary {
  color: #fff;
  background-color: #0074d9;
  border-radius: 3px; }

.btn-primary:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625); }

.btn-primary:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125); }

.btn-primary:disabled,
.btn-primary.is-disabled {
  opacity: .5; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Btn Outline */
.btn-outline,
.btn-outline:hover {
  border-color: currentcolor; }

.btn-outline {
  border-radius: 3px; }

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625); }

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125); }

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: .5; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Type Scale */
.h1 {
  font-size: 2rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.25rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: 0.875rem; }

.h6 {
  font-size: 0.75rem; }

/* Basscss Utility Typography */
.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .16em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

@media (max-width: 40em) {
  .sm-max-center {
    text-align: center; } }
/* Basscss Utility Layout */
.inline {
  display: inline; }

.block {
  display: block; }

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

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

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

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.border-box {
  box-sizing: border-box; }

/* Basscss Align */
.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

/* Basscss Utility White Space */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.m1 {
  margin: 0.5rem; }

.mt1 {
  margin-top: 0.5rem; }

.mr1 {
  margin-right: 0.5rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.ml1 {
  margin-left: 0.5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3 {
  margin-left: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

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

.p0 {
  padding: 0; }

.p1 {
  padding: 0.5rem; }

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.pb1 {
  padding-bottom: 0.5rem; }

.pt1 {
  padding-top: 0.5rem; }

.p2 {
  padding: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pt2 {
  padding-top: 1rem; }

.p3 {
  padding: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.pb3 {
  padding-bottom: 2rem; }

.pt3 {
  padding-top: 2rem; }

.p4 {
  padding: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.pt4 {
  padding-top: 4rem; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Positions */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.z101 {
  z-index: 101 !important; }

.vertical-center {
  height: 70vh;
  min-height: 350px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }

.vertical-center-60 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-height: 850px) {
  .vertical-center-60 {
    height: 50vh;
    align-items: flex-start; } }
@media (max-height: 700px) {
  .vertical-center-60 {
    height: 500px;
    align-items: flex-start; } }
/* Basscss Utility Responsive States */
.sm-show, .md-show, .lg-show {
  display: none !important; }

@media (min-width: 40em) {
  .sm-show {
    display: block !important; } }
@media (min-width: 52em) {
  .md-show {
    display: block !important; } }
@media (min-width: 64em) {
  .lg-show {
    display: block !important; } }
@media (min-width: 40em) {
  .sm-hide {
    display: none !important; } }
@media (min-width: 52em) {
  .md-hide {
    display: none !important; } }
@media (min-width: 64em) {
  .lg-hide {
    display: none !important; } }
.display-none {
  display: none !important; }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* Basscss Grid */
.container {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto; }

.container-full {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto; }

.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box; }

  .sm-col-right {
    float: right;
    box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

  .sm-col-12 {
    width: 100%; } }
@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box; }

  .md-col-right {
    float: right;
    box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

  .md-col-12 {
    width: 100%; } }
@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box; }

  .lg-col-right {
    float: right;
    box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

  .lg-col-12 {
    width: 100%; } }
/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Flex Object */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*
 * 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893
 */
.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 100000;
  -webkit-order: 99999;
  -ms-flex-order: 99999;
  order: 99999; }

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Color Borders */
.border {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.125); }

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.125); }

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.125); }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125); }

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.125); }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Colors */
.black {
  color: #111; }

.gray {
  color: #aaa; }

.silver {
  color: #ddd; }

.white {
  color: #fff; }

.aqua {
  color: #7fdbff; }

.blue {
  color: #0074d9; }

.navy {
  color: #001f3f; }

.teal {
  color: #39cccc; }

.green {
  color: #2ecc40; }

.olive {
  color: #3d9970; }

.lime {
  color: #01ff70; }

.yellow {
  color: #ffdc00; }

.orange {
  color: #ff851b; }

.red {
  color: #ff4136; }

.fuchsia {
  color: #F06E66; }

.purple {
  color: #b10dc9; }

.maroon {
  color: #85144b; }

.color-inherit {
  color: inherit; }

.muted {
  opacity: 0.5; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Background Colors */
.bg-black {
  background-color: #111; }

.bg-black-true {
  background-color: #000; }

.bg-gray {
  background-color: #aaa; }

.bg-silver {
  background-color: #ddd; }

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

.bg-aqua {
  background-color: #7fdbff; }

.bg-blue {
  background-color: #0074d9; }

.bg-navy {
  background-color: #001f3f; }

.bg-teal {
  background-color: #39cccc; }

.bg-green {
  background-color: #2ecc40; }

.bg-olive {
  background-color: #3d9970; }

.bg-lime {
  background-color: #01ff70; }

.bg-yellow {
  background-color: #ffdc00; }

.bg-orange {
  background-color: #ff851b; }

.bg-red {
  background-color: #ff4136; }

.bg-fuchsia {
  background-color: #F06E66; }

.bg-purple {
  background-color: #b10dc9; }

.bg-maroon {
  background-color: #85144b; }

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625); }

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125); }

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-lighten-1 {
  background-color: rgba(255, 255, 255, 0.0625); }

.bg-lighten-2 {
  background-color: rgba(255, 255, 255, 0.125); }

.bg-lighten-3 {
  background-color: rgba(255, 255, 255, 0.25); }

.bg-lighten-4 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-off-white {
  background-color: #F8F8F8; }

.bg-gg-blue {
  background-color: #7800C7; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Background Images */
.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

.bg-center {
  background-position: center; }

.bg-top {
  background-position: top; }

.bg-right {
  background-position: right; }

.bg-bottom {
  background-position: bottom; }

.bg-left {
  background-position: left; }

/* Basscss Border Colors */
.border-black {
  border-color: #111; }

.border-gray {
  border-color: #aaa; }

.border-silver {
  border-color: #ddd; }

.border-white {
  border-color: #fff; }

.border-aqua {
  border-color: #7fdbff; }

.border-blue {
  border-color: #0074d9; }

.border-navy {
  border-color: #001f3f; }

.border-teal {
  border-color: #39cccc; }

.border-green {
  border-color: #2ecc40; }

.border-olive {
  border-color: #3d9970; }

.border-lime {
  border-color: #01ff70; }

.border-yellow {
  border-color: #ffdc00; }

.border-orange {
  border-color: #ff851b; }

.border-red {
  border-color: #ff4136; }

.border-fuchsia {
  border-color: #F06E66; }

.border-purple {
  border-color: #b10dc9; }

.border-maroon {
  border-color: #85144b; }

.border-darken-1 {
  border-color: rgba(0, 0, 0, 0.0625); }

.border-darken-2 {
  border-color: rgba(0, 0, 0, 0.125); }

.border-darken-3 {
  border-color: rgba(0, 0, 0, 0.25); }

.border-darken-4 {
  border-color: rgba(0, 0, 0, 0.5); }

.border-lighten-1 {
  border-color: rgba(255, 255, 255, 0.0625); }

.border-lighten-2 {
  border-color: rgba(255, 255, 255, 0.125); }

.border-lighten-3 {
  border-color: rgba(255, 255, 255, 0.25); }

.border-lighten-4 {
  border-color: rgba(255, 255, 255, 0.5); }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss UI Utility Button Sizes */
.btn-small {
  padding: 0.25rem 0.5rem; }

.btn-big {
  padding: 1rem 1.25rem; }

.btn-narrow {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Color Forms Dark */
.field-dark {
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px; }

.field-dark::-webkit-input-placeholder {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.75); }

.field-dark::-moz-placeholder {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.75); }

.field-dark:-ms-input-placeholder {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.75); }

.field-dark::placeholder {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.75); }

.field-dark:focus {
  outline: 0;
  border: 1px solid #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25); }

.field-dark:read-only:not(select) {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.25); }

.field-dark.is-success {
  border-color: #2ecc40; }

.field-dark.is-success:focus {
  box-shadow: 0 0 0 2px color(#2ecc40 a(0.5)); }

.field-dark.is-warning {
  border-color: #ffdc00; }

.field-dark.is-warning:focus {
  box-shadow: 0 0 0 2px color(#ffdc00 a(0.5)); }

.field-dark:invalid,
.field-dark.is-error {
  border-color: #ff4136; }

.field-dark.is-error:focus {
  box-shadow: 0 0 0 2px color(#ff4136 a(0.5)); }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Color Input Range */
.range-light {
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none; }

.range-light::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 3px;
  background-color: currentcolor; }

.range-light::-moz-range-thumb {
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor; }

.range-light::-webkit-slider-runnable-track {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25); }

.range-light::-moz-range-track {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25); }

.range-light:focus {
  outline: none; }

.range-light:focus::-webkit-slider-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 1px 2px currentcolor; }

.range-light:focus::-moz-range-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25); }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Color Progress */
.progress {
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  border-radius: 10000px; }

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.125); }

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentColor; }

.progress::-moz-progress-bar {
  background-color: currentColor; }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Highlight */
.hljs {
  -webkit-text-size-adjust: none; }

.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #aaa;
  font-style: italic; }

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #111;
  font-weight: bold; }

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #3d9970; }

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #ff4136; }

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold; }

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal; }

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #001f3f;
  font-weight: bold; }

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #001f3f;
  font-weight: normal; }

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #3d9970; }

.hljs-regexp {
  color: #3d9970; }

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #b10dc9; }

.hljs-built_in {
  color: #001f3f; }

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #aaa;
  font-weight: bold; }

.hljs-deletion {
  background: #F06E66; }

.hljs-addition {
  background: #01ff70; }

.diff .hljs-change {
  background: #001f3f; }

.hljs-chunk {
  color: #ddd; }

/* Basscss Input Range */
input[type=range] {
  vertical-align: middle;
  background-color: transparent; }

.range-light {
  color: inherit;
  -webkit-appearance: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.range-light::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  width: 0.5rem;
  height: 1.25rem;
  border-radius: 3px;
  background-color: currentcolor;
  cursor: pointer;
  margin-top: -0.5rem; }

/* Touch screen friendly pseudo element */
.range-light::-webkit-slider-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.875rem;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0; }

.range-light::-moz-range-thumb {
  width: 0.5rem;
  height: 1.25rem;
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor;
  cursor: pointer; }

.range-light::-webkit-slider-runnable-track {
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25); }

.range-light::-moz-range-track {
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25); }

.range-light:focus {
  outline: none; }

.range-light:focus::-webkit-slider-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 1px 2px currentcolor; }

.range-light:focus::-moz-range-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25); }

/* Basscss Defaults */
/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/* Basscss Progress */
.progress {
  display: block;
  width: 100%;
  height: 0.5625rem;
  margin: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  border-radius: 10000px;
  overflow: hidden;
  -webkit-appearance: none; }

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.125); }

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentColor; }

.progress::-moz-progress-bar {
  background-color: currentColor; }

/* Basscss Responsive White Space */
@media (min-width: 40em) {
  .sm-m0 {
    margin: 0; }

  .sm-mt0 {
    margin-top: 0; }

  .sm-mr0 {
    margin-right: 0; }

  .sm-mb0 {
    margin-bottom: 0; }

  .sm-ml0 {
    margin-left: 0; }

  .sm-m1 {
    margin: 0.5rem; }

  .sm-mt1 {
    margin-top: 0.5rem; }

  .sm-mr1 {
    margin-right: 0.5rem; }

  .sm-mb1 {
    margin-bottom: 0.5rem; }

  .sm-ml1 {
    margin-left: 0.5rem; }

  .sm-m2 {
    margin: 1rem; }

  .sm-mt2 {
    margin-top: 1rem; }

  .sm-mr2 {
    margin-right: 1rem; }

  .sm-mb2 {
    margin-bottom: 1rem; }

  .sm-ml2 {
    margin-left: 1rem; }

  .sm-m3 {
    margin: 2rem; }

  .sm-mt3 {
    margin-top: 2rem; }

  .sm-mr3 {
    margin-right: 2rem; }

  .sm-mb3 {
    margin-bottom: 2rem; }

  .sm-ml3 {
    margin-left: 2rem; }

  .sm-m4 {
    margin: 4rem; }

  .sm-mt4 {
    margin-top: 4rem; }

  .sm-mr4 {
    margin-right: 4rem; }

  .sm-mb4 {
    margin-bottom: 4rem; }

  .sm-ml4 {
    margin-left: 4rem; }

  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }

  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }

  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }

  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }

  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 52em) {
  .md-m0 {
    margin: 0; }

  .md-mt0 {
    margin-top: 0; }

  .md-mr0 {
    margin-right: 0; }

  .md-mb0 {
    margin-bottom: 0; }

  .md-ml0 {
    margin-left: 0; }

  .md-m1 {
    margin: 0.5rem; }

  .md-mt1 {
    margin-top: 0.5rem; }

  .md-mr1 {
    margin-right: 0.5rem; }

  .md-mb1 {
    margin-bottom: 0.5rem; }

  .md-ml1 {
    margin-left: 0.5rem; }

  .md-m2 {
    margin: 1rem; }

  .md-mt2 {
    margin-top: 1rem; }

  .md-mr2 {
    margin-right: 1rem; }

  .md-mb2 {
    margin-bottom: 1rem; }

  .md-ml2 {
    margin-left: 1rem; }

  .md-m3 {
    margin: 2rem; }

  .md-mt3 {
    margin-top: 2rem; }

  .md-mr3 {
    margin-right: 2rem; }

  .md-mb3 {
    margin-bottom: 2rem; }

  .md-ml3 {
    margin-left: 2rem; }

  .md-m4 {
    margin: 4rem; }

  .md-mt4 {
    margin-top: 4rem; }

  .md-mr4 {
    margin-right: 4rem; }

  .md-mb4 {
    margin-bottom: 4rem; }

  .md-ml4 {
    margin-left: 4rem; }

  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }

  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }

  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }

  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }

  .md-mx-auto {
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 64em) {
  .lg-m0 {
    margin: 0; }

  .lg-mt0 {
    margin-top: 0; }

  .lg-mr0 {
    margin-right: 0; }

  .lg-mb0 {
    margin-bottom: 0; }

  .lg-ml0 {
    margin-left: 0; }

  .lg-m1 {
    margin: 0.5rem; }

  .lg-mt1 {
    margin-top: 0.5rem; }

  .lg-mr1 {
    margin-right: 0.5rem; }

  .lg-mb1 {
    margin-bottom: 0.5rem; }

  .lg-ml1 {
    margin-left: 0.5rem; }

  .lg-m2 {
    margin: 1rem; }

  .lg-mt2 {
    margin-top: 1rem; }

  .lg-mr2 {
    margin-right: 1rem; }

  .lg-mb2 {
    margin-bottom: 1rem; }

  .lg-ml2 {
    margin-left: 1rem; }

  .lg-m3 {
    margin: 2rem; }

  .lg-mt3 {
    margin-top: 2rem; }

  .lg-mr3 {
    margin-right: 2rem; }

  .lg-mb3 {
    margin-bottom: 2rem; }

  .lg-ml3 {
    margin-left: 2rem; }

  .lg-m4 {
    margin: 4rem; }

  .lg-mt4 {
    margin-top: 4rem; }

  .lg-mr4 {
    margin-right: 4rem; }

  .lg-mb4 {
    margin-bottom: 4rem; }

  .lg-ml4 {
    margin-left: 4rem; }

  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }

  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }

  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem; }

  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem; }

  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 40em) {
  .sm-p1 {
    padding: 0.5rem; }

  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .sm-p2 {
    padding: 1rem; }

  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }

  .sm-p3 {
    padding: 2rem; }

  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }

  .sm-p4 {
    padding: 4rem; }

  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; }

  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem; } }
@media (min-width: 52em) {
  .md-p1 {
    padding: 0.5rem; }

  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .md-p2 {
    padding: 1rem; }

  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }

  .md-p3 {
    padding: 2rem; }

  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }

  .md-p4 {
    padding: 4rem; }

  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; }

  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem; } }
@media (min-width: 64em) {
  .lg-p1 {
    padding: 0.5rem; }

  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .lg-p2 {
    padding: 1rem; }

  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }

  .lg-p3 {
    padding: 2rem; }

  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem; }

  .lg-p4 {
    padding: 4rem; }

  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem; }

  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem; } }
/* Basscss Table Object */
.table {
  display: table;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.table-fixed {
  table-layout: fixed; }

@media (min-width: 40em) {
  .sm-table {
    display: table;
    width: 100%; }

  .sm-table-cell {
    display: table-cell;
    vertical-align: middle; } }
@media (min-width: 52em) {
  .md-table {
    display: table;
    width: 100%; }

  .md-table-cell {
    display: table-cell;
    vertical-align: middle; } }
@media (min-width: 64em) {
  .lg-table {
    display: table;
    width: 100%; }

  .lg-table-cell {
    display: table-cell;
    vertical-align: middle; } }
/* Basscss UI Utility Groups */
.x-group-item {
  margin-left: -1px; }

.x-group-item:first-of-type {
  margin-left: 0; }

.y-group-item {
  margin-top: -1px; }

.y-group-item:first-of-type {
  margin-top: 0; }

.x-group-item:focus,
.y-group-item:focus {
  position: relative;
  z-index: 1; }

/* Basscss Utility Headings */
.h00 {
  font-size: 4rem; }

.h0 {
  font-size: 3rem; }

@media (min-width: 40em) {
  .h00-responsive {
    font-size: 8vw; }

  .h0-responsive {
    font-size: 6vw; }

  .h1-responsive {
    font-size: 4vw; }

  .h2-responsive {
    font-size: 2.5vw; } }
@media (max-width: 40em) {
  .h3-responsive {
    font-size: 1rem; } }
@media (min-width: 96em) {
  .h00-responsive {
    font-size: 7.68rem; }

  .h0-responsive {
    font-size: 5.76rem; }

  .h1-responsive {
    font-size: 3.25rem; }

  .h2-responsive {
    font-size: 2.75rem; } }
html {
  height: 100%;
  max-height: 100%; }

body {
  height: 100%;
  max-height: 100%;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1; }

.primary-header {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300; }

ol.spacing-reset {
  padding-left: 0; }

.sub-header {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400; }

.sub-header-bold {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700; }

ol.primary-header li {
  font-size: 1.25rem;
  margin-bottom: .5em; }

ol.primary-header li span {
  font-family: "Mercury SSm A", "Mercury SSm B";
  line-height: 1.7 !important;
  font-size: 1.25rem !important;
  color: #111; }

.main-header {
  position: relative;
  display: table;
  width: 100%;
  min-height: 555px;
  height: 100vh;
  background: #222 no-repeat center center;
  background-size: cover;
  overflow: hidden; }

.main-header-content {
  width: 100%;
  z-index: 100;
  max-width: 800px;
  margin-top: 80px;
  z-index: 3;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.main-header .inner {
  width: 80%; }

.project-header {
  max-height: 900px;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.hero-video {
  position: absolute;
  left: 50%;
  top: 49.9%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: no-repeat;
  background-size: cover; }

/* Create a bouncing scroll-down arrow on homepage with cover image */
.scroll-down {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: 50%;
  margin-left: -16px;
  width: 34px;
  height: 34px;
  font-size: 34px;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation: bounce 4s 2s infinite;
  animation: bounce 4s 2s infinite; }

/* Stop it bouncing and increase contrast when hovered */
.scroll-down:hover {
  color: #fff;
  -webkit-animation: none;
  animation: none; }

.border-top {
  border-top: 1px solid #C1C1C1; }

.blend-difference {
  mix-blend-mode: difference; }

.page-topper {
  margin-top: 60px; }

.navigation {
  height: 60px;
  z-index: 20; }

.logo-type {
  position: absolute;
  top: 0px;
  left: 0;
  width: 240px;
  height: 60px;
  background-image: url(../images/black-logo.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #FFF; }

.logo-type.light {
  background-image: url(../images/white-logo.svg);
  background-color: #000; }

.logo-mark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
  height: 50px;
  background-image: url(../images/black-logo-sm.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #FFF; }

.logo-mark.light {
  background-image: url(../images/white-logo-sm.svg);
  background-color: #000; }

.inverter-wrapper {
  width: 80px;
  height: 100%;
  position: absolute;
  clip: rect(0, auto, auto, 0);
  background: url(../images/transparent.gif);
  top: 0;
  right: 0;
  z-index: 0; }

.inverter-container {
  width: 44px;
  height: 44px;
  top: 10px;
  right: 8px;
  position: fixed;
  transform: scale(1); }

.page-id-30 .invertier {
  border-bottom: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo-white-2.png);
  background-size: 100% 100%; }

.dark .invertier,
.body-dark .invertier {
  background-image: url(../images/logo-black-2.png); }

/* para works e information y demas */
 .invertier {
    border-bottom: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(http://gianagonzalez.com/wp-content/themes/gianagonzalez/assets/images/logo-black-2.png);
    background-size: 100% 100%;
}


.inverter-wrapper.dark {
  z-index: 100; }

.fn-open-nav:hover {
  cursor: pointer; }

.vertical-text {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  white-space: nowrap; }

a, .a-underline, a:active {
  background-image: none;
  text-decoration: none !important;
  border-bottom: 1px solid #aaa; }

.non-touch a:hover, .non-touch .a-underline:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent; }

.no-underline {
  border-bottom: 1px solid transparent !important; }

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  visibility: hidden;
  position: fixed;
  /* Stay in place */
  z-index: 102;
  /* Sit on top */
  left: 0;
  top: 0;
  opacity: 0;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.925);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 0.93) 0s;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 0.93) 0s; }

.visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0; }

/* Position the content inside the overlay */
.overlay-content {
  visibility: hidden;
  position: relative;
  top: 10%;
  /* 25% from the top */
  width: 50%;
  /* 100% width */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */ }

.visible .overlay-content {
  visibility: visible;
  transition-delay: 0s !important; }

/* The navigation links inside the overlay */
.overlay a:hover {
  transition: 0.3s;
  /* Transition effects on hover (color) */ }

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

/* Position the close button (top right corner) */
.closebtn {
  border: none;
  position: absolute;
  top: 10px;
  right: 1rem;
  color: #FFF;
  border-bottom: none;
  font-size: 20px !important;
  /* Override the font-size specified earlier (36px) for all navigation links */ }

.closebtn:hover {
  border: none; }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px; } }
.large-nav-list li {
  margin-bottom: .75em; }

.slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3px; }
  .slick-dots:after {
    content: "";
    display: table;
    clear: both; }
  .slick-dots li {
    cursor: pointer;
    float: left;
    width: 33.3%;
    background: #000;
    padding: 0;
    border-right: 1px solid #fff; }
    .slick-dots li:last-child {
      border: none; }
    .slick-dots li, .slick-dots li button {
      outline: none; }
    .slick-dots li button {
      background: #99B386;
      border: none;
      width: 0px;
      height: 10px;
      padding: 0;
      cursor: pointer;
      display: block; }

.slick-slide .img--holder {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.gray-purple {
  background-color: #ddddda;
  color: #5900ff; }

.lime-black {
  background-color: #9eb22a;
  color: #111; }

.pink-red {
  background-color: #f7cae7;
  color: #ff4800; }

.notes-content p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem; }

.notes-content p img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.figure-caption {
  margin: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.i-video {
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background-image: url(../images/i-play-icon-white-2.png);
  background-repeat: no-repeat;
  background-size: 100px 100px; }

.i-gallery {
  border: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  background-image: url(../images/i-gallery-white-1.png);
  background-repeat: no-repeat;
  background-size: 44px 44px; }

.gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

a.external {
  background-image: url(../images/i-external-2.png);
  background-position: right center;
  background-size: 30px 26px;
  background-repeat: no-repeat;
  padding-right: 40px; }

.hightlight-overlay {
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  opacity: .5;
  background-color: #000;
  /* Black fallback color */
  overflow-x: hidden;
  /* Disable horizontal scroll */ }

.highlight-content {
  position: relative;
  z-index: 10; }

/* ==========================================================================
   12. Animations
   ========================================================================== */
/* Used to fade in title/desc on the home page */
/* Used to bounce .scroll-down on home page */
@-webkit-keyframes bounce {
  0%, 10%, 25%, 40%, 50% {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg); }
  20% {
    -webkit-transform: translateY(-10px) rotate(-90deg);
    transform: translateY(-10px) rotate(-90deg); }
  30% {
    -webkit-transform: translateY(-5px) rotate(-90deg);
    transform: translateY(-5px) rotate(-90deg); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg); }
  40% {
    -webkit-transform: translateY(-10px) rotate(-90deg);
    transform: translateY(-10px) rotate(-90deg); }
  60% {
    -webkit-transform: translateY(-5px) rotate(-90deg);
    transform: translateY(-5px) rotate(-90deg); } }
/* ==========================================================================
   End of file. Animations should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../src/js/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../src/js/slick/fonts/slick.eot");
  src: url("../src/js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../src/js/slick/fonts/slick.woff") format("woff"), url("../src/js/slick/fonts/slick.ttf") format("truetype"), url("../src/js/slick/fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

@font-face {
  font-family: 'lg';
  src: url("../src/js/lightgallery.js-0.0.3/dist/fonts/lg.eot?n1z373");
  src: url("../src/js/lightgallery.js-0.0.3/dist/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../src/js/lightgallery.js-0.0.3/dist/fonts/lg.woff?n1z373") format("woff"), url("../src/js/lightgallery.js-0.0.3/dist/fonts/lg.ttf?n1z373") format("truetype"), url("../src/js/lightgallery.js-0.0.3/dist/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  width: 80px; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next {
  background-image: url("../images/i-r-arrow-white.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right; }

.lg-actions .lg-next:before {
  content: ""; }

.lg-actions .lg-prev {
  background-image: url("../images/i-l-arrow.png");
  background-repeat: no-repeat;
  background-size: 30px; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: ""; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close {
  background-image: url("../images/close-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  margin-top: 10px;
  margin-right: 8px; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../src/js/lightgallery.js-0.0.3/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../src/js/lightgallery.js-0.0.3/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../src/js/lightgallery.js-0.0.3/dist/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../src/js/lightgallery.js-0.0.3/dist/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../src/js/lightgallery.js-0.0.3/dist/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
