@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

#splash-tree-left {
  margin-top: -60px; }

#splash-tree-right {
  margin-top: -60px;
  padding-left: 1620px; }

#home {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center; }
  #home .splash-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #home .btn-cta {
    z-index: 99999;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    padding: 1px 20px; }
    #home .btn-cta a {
      display: block;
      opacity: 0.8; }
      #home .btn-cta a img {
        max-width: 100%; }
      #home .btn-cta a:hover {
        opacity: 1; }
  #home #home-splash .youtube-featured {
    margin: 20px 0;
    z-index: 99999;
    position: relative; }
  #home #home-splash img {
    top: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -900px;
    z-index: -2; }
  #home #home-splash #home-logo {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    left: 0;
    max-width: 100%;
    height: auto; }
  #home .fade.a {
    -webkit-animation: fade 6s infinite; }
  #home .fade.b {
    -webkit-animation: fade 8s infinite; }
  #home .fade.c {
    -webkit-animation: fade 10s infinite; }

#logo-text {
  text-indent: -9999px;
  position: absolute; }

@-webkit-keyframes fade {
  0% {
    opacity: 0.3; }
  50% {
    opacity: 1.0; }
  100% {
    opacity: 0.3; } }
@media (max-width: 799px) {
  #home-cta {
    margin-top: 200px; }

  #home-logo {
    display: none !important; }

  #home {
    height: 632px; }
    #home .youtube-featured {
      max-width: 100%;
      padding: 20px;
      margin-top: 135px !important;
      box-sizing: border-box; }
    #home #home-splash img {
      top: 70px !important; }
    #home #home-splash .sword {
      left: 470px; } }
#nav {
  background: no-repeat url("../assets/nav-center.png") center -30px;
  width: 100%;
  position: absolute;
  z-index: 20;
  overflow: hidden;
  height: 150px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  #nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    background: url("../assets/nav-repeat2.png") repeat-x 0 -30px;
    height: 100%;
    margin-left: 554px; }
  #nav:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: url("../assets/nav-repeat2.png") repeat-x 0 -30px;
    height: 100%;
    margin-left: -554px; }
  #nav.snap {
    position: fixed;
    top: 0;
    left: 0; }
  #nav .nav-links {
    font-size: 20px;
    margin-top: 18px;
    position: absolute;
    right: 50%;
    margin-right: 150px; }
    #nav .nav-links li {
      margin-left: 20px; }
    #nav .nav-links a {
      font-family: metamorphousregular, "Helvetica Neue", Helvetica, Arial;
      text-decoration: none;
      color: #87878c;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
      transition: all 0.3s; }
      #nav .nav-links a:hover {
        color: #0b0b0b;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2); }
  #nav #nav-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
  #nav li {
    display: inline-block; }
  #nav .logo {
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -90px; }
    #nav .logo a {
      width: 180px;
      height: 95px;
      display: block;
      background: no-repeat url("../assets/logo.png");
      transition: all 0.3s; }
  #nav #icons {
    position: absolute;
    left: 50%;
    top: 3px;
    width: 50%;
    z-index: 999999; }
    #nav #icons .icons {
      padding-right: 20px; }
    #nav #icons ul {
      float: right; }
      #nav #icons ul a {
        color: #111; }
        #nav #icons ul a:hover {
          color: #530002; }

#nav-mobile {
  overflow: auto;
  position: fixed;
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: -150px;
  -moz-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  z-index: 1000;
  background: #222; }
  #nav-mobile:after {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px; }
  #nav-mobile .links a {
    display: block;
    font-family: metamorphousregular, "Helvetica Neue", Helvetica, Arial;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #111;
    text-decoration: none;
    border-bottom: 1px solid #444;
    box-sizing: border-box; }
  #nav-mobile .icons {
    padding: 10px; }
    #nav-mobile .icons li {
      display: inline-block;
      margin: 0 5px 8px 0; }
      #nav-mobile .icons li a {
        color: #8E0003; }
        #nav-mobile .icons li a:hover {
          color: #C10004; }

#nav-mobile-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }

#nav-mobile-button {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer; }

body, #nav {
  transition: margin-left 0.3s; }

#email-signup {
  position: relative;
  z-index: 9999;
  padding-top: 5px; }
  #email-signup label {
    display: block;
    font-family: metamorphousregular, "Helvetica Neue", Helvetica, Arial;
    text-decoration: none;
    color: #C7C7C7;
    padding-bottom: 3px; }
  #email-signup input {
    background: #525151;
    border: #222 2px solid;
    padding: 4px;
    font-size: 12px;
    color: #fff; }
  #email-signup button {
    background: #90191C;
    margin: 0 0 0 -5px;
    color: #ddd;
    border: 2px solid #222;
    border-left: 0;
    padding: 5px;
    cursor: pointer; }
    #email-signup button:hover {
      background: #000; }

@media (max-width: 839px) {
  .nav-links, #icons, #email-signup {
    display: none; }

  .nav-mobile-active {
    margin-left: 150px;
    overflow: hidden; }
    .nav-mobile-active #nav-mobile-overlay {
      display: block; }
    .nav-mobile-active #nav-mobile.active {
      margin-left: 0; }
    .nav-mobile-active #nav.snap {
      margin-left: 150px; } }
@media (min-width: 840px) {
  #nav-mobile {
    display: none; }

  #nav-mobile-button {
    display: none; } }
@font-face {
  font-family: 'metamorphousregular';
  src: url("fonts/metamorphous-regular-webfont.eot");
  src: url("fonts/metamorphous-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/metamorphous-regular-webfont.woff") format("woff"), url("fonts/metamorphous-regular-webfont.ttf") format("truetype"), url("fonts/metamorphous-regular-webfont.svg#metamorphousregular") format("svg");
  font-weight: normal;
  font-style: normal; }
a {
  color: #A92126; }
  a:hover {
    color: #74161B; }

body {
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #1a1a1b; }

h1, h2, h3, h4, h5, h6 {
  font-family: metamorphousregular, "Helvetica Neue", Helvetica, Arial; }

#overview-intro {
  padding-top: 180px; }
  #overview-intro h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 34px;
    text-align: center; }
  #overview-intro .text {
    margin-bottom: 0 !important; }

#demo {
  margin: 20px auto 20px;
  max-width: 600px;
  padding: 0 20px; }
  #demo .demo-inner {
    width: 100%;
    padding: 20px;
    background: rgba(20, 20, 20, 0.93);
    box-sizing: border-box; }
  @media (min-width: 840px) {
    #demo .demo-message {
      float: left; } }
  #demo .demo-message h4 {
    color: #FFF;
    font-size: 22px;
    margin-bottom: 5px; }
  #demo .demo-message p {
    margin-bottom: 5px; }
  @media (min-width: 840px) {
    #demo .demo-links {
      float: right; } }
  #demo .demo-links li {
    display: inline-block;
    margin-left: 10px; }
    #demo .demo-links li a {
      display: block;
      padding: 10px 13px;
      border-radius: 5px;
      opacity: 0.7; }
      #demo .demo-links li a:hover {
        opacity: 1; }
  #demo .demo-links .btn-windows {
    background: #00AEF0; }
    #demo .demo-links .btn-windows span {
      color: #fff; }
  #demo .demo-links .btn-mac {
    background: #fff; }
    #demo .demo-links .btn-mac span {
      color: #333; }
  #demo .demo-links .btn-linux {
    background: #D9534F; }
    #demo .demo-links .btn-linux span {
      color: #fff; }

.btn-callout-wrap {
  box-shadow: 0 0 10px #000;
  display: inline-block;
  padding: 1px;
  -webkit-transform: scale(1);
  transition: all 0.3s; }
  .btn-callout-wrap:hover {
    -webkit-transform: scale(1.3); }
  .btn-callout-wrap .btn-callout {
    display: inline-block;
    color: #ddd !important;
    border: none;
    font-size: 25px;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 2px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    box-shadow: inset 0 0 10px #000000;
    font-family: metamorphousregular, "Helvetica Neue", Helvetica, Arial;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    background: #111111;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #111111 0%, #222222 40%, #111111 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #111111), color-stop(40%, #222222), color-stop(100%, #111111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #111111 0%, #222222 40%, #111111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #111111 0%, #222222 40%, #111111 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #111111 0%, #222222 40%, #111111 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #111111 0%, #222222 40%, #111111 100%);
    /* W3C */ }
    .btn-callout-wrap .btn-callout:after {
      padding: 1px;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      margin: -1px 0 0 -1px;
      background: #515255;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #515255 0%, #3b3d3d 32%, #bbbbbf 56%, #3b3d3d 75%, #515255 99%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #515255), color-stop(32%, #3b3d3d), color-stop(56%, #bbbbbf), color-stop(75%, #3b3d3d), color-stop(99%, #515255));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(-45deg, #515255 0%, #3b3d3d 32%, #bbbbbf 56%, #3b3d3d 75%, #515255 99%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(-45deg, #515255 0%, #3b3d3d 32%, #bbbbbf 56%, #3b3d3d 75%, #515255 99%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(-45deg, #515255 0%, #3b3d3d 32%, #bbbbbf 56%, #3b3d3d 75%, #515255 99%);
      /* IE10+ */
      background: linear-gradient(135deg, #515255 0%, #3b3d3d 32%, #bbbbbf 56%, #3b3d3d 75%, #515255 99%);
      /* W3C */ }

.paper {
  background: url("../assets/paper-texture.png"); }

.leather {
  background: url("../assets/leather-texture.jpg");
  color: #87878c;
  padding: 1px; }

.background-stained-glass {
  background: url("../assets/backgrounds/stained-glass.jpg") no-repeat center bottom;
  background-size: cover;
  color: #bbb; }
  .background-stained-glass h1 {
    color: #fff; }
  .background-stained-glass .box-callout {
    margin: 0 auto;
    max-width: 640px; }
    .background-stained-glass .box-callout .box-callout-inner {
      margin: 0 20px;
      background: rgba(20, 20, 20, 0.93);
      padding: 20px; }

.background-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.background-valderun {
  background: url("../assets/backgrounds/valderun-burns.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }
  .background-valderun p {
    color: #ccc; }

.background-fray {
  background: url("../assets/backgrounds/fray-evolve.png") no-repeat center center;
  background-size: cover; }

.background-map {
  background: url("../assets/backgrounds/map.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }
  .background-map p {
    color: #ccc; }

.background-campfire {
  background: url("../assets/backgrounds/cave-expedition.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }
  .background-campfire .text {
    color: #ccc; }

.background-anessa {
  background: url("../assets/backgrounds/anessa-spider-final.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }
  .background-anessa .background-overlay {
    background: rgba(0, 0, 0, 0.8); }
  .background-anessa .text {
    color: #ccc; }

.wrapper {
  position: relative; }
  .wrapper.no-wrap {
    padding: 0; }
  .wrapper .wrapper-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 10; }

#intro {
  height: 400px; }

.hide {
  display: none; }

.hide-text {
  text-indent: -9999px;
  position: absolute; }

#overview h2,
.title-def {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 34px; }

#press-kit {
  margin: 0 auto 60px;
  text-align: center; }

#overview .text {
  font-size: 18px;
  line-height: 26px; }
  #overview .text.wrap {
    max-width: 600px;
    margin: 0 auto 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #overview .text strong {
    font-weight: bold; }
  #overview .text em {
    font-style: italic; }
#overview .point {
  padding: 50px 20px; }

#overview-characters {
  position: relative;
  overflow: hidden;
  padding: 0 !important; }
  #overview-characters .first {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 160px; }
    #overview-characters .first img {
      float: right; }
  #overview-characters .last {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 190px; }
  #overview-characters .center {
    position: relative;
    background: url("../assets/paper-texture.png");
    padding: 40px 30px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    z-index: 1; }
  #overview-characters h2 {
    text-align: center; }
  #overview-characters .small {
    line-height: 0; }
    #overview-characters .small img {
      max-width: 100%;
      height: auto; }

#overview-map .text {
  padding-bottom: 20px; }
#overview-map img {
  max-width: 100%;
  height: auto; }
#overview-map .map-modal {
  position: absolute;
  top: -40px;
  left: -170px;
  background: #32302e;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  width: 220px;
  margin-left: -80px;
  z-index: 3;
  display: none;
  box-shadow: 0 0 8px #000; }
  #overview-map .map-modal:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #32302e;
    position: absolute;
    top: 10px;
    right: -22px; }
  #overview-map .map-modal .close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px; }
  #overview-map .map-modal .map-modal-inner {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #overview-map .map-modal h3 {
    margin-bottom: 5px;
    letter-spacing: 1px; }
  #overview-map .map-modal p {
    font-size: 12px;
    line-height: 16px;
    color: #ccc;
    margin-bottom: 0; }
#overview-map #map-large {
  position: relative; }
  #overview-map #map-large .location {
    display: block;
    width: 50px;
    height: 50px;
    background: #700;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer; }
  #overview-map #map-large .map-modal {
    margin-top: 50px; }
  #overview-map #map-large .shadowveil {
    left: 66%;
    top: 15%;
    width: 69px;
    height: 80px;
    background: url("../assets/map-shadowveil.png"); }
    #overview-map #map-large .shadowveil:hover {
      background-position: -69px; }
  #overview-map #map-large .seraph-mines {
    left: 87%;
    top: 42%;
    width: 63px;
    height: 69px;
    background: url("../assets/map-mines.png"); }
    #overview-map #map-large .seraph-mines:hover {
      background-position: -63px; }
  #overview-map #map-large .valderun {
    left: 23.3%;
    top: 84.5%;
    width: 69px;
    height: 51px;
    background: url("../assets/map-valderun.png"); }
    #overview-map #map-large .valderun:hover {
      background-position: -69px; }
#overview-map #map-small {
  position: relative; }
  #overview-map #map-small .location {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -20px;
    margin-top: -20px;
    cursor: pointer; }
  #overview-map #map-small h3 {
    margin-bottom: 10px;
    padding: 10px 0 1px; }
  #overview-map #map-small .map-modal {
    margin-top: 40px; }
    #overview-map #map-small .map-modal:after {
      display: none; }
  #overview-map #map-small .shadowveil {
    left: 63%;
    top: 21%; }
    #overview-map #map-small .shadowveil .map-modal {
      top: 10px;
      left: 0px; }
  #overview-map #map-small .seraph-mines {
    left: 89%;
    top: 47%; }
  #overview-map #map-small .valderun {
    left: 16.3%;
    top: 80%; }
    #overview-map #map-small .valderun .map-modal {
      top: -50px;
      left: 130px; }

#sword .box {
  position: relative; }
#sword .choice {
  float: left;
  width: 50%; }
  #sword .choice li {
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    left: 75%;
    top: 50%;
    outline: 2px solid #000;
    line-height: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: all 1s; }
    #sword .choice li.active {
      top: 0;
      left: 0 !important;
      width: 50%;
      margin: 0;
      height: 100%; }
    #sword .choice li:first-of-type {
      left: 61%; }
    #sword .choice li:last-of-type {
      left: 89%; }
#sword .featured {
  margin-bottom: 10px;
  background: #0f0;
  width: 50%;
  display: block;
  float: left; }
#sword img {
  margin: 0 auto;
  display: block;
  max-height: 100%;
  width: auto; }
#sword .sword-blade .featured {
  height: 200px; }
#sword .sword-blade .choice {
  padding-top: 80px; }
#sword .sword-hilt .featured {
  height: 80px;
  background: #00f; }
#sword .sword-hilt .choice {
  padding-top: 20px; }
#sword .sword-pommel .featured {
  height: 40px;
  background: #f00; }
#sword .sword-pommel .choice {
  padding-top: 0px; }

#overview-combat h2 {
  text-align: center; }
#overview-combat .text {
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.cf:after, .cf:before {
  content: ' ';
  display: table; }
.cf:after {
  clear: both; }

#news {
  padding: 40px 0; }
  @media (max-width: 839px) {
    #news #disqus_thread {
      padding: 0 20px 20px; } }
  #news #articles a {
    position: relative;
    color: #fff;
    line-height: 0;
    display: block; }
    #news #articles a:hover h3,
    #news #articles a:hover .overlay {
      opacity: 0; }
  #news #articles img {
    max-width: 100%;
    height: auto; }
  #news #articles .overlay {
    color: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s; }
  #news #articles h3 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 20px;
    transition: opacity 1s; }
  #news iframe {
    max-width: 100%; }

.small {
  display: none;
  line-height: 0; }

#overview-companions .characters {
  margin-bottom: 20px;
  background: url("../assets/paper-texture.png");
  margin-top: 35px;
  padding-bottom: 4px; }
  #overview-companions .characters li {
    width: 33.33%;
    float: left;
    position: relative; }
    #overview-companions .characters li .skill {
      width: 30px;
      height: 30px;
      background: url("../assets/paper-texture.png");
      z-index: 1;
      display: inline-block;
      cursor: pointer;
      -webkit-transform: scale3d(1, 1, 1);
      transition: all 0.3s;
      position: relative; }
      #overview-companions .characters li .skill:hover {
        -webkit-transform: scale3d(2, 2, 2);
        transform: scale3d(2, 2, 2);
        z-index: 2;
        outline: 1px solid #000; }
    #overview-companions .characters li .skill-group {
      width: 100px;
      position: absolute;
      left: 50%;
      height: 30px;
      margin-left: -49px;
      top: -33px; }
    #overview-companions .characters li img {
      margin: 0 auto;
      display: block; }
#overview-companions #skill-contain {
  background: url("../assets/paper-texture.png");
  padding: 16px;
  color: #111;
  min-height: 60px; }
  #overview-companions #skill-contain #skill-title,
  #overview-companions #skill-contain #skill-desc {
    margin-left: 80px;
    line-height: 18px; }
  #overview-companions #skill-contain #skill-title {
    margin-bottom: 3px; }
  #overview-companions #skill-contain img {
    position: absolute;
    outline: 4px solid #111; }
#overview-companions .last {
  padding-left: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 30px; }

@-webkit-keyframes $id {
  from {
    background-position: 0; }
  to {
    background-position: -7049px; } }
@-moz-keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -7049px; } }
@-ms-keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -7049px; } }
@-o-keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -7049px; } }
@keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -7049px; } }
@-webkit-keyframes $id {
  from {
    background-position: 0; }
  to {
    background-position: -796px; } }
@-moz-keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -796px; } }
@-ms-keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -796px; } }
@-o-keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -796px; } }
@keyframes $id {
  from {
    background-position: 0px; }
  to {
    background-position: -796px; } }
@-webkit-keyframes $idName {
  0% {
    top: 0; }
  25% {
    top: -200px; }
  100% {
    top: 1500px;
    left: -300px; } }
@-moz-keyframes $idName {
  0% {
    top: 0; }
  25% {
    top: -200px; }
  100% {
    top: 1500px;
    left: -300px; } }
@-ms-keyframes $idName {
  0% {
    top: 0; }
  25% {
    top: -200px; }
  100% {
    top: 1500px;
    left: -300px; } }
@-o-keyframes $idName {
  0% {
    top: 0; }
  25% {
    top: -200px; }
  100% {
    top: 1500px;
    left: -300px; } }
@keyframes $idName {
  0% {
    top: 0; }
  25% {
    top: -200px; }
  100% {
    top: 1500px;
    left: -300px; } }
#overview-explore h2 {
  text-align: center; }
#overview-explore .text {
  max-width: 600px;
  margin: 0 auto;
  display: border-box;
  margin-bottom: 40px; }
#overview-explore .sprite {
  margin: 0 auto; }
#overview-explore .col {
  position: relative; }
  #overview-explore .col:last-of-type {
    width: 50%; }
#overview-explore .stove-wrap {
  width: 398px;
  height: 329px;
  position: relative;
  margin: 0 auto; }
#overview-explore .sprite-banner {
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  position: relative;
  display: block;
  background: url("../assets/sprite-banner.png") no-repeat;
  width: 371px;
  height: 343px; }
  #overview-explore .sprite-banner.play {
    background-position: -6678px;
    -webkit-animation: banner 2s steps(19) 1;
    -moz-animation: banner 2s steps(19) 1;
    -ms-animation: banner 2s steps(19) 1;
    -o-animation: banner 2s steps(19) 1;
    animation: banner 2s steps(19) 1; }
#overview-explore .chest {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -99px;
  border-bottom: 10px solid #111;
  padding: 0 24px;
  line-height: 0; }
#overview-explore .sprite-stove-static {
  position: absolute;
  z-index: 12;
  left: 50%;
  margin-left: -199px;
  cursor: pointer; }
#overview-explore .sprite-stove {
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 50%;
  margin-left: -199px;
  z-index: 11;
  display: block;
  background: url("../assets/sprite-stove-b.png") no-repeat;
  width: 398px;
  height: 329px; }
  #overview-explore .sprite-stove.play {
    background-position: -398px;
    -webkit-animation: stove 0.3s steps(2) infinite;
    -moz-animation: stove 0.3s steps(2) infinite;
    -ms-animation: stove 0.3s steps(2) infinite;
    -o-animation: stove 0.3s steps(2) infinite;
    animation: stove 0.3s steps(2) infinite; }
#overview-explore .heart {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  margin-left: -40px; }
  #overview-explore .heart.play {
    -webkit-animation: heart 5s 1;
    -moz-animation: heart 5s 1;
    -ms-animation: heart 5s 1;
    -o-animation: heart 5s 1;
    animation: heart 5s 1; }

#screenshots {
  padding: 40px 20px; }
  #screenshots li {
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #screenshots li img {
      border: 5px solid #74161b;
      display: block;
      margin: auto;
      transition: border 0.5s; }
      #screenshots li img:hover {
        border-color: #a92126; }

#footer {
  background: #000;
  padding: 40px 20px;
  color: #fff; }
  #footer .col {
    margin-bottom: 30px; }
  #footer img {
    max-width: 100%;
    height: auto; }
  #footer a {
    color: #be191e; }
  #footer h4 {
    margin-bottom: 10px; }
  #footer li, #footer p {
    line-height: 20px; }

@media (max-width: 799px) {
  #overview-intro {
    padding-top: 40px; }

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

  #screenshots {
    padding: 40px 0; }
    #screenshots li {
      float: none;
      width: auto;
      padding-bottom: 20px; }
      #screenshots li img {
        display: block;
        margin: auto; }

  #overview-explore h2 {
    padding-top: 40px !important; }
  #overview-explore .sprite-banner {
    margin-bottom: 40px; }
  #overview-explore .col:last-of-type {
    display: block;
    width: 100%;
    padding-bottom: 40px; }

  .wrapper {
    padding-left: 0;
    padding-right: 0; }
    .wrapper h2 {
      padding: 0 20px; }
    .wrapper .text {
      padding: 0 20px; }

  #overview .point {
    padding: 0; }
  #overview h2 {
    text-align: center; }

  #overview-characters .first,
  #overview-characters .last {
    display: none; }
  #overview-characters .center {
    padding-top: 40px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }

  #overview-map {
    padding: 40px 0 0 !important; }
    #overview-map .text {
      padding-bottom: 40px; }

  #overview-combat {
    padding: 40px 0 0 !important; }
    #overview-combat .text {
      width: 100%;
      padding-bottom: 40px; }

  .large {
    display: none; }

  .small {
    display: block; }

  #nav {
    position: absolute;
    top: 0; }
    #nav.snap {
      position: absolute; }

  #overview-companions {
    padding: 40px 0 !important; }
    #overview-companions .last {
      padding: 0 !important; }

  #news iframe,
  #news img {
    margin: 0 auto;
    display: block; }

  .text {
    max-width: 600px;
    margin: 0 auto; } }
.responsive {
  max-width: 100%;
  height: auto; }

@media (min-width: 800px) {
  .col-group {
    display: block; }
    .col-group .col {
      float: left; }
    .col-group.two .col {
      width: 50%; }
    .col-group.three .col {
      width: 33.33%; }
    .col-group:after, .col-group:before {
      content: ' ';
      display: table; }
    .col-group:after {
      clear: both; }

  #overview-map .col {
    float: left;
    width: 33%;
    position: relative; }
    #overview-map .col.first {
      padding-right: 40px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    #overview-map .col.last {
      width: 66%;
      padding-left: 40px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
      #overview-map .col.last img {
        float: right; }

  #overview-characters .col {
    width: 33.33%;
    float: left; }
  #overview-characters .center {
    min-height: 400px; }

  #news {
    padding: 40px 20px; }
    #news a {
      border: 5px solid #74161b;
      margin-bottom: 20px;
      transition: border 0.5s; }
      #news a:hover {
        border-color: #a92126; }
    #news .col:first-of-type {
      width: 65%;
      padding-right: 5%; }
    #news .col.last {
      width: 30% !important; } }
.copyright {
  text-align: center;
  font-size: 12px; }

#newsletter-signup {
  margin: 40px auto 20px;
  max-width: 300px; }

.box-text {
  padding: 20px;
  margin: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7); }

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