/* Colors */
/* Fonts */
/* Breakpoint Mixin */
/* BOOTSTRAP */
/* Screen Additions */
/******************************************************************************
* Mixins to get us started
******************************************************************************/
/* line 8, ../scss/_mixins.scss */
.u4-text-shadow {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
}

/* line 16, ../scss/_mixins.scss */
.u4-text-shadow-sm {
  text-shadow: rgba(0, 0, 0, 0.65) 0 0 4px;
}

/* line 24, ../scss/_mixins.scss */
.u4-box-shadow {
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

/* line 32, ../scss/_mixins.scss */
.u4-box-shadow-lg {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../scss/vendor/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../scss/vendor/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../scss/vendor/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../scss/vendor/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../scss/vendor/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../scss/vendor/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../scss/vendor/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 97, ../scss/vendor/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, ../scss/vendor/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 117, ../scss/vendor/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, ../scss/vendor/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, ../scss/vendor/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, ../scss/vendor/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, ../scss/vendor/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 161, ../scss/vendor/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../scss/vendor/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../scss/vendor/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, ../scss/vendor/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, ../scss/vendor/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 203, ../scss/vendor/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, ../scss/vendor/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../scss/vendor/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../scss/vendor/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../scss/vendor/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../scss/vendor/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../scss/vendor/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../scss/vendor/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../scss/vendor/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../scss/vendor/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../scss/vendor/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../scss/vendor/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../scss/vendor/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../scss/vendor/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 370, ../scss/vendor/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../scss/vendor/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../scss/vendor/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../scss/vendor/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../scss/vendor/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../scss/vendor/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../scss/vendor/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../scss/vendor/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../scss/vendor/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../scss/vendor/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../scss/vendor/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../scss/vendor/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../scss/vendor/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../scss/vendor/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../scss/vendor/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../scss/vendor/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../scss/vendor/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../scss/vendor/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, ../scss/vendor/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, ../scss/vendor/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, ../scss/vendor/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../scss/vendor/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../scss/vendor/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 94, ../scss/vendor/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 100, ../scss/vendor/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../scss/vendor/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../scss/vendor/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../scss/vendor/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../scss/vendor/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../scss/vendor/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../scss/vendor/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../scss/vendor/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../scss/vendor/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../scss/vendor/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../scss/vendor/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../scss/vendor/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../scss/vendor/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../scss/vendor/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../scss/vendor/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 160, ../scss/vendor/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../scss/vendor/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../scss/vendor/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../scss/vendor/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../scss/vendor/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../scss/vendor/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../scss/vendor/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../scss/vendor/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../scss/vendor/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../scss/vendor/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../scss/vendor/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../scss/vendor/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../scss/vendor/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../scss/vendor/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../scss/vendor/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../scss/vendor/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../scss/vendor/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../scss/vendor/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../scss/vendor/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../scss/vendor/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../scss/vendor/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../scss/vendor/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../scss/vendor/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../scss/vendor/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../scss/vendor/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../scss/vendor/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../scss/vendor/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #286090;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 119, ../scss/vendor/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #286090;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 138, ../scss/vendor/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../scss/vendor/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../scss/vendor/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../scss/vendor/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../scss/vendor/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../scss/vendor/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../scss/vendor/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../scss/vendor/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../scss/vendor/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../scss/vendor/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../scss/vendor/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../scss/vendor/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../scss/vendor/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../scss/vendor/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../scss/vendor/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../scss/vendor/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../scss/vendor/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../scss/vendor/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../scss/vendor/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../scss/vendor/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../scss/vendor/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../scss/vendor/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../scss/vendor/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../scss/vendor/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../scss/vendor/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../scss/vendor/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../scss/vendor/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../scss/vendor/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../scss/vendor/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 9, ../scss/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* @media (min-width: $screen-sm-min) {
       width: $container-sm;
   }*/
}
/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 1076px) {
  /* line 9, ../scss/bootstrap/_grid.scss */
  .container {
    width: 1054px;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../scss/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  /* line 9, ../scss/bootstrap/_grid.scss */
  .container {
    width: 1260px;
  }
}

/* line 32, ../scss/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 41, ../scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1076px) {
  /* line 27, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  /* line 27, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    width: 8.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    width: 16.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    width: 25%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    width: 33.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    width: 41.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    width: 50%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    width: 58.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    width: 66.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    width: 75%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    width: 83.33333%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    width: 91.66667%;
  }

  /* line 35, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    width: 100%;
  }

  /* line 55, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-0 {
    right: auto;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-1 {
    right: 8.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-2 {
    right: 16.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-3 {
    right: 25%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-4 {
    right: 33.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-5 {
    right: 41.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-6 {
    right: 50%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-7 {
    right: 58.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-8 {
    right: 66.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-9 {
    right: 75%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-10 {
    right: 83.33333%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-11 {
    right: 91.66667%;
  }

  /* line 50, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-12 {
    right: 100%;
  }

  /* line 45, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-0 {
    left: auto;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-1 {
    left: 8.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-2 {
    left: 16.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-3 {
    left: 25%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-4 {
    left: 33.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-5 {
    left: 41.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-6 {
    left: 50%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-7 {
    left: 58.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-8 {
    left: 66.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-9 {
    left: 75%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-10 {
    left: 83.33333%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-11 {
    left: 91.66667%;
  }

  /* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-12 {
    left: 100%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../scss/vendor/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../scss/vendor/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../scss/vendor/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../scss/vendor/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../scss/vendor/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../scss/vendor/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../scss/vendor/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../scss/vendor/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../scss/vendor/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../scss/vendor/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../scss/vendor/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../scss/vendor/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../scss/vendor/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../scss/vendor/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../scss/vendor/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../scss/vendor/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../scss/vendor/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../scss/vendor/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../scss/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../scss/vendor/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../scss/vendor/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../scss/vendor/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../scss/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../scss/vendor/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../scss/vendor/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../scss/vendor/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../scss/vendor/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../scss/vendor/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../scss/vendor/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, ../scss/vendor/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 141, ../scss/vendor/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 148, ../scss/vendor/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 157, ../scss/vendor/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 169, ../scss/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 182, ../scss/vendor/bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  /* line 188, ../scss/vendor/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 193, ../scss/vendor/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 206, ../scss/vendor/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 215, ../scss/vendor/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 222, ../scss/vendor/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 230, ../scss/vendor/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 239, ../scss/vendor/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 245, ../scss/vendor/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 255, ../scss/vendor/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 267, ../scss/vendor/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 276, ../scss/vendor/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 286, ../scss/vendor/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 298, ../scss/vendor/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 306, ../scss/vendor/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 71, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 79, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 84, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 327, ../scss/vendor/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

/* line 71, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 71, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 79, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 84, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 341, ../scss/vendor/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px;
}

/* line 355, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 360, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 365, ../scss/vendor/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 377, ../scss/vendor/bootstrap/_forms.scss */
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 382, ../scss/vendor/bootstrap/_forms.scss */
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 402, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 405, ../scss/vendor/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 416, ../scss/vendor/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 441, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 448, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 455, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 459, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 463, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 471, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 475, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 482, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 489, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 493, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 500, ../scss/vendor/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 522, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 532, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 538, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 545, ../scss/vendor/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 556, ../scss/vendor/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 566, ../scss/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  /* line 573, ../scss/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../scss/vendor/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../scss/vendor/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../scss/vendor/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../scss/vendor/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../scss/vendor/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../scss/vendor/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 29, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 63, ../scss/vendor/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 29, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 67, ../scss/vendor/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 29, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 71, ../scss/vendor/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 29, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 75, ../scss/vendor/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 29, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 79, ../scss/vendor/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 21, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 29, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 40, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 88, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 93, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 107, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 115, ../scss/vendor/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 127, ../scss/vendor/bootstrap/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 131, ../scss/vendor/bootstrap/_buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 135, ../scss/vendor/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../scss/vendor/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../scss/vendor/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../scss/vendor/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../scss/vendor/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../scss/vendor/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../scss/vendor/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../scss/vendor/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../scss/vendor/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../scss/vendor/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../scss/vendor/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 9, ../scss/vendor/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../scss/vendor/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../scss/vendor/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../scss/vendor/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../scss/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../scss/vendor/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../scss/vendor/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../scss/vendor/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../scss/vendor/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../scss/vendor/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../scss/vendor/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../scss/vendor/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../scss/vendor/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../scss/vendor/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../scss/vendor/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../scss/vendor/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../scss/vendor/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../scss/vendor/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../scss/vendor/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 9, ../scss/vendor/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../scss/vendor/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../scss/vendor/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../scss/vendor/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../scss/vendor/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../scss/vendor/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../scss/vendor/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../scss/vendor/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../scss/vendor/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../scss/vendor/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../scss/vendor/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 5, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../scss/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 11, ../scss/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../scss/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../scss/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../scss/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../scss/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../scss/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../scss/bootstrap/_modals.scss */
.modal-content {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 50px 10px 30px;
}

/* line 62, ../scss/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 71, ../scss/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 72, ../scss/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 77, ../scss/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 83, ../scss/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 88, ../scss/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 95, ../scss/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 101, ../scss/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../scss/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 123, ../scss/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 131, ../scss/bootstrap/_modals.scss */
.modal-content .close {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 27px;
  height: 27px;
  display: block;
  background: transparent;
  border: none;
  position: absolute;
  right: 20px;
  top: 12px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
}
/* line 150, ../scss/bootstrap/_modals.scss */
.modal-content .close:before {
  position: absolute;
  background-color: #fff;
  content: '';
  width: 27px;
  height: 3px;
  top: 12px;
  left: 0;
}
/* line 160, ../scss/bootstrap/_modals.scss */
.modal-content .close:after {
  position: absolute;
  background-color: #fff;
  content: '';
  height: 27px;
  width: 3px;
  left: 12px;
  top: 0;
}

@media (min-width: 480px) {
  /* line 174, ../scss/bootstrap/_modals.scss */
  .modal-content {
    padding: 80px 50px;
  }
}
@media (min-width: 1076px) {
  /* line 182, ../scss/bootstrap/_modals.scss */
  .modal-dialog {
    width: 924px;
    margin: 50px auto;
  }

  /* line 191, ../scss/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  /* line 195, ../scss/bootstrap/_modals.scss */
  .modal-dialog,
  .modal-lg {
    width: 1135px;
  }

  /* line 198, ../scss/bootstrap/_modals.scss */
  .modal-dialog {
    margin: 100px auto;
  }
}
/*@media (min-width: $screen-xl-min) {
    .modal-dialog,
    .modal-lg { width: $modal-xl; }

    .modal-dialog {
        margin: 100px auto;
    }
}*/
@media (min-width: 1200px) {
  /* line 217, ../scss/bootstrap/_modals.scss */
  .modal:not(.ekko-lightbox) .modal-content .close {
    width: 44px;
    height: 44px;
    right: -50px;
    top: -50px;
  }
  /* line 223, ../scss/bootstrap/_modals.scss */
  .modal:not(.ekko-lightbox) .modal-content .close:before {
    width: 44px;
    height: 6px;
    top: 19px;
  }
  /* line 228, ../scss/bootstrap/_modals.scss */
  .modal:not(.ekko-lightbox) .modal-content .close:after {
    height: 44px;
    width: 6px;
    left: 19px;
  }
}
@media (min-width: 1470px) {
  /* line 238, ../scss/bootstrap/_modals.scss */
  .modal-content .close {
    width: 44px;
    height: 44px;
    right: -50px;
    top: -50px;
  }
  /* line 244, ../scss/bootstrap/_modals.scss */
  .modal-content .close:before {
    width: 44px;
    height: 6px;
    top: 19px;
  }
  /* line 249, ../scss/bootstrap/_modals.scss */
  .modal-content .close:after {
    height: 44px;
    width: 6px;
    left: 19px;
  }
}
/* line 7, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 37, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 53, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 60, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 67, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 74, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 81, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 88, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 95, ../scss/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 14, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/vendor/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../scss/vendor/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../scss/vendor/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../scss/vendor/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../scss/vendor/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../scss/vendor/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../scss/vendor/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../scss/vendor/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../scss/vendor/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1075px) {
  /* line 7, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  /* line 71, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1075px) {
  /* line 76, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1075px) {
  /* line 81, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1076px) and (max-width: 1199px) {
  /* line 7, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1076px) and (max-width: 1199px) {
  /* line 90, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1076px) and (max-width: 1199px) {
  /* line 95, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1076px) and (max-width: 1199px) {
  /* line 100, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 109, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  /* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1076px) and (max-width: 1199px) {
  /* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../scss/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../scss/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /Users/wmarchment/vhosts/unchartedthegame.com/application/src/Wordpress/WPContent/themes/uncharted/assets/scss/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*
 * formIt
 * https://github.com/mindgruve/formit
 *
 * Copyright (c) 2012 Chris Kihneman | Mindgruve
 * Licensed under the MIT license.
 */
/* Consistent box sizing and appearance */
/* line 10, ../scss/vendor/_jquery.formit.scss */
.fi-checkbox input[type="checkbox"],
.fi-radio input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 18px;
  *height: 18px;
}

/* Hide these elements once they are styled */
/* line 19, ../scss/vendor/_jquery.formit.scss */
.fi-file-wrap .fi-styled {
  display: none !important;
  visibility: hidden;
}

/* line 24, ../scss/vendor/_jquery.formit.scss */
select[multiple]:focus,
.fi-focus {
  box-shadow: 0 0 3px #aaa;
}

/* ==========================================================================
   SELECT MENUS AND FILE INPUTS
   ========================================================================== */
/* line 33, ../scss/vendor/_jquery.formit.scss */
.fi-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  *width: auto;
  /* Must have width auto for IE */
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  -webkit-appearance: none;
}

/* line 48, ../scss/vendor/_jquery.formit.scss */
select[multiple],
.fi-select,
.fi-file {
  color: #444;
  font-size: 16px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  /*width: 200px;*/
  width: auto;
  /* TTenoever */
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 65, ../scss/vendor/_jquery.formit.scss */
select[multiple] {
  padding: 5px;
}

/* line 68, ../scss/vendor/_jquery.formit.scss */
select[multiple]:focus {
  outline: none;
}

/* line 72, ../scss/vendor/_jquery.formit.scss */
.fi-select span,
.fi-file span {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 50px 0 10px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 82, ../scss/vendor/_jquery.formit.scss */
.fi-file span {
  padding-right: 90px;
}

/* line 86, ../scss/vendor/_jquery.formit.scss */
.fi-select .fi-select-arrow-wrap {
  border: 1px solid #bbb;
  background-color: #ddd;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 32px;
  height: 32px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 99, ../scss/vendor/_jquery.formit.scss */
.fi-select .fi-select-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #999;
  height: 0;
  left: 9px;
  position: absolute;
  top: 13px;
  width: 0;
}

/* line 110, ../scss/vendor/_jquery.formit.scss */
.fi-file .fi-file-button {
  border: 1px solid #bbb;
  background-color: #ddd;
  position: absolute;
  right: -1px;
  top: -1px;
  height: 32px;
  padding: 0;
  border-radius: 0 3px 3px 0;
}

/* line 120, ../scss/vendor/_jquery.formit.scss */
.fi-file .fi-file-button .fi-file-button-inner {
  padding: 4px 9px;
}

/* ==========================================================================
   CHECKBOXES AND RADIO BUTTONS
   ========================================================================== */
/* line 128, ../scss/vendor/_jquery.formit.scss */
.fi-checkbox .fi-styled,
.fi-radio .fi-styled {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}

/* line 140, ../scss/vendor/_jquery.formit.scss */
.fi-checkbox,
.fi-radio {
  background-color: #ddd;
  border: 1px solid #bbb;
  border-radius: 2px;
  position: relative;
  display: -moz-inline-stack;
  display: inline;
  float: left;
  zoom: 1;
  *display: inline;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 157, ../scss/vendor/_jquery.formit.scss */
.fi-checkbox .fi-check,
.fi-radio .fi-check {
  background-color: #999;
  border-radius: 2px;
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
}

/* line 170, ../scss/vendor/_jquery.formit.scss */
.fi-checkbox.checked .fi-check,
.fi-radio.checked .fi-check {
  display: block;
}

/* line 175, ../scss/vendor/_jquery.formit.scss */
.fi-select.disabled,
.fi-checkbox.disabled,
.fi-radio.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 183, ../scss/vendor/_jquery.formit.scss */
.fi-radio {
  border-radius: 9px;
}

/* line 186, ../scss/vendor/_jquery.formit.scss */
.fi-radio .fi-check {
  border-radius: 6px;
}

/******************************************************************************
*
* CSS Utilities
*
* AUTHOR: Mindgruve.com
* CONTRIBUTORS: TTenoever, MStacy, CKihneman, AGray
*
******************************************************************************/
/******************************************************************************
    $ TABLE WRAP
******************************************************************************/
/* line 14, ../scss/vendor/_helpers.scss */
.table-wrap {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

/* line 21, ../scss/vendor/_helpers.scss */
.table-row {
  display: table-row;
}

/* line 25, ../scss/vendor/_helpers.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/******************************************************************************
    $ SYMBOLSET ICON FONTS
******************************************************************************/
/* line 35, ../scss/vendor/_helpers.scss */
.ss-icon,
.ss-gizmo,
.ss-junior,
.ss-social,
.ss-standard,
.ss-symbolicons-block {
  /* For DW reference only. Apply no styles here. -- TTenoever */
}

/* line 44, ../scss/vendor/_helpers.scss */
.ss-icon {
  /* Enables use of top/right/bottom/left preoperties to nudge icon into place */
  position: relative;
  vertical-align: middle;
}

/******************************************************************************
    $ POSITIONING
******************************************************************************/
/* line 55, ../scss/vendor/_helpers.scss */
.left,
.block-left {
  float: left;
}

/* line 60, ../scss/vendor/_helpers.scss */
.right,
.block-right {
  float: right;
}

/******************************************************************************
    $ TEXT TRUNCATION
    This only works for single line elements
******************************************************************************/
/* line 70, ../scss/vendor/_helpers.scss */
.ellipsis,
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/******************************************************************************
    $ TEXT WRAPPING
******************************************************************************/
/* line 83, ../scss/vendor/_helpers.scss */
.text-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /* Webkit */
}

/* line 89, ../scss/vendor/_helpers.scss */
.no-wrap {
  white-space: nowrap;
}

/******************************************************************************
    $ CLEAR HELPERS
******************************************************************************/
/* line 97, ../scss/vendor/_helpers.scss */
.clear-left {
  clear: left;
}

/* line 101, ../scss/vendor/_helpers.scss */
.clear-right {
  clear: right;
}

/* line 105, ../scss/vendor/_helpers.scss */
.clear-both {
  clear: both;
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
/* line 8, ../scss/vendor/_ekko-lightbox.scss */
.ekko-lightbox-container {
  position: relative;
}

/*.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}*/
/* line 48, ../scss/vendor/_ekko-lightbox.scss */
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

/* line 55, ../scss/vendor/_ekko-lightbox.scss */
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

/* line 62, ../scss/vendor/_ekko-lightbox.scss */
.ekko-lightbox .modal-footer {
  text-align: left;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 10, ../scss/vendor/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 17, ../scss/vendor/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 22, ../scss/vendor/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 27, ../scss/vendor/_animate.scss */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 33, ../scss/vendor/_animate.scss */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 95, ../scss/vendor/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 122, ../scss/vendor/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 163, ../scss/vendor/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 242, ../scss/vendor/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 281, ../scss/vendor/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 340, ../scss/vendor/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 401, ../scss/vendor/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 482, ../scss/vendor/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 567, ../scss/vendor/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 640, ../scss/vendor/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 713, ../scss/vendor/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 786, ../scss/vendor/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 859, ../scss/vendor/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 902, ../scss/vendor/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 945, ../scss/vendor/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 978, ../scss/vendor/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1011, ../scss/vendor/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1054, ../scss/vendor/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1079, ../scss/vendor/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1112, ../scss/vendor/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1145, ../scss/vendor/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1178, ../scss/vendor/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1211, ../scss/vendor/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1244, ../scss/vendor/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1277, ../scss/vendor/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1310, ../scss/vendor/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1343, ../scss/vendor/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1368, ../scss/vendor/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1397, ../scss/vendor/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1426, ../scss/vendor/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1455, ../scss/vendor/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1484, ../scss/vendor/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1513, ../scss/vendor/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1542, ../scss/vendor/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1571, ../scss/vendor/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1600, ../scss/vendor/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1679, ../scss/vendor/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1752, ../scss/vendor/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1825, ../scss/vendor/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1870, ../scss/vendor/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1915, ../scss/vendor/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1974, ../scss/vendor/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2005, ../scss/vendor/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2048, ../scss/vendor/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2089, ../scss/vendor/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2130, ../scss/vendor/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2171, ../scss/vendor/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2212, ../scss/vendor/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2249, ../scss/vendor/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2286, ../scss/vendor/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2323, ../scss/vendor/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2360, ../scss/vendor/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2397, ../scss/vendor/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2470, ../scss/vendor/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2505, ../scss/vendor/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2536, ../scss/vendor/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2565, ../scss/vendor/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2606, ../scss/vendor/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2647, ../scss/vendor/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2688, ../scss/vendor/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2729, ../scss/vendor/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2766, ../scss/vendor/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2811, ../scss/vendor/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2848, ../scss/vendor/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2885, ../scss/vendor/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2930, ../scss/vendor/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2961, ../scss/vendor/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2992, ../scss/vendor/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3023, ../scss/vendor/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3054, ../scss/vendor/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3085, ../scss/vendor/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3116, ../scss/vendor/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3147, ../scss/vendor/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3178, ../scss/vendor/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 215, ../scss/vendor/_dropzone.scss */
.file-upload, .file-upload * {
  box-sizing: border-box;
}

/* line 219, ../scss/vendor/_dropzone.scss */
.file-upload {
  min-height: 150px;
  border: 2px dashed transparent;
  padding: 20px 20px;
  margin: -20px;
}

/* line 226, ../scss/vendor/_dropzone.scss */
.file-upload.dz-clickable {
  cursor: pointer;
}

/* line 230, ../scss/vendor/_dropzone.scss */
.file-upload.dz-clickable * {
  cursor: default;
}

/* line 234, ../scss/vendor/_dropzone.scss */
.file-upload.dz-clickable .dz-message, .file-upload.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 238, ../scss/vendor/_dropzone.scss */
.file-upload.dz-started .dz-message {
  display: none;
}

/* line 242, ../scss/vendor/_dropzone.scss */
.file-upload.dz-drag-hover {
  border-color: #ac1c1a;
}

/* line 246, ../scss/vendor/_dropzone.scss */
.file-upload.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 250, ../scss/vendor/_dropzone.scss */
.file-upload .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 255, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 263, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview:hover {
  z-index: 1000;
}

/* line 267, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 271, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}

/* line 277, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 285, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 293, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 301, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 305, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 309, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 324, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 329, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 333, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 338, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 343, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 347, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-details .dz-filename span, .file-upload .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 353, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 363, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 373, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-image img {
  display: block;
}

/* line 377, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 385, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 394, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-success-mark, .file-upload .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 406, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-success-mark svg, .file-upload .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 412, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 421, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 430, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 438, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 455, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 470, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 474, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 479, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 502, ../scss/vendor/_dropzone.scss */
.file-upload .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 27, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

/* line 28, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 30, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

/* line 39, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 54, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

/* line 56, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
/* line 58, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 63, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
/* line 65, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 75, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
/* line 77, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

/* line 83, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
/* line 85, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* line 94, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

/* line 96, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 103, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

/* line 110, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

/* line 119, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

/* line 122, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

/* line 125, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 136, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 147, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 152, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

/* line 154, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
/* line 156, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 165, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
/* line 168, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

/* line 170, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

/* line 176, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

/* line 182, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 188, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

/* line 194, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

/* line 200, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 211, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

/* line 213, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
/* line 224, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

/* line 237, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 243, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

/* line 245, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
/* line 248, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
/* line 251, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
/* line 255, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
/* line 258, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

/* line 260, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 265, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

/* line 267, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

/* line 269, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
/* line 275, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 285, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* line 297, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
/* line 335, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 337, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

/* line 340, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* line 347, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 352, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 357, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

/* line 361, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* line 367, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 376, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

/* line 385, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

/* line 394, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

/* line 403, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

/* line 412, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 417, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/******************************************************************************
* Body
******************************************************************************/
/* line 4, ../scss/_content.scss */
body {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", Calibri, Arial, sans-serif;
  line-height: 1.6em;
  background-color: #181818;
  /*background: url('/wp/wp-content/themes/uncharted/assets/images/fpo/bg.jpg') no-repeat 50% 0 scroll;*/
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  /* line 4, ../scss/_content.scss */
  body {
    font-size: 18px;
  }
}
/* line 18, ../scss/_content.scss */
body .sg-body {
  color: #181818;
  background-color: #fff;
}

/*#wrapper {
    @include background-size(100% auto !important);
}
@include bp($screen-xs-min) {
   #wrapper {
        @include background-size(cover !important);
    }
}*/
/* line 32, ../scss/_content.scss */
#wrapper {
  background: none no-repeat 50% 70px scroll transparent;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

@media screen and (min-width: 480px) {
  /* line 38, ../scss/_content.scss */
  #wrapper {
    background: none no-repeat 50% 0 fixed transparent;
  }
}
/******************************************************************************
* Headings
******************************************************************************/
/* line 48, ../scss/_content.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  padding: 0;
}

/* line 56, ../scss/_content.scss */
h1, .h1 {
  font-size: 30px;
  line-height: 35px;
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  text-transform: uppercase;
}

/* line 63, ../scss/_content.scss */
h2, .h2 {
  font-size: 25px;
  line-height: 30px;
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  text-transform: uppercase;
}

/* line 70, ../scss/_content.scss */
h3, .h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

/*h4, .h4 {
  color: #272727;
  font-size: 14px;
  font-weight: 600;
}*/
/* line 82, ../scss/_content.scss */
.page-title {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 87, ../scss/_content.scss */
  h1, .h1 {
    font-size: 60px;
    line-height: 65px;
  }

  /* line 91, ../scss/_content.scss */
  h2, .h2 {
    font-size: 50px;
    line-height: 55px;
  }

  /* line 95, ../scss/_content.scss */
  h3, .h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
/* Set headings as links to inherit their default non-link color */
/* line 103, ../scss/_content.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

/******************************************************************************
* Paragraphs
******************************************************************************/
/* line 111, ../scss/_content.scss */
p {
  margin: 0 0 1em;
}

/******************************************************************************
* Links
******************************************************************************/
/* line 119, ../scss/_content.scss */
a {
  text-decoration: none;
  color: #fff;
}
/* line 123, ../scss/_content.scss */
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}

/* line 132, ../scss/_content.scss */
a.read-more {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  color: #ac1c1a;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 139, ../scss/_content.scss */
a.read-more:after {
  content: '\25B9';
  font-family: "SSStandard";
  font-size: 70%;
  padding-left: 10px;
}
/* line 146, ../scss/_content.scss */
a.read-more:hover, a.read-more:active, a.read-more:focus {
  text-decoration: none;
  color: #fff;
}

/******************************************************************************
* Lists
******************************************************************************/
/* line 157, ../scss/_content.scss */
ol, ul {
  margin: 0 0 1em;
  padding: 0 0 0 30px;
  /* match WordPress CMS indent */
}

/* line 162, ../scss/_content.scss */
ol li,
ul li {
  margin: 0 0 0.5em;
  padding: 0;
}

/* Nested Lists */
/* line 169, ../scss/_content.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-top: 0.5em;
}

/******************************************************************************
* Buttons
******************************************************************************/
/* line 4, ../scss/_buttons.scss */
.btn, .header-right-nav li.pre-order-btn a, #navigation ul li.pre-order a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
  background-image: url("/wp/wp-content/themes/uncharted/assets/images/button-lg.jpg");
  background-repeat: no-repeat;
  background-position: 40% 40%;
  background-attachment: scroll;
  background-color: transparent;
  width: 100%;
  min-width: 265px;
  padding: 15px;
  margin: auto;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
/* line 28, ../scss/_buttons.scss */
.btn-play.btn:before, .header-right-nav li.pre-order-btn a.btn-play:before, #navigation ul li.pre-order a.btn-play:before {
  content: '\25B9';
  font-family: "SSStandard";
  color: #fff;
  font-size: 12px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  /* line 28, ../scss/_buttons.scss */
  .btn-play.btn:before, .header-right-nav li.pre-order-btn a.btn-play:before, #navigation ul li.pre-order a.btn-play:before {
    font-size: 14px;
  }
}
/* line 40, ../scss/_buttons.scss */
.btn-play.btn:hover:before, .header-right-nav li.pre-order-btn a.btn-play:hover:before, #navigation ul li.pre-order a.btn-play:hover:before {
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 4, ../scss/_buttons.scss */
  .btn, .header-right-nav li.pre-order-btn a, #navigation ul li.pre-order a {
    width: auto;
    font-size: 20px;
    display: inline-block;
    padding: 15px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1075px) {
  /* line 4, ../scss/_buttons.scss */
  .btn, .header-right-nav li.pre-order-btn a, #navigation ul li.pre-order a {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/* line 61, ../scss/_buttons.scss */
.btn:after, .header-right-nav li.pre-order-btn a:after, #navigation ul li.pre-order a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
}
/* line 71, ../scss/_buttons.scss */
.btn:focus, .header-right-nav li.pre-order-btn a:focus, #navigation ul li.pre-order a:focus {
  color: #fff;
}
/* line 75, ../scss/_buttons.scss */
.btn:hover, .header-right-nav li.pre-order-btn a:hover, #navigation ul li.pre-order a:hover, .btn:active, .header-right-nav li.pre-order-btn a:active, #navigation ul li.pre-order a:active {
  background: none;
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  color: #fff;
}
/* line 80, ../scss/_buttons.scss */
.btn:hover:after, .header-right-nav li.pre-order-btn a:hover:after, #navigation ul li.pre-order a:hover:after, .btn:active:after, .header-right-nav li.pre-order-btn a:active:after, #navigation ul li.pre-order a:active:after {
  border-color: #fff;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}

/* Button Block */
/* line 94, ../scss/_buttons.scss */
.btn-block {
  min-width: auto;
  width: 100%;
  display: block;
}

/* line 104, ../scss/_buttons.scss */
.btn + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 104, ../scss/_buttons.scss */
  .btn + .btn {
    margin-top: 0;
  }
}

/* Button Small */
/* line 113, ../scss/_buttons.scss */
.btn-small {
  font-size: 15px;
}

/* line 121, ../scss/_buttons.scss */
.amazon-submit {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #000000;
  display: block;
  width: 206px;
  height: 31px;
  line-height: 31px;
  padding: 0 7px 0 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background: url("/wp/wp-content/themes/uncharted/assets/images/amazon_add_to_cart_bg.png") no-repeat 0 0 scroll transparent;
}

/* Button Alt - NO bg, just red or black*/
/* line 138, ../scss/_buttons.scss */
.btn-alt, .gif-detail .detail-meta .hashtags a,
.gif-detail .detail-meta .hashtags button {
  background: #8c1113;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border: none;
  box-shadow: none;
}

/* line 153, ../scss/_buttons.scss */
.btn-alt.black {
  background-color: #181818;
}

/******************************************************************************
* Form Groups
******************************************************************************/
/* line 5, ../scss/_forms.scss */
.form-group {
  position: relative;
}

/***** INPUTS WITH ICON *****/
/* line 11, ../scss/_forms.scss */
.form-group .input-icon {
  padding-right: 2.5em;
}

/* line 15, ../scss/_forms.scss */
.form-group .input-icon + .ss-icon {
  margin-top: -8px;
  position: absolute;
  right: 1em;
  top: 50%;
}

/******************************************************************************
* Form Controls
******************************************************************************/
/* line 25, ../scss/_forms.scss */
.form-control {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #272727;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 9px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 39, ../scss/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 44, ../scss/_forms.scss */
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 50, ../scss/_forms.scss */
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 56, ../scss/_forms.scss */
.form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 61, ../scss/_forms.scss */
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #8a8a8a;
  color: #ffffff;
  display: block;
  width: 100%;
  border: 0;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}

/* line 79, ../scss/_forms.scss */
input[type=submit].btn {
  border: 2px solid transparent;
}

/* line 83, ../scss/_forms.scss */
input[type=submit].btn:hover,
input[type=submit].btn:active {
  border-color: #fff;
  color: #ffffff;
}

/* line 89, ../scss/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #8a8a8a;
}

/* line 93, ../scss/_forms.scss */
.fi-checkbox {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #8b8b8b;
  border-color: #fff;
}

/* line 99, ../scss/_forms.scss */
.fi-checkbox, .fi-radio {
  top: 5px;
}

/* line 103, ../scss/_forms.scss */
.fi-checkbox .fi-check {
  background-color: transparent;
}

/* line 107, ../scss/_forms.scss */
.fi-checkbox .fi-check:after {
  color: #fff;
  content: "\2713";
  display: block;
  font-family: "SSStandard";
  margin-left: -1px;
  margin-top: -2px;
  position: relative;
}

/* line 117, ../scss/_forms.scss */
.fi-checkbox input.fi-styled,
.field-wrap .fi-checkbox input.fi-styled {
  margin-left: 0;
}

/* line 122, ../scss/_forms.scss */
.fi-radio {
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}

/* line 127, ../scss/_forms.scss */
.fi-radio .fi-check {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  height: 10px;
  width: 10px;
}

/* line 134, ../scss/_forms.scss */
.fi-radio input[type=radio] {
  position: relative;
  margin: 0;
}

/* line 139, ../scss/_forms.scss */
.fi-select {
  padding: 7px 30px 8px 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #8a8a8a;
  text-shadow: 0 0 0 transparent;
  border: none;
  font-size: inherit;
}

/* line 148, ../scss/_forms.scss */
.fi-select span {
  padding: 0;
  color: #fff;
}

/* line 153, ../scss/_forms.scss */
.fi-select .fi-select-arrow-wrap {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 100%;
  /*background-color: transparent;
  border: 0;
  height: 100%;
  right: 0;
  top: 0;
  width: auto;
  color:$white;*/
}

/* line 167, ../scss/_forms.scss */
.fi-select .fi-select-arrow {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  border: none;
  height: auto;
  width: auto;
  /*border: 0;
  font-size: 18px;
  left: auto;
  margin-top: -12px;
  right: 20px;
  top: 50%;
  width: auto;*/
}

/***** Label *****/
/* line 184, ../scss/_forms.scss */
form label {
  text-transform: uppercase;
}

/***** Transition *****/
/* line 190, ../scss/_forms.scss */
.form-control,
.fi-checkbox,
.fi-select,
.fi-check,
.fi-radio {
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/***** Focus state *****/
/* line 202, ../scss/_forms.scss */
.form-control:focus,
.fi-checkbox:focus,
.fi-select:focus,
.fi-focus,
.fi-check:focus,
.fi-radio:focus {
  border-color: #b5b5b5;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

/***** ERROR MESSAGE ******/
/* line 215, ../scss/_forms.scss */
.bVErrMsgContainer {
  bottom: 77px;
  display: block;
  position: absolute;
  right: 0;
  background-color: #ac1c1a;
  color: #fff;
  padding: 0.25em 0.5em;
  z-index: 120;
  font-size: 14px;
  line-height: 20px;
}

/* line 228, ../scss/_forms.scss */
.bVErrMsgContainer:after {
  border-color: #ac1c1a transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 100%;
  width: 0;
}

@media screen and (min-width: 480px) {
  /* line 241, ../scss/_forms.scss */
  .bVErrMsgContainer {
    bottom: 112px;
  }
}
/******** INPUT GROUP *******/
/* line 247, ../scss/_forms.scss */
.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

/* line 253, ../scss/_forms.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 257, ../scss/_forms.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 260, ../scss/_forms.scss */
.input-group .form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

/* line 268, ../scss/_forms.scss */
.input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}

/* line 274, ../scss/_forms.scss */
.input-group-addon, .input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

/* line 279, ../scss/_forms.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 283, ../scss/_forms.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  z-index: 2;
}

/* line 288, ../scss/_forms.scss */
.input-group-btn > .btn {
  position: relative;
}

/* When mobile nav is shown, set body overflow to hidden to prevent scrolling */
@media screen and (max-width: 1075px) {
  /* line 3, ../scss/_header.scss */
  body.mobile-nav-is-visible {
    overflow: hidden;
  }
}
/* Header styling */
/* line 9, ../scss/_header.scss */
#header, #header-clone {
  background-color: #181818;
  height: 70px;
  z-index: 10;
  position: relative;
  /* Animate the header slide in effect */
}
@media screen and (max-width: 1075px) {
  /* line 16, ../scss/_header.scss */
  #header .container, #header-clone .container {
    width: 100%;
  }
}
@media screen and (min-width: 1076px) {
  /* line 9, ../scss/_header.scss */
  #header, #header-clone {
    background-color: transparent;
    height: auto;
  }
}
/* line 26, ../scss/_header.scss */
#header .ps-logo a, #header-clone .ps-logo a {
  display: inline-block;
  position: relative;
  margin-top: -10px;
  margin-right: 7px;
}
/* line 32, ../scss/_header.scss */
#header .ps-logo a img, #header-clone .ps-logo a img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/* line 37, ../scss/_header.scss */
#header .header-top, #header-clone .header-top {
  background-color: #000;
  height: 30px;
}
/* line 41, ../scss/_header.scss */
#header .header-top a, #header-clone .header-top a {
  display: inline-block;
}
/* line 44, ../scss/_header.scss */
#header .header-top a img, #header-clone .header-top a img {
  margin-top: -3px;
}
/* line 51, ../scss/_header.scss */
#header .logo-wrap, #header-clone .logo-wrap {
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 51, ../scss/_header.scss */
  #header .logo-wrap, #header-clone .logo-wrap {
    width: 164px;
    float: none;
  }
}
/* line 60, ../scss/_header.scss */
#header .header-right-wrap, #header-clone .header-right-wrap {
  width: 245px;
}
@media screen and (max-width: 1199px) {
  /* line 65, ../scss/_header.scss */
  #header .nav-wrap, #header-clone .nav-wrap {
    display: block;
  }
}
/* line 70, ../scss/_header.scss */
#header.clone, #header-clone.clone {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  -o-transition: -o-transform 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: transform 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #181818;
}
/* line 85, ../scss/_header.scss */
body.down #header.clone, body.down #header-clone.clone {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 90, ../scss/_header.scss */
#header #logo, #header-clone #logo {
  display: block;
  max-width: 138px;
  width: auto;
  margin: 25px 0 0 5px;
}
@media screen and (min-width: 480px) {
  /* line 90, ../scss/_header.scss */
  #header #logo, #header-clone #logo {
    max-width: 164px;
    margin: 22px 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 90, ../scss/_header.scss */
  #header #logo, #header-clone #logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 1076px) {
  /* line 90, ../scss/_header.scss */
  #header #logo, #header-clone #logo {
    margin: -5px 0 0 0;
  }
}
/* line 112, ../scss/_header.scss */
#header #logo img, #header-clone #logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 119, ../scss/_header.scss */
#header .mobile-pre-order, #header-clone .mobile-pre-order {
  float: right;
  margin-right: 70px;
  text-align: center;
  height: 70px;
  padding: 24px 0;
}
/* line 126, ../scss/_header.scss */
#header .mobile-pre-order a, #header-clone .mobile-pre-order a {
  display: block;
  color: #ac1c1a;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  height: 22px;
}
/* line 138, ../scss/_header.scss */
#header .mobile-nav-toggle, #header-clone .mobile-nav-toggle {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 146, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle, #header-clone .mobile-nav-toggle .navbar-toggle {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0 none;
  height: 70px;
  width: 70px;
  margin: 0;
  padding: 23px;
  position: relative;
  overflow: hidden;
  background-color: #181818;
}
/* line 157, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle:before, #header-clone .mobile-nav-toggle .navbar-toggle:before {
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url("/wp/wp-content/themes/uncharted/assets/images/button.jpg") no-repeat 54% 40% scroll transparent;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 169, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle .icon-bars, #header .mobile-nav-toggle .navbar-toggle .icon-bars:before, #header .mobile-nav-toggle .navbar-toggle .icon-bars:after, #header-clone .mobile-nav-toggle .navbar-toggle .icon-bars, #header-clone .mobile-nav-toggle .navbar-toggle .icon-bars:before, #header-clone .mobile-nav-toggle .navbar-toggle .icon-bars:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 24px;
}
/* line 178, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle .icon-bars, #header-clone .mobile-nav-toggle .navbar-toggle .icon-bars {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: transparent;
}
/* line 183, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle .icon-bars:before, #header-clone .mobile-nav-toggle .navbar-toggle .icon-bars:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s, transform 0.3s 0.3s;
  -o-transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  top: 0;
}
/* line 189, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle .icon-bars:after, #header-clone .mobile-nav-toggle .navbar-toggle .icon-bars:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s, transform 0.3s 0.3s;
  -o-transition: bottom 0.3s, transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s;
  bottom: 0;
}
/* line 196, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle.collapsed:before, #header-clone .mobile-nav-toggle .navbar-toggle.collapsed:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 200, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars, #header .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:before, #header .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:after, #header-clone .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars, #header-clone .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:before, #header-clone .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:after {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 204, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars, #header-clone .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars {
  background-color: #fff;
}
/* line 208, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:before, #header-clone .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:before {
  -webkit-transition: top 0.3s 0.3s, transform 0.3s;
  -o-transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  top: -8px;
}
/* line 213, ../scss/_header.scss */
#header .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:after, #header-clone .mobile-nav-toggle .navbar-toggle.collapsed .icon-bars:after {
  -webkit-transition: bottom 0.3s 0.3s, transform 0.3s;
  -o-transition: bottom 0.3s 0.3s, transform 0.3s;
  transition: bottom 0.3s 0.3s, transform 0.3s;
  bottom: -8px;
}

/* line 223, ../scss/_header.scss */
.header-right-nav {
  text-align: right;
}
@media screen and (min-width: 768px) {
  /* line 223, ../scss/_header.scss */
  .header-right-nav {
    margin: -2px 0 0 0;
  }
}
/* line 230, ../scss/_header.scss */
.header-right-nav li {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  /* line 230, ../scss/_header.scss */
  .header-right-nav li {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 230, ../scss/_header.scss */
  .header-right-nav li {
    padding-right: 10px;
  }
}
/* line 244, ../scss/_header.scss */
.header-right-nav li a img {
  display: block;
  max-width: 100%;
}
/* line 249, ../scss/_header.scss */
.header-right-nav li:last-child {
  padding-right: 0;
}
/* line 255, ../scss/_header.scss */
.header-right-nav li.pre-order-btn a {
  width: auto;
  display: inline-block;
  min-width: 0;
  padding: 13px 17px;
  font-size: 14px;
}
@media screen and (min-width: 1076px) and (max-width: 1400px) {
  /* line 264, ../scss/_header.scss */
  .clone .header-right-nav li.pre-order-btn a {
    padding: 12px 10px;
  }
}
/* line 269, ../scss/_header.scss */
[lang="fr-CA"] .header-right-nav li.pre-order-btn a {
  font-size: 12px;
}
/* line 276, ../scss/_header.scss */
.header-right-nav li .language-select {
  margin: 0 5px 12px;
  background: none;
  border: none;
  padding: 0;
  line-height: 16px;
}
/* line 283, ../scss/_header.scss */
.header-right-nav li .language-select img {
  max-height: 13px;
  width: auto;
}

/* line 1, ../scss/_navigation.scss */
#navigation {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1075px) {
  /* line 9, ../scss/_navigation.scss */
  body.down #navigation {
    position: fixed;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1, ../scss/_navigation.scss */
  #navigation {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1075px) {
  /* line 20, ../scss/_navigation.scss */
  body.mobile-nav-is-visible #navigation {
    overflow: auto;
    max-height: calc(100vh - 70px);
  }
}
/* line 26, ../scss/_navigation.scss */
#navigation ul {
  margin: 0;
}
/* line 28, ../scss/_navigation.scss */
#navigation ul li {
  background-color: rgba(43, 43, 43, 0.96);
  margin: 0;
  border-bottom: 1px solid #a6a6a6;
}
/* line 33, ../scss/_navigation.scss */
#navigation ul li:last-child {
  border-bottom: none;
}
/* line 37, ../scss/_navigation.scss */
#navigation ul li a {
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
/* line 51, ../scss/_navigation.scss */
#navigation ul li a:active, #navigation ul li a:focus, #navigation ul li a:hover, #navigation ul li a.tapped {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
/* line 61, ../scss/_navigation.scss */
#navigation ul li ul li {
  background: none;
  border-bottom: none;
}
/* line 64, ../scss/_navigation.scss */
#navigation ul li ul li a {
  font-size: 15px;
  padding: 10px 20px;
}
/* line 71, ../scss/_navigation.scss */
#navigation ul li.menu-item-has-children {
  position: relative;
}
/* line 75, ../scss/_navigation.scss */
#navigation ul li.menu-item-has-children > a:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 91, ../scss/_navigation.scss */
#navigation ul li.pre-order a {
  font-size: 18px;
  padding: 20px;
  width: 100%;
}
/* line 101, ../scss/_navigation.scss */
#navigation ul li.country-select-trigger a img {
  max-height: 15px;
  width: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
/* line 111, ../scss/_navigation.scss */
#navigation ul li.naughty-dog-logo {
  background-color: rgba(19, 19, 19, 0.85);
}
/* line 115, ../scss/_navigation.scss */
#navigation ul li.playstation-logo {
  background-color: rgba(7, 68, 151, 0.85);
}
@media screen and (min-width: 1076px) {
  /* line 1, ../scss/_navigation.scss */
  #navigation {
    position: relative;
    top: auto;
    left: auto;
    display: block !important;
    height: auto !important;
  }
}
@media screen and (min-width: 1076px) and (min-width: 768px) {
  /* line 131, ../scss/_navigation.scss */
  #navigation ul {
    margin: 0;
  }
}
@media screen and (min-width: 1076px) {
  /* line 137, ../scss/_navigation.scss */
  #navigation ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0 7px;
    background-color: transparent;
    border: none;
    position: relative;
  }
}
@media screen and (min-width: 1076px) and (min-width: 1200px) {
  /* line 137, ../scss/_navigation.scss */
  #navigation ul li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1076px) and (min-width: 1400px) {
  /* line 137, ../scss/_navigation.scss */
  #navigation ul li {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 154, ../scss/_navigation.scss */
  #navigation ul li:hover ul {
    display: block;
  }
  /* line 159, ../scss/_navigation.scss */
  #navigation ul li a {
    color: #c8c8c8;
    font-size: 14px;
    line-height: 14px;
    padding: 28px 0 29px;
    letter-spacing: 0;
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 4px;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media screen and (min-width: 1076px) and (min-width: 1200px) {
  /* line 159, ../scss/_navigation.scss */
  #navigation ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 173, ../scss/_navigation.scss */
  #navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
    background-color: transparent;
    opacity: 1;
    color: #fff;
    color: white;
  }
  /* line 185, ../scss/_navigation.scss */
  #navigation ul li.current_page_item > a, #navigation ul li.current-menu-parent > a {
    color: #fff;
    color: white;
  }
  /* line 193, ../scss/_navigation.scss */
  #navigation ul li.menu-item-has-children a:after {
    display: none;
  }
  /* line 200, ../scss/_navigation.scss */
  #navigation ul li.menu-item-has-children:hover:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
  }
  /* line 217, ../scss/_navigation.scss */
  .home #navigation ul li a, .page-template-purchase #navigation ul li a {
    color: #fff;
  }
  /* line 220, ../scss/_navigation.scss */
  .home #navigation ul li a:hover, .home #navigation ul li a:active, .home #navigation ul li a:focus, .page-template-purchase #navigation ul li a:hover, .page-template-purchase #navigation ul li a:active, .page-template-purchase #navigation ul li a:focus {
    color: #fff;
  }
  /* line 229, ../scss/_navigation.scss */
  #navigation ul li ul {
    position: absolute;
    top: 70px;
    display: none;
    background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
    background: rgba(0, 0, 0, 0.35);
    padding: 8px 0;
  }
  /* line 237, ../scss/_navigation.scss */
  #navigation ul li ul li {
    display: block;
    padding: 0;
  }
  /* line 241, ../scss/_navigation.scss */
  #navigation ul li ul li a {
    text-shadow: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    padding: 8px 20px;
    text-align: left;
    white-space: nowrap;
  }
  /* line 249, ../scss/_navigation.scss */
  #navigation ul li ul li a:hover, #navigation ul li ul li a:active, #navigation ul li ul li a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 257, ../scss/_navigation.scss */
  #navigation ul li ul li.current_page_item > a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* line 10, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#wrapper {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -640px;
}
/* line 18, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#wrapper .push {
  height: 640px;
}

/* line 20, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#footer {
  clear: both;
  position: relative;
  height: 640px;
}

@media screen and (min-width: 768px) {
  /* line 10, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -535px;
  }
  /* line 18, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper .push {
    height: 535px;
  }

  /* line 20, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 535px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 10, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  html, body {
    height: 100%;
  }

  /* line 12, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -515px;
  }
  /* line 18, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #wrapper .push {
    height: 515px;
  }

  /* line 20, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
  #footer {
    clear: both;
    position: relative;
    height: 515px;
  }
}
/* line 10, ../scss/_footer.scss */
#footer {
  background-color: #181818;
  padding: 50px 0 40px;
  z-index: 3;
}
/* line 15, ../scss/_footer.scss */
#footer .footer-logo {
  max-width: 75%;
}
/* line 19, ../scss/_footer.scss */
#footer .footer-social {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 13px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  /* line 19, ../scss/_footer.scss */
  #footer .footer-social {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
/* line 34, ../scss/_footer.scss */
#footer .footer-social ul {
  display: block;
  text-align: center;
  width: 75%;
  margin: 1em auto 10px;
}
/* line 40, ../scss/_footer.scss */
#footer .footer-social ul li {
  font-size: 21px;
  width: 25%;
  margin-right: -4px;
}
/* line 45, ../scss/_footer.scss */
#footer .footer-social ul li a {
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 49, ../scss/_footer.scss */
#footer .footer-social ul li a:hover, #footer .footer-social ul li a:active, #footer .footer-social ul li a:focus {
  color: #c32c29;
}
@media screen and (min-width: 480px) {
  /* line 34, ../scss/_footer.scss */
  #footer .footer-social ul {
    display: inline-block;
    text-align: left;
    width: auto;
    margin: 0 10px 10px 10px;
  }
  /* line 64, ../scss/_footer.scss */
  #footer .footer-social ul li {
    width: auto;
  }
}
/* line 72, ../scss/_footer.scss */
#footer .only-on-playstation {
  max-width: 65%;
}
@media screen and (min-width: 480px) {
  /* line 72, ../scss/_footer.scss */
  #footer .only-on-playstation {
    max-width: 100%;
  }
}
/* line 80, ../scss/_footer.scss */
#footer nav#footer-nav {
  text-align: center;
  margin-top: 25px;
}
/* line 85, ../scss/_footer.scss */
#footer nav#footer-nav ul li {
  position: relative;
  padding: 0 13px;
  margin: 0 0 0 -4px;
}
/* line 90, ../scss/_footer.scss */
#footer nav#footer-nav ul li:after {
  content: '|';
  color: #b8b8b8;
  position: absolute;
  right: -1px;
  top: 0;
}
/* line 100, ../scss/_footer.scss */
#footer nav#footer-nav ul li:nth-child(2):after, #footer nav#footer-nav ul li:last-child:after {
  content: '';
}
/* line 105, ../scss/_footer.scss */
#footer nav#footer-nav ul li.divider {
  display: block;
  width: 100%;
}
/* line 109, ../scss/_footer.scss */
#footer nav#footer-nav ul li.divider:after {
  content: '';
}
/* line 115, ../scss/_footer.scss */
#footer nav#footer-nav ul li a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-size: 12px;
  color: #b8b8b8;
}
/* line 120, ../scss/_footer.scss */
#footer nav#footer-nav ul li a:hover, #footer nav#footer-nav ul li a:active, #footer nav#footer-nav ul li a:focus {
  color: #fff;
}
@media screen and (min-width: 480px) {
  /* line 80, ../scss/_footer.scss */
  #footer nav#footer-nav {
    margin-top: 20px;
  }
  /* line 137, ../scss/_footer.scss */
  #footer nav#footer-nav ul li:nth-child(2):after {
    content: '|';
  }
  /* line 142, ../scss/_footer.scss */
  #footer nav#footer-nav ul li.divider {
    display: none;
  }
  /* line 146, ../scss/_footer.scss */
  #footer nav#footer-nav ul li a {
    font-size: 16px;
  }
}
/* line 155, ../scss/_footer.scss */
#footer #logos-legal {
  margin: auto;
  max-width: 1030px;
}
/* line 160, ../scss/_footer.scss */
#footer #logos-legal > .table-wrap > .table-cell {
  width: 100%;
  display: block;
}
/* line 164, ../scss/_footer.scss */
#footer #logos-legal > .table-wrap > .table-cell > .table-wrap {
  padding-bottom: 1em;
}
/* line 167, ../scss/_footer.scss */
#footer #logos-legal > .table-wrap > .table-cell > .table-wrap .table-cell {
  text-align: center;
  width: 50%;
}
/* line 171, ../scss/_footer.scss */
#footer #logos-legal > .table-wrap > .table-cell > .table-wrap .table-cell img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  /* line 181, ../scss/_footer.scss */
  #footer #logos-legal > .table-wrap > .table-cell {
    width: 50%;
    display: table-cell;
  }
  /* line 185, ../scss/_footer.scss */
  #footer #logos-legal > .table-wrap > .table-cell > .table-wrap {
    padding-bottom: 0;
  }
}
/* line 197, ../scss/_footer.scss */
#footer .disclaimer {
  text-align: center;
  font-size: 11px;
  line-height: 1.4em;
  color: #777;
  margin: 20px auto 0;
  max-width: 1030px;
}
@media screen and (min-width: 480px) {
  /* line 197, ../scss/_footer.scss */
  #footer .disclaimer {
    font-size: 14px;
  }
}

/* line 1, ../scss/_buckets.scss */
.buckets {
  margin-top: 25px;
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_buckets.scss */
  .buckets {
    margin-top: -90px;
    padding: 0;
  }
}
/* line 11, ../scss/_buckets.scss */
.buckets .bucket {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
  position: relative;
}
/* line 16, ../scss/_buckets.scss */
.buckets .bucket img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
/* line 21, ../scss/_buckets.scss */
.buckets .bucket a {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 21, ../scss/_buckets.scss */
  .buckets .bucket a {
    font-size: 15px;
  }
}
/* line 28, ../scss/_buckets.scss */
.buckets .bucket a:after {
  content: '';
  padding: 0;
}
/* line 33, ../scss/_buckets.scss */
.buckets .bucket a span {
  position: absolute;
  bottom: 7.4%;
  left: 0;
  right: 0;
}
/* line 39, ../scss/_buckets.scss */
.buckets .bucket a span:after {
  content: '\25B9';
  font-family: "SSStandard";
  font-size: 70%;
  padding-left: 10px;
}

/* line 50, ../scss/_buckets.scss */
#game-callouts {
  background: url("/wp/wp-content/themes/uncharted/assets/images/buckets-bg-mobile.jpg") no-repeat 50% 50% scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 54, ../scss/_buckets.scss */
#game-callouts .buckets {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  /* line 50, ../scss/_buckets.scss */
  #game-callouts {
    background-image: url("/wp/wp-content/themes/uncharted/assets/images/buckets-bg.jpg");
  }
  /* line 61, ../scss/_buckets.scss */
  #game-callouts .buckets {
    margin-top: 0;
  }
  /* line 64, ../scss/_buckets.scss */
  #game-callouts .buckets .bucket {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* line 1, ../scss/_pagination.scss */
.pagination {
  color: #fff;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 10, ../scss/_pagination.scss */
.pagination li {
  display: inline-block;
  margin: 0 0.5em;
}
/* line 14, ../scss/_pagination.scss */
.pagination li a,
.pagination li > span:not(.sr-only) {
  display: inline-block;
  color: inherit;
  text-align: center;
  padding: 0.6em 0.28em;
}
/* line 22, ../scss/_pagination.scss */
.pagination li a:hover {
  color: #fff;
}
/* line 27, ../scss/_pagination.scss */
.pagination li:first-child {
  float: left;
  margin-left: 0;
}
/* line 31, ../scss/_pagination.scss */
.pagination li:first-child a {
  padding-left: 1.42em;
  position: relative;
}
/* line 35, ../scss/_pagination.scss */
.pagination li:first-child a::before {
  content: '';
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 0.392em 0.714em 0.392em 0;
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: 1.3em;
  width: 0;
}
/* line 49, ../scss/_pagination.scss */
.pagination li:first-child a:hover::before {
  -webkit-animation: nudgeArrowReverse 250ms both;
  -o-animation: nudgeArrowReverse 250ms both;
  animation: nudgeArrowReverse 250ms both;
}
/* line 57, ../scss/_pagination.scss */
.pagination li:last-child {
  float: right;
  margin-right: 0;
}
/* line 61, ../scss/_pagination.scss */
.pagination li:last-child a {
  padding-right: 1.42em;
  position: relative;
}
/* line 65, ../scss/_pagination.scss */
.pagination li:last-child a::after {
  content: '';
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.392em 0 0.392em 0.714em;
  display: inline-block;
  height: 0;
  right: 0;
  position: absolute;
  top: 1.3em;
  width: 0;
}
/* line 79, ../scss/_pagination.scss */
.pagination li:last-child a:hover::after {
  -webkit-animation: nudgeArrow 250ms both;
  -o-animation: nudgeArrow 250ms both;
  animation: nudgeArrow 250ms both;
}
/* line 87, ../scss/_pagination.scss */
.pagination li.active > span:not(.sr-only) {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
/* line 93, ../scss/_pagination.scss */
.pagination li.active > span:not(.sr-only)::before {
  content: '';
  background-color: #fff;
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 6px;
  width: 100%;
}
/* line 105, ../scss/_pagination.scss */
.pagination li.disabled > a {
  cursor: not-allowed;
  opacity: 0.5;
}
/* line 109, ../scss/_pagination.scss */
.pagination li.disabled > a:hover {
  color: inherit;
}
/* line 112, ../scss/_pagination.scss */
.pagination li.disabled > a:hover::before, .pagination li.disabled > a:hover::after {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
/* line 119, ../scss/_pagination.scss */
.pagination li.spacer {
  margin: 0;
}

@media screen and (max-width: 1075px) {
  /* line 127, ../scss/_pagination.scss */
  .pagination li:not(:first-child):not(:last-child) {
    display: none;
  }

  /* line 131, ../scss/_pagination.scss */
  .pagination li:first-child a::before,
  .pagination li:last-child a::after {
    top: 1.1em;
  }
}
/* line 1, ../scss/_page.scss */
.wrapper-bg-image {
  display: block;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  width: auto;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_page.scss */
  .wrapper-bg-image {
    display: none;
  }
}

/* line 20, ../scss/_page.scss */
.fixed-mobile-bg {
  min-height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: -1;
}

/* line 29, ../scss/_page.scss */
.hero-video-wrap {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -20;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 40, ../scss/_page.scss */
.hero-video-wrap .hero-video {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
/* line 47, ../scss/_page.scss */
.hero-video-wrap .hero-video video {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 102%;
  width: auto;
  object-position: contain;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 60, ../scss/_page.scss */
.no-video .hero-video-wrap,
.touchevents .hero-video-wrap video,
.wii .hero-video-wrap .hero-video video,
.ps-vita .hero-video-wrap .hero-video video {
  display: none;
}

/* line 68, ../scss/_page.scss */
#content {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  /* line 68, ../scss/_page.scss */
  #content {
    padding: 65px 0;
  }
}
/* line 75, ../scss/_page.scss */
#content #hero {
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  height: calc(100vh - 145px);
  margin-top: -40px;
}
@media screen and (min-width: 480px) {
  /* line 80, ../scss/_page.scss */
  #content #hero .btn {
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 88, ../scss/_page.scss */
  #content #hero {
    margin-top: 0;
  }
}
/* line 93, ../scss/_page.scss */
#content a.scroll-down {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 20px;
  left: 50%;
  margin-left: -18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* line 107, ../scss/_page.scss */
.home #content a.scroll-down, .page-template-multiplayer #content a.scroll-down {
  bottom: 45px;
}
@media screen and (min-width: 768px) {
  /* line 93, ../scss/_page.scss */
  #content a.scroll-down {
    bottom: 60px;
  }
  /* line 116, ../scss/_page.scss */
  .home #content a.scroll-down, .page-template-multiplayer #content a.scroll-down {
    bottom: 160px;
  }
}

/* line 125, ../scss/_page.scss */
.editor-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 128, ../scss/_page.scss */
.editor-content img.aligncenter {
  margin: auto;
}
/* line 132, ../scss/_page.scss */
.editor-content figure.embed-responsive {
  margin: 0 0 1em;
}

/* line 137, ../scss/_page.scss */
.focuspoint {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}

/* line 141, ../scss/_page.scss */
.focuspoint img.wrapper-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

/* line 153, ../scss/_page.scss */
.youtube-placeholder {
  position: relative;
  cursor: pointer;
}
/* line 157, ../scss/_page.scss */
.youtube-placeholder .yt-play {
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  /* line 157, ../scss/_page.scss */
  .youtube-placeholder .yt-play {
    font-size: 75px;
  }
}
/* line 172, ../scss/_page.scss */
.youtube-placeholder:hover .yt-play {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 3, ../scss/_home.scss */
.page-template-home #content {
  padding-bottom: 0;
}
/* line 7, ../scss/_home.scss */
.page-template-home #hero {
  min-height: 640px;
  position: relative;
}
/* line 11, ../scss/_home.scss */
.page-template-home #hero .table-cell {
  padding-bottom: 100px;
}
/* line 14, ../scss/_home.scss */
.page-template-home #hero .table-cell img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 580px) {
  /* line 7, ../scss/_home.scss */
  .page-template-home #hero {
    max-height: 480px;
    min-height: 480px;
  }
  /* line 24, ../scss/_home.scss */
  .page-template-home #hero img {
    width: 100%;
    display: block;
  }
  /* line 28, ../scss/_home.scss */
  .page-template-home #hero .table-cell {
    padding: 0;
  }
}
/* line 34, ../scss/_home.scss */
.page-template-home #below {
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: scroll;
  position: relative;
  -webkit-transform: translateZ(0px);
}
@media screen and (min-width: 768px) {
  /* line 34, ../scss/_home.scss */
  .page-template-home #below {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
}

/* line 2, ../scss/_social-hub.scss */
#social-hub {
  margin-top: 15px;
  padding: 0 10px 40px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  /* line 2, ../scss/_social-hub.scss */
  #social-hub {
    margin-top: 45px;
    padding: 0 0 65px;
  }
}

/* line 13, ../scss/_social-hub.scss */
.social-grid {
  margin: auto;
  width: 290px;
  z-index: 1;
}
/* line 20, ../scss/_social-hub.scss */
.social-grid .grid-sizer,
.social-grid .col-xs-6 {
  width: 145px;
}
/* line 24, ../scss/_social-hub.scss */
.social-grid .col-xs-12 {
  width: 290px;
}
@media screen and (min-width: 480px) {
  /* line 13, ../scss/_social-hub.scss */
  .social-grid {
    width: 450px;
  }
  /* line 33, ../scss/_social-hub.scss */
  .social-grid .grid-sizer,
  .social-grid .col-xs-6 {
    width: 225px;
  }
  /* line 37, ../scss/_social-hub.scss */
  .social-grid .col-xs-12 {
    width: 450px;
  }
}
@media screen and (min-width: 640px) {
  /* line 13, ../scss/_social-hub.scss */
  .social-grid {
    width: 610px;
  }
  /* line 47, ../scss/_social-hub.scss */
  .social-grid .grid-sizer,
  .social-grid .col-xs-6 {
    width: 305px;
  }
  /* line 51, ../scss/_social-hub.scss */
  .social-grid .col-xs-12 {
    width: 610px;
  }
}
@media screen and (min-width: 768px) {
  /* line 13, ../scss/_social-hub.scss */
  .social-grid {
    width: 732px;
  }
  /* line 61, ../scss/_social-hub.scss */
  .social-grid .col-sm-1,
  .social-grid .grid-sizer {
    width: 61px;
  }
  /* line 66, ../scss/_social-hub.scss */
  .social-grid .col-sm-3 {
    width: 183px;
  }
  /* line 69, ../scss/_social-hub.scss */
  .social-grid .col-sm-4 {
    width: 244px;
  }
  /* line 72, ../scss/_social-hub.scss */
  .social-grid .col-sm-5 {
    width: 305px;
  }
  /* line 75, ../scss/_social-hub.scss */
  .social-grid .col-sm-6 {
    width: 366px;
  }
}
@media screen and (min-width: 1014px) {
  /* line 13, ../scss/_social-hub.scss */
  .social-grid {
    width: 984px;
  }
  /* line 85, ../scss/_social-hub.scss */
  .social-grid .col-sm-1,
  .social-grid .grid-sizer {
    width: 82px;
  }
  /* line 89, ../scss/_social-hub.scss */
  .social-grid .col-sm-3 {
    width: 246px;
  }
  /* line 92, ../scss/_social-hub.scss */
  .social-grid .col-sm-4 {
    width: 328px;
  }
  /* line 95, ../scss/_social-hub.scss */
  .social-grid .col-sm-5 {
    width: 410px;
  }
  /* line 98, ../scss/_social-hub.scss */
  .social-grid .col-sm-6 {
    width: 492px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 13, ../scss/_social-hub.scss */
  .social-grid {
    width: 1020px;
  }
  /* line 108, ../scss/_social-hub.scss */
  .social-grid .col-sm-1,
  .social-grid .grid-sizer {
    width: 85px;
  }
  /* line 112, ../scss/_social-hub.scss */
  .social-grid .col-sm-3 {
    width: 255px;
  }
  /* line 115, ../scss/_social-hub.scss */
  .social-grid .col-sm-4 {
    width: 340px;
  }
  /* line 118, ../scss/_social-hub.scss */
  .social-grid .col-sm-5 {
    width: 425px;
  }
  /* line 121, ../scss/_social-hub.scss */
  .social-grid .col-sm-6 {
    width: 510px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 13, ../scss/_social-hub.scss */
  .social-grid {
    width: 1140px;
  }
  /* line 131, ../scss/_social-hub.scss */
  .social-grid .col-sm-1,
  .social-grid .grid-sizer {
    width: 95px;
  }
  /* line 135, ../scss/_social-hub.scss */
  .social-grid .col-sm-3 {
    width: 285px;
  }
  /* line 138, ../scss/_social-hub.scss */
  .social-grid .col-sm-4 {
    width: 380px;
  }
  /* line 141, ../scss/_social-hub.scss */
  .social-grid .col-sm-5 {
    width: 475px;
  }
  /* line 144, ../scss/_social-hub.scss */
  .social-grid .col-sm-6 {
    width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 13, ../scss/_social-hub.scss */
  .social-grid {
    width: 1224px;
  }
  /* line 154, ../scss/_social-hub.scss */
  .social-grid .col-sm-1,
  .social-grid .grid-sizer {
    width: 102px;
  }
  /* line 158, ../scss/_social-hub.scss */
  .social-grid .col-sm-3 {
    width: 306px;
  }
  /* line 161, ../scss/_social-hub.scss */
  .social-grid .col-sm-4 {
    width: 408px;
  }
  /* line 164, ../scss/_social-hub.scss */
  .social-grid .col-sm-5 {
    width: 510px;
  }
  /* line 167, ../scss/_social-hub.scss */
  .social-grid .col-sm-6 {
    width: 612px;
  }
}
/* line 174, ../scss/_social-hub.scss */
.social-grid .grid-item,
.social-grid .media-item {
  height: 160px;
  border: 1px solid #fff;
  overflow: hidden;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  /* 480+ */
  /* 768+ */
}
/* line 182, ../scss/_social-hub.scss */
.social-grid .grid-item .inner,
.social-grid .grid-item .inner a, .social-grid .grid-item.twitter ul,
.social-grid .media-item .inner,
.social-grid .media-item .inner a,
.social-grid .media-item.twitter ul {
  height: 158px;
}
/* line 189, ../scss/_social-hub.scss */
.social-grid .grid-item.double, .social-grid .grid-item.double-xs,
.social-grid .media-item.double,
.social-grid .media-item.double-xs {
  height: 320px;
}
/* line 193, ../scss/_social-hub.scss */
.social-grid .grid-item.double .inner,
.social-grid .grid-item.double .inner a, .social-grid .grid-item.double-xs .inner,
.social-grid .grid-item.double-xs .inner a,
.social-grid .media-item.double .inner,
.social-grid .media-item.double .inner a,
.social-grid .media-item.double-xs .inner,
.social-grid .media-item.double-xs .inner a {
  height: 318px;
}
@media screen and (min-width: 480px) {
  /* line 174, ../scss/_social-hub.scss */
  .social-grid .grid-item,
  .social-grid .media-item {
    height: 325px;
  }
  /* line 204, ../scss/_social-hub.scss */
  .social-grid .grid-item .inner,
  .social-grid .grid-item .inner a, .social-grid .grid-item.twitter ul,
  .social-grid .media-item .inner,
  .social-grid .media-item .inner a,
  .social-grid .media-item.twitter ul {
    height: 323px;
  }
  /* line 211, ../scss/_social-hub.scss */
  .social-grid .grid-item.double,
  .social-grid .media-item.double {
    height: 650px;
  }
  /* line 214, ../scss/_social-hub.scss */
  .social-grid .grid-item.double .inner,
  .social-grid .grid-item.double .inner a,
  .social-grid .media-item.double .inner,
  .social-grid .media-item.double .inner a {
    height: 648px;
  }
}
@media screen and (min-width: 768px) {
  /* line 225, ../scss/_social-hub.scss */
  .social-grid .grid-item.double-xs,
  .social-grid .media-item.double-xs {
    height: 160px;
  }
  /* line 228, ../scss/_social-hub.scss */
  .social-grid .grid-item.double-xs .inner,
  .social-grid .grid-item.double-xs .inner a,
  .social-grid .media-item.double-xs .inner,
  .social-grid .media-item.double-xs .inner a {
    height: 158px;
  }
}
/* line 238, ../scss/_social-hub.scss */
.social-grid .media-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
}
/* line 242, ../scss/_social-hub.scss */
.social-grid .media-item .inner,
.social-grid .media-item .inner a {
  padding-bottom: 0;
}
/* line 249, ../scss/_social-hub.scss */
.social-grid .grid-item.stamp .stamp-content {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  font-size: 18px;
  text-align: center;
}
/* line 259, ../scss/_social-hub.scss */
.social-grid .grid-item.stamp .stamp-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  /* line 249, ../scss/_social-hub.scss */
  .social-grid .grid-item.stamp .stamp-content {
    font-size: 20px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 249, ../scss/_social-hub.scss */
  .social-grid .grid-item.stamp .stamp-content {
    font-size: 35px;
    padding: 30px 15px;
  }
}
/* line 276, ../scss/_social-hub.scss */
.social-grid .grid-item.twitter > ul {
  position: relative;
}
/* line 279, ../scss/_social-hub.scss */
.social-grid .grid-item.twitter > ul > li {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  height: 100%;
  z-index: 1;
}
/* line 284, ../scss/_social-hub.scss */
.social-grid .grid-item.twitter > ul > li .table-cell {
  padding: 0 0 25px;
  /* 480+ for .table-cel */
}
/* line 288, ../scss/_social-hub.scss */
.social-grid .grid-item.twitter > ul > li .table-cell .tweet a {
  color: #ac1c1a;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
/* line 292, ../scss/_social-hub.scss */
.social-grid .grid-item.twitter > ul > li .table-cell .tweet a:hover, .social-grid .grid-item.twitter > ul > li .table-cell .tweet a:focus, .social-grid .grid-item.twitter > ul > li .table-cell .tweet a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 300, ../scss/_social-hub.scss */
.social-grid .grid-item.twitter > ul > li .table-cell .twitter-user {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
}
@media screen and (min-width: 480px) {
  /* line 284, ../scss/_social-hub.scss */
  .social-grid .grid-item.twitter > ul > li .table-cell {
    padding: 50px 0;
  }
  /* line 312, ../scss/_social-hub.scss */
  .social-grid .grid-item.twitter > ul > li .table-cell .tweet {
    padding: 0 8%;
  }
  /* line 316, ../scss/_social-hub.scss */
  .social-grid .grid-item.twitter > ul > li .table-cell .twitter-user {
    height: 50px;
    line-height: 50px;
  }
}
/* line 329, ../scss/_social-hub.scss */
.social-grid .grid-item.follow-square h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
/* line 335, ../scss/_social-hub.scss */
.social-grid .grid-item.follow-square h3 span {
  font-size: 15px;
  display: block;
}
@media screen and (min-width: 480px) {
  /* line 329, ../scss/_social-hub.scss */
  .social-grid .grid-item.follow-square h3 {
    font-size: 30px;
  }
  /* line 343, ../scss/_social-hub.scss */
  .social-grid .grid-item.follow-square h3 span {
    font-size: 25px;
  }
}
/* line 349, ../scss/_social-hub.scss */
.social-grid .grid-item.follow-square ul {
  margin: 0 -15px;
  font-size: 21px;
}
/* line 353, ../scss/_social-hub.scss */
.social-grid .grid-item.follow-square ul li {
  margin: 0;
  padding: 0 3px;
}
/* line 358, ../scss/_social-hub.scss */
.social-grid .grid-item.follow-square ul li a:hover, .social-grid .grid-item.follow-square ul li a:active, .social-grid .grid-item.follow-square ul li a:focus {
  color: #fff;
}
@media screen and (min-width: 480px) {
  /* line 349, ../scss/_social-hub.scss */
  .social-grid .grid-item.follow-square ul {
    font-size: 28px;
  }
  /* line 369, ../scss/_social-hub.scss */
  .social-grid .grid-item.follow-square ul li {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 349, ../scss/_social-hub.scss */
  .social-grid .grid-item.follow-square ul {
    font-size: 38px;
  }
}
@media screen and (min-width: 480px) {
  /* line 381, ../scss/_social-hub.scss */
  .social-grid .grid-item.blog-post article {
    padding: 0 15px;
  }
}
/* line 387, ../scss/_social-hub.scss */
.social-grid .grid-item.blog-post article header span.date {
  text-transform: uppercase;
}
/* line 391, ../scss/_social-hub.scss */
.social-grid .grid-item.blog-post article header h1 {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 480px) {
  /* line 391, ../scss/_social-hub.scss */
  .social-grid .grid-item.blog-post article header h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (min-width: 768px) {
  /* line 391, ../scss/_social-hub.scss */
  .social-grid .grid-item.blog-post article header h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 1, ../scss/_purchase.scss */
.purchase-content {
  padding: 20px 15px;
  margin: 0 0 20px 0;
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
}
/* line 8, ../scss/_purchase.scss */
.purchase-content > h2 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 1em;
}
/* line 14, ../scss/_purchase.scss */
.purchase-content > h3.h2 {
  margin-top: 0;
}
/* line 18, ../scss/_purchase.scss */
.purchase-content article {
  padding: 20px 0;
}
/* line 21, ../scss/_purchase.scss */
.purchase-content article h1 {
  font-size: 20px;
  line-height: 25px;
}
/* line 27, ../scss/_purchase.scss */
.purchase-content img.packaging {
  max-width: 75%;
}
/* line 31, ../scss/_purchase.scss */
.purchase-content a.packaging-enlarge {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto 1em;
}
/* line 37, ../scss/_purchase.scss */
.purchase-content a.packaging-enlarge img.packaging {
  max-width: 100%;
}
/* line 41, ../scss/_purchase.scss */
.purchase-content a.packaging-enlarge:before {
  -moz-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  transform: translate(50%, 50%) rotate(-45deg);
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 55, ../scss/_purchase.scss */
.purchase-content a.packaging-enlarge:after {
  -moz-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  transform: translate(50%, 50%) rotate(-45deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: url(../images/button-lg.jpg) no-repeat 40% 40% scroll transparent;
  display: block;
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 71, ../scss/_purchase.scss */
.purchase-content a.packaging-enlarge:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 76, ../scss/_purchase.scss */
.purchase-content a.packaging-enlarge span.icon {
  display: block;
  content: '';
  position: absolute;
  bottom: 7px;
  right: 9px;
  width: 35px;
  height: 35px;
  background: url(../images/icons/magnify.png) no-repeat 100% 100% scroll transparent;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_purchase.scss */
  .purchase-content {
    padding: 40px 50px;
  }
  /* line 93, ../scss/_purchase.scss */
  .purchase-content .col-sm-6:nth-child(odd) {
    padding-right: 50px;
    margin-bottom: 0;
  }
  /* line 99, ../scss/_purchase.scss */
  .purchase-content > h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 0;
  }
  /* line 105, ../scss/_purchase.scss */
  .purchase-content img.packaging {
    max-width: 100%;
  }
  /* line 109, ../scss/_purchase.scss */
  .purchase-content article {
    padding: 40px 0;
    margin: 0 0 40px 0;
  }
  /* line 113, ../scss/_purchase.scss */
  .purchase-content article h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

/* line 121, ../scss/_purchase.scss */
.purchase-jump-buttons {
  margin-bottom: 15px;
}
/* line 123, ../scss/_purchase.scss */
.purchase-jump-buttons .btn {
  margin-right: 15px;
}

/* line 128, ../scss/_purchase.scss */
.page-template-purchase-2 .ekko-lightbox-container > div img {
  margin: auto;
}

/* Media Filter */
/* line 2, ../scss/_media.scss */
.media-filter {
  line-height: 14px;
  margin-left: 0;
}
/* line 6, ../scss/_media.scss */
.media-filter li {
  padding: 0 7px;
  font-size: 14px;
  line-height: 14px;
  border-right: 2px solid #fff;
}
/* line 12, ../scss/_media.scss */
.media-filter li a,
.media-filter li button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
}
/* line 24, ../scss/_media.scss */
.media-filter li a:hover,
.media-filter li button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 31, ../scss/_media.scss */
.media-filter li.current button {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 36, ../scss/_media.scss */
.media-filter li:first-child {
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 42, ../scss/_media.scss */
.media-filter li:last-child {
  border-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  /* line 6, ../scss/_media.scss */
  .media-filter li {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  /* line 2, ../scss/_media.scss */
  .media-filter {
    line-height: 20px;
  }
}

/* line 56, ../scss/_media.scss */
.media-list {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 0;
}
/* line 63, ../scss/_media.scss */
.media-list .load-more-button {
  padding: 30px 10px;
  /* 30 + 20 from .media-list and .media-item */
}
@media screen and (min-width: 480px) {
  /* line 63, ../scss/_media.scss */
  .media-list .load-more-button {
    padding: 40px 0;
  }
}
@media screen and (min-width: 480px) {
  /* line 56, ../scss/_media.scss */
  .media-list {
    padding: 20px;
  }
}

/* line 77, ../scss/_media.scss */
.media-item {
  padding: 13px 10px;
}
@media screen and (min-width: 480px) {
  /* line 77, ../scss/_media.scss */
  .media-item {
    padding: 20px;
  }
}
/* line 84, ../scss/_media.scss */
.media-item .inner {
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/* line 88, ../scss/_media.scss */
.media-item .inner a {
  display: block;
  padding-bottom: 83%;
  position: relative;
}
/* line 92, ../scss/_media.scss */
.media-item .inner a img {
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto;
}
/* line 113, ../scss/_media.scss */
.media-item.image .inner a:before, .media-item.download .inner a:before {
  -moz-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  transform: translate(50%, 50%) rotate(-45deg);
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 127, ../scss/_media.scss */
.media-item.image .inner a:after, .media-item.download .inner a:after {
  -moz-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  transform: translate(50%, 50%) rotate(-45deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: url(../images/button-lg.jpg) no-repeat 40% 40% scroll transparent;
  display: block;
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 143, ../scss/_media.scss */
.media-item.image .inner a:hover:after, .media-item.download .inner a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 148, ../scss/_media.scss */
.media-item.image .inner a span.icon, .media-item.download .inner a span.icon {
  display: block;
  content: '';
  position: absolute;
  bottom: 7px;
  right: 9px;
  width: 24px;
  height: 22px;
  background: url(../images/icons/camera.png) no-repeat 100% 100% scroll transparent;
  z-index: 2;
}
/* line 165, ../scss/_media.scss */
.media-item.download .inner a span.icon {
  background-image: url(../images/icons/download.png);
}
/* line 171, ../scss/_media.scss */
.media-item.download .spinner {
  position: absolute;
}
/* line 176, ../scss/_media.scss */
.media-item.download.placeholder .close {
  display: block;
}
/* line 185, ../scss/_media.scss */
.media-item.video .inner a span.caption {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
/* line 198, ../scss/_media.scss */
.media-item.video .inner a span.caption:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: url(../images/button-lg.jpg) no-repeat 40% 40% scroll transparent;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 211, ../scss/_media.scss */
.media-item.video .inner a span.caption > span {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /* line 185, ../scss/_media.scss */
  .media-item.video .inner a span.caption {
    font-size: 18px;
  }
}
/* line 221, ../scss/_media.scss */
.media-item.video .inner a span.play {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5), inset 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color 0.1s ease-out;
  -o-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  padding: 0 8px;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border: 3px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 237, ../scss/_media.scss */
.media-item.video .inner a span.play span.triangle {
  -moz-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -webkit-transform: scaleY(0.6);
  transform: scaleY(0.6);
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 33%;
}
/* line 247, ../scss/_media.scss */
.media-item.video .inner a span.play span.triangle:after {
  -moz-transform: rotate(45deg) translate(-50%, 50%);
  -ms-transform: rotate(45deg) translate(-50%, 50%);
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
  transform: rotate(45deg) translate(-50%, 50%);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
}
@media screen and (min-width: 768px) {
  /* line 221, ../scss/_media.scss */
  .media-item.video .inner a span.play {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
/* line 267, ../scss/_media.scss */
.media-item.video .inner a:hover {
  color: #fff;
}
/* line 271, ../scss/_media.scss */
.media-item.video .inner a:hover span.caption:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 276, ../scss/_media.scss */
.media-item.video .inner a:hover span.play {
  border-color: white;
}
/* line 279, ../scss/_media.scss */
.media-item.video .inner a:hover span.play span.triangle:after {
  background-color: white;
}
/* line 289, ../scss/_media.scss */
.media-item.download-content {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 40px;
}
/* line 294, ../scss/_media.scss */
.media-item.download-content h2 {
  font-size: 17px;
}
/* line 298, ../scss/_media.scss */
.media-item.download-content a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #ac1c1a;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 304, ../scss/_media.scss */
.media-item.download-content a:hover, .media-item.download-content a:active, .media-item.download-content a:focus {
  color: #fff;
}
@media screen and (min-width: 480px) {
  /* line 289, ../scss/_media.scss */
  .media-item.download-content {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 316, ../scss/_media.scss */
  .media-item.download-content h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 322, ../scss/_media.scss */
  .media-item.download-content h2 {
    font-size: 35px;
  }
}

/* line 2, ../scss/_media-modal.scss */
.ekko-lightbox .modal-dialog {
  max-width: 1380px !important;
  margin: 50px auto;
}
@media screen and (min-width: 1076px) {
  /* line 2, ../scss/_media-modal.scss */
  .ekko-lightbox .modal-dialog {
    margin: 100px auto;
  }
}
/* line 10, ../scss/_media-modal.scss */
.ekko-lightbox .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0;
}
/* line 15, ../scss/_media-modal.scss */
.ekko-lightbox .modal-dialog .modal-content .modal-header {
  min-height: 0;
  height: 0;
  padding: 0;
  border: none;
}
/* line 21, ../scss/_media-modal.scss */
.ekko-lightbox .modal-dialog .modal-content .modal-header .modal-title {
  display: none;
}
@media screen and (max-width: 1469px) {
  /* line 27, ../scss/_media-modal.scss */
  .ekko-lightbox .modal-dialog .modal-content .close {
    top: -12px;
  }
}

/* line 35, ../scss/_media-modal.scss */
.ekko-lightbox-container {
  text-align: center;
  min-height: 150px;
}
/* line 39, ../scss/_media-modal.scss */
.ekko-lightbox-container .single-media-item {
  text-align: left;
}
/* line 42, ../scss/_media-modal.scss */
.ekko-lightbox-container .single-media-item.single-image {
  display: inline-block;
  max-width: 100%;
}
/* line 47, ../scss/_media-modal.scss */
.ekko-lightbox-container .single-media-item.single-download {
  display: block;
}

/* line 55, ../scss/_media-modal.scss */
.ekko-lightbox-nav-overlay a {
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  display: block;
  position: absolute;
  height: 55px;
  width: 40px;
  background: rgba(255, 255, 255, 0.25);
  top: 50%;
  margin-top: -27px;
}
/* line 65, ../scss/_media-modal.scss */
.ekko-lightbox-nav-overlay a:hover {
  background: rgba(255, 255, 255, 0.5);
}
/* line 70, ../scss/_media-modal.scss */
.ekko-lightbox-nav-overlay a:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 15px;
}
/* line 83, ../scss/_media-modal.scss */
.ekko-lightbox-nav-overlay a.nav-next {
  left: auto;
  right: 0;
}
/* line 87, ../scss/_media-modal.scss */
.ekko-lightbox-nav-overlay a.nav-next:after {
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 0;
}
@media screen and (min-width: 1400px) {
  /* line 55, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 75px;
    height: 155px;
    background: none;
    margin-top: -77px;
  }
  /* line 101, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a:hover {
    background: none;
  }
  /* line 105, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a:after {
    width: 58px;
    height: 58px;
    margin-top: -29px;
    left: 40px;
  }
  /* line 114, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a.nav-next:after {
    left: -22px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 55, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a {
    left: -75px;
  }
  /* line 123, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a.nav-next {
    left: auto;
    right: -75px;
  }
}
@media screen and (min-width: 1500px) {
  /* line 132, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a:after {
    left: 15px;
  }
  /* line 137, ../scss/_media-modal.scss */
  .ekko-lightbox-nav-overlay a.nav-next:after {
    left: 0;
  }
}

/* line 145, ../scss/_media-modal.scss */
.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/_media-single.scss */
.single-media-item {
  padding: 13px 10px;
  position: relative;
}
@media screen and (min-width: 480px) {
  /* line 1, ../scss/_media-single.scss */
  .single-media-item {
    padding: 20px;
  }
}
/* line 9, ../scss/_media-single.scss */
.single-media-item h1 {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
}
/* line 16, ../scss/_media-single.scss */
.single-media-item .media-meta-wrap {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 13px;
  left: 10px;
  right: 10px;
  padding: 20px 0;
}
@media screen and (min-width: 480px) {
  /* line 16, ../scss/_media-single.scss */
  .single-media-item .media-meta-wrap {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
/* line 33, ../scss/_media-single.scss */
.single-media-item footer {
  line-height: 1em;
  margin-top: 0.5em;
}
@media screen and (min-width: 1076px) {
  /* line 33, ../scss/_media-single.scss */
  .single-media-item footer {
    text-align: right;
    margin-top: 0;
  }
}
/* line 42, ../scss/_media-single.scss */
.single-media-item footer .a2a_kit {
  display: inline;
}
/* line 47, ../scss/_media-single.scss */
.single-media-item footer h3 {
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 56, ../scss/_media-single.scss */
.single-media-item footer ul.list-inline {
  display: inline-block;
  margin: 0;
  line-height: 1em;
}
/* line 61, ../scss/_media-single.scss */
.single-media-item footer ul.list-inline li {
  margin: 0;
}
/* line 64, ../scss/_media-single.scss */
.single-media-item footer ul.list-inline li .ss-ellipsis {
  font-size: 24px;
  vertical-align: super;
}

/* line 74, ../scss/_media-single.scss */
.single-download .download-content {
  background: none;
  position: relative;
}
/* line 79, ../scss/_media-single.scss */
.ekko-lightbox-container .single-download {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 88, ../scss/_media-single.scss */
.download-content .close {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 27px;
  height: 27px;
  display: none;
  background: transparent;
  border: none;
  position: absolute;
  right: 20px;
  top: 12px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
}
/* line 105, ../scss/_media-single.scss */
.download-content .close:before {
  position: absolute;
  background-color: #fff;
  content: '';
  width: 27px;
  height: 3px;
  top: 12px;
  left: 0;
}
/* line 115, ../scss/_media-single.scss */
.download-content .close:after {
  position: absolute;
  background-color: #fff;
  content: '';
  height: 27px;
  width: 3px;
  left: 12px;
  top: 0;
}

/* line 127, ../scss/_media-single.scss */
a.more-social {
  display: inline-block;
  height: 1em;
  line-height: 0.4em;
  vertical-align: middle;
}
/* line 134, ../scss/_media-single.scss */
a.more-social:before, a.more-social:after,
a.more-social span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  content: '';
}

/* line 1, ../scss/_news.scss */
.news-list {
  margin-bottom: 0;
}
/* line 4, ../scss/_news.scss */
.news-list li {
  margin-bottom: 27px;
}
@media screen and (min-width: 480px) {
  /* line 4, ../scss/_news.scss */
  .news-list li {
    margin-bottom: 35px;
  }
}
/* line 11, ../scss/_news.scss */
.news-list li:last-child {
  margin-bottom: 0;
}

/* line 17, ../scss/_news.scss */
article.post {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px 15px;
}
@media screen and (min-width: 480px) {
  /* line 17, ../scss/_news.scss */
  article.post {
    padding: 50px 30px;
  }
}
/* line 26, ../scss/_news.scss */
article.post header {
  text-transform: uppercase;
}
/* line 29, ../scss/_news.scss */
article.post header span.date {
  color: #ac1c1a;
  font-size: 15px;
  padding-bottom: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 29, ../scss/_news.scss */
  article.post header span.date {
    font-size: 18px;
    padding-bottom: 0;
  }
}
/* line 41, ../scss/_news.scss */
article.post header h2.title {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 0.2em;
}
/* line 47, ../scss/_news.scss */
article.post header h2.title a:hover, article.post header h2.title a:focus, article.post header h2.title a:active {
  color: #fff;
}
@media screen and (min-width: 1076px) {
  /* line 41, ../scss/_news.scss */
  article.post header h2.title {
    font-size: 45px;
    line-height: 50px;
  }
}
/* line 61, ../scss/_news.scss */
article.post header .by-line {
  font-style: italic;
  text-transform: none;
}
/* line 66, ../scss/_news.scss */
article.post header .source {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
/* line 70, ../scss/_news.scss */
article.post header .source:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 75, ../scss/_news.scss */
article.post header .share-post {
  font-size: 15px;
  padding: 30px 0 0;
  /*.share-title {
      @include opacity(0.5);
  }*/
}
/* line 79, ../scss/_news.scss */
article.post header .share-post ul {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 79, ../scss/_news.scss */
  article.post header .share-post ul {
    margin-top: 0;
  }
  /* line 85, ../scss/_news.scss */
  article.post header .share-post ul li {
    margin-bottom: 0;
  }
}
/* line 95, ../scss/_news.scss */
article.post header .share-post a {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 22px;
}
/* line 100, ../scss/_news.scss */
article.post header .share-post a:hover, article.post header .share-post a:active, article.post header .share-post a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 75, ../scss/_news.scss */
  article.post header .share-post {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  /* line 114, ../scss/_news.scss */
  article.post .content {
    padding-left: 20px;
  }
}

/* line 4, ../scss/_explore.scss */
.page-template-uncharted-collection #content,
.page-template-uncharted-4 #content {
  padding-bottom: 0;
}
/* line 8, ../scss/_explore.scss */
.page-template-uncharted-collection #hero,
.page-template-uncharted-4 #hero {
  position: relative;
  min-height: 625px;
  max-height: 725px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 8, ../scss/_explore.scss */
  .page-template-uncharted-collection #hero,
  .page-template-uncharted-4 #hero {
    min-height: 675px;
    max-height: 9999px;
  }
}
/* line 19, ../scss/_explore.scss */
.page-template-uncharted-collection #hero .character-bg,
.page-template-uncharted-4 #hero .character-bg {
  position: absolute;
  width: calc(100% + 35px);
  height: 100%;
  right: auto;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  /* 480+ */
  /* 768+ */
}
@media screen and (min-width: 480px) {
  /* line 19, ../scss/_explore.scss */
  .page-template-uncharted-collection #hero .character-bg,
  .page-template-uncharted-4 #hero .character-bg {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  /* line 19, ../scss/_explore.scss */
  .page-template-uncharted-collection #hero .character-bg,
  .page-template-uncharted-4 #hero .character-bg {
    width: 50%;
    background-position: 0 100%;
    right: 0;
    left: auto;
  }
}
/* line 47, ../scss/_explore.scss */
.page-template-uncharted-collection #hero .table-cell,
.page-template-uncharted-4 #hero .table-cell {
  padding: 0 10px 45px;
}
/* line 50, ../scss/_explore.scss */
.page-template-uncharted-collection #hero .table-cell .container,
.page-template-uncharted-4 #hero .table-cell .container {
  padding: 0;
}
/* line 54, ../scss/_explore.scss */
.page-template-uncharted-collection #hero .table-cell h1,
.page-template-uncharted-4 #hero .table-cell h1 {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 47, ../scss/_explore.scss */
  .page-template-uncharted-collection #hero .table-cell,
  .page-template-uncharted-4 #hero .table-cell {
    vertical-align: middle;
    padding-bottom: 0;
  }
  /* line 62, ../scss/_explore.scss */
  .page-template-uncharted-collection #hero .table-cell .container,
  .page-template-uncharted-4 #hero .table-cell .container {
    padding: 0 15px;
  }
}
/* line 69, ../scss/_explore.scss */
.page-template-uncharted-collection #buy,
.page-template-uncharted-4 #buy,
.page-template-coop #buy{
  position: relative;
  padding: 35px 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 768px) {
  /* line 69, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy,
  .page-template-uncharted-4 #buy,
  .page-template-coop #buy {
    padding: 80px 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 69, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy,
  .page-template-uncharted-4 #buy,
  .page-template-coop #buy {
    padding: 80px 0 120px;
  }
}
/* line 84, ../scss/_explore.scss */
.page-template-uncharted-collection #buy .intro p,
.page-template-uncharted-4 #buy .intro p,
.page-template-coop #buy .intro p {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
}
@media screen and (min-width: 1200px) {
  /* line 84, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .intro p,
  .page-template-uncharted-4 #buy .intro p,
  .page-template-coop #buy .intro p {
    padding: 0 250px;
  }
}
/* line 94, ../scss/_explore.scss */
.page-template-uncharted-collection #buy .collections,
.page-template-uncharted-4 #buy .collections,
.page-template-coop #buy .collections {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin-bottom: 35px;
  padding: 15px 20px;
}
@media screen and (min-width: 480px) {
  /* line 94, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections,
  .page-template-uncharted-4 #buy .collections,
  .page-template-coop #buy .collections {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 94, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections,
  .page-template-uncharted-4 #buy .collections,
  .page-template-coop #buy .collections {
    margin-bottom: 0;
  }
}
/* line 110, ../scss/_explore.scss */
.page-template-uncharted-collection #buy .collections .game img,
.page-template-uncharted-4 #buy .collections .game img,
.page-template-coop #buy .collections .game img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 116, ../scss/_explore.scss */
.page-template-uncharted-collection #buy .collections .game p,
.page-template-uncharted-4 #buy .collections .game p,
.page-template-coop #buy .collections .game p {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
}
@media screen and (max-width: 1076px) {
  /* line 124, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections.multiple-games .game .table-wrap,
  .page-template-uncharted-collection #buy .collections.multiple-games .game .table-row,
  .page-template-uncharted-collection #buy .collections.multiple-games .game .table-cell,
  .page-template-uncharted-4 #buy .collections.multiple-games .game .table-wrap,
  .page-template-uncharted-4 #buy .collections.multiple-games .game .table-row,
  .page-template-uncharted-4 #buy .collections.multiple-games .game .table-cell,
  .page-template-coop #buy .collections.multiple-games .game .table-wrap,
  .page-template-coop #buy .collections.multiple-games .game .table-row,
  .page-template-coop #buy .collections.multiple-games .game .table-cell  {
    display: block !important;
    width: 100%;
  }
}
@media screen and (min-width: 1076px) {
  /* line 135, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections.multiple-games .game .table-cell,
  .page-template-uncharted-4 #buy .collections.multiple-games .game .table-cell,
  .page-template-coop #buy .collections.multiple-games .game .table-cell {
    width: 50%;
  }
  /* line 137, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections.multiple-games .game .table-cell:first-child,
  .page-template-uncharted-4 #buy .collections.multiple-games .game .table-cell:first-child,
  .page-template-coop #buy .collections.multiple-games .game .table-cell:first-child {
    text-align: right;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 150, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections.single-game .game .table-wrap,
  .page-template-uncharted-collection #buy .collections.single-game .game .table-row,
  .page-template-uncharted-collection #buy .collections.single-game .game .table-cell,
  .page-template-uncharted-4 #buy .collections.single-game .game .table-wrap,
  .page-template-uncharted-4 #buy .collections.single-game .game .table-row,
  .page-template-uncharted-4 #buy .collections.single-game .game .table-cell,
  .page-template-coop #buy .collections.single-game .game .table-wrap,
  .page-template-coop #buy .collections.single-game .game .table-row,
  .page-template-coop #buy .collections.single-game .game .table-cell  {
    display: block !important;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  /* line 162, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections.single-game .game .table-cell,
  .page-template-uncharted-4 #buy .collections.single-game .game .table-cell,
  .page-template-coop #buy .collections.single-game .game .table-cell  {
    width: 50%;
  }
  /* line 164, ../scss/_explore.scss */
  .page-template-uncharted-collection #buy .collections.single-game .game .table-cell:first-child,
  .page-template-uncharted-4 #buy .collections.single-game .game .table-cell:first-child,
  .page-template-coop #buy .collections.single-game .game .table-cell:first-child {
    text-align: right;
    padding-right: 30px;
  }
}

/* line 1, ../scss/_characters.scss */
#characters {
  background: none no-repeat 50% 0 scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
/* line 6, ../scss/_characters.scss */
#characters.dark {
  color: #200e00;
}
/* line 12, ../scss/_characters.scss */
#characters.dark .flexslider .flex-direction-nav li a {
  border-left-color: #200e00;
  border-bottom-color: #200e00;
}
/* line 16, ../scss/_characters.scss */
#characters.dark .flexslider .flex-direction-nav li a.flex-next {
  border-right-color: #200e00;
}
/* line 24, ../scss/_characters.scss */
#characters.dark .flexslider .flex-control-paging li a {
  background-color: #200e00;
}
/* line 32, ../scss/_characters.scss */
#characters .flexslider {
  position: relative;
}
/* line 34, ../scss/_characters.scss */
#characters .flexslider ul.slides {
  margin: 0;
}
/* line 36, ../scss/_characters.scss */
#characters .flexslider ul.slides li {
  margin: 0;
  position: relative;
}
/* line 41, ../scss/_characters.scss */
#characters .flexslider ul.slides li .character-bg {
  position: absolute;
  width: 91%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
  background-position: 100% 100%;
}
@media screen and (min-width: 480px) {
  /* line 41, ../scss/_characters.scss */
  #characters .flexslider ul.slides li .character-bg {
    width: 60%;
  }
}
@media screen and (min-width: 1076px) {
  /* line 41, ../scss/_characters.scss */
  #characters .flexslider ul.slides li .character-bg {
    width: 53%;
  }
}
/* line 60, ../scss/_characters.scss */
#characters .flexslider ul.slides li .character-bg.center-image {
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: 100% 50%;
}
/* line 66, ../scss/_characters.scss */
#characters .flexslider ul.slides li article {
  height: 550px;
}
/* line 69, ../scss/_characters.scss */
#characters .flexslider ul.slides li article .table-cell {
  vertical-align: bottom;
  padding: 0 10px 45px;
}
/* line 73, ../scss/_characters.scss */
#characters .flexslider ul.slides li article .table-cell h1 {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 80, ../scss/_characters.scss */
  #characters .flexslider ul.slides li article {
    height: 730px;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
  }
  /* line 84, ../scss/_characters.scss */
  #characters .flexslider ul.slides li article .table-cell {
    vertical-align: middle;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 93, ../scss/_characters.scss */
  .page-template-uncharted-collection #characters .flexslider ul.slides li article {
    height: 700px;
  }
}
/* line 99, ../scss/_characters.scss */
#characters .flexslider ul.slides li.single-column-slide {
  padding: 30px 0;
}
/* line 102, ../scss/_characters.scss */
#characters .flexslider ul.slides li.single-column-slide .table-wrap,
#characters .flexslider ul.slides li.single-column-slide .table-cell {
  display: block;
}
/* line 108, ../scss/_characters.scss */
#characters .flexslider ul.slides li.single-column-slide .table-cell img {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  /* line 113, ../scss/_characters.scss */
  #characters .flexslider ul.slides li.single-column-slide .table-wrap {
    display: table;
  }
  /* line 116, ../scss/_characters.scss */
  #characters .flexslider ul.slides li.single-column-slide .table-cell {
    display: table-cell;
  }
  /* line 121, ../scss/_characters.scss */
  #characters .flexslider ul.slides li.single-column-slide .table-cell img {
    margin-bottom: 3em;
  }
}
/* line 130, ../scss/_characters.scss */
#characters .flexslider .flex-direction-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
/* line 136, ../scss/_characters.scss */
#characters .flexslider .flex-direction-nav li {
  margin: 0;
}
/* line 138, ../scss/_characters.scss */
#characters .flexslider .flex-direction-nav li a {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  top: 50%;
  /*margin-left: -($container-sm/2 - 20);*/
  margin-top: -25px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
/* line 153, ../scss/_characters.scss */
#characters .flexslider .flex-direction-nav li a.flex-next {
  left: auto;
  margin-left: 0;
  right: 20px;
  /*margin-right: -($container-sm/2 - 10);*/
  border-left: 0;
  border-right: 3px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 163, ../scss/_characters.scss */
#characters .flexslider .flex-direction-nav li a:hover, #characters .flexslider .flex-direction-nav li a:active, #characters .flexslider .flex-direction-nav li a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
}
@media screen and (min-width: 1076px) {
  /* line 138, ../scss/_characters.scss */
  #characters .flexslider .flex-direction-nav li a {
    left: 50%;
    margin-left: -517px;
  }
  /* line 174, ../scss/_characters.scss */
  #characters .flexslider .flex-direction-nav li a.flex-next {
    right: 50%;
    margin-right: -517px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 138, ../scss/_characters.scss */
  #characters .flexslider .flex-direction-nav li a {
    margin-left: -575px;
  }
  /* line 183, ../scss/_characters.scss */
  #characters .flexslider .flex-direction-nav li a.flex-next {
    margin-right: -575px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 138, ../scss/_characters.scss */
  #characters .flexslider .flex-direction-nav li a {
    margin-left: -620px;
  }
  /* line 191, ../scss/_characters.scss */
  #characters .flexslider .flex-direction-nav li a.flex-next {
    margin-right: -620px;
  }
}
@media screen and (min-width: 768px) {
  /* line 130, ../scss/_characters.scss */
  #characters .flexslider .flex-direction-nav {
    display: block;
  }
}
/* line 203, ../scss/_characters.scss */
#characters .flexslider .flex-control-paging {
  list-style-type: none;
  position: absolute;
  bottom: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
/* line 213, ../scss/_characters.scss */
#characters .flexslider .flex-control-paging li {
  margin: 0;
  display: inline-block;
  padding: 0 7px;
}
/* line 218, ../scss/_characters.scss */
#characters .flexslider .flex-control-paging li a {
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
/* line 231, ../scss/_characters.scss */
#characters .flexslider .flex-control-paging li a:hover, #characters .flexslider .flex-control-paging li a:active, #characters .flexslider .flex-control-paging li a:focus, #characters .flexslider .flex-control-paging li a.flex-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) {
  /* line 203, ../scss/_characters.scss */
  #characters .flexslider .flex-control-paging {
    bottom: 60px;
  }
  /* line 243, ../scss/_characters.scss */
  #characters .flexslider .flex-control-paging li {
    padding: 0 12px;
  }
  /* line 246, ../scss/_characters.scss */
  #characters .flexslider .flex-control-paging li a {
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}

/* line 3, ../scss/_country-selector.scss */
#country-selector h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  /* line 3, ../scss/_country-selector.scss */
  #country-selector h3 {
    font-size: 21px;
  }
}

/* line 18, ../scss/_country-selector.scss */
.country-select ul {
  margin-bottom: 0;
  padding-left: 35px;
}
@media screen and (min-width: 1200px) {
  /* line 23, ../scss/_country-selector.scss */
  .country-select ul.flags-1, .country-select ul.flags-3 {
    padding-left: 0;
  }
  /* line 28, ../scss/_country-selector.scss */
  .country-select ul.flags-2 {
    padding-left: 20px;
  }
  /* line 32, ../scss/_country-selector.scss */
  .country-select ul.flags-4 {
    padding-left: 20px;
  }
}
/* line 38, ../scss/_country-selector.scss */
.country-select ul li {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 1.3em;
}
/* line 43, ../scss/_country-selector.scss */
.country-select ul li a {
  display: block;
  padding-left: 45px;
  position: relative;
}
/* line 48, ../scss/_country-selector.scss */
.country-select ul li a img {
  position: absolute;
  left: 0;
  top: 1px;
}
/* line 54, ../scss/_country-selector.scss */
.country-select ul li a span {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
/* line 63, ../scss/_country-selector.scss */
.country-select ul li a:hover span, .country-select ul li a:active span, .country-select ul li a:focus span {
  color: white;
}
/* line 71, ../scss/_country-selector.scss */
.country-select ul li.selected a span {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1, ../scss/_back-to-top.scss */
a.back-to-top {
  display: none;
  width: 49px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: calc(100vh + 100px);
  right: 0;
  z-index: 9;
}
/* line 12, ../scss/_back-to-top.scss */
a.back-to-top:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: margin-top 0.1s ease-out;
  -o-transition: margin-top 0.1s ease-out;
  transition: margin-top 0.1s ease-out;
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -12px;
}
/* line 28, ../scss/_back-to-top.scss */
a.back-to-top:hover:after {
  -webkit-animation: bounceArrow 0.3s ease-out;
  -o-animation: bounceArrow 0.3s ease-out;
  animation: bounceArrow 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_back-to-top.scss */
  a.back-to-top {
    width: 74px;
    height: 49px;
  }
  /* line 37, ../scss/_back-to-top.scss */
  a.back-to-top:after {
    width: 30px;
    height: 30px;
    margin: -5px 0 0 -15px;
  }
}
/* line 44, ../scss/_back-to-top.scss */
a.back-to-top.stuck {
  position: fixed;
  bottom: 40px;
  top: auto;
}
@media screen and (min-width: 768px) {
  /* line 44, ../scss/_back-to-top.scss */
  a.back-to-top.stuck {
    bottom: 65px;
  }
}

@-moz-keyframes bounceArrow {
  0%, 100% {
    -moz-transform: translate3d(0px, 0px, 0px) rotate(45deg);
    transform: translate3d(0px, 0px, 0px) rotate(45deg);
  }
  50% {
    -moz-transform: translate3d(0px, -5px, 0px) rotate(45deg);
    transform: translate3d(0px, -5px, 0px) rotate(45deg);
  }
}
@-webkit-keyframes bounceArrow {
  0%, 100% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(45deg);
    transform: translate3d(0px, 0px, 0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0px, -5px, 0px) rotate(45deg);
    transform: translate3d(0px, -5px, 0px) rotate(45deg);
  }
}
@keyframes bounceArrow {
  0%, 100% {
    -moz-transform: translate3d(0px, 0px, 0px) rotate(45deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(45deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(45deg);
    transform: translate3d(0px, 0px, 0px) rotate(45deg);
  }
  50% {
    -moz-transform: translate3d(0px, -5px, 0px) rotate(45deg);
    -ms-transform: translate3d(0px, -5px, 0px) rotate(45deg);
    -webkit-transform: translate3d(0px, -5px, 0px) rotate(45deg);
    transform: translate3d(0px, -5px, 0px) rotate(45deg);
  }
}
/* line 3, ../scss/_faqs.scss */
.page-template-faqs .media-filter li {
  display: block;
  padding: 0;
  border-right: none;
}
/* line 8, ../scss/_faqs.scss */
.page-template-faqs .media-filter li:first-child {
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  /* line 3, ../scss/_faqs.scss */
  .page-template-faqs .media-filter li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid #fff;
  }
  /* line 22, ../scss/_faqs.scss */
  .page-template-faqs .media-filter li:last-child, .page-template-faqs .media-filter li.last {
    border-right: 0;
  }
}
/* line 30, ../scss/_faqs.scss */
.page-template-faqs .faqs {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 0;
}
@media screen and (min-width: 480px) {
  /* line 30, ../scss/_faqs.scss */
  .page-template-faqs .faqs {
    padding: 20px 45px;
  }
}
/* line 39, ../scss/_faqs.scss */
.page-template-faqs .faqs section {
  padding-bottom: 10px;
}
/* line 42, ../scss/_faqs.scss */
.page-template-faqs .faqs section h2 {
  margin: 0;
  padding-left: 12px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  /* line 39, ../scss/_faqs.scss */
  .page-template-faqs .faqs section {
    padding-bottom: 50px;
  }
  /* line 51, ../scss/_faqs.scss */
  .page-template-faqs .faqs section h2 {
    padding-left: 0;
    font-size: 45px;
  }
}
/* line 57, ../scss/_faqs.scss */
.page-template-faqs .faqs section article {
  padding-left: 12px;
  border-bottom: 1px solid #fff;
}
/* line 61, ../scss/_faqs.scss */
.page-template-faqs .faqs section article:last-child {
  border-bottom: none;
}
/* line 65, ../scss/_faqs.scss */
.page-template-faqs .faqs section article h3 {
  position: relative;
  padding: 20px 50px 20px 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
/* line 72, ../scss/_faqs.scss */
.page-template-faqs .faqs section article h3:before, .page-template-faqs .faqs section article h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  top: 30px;
  right: 12px;
  border-top: 2px solid #fff;
}
/* line 83, ../scss/_faqs.scss */
.page-template-faqs .faqs section article h3:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
/* line 89, ../scss/_faqs.scss */
.page-template-faqs .faqs section article h3.active:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  /* line 65, ../scss/_faqs.scss */
  .page-template-faqs .faqs section article h3 {
    padding: 20px 80px 20px 0;
    font-size: 26px;
  }
  /* line 98, ../scss/_faqs.scss */
  .page-template-faqs .faqs section article h3:before, .page-template-faqs .faqs section article h3:after {
    width: 28px;
    top: 40px;
    right: 30px;
  }
}
/* line 108, ../scss/_faqs.scss */
.page-template-faqs .faqs section article .faq-description {
  display: none;
  padding-right: 60px;
}
/* line 112, ../scss/_faqs.scss */
.no-js .page-template-faqs .faqs section article .faq-description {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 108, ../scss/_faqs.scss */
  .page-template-faqs .faqs section article .faq-description {
    padding-right: 130px;
  }
}
@media screen and (min-width: 768px) {
  /* line 57, ../scss/_faqs.scss */
  .page-template-faqs .faqs section article {
    padding-left: 35px;
  }
}

/* line 2, ../scss/_age-gate.scss */
#age-gate .modal-dialog {
  width: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background: none no-repeat 50% 50% scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
}
/* line 15, ../scss/_age-gate.scss */
#age-gate .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
/* line 21, ../scss/_age-gate.scss */
#age-gate .age-gate-content {
  max-width: 270px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  /* line 21, ../scss/_age-gate.scss */
  #age-gate .age-gate-content {
    max-width: 470px;
  }
}
/* line 29, ../scss/_age-gate.scss */
#age-gate .age-gate-content .age-gate-logo {
  margin: 25px auto 60px;
}
@media screen and (min-width: 480px) {
  /* line 29, ../scss/_age-gate.scss */
  #age-gate .age-gate-content .age-gate-logo {
    margin: 75px auto;
  }
}
/* line 37, ../scss/_age-gate.scss */
#age-gate .age-gate-content input[type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: calc(100% - 2px);
  background-color: #898989;
  color: #fff;
  font-size: 35px;
  line-height: 65px;
  text-align: center;
  font-weight: 300;
  border: none;
  height: auto;
}
/* line 50, ../scss/_age-gate.scss */
#age-gate .age-gate-content input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* line 55, ../scss/_age-gate.scss */
#age-gate .age-gate-content input[type=text]:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* line 60, ../scss/_age-gate.scss */
#age-gate .age-gate-content input[type=text]::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* line 65, ../scss/_age-gate.scss */
#age-gate .age-gate-content input[type=text]:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
@media screen and (min-width: 480px) {
  /* line 37, ../scss/_age-gate.scss */
  #age-gate .age-gate-content input[type=text] {
    font-size: 60px;
    line-height: 100px;
  }
}
/* line 77, ../scss/_age-gate.scss */
#age-gate .age-gate-content .middle input[type=text] {
  width: calc(100% - 4px);
  margin: auto;
}
/* line 82, ../scss/_age-gate.scss */
#age-gate .age-gate-content .right input[type=text] {
  margin-left: 2px;
}
/* line 88, ../scss/_age-gate.scss */
#age-gate .age-gate-content button[type=submit] {
  margin: 25px auto;
}
@media screen and (min-width: 480px) {
  /* line 88, ../scss/_age-gate.scss */
  #age-gate .age-gate-content button[type=submit] {
    margin: 75px auto;
  }
}
/* line 97, ../scss/_age-gate.scss */
#age-gate .age-gate-content .middle input[type=text] {
  /*margin: 0 5px;*/
}

/* line 105, ../scss/_age-gate.scss */
.page-template-age-gate .push,
.page-template-age-gate a.back-to-top {
  display: none !important;
}

/* line 1, ../scss/_multiplayer.scss */
.page-template-multiplayer {
  /* Buckets */
  /* NEWS */
  /* CONTENT SECTIONS */
}
/* line 2, ../scss/_multiplayer.scss */
.page-template-multiplayer #content {
  padding-bottom: 0;
}
/* line 6, ../scss/_multiplayer.scss */
.page-template-multiplayer #hero {
  min-height: 640px;
  position: relative;
}
/* line 10, ../scss/_multiplayer.scss */
.page-template-multiplayer #hero .table-cell {
  padding-bottom: 100px;
}
/* line 13, ../scss/_multiplayer.scss */
.page-template-multiplayer #hero .table-cell img[width="300"] {
  max-width: 300px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 580px) {
  /* line 6, ../scss/_multiplayer.scss */
  .page-template-multiplayer #hero {
    max-height: 480px;
    min-height: 480px;
  }
  /* line 24, ../scss/_multiplayer.scss */
  .page-template-multiplayer #hero img:not(.wrapper-bg-image) {
    width: 100%;
    display: block;
  }
  /* line 28, ../scss/_multiplayer.scss */
  .page-template-multiplayer #hero .table-cell {
    padding: 0;
  }
}
/* line 35, ../scss/_multiplayer.scss */
.page-template-multiplayer #game-callouts {
  padding-bottom: 25px;
}
/* line 38, ../scss/_multiplayer.scss */
.page-template-multiplayer #game-callouts .buckets {
  margin-top: 25px;
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 38, ../scss/_multiplayer.scss */
  .page-template-multiplayer #game-callouts .buckets {
    margin-top: -90px;
    padding: 0;
  }
}
/* line 49, ../scss/_multiplayer.scss */
.page-template-multiplayer #game-callouts .flexslider {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 35, ../scss/_multiplayer.scss */
  .page-template-multiplayer #game-callouts {
    padding-bottom: 50px;
    padding-top: 0;
  }
  /* line 57, ../scss/_multiplayer.scss */
  .page-template-multiplayer #game-callouts .bucket {
    margin-top: 0;
  }
  /* line 61, ../scss/_multiplayer.scss */
  .page-template-multiplayer #game-callouts .flexslider {
    margin: 0;
  }
}
/* line 69, ../scss/_multiplayer.scss */
.page-template-multiplayer #multiplayer-news {
  padding: 60px 10px;
  background: url("/wp/wp-content/themes/uncharted/assets/images/buckets-bg-mobile.jpg") no-repeat 50% 50% scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 74, ../scss/_multiplayer.scss */
.page-template-multiplayer #multiplayer-news .news-item {
  margin: 0 0 50px;
}
/* line 77, ../scss/_multiplayer.scss */
.page-template-multiplayer #multiplayer-news .news-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 69, ../scss/_multiplayer.scss */
  .page-template-multiplayer #multiplayer-news {
    background-image: url("/wp/wp-content/themes/uncharted/assets/images/buckets-bg.jpg");
    padding-left: 0;
    padding-right: 0;
  }
  /* line 87, ../scss/_multiplayer.scss */
  .page-template-multiplayer #multiplayer-news .news-item {
    margin: 0;
  }
}
/* line 94, ../scss/_multiplayer.scss */
.page-template-multiplayer .multiplayer-section {
  padding: 90px 10px;
  background: none no-repeat 50% 50% scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 99, ../scss/_multiplayer.scss */
.page-template-multiplayer .multiplayer-section .main-content.col-sm-push-6 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  /* line 94, ../scss/_multiplayer.scss */
  .page-template-multiplayer .multiplayer-section {
    padding: 180px 0;
  }
}
/* line 108, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider {
  position: relative;
}
/* line 110, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider ul.slides {
  margin: 0;
}
/* line 112, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider ul.slides li {
  margin: 0;
  position: relative;
}
/* line 118, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider .flex-direction-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 123, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider .flex-direction-nav li {
  margin: 0;
}
@media screen and (max-width: 767px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a {
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    display: block;
    position: absolute;
    height: 55px;
    width: 40px;
    background: rgba(255, 255, 255, 0.25);
    top: 50%;
    margin-top: -27px;
    z-index: 9;
  }
  /* line 138, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  /* line 143, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    width: 27px;
    height: 27px;
    margin-top: -13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 15px;
  }
  /* line 156, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a.flex-next {
    left: auto;
    right: 0;
  }
  /* line 160, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a.flex-next:after {
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50%;
    /*margin-left: -($container-sm/2 - 20);*/
    margin-top: -25px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  /* line 184, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a.flex-next {
    left: auto;
    margin-left: 0;
    right: 20px;
    /*margin-right: -($container-sm/2 - 10);*/
    border-left: 0;
    border-right: 3px solid #fff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 194, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a:hover, .page-template-multiplayer .flexslider .flex-direction-nav li a:active, .page-template-multiplayer .flexslider .flex-direction-nav li a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1076px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a {
    left: 50%;
    margin-left: -517px;
  }
  /* line 205, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a.flex-next {
    right: 50%;
    margin-right: -517px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a {
    margin-left: -575px;
  }
  /* line 214, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a.flex-next {
    margin-right: -575px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a {
    margin-left: -620px;
  }
  /* line 222, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav li a.flex-next {
    margin-right: -620px;
  }
}

@media screen and (min-width: 768px) {
  /* line 118, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-direction-nav {
    display: block;
  }
}
/* line 236, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider .flex-control-paging {
  display: none;
}
/* line 240, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider .flex-control-thumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding-left: 0;
  text-align: center;
}
/* line 246, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider .flex-control-thumbs li {
  display: inline-block;
  width: 20%;
}
/* line 250, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider .flex-control-thumbs li img {
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  /* line 240, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-control-thumbs {
    width: 83.3333%;
    margin-left: 8.3333%;
  }
}
@media screen and (max-width: 767px) {
  /* line 240, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider .flex-control-thumbs {
    display: none;
  }
}
/* line 277, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 40px 0;
  text-align: center;
}
/* line 283, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel li {
  display: inline-block;
  width: 20%;
}
/* line 287, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel li figure {
  border: 2px solid transparent;
  margin: auto;
  display: inline-block;
  max-width: 100%;
}
/* line 293, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel li figure:hover {
  border: 2px solid #aa1e21;
}
/* line 296, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel li figure:hover img {
  border: 1px solid #aa1e21;
}
/* line 301, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel li figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
}
/* line 317, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel li.flex-active-slide figure {
  border: 2px solid #aa1e21;
}
/* line 320, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel li.flex-active-slide figure img {
  border: 1px solid #aa1e21;
}
/* line 327, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel .flex-control-paging {
  display: block;
  list-style-type: none;
  position: absolute;
  bottom: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
/* line 338, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel .flex-control-paging li {
  margin: 0;
  display: inline-block;
  padding: 0 7px;
  width: auto;
}
/* line 344, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel .flex-control-paging li a {
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}
/* line 357, ../scss/_multiplayer.scss */
.page-template-multiplayer .flexslider#carousel .flex-control-paging li a:hover, .page-template-multiplayer .flexslider#carousel .flex-control-paging li a:active, .page-template-multiplayer .flexslider#carousel .flex-control-paging li a:focus, .page-template-multiplayer .flexslider#carousel .flex-control-paging li a.flex-active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ac1c1a;
}
@media screen and (min-width: 768px) {
  /* line 277, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider#carousel {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 277, ../scss/_multiplayer.scss */
  .page-template-multiplayer .flexslider#carousel {
    display: none;
  }
}

/* line 1, ../scss/_gif-wall.scss */
.gif-wall {
  margin: 0 -7px;
}
/* line 4, ../scss/_gif-wall.scss */
.gif-wall .item {
  width: 100%;
  padding: 0 7px 13px;
  position: relative;
  /*&:hover {
      img.gif {
          z-index: 2;
      }
  }*/
}
/* line 9, ../scss/_gif-wall.scss */
.gif-wall .item img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
/* line 16, ../scss/_gif-wall.scss */
.gif-wall .item img.still {
  position: relative;
}
/* line 20, ../scss/_gif-wall.scss */
.gif-wall .item img.gif, .gif-wall .item img.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
/* line 29, ../scss/_gif-wall.scss */
.gif-wall .item img.spinner {
  margin: -25px 0 0 -25px;
  top: 50%;
  left: 50%;
  position: absolute;
}
/* line 41, ../scss/_gif-wall.scss */
.gif-wall .item.gifLoaded img.gif {
  z-index: 3;
}
@media screen and (min-width: 480px) {
  /* line 54, ../scss/_gif-wall.scss */
  .gif-wall .item {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 61, ../scss/_gif-wall.scss */
  .gif-wall .item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1076px) {
  /* line 67, ../scss/_gif-wall.scss */
  .gif-wall .item {
    width: 40%;
  }
  /* line 70, ../scss/_gif-wall.scss */
  .gif-wall .item.small {
    width: 20%;
  }
  /* line 73, ../scss/_gif-wall.scss */
  .gif-wall .item.small.last {
    padding-bottom: 0;
    margin-top: -2px;
  }
  /* line 78, ../scss/_gif-wall.scss */
  .gif-wall .item.small .inner,
  .gif-wall .item.small img.still {
    height: 167px;
  }
  /* line 84, ../scss/_gif-wall.scss */
  .gif-wall .item.fix {
    padding-bottom: 12px;
  }
  /* line 88, ../scss/_gif-wall.scss */
  .gif-wall .item .inner,
  .gif-wall .item img.still {
    height: 346px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 98, ../scss/_gif-wall.scss */
  .gif-wall .item.small .inner,
  .gif-wall .item.small img.still,
  .gif-wall .item.small img.gif {
    height: 188px;
  }
  /* line 105, ../scss/_gif-wall.scss */
  .gif-wall .item .inner,
  .gif-wall .item img.still {
    height: 387px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 115, ../scss/_gif-wall.scss */
  .gif-wall .item.small .inner,
  .gif-wall .item.small img.still,
  .gif-wall .item.small img.gif {
    height: 203px;
  }
  /* line 122, ../scss/_gif-wall.scss */
  .gif-wall .item .inner,
  .gif-wall .item img.still {
    height: 417px;
  }
}

/* line 134, ../scss/_gif-wall.scss */
.gif-wall .item.lazy-load {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.75s ease-in;
  -o-transition: opacity 0.75s ease-in;
  transition: opacity 0.75s ease-in;
}
/* line 138, ../scss/_gif-wall.scss */
.gif-wall .item.lazy-load img.still {
  width: 100%;
}
/* line 143, ../scss/_gif-wall.scss */
.gif-wall .item.lazy-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 147, ../scss/_gif-wall.scss */
.gif-wall .item .inner {
  position: relative;
  overflow: hidden;
}
/* line 151, ../scss/_gif-wall.scss */
.gif-wall .item .inner footer {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
}
/* line 157, ../scss/_gif-wall.scss */
.gif-wall .item .inner footer a,
.gif-wall .item .inner footer button {
  display: inline-block;
  font-size: 17px;
  font-family: "Lato", Calibri, Arial, sans-serif;
  color: #fff;
  background: url(../images/bg/black-60.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  padding: 2px 10px;
  margin-right: 2px;
  position: relative;
  border: none;
}
/* line 171, ../scss/_gif-wall.scss */
.gif-wall .item .inner footer a.favorite,
.gif-wall .item .inner footer button.favorite {
  padding: 2px 10px 2px 35px;
}
/* line 174, ../scss/_gif-wall.scss */
.gif-wall .item .inner footer a.favorite:before, .gif-wall .item .inner footer a.favorite:after,
.gif-wall .item .inner footer button.favorite:before,
.gif-wall .item .inner footer button.favorite:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 4px;
  left: 10px;
  background: url(../images/icons/heart-sm.png) no-repeat 0 0 scroll transparent;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 174, ../scss/_gif-wall.scss */
  .gif-wall .item .inner footer a.favorite:before, .gif-wall .item .inner footer a.favorite:after,
  .gif-wall .item .inner footer button.favorite:before,
  .gif-wall .item .inner footer button.favorite:after {
    background: url(../images/icons/heart-sm@2x.png) no-repeat 0 0 scroll transparent;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 174, ../scss/_gif-wall.scss */
  .gif-wall .item .inner footer a.favorite:before, .gif-wall .item .inner footer a.favorite:after,
  .gif-wall .item .inner footer button.favorite:before,
  .gif-wall .item .inner footer button.favorite:after {
    top: 6px;
  }
}
/* line 195, ../scss/_gif-wall.scss */
.gif-wall .item .inner footer a.favorite:after,
.gif-wall .item .inner footer button.favorite:after {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: 0 100%;
  height: 0;
  top: 22px;
}
@media screen and (min-width: 768px) {
  /* line 195, ../scss/_gif-wall.scss */
  .gif-wall .item .inner footer a.favorite:after,
  .gif-wall .item .inner footer button.favorite:after {
    top: 24px;
  }
}
/* line 208, ../scss/_gif-wall.scss */
.gif-wall .item .inner footer a.favorited:after,
.gif-wall .item .inner footer button.favorited:after {
  height: 18px;
  top: 4px;
}
@media screen and (min-width: 768px) {
  /* line 208, ../scss/_gif-wall.scss */
  .gif-wall .item .inner footer a.favorited:after,
  .gif-wall .item .inner footer button.favorited:after {
    top: 6px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 222, ../scss/_gif-wall.scss */
  .gif-wall .item .inner footer {
    -webkit-transition: bottom 0.2s ease-in-out;
    -o-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    bottom: -50px;
  }
  /* line 227, ../scss/_gif-wall.scss */
  .gif-wall .item:hover .inner footer {
    bottom: 10px;
  }
}

/* line 1, ../scss/_gif-wall-header.scss */
.gif-wall-header {
  text-align: center;
  overflow: hidden;
}
/* line 5, ../scss/_gif-wall-header.scss */
.gif-wall-header .inner {
  position: relative;
  z-index: 1;
  padding: 135px 0 35px;
}
/* line 11, ../scss/_gif-wall-header.scss */
.gif-wall-header a.btn {
  margin: 15px 0;
}
/* line 17, ../scss/_gif-wall-header.scss */
.gif-wall-header .animation-container {
  -moz-transform: translate(-50%, -170px);
  -ms-transform: translate(-50%, -170px);
  -webkit-transform: translate(-50%, -170px);
  transform: translate(-50%, -170px);
  width: 1231px;
  height: 512px;
  max-width: 100%;
  position: absolute;
  overflow: hidden;
  top: 200px;
  left: 50%;
}
/* line 27, ../scss/_gif-wall-header.scss */
.gif-wall-header .animation-container .animation {
  -moz-transform: translateX(214px);
  -ms-transform: translateX(214px);
  -webkit-transform: translateX(214px);
  transform: translateX(214px);
  content: '';
  position: absolute;
  display: block;
  width: 322px;
  height: 346px;
  top: 169px;
  left: 50%;
  z-index: 1;
  background: url(/static-html/markup/images/bullets-animation.png) no-repeat 0 0 scroll transparent;
}
/* line 40, ../scss/_gif-wall-header.scss */
.gif-wall-header .animation-container .snow {
  content: '';
  position: absolute;
  width: 100%;
  height: 512px;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/wp/wp-content/themes/uncharted/assets/images/gif-wall/SnowSprite_Revised.png) no-repeat 50% 0 scroll transparent;
}
/* line 51, ../scss/_gif-wall-header.scss */
.gif-wall-header .animation-container .bg {
  content: '';
  position: absolute;
  width: 100%;
  height: 512px;
  background: url(/wp/wp-content/themes/uncharted/assets/images/gif-wall/gif-wall-header.png) no-repeat 50% 0 scroll transparent;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  /* line 1, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  /* line 9, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .table-wrap,
  .gif-wall-filter .table-cell {
    display: block;
    width: 100%;
  }
  /* line 15, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter h3 {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    background-color: #771614;
    padding: 7px 12px;
    margin: 0;
    position: relative;
  }
  /* line 22, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter h3 span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -8px;
    right: 12px;
    background-color: #611210;
    border: 3px solid #771614;
  }
  /* line 34, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter h3 span:before, .gif-wall-filter h3 span:after {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    content: '';
    width: 3px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    left: 11px;
    top: 11px;
  }
  /* line 47, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter h3 span:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 4px;
    left: 18px;
  }
  /* line 56, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter h3.active span:before, .gif-wall-filter h3.active span:after {
    height: 26px;
    width: 2px;
    left: 16px;
    top: 4px;
  }
  /* line 64, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter h3.active span:after {
    left: 16px;
    top: 4px;
  }
  /* line 72, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters {
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    list-style-type: none;
    padding: 0;
  }
  /* line 80, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters.expanded {
    max-height: 700px;
  }
  /* line 84, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li {
    display: block;
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
  }
  /* line 90, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li button {
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    display: block;
    width: 100%;
    background-color: rgba(85, 85, 85, 0.98);
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 16px;
  }
  /* line 100, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li button:hover {
    background-color: rgba(121, 22, 20, 0.98);
  }
  /* line 105, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
  }
  /* line 111, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul:after {
    content: " ";
    display: table;
    clear: both;
  }
  /* line 117, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul li {
    width: 50%;
    float: left;
    margin: 0;
    border-top: 1px solid #fff;
  }
  /* line 123, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul li:nth-child(2n + 1) {
    border-right: 1px solid #fff;
  }
  /* line 127, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul li button {
    font-size: 15px;
    padding: 14px;
    background-color: rgba(124, 124, 124, 0.98);
    text-transform: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter {
    border-bottom: 1px solid #181818;
    padding-bottom: 45px;
  }
  /* line 146, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .table-cell {
    display: block;
  }
  /* line 150, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter h3 {
    font-size: 20px;
    color: #181818;
    margin: 0;
  }
  /* line 156, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters {
    display: table;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #181818;
    list-style-type: none;
  }
  /* line 166, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li {
    display: table-cell;
    border-right: 1px solid #181818;
    padding: 0 10px;
    position: relative;
  }
  /* line 172, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ac1c1a;
  }
  /* line 185, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > button {
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 18px;
    font-family: "Lato", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #181818;
    font-weight: 700;
  }
  /* line 195, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > button:hover, .gif-wall-filter .gif-filters > li > button:focus, .gif-wall-filter .gif-filters > li > button:active {
    color: #ac1c1a;
  }
  /* line 202, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li button {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
    border: none;
    background: none;
  }
  /* line 210, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li:last-child {
    border-right: none;
  }
  /* line 214, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  /* line 225, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul > li {
    display: inline-block;
    padding: 0 10px;
  }
  /* line 229, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul > li button {
    font-size: 15px;
    font-family: "Lato", Calibri, Arial, sans-serif;
    font-weight: 400;
    color: #181818;
  }
  /* line 237, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li > ul > li.selected > button {
    color: #ac1c1a;
  }
  /* line 245, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li.selected:after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 249, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li.selected > button {
    color: #ac1c1a;
  }
  /* line 253, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li.selected > ul {
    display: block;
  }
}
@media screen and (min-width: 1076px) {
  /* line 262, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .table-cell {
    display: table-cell;
  }
}
@media (max-height: 650px) and (max-width: 767px) {
  /* line 268, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .gif-filters > li button {
    font-size: 14px;
    padding: 12px;
    line-height: 14px;
  }
}

/* Pin on scroll styles */
/* line 277, ../scss/_gif-wall-filters.scss */
.gif-wall-filter.static .container {
  width: auto !important;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 284, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper {
    height: 137px;
    margin-bottom: 10px;
  }
  /* line 288, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  /* line 292, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed {
    background-color: #860f11;
    color: #fff;
    position: fixed;
    left: 0;
    top: 70px;
    right: 0;
    z-index: 20;
    padding-top: 10px;
    border-bottom: none;
  }
  /* line 303, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed h3 {
    color: #fff;
  }
  /* line 307, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters {
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #fff;
  }
  /* line 311, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li {
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border-color: #fff;
  }
  /* line 315, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li:after {
    border-color: transparent transparent #fff;
  }
  /* line 319, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li > button {
    color: #fff;
  }
  /* line 322, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li > button:hover, .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li > button:focus, .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li > button:active {
    color: #fff;
  }
  /* line 331, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li > ul > li button {
    color: #fff;
  }
  /* line 336, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li > ul > li.selected > button {
    color: #fff;
  }
  /* line 344, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed .gif-filters > li.selected > button {
    color: #fff;
  }
}
@media screen and (min-width: 1076px) {
  /* line 355, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper {
    height: 97px;
  }
  /* line 358, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter-wrapper .gif-wall-filter.fixed {
    top: 101px;
  }
}
@media screen and (max-width: 767px) {
  /* line 366, ../scss/_gif-wall-filters.scss */
  .gif-wall-filter .container {
    width: auto !important;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1076px) {
  /* line 3, ../scss/_giferator.scss */
  .gif-generator-header .controls-wrapper {
    padding-top: 25px;
    height: 129px;
  }
}
/* line 8, ../scss/_giferator.scss */
.gif-generator-header .controls {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  padding: 10px 0;
}
/* line 12, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav,
.gif-generator-header .controls button.control-nav {
  float: left;
  position: relative;
  display: block;
  width: 55px;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #1a0902;
  margin-top: 85px;
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 12, ../scss/_giferator.scss */
  .gif-generator-header .controls a.control-nav,
  .gif-generator-header .controls button.control-nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 1075px) {
  /* line 12, ../scss/_giferator.scss */
  .gif-generator-header .controls a.control-nav,
  .gif-generator-header .controls button.control-nav {
    margin-top: 0;
  }
}
/* line 37, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav span,
.gif-generator-header .controls button.control-nav span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  display: block;
  width: 55px;
  height: 55px;
  background-color: #8c1113;
  border: 3px solid transparent;
}
/* line 47, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav span:before, .gif-generator-header .controls a.control-nav span:after,
.gif-generator-header .controls button.control-nav span:before,
.gif-generator-header .controls button.control-nav span:after {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: '';
  width: 3px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 16px;
}
/* line 60, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav span:after,
.gif-generator-header .controls button.control-nav span:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 25px;
  top: 21px;
}
/* line 68, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav.next,
.gif-generator-header .controls button.control-nav.next {
  float: right;
}
/* line 71, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav.next span,
.gif-generator-header .controls button.control-nav.next span {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* line 78, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav.disabled span, .gif-generator-header .controls a.control-nav[disabled] span,
.gif-generator-header .controls button.control-nav.disabled span,
.gif-generator-header .controls button.control-nav[disabled] span {
  background-color: transparent;
  border: 3px solid #1a0902;
}
/* line 82, ../scss/_giferator.scss */
.gif-generator-header .controls a.control-nav.disabled span:before, .gif-generator-header .controls a.control-nav.disabled span:after, .gif-generator-header .controls a.control-nav[disabled] span:before, .gif-generator-header .controls a.control-nav[disabled] span:after,
.gif-generator-header .controls button.control-nav.disabled span:before,
.gif-generator-header .controls button.control-nav.disabled span:after,
.gif-generator-header .controls button.control-nav[disabled] span:before,
.gif-generator-header .controls button.control-nav[disabled] span:after {
  background-color: #1a0902;
}
/* line 93, ../scss/_giferator.scss */
.gif-generator-header .status {
  margin: 20px 0;
  padding: 0 0 80px;
}
/* line 97, ../scss/_giferator.scss */
.gif-generator-header .status ol {
  display: block;
  margin: auto;
  width: calc(100% - 55px);
  height: 55px;
  list-style-type: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 107, ../scss/_giferator.scss */
  .gif-generator-header .status ol li[class^="step-"] {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    position: absolute;
    left: 0;
    width: 55px;
    height: 55px;
    border: 2px solid #1a0902;
    background: url(../images/icons/giferator-steps-icons.png) no-repeat 0 0 scroll transparent;
  }
  /* line 119, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.step-2 {
    left: 33.3333%;
    background-position: 33.3333333% 0;
  }
  /* line 124, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.step-3 {
    left: 66.6666%;
    background-position: 66.6666666% 0;
  }
  /* line 129, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.step-4 {
    left: 100%;
    background-position: 100% 0;
  }
  /* line 134, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.active {
    background-position: 0 -54px;
    background-color: #8c1113;
    border-color: #8c1113;
  }
  /* line 139, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.active.step-2 {
    background-position: 33.3333333% -54px;
  }
  /* line 143, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.active.step-3 {
    background-position: 66.6666666% -54px;
  }
  /* line 147, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.active.step-4 {
    background-position: 100% -54px;
  }
  /* line 152, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.spacer {
    -webkit-transition: background-position 0.5s ease-in-out;
    -o-transition: background-position 0.5s ease-in-out;
    transition: background-position 0.5s ease-in-out;
    position: absolute;
    width: calc(33% - 50px);
    height: 2px;
    top: 50%;
    margin-top: -1px;
    margin-left: -3px;
    background: url(../images/icons/giferator-steps-spacer.png) no-repeat 100% 0 scroll transparent;
  }
  /* line 162, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.spacer.spacer-step-2 {
    left: 33.33333%;
    margin-left: 27px;
  }
  /* line 167, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.spacer.spacer-step-3 {
    left: 66.66666%;
    margin-left: 27px;
  }
  /* line 175, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.active + .spacer {
    background-position: 0 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 93, ../scss/_giferator.scss */
  .gif-generator-header .status {
    margin: 0;
    padding: 0;
  }
  /* line 186, ../scss/_giferator.scss */
  .gif-generator-header .status ol {
    width: 71.54471545%;
  }
}
@media screen and (max-width: 767px) {
  /* line 93, ../scss/_giferator.scss */
  .gif-generator-header .status {
    margin: 0;
    padding: 5px 0 20px;
    clear: both;
  }
  /* line 196, ../scss/_giferator.scss */
  .gif-generator-header .status ol {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    height: 5px;
  }
  /* line 203, ../scss/_giferator.scss */
  .gif-generator-header .status ol li[class^="step-"] {
    display: block;
    float: left;
    width: 25%;
    padding: 0 5px;
    position: relative;
    margin: 0;
    height: 5px;
  }
  /* line 212, ../scss/_giferator.scss */
  .gif-generator-header .status ol li[class^="step-"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    right: 0;
    border-top: 5px solid #ccc;
  }
  /* line 222, ../scss/_giferator.scss */
  .gif-generator-header .status ol li[class^="step-"].active:after {
    border-color: #8c1113;
  }
  /* line 228, ../scss/_giferator.scss */
  .gif-generator-header .status ol li.spacer {
    display: none;
  }
}

/* line 238, ../scss/_giferator.scss */
.gif-generator.step {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
/* line 242, ../scss/_giferator.scss */
.gif-generator.step h2 {
  text-shadow: none;
  text-align: center;
  color: #181818;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1em;
}
/* line 254, ../scss/_giferator.scss */
.gif-generator.step#step-1 {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

/* line 261, ../scss/_giferator.scss */
.image-wrapper {
  position: relative;
  margin-bottom: 25px;
  float: left;
  width: 50%;
  padding: 0 7px;
  cursor: pointer;
}
/* line 269, ../scss/_giferator.scss */
.image-wrapper .inner {
  position: relative;
  padding: 86.25% 0 0;
}
/* line 273, ../scss/_giferator.scss */
.image-wrapper .inner .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*padding: 0 0 86.25%;*/
  overflow: hidden;
}
/* line 281, ../scss/_giferator.scss */
.image-wrapper .inner .images .frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
/* line 290, ../scss/_giferator.scss */
.image-wrapper .inner .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 296, ../scss/_giferator.scss */
.image-wrapper .inner .images img.still {
  position: relative;
  z-index: 1;
}
/* line 301, ../scss/_giferator.scss */
.image-wrapper .inner .images img.gif {
  z-index: 0;
}
/* line 305, ../scss/_giferator.scss */
.image-wrapper .inner .images img.spinner {
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -26px 0 0 -26px;
  width: 51px;
  height: 51px;
}
/* line 316, ../scss/_giferator.scss */
.image-wrapper .inner .images.gifLoaded.play img.gif {
  z-index: 3;
}
/* line 322, ../scss/_giferator.scss */
.image-wrapper .inner .caption {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 400;
  color: #1a0902;
  margin-top: 10px;
  text-align: center;
}
/* line 334, ../scss/_giferator.scss */
.image-wrapper.selected .inner .images .frame {
  border: 4px solid #8c1113;
}
/* line 338, ../scss/_giferator.scss */
.image-wrapper.selected .inner .caption {
  color: #8c1113;
}
/* line 349, ../scss/_giferator.scss */
.image-wrapper.selected .inner .images img.gif {
  z-index: 3 !important;
}
@media screen and (min-width: 768px) {
  /* line 261, ../scss/_giferator.scss */
  .image-wrapper {
    width: 33.33333%;
  }
}

/* line 365, ../scss/_giferator.scss */
.gif-generator-header .controls.static .container {
  width: auto !important;
  padding-right: 0;
  padding-left: 0;
}
/* line 371, ../scss/_giferator.scss */
.gif-generator-header .controls.fixed {
  background-color: #860f11;
  color: #fff;
  position: fixed;
  left: 0;
  top: 70px;
  right: 0;
  z-index: 20;
  border-bottom: none;
}
/* line 381, ../scss/_giferator.scss */
.gif-generator-header .controls.fixed a.control-nav,
.gif-generator-header .controls.fixed button.control-nav {
  color: #fff;
}
/* line 385, ../scss/_giferator.scss */
.gif-generator-header .controls.fixed a.control-nav span,
.gif-generator-header .controls.fixed button.control-nav span {
  background-color: #1a0902;
}
/* line 391, ../scss/_giferator.scss */
.gif-generator-header .controls.fixed a.control-nav.disabled span, .gif-generator-header .controls.fixed a.control-nav[disabled] span,
.gif-generator-header .controls.fixed button.control-nav.disabled span,
.gif-generator-header .controls.fixed button.control-nav[disabled] span {
  border-color: #fff;
  background-color: transparent;
}
/* line 395, ../scss/_giferator.scss */
.gif-generator-header .controls.fixed a.control-nav.disabled span:before, .gif-generator-header .controls.fixed a.control-nav.disabled span:after, .gif-generator-header .controls.fixed a.control-nav[disabled] span:before, .gif-generator-header .controls.fixed a.control-nav[disabled] span:after,
.gif-generator-header .controls.fixed button.control-nav.disabled span:before,
.gif-generator-header .controls.fixed button.control-nav.disabled span:after,
.gif-generator-header .controls.fixed button.control-nav[disabled] span:before,
.gif-generator-header .controls.fixed button.control-nav[disabled] span:after {
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  /* line 407, ../scss/_giferator.scss */
  .gif-generator-header .controls.fixed .status ol li[class^="step-"].active {
    background-color: transparent;
    border-color: #fff;
  }
  /* line 413, ../scss/_giferator.scss */
  .gif-generator-header .controls.fixed .status ol li.spacer {
    z-index: -1;
    background-position: 100% -2px;
  }
  /* line 418, ../scss/_giferator.scss */
  .gif-generator-header .controls.fixed .status ol li.active + .spacer {
    background-position: 0 -2px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 364, ../scss/_giferator.scss */
  .gif-generator-header .controls {
    height: 97px;
  }
  /* line 429, ../scss/_giferator.scss */
  .gif-generator-header .controls.fixed {
    top: 101px;
  }
}
@media screen and (max-width: 767px) {
  /* line 436, ../scss/_giferator.scss */
  .gif-generator-header .controls .container {
    width: auto !important;
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 1, ../scss/_giferator-step-3.scss */
.gif-generator#step-3 {
  padding-bottom: 100px;
}

/* line 5, ../scss/_giferator-step-3.scss */
.gif-smash {
  position: relative;
  padding-top: 86.25%;
}
/* line 9, ../scss/_giferator-step-3.scss */
.gif-smash .background,
.gif-smash .foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 17, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  width: 66.66%;
  height: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.3);
  padding: 0 1.5%;
}
/* line 27, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  border: none;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  resize: none;
  overflow: hidden;
  z-index: 1;
  -webkit-appearance: none;
  width: 97%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  white-space: normal;
  word-wrap: normal;
}
/* line 48, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption textarea::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* line 53, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption textarea:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* line 58, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption textarea::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* line 63, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption textarea:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* line 69, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption .text-fill {
  position: absolute;
  max-width: 97%;
  top: 0;
  right: 1.5%;
  bottom: 0;
  left: 1.5%;
  height: 100%;
  color: transparent;
  background-color: transparent;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 0;
}
/* line 84, ../scss/_giferator-step-3.scss */
.gif-smash .add-caption .text-fill span {
  line-height: 1.2em;
}
/* line 90, ../scss/_giferator-step-3.scss */
.no-touchevents .gif-smash .add-caption .text-fill span {
  line-height: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 104, ../scss/_giferator-step-3.scss */
.character-count {
  color: #181818;
  font-size: 18px;
  margin: 1em 0;
}

/* line 111, ../scss/_giferator-step-3.scss */
.meme-accordion h3 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #181818;
}
/* line 122, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-heading h4 {
  margin: 0;
}
/* line 125, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-heading h4 a {
  display: block;
  position: relative;
  margin-bottom: 3px;
  padding: 10px 20px;
  background-color: #8c1113;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 136, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-heading h4 a span {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: -5px;
  top: 50%;
  right: 20px;
}
/* line 147, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-heading h4 a span:before, .meme-accordion .panel .panel-heading h4 a span:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 15px;
  top: 0;
  left: 0;
  background-color: #fff;
}
/* line 159, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-heading h4 a span:after {
  height: 2px;
  width: 15px;
}
/* line 165, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-heading h4 a.collapsed span {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -11px;
}
/* line 173, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-collapse {
  background: rgba(149, 111, 67, 0.3);
  padding: 1px 20px;
  margin-top: -3px;
}
/* line 178, ../scss/_giferator-step-3.scss */
.meme-accordion .panel .panel-collapse button {
  background: none;
  border: none;
  display: block;
  margin: 1.2em 0;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #1a0902;
}
/* line 191, ../scss/_giferator-step-3.scss */
.meme-accordion .random-quote-generator {
  text-align: center;
  margin-top: 1em;
}
/* line 195, ../scss/_giferator-step-3.scss */
.meme-accordion .random-quote-generator .button-random {
  background: #8c1113;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border: none;
  box-shadow: none;
}

/* line 1, ../scss/_giferator-step-4.scss */
.banned-message,
.profanity-message,
.spam-message {
  display: none;
  font-size: 20px;
  color: #181818;
  font-weight: 700;
  text-align: center;
}

/* line 11, ../scss/_giferator-step-4.scss */
.banned .banned-message {
  display: block;
}

/* line 15, ../scss/_giferator-step-4.scss */
.profanity .profanity-message {
  display: block;
}

/* line 19, ../scss/_giferator-step-4.scss */
.spam .spam-message {
  display: block;
}

/* line 23, ../scss/_giferator-step-4.scss */
.banned .gif-preview,
.spam .gif-preview,
.profanity .gif-preview {
  display: none;
}

/* line 31, ../scss/_giferator-step-4.scss */
.gif-generator.step.creating-gif {
  display: none;
  text-align: center;
}
/* line 35, ../scss/_giferator-step-4.scss */
.gif-generator.step.creating-gif h2 {
  font-size: 35px;
  color: #8c1113;
  margin-bottom: 0.25em;
}
/* line 41, ../scss/_giferator-step-4.scss */
.gif-generator.step.creating-gif h3 {
  font-size: 25px;
  font-weight: 400;
  color: #181818;
  text-transform: uppercase;
}

/* line 50, ../scss/_giferator-step-4.scss */
.gif-preview {
  width: 100%;
}
/* line 53, ../scss/_giferator-step-4.scss */
.gif-preview img {
  max-width: 100%;
  height: auto;
}
/* line 60, ../scss/_giferator-step-4.scss */
.gif-preview .table-cell button {
  background: #181818;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border: none;
  box-shadow: none;
  margin: 1em 0;
}
/* line 73, ../scss/_giferator-step-4.scss */
.gif-preview .table-cell:last-child {
  text-align: right;
}
/* line 76, ../scss/_giferator-step-4.scss */
.gif-preview .table-cell:last-child button {
  background: #8c1113;
}
@media screen and (min-width: 630px) {
  /* line 50, ../scss/_giferator-step-4.scss */
  .gif-preview {
    width: 600px;
    margin: auto;
  }
}
@media screen and (max-width: 525px) {
  /* line 88, ../scss/_giferator-step-4.scss */
  .gif-preview .table-cell {
    display: block;
    text-align: center;
  }
  /* line 92, ../scss/_giferator-step-4.scss */
  .gif-preview .table-cell:last-child {
    text-align: center;
  }
}

/* line 1, ../scss/_giferator-detail.scss */
.gif-detail {
  padding: 60px 0;
}
/* line 4, ../scss/_giferator-detail.scss */
.gif-detail > .table-wrap {
  max-width: 600px;
  margin: auto;
  display: block;
}
/* line 9, ../scss/_giferator-detail.scss */
.gif-detail > .table-wrap > .table-cell {
  background-color: #302f2d;
  display: block;
}
/* line 16, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta {
  padding: 25px 25px 120px;
  vertical-align: top;
  position: relative;
}
/* line 21, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .btn-alt {
  padding: 9px 20px 8px;
  line-height: 1.6em;
}
/* line 26, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif {
  background-color: #222220;
  height: 46px;
  clear: both;
  margin: 0 0 15px;
}
/* line 32, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif button {
  position: relative;
  height: 46px;
  width: 46px;
  background-color: #8c1113;
  border: none;
  float: left;
  display: block;
}
/* line 41, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif button:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #8c1113;
}
/* line 55, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif button span {
  display: block;
  width: 27px;
  height: 25px;
  position: absolute;
  top: 11px;
  left: 9px;
}
/* line 63, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif button span:before, .gif-detail .detail-meta .like-gif button span:after {
  content: '';
  position: absolute;
  display: block;
  width: 27px;
  height: 25px;
  top: 0;
  left: 0;
  background: url(/wp/wp-content/themes/uncharted/assets/images/icons/heart-lg.png) no-repeat 0 0 scroll transparent;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 63, ../scss/_giferator-detail.scss */
  .gif-detail .detail-meta .like-gif button span:before, .gif-detail .detail-meta .like-gif button span:after {
    background-image: url(/wp/wp-content/themes/uncharted/assets/images/icons/heart-lg@2x.png);
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
/* line 80, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif button span:after {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: 0 100%;
  height: 0;
  top: 25px;
}
/* line 89, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif button:hover span {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 98, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif button.liked span:after {
  top: 0;
  height: 25px;
}
/* line 106, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .like-gif span.count {
  display: block;
  float: left;
  height: 46px;
  padding: 0 14px;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
/* line 118, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .share-expand {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 121, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .share-expand.active {
  width: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
/* line 129, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .share-gif {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
  max-width: 0;
  height: 46px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  line-height: 46px;
  background-color: #222220;
}
/* line 139, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .share-gif a {
  margin-right: 5px;
}
/* line 142, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .share-gif a:last-child {
  margin-right: 0;
}
/* line 147, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .share-gif.expand {
  padding: 0 14px;
  max-width: 250px;
}
@media screen and (min-width: 480px) {
  /* line 129, ../scss/_giferator-detail.scss */
  .gif-detail .detail-meta .share-gif {
    font-size: 27px;
  }
}
/* line 157, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .short-url {
  display: table;
  width: 100%;
  background-color: #222220;
  border: none;
  padding: 0;
  margin: 0 0 28px;
  white-space: nowrap;
}
/* line 166, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .short-url span {
  padding: 9px 10px 8px;
  display: table-cell;
  background-color: #8c1113;
}
/* line 171, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .short-url span.url {
  background-color: #222220;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  /* line 166, ../scss/_giferator-detail.scss */
  .gif-detail .detail-meta .short-url span {
    padding: 9px 20px 8px;
  }
}
/* line 180, ../scss/_giferator-detail.scss */
.touchevents .gif-detail .detail-meta .short-url span {
  text-align: center;
}
/* line 183, ../scss/_giferator-detail.scss */
.touchevents .gif-detail .detail-meta .short-url span:first-child {
  display: none;
}
/* line 189, ../scss/_giferator-detail.scss */
.no-flash.no-touchevents .gif-detail .detail-meta .short-url {
  display: none;
}
/* line 194, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .no-flash-url {
  padding: 9px 10px 8px;
  background-color: #222220;
  white-space: nowrap;
  margin: 0 0 28px;
  width: 100%;
  border: none;
  position: relative;
  display: none;
}
/* line 204, ../scss/_giferator-detail.scss */
.no-flash.no-touchevents .gif-detail .detail-meta .no-flash-url {
  display: block;
}
/* line 210, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .hashtags a,
.gif-detail .detail-meta .hashtags button {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  margin: 0 6px 10px 0;
  padding: 4px 20px 3px;
  background-color: #6d6f71;
  font-size: 16px;
}
/* line 220, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta .hashtags a:hover,
.gif-detail .detail-meta .hashtags button:hover {
  background-color: #8c1113;
}
/* line 226, ../scss/_giferator-detail.scss */
.gif-detail .detail-meta footer {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}
@media screen and (min-width: 768px) {
  /* line 235, ../scss/_giferator-detail.scss */
  .gif-detail .detail-meta {
    padding: 25px 25px 100px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 241, ../scss/_giferator-detail.scss */
  .gif-detail > .table-wrap {
    max-width: 1040px;
    margin: auto;
    display: table;
  }
  /* line 246, ../scss/_giferator-detail.scss */
  .gif-detail > .table-wrap > .table-cell {
    display: table-cell;
  }
  /* line 251, ../scss/_giferator-detail.scss */
  .gif-detail .detail-meta {
    width: 440px;
    padding: 25px;
  }
}

@-moz-keyframes pulsate {
  0%, 100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes pulsate {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes pulsate {
  0%, 100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/* line 3, ../scss/_flip.scss */
.flip .flip-header {
  background: url(/wp/wp-content/mu-plugins/uncharted-flip/images/default/flip-header-mobile.png) no-repeat 50% 25px scroll transparent;
  margin: 0;
  text-align: right;
  height: 115px;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}
/* line 12, ../scss/_flip.scss */
[lang="fr-CA"] .flip .flip-header {
  background-image: url(/wp/wp-content/mu-plugins/uncharted-flip/images/default/fr-flip-header-mobile.png);
}
@media screen and (min-width: 768px) {
  /* line 3, ../scss/_flip.scss */
  .flip .flip-header {
    background-image: url(/wp/wp-content/mu-plugins/uncharted-flip/images/default/flip-header.png);
    background-position: 50% 0;
    height: 157px;
    padding-top: 60px;
    margin-top: -60px;
  }
  /* line 24, ../scss/_flip.scss */
  [lang="fr-CA"] .flip .flip-header {
    background-image: url(/wp/wp-content/mu-plugins/uncharted-flip/images/default/fr-flip-header.png);
  }
}
/* line 29, ../scss/_flip.scss */
.flip .flip-header a.logo-link {
  display: block;
  position: absolute;
  width: 198px;
  height: 100px;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  /* line 29, ../scss/_flip.scss */
  .flip .flip-header a.logo-link {
    height: 157px;
    width: 338px;
    top: 0;
  }
}
/* line 49, ../scss/_flip.scss */
.flip .flip-header ul {
  list-style-type: none;
}
/* line 52, ../scss/_flip.scss */
.flip .flip-header ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 62, ../scss/_flip.scss */
.flip .flip-header ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 73, ../scss/_flip.scss */
.flip .flip-header ul li:last-child {
  padding-right: 0;
}
/* line 77, ../scss/_flip.scss */
.flip .flip-header ul li:last-child::after {
  display: none;
}
/* line 81, ../scss/_flip.scss */
.flip .flip-header ul li a {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
}
@media screen and (min-width: 768px) {
  /* line 52, ../scss/_flip.scss */
  .flip .flip-header ul li {
    font-size: 15px;
    line-height: 15px;
    padding: 0 15px;
  }
  /* line 90, ../scss/_flip.scss */
  .flip .flip-header ul li::after {
    height: 15px;
  }
}
/* line 98, ../scss/_flip.scss */
.flip .help-block {
  color: #a52229;
  font-size: 15px;
  line-height: 17px;
  background-color: #F3BBBB;
  text-align: center;
}
/* line 106, ../scss/_flip.scss */
.flip .flash-error {
  color: #a52229;
  font-size: 20px;
  line-height: 24px;
  background-color: #F3BBBB;
  text-align: center;
}
/* line 114, ../scss/_flip.scss */
.flip .flash-error li {
  list-style-type: none;
}
/* line 120, ../scss/_flip.scss */
.flip .modal .modal-dialog {
  max-width: 737px;
  margin-left: auto;
  margin-right: auto;
}
/* line 125, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content {
  background-image: url(../images/flip/flip-modal-bg.jpg);
  padding: 20px 40px;
}
/* line 129, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .close {
  -moz-transform: scale(0.8) rotate(45deg);
  -ms-transform: scale(0.8) rotate(45deg);
  -webkit-transform: scale(0.8) rotate(45deg);
  transform: scale(0.8) rotate(45deg);
  top: 4px;
  right: 4px;
}
/* line 135, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-color: #8d8d8d;
}
/* line 139, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header img {
  margin-bottom: 10px;
}
/* line 143, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header .toggle-panes {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}
/* line 148, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
/* line 157, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li::after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #8d8d8d;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 168, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li:first-child {
  padding-left: 0;
}
/* line 172, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li:last-child::after {
  display: none;
}
/* line 176, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li a {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #8d8d8d;
}
/* line 181, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li a.active {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 148, ../scss/_flip.scss */
  .flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li {
    font-size: 18px;
    line-height: 18px;
    padding: 0 10px;
  }
  /* line 191, ../scss/_flip.scss */
  .flip .modal .modal-dialog .modal-content .modal-header .toggle-panes li::after {
    top: 1px;
    right: -1px;
    height: 18px;
    width: 2px;
  }
}
/* line 202, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-body {
  padding: 0 0 40px;
}
/* line 205, ../scss/_flip.scss */
.flip .modal .modal-dialog .modal-content .modal-body h2 {
  font-size: 30px;
  text-align: center;
}
/* line 214, ../scss/_flip.scss */
.flip .modal .modal-footnote {
  font-size: 11px;
  line-height: 13px;
  margin-top: 5em;
}
/* line 219, ../scss/_flip.scss */
.flip .modal .modal-footnote p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  /* line 225, ../scss/_flip.scss */
  .flip .modal#how-to-play .modal-dialog .modal-content {
    padding: 20px;
  }
}
/* line 233, ../scss/_flip.scss */
.flip #login .not-member {
  font-size: 17px;
}
/* line 236, ../scss/_flip.scss */
.flip #login .not-member a {
  text-decoration: underline;
}
/* line 243, ../scss/_flip.scss */
.flip #canadian-math .intro {
  font-size: 17px;
}
/* line 248, ../scss/_flip.scss */
.flip #canadian-math .math .dynamic {
  font-size: 30px;
  line-height: 45px;
}
/* line 253, ../scss/_flip.scss */
.flip #canadian-math .math .equals {
  font-size: 40px;
  padding: 0 20px;
  position: relative;
  top: 5px;
  line-height: 45px;
}
/* line 261, ../scss/_flip.scss */
.flip #canadian-math .math input {
  display: inline-block;
  margin-bottom: 20px;
  width: 75px;
  text-align: center;
}
/* line 272, ../scss/_flip.scss */
.flip #static-code .intro {
  font-size: 23px;
  line-height: 1.69em;
}
/* line 276, ../scss/_flip.scss */
.flip #static-code .intro h2 {
  margin-bottom: 1em;
}
/* line 280, ../scss/_flip.scss */
.flip #static-code .intro p {
  margin: 0 0 1.5em;
}
/* line 284, ../scss/_flip.scss */
.flip #static-code .intro a {
  color: #b52b28;
}
/* line 292, ../scss/_flip.scss */
.flip #popup-modal .red-stripe {
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/default/modal-red-stripe.png") no-repeat 50% 0 scroll transparent;
  height: 140px;
  margin: 0 -40px 10px;
  padding-top: 18px;
}
@media screen and (max-width: 700px) {
  /* line 292, ../scss/_flip.scss */
  .flip #popup-modal .red-stripe {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 0;
    padding-bottom: 25%;
  }
}
/* line 305, ../scss/_flip.scss */
.flip #popup-modal .after-text {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.85);
  font-size: 16px;
  color: #b1b1b1;
}
/* line 311, ../scss/_flip.scss */
.flip #popup-modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
}
/* line 316, ../scss/_flip.scss */
.flip .how-to-play,
.flip .rules {
  font-size: 14px;
  display: none;
}
/* line 321, ../scss/_flip.scss */
.flip .how-to-play h3,
.flip .rules h3 {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 327, ../scss/_flip.scss */
.flip .how-to-play ul,
.flip .rules ul {
  padding: 0 0 30px 15px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 316, ../scss/_flip.scss */
  .flip .how-to-play,
  .flip .rules {
    font-size: 16px;
  }
  /* line 337, ../scss/_flip.scss */
  .flip .how-to-play h3,
  .flip .rules h3 {
    margin-bottom: 0;
  }
}
/* line 346, ../scss/_flip.scss */
.flip .how-to-play table tr td {
  font-size: 16px;
  padding-bottom: 10px;
  vertical-align: top;
}
/* line 351, ../scss/_flip.scss */
.flip .how-to-play table tr td:first-child {
  font-weight: 900;
  text-transform: uppercase;
}
/* line 356, ../scss/_flip.scss */
.flip .how-to-play table tr td:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 480px) {
  /* line 346, ../scss/_flip.scss */
  .flip .how-to-play table tr td {
    display: block;
  }
  /* line 364, ../scss/_flip.scss */
  .flip .how-to-play table tr td:nth-child(2) {
    display: none;
  }
}
/* line 373, ../scss/_flip.scss */
.flip .rules {
  font-size: 17px;
  line-height: 25px;
  margin-top: 20px;
  height: 425px;
}
/* line 379, ../scss/_flip.scss */
.flip .rules a:not(.btn) {
  text-decoration: underline;
}
/* line 385, ../scss/_flip.scss */
.flip .btn {
  background-image: none;
  background-color: #912927;
}
/* line 389, ../scss/_flip.scss */
.flip .btn:hover, .flip .btn:active {
  background-color: transparent;
}
/* line 395, ../scss/_flip.scss */
.flip .video-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
/* line 401, ../scss/_flip.scss */
.flip .video-link {
  display: inline-block;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}
/* line 409, ../scss/_flip.scss */
.flip .video-link img {
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}
/* line 415, ../scss/_flip.scss */
.flip .video-link::after {
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.36434109%;
  padding-bottom: 12.24806202%;
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/default/youtube-icon.png") no-repeat 0 0 scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 427, ../scss/_flip.scss */
.no-csstransforms3d .flip .video-link::after {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1, ../scss/_flip-landing.scss */
.page-template-flip-pre-promo,
.page-template-flip-landing,
.page-template-flip-pre-order-code,
.page-template-flip-registration,
.page-template-flip-registration-complete,
.page-template-flip-error,
.page-template-flip-post-promo {
  /*@include bp($screen-sm-min) {
      .flip-header {
          background-image: url('/wp/wp-content/mu-plugins/uncharted-flip/images/default/flip-header-shadow.png');
          height: 159px;
      }
  }*/
}
/* line 8, ../scss/_flip-landing.scss */
.page-template-flip-pre-promo #wrapper,
.page-template-flip-landing #wrapper,
.page-template-flip-pre-order-code #wrapper,
.page-template-flip-registration #wrapper,
.page-template-flip-registration-complete #wrapper,
.page-template-flip-error #wrapper,
.page-template-flip-post-promo #wrapper {
  background-attachment: scroll;
  overflow: hidden;
}
/* line 20, ../scss/_flip-landing.scss */
.page-template-flip-pre-promo .flip,
.page-template-flip-landing .flip,
.page-template-flip-pre-order-code .flip,
.page-template-flip-registration .flip,
.page-template-flip-registration-complete .flip,
.page-template-flip-error .flip,
.page-template-flip-post-promo .flip {
  position: relative;
}

/* line 25, ../scss/_flip-landing.scss */
.flip-landing-under-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
/* line 33, ../scss/_flip-landing.scss */
.flip-landing-under-layer .obj-left {
  position: absolute;
  right: 50%;
  margin-right: 621px;
  display: block;
}
/* line 39, ../scss/_flip-landing.scss */
.flip-landing-under-layer .obj-left.label {
  width: 239px;
  height: 300px;
  top: 0;
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/pre_promotion/obj-label-full.png") no-repeat 0 0 scroll transparent;
}
/* line 47, ../scss/_flip-landing.scss */
.flip-landing-under-layer .obj-right {
  position: absolute;
  right: 0;
  display: block;
}
/* line 52, ../scss/_flip-landing.scss */
.flip-landing-under-layer .obj-right.passport {
  width: 576px;
  height: 732px;
  top: 215px;
  right: auto;
  left: 50%;
  margin-left: 500px;
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/pre_promotion/obj-right-full.png") no-repeat 0 0 scroll transparent;
}

/* line 64, ../scss/_flip-landing.scss */
.flip-landing {
  position: relative;
  text-align: center;
  min-height: 740px;
}
/* line 73, ../scss/_flip-landing.scss */
.flip-landing .red-stripe {
  width: 100%;
  height: 197px;
  padding-top: 45px;
  margin-bottom: 20px;
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/pre_promotion/red-stripe.png") no-repeat 50% 0 scroll transparent;
}
@media screen and (max-width: 1075px) {
  /* line 73, ../scss/_flip-landing.scss */
  .flip-landing .red-stripe {
    height: 0;
    padding-top: 6%;
    padding-bottom: 14.309%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
/* line 87, ../scss/_flip-landing.scss */
.flip-landing .red-stripe a {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 93, ../scss/_flip-landing.scss */
.flip-landing .red-stripe img {
  position: relative;
  z-index: 9;
}
/* line 99, ../scss/_flip-landing.scss */
.flip-landing .red-stripe + .video-link {
  margin-top: 40px;
}
/* line 103, ../scss/_flip-landing.scss */
.flip-landing .obj-left,
.flip-landing .obj-right {
  position: absolute;
  left: 0;
  display: block;
}
/* line 109, ../scss/_flip-landing.scss */
.flip-landing .obj-left.top-left-layer,
.flip-landing .obj-right.top-left-layer {
  top: 100px;
  left: auto;
  right: 50%;
  margin-right: 562px;
  width: 489px;
  height: 630px;
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/pre_promotion/obj-left-full.png") no-repeat 0 0 scroll transparent;
}
/* line 120, ../scss/_flip-landing.scss */
.flip-landing .obj-left.top-right-layer,
.flip-landing .obj-right.top-right-layer {
  top: -195px;
  left: 50%;
  margin-left: 565px;
  width: 475px;
  height: 410px;
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/pre_promotion/obj-right-photo-full.png") no-repeat 0 0 scroll transparent;
}
/* line 131, ../scss/_flip-landing.scss */
.flip-landing .btn {
  background-color: #a52229;
  font-size: 29px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
}
/* line 137, ../scss/_flip-landing.scss */
.flip-landing .landing-content {
  position: relative;
  z-index: 4;
}
/* line 141, ../scss/_flip-landing.scss */
.flip-landing .landing-content h2 {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.85);
  font-size: 35px;
  line-height: 47px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 150, ../scss/_flip-landing.scss */
.flip-landing .landing-content h3 {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}
/* line 158, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed {
  background-color: rgba(90, 0, 1, 0.8);
  padding: 20px 0 0;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.85);
}
/* line 163, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
/* line 168, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed h3 sup {
  font-size: 70%;
}
/* line 173, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed .divider {
  max-width: 1034px;
  margin: auto;
  border: 1px solid #fff;
}
/* line 179, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed .marquee {
  overflow: hidden;
}
/* line 182, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed .marquee ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 188, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed .marquee ul li {
  display: inline-block;
  margin-left: 50px;
  margin-bottom: 0;
  padding: 10px 0;
}
/* line 196, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed .marquee > ul {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 207, ../scss/_flip-landing.scss */
.flip-landing .retailer-list {
  text-shadow: rgba(0, 0, 0, 0.75) 2px -1px 8px;
  font-size: 23px;
  margin-top: 120px;
}
/* line 212, ../scss/_flip-landing.scss */
.flip-landing .retailer-list > a {
  display: inline-block;
  margin: 20px;
}
/* line 218, ../scss/_flip-landing.scss */
.flip-landing .twitter-feed + .landing-content .retailer-list {
  margin-top: 25px;
}
/* line 222, ../scss/_flip-landing.scss */
.flip-landing .legal-copy {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  padding-top: 30px;
}
/* line 228, ../scss/_flip-landing.scss */
.flip-landing .legal-copy p {
  margin: 0;
}
/* line 232, ../scss/_flip-landing.scss */
.flip-landing .legal-copy a {
  text-decoration: underline;
}

/* line 238, ../scss/_flip-landing.scss */
.vingette {
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100% + 335px);
  pointer-events: none;
  z-index: 3;
  top: -265px;
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/pre_promotion/radial-gradient-alt.png") no-repeat 50% 0 scroll transparent;
  -moz-background-size: 2560px 100%;
  -o-background-size: 2560px 100%;
  -webkit-background-size: 2560px 100%;
  background-size: 2560px 100%;
  min-height: 900px;
}
/* line 253, ../scss/_flip-landing.scss */
.vingette .lower-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 430px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.11+20,0.23+33,0.69+79,0.87+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.23) 33%, rgba(0, 0, 0, 0.69) 79%, rgba(0, 0, 0, 0.87) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.23) 33%, rgba(0, 0, 0, 0.69) 79%, rgba(0, 0, 0, 0.87) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.23) 33%, rgba(0, 0, 0, 0.69) 79%, rgba(0, 0, 0, 0.87) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );
  /* IE6-9 */
}

/* line 269, ../scss/_flip-landing.scss */
.page-template-flip-landing .vingette {
  background-image: url("/wp/wp-content/mu-plugins/uncharted-flip/images/pre_promotion/radial-gradient.png");
}

@media screen and (min-width: 768px) {
  /* line 275, ../scss/_flip-landing.scss */
  .page-template-flip-post-promo .red-stripe {
    padding-top: 35px;
  }
}

/* line 1, ../scss/_flip-activation.scss */
.page-template-flip-activation #wrapper {
  background-color: #000000;
  min-height: 1490px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/_flip-activation.scss */
  .page-template-flip-activation #wrapper {
    min-height: 1440px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 1, ../scss/_flip-activation.scss */
  .page-template-flip-activation #wrapper {
    min-height: 1680px;
  }
}

/* line 14, ../scss/_flip-activation.scss */
.flip-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 895px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 14, ../scss/_flip-activation.scss */
  .flip-video-wrapper {
    height: 920px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 14, ../scss/_flip-activation.scss */
  .flip-video-wrapper {
    height: 1175px;
  }
}
/* line 31, ../scss/_flip-activation.scss */
.flip-video-wrapper .flip-video {
  height: 100% !important;
  left: 0 !important;
  position: absolute;
  top: 0 !important;
  width: 100% !important;
  background-color: #000;
}
/* line 40, ../scss/_flip-activation.scss */
.flip-video-wrapper .flip-video video {
  -moz-transform: translate3d(-50%, 0px, 0px);
  -ms-transform: translate3d(-50%, 0px, 0px);
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);
  left: 50%;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 320%;
}
@media screen and (min-width: 480px) {
  /* line 40, ../scss/_flip-activation.scss */
  .flip-video-wrapper .flip-video video {
    width: auto;
  }
}
/* line 52, ../scss/_flip-activation.scss */
.no-csstransforms3d .flip-video-wrapper .flip-video video {
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
/* line 57, ../scss/_flip-activation.scss */
.flip-video-wrapper .flip-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 964px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+59,000000+59,000000+100&0.86+0,0.49+22,0.26+37,0.09+49,0+58,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.49) 22%, rgba(0, 0, 0, 0.26) 37%, rgba(0, 0, 0, 0.09) 49%, transparent 58%, transparent 59%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.49) 22%, rgba(0, 0, 0, 0.26) 37%, rgba(0, 0, 0, 0.09) 49%, transparent 58%, transparent 59%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.49) 22%, rgba(0, 0, 0, 0.26) 37%, rgba(0, 0, 0, 0.09) 49%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}
/* line 76, ../scss/_flip-activation.scss */
.touchevents .flip-video-wrapper {
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/default/touch-flip-bg.jpg") no-repeat 50% 50% scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 78, ../scss/_flip-activation.scss */
.touchevents .flip-video-wrapper .flip-video {
  display: none;
}

/* line 88, ../scss/_flip-activation.scss */
.cta {
  height: 400px;
  padding-top: 25px;
  text-align: center;
}
/* line 93, ../scss/_flip-activation.scss */
.cta button {
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 23px;
  margin: auto;
}
/* line 102, ../scss/_flip-activation.scss */
.cta button:before {
  content: '\25C3';
  font-family: "SSStandard";
  font-size: 70%;
  padding-right: 10px;
  color: #9f271f;
}
@media screen and (min-width: 768px) {
  /* line 93, ../scss/_flip-activation.scss */
  .cta button {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: 200px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 93, ../scss/_flip-activation.scss */
  .cta button {
    margin-left: 300px;
  }
}
/* line 121, ../scss/_flip-activation.scss */
.cta button.swipe-to-flip {
  display: none;
}
/* line 126, ../scss/_flip-activation.scss */
.touchevents .cta button.swipe-to-flip {
  display: block;
}
/* line 129, ../scss/_flip-activation.scss */
.touchevents .cta button.swipe-to-flip::before {
  content: '';
  padding-right: 0;
}
/* line 135, ../scss/_flip-activation.scss */
.touchevents .cta button.click-to-flip {
  display: none;
}
/* line 141, ../scss/_flip-activation.scss */
.cta .hot-spot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  margin: auto;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
}
@media screen and (min-width: 480px) {
  /* line 141, ../scss/_flip-activation.scss */
  .cta .hot-spot {
    height: 365px;
    width: 380px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1076px) {
  /* line 141, ../scss/_flip-activation.scss */
  .cta .hot-spot {
    width: 455px;
    height: 455px;
  }
}
/* line 162, ../scss/_flip-activation.scss */
.touchevents .cta .hot-spot {
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/default/touch-coin.png") no-repeat 50% 50% scroll transparent;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: 50px;
}
@media screen and (min-width: 375px) {
  /* line 88, ../scss/_flip-activation.scss */
  .cta {
    height: 450px;
  }
}
@media screen and (min-width: 1076px) {
  /* line 88, ../scss/_flip-activation.scss */
  .cta {
    padding-top: 60px;
    height: 520px;
  }
}

/* line 182, ../scss/_flip-activation.scss */
.desktop-count-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  right: 50%;
  margin-right: 350px;
  text-align: left;
  width: 100%;
  top: 200px;
}
@media screen and (min-width: 1076px) {
  /* line 182, ../scss/_flip-activation.scss */
  .desktop-count-wrapper {
    display: block;
  }
}
/* line 196, ../scss/_flip-activation.scss */
.desktop-count-wrapper .desktop-count {
  padding: 30px 25px 20px;
  width: 215px;
  float: right;
}

/* line 203, ../scss/_flip-activation.scss */
.flip-activation {
  position: relative;
  z-index: 1;
}
/* line 206, ../scss/_flip-activation.scss */
.flip-activation .intro {
  font-size: 13px;
  line-height: 18px;
  max-width: 300px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 206, ../scss/_flip-activation.scss */
  .flip-activation .intro {
    font-size: 22px;
    line-height: 30px;
    max-width: 490px;
  }
}

/* line 221, ../scss/_flip-activation.scss */
.activation-legal-copy {
  font-size: 13px;
  line-height: 18px;
  padding-top: 120px;
  position: relative;
  text-align: left;
}
/* line 228, ../scss/_flip-activation.scss */
.activation-legal-copy p {
  margin: 0;
}
/* line 232, ../scss/_flip-activation.scss */
.activation-legal-copy a {
  text-decoration: underline;
}

/* line 237, ../scss/_flip-activation.scss */
.remaining-flips {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 5px;
  position: relative;
  padding-right: 20px;
  margin: auto;
  width: 120px;
}
/* line 247, ../scss/_flip-activation.scss */
.remaining-flips .count {
  float: left;
  font-size: 42px;
  font-weight: 900;
  margin-right: 8px;
  display: block;
  margin-bottom: 8px;
}
/* line 256, ../scss/_flip-activation.scss */
.remaining-flips .word-flips {
  display: block;
  font-size: 24px;
  line-height: 0.5em;
  margin-bottom: 0;
}
@media screen and (min-width: 1076px) {
  /* line 237, ../scss/_flip-activation.scss */
  .remaining-flips {
    font-size: 19px;
    margin: 0;
    float: none;
    padding-right: 0;
    padding-top: 0;
    border-right: 0;
    width: auto;
  }
  /* line 272, ../scss/_flip-activation.scss */
  .remaining-flips .count {
    font-size: 70px;
    margin-bottom: 0;
  }
  /* line 277, ../scss/_flip-activation.scss */
  .remaining-flips .word-flips {
    font-size: 44px;
    line-height: 0.25em;
    margin-bottom: 8px;
  }
}

/* line 285, ../scss/_flip-activation.scss */
.mobile-count-wrap {
  position: relative;
  display: block;
  height: 57px;
}
/* line 290, ../scss/_flip-activation.scss */
.mobile-count-wrap .mobile-count {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 20px 0;
}
/* line 298, ../scss/_flip-activation.scss */
.mobile-count-wrap .mobile-count .inner {
  max-width: 275px;
  margin: auto;
}
@media screen and (min-width: 1076px) {
  /* line 285, ../scss/_flip-activation.scss */
  .mobile-count-wrap {
    display: none;
  }
}

/* line 1, ../scss/_flip-win.scss */
#you-win {
  font-size: 20px;
}
/* line 4, ../scss/_flip-win.scss */
#you-win .red-stripe {
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/default/you-win-banner.png") no-repeat 50% 0 scroll transparent;
  height: 140px;
  margin: 30px -40px 20px;
}
/* line 9, ../scss/_flip-win.scss */
#you-win .red-stripe h2 {
  text-shadow: 0 0 10px black;
  display: inline-block;
  text-align: left;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 5%;
  margin-left: 5%;
}
/* line 19, ../scss/_flip-win.scss */
#you-win .red-stripe h2 span {
  display: block;
  font-weight: 900;
  font-size: 123%;
}
/* line 24, ../scss/_flip-win.scss */
[lang="fr-CA"] #you-win .red-stripe h2 span {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  /* line 9, ../scss/_flip-win.scss */
  #you-win .red-stripe h2 {
    font-size: 38px;
    margin-top: 3%;
  }
}
/* line 36, ../scss/_flip-win.scss */
#you-win .red-stripe img {
  float: right;
  max-width: 43%;
  height: auto;
  margin-top: -8%;
  margin-bottom: -5%;
}
@media screen and (max-width: 700px) {
  /* line 4, ../scss/_flip-win.scss */
  #you-win .red-stripe {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 0;
    padding-bottom: 25%;
  }
}
/* line 51, ../scss/_flip-win.scss */
#you-win h3 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 0.25em;
  margin-top: 0.5em;
}
@media screen and (max-width: 700px) {
  /* line 60, ../scss/_flip-win.scss */
  #you-win .btn {
    min-width: 0;
  }
}
@media screen and (max-width: 1075px) {
  /* line 66, ../scss/_flip-win.scss */
  #you-win .btn {
    margin-bottom: 0.5em;
  }
}
/* line 71, ../scss/_flip-win.scss */
#you-win .btn {
  margin-top: 0.5em;
}
/* line 75, ../scss/_flip-win.scss */
#you-win .btn .ss-icon {
  margin-left: 10px;
}
/* line 79, ../scss/_flip-win.scss */
#you-win .modal-dialog .modal-content {
  padding: 20px;
}
/* line 83, ../scss/_flip-win.scss */
#you-win .modal-body a:not(.btn) {
  text-decoration: underline;
}
/* line 87, ../scss/_flip-win.scss */
#you-win sup {
  font-size: 55%;
  margin-top: -0.75em;
}
/* line 92, ../scss/_flip-win.scss */
#you-win .prizes-may-vary {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin: 2em 0 -3em;
  text-align: center;
}

/* line 1, ../scss/_flip-no-win.scss */
#no-win,
#no-more-flips,
#no-win-canadian {
  font-size: 19px;
}
/* line 6, ../scss/_flip-no-win.scss */
#no-win .red-stripe,
#no-more-flips .red-stripe,
#no-win-canadian .red-stripe {
  background: url("/wp/wp-content/mu-plugins/uncharted-flip/images/default/no-win-banner.png") no-repeat 50% 0 scroll transparent;
  height: 140px;
  margin: 30px -40px 20px;
}
/* line 11, ../scss/_flip-no-win.scss */
#no-win .red-stripe h2,
#no-more-flips .red-stripe h2,
#no-win-canadian .red-stripe h2 {
  text-shadow: 0 0 21px black;
  font-size: 7vw;
  font-weight: 900;
  line-height: 2.15em;
  margin-top: 2.985074627%;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 11, ../scss/_flip-no-win.scss */
  #no-win .red-stripe h2,
  #no-more-flips .red-stripe h2,
  #no-win-canadian .red-stripe h2 {
    font-size: 44px;
  }
}
/* line 26, ../scss/_flip-no-win.scss */
#no-win .red-stripe img,
#no-more-flips .red-stripe img,
#no-win-canadian .red-stripe img {
  float: right;
  max-width: 32%;
  height: auto;
  margin-top: -5%;
  margin-right: 5%;
}
@media screen and (max-width: 700px) {
  /* line 6, ../scss/_flip-no-win.scss */
  #no-win .red-stripe,
  #no-more-flips .red-stripe,
  #no-win-canadian .red-stripe {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 0;
    padding-bottom: 25%;
  }
}
/* line 41, ../scss/_flip-no-win.scss */
#no-win h3,
#no-more-flips h3,
#no-win-canadian h3 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 400;
  margin-top: 0.5em;
}
@media screen and (max-width: 700px) {
  /* line 49, ../scss/_flip-no-win.scss */
  #no-win .btn,
  #no-more-flips .btn,
  #no-win-canadian .btn {
    min-width: 0;
  }
}
/* line 54, ../scss/_flip-no-win.scss */
#no-win .modal-dialog .modal-content,
#no-more-flips .modal-dialog .modal-content,
#no-win-canadian .modal-dialog .modal-content {
  padding: 20px;
}
/* line 58, ../scss/_flip-no-win.scss */
#no-win .btn .ss-icon,
#no-more-flips .btn .ss-icon,
#no-win-canadian .btn .ss-icon {
  margin-left: 10px;
}

/* line 66, ../scss/_flip-no-win.scss */
#no-more-flips .red-stripe h2 {
  font-size: 6vw;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  /* line 66, ../scss/_flip-no-win.scss */
  #no-more-flips .red-stripe h2 {
    font-size: 44px;
    line-height: 1em;
  }
}
/* line 75, ../scss/_flip-no-win.scss */
[lang="fr-CA"] #no-more-flips .red-stripe h2 {
  font-size: 5vw;
  margin-top: 3.985%;
}
@media screen and (min-width: 768px) {
  /* line 75, ../scss/_flip-no-win.scss */
  [lang="fr-CA"] #no-more-flips .red-stripe h2 {
    font-size: 34px;
  }
}

/* line 3, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification {
  margin: auto;
  max-width: 695px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}
/* line 11, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .wrap {
  max-width: 525px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  /* line 16, ../scss/_flip-verification.scss */
  .flip-landing .preorder-code-verification .wrap .inner {
    padding: 0 20px;
  }
}
/* line 22, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .intro {
  font-size: 24px;
  line-height: 30px;
}
/* line 28, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification form label {
  font-size: 17px;
}
/* line 33, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .btn-small {
  font-size: 15px;
}
/* line 37, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .input-group label {
  line-height: 20px;
}
/* line 42, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .input-group-btn .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
  width: auto;
  margin-left: 10px;
  border: 0;
  height: 45px;
  padding: 10px 15px;
}
@media screen and (max-width: 479px) {
  /* line 41, ../scss/_flip-verification.scss */
  .flip-landing .preorder-code-verification .input-group-btn {
    display: block;
    width: 100%;
  }
  /* line 56, ../scss/_flip-verification.scss */
  .flip-landing .preorder-code-verification .input-group-btn .btn {
    margin-left: 0;
  }
}
/* line 63, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .no-code {
  font-size: 18px;
  display: block;
}
/* line 67, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .no-code a {
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  /* line 72, ../scss/_flip-verification.scss */
  .flip-landing .preorder-code-verification .no-code br {
    display: none;
  }
}
/* line 78, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .or-upload {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin: 30px 0;
  font-size: 17px;
}
/* line 85, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .or-upload span {
  display: inline-block;
  width: 20px;
}
/* line 89, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .or-upload span::before, .flip-landing .preorder-code-verification .or-upload span::after {
  content: '';
  width: calc(50% - 30px);
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #5a5a5a;
}
/* line 99, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .or-upload span::after {
  left: auto;
  right: 0;
}
/* line 106, ../scss/_flip-verification.scss */
.flip-landing .preorder-code-verification .upload-requirements {
  font-size: 14px;
  margin-top: 1em;
  text-align: center;
}

/* line 115, ../scss/_flip-verification.scss */
.file-upload .dz-preview.dz-error .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 121, ../scss/_flip-verification.scss */
#upload-success a:not(.btn) {
  text-decoration: underline;
}

/* line 2, ../scss/_flip-pre-promo.scss */
.flip-landing.pre-promo .red-stripe {
  margin-bottom: 40px;
}
/* line 6, ../scss/_flip-pre-promo.scss */
.flip-landing.pre-promo .red-stripe + .video-link {
  margin-top: -10px;
}
/* line 11, ../scss/_flip-pre-promo.scss */
.flip-landing.pre-promo .landing-content h2 {
  font-size: 27px;
  line-height: 41px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

/* line 1, ../scss/_flip-registration.scss */
.flip-registration {
  position: relative;
  z-index: 9;
}
/* line 5, ../scss/_flip-registration.scss */
.flip-registration a {
  text-decoration: underline;
}
/* line 9, ../scss/_flip-registration.scss */
.flip-registration h1 {
  font-size: 30px;
  text-align: center;
}
/* line 16, ../scss/_flip-registration.scss */
.flip-registration > form > .row > .col-md-8 {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 20, ../scss/_flip-registration.scss */
.flip-registration > form > .row > .col-md-8 .row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 25, ../scss/_flip-registration.scss */
.flip-registration > form > .row > .col-md-8 [class^="col"] {
  padding: 0 10px;
}
@media screen and (min-width: 1076px) {
  /* line 32, ../scss/_flip-registration.scss */
  .flip-registration > form > .row > .col-md-8 {
    border-right: 1px solid #fff;
  }
  /* line 36, ../scss/_flip-registration.scss */
  .flip-registration > form > .row > .col-md-4 {
    padding-left: 20px;
  }
}
/* line 42, ../scss/_flip-registration.scss */
.flip-registration > form .radio {
  display: inline-block;
}
/* line 45, ../scss/_flip-registration.scss */
.flip-registration > form .radio label {
  text-transform: none;
}
/* line 54, ../scss/_flip-registration.scss */
.flip-registration > form .retailers-ca,
.flip-registration > form .states-ca {
  display: none;
}
/* line 60, ../scss/_flip-registration.scss */
.flip-registration > form .phone-number .col-xs-4::after {
  content: '-';
  position: absolute;
  top: 10px;
  right: -3px;
}
/* line 67, ../scss/_flip-registration.scss */
.flip-registration > form .phone-number .col-xs-4:last-child::after {
  content: '';
}
@media screen and (min-width: 768px) {
  /* line 59, ../scss/_flip-registration.scss */
  .flip-registration > form .phone-number {
    padding-left: 45px !important;
  }
}
/* line 76, ../scss/_flip-registration.scss */
.flip-registration > form .checkbox {
  padding-left: 35px;
  position: relative;
  line-height: 19px;
}
/* line 81, ../scss/_flip-registration.scss */
.flip-registration > form .checkbox .fi-checkbox {
  top: 0;
  position: absolute;
  left: 0;
}
/* line 88, ../scss/_flip-registration.scss */
.flip-registration > form .checkbox label {
  padding-left: 0;
  font-size: 16px;
  text-transform: none;
  line-height: 19px;
}
/* line 94, ../scss/_flip-registration.scss */
.flip-registration > form .checkbox label a {
  color: #a52229;
}
/* line 101, ../scss/_flip-registration.scss */
.flip-registration > form .fi-select {
  padding: 7px 25px 8px 10px;
}
/* line 105, ../scss/_flip-registration.scss */
.flip-registration > form .btn-small {
  font-size: 15px;
}
/* line 109, ../scss/_flip-registration.scss */
.flip-registration > form .flip-captcha {
  margin-bottom: 20px;
}
/* line 112, ../scss/_flip-registration.scss */
.flip-registration > form .flip-captcha img {
  border: 1px solid #000;
  float: left;
  max-height: 35px;
  height: auto;
  max-width: calc(100% - 80px);
}
/* line 120, ../scss/_flip-registration.scss */
.flip-registration > form .flip-captcha a.captcha-refresh {
  background-color: #d6d6d6;
  border: 1px solid #000;
  display: block;
  float: left;
  height: 35px;
  position: relative;
  width: 35px;
}
/* line 129, ../scss/_flip-registration.scss */
.flip-registration > form .flip-captcha a.captcha-refresh::after {
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  content: '\21BB';
  float: left;
  font-family: "SSStandard";
  font-size: 20px;
  left: 50%;
  margin: 2px 0 0 0;
  position: absolute;
  top: 50%;
}
/* line 140, ../scss/_flip-registration.scss */
.no-csstransforms3d .flip-registration > form .flip-captcha a.captcha-refresh::after {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 146, ../scss/_flip-registration.scss */
.flip-registration > form .flip-captcha a.play-mp3 {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #979797;
  border: 1px solid #d6d6d6;
  display: block;
  float: left;
  height: 24px;
  margin: 5px 0 0 12px;
  position: relative;
  width: 24px;
}
/* line 157, ../scss/_flip-registration.scss */
.flip-registration > form .flip-captcha a.play-mp3::after {
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  content: '\25B6';
  font-size: 11px;
  left: 50%;
  margin: 0 0 0 1px;
  position: absolute;
  top: 50%;
}
/* line 166, ../scss/_flip-registration.scss */
.no-csstransforms3d .flip-registration > form .flip-captcha a.play-mp3::after {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 175, ../scss/_flip-registration.scss */
.flip-registration .footnote {
  font-size: 11px;
  line-height: 1.3em;
  margin: 1em 0;
}

/* line 183, ../scss/_flip-registration.scss */
.page-template-flip-registration .flip-landing-under-layer {
  background: transparent url("/wp/wp-content/mu-plugins/uncharted-flip/images/default/map-cover-up.png") no-repeat scroll 50% 0;
}
/* line 186, ../scss/_flip-registration.scss */
.page-template-flip-registration .flip-landing {
  text-align: left;
}
/* line 189, ../scss/_flip-registration.scss */
.page-template-flip-registration .vignette {
  opacity: 0.9;
}

/* line 196, ../scss/_flip-registration.scss */
.page-template-flip-registration-complete .flip-landing .red-stripe {
  padding-top: 35px;
}
@media screen and (max-width: 1075px) {
  /* line 196, ../scss/_flip-registration.scss */
  .page-template-flip-registration-complete .flip-landing .red-stripe {
    padding-bottom: 21%;
    padding-top: 5%;
  }
}

/* line 2, ../scss/_wiki.scss */
.wiki-list {
  background: url(../images/bg/black-40.png) repeat scroll 0 0 transparent;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 35px;
}
/* line 7, ../scss/_wiki.scss */
.wiki-list ul {
  margin: 0;
}
/* line 10, ../scss/_wiki.scss */
.wiki-list ul li {
  margin: 0;
}
/* line 13, ../scss/_wiki.scss */
.wiki-list ul li article {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
/* line 17, ../scss/_wiki.scss */
.wiki-list ul li article h1 {
  font-size: 26px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
/* line 23, ../scss/_wiki.scss */
.wiki-list ul li article h1 a {
  display: block;
  margin-right: -15px;
}
/* line 29, ../scss/_wiki.scss */
.wiki-list ul li article .date {
  font-size: 18px;
}
/* line 32, ../scss/_wiki.scss */
.wiki-list ul li article .date a {
  display: block;
}
/* line 38, ../scss/_wiki.scss */
.wiki-list ul li:last-child article {
  border-bottom: 0;
}

/* line 47, ../scss/_wiki.scss */
.wiki-single .see-patch-list {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 53, ../scss/_wiki.scss */
.wiki-single .see-patch-list + nav .pagination {
  margin-top: -5px;
}

@media screen and (min-width: 768px) {
  /* line 64, ../scss/_wiki.scss */
  .wiki-list ul li article {
    padding: 15px;
  }
  /* line 67, ../scss/_wiki.scss */
  .wiki-list ul li article .col-sm-6:last-child {
    text-align: right;
  }
  /* line 72, ../scss/_wiki.scss */
  .wiki-list ul li article .date a {
    margin-left: -15px;
  }

  /* line 82, ../scss/_wiki.scss */
  article.post.wiki .content {
    line-height: 1.5em;
  }
}
/* line 2, ../scss/_ie.scss */
.no-csstransforms #header-clone {
  display: none;
}
/* line 5, ../scss/_ie.scss */
.no-csstransforms #content a.scroll-down {
  height: 30px;
  width: 58px;
  background: url(../images/ie/home-arrow-down.png) no-repeat scroll transparent;
  border: none;
}
/* line 12, ../scss/_ie.scss */
.no-csstransforms a.back-to-top {
  background: url(../images/ie/back-to-top.png) no-repeat scroll transparent;
}
/* line 15, ../scss/_ie.scss */
.no-csstransforms a.back-to-top:after {
  border: none;
}
/* line 20, ../scss/_ie.scss */
.no-csstransforms .media-item.video .inner a span.play {
  width: 105px;
  height: 105px;
  background: url(../images/ie/play-icon.png) center center no-repeat scroll transparent;
  border: none;
}
/* line 26, ../scss/_ie.scss */
.no-csstransforms .media-item.video .inner a span.play span.triangle {
  display: none;
}
/* line 29, ../scss/_ie.scss */
.no-csstransforms .media-item.video .inner a span.play span.triangle:after {
  display: none;
}
/* line 35, ../scss/_ie.scss */
.no-csstransforms .modal-content .close {
  width: 40px;
  height: 40px;
  background: url(../images/ie/modal-x.png) no-repeat center center scroll transparent;
}
/* line 40, ../scss/_ie.scss */
.no-csstransforms .modal-content .close:before, .no-csstransforms .modal-content .close:after {
  display: none;
}
/* line 46, ../scss/_ie.scss */
.no-csstransforms .download-content .close {
  width: 23px;
  height: 23px;
  background: url(../images/ie/media-x.png) no-repeat center center scroll transparent;
}
/* line 51, ../scss/_ie.scss */
.no-csstransforms .download-content .close:before, .no-csstransforms .download-content .close:after {
  display: none;
}
/* line 57, ../scss/_ie.scss */
.no-csstransforms .ekko-lightbox-nav-overlay a,
.no-csstransforms #characters .flexslider .flex-direction-nav li a {
  opacity: 1;
  filter: alpha(opacity=100);
  border: none;
  width: 56px;
  height: 95px;
  background: url(../images/ie/media-modal-arrow-left.png) no-repeat center scroll transparent;
}
/* line 65, ../scss/_ie.scss */
.no-csstransforms .ekko-lightbox-nav-overlay a:after,
.no-csstransforms #characters .flexslider .flex-direction-nav li a:after {
  display: none;
}
/* line 70, ../scss/_ie.scss */
.no-csstransforms .ekko-lightbox-nav-overlay a.nav-next,
.no-csstransforms #characters .flexslider .flex-direction-nav li a.flex-next {
  background-image: url(../images/ie/media-modal-arrow-right.png);
}
/* line 75, ../scss/_ie.scss */
.no-csstransforms #navigation ul li.menu-item-has-children:hover:after {
  border: none;
  width: 19px;
  height: 13px;
  background: url(../images/ie/subnav-arrow.png) no-repeat center scroll transparent;
}

/* line 84, ../scss/_ie.scss */
.no-backgroundsize .page-template-characters #hero .character-bg {
  background-size: contain;
}
/* line 87, ../scss/_ie.scss */
.no-backgroundsize #characters {
  background-size: cover !important;
}
/* line 91, ../scss/_ie.scss */
.no-backgroundsize .grid-item,
.no-backgroundsize .page-template-characters #buy,
.no-backgroundsize .page-template-characters #hero .character-bg {
  -ms-behavior: url(/wp/wp-content/themes/uncharted/assets/scss/vendor/backgroundsize.min.htc);
  background-position: 50% 50%;
}

/* IE8 Specific - not because of missing feature */
/* line 103, ../scss/_ie.scss */
.ie8 #header {
  margin-top: -20px;
}
/* line 106, ../scss/_ie.scss */
.ie8 .header-right-nav li.pre-order-btn a {
  font-size: 12px;
}
/* line 109, ../scss/_ie.scss */
.ie8 #buy .collections .btn {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 113, ../scss/_ie.scss */
.ie8 .media-filter li.last {
  border-right: none;
}
/* line 117, ../scss/_ie.scss */
.ie8 .media-list {
  padding: 10px;
}
/* line 121, ../scss/_ie.scss */
.ie8 .media-item {
  padding: 10px;
}
/* line 125, ../scss/_ie.scss */
.ie8 .btn-block {
  display: block !important;
}

/* line 2, ../scss/_consoles.scss */
html.wii .hero-video-wrap {
  display: block;
}
/* line 5, ../scss/_consoles.scss */
html.wii .media-item.video .inner a span.play {
  width: 105px;
  height: 105px;
  background: url(../images/ie/play-icon.png) center center no-repeat scroll transparent;
  border: none;
}
/* line 11, ../scss/_consoles.scss */
html.wii .media-item.video .inner a span.play span.triangle {
  display: none;
}
/* line 14, ../scss/_consoles.scss */
html.wii .media-item.video .inner a span.play span.triangle:after {
  display: none;
}

/* line 22, ../scss/_consoles.scss */
html.ps-vita .hero-video-wrap {
  display: block;
}

/* line 29, ../scss/_consoles.scss */
html.wii #header-clone,
html.ps-vita #header-clone {
  display: none;
}
/* line 33, ../scss/_consoles.scss */
html.wii body.down #navigation,
html.ps-vita body.down #navigation {
  position: absolute;
}
/* line 37, ../scss/_consoles.scss */
html.wii .fi-select .fi-select-arrow-wrap,
html.ps-vita .fi-select .fi-select-arrow-wrap {
  background: url(../images/ie/select-arrow.png) no-repeat center center scroll transparent;
}
/* line 40, ../scss/_consoles.scss */
html.wii .fi-select .fi-select-arrow-wrap .fi-select-arrow,
html.ps-vita .fi-select .fi-select-arrow-wrap .fi-select-arrow {
  display: none;
}

/* line 52, ../scss/_consoles.scss */
html.ps4 #header-clone {
  display: none;
}
/* line 56, ../scss/_consoles.scss */
html.ps4 body.down #navigation {
  position: absolute;
}
/* line 59, ../scss/_consoles.scss */
html.ps4 .hero-video-wrap {
  background-size: auto !important;
}
/* line 62, ../scss/_consoles.scss */
html.ps4 .hero-video-wrap video {
  width: 1920px;
  height: 1080px;
}
/* line 68, ../scss/_consoles.scss */
html.ps4 .fi-select .fi-select-arrow-wrap {
  background: url(../images/ie/select-arrow.png) no-repeat center center scroll transparent;
}
/* line 71, ../scss/_consoles.scss */
html.ps4 .fi-select .fi-select-arrow-wrap .fi-select-arrow {
  display: none;
}


/* COOP */
/* line 1, ../scss/_multiplayer.scss */
.page-template-coop {
  /* Buckets */
  /* NEWS */
  /* CONTENT SECTIONS */
}
/* line 2, ../scss/_multiplayer.scss */
.page-template-coop #content {
  padding-bottom: 0;
}
/* line 6, ../scss/_multiplayer.scss */
.page-template-coop #hero {
  min-height: 640px;
  position: relative;
}
/* line 10, ../scss/_multiplayer.scss */
.page-template-coop #hero .table-cell {
  padding-bottom: 100px;
}
/* line 13, ../scss/_multiplayer.scss */
.page-template-coop #hero .table-cell img[width="300"] {
  max-width: 300px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 580px) {
  /* line 6, ../scss/_multiplayer.scss */
  .page-template-coop #hero {
    max-height: 480px;
    min-height: 480px;
  }
  /* line 24, ../scss/_multiplayer.scss */
  .page-template-coop #hero img:not(.wrapper-bg-image) {
    width: 100%;
    display: block;
  }
  /* line 28, ../scss/_multiplayer.scss */
  .page-template-coop #hero .table-cell {
    padding: 0;
  }
}
/* line 35, ../scss/_multiplayer.scss */
.page-template-coop #game-callouts {
  padding-bottom: 25px;
}
/* line 38, ../scss/_multiplayer.scss */
.page-template-coop #game-callouts .buckets {
  margin-top: 25px;
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 38, ../scss/_multiplayer.scss */
  .page-template-coop #game-callouts .buckets {
    margin-top: -90px;
    padding: 0;
  }
}
/* line 49, ../scss/_multiplayer.scss */
.page-template-coop #game-callouts .flexslider {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 35, ../scss/_multiplayer.scss */
  .page-template-coop #game-callouts {
    padding-bottom: 50px;
    padding-top: 0;
  }
  /* line 57, ../scss/_multiplayer.scss */
  .page-template-coop #game-callouts .bucket {
    margin-top: 0;
  }
  /* line 61, ../scss/_multiplayer.scss */
  .page-template-coop #game-callouts .flexslider {
    margin: 0;
  }
}
/* line 69, ../scss/_multiplayer.scss */
.page-template-coop #coop-news {
  padding: 60px 10px;
  background: url("/wp/wp-content/themes/uncharted/assets/images/buckets-bg-mobile.jpg") no-repeat 50% 50% scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 74, ../scss/_multiplayer.scss */
.page-template-coop #coop-news .news-item {
  margin: 0 0 50px;
}
/* line 77, ../scss/_multiplayer.scss */
.page-template-coop #coop-news .news-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 69, ../scss/_multiplayer.scss */
  .page-template-coop #coop-news {
    background-image: url("/wp/wp-content/themes/uncharted/assets/images/buckets-bg.jpg");
    padding-left: 0;
    padding-right: 0;
  }
  /* line 87, ../scss/_multiplayer.scss */
  .page-template-coop #coop-news .news-item {
    margin: 0;
  }
}
/* line 94, ../scss/_multiplayer.scss */
.page-template-coop .coop-section {
  padding: 10px 10px;
  background: none no-repeat 50% 50% scroll transparent;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 401px;
}
/* line 99, ../scss/_multiplayer.scss */
.page-template-coop .coop-section .main-content.col-sm-push-6 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  /* line 94, ../scss/_multiplayer.scss */
  .page-template-coop .coop-section {
    padding: 180px 0;
    height: 790px;
  }
}
/* line 108, ../scss/_multiplayer.scss */
.page-template-coop .flexslider {
  position: relative;
}
/* line 110, ../scss/_multiplayer.scss */
.page-template-coop .flexslider ul.slides {
  margin: 0;
}
/* line 112, ../scss/_multiplayer.scss */
.page-template-coop .flexslider ul.slides li {
  margin: 0;
  position: relative;
}
/* line 118, ../scss/_multiplayer.scss */
.page-template-coop .flexslider .flex-direction-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 123, ../scss/_multiplayer.scss */
.page-template-coop .flexslider .flex-direction-nav li {
  margin: 0;
}
@media screen and (max-width: 767px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a {
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    display: block;
    position: absolute;
    height: 55px;
    width: 40px;
    background: rgba(255, 255, 255, 0.25);
    top: 50%;
    margin-top: -27px;
    z-index: 9;
  }
  /* line 138, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  /* line 143, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    width: 27px;
    height: 27px;
    margin-top: -13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 15px;
  }
  /* line 156, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a.flex-next {
    left: auto;
    right: 0;
  }
  /* line 160, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a.flex-next:after {
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50%;
    /*margin-left: -($container-sm/2 - 20);*/
    margin-top: -25px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  /* line 184, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a.flex-next {
    left: auto;
    margin-left: 0;
    right: 20px;
    /*margin-right: -($container-sm/2 - 10);*/
    border-left: 0;
    border-right: 3px solid #fff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 194, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a:hover, .page-template-coop .flexslider .flex-direction-nav li a:active, .page-template-coop .flexslider .flex-direction-nav li a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1076px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a {
    left: 50%;
    margin-left: -517px;
  }
  /* line 205, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a.flex-next {
    right: 50%;
    margin-right: -517px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a {
    margin-left: -575px;
  }
  /* line 214, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a.flex-next {
    margin-right: -575px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  /* line 125, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a {
    margin-left: -620px;
  }
  /* line 222, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav li a.flex-next {
    margin-right: -620px;
  }
}

@media screen and (min-width: 768px) {
  /* line 118, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-direction-nav {
    display: block;
  }
}
/* line 236, ../scss/_multiplayer.scss */
.page-template-coop .flexslider .flex-control-paging {
  /*display: none;*/
}
/* line 240, ../scss/_multiplayer.scss */
.page-template-coop .flexslider .flex-control-thumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding-left: 0;
  text-align: center;
}
/* line 246, ../scss/_multiplayer.scss */
.page-template-coop .flexslider .flex-control-thumbs li {
  display: inline-block;
  width: 20%;
}
/* line 250, ../scss/_multiplayer.scss */
.page-template-coop .flexslider .flex-control-thumbs li img {
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  /* line 240, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-control-thumbs {
    width: 83.3333%;
    margin-left: 8.3333%;
  }
}
@media screen and (max-width: 767px) {
  /* line 240, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider .flex-control-thumbs {
    display: none;
  }
}
/* line 277, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 40px 0;
  text-align: center;
}
/* line 283, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel li {
  display: inline-block;
  width: 20%;
}
/* line 287, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel li figure {
  border: 2px solid transparent;
  margin: auto;
  display: inline-block;
  max-width: 100%;
}
/* line 293, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel li figure:hover {
  border: 2px solid #aa1e21;
}
/* line 296, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel li figure:hover img {
  border: 1px solid #aa1e21;
}
/* line 301, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel li figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
}
/* line 317, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel li.flex-active-slide figure {
  border: 2px solid #aa1e21;
}
/* line 320, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel li.flex-active-slide figure img {
  border: 1px solid #aa1e21;
}
/* line 327, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel .flex-control-paging {
  display: block;
  list-style-type: none;
  position: absolute;
  bottom: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
/* line 338, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel .flex-control-paging li {
  margin: 0;
  display: inline-block;
  padding: 0 7px;
  width: auto;
}
/* line 344, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel .flex-control-paging li a {
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}
/* line 357, ../scss/_multiplayer.scss */
.page-template-coop .flexslider#carousel .flex-control-paging li a:hover, .page-template-coop .flexslider#carousel .flex-control-paging li a:active, .page-template-coop .flexslider#carousel .flex-control-paging li a:focus, .page-template-multiplayer .flexslider#carousel .flex-control-paging li a.flex-active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ac1c1a;
}
@media screen and (min-width: 768px) {
  /* line 277, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider#carousel {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 277, ../scss/_multiplayer.scss */
  .page-template-coop .flexslider#carousel {
    display: none;
  }
}


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