@charset "UTF-8";
/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
@font-face {
  font-family: "outage";
  src: url("../fonts/outage/outage-webfont.eot");
  src: url("../fonts/outage/outage-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/outage/outage-webfont.woff") format("woff"), url("../fonts/outage/outage-webfont.ttf") format("truetype"), url("../fonts/outage/outage-webfont.svg#outageregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

.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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

.fa-bar-chart-o:before {
  content: "\f080"; }

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7"; }

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

#mobileMenuTrigger {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid #ffd88f;
  font-size: 20px;
  height: 32px;
  left: 10px;
  line-height: 32px;
  position: fixed;
  text-align: center;
  top: 10px;
  width: 30px;
  z-index: 11; }
  #mobileMenuTrigger.active {
    border-color: #35a785;
    color: #35a785; }

nav {
  display: block;
  font-size: 20px;
  left: 17px;
  position: fixed;
  text-align: center;
  top: 18px;
  width: 26px;
  z-index: 10; }
  nav .fist-logo {
    display: none;
    margin: 11px 0 0; }
  @media screen and (min-width: 500px) {
    nav ol {
      margin-top: 5px; }
      nav ol li {
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        background: #bc2e2a;
        border-radius: 100%;
        border: 1px solid #ffd88f;
        height: 24px;
        line-height: 1;
        opacity: 0;
        padding-top: 2px;
        position: absolute;
        text-align: center;
        width: 26px;
        z-index: 1; }
        nav ol li a {
          color: #ffd88f;
          display: block;
          font-size: 11px;
          font-weight: 700;
          padding-top: 10px; }
        nav ol li.current {
          background: #ffd88f;
          opacity: 1;
          z-index: 2; }
          nav ol li.current a {
            color: #bc2e2a;
            padding-top: 2px; }
            nav ol li.current a:after {
              font-family: "fontAwesome";
              content: "";
              font-weight: normal;
              display: block;
              font-size: 14px;
              margin-top: -3px; }
      nav ol:hover li:not(.current) {
        margin-top: 36px;
        opacity: 1; }
        nav ol:hover li:not(.current):hover {
          background: #35a785; } }
  @media screen and (max-width: 500px) {
    nav ol li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin: 5px; }
      nav ol li a {
        font-size: 0.6em;
        font-weight: bold; }
      nav ol li.current {
        background: #bc2e2a;
        padding: 0 8px;
        border-radius: 3px; } }
  nav ul li {
    list-style: none; }
  nav a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #ffd88f; }
    nav a:not(.fist-logo) {
      display: block;
      position: relative;
      padding: 5px 0; }
    nav a .icon {
      background: #ffd88f;
      border-radius: 100%;
      height: 8px;
      margin: 0 0 6px 10px;
      width: 8px; }
    @media screen and (min-width: 500px) {
      nav a span {
        transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 3px;
        color: #ffd88f;
        font-size: 15px;
        font-family: "outage";
        left: -3000px;
        opacity: 0;
        padding: 3px 9px;
        position: absolute;
        top: -5px;
        white-space: nowrap; }
        nav a span:before {
          font-family: "fontAwesome";
          content: "";
          font-weight: normal;
          color: rgba(0, 0, 0, 0.7);
          font-size: 15px;
          left: -5px;
          position: absolute;
          top: 4px; } }
    nav a:hover {
      text-decoration: none; }
      nav a:hover .icon {
        background: rgba(255, 216, 143, 0.5); }
      nav a:hover span {
        left: 30px;
        opacity: 1; }
    nav a.facebook {
      padding: 0; }
      nav a.facebook:hover {
        color: #6f85ac; }
    nav a.twitter {
      padding: 0; }
      nav a.twitter:hover {
        color: #86c8ea; }
  nav li.active a.circle .icon {
    background: #35a785; }
  nav li.active a.circle span {
    color: #35a785; }
  nav li.active.alt a.circle .icon {
    background: #73c9a8; }

@media screen and (max-width: 500px) {
  nav {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid rgba(188, 46, 42, 0.5);
    display: none;
    font-size: 24px;
    left: auto;
    top: 0;
    width: 100%; }
    nav .fist-logo {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
    nav a {
      color: #ffd88f;
      border-bottom: 1px solid rgba(188, 46, 42, 0.35);
      padding: 12px;
      font-size: 0.85em;
      margin-bottom: 0; }
      nav a .icon {
        display: none; }
      nav a span {
        display: block;
        font-weight: 600;
        text-transform: uppercase; }
      nav a.twitter, nav a.facebook {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        color: #86c8ea;
        margin: 0 5px; }
      nav a.facebook {
        color: #7e96c3; }

  #mobileMenuTrigger {
    display: block; } }
body > footer {
  background: #424242;
  color: #c4c4c4;
  font-size: 12px;
  padding: 50px 0; }
  body > footer.fixed {
    bottom: 0;
    position: absolute;
    width: 100%; }
  body > footer .social-links {
    float: right;
    margin-left: 5%; }
    body > footer .social-links a {
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      border-bottom: 1px solid #666666;
      color: #c4c4c4;
      display: block;
      font-size: 24px;
      margin-bottom: 4px;
      padding-bottom: 4px; }
      body > footer .social-links a:last-child {
        border-bottom: 0 none; }
      body > footer .social-links a.facebook:hover {
        color: #6f85ac; }
      body > footer .social-links a.twitter:hover {
        color: #86c8ea; }
      body > footer .social-links a.vimeo:hover {
        color: #80cce7; }
      body > footer .social-links a.github:hover {
        color: white; }
  body > footer .anteriores {
    margin-bottom: 20px; }
    body > footer .anteriores h6 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 6px; }
    body > footer .anteriores ol li a {
      color: rgba(255, 216, 143, 0.85); }
      body > footer .anteriores ol li a strong {
        color: #ffd88f; }
      body > footer .anteriores ol li a i {
        color: #bc2e2a;
        font-size: 14px;
        padding: 5px 3px; }
  body > footer h5 {
    font-size: 14px;
    margin-bottom: 20px; }
  body > footer p {
    margin-bottom: 25px; }
  body > footer iframe {
    display: block;
    margin-bottom: 20px; }
  body > footer .fb-like-box {
    float: left;
    margin-right: 5%; }
  body > footer a#sz {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    float: left;
    font-size: 11px;
    margin-left: 6px;
    color: #a2a2a2; }
    body > footer a#sz:hover {
      color: #c4c4c4; }

section#start {
  background: #851512;
  background: -moz-linear-gradient(top, #851512 0%, #cb2522 50%, #e74e3b 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #851512), color-stop(50%, #cb2522), color-stop(99%, #e74e3b));
  background: -webkit-linear-gradient(top, #851512 0%, #cb2522 50%, #e74e3b 99%);
  background: -o-linear-gradient(top, #851512 0%, #cb2522 50%, #e74e3b 99%);
  background: -ms-linear-gradient(top, #851512 0%, #cb2522 50%, #e74e3b 99%);
  background: linear-gradient(to bottom, #851512 0%, #cb2522 50%, #e74e3b 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#851512', endColorstr='#e74e3b',GradientType=0 );
  position: relative;
  text-align: center;
  overflow: hidden; }
  section#start .konex {
    bottom: -200px;
    height: auto;
    left: -15px;
    position: absolute;
    z-index: 2; }
  section#start .cloud {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    max-width: 100%; }
  section#start .signal {
    background: url(../images/signal.png) no-repeat center 15%;
    background-size: auto 85%;
    bottom: 0;
    min-height: 400px;
    position: absolute;
    width: 100%;
    z-index: 2; }
  section#start .breeze {
    background: url(../images/breeze.png) no-repeat top center;
    height: 300px;
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 1; }
  section#start .bricks {
    background: #333333 url(../images/bricks.png) repeat center top;
    bottom: 0;
    height: 275px;
    position: absolute;
    width: 100%;
    z-index: 2; }
    section#start .bricks .bat {
      position: absolute; }
    section#start .bricks .bat1 {
      right: 10%;
      margin-top: -100px; }
    section#start .bricks .bat2 {
      right: 25%;
      margin-top: -50px; }
    section#start .bricks .bat3 {
      left: 15%;
      margin-top: -250px; }
    section#start .bricks .clouds {
      background: url(../images/clouds.png) no-repeat top center;
      height: 317px;
      margin-top: -312px;
      position: absolute;
      width: 100%; }
  section#start img.character {
    bottom: 30px;
    height: auto;
    left: 50%;
    max-height: 87%;
    position: absolute;
    width: auto;
    z-index: 2; }
  section#start img.character {
    display: none; }
  section#start.erlich img.erlich {
    display: inline; }
  section#start.erlich h1.erlich {
    display: block; }
  section#start.horseboy img.horseboy {
    display: inline; }
  section#start.horseboy h1.horseboy {
    display: block; }
  section#start.woz img.woz {
    display: inline; }
  section#start.woz h1.woz {
    display: block; }
  section#start.moss img.moss {
    display: inline; }
  section#start.moss h1.moss {
    display: block; }
  section#start.staplerguy img.staplerguy {
    display: inline; }
  section#start.staplerguy h1.staplerguy {
    display: block; }
  section#start.trinity {
    background: black; }
    section#start.trinity h1.trinity {
      display: block; }
    section#start.trinity canvas {
      display: block;
      height: 100%;
      width: 100%; }
    section#start.trinity img#matrix {
      height: auto;
      left: 50%;
      max-height: 80%;
      max-width: 700px;
      position: absolute;
      top: 10%;
      width: auto;
      z-index: 3; }
    section#start.trinity .signal, section#start.trinity .breeze, section#start.trinity .cloud, section#start.trinity .clouds, section#start.trinity .konex, section#start.trinity .bat, section#start.trinity .bricks {
      display: none; }
    section#start.trinity hgroup {
      background-color: transparent;
      background-image: -moz-linear-gradient(top, transparent, black);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, black));
      background-image: linear-gradient(top, transparent, black); }
  section#start hgroup {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    bottom: 0;
    color: #73c9a8;
    font-family: "outage";
    left: 0;
    max-width: 100%;
    padding: 50px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 4; }
    section#start hgroup h1 {
      color: #ffd88f;
      line-height: 1.1;
      font-size: 50px;
      display: none; }
    section#start hgroup h2 {
      font-size: 20px; }
      section#start hgroup h2 span:before {
        content: " | "; }
  section#start canvas {
    display: none; }
  section#start img#matrix {
    display: none; }
  @media screen and (max-width: 500px) {
    section#start hgroup {
      padding-bottom: 30px; }
      section#start hgroup h1 {
        margin-bottom: 5px; }
        section#start hgroup h1 span {
          display: block; }
      section#start hgroup h2 span:before {
        display: none; } }
  @media screen and (max-width: 600px) {
    section#start .signal {
      background-position: right 20%; }
    section#start img.cloud {
      display: none; }
    section#start .bricks {
      height: 150px; }
      section#start .bricks .bat2 {
        display: none; }
    section#start .konex {
      bottom: -80px;
      left: -200px;
      max-width: 300px; } }

section#registration {
  background: #734658;
  text-align: center;
  padding-bottom: 150px;
  position: relative; }
  section#registration h2 + p {
    margin: 0 auto 50px;
    max-width: 600px; }
  section#registration .table {
    background: #333333;
    border-radius: 3px;
    border: 4px solid rgba(255, 216, 143, 0.3);
    min-height: 340px;
    margin: 0 auto;
    position: relative;
    width: 700px;
    z-index: 1; }
    section#registration .table:after {
      background: url(../images/lanyard.png) no-repeat center bottom;
      content: "";
      height: 242px;
      position: absolute;
      right: -39px;
      top: -7px;
      width: 63px;
      z-index: 2; }
    section#registration .table .col {
      border-right: 3px solid rgba(255, 216, 143, 0.3);
      float: left;
      position: relative;
      width: 172px; }
      section#registration .table .col.last {
        border-right: 0 none; }
      section#registration .table .col.active {
        border: 6px solid #73c9a8;
        border-radius: 6px;
        margin: -22px 0 0 -6px;
        z-index: 1; }
        section#registration .table .col.active.last {
          margin-right: -3px; }
        section#registration .table .col.active .cell {
          border-color: rgba(115, 201, 168, 0.3); }
          section#registration .table .col.active .cell:first-child {
            min-height: 67px; }
          section#registration .table .col.active .cell h4, section#registration .table .col.active .cell small, section#registration .table .col.active .cell strong {
            color: #73c9a8; }
          section#registration .table .col.active .cell h4 {
            font-size: 22px;
            margin-bottom: 0; }
          section#registration .table .col.active .cell p {
            font-size: 13px; }
          section#registration .table .col.active .cell small {
            font-size: 20px; }
          section#registration .table .col.active .cell strong {
            font-size: 32px; }
          section#registration .table .col.active .cell:last-child {
            border: 0 none; }
      section#registration .table .col .cell {
        border-bottom: 3px solid rgba(255, 216, 143, 0.3);
        background: #404040;
        padding: 10px;
        min-height: 51px; }
        section#registration .table .col .cell:last-child {
          background: #333333; }
        section#registration .table .col .cell h4 {
          font-family: "Ubuntu";
          font-size: 16px;
          font-weight: bold;
          margin: 0 0 3px;
          text-transform: uppercase; }
          section#registration .table .col .cell h4 i {
            display: block; }
        section#registration .table .col .cell p {
          font-size: 11px; }
        section#registration .table .col .cell small {
          font-size: 18px;
          font-weight: 600; }
        section#registration .table .col .cell strong {
          font-weight: normal;
          font-family: "outage";
          font-size: 28px; }
      section#registration .table .col.sold-out .cell {
        background: #595959; }
      section#registration .table .col.sold-out img {
        margin: -25px 0 0 -38px;
        position: absolute;
        z-index: 7; }
      section#registration .table .col:nth-child(2) img {
        z-index: 6; }
      section#registration .table .col:nth-child(3) img {
        z-index: 5; }
      section#registration .table .col:nth-child(4) img {
        z-index: 4; }
    section#registration .table h5 {
      clear: left;
      font-size: 18px;
      font-weight: 600;
      padding: 25px;
      text-transform: uppercase; }
    section#registration .table ul {
      padding-bottom: 25px;
      text-align: left; }
      section#registration .table ul li {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        font-size: 13px;
        margin-bottom: 5px;
        margin-left: 8%;
        padding: 0 4% 0 0;
        position: relative;
        vertical-align: top;
        width: 38%; }
        section#registration .table ul li:before {
          font-family: "fontAwesome";
          content: "";
          color: #e1483f;
          font-size: 17px;
          left: -28px;
          position: absolute; }
    section#registration .table a {
      transition: all, 0.12s;
      -moz-transition: all, 0.12s;
      -webkit-transition: all, 0.12s;
      -o-transition: all, 0.12s;
      background: #e1483f;
      border-radius: 0 0 3px 3px;
      bottom: -60px;
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
      font-size: 24px;
      font-weight: 600;
      height: 60px;
      left: 50%;
      line-height: 60px;
      margin-left: -150px;
      position: absolute;
      text-transform: uppercase;
      width: 300px; }
      section#registration .table a:hover {
        background: #35a785;
        text-decoration: none; }
  section#registration .stuff .wrapper {
    height: 262px;
    margin-top: -210px;
    position: relative;
    text-align: left; }
  section#registration .stuff .cup {
    bottom: -23px;
    position: absolute;
    right: 100px; }
  section#registration .stuff .sign {
    bottom: -6px;
    left: 0;
    position: absolute;
    z-index: 0; }
  section#registration .wood {
    background: #c18044 url(../images/wood.png);
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 30px; }
  @media screen and (max-width: 800px) {
    section#registration .table {
      width: auto; }
      section#registration .table:after {
        display: none; }
      section#registration .table .col {
        border: 0 none;
        border-bottom: 3px solid rgba(255, 216, 143, 0.3);
        float: none;
        width: auto; }
        section#registration .table .col.active {
          margin: -3px -3px 0; }
          section#registration .table .col.active .cell h4 {
            font-size: 16px; }
          section#registration .table .col.active .cell small {
            font-size: 18px; }
        section#registration .table .col .cell, section#registration .table .col .cell:last-child {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          border: 0 none;
          padding: 10px 0;
          min-height: 60px;
          vertical-align: middle;
          width: 50%; }
      section#registration .table h5 {
        background: url(../images/lanyard.png) no-repeat left bottom;
        margin-bottom: 15px;
        text-align: left;
        padding: 20px 10px 90px 60px; }
      section#registration .table ul li {
        display: block;
        margin-left: 15%;
        width: auto; }
      section#registration .table a {
        width: 160px;
        margin-left: -80px;
        font-size: 18px; }
    section#registration .stuff .sign {
      display: none; }
    section#registration .stuff .cup {
      right: -20px; } }

section#speakers {
  background: #36a582 url(../images/cave-middle.png) no-repeat center 230px; }
  @media screen and (min-width: 1400px) {
    section#speakers .wrapper {
      max-width: 1450px; }
      section#speakers .wrapper > ul > li {
        width: 19%;
        margin: 0.5%; } }
  section#speakers #cave-top {
    background: url(../images/cave-top.png) repeat center top;
    height: 489px;
    margin-bottom: -220px;
    margin-top: -77px;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 650px) {
      section#speakers #cave-top {
        margin-top: -180px;
        zoom: 0.5; } }
  section#speakers #cave-bottom {
    background: url(../images/cave-bottom.png) repeat center top;
    height: 159px;
    margin-bottom: -65px;
    margin-top: -115px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 1673px) {
      section#speakers #cave-bottom {
        background-size: 100% auto; } }
  section#speakers h2.title {
    color: #ffd88f; }
  section#speakers header {
    height: 430px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
    @media screen and (max-width: 750px) {
      section#speakers header {
        display: none; } }
    section#speakers header .wrapper {
      position: relative; }
    section#speakers header .top {
      background: url(../images/speakers-top.png) repeat center bottom;
      height: 112px;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2; }
    section#speakers header span.full-list {
      display: none;
      color: #ffd88f;
      cursor: pointer;
      font-size: 12px;
      font-weight: 600;
      left: 100px;
      position: fixed;
      text-transform: uppercase;
      top: 20px;
      z-index: 3; }
      section#speakers header span.full-list i {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        transition: all, 0.4s;
        -moz-transition: all, 0.4s;
        -webkit-transition: all, 0.4s;
        -o-transition: all, 0.4s;
        background: #35a785;
        border-radius: 100%;
        border: 2px solid #ffd88f;
        height: 26px;
        font-size: 26px;
        margin-right: 10px;
        vertical-align: middle;
        width: 26px; }
      section#speakers header span.full-list:hover {
        text-decoration: none; }
        section#speakers header span.full-list:hover i {
          background: #e1483f; }
      section#speakers header span.full-list.open i {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
    section#speakers header a.register {
      background: #DF483F;
      border-radius: 2px;
      padding: 7px 25px;
      position: absolute;
      top: 10px;
      right: 100px;
      text-transform: uppercase;
      z-index: 3; }
      section#speakers header a.register:hover {
        background: rgba(223, 72, 63, 0.9);
        text-decoration: none; }
      section#speakers header a.register:before, section#speakers header a.register:after {
        background: url(../images/chain.png) no-repeat center -8px;
        content: "";
        height: 130px;
        left: 10px;
        position: absolute;
        top: -130px;
        width: 8px; }
      section#speakers header a.register:after {
        left: auto;
        right: 10px; }
    section#speakers header a.rfd-speakers {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      border-radius: 3px;
      border: 1px solid;
      color: #73c9a8;
      font-size: 12px;
      padding: 8px 18px;
      position: absolute;
      right: 100px;
      top: 310px;
      vertical-align: middle; }
      section#speakers header a.rfd-speakers:hover {
        background: rgba(115, 201, 168, 0.85);
        color: #363636;
        text-decoration: none; }
      @media screen and (max-width: 940px) {
        section#speakers header a.rfd-speakers {
          right: -1px;
          border-radius: 3px 0 0 3px; } }
      @media screen and (max-width: 864px) {
        section#speakers header a.rfd-speakers {
          display: none; } }
    section#speakers header .index {
      background: url(../images/speakers-index.png) repeat center bottom;
      height: 430px;
      position: absolute;
      top: 0;
      width: 100%; }
      section#speakers header .index:last-child {
        position: fixed;
        display: none;
        top: -100px; }
      section#speakers header .index ol {
        text-align: center;
        padding-top: 210px; }
        section#speakers header .index ol li {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          position: relative;
          vertical-align: top; }
          section#speakers header .index ol li a {
            border-radius: 100%;
            display: block;
            height: 65px;
            margin: 9px 10px;
            overflow: hidden;
            width: 65px; }
            section#speakers header .index ol li a .border {
              transition: all, 0.25s;
              -moz-transition: all, 0.25s;
              -webkit-transition: all, 0.25s;
              -o-transition: all, 0.25s;
              border-radius: 100%;
              border: 4px solid rgba(54, 54, 54, 0.4);
              height: 57px;
              position: absolute;
              width: 57px; }
            section#speakers header .index ol li a img {
              max-width: 100%;
              height: auto; }
            section#speakers header .index ol li a:hover .border {
              border-color: #ffd88f; }
            section#speakers header .index ol li a:hover + .tooltip {
              opacity: 1; }
            @media screen and (max-width: 1200px) {
              section#speakers header .index ol li a {
                margin: 9px 5px; } }
            @media screen and (max-width: 1080px) {
              section#speakers header .index ol li a {
                margin: 9px 2px; } }
          section#speakers header .index ol li .tooltip {
            transition: all, 0.25s;
            -moz-transition: all, 0.25s;
            -webkit-transition: all, 0.25s;
            -o-transition: all, 0.25s;
            opacity: 0;
            background: #ffd88f;
            border-radius: 2px;
            color: #333333;
            font-family: "outage";
            font-size: 13px;
            left: 50%;
            padding: 2px 10px;
            position: absolute;
            text-transform: uppercase;
            top: -25px;
            transform: translateX(-50%);
            white-space: nowrap;
            z-index: 4; }
            section#speakers header .index ol li .tooltip:after {
              font-family: "fontAwesome";
              content: "";
              font-weight: normal;
              bottom: -17px;
              color: #ffd88f;
              display: block;
              font-size: 20px;
              left: 50%;
              margin-left: -5px;
              position: absolute; }
    section#speakers header .stuff {
      position: relative;
      z-index: 4; }
      section#speakers header .stuff h1 {
        font-size: 36px;
        position: relative;
        margin-top: 120px; }
    section#speakers header.fixed .stuff h1 {
      position: fixed;
      margin-top: 0;
      width: 100%;
      top: 10px; }
    section#speakers header.fixed .stuff a.register {
      position: fixed;
      top: 20px; }
  section#speakers header + article {
    margin-top: 450px; }
    section#speakers header + article h1 {
      display: none; }
    @media screen and (max-width: 750px) {
      section#speakers header + article {
        margin-top: 0; }
        section#speakers header + article h1 {
          display: block; } }
  section#speakers article > ul {
    background: #363636;
    color: #ffd88f;
    padding: 10px;
    position: relative;
    z-index: 1; }
    section#speakers article > ul > li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      background: #737f8d;
      margin: 0.5%;
      width: 24%;
      vertical-align: top; }
      section#speakers article > ul > li .main-info {
        background: url(../images/speaker-bkg-a.png) repeat top center;
        height: 417px;
        position: relative; }
        section#speakers article > ul > li .main-info h3 {
          font-family: "outage";
          font-size: 18px;
          font-weight: normal;
          padding: 90px 0 0;
          text-transform: uppercase; }
        section#speakers article > ul > li .main-info h4 {
          font-size: 15px;
          margin-bottom: 25px; }
      section#speakers article > ul > li:nth-child(even) {
        background: #7d7d7d; }
        section#speakers article > ul > li:nth-child(even) .main-info {
          background-color: #7d7d7d;
          background-image: url(../images/speaker-bkg-b.png); }
        section#speakers article > ul > li:nth-child(even) .details {
          background-image: url(../images/speaker-bkg-b2.png); }
      section#speakers article > ul > li .details {
        background: url(../images/speaker-bkg-a2.png) repeat-x top center;
        display: none; }
        section#speakers article > ul > li .details a.share {
          transition: all 0.25s;
          -moz-transition: all 0.25s;
          -webkit-transition: all 0.25s;
          -o-transition: all 0.25s;
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          border-radius: 100%;
          border: 1px solid rgba(255, 255, 255, 0.5);
          color: white;
          float: right;
          font-size: 20px;
          opacity: 0.15;
          padding: 2px 8px 1px;
          background: rgba(0, 0, 0, 0.15); }
          section#speakers article > ul > li .details a.share:hover {
            color: #73c9a8;
            text-decoration: none; }
          section#speakers article > ul > li .details a.share:before {
            font-weight: normal;
            content: "";
            font-family: "fontAwesome"; }
      section#speakers article > ul > li:hover a.share {
        opacity: 0.85; }
      section#speakers article > ul > li .img {
        bottom: 20px;
        left: 50%;
        margin-left: -115px;
        overflow: hidden;
        position: absolute;
        width: 230px; }
        section#speakers article > ul > li .img .overlay {
          transition: all, 0.25s;
          -moz-transition: all, 0.25s;
          -webkit-transition: all, 0.25s;
          -o-transition: all, 0.25s;
          background: transparent;
          border-radius: 100%;
          box-shadow: 0 0 0 10px rgba(65, 73, 84, 0.7) inset;
          height: 100%;
          position: absolute;
          width: 100%; }
          section#speakers article > ul > li .img .overlay:hover {
            background: rgba(39, 36, 37, 0.9); }
            section#speakers article > ul > li .img .overlay:hover h5, section#speakers article > ul > li .img .overlay:hover .links {
              opacity: 1; }
          section#speakers article > ul > li .img .overlay h5, section#speakers article > ul > li .img .overlay .links {
            transition: all, 0.25s;
            -moz-transition: all, 0.25s;
            -webkit-transition: all, 0.25s;
            -o-transition: all, 0.25s;
            opacity: 0; }
          section#speakers article > ul > li .img .overlay h5 {
            color: #35a785;
            font-family: "Ubuntu";
            font-size: 18px;
            margin-top: 45px; }
          section#speakers article > ul > li .img .overlay a h5:hover {
            text-decoration: underline; }
          section#speakers article > ul > li .img .overlay a small {
            font-size: 14px; }
          section#speakers article > ul > li .img .overlay .links {
            border-top: 1px solid rgba(255, 216, 143, 0.5);
            left: 50%;
            margin-left: -37%;
            padding-top: 20px;
            position: absolute;
            top: 50%;
            width: 74%; }
          section#speakers article > ul > li .img .overlay a i {
            transition: all, 0.25s;
            -moz-transition: all, 0.25s;
            -webkit-transition: all, 0.25s;
            -o-transition: all, 0.25s;
            font-size: 26px;
            font-weight: normal;
            margin: 0 10px; }
          section#speakers article > ul > li .img .overlay a:hover {
            text-decoration: none; }
            section#speakers article > ul > li .img .overlay a:hover i.fa-twitter {
              color: #86c8ea; }
            section#speakers article > ul > li .img .overlay a:hover i.fa-github {
              color: #e1483f; }
        section#speakers article > ul > li .img img {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          border-radius: 100%;
          border: 1px solid rgba(65, 73, 84, 0.7);
          display: block;
          height: auto;
          max-width: 100%; }
  section#speakers a.btn {
    border-radius: 0 0 3px 3px;
    bottom: -48px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -50px;
    position: absolute;
    width: 100px; }
  section#speakers h6 {
    background: #363636;
    border-radius: 0 0 3px 3px;
    bottom: -35px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 600;
    height: 35px;
    left: 50%;
    line-height: 35px;
    margin-left: -140px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 280px;
    z-index: 1; }

body#home section#speakers article > ul {
  font-size: 0; }
  body#home section#speakers article > ul > li.show {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top; }
    body#home section#speakers article > ul > li.show.last {
      display: none; }
      @media screen and (min-width: 1400px) {
        body#home section#speakers article > ul > li.show.last {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto; } }
  @media screen and (min-width: 920px) and (max-width: 1140px) {
    body#home section#speakers article > ul > li .img {
      bottom: 30px;
      margin-left: -100px;
      width: 200px; } }
  @media screen and (min-width: 920px) and (max-width: 1020px) {
    body#home section#speakers article > ul > li .img {
      bottom: 20px;
      margin-left: -90px;
      width: 180px; } }
  @media screen and (max-width: 920px) {
    body#home section#speakers article > ul > li {
      width: 48%;
      margin: 1%; } }
  @media screen and (max-width: 650px) {
    body#home section#speakers article > ul > li {
      width: 96%;
      margin: 2%; } }

.inner-page section#speakers {
  border-left: 0 none;
  text-align: center; }
  .inner-page section#speakers #cave-top {
    margin-top: -245px; }
  .inner-page section#speakers h1 {
    color: #ffd88f;
    font-family: "outage";
    font-size: 42px;
    margin-bottom: 30px;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .inner-page section#speakers ul > li {
    clear: left;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    min-height: 450px;
    width: 100%; }
    .inner-page section#speakers ul > li:last-child {
      margin-bottom: 0; }
    .inner-page section#speakers ul > li ol {
      padding: 0 20px 20px; }
      .inner-page section#speakers ul > li ol li:before {
        font-family: "fontAwesome";
        content: "";
        color: #73c9a8;
        margin-right: 10px; }
    .inner-page section#speakers ul > li .main-info {
      float: left;
      width: 300px; }
      .inner-page section#speakers ul > li .main-info .img {
        overflow: visible; }
        .inner-page section#speakers ul > li .main-info .img .overlay h5 {
          display: none; }
        .inner-page section#speakers ul > li .main-info .img .overlay:hover {
          background: transparent; }
        .inner-page section#speakers ul > li .main-info .img .overlay .links {
          border: 0 none;
          top: 96%;
          opacity: 1; }
          .inner-page section#speakers ul > li .main-info .img .overlay .links a {
            color: #dadada; }
    .inner-page section#speakers ul > li .details {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      color: #dadada;
      display: block;
      margin-left: 300px;
      min-height: 417px;
      padding: 30px 30px 10px;
      text-align: left; }
      .inner-page section#speakers ul > li .details h2 {
        color: white;
        font-weight: 600; }
    .inner-page section#speakers ul > li.rfd .details .abstract h2:after {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      background: #73c9a8;
      color: #363636;
      border-radius: 2px;
      content: "Ruby Fun Day";
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 11px;
      margin: -3px 0 0 9px;
      padding: 1px 5px;
      vertical-align: middle; }
    @media screen and (max-width: 650px) {
      .inner-page section#speakers ul > li .main-info, .inner-page section#speakers ul > li .details {
        float: none;
        margin-left: 0;
        width: 100%; }
      .inner-page section#speakers ul > li .details {
        min-height: 0;
        padding: 30px 1em 0.33em; }
        .inner-page section#speakers ul > li .details a.share {
          display: none; }
        .inner-page section#speakers ul > li .details ol {
          padding-left: 0;
          padding-right: 0; }
        .inner-page section#speakers ul > li .details h2 {
          text-align: center; }
        .inner-page section#speakers ul > li .details p {
          text-align: justify; }
      .inner-page section#speakers ul > li .main-info .img .overlay .links {
        left: 0;
        margin: 0;
        top: 86%;
        width: 100%; }
        .inner-page section#speakers ul > li .main-info .img .overlay .links a:first-child {
          float: left; }
        .inner-page section#speakers ul > li .main-info .img .overlay .links a:last-child {
          float: right; } }

section#rubyfunday {
  background: #65b79a url(../images/salondelajusticia-1400.png) no-repeat center top;
  height: 1565px;
  position: relative; }
  section#rubyfunday .table {
    display: none; }
  section#rubyfunday a.rfd-section {
    background: #DF483F;
    border-radius: 2px;
    display: block;
    margin-top: 25px;
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase; }
    section#rubyfunday a.rfd-section:after {
      font-family: "fontAwesome";
      content: "";
      font-weight: normal;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      -webkit-transform: translateY(-1px);
      -moz-transform: translateY(-1px);
      -o-transform: translateY(-1px);
      transform: translateY(-1px);
      font-size: 9px;
      margin-left: 8px; }
    section#rubyfunday a.rfd-section:hover {
      background: rgba(223, 72, 63, 0.9);
      text-decoration: none; }
  section#rubyfunday .floor {
    background: url(../images/sponsors-top.png) repeat-x center top;
    bottom: 0;
    height: 255px;
    position: absolute;
    width: 100%; }
  section#rubyfunday .text {
    left: 50%;
    margin: 85px 0 0 180px;
    position: absolute;
    text-align: left;
    width: 345px; }
    section#rubyfunday .text h2.title {
      margin: 0; }
    section#rubyfunday .text p, section#rubyfunday .text address {
      color: #f1ebe3;
      margin-top: 20px; }
      section#rubyfunday .text p strong, section#rubyfunday .text address strong {
        color: #ffd88f; }
    section#rubyfunday .text address a {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      transition: all, 0.25s;
      -moz-transition: all, 0.25s;
      -webkit-transition: all, 0.25s;
      -o-transition: all, 0.25s;
      border-radius: 3px;
      color: white;
      margin: 0 0 0 -10px;
      padding: 5px 10px; }
      section#rubyfunday .text address a:before {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        color: #73c9a8;
        content: "";
        float: left;
        font-family: "fontAwesome";
        font-size: 36px;
        line-height: 1.2;
        margin-right: 15px;
        padding-right: 15px; }
      section#rubyfunday .text address a strong {
        color: white;
        font-weight: 600; }
      section#rubyfunday .text address a span {
        font-size: 12px; }
      section#rubyfunday .text address a:hover {
        background: rgba(0, 0, 0, 0.15);
        text-decoration: none; }
    section#rubyfunday .text a.register {
      display: none; }
  section#rubyfunday .remeras, section#rubyfunday .mesa {
    height: auto;
    left: 50%;
    position: absolute; }
  section#rubyfunday .remeras {
    bottom: 735px;
    margin-left: -745px; }
  section#rubyfunday .mesa {
    bottom: 255px;
    margin-left: -535px; }
  @media screen and (min-width: 1401px) {
    section#rubyfunday {
      background-image: url(../images/salondelajusticia-wide.png); } }
  @media screen and (max-width: 1100px) {
    section#rubyfunday {
      background-position: 60% top;
      height: 1515px; }
      section#rubyfunday .text {
        margin-left: 120px; }
      section#rubyfunday .remeras {
        bottom: 605px;
        margin-left: -695px; }
      section#rubyfunday .mesa {
        max-width: 869px;
        margin-left: -435px; } }
  @media screen and (max-width: 940px) {
    section#rubyfunday {
      background-position: 70% top; }
      section#rubyfunday .text {
        margin-left: 60px; } }
  @media screen and (max-width: 800px) {
    section#rubyfunday {
      background-color: #35a785;
      background-size: auto 28%;
      background-position: 68% top;
      height: 1655px;
      margin-bottom: -100px; }
      section#rubyfunday .floor {
        background: url(../images/sponsors-top-mobile.png) repeat-x center top; }
      section#rubyfunday .text {
        left: auto;
        position: relative;
        margin: 320px 0 0;
        width: 100%; }
        section#rubyfunday .text h2.title {
          margin-bottom: 30px; }
      section#rubyfunday .remeras {
        display: none; }
      section#rubyfunday .mesa {
        bottom: 255px;
        margin-left: -630px; } }

.inner-page.rfd section {
  border-left: 0 none; }
  .inner-page.rfd section#rubyfunday {
    height: 1965px; }
    .inner-page.rfd section#rubyfunday .remeras {
      bottom: 1180px; }
    @media screen and (max-width: 1100px) {
      .inner-page.rfd section#rubyfunday {
        height: 1850px; }
        .inner-page.rfd section#rubyfunday .remeras {
          bottom: 1069px; } }
    @media screen and (max-width: 920px) {
      .inner-page.rfd section#rubyfunday {
        height: 1950px; }
        .inner-page.rfd section#rubyfunday .remeras {
          bottom: 1169px; } }
    @media screen and (max-width: 800px) {
      .inner-page.rfd section#rubyfunday {
        height: 2750px; } }
    .inner-page.rfd section#rubyfunday .table {
      display: block;
      margin-top: 840px; }
      @media screen and (max-width: 800px) {
        .inner-page.rfd section#rubyfunday .table {
          margin-top: 25px; }
          .inner-page.rfd section#rubyfunday .table td:nth-of-type(2):after {
            content: "Track 1"; }
          .inner-page.rfd section#rubyfunday .table td:nth-of-type(3):after {
            content: "Track 2"; }
          .inner-page.rfd section#rubyfunday .table td:nth-of-type(4):after {
            content: "Track 3"; }
          .inner-page.rfd section#rubyfunday .table td:nth-of-type(5):after {
            content: "Track 4"; }
          .inner-page.rfd section#rubyfunday .table td:after {
            border-radius: 3px;
            border: 1px solid white;
            font-weight: 600;
            padding: 0 3px; }
          .inner-page.rfd section#rubyfunday .table td.wide:after {
            display: none; } }
    .inner-page.rfd section#rubyfunday a.register {
      background: #DF483F;
      border-radius: 2px;
      display: block;
      margin-top: 25px;
      padding: 12px 25px;
      text-align: center;
      text-transform: uppercase; }
      .inner-page.rfd section#rubyfunday a.register:hover {
        background: rgba(223, 72, 63, 0.9);
        text-decoration: none; }
    .inner-page.rfd section#rubyfunday a.rfd-section {
      display: none; }
    .inner-page.rfd section#rubyfunday .floor {
      background-image: url(../images/sponsors-top2.png); }
      @media screen and (max-width: 800px) {
        .inner-page.rfd section#rubyfunday .floor {
          background-image: url(../images/sponsors-top-mobile2.png); } }
  .inner-page.rfd section#speakers {
    background: #363636; }
    @media screen and (min-width: 801px) {
      .inner-page.rfd section#speakers ul {
        margin-top: -65px; } }

section#sponsors {
  background: #dadada;
  padding-bottom: 20px; }
  section#sponsors h2.title {
    color: #35a785;
    position: relative; }
  section#sponsors .lines {
    margin: 60px 0 30px;
    position: relative; }
    section#sponsors .lines:before {
      border-bottom: 5px solid rgba(255, 255, 255, 0.4);
      border-top: 5px solid rgba(255, 255, 255, 0.4);
      content: "";
      height: 5px;
      left: 0;
      position: absolute;
      top: 8px;
      width: 100%; }
    section#sponsors .lines h4 {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      background: #dadada;
      color: gray;
      font-family: "outage";
      font-size: 22px;
      margin: 0;
      padding: 0 10px;
      position: relative;
      z-index: 1; }
  section#sponsors ul {
    margin-bottom: 30px; }
    section#sponsors ul li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin: 20px;
      vertical-align: middle; }
      section#sponsors ul li:after {
        content: "";
        display: table;
        clear: both; }
      section#sponsors ul li a {
        transition: all, 0.25s;
        -moz-transition: all, 0.25s;
        -webkit-transition: all, 0.25s;
        -o-transition: all, 0.25s; }
        section#sponsors ul li a img {
          max-width: 100%;
          height: auto; }
        section#sponsors ul li a:hover {
          opacity: 0.8; }
    section#sponsors ul .right {
      display: none; }
  section#sponsors h3 {
    font-weight: bold; }
  section#sponsors h3, section#sponsors p {
    color: #333333; }
  @media screen and (min-width: 501px) {
    section#sponsors img.inaka {
      margin-top: -10px; }
    section#sponsors img.pines {
      margin-bottom: -2px; }
    section#sponsors img[alt="Jingle Punks"] {
      margin-bottom: 45px; } }

body.inner-page section#sponsors {
  background: #dadada url(../images/sponsors-top.png) repeat-x center top;
  text-align: center; }
  body.inner-page section#sponsors h2.title {
    color: #ffd88f;
    font-size: 42px;
    margin-bottom: 100px;
    text-shadow: 0 0 0 transparent; }
  body.inner-page section#sponsors li {
    display: block;
    margin: 50px 0;
    text-align: left; }
    body.inner-page section#sponsors li .left {
      float: left;
      width: 30%; }
    body.inner-page section#sponsors li .right {
      display: block;
      margin-left: 32%; }
    body.inner-page section#sponsors li img {
      height: auto;
      max-width: 80%; }
    @media screen and (max-width: 880px) {
      body.inner-page section#sponsors li .left, body.inner-page section#sponsors li .right {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
        width: 100%; } }
  body.inner-page section#sponsors .tourist-class li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 20px;
    vertical-align: middle; }

section#venue {
  background: #785767 url(../images/konex.png) no-repeat center top;
  height: 1211px;
  position: relative; }
  section#venue:before {
    background: url(../images/venue-top.png) repeat left top;
    content: "";
    height: 30px;
    position: absolute;
    top: -30px;
    width: 100%; }
  @media screen and (min-width: 1601px) {
    section#venue {
      background: url(../images/konex.png) no-repeat center top, url(../images/konex-sides.png) no-repeat center top;
      background-color: #785767; } }
  section#venue .konex {
    margin-top: 520px;
    text-align: left; }
    section#venue .konex a {
      transition: all, 0.25s;
      -moz-transition: all, 0.25s;
      -webkit-transition: all, 0.25s;
      -o-transition: all, 0.25s;
      border-radius: 3px;
      display: block;
      margin: 0 0 0 -10px;
      padding: 5px 10px;
      width: 400px;
      position: relative; }
      section#venue .konex a:before {
        transition: all, 0.25s;
        -moz-transition: all, 0.25s;
        -webkit-transition: all, 0.25s;
        -o-transition: all, 0.25s;
        border-right: 1px solid rgba(255, 216, 143, 0.5);
        color: #ffd88f;
        content: "";
        float: left;
        font-family: "fontAwesome";
        font-size: 36px;
        line-height: 1.2;
        margin-right: 15px;
        padding: 7px 15px 7px 0; }
      section#venue .konex a .btn {
        transition: all, 0.25s;
        -moz-transition: all, 0.25s;
        -webkit-transition: all, 0.25s;
        -o-transition: all, 0.25s;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        background: #35a785;
        border-radius: 2px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        color: #ffd88f;
        position: absolute;
        right: 0;
        font-size: 12px;
        font-weight: 700;
        top: 20px;
        padding: 6px 24px;
        text-transform: uppercase; }
        section#venue .konex a .btn:hover {
          background: #73c9a8;
          color: #684858; }
      section#venue .konex a:hover {
        text-decoration: none;
        color: #73c9a8; }
        section#venue .konex a:hover:before {
          color: #d85957; }
    section#venue .konex address small {
      font-size: 11px; }
      section#venue .konex address small span {
        display: block; }
  @media screen and (max-width: 1010px) {
    section#venue {
      background-size: auto 860px;
      background-position: left top;
      height: 860px; }
      section#venue .konex {
        margin-top: 340px; }
        section#venue .konex h2.title {
          margin-bottom: 15px; } }
  @media screen and (max-width: 500px) {
    section#venue {
      background-position: center top; }
      section#venue .konex {
        text-align: center;
        width: 100%;
        margin-top: 20px; }
        section#venue .konex a {
          display: block;
          margin: 0;
          padding: 0;
          width: 100%; }
          section#venue .konex a:before {
            display: none; }
          section#venue .konex a .btn {
            display: block;
            margin: 20px 0 0 0;
            position: relative;
            right: auto;
            top: auto; } }

.inner-page {
  background: #dadada; }
  .inner-page h1 {
    font-size: 30px; }
  .inner-page section {
    color: #333333;
    padding-bottom: 50px;
    padding-top: 20px; }
    @media screen and (min-width: 500px) {
      .inner-page section {
        border-left: 64px solid #35a785; } }
    .inner-page section h1 {
      color: #e1483f;
      margin: 20px 0; }
    .inner-page section h2 {
      color: #e1483f;
      font-size: 20px;
      margin-bottom: 20px; }
    .inner-page section p {
      margin-bottom: 20px; }
    .inner-page section ul {
      list-style: disc inside;
      padding: 0 20px 20px; }
      .inner-page section ul li {
        margin-bottom: 5px; }
        .inner-page section ul li:last-child {
          margin-bottom: 0; }
  @media screen and (min-width: 500px) {
    .inner-page nav {
      margin-top: 70px; } }

body#home section#cfp {
  background: #363636; }
  body#home section#cfp h2.title {
    color: #ffd88f;
    margin-top: 55px; }
  body#home section#cfp h3 {
    font-family: "Ubuntu";
    font-size: 18px;
    margin-bottom: 15px; }
  body#home section#cfp h4 {
    color: #35a785;
    text-transform: uppercase;
    margin-bottom: 30px; }

body#cfp header {
  background: #35a785;
  border-top: 8px solid #e1483f;
  height: 272px;
  position: relative;
  z-index: 1; }
  body#cfp header .podio {
    background: #5f6e8d;
    bottom: 0;
    height: 165px;
    left: 50%;
    margin-left: -125px;
    position: absolute;
    width: 250px; }
    body#cfp header .podio .shadow {
      background: url(../images/podio-shadow.png);
      height: 142px;
      margin: 3px 0 0 2px;
      position: absolute;
      width: 246px;
      z-index: 3; }
    body#cfp header .podio .mic {
      background: url(../images/podio-mic.png);
      height: 62px;
      left: 30px;
      position: absolute;
      top: -62px;
      width: 42px; }
    body#cfp header .podio .fist-logo {
      left: 50%;
      margin-left: -58px;
      position: absolute;
      top: 19px;
      z-index: 2; }
      body#cfp header .podio .fist-logo.fixed {
        margin-top: -8px;
        position: fixed; }
body#cfp #top {
  background: #e1483f;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0; }
  body#cfp #top h1 {
    color: #ffd88f;
    line-height: 72px; }
    @media screen and (max-width: 670px) {
      body#cfp #top h1 {
        display: none; } }

body section ul.details {
  padding: 0; }
  body section ul.details li {
    list-style: none;
    margin-bottom: 15px; }
    body section ul.details li:after {
      content: "";
      display: table;
      clear: both; }
    body section ul.details li .left {
      float: left;
      width: 30%; }
    body section ul.details li .right {
      display: block;
      margin-left: 32%; }
    body section ul.details li img {
      height: auto;
      max-width: 80%; }
    @media screen and (max-width: 880px) {
      body section ul.details li .left, body section ul.details li .right {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
        width: 100%; } }

section#schedule {
  background: #734658;
  position: relative; }
  section#schedule:after {
    content: "";
    display: table;
    clear: both; }
  section#schedule #the-wall {
    height: 421px;
    margin-top: -320px;
    position: absolute;
    width: 100%;
    z-index: 2; }
    section#schedule #the-wall #wall {
      background: url(../images/wall2.png) no-repeat bottom center;
      background-size: 100% auto;
      height: 221px;
      padding-top: 200px;
      position: absolute;
      width: 100%;
      z-index: 2; }
    section#schedule #the-wall #gradient {
      background-color: rgba(104, 72, 88, 0);
      background-image: -moz-linear-gradient(top, rgba(104, 72, 88, 0), #684858);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(104, 72, 88, 0)), color-stop(1, #684858));
      background-image: linear-gradient(top, rgba(104, 72, 88, 0), #684858);
      height: 421px;
      position: absolute;
      width: 100%;
      z-index: 1; }
    section#schedule #the-wall #bricks {
      background: url(../images/bricks-violet.png) no-repeat top center;
      border-top: 10px solid #333333;
      bottom: 0;
      height: 110px;
      position: absolute;
      width: 100%;
      z-index: 0; }
    @media screen and (max-width: 600px) {
      section#schedule #the-wall {
        zoom: 0.6; } }
  section#schedule .schedule {
    float: left;
    margin-right: 4%;
    width: 48%; }
    section#schedule .schedule + .schedule {
      margin: 0; }
    @media screen and (max-width: 600px) {
      section#schedule .schedule {
        float: none;
        margin: 0 0 20px 0;
        width: 100%; } }
    section#schedule .schedule > h1 {
      color: #73c9a8;
      font-family: "outage";
      font-size: 24px;
      margin-bottom: 10px; }
    section#schedule .schedule ol {
      border: 1px solid #73c9a8;
      border-radius: 6px;
      color: #73c9a8;
      overflow: hidden; }
      section#schedule .schedule ol a {
        display: block;
        color: #73c9a8; }
        section#schedule .schedule ol a:hover {
          background: #73c9a8;
          color: #734658;
          text-decoration: none; }
          section#schedule .schedule ol a:hover .what {
            background: #73c9a8; }
          section#schedule .schedule ol a:hover .when {
            background: #73c9a8;
            border-bottom-color: rgba(115, 70, 88, 0.5); }
      section#schedule .schedule ol li {
        border-bottom: 1px solid #73c9a8; }
        section#schedule .schedule ol li:last-child {
          border: 0 none; }
        section#schedule .schedule ol li > div {
          padding: 20px; }
        section#schedule .schedule ol li .when {
          background: #262626;
          font-size: 18px;
          font-weight: bold;
          padding-bottom: 10px;
          border-bottom: 1px solid rgba(115, 201, 168, 0.5); }
        section#schedule .schedule ol li .what {
          background: #262626;
          padding-top: 10px;
          position: relative; }
          section#schedule .schedule ol li .what .img {
            border-radius: 100%;
            left: 20px;
            overflow: hidden;
            position: absolute;
            top: 50%;
            margin-top: -30px;
            width: 60px; }
            @media screen and (max-width: 1000px) {
              section#schedule .schedule ol li .what .img {
                display: none; } }
            section#schedule .schedule ol li .what .img .overlay {
              border-radius: 100%;
              box-shadow: 0 0 0 4px rgba(65, 73, 84, 0.7) inset;
              height: 100%;
              position: absolute;
              width: 100%; }
          section#schedule .schedule ol li .what img {
            max-width: 100%;
            height: auto; }
          section#schedule .schedule ol li .what .talk {
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            *display: inline;
            *vertical-align: auto;
            vertical-align: top; }
            section#schedule .schedule ol li .what .talk h1 {
              font-family: "outage";
              font-size: 18px; }
        section#schedule .schedule ol li.no-speaker .when {
          background: #313131;
          color: #ffd88f;
          border-bottom: 1px solid #776a56;
          border: 0 none; }
        section#schedule .schedule ol li.no-speaker .what {
          color: #ffd88f;
          background: #313131;
          text-transform: uppercase; }

.speaker-popup {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 6px;
  border: 2px solid #73c9a8;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .speaker-popup .when {
    border-bottom: 1px solid #73c9a8;
    color: #73c9a8;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 40px;
    text-align: center; }
  .speaker-popup .what {
    color: #73c9a8;
    padding: 40px 40px 0; }
    .speaker-popup .what .img {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      border-radius: 100%;
      max-width: 30%;
      overflow: hidden;
      position: relative;
      vertical-align: top; }
      .speaker-popup .what .img .overlay {
        border-radius: 100%;
        box-shadow: 0 0 0 8px rgba(65, 73, 84, 0.7) inset;
        height: 100%;
        position: absolute;
        width: 100%; }
    .speaker-popup .what img {
      display: block;
      margin: 0;
      max-width: 100%;
      border-radius: 100%; }
  .speaker-popup .talk {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top;
    margin-left: 4%;
    max-width: 65%; }
    .speaker-popup .talk h1 {
      font-family: "outage";
      font-size: 24px; }
    .speaker-popup .talk h2 {
      font-size: 18px;
      font-weight: 600; }
    .speaker-popup .talk ol {
      padding: 0 20px 20px; }
      .speaker-popup .talk ol li {
        margin-top: 5px; }
        .speaker-popup .talk ol li:before {
          font-family: "fontAwesome";
          content: "";
          color: #73c9a8;
          margin-right: 10px; }
    .speaker-popup .talk p {
      margin-top: 20px; }
  @media screen and (max-width: 600px) {
    .speaker-popup {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: 90%;
      margin-top: 5%; }
      .speaker-popup .mfp-close {
        top: 5%; }
      .speaker-popup .what {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px; }
        .speaker-popup .what .img, .speaker-popup .what .talk {
          display: block;
          margin: 0; }
        .speaker-popup .what .img {
          width: 50px;
          margin-top: -75px;
          margin-left: -10px; }
          .speaker-popup .what .img .overlay {
            box-shadow: 0 0 0 3px rgba(65, 73, 84, 0.7) inset; }
        .speaker-popup .what .talk {
          text-align: center;
          max-width: 100%;
          width: 100%;
          padding-top: 20px;
          box-sizing: border-box;
          -moz-box-sizing: border-box; }
          .speaker-popup .what .talk p {
            text-align: left; } }

html, body {
  overflow-x: hidden; }

body {
  background-color: #bc2e2a;
  color: #ffd88f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5; }
  body a {
    color: #ffd88f;
    text-decoration: none; }
    body a:hover {
      text-decoration: none; }
  body .fade {
    opacity: 0.25; }
  body .fist-logo {
    background: #ffd88f url(../images/fist-logo.png) no-repeat center 2px;
    border-radius: 100%;
    border: 4px solid #e1483f;
    height: 108px;
    padding: 0;
    width: 108px; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 70px;
    padding-right: 70px; }
    @media screen and (max-width: 500px) {
      body .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    body .wrapper .content p, body .wrapper .content h6, body .wrapper .content h5, body .wrapper .content h4, body .wrapper .content h3, body .wrapper .content h2 {
      margin-bottom: 20px; }
    body .wrapper .content h6 {
      font-size: 15px; }
    body .wrapper .content h5 {
      font-size: 15px; }
    body .wrapper .content h4 {
      font-size: 16px; }
    body .wrapper .content h3 {
      font-size: 17px;
      margin-bottom: 15px; }
    body .wrapper .content h3 {
      font-size: 18px; }
    body .wrapper strong {
      font-weight: 600; }
    body .wrapper a:hover {
      text-decoration: underline; }
  body a.btn {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background: #ffd88f;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    color: #684858;
    font-size: 12px;
    font-weight: 700;
    margin: 0 6px 6px 0;
    padding: 6px 20px;
    text-transform: uppercase; }
    body a.btn i {
      font-size: 18px;
      margin: 0 0 1px 6px;
      vertical-align: bottom; }
    body a.btn:hover {
      opacity: 0.85;
      text-decoration: none; }
    body a.btn.btn-alt {
      background: #35a785;
      color: #ffd88f; }
  body h2.title {
    color: #73c9a8;
    font-family: "outage";
    font-size: 42px;
    margin-bottom: 30px;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      body h2.title {
        font-size: 32px;
        margin-bottom: 20px; } }
  body#home section#speakers ul li {
    display: none; }
  body#home section article.wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      body#home section article.wrapper a.btn {
        display: block; } }
    @media screen and (max-width: 500px) {
      body#home section article.wrapper {
        padding-right: 20px;
        padding-left: 20px; } }

.table {
  background: rgba(0, 0, 0, 0.1); }
  .table table {
    border-collapse: collapse;
    width: 100%; }
    .table table th {
      font-weight: bold;
      font-size: 14px; }
    .table table td {
      font-size: 12px; }
      .table table td.wide {
        background: rgba(115, 201, 168, 0.25);
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .table table td h6 {
        font-weight: 600;
        font-size: 13px; }
      .table table td p {
        margin: 0; }
    .table table td, .table table th {
      border: 1px solid white;
      color: white;
      text-align: center;
      padding: 6px; }
  @media screen and (max-width: 800px) {
    .table table, .table thead, .table tbody, .table th, .table td, .table tr {
      display: block; }
    .table thead tr {
      left: -9999px;
      position: absolute;
      top: -9999px; }
    .table td {
      border: none;
      border-bottom: 1px solid white;
      position: relative;
      padding-left: 50%; }
      .table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap; } }

.mfp-content {
  height: 90%;
  max-width: 90% !important; }
  @media screen and (max-width: 600px) {
    .mfp-content {
      height: 100%;
      max-width: 94% !important; } }

.mfp-wrap {
  background: rgba(51, 51, 51, 0.8); }
  .mfp-wrap .mfp-close {
    color: #73c9a8; }
